@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
@@ -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_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteChannelCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteChannelCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "DeleteChannel",
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 { de_DeleteChannelFlowCommand, se_DeleteChannelFlowCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteChannelFlowCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteChannelFlowCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "DeleteChannelFlow",
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 { de_DeleteChannelMembershipCommand, se_DeleteChannelMembershipCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteChannelMembershipCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteChannelMembershipCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "DeleteChannelMembership",
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 { de_DeleteChannelMessageCommand, se_DeleteChannelMessageCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteChannelMessageCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteChannelMessageCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "DeleteChannelMessage",
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 { de_DeleteChannelModeratorCommand, se_DeleteChannelModeratorCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteChannelModeratorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteChannelModeratorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "DeleteChannelModerator",
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 { de_DeleteMessagingStreamingConfigurationsCommand, se_DeleteMessagingStreamingConfigurationsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteMessagingStreamingConfigurationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteMessagingStreamingConfigurationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "DeleteMessagingStreamingConfigurations",
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 { DescribeChannelBanResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeChannelBanCommand, se_DescribeChannelBanCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeChannelBanCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeChannelBanResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "DescribeChannelBan",
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 { DescribeChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeChannelCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeChannelResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "DescribeChannel",
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 { DescribeChannelFlowResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeChannelFlowCommand, se_DescribeChannelFlowCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeChannelFlowCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeChannelFlowResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "DescribeChannelFlow",
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 { DescribeChannelMembershipResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeChannelMembershipCommand, se_DescribeChannelMembershipCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeChannelMembershipCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeChannelMembershipResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "DescribeChannelMembership",
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 { DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeChannelMembershipForAppInstanceUserCommand, se_DescribeChannelMembershipForAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "DescribeChannelMembershipForAppInstanceUser",
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 { DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeChannelModeratedByAppInstanceUserCommand, se_DescribeChannelModeratedByAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "DescribeChannelModeratedByAppInstanceUser",
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 { DescribeChannelModeratorResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeChannelModeratorCommand, se_DescribeChannelModeratorCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeChannelModeratorCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeChannelModeratorResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "DescribeChannelModerator",
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_DisassociateChannelFlowCommand, se_DisassociateChannelFlowCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DisassociateChannelFlowCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateChannelFlowCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "DisassociateChannelFlow",
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 { GetChannelMembershipPreferencesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetChannelMembershipPreferencesCommand, se_GetChannelMembershipPreferencesCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetChannelMembershipPreferencesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetChannelMembershipPreferencesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "GetChannelMembershipPreferences",
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 { GetChannelMessageResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetChannelMessageCommand, se_GetChannelMessageCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetChannelMessageCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetChannelMessageResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "GetChannelMessage",
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_GetChannelMessageStatusCommand, se_GetChannelMessageStatusCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetChannelMessageStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetChannelMessageStatusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "GetChannelMessageStatus",
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 { de_GetMessagingSessionEndpointCommand, se_GetMessagingSessionEndpointCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetMessagingSessionEndpointCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetMessagingSessionEndpointCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "GetMessagingSessionEndpoint",
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 { de_GetMessagingStreamingConfigurationsCommand, se_GetMessagingStreamingConfigurationsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetMessagingStreamingConfigurationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetMessagingStreamingConfigurationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "GetMessagingStreamingConfigurations",
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 { ListChannelBansRequestFilterSensitiveLog, ListChannelBansResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListChannelBansCommand, se_ListChannelBansCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListChannelBansCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListChannelBansRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListChannelBansResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListChannelBans",
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 { ListChannelFlowsRequestFilterSensitiveLog, ListChannelFlowsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListChannelFlowsCommand, se_ListChannelFlowsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListChannelFlowsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListChannelFlowsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListChannelFlowsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListChannelFlows",
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 { ListChannelMembershipsRequestFilterSensitiveLog, ListChannelMembershipsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListChannelMembershipsCommand, se_ListChannelMembershipsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListChannelMembershipsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListChannelMembershipsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListChannelMembershipsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListChannelMemberships",
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 { ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog, ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListChannelMembershipsForAppInstanceUserCommand, se_ListChannelMembershipsForAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListChannelMembershipsForAppInstanceUser",
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 { ListChannelMessagesRequestFilterSensitiveLog, ListChannelMessagesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListChannelMessagesCommand, se_ListChannelMessagesCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListChannelMessagesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListChannelMessagesRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListChannelMessagesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListChannelMessages",
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 { ListChannelModeratorsRequestFilterSensitiveLog, ListChannelModeratorsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListChannelModeratorsCommand, se_ListChannelModeratorsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListChannelModeratorsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListChannelModeratorsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListChannelModeratorsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListChannelModerators",
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 { ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog, ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListChannelsAssociatedWithChannelFlowCommand, se_ListChannelsAssociatedWithChannelFlowCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListChannelsAssociatedWithChannelFlowCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListChannelsAssociatedWithChannelFlow",
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 { ListChannelsRequestFilterSensitiveLog, ListChannelsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListChannelsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListChannelsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListChannelsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListChannels",
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 { ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog, ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListChannelsModeratedByAppInstanceUserCommand, se_ListChannelsModeratedByAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListChannelsModeratedByAppInstanceUser",
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 { ListSubChannelsRequestFilterSensitiveLog, ListSubChannelsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListSubChannelsCommand, se_ListSubChannelsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListSubChannelsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ListSubChannelsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: ListSubChannelsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListSubChannels",
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 { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListTagsForResourceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "ListTagsForResource",
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_PutChannelExpirationSettingsCommand, se_PutChannelExpirationSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutChannelExpirationSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutChannelExpirationSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "ChimeMessagingService",
35
+ operation: "PutChannelExpirationSettings",
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 { PutChannelMembershipPreferencesRequestFilterSensitiveLog, PutChannelMembershipPreferencesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_PutChannelMembershipPreferencesCommand, se_PutChannelMembershipPreferencesCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class PutChannelMembershipPreferencesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: PutChannelMembershipPreferencesRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: PutChannelMembershipPreferencesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "ChimeMessagingService",
36
+ operation: "PutChannelMembershipPreferences",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);