@aws-sdk/client-chime-sdk-messaging 3.53.0 → 3.55.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 (72) 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/ChimeSDKMessagingClient.d.ts +2 -2
  65. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  66. package/dist-types/runtimeConfig.d.ts +1 -1
  67. package/dist-types/runtimeConfig.native.d.ts +3 -3
  68. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +2 -2
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  72. 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.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-messaging
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-messaging
17
+
18
+
19
+
20
+
21
+
22
+ # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-messaging
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
31
 
8
32
 
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class ChimeSDKMessagingClient 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 AssociateChannelFlowCommand 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 AssociateChannelFlowCommand 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_restJson1AssociateChannelFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AssociateChannelFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AssociateChannelFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateChannelFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AssociateChannelFlowCommand = AssociateChannelFlowCommand;
@@ -11,7 +11,7 @@ class BatchCreateChannelMembershipCommand 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 BatchCreateChannelMembershipCommand 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_restJson1BatchCreateChannelMembershipCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BatchCreateChannelMembershipCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BatchCreateChannelMembershipCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BatchCreateChannelMembershipCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchCreateChannelMembershipCommand = BatchCreateChannelMembershipCommand;
@@ -11,7 +11,7 @@ class ChannelFlowCallbackCommand 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 ChannelFlowCallbackCommand 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_restJson1ChannelFlowCallbackCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ChannelFlowCallbackCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ChannelFlowCallbackCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ChannelFlowCallbackCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ChannelFlowCallbackCommand = ChannelFlowCallbackCommand;
@@ -11,7 +11,7 @@ class CreateChannelBanCommand 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 CreateChannelBanCommand 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_restJson1CreateChannelBanCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateChannelBanCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateChannelBanCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChannelBanCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateChannelBanCommand = CreateChannelBanCommand;
@@ -11,7 +11,7 @@ class CreateChannelCommand 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 CreateChannelCommand 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_restJson1CreateChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateChannelCommand = CreateChannelCommand;
@@ -11,7 +11,7 @@ class CreateChannelFlowCommand 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 CreateChannelFlowCommand 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_restJson1CreateChannelFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateChannelFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateChannelFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChannelFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateChannelFlowCommand = CreateChannelFlowCommand;
@@ -11,7 +11,7 @@ class CreateChannelMembershipCommand 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 CreateChannelMembershipCommand 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_restJson1CreateChannelMembershipCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateChannelMembershipCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateChannelMembershipCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChannelMembershipCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateChannelMembershipCommand = CreateChannelMembershipCommand;
@@ -11,7 +11,7 @@ class CreateChannelModeratorCommand 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 CreateChannelModeratorCommand 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_restJson1CreateChannelModeratorCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateChannelModeratorCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateChannelModeratorCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChannelModeratorCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateChannelModeratorCommand = CreateChannelModeratorCommand;
@@ -11,7 +11,7 @@ class DeleteChannelBanCommand 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 DeleteChannelBanCommand 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_restJson1DeleteChannelBanCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteChannelBanCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteChannelBanCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelBanCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteChannelBanCommand = DeleteChannelBanCommand;
@@ -11,7 +11,7 @@ class DeleteChannelCommand 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 DeleteChannelCommand 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_restJson1DeleteChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteChannelCommand = DeleteChannelCommand;
@@ -11,7 +11,7 @@ class DeleteChannelFlowCommand 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 DeleteChannelFlowCommand 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_restJson1DeleteChannelFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteChannelFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteChannelFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteChannelFlowCommand = DeleteChannelFlowCommand;
@@ -11,7 +11,7 @@ class DeleteChannelMembershipCommand 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 DeleteChannelMembershipCommand 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_restJson1DeleteChannelMembershipCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteChannelMembershipCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteChannelMembershipCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelMembershipCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteChannelMembershipCommand = DeleteChannelMembershipCommand;
@@ -11,7 +11,7 @@ class DeleteChannelMessageCommand 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 DeleteChannelMessageCommand 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_restJson1DeleteChannelMessageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteChannelMessageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteChannelMessageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelMessageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteChannelMessageCommand = DeleteChannelMessageCommand;
@@ -11,7 +11,7 @@ class DeleteChannelModeratorCommand 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 DeleteChannelModeratorCommand 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_restJson1DeleteChannelModeratorCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteChannelModeratorCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteChannelModeratorCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelModeratorCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteChannelModeratorCommand = DeleteChannelModeratorCommand;
@@ -11,7 +11,7 @@ class DescribeChannelBanCommand 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 DescribeChannelBanCommand 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_restJson1DescribeChannelBanCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeChannelBanCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeChannelBanCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeChannelBanCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeChannelBanCommand = DescribeChannelBanCommand;
@@ -11,7 +11,7 @@ class DescribeChannelCommand 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 DescribeChannelCommand 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_restJson1DescribeChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeChannelCommand = DescribeChannelCommand;
@@ -11,7 +11,7 @@ class DescribeChannelFlowCommand 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 DescribeChannelFlowCommand 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_restJson1DescribeChannelFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeChannelFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeChannelFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeChannelFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeChannelFlowCommand = DescribeChannelFlowCommand;
@@ -11,7 +11,7 @@ class DescribeChannelMembershipCommand 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 DescribeChannelMembershipCommand 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_restJson1DescribeChannelMembershipCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeChannelMembershipCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeChannelMembershipCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeChannelMembershipCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeChannelMembershipCommand = DescribeChannelMembershipCommand;
@@ -11,7 +11,7 @@ class DescribeChannelMembershipForAppInstanceUserCommand extends smithy_client_1
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 DescribeChannelMembershipForAppInstanceUserCommand extends smithy_client_1
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_restJson1DescribeChannelMembershipForAppInstanceUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeChannelMembershipForAppInstanceUserCommand = DescribeChannelMembershipForAppInstanceUserCommand;
@@ -11,7 +11,7 @@ class DescribeChannelModeratedByAppInstanceUserCommand extends smithy_client_1.C
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 DescribeChannelModeratedByAppInstanceUserCommand extends smithy_client_1.C
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_restJson1DescribeChannelModeratedByAppInstanceUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeChannelModeratedByAppInstanceUserCommand = DescribeChannelModeratedByAppInstanceUserCommand;
@@ -11,7 +11,7 @@ class DescribeChannelModeratorCommand 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 DescribeChannelModeratorCommand 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_restJson1DescribeChannelModeratorCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeChannelModeratorCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeChannelModeratorCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeChannelModeratorCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeChannelModeratorCommand = DescribeChannelModeratorCommand;
@@ -11,7 +11,7 @@ class DisassociateChannelFlowCommand 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 DisassociateChannelFlowCommand 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_restJson1DisassociateChannelFlowCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateChannelFlowCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DisassociateChannelFlowCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateChannelFlowCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisassociateChannelFlowCommand = DisassociateChannelFlowCommand;
@@ -11,7 +11,7 @@ class GetChannelMembershipPreferencesCommand 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 GetChannelMembershipPreferencesCommand 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_restJson1GetChannelMembershipPreferencesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetChannelMembershipPreferencesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetChannelMembershipPreferencesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetChannelMembershipPreferencesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetChannelMembershipPreferencesCommand = GetChannelMembershipPreferencesCommand;
@@ -11,7 +11,7 @@ class GetChannelMessageCommand 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 GetChannelMessageCommand 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_restJson1GetChannelMessageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetChannelMessageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetChannelMessageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetChannelMessageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetChannelMessageCommand = GetChannelMessageCommand;