@aws-sdk/client-chime-sdk-messaging 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +833 -240
  3. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +387 -120
  4. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
  14. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +31 -17
  15. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  47. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +39 -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 +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1092 -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 +67 -38
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  75. package/package.json +34 -34
@@ -1,17 +1,39 @@
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
+ export declare class GetMessagingSessionEndpointCommand extends $Command<
23
+ GetMessagingSessionEndpointCommandInput,
24
+ GetMessagingSessionEndpointCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: GetMessagingSessionEndpointCommandInput;
28
+ constructor(input: GetMessagingSessionEndpointCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetMessagingSessionEndpointCommandInput,
35
+ GetMessagingSessionEndpointCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class ListChannelBansCommand extends $Command<
22
+ ListChannelBansCommandInput,
23
+ ListChannelBansCommandOutput,
24
+ ChimeSDKMessagingClientResolvedConfig
25
+ > {
26
+ readonly input: ListChannelBansCommandInput;
27
+ constructor(input: ListChannelBansCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ChimeSDKMessagingClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListChannelBansCommandInput, ListChannelBansCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
+ export declare class ListChannelFlowsCommand extends $Command<
22
+ ListChannelFlowsCommandInput,
23
+ ListChannelFlowsCommandOutput,
24
+ ChimeSDKMessagingClientResolvedConfig
25
+ > {
26
+ readonly input: ListChannelFlowsCommandInput;
27
+ constructor(input: ListChannelFlowsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ChimeSDKMessagingClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListChannelFlowsCommandInput, ListChannelFlowsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class ListChannelMembershipsCommand extends $Command<
23
+ ListChannelMembershipsCommandInput,
24
+ ListChannelMembershipsCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: ListChannelMembershipsCommandInput;
28
+ constructor(input: ListChannelMembershipsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListChannelMembershipsCommandInput,
35
+ ListChannelMembershipsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class ListChannelMembershipsForAppInstanceUserCommand extends $Command<
23
+ ListChannelMembershipsForAppInstanceUserCommandInput,
24
+ ListChannelMembershipsForAppInstanceUserCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: ListChannelMembershipsForAppInstanceUserCommandInput;
28
+ constructor(input: ListChannelMembershipsForAppInstanceUserCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListChannelMembershipsForAppInstanceUserCommandInput,
35
+ ListChannelMembershipsForAppInstanceUserCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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
+ export declare class ListChannelMessagesCommand extends $Command<
23
+ ListChannelMessagesCommandInput,
24
+ ListChannelMessagesCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: ListChannelMessagesCommandInput;
28
+ constructor(input: ListChannelMessagesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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
+ export declare class ListChannelModeratorsCommand extends $Command<
23
+ ListChannelModeratorsCommandInput,
24
+ ListChannelModeratorsCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: ListChannelModeratorsCommandInput;
28
+ constructor(input: ListChannelModeratorsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListChannelModeratorsCommandInput,
35
+ ListChannelModeratorsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class ListChannelsAssociatedWithChannelFlowCommand extends $Command<
23
+ ListChannelsAssociatedWithChannelFlowCommandInput,
24
+ ListChannelsAssociatedWithChannelFlowCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: ListChannelsAssociatedWithChannelFlowCommandInput;
28
+ constructor(input: ListChannelsAssociatedWithChannelFlowCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListChannelsAssociatedWithChannelFlowCommandInput,
35
+ ListChannelsAssociatedWithChannelFlowCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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
+ export declare class ListChannelsCommand extends $Command<
19
+ ListChannelsCommandInput,
20
+ ListChannelsCommandOutput,
21
+ ChimeSDKMessagingClientResolvedConfig
22
+ > {
23
+ readonly input: ListChannelsCommandInput;
24
+ constructor(input: ListChannelsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ChimeSDKMessagingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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
+ export declare class ListChannelsModeratedByAppInstanceUserCommand extends $Command<
23
+ ListChannelsModeratedByAppInstanceUserCommandInput,
24
+ ListChannelsModeratedByAppInstanceUserCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: ListChannelsModeratedByAppInstanceUserCommandInput;
28
+ constructor(input: ListChannelsModeratedByAppInstanceUserCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListChannelsModeratedByAppInstanceUserCommandInput,
35
+ ListChannelsModeratedByAppInstanceUserCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { ListSubChannelsRequest, ListSubChannelsResponse } from "../models/models_0";
5
- export interface ListSubChannelsCommandInput extends ListSubChannelsRequest {
6
- }
7
- export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSubChannelsCommand extends $Command<ListSubChannelsCommandInput, ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ListSubChannelsCommandInput;
12
- constructor(input: ListSubChannelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSubChannelsCommandInput, ListSubChannelsCommandOutput>;
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
+ ListSubChannelsRequest,
15
+ ListSubChannelsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListSubChannelsCommandInput extends ListSubChannelsRequest {}
18
+ export interface ListSubChannelsCommandOutput
19
+ extends ListSubChannelsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListSubChannelsCommand extends $Command<
22
+ ListSubChannelsCommandInput,
23
+ ListSubChannelsCommandOutput,
24
+ ChimeSDKMessagingClientResolvedConfig
25
+ > {
26
+ readonly input: ListSubChannelsCommandInput;
27
+ constructor(input: ListSubChannelsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ChimeSDKMessagingClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListSubChannelsCommandInput, ListSubChannelsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }