@aws-sdk/client-chime-sdk-messaging 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/dist-cjs/index.js +159 -613
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateChannelFlowCommand.js +2 -14
  4. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -14
  5. package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -14
  6. package/dist-es/commands/CreateChannelBanCommand.js +2 -14
  7. package/dist-es/commands/CreateChannelCommand.js +2 -14
  8. package/dist-es/commands/CreateChannelFlowCommand.js +2 -14
  9. package/dist-es/commands/CreateChannelMembershipCommand.js +2 -14
  10. package/dist-es/commands/CreateChannelModeratorCommand.js +2 -14
  11. package/dist-es/commands/DeleteChannelBanCommand.js +2 -14
  12. package/dist-es/commands/DeleteChannelCommand.js +2 -14
  13. package/dist-es/commands/DeleteChannelFlowCommand.js +2 -14
  14. package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -14
  15. package/dist-es/commands/DeleteChannelMessageCommand.js +2 -14
  16. package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -14
  17. package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -14
  18. package/dist-es/commands/DescribeChannelBanCommand.js +2 -14
  19. package/dist-es/commands/DescribeChannelCommand.js +2 -14
  20. package/dist-es/commands/DescribeChannelFlowCommand.js +2 -14
  21. package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -14
  22. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -14
  23. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -14
  24. package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -14
  25. package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -14
  26. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -14
  27. package/dist-es/commands/GetChannelMessageCommand.js +2 -14
  28. package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -14
  29. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -14
  30. package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -14
  31. package/dist-es/commands/ListChannelBansCommand.js +2 -14
  32. package/dist-es/commands/ListChannelFlowsCommand.js +2 -14
  33. package/dist-es/commands/ListChannelMembershipsCommand.js +2 -14
  34. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -14
  35. package/dist-es/commands/ListChannelMessagesCommand.js +2 -14
  36. package/dist-es/commands/ListChannelModeratorsCommand.js +2 -14
  37. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -14
  38. package/dist-es/commands/ListChannelsCommand.js +2 -14
  39. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -14
  40. package/dist-es/commands/ListSubChannelsCommand.js +2 -14
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  42. package/dist-es/commands/PutChannelExpirationSettingsCommand.js +2 -14
  43. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +2 -14
  44. package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -14
  45. package/dist-es/commands/RedactChannelMessageCommand.js +2 -14
  46. package/dist-es/commands/SearchChannelsCommand.js +2 -14
  47. package/dist-es/commands/SendChannelMessageCommand.js +2 -14
  48. package/dist-es/commands/TagResourceCommand.js +2 -14
  49. package/dist-es/commands/UntagResourceCommand.js +2 -14
  50. package/dist-es/commands/UpdateChannelCommand.js +2 -14
  51. package/dist-es/commands/UpdateChannelFlowCommand.js +2 -14
  52. package/dist-es/commands/UpdateChannelMessageCommand.js +2 -14
  53. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +2 -14
  54. package/dist-es/index.js +1 -0
  55. package/dist-types/commandBuilder.d.ts +18 -0
  56. package/dist-types/commands/AssociateChannelFlowCommand.d.ts +3 -8
  57. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +3 -8
  58. package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateChannelBanCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateChannelFlowCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteChannelBanCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteChannelFlowCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeChannelBanCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeChannelFlowCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +3 -8
  78. package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +3 -8
  79. package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +3 -8
  80. package/dist-types/commands/GetChannelMessageCommand.d.ts +3 -8
  81. package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +3 -8
  82. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +3 -8
  83. package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListChannelBansCommand.d.ts +3 -8
  85. package/dist-types/commands/ListChannelFlowsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +3 -8
  88. package/dist-types/commands/ListChannelMessagesCommand.d.ts +3 -8
  89. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +3 -8
  91. package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
  92. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +3 -8
  93. package/dist-types/commands/ListSubChannelsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +3 -8
  96. package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +3 -8
  97. package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +3 -8
  98. package/dist-types/commands/RedactChannelMessageCommand.d.ts +3 -8
  99. package/dist-types/commands/SearchChannelsCommand.d.ts +3 -8
  100. package/dist-types/commands/SendChannelMessageCommand.d.ts +3 -8
  101. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  102. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateChannelFlowCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +3 -8
  107. package/dist-types/index.d.ts +1 -0
  108. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  109. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/index.d.ts +1 -0
  161. package/package.json +8 -8
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  ListSubChannelsRequest,
10
4
  ListSubChannelsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSubChannelsCommandInput extends ListSubChannelsRequest {}
15
8
  export interface ListSubChannelsCommandOutput
16
9
  extends ListSubChannelsResponse,
@@ -21,22 +14,20 @@ declare const ListSubChannelsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListSubChannelsCommandInput,
23
16
  ListSubChannelsCommandOutput,
24
- ChimeSDKMessagingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ChimeSDKMessagingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListSubChannelsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListSubChannelsCommandInput,
32
25
  ListSubChannelsCommandOutput,
33
- ChimeSDKMessagingClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ChimeSDKMessagingClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListSubChannelsCommand extends ListSubChannelsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- ChimeSDKMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- ChimeSDKMessagingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMessagingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  PutChannelExpirationSettingsRequest,
10
4
  PutChannelExpirationSettingsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutChannelExpirationSettingsCommandInput
15
8
  extends PutChannelExpirationSettingsRequest {}
16
9
  export interface PutChannelExpirationSettingsCommandOutput
@@ -22,22 +15,20 @@ declare const PutChannelExpirationSettingsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutChannelExpirationSettingsCommandInput,
24
17
  PutChannelExpirationSettingsCommandOutput,
25
- ChimeSDKMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutChannelExpirationSettingsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutChannelExpirationSettingsCommandInput,
33
26
  PutChannelExpirationSettingsCommandOutput,
34
- ChimeSDKMessagingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMessagingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutChannelExpirationSettingsCommand extends PutChannelExpirationSettingsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  PutChannelMembershipPreferencesRequest,
10
4
  PutChannelMembershipPreferencesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutChannelMembershipPreferencesCommandInput
15
8
  extends PutChannelMembershipPreferencesRequest {}
16
9
  export interface PutChannelMembershipPreferencesCommandOutput
@@ -22,22 +15,20 @@ declare const PutChannelMembershipPreferencesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutChannelMembershipPreferencesCommandInput,
24
17
  PutChannelMembershipPreferencesCommandOutput,
25
- ChimeSDKMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutChannelMembershipPreferencesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutChannelMembershipPreferencesCommandInput,
33
26
  PutChannelMembershipPreferencesCommandOutput,
34
- ChimeSDKMessagingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMessagingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutChannelMembershipPreferencesCommand extends PutChannelMembershipPreferencesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  PutMessagingStreamingConfigurationsRequest,
10
4
  PutMessagingStreamingConfigurationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutMessagingStreamingConfigurationsCommandInput
15
8
  extends PutMessagingStreamingConfigurationsRequest {}
16
9
  export interface PutMessagingStreamingConfigurationsCommandOutput
@@ -22,22 +15,20 @@ declare const PutMessagingStreamingConfigurationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutMessagingStreamingConfigurationsCommandInput,
24
17
  PutMessagingStreamingConfigurationsCommandOutput,
25
- ChimeSDKMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutMessagingStreamingConfigurationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutMessagingStreamingConfigurationsCommandInput,
33
26
  PutMessagingStreamingConfigurationsCommandOutput,
34
- ChimeSDKMessagingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMessagingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutMessagingStreamingConfigurationsCommand extends PutMessagingStreamingConfigurationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  RedactChannelMessageRequest,
10
4
  RedactChannelMessageResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RedactChannelMessageCommandInput
15
8
  extends RedactChannelMessageRequest {}
16
9
  export interface RedactChannelMessageCommandOutput
@@ -22,22 +15,20 @@ declare const RedactChannelMessageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RedactChannelMessageCommandInput,
24
17
  RedactChannelMessageCommandOutput,
25
- ChimeSDKMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RedactChannelMessageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RedactChannelMessageCommandInput,
33
26
  RedactChannelMessageCommandOutput,
34
- ChimeSDKMessagingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMessagingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class RedactChannelMessageCommand extends RedactChannelMessageCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  SearchChannelsRequest,
10
4
  SearchChannelsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SearchChannelsCommandInput extends SearchChannelsRequest {}
15
8
  export interface SearchChannelsCommandOutput
16
9
  extends SearchChannelsResponse,
@@ -21,22 +14,20 @@ declare const SearchChannelsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  SearchChannelsCommandInput,
23
16
  SearchChannelsCommandOutput,
24
- ChimeSDKMessagingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ChimeSDKMessagingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: SearchChannelsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  SearchChannelsCommandInput,
32
25
  SearchChannelsCommandOutput,
33
- ChimeSDKMessagingClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ChimeSDKMessagingClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class SearchChannelsCommand extends SearchChannelsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  SendChannelMessageRequest,
10
4
  SendChannelMessageResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SendChannelMessageCommandInput
15
8
  extends SendChannelMessageRequest {}
16
9
  export interface SendChannelMessageCommandOutput
@@ -22,22 +15,20 @@ declare const SendChannelMessageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SendChannelMessageCommandInput,
24
17
  SendChannelMessageCommandOutput,
25
- ChimeSDKMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SendChannelMessageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SendChannelMessageCommandInput,
33
26
  SendChannelMessageCommandOutput,
34
- ChimeSDKMessagingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMessagingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SendChannelMessageCommand extends SendChannelMessageCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import { TagResourceRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput extends __MetadataBearer {}
13
6
  declare const TagResourceCommand_base: {
@@ -16,22 +9,20 @@ declare const TagResourceCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  TagResourceCommandInput,
18
11
  TagResourceCommandOutput,
19
- ChimeSDKMessagingClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ChimeSDKMessagingClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: TagResourceCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  TagResourceCommandInput,
27
20
  TagResourceCommandOutput,
28
- ChimeSDKMessagingClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ChimeSDKMessagingClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import { UntagResourceRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
12
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
13
6
  declare const UntagResourceCommand_base: {
@@ -16,22 +9,20 @@ declare const UntagResourceCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  UntagResourceCommandInput,
18
11
  UntagResourceCommandOutput,
19
- ChimeSDKMessagingClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ChimeSDKMessagingClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: UntagResourceCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  UntagResourceCommandInput,
27
20
  UntagResourceCommandOutput,
28
- ChimeSDKMessagingClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ChimeSDKMessagingClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  UpdateChannelRequest,
10
4
  UpdateChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
15
8
  export interface UpdateChannelCommandOutput
16
9
  extends UpdateChannelResponse,
@@ -21,22 +14,20 @@ declare const UpdateChannelCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateChannelCommandInput,
23
16
  UpdateChannelCommandOutput,
24
- ChimeSDKMessagingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ChimeSDKMessagingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateChannelCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateChannelCommandInput,
32
25
  UpdateChannelCommandOutput,
33
- ChimeSDKMessagingClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ChimeSDKMessagingClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  UpdateChannelFlowRequest,
10
4
  UpdateChannelFlowResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateChannelFlowCommandInput
15
8
  extends UpdateChannelFlowRequest {}
16
9
  export interface UpdateChannelFlowCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateChannelFlowCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateChannelFlowCommandInput,
24
17
  UpdateChannelFlowCommandOutput,
25
- ChimeSDKMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateChannelFlowCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateChannelFlowCommandInput,
33
26
  UpdateChannelFlowCommandOutput,
34
- ChimeSDKMessagingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMessagingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateChannelFlowCommand extends UpdateChannelFlowCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  UpdateChannelMessageRequest,
10
4
  UpdateChannelMessageResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateChannelMessageCommandInput
15
8
  extends UpdateChannelMessageRequest {}
16
9
  export interface UpdateChannelMessageCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateChannelMessageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateChannelMessageCommandInput,
24
17
  UpdateChannelMessageCommandOutput,
25
- ChimeSDKMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateChannelMessageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateChannelMessageCommandInput,
33
26
  UpdateChannelMessageCommandOutput,
34
- ChimeSDKMessagingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMessagingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateChannelMessageCommand extends UpdateChannelMessageCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ChimeSDKMessagingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ChimeSDKMessagingClient";
8
2
  import {
9
3
  UpdateChannelReadMarkerRequest,
10
4
  UpdateChannelReadMarkerResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateChannelReadMarkerCommandInput
15
8
  extends UpdateChannelReadMarkerRequest {}
16
9
  export interface UpdateChannelReadMarkerCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateChannelReadMarkerCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateChannelReadMarkerCommandInput,
24
17
  UpdateChannelReadMarkerCommandOutput,
25
- ChimeSDKMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ChimeSDKMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateChannelReadMarkerCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateChannelReadMarkerCommandInput,
33
26
  UpdateChannelReadMarkerCommandOutput,
34
- ChimeSDKMessagingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ChimeSDKMessagingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateChannelReadMarkerCommand extends UpdateChannelReadMarkerCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { ChimeSDKMessagingExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";