@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,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";
@@ -7,8 +8,7 @@ export interface SearchChannelsCommandInput extends SearchChannelsRequest {
7
8
  export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Allows an <code>AppInstanceUser</code> to search the channels that they belong to. The <code>AppInstanceUser</code> can search by membership or external ID.
11
- * An <code>AppInstanceAdmin</code> can search across all channels within the <code>AppInstance</code>.</p>
11
+ * <p>Allows <code>ChimeBearer</code> to search channels by channel members. AppInstanceUsers can search across the channels that they belong to. AppInstanceAdmins can search across all channels.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -26,6 +26,7 @@ export interface SearchChannelsCommandOutput extends SearchChannelsResponse, __M
26
26
  */
27
27
  export declare class SearchChannelsCommand extends $Command<SearchChannelsCommandInput, SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
28
28
  readonly input: SearchChannelsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
30
  constructor(input: SearchChannelsCommandInput);
30
31
  /**
31
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 SendChannelMessageCommandOutput extends SendChannelMessageRespo
34
35
  */
35
36
  export declare class SendChannelMessageCommand extends $Command<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
36
37
  readonly input: SendChannelMessageCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: SendChannelMessageCommandInput);
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";
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: TagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagResourceCommandInput);
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 UntagResourceCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
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";
@@ -32,6 +33,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
32
33
  */
33
34
  export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
34
35
  readonly input: UpdateChannelCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: UpdateChannelCommandInput);
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";
@@ -25,6 +26,7 @@ export interface UpdateChannelFlowCommandOutput extends UpdateChannelFlowRespons
25
26
  */
26
27
  export declare class UpdateChannelFlowCommand extends $Command<UpdateChannelFlowCommandInput, UpdateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
27
28
  readonly input: UpdateChannelFlowCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateChannelFlowCommandInput);
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 UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
31
32
  */
32
33
  export declare class UpdateChannelMessageCommand extends $Command<UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
33
34
  readonly input: UpdateChannelMessageCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: UpdateChannelMessageCommandInput);
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";
@@ -31,6 +32,7 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
31
32
  */
32
33
  export declare class UpdateChannelReadMarkerCommand extends $Command<UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
33
34
  readonly input: UpdateChannelReadMarkerCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: UpdateChannelReadMarkerCommandInput);
35
37
  /**
36
38
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "../endpoint/EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -642,7 +642,7 @@ export interface ChannelSummary {
642
642
  */
643
643
  Metadata?: string;
644
644
  /**
645
- * <p>The time at which the last message in a channel was sent.</p>
645
+ * <p>The time at which the last persistent message in a channel was sent.</p>
646
646
  */
647
647
  LastMessageTimestamp?: Date;
648
648
  }
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) =
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { ChimeSDKMessagingClientConfig } from "./ChimeSDKMessagingClient";
6
6
  export declare const getRuntimeConfig: (config: ChimeSDKMessagingClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -230,6 +231,11 @@ import {
230
231
  UpdateChannelReadMarkerCommandInput,
231
232
  UpdateChannelReadMarkerCommandOutput,
232
233
  } from "./commands/UpdateChannelReadMarkerCommand";
234
+ import {
235
+ ClientInputEndpointParameters,
236
+ ClientResolvedEndpointParameters,
237
+ EndpointParameters,
238
+ } from "./endpoint/EndpointParameters";
233
239
  export declare type ServiceInputTypes =
234
240
  | AssociateChannelFlowCommandInput
235
241
  | BatchCreateChannelMembershipCommandInput
@@ -347,7 +353,6 @@ export interface ClientDefaults
347
353
  serviceId?: string;
348
354
  region?: string | __Provider<string>;
349
355
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
350
- regionInfoProvider?: RegionInfoProvider;
351
356
  defaultUserAgentProvider?: Provider<__UserAgent>;
352
357
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
353
358
  }
@@ -356,22 +361,24 @@ declare type ChimeSDKMessagingClientConfigType = Partial<
356
361
  > &
357
362
  ClientDefaults &
358
363
  RegionInputConfig &
359
- EndpointsInputConfig &
364
+ EndpointInputConfig<EndpointParameters> &
360
365
  RetryInputConfig &
361
366
  HostHeaderInputConfig &
362
367
  AwsAuthInputConfig &
363
- UserAgentInputConfig;
368
+ UserAgentInputConfig &
369
+ ClientInputEndpointParameters;
364
370
  export interface ChimeSDKMessagingClientConfig
365
371
  extends ChimeSDKMessagingClientConfigType {}
366
372
  declare type ChimeSDKMessagingClientResolvedConfigType =
367
373
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
368
374
  Required<ClientDefaults> &
369
375
  RegionResolvedConfig &
370
- EndpointsResolvedConfig &
376
+ EndpointResolvedConfig<EndpointParameters> &
371
377
  RetryResolvedConfig &
372
378
  HostHeaderResolvedConfig &
373
379
  AwsAuthResolvedConfig &
374
- UserAgentResolvedConfig;
380
+ UserAgentResolvedConfig &
381
+ ClientResolvedEndpointParameters;
375
382
  export interface ChimeSDKMessagingClientResolvedConfig
376
383
  extends ChimeSDKMessagingClientResolvedConfigType {}
377
384
  export declare class ChimeSDKMessagingClient extends __Client<
@@ -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 {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class AssociateChannelFlowCommand extends $Command<
20
21
  ChimeSDKMessagingClientResolvedConfig
21
22
  > {
22
23
  readonly input: AssociateChannelFlowCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: AssociateChannelFlowCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class BatchCreateChannelMembershipCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: BatchCreateChannelMembershipCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchCreateChannelMembershipCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ChannelFlowCallbackCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: ChannelFlowCallbackCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ChannelFlowCallbackCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateChannelBanCommand extends $Command<
24
25
  ChimeSDKMessagingClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateChannelBanCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateChannelBanCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateChannelCommand extends $Command<
24
25
  ChimeSDKMessagingClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateChannelCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateChannelCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateChannelFlowCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateChannelFlowCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateChannelFlowCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateChannelMembershipCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateChannelMembershipCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateChannelMembershipCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateChannelModeratorCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateChannelModeratorCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateChannelModeratorCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class DeleteChannelBanCommand extends $Command<
19
20
  ChimeSDKMessagingClientResolvedConfig
20
21
  > {
21
22
  readonly input: DeleteChannelBanCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: DeleteChannelBanCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class DeleteChannelCommand extends $Command<
19
20
  ChimeSDKMessagingClientResolvedConfig
20
21
  > {
21
22
  readonly input: DeleteChannelCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: DeleteChannelCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class DeleteChannelFlowCommand extends $Command<
20
21
  ChimeSDKMessagingClientResolvedConfig
21
22
  > {
22
23
  readonly input: DeleteChannelFlowCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: DeleteChannelFlowCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteChannelMembershipCommand extends $Command<
21
22
  ChimeSDKMessagingClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteChannelMembershipCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteChannelMembershipCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class DeleteChannelMessageCommand extends $Command<
20
21
  ChimeSDKMessagingClientResolvedConfig
21
22
  > {
22
23
  readonly input: DeleteChannelMessageCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: DeleteChannelMessageCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class DeleteChannelModeratorCommand extends $Command<
20
21
  ChimeSDKMessagingClientResolvedConfig
21
22
  > {
22
23
  readonly input: DeleteChannelModeratorCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: DeleteChannelModeratorCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeChannelBanCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeChannelBanCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeChannelBanCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeChannelCommand extends $Command<
24
25
  ChimeSDKMessagingClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeChannelCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeChannelCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeChannelFlowCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeChannelFlowCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeChannelFlowCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeChannelMembershipCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeChannelMembershipCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeChannelMembershipCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeChannelMembershipForAppInstanceUserCommand extends
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeChannelMembershipForAppInstanceUserCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeChannelMembershipForAppInstanceUserCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeChannelModeratedByAppInstanceUserCommand extends $C
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeChannelModeratedByAppInstanceUserCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeChannelModeratedByAppInstanceUserCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeChannelModeratorCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeChannelModeratorCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeChannelModeratorCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DisassociateChannelFlowCommand extends $Command<
21
22
  ChimeSDKMessagingClientResolvedConfig
22
23
  > {
23
24
  readonly input: DisassociateChannelFlowCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DisassociateChannelFlowCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetChannelMembershipPreferencesCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetChannelMembershipPreferencesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetChannelMembershipPreferencesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetChannelMessageCommand extends $Command<
25
26
  ChimeSDKMessagingClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetChannelMessageCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetChannelMessageCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,