@aws-sdk/client-workspaces-web 3.54.1 → 3.58.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 (63) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/WorkSpacesWebClient.js +13 -13
  3. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +3 -3
  5. package/dist-cjs/commands/AssociateTrustStoreCommand.js +3 -3
  6. package/dist-cjs/commands/AssociateUserSettingsCommand.js +3 -3
  7. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +3 -3
  8. package/dist-cjs/commands/CreateIdentityProviderCommand.js +3 -3
  9. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +3 -3
  10. package/dist-cjs/commands/CreatePortalCommand.js +3 -3
  11. package/dist-cjs/commands/CreateTrustStoreCommand.js +3 -3
  12. package/dist-cjs/commands/CreateUserSettingsCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +3 -3
  16. package/dist-cjs/commands/DeletePortalCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteTrustStoreCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteUserSettingsCommand.js +3 -3
  19. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +3 -3
  20. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +3 -3
  21. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +3 -3
  22. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +3 -3
  23. package/dist-cjs/commands/GetBrowserSettingsCommand.js +3 -3
  24. package/dist-cjs/commands/GetIdentityProviderCommand.js +3 -3
  25. package/dist-cjs/commands/GetNetworkSettingsCommand.js +3 -3
  26. package/dist-cjs/commands/GetPortalCommand.js +3 -3
  27. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +3 -3
  28. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +3 -3
  29. package/dist-cjs/commands/GetTrustStoreCommand.js +3 -3
  30. package/dist-cjs/commands/GetUserSettingsCommand.js +3 -3
  31. package/dist-cjs/commands/ListBrowserSettingsCommand.js +3 -3
  32. package/dist-cjs/commands/ListIdentityProvidersCommand.js +3 -3
  33. package/dist-cjs/commands/ListNetworkSettingsCommand.js +3 -3
  34. package/dist-cjs/commands/ListPortalsCommand.js +3 -3
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  36. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +3 -3
  37. package/dist-cjs/commands/ListTrustStoresCommand.js +3 -3
  38. package/dist-cjs/commands/ListUserSettingsCommand.js +3 -3
  39. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  40. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  41. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +3 -3
  42. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +3 -3
  43. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +3 -3
  44. package/dist-cjs/commands/UpdatePortalCommand.js +3 -3
  45. package/dist-cjs/commands/UpdateTrustStoreCommand.js +3 -3
  46. package/dist-cjs/commands/UpdateUserSettingsCommand.js +3 -3
  47. package/dist-cjs/endpoints.js +1 -1
  48. package/dist-cjs/protocols/Aws_restJson1.js +246 -246
  49. package/dist-cjs/runtimeConfig.browser.js +4 -4
  50. package/dist-cjs/runtimeConfig.js +9 -9
  51. package/dist-cjs/runtimeConfig.native.js +1 -1
  52. package/dist-es/WorkSpacesWeb.js +44 -44
  53. package/dist-es/pagination/ListBrowserSettingsPaginator.js +4 -4
  54. package/dist-es/pagination/ListIdentityProvidersPaginator.js +4 -4
  55. package/dist-es/pagination/ListNetworkSettingsPaginator.js +4 -4
  56. package/dist-es/pagination/ListPortalsPaginator.js +4 -4
  57. package/dist-es/pagination/ListTrustStoreCertificatesPaginator.js +4 -4
  58. package/dist-es/pagination/ListTrustStoresPaginator.js +4 -4
  59. package/dist-es/pagination/ListUserSettingsPaginator.js +4 -4
  60. package/dist-es/protocols/Aws_restJson1.js +44 -44
  61. package/dist-types/runtimeConfig.native.d.ts +2 -2
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  63. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-workspaces-web
9
+
10
+
11
+
12
+
13
+
14
+ # [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-workspaces-web
17
+
18
+
19
+
20
+
21
+
22
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-workspaces-web
25
+
26
+
27
+
28
+
29
+
6
30
  ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
7
31
 
8
32
  **Note:** Version bump only for package @aws-sdk/client-workspaces-web
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class WorkSpacesWebClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class AssociateBrowserSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class AssociateBrowserSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1AssociateBrowserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateBrowserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateBrowserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateBrowserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateBrowserSettingsCommand = AssociateBrowserSettingsCommand;
@@ -11,7 +11,7 @@ class AssociateNetworkSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class AssociateNetworkSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1AssociateNetworkSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateNetworkSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateNetworkSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateNetworkSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateNetworkSettingsCommand = AssociateNetworkSettingsCommand;
@@ -11,7 +11,7 @@ class AssociateTrustStoreCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class AssociateTrustStoreCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1AssociateTrustStoreCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateTrustStoreCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateTrustStoreCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateTrustStoreCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateTrustStoreCommand = AssociateTrustStoreCommand;
@@ -11,7 +11,7 @@ class AssociateUserSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class AssociateUserSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1AssociateUserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateUserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateUserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateUserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateUserSettingsCommand = AssociateUserSettingsCommand;
@@ -11,7 +11,7 @@ class CreateBrowserSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class CreateBrowserSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateBrowserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateBrowserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateBrowserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateBrowserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateBrowserSettingsCommand = CreateBrowserSettingsCommand;
@@ -11,7 +11,7 @@ class CreateIdentityProviderCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class CreateIdentityProviderCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateIdentityProviderCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateIdentityProviderCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateIdentityProviderCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateIdentityProviderCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateIdentityProviderCommand = CreateIdentityProviderCommand;
@@ -11,7 +11,7 @@ class CreateNetworkSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class CreateNetworkSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateNetworkSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateNetworkSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateNetworkSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateNetworkSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateNetworkSettingsCommand = CreateNetworkSettingsCommand;
@@ -11,7 +11,7 @@ class CreatePortalCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class CreatePortalCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreatePortalCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreatePortalCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreatePortalCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePortalCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreatePortalCommand = CreatePortalCommand;
@@ -11,7 +11,7 @@ class CreateTrustStoreCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class CreateTrustStoreCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateTrustStoreCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateTrustStoreCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateTrustStoreCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateTrustStoreCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateTrustStoreCommand = CreateTrustStoreCommand;
@@ -11,7 +11,7 @@ class CreateUserSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class CreateUserSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateUserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateUserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateUserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateUserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateUserSettingsCommand = CreateUserSettingsCommand;
@@ -11,7 +11,7 @@ class DeleteBrowserSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DeleteBrowserSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteBrowserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteBrowserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteBrowserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteBrowserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteBrowserSettingsCommand = DeleteBrowserSettingsCommand;
@@ -11,7 +11,7 @@ class DeleteIdentityProviderCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DeleteIdentityProviderCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteIdentityProviderCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteIdentityProviderCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteIdentityProviderCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteIdentityProviderCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteIdentityProviderCommand = DeleteIdentityProviderCommand;
@@ -11,7 +11,7 @@ class DeleteNetworkSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DeleteNetworkSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteNetworkSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteNetworkSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteNetworkSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteNetworkSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteNetworkSettingsCommand = DeleteNetworkSettingsCommand;
@@ -11,7 +11,7 @@ class DeletePortalCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DeletePortalCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeletePortalCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeletePortalCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeletePortalCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePortalCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeletePortalCommand = DeletePortalCommand;
@@ -11,7 +11,7 @@ class DeleteTrustStoreCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DeleteTrustStoreCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteTrustStoreCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteTrustStoreCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteTrustStoreCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteTrustStoreCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteTrustStoreCommand = DeleteTrustStoreCommand;
@@ -11,7 +11,7 @@ class DeleteUserSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DeleteUserSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteUserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteUserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteUserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteUserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteUserSettingsCommand = DeleteUserSettingsCommand;
@@ -11,7 +11,7 @@ class DisassociateBrowserSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DisassociateBrowserSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DisassociateBrowserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateBrowserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DisassociateBrowserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateBrowserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateBrowserSettingsCommand = DisassociateBrowserSettingsCommand;
@@ -11,7 +11,7 @@ class DisassociateNetworkSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DisassociateNetworkSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DisassociateNetworkSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateNetworkSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DisassociateNetworkSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateNetworkSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateNetworkSettingsCommand = DisassociateNetworkSettingsCommand;
@@ -11,7 +11,7 @@ class DisassociateTrustStoreCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DisassociateTrustStoreCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DisassociateTrustStoreCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateTrustStoreCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DisassociateTrustStoreCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateTrustStoreCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateTrustStoreCommand = DisassociateTrustStoreCommand;
@@ -11,7 +11,7 @@ class DisassociateUserSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class DisassociateUserSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DisassociateUserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateUserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DisassociateUserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateUserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateUserSettingsCommand = DisassociateUserSettingsCommand;
@@ -11,7 +11,7 @@ class GetBrowserSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class GetBrowserSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetBrowserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetBrowserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetBrowserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetBrowserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetBrowserSettingsCommand = GetBrowserSettingsCommand;
@@ -11,7 +11,7 @@ class GetIdentityProviderCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class GetIdentityProviderCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetIdentityProviderCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetIdentityProviderCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetIdentityProviderCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetIdentityProviderCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetIdentityProviderCommand = GetIdentityProviderCommand;
@@ -11,7 +11,7 @@ class GetNetworkSettingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class GetNetworkSettingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetNetworkSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetNetworkSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetNetworkSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetNetworkSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetNetworkSettingsCommand = GetNetworkSettingsCommand;
@@ -11,7 +11,7 @@ class GetPortalCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WorkSpacesWebClient";
@@ -27,10 +27,10 @@ class GetPortalCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetPortalCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetPortalCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetPortalCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetPortalCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPortalCommand = GetPortalCommand;