@aws-sdk/client-chime-sdk-messaging 3.529.1 → 3.535.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/dist-types/ChimeSDKMessaging.d.ts +2 -1
- package/dist-types/ChimeSDKMessagingClient.d.ts +1 -1
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +2 -1
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +2 -1
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +2 -1
- package/dist-types/commands/CreateChannelBanCommand.d.ts +2 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +2 -1
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +2 -1
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelFlowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +2 -1
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/GetChannelMessageCommand.d.ts +2 -1
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelBansCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/ListSubChannelsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +2 -1
- package/dist-types/commands/SearchChannelsCommand.d.ts +2 -1
- package/dist-types/commands/SendChannelMessageCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +443 -443
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -211,6 +211,7 @@ export interface ChimeSDKMessaging {
|
|
|
211
211
|
/**
|
|
212
212
|
* @see {@link GetMessagingSessionEndpointCommand}
|
|
213
213
|
*/
|
|
214
|
+
getMessagingSessionEndpoint(): Promise<GetMessagingSessionEndpointCommandOutput>;
|
|
214
215
|
getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetMessagingSessionEndpointCommandOutput>;
|
|
215
216
|
getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
|
|
216
217
|
getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
|
|
@@ -360,11 +361,11 @@ export interface ChimeSDKMessaging {
|
|
|
360
361
|
updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void): void;
|
|
361
362
|
}
|
|
362
363
|
/**
|
|
363
|
-
* @public
|
|
364
364
|
* <p>The Amazon Chime SDK messaging APIs in this section allow software developers to send
|
|
365
365
|
* and receive messages in custom messaging applications. These APIs depend on the frameworks
|
|
366
366
|
* provided by the Amazon Chime SDK identity APIs. For more information about the messaging
|
|
367
367
|
* APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Messaging.html">Amazon Chime SDK messaging</a>.</p>
|
|
368
|
+
* @public
|
|
368
369
|
*/
|
|
369
370
|
export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient implements ChimeSDKMessaging {
|
|
370
371
|
}
|
|
@@ -202,11 +202,11 @@ export type ChimeSDKMessagingClientResolvedConfigType = __SmithyResolvedConfigur
|
|
|
202
202
|
export interface ChimeSDKMessagingClientResolvedConfig extends ChimeSDKMessagingClientResolvedConfigType {
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
|
-
* @public
|
|
206
205
|
* <p>The Amazon Chime SDK messaging APIs in this section allow software developers to send
|
|
207
206
|
* and receive messages in custom messaging applications. These APIs depend on the frameworks
|
|
208
207
|
* provided by the Amazon Chime SDK identity APIs. For more information about the messaging
|
|
209
208
|
* APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Messaging.html">Amazon Chime SDK messaging</a>.</p>
|
|
209
|
+
* @public
|
|
210
210
|
*/
|
|
211
211
|
export declare class ChimeSDKMessagingClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKMessagingClientResolvedConfig> {
|
|
212
212
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateChannelFlowCommand_base: {
|
|
24
24
|
new (input: AssociateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateChannelFlowCommandInput, AssociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates a channel flow with a channel. Once associated, all messages to that channel go through channel flow processors. To stop processing, use the
|
|
30
30
|
* <code>DisassociateChannelFlow</code> API.</p>
|
|
31
31
|
* <note>
|
|
@@ -85,6 +85,7 @@ declare const AssociateChannelFlowCommand_base: {
|
|
|
85
85
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class AssociateChannelFlowCommand extends AssociateChannelFlowCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchCreateChannelMembershipCommand_base: {
|
|
24
24
|
new (input: BatchCreateChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchCreateChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds a specified number of users and bots to a channel. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -104,6 +104,7 @@ declare const BatchCreateChannelMembershipCommand_base: {
|
|
|
104
104
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class BatchCreateChannelMembershipCommand extends BatchCreateChannelMembershipCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface ChannelFlowCallbackCommandOutput extends ChannelFlowCallbackRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ChannelFlowCallbackCommand_base: {
|
|
24
24
|
new (input: ChannelFlowCallbackCommandInput): import("@smithy/smithy-client").CommandImpl<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ChannelFlowCallbackCommandInput): import("@smithy/smithy-client").CommandImpl<ChannelFlowCallbackCommandInput, ChannelFlowCallbackCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Calls back Amazon Chime SDK messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API.</p>
|
|
30
30
|
* <p>You can return one of the following processing responses:</p>
|
|
31
31
|
* <ul>
|
|
@@ -109,6 +109,7 @@ declare const ChannelFlowCallbackCommand_base: {
|
|
|
109
109
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
111
111
|
*
|
|
112
|
+
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class ChannelFlowCallbackCommand extends ChannelFlowCallbackCommand_base {
|
|
114
115
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateChannelBanCommand_base: {
|
|
24
24
|
new (input: CreateChannelBanCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateChannelBanCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Permanently bans a member from a channel. Moderators can't add banned members to a
|
|
30
30
|
* channel. To undo a ban, you first have to <code>DeleteChannelBan</code>, and then
|
|
31
31
|
* <code>CreateChannelMembership</code>. Bans are cleaned up when you delete users or
|
|
@@ -94,6 +94,7 @@ declare const CreateChannelBanCommand_base: {
|
|
|
94
94
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateChannelBanCommand extends CreateChannelBanCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateChannelCommand_base: {
|
|
24
24
|
new (input: CreateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a channel to which you can add users and send messages.</p>
|
|
30
30
|
* <p>
|
|
31
31
|
* <b>Restriction</b>: You can't change a channel's
|
|
@@ -114,6 +114,7 @@ declare const CreateChannelCommand_base: {
|
|
|
114
114
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
116
116
|
*
|
|
117
|
+
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
119
120
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateChannelFlowCommandOutput extends CreateChannelFlowRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateChannelFlowCommand_base: {
|
|
24
24
|
new (input: CreateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelFlowCommandInput, CreateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a channel flow, a container for processors. Processors are AWS Lambda functions
|
|
30
30
|
* that perform actions on chat messages, such as stripping out profanity. You can associate
|
|
31
31
|
* channel flows with channels, and the processors in the channel flow then take action on all
|
|
@@ -118,6 +118,7 @@ declare const CreateChannelFlowCommand_base: {
|
|
|
118
118
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
120
120
|
*
|
|
121
|
+
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class CreateChannelFlowCommand extends CreateChannelFlowCommand_base {
|
|
123
124
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateChannelMembershipCommand_base: {
|
|
24
24
|
new (input: CreateChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds a member to a channel. The <code>InvitedBy</code> field in <code>ChannelMembership</code>
|
|
30
30
|
* is derived from the request header. A channel member can:</p>
|
|
31
31
|
* <ul>
|
|
@@ -123,6 +123,7 @@ declare const CreateChannelMembershipCommand_base: {
|
|
|
123
123
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
125
125
|
*
|
|
126
|
+
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class CreateChannelMembershipCommand extends CreateChannelMembershipCommand_base {
|
|
128
129
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateChannelModeratorCommand_base: {
|
|
24
24
|
new (input: CreateChannelModeratorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateChannelModeratorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new <code>ChannelModerator</code>. A channel moderator can:</p>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
@@ -106,6 +106,7 @@ declare const CreateChannelModeratorCommand_base: {
|
|
|
106
106
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
108
108
|
*
|
|
109
|
+
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class CreateChannelModeratorCommand extends CreateChannelModeratorCommand_base {
|
|
111
112
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteChannelBanCommand_base: {
|
|
24
24
|
new (input: DeleteChannelBanCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteChannelBanCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a member from a channel's ban list.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
@@ -76,6 +76,7 @@ declare const DeleteChannelBanCommand_base: {
|
|
|
76
76
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteChannelBanCommand extends DeleteChannelBanCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteChannelCommand_base: {
|
|
24
24
|
new (input: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Immediately makes a channel and its memberships inaccessible and marks them for
|
|
30
30
|
* deletion. This is an irreversible process.</p>
|
|
31
31
|
* <note>
|
|
@@ -80,6 +80,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
80
80
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteChannelFlowCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteChannelFlowCommand_base: {
|
|
24
24
|
new (input: DeleteChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelFlowCommandInput, DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a channel flow, an irreversible process. This is a developer API.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p> This API works only when the channel flow is not associated with any channel. To get a list of all channels that a channel flow is associated with, use the
|
|
@@ -77,6 +77,7 @@ declare const DeleteChannelFlowCommand_base: {
|
|
|
77
77
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteChannelFlowCommand extends DeleteChannelFlowCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteChannelMembershipCommand_base: {
|
|
24
24
|
new (input: DeleteChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a member from a channel.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
@@ -81,6 +81,7 @@ declare const DeleteChannelMembershipCommand_base: {
|
|
|
81
81
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteChannelMembershipCommand extends DeleteChannelMembershipCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteChannelMessageCommand_base: {
|
|
24
24
|
new (input: DeleteChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a channel message. Only admins can perform this action. Deletion makes messages
|
|
30
30
|
* inaccessible immediately. A background process deletes any revisions created by
|
|
31
31
|
* <code>UpdateChannelMessage</code>.</p>
|
|
@@ -79,6 +79,7 @@ declare const DeleteChannelMessageCommand_base: {
|
|
|
79
79
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteChannelMessageCommand extends DeleteChannelMessageCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteChannelModeratorCommand_base: {
|
|
24
24
|
new (input: DeleteChannelModeratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteChannelModeratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a channel moderator.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
@@ -76,6 +76,7 @@ declare const DeleteChannelModeratorCommand_base: {
|
|
|
76
76
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteChannelModeratorCommand extends DeleteChannelModeratorCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteMessagingStreamingConfigurationsCommandOutput extends __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteMessagingStreamingConfigurationsCommand_base: {
|
|
24
24
|
new (input: DeleteMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMessagingStreamingConfigurationsCommandInput, DeleteMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the streaming configurations for an <code>AppInstance</code>. For more information, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DeleteMessagingStreamingConfigurationsCommand_base: {
|
|
|
70
70
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteMessagingStreamingConfigurationsCommand extends DeleteMessagingStreamingConfigurationsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeChannelBanCommand_base: {
|
|
24
24
|
new (input: DescribeChannelBanCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeChannelBanCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of a channel ban.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
@@ -92,6 +92,7 @@ declare const DescribeChannelBanCommand_base: {
|
|
|
92
92
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeChannelBanCommand extends DescribeChannelBanCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeChannelCommand_base: {
|
|
24
24
|
new (input: DescribeChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of a channel in an Amazon Chime
|
|
30
30
|
* <code>AppInstance</code>.</p>
|
|
31
31
|
* <note>
|
|
@@ -101,6 +101,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
101
101
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeChannelFlowCommandOutput extends DescribeChannelFlowRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeChannelFlowCommand_base: {
|
|
24
24
|
new (input: DescribeChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelFlowCommandInput, DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of a channel flow in an Amazon Chime <code>AppInstance</code>. This is a developer API.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const DescribeChannelFlowCommand_base: {
|
|
|
89
89
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeChannelFlowCommand extends DescribeChannelFlowCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeChannelMembershipCommand_base: {
|
|
24
24
|
new (input: DescribeChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeChannelMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of a user's channel membership.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
@@ -96,6 +96,7 @@ declare const DescribeChannelMembershipCommand_base: {
|
|
|
96
96
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DescribeChannelMembershipCommand extends DescribeChannelMembershipCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeChannelMembershipForAppInstanceUserCommand_base: {
|
|
24
24
|
new (input: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeChannelMembershipForAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns the details of a channel based on the membership of the specified
|
|
30
30
|
* <code>AppInstanceUser</code> or <code>AppInstanceBot</code>.</p>
|
|
31
31
|
* <note>
|
|
@@ -93,6 +93,7 @@ declare const DescribeChannelMembershipForAppInstanceUserCommand_base: {
|
|
|
93
93
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeChannelMembershipForAppInstanceUserCommand extends DescribeChannelMembershipForAppInstanceUserCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeChannelModeratedByAppInstanceUserCommand_base: {
|
|
24
24
|
new (input: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeChannelModeratedByAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of a channel moderated by the specified
|
|
30
30
|
* <code>AppInstanceUser</code> or <code>AppInstanceBot</code>.</p>
|
|
31
31
|
* <note>
|
|
@@ -88,6 +88,7 @@ declare const DescribeChannelModeratedByAppInstanceUserCommand_base: {
|
|
|
88
88
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DescribeChannelModeratedByAppInstanceUserCommand extends DescribeChannelModeratedByAppInstanceUserCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeChannelModeratorCommand_base: {
|
|
24
24
|
new (input: DescribeChannelModeratorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeChannelModeratorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the full details of a single ChannelModerator.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
@@ -92,6 +92,7 @@ declare const DescribeChannelModeratorCommand_base: {
|
|
|
92
92
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeChannelModeratorCommand extends DescribeChannelModeratorCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateChannelFlowCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateChannelFlowCommand_base: {
|
|
24
24
|
new (input: DisassociateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateChannelFlowCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateChannelFlowCommandInput, DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disassociates a channel flow from all its channels. Once disassociated, all messages to
|
|
30
30
|
* that channel stop going through the channel flow processor.</p>
|
|
31
31
|
* <note>
|
|
@@ -85,6 +85,7 @@ declare const DisassociateChannelFlowCommand_base: {
|
|
|
85
85
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DisassociateChannelFlowCommand extends DisassociateChannelFlowCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetChannelMembershipPreferencesCommandOutput extends GetChannel
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetChannelMembershipPreferencesCommand_base: {
|
|
24
24
|
new (input: GetChannelMembershipPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetChannelMembershipPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMembershipPreferencesCommandInput, GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the membership preferences of an <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
30
30
|
* for the specified channel. A user or a bot must be a member of the channel and own the membership in order to retrieve membership preferences.
|
|
31
31
|
* Users or bots in the <code>AppInstanceAdmin</code> and channel moderator roles can't
|
|
@@ -92,6 +92,7 @@ declare const GetChannelMembershipPreferencesCommand_base: {
|
|
|
92
92
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetChannelMembershipPreferencesCommand extends GetChannelMembershipPreferencesCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetChannelMessageCommand_base: {
|
|
24
24
|
new (input: GetChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetChannelMessageCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the full details of a channel message.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
|
|
@@ -115,6 +115,7 @@ declare const GetChannelMessageCommand_base: {
|
|
|
115
115
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class GetChannelMessageCommand extends GetChannelMessageCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetChannelMessageStatusCommandOutput extends GetChannelMessageS
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetChannelMessageStatusCommand_base: {
|
|
24
24
|
new (input: GetChannelMessageStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetChannelMessageStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelMessageStatusCommandInput, GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets message status for a specified <code>messageId</code>. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to
|
|
30
30
|
* retrieving message status if the event was not received because a client wasn't connected to a websocket. </p>
|
|
31
31
|
* <p>Messages can have any one of these statuses.</p>
|
|
@@ -112,6 +112,7 @@ declare const GetChannelMessageStatusCommand_base: {
|
|
|
112
112
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
114
114
|
*
|
|
115
|
+
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class GetChannelMessageStatusCommand extends GetChannelMessageStatusCommand_base {
|
|
117
118
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSe
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMessagingSessionEndpointCommand_base: {
|
|
24
24
|
new (input: GetMessagingSessionEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetMessagingSessionEndpointCommandInput]): import("@smithy/smithy-client").CommandImpl<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The details of the endpoint for the messaging session.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const GetMessagingSessionEndpointCommand_base: {
|
|
|
68
68
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetMessagingSessionEndpointCommand extends GetMessagingSessionEndpointCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMessagingStreamingConfigurationsCommandOutput extends GetMes
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMessagingStreamingConfigurationsCommand_base: {
|
|
24
24
|
new (input: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetMessagingStreamingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMessagingStreamingConfigurationsCommandInput, GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the data streaming configuration for an <code>AppInstance</code>. For more information, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/streaming-export.html">Streaming messaging data</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>
|
|
31
31
|
* @example
|
|
@@ -80,6 +80,7 @@ declare const GetMessagingStreamingConfigurationsCommand_base: {
|
|
|
80
80
|
* @throws {@link ChimeSDKMessagingServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ChimeSDKMessaging service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetMessagingStreamingConfigurationsCommand extends GetMessagingStreamingConfigurationsCommand_base {
|
|
85
86
|
}
|