@aws-sdk/client-chime-sdk-messaging 3.169.0 → 3.170.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 (75) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +880 -240
  3. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +412 -120
  4. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +38 -17
  49. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +6 -6
  54. package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1519 -1404
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListChannelFlowsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListSubChannelsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/SearchChannelsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +569 -143
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  75. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { GetChannelMessageStatusRequest, GetChannelMessageStatusResponse } from "../models/models_0";
5
- export interface GetChannelMessageStatusCommandInput extends GetChannelMessageStatusRequest {
6
- }
7
- export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetChannelMessageStatusCommand extends $Command<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: GetChannelMessageStatusCommandInput;
12
- constructor(input: GetChannelMessageStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ GetChannelMessageStatusRequest,
15
+ GetChannelMessageStatusResponse,
16
+ } from "../models/models_0";
17
+ export interface GetChannelMessageStatusCommandInput
18
+ extends GetChannelMessageStatusRequest {}
19
+ export interface GetChannelMessageStatusCommandOutput
20
+ extends GetChannelMessageStatusResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetChannelMessageStatusCommand extends $Command<
24
+ GetChannelMessageStatusCommandInput,
25
+ GetChannelMessageStatusCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: GetChannelMessageStatusCommandInput;
29
+ constructor(input: GetChannelMessageStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetChannelMessageStatusCommandInput,
37
+ GetChannelMessageStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { GetMessagingSessionEndpointRequest, GetMessagingSessionEndpointResponse } from "../models/models_0";
5
- export interface GetMessagingSessionEndpointCommandInput extends GetMessagingSessionEndpointRequest {
6
- }
7
- export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSessionEndpointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMessagingSessionEndpointCommand extends $Command<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: GetMessagingSessionEndpointCommandInput;
12
- constructor(input: GetMessagingSessionEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ GetMessagingSessionEndpointRequest,
15
+ GetMessagingSessionEndpointResponse,
16
+ } from "../models/models_0";
17
+ export interface GetMessagingSessionEndpointCommandInput
18
+ extends GetMessagingSessionEndpointRequest {}
19
+ export interface GetMessagingSessionEndpointCommandOutput
20
+ extends GetMessagingSessionEndpointResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetMessagingSessionEndpointCommand extends $Command<
24
+ GetMessagingSessionEndpointCommandInput,
25
+ GetMessagingSessionEndpointCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: GetMessagingSessionEndpointCommandInput;
29
+ constructor(input: GetMessagingSessionEndpointCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetMessagingSessionEndpointCommandInput,
37
+ GetMessagingSessionEndpointCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { ListChannelBansRequest, ListChannelBansResponse } from "../models/models_0";
5
- export interface ListChannelBansCommandInput extends ListChannelBansRequest {
6
- }
7
- export interface ListChannelBansCommandOutput extends ListChannelBansResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelBansCommand extends $Command<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListChannelBansCommandInput;
12
- constructor(input: ListChannelBansCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelBansCommandInput, ListChannelBansCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ ListChannelBansRequest,
15
+ ListChannelBansResponse,
16
+ } from "../models/models_0";
17
+ export interface ListChannelBansCommandInput extends ListChannelBansRequest {}
18
+ export interface ListChannelBansCommandOutput
19
+ extends ListChannelBansResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListChannelBansCommand extends $Command<
23
+ ListChannelBansCommandInput,
24
+ ListChannelBansCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: ListChannelBansCommandInput;
28
+ constructor(input: ListChannelBansCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ChimeSDKMessagingClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListChannelBansCommandInput, ListChannelBansCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { ListChannelFlowsRequest, ListChannelFlowsResponse } from "../models/models_0";
5
- export interface ListChannelFlowsCommandInput extends ListChannelFlowsRequest {
6
- }
7
- export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelFlowsCommand extends $Command<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListChannelFlowsCommandInput;
12
- constructor(input: ListChannelFlowsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ ListChannelFlowsRequest,
15
+ ListChannelFlowsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListChannelFlowsCommandInput extends ListChannelFlowsRequest {}
18
+ export interface ListChannelFlowsCommandOutput
19
+ extends ListChannelFlowsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListChannelFlowsCommand extends $Command<
23
+ ListChannelFlowsCommandInput,
24
+ ListChannelFlowsCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: ListChannelFlowsCommandInput;
28
+ constructor(input: ListChannelFlowsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ChimeSDKMessagingClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { ListChannelMembershipsRequest, ListChannelMembershipsResponse } from "../models/models_0";
5
- export interface ListChannelMembershipsCommandInput extends ListChannelMembershipsRequest {
6
- }
7
- export interface ListChannelMembershipsCommandOutput extends ListChannelMembershipsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelMembershipsCommand extends $Command<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListChannelMembershipsCommandInput;
12
- constructor(input: ListChannelMembershipsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ ListChannelMembershipsRequest,
15
+ ListChannelMembershipsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListChannelMembershipsCommandInput
18
+ extends ListChannelMembershipsRequest {}
19
+ export interface ListChannelMembershipsCommandOutput
20
+ extends ListChannelMembershipsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListChannelMembershipsCommand extends $Command<
24
+ ListChannelMembershipsCommandInput,
25
+ ListChannelMembershipsCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: ListChannelMembershipsCommandInput;
29
+ constructor(input: ListChannelMembershipsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListChannelMembershipsCommandInput,
37
+ ListChannelMembershipsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { ListChannelMembershipsForAppInstanceUserRequest, ListChannelMembershipsForAppInstanceUserResponse } from "../models/models_0";
5
- export interface ListChannelMembershipsForAppInstanceUserCommandInput extends ListChannelMembershipsForAppInstanceUserRequest {
6
- }
7
- export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends ListChannelMembershipsForAppInstanceUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelMembershipsForAppInstanceUserCommand extends $Command<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListChannelMembershipsForAppInstanceUserCommandInput;
12
- constructor(input: ListChannelMembershipsForAppInstanceUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ ListChannelMembershipsForAppInstanceUserRequest,
15
+ ListChannelMembershipsForAppInstanceUserResponse,
16
+ } from "../models/models_0";
17
+ export interface ListChannelMembershipsForAppInstanceUserCommandInput
18
+ extends ListChannelMembershipsForAppInstanceUserRequest {}
19
+ export interface ListChannelMembershipsForAppInstanceUserCommandOutput
20
+ extends ListChannelMembershipsForAppInstanceUserResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListChannelMembershipsForAppInstanceUserCommand extends $Command<
24
+ ListChannelMembershipsForAppInstanceUserCommandInput,
25
+ ListChannelMembershipsForAppInstanceUserCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: ListChannelMembershipsForAppInstanceUserCommandInput;
29
+ constructor(input: ListChannelMembershipsForAppInstanceUserCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListChannelMembershipsForAppInstanceUserCommandInput,
37
+ ListChannelMembershipsForAppInstanceUserCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { ListChannelMessagesRequest, ListChannelMessagesResponse } from "../models/models_0";
5
- export interface ListChannelMessagesCommandInput extends ListChannelMessagesRequest {
6
- }
7
- export interface ListChannelMessagesCommandOutput extends ListChannelMessagesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelMessagesCommand extends $Command<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListChannelMessagesCommandInput;
12
- constructor(input: ListChannelMessagesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ ListChannelMessagesRequest,
15
+ ListChannelMessagesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListChannelMessagesCommandInput
18
+ extends ListChannelMessagesRequest {}
19
+ export interface ListChannelMessagesCommandOutput
20
+ extends ListChannelMessagesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListChannelMessagesCommand extends $Command<
24
+ ListChannelMessagesCommandInput,
25
+ ListChannelMessagesCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: ListChannelMessagesCommandInput;
29
+ constructor(input: ListChannelMessagesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { ListChannelModeratorsRequest, ListChannelModeratorsResponse } from "../models/models_0";
5
- export interface ListChannelModeratorsCommandInput extends ListChannelModeratorsRequest {
6
- }
7
- export interface ListChannelModeratorsCommandOutput extends ListChannelModeratorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelModeratorsCommand extends $Command<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListChannelModeratorsCommandInput;
12
- constructor(input: ListChannelModeratorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ ListChannelModeratorsRequest,
15
+ ListChannelModeratorsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListChannelModeratorsCommandInput
18
+ extends ListChannelModeratorsRequest {}
19
+ export interface ListChannelModeratorsCommandOutput
20
+ extends ListChannelModeratorsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListChannelModeratorsCommand extends $Command<
24
+ ListChannelModeratorsCommandInput,
25
+ ListChannelModeratorsCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: ListChannelModeratorsCommandInput;
29
+ constructor(input: ListChannelModeratorsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListChannelModeratorsCommandInput,
37
+ ListChannelModeratorsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { ListChannelsAssociatedWithChannelFlowRequest, ListChannelsAssociatedWithChannelFlowResponse } from "../models/models_0";
5
- export interface ListChannelsAssociatedWithChannelFlowCommandInput extends ListChannelsAssociatedWithChannelFlowRequest {
6
- }
7
- export interface ListChannelsAssociatedWithChannelFlowCommandOutput extends ListChannelsAssociatedWithChannelFlowResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelsAssociatedWithChannelFlowCommand extends $Command<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListChannelsAssociatedWithChannelFlowCommandInput;
12
- constructor(input: ListChannelsAssociatedWithChannelFlowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsAssociatedWithChannelFlowCommandInput, ListChannelsAssociatedWithChannelFlowCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ ListChannelsAssociatedWithChannelFlowRequest,
15
+ ListChannelsAssociatedWithChannelFlowResponse,
16
+ } from "../models/models_0";
17
+ export interface ListChannelsAssociatedWithChannelFlowCommandInput
18
+ extends ListChannelsAssociatedWithChannelFlowRequest {}
19
+ export interface ListChannelsAssociatedWithChannelFlowCommandOutput
20
+ extends ListChannelsAssociatedWithChannelFlowResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListChannelsAssociatedWithChannelFlowCommand extends $Command<
24
+ ListChannelsAssociatedWithChannelFlowCommandInput,
25
+ ListChannelsAssociatedWithChannelFlowCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: ListChannelsAssociatedWithChannelFlowCommandInput;
29
+ constructor(input: ListChannelsAssociatedWithChannelFlowCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListChannelsAssociatedWithChannelFlowCommandInput,
37
+ ListChannelsAssociatedWithChannelFlowCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
5
- export interface ListChannelsCommandInput extends ListChannelsRequest {
6
- }
7
- export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListChannelsCommandInput;
12
- constructor(input: ListChannelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
14
+ export interface ListChannelsCommandInput extends ListChannelsRequest {}
15
+ export interface ListChannelsCommandOutput
16
+ extends ListChannelsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListChannelsCommand extends $Command<
20
+ ListChannelsCommandInput,
21
+ ListChannelsCommandOutput,
22
+ ChimeSDKMessagingClientResolvedConfig
23
+ > {
24
+ readonly input: ListChannelsCommandInput;
25
+ constructor(input: ListChannelsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ChimeSDKMessagingClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMessagingClient";
4
- import { ListChannelsModeratedByAppInstanceUserRequest, ListChannelsModeratedByAppInstanceUserResponse } from "../models/models_0";
5
- export interface ListChannelsModeratedByAppInstanceUserCommandInput extends ListChannelsModeratedByAppInstanceUserRequest {
6
- }
7
- export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends ListChannelsModeratedByAppInstanceUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelsModeratedByAppInstanceUserCommand extends $Command<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListChannelsModeratedByAppInstanceUserCommandInput;
12
- constructor(input: ListChannelsModeratedByAppInstanceUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ChimeSDKMessagingClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ChimeSDKMessagingClient";
13
+ import {
14
+ ListChannelsModeratedByAppInstanceUserRequest,
15
+ ListChannelsModeratedByAppInstanceUserResponse,
16
+ } from "../models/models_0";
17
+ export interface ListChannelsModeratedByAppInstanceUserCommandInput
18
+ extends ListChannelsModeratedByAppInstanceUserRequest {}
19
+ export interface ListChannelsModeratedByAppInstanceUserCommandOutput
20
+ extends ListChannelsModeratedByAppInstanceUserResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListChannelsModeratedByAppInstanceUserCommand extends $Command<
24
+ ListChannelsModeratedByAppInstanceUserCommandInput,
25
+ ListChannelsModeratedByAppInstanceUserCommandOutput,
26
+ ChimeSDKMessagingClientResolvedConfig
27
+ > {
28
+ readonly input: ListChannelsModeratedByAppInstanceUserCommandInput;
29
+ constructor(input: ListChannelsModeratedByAppInstanceUserCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ChimeSDKMessagingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListChannelsModeratedByAppInstanceUserCommandInput,
37
+ ListChannelsModeratedByAppInstanceUserCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }