@aws-sdk/client-chime-sdk-messaging 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 (66) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ChimeSDKMessagingClient.js +13 -13
  3. package/dist-cjs/commands/AssociateChannelFlowCommand.js +3 -3
  4. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +3 -3
  5. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +3 -3
  6. package/dist-cjs/commands/CreateChannelBanCommand.js +3 -3
  7. package/dist-cjs/commands/CreateChannelCommand.js +3 -3
  8. package/dist-cjs/commands/CreateChannelFlowCommand.js +3 -3
  9. package/dist-cjs/commands/CreateChannelMembershipCommand.js +3 -3
  10. package/dist-cjs/commands/CreateChannelModeratorCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteChannelBanCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteChannelCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteChannelFlowCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteChannelMessageCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeChannelBanCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeChannelCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeChannelFlowCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +3 -3
  24. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +3 -3
  25. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +3 -3
  26. package/dist-cjs/commands/GetChannelMessageCommand.js +3 -3
  27. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +3 -3
  28. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +3 -3
  29. package/dist-cjs/commands/ListChannelBansCommand.js +3 -3
  30. package/dist-cjs/commands/ListChannelFlowsCommand.js +3 -3
  31. package/dist-cjs/commands/ListChannelMembershipsCommand.js +3 -3
  32. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +3 -3
  33. package/dist-cjs/commands/ListChannelMessagesCommand.js +3 -3
  34. package/dist-cjs/commands/ListChannelModeratorsCommand.js +3 -3
  35. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +3 -3
  36. package/dist-cjs/commands/ListChannelsCommand.js +3 -3
  37. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +3 -3
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  39. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +3 -3
  40. package/dist-cjs/commands/RedactChannelMessageCommand.js +3 -3
  41. package/dist-cjs/commands/SendChannelMessageCommand.js +3 -3
  42. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  43. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  44. package/dist-cjs/commands/UpdateChannelCommand.js +3 -3
  45. package/dist-cjs/commands/UpdateChannelFlowCommand.js +3 -3
  46. package/dist-cjs/commands/UpdateChannelMessageCommand.js +3 -3
  47. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +3 -3
  48. package/dist-cjs/endpoints.js +1 -1
  49. package/dist-cjs/protocols/Aws_restJson1.js +263 -263
  50. package/dist-cjs/runtimeConfig.browser.js +4 -4
  51. package/dist-cjs/runtimeConfig.js +9 -9
  52. package/dist-cjs/runtimeConfig.native.js +1 -1
  53. package/dist-es/ChimeSDKMessaging.js +45 -45
  54. package/dist-es/pagination/ListChannelBansPaginator.js +4 -4
  55. package/dist-es/pagination/ListChannelFlowsPaginator.js +4 -4
  56. package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +4 -4
  57. package/dist-es/pagination/ListChannelMembershipsPaginator.js +4 -4
  58. package/dist-es/pagination/ListChannelMessagesPaginator.js +4 -4
  59. package/dist-es/pagination/ListChannelModeratorsPaginator.js +4 -4
  60. package/dist-es/pagination/ListChannelsAssociatedWithChannelFlowPaginator.js +4 -4
  61. package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +4 -4
  62. package/dist-es/pagination/ListChannelsPaginator.js +4 -4
  63. package/dist-es/protocols/Aws_restJson1.js +45 -45
  64. package/dist-types/runtimeConfig.native.d.ts +2 -2
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  66. package/package.json +34 -34
@@ -11,7 +11,7 @@ class GetChannelMessageStatusCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class GetChannelMessageStatusCommand 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_restJson1GetChannelMessageStatusCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetChannelMessageStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetChannelMessageStatusCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetChannelMessageStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetChannelMessageStatusCommand = GetChannelMessageStatusCommand;
@@ -11,7 +11,7 @@ class GetMessagingSessionEndpointCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class GetMessagingSessionEndpointCommand 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_restJson1GetMessagingSessionEndpointCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetMessagingSessionEndpointCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetMessagingSessionEndpointCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetMessagingSessionEndpointCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetMessagingSessionEndpointCommand = GetMessagingSessionEndpointCommand;
@@ -11,7 +11,7 @@ class ListChannelBansCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class ListChannelBansCommand 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_restJson1ListChannelBansCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelBansCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelBansCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelBansCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelBansCommand = ListChannelBansCommand;
@@ -11,7 +11,7 @@ class ListChannelFlowsCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class ListChannelFlowsCommand 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_restJson1ListChannelFlowsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelFlowsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelFlowsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelFlowsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelFlowsCommand = ListChannelFlowsCommand;
@@ -11,7 +11,7 @@ class ListChannelMembershipsCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class ListChannelMembershipsCommand 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_restJson1ListChannelMembershipsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelMembershipsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelMembershipsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelMembershipsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelMembershipsCommand = ListChannelMembershipsCommand;
@@ -11,7 +11,7 @@ class ListChannelMembershipsForAppInstanceUserCommand extends smithy_client_1.Co
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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class ListChannelMembershipsForAppInstanceUserCommand extends smithy_client_1.Co
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_restJson1ListChannelMembershipsForAppInstanceUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelMembershipsForAppInstanceUserCommand = ListChannelMembershipsForAppInstanceUserCommand;
@@ -11,7 +11,7 @@ class ListChannelMessagesCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class ListChannelMessagesCommand 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_restJson1ListChannelMessagesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelMessagesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelMessagesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelMessagesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelMessagesCommand = ListChannelMessagesCommand;
@@ -11,7 +11,7 @@ class ListChannelModeratorsCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class ListChannelModeratorsCommand 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_restJson1ListChannelModeratorsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelModeratorsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelModeratorsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelModeratorsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelModeratorsCommand = ListChannelModeratorsCommand;
@@ -11,7 +11,7 @@ class ListChannelsAssociatedWithChannelFlowCommand extends smithy_client_1.Comma
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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class ListChannelsAssociatedWithChannelFlowCommand extends smithy_client_1.Comma
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_restJson1ListChannelsAssociatedWithChannelFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelsAssociatedWithChannelFlowCommand = ListChannelsAssociatedWithChannelFlowCommand;
@@ -11,7 +11,7 @@ class ListChannelsCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class ListChannelsCommand 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_restJson1ListChannelsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelsCommand = ListChannelsCommand;
@@ -11,7 +11,7 @@ class ListChannelsModeratedByAppInstanceUserCommand extends smithy_client_1.Comm
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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class ListChannelsModeratedByAppInstanceUserCommand extends smithy_client_1.Comm
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_restJson1ListChannelsModeratedByAppInstanceUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelsModeratedByAppInstanceUserCommand = ListChannelsModeratedByAppInstanceUserCommand;
@@ -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 = "ChimeSDKMessagingClient";
@@ -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 PutChannelMembershipPreferencesCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class PutChannelMembershipPreferencesCommand 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_restJson1PutChannelMembershipPreferencesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutChannelMembershipPreferencesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutChannelMembershipPreferencesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutChannelMembershipPreferencesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutChannelMembershipPreferencesCommand = PutChannelMembershipPreferencesCommand;
@@ -11,7 +11,7 @@ class RedactChannelMessageCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class RedactChannelMessageCommand 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_restJson1RedactChannelMessageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RedactChannelMessageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RedactChannelMessageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RedactChannelMessageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RedactChannelMessageCommand = RedactChannelMessageCommand;
@@ -11,7 +11,7 @@ class SendChannelMessageCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class SendChannelMessageCommand 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_restJson1SendChannelMessageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SendChannelMessageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SendChannelMessageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SendChannelMessageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SendChannelMessageCommand = SendChannelMessageCommand;
@@ -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 = "ChimeSDKMessagingClient";
@@ -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 = "ChimeSDKMessagingClient";
@@ -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 UpdateChannelCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class UpdateChannelCommand 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_restJson1UpdateChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateChannelCommand = UpdateChannelCommand;
@@ -11,7 +11,7 @@ class UpdateChannelFlowCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class UpdateChannelFlowCommand 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_restJson1UpdateChannelFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateChannelFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateChannelFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateChannelFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateChannelFlowCommand = UpdateChannelFlowCommand;
@@ -11,7 +11,7 @@ class UpdateChannelMessageCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class UpdateChannelMessageCommand 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_restJson1UpdateChannelMessageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateChannelMessageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateChannelMessageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateChannelMessageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateChannelMessageCommand = UpdateChannelMessageCommand;
@@ -11,7 +11,7 @@ class UpdateChannelReadMarkerCommand 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 = "ChimeSDKMessagingClient";
@@ -27,10 +27,10 @@ class UpdateChannelReadMarkerCommand 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_restJson1UpdateChannelReadMarkerCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateChannelReadMarkerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateChannelReadMarkerCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateChannelReadMarkerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateChannelReadMarkerCommand = UpdateChannelReadMarkerCommand;
@@ -132,7 +132,7 @@ const partitionHash = {
132
132
  ],
133
133
  },
134
134
  };
135
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
135
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
136
136
  ...options,
137
137
  signingService: "chime",
138
138
  regionHash,