@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
@@ -11,7 +11,7 @@ class GetPortalServiceProviderMetadataCommand 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 GetPortalServiceProviderMetadataCommand 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_restJson1GetPortalServiceProviderMetadataCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetPortalServiceProviderMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetPortalServiceProviderMetadataCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetPortalServiceProviderMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPortalServiceProviderMetadataCommand = GetPortalServiceProviderMetadataCommand;
@@ -11,7 +11,7 @@ class GetTrustStoreCertificateCommand 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 GetTrustStoreCertificateCommand 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_restJson1GetTrustStoreCertificateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetTrustStoreCertificateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetTrustStoreCertificateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetTrustStoreCertificateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTrustStoreCertificateCommand = GetTrustStoreCertificateCommand;
@@ -11,7 +11,7 @@ class GetTrustStoreCommand 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 GetTrustStoreCommand 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_restJson1GetTrustStoreCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetTrustStoreCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetTrustStoreCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetTrustStoreCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetTrustStoreCommand = GetTrustStoreCommand;
@@ -11,7 +11,7 @@ class GetUserSettingsCommand 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 GetUserSettingsCommand 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_restJson1GetUserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetUserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetUserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetUserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUserSettingsCommand = GetUserSettingsCommand;
@@ -11,7 +11,7 @@ class ListBrowserSettingsCommand 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 ListBrowserSettingsCommand 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_restJson1ListBrowserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListBrowserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListBrowserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListBrowserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBrowserSettingsCommand = ListBrowserSettingsCommand;
@@ -11,7 +11,7 @@ class ListIdentityProvidersCommand 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 ListIdentityProvidersCommand 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_restJson1ListIdentityProvidersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListIdentityProvidersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListIdentityProvidersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListIdentityProvidersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListIdentityProvidersCommand = ListIdentityProvidersCommand;
@@ -11,7 +11,7 @@ class ListNetworkSettingsCommand 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 ListNetworkSettingsCommand 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_restJson1ListNetworkSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListNetworkSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListNetworkSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListNetworkSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListNetworkSettingsCommand = ListNetworkSettingsCommand;
@@ -11,7 +11,7 @@ class ListPortalsCommand 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 ListPortalsCommand 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_restJson1ListPortalsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListPortalsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListPortalsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListPortalsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPortalsCommand = ListPortalsCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand 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 ListTagsForResourceCommand 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_restJson1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class ListTrustStoreCertificatesCommand 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 ListTrustStoreCertificatesCommand 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_restJson1ListTrustStoreCertificatesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTrustStoreCertificatesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTrustStoreCertificatesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTrustStoreCertificatesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTrustStoreCertificatesCommand = ListTrustStoreCertificatesCommand;
@@ -11,7 +11,7 @@ class ListTrustStoresCommand 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 ListTrustStoresCommand 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_restJson1ListTrustStoresCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTrustStoresCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTrustStoresCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTrustStoresCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTrustStoresCommand = ListTrustStoresCommand;
@@ -11,7 +11,7 @@ class ListUserSettingsCommand 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 ListUserSettingsCommand 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_restJson1ListUserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListUserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListUserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListUserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListUserSettingsCommand = ListUserSettingsCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand 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 TagResourceCommand 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_restJson1TagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand 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 UntagResourceCommand 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_restJson1UntagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateBrowserSettingsCommand 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 UpdateBrowserSettingsCommand 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_restJson1UpdateBrowserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBrowserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateBrowserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBrowserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateBrowserSettingsCommand = UpdateBrowserSettingsCommand;
@@ -11,7 +11,7 @@ class UpdateIdentityProviderCommand 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 UpdateIdentityProviderCommand 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_restJson1UpdateIdentityProviderCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateIdentityProviderCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateIdentityProviderCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateIdentityProviderCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateIdentityProviderCommand = UpdateIdentityProviderCommand;
@@ -11,7 +11,7 @@ class UpdateNetworkSettingsCommand 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 UpdateNetworkSettingsCommand 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_restJson1UpdateNetworkSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateNetworkSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateNetworkSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateNetworkSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateNetworkSettingsCommand = UpdateNetworkSettingsCommand;
@@ -11,7 +11,7 @@ class UpdatePortalCommand 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 UpdatePortalCommand 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_restJson1UpdatePortalCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdatePortalCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdatePortalCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePortalCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdatePortalCommand = UpdatePortalCommand;
@@ -11,7 +11,7 @@ class UpdateTrustStoreCommand 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 UpdateTrustStoreCommand 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_restJson1UpdateTrustStoreCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateTrustStoreCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateTrustStoreCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateTrustStoreCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateTrustStoreCommand = UpdateTrustStoreCommand;
@@ -11,7 +11,7 @@ class UpdateUserSettingsCommand 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 UpdateUserSettingsCommand 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_restJson1UpdateUserSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateUserSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateUserSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateUserSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateUserSettingsCommand = UpdateUserSettingsCommand;
@@ -122,7 +122,7 @@ const partitionHash = {
122
122
  ],
123
123
  },
124
124
  };
125
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
125
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
126
126
  ...options,
127
127
  signingService: "workspaces-web",
128
128
  regionHash,