@aws-sdk/client-chime-sdk-messaging 3.1077.0 → 3.1079.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 (161) hide show
  1. package/dist-cjs/index.js +159 -613
  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-types/commandBuilder.d.ts +18 -0
  56. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +3 -8
  57. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +3 -8
  58. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateChannelBanCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateChannelFlowCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteChannelBanCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeChannelBanCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +3 -8
  78. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +3 -8
  79. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +3 -8
  80. package/dist-types/commands/GetChannelMessageCommand.d.ts +3 -8
  81. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +3 -8
  82. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +3 -8
  83. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListChannelBansCommand.d.ts +3 -8
  85. package/dist-types/commands/ListChannelFlowsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +3 -8
  88. package/dist-types/commands/ListChannelMessagesCommand.d.ts +3 -8
  89. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +3 -8
  91. package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
  92. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +3 -8
  93. package/dist-types/commands/ListSubChannelsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +3 -8
  96. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +3 -8
  97. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +3 -8
  98. package/dist-types/commands/RedactChannelMessageCommand.d.ts +3 -8
  99. package/dist-types/commands/SearchChannelsCommand.d.ts +3 -8
  100. package/dist-types/commands/SendChannelMessageCommand.d.ts +3 -8
  101. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  102. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +3 -8
  107. package/dist-types/index.d.ts +1 -0
  108. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  109. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/index.d.ts +1 -0
  161. package/package.json +8 -8
@@ -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 { ListChannelMembershipsForAppInstanceUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChannelMembershipsForAppInstanceUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListChannelMembershipsForAppInstanceUser", {})
13
- .n("ChimeSDKMessagingClient", "ListChannelMembershipsForAppInstanceUserCommand")
14
- .sc(ListChannelMembershipsForAppInstanceUser$)
15
- .build() {
3
+ export class ListChannelMembershipsForAppInstanceUserCommand extends command(_ep0, _mw0, "ListChannelMembershipsForAppInstanceUser", ListChannelMembershipsForAppInstanceUser$) {
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 { ListChannelMessages$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChannelMessagesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListChannelMessages", {})
13
- .n("ChimeSDKMessagingClient", "ListChannelMessagesCommand")
14
- .sc(ListChannelMessages$)
15
- .build() {
3
+ export class ListChannelMessagesCommand extends command(_ep0, _mw0, "ListChannelMessages", ListChannelMessages$) {
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 { ListChannelModerators$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChannelModeratorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListChannelModerators", {})
13
- .n("ChimeSDKMessagingClient", "ListChannelModeratorsCommand")
14
- .sc(ListChannelModerators$)
15
- .build() {
3
+ export class ListChannelModeratorsCommand extends command(_ep0, _mw0, "ListChannelModerators", ListChannelModerators$) {
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 { ListChannelsAssociatedWithChannelFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChannelsAssociatedWithChannelFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListChannelsAssociatedWithChannelFlow", {})
13
- .n("ChimeSDKMessagingClient", "ListChannelsAssociatedWithChannelFlowCommand")
14
- .sc(ListChannelsAssociatedWithChannelFlow$)
15
- .build() {
3
+ export class ListChannelsAssociatedWithChannelFlowCommand extends command(_ep0, _mw0, "ListChannelsAssociatedWithChannelFlow", ListChannelsAssociatedWithChannelFlow$) {
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 { ListChannels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChannelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListChannels", {})
13
- .n("ChimeSDKMessagingClient", "ListChannelsCommand")
14
- .sc(ListChannels$)
15
- .build() {
3
+ export class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
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 { ListChannelsModeratedByAppInstanceUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChannelsModeratedByAppInstanceUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListChannelsModeratedByAppInstanceUser", {})
13
- .n("ChimeSDKMessagingClient", "ListChannelsModeratedByAppInstanceUserCommand")
14
- .sc(ListChannelsModeratedByAppInstanceUser$)
15
- .build() {
3
+ export class ListChannelsModeratedByAppInstanceUserCommand extends command(_ep0, _mw0, "ListChannelsModeratedByAppInstanceUser", ListChannelsModeratedByAppInstanceUser$) {
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 { ListSubChannels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListSubChannelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListSubChannels", {})
13
- .n("ChimeSDKMessagingClient", "ListSubChannelsCommand")
14
- .sc(ListSubChannels$)
15
- .build() {
3
+ export class ListSubChannelsCommand extends command(_ep0, _mw0, "ListSubChannels", ListSubChannels$) {
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 { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "ListTagsForResource", {})
13
- .n("ChimeSDKMessagingClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
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 { PutChannelExpirationSettings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutChannelExpirationSettingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "PutChannelExpirationSettings", {})
13
- .n("ChimeSDKMessagingClient", "PutChannelExpirationSettingsCommand")
14
- .sc(PutChannelExpirationSettings$)
15
- .build() {
3
+ export class PutChannelExpirationSettingsCommand extends command(_ep0, _mw0, "PutChannelExpirationSettings", PutChannelExpirationSettings$) {
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 { PutChannelMembershipPreferences$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutChannelMembershipPreferencesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "PutChannelMembershipPreferences", {})
13
- .n("ChimeSDKMessagingClient", "PutChannelMembershipPreferencesCommand")
14
- .sc(PutChannelMembershipPreferences$)
15
- .build() {
3
+ export class PutChannelMembershipPreferencesCommand extends command(_ep0, _mw0, "PutChannelMembershipPreferences", PutChannelMembershipPreferences$) {
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 { PutMessagingStreamingConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutMessagingStreamingConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "PutMessagingStreamingConfigurations", {})
13
- .n("ChimeSDKMessagingClient", "PutMessagingStreamingConfigurationsCommand")
14
- .sc(PutMessagingStreamingConfigurations$)
15
- .build() {
3
+ export class PutMessagingStreamingConfigurationsCommand extends command(_ep0, _mw0, "PutMessagingStreamingConfigurations", PutMessagingStreamingConfigurations$) {
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 { RedactChannelMessage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RedactChannelMessageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "RedactChannelMessage", {})
13
- .n("ChimeSDKMessagingClient", "RedactChannelMessageCommand")
14
- .sc(RedactChannelMessage$)
15
- .build() {
3
+ export class RedactChannelMessageCommand extends command(_ep0, _mw0, "RedactChannelMessage", RedactChannelMessage$) {
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 { SearchChannels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchChannelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "SearchChannels", {})
13
- .n("ChimeSDKMessagingClient", "SearchChannelsCommand")
14
- .sc(SearchChannels$)
15
- .build() {
3
+ export class SearchChannelsCommand extends command(_ep0, _mw0, "SearchChannels", SearchChannels$) {
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 { SendChannelMessage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendChannelMessageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "SendChannelMessage", {})
13
- .n("ChimeSDKMessagingClient", "SendChannelMessageCommand")
14
- .sc(SendChannelMessage$)
15
- .build() {
3
+ export class SendChannelMessageCommand extends command(_ep0, _mw0, "SendChannelMessage", SendChannelMessage$) {
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 { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "TagResource", {})
13
- .n("ChimeSDKMessagingClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "UntagResource", {})
13
- .n("ChimeSDKMessagingClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
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 { UpdateChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "UpdateChannel", {})
13
- .n("ChimeSDKMessagingClient", "UpdateChannelCommand")
14
- .sc(UpdateChannel$)
15
- .build() {
3
+ export class UpdateChannelCommand extends command(_ep0, _mw0, "UpdateChannel", UpdateChannel$) {
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 { UpdateChannelFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateChannelFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "UpdateChannelFlow", {})
13
- .n("ChimeSDKMessagingClient", "UpdateChannelFlowCommand")
14
- .sc(UpdateChannelFlow$)
15
- .build() {
3
+ export class UpdateChannelFlowCommand extends command(_ep0, _mw0, "UpdateChannelFlow", UpdateChannelFlow$) {
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 { UpdateChannelMessage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateChannelMessageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "UpdateChannelMessage", {})
13
- .n("ChimeSDKMessagingClient", "UpdateChannelMessageCommand")
14
- .sc(UpdateChannelMessage$)
15
- .build() {
3
+ export class UpdateChannelMessageCommand extends command(_ep0, _mw0, "UpdateChannelMessage", UpdateChannelMessage$) {
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 { UpdateChannelReadMarker$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateChannelReadMarkerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ChimeMessagingService", "UpdateChannelReadMarker", {})
13
- .n("ChimeSDKMessagingClient", "UpdateChannelReadMarkerCommand")
14
- .sc(UpdateChannelReadMarker$)
15
- .build() {
3
+ export class UpdateChannelReadMarkerCommand extends command(_ep0, _mw0, "UpdateChannelReadMarker", UpdateChannelReadMarker$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ChimeSDKMessagingClient";
2
2
  export * from "./ChimeSDKMessaging";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ChimeSDKMessagingClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
2
  import type { AssociateChannelFlowRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateChannelFlowCommandInput extends AssociateChannelFlowRe
22
19
  export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const AssociateChannelFlowCommand_base: {
25
- new (input: AssociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates a channel flow with a channel. Once associated, all messages to that channel go through channel flow processors. To stop processing, use the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
2
  import type { BatchCreateChannelMembershipRequest, BatchCreateChannelMembershipResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchCreateChannelMembershipCommandInput extends BatchCreateCha
22
19
  export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateChannelMembershipResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchCreateChannelMembershipCommand_base: {
25
- new (input: BatchCreateChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchCreateChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchCreateChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchCreateChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds a specified number of users and bots to a channel. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
2
  import type { ChannelFlowCallbackRequest, ChannelFlowCallbackResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ChannelFlowCallbackCommandInput extends ChannelFlowCallbackRequ
22
19
  export interface ChannelFlowCallbackCommandOutput extends ChannelFlowCallbackResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ChannelFlowCallbackCommand_base: {
25
- new (input: ChannelFlowCallbackCommandInput): import("@smithy/core/client").CommandImpl<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ChannelFlowCallbackCommandInput): import("@smithy/core/client").CommandImpl<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ChannelFlowCallbackCommandInput): import("@smithy/core/client").CommandImpl<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ChannelFlowCallbackCommandInput): import("@smithy/core/client").CommandImpl<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Calls back Amazon Chime SDK messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
2
  import type { CreateChannelBanRequest, CreateChannelBanResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateChannelBanCommandInput extends CreateChannelBanRequest {
22
19
  export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateChannelBanCommand_base: {
25
- new (input: CreateChannelBanCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateChannelBanCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateChannelBanCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateChannelBanCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Permanently bans a member from a channel. Moderators can't add banned members to a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
2
  import type { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {
22
19
  export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateChannelCommand_base: {
25
- new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a channel to which you can add users and send messages.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
2
  import type { CreateChannelFlowRequest, CreateChannelFlowResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateChannelFlowCommandInput extends CreateChannelFlowRequest
22
19
  export interface CreateChannelFlowCommandOutput extends CreateChannelFlowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateChannelFlowCommand_base: {
25
- new (input: CreateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, import("..").ChimeSDKMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a channel flow, a container for processors. Processors are AWS Lambda functions