@aws-sdk/client-workspaces-web 3.478.0 → 3.481.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 (237) hide show
  1. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateIpAccessSettingsCommand.js +18 -41
  3. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +18 -41
  4. package/dist-cjs/commands/AssociateTrustStoreCommand.js +18 -41
  5. package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +18 -41
  6. package/dist-cjs/commands/AssociateUserSettingsCommand.js +18 -41
  7. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +18 -41
  8. package/dist-cjs/commands/CreateIdentityProviderCommand.js +18 -41
  9. package/dist-cjs/commands/CreateIpAccessSettingsCommand.js +18 -41
  10. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +18 -41
  11. package/dist-cjs/commands/CreatePortalCommand.js +18 -41
  12. package/dist-cjs/commands/CreateTrustStoreCommand.js +18 -41
  13. package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +18 -41
  14. package/dist-cjs/commands/CreateUserSettingsCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteIpAccessSettingsCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +18 -41
  19. package/dist-cjs/commands/DeletePortalCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteTrustStoreCommand.js +18 -41
  21. package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +18 -41
  22. package/dist-cjs/commands/DeleteUserSettingsCommand.js +18 -41
  23. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +18 -41
  24. package/dist-cjs/commands/DisassociateIpAccessSettingsCommand.js +18 -41
  25. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +18 -41
  26. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +18 -41
  27. package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +18 -41
  28. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +18 -41
  29. package/dist-cjs/commands/GetBrowserSettingsCommand.js +18 -41
  30. package/dist-cjs/commands/GetIdentityProviderCommand.js +18 -41
  31. package/dist-cjs/commands/GetIpAccessSettingsCommand.js +18 -41
  32. package/dist-cjs/commands/GetNetworkSettingsCommand.js +18 -41
  33. package/dist-cjs/commands/GetPortalCommand.js +18 -41
  34. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +18 -41
  35. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +18 -41
  36. package/dist-cjs/commands/GetTrustStoreCommand.js +18 -41
  37. package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +18 -41
  38. package/dist-cjs/commands/GetUserSettingsCommand.js +18 -41
  39. package/dist-cjs/commands/ListBrowserSettingsCommand.js +18 -41
  40. package/dist-cjs/commands/ListIdentityProvidersCommand.js +18 -41
  41. package/dist-cjs/commands/ListIpAccessSettingsCommand.js +18 -41
  42. package/dist-cjs/commands/ListNetworkSettingsCommand.js +18 -41
  43. package/dist-cjs/commands/ListPortalsCommand.js +18 -41
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  45. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +18 -41
  46. package/dist-cjs/commands/ListTrustStoresCommand.js +18 -41
  47. package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +18 -41
  48. package/dist-cjs/commands/ListUserSettingsCommand.js +18 -41
  49. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  50. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateIpAccessSettingsCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +18 -41
  55. package/dist-cjs/commands/UpdatePortalCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateTrustStoreCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateUserSettingsCommand.js +18 -41
  59. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  60. package/dist-es/commands/AssociateBrowserSettingsCommand.js +18 -41
  61. package/dist-es/commands/AssociateIpAccessSettingsCommand.js +18 -41
  62. package/dist-es/commands/AssociateNetworkSettingsCommand.js +18 -41
  63. package/dist-es/commands/AssociateTrustStoreCommand.js +18 -41
  64. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +18 -41
  65. package/dist-es/commands/AssociateUserSettingsCommand.js +18 -41
  66. package/dist-es/commands/CreateBrowserSettingsCommand.js +18 -41
  67. package/dist-es/commands/CreateIdentityProviderCommand.js +18 -41
  68. package/dist-es/commands/CreateIpAccessSettingsCommand.js +18 -41
  69. package/dist-es/commands/CreateNetworkSettingsCommand.js +18 -41
  70. package/dist-es/commands/CreatePortalCommand.js +18 -41
  71. package/dist-es/commands/CreateTrustStoreCommand.js +18 -41
  72. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +18 -41
  73. package/dist-es/commands/CreateUserSettingsCommand.js +18 -41
  74. package/dist-es/commands/DeleteBrowserSettingsCommand.js +18 -41
  75. package/dist-es/commands/DeleteIdentityProviderCommand.js +18 -41
  76. package/dist-es/commands/DeleteIpAccessSettingsCommand.js +18 -41
  77. package/dist-es/commands/DeleteNetworkSettingsCommand.js +18 -41
  78. package/dist-es/commands/DeletePortalCommand.js +18 -41
  79. package/dist-es/commands/DeleteTrustStoreCommand.js +18 -41
  80. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +18 -41
  81. package/dist-es/commands/DeleteUserSettingsCommand.js +18 -41
  82. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +18 -41
  83. package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +18 -41
  84. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +18 -41
  85. package/dist-es/commands/DisassociateTrustStoreCommand.js +18 -41
  86. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +18 -41
  87. package/dist-es/commands/DisassociateUserSettingsCommand.js +18 -41
  88. package/dist-es/commands/GetBrowserSettingsCommand.js +18 -41
  89. package/dist-es/commands/GetIdentityProviderCommand.js +18 -41
  90. package/dist-es/commands/GetIpAccessSettingsCommand.js +18 -41
  91. package/dist-es/commands/GetNetworkSettingsCommand.js +18 -41
  92. package/dist-es/commands/GetPortalCommand.js +18 -41
  93. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +18 -41
  94. package/dist-es/commands/GetTrustStoreCertificateCommand.js +18 -41
  95. package/dist-es/commands/GetTrustStoreCommand.js +18 -41
  96. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +18 -41
  97. package/dist-es/commands/GetUserSettingsCommand.js +18 -41
  98. package/dist-es/commands/ListBrowserSettingsCommand.js +18 -41
  99. package/dist-es/commands/ListIdentityProvidersCommand.js +18 -41
  100. package/dist-es/commands/ListIpAccessSettingsCommand.js +18 -41
  101. package/dist-es/commands/ListNetworkSettingsCommand.js +18 -41
  102. package/dist-es/commands/ListPortalsCommand.js +18 -41
  103. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  104. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +18 -41
  105. package/dist-es/commands/ListTrustStoresCommand.js +18 -41
  106. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +18 -41
  107. package/dist-es/commands/ListUserSettingsCommand.js +18 -41
  108. package/dist-es/commands/TagResourceCommand.js +18 -41
  109. package/dist-es/commands/UntagResourceCommand.js +18 -41
  110. package/dist-es/commands/UpdateBrowserSettingsCommand.js +18 -41
  111. package/dist-es/commands/UpdateIdentityProviderCommand.js +18 -41
  112. package/dist-es/commands/UpdateIpAccessSettingsCommand.js +18 -41
  113. package/dist-es/commands/UpdateNetworkSettingsCommand.js +18 -41
  114. package/dist-es/commands/UpdatePortalCommand.js +18 -41
  115. package/dist-es/commands/UpdateTrustStoreCommand.js +18 -41
  116. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +18 -41
  117. package/dist-es/commands/UpdateUserSettingsCommand.js +18 -41
  118. package/dist-es/endpoint/EndpointParameters.js +6 -0
  119. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +6 -21
  120. package/dist-types/commands/AssociateIpAccessSettingsCommand.d.ts +6 -21
  121. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +6 -21
  122. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +6 -21
  123. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +6 -21
  124. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +6 -21
  125. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +6 -21
  126. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +6 -21
  127. package/dist-types/commands/CreateIpAccessSettingsCommand.d.ts +6 -21
  128. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +6 -21
  129. package/dist-types/commands/CreatePortalCommand.d.ts +6 -21
  130. package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -21
  131. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +6 -21
  132. package/dist-types/commands/CreateUserSettingsCommand.d.ts +6 -21
  133. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +6 -21
  134. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +6 -21
  135. package/dist-types/commands/DeleteIpAccessSettingsCommand.d.ts +6 -21
  136. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +6 -21
  137. package/dist-types/commands/DeletePortalCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +6 -21
  140. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +6 -21
  141. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +6 -21
  142. package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +6 -21
  143. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +6 -21
  144. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +6 -21
  145. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +6 -21
  146. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +6 -21
  147. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +6 -21
  148. package/dist-types/commands/GetIdentityProviderCommand.d.ts +6 -21
  149. package/dist-types/commands/GetIpAccessSettingsCommand.d.ts +6 -21
  150. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +6 -21
  151. package/dist-types/commands/GetPortalCommand.d.ts +6 -21
  152. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +6 -21
  153. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +6 -21
  154. package/dist-types/commands/GetTrustStoreCommand.d.ts +6 -21
  155. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +6 -21
  156. package/dist-types/commands/GetUserSettingsCommand.d.ts +6 -21
  157. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +6 -21
  158. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +6 -21
  159. package/dist-types/commands/ListIpAccessSettingsCommand.d.ts +6 -21
  160. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +6 -21
  161. package/dist-types/commands/ListPortalsCommand.d.ts +6 -21
  162. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  163. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +6 -21
  164. package/dist-types/commands/ListTrustStoresCommand.d.ts +6 -21
  165. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +6 -21
  166. package/dist-types/commands/ListUserSettingsCommand.d.ts +6 -21
  167. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  168. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  169. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +6 -21
  170. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +6 -21
  171. package/dist-types/commands/UpdateIpAccessSettingsCommand.d.ts +6 -21
  172. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +6 -21
  173. package/dist-types/commands/UpdatePortalCommand.d.ts +6 -21
  174. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +6 -21
  175. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +6 -21
  176. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +6 -21
  177. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  178. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/AssociateIpAccessSettingsCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/CreateIpAccessSettingsCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/DeleteIpAccessSettingsCommand.d.ts +12 -24
  195. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +12 -24
  199. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/DisassociateIpAccessSettingsCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/GetIpAccessSettingsCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/ListIpAccessSettingsCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/UpdateIpAccessSettingsCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  237. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetBrowserSettingsRequest,
11
5
  GetBrowserSettingsResponse,
@@ -21,19 +15,16 @@ export interface GetBrowserSettingsCommandInput
21
15
  export interface GetBrowserSettingsCommandOutput
22
16
  extends GetBrowserSettingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetBrowserSettingsCommand extends $Command<
25
- GetBrowserSettingsCommandInput,
26
- GetBrowserSettingsCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: GetBrowserSettingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetBrowserSettingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetBrowserSettingsCommandInput, GetBrowserSettingsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetBrowserSettingsCommand_base: {
19
+ new (
20
+ input: GetBrowserSettingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetBrowserSettingsCommandInput,
23
+ GetBrowserSettingsCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetBrowserSettingsCommand extends GetBrowserSettingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetIdentityProviderRequest,
11
5
  GetIdentityProviderResponse,
@@ -21,19 +15,16 @@ export interface GetIdentityProviderCommandInput
21
15
  export interface GetIdentityProviderCommandOutput
22
16
  extends GetIdentityProviderResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetIdentityProviderCommand extends $Command<
25
- GetIdentityProviderCommandInput,
26
- GetIdentityProviderCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: GetIdentityProviderCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetIdentityProviderCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetIdentityProviderCommandInput, GetIdentityProviderCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetIdentityProviderCommand_base: {
19
+ new (
20
+ input: GetIdentityProviderCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetIdentityProviderCommandInput,
23
+ GetIdentityProviderCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetIdentityProviderCommand extends GetIdentityProviderCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetIpAccessSettingsRequest,
11
5
  GetIpAccessSettingsResponse,
@@ -21,19 +15,16 @@ export interface GetIpAccessSettingsCommandInput
21
15
  export interface GetIpAccessSettingsCommandOutput
22
16
  extends GetIpAccessSettingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetIpAccessSettingsCommand extends $Command<
25
- GetIpAccessSettingsCommandInput,
26
- GetIpAccessSettingsCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: GetIpAccessSettingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetIpAccessSettingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetIpAccessSettingsCommandInput, GetIpAccessSettingsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetIpAccessSettingsCommand_base: {
19
+ new (
20
+ input: GetIpAccessSettingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetIpAccessSettingsCommandInput,
23
+ GetIpAccessSettingsCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetIpAccessSettingsCommand extends GetIpAccessSettingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetNetworkSettingsRequest,
11
5
  GetNetworkSettingsResponse,
@@ -21,19 +15,16 @@ export interface GetNetworkSettingsCommandInput
21
15
  export interface GetNetworkSettingsCommandOutput
22
16
  extends GetNetworkSettingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetNetworkSettingsCommand extends $Command<
25
- GetNetworkSettingsCommandInput,
26
- GetNetworkSettingsCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: GetNetworkSettingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetNetworkSettingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetNetworkSettingsCommandInput, GetNetworkSettingsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetNetworkSettingsCommand_base: {
19
+ new (
20
+ input: GetNetworkSettingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetNetworkSettingsCommandInput,
23
+ GetNetworkSettingsCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetNetworkSettingsCommand extends GetNetworkSettingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetPortalRequest, GetPortalResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetPortalCommandInput extends GetPortalRequest {}
17
11
  export interface GetPortalCommandOutput
18
12
  extends GetPortalResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetPortalCommand extends $Command<
21
- GetPortalCommandInput,
22
- GetPortalCommandOutput,
23
- WorkSpacesWebClientResolvedConfig
24
- > {
25
- readonly input: GetPortalCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetPortalCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: WorkSpacesWebClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetPortalCommandInput, GetPortalCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetPortalCommand_base: {
15
+ new (
16
+ input: GetPortalCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetPortalCommandInput,
19
+ GetPortalCommandOutput,
20
+ WorkSpacesWebClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetPortalCommand extends GetPortalCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetPortalServiceProviderMetadataRequest,
11
5
  GetPortalServiceProviderMetadataResponse,
@@ -21,22 +15,16 @@ export interface GetPortalServiceProviderMetadataCommandInput
21
15
  export interface GetPortalServiceProviderMetadataCommandOutput
22
16
  extends GetPortalServiceProviderMetadataResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetPortalServiceProviderMetadataCommand extends $Command<
25
- GetPortalServiceProviderMetadataCommandInput,
26
- GetPortalServiceProviderMetadataCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: GetPortalServiceProviderMetadataCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetPortalServiceProviderMetadataCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetPortalServiceProviderMetadataCommand_base: {
19
+ new (
20
+ input: GetPortalServiceProviderMetadataCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetPortalServiceProviderMetadataCommandInput,
38
- GetPortalServiceProviderMetadataCommandOutput
23
+ GetPortalServiceProviderMetadataCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetPortalServiceProviderMetadataCommand extends GetPortalServiceProviderMetadataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetTrustStoreCertificateRequest,
11
5
  GetTrustStoreCertificateResponse,
@@ -21,22 +15,16 @@ export interface GetTrustStoreCertificateCommandInput
21
15
  export interface GetTrustStoreCertificateCommandOutput
22
16
  extends GetTrustStoreCertificateResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetTrustStoreCertificateCommand extends $Command<
25
- GetTrustStoreCertificateCommandInput,
26
- GetTrustStoreCertificateCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: GetTrustStoreCertificateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetTrustStoreCertificateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetTrustStoreCertificateCommand_base: {
19
+ new (
20
+ input: GetTrustStoreCertificateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetTrustStoreCertificateCommandInput,
38
- GetTrustStoreCertificateCommandOutput
23
+ GetTrustStoreCertificateCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetTrustStoreCertificateCommand extends GetTrustStoreCertificateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetTrustStoreRequest,
11
5
  GetTrustStoreResponse,
@@ -20,19 +14,16 @@ export interface GetTrustStoreCommandInput extends GetTrustStoreRequest {}
20
14
  export interface GetTrustStoreCommandOutput
21
15
  extends GetTrustStoreResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetTrustStoreCommand extends $Command<
24
- GetTrustStoreCommandInput,
25
- GetTrustStoreCommandOutput,
26
- WorkSpacesWebClientResolvedConfig
27
- > {
28
- readonly input: GetTrustStoreCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetTrustStoreCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: WorkSpacesWebClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetTrustStoreCommandInput, GetTrustStoreCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetTrustStoreCommand_base: {
18
+ new (
19
+ input: GetTrustStoreCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetTrustStoreCommandInput,
22
+ GetTrustStoreCommandOutput,
23
+ WorkSpacesWebClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetTrustStoreCommand extends GetTrustStoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetUserAccessLoggingSettingsRequest,
11
5
  GetUserAccessLoggingSettingsResponse,
@@ -21,22 +15,16 @@ export interface GetUserAccessLoggingSettingsCommandInput
21
15
  export interface GetUserAccessLoggingSettingsCommandOutput
22
16
  extends GetUserAccessLoggingSettingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetUserAccessLoggingSettingsCommand extends $Command<
25
- GetUserAccessLoggingSettingsCommandInput,
26
- GetUserAccessLoggingSettingsCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: GetUserAccessLoggingSettingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetUserAccessLoggingSettingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetUserAccessLoggingSettingsCommand_base: {
19
+ new (
20
+ input: GetUserAccessLoggingSettingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetUserAccessLoggingSettingsCommandInput,
38
- GetUserAccessLoggingSettingsCommandOutput
23
+ GetUserAccessLoggingSettingsCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetUserAccessLoggingSettingsCommand extends GetUserAccessLoggingSettingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetUserSettingsRequest,
11
5
  GetUserSettingsResponse,
@@ -20,19 +14,16 @@ export interface GetUserSettingsCommandInput extends GetUserSettingsRequest {}
20
14
  export interface GetUserSettingsCommandOutput
21
15
  extends GetUserSettingsResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetUserSettingsCommand extends $Command<
24
- GetUserSettingsCommandInput,
25
- GetUserSettingsCommandOutput,
26
- WorkSpacesWebClientResolvedConfig
27
- > {
28
- readonly input: GetUserSettingsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetUserSettingsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: WorkSpacesWebClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetUserSettingsCommandInput, GetUserSettingsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetUserSettingsCommand_base: {
18
+ new (
19
+ input: GetUserSettingsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetUserSettingsCommandInput,
22
+ GetUserSettingsCommandOutput,
23
+ WorkSpacesWebClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetUserSettingsCommand extends GetUserSettingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListBrowserSettingsRequest,
11
5
  ListBrowserSettingsResponse,
@@ -21,19 +15,16 @@ export interface ListBrowserSettingsCommandInput
21
15
  export interface ListBrowserSettingsCommandOutput
22
16
  extends ListBrowserSettingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListBrowserSettingsCommand extends $Command<
25
- ListBrowserSettingsCommandInput,
26
- ListBrowserSettingsCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: ListBrowserSettingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListBrowserSettingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListBrowserSettingsCommandInput, ListBrowserSettingsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListBrowserSettingsCommand_base: {
19
+ new (
20
+ input: ListBrowserSettingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListBrowserSettingsCommandInput,
23
+ ListBrowserSettingsCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListBrowserSettingsCommand extends ListBrowserSettingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListIdentityProvidersRequest,
11
5
  ListIdentityProvidersResponse,
@@ -21,22 +15,16 @@ export interface ListIdentityProvidersCommandInput
21
15
  export interface ListIdentityProvidersCommandOutput
22
16
  extends ListIdentityProvidersResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListIdentityProvidersCommand extends $Command<
25
- ListIdentityProvidersCommandInput,
26
- ListIdentityProvidersCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: ListIdentityProvidersCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListIdentityProvidersCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListIdentityProvidersCommand_base: {
19
+ new (
20
+ input: ListIdentityProvidersCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListIdentityProvidersCommandInput,
38
- ListIdentityProvidersCommandOutput
23
+ ListIdentityProvidersCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListIdentityProvidersCommand extends ListIdentityProvidersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListIpAccessSettingsRequest,
11
5
  ListIpAccessSettingsResponse,
@@ -21,22 +15,16 @@ export interface ListIpAccessSettingsCommandInput
21
15
  export interface ListIpAccessSettingsCommandOutput
22
16
  extends ListIpAccessSettingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListIpAccessSettingsCommand extends $Command<
25
- ListIpAccessSettingsCommandInput,
26
- ListIpAccessSettingsCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: ListIpAccessSettingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListIpAccessSettingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListIpAccessSettingsCommand_base: {
19
+ new (
20
+ input: ListIpAccessSettingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListIpAccessSettingsCommandInput,
38
- ListIpAccessSettingsCommandOutput
23
+ ListIpAccessSettingsCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListIpAccessSettingsCommand extends ListIpAccessSettingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListNetworkSettingsRequest,
11
5
  ListNetworkSettingsResponse,
@@ -21,19 +15,16 @@ export interface ListNetworkSettingsCommandInput
21
15
  export interface ListNetworkSettingsCommandOutput
22
16
  extends ListNetworkSettingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListNetworkSettingsCommand extends $Command<
25
- ListNetworkSettingsCommandInput,
26
- ListNetworkSettingsCommandOutput,
27
- WorkSpacesWebClientResolvedConfig
28
- > {
29
- readonly input: ListNetworkSettingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListNetworkSettingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WorkSpacesWebClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListNetworkSettingsCommandInput, ListNetworkSettingsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListNetworkSettingsCommand_base: {
19
+ new (
20
+ input: ListNetworkSettingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListNetworkSettingsCommandInput,
23
+ ListNetworkSettingsCommandOutput,
24
+ WorkSpacesWebClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListNetworkSettingsCommand extends ListNetworkSettingsCommand_base {}