@aws-sdk/client-chime-sdk-messaging 3.414.0 → 3.421.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 (104) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AssociateChannelFlowCommand.js +5 -0
  3. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +5 -0
  4. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +5 -0
  5. package/dist-cjs/commands/CreateChannelBanCommand.js +5 -0
  6. package/dist-cjs/commands/CreateChannelCommand.js +5 -0
  7. package/dist-cjs/commands/CreateChannelFlowCommand.js +5 -0
  8. package/dist-cjs/commands/CreateChannelMembershipCommand.js +5 -0
  9. package/dist-cjs/commands/CreateChannelModeratorCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteChannelBanCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteChannelCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteChannelFlowCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteChannelMessageCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeChannelBanCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeChannelCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeChannelFlowCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +5 -0
  24. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +5 -0
  25. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +5 -0
  26. package/dist-cjs/commands/GetChannelMessageCommand.js +5 -0
  27. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +5 -0
  28. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +5 -0
  29. package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +5 -0
  30. package/dist-cjs/commands/ListChannelBansCommand.js +5 -0
  31. package/dist-cjs/commands/ListChannelFlowsCommand.js +5 -0
  32. package/dist-cjs/commands/ListChannelMembershipsCommand.js +5 -0
  33. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +5 -0
  34. package/dist-cjs/commands/ListChannelMessagesCommand.js +5 -0
  35. package/dist-cjs/commands/ListChannelModeratorsCommand.js +5 -0
  36. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +5 -0
  37. package/dist-cjs/commands/ListChannelsCommand.js +5 -0
  38. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +5 -0
  39. package/dist-cjs/commands/ListSubChannelsCommand.js +5 -0
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  41. package/dist-cjs/commands/PutChannelExpirationSettingsCommand.js +5 -0
  42. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +5 -0
  43. package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +5 -0
  44. package/dist-cjs/commands/RedactChannelMessageCommand.js +5 -0
  45. package/dist-cjs/commands/SearchChannelsCommand.js +5 -0
  46. package/dist-cjs/commands/SendChannelMessageCommand.js +5 -0
  47. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  48. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  49. package/dist-cjs/commands/UpdateChannelCommand.js +5 -0
  50. package/dist-cjs/commands/UpdateChannelFlowCommand.js +5 -0
  51. package/dist-cjs/commands/UpdateChannelMessageCommand.js +5 -0
  52. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +5 -0
  53. package/dist-es/commands/AssociateChannelFlowCommand.js +5 -0
  54. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +5 -0
  55. package/dist-es/commands/ChannelFlowCallbackCommand.js +5 -0
  56. package/dist-es/commands/CreateChannelBanCommand.js +5 -0
  57. package/dist-es/commands/CreateChannelCommand.js +5 -0
  58. package/dist-es/commands/CreateChannelFlowCommand.js +5 -0
  59. package/dist-es/commands/CreateChannelMembershipCommand.js +5 -0
  60. package/dist-es/commands/CreateChannelModeratorCommand.js +5 -0
  61. package/dist-es/commands/DeleteChannelBanCommand.js +5 -0
  62. package/dist-es/commands/DeleteChannelCommand.js +5 -0
  63. package/dist-es/commands/DeleteChannelFlowCommand.js +5 -0
  64. package/dist-es/commands/DeleteChannelMembershipCommand.js +5 -0
  65. package/dist-es/commands/DeleteChannelMessageCommand.js +5 -0
  66. package/dist-es/commands/DeleteChannelModeratorCommand.js +5 -0
  67. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +5 -0
  68. package/dist-es/commands/DescribeChannelBanCommand.js +5 -0
  69. package/dist-es/commands/DescribeChannelCommand.js +5 -0
  70. package/dist-es/commands/DescribeChannelFlowCommand.js +5 -0
  71. package/dist-es/commands/DescribeChannelMembershipCommand.js +5 -0
  72. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +5 -0
  73. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +5 -0
  74. package/dist-es/commands/DescribeChannelModeratorCommand.js +5 -0
  75. package/dist-es/commands/DisassociateChannelFlowCommand.js +5 -0
  76. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +5 -0
  77. package/dist-es/commands/GetChannelMessageCommand.js +5 -0
  78. package/dist-es/commands/GetChannelMessageStatusCommand.js +5 -0
  79. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +5 -0
  80. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +5 -0
  81. package/dist-es/commands/ListChannelBansCommand.js +5 -0
  82. package/dist-es/commands/ListChannelFlowsCommand.js +5 -0
  83. package/dist-es/commands/ListChannelMembershipsCommand.js +5 -0
  84. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +5 -0
  85. package/dist-es/commands/ListChannelMessagesCommand.js +5 -0
  86. package/dist-es/commands/ListChannelModeratorsCommand.js +5 -0
  87. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +5 -0
  88. package/dist-es/commands/ListChannelsCommand.js +5 -0
  89. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +5 -0
  90. package/dist-es/commands/ListSubChannelsCommand.js +5 -0
  91. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  92. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +5 -0
  93. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +5 -0
  94. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +5 -0
  95. package/dist-es/commands/RedactChannelMessageCommand.js +5 -0
  96. package/dist-es/commands/SearchChannelsCommand.js +5 -0
  97. package/dist-es/commands/SendChannelMessageCommand.js +5 -0
  98. package/dist-es/commands/TagResourceCommand.js +5 -0
  99. package/dist-es/commands/UntagResourceCommand.js +5 -0
  100. package/dist-es/commands/UpdateChannelCommand.js +5 -0
  101. package/dist-es/commands/UpdateChannelFlowCommand.js +5 -0
  102. package/dist-es/commands/UpdateChannelMessageCommand.js +5 -0
  103. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +5 -0
  104. package/package.json +31 -31
package/README.md CHANGED
@@ -26,16 +26,16 @@ using your favorite package manager:
26
26
 
27
27
  The AWS SDK is modulized by clients and commands.
28
28
  To send a request, you only need to import the `ChimeSDKMessagingClient` and
29
- the commands you need, for example `AssociateChannelFlowCommand`:
29
+ the commands you need, for example `ListChannelFlowsCommand`:
30
30
 
31
31
  ```js
32
32
  // ES5 example
33
- const { ChimeSDKMessagingClient, AssociateChannelFlowCommand } = require("@aws-sdk/client-chime-sdk-messaging");
33
+ const { ChimeSDKMessagingClient, ListChannelFlowsCommand } = require("@aws-sdk/client-chime-sdk-messaging");
34
34
  ```
35
35
 
36
36
  ```ts
37
37
  // ES6+ example
38
- import { ChimeSDKMessagingClient, AssociateChannelFlowCommand } from "@aws-sdk/client-chime-sdk-messaging";
38
+ import { ChimeSDKMessagingClient, ListChannelFlowsCommand } from "@aws-sdk/client-chime-sdk-messaging";
39
39
  ```
40
40
 
41
41
  ### Usage
@@ -54,7 +54,7 @@ const client = new ChimeSDKMessagingClient({ region: "REGION" });
54
54
  const params = {
55
55
  /** input parameters */
56
56
  };
57
- const command = new AssociateChannelFlowCommand(params);
57
+ const command = new ListChannelFlowsCommand(params);
58
58
  ```
59
59
 
60
60
  #### Async/await
@@ -133,7 +133,7 @@ const client = new AWS.ChimeSDKMessaging({ region: "REGION" });
133
133
 
134
134
  // async/await.
135
135
  try {
136
- const data = await client.associateChannelFlow(params);
136
+ const data = await client.listChannelFlows(params);
137
137
  // process data.
138
138
  } catch (error) {
139
139
  // error handling.
@@ -141,7 +141,7 @@ try {
141
141
 
142
142
  // Promises.
143
143
  client
144
- .associateChannelFlow(params)
144
+ .listChannelFlows(params)
145
145
  .then((data) => {
146
146
  // process data.
147
147
  })
@@ -150,7 +150,7 @@ client
150
150
  });
151
151
 
152
152
  // callbacks.
153
- client.associateChannelFlow(params, (err, data) => {
153
+ client.listChannelFlows(params, (err, data) => {
154
154
  // process err and data.
155
155
  });
156
156
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AssociateChannelFlowCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateChannelFlowCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "AssociateChannelFlow",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class BatchCreateChannelMembershipCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class BatchCreateChannelMembershipCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.BatchCreateChannelMembershipResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "BatchCreateChannelMembership",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class ChannelFlowCallbackCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ChannelFlowCallbackCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ChannelFlowCallbackRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ChannelFlowCallback",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateChannelBanCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateChannelBanCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CreateChannelBanResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "CreateChannelBan",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateChannelCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateChannelCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateChannelRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "CreateChannel",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateChannelFlowCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateChannelFlowCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateChannelFlowRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "CreateChannelFlow",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateChannelMembershipCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateChannelMembershipCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CreateChannelMembershipResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "CreateChannelMembership",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateChannelModeratorCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateChannelModeratorCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CreateChannelModeratorResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "CreateChannelModerator",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteChannelBanCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteChannelBanCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "DeleteChannelBan",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteChannelCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteChannelCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "DeleteChannel",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteChannelFlowCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteChannelFlowCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "DeleteChannelFlow",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteChannelMembershipCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteChannelMembershipCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "DeleteChannelMembership",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteChannelMessageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteChannelMessageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "DeleteChannelMessage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteChannelModeratorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteChannelModeratorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "DeleteChannelModerator",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteMessagingStreamingConfigurationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteMessagingStreamingConfigurationsCommand extends smithy_client_1.Comm
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "DeleteMessagingStreamingConfigurations",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeChannelBanCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeChannelBanCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeChannelBanResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "DescribeChannelBan",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeChannelCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeChannelCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeChannelResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "DescribeChannel",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeChannelFlowCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeChannelFlowCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeChannelFlowResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "DescribeChannelFlow",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeChannelMembershipCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeChannelMembershipCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeChannelMembershipResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "DescribeChannelMembership",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeChannelMembershipForAppInstanceUserCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeChannelMembershipForAppInstanceUserCommand extends smithy_client_1
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "DescribeChannelMembershipForAppInstanceUser",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeChannelModeratedByAppInstanceUserCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeChannelModeratedByAppInstanceUserCommand extends smithy_client_1.C
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "DescribeChannelModeratedByAppInstanceUser",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class DescribeChannelModeratorCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class DescribeChannelModeratorCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.DescribeChannelModeratorResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "DescribeChannelModerator",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DisassociateChannelFlowCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DisassociateChannelFlowCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "DisassociateChannelFlow",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetChannelMembershipPreferencesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetChannelMembershipPreferencesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetChannelMembershipPreferencesResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "GetChannelMembershipPreferences",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetChannelMessageCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetChannelMessageCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetChannelMessageResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "GetChannelMessage",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetChannelMessageStatusCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetChannelMessageStatusCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "GetChannelMessageStatus",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetMessagingSessionEndpointCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetMessagingSessionEndpointCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "GetMessagingSessionEndpoint",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetMessagingStreamingConfigurationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetMessagingStreamingConfigurationsCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "ChimeMessagingService",
38
+ operation: "GetMessagingStreamingConfigurations",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class ListChannelBansCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListChannelBansCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListChannelBansRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListChannelBansResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListChannelBans",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);