@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
@@ -78,4 +78,15 @@ declare const ListIdentityProvidersCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListIdentityProvidersCommand extends ListIdentityProvidersCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListIdentityProvidersRequest;
85
+ output: ListIdentityProvidersResponse;
86
+ };
87
+ sdk: {
88
+ input: ListIdentityProvidersCommandInput;
89
+ output: ListIdentityProvidersCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -78,4 +78,15 @@ declare const ListIpAccessSettingsCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListIpAccessSettingsCommand extends ListIpAccessSettingsCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListIpAccessSettingsRequest;
85
+ output: ListIpAccessSettingsResponse;
86
+ };
87
+ sdk: {
88
+ input: ListIpAccessSettingsCommandInput;
89
+ output: ListIpAccessSettingsCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -76,4 +76,15 @@ declare const ListNetworkSettingsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListNetworkSettingsCommand extends ListNetworkSettingsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListNetworkSettingsRequest;
83
+ output: ListNetworkSettingsResponse;
84
+ };
85
+ sdk: {
86
+ input: ListNetworkSettingsCommandInput;
87
+ output: ListNetworkSettingsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -90,4 +90,15 @@ declare const ListPortalsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListPortalsCommand extends ListPortalsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListPortalsRequest;
97
+ output: ListPortalsResponse;
98
+ };
99
+ sdk: {
100
+ input: ListPortalsCommandInput;
101
+ output: ListPortalsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -77,4 +77,15 @@ declare const ListTagsForResourceCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListTagsForResourceRequest;
84
+ output: ListTagsForResourceResponse;
85
+ };
86
+ sdk: {
87
+ input: ListTagsForResourceCommandInput;
88
+ output: ListTagsForResourceCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -84,4 +84,15 @@ declare const ListTrustStoreCertificatesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListTrustStoreCertificatesCommand extends ListTrustStoreCertificatesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListTrustStoreCertificatesRequest;
91
+ output: ListTrustStoreCertificatesResponse;
92
+ };
93
+ sdk: {
94
+ input: ListTrustStoreCertificatesCommandInput;
95
+ output: ListTrustStoreCertificatesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -75,4 +75,15 @@ declare const ListTrustStoresCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListTrustStoresCommand extends ListTrustStoresCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListTrustStoresRequest;
82
+ output: ListTrustStoresResponse;
83
+ };
84
+ sdk: {
85
+ input: ListTrustStoresCommandInput;
86
+ output: ListTrustStoresCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -76,4 +76,15 @@ declare const ListUserAccessLoggingSettingsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListUserAccessLoggingSettingsCommand extends ListUserAccessLoggingSettingsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListUserAccessLoggingSettingsRequest;
83
+ output: ListUserAccessLoggingSettingsResponse;
84
+ };
85
+ sdk: {
86
+ input: ListUserAccessLoggingSettingsCommandInput;
87
+ output: ListUserAccessLoggingSettingsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -99,4 +99,15 @@ declare const ListUserSettingsCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class ListUserSettingsCommand extends ListUserSettingsCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: ListUserSettingsRequest;
106
+ output: ListUserSettingsResponse;
107
+ };
108
+ sdk: {
109
+ input: ListUserSettingsCommandInput;
110
+ output: ListUserSettingsCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -80,4 +80,15 @@ declare const TagResourceCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class TagResourceCommand extends TagResourceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: TagResourceRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: TagResourceCommandInput;
91
+ output: TagResourceCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -84,4 +84,15 @@ declare const UpdateBrowserSettingsCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class UpdateBrowserSettingsCommand extends UpdateBrowserSettingsCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: UpdateBrowserSettingsRequest;
91
+ output: UpdateBrowserSettingsResponse;
92
+ };
93
+ sdk: {
94
+ input: UpdateBrowserSettingsCommandInput;
95
+ output: UpdateBrowserSettingsCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -85,4 +85,15 @@ declare const UpdateIdentityProviderCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: UpdateIdentityProviderRequest;
92
+ output: UpdateIdentityProviderResponse;
93
+ };
94
+ sdk: {
95
+ input: UpdateIdentityProviderCommandInput;
96
+ output: UpdateIdentityProviderCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -99,4 +99,15 @@ declare const UpdateIpAccessSettingsCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class UpdateIpAccessSettingsCommand extends UpdateIpAccessSettingsCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: UpdateIpAccessSettingsRequest;
106
+ output: UpdateIpAccessSettingsResponse;
107
+ };
108
+ sdk: {
109
+ input: UpdateIpAccessSettingsCommandInput;
110
+ output: UpdateIpAccessSettingsCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -92,4 +92,15 @@ declare const UpdateNetworkSettingsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UpdateNetworkSettingsCommand extends UpdateNetworkSettingsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UpdateNetworkSettingsRequest;
99
+ output: UpdateNetworkSettingsResponse;
100
+ };
101
+ sdk: {
102
+ input: UpdateNetworkSettingsCommandInput;
103
+ output: UpdateNetworkSettingsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -104,4 +104,15 @@ declare const UpdatePortalCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class UpdatePortalCommand extends UpdatePortalCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: UpdatePortalRequest;
111
+ output: UpdatePortalResponse;
112
+ };
113
+ sdk: {
114
+ input: UpdatePortalCommandInput;
115
+ output: UpdatePortalCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -82,4 +82,15 @@ declare const UpdateTrustStoreCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class UpdateTrustStoreCommand extends UpdateTrustStoreCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UpdateTrustStoreRequest;
89
+ output: UpdateTrustStoreResponse;
90
+ };
91
+ sdk: {
92
+ input: UpdateTrustStoreCommandInput;
93
+ output: UpdateTrustStoreCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -80,4 +80,15 @@ declare const UpdateUserAccessLoggingSettingsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class UpdateUserAccessLoggingSettingsCommand extends UpdateUserAccessLoggingSettingsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: UpdateUserAccessLoggingSettingsRequest;
87
+ output: UpdateUserAccessLoggingSettingsResponse;
88
+ };
89
+ sdk: {
90
+ input: UpdateUserAccessLoggingSettingsCommandInput;
91
+ output: UpdateUserAccessLoggingSettingsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -130,4 +130,15 @@ declare const UpdateUserSettingsCommand_base: {
130
130
  * @public
131
131
  */
132
132
  export declare class UpdateUserSettingsCommand extends UpdateUserSettingsCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: UpdateUserSettingsRequest;
137
+ output: UpdateUserSettingsResponse;
138
+ };
139
+ sdk: {
140
+ input: UpdateUserSettingsCommandInput;
141
+ output: UpdateUserSettingsCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -37,4 +37,15 @@ declare const AssociateBrowserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateBrowserSettingsCommand extends AssociateBrowserSettingsCommand_base {}
40
+ export declare class AssociateBrowserSettingsCommand extends AssociateBrowserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateBrowserSettingsRequest;
44
+ output: AssociateBrowserSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateBrowserSettingsCommandInput;
48
+ output: AssociateBrowserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateIpAccessSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateIpAccessSettingsCommand extends AssociateIpAccessSettingsCommand_base {}
40
+ export declare class AssociateIpAccessSettingsCommand extends AssociateIpAccessSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateIpAccessSettingsRequest;
44
+ output: AssociateIpAccessSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateIpAccessSettingsCommandInput;
48
+ output: AssociateIpAccessSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateNetworkSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateNetworkSettingsCommand extends AssociateNetworkSettingsCommand_base {}
40
+ export declare class AssociateNetworkSettingsCommand extends AssociateNetworkSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateNetworkSettingsRequest;
44
+ output: AssociateNetworkSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateNetworkSettingsCommandInput;
48
+ output: AssociateNetworkSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateTrustStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateTrustStoreCommand extends AssociateTrustStoreCommand_base {}
40
+ export declare class AssociateTrustStoreCommand extends AssociateTrustStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateTrustStoreRequest;
44
+ output: AssociateTrustStoreResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateTrustStoreCommandInput;
48
+ output: AssociateTrustStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateUserAccessLoggingSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateUserAccessLoggingSettingsCommand extends AssociateUserAccessLoggingSettingsCommand_base {}
40
+ export declare class AssociateUserAccessLoggingSettingsCommand extends AssociateUserAccessLoggingSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateUserAccessLoggingSettingsRequest;
44
+ output: AssociateUserAccessLoggingSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateUserAccessLoggingSettingsCommandInput;
48
+ output: AssociateUserAccessLoggingSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateUserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateUserSettingsCommand extends AssociateUserSettingsCommand_base {}
40
+ export declare class AssociateUserSettingsCommand extends AssociateUserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateUserSettingsRequest;
44
+ output: AssociateUserSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateUserSettingsCommandInput;
48
+ output: AssociateUserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateBrowserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateBrowserSettingsCommand extends CreateBrowserSettingsCommand_base {}
40
+ export declare class CreateBrowserSettingsCommand extends CreateBrowserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateBrowserSettingsRequest;
44
+ output: CreateBrowserSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateBrowserSettingsCommandInput;
48
+ output: CreateBrowserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateIdentityProviderCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateIdentityProviderCommand extends CreateIdentityProviderCommand_base {}
40
+ export declare class CreateIdentityProviderCommand extends CreateIdentityProviderCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateIdentityProviderRequest;
44
+ output: CreateIdentityProviderResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateIdentityProviderCommandInput;
48
+ output: CreateIdentityProviderCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateIpAccessSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateIpAccessSettingsCommand extends CreateIpAccessSettingsCommand_base {}
40
+ export declare class CreateIpAccessSettingsCommand extends CreateIpAccessSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateIpAccessSettingsRequest;
44
+ output: CreateIpAccessSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateIpAccessSettingsCommandInput;
48
+ output: CreateIpAccessSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateNetworkSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateNetworkSettingsCommand extends CreateNetworkSettingsCommand_base {}
40
+ export declare class CreateNetworkSettingsCommand extends CreateNetworkSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateNetworkSettingsRequest;
44
+ output: CreateNetworkSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateNetworkSettingsCommandInput;
48
+ output: CreateNetworkSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreatePortalCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreatePortalCommand extends CreatePortalCommand_base {}
36
+ export declare class CreatePortalCommand extends CreatePortalCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreatePortalRequest;
40
+ output: CreatePortalResponse;
41
+ };
42
+ sdk: {
43
+ input: CreatePortalCommandInput;
44
+ output: CreatePortalCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateTrustStoreCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {}
39
+ export declare class CreateTrustStoreCommand extends CreateTrustStoreCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateTrustStoreRequest;
43
+ output: CreateTrustStoreResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateTrustStoreCommandInput;
47
+ output: CreateTrustStoreCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateUserAccessLoggingSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateUserAccessLoggingSettingsCommand extends CreateUserAccessLoggingSettingsCommand_base {}
40
+ export declare class CreateUserAccessLoggingSettingsCommand extends CreateUserAccessLoggingSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateUserAccessLoggingSettingsRequest;
44
+ output: CreateUserAccessLoggingSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateUserAccessLoggingSettingsCommandInput;
48
+ output: CreateUserAccessLoggingSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateUserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateUserSettingsCommand extends CreateUserSettingsCommand_base {}
40
+ export declare class CreateUserSettingsCommand extends CreateUserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateUserSettingsRequest;
44
+ output: CreateUserSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateUserSettingsCommandInput;
48
+ output: CreateUserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteBrowserSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteBrowserSettingsCommand extends DeleteBrowserSettingsCommand_base {}
40
+ export declare class DeleteBrowserSettingsCommand extends DeleteBrowserSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteBrowserSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteBrowserSettingsCommandInput;
48
+ output: DeleteBrowserSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteIdentityProviderCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteIdentityProviderCommand extends DeleteIdentityProviderCommand_base {}
40
+ export declare class DeleteIdentityProviderCommand extends DeleteIdentityProviderCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteIdentityProviderRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteIdentityProviderCommandInput;
48
+ output: DeleteIdentityProviderCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteIpAccessSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteIpAccessSettingsCommand extends DeleteIpAccessSettingsCommand_base {}
40
+ export declare class DeleteIpAccessSettingsCommand extends DeleteIpAccessSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteIpAccessSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteIpAccessSettingsCommandInput;
48
+ output: DeleteIpAccessSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteNetworkSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteNetworkSettingsCommand extends DeleteNetworkSettingsCommand_base {}
40
+ export declare class DeleteNetworkSettingsCommand extends DeleteNetworkSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteNetworkSettingsRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteNetworkSettingsCommandInput;
48
+ output: DeleteNetworkSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeletePortalCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeletePortalCommand extends DeletePortalCommand_base {}
36
+ export declare class DeletePortalCommand extends DeletePortalCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeletePortalRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeletePortalCommandInput;
44
+ output: DeletePortalCommandOutput;
45
+ };
46
+ };
47
+ }