@aws-sdk/client-chime-sdk-messaging 3.1045.0 → 3.1046.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 (188) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +118 -119
  5. package/dist-cjs/models/ChimeSDKMessagingServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ChimeSDKMessaging.js +1 -1
  10. package/dist-es/ChimeSDKMessagingClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateChannelFlowCommand.js +2 -2
  13. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -2
  14. package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -2
  15. package/dist-es/commands/CreateChannelBanCommand.js +2 -2
  16. package/dist-es/commands/CreateChannelCommand.js +2 -2
  17. package/dist-es/commands/CreateChannelFlowCommand.js +2 -2
  18. package/dist-es/commands/CreateChannelMembershipCommand.js +2 -2
  19. package/dist-es/commands/CreateChannelModeratorCommand.js +2 -2
  20. package/dist-es/commands/DeleteChannelBanCommand.js +2 -2
  21. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  22. package/dist-es/commands/DeleteChannelFlowCommand.js +2 -2
  23. package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -2
  24. package/dist-es/commands/DeleteChannelMessageCommand.js +2 -2
  25. package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -2
  26. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -2
  27. package/dist-es/commands/DescribeChannelBanCommand.js +2 -2
  28. package/dist-es/commands/DescribeChannelCommand.js +2 -2
  29. package/dist-es/commands/DescribeChannelFlowCommand.js +2 -2
  30. package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -2
  31. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -2
  32. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -2
  33. package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -2
  34. package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -2
  35. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -2
  36. package/dist-es/commands/GetChannelMessageCommand.js +2 -2
  37. package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -2
  38. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -2
  39. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -2
  40. package/dist-es/commands/ListChannelBansCommand.js +2 -2
  41. package/dist-es/commands/ListChannelFlowsCommand.js +2 -2
  42. package/dist-es/commands/ListChannelMembershipsCommand.js +2 -2
  43. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -2
  44. package/dist-es/commands/ListChannelMessagesCommand.js +2 -2
  45. package/dist-es/commands/ListChannelModeratorsCommand.js +2 -2
  46. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -2
  47. package/dist-es/commands/ListChannelsCommand.js +2 -2
  48. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -2
  49. package/dist-es/commands/ListSubChannelsCommand.js +2 -2
  50. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  51. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +2 -2
  52. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +2 -2
  53. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -2
  54. package/dist-es/commands/RedactChannelMessageCommand.js +2 -2
  55. package/dist-es/commands/SearchChannelsCommand.js +2 -2
  56. package/dist-es/commands/SendChannelMessageCommand.js +2 -2
  57. package/dist-es/commands/TagResourceCommand.js +2 -2
  58. package/dist-es/commands/UntagResourceCommand.js +2 -2
  59. package/dist-es/commands/UpdateChannelCommand.js +2 -2
  60. package/dist-es/commands/UpdateChannelFlowCommand.js +2 -2
  61. package/dist-es/commands/UpdateChannelMessageCommand.js +2 -2
  62. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +2 -2
  63. package/dist-es/endpoint/bdd.js +1 -1
  64. package/dist-es/endpoint/endpointResolver.js +1 -1
  65. package/dist-es/models/ChimeSDKMessagingServiceException.js +1 -1
  66. package/dist-es/runtimeConfig.browser.js +4 -6
  67. package/dist-es/runtimeConfig.js +4 -8
  68. package/dist-es/runtimeConfig.shared.js +3 -4
  69. package/dist-es/runtimeExtensions.js +2 -2
  70. package/dist-types/ChimeSDKMessagingClient.d.ts +5 -5
  71. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +6 -4
  72. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +6 -4
  73. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +6 -4
  74. package/dist-types/commands/CreateChannelBanCommand.d.ts +6 -4
  75. package/dist-types/commands/CreateChannelCommand.d.ts +6 -4
  76. package/dist-types/commands/CreateChannelFlowCommand.d.ts +6 -4
  77. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +6 -4
  78. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +6 -4
  79. package/dist-types/commands/DeleteChannelBanCommand.d.ts +6 -4
  80. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -4
  81. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +6 -4
  82. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +6 -4
  83. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +6 -4
  84. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +6 -4
  85. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +6 -4
  86. package/dist-types/commands/DescribeChannelBanCommand.d.ts +6 -4
  87. package/dist-types/commands/DescribeChannelCommand.d.ts +6 -4
  88. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +6 -4
  89. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +6 -4
  90. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +6 -4
  91. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +6 -4
  92. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +6 -4
  93. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +6 -4
  94. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +6 -4
  95. package/dist-types/commands/GetChannelMessageCommand.d.ts +6 -4
  96. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +6 -4
  97. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +6 -4
  98. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +6 -4
  99. package/dist-types/commands/ListChannelBansCommand.d.ts +6 -4
  100. package/dist-types/commands/ListChannelFlowsCommand.d.ts +6 -4
  101. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +6 -4
  102. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +6 -4
  103. package/dist-types/commands/ListChannelMessagesCommand.d.ts +6 -4
  104. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +6 -4
  105. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +6 -4
  106. package/dist-types/commands/ListChannelsCommand.d.ts +6 -4
  107. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +6 -4
  108. package/dist-types/commands/ListSubChannelsCommand.d.ts +6 -4
  109. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  110. package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +6 -4
  111. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +6 -4
  112. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +6 -4
  113. package/dist-types/commands/RedactChannelMessageCommand.d.ts +6 -4
  114. package/dist-types/commands/SearchChannelsCommand.d.ts +6 -4
  115. package/dist-types/commands/SendChannelMessageCommand.d.ts +6 -4
  116. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  117. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  118. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -4
  119. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +6 -4
  120. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +6 -4
  121. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +6 -4
  122. package/dist-types/endpoint/bdd.d.ts +1 -1
  123. package/dist-types/extensionConfiguration.d.ts +1 -1
  124. package/dist-types/models/ChimeSDKMessagingServiceException.d.ts +1 -1
  125. package/dist-types/models/errors.d.ts +1 -1
  126. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  127. package/dist-types/runtimeConfig.d.ts +2 -2
  128. package/dist-types/runtimeConfig.native.d.ts +2 -2
  129. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +8 -14
  130. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  169. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +6 -4
  170. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +6 -4
  171. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +6 -4
  172. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +6 -4
  173. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +6 -4
  174. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +6 -4
  175. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  176. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  177. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +6 -4
  178. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +6 -4
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +6 -4
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +6 -4
  181. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  182. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  183. package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +1 -1
  184. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  185. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  186. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  187. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  188. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { DescribeChannelFlowRequest, DescribeChannelFlowResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeChannelFlowCommandInput extends DescribeChannelFlowRequ
22
22
  export interface DescribeChannelFlowCommandOutput extends DescribeChannelFlowResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeChannelFlowCommand_base: {
25
- new (input: DescribeChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the full details of a channel flow in an Amazon Chime <code>AppInstance</code>. This is a developer API.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { DescribeChannelMembershipRequest, DescribeChannelMembershipResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeChannelMembershipCommandInput extends DescribeChannelMe
22
22
  export interface DescribeChannelMembershipCommandOutput extends DescribeChannelMembershipResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeChannelMembershipCommand_base: {
25
- new (input: DescribeChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeChannelMembershipCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the full details of a user's channel membership.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { DescribeChannelMembershipForAppInstanceUserRequest, DescribeChannelMembershipForAppInstanceUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandInput extends
22
22
  export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extends DescribeChannelMembershipForAppInstanceUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeChannelMembershipForAppInstanceUserCommand_base: {
25
- new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns the details of a channel based on the membership of the specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { DescribeChannelModeratedByAppInstanceUserRequest, DescribeChannelModeratedByAppInstanceUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandInput extends D
22
22
  export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends DescribeChannelModeratedByAppInstanceUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeChannelModeratedByAppInstanceUserCommand_base: {
25
- new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the full details of a channel moderated by the specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { DescribeChannelModeratorRequest, DescribeChannelModeratorResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeChannelModeratorCommandInput extends DescribeChannelMod
22
22
  export interface DescribeChannelModeratorCommandOutput extends DescribeChannelModeratorResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeChannelModeratorCommand_base: {
25
- new (input: DescribeChannelModeratorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeChannelModeratorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeChannelModeratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the full details of a single ChannelModerator.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { DisassociateChannelFlowRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisassociateChannelFlowCommandInput extends DisassociateChannel
22
22
  export interface DisassociateChannelFlowCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateChannelFlowCommand_base: {
25
- new (input: DisassociateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Disassociates a channel flow from all its channels. Once disassociated, all messages to
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { GetChannelMembershipPreferencesRequest, GetChannelMembershipPreferencesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetChannelMembershipPreferencesCommandInput extends GetChannelM
22
22
  export interface GetChannelMembershipPreferencesCommandOutput extends GetChannelMembershipPreferencesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetChannelMembershipPreferencesCommand_base: {
25
- new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the membership preferences of an <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { GetChannelMessageRequest, GetChannelMessageResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetChannelMessageCommandInput extends GetChannelMessageRequest
22
22
  export interface GetChannelMessageCommandOutput extends GetChannelMessageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetChannelMessageCommand_base: {
25
- new (input: GetChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetChannelMessageCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the full details of a channel message.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { GetChannelMessageStatusRequest, GetChannelMessageStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetChannelMessageStatusCommandInput extends GetChannelMessageSt
22
22
  export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetChannelMessageStatusCommand_base: {
25
- new (input: GetChannelMessageStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetChannelMessageStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetChannelMessageStatusCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetChannelMessageStatusCommandInput): import("@smithy/core/client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets message status for a specified <code>messageId</code>. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { GetMessagingSessionEndpointRequest, GetMessagingSessionEndpointResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetMessagingSessionEndpointCommandInput extends GetMessagingSes
22
22
  export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSessionEndpointResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMessagingSessionEndpointCommand_base: {
25
- new (input: GetMessagingSessionEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetMessagingSessionEndpointCommandInput]): import("@smithy/smithy-client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMessagingSessionEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetMessagingSessionEndpointCommandInput]): import("@smithy/core/client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The details of the endpoint for the messaging session.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { GetMessagingStreamingConfigurationsRequest, GetMessagingStreamingConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetMessagingStreamingConfigurationsCommandInput extends GetMess
22
22
  export interface GetMessagingStreamingConfigurationsCommandOutput extends GetMessagingStreamingConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMessagingStreamingConfigurationsCommand_base: {
25
- new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the data streaming configuration for an <code>AppInstance</code>. For more information, see
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListChannelBansRequest, ListChannelBansResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelBansCommandInput extends ListChannelBansRequest {
22
22
  export interface ListChannelBansCommandOutput extends ListChannelBansResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelBansCommand_base: {
25
- new (input: ListChannelBansCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelBansCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListChannelBansCommandInput): import("@smithy/core/client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChannelBansCommandInput): import("@smithy/core/client").CommandImpl<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the users and bots banned from a particular channel.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListChannelFlowsRequest, ListChannelFlowsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelFlowsCommandInput extends ListChannelFlowsRequest {
22
22
  export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelFlowsCommand_base: {
25
- new (input: ListChannelFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListChannelFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChannelFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a paginated lists of all the channel flows created under a single Chime. This is a developer API.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListChannelMembershipsRequest, ListChannelMembershipsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelMembershipsCommandInput extends ListChannelMembershi
22
22
  export interface ListChannelMembershipsCommandOutput extends ListChannelMembershipsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelMembershipsCommand_base: {
25
- new (input: ListChannelMembershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelMembershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListChannelMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChannelMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all channel memberships in a channel.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListChannelMembershipsForAppInstanceUserRequest, ListChannelMembershipsForAppInstanceUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelMembershipsForAppInstanceUserCommandInput extends Li
22
22
  export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends ListChannelMembershipsForAppInstanceUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelMembershipsForAppInstanceUserCommand_base: {
25
- new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChannelMembershipsForAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Lists all channels that an <code>AppInstanceUser</code> or <code>AppInstanceBot</code> is a part of.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListChannelMessagesRequest, ListChannelMessagesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelMessagesCommandInput extends ListChannelMessagesRequ
22
22
  export interface ListChannelMessagesCommandOutput extends ListChannelMessagesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelMessagesCommand_base: {
25
- new (input: ListChannelMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListChannelMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChannelMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List all the messages in a channel. Returns a paginated list of
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListChannelModeratorsRequest, ListChannelModeratorsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelModeratorsCommandInput extends ListChannelModerators
22
22
  export interface ListChannelModeratorsCommandOutput extends ListChannelModeratorsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelModeratorsCommand_base: {
25
- new (input: ListChannelModeratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelModeratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListChannelModeratorsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChannelModeratorsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the moderators for a channel.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListChannelsAssociatedWithChannelFlowRequest, ListChannelsAssociatedWithChannelFlowResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelsAssociatedWithChannelFlowCommandInput extends ListC
22
22
  export interface ListChannelsAssociatedWithChannelFlowCommandOutput extends ListChannelsAssociatedWithChannelFlowResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelsAssociatedWithChannelFlowCommand_base: {
25
- new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChannelsAssociatedWithChannelFlowCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all channels associated with a specified channel flow. You can associate a channel flow with multiple channels, but you can only associate a channel with one channel flow. This is a developer API.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
22
22
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelsCommand_base: {
25
- new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all Channels created under a single Chime App as a paginated list. You can specify
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListChannelsModeratedByAppInstanceUserRequest, ListChannelsModeratedByAppInstanceUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelsModeratedByAppInstanceUserCommandInput extends List
22
22
  export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends ListChannelsModeratedByAppInstanceUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelsModeratedByAppInstanceUserCommand_base: {
25
- new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListChannelsModeratedByAppInstanceUserCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A list of the channels moderated by an <code>AppInstanceUser</code>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListSubChannelsRequest, ListSubChannelsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListSubChannelsCommandInput extends ListSubChannelsRequest {
22
22
  export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSubChannelsCommand_base: {
25
- new (input: ListSubChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSubChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSubChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSubChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the SubChannels in an elastic channel when given a channel ID. Available only to the app instance admins and channel moderators of elastic channels.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags applied to an Amazon Chime SDK messaging resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { PutChannelExpirationSettingsRequest, PutChannelExpirationSettingsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutChannelExpirationSettingsCommandInput extends PutChannelExpi
22
22
  export interface PutChannelExpirationSettingsCommandOutput extends PutChannelExpirationSettingsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutChannelExpirationSettingsCommand_base: {
25
- new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutChannelExpirationSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutChannelExpirationSettingsCommandInput, PutChannelExpirationSettingsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets the number of days before the channel is automatically deleted.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { PutChannelMembershipPreferencesRequest, PutChannelMembershipPreferencesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutChannelMembershipPreferencesCommandInput extends PutChannelM
22
22
  export interface PutChannelMembershipPreferencesCommandOutput extends PutChannelMembershipPreferencesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutChannelMembershipPreferencesCommand_base: {
25
- new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutChannelMembershipPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutChannelMembershipPreferencesCommandInput, PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets the membership preferences of an <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
4
  import type { PutMessagingStreamingConfigurationsRequest, PutMessagingStreamingConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutMessagingStreamingConfigurationsCommandInput extends PutMess
22
22
  export interface PutMessagingStreamingConfigurationsCommandOutput extends PutMessagingStreamingConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutMessagingStreamingConfigurationsCommand_base: {
25
- new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutMessagingStreamingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<PutMessagingStreamingConfigurationsCommandInput, PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets the data streaming configuration for an <code>AppInstance</code>. For more information, see