@aws-sdk/client-workspaces-web 3.650.0 → 3.654.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +11 -0
  3. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +11 -0
  4. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +11 -0
  5. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +11 -0
  6. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +11 -0
  11. package/dist-types/commands/CreatePortalCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateTrustStoreCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateUserSettingsCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +11 -0
  19. package/dist-types/commands/DeletePortalCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +11 -0
  23. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +11 -0
  24. package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +11 -0
  25. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +11 -0
  26. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +11 -0
  27. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +11 -0
  28. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +11 -0
  29. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +11 -0
  30. package/dist-types/commands/GetIdentityProviderCommand.d.ts +11 -0
  31. package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +11 -0
  32. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +11 -0
  33. package/dist-types/commands/GetPortalCommand.d.ts +11 -0
  34. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +11 -0
  35. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +11 -0
  36. package/dist-types/commands/GetTrustStoreCommand.d.ts +11 -0
  37. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +11 -0
  38. package/dist-types/commands/GetUserSettingsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +11 -0
  40. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +11 -0
  41. package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +11 -0
  42. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +11 -0
  43. package/dist-types/commands/ListPortalsCommand.d.ts +11 -0
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  45. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +11 -0
  46. package/dist-types/commands/ListTrustStoresCommand.d.ts +11 -0
  47. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +11 -0
  48. package/dist-types/commands/ListUserSettingsCommand.d.ts +11 -0
  49. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  50. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdatePortalCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +11 -0
  58. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +11 -0
  59. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +12 -1
  117. package/package.json +35 -35
@@ -36,4 +36,15 @@ declare const DeleteTrustStoreCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {}
39
+ export declare class DeleteTrustStoreCommand extends DeleteTrustStoreCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteTrustStoreRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteTrustStoreCommandInput;
47
+ output: DeleteTrustStoreCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteUserAccessLoggingSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteUserAccessLoggingSettingsCommand extends DeleteUserAccessLoggingSettingsCommand_base {}
40
+ export declare class DeleteUserAccessLoggingSettingsCommand extends DeleteUserAccessLoggingSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteUserAccessLoggingSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteUserAccessLoggingSettingsCommandInput;
48
+ output: DeleteUserAccessLoggingSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteUserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteUserSettingsCommand extends DeleteUserSettingsCommand_base {}
40
+ export declare class DeleteUserSettingsCommand extends DeleteUserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteUserSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteUserSettingsCommandInput;
48
+ output: DeleteUserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateBrowserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateBrowserSettingsCommand extends DisassociateBrowserSettingsCommand_base {}
40
+ export declare class DisassociateBrowserSettingsCommand extends DisassociateBrowserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateBrowserSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateBrowserSettingsCommandInput;
48
+ output: DisassociateBrowserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateIpAccessSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateIpAccessSettingsCommand extends DisassociateIpAccessSettingsCommand_base {}
40
+ export declare class DisassociateIpAccessSettingsCommand extends DisassociateIpAccessSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateIpAccessSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateIpAccessSettingsCommandInput;
48
+ output: DisassociateIpAccessSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateNetworkSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateNetworkSettingsCommand extends DisassociateNetworkSettingsCommand_base {}
40
+ export declare class DisassociateNetworkSettingsCommand extends DisassociateNetworkSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateNetworkSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateNetworkSettingsCommandInput;
48
+ output: DisassociateNetworkSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateTrustStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateTrustStoreCommand extends DisassociateTrustStoreCommand_base {}
40
+ export declare class DisassociateTrustStoreCommand extends DisassociateTrustStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateTrustStoreRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateTrustStoreCommandInput;
48
+ output: DisassociateTrustStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateUserAccessLoggingSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateUserAccessLoggingSettingsCommand extends DisassociateUserAccessLoggingSettingsCommand_base {}
40
+ export declare class DisassociateUserAccessLoggingSettingsCommand extends DisassociateUserAccessLoggingSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateUserAccessLoggingSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateUserAccessLoggingSettingsCommandInput;
48
+ output: DisassociateUserAccessLoggingSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateUserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateUserSettingsCommand extends DisassociateUserSettingsCommand_base {}
40
+ export declare class DisassociateUserSettingsCommand extends DisassociateUserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateUserSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateUserSettingsCommandInput;
48
+ output: DisassociateUserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetBrowserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetBrowserSettingsCommand extends GetBrowserSettingsCommand_base {}
40
+ export declare class GetBrowserSettingsCommand extends GetBrowserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetBrowserSettingsRequest;
44
+ output: GetBrowserSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetBrowserSettingsCommandInput;
48
+ output: GetBrowserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetIdentityProviderCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetIdentityProviderCommand extends GetIdentityProviderCommand_base {}
40
+ export declare class GetIdentityProviderCommand extends GetIdentityProviderCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetIdentityProviderRequest;
44
+ output: GetIdentityProviderResponse;
45
+ };
46
+ sdk: {
47
+ input: GetIdentityProviderCommandInput;
48
+ output: GetIdentityProviderCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetIpAccessSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetIpAccessSettingsCommand extends GetIpAccessSettingsCommand_base {}
40
+ export declare class GetIpAccessSettingsCommand extends GetIpAccessSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetIpAccessSettingsRequest;
44
+ output: GetIpAccessSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetIpAccessSettingsCommandInput;
48
+ output: GetIpAccessSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetNetworkSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetNetworkSettingsCommand extends GetNetworkSettingsCommand_base {}
40
+ export declare class GetNetworkSettingsCommand extends GetNetworkSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetNetworkSettingsRequest;
44
+ output: GetNetworkSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetNetworkSettingsCommandInput;
48
+ output: GetNetworkSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetPortalCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetPortalCommand extends GetPortalCommand_base {}
36
+ export declare class GetPortalCommand extends GetPortalCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetPortalRequest;
40
+ output: GetPortalResponse;
41
+ };
42
+ sdk: {
43
+ input: GetPortalCommandInput;
44
+ output: GetPortalCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetPortalServiceProviderMetadataCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetPortalServiceProviderMetadataCommand extends GetPortalServiceProviderMetadataCommand_base {}
40
+ export declare class GetPortalServiceProviderMetadataCommand extends GetPortalServiceProviderMetadataCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetPortalServiceProviderMetadataRequest;
44
+ output: GetPortalServiceProviderMetadataResponse;
45
+ };
46
+ sdk: {
47
+ input: GetPortalServiceProviderMetadataCommandInput;
48
+ output: GetPortalServiceProviderMetadataCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetTrustStoreCertificateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTrustStoreCertificateCommand extends GetTrustStoreCertificateCommand_base {}
40
+ export declare class GetTrustStoreCertificateCommand extends GetTrustStoreCertificateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTrustStoreCertificateRequest;
44
+ output: GetTrustStoreCertificateResponse;
45
+ };
46
+ sdk: {
47
+ input: GetTrustStoreCertificateCommandInput;
48
+ output: GetTrustStoreCertificateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetTrustStoreCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetTrustStoreCommand extends GetTrustStoreCommand_base {}
39
+ export declare class GetTrustStoreCommand extends GetTrustStoreCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetTrustStoreRequest;
43
+ output: GetTrustStoreResponse;
44
+ };
45
+ sdk: {
46
+ input: GetTrustStoreCommandInput;
47
+ output: GetTrustStoreCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetUserAccessLoggingSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetUserAccessLoggingSettingsCommand extends GetUserAccessLoggingSettingsCommand_base {}
40
+ export declare class GetUserAccessLoggingSettingsCommand extends GetUserAccessLoggingSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetUserAccessLoggingSettingsRequest;
44
+ output: GetUserAccessLoggingSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetUserAccessLoggingSettingsCommandInput;
48
+ output: GetUserAccessLoggingSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetUserSettingsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetUserSettingsCommand extends GetUserSettingsCommand_base {}
39
+ export declare class GetUserSettingsCommand extends GetUserSettingsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetUserSettingsRequest;
43
+ output: GetUserSettingsResponse;
44
+ };
45
+ sdk: {
46
+ input: GetUserSettingsCommandInput;
47
+ output: GetUserSettingsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListBrowserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListBrowserSettingsCommand extends ListBrowserSettingsCommand_base {}
40
+ export declare class ListBrowserSettingsCommand extends ListBrowserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListBrowserSettingsRequest;
44
+ output: ListBrowserSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListBrowserSettingsCommandInput;
48
+ output: ListBrowserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListIdentityProvidersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListIdentityProvidersCommand extends ListIdentityProvidersCommand_base {}
40
+ export declare class ListIdentityProvidersCommand extends ListIdentityProvidersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListIdentityProvidersRequest;
44
+ output: ListIdentityProvidersResponse;
45
+ };
46
+ sdk: {
47
+ input: ListIdentityProvidersCommandInput;
48
+ output: ListIdentityProvidersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListIpAccessSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListIpAccessSettingsCommand extends ListIpAccessSettingsCommand_base {}
40
+ export declare class ListIpAccessSettingsCommand extends ListIpAccessSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListIpAccessSettingsRequest;
44
+ output: ListIpAccessSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListIpAccessSettingsCommandInput;
48
+ output: ListIpAccessSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListNetworkSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListNetworkSettingsCommand extends ListNetworkSettingsCommand_base {}
40
+ export declare class ListNetworkSettingsCommand extends ListNetworkSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListNetworkSettingsRequest;
44
+ output: ListNetworkSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListNetworkSettingsCommandInput;
48
+ output: ListNetworkSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListPortalsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListPortalsCommand extends ListPortalsCommand_base {}
36
+ export declare class ListPortalsCommand extends ListPortalsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListPortalsRequest;
40
+ output: ListPortalsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListPortalsCommandInput;
44
+ output: ListPortalsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTrustStoreCertificatesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTrustStoreCertificatesCommand extends ListTrustStoreCertificatesCommand_base {}
40
+ export declare class ListTrustStoreCertificatesCommand extends ListTrustStoreCertificatesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTrustStoreCertificatesRequest;
44
+ output: ListTrustStoreCertificatesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTrustStoreCertificatesCommandInput;
48
+ output: ListTrustStoreCertificatesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListTrustStoresCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListTrustStoresCommand extends ListTrustStoresCommand_base {}
39
+ export declare class ListTrustStoresCommand extends ListTrustStoresCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListTrustStoresRequest;
43
+ output: ListTrustStoresResponse;
44
+ };
45
+ sdk: {
46
+ input: ListTrustStoresCommandInput;
47
+ output: ListTrustStoresCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListUserAccessLoggingSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListUserAccessLoggingSettingsCommand extends ListUserAccessLoggingSettingsCommand_base {}
40
+ export declare class ListUserAccessLoggingSettingsCommand extends ListUserAccessLoggingSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListUserAccessLoggingSettingsRequest;
44
+ output: ListUserAccessLoggingSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListUserAccessLoggingSettingsCommandInput;
48
+ output: ListUserAccessLoggingSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListUserSettingsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListUserSettingsCommand extends ListUserSettingsCommand_base {}
39
+ export declare class ListUserSettingsCommand extends ListUserSettingsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListUserSettingsRequest;
43
+ output: ListUserSettingsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListUserSettingsCommandInput;
47
+ output: ListUserSettingsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateBrowserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateBrowserSettingsCommand extends UpdateBrowserSettingsCommand_base {}
40
+ export declare class UpdateBrowserSettingsCommand extends UpdateBrowserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateBrowserSettingsRequest;
44
+ output: UpdateBrowserSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateBrowserSettingsCommandInput;
48
+ output: UpdateBrowserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateIdentityProviderCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {}
40
+ export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateIdentityProviderRequest;
44
+ output: UpdateIdentityProviderResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateIdentityProviderCommandInput;
48
+ output: UpdateIdentityProviderCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateIpAccessSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateIpAccessSettingsCommand extends UpdateIpAccessSettingsCommand_base {}
40
+ export declare class UpdateIpAccessSettingsCommand extends UpdateIpAccessSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateIpAccessSettingsRequest;
44
+ output: UpdateIpAccessSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateIpAccessSettingsCommandInput;
48
+ output: UpdateIpAccessSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateNetworkSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateNetworkSettingsCommand extends UpdateNetworkSettingsCommand_base {}
40
+ export declare class UpdateNetworkSettingsCommand extends UpdateNetworkSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateNetworkSettingsRequest;
44
+ output: UpdateNetworkSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateNetworkSettingsCommandInput;
48
+ output: UpdateNetworkSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdatePortalCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdatePortalCommand extends UpdatePortalCommand_base {}
36
+ export declare class UpdatePortalCommand extends UpdatePortalCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdatePortalRequest;
40
+ output: UpdatePortalResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdatePortalCommandInput;
44
+ output: UpdatePortalCommandOutput;
45
+ };
46
+ };
47
+ }