@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,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 { ChannelFlowCallbackRequest, ChannelFlowCallbackResponse } from "../models/models_0";
5
- export interface ChannelFlowCallbackCommandInput extends ChannelFlowCallbackRequest {
6
- }
7
- export interface ChannelFlowCallbackCommandOutput extends ChannelFlowCallbackResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ChannelFlowCallbackCommand extends $Command<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: ChannelFlowCallbackCommandInput;
12
- constructor(input: ChannelFlowCallbackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput>;
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
+ ChannelFlowCallbackRequest,
15
+ ChannelFlowCallbackResponse,
16
+ } from "../models/models_0";
17
+ export interface ChannelFlowCallbackCommandInput
18
+ extends ChannelFlowCallbackRequest {}
19
+ export interface ChannelFlowCallbackCommandOutput
20
+ extends ChannelFlowCallbackResponse,
21
+ __MetadataBearer {}
22
+ export declare class ChannelFlowCallbackCommand extends $Command<
23
+ ChannelFlowCallbackCommandInput,
24
+ ChannelFlowCallbackCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: ChannelFlowCallbackCommandInput;
28
+ constructor(input: ChannelFlowCallbackCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { CreateChannelBanRequest, CreateChannelBanResponse } from "../models/models_0";
5
- export interface CreateChannelBanCommandInput extends CreateChannelBanRequest {
6
- }
7
- export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelBanCommand extends $Command<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: CreateChannelBanCommandInput;
12
- constructor(input: CreateChannelBanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelBanCommandInput, CreateChannelBanCommandOutput>;
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
+ CreateChannelBanRequest,
15
+ CreateChannelBanResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateChannelBanCommandInput extends CreateChannelBanRequest {}
18
+ export interface CreateChannelBanCommandOutput
19
+ extends CreateChannelBanResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateChannelBanCommand extends $Command<
22
+ CreateChannelBanCommandInput,
23
+ CreateChannelBanCommandOutput,
24
+ ChimeSDKMessagingClientResolvedConfig
25
+ > {
26
+ readonly input: CreateChannelBanCommandInput;
27
+ constructor(input: CreateChannelBanCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ChimeSDKMessagingClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateChannelBanCommandInput, CreateChannelBanCommandOutput>;
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 { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
5
- export interface CreateChannelCommandInput extends CreateChannelRequest {
6
- }
7
- export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: CreateChannelCommandInput;
12
- constructor(input: CreateChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
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
+ CreateChannelRequest,
15
+ CreateChannelResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateChannelCommandInput extends CreateChannelRequest {}
18
+ export interface CreateChannelCommandOutput
19
+ extends CreateChannelResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateChannelCommand extends $Command<
22
+ CreateChannelCommandInput,
23
+ CreateChannelCommandOutput,
24
+ ChimeSDKMessagingClientResolvedConfig
25
+ > {
26
+ readonly input: CreateChannelCommandInput;
27
+ constructor(input: CreateChannelCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ChimeSDKMessagingClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { CreateChannelFlowRequest, CreateChannelFlowResponse } from "../models/models_0";
5
- export interface CreateChannelFlowCommandInput extends CreateChannelFlowRequest {
6
- }
7
- export interface CreateChannelFlowCommandOutput extends CreateChannelFlowResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelFlowCommand extends $Command<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: CreateChannelFlowCommandInput;
12
- constructor(input: CreateChannelFlowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput>;
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
+ CreateChannelFlowRequest,
15
+ CreateChannelFlowResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateChannelFlowCommandInput
18
+ extends CreateChannelFlowRequest {}
19
+ export interface CreateChannelFlowCommandOutput
20
+ extends CreateChannelFlowResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateChannelFlowCommand extends $Command<
23
+ CreateChannelFlowCommandInput,
24
+ CreateChannelFlowCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: CreateChannelFlowCommandInput;
28
+ constructor(input: CreateChannelFlowCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput>;
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 { CreateChannelMembershipRequest, CreateChannelMembershipResponse } from "../models/models_0";
5
- export interface CreateChannelMembershipCommandInput extends CreateChannelMembershipRequest {
6
- }
7
- export interface CreateChannelMembershipCommandOutput extends CreateChannelMembershipResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelMembershipCommand extends $Command<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: CreateChannelMembershipCommandInput;
12
- constructor(input: CreateChannelMembershipCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput>;
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
+ CreateChannelMembershipRequest,
15
+ CreateChannelMembershipResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateChannelMembershipCommandInput
18
+ extends CreateChannelMembershipRequest {}
19
+ export interface CreateChannelMembershipCommandOutput
20
+ extends CreateChannelMembershipResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateChannelMembershipCommand extends $Command<
23
+ CreateChannelMembershipCommandInput,
24
+ CreateChannelMembershipCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: CreateChannelMembershipCommandInput;
28
+ constructor(input: CreateChannelMembershipCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateChannelMembershipCommandInput,
35
+ CreateChannelMembershipCommandOutput
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 { CreateChannelModeratorRequest, CreateChannelModeratorResponse } from "../models/models_0";
5
- export interface CreateChannelModeratorCommandInput extends CreateChannelModeratorRequest {
6
- }
7
- export interface CreateChannelModeratorCommandOutput extends CreateChannelModeratorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelModeratorCommand extends $Command<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: CreateChannelModeratorCommandInput;
12
- constructor(input: CreateChannelModeratorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput>;
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
+ CreateChannelModeratorRequest,
15
+ CreateChannelModeratorResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateChannelModeratorCommandInput
18
+ extends CreateChannelModeratorRequest {}
19
+ export interface CreateChannelModeratorCommandOutput
20
+ extends CreateChannelModeratorResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateChannelModeratorCommand extends $Command<
23
+ CreateChannelModeratorCommandInput,
24
+ CreateChannelModeratorCommandOutput,
25
+ ChimeSDKMessagingClientResolvedConfig
26
+ > {
27
+ readonly input: CreateChannelModeratorCommandInput;
28
+ constructor(input: CreateChannelModeratorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ChimeSDKMessagingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateChannelModeratorCommandInput,
35
+ CreateChannelModeratorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,30 @@
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 { DeleteChannelBanRequest } from "../models/models_0";
5
- export interface DeleteChannelBanCommandInput extends DeleteChannelBanRequest {
6
- }
7
- export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelBanCommand extends $Command<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: DeleteChannelBanCommandInput;
12
- constructor(input: DeleteChannelBanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput>;
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 { DeleteChannelBanRequest } from "../models/models_0";
14
+ export interface DeleteChannelBanCommandInput extends DeleteChannelBanRequest {}
15
+ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteChannelBanCommand extends $Command<
17
+ DeleteChannelBanCommandInput,
18
+ DeleteChannelBanCommandOutput,
19
+ ChimeSDKMessagingClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteChannelBanCommandInput;
22
+ constructor(input: DeleteChannelBanCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: ChimeSDKMessagingClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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 { DeleteChannelRequest } from "../models/models_0";
5
- export interface DeleteChannelCommandInput extends DeleteChannelRequest {
6
- }
7
- export interface DeleteChannelCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: DeleteChannelCommandInput;
12
- constructor(input: DeleteChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
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 { DeleteChannelRequest } from "../models/models_0";
14
+ export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
15
+ export interface DeleteChannelCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteChannelCommand extends $Command<
17
+ DeleteChannelCommandInput,
18
+ DeleteChannelCommandOutput,
19
+ ChimeSDKMessagingClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteChannelCommandInput;
22
+ constructor(input: DeleteChannelCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: ChimeSDKMessagingClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,31 @@
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 { DeleteChannelFlowRequest } from "../models/models_0";
5
- export interface DeleteChannelFlowCommandInput extends DeleteChannelFlowRequest {
6
- }
7
- export interface DeleteChannelFlowCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelFlowCommand extends $Command<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: DeleteChannelFlowCommandInput;
12
- constructor(input: DeleteChannelFlowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput>;
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 { DeleteChannelFlowRequest } from "../models/models_0";
14
+ export interface DeleteChannelFlowCommandInput
15
+ extends DeleteChannelFlowRequest {}
16
+ export interface DeleteChannelFlowCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteChannelFlowCommand extends $Command<
18
+ DeleteChannelFlowCommandInput,
19
+ DeleteChannelFlowCommandOutput,
20
+ ChimeSDKMessagingClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteChannelFlowCommandInput;
23
+ constructor(input: DeleteChannelFlowCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: ChimeSDKMessagingClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -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 { DeleteChannelMembershipRequest } from "../models/models_0";
5
- export interface DeleteChannelMembershipCommandInput extends DeleteChannelMembershipRequest {
6
- }
7
- export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelMembershipCommand extends $Command<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: DeleteChannelMembershipCommandInput;
12
- constructor(input: DeleteChannelMembershipCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput>;
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 { DeleteChannelMembershipRequest } from "../models/models_0";
14
+ export interface DeleteChannelMembershipCommandInput
15
+ extends DeleteChannelMembershipRequest {}
16
+ export interface DeleteChannelMembershipCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteChannelMembershipCommand extends $Command<
19
+ DeleteChannelMembershipCommandInput,
20
+ DeleteChannelMembershipCommandOutput,
21
+ ChimeSDKMessagingClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteChannelMembershipCommandInput;
24
+ constructor(input: DeleteChannelMembershipCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ChimeSDKMessagingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteChannelMembershipCommandInput,
31
+ DeleteChannelMembershipCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DeleteChannelMessageRequest } from "../models/models_0";
5
- export interface DeleteChannelMessageCommandInput extends DeleteChannelMessageRequest {
6
- }
7
- export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelMessageCommand extends $Command<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: DeleteChannelMessageCommandInput;
12
- constructor(input: DeleteChannelMessageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput>;
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 { DeleteChannelMessageRequest } from "../models/models_0";
14
+ export interface DeleteChannelMessageCommandInput
15
+ extends DeleteChannelMessageRequest {}
16
+ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteChannelMessageCommand extends $Command<
18
+ DeleteChannelMessageCommandInput,
19
+ DeleteChannelMessageCommandOutput,
20
+ ChimeSDKMessagingClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteChannelMessageCommandInput;
23
+ constructor(input: DeleteChannelMessageCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: ChimeSDKMessagingClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ DeleteChannelMessageCommandInput,
30
+ DeleteChannelMessageCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { DeleteChannelModeratorRequest } from "../models/models_0";
5
- export interface DeleteChannelModeratorCommandInput extends DeleteChannelModeratorRequest {
6
- }
7
- export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelModeratorCommand extends $Command<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig> {
11
- readonly input: DeleteChannelModeratorCommandInput;
12
- constructor(input: DeleteChannelModeratorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMessagingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput>;
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 { DeleteChannelModeratorRequest } from "../models/models_0";
14
+ export interface DeleteChannelModeratorCommandInput
15
+ extends DeleteChannelModeratorRequest {}
16
+ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteChannelModeratorCommand extends $Command<
18
+ DeleteChannelModeratorCommandInput,
19
+ DeleteChannelModeratorCommandOutput,
20
+ ChimeSDKMessagingClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteChannelModeratorCommandInput;
23
+ constructor(input: DeleteChannelModeratorCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: ChimeSDKMessagingClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ DeleteChannelModeratorCommandInput,
30
+ DeleteChannelModeratorCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }