@aws-sdk/client-chime-sdk-messaging 3.477.0 → 3.481.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 (253) hide show
  1. package/dist-cjs/commands/AssociateChannelFlowCommand.js +18 -41
  2. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +18 -41
  3. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +18 -41
  4. package/dist-cjs/commands/CreateChannelBanCommand.js +18 -41
  5. package/dist-cjs/commands/CreateChannelCommand.js +18 -41
  6. package/dist-cjs/commands/CreateChannelFlowCommand.js +18 -41
  7. package/dist-cjs/commands/CreateChannelMembershipCommand.js +18 -41
  8. package/dist-cjs/commands/CreateChannelModeratorCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteChannelBanCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteChannelCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteChannelFlowCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteChannelMessageCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeChannelBanCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeChannelCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeChannelFlowCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +18 -41
  23. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +18 -41
  24. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +18 -41
  25. package/dist-cjs/commands/GetChannelMessageCommand.js +18 -41
  26. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +18 -41
  27. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +18 -41
  28. package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +18 -41
  29. package/dist-cjs/commands/ListChannelBansCommand.js +18 -41
  30. package/dist-cjs/commands/ListChannelFlowsCommand.js +18 -41
  31. package/dist-cjs/commands/ListChannelMembershipsCommand.js +18 -41
  32. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +18 -41
  33. package/dist-cjs/commands/ListChannelMessagesCommand.js +18 -41
  34. package/dist-cjs/commands/ListChannelModeratorsCommand.js +18 -41
  35. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +18 -41
  36. package/dist-cjs/commands/ListChannelsCommand.js +18 -41
  37. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +18 -41
  38. package/dist-cjs/commands/ListSubChannelsCommand.js +18 -41
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  40. package/dist-cjs/commands/PutChannelExpirationSettingsCommand.js +18 -41
  41. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +18 -41
  42. package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +18 -41
  43. package/dist-cjs/commands/RedactChannelMessageCommand.js +18 -41
  44. package/dist-cjs/commands/SearchChannelsCommand.js +18 -41
  45. package/dist-cjs/commands/SendChannelMessageCommand.js +18 -41
  46. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  47. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateChannelCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateChannelFlowCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateChannelMessageCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +18 -41
  52. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  53. package/dist-cjs/pagination/ListChannelBansPaginator.js +2 -24
  54. package/dist-cjs/pagination/ListChannelFlowsPaginator.js +2 -24
  55. package/dist-cjs/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +2 -24
  56. package/dist-cjs/pagination/ListChannelMembershipsPaginator.js +2 -24
  57. package/dist-cjs/pagination/ListChannelMessagesPaginator.js +2 -24
  58. package/dist-cjs/pagination/ListChannelModeratorsPaginator.js +2 -24
  59. package/dist-cjs/pagination/ListChannelsAssociatedWithChannelFlowPaginator.js +2 -24
  60. package/dist-cjs/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +2 -24
  61. package/dist-cjs/pagination/ListChannelsPaginator.js +2 -24
  62. package/dist-cjs/pagination/ListSubChannelsPaginator.js +2 -24
  63. package/dist-cjs/pagination/SearchChannelsPaginator.js +2 -24
  64. package/dist-es/commands/AssociateChannelFlowCommand.js +18 -41
  65. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +18 -41
  66. package/dist-es/commands/ChannelFlowCallbackCommand.js +18 -41
  67. package/dist-es/commands/CreateChannelBanCommand.js +18 -41
  68. package/dist-es/commands/CreateChannelCommand.js +18 -41
  69. package/dist-es/commands/CreateChannelFlowCommand.js +18 -41
  70. package/dist-es/commands/CreateChannelMembershipCommand.js +18 -41
  71. package/dist-es/commands/CreateChannelModeratorCommand.js +18 -41
  72. package/dist-es/commands/DeleteChannelBanCommand.js +18 -41
  73. package/dist-es/commands/DeleteChannelCommand.js +18 -41
  74. package/dist-es/commands/DeleteChannelFlowCommand.js +18 -41
  75. package/dist-es/commands/DeleteChannelMembershipCommand.js +18 -41
  76. package/dist-es/commands/DeleteChannelMessageCommand.js +18 -41
  77. package/dist-es/commands/DeleteChannelModeratorCommand.js +18 -41
  78. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +18 -41
  79. package/dist-es/commands/DescribeChannelBanCommand.js +18 -41
  80. package/dist-es/commands/DescribeChannelCommand.js +18 -41
  81. package/dist-es/commands/DescribeChannelFlowCommand.js +18 -41
  82. package/dist-es/commands/DescribeChannelMembershipCommand.js +18 -41
  83. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +18 -41
  84. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +18 -41
  85. package/dist-es/commands/DescribeChannelModeratorCommand.js +18 -41
  86. package/dist-es/commands/DisassociateChannelFlowCommand.js +18 -41
  87. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +18 -41
  88. package/dist-es/commands/GetChannelMessageCommand.js +18 -41
  89. package/dist-es/commands/GetChannelMessageStatusCommand.js +18 -41
  90. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +18 -41
  91. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +18 -41
  92. package/dist-es/commands/ListChannelBansCommand.js +18 -41
  93. package/dist-es/commands/ListChannelFlowsCommand.js +18 -41
  94. package/dist-es/commands/ListChannelMembershipsCommand.js +18 -41
  95. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +18 -41
  96. package/dist-es/commands/ListChannelMessagesCommand.js +18 -41
  97. package/dist-es/commands/ListChannelModeratorsCommand.js +18 -41
  98. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +18 -41
  99. package/dist-es/commands/ListChannelsCommand.js +18 -41
  100. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +18 -41
  101. package/dist-es/commands/ListSubChannelsCommand.js +18 -41
  102. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  103. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +18 -41
  104. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +18 -41
  105. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +18 -41
  106. package/dist-es/commands/RedactChannelMessageCommand.js +18 -41
  107. package/dist-es/commands/SearchChannelsCommand.js +18 -41
  108. package/dist-es/commands/SendChannelMessageCommand.js +18 -41
  109. package/dist-es/commands/TagResourceCommand.js +18 -41
  110. package/dist-es/commands/UntagResourceCommand.js +18 -41
  111. package/dist-es/commands/UpdateChannelCommand.js +18 -41
  112. package/dist-es/commands/UpdateChannelFlowCommand.js +18 -41
  113. package/dist-es/commands/UpdateChannelMessageCommand.js +18 -41
  114. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +18 -41
  115. package/dist-es/endpoint/EndpointParameters.js +6 -0
  116. package/dist-es/pagination/ListChannelBansPaginator.js +2 -23
  117. package/dist-es/pagination/ListChannelFlowsPaginator.js +2 -23
  118. package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +2 -23
  119. package/dist-es/pagination/ListChannelMembershipsPaginator.js +2 -23
  120. package/dist-es/pagination/ListChannelMessagesPaginator.js +2 -23
  121. package/dist-es/pagination/ListChannelModeratorsPaginator.js +2 -23
  122. package/dist-es/pagination/ListChannelsAssociatedWithChannelFlowPaginator.js +2 -23
  123. package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +2 -23
  124. package/dist-es/pagination/ListChannelsPaginator.js +2 -23
  125. package/dist-es/pagination/ListSubChannelsPaginator.js +2 -23
  126. package/dist-es/pagination/SearchChannelsPaginator.js +2 -23
  127. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +6 -21
  128. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +6 -21
  129. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +6 -21
  130. package/dist-types/commands/CreateChannelBanCommand.d.ts +6 -21
  131. package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
  132. package/dist-types/commands/CreateChannelFlowCommand.d.ts +6 -21
  133. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +6 -21
  134. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +6 -21
  135. package/dist-types/commands/DeleteChannelBanCommand.d.ts +6 -21
  136. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
  137. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +6 -21
  140. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +6 -21
  141. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +6 -21
  142. package/dist-types/commands/DescribeChannelBanCommand.d.ts +6 -21
  143. package/dist-types/commands/DescribeChannelCommand.d.ts +6 -21
  144. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +6 -21
  145. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +6 -21
  146. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +6 -21
  147. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +6 -21
  148. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +6 -21
  149. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +6 -21
  150. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +6 -21
  151. package/dist-types/commands/GetChannelMessageCommand.d.ts +6 -21
  152. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +6 -21
  153. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +6 -21
  154. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +6 -21
  155. package/dist-types/commands/ListChannelBansCommand.d.ts +6 -21
  156. package/dist-types/commands/ListChannelFlowsCommand.d.ts +6 -21
  157. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +6 -21
  158. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +6 -21
  159. package/dist-types/commands/ListChannelMessagesCommand.d.ts +6 -21
  160. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +6 -21
  161. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +6 -21
  162. package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
  163. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +6 -21
  164. package/dist-types/commands/ListSubChannelsCommand.d.ts +6 -21
  165. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  166. package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +6 -21
  167. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +6 -21
  168. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +6 -21
  169. package/dist-types/commands/RedactChannelMessageCommand.d.ts +6 -21
  170. package/dist-types/commands/SearchChannelsCommand.d.ts +6 -21
  171. package/dist-types/commands/SendChannelMessageCommand.d.ts +6 -21
  172. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  173. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  174. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
  175. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +6 -21
  176. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +6 -21
  177. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +6 -21
  178. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  179. package/dist-types/pagination/ListChannelBansPaginator.d.ts +1 -1
  180. package/dist-types/pagination/ListChannelFlowsPaginator.d.ts +1 -1
  181. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +1 -1
  182. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +1 -1
  183. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +1 -1
  184. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +1 -1
  185. package/dist-types/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +1 -1
  186. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +1 -1
  187. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  188. package/dist-types/pagination/ListSubChannelsPaginator.d.ts +1 -1
  189. package/dist-types/pagination/SearchChannelsPaginator.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  237. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  242. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +3 -3
  243. package/dist-types/ts3.4/pagination/ListChannelFlowsPaginator.d.ts +3 -3
  244. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +3 -3
  245. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +3 -3
  246. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +3 -3
  247. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +3 -3
  248. package/dist-types/ts3.4/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +3 -3
  249. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +3 -3
  250. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +3 -3
  251. package/dist-types/ts3.4/pagination/ListSubChannelsPaginator.d.ts +3 -3
  252. package/dist-types/ts3.4/pagination/SearchChannelsPaginator.d.ts +3 -3
  253. package/package.json +11 -11
@@ -4,8 +4,8 @@ import {
4
4
  ListChannelModeratorsCommandOutput,
5
5
  } from "../commands/ListChannelModeratorsCommand";
6
6
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListChannelModerators(
7
+ export declare const paginateListChannelModerators: (
8
8
  config: ChimeSDKMessagingPaginationConfiguration,
9
9
  input: ListChannelModeratorsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListChannelModeratorsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListChannelModeratorsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListChannelsAssociatedWithChannelFlowCommandOutput,
5
5
  } from "../commands/ListChannelsAssociatedWithChannelFlowCommand";
6
6
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListChannelsAssociatedWithChannelFlow(
7
+ export declare const paginateListChannelsAssociatedWithChannelFlow: (
8
8
  config: ChimeSDKMessagingPaginationConfiguration,
9
9
  input: ListChannelsAssociatedWithChannelFlowCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListChannelsAssociatedWithChannelFlowCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListChannelsAssociatedWithChannelFlowCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListChannelsModeratedByAppInstanceUserCommandOutput,
5
5
  } from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
6
6
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListChannelsModeratedByAppInstanceUser(
7
+ export declare const paginateListChannelsModeratedByAppInstanceUser: (
8
8
  config: ChimeSDKMessagingPaginationConfiguration,
9
9
  input: ListChannelsModeratedByAppInstanceUserCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListChannelsModeratedByAppInstanceUserCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListChannelsModeratedByAppInstanceUserCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListChannelsCommandOutput,
5
5
  } from "../commands/ListChannelsCommand";
6
6
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListChannels(
7
+ export declare const paginateListChannels: (
8
8
  config: ChimeSDKMessagingPaginationConfiguration,
9
9
  input: ListChannelsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListChannelsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListChannelsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListSubChannelsCommandOutput,
5
5
  } from "../commands/ListSubChannelsCommand";
6
6
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListSubChannels(
7
+ export declare const paginateListSubChannels: (
8
8
  config: ChimeSDKMessagingPaginationConfiguration,
9
9
  input: ListSubChannelsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListSubChannelsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListSubChannelsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  SearchChannelsCommandOutput,
5
5
  } from "../commands/SearchChannelsCommand";
6
6
  import { ChimeSDKMessagingPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateSearchChannels(
7
+ export declare const paginateSearchChannels: (
8
8
  config: ChimeSDKMessagingPaginationConfiguration,
9
9
  input: SearchChannelsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<SearchChannelsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<SearchChannelsCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-messaging",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Messaging Client for Node.js, Browser and React Native",
4
- "version": "3.477.0",
4
+ "version": "3.481.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.477.0",
24
- "@aws-sdk/core": "3.477.0",
25
- "@aws-sdk/credential-provider-node": "3.477.0",
23
+ "@aws-sdk/client-sts": "3.481.0",
24
+ "@aws-sdk/core": "3.481.0",
25
+ "@aws-sdk/credential-provider-node": "3.481.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
29
29
  "@aws-sdk/middleware-signing": "3.468.0",
30
- "@aws-sdk/middleware-user-agent": "3.470.0",
30
+ "@aws-sdk/middleware-user-agent": "3.478.0",
31
31
  "@aws-sdk/region-config-resolver": "3.470.0",
32
32
  "@aws-sdk/types": "3.468.0",
33
- "@aws-sdk/util-endpoints": "3.470.0",
33
+ "@aws-sdk/util-endpoints": "3.478.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.468.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.470.0",
36
36
  "@smithy/config-resolver": "^2.0.21",
37
- "@smithy/core": "^1.2.0",
37
+ "@smithy/core": "^1.2.1",
38
38
  "@smithy/fetch-http-handler": "^2.3.1",
39
39
  "@smithy/hash-node": "^2.0.17",
40
40
  "@smithy/invalid-dependency": "^2.0.15",
41
41
  "@smithy/middleware-content-length": "^2.0.17",
42
42
  "@smithy/middleware-endpoint": "^2.2.3",
43
- "@smithy/middleware-retry": "^2.0.24",
43
+ "@smithy/middleware-retry": "^2.0.25",
44
44
  "@smithy/middleware-serde": "^2.0.15",
45
45
  "@smithy/middleware-stack": "^2.0.9",
46
46
  "@smithy/node-config-provider": "^2.1.8",
47
47
  "@smithy/node-http-handler": "^2.2.1",
48
48
  "@smithy/protocol-http": "^3.0.11",
49
- "@smithy/smithy-client": "^2.1.18",
49
+ "@smithy/smithy-client": "^2.2.0",
50
50
  "@smithy/types": "^2.7.0",
51
51
  "@smithy/url-parser": "^2.0.15",
52
52
  "@smithy/util-base64": "^2.0.1",
53
53
  "@smithy/util-body-length-browser": "^2.0.1",
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
- "@smithy/util-defaults-mode-browser": "^2.0.22",
56
- "@smithy/util-defaults-mode-node": "^2.0.29",
55
+ "@smithy/util-defaults-mode-browser": "^2.0.23",
56
+ "@smithy/util-defaults-mode-node": "^2.0.30",
57
57
  "@smithy/util-endpoints": "^1.0.7",
58
58
  "@smithy/util-retry": "^2.0.8",
59
59
  "@smithy/util-utf8": "^2.0.2",