@aws-sdk/client-workspaces-web 3.335.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
@@ -60,6 +60,7 @@ import { UpdateTrustStoreCommandInput, UpdateTrustStoreCommandOutput } from "./c
60
60
  import { UpdateUserAccessLoggingSettingsCommandInput, UpdateUserAccessLoggingSettingsCommandOutput } from "./commands/UpdateUserAccessLoggingSettingsCommand";
61
61
  import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
62
62
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
63
+ export { __Client };
63
64
  /**
64
65
  * @public
65
66
  */
@@ -174,7 +175,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
174
175
  /**
175
176
  * @public
176
177
  */
177
- type WorkSpacesWebClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
178
+ export type WorkSpacesWebClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
178
179
  /**
179
180
  * @public
180
181
  *
@@ -185,7 +186,7 @@ export interface WorkSpacesWebClientConfig extends WorkSpacesWebClientConfigType
185
186
  /**
186
187
  * @public
187
188
  */
188
- type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
189
+ export type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
189
190
  /**
190
191
  * @public
191
192
  *
@@ -215,4 +216,3 @@ export declare class WorkSpacesWebClient extends __Client<__HttpHandlerOptions,
215
216
  */
216
217
  destroy(): void;
217
218
  }
218
- export {};
@@ -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 { AssociateBrowserSettingsRequest, AssociateBrowserSettingsResponse } 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 { AssociateNetworkSettingsRequest, AssociateNetworkSettingsResponse } 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 { AssociateTrustStoreRequest, AssociateTrustStoreResponse } 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 { AssociateUserAccessLoggingSettingsRequest, AssociateUserAccessLoggingSettingsResponse } 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 { AssociateUserSettingsRequest, AssociateUserSettingsResponse } 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 { CreateBrowserSettingsRequest, CreateBrowserSettingsResponse } 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 { CreateIdentityProviderRequest, CreateIdentityProviderResponse } 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 { CreateNetworkSettingsRequest, CreateNetworkSettingsResponse } 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 { CreatePortalRequest, CreatePortalResponse } 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 { CreateTrustStoreRequest, CreateTrustStoreResponse } 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 { CreateUserAccessLoggingSettingsRequest, CreateUserAccessLoggingSettingsResponse } 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 { CreateUserSettingsRequest, CreateUserSettingsResponse } 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 { DeleteBrowserSettingsRequest, DeleteBrowserSettingsResponse } 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 { DeleteIdentityProviderRequest, DeleteIdentityProviderResponse } 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 { DeleteNetworkSettingsRequest, DeleteNetworkSettingsResponse } 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 { DeletePortalRequest, DeletePortalResponse } 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 { DeleteTrustStoreRequest, DeleteTrustStoreResponse } 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 { DeleteUserAccessLoggingSettingsRequest, DeleteUserAccessLoggingSettingsResponse } 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 { DeleteUserSettingsRequest, DeleteUserSettingsResponse } 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 { DisassociateBrowserSettingsRequest, DisassociateBrowserSettingsResponse } 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 { DisassociateNetworkSettingsRequest, DisassociateNetworkSettingsResponse } 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 { DisassociateTrustStoreRequest, DisassociateTrustStoreResponse } 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 { DisassociateUserAccessLoggingSettingsRequest, DisassociateUserAccessLoggingSettingsResponse } 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 { DisassociateUserSettingsRequest, DisassociateUserSettingsResponse } 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 { GetBrowserSettingsRequest, GetBrowserSettingsResponse } 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 { GetIdentityProviderRequest, GetIdentityProviderResponse } 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 { GetNetworkSettingsRequest, GetNetworkSettingsResponse } 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 { GetPortalRequest, GetPortalResponse } 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 { GetPortalServiceProviderMetadataRequest, GetPortalServiceProviderMetadataResponse } 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 { GetTrustStoreCertificateRequest, GetTrustStoreCertificateResponse } 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 { GetTrustStoreRequest, GetTrustStoreResponse } 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 { GetUserAccessLoggingSettingsRequest, GetUserAccessLoggingSettingsResponse } 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 { GetUserSettingsRequest, GetUserSettingsResponse } 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 { ListBrowserSettingsRequest, ListBrowserSettingsResponse } 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 { ListIdentityProvidersRequest, ListIdentityProvidersResponse } 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 { ListNetworkSettingsRequest, ListNetworkSettingsResponse } 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 { ListPortalsRequest, ListPortalsResponse } 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 { ListTrustStoreCertificatesRequest, ListTrustStoreCertificatesResponse } 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 { ListTrustStoresRequest, ListTrustStoresResponse } 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 { ListUserAccessLoggingSettingsRequest, ListUserAccessLoggingSettingsResponse } 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 { ListUserSettingsRequest, ListUserSettingsResponse } 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 { TagResourceRequest, TagResourceResponse } 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 { UntagResourceRequest, UntagResourceResponse } 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 { UpdateBrowserSettingsRequest, UpdateBrowserSettingsResponse } 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 { UpdateIdentityProviderRequest, UpdateIdentityProviderResponse } 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 { UpdateNetworkSettingsRequest, UpdateNetworkSettingsResponse } 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 { UpdatePortalRequest, UpdatePortalResponse } 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 { UpdateTrustStoreRequest, UpdateTrustStoreResponse } 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
  *