@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
@@ -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 ListChannelFlowsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListChannelFlowsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListChannelFlowsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListChannelFlowsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListChannelFlows",
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 ListChannelMembershipsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListChannelMembershipsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListChannelMembershipsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListChannelMembershipsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListChannelMemberships",
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 ListChannelMembershipsForAppInstanceUserCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListChannelMembershipsForAppInstanceUserCommand extends smithy_client_1.Co
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListChannelMembershipsForAppInstanceUser",
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 ListChannelMessagesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListChannelMessagesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListChannelMessagesRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListChannelMessagesResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListChannelMessages",
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 ListChannelModeratorsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListChannelModeratorsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListChannelModeratorsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListChannelModeratorsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListChannelModerators",
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 ListChannelsAssociatedWithChannelFlowCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListChannelsAssociatedWithChannelFlowCommand extends smithy_client_1.Comma
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListChannelsAssociatedWithChannelFlow",
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 ListChannelsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListChannelsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListChannelsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListChannelsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListChannels",
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 ListChannelsModeratedByAppInstanceUserCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListChannelsModeratedByAppInstanceUserCommand extends smithy_client_1.Comm
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListChannelsModeratedByAppInstanceUser",
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 ListSubChannelsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListSubChannelsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ListSubChannelsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.ListSubChannelsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListSubChannels",
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 ListTagsForResourceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "ListTagsForResource",
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 PutChannelExpirationSettingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class PutChannelExpirationSettingsCommand 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: "PutChannelExpirationSettings",
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 PutChannelMembershipPreferencesCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class PutChannelMembershipPreferencesCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.PutChannelMembershipPreferencesRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.PutChannelMembershipPreferencesResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "PutChannelMembershipPreferences",
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 PutMessagingStreamingConfigurationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class PutMessagingStreamingConfigurationsCommand 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: "PutMessagingStreamingConfigurations",
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 RedactChannelMessageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class RedactChannelMessageCommand 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: "RedactChannelMessage",
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 SearchChannelsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class SearchChannelsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.SearchChannelsRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.SearchChannelsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "SearchChannels",
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 SendChannelMessageCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class SendChannelMessageCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.SendChannelMessageRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "SendChannelMessage",
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 TagResourceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class TagResourceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.TagResourceRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "TagResource",
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 UntagResourceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UntagResourceRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "UntagResource",
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 UpdateChannelCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateChannelCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateChannelRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "UpdateChannel",
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 UpdateChannelFlowCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateChannelFlowCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateChannelFlowRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "UpdateChannelFlow",
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 UpdateChannelMessageCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateChannelMessageCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateChannelMessageRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "ChimeMessagingService",
39
+ operation: "UpdateChannelMessage",
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 UpdateChannelReadMarkerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateChannelReadMarkerCommand 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: "UpdateChannelReadMarker",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AssociateChannelFlowCommand, se_AssociateChannelFlowCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class AssociateChannelFlowCommand extends $Command {
@@ -29,6 +30,10 @@ export class AssociateChannelFlowCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "AssociateChannelFlow",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { BatchCreateChannelMembershipResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_BatchCreateChannelMembershipCommand, se_BatchCreateChannelMembershipCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class BatchCreateChannelMembershipCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: BatchCreateChannelMembershipResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "BatchCreateChannelMembership",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ChannelFlowCallbackRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ChannelFlowCallbackCommand, se_ChannelFlowCallbackCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ChannelFlowCallbackCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ChannelFlowCallbackRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ChannelFlowCallback",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateChannelBanResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateChannelBanCommand, se_CreateChannelBanCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateChannelBanCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CreateChannelBanResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "CreateChannelBan",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateChannelRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateChannelCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateChannelRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "CreateChannel",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateChannelFlowRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateChannelFlowCommand, se_CreateChannelFlowCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateChannelFlowCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateChannelFlowRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "CreateChannelFlow",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateChannelMembershipResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateChannelMembershipCommand, se_CreateChannelMembershipCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateChannelMembershipCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CreateChannelMembershipResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "CreateChannelMembership",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateChannelModeratorResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateChannelModeratorCommand, se_CreateChannelModeratorCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateChannelModeratorCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: CreateChannelModeratorResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "CreateChannelModerator",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteChannelBanCommand, se_DeleteChannelBanCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteChannelBanCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteChannelBanCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "DeleteChannelBan",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);