@aws-sdk/client-chime-sdk-messaging 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +0 -47
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -427
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface DescribeChannelBanCommandInput
|
|
|
19
19
|
export interface DescribeChannelBanCommandOutput
|
|
20
20
|
extends DescribeChannelBanResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeChannelBanCommand extends $Command<
|
|
24
23
|
DescribeChannelBanCommandInput,
|
|
25
24
|
DescribeChannelBanCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeChannelBanCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeChannelBanCommandInput;
|
|
29
28
|
constructor(input: DescribeChannelBanCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
|
|
|
18
18
|
export interface DescribeChannelCommandOutput
|
|
19
19
|
extends DescribeChannelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeChannelCommand extends $Command<
|
|
23
22
|
DescribeChannelCommandInput,
|
|
24
23
|
DescribeChannelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeChannelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeChannelCommandInput;
|
|
28
27
|
constructor(input: DescribeChannelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeChannelFlowCommandInput
|
|
|
19
19
|
export interface DescribeChannelFlowCommandOutput
|
|
20
20
|
extends DescribeChannelFlowResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeChannelFlowCommand extends $Command<
|
|
24
23
|
DescribeChannelFlowCommandInput,
|
|
25
24
|
DescribeChannelFlowCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeChannelFlowCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeChannelFlowCommandInput;
|
|
29
28
|
constructor(input: DescribeChannelFlowCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeChannelMembershipCommandInput
|
|
|
19
19
|
export interface DescribeChannelMembershipCommandOutput
|
|
20
20
|
extends DescribeChannelMembershipResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeChannelMembershipCommand extends $Command<
|
|
24
23
|
DescribeChannelMembershipCommandInput,
|
|
25
24
|
DescribeChannelMembershipCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeChannelMembershipCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeChannelMembershipCommandInput;
|
|
29
28
|
constructor(input: DescribeChannelMembershipCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandInput
|
|
|
19
19
|
export interface DescribeChannelMembershipForAppInstanceUserCommandOutput
|
|
20
20
|
extends DescribeChannelMembershipForAppInstanceUserResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeChannelMembershipForAppInstanceUserCommand extends $Command<
|
|
24
23
|
DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
25
24
|
DescribeChannelMembershipForAppInstanceUserCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeChannelMembershipForAppInstanceUserCommand extends
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeChannelMembershipForAppInstanceUserCommandInput;
|
|
29
28
|
constructor(input: DescribeChannelMembershipForAppInstanceUserCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandInput
|
|
|
19
19
|
export interface DescribeChannelModeratedByAppInstanceUserCommandOutput
|
|
20
20
|
extends DescribeChannelModeratedByAppInstanceUserResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeChannelModeratedByAppInstanceUserCommand extends $Command<
|
|
24
23
|
DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
25
24
|
DescribeChannelModeratedByAppInstanceUserCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeChannelModeratedByAppInstanceUserCommand extends $C
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeChannelModeratedByAppInstanceUserCommandInput;
|
|
29
28
|
constructor(input: DescribeChannelModeratedByAppInstanceUserCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeChannelModeratorCommandInput
|
|
|
19
19
|
export interface DescribeChannelModeratorCommandOutput
|
|
20
20
|
extends DescribeChannelModeratorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeChannelModeratorCommand extends $Command<
|
|
24
23
|
DescribeChannelModeratorCommandInput,
|
|
25
24
|
DescribeChannelModeratorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeChannelModeratorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeChannelModeratorCommandInput;
|
|
29
28
|
constructor(input: DescribeChannelModeratorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DisassociateChannelFlowCommandInput
|
|
|
15
15
|
extends DisassociateChannelFlowRequest {}
|
|
16
16
|
export interface DisassociateChannelFlowCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DisassociateChannelFlowCommand extends $Command<
|
|
20
19
|
DisassociateChannelFlowCommandInput,
|
|
21
20
|
DisassociateChannelFlowCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DisassociateChannelFlowCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DisassociateChannelFlowCommandInput;
|
|
25
24
|
constructor(input: DisassociateChannelFlowCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetChannelMembershipPreferencesCommandInput
|
|
|
19
19
|
export interface GetChannelMembershipPreferencesCommandOutput
|
|
20
20
|
extends GetChannelMembershipPreferencesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetChannelMembershipPreferencesCommand extends $Command<
|
|
24
23
|
GetChannelMembershipPreferencesCommandInput,
|
|
25
24
|
GetChannelMembershipPreferencesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetChannelMembershipPreferencesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetChannelMembershipPreferencesCommandInput;
|
|
29
28
|
constructor(input: GetChannelMembershipPreferencesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetChannelMessageCommandInput
|
|
|
19
19
|
export interface GetChannelMessageCommandOutput
|
|
20
20
|
extends GetChannelMessageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetChannelMessageCommand extends $Command<
|
|
24
23
|
GetChannelMessageCommandInput,
|
|
25
24
|
GetChannelMessageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetChannelMessageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetChannelMessageCommandInput;
|
|
29
28
|
constructor(input: GetChannelMessageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetChannelMessageStatusCommandInput
|
|
|
19
19
|
export interface GetChannelMessageStatusCommandOutput
|
|
20
20
|
extends GetChannelMessageStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetChannelMessageStatusCommand extends $Command<
|
|
24
23
|
GetChannelMessageStatusCommandInput,
|
|
25
24
|
GetChannelMessageStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetChannelMessageStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetChannelMessageStatusCommandInput;
|
|
29
28
|
constructor(input: GetChannelMessageStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetMessagingSessionEndpointCommandInput
|
|
|
19
19
|
export interface GetMessagingSessionEndpointCommandOutput
|
|
20
20
|
extends GetMessagingSessionEndpointResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetMessagingSessionEndpointCommand extends $Command<
|
|
24
23
|
GetMessagingSessionEndpointCommandInput,
|
|
25
24
|
GetMessagingSessionEndpointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetMessagingSessionEndpointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetMessagingSessionEndpointCommandInput;
|
|
29
28
|
constructor(input: GetMessagingSessionEndpointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListChannelBansCommandInput extends ListChannelBansRequest {}
|
|
|
18
18
|
export interface ListChannelBansCommandOutput
|
|
19
19
|
extends ListChannelBansResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListChannelBansCommand extends $Command<
|
|
23
22
|
ListChannelBansCommandInput,
|
|
24
23
|
ListChannelBansCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListChannelBansCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListChannelBansCommandInput;
|
|
28
27
|
constructor(input: ListChannelBansCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListChannelFlowsCommandInput extends ListChannelFlowsRequest {}
|
|
|
18
18
|
export interface ListChannelFlowsCommandOutput
|
|
19
19
|
extends ListChannelFlowsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListChannelFlowsCommand extends $Command<
|
|
23
22
|
ListChannelFlowsCommandInput,
|
|
24
23
|
ListChannelFlowsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListChannelFlowsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListChannelFlowsCommandInput;
|
|
28
27
|
constructor(input: ListChannelFlowsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListChannelMembershipsCommandInput
|
|
|
19
19
|
export interface ListChannelMembershipsCommandOutput
|
|
20
20
|
extends ListChannelMembershipsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListChannelMembershipsCommand extends $Command<
|
|
24
23
|
ListChannelMembershipsCommandInput,
|
|
25
24
|
ListChannelMembershipsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListChannelMembershipsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListChannelMembershipsCommandInput;
|
|
29
28
|
constructor(input: ListChannelMembershipsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListChannelMembershipsForAppInstanceUserCommandInput
|
|
|
19
19
|
export interface ListChannelMembershipsForAppInstanceUserCommandOutput
|
|
20
20
|
extends ListChannelMembershipsForAppInstanceUserResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListChannelMembershipsForAppInstanceUserCommand extends $Command<
|
|
24
23
|
ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
25
24
|
ListChannelMembershipsForAppInstanceUserCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListChannelMembershipsForAppInstanceUserCommand extends $Co
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListChannelMembershipsForAppInstanceUserCommandInput;
|
|
29
28
|
constructor(input: ListChannelMembershipsForAppInstanceUserCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListChannelMessagesCommandInput
|
|
|
19
19
|
export interface ListChannelMessagesCommandOutput
|
|
20
20
|
extends ListChannelMessagesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListChannelMessagesCommand extends $Command<
|
|
24
23
|
ListChannelMessagesCommandInput,
|
|
25
24
|
ListChannelMessagesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListChannelMessagesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListChannelMessagesCommandInput;
|
|
29
28
|
constructor(input: ListChannelMessagesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListChannelModeratorsCommandInput
|
|
|
19
19
|
export interface ListChannelModeratorsCommandOutput
|
|
20
20
|
extends ListChannelModeratorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListChannelModeratorsCommand extends $Command<
|
|
24
23
|
ListChannelModeratorsCommandInput,
|
|
25
24
|
ListChannelModeratorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListChannelModeratorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListChannelModeratorsCommandInput;
|
|
29
28
|
constructor(input: ListChannelModeratorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListChannelsAssociatedWithChannelFlowCommandInput
|
|
|
19
19
|
export interface ListChannelsAssociatedWithChannelFlowCommandOutput
|
|
20
20
|
extends ListChannelsAssociatedWithChannelFlowResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListChannelsAssociatedWithChannelFlowCommand extends $Command<
|
|
24
23
|
ListChannelsAssociatedWithChannelFlowCommandInput,
|
|
25
24
|
ListChannelsAssociatedWithChannelFlowCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListChannelsAssociatedWithChannelFlowCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListChannelsAssociatedWithChannelFlowCommandInput;
|
|
29
28
|
constructor(input: ListChannelsAssociatedWithChannelFlowCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
|
15
15
|
export interface ListChannelsCommandOutput
|
|
16
16
|
extends ListChannelsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListChannelsCommand extends $Command<
|
|
20
19
|
ListChannelsCommandInput,
|
|
21
20
|
ListChannelsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListChannelsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListChannelsCommandInput;
|
|
25
24
|
constructor(input: ListChannelsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListChannelsModeratedByAppInstanceUserCommandInput
|
|
|
19
19
|
export interface ListChannelsModeratedByAppInstanceUserCommandOutput
|
|
20
20
|
extends ListChannelsModeratedByAppInstanceUserResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListChannelsModeratedByAppInstanceUserCommand extends $Command<
|
|
24
23
|
ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
25
24
|
ListChannelsModeratedByAppInstanceUserCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListChannelsModeratedByAppInstanceUserCommand extends $Comm
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListChannelsModeratedByAppInstanceUserCommandInput;
|
|
29
28
|
constructor(input: ListChannelsModeratedByAppInstanceUserCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListSubChannelsCommandInput extends ListSubChannelsRequest {}
|
|
|
18
18
|
export interface ListSubChannelsCommandOutput
|
|
19
19
|
extends ListSubChannelsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListSubChannelsCommand extends $Command<
|
|
23
22
|
ListSubChannelsCommandInput,
|
|
24
23
|
ListSubChannelsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListSubChannelsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListSubChannelsCommandInput;
|
|
28
27
|
constructor(input: ListSubChannelsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutChannelMembershipPreferencesCommandInput
|
|
|
19
19
|
export interface PutChannelMembershipPreferencesCommandOutput
|
|
20
20
|
extends PutChannelMembershipPreferencesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutChannelMembershipPreferencesCommand extends $Command<
|
|
24
23
|
PutChannelMembershipPreferencesCommandInput,
|
|
25
24
|
PutChannelMembershipPreferencesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutChannelMembershipPreferencesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutChannelMembershipPreferencesCommandInput;
|
|
29
28
|
constructor(input: PutChannelMembershipPreferencesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RedactChannelMessageCommandInput
|
|
|
19
19
|
export interface RedactChannelMessageCommandOutput
|
|
20
20
|
extends RedactChannelMessageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RedactChannelMessageCommand extends $Command<
|
|
24
23
|
RedactChannelMessageCommandInput,
|
|
25
24
|
RedactChannelMessageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RedactChannelMessageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RedactChannelMessageCommandInput;
|
|
29
28
|
constructor(input: RedactChannelMessageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SearchChannelsCommandInput extends SearchChannelsRequest {}
|
|
|
18
18
|
export interface SearchChannelsCommandOutput
|
|
19
19
|
extends SearchChannelsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SearchChannelsCommand extends $Command<
|
|
23
22
|
SearchChannelsCommandInput,
|
|
24
23
|
SearchChannelsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SearchChannelsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SearchChannelsCommandInput;
|
|
28
27
|
constructor(input: SearchChannelsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SendChannelMessageCommandInput
|
|
|
19
19
|
export interface SendChannelMessageCommandOutput
|
|
20
20
|
extends SendChannelMessageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SendChannelMessageCommand extends $Command<
|
|
24
23
|
SendChannelMessageCommandInput,
|
|
25
24
|
SendChannelMessageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SendChannelMessageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SendChannelMessageCommandInput;
|
|
29
28
|
constructor(input: SendChannelMessageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
|
|
|
18
18
|
export interface UpdateChannelCommandOutput
|
|
19
19
|
extends UpdateChannelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateChannelCommand extends $Command<
|
|
23
22
|
UpdateChannelCommandInput,
|
|
24
23
|
UpdateChannelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateChannelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateChannelCommandInput;
|
|
28
27
|
constructor(input: UpdateChannelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateChannelFlowCommandInput
|
|
|
19
19
|
export interface UpdateChannelFlowCommandOutput
|
|
20
20
|
extends UpdateChannelFlowResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateChannelFlowCommand extends $Command<
|
|
24
23
|
UpdateChannelFlowCommandInput,
|
|
25
24
|
UpdateChannelFlowCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateChannelFlowCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateChannelFlowCommandInput;
|
|
29
28
|
constructor(input: UpdateChannelFlowCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateChannelMessageCommandInput
|
|
|
19
19
|
export interface UpdateChannelMessageCommandOutput
|
|
20
20
|
extends UpdateChannelMessageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateChannelMessageCommand extends $Command<
|
|
24
23
|
UpdateChannelMessageCommandInput,
|
|
25
24
|
UpdateChannelMessageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateChannelMessageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateChannelMessageCommandInput;
|
|
29
28
|
constructor(input: UpdateChannelMessageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateChannelReadMarkerCommandInput
|
|
|
19
19
|
export interface UpdateChannelReadMarkerCommandOutput
|
|
20
20
|
extends UpdateChannelReadMarkerResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateChannelReadMarkerCommand extends $Command<
|
|
24
23
|
UpdateChannelReadMarkerCommandInput,
|
|
25
24
|
UpdateChannelReadMarkerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateChannelReadMarkerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateChannelReadMarkerCommandInput;
|
|
29
28
|
constructor(input: UpdateChannelReadMarkerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ChimeSDKMessagingServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|