@aws-sdk/client-chime-sdk-messaging 3.1076.0 → 3.1078.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 (173) hide show
  1. package/dist-cjs/index.js +162 -615
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateChannelFlowCommand.js +2 -14
  4. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -14
  5. package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -14
  6. package/dist-es/commands/CreateChannelBanCommand.js +2 -14
  7. package/dist-es/commands/CreateChannelCommand.js +2 -14
  8. package/dist-es/commands/CreateChannelFlowCommand.js +2 -14
  9. package/dist-es/commands/CreateChannelMembershipCommand.js +2 -14
  10. package/dist-es/commands/CreateChannelModeratorCommand.js +2 -14
  11. package/dist-es/commands/DeleteChannelBanCommand.js +2 -14
  12. package/dist-es/commands/DeleteChannelCommand.js +2 -14
  13. package/dist-es/commands/DeleteChannelFlowCommand.js +2 -14
  14. package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -14
  15. package/dist-es/commands/DeleteChannelMessageCommand.js +2 -14
  16. package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -14
  17. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -14
  18. package/dist-es/commands/DescribeChannelBanCommand.js +2 -14
  19. package/dist-es/commands/DescribeChannelCommand.js +2 -14
  20. package/dist-es/commands/DescribeChannelFlowCommand.js +2 -14
  21. package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -14
  22. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -14
  23. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -14
  24. package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -14
  25. package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -14
  26. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -14
  27. package/dist-es/commands/GetChannelMessageCommand.js +2 -14
  28. package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -14
  29. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -14
  30. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -14
  31. package/dist-es/commands/ListChannelBansCommand.js +2 -14
  32. package/dist-es/commands/ListChannelFlowsCommand.js +2 -14
  33. package/dist-es/commands/ListChannelMembershipsCommand.js +2 -14
  34. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -14
  35. package/dist-es/commands/ListChannelMessagesCommand.js +2 -14
  36. package/dist-es/commands/ListChannelModeratorsCommand.js +2 -14
  37. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -14
  38. package/dist-es/commands/ListChannelsCommand.js +2 -14
  39. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -14
  40. package/dist-es/commands/ListSubChannelsCommand.js +2 -14
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  42. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +2 -14
  43. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +2 -14
  44. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -14
  45. package/dist-es/commands/RedactChannelMessageCommand.js +2 -14
  46. package/dist-es/commands/SearchChannelsCommand.js +2 -14
  47. package/dist-es/commands/SendChannelMessageCommand.js +2 -14
  48. package/dist-es/commands/TagResourceCommand.js +2 -14
  49. package/dist-es/commands/UntagResourceCommand.js +2 -14
  50. package/dist-es/commands/UpdateChannelCommand.js +2 -14
  51. package/dist-es/commands/UpdateChannelFlowCommand.js +2 -14
  52. package/dist-es/commands/UpdateChannelMessageCommand.js +2 -14
  53. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +2 -14
  54. package/dist-es/index.js +1 -0
  55. package/dist-es/runtimeConfig.browser.js +0 -2
  56. package/dist-es/runtimeConfig.js +1 -2
  57. package/dist-es/runtimeConfig.native.js +0 -2
  58. package/dist-es/runtimeConfig.shared.js +2 -0
  59. package/dist-types/commandBuilder.d.ts +18 -0
  60. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +3 -8
  61. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +3 -8
  62. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateChannelBanCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateChannelFlowCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteChannelBanCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeChannelBanCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +3 -8
  82. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +3 -8
  83. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +3 -8
  84. package/dist-types/commands/GetChannelMessageCommand.d.ts +3 -8
  85. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +3 -8
  86. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +3 -8
  87. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +3 -8
  88. package/dist-types/commands/ListChannelBansCommand.d.ts +3 -8
  89. package/dist-types/commands/ListChannelFlowsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +3 -8
  92. package/dist-types/commands/ListChannelMessagesCommand.d.ts +3 -8
  93. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +3 -8
  95. package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
  96. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +3 -8
  97. package/dist-types/commands/ListSubChannelsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  99. package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +3 -8
  100. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +3 -8
  101. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +3 -8
  102. package/dist-types/commands/RedactChannelMessageCommand.d.ts +3 -8
  103. package/dist-types/commands/SearchChannelsCommand.d.ts +3 -8
  104. package/dist-types/commands/SendChannelMessageCommand.d.ts +3 -8
  105. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  106. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  107. package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
  108. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +3 -8
  109. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +3 -8
  110. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +3 -8
  111. package/dist-types/index.d.ts +1 -0
  112. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  113. package/dist-types/runtimeConfig.d.ts +1 -1
  114. package/dist-types/runtimeConfig.native.d.ts +1 -1
  115. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  116. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  117. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/index.d.ts +1 -0
  169. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  170. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  171. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  172. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  173. package/package.json +8 -10
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "ChimeMessagingService", "ChimeSDKMessagingClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateChannelFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateChannelFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "AssociateChannelFlow", {})
13
- .n("ChimeSDKMessagingClient", "AssociateChannelFlowCommand")
14
- .sc(AssociateChannelFlow$)
15
- .build() {
3
+ export class AssociateChannelFlowCommand extends command(_ep0, _mw0, "AssociateChannelFlow", AssociateChannelFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchCreateChannelMembership$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchCreateChannelMembershipCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "BatchCreateChannelMembership", {})
13
- .n("ChimeSDKMessagingClient", "BatchCreateChannelMembershipCommand")
14
- .sc(BatchCreateChannelMembership$)
15
- .build() {
3
+ export class BatchCreateChannelMembershipCommand extends command(_ep0, _mw0, "BatchCreateChannelMembership", BatchCreateChannelMembership$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ChannelFlowCallback$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ChannelFlowCallbackCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ChannelFlowCallback", {})
13
- .n("ChimeSDKMessagingClient", "ChannelFlowCallbackCommand")
14
- .sc(ChannelFlowCallback$)
15
- .build() {
3
+ export class ChannelFlowCallbackCommand extends command(_ep0, _mw0, "ChannelFlowCallback", ChannelFlowCallback$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateChannelBan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateChannelBanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "CreateChannelBan", {})
13
- .n("ChimeSDKMessagingClient", "CreateChannelBanCommand")
14
- .sc(CreateChannelBan$)
15
- .build() {
3
+ export class CreateChannelBanCommand extends command(_ep0, _mw0, "CreateChannelBan", CreateChannelBan$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "CreateChannel", {})
13
- .n("ChimeSDKMessagingClient", "CreateChannelCommand")
14
- .sc(CreateChannel$)
15
- .build() {
3
+ export class CreateChannelCommand extends command(_ep0, _mw0, "CreateChannel", CreateChannel$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateChannelFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateChannelFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "CreateChannelFlow", {})
13
- .n("ChimeSDKMessagingClient", "CreateChannelFlowCommand")
14
- .sc(CreateChannelFlow$)
15
- .build() {
3
+ export class CreateChannelFlowCommand extends command(_ep0, _mw0, "CreateChannelFlow", CreateChannelFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateChannelMembership$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateChannelMembershipCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "CreateChannelMembership", {})
13
- .n("ChimeSDKMessagingClient", "CreateChannelMembershipCommand")
14
- .sc(CreateChannelMembership$)
15
- .build() {
3
+ export class CreateChannelMembershipCommand extends command(_ep0, _mw0, "CreateChannelMembership", CreateChannelMembership$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateChannelModerator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateChannelModeratorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "CreateChannelModerator", {})
13
- .n("ChimeSDKMessagingClient", "CreateChannelModeratorCommand")
14
- .sc(CreateChannelModerator$)
15
- .build() {
3
+ export class CreateChannelModeratorCommand extends command(_ep0, _mw0, "CreateChannelModerator", CreateChannelModerator$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteChannelBan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteChannelBanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DeleteChannelBan", {})
13
- .n("ChimeSDKMessagingClient", "DeleteChannelBanCommand")
14
- .sc(DeleteChannelBan$)
15
- .build() {
3
+ export class DeleteChannelBanCommand extends command(_ep0, _mw0, "DeleteChannelBan", DeleteChannelBan$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DeleteChannel", {})
13
- .n("ChimeSDKMessagingClient", "DeleteChannelCommand")
14
- .sc(DeleteChannel$)
15
- .build() {
3
+ export class DeleteChannelCommand extends command(_ep0, _mw0, "DeleteChannel", DeleteChannel$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteChannelFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteChannelFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DeleteChannelFlow", {})
13
- .n("ChimeSDKMessagingClient", "DeleteChannelFlowCommand")
14
- .sc(DeleteChannelFlow$)
15
- .build() {
3
+ export class DeleteChannelFlowCommand extends command(_ep0, _mw0, "DeleteChannelFlow", DeleteChannelFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteChannelMembership$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteChannelMembershipCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DeleteChannelMembership", {})
13
- .n("ChimeSDKMessagingClient", "DeleteChannelMembershipCommand")
14
- .sc(DeleteChannelMembership$)
15
- .build() {
3
+ export class DeleteChannelMembershipCommand extends command(_ep0, _mw0, "DeleteChannelMembership", DeleteChannelMembership$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteChannelMessage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteChannelMessageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DeleteChannelMessage", {})
13
- .n("ChimeSDKMessagingClient", "DeleteChannelMessageCommand")
14
- .sc(DeleteChannelMessage$)
15
- .build() {
3
+ export class DeleteChannelMessageCommand extends command(_ep0, _mw0, "DeleteChannelMessage", DeleteChannelMessage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteChannelModerator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteChannelModeratorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DeleteChannelModerator", {})
13
- .n("ChimeSDKMessagingClient", "DeleteChannelModeratorCommand")
14
- .sc(DeleteChannelModerator$)
15
- .build() {
3
+ export class DeleteChannelModeratorCommand extends command(_ep0, _mw0, "DeleteChannelModerator", DeleteChannelModerator$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteMessagingStreamingConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteMessagingStreamingConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DeleteMessagingStreamingConfigurations", {})
13
- .n("ChimeSDKMessagingClient", "DeleteMessagingStreamingConfigurationsCommand")
14
- .sc(DeleteMessagingStreamingConfigurations$)
15
- .build() {
3
+ export class DeleteMessagingStreamingConfigurationsCommand extends command(_ep0, _mw0, "DeleteMessagingStreamingConfigurations", DeleteMessagingStreamingConfigurations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeChannelBan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeChannelBanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DescribeChannelBan", {})
13
- .n("ChimeSDKMessagingClient", "DescribeChannelBanCommand")
14
- .sc(DescribeChannelBan$)
15
- .build() {
3
+ export class DescribeChannelBanCommand extends command(_ep0, _mw0, "DescribeChannelBan", DescribeChannelBan$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DescribeChannel", {})
13
- .n("ChimeSDKMessagingClient", "DescribeChannelCommand")
14
- .sc(DescribeChannel$)
15
- .build() {
3
+ export class DescribeChannelCommand extends command(_ep0, _mw0, "DescribeChannel", DescribeChannel$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeChannelFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeChannelFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DescribeChannelFlow", {})
13
- .n("ChimeSDKMessagingClient", "DescribeChannelFlowCommand")
14
- .sc(DescribeChannelFlow$)
15
- .build() {
3
+ export class DescribeChannelFlowCommand extends command(_ep0, _mw0, "DescribeChannelFlow", DescribeChannelFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeChannelMembership$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeChannelMembershipCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DescribeChannelMembership", {})
13
- .n("ChimeSDKMessagingClient", "DescribeChannelMembershipCommand")
14
- .sc(DescribeChannelMembership$)
15
- .build() {
3
+ export class DescribeChannelMembershipCommand extends command(_ep0, _mw0, "DescribeChannelMembership", DescribeChannelMembership$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeChannelMembershipForAppInstanceUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DescribeChannelMembershipForAppInstanceUser", {})
13
- .n("ChimeSDKMessagingClient", "DescribeChannelMembershipForAppInstanceUserCommand")
14
- .sc(DescribeChannelMembershipForAppInstanceUser$)
15
- .build() {
3
+ export class DescribeChannelMembershipForAppInstanceUserCommand extends command(_ep0, _mw0, "DescribeChannelMembershipForAppInstanceUser", DescribeChannelMembershipForAppInstanceUser$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeChannelModeratedByAppInstanceUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DescribeChannelModeratedByAppInstanceUser", {})
13
- .n("ChimeSDKMessagingClient", "DescribeChannelModeratedByAppInstanceUserCommand")
14
- .sc(DescribeChannelModeratedByAppInstanceUser$)
15
- .build() {
3
+ export class DescribeChannelModeratedByAppInstanceUserCommand extends command(_ep0, _mw0, "DescribeChannelModeratedByAppInstanceUser", DescribeChannelModeratedByAppInstanceUser$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeChannelModerator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeChannelModeratorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DescribeChannelModerator", {})
13
- .n("ChimeSDKMessagingClient", "DescribeChannelModeratorCommand")
14
- .sc(DescribeChannelModerator$)
15
- .build() {
3
+ export class DescribeChannelModeratorCommand extends command(_ep0, _mw0, "DescribeChannelModerator", DescribeChannelModerator$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DisassociateChannelFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateChannelFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "DisassociateChannelFlow", {})
13
- .n("ChimeSDKMessagingClient", "DisassociateChannelFlowCommand")
14
- .sc(DisassociateChannelFlow$)
15
- .build() {
3
+ export class DisassociateChannelFlowCommand extends command(_ep0, _mw0, "DisassociateChannelFlow", DisassociateChannelFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetChannelMembershipPreferences$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetChannelMembershipPreferencesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "GetChannelMembershipPreferences", {})
13
- .n("ChimeSDKMessagingClient", "GetChannelMembershipPreferencesCommand")
14
- .sc(GetChannelMembershipPreferences$)
15
- .build() {
3
+ export class GetChannelMembershipPreferencesCommand extends command(_ep0, _mw0, "GetChannelMembershipPreferences", GetChannelMembershipPreferences$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetChannelMessage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetChannelMessageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "GetChannelMessage", {})
13
- .n("ChimeSDKMessagingClient", "GetChannelMessageCommand")
14
- .sc(GetChannelMessage$)
15
- .build() {
3
+ export class GetChannelMessageCommand extends command(_ep0, _mw0, "GetChannelMessage", GetChannelMessage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetChannelMessageStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetChannelMessageStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "GetChannelMessageStatus", {})
13
- .n("ChimeSDKMessagingClient", "GetChannelMessageStatusCommand")
14
- .sc(GetChannelMessageStatus$)
15
- .build() {
3
+ export class GetChannelMessageStatusCommand extends command(_ep0, _mw0, "GetChannelMessageStatus", GetChannelMessageStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetMessagingSessionEndpoint$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetMessagingSessionEndpointCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "GetMessagingSessionEndpoint", {})
13
- .n("ChimeSDKMessagingClient", "GetMessagingSessionEndpointCommand")
14
- .sc(GetMessagingSessionEndpoint$)
15
- .build() {
3
+ export class GetMessagingSessionEndpointCommand extends command(_ep0, _mw0, "GetMessagingSessionEndpoint", GetMessagingSessionEndpoint$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetMessagingStreamingConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetMessagingStreamingConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "GetMessagingStreamingConfigurations", {})
13
- .n("ChimeSDKMessagingClient", "GetMessagingStreamingConfigurationsCommand")
14
- .sc(GetMessagingStreamingConfigurations$)
15
- .build() {
3
+ export class GetMessagingStreamingConfigurationsCommand extends command(_ep0, _mw0, "GetMessagingStreamingConfigurations", GetMessagingStreamingConfigurations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListChannelBans$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChannelBansCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListChannelBans", {})
13
- .n("ChimeSDKMessagingClient", "ListChannelBansCommand")
14
- .sc(ListChannelBans$)
15
- .build() {
3
+ export class ListChannelBansCommand extends command(_ep0, _mw0, "ListChannelBans", ListChannelBans$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListChannelFlows$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChannelFlowsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListChannelFlows", {})
13
- .n("ChimeSDKMessagingClient", "ListChannelFlowsCommand")
14
- .sc(ListChannelFlows$)
15
- .build() {
3
+ export class ListChannelFlowsCommand extends command(_ep0, _mw0, "ListChannelFlows", ListChannelFlows$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListChannelMemberships$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChannelMembershipsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListChannelMemberships", {})
13
- .n("ChimeSDKMessagingClient", "ListChannelMembershipsCommand")
14
- .sc(ListChannelMemberships$)
15
- .build() {
3
+ export class ListChannelMembershipsCommand extends command(_ep0, _mw0, "ListChannelMemberships", ListChannelMemberships$) {
16
4
  }