@aws-sdk/client-workspaces-web 3.337.0 → 3.338.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 (217) hide show
  1. package/dist-cjs/WorkSpacesWebClient.js +2 -1
  2. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +2 -1
  3. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +2 -1
  4. package/dist-cjs/commands/AssociateTrustStoreCommand.js +2 -1
  5. package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +2 -1
  6. package/dist-cjs/commands/AssociateUserSettingsCommand.js +2 -1
  7. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +2 -1
  8. package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -1
  9. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +2 -1
  10. package/dist-cjs/commands/CreatePortalCommand.js +2 -1
  11. package/dist-cjs/commands/CreateTrustStoreCommand.js +2 -1
  12. package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +2 -1
  13. package/dist-cjs/commands/CreateUserSettingsCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +2 -1
  17. package/dist-cjs/commands/DeletePortalCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteTrustStoreCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteUserSettingsCommand.js +2 -1
  21. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +2 -1
  22. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +2 -1
  23. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +2 -1
  24. package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +2 -1
  25. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +2 -1
  26. package/dist-cjs/commands/GetBrowserSettingsCommand.js +2 -1
  27. package/dist-cjs/commands/GetIdentityProviderCommand.js +2 -1
  28. package/dist-cjs/commands/GetNetworkSettingsCommand.js +2 -1
  29. package/dist-cjs/commands/GetPortalCommand.js +2 -1
  30. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +2 -1
  31. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +2 -1
  32. package/dist-cjs/commands/GetTrustStoreCommand.js +2 -1
  33. package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +2 -1
  34. package/dist-cjs/commands/GetUserSettingsCommand.js +2 -1
  35. package/dist-cjs/commands/ListBrowserSettingsCommand.js +2 -1
  36. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -1
  37. package/dist-cjs/commands/ListNetworkSettingsCommand.js +2 -1
  38. package/dist-cjs/commands/ListPortalsCommand.js +2 -1
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  40. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +2 -1
  41. package/dist-cjs/commands/ListTrustStoresCommand.js +2 -1
  42. package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +2 -1
  43. package/dist-cjs/commands/ListUserSettingsCommand.js +2 -1
  44. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  45. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  46. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +2 -1
  47. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +2 -1
  49. package/dist-cjs/commands/UpdatePortalCommand.js +2 -1
  50. package/dist-cjs/commands/UpdateTrustStoreCommand.js +2 -1
  51. package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +2 -1
  52. package/dist-cjs/commands/UpdateUserSettingsCommand.js +2 -1
  53. package/dist-cjs/index.js +2 -2
  54. package/dist-cjs/models/WorkSpacesWebServiceException.js +2 -1
  55. package/dist-es/WorkSpacesWebClient.js +1 -0
  56. package/dist-es/commands/AssociateBrowserSettingsCommand.js +1 -0
  57. package/dist-es/commands/AssociateNetworkSettingsCommand.js +1 -0
  58. package/dist-es/commands/AssociateTrustStoreCommand.js +1 -0
  59. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +1 -0
  60. package/dist-es/commands/AssociateUserSettingsCommand.js +1 -0
  61. package/dist-es/commands/CreateBrowserSettingsCommand.js +1 -0
  62. package/dist-es/commands/CreateIdentityProviderCommand.js +1 -0
  63. package/dist-es/commands/CreateNetworkSettingsCommand.js +1 -0
  64. package/dist-es/commands/CreatePortalCommand.js +1 -0
  65. package/dist-es/commands/CreateTrustStoreCommand.js +1 -0
  66. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +1 -0
  67. package/dist-es/commands/CreateUserSettingsCommand.js +1 -0
  68. package/dist-es/commands/DeleteBrowserSettingsCommand.js +1 -0
  69. package/dist-es/commands/DeleteIdentityProviderCommand.js +1 -0
  70. package/dist-es/commands/DeleteNetworkSettingsCommand.js +1 -0
  71. package/dist-es/commands/DeletePortalCommand.js +1 -0
  72. package/dist-es/commands/DeleteTrustStoreCommand.js +1 -0
  73. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +1 -0
  74. package/dist-es/commands/DeleteUserSettingsCommand.js +1 -0
  75. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +1 -0
  76. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +1 -0
  77. package/dist-es/commands/DisassociateTrustStoreCommand.js +1 -0
  78. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +1 -0
  79. package/dist-es/commands/DisassociateUserSettingsCommand.js +1 -0
  80. package/dist-es/commands/GetBrowserSettingsCommand.js +1 -0
  81. package/dist-es/commands/GetIdentityProviderCommand.js +1 -0
  82. package/dist-es/commands/GetNetworkSettingsCommand.js +1 -0
  83. package/dist-es/commands/GetPortalCommand.js +1 -0
  84. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +1 -0
  85. package/dist-es/commands/GetTrustStoreCertificateCommand.js +1 -0
  86. package/dist-es/commands/GetTrustStoreCommand.js +1 -0
  87. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +1 -0
  88. package/dist-es/commands/GetUserSettingsCommand.js +1 -0
  89. package/dist-es/commands/ListBrowserSettingsCommand.js +1 -0
  90. package/dist-es/commands/ListIdentityProvidersCommand.js +1 -0
  91. package/dist-es/commands/ListNetworkSettingsCommand.js +1 -0
  92. package/dist-es/commands/ListPortalsCommand.js +1 -0
  93. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  94. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +1 -0
  95. package/dist-es/commands/ListTrustStoresCommand.js +1 -0
  96. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +1 -0
  97. package/dist-es/commands/ListUserSettingsCommand.js +1 -0
  98. package/dist-es/commands/TagResourceCommand.js +1 -0
  99. package/dist-es/commands/UntagResourceCommand.js +1 -0
  100. package/dist-es/commands/UpdateBrowserSettingsCommand.js +1 -0
  101. package/dist-es/commands/UpdateIdentityProviderCommand.js +1 -0
  102. package/dist-es/commands/UpdateNetworkSettingsCommand.js +1 -0
  103. package/dist-es/commands/UpdatePortalCommand.js +1 -0
  104. package/dist-es/commands/UpdateTrustStoreCommand.js +1 -0
  105. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +1 -0
  106. package/dist-es/commands/UpdateUserSettingsCommand.js +1 -0
  107. package/dist-es/index.js +2 -2
  108. package/dist-es/models/WorkSpacesWebServiceException.js +1 -0
  109. package/dist-types/WorkSpacesWebClient.d.ts +3 -3
  110. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +4 -0
  111. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +4 -0
  112. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +4 -0
  113. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +4 -0
  114. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +4 -0
  115. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +4 -0
  116. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +4 -0
  117. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +4 -0
  118. package/dist-types/commands/CreatePortalCommand.d.ts +4 -0
  119. package/dist-types/commands/CreateTrustStoreCommand.d.ts +4 -0
  120. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +4 -0
  121. package/dist-types/commands/CreateUserSettingsCommand.d.ts +4 -0
  122. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +4 -0
  123. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +4 -0
  124. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +4 -0
  125. package/dist-types/commands/DeletePortalCommand.d.ts +4 -0
  126. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +4 -0
  127. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +4 -0
  128. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +4 -0
  129. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +4 -0
  130. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +4 -0
  131. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +4 -0
  132. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +4 -0
  133. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +4 -0
  134. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +4 -0
  135. package/dist-types/commands/GetIdentityProviderCommand.d.ts +4 -0
  136. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +4 -0
  137. package/dist-types/commands/GetPortalCommand.d.ts +4 -0
  138. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +4 -0
  139. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +4 -0
  140. package/dist-types/commands/GetTrustStoreCommand.d.ts +4 -0
  141. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +4 -0
  142. package/dist-types/commands/GetUserSettingsCommand.d.ts +4 -0
  143. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +4 -0
  144. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +4 -0
  145. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +4 -0
  146. package/dist-types/commands/ListPortalsCommand.d.ts +4 -0
  147. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  148. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +4 -0
  149. package/dist-types/commands/ListTrustStoresCommand.d.ts +4 -0
  150. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +4 -0
  151. package/dist-types/commands/ListUserSettingsCommand.d.ts +4 -0
  152. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  153. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  154. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdatePortalCommand.d.ts +4 -0
  158. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +4 -0
  159. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +4 -0
  160. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +4 -0
  161. package/dist-types/index.d.ts +12 -2
  162. package/dist-types/models/WorkSpacesWebServiceException.d.ts +1 -0
  163. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +3 -3
  164. package/dist-types/ts3.4/commands/AssociateBrowserSettingsCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/AssociateNetworkSettingsCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/AssociateTrustStoreCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/AssociateUserSettingsCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/CreateBrowserSettingsCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/CreateNetworkSettingsCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/CreateUserAccessLoggingSettingsCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/CreateUserSettingsCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/DeleteBrowserSettingsCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/DeleteNetworkSettingsCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/DeleteUserSettingsCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/DisassociateBrowserSettingsCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/DisassociateNetworkSettingsCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/DisassociateTrustStoreCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/DisassociateUserSettingsCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/GetBrowserSettingsCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/GetIdentityProviderCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/GetNetworkSettingsCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/GetPortalServiceProviderMetadataCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/GetTrustStoreCertificateCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/GetUserAccessLoggingSettingsCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/ListBrowserSettingsCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/ListNetworkSettingsCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/ListTrustStoreCertificatesCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/ListUserAccessLoggingSettingsCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/ListUserSettingsCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/UpdateBrowserSettingsCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/UpdateNetworkSettingsCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/index.d.ts +2 -2
  216. package/dist-types/ts3.4/models/WorkSpacesWebServiceException.d.ts +1 -0
  217. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateUserAccessLoggingSettingsRequest, UpdateUserAccessLoggingSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateUserSettingsRequest, UpdateUserSettingsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,16 @@
1
- export * from "./WorkSpacesWeb";
1
+ /**
2
+ * <p>WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate
3
+ * secure, web-based workloads. WorkSpaces Web makes it easy for customers to safely provide
4
+ * their employees with access to internal websites and SaaS web applications without the
5
+ * administrative burden of appliances or specialized client software. WorkSpaces Web provides
6
+ * simple policy tools tailored for user interactions, while offloading common tasks like
7
+ * capacity management, scaling, and maintaining browser images.</p>
8
+ *
9
+ * @packageDocumentation
10
+ */
2
11
  export * from "./WorkSpacesWebClient";
12
+ export * from "./WorkSpacesWeb";
3
13
  export * from "./commands";
4
- export * from "./models";
5
14
  export * from "./pagination";
15
+ export * from "./models";
6
16
  export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -255,6 +255,7 @@ import {
255
255
  ClientResolvedEndpointParameters,
256
256
  EndpointParameters,
257
257
  } from "./endpoint/EndpointParameters";
258
+ export { __Client };
258
259
  export type ServiceInputTypes =
259
260
  | AssociateBrowserSettingsCommandInput
260
261
  | AssociateNetworkSettingsCommandInput
@@ -383,7 +384,7 @@ export interface ClientDefaults
383
384
  logger?: __Logger;
384
385
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
385
386
  }
386
- type WorkSpacesWebClientConfigType = Partial<
387
+ export type WorkSpacesWebClientConfigType = Partial<
387
388
  __SmithyConfiguration<__HttpHandlerOptions>
388
389
  > &
389
390
  ClientDefaults &
@@ -396,7 +397,7 @@ type WorkSpacesWebClientConfigType = Partial<
396
397
  ClientInputEndpointParameters;
397
398
  export interface WorkSpacesWebClientConfig
398
399
  extends WorkSpacesWebClientConfigType {}
399
- type WorkSpacesWebClientResolvedConfigType =
400
+ export type WorkSpacesWebClientResolvedConfigType =
400
401
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
401
402
  Required<ClientDefaults> &
402
403
  RegionResolvedConfig &
@@ -418,4 +419,3 @@ export declare class WorkSpacesWebClient extends __Client<
418
419
  constructor(configuration: WorkSpacesWebClientConfig);
419
420
  destroy(): void;
420
421
  }
421
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateBrowserSettingsCommandInput
19
20
  extends AssociateBrowserSettingsRequest {}
20
21
  export interface AssociateBrowserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateNetworkSettingsCommandInput
19
20
  extends AssociateNetworkSettingsRequest {}
20
21
  export interface AssociateNetworkSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateTrustStoreCommandInput
19
20
  extends AssociateTrustStoreRequest {}
20
21
  export interface AssociateTrustStoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateUserAccessLoggingSettingsCommandInput
19
20
  extends AssociateUserAccessLoggingSettingsRequest {}
20
21
  export interface AssociateUserAccessLoggingSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateUserSettingsCommandInput
19
20
  extends AssociateUserSettingsRequest {}
20
21
  export interface AssociateUserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateBrowserSettingsCommandInput
19
20
  extends CreateBrowserSettingsRequest {}
20
21
  export interface CreateBrowserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateIdentityProviderCommandInput
19
20
  extends CreateIdentityProviderRequest {}
20
21
  export interface CreateIdentityProviderCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateNetworkSettingsCommandInput
19
20
  extends CreateNetworkSettingsRequest {}
20
21
  export interface CreateNetworkSettingsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkSpacesWebClientResolvedConfig,
14
14
  } from "../WorkSpacesWebClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreatePortalCommandInput extends CreatePortalRequest {}
16
17
  export interface CreatePortalCommandOutput
17
18
  extends CreatePortalResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateTrustStoreCommandInput extends CreateTrustStoreRequest {}
19
20
  export interface CreateTrustStoreCommandOutput
20
21
  extends CreateTrustStoreResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateUserAccessLoggingSettingsCommandInput
19
20
  extends CreateUserAccessLoggingSettingsRequest {}
20
21
  export interface CreateUserAccessLoggingSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateUserSettingsCommandInput
19
20
  extends CreateUserSettingsRequest {}
20
21
  export interface CreateUserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteBrowserSettingsCommandInput
19
20
  extends DeleteBrowserSettingsRequest {}
20
21
  export interface DeleteBrowserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteIdentityProviderCommandInput
19
20
  extends DeleteIdentityProviderRequest {}
20
21
  export interface DeleteIdentityProviderCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteNetworkSettingsCommandInput
19
20
  extends DeleteNetworkSettingsRequest {}
20
21
  export interface DeleteNetworkSettingsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkSpacesWebClientResolvedConfig,
14
14
  } from "../WorkSpacesWebClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeletePortalCommandInput extends DeletePortalRequest {}
16
17
  export interface DeletePortalCommandOutput
17
18
  extends DeletePortalResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteTrustStoreCommandInput extends DeleteTrustStoreRequest {}
19
20
  export interface DeleteTrustStoreCommandOutput
20
21
  extends DeleteTrustStoreResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteUserAccessLoggingSettingsCommandInput
19
20
  extends DeleteUserAccessLoggingSettingsRequest {}
20
21
  export interface DeleteUserAccessLoggingSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteUserSettingsCommandInput
19
20
  extends DeleteUserSettingsRequest {}
20
21
  export interface DeleteUserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateBrowserSettingsCommandInput
19
20
  extends DisassociateBrowserSettingsRequest {}
20
21
  export interface DisassociateBrowserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateNetworkSettingsCommandInput
19
20
  extends DisassociateNetworkSettingsRequest {}
20
21
  export interface DisassociateNetworkSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateTrustStoreCommandInput
19
20
  extends DisassociateTrustStoreRequest {}
20
21
  export interface DisassociateTrustStoreCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateUserAccessLoggingSettingsCommandInput
19
20
  extends DisassociateUserAccessLoggingSettingsRequest {}
20
21
  export interface DisassociateUserAccessLoggingSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateUserSettingsCommandInput
19
20
  extends DisassociateUserSettingsRequest {}
20
21
  export interface DisassociateUserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetBrowserSettingsCommandInput
19
20
  extends GetBrowserSettingsRequest {}
20
21
  export interface GetBrowserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetIdentityProviderCommandInput
19
20
  extends GetIdentityProviderRequest {}
20
21
  export interface GetIdentityProviderCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetNetworkSettingsCommandInput
19
20
  extends GetNetworkSettingsRequest {}
20
21
  export interface GetNetworkSettingsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkSpacesWebClientResolvedConfig,
14
14
  } from "../WorkSpacesWebClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetPortalCommandInput extends GetPortalRequest {}
16
17
  export interface GetPortalCommandOutput
17
18
  extends GetPortalResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetPortalServiceProviderMetadataCommandInput
19
20
  extends GetPortalServiceProviderMetadataRequest {}
20
21
  export interface GetPortalServiceProviderMetadataCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetTrustStoreCertificateCommandInput
19
20
  extends GetTrustStoreCertificateRequest {}
20
21
  export interface GetTrustStoreCertificateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetTrustStoreCommandInput extends GetTrustStoreRequest {}
19
20
  export interface GetTrustStoreCommandOutput
20
21
  extends GetTrustStoreResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetUserAccessLoggingSettingsCommandInput
19
20
  extends GetUserAccessLoggingSettingsRequest {}
20
21
  export interface GetUserAccessLoggingSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetUserSettingsCommandInput extends GetUserSettingsRequest {}
19
20
  export interface GetUserSettingsCommandOutput
20
21
  extends GetUserSettingsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListBrowserSettingsCommandInput
19
20
  extends ListBrowserSettingsRequest {}
20
21
  export interface ListBrowserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListIdentityProvidersCommandInput
19
20
  extends ListIdentityProvidersRequest {}
20
21
  export interface ListIdentityProvidersCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListNetworkSettingsCommandInput
19
20
  extends ListNetworkSettingsRequest {}
20
21
  export interface ListNetworkSettingsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkSpacesWebClientResolvedConfig,
14
14
  } from "../WorkSpacesWebClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListPortalsCommandInput extends ListPortalsRequest {}
16
17
  export interface ListPortalsCommandOutput
17
18
  extends ListPortalsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTrustStoreCertificatesCommandInput
19
20
  extends ListTrustStoreCertificatesRequest {}
20
21
  export interface ListTrustStoreCertificatesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTrustStoresCommandInput extends ListTrustStoresRequest {}
19
20
  export interface ListTrustStoresCommandOutput
20
21
  extends ListTrustStoresResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListUserAccessLoggingSettingsCommandInput
19
20
  extends ListUserAccessLoggingSettingsRequest {}
20
21
  export interface ListUserAccessLoggingSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListUserSettingsCommandInput extends ListUserSettingsRequest {}
19
20
  export interface ListUserSettingsCommandOutput
20
21
  extends ListUserSettingsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkSpacesWebClientResolvedConfig,
14
14
  } from "../WorkSpacesWebClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateBrowserSettingsCommandInput
19
20
  extends UpdateBrowserSettingsRequest {}
20
21
  export interface UpdateBrowserSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateIdentityProviderCommandInput
19
20
  extends UpdateIdentityProviderRequest {}
20
21
  export interface UpdateIdentityProviderCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateNetworkSettingsCommandInput
19
20
  extends UpdateNetworkSettingsRequest {}
20
21
  export interface UpdateNetworkSettingsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  WorkSpacesWebClientResolvedConfig,
14
14
  } from "../WorkSpacesWebClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdatePortalCommandInput extends UpdatePortalRequest {}
16
17
  export interface UpdatePortalCommandOutput
17
18
  extends UpdatePortalResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateTrustStoreCommandInput extends UpdateTrustStoreRequest {}
19
20
  export interface UpdateTrustStoreCommandOutput
20
21
  extends UpdateTrustStoreResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateUserAccessLoggingSettingsCommandInput
19
20
  extends UpdateUserAccessLoggingSettingsRequest {}
20
21
  export interface UpdateUserAccessLoggingSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  WorkSpacesWebClientResolvedConfig,
17
17
  } from "../WorkSpacesWebClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateUserSettingsCommandInput
19
20
  extends UpdateUserSettingsRequest {}
20
21
  export interface UpdateUserSettingsCommandOutput
@@ -1,6 +1,6 @@
1
- export * from "./WorkSpacesWeb";
2
1
  export * from "./WorkSpacesWebClient";
2
+ export * from "./WorkSpacesWeb";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class WorkSpacesWebServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }