@aws-sdk/client-chime-sdk-messaging 3.190.0 → 3.192.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 (222) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/ChimeSDKMessagingClient.js +11 -8
  3. package/dist-cjs/commands/AssociateChannelFlowCommand.js +10 -0
  4. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +10 -0
  5. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +10 -0
  6. package/dist-cjs/commands/CreateChannelBanCommand.js +10 -0
  7. package/dist-cjs/commands/CreateChannelCommand.js +10 -0
  8. package/dist-cjs/commands/CreateChannelFlowCommand.js +10 -0
  9. package/dist-cjs/commands/CreateChannelMembershipCommand.js +10 -0
  10. package/dist-cjs/commands/CreateChannelModeratorCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteChannelBanCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
  13. package/dist-cjs/commands/DeleteChannelFlowCommand.js +10 -0
  14. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +10 -0
  15. package/dist-cjs/commands/DeleteChannelMessageCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +10 -0
  17. package/dist-cjs/commands/DescribeChannelBanCommand.js +10 -0
  18. package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
  19. package/dist-cjs/commands/DescribeChannelFlowCommand.js +10 -0
  20. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +10 -0
  21. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +10 -0
  22. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +10 -0
  23. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +10 -0
  24. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +10 -0
  25. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +10 -0
  26. package/dist-cjs/commands/GetChannelMessageCommand.js +10 -0
  27. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +10 -0
  28. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +10 -0
  29. package/dist-cjs/commands/ListChannelBansCommand.js +10 -0
  30. package/dist-cjs/commands/ListChannelFlowsCommand.js +10 -0
  31. package/dist-cjs/commands/ListChannelMembershipsCommand.js +10 -0
  32. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +10 -0
  33. package/dist-cjs/commands/ListChannelMessagesCommand.js +10 -0
  34. package/dist-cjs/commands/ListChannelModeratorsCommand.js +10 -0
  35. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +10 -0
  36. package/dist-cjs/commands/ListChannelsCommand.js +10 -0
  37. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +10 -0
  38. package/dist-cjs/commands/ListSubChannelsCommand.js +10 -0
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  40. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +10 -0
  41. package/dist-cjs/commands/RedactChannelMessageCommand.js +10 -0
  42. package/dist-cjs/commands/SearchChannelsCommand.js +10 -0
  43. package/dist-cjs/commands/SendChannelMessageCommand.js +10 -0
  44. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  45. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  46. package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
  47. package/dist-cjs/commands/UpdateChannelFlowCommand.js +10 -0
  48. package/dist-cjs/commands/UpdateChannelMessageCommand.js +10 -0
  49. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +10 -0
  50. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  51. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  52. package/dist-cjs/endpoint/ruleset.js +318 -0
  53. package/dist-cjs/runtimeConfig.shared.js +3 -3
  54. package/dist-es/ChimeSDKMessagingClient.js +12 -9
  55. package/dist-es/commands/AssociateChannelFlowCommand.js +10 -0
  56. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +10 -0
  57. package/dist-es/commands/ChannelFlowCallbackCommand.js +10 -0
  58. package/dist-es/commands/CreateChannelBanCommand.js +10 -0
  59. package/dist-es/commands/CreateChannelCommand.js +10 -0
  60. package/dist-es/commands/CreateChannelFlowCommand.js +10 -0
  61. package/dist-es/commands/CreateChannelMembershipCommand.js +10 -0
  62. package/dist-es/commands/CreateChannelModeratorCommand.js +10 -0
  63. package/dist-es/commands/DeleteChannelBanCommand.js +10 -0
  64. package/dist-es/commands/DeleteChannelCommand.js +10 -0
  65. package/dist-es/commands/DeleteChannelFlowCommand.js +10 -0
  66. package/dist-es/commands/DeleteChannelMembershipCommand.js +10 -0
  67. package/dist-es/commands/DeleteChannelMessageCommand.js +10 -0
  68. package/dist-es/commands/DeleteChannelModeratorCommand.js +10 -0
  69. package/dist-es/commands/DescribeChannelBanCommand.js +10 -0
  70. package/dist-es/commands/DescribeChannelCommand.js +10 -0
  71. package/dist-es/commands/DescribeChannelFlowCommand.js +10 -0
  72. package/dist-es/commands/DescribeChannelMembershipCommand.js +10 -0
  73. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +10 -0
  74. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +10 -0
  75. package/dist-es/commands/DescribeChannelModeratorCommand.js +10 -0
  76. package/dist-es/commands/DisassociateChannelFlowCommand.js +10 -0
  77. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +10 -0
  78. package/dist-es/commands/GetChannelMessageCommand.js +10 -0
  79. package/dist-es/commands/GetChannelMessageStatusCommand.js +10 -0
  80. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +10 -0
  81. package/dist-es/commands/ListChannelBansCommand.js +10 -0
  82. package/dist-es/commands/ListChannelFlowsCommand.js +10 -0
  83. package/dist-es/commands/ListChannelMembershipsCommand.js +10 -0
  84. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +10 -0
  85. package/dist-es/commands/ListChannelMessagesCommand.js +10 -0
  86. package/dist-es/commands/ListChannelModeratorsCommand.js +10 -0
  87. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +10 -0
  88. package/dist-es/commands/ListChannelsCommand.js +10 -0
  89. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +10 -0
  90. package/dist-es/commands/ListSubChannelsCommand.js +10 -0
  91. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  92. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +10 -0
  93. package/dist-es/commands/RedactChannelMessageCommand.js +10 -0
  94. package/dist-es/commands/SearchChannelsCommand.js +10 -0
  95. package/dist-es/commands/SendChannelMessageCommand.js +10 -0
  96. package/dist-es/commands/TagResourceCommand.js +10 -0
  97. package/dist-es/commands/UntagResourceCommand.js +10 -0
  98. package/dist-es/commands/UpdateChannelCommand.js +10 -0
  99. package/dist-es/commands/UpdateChannelFlowCommand.js +10 -0
  100. package/dist-es/commands/UpdateChannelMessageCommand.js +10 -0
  101. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +10 -0
  102. package/dist-es/endpoint/EndpointParameters.js +8 -0
  103. package/dist-es/endpoint/endpointResolver.js +8 -0
  104. package/dist-es/endpoint/ruleset.js +315 -0
  105. package/dist-es/runtimeConfig.shared.js +2 -2
  106. package/dist-types/ChimeSDKMessaging.d.ts +1 -2
  107. package/dist-types/ChimeSDKMessagingClient.d.ts +6 -9
  108. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +2 -0
  109. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +2 -0
  110. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +2 -0
  111. package/dist-types/commands/CreateChannelBanCommand.d.ts +2 -0
  112. package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
  113. package/dist-types/commands/CreateChannelFlowCommand.d.ts +2 -0
  114. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +2 -0
  115. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +2 -0
  116. package/dist-types/commands/DeleteChannelBanCommand.d.ts +2 -0
  117. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
  118. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +2 -0
  119. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +2 -0
  120. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +2 -0
  121. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +2 -0
  122. package/dist-types/commands/DescribeChannelBanCommand.d.ts +2 -0
  123. package/dist-types/commands/DescribeChannelCommand.d.ts +2 -0
  124. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +2 -0
  125. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +2 -0
  126. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +2 -0
  127. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +2 -0
  128. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +2 -0
  129. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +2 -0
  130. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +2 -0
  131. package/dist-types/commands/GetChannelMessageCommand.d.ts +2 -0
  132. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +2 -0
  133. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +2 -0
  134. package/dist-types/commands/ListChannelBansCommand.d.ts +2 -0
  135. package/dist-types/commands/ListChannelFlowsCommand.d.ts +2 -0
  136. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +2 -0
  137. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +2 -0
  138. package/dist-types/commands/ListChannelMessagesCommand.d.ts +2 -0
  139. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +2 -0
  140. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +2 -0
  141. package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
  142. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +2 -0
  143. package/dist-types/commands/ListSubChannelsCommand.d.ts +2 -0
  144. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  145. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +2 -0
  146. package/dist-types/commands/RedactChannelMessageCommand.d.ts +2 -0
  147. package/dist-types/commands/SearchChannelsCommand.d.ts +3 -2
  148. package/dist-types/commands/SendChannelMessageCommand.d.ts +2 -0
  149. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  150. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  151. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
  152. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +2 -0
  153. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +2 -0
  154. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +2 -0
  155. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  156. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  157. package/dist-types/endpoint/ruleset.d.ts +2 -0
  158. package/dist-types/models/models_0.d.ts +1 -1
  159. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  160. package/dist-types/runtimeConfig.d.ts +4 -2
  161. package/dist-types/runtimeConfig.native.d.ts +4 -2
  162. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  163. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +15 -8
  164. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +2 -0
  166. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +2 -0
  167. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +2 -0
  168. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
  169. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +2 -0
  170. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +2 -0
  171. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +2 -0
  172. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +2 -0
  173. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
  174. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +2 -0
  175. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +2 -0
  176. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +2 -0
  177. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +2 -0
  178. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +2 -0
  179. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
  180. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +2 -0
  181. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +2 -0
  183. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +2 -0
  186. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +2 -0
  187. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +2 -0
  188. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +2 -0
  189. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +2 -0
  190. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +2 -0
  191. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +2 -0
  192. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +2 -0
  193. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +2 -0
  194. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +2 -0
  195. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +2 -0
  196. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +2 -0
  197. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
  198. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +2 -0
  199. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +2 -0
  200. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  201. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +2 -0
  202. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +2 -0
  203. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +2 -0
  204. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +2 -0
  205. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  206. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  207. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
  208. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +2 -0
  209. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +2 -0
  210. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +2 -0
  211. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  212. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  213. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  214. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  215. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  216. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  217. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  218. package/package.json +4 -3
  219. package/dist-cjs/endpoints.js +0 -142
  220. package/dist-es/endpoints.js +0 -138
  221. package/dist-types/endpoints.d.ts +0 -2
  222. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput } from "./commands/AssociateChannelFlowCommand";
10
11
  import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "./commands/BatchCreateChannelMembershipCommand";
11
12
  import { ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput } from "./commands/ChannelFlowCallbackCommand";
@@ -53,6 +54,7 @@ import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./command
53
54
  import { UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput } from "./commands/UpdateChannelFlowCommand";
54
55
  import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
55
56
  import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
57
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
56
58
  export declare type ServiceInputTypes = AssociateChannelFlowCommandInput | BatchCreateChannelMembershipCommandInput | ChannelFlowCallbackCommandInput | CreateChannelBanCommandInput | CreateChannelCommandInput | CreateChannelFlowCommandInput | CreateChannelMembershipCommandInput | CreateChannelModeratorCommandInput | DeleteChannelBanCommandInput | DeleteChannelCommandInput | DeleteChannelFlowCommandInput | DeleteChannelMembershipCommandInput | DeleteChannelMessageCommandInput | DeleteChannelModeratorCommandInput | DescribeChannelBanCommandInput | DescribeChannelCommandInput | DescribeChannelFlowCommandInput | DescribeChannelMembershipCommandInput | DescribeChannelMembershipForAppInstanceUserCommandInput | DescribeChannelModeratedByAppInstanceUserCommandInput | DescribeChannelModeratorCommandInput | DisassociateChannelFlowCommandInput | GetChannelMembershipPreferencesCommandInput | GetChannelMessageCommandInput | GetChannelMessageStatusCommandInput | GetMessagingSessionEndpointCommandInput | ListChannelBansCommandInput | ListChannelFlowsCommandInput | ListChannelMembershipsCommandInput | ListChannelMembershipsForAppInstanceUserCommandInput | ListChannelMessagesCommandInput | ListChannelModeratorsCommandInput | ListChannelsAssociatedWithChannelFlowCommandInput | ListChannelsCommandInput | ListChannelsModeratedByAppInstanceUserCommandInput | ListSubChannelsCommandInput | ListTagsForResourceCommandInput | PutChannelMembershipPreferencesCommandInput | RedactChannelMessageCommandInput | SearchChannelsCommandInput | SendChannelMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateChannelFlowCommandInput | UpdateChannelMessageCommandInput | UpdateChannelReadMarkerCommandInput;
57
59
  export declare type ServiceOutputTypes = AssociateChannelFlowCommandOutput | BatchCreateChannelMembershipCommandOutput | ChannelFlowCallbackCommandOutput | CreateChannelBanCommandOutput | CreateChannelCommandOutput | CreateChannelFlowCommandOutput | CreateChannelMembershipCommandOutput | CreateChannelModeratorCommandOutput | DeleteChannelBanCommandOutput | DeleteChannelCommandOutput | DeleteChannelFlowCommandOutput | DeleteChannelMembershipCommandOutput | DeleteChannelMessageCommandOutput | DeleteChannelModeratorCommandOutput | DescribeChannelBanCommandOutput | DescribeChannelCommandOutput | DescribeChannelFlowCommandOutput | DescribeChannelMembershipCommandOutput | DescribeChannelMembershipForAppInstanceUserCommandOutput | DescribeChannelModeratedByAppInstanceUserCommandOutput | DescribeChannelModeratorCommandOutput | DisassociateChannelFlowCommandOutput | GetChannelMembershipPreferencesCommandOutput | GetChannelMessageCommandOutput | GetChannelMessageStatusCommandOutput | GetMessagingSessionEndpointCommandOutput | ListChannelBansCommandOutput | ListChannelFlowsCommandOutput | ListChannelMembershipsCommandOutput | ListChannelMembershipsForAppInstanceUserCommandOutput | ListChannelMessagesCommandOutput | ListChannelModeratorsCommandOutput | ListChannelsAssociatedWithChannelFlowCommandOutput | ListChannelsCommandOutput | ListChannelsModeratedByAppInstanceUserCommandOutput | ListSubChannelsCommandOutput | ListTagsForResourceCommandOutput | PutChannelMembershipPreferencesCommandOutput | RedactChannelMessageCommandOutput | SearchChannelsCommandOutput | SendChannelMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateChannelFlowCommandOutput | UpdateChannelMessageCommandOutput | UpdateChannelReadMarkerCommandOutput;
58
60
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -145,11 +147,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
145
147
  * @internal
146
148
  */
147
149
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
148
- /**
149
- * Fetch related hostname, signing name or signing region with given region.
150
- * @internal
151
- */
152
- regionInfoProvider?: RegionInfoProvider;
153
150
  /**
154
151
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
155
152
  * @internal
@@ -160,13 +157,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
160
157
  */
161
158
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
162
159
  }
163
- declare type ChimeSDKMessagingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
160
+ declare type ChimeSDKMessagingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
164
161
  /**
165
162
  * The configuration interface of ChimeSDKMessagingClient class constructor that set the region, credentials and other options.
166
163
  */
167
164
  export interface ChimeSDKMessagingClientConfig extends ChimeSDKMessagingClientConfigType {
168
165
  }
169
- declare type ChimeSDKMessagingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
166
+ declare type ChimeSDKMessagingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
170
167
  /**
171
168
  * The resolved configuration interface of ChimeSDKMessagingClient class. This is resolved and normalized from the {@link ChimeSDKMessagingClientConfig | constructor configuration interface}.
172
169
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -31,6 +32,7 @@ export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {
31
32
  */
32
33
  export declare class AssociateChannelFlowCommand extends $Command<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
33
34
  readonly input: AssociateChannelFlowCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: AssociateChannelFlowCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -25,6 +26,7 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
25
26
  */
26
27
  export declare class BatchCreateChannelMembershipCommand extends $Command<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: BatchCreateChannelMembershipCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchCreateChannelMembershipCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -37,6 +38,7 @@ export interface ChannelFlowCallbackCommandOutput extends ChannelFlowCallbackRes
37
38
  */
38
39
  export declare class ChannelFlowCallbackCommand extends $Command<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
39
40
  readonly input: ChannelFlowCallbackCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: ChannelFlowCallbackCommandInput);
41
43
  /**
42
44
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -36,6 +37,7 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
36
37
  */
37
38
  export declare class CreateChannelBanCommand extends $Command<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
38
39
  readonly input: CreateChannelBanCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: CreateChannelBanCommandInput);
40
42
  /**
41
43
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -35,6 +36,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
35
36
  */
36
37
  export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
37
38
  readonly input: CreateChannelCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: CreateChannelCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -46,6 +47,7 @@ export interface CreateChannelFlowCommandOutput extends CreateChannelFlowRespons
46
47
  */
47
48
  export declare class CreateChannelFlowCommand extends $Command<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
48
49
  readonly input: CreateChannelFlowCommandInput;
50
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
51
  constructor(input: CreateChannelFlowCommandInput);
50
52
  /**
51
53
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -62,6 +63,7 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
62
63
  */
63
64
  export declare class CreateChannelMembershipCommand extends $Command<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
64
65
  readonly input: CreateChannelMembershipCommandInput;
66
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
67
  constructor(input: CreateChannelMembershipCommandInput);
66
68
  /**
67
69
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -49,6 +50,7 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
49
50
  */
50
51
  export declare class CreateChannelModeratorCommand extends $Command<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
51
52
  readonly input: CreateChannelModeratorCommandInput;
53
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
54
  constructor(input: CreateChannelModeratorCommandInput);
53
55
  /**
54
56
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -31,6 +32,7 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
31
32
  */
32
33
  export declare class DeleteChannelBanCommand extends $Command<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
33
34
  readonly input: DeleteChannelBanCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeleteChannelBanCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -32,6 +33,7 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {
32
33
  */
33
34
  export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
34
35
  readonly input: DeleteChannelCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: DeleteChannelCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -29,6 +30,7 @@ export interface DeleteChannelFlowCommandOutput extends __MetadataBearer {
29
30
  */
30
31
  export declare class DeleteChannelFlowCommand extends $Command<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
31
32
  readonly input: DeleteChannelFlowCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DeleteChannelFlowCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -31,6 +32,7 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {
31
32
  */
32
33
  export declare class DeleteChannelMembershipCommand extends $Command<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
33
34
  readonly input: DeleteChannelMembershipCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeleteChannelMembershipCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -33,6 +34,7 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {
33
34
  */
34
35
  export declare class DeleteChannelMessageCommand extends $Command<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
35
36
  readonly input: DeleteChannelMessageCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: DeleteChannelMessageCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -31,6 +32,7 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {
31
32
  */
32
33
  export declare class DeleteChannelModeratorCommand extends $Command<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
33
34
  readonly input: DeleteChannelModeratorCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeleteChannelModeratorCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -32,6 +33,7 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo
32
33
  */
33
34
  export declare class DescribeChannelBanCommand extends $Command<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
34
35
  readonly input: DescribeChannelBanCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: DescribeChannelBanCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -33,6 +34,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
33
34
  */
34
35
  export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
35
36
  readonly input: DescribeChannelCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: DescribeChannelCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -25,6 +26,7 @@ export interface DescribeChannelFlowCommandOutput extends DescribeChannelFlowRes
25
26
  */
26
27
  export declare class DescribeChannelFlowCommand extends $Command<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: DescribeChannelFlowCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeChannelFlowCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -30,6 +31,7 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM
30
31
  */
31
32
  export declare class DescribeChannelMembershipCommand extends $Command<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
32
33
  readonly input: DescribeChannelMembershipCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: DescribeChannelMembershipCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -32,6 +33,7 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
32
33
  */
33
34
  export declare class DescribeChannelMembershipForAppInstanceUserCommand extends $Command<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
34
35
  readonly input: DescribeChannelMembershipForAppInstanceUserCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: DescribeChannelMembershipForAppInstanceUserCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -32,6 +33,7 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
32
33
  */
33
34
  export declare class DescribeChannelModeratedByAppInstanceUserCommand extends $Command<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
34
35
  readonly input: DescribeChannelModeratedByAppInstanceUserCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: DescribeChannelModeratedByAppInstanceUserCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -30,6 +31,7 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo
30
31
  */
31
32
  export declare class DescribeChannelModeratorCommand extends $Command<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
32
33
  readonly input: DescribeChannelModeratorCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: DescribeChannelModeratorCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -30,6 +31,7 @@ export interface DisassociateChannelFlowCommandOutput extends __MetadataBearer {
30
31
  */
31
32
  export declare class DisassociateChannelFlowCommand extends $Command<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
32
33
  readonly input: DisassociateChannelFlowCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: DisassociateChannelFlowCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -27,6 +28,7 @@ export interface GetChannelMembershipPreferencesCommandOutput extends GetChannel
27
28
  */
28
29
  export declare class GetChannelMembershipPreferencesCommand extends $Command<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
29
30
  readonly input: GetChannelMembershipPreferencesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GetChannelMembershipPreferencesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -31,6 +32,7 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
31
32
  */
32
33
  export declare class GetChannelMessageCommand extends $Command<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
33
34
  readonly input: GetChannelMessageCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: GetChannelMessageCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -61,6 +62,7 @@ export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageS
61
62
  */
62
63
  export declare class GetChannelMessageStatusCommand extends $Command<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
63
64
  readonly input: GetChannelMessageStatusCommandInput;
65
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
66
  constructor(input: GetChannelMessageStatusCommandInput);
65
67
  /**
66
68
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -25,6 +26,7 @@ export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSe
25
26
  */
26
27
  export declare class GetMessagingSessionEndpointCommand extends $Command<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: GetMessagingSessionEndpointCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetMessagingSessionEndpointCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -31,6 +32,7 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _
31
32
  */
32
33
  export declare class ListChannelBansCommand extends $Command<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
33
34
  readonly input: ListChannelBansCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: ListChannelBansCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -25,6 +26,7 @@ export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse,
25
26
  */
26
27
  export declare class ListChannelFlowsCommand extends $Command<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: ListChannelFlowsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListChannelFlowsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -34,6 +35,7 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh
34
35
  */
35
36
  export declare class ListChannelMembershipsCommand extends $Command<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
36
37
  readonly input: ListChannelMembershipsCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: ListChannelMembershipsCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -32,6 +33,7 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends L
32
33
  */
33
34
  export declare class ListChannelMembershipsForAppInstanceUserCommand extends $Command<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
34
35
  readonly input: ListChannelMembershipsForAppInstanceUserCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: ListChannelMembershipsForAppInstanceUserCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -35,6 +36,7 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes
35
36
  */
36
37
  export declare class ListChannelMessagesCommand extends $Command<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
37
38
  readonly input: ListChannelMessagesCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: ListChannelMessagesCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -30,6 +31,7 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator
30
31
  */
31
32
  export declare class ListChannelModeratorsCommand extends $Command<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
32
33
  readonly input: ListChannelModeratorsCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: ListChannelModeratorsCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -25,6 +26,7 @@ export interface ListChannelsAssociatedWithChannelFlowCommandOutput extends List
25
26
  */
26
27
  export declare class ListChannelsAssociatedWithChannelFlowCommand extends $Command<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: ListChannelsAssociatedWithChannelFlowCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListChannelsAssociatedWithChannelFlowCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -46,6 +47,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
46
47
  */
47
48
  export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
48
49
  readonly input: ListChannelsCommandInput;
50
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
51
  constructor(input: ListChannelsCommandInput);
50
52
  /**
51
53
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -31,6 +32,7 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends Lis
31
32
  */
32
33
  export declare class ListChannelsModeratedByAppInstanceUserCommand extends $Command<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
33
34
  readonly input: ListChannelsModeratedByAppInstanceUserCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: ListChannelsModeratedByAppInstanceUserCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -25,6 +26,7 @@ export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, _
25
26
  */
26
27
  export declare class ListSubChannelsCommand extends $Command<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: ListSubChannelsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListSubChannelsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -27,6 +28,7 @@ export interface PutChannelMembershipPreferencesCommandOutput extends PutChannel
27
28
  */
28
29
  export declare class PutChannelMembershipPreferencesCommand extends $Command<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
29
30
  readonly input: PutChannelMembershipPreferencesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: PutChannelMembershipPreferencesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
@@ -32,6 +33,7 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
32
33
  */
33
34
  export declare class RedactChannelMessageCommand extends $Command<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
34
35
  readonly input: RedactChannelMessageCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: RedactChannelMessageCommandInput);
36
38
  /**
37
39
  * @internal