@aws-sdk/client-chime-sdk-messaging 3.296.0 → 3.298.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/README.md +8 -0
- package/dist-cjs/ChimeSDKMessaging.js +15 -0
- package/dist-cjs/commands/AssociateChannelFlowCommand.js +2 -3
- package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +1 -1
- package/dist-cjs/commands/ChannelFlowCallbackCommand.js +1 -1
- package/dist-cjs/commands/CreateChannelBanCommand.js +1 -1
- package/dist-cjs/commands/CreateChannelCommand.js +1 -1
- package/dist-cjs/commands/CreateChannelFlowCommand.js +1 -1
- package/dist-cjs/commands/CreateChannelMembershipCommand.js +1 -1
- package/dist-cjs/commands/CreateChannelModeratorCommand.js +1 -1
- package/dist-cjs/commands/DeleteChannelBanCommand.js +2 -3
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -3
- package/dist-cjs/commands/DeleteChannelFlowCommand.js +2 -3
- package/dist-cjs/commands/DeleteChannelMembershipCommand.js +2 -3
- package/dist-cjs/commands/DeleteChannelMessageCommand.js +2 -3
- package/dist-cjs/commands/DeleteChannelModeratorCommand.js +2 -3
- package/dist-cjs/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/DescribeChannelBanCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelFlowCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelMembershipCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelModeratorCommand.js +1 -1
- package/dist-cjs/commands/DisassociateChannelFlowCommand.js +2 -3
- package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +1 -1
- package/dist-cjs/commands/GetChannelMessageCommand.js +1 -1
- package/dist-cjs/commands/GetChannelMessageStatusCommand.js +2 -3
- package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +2 -3
- package/dist-cjs/commands/GetMessagingStreamingConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/PutChannelExpirationSettingsCommand.js +45 -0
- package/dist-cjs/commands/PutMessagingStreamingConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/RedactChannelMessageCommand.js +2 -3
- package/dist-cjs/commands/SendChannelMessageCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateChannelCommand.js +1 -1
- package/dist-cjs/commands/UpdateChannelFlowCommand.js +1 -1
- package/dist-cjs/commands/UpdateChannelMessageCommand.js +1 -1
- package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +2 -3
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +12 -211
- package/dist-cjs/protocols/Aws_restJson1.js +107 -2
- package/dist-es/ChimeSDKMessaging.js +15 -0
- package/dist-es/commands/AssociateChannelFlowCommand.js +2 -3
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -2
- package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -2
- package/dist-es/commands/CreateChannelBanCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateChannelFlowCommand.js +2 -2
- package/dist-es/commands/CreateChannelMembershipCommand.js +2 -2
- package/dist-es/commands/CreateChannelModeratorCommand.js +2 -2
- package/dist-es/commands/DeleteChannelBanCommand.js +2 -3
- package/dist-es/commands/DeleteChannelCommand.js +2 -3
- package/dist-es/commands/DeleteChannelFlowCommand.js +2 -3
- package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -3
- package/dist-es/commands/DeleteChannelMessageCommand.js +2 -3
- package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -3
- package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -3
- package/dist-es/commands/DescribeChannelBanCommand.js +2 -2
- package/dist-es/commands/DescribeChannelCommand.js +2 -2
- package/dist-es/commands/DescribeChannelFlowCommand.js +2 -2
- package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -2
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -2
- package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -3
- package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -2
- package/dist-es/commands/GetChannelMessageCommand.js +2 -2
- package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -3
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -3
- package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutChannelExpirationSettingsCommand.js +41 -0
- package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -3
- package/dist-es/commands/RedactChannelMessageCommand.js +2 -3
- package/dist-es/commands/SendChannelMessageCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdateChannelFlowCommand.js +2 -2
- package/dist-es/commands/UpdateChannelMessageCommand.js +2 -2
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +2 -3
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +10 -156
- package/dist-es/protocols/Aws_restJson1.js +102 -0
- package/dist-types/ChimeSDKMessaging.d.ts +151 -50
- package/dist-types/ChimeSDKMessagingClient.d.ts +27 -6
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +20 -2
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +17 -1
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +16 -0
- package/dist-types/commands/CreateChannelBanCommand.d.ts +17 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +17 -1
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +16 -0
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +20 -4
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +17 -1
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +18 -2
- package/dist-types/commands/DeleteChannelCommand.d.ts +17 -1
- package/dist-types/commands/DeleteChannelFlowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +16 -0
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +17 -1
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +17 -1
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +17 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +17 -1
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +16 -0
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +17 -1
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +18 -2
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +18 -2
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +20 -2
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +26 -3
- package/dist-types/commands/GetChannelMessageCommand.d.ts +18 -2
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +19 -1
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +16 -0
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListChannelBansCommand.d.ts +18 -2
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +16 -0
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +17 -1
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +19 -3
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +18 -2
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +17 -1
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +16 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +17 -1
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +17 -1
- package/dist-types/commands/ListSubChannelsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +99 -0
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +26 -3
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +17 -1
- package/dist-types/commands/SearchChannelsCommand.d.ts +22 -1
- package/dist-types/commands/SendChannelMessageCommand.d.ts +17 -1
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +17 -1
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +16 -0
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +17 -1
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +17 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/ChimeSDKMessagingServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +504 -250
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListChannelBansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChannelFlowsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSubChannelsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchChannelsPaginator.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +17 -0
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +25 -155
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +4 -3
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeSDKMessagingServiceException as __BaseException } from "./ChimeSDKMessagingServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export declare enum AllowNotifications {
|
|
4
7
|
ALL = "ALL",
|
|
5
8
|
FILTERED = "FILTERED",
|
|
6
9
|
NONE = "NONE"
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
8
14
|
export declare enum ChannelMembershipType {
|
|
9
15
|
DEFAULT = "DEFAULT",
|
|
10
16
|
HIDDEN = "HIDDEN"
|
|
11
17
|
}
|
|
12
18
|
/**
|
|
19
|
+
* @public
|
|
13
20
|
* <p>Summary of the membership details of an <code>AppInstanceUser</code>.</p>
|
|
14
21
|
*/
|
|
15
22
|
export interface AppInstanceUserMembershipSummary {
|
|
@@ -26,6 +33,9 @@ export interface AppInstanceUserMembershipSummary {
|
|
|
26
33
|
*/
|
|
27
34
|
SubChannelId?: string;
|
|
28
35
|
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
29
39
|
export interface AssociateChannelFlowRequest {
|
|
30
40
|
/**
|
|
31
41
|
* <p>The ARN of the channel.</p>
|
|
@@ -40,6 +50,9 @@ export interface AssociateChannelFlowRequest {
|
|
|
40
50
|
*/
|
|
41
51
|
ChimeBearer: string | undefined;
|
|
42
52
|
}
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
43
56
|
export declare enum ErrorCode {
|
|
44
57
|
AccessDenied = "AccessDenied",
|
|
45
58
|
BadRequest = "BadRequest",
|
|
@@ -58,6 +71,7 @@ export declare enum ErrorCode {
|
|
|
58
71
|
VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist"
|
|
59
72
|
}
|
|
60
73
|
/**
|
|
74
|
+
* @public
|
|
61
75
|
* <p>The input parameters don't match the service's restrictions.</p>
|
|
62
76
|
*/
|
|
63
77
|
export declare class BadRequestException extends __BaseException {
|
|
@@ -71,6 +85,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
71
85
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
72
86
|
}
|
|
73
87
|
/**
|
|
88
|
+
* @public
|
|
74
89
|
* <p>The request could not be processed because of conflict in the current state of the
|
|
75
90
|
* resource.</p>
|
|
76
91
|
*/
|
|
@@ -85,6 +100,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
85
100
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
86
101
|
}
|
|
87
102
|
/**
|
|
103
|
+
* @public
|
|
88
104
|
* <p>The client is permanently forbidden from making the request.</p>
|
|
89
105
|
*/
|
|
90
106
|
export declare class ForbiddenException extends __BaseException {
|
|
@@ -98,6 +114,7 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
98
114
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
99
115
|
}
|
|
100
116
|
/**
|
|
117
|
+
* @public
|
|
101
118
|
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
102
119
|
*/
|
|
103
120
|
export declare class NotFoundException extends __BaseException {
|
|
@@ -111,6 +128,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
111
128
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
112
129
|
}
|
|
113
130
|
/**
|
|
131
|
+
* @public
|
|
114
132
|
* <p>The service encountered an unexpected error.</p>
|
|
115
133
|
*/
|
|
116
134
|
export declare class ServiceFailureException extends __BaseException {
|
|
@@ -124,6 +142,7 @@ export declare class ServiceFailureException extends __BaseException {
|
|
|
124
142
|
constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
|
|
125
143
|
}
|
|
126
144
|
/**
|
|
145
|
+
* @public
|
|
127
146
|
* <p>The service is currently unavailable.</p>
|
|
128
147
|
*/
|
|
129
148
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
@@ -137,6 +156,7 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
137
156
|
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
138
157
|
}
|
|
139
158
|
/**
|
|
159
|
+
* @public
|
|
140
160
|
* <p>The client exceeded its request rate limit.</p>
|
|
141
161
|
*/
|
|
142
162
|
export declare class ThrottledClientException extends __BaseException {
|
|
@@ -150,6 +170,7 @@ export declare class ThrottledClientException extends __BaseException {
|
|
|
150
170
|
constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
|
|
151
171
|
}
|
|
152
172
|
/**
|
|
173
|
+
* @public
|
|
153
174
|
* <p>The client is not currently authorized to make the request.</p>
|
|
154
175
|
*/
|
|
155
176
|
export declare class UnauthorizedClientException extends __BaseException {
|
|
@@ -163,7 +184,8 @@ export declare class UnauthorizedClientException extends __BaseException {
|
|
|
163
184
|
constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
|
|
164
185
|
}
|
|
165
186
|
/**
|
|
166
|
-
*
|
|
187
|
+
* @public
|
|
188
|
+
* <p>The details of a user or bot.</p>
|
|
167
189
|
*/
|
|
168
190
|
export interface Identity {
|
|
169
191
|
/**
|
|
@@ -176,6 +198,7 @@ export interface Identity {
|
|
|
176
198
|
Name?: string;
|
|
177
199
|
}
|
|
178
200
|
/**
|
|
201
|
+
* @public
|
|
179
202
|
* <p>The membership information, including member ARNs, the channel ARN, and membership
|
|
180
203
|
* types.</p>
|
|
181
204
|
*/
|
|
@@ -185,7 +208,7 @@ export interface BatchChannelMemberships {
|
|
|
185
208
|
*/
|
|
186
209
|
InvitedBy?: Identity;
|
|
187
210
|
/**
|
|
188
|
-
* <p>The membership types set for the channel
|
|
211
|
+
* <p>The membership types set for the channel members.</p>
|
|
189
212
|
*/
|
|
190
213
|
Type?: ChannelMembershipType | string;
|
|
191
214
|
/**
|
|
@@ -193,7 +216,7 @@ export interface BatchChannelMemberships {
|
|
|
193
216
|
*/
|
|
194
217
|
Members?: Identity[];
|
|
195
218
|
/**
|
|
196
|
-
* <p>The ARN of the channel to which you're adding
|
|
219
|
+
* <p>The ARN of the channel to which you're adding members.</p>
|
|
197
220
|
*/
|
|
198
221
|
ChannelArn?: string;
|
|
199
222
|
/**
|
|
@@ -201,9 +224,12 @@ export interface BatchChannelMemberships {
|
|
|
201
224
|
*/
|
|
202
225
|
SubChannelId?: string;
|
|
203
226
|
}
|
|
227
|
+
/**
|
|
228
|
+
* @public
|
|
229
|
+
*/
|
|
204
230
|
export interface BatchCreateChannelMembershipRequest {
|
|
205
231
|
/**
|
|
206
|
-
* <p>The ARN of the channel to which you're adding users.</p>
|
|
232
|
+
* <p>The ARN of the channel to which you're adding users or bots.</p>
|
|
207
233
|
*/
|
|
208
234
|
ChannelArn: string | undefined;
|
|
209
235
|
/**
|
|
@@ -215,11 +241,13 @@ export interface BatchCreateChannelMembershipRequest {
|
|
|
215
241
|
*/
|
|
216
242
|
Type?: ChannelMembershipType | string;
|
|
217
243
|
/**
|
|
218
|
-
* <p>The
|
|
244
|
+
* <p>The ARNs of the members you want to add to the channel. Only <code>AppInstanceUsers</code> and
|
|
245
|
+
* <code>AppInstanceBots</code> can be added as a channel member.</p>
|
|
219
246
|
*/
|
|
220
247
|
MemberArns: string[] | undefined;
|
|
221
248
|
/**
|
|
222
|
-
* <p>The <code>
|
|
249
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
250
|
+
* that makes the API call.</p>
|
|
223
251
|
*/
|
|
224
252
|
ChimeBearer: string | undefined;
|
|
225
253
|
/**
|
|
@@ -231,6 +259,7 @@ export interface BatchCreateChannelMembershipRequest {
|
|
|
231
259
|
SubChannelId?: string;
|
|
232
260
|
}
|
|
233
261
|
/**
|
|
262
|
+
* @public
|
|
234
263
|
* <p>A list of failed member ARNs, error codes, and error messages.</p>
|
|
235
264
|
*/
|
|
236
265
|
export interface BatchCreateChannelMembershipError {
|
|
@@ -247,6 +276,9 @@ export interface BatchCreateChannelMembershipError {
|
|
|
247
276
|
*/
|
|
248
277
|
ErrorMessage?: string;
|
|
249
278
|
}
|
|
279
|
+
/**
|
|
280
|
+
* @public
|
|
281
|
+
*/
|
|
250
282
|
export interface BatchCreateChannelMembershipResponse {
|
|
251
283
|
/**
|
|
252
284
|
* <p>The list of channel memberships in the response.</p>
|
|
@@ -259,6 +291,7 @@ export interface BatchCreateChannelMembershipResponse {
|
|
|
259
291
|
Errors?: BatchCreateChannelMembershipError[];
|
|
260
292
|
}
|
|
261
293
|
/**
|
|
294
|
+
* @public
|
|
262
295
|
* <p>The request exceeds the resource limit.</p>
|
|
263
296
|
*/
|
|
264
297
|
export declare class ResourceLimitExceededException extends __BaseException {
|
|
@@ -272,6 +305,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
272
305
|
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
273
306
|
}
|
|
274
307
|
/**
|
|
308
|
+
* @public
|
|
275
309
|
* <p>The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million members.</p>
|
|
276
310
|
*/
|
|
277
311
|
export interface ElasticChannelConfiguration {
|
|
@@ -288,15 +322,43 @@ export interface ElasticChannelConfiguration {
|
|
|
288
322
|
*/
|
|
289
323
|
MinimumMembershipPercentage: number | undefined;
|
|
290
324
|
}
|
|
325
|
+
/**
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
export declare enum ExpirationCriterion {
|
|
329
|
+
CREATED_TIMESTAMP = "CREATED_TIMESTAMP",
|
|
330
|
+
LAST_MESSAGE_TIMESTAMP = "LAST_MESSAGE_TIMESTAMP"
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
* @public
|
|
334
|
+
* <p>Settings that control the interval after which a channel is deleted.</p>
|
|
335
|
+
*/
|
|
336
|
+
export interface ExpirationSettings {
|
|
337
|
+
/**
|
|
338
|
+
* <p>The period in days after which the system automatically deletes a channel.</p>
|
|
339
|
+
*/
|
|
340
|
+
ExpirationDays: number | undefined;
|
|
341
|
+
/**
|
|
342
|
+
* <p>The conditions that must be met for a channel to expire.</p>
|
|
343
|
+
*/
|
|
344
|
+
ExpirationCriterion: ExpirationCriterion | string | undefined;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
291
349
|
export declare enum ChannelMode {
|
|
292
350
|
RESTRICTED = "RESTRICTED",
|
|
293
351
|
UNRESTRICTED = "UNRESTRICTED"
|
|
294
352
|
}
|
|
353
|
+
/**
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
295
356
|
export declare enum ChannelPrivacy {
|
|
296
357
|
PRIVATE = "PRIVATE",
|
|
297
358
|
PUBLIC = "PUBLIC"
|
|
298
359
|
}
|
|
299
360
|
/**
|
|
361
|
+
* @public
|
|
300
362
|
* <p>The details of a channel.</p>
|
|
301
363
|
*/
|
|
302
364
|
export interface Channel {
|
|
@@ -344,8 +406,13 @@ export interface Channel {
|
|
|
344
406
|
* <p>The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million members.</p>
|
|
345
407
|
*/
|
|
346
408
|
ElasticChannelConfiguration?: ElasticChannelConfiguration;
|
|
409
|
+
/**
|
|
410
|
+
* <p>Settings that control when a channel expires.</p>
|
|
411
|
+
*/
|
|
412
|
+
ExpirationSettings?: ExpirationSettings;
|
|
347
413
|
}
|
|
348
414
|
/**
|
|
415
|
+
* @public
|
|
349
416
|
* <p>Summary of details of a channel associated with channel flow.</p>
|
|
350
417
|
*/
|
|
351
418
|
export interface ChannelAssociatedWithFlowSummary {
|
|
@@ -371,6 +438,7 @@ export interface ChannelAssociatedWithFlowSummary {
|
|
|
371
438
|
Metadata?: string;
|
|
372
439
|
}
|
|
373
440
|
/**
|
|
441
|
+
* @public
|
|
374
442
|
* <p>The details of a channel ban.</p>
|
|
375
443
|
*/
|
|
376
444
|
export interface ChannelBan {
|
|
@@ -392,6 +460,7 @@ export interface ChannelBan {
|
|
|
392
460
|
CreatedBy?: Identity;
|
|
393
461
|
}
|
|
394
462
|
/**
|
|
463
|
+
* @public
|
|
395
464
|
* <p>Summary of the details of a <code>ChannelBan</code>.</p>
|
|
396
465
|
*/
|
|
397
466
|
export interface ChannelBanSummary {
|
|
@@ -400,10 +469,14 @@ export interface ChannelBanSummary {
|
|
|
400
469
|
*/
|
|
401
470
|
Member?: Identity;
|
|
402
471
|
}
|
|
472
|
+
/**
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
403
475
|
export declare enum InvocationType {
|
|
404
476
|
ASYNC = "ASYNC"
|
|
405
477
|
}
|
|
406
478
|
/**
|
|
479
|
+
* @public
|
|
407
480
|
* <p>Stores metadata about a Lambda processor.</p>
|
|
408
481
|
*/
|
|
409
482
|
export interface LambdaConfiguration {
|
|
@@ -417,6 +490,7 @@ export interface LambdaConfiguration {
|
|
|
417
490
|
InvocationType: InvocationType | string | undefined;
|
|
418
491
|
}
|
|
419
492
|
/**
|
|
493
|
+
* @public
|
|
420
494
|
* <p>A processor's metadata.</p>
|
|
421
495
|
*/
|
|
422
496
|
export interface ProcessorConfiguration {
|
|
@@ -425,11 +499,15 @@ export interface ProcessorConfiguration {
|
|
|
425
499
|
*/
|
|
426
500
|
Lambda: LambdaConfiguration | undefined;
|
|
427
501
|
}
|
|
502
|
+
/**
|
|
503
|
+
* @public
|
|
504
|
+
*/
|
|
428
505
|
export declare enum FallbackAction {
|
|
429
506
|
ABORT = "ABORT",
|
|
430
507
|
CONTINUE = "CONTINUE"
|
|
431
508
|
}
|
|
432
509
|
/**
|
|
510
|
+
* @public
|
|
433
511
|
* <p>The information about a processor in a channel flow.</p>
|
|
434
512
|
*/
|
|
435
513
|
export interface Processor {
|
|
@@ -454,6 +532,7 @@ export interface Processor {
|
|
|
454
532
|
FallbackAction: FallbackAction | string | undefined;
|
|
455
533
|
}
|
|
456
534
|
/**
|
|
535
|
+
* @public
|
|
457
536
|
* <p>The details of a channel flow.</p>
|
|
458
537
|
*/
|
|
459
538
|
export interface ChannelFlow {
|
|
@@ -479,6 +558,7 @@ export interface ChannelFlow {
|
|
|
479
558
|
LastUpdatedTimestamp?: Date;
|
|
480
559
|
}
|
|
481
560
|
/**
|
|
561
|
+
* @public
|
|
482
562
|
* <p>A list of message attribute values.</p>
|
|
483
563
|
*/
|
|
484
564
|
export interface MessageAttributeValue {
|
|
@@ -487,11 +567,15 @@ export interface MessageAttributeValue {
|
|
|
487
567
|
*/
|
|
488
568
|
StringValues?: string[];
|
|
489
569
|
}
|
|
570
|
+
/**
|
|
571
|
+
* @public
|
|
572
|
+
*/
|
|
490
573
|
export declare enum PushNotificationType {
|
|
491
574
|
DEFAULT = "DEFAULT",
|
|
492
575
|
VOIP = "VOIP"
|
|
493
576
|
}
|
|
494
577
|
/**
|
|
578
|
+
* @public
|
|
495
579
|
* <p>The push notification configuration of the message.</p>
|
|
496
580
|
*/
|
|
497
581
|
export interface PushNotificationConfiguration {
|
|
@@ -511,6 +595,7 @@ export interface PushNotificationConfiguration {
|
|
|
511
595
|
Type?: PushNotificationType | string;
|
|
512
596
|
}
|
|
513
597
|
/**
|
|
598
|
+
* @public
|
|
514
599
|
* <p>Stores information about a callback.</p>
|
|
515
600
|
*/
|
|
516
601
|
export interface ChannelMessageCallback {
|
|
@@ -538,7 +623,14 @@ export interface ChannelMessageCallback {
|
|
|
538
623
|
* <p>The ID of the SubChannel.</p>
|
|
539
624
|
*/
|
|
540
625
|
SubChannelId?: string;
|
|
626
|
+
/**
|
|
627
|
+
* <p>The content type of the call-back message.</p>
|
|
628
|
+
*/
|
|
629
|
+
ContentType?: string;
|
|
541
630
|
}
|
|
631
|
+
/**
|
|
632
|
+
* @public
|
|
633
|
+
*/
|
|
542
634
|
export interface ChannelFlowCallbackRequest {
|
|
543
635
|
/**
|
|
544
636
|
* <p>The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.</p>
|
|
@@ -557,6 +649,9 @@ export interface ChannelFlowCallbackRequest {
|
|
|
557
649
|
*/
|
|
558
650
|
ChannelMessage: ChannelMessageCallback | undefined;
|
|
559
651
|
}
|
|
652
|
+
/**
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
560
655
|
export interface ChannelFlowCallbackResponse {
|
|
561
656
|
/**
|
|
562
657
|
* <p>The ARN of the channel.</p>
|
|
@@ -568,6 +663,7 @@ export interface ChannelFlowCallbackResponse {
|
|
|
568
663
|
CallbackId?: string;
|
|
569
664
|
}
|
|
570
665
|
/**
|
|
666
|
+
* @public
|
|
571
667
|
* <p>Summary of details of a channel flow.</p>
|
|
572
668
|
*/
|
|
573
669
|
export interface ChannelFlowSummary {
|
|
@@ -585,6 +681,7 @@ export interface ChannelFlowSummary {
|
|
|
585
681
|
Processors?: Processor[];
|
|
586
682
|
}
|
|
587
683
|
/**
|
|
684
|
+
* @public
|
|
588
685
|
* <p>The details of a channel member.</p>
|
|
589
686
|
*/
|
|
590
687
|
export interface ChannelMembership {
|
|
@@ -618,6 +715,7 @@ export interface ChannelMembership {
|
|
|
618
715
|
SubChannelId?: string;
|
|
619
716
|
}
|
|
620
717
|
/**
|
|
718
|
+
* @public
|
|
621
719
|
* <p>Summary of the details of a <code>Channel</code>.</p>
|
|
622
720
|
*/
|
|
623
721
|
export interface ChannelSummary {
|
|
@@ -647,6 +745,7 @@ export interface ChannelSummary {
|
|
|
647
745
|
LastMessageTimestamp?: Date;
|
|
648
746
|
}
|
|
649
747
|
/**
|
|
748
|
+
* @public
|
|
650
749
|
* <p>Summary of the channel membership details of an <code>AppInstanceUser</code>.</p>
|
|
651
750
|
*/
|
|
652
751
|
export interface ChannelMembershipForAppInstanceUserSummary {
|
|
@@ -660,6 +759,7 @@ export interface ChannelMembershipForAppInstanceUserSummary {
|
|
|
660
759
|
AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
|
|
661
760
|
}
|
|
662
761
|
/**
|
|
762
|
+
* @public
|
|
663
763
|
* <p>The channel membership preferences for push notification.</p>
|
|
664
764
|
*/
|
|
665
765
|
export interface PushNotificationPreferences {
|
|
@@ -675,6 +775,7 @@ export interface PushNotificationPreferences {
|
|
|
675
775
|
FilterRule?: string;
|
|
676
776
|
}
|
|
677
777
|
/**
|
|
778
|
+
* @public
|
|
678
779
|
* <p>The channel membership preferences for an <code>AppInstanceUser</code>.</p>
|
|
679
780
|
*/
|
|
680
781
|
export interface ChannelMembershipPreferences {
|
|
@@ -684,6 +785,7 @@ export interface ChannelMembershipPreferences {
|
|
|
684
785
|
PushNotifications?: PushNotificationPreferences;
|
|
685
786
|
}
|
|
686
787
|
/**
|
|
788
|
+
* @public
|
|
687
789
|
* <p>Summary of the details of a <code>ChannelMembership</code>.</p>
|
|
688
790
|
*/
|
|
689
791
|
export interface ChannelMembershipSummary {
|
|
@@ -692,10 +794,16 @@ export interface ChannelMembershipSummary {
|
|
|
692
794
|
*/
|
|
693
795
|
Member?: Identity;
|
|
694
796
|
}
|
|
797
|
+
/**
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
695
800
|
export declare enum ChannelMessagePersistenceType {
|
|
696
801
|
NON_PERSISTENT = "NON_PERSISTENT",
|
|
697
802
|
PERSISTENT = "PERSISTENT"
|
|
698
803
|
}
|
|
804
|
+
/**
|
|
805
|
+
* @public
|
|
806
|
+
*/
|
|
699
807
|
export declare enum ChannelMessageStatus {
|
|
700
808
|
DENIED = "DENIED",
|
|
701
809
|
FAILED = "FAILED",
|
|
@@ -703,6 +811,7 @@ export declare enum ChannelMessageStatus {
|
|
|
703
811
|
SENT = "SENT"
|
|
704
812
|
}
|
|
705
813
|
/**
|
|
814
|
+
* @public
|
|
706
815
|
* <p>Stores information about a message status.</p>
|
|
707
816
|
*/
|
|
708
817
|
export interface ChannelMessageStatusStructure {
|
|
@@ -715,11 +824,15 @@ export interface ChannelMessageStatusStructure {
|
|
|
715
824
|
*/
|
|
716
825
|
Detail?: string;
|
|
717
826
|
}
|
|
827
|
+
/**
|
|
828
|
+
* @public
|
|
829
|
+
*/
|
|
718
830
|
export declare enum ChannelMessageType {
|
|
719
831
|
CONTROL = "CONTROL",
|
|
720
832
|
STANDARD = "STANDARD"
|
|
721
833
|
}
|
|
722
834
|
/**
|
|
835
|
+
* @public
|
|
723
836
|
* <p>The details of a message in a channel.</p>
|
|
724
837
|
*/
|
|
725
838
|
export interface ChannelMessage {
|
|
@@ -779,8 +892,13 @@ export interface ChannelMessage {
|
|
|
779
892
|
* <p>The ID of the SubChannel.</p>
|
|
780
893
|
*/
|
|
781
894
|
SubChannelId?: string;
|
|
895
|
+
/**
|
|
896
|
+
* <p>The content type of the channel message.</p>
|
|
897
|
+
*/
|
|
898
|
+
ContentType?: string;
|
|
782
899
|
}
|
|
783
900
|
/**
|
|
901
|
+
* @public
|
|
784
902
|
* <p>Summary of the messages in a <code>Channel</code>.</p>
|
|
785
903
|
*/
|
|
786
904
|
export interface ChannelMessageSummary {
|
|
@@ -829,8 +947,13 @@ export interface ChannelMessageSummary {
|
|
|
829
947
|
* <p>The message attribues listed in a the summary of a channel message.</p>
|
|
830
948
|
*/
|
|
831
949
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
950
|
+
/**
|
|
951
|
+
* <p>The content type of the channel messsage listed in the summary.</p>
|
|
952
|
+
*/
|
|
953
|
+
ContentType?: string;
|
|
832
954
|
}
|
|
833
955
|
/**
|
|
956
|
+
* @public
|
|
834
957
|
* <p>Summary of the details of a moderated channel.</p>
|
|
835
958
|
*/
|
|
836
959
|
export interface ChannelModeratedByAppInstanceUserSummary {
|
|
@@ -840,6 +963,7 @@ export interface ChannelModeratedByAppInstanceUserSummary {
|
|
|
840
963
|
ChannelSummary?: ChannelSummary;
|
|
841
964
|
}
|
|
842
965
|
/**
|
|
966
|
+
* @public
|
|
843
967
|
* <p>The details of a channel moderator.</p>
|
|
844
968
|
*/
|
|
845
969
|
export interface ChannelModerator {
|
|
@@ -861,6 +985,7 @@ export interface ChannelModerator {
|
|
|
861
985
|
CreatedBy?: Identity;
|
|
862
986
|
}
|
|
863
987
|
/**
|
|
988
|
+
* @public
|
|
864
989
|
* <p>Summary of the details of a <code>ChannelModerator</code>.</p>
|
|
865
990
|
*/
|
|
866
991
|
export interface ChannelModeratorSummary {
|
|
@@ -870,6 +995,7 @@ export interface ChannelModeratorSummary {
|
|
|
870
995
|
Moderator?: Identity;
|
|
871
996
|
}
|
|
872
997
|
/**
|
|
998
|
+
* @public
|
|
873
999
|
* <p>A tag object containing a key-value pair.</p>
|
|
874
1000
|
*/
|
|
875
1001
|
export interface Tag {
|
|
@@ -882,6 +1008,9 @@ export interface Tag {
|
|
|
882
1008
|
*/
|
|
883
1009
|
Value: string | undefined;
|
|
884
1010
|
}
|
|
1011
|
+
/**
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
885
1014
|
export interface CreateChannelRequest {
|
|
886
1015
|
/**
|
|
887
1016
|
* <p>The ARN of the channel request.</p>
|
|
@@ -916,7 +1045,7 @@ export interface CreateChannelRequest {
|
|
|
916
1045
|
*/
|
|
917
1046
|
Tags?: Tag[];
|
|
918
1047
|
/**
|
|
919
|
-
* <p>The <code>
|
|
1048
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>
|
|
920
1049
|
*/
|
|
921
1050
|
ChimeBearer: string | undefined;
|
|
922
1051
|
/**
|
|
@@ -935,13 +1064,23 @@ export interface CreateChannelRequest {
|
|
|
935
1064
|
* <p>The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million users, excluding moderators.</p>
|
|
936
1065
|
*/
|
|
937
1066
|
ElasticChannelConfiguration?: ElasticChannelConfiguration;
|
|
1067
|
+
/**
|
|
1068
|
+
* <p>Settings that control the interval after which the channel is automatically deleted.</p>
|
|
1069
|
+
*/
|
|
1070
|
+
ExpirationSettings?: ExpirationSettings;
|
|
938
1071
|
}
|
|
1072
|
+
/**
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
939
1075
|
export interface CreateChannelResponse {
|
|
940
1076
|
/**
|
|
941
1077
|
* <p>The ARN of the channel.</p>
|
|
942
1078
|
*/
|
|
943
1079
|
ChannelArn?: string;
|
|
944
1080
|
}
|
|
1081
|
+
/**
|
|
1082
|
+
* @public
|
|
1083
|
+
*/
|
|
945
1084
|
export interface CreateChannelBanRequest {
|
|
946
1085
|
/**
|
|
947
1086
|
* <p>The ARN of the ban request.</p>
|
|
@@ -952,10 +1091,13 @@ export interface CreateChannelBanRequest {
|
|
|
952
1091
|
*/
|
|
953
1092
|
MemberArn: string | undefined;
|
|
954
1093
|
/**
|
|
955
|
-
* <p>The <code>
|
|
1094
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>
|
|
956
1095
|
*/
|
|
957
1096
|
ChimeBearer: string | undefined;
|
|
958
1097
|
}
|
|
1098
|
+
/**
|
|
1099
|
+
* @public
|
|
1100
|
+
*/
|
|
959
1101
|
export interface CreateChannelBanResponse {
|
|
960
1102
|
/**
|
|
961
1103
|
* <p>The ARN of the response to the ban request.</p>
|
|
@@ -967,6 +1109,9 @@ export interface CreateChannelBanResponse {
|
|
|
967
1109
|
*/
|
|
968
1110
|
Member?: Identity;
|
|
969
1111
|
}
|
|
1112
|
+
/**
|
|
1113
|
+
* @public
|
|
1114
|
+
*/
|
|
970
1115
|
export interface CreateChannelFlowRequest {
|
|
971
1116
|
/**
|
|
972
1117
|
* <p>The ARN of the channel flow request.</p>
|
|
@@ -989,12 +1134,18 @@ export interface CreateChannelFlowRequest {
|
|
|
989
1134
|
*/
|
|
990
1135
|
ClientRequestToken: string | undefined;
|
|
991
1136
|
}
|
|
1137
|
+
/**
|
|
1138
|
+
* @public
|
|
1139
|
+
*/
|
|
992
1140
|
export interface CreateChannelFlowResponse {
|
|
993
1141
|
/**
|
|
994
1142
|
* <p>The ARN of the channel flow.</p>
|
|
995
1143
|
*/
|
|
996
1144
|
ChannelFlowArn?: string;
|
|
997
1145
|
}
|
|
1146
|
+
/**
|
|
1147
|
+
* @public
|
|
1148
|
+
*/
|
|
998
1149
|
export interface CreateChannelMembershipRequest {
|
|
999
1150
|
/**
|
|
1000
1151
|
* <p>The ARN of the channel to which you're adding users.</p>
|
|
@@ -1013,7 +1164,8 @@ export interface CreateChannelMembershipRequest {
|
|
|
1013
1164
|
*/
|
|
1014
1165
|
Type: ChannelMembershipType | string | undefined;
|
|
1015
1166
|
/**
|
|
1016
|
-
* <p>The <code>
|
|
1167
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1168
|
+
* that makes the API call.</p>
|
|
1017
1169
|
*/
|
|
1018
1170
|
ChimeBearer: string | undefined;
|
|
1019
1171
|
/**
|
|
@@ -1024,6 +1176,9 @@ export interface CreateChannelMembershipRequest {
|
|
|
1024
1176
|
*/
|
|
1025
1177
|
SubChannelId?: string;
|
|
1026
1178
|
}
|
|
1179
|
+
/**
|
|
1180
|
+
* @public
|
|
1181
|
+
*/
|
|
1027
1182
|
export interface CreateChannelMembershipResponse {
|
|
1028
1183
|
/**
|
|
1029
1184
|
* <p>The ARN of the channel.</p>
|
|
@@ -1038,6 +1193,9 @@ export interface CreateChannelMembershipResponse {
|
|
|
1038
1193
|
*/
|
|
1039
1194
|
SubChannelId?: string;
|
|
1040
1195
|
}
|
|
1196
|
+
/**
|
|
1197
|
+
* @public
|
|
1198
|
+
*/
|
|
1041
1199
|
export interface CreateChannelModeratorRequest {
|
|
1042
1200
|
/**
|
|
1043
1201
|
* <p>The ARN of the channel.</p>
|
|
@@ -1048,10 +1206,14 @@ export interface CreateChannelModeratorRequest {
|
|
|
1048
1206
|
*/
|
|
1049
1207
|
ChannelModeratorArn: string | undefined;
|
|
1050
1208
|
/**
|
|
1051
|
-
* <p>The <code>
|
|
1209
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1210
|
+
* that makes the API call.</p>
|
|
1052
1211
|
*/
|
|
1053
1212
|
ChimeBearer: string | undefined;
|
|
1054
1213
|
}
|
|
1214
|
+
/**
|
|
1215
|
+
* @public
|
|
1216
|
+
*/
|
|
1055
1217
|
export interface CreateChannelModeratorResponse {
|
|
1056
1218
|
/**
|
|
1057
1219
|
* <p>The ARN of the channel.</p>
|
|
@@ -1062,13 +1224,17 @@ export interface CreateChannelModeratorResponse {
|
|
|
1062
1224
|
*/
|
|
1063
1225
|
ChannelModerator?: Identity;
|
|
1064
1226
|
}
|
|
1227
|
+
/**
|
|
1228
|
+
* @public
|
|
1229
|
+
*/
|
|
1065
1230
|
export interface DeleteChannelRequest {
|
|
1066
1231
|
/**
|
|
1067
1232
|
* <p>The ARN of the channel being deleted.</p>
|
|
1068
1233
|
*/
|
|
1069
1234
|
ChannelArn: string | undefined;
|
|
1070
1235
|
/**
|
|
1071
|
-
* <p>The <code>
|
|
1236
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1237
|
+
* that makes the API call.</p>
|
|
1072
1238
|
*/
|
|
1073
1239
|
ChimeBearer: string | undefined;
|
|
1074
1240
|
/**
|
|
@@ -1076,6 +1242,9 @@ export interface DeleteChannelRequest {
|
|
|
1076
1242
|
*/
|
|
1077
1243
|
SubChannelId?: string;
|
|
1078
1244
|
}
|
|
1245
|
+
/**
|
|
1246
|
+
* @public
|
|
1247
|
+
*/
|
|
1079
1248
|
export interface DeleteChannelBanRequest {
|
|
1080
1249
|
/**
|
|
1081
1250
|
* <p>The ARN of the channel from which the <code>AppInstanceUser</code> was banned.</p>
|
|
@@ -1086,16 +1255,23 @@ export interface DeleteChannelBanRequest {
|
|
|
1086
1255
|
*/
|
|
1087
1256
|
MemberArn: string | undefined;
|
|
1088
1257
|
/**
|
|
1089
|
-
* <p>The <code>
|
|
1258
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1259
|
+
* API call.</p>
|
|
1090
1260
|
*/
|
|
1091
1261
|
ChimeBearer: string | undefined;
|
|
1092
1262
|
}
|
|
1263
|
+
/**
|
|
1264
|
+
* @public
|
|
1265
|
+
*/
|
|
1093
1266
|
export interface DeleteChannelFlowRequest {
|
|
1094
1267
|
/**
|
|
1095
1268
|
* <p>The ARN of the channel flow.</p>
|
|
1096
1269
|
*/
|
|
1097
1270
|
ChannelFlowArn: string | undefined;
|
|
1098
1271
|
}
|
|
1272
|
+
/**
|
|
1273
|
+
* @public
|
|
1274
|
+
*/
|
|
1099
1275
|
export interface DeleteChannelMembershipRequest {
|
|
1100
1276
|
/**
|
|
1101
1277
|
* <p>The ARN of the channel from which you want to remove the user.</p>
|
|
@@ -1106,7 +1282,8 @@ export interface DeleteChannelMembershipRequest {
|
|
|
1106
1282
|
*/
|
|
1107
1283
|
MemberArn: string | undefined;
|
|
1108
1284
|
/**
|
|
1109
|
-
* <p>The <code>
|
|
1285
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1286
|
+
* API call.</p>
|
|
1110
1287
|
*/
|
|
1111
1288
|
ChimeBearer: string | undefined;
|
|
1112
1289
|
/**
|
|
@@ -1117,6 +1294,9 @@ export interface DeleteChannelMembershipRequest {
|
|
|
1117
1294
|
*/
|
|
1118
1295
|
SubChannelId?: string;
|
|
1119
1296
|
}
|
|
1297
|
+
/**
|
|
1298
|
+
* @public
|
|
1299
|
+
*/
|
|
1120
1300
|
export interface DeleteChannelMessageRequest {
|
|
1121
1301
|
/**
|
|
1122
1302
|
* <p>The ARN of the channel.</p>
|
|
@@ -1127,7 +1307,8 @@ export interface DeleteChannelMessageRequest {
|
|
|
1127
1307
|
*/
|
|
1128
1308
|
MessageId: string | undefined;
|
|
1129
1309
|
/**
|
|
1130
|
-
* <p>The <code>
|
|
1310
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1311
|
+
* API call.</p>
|
|
1131
1312
|
*/
|
|
1132
1313
|
ChimeBearer: string | undefined;
|
|
1133
1314
|
/**
|
|
@@ -1138,6 +1319,9 @@ export interface DeleteChannelMessageRequest {
|
|
|
1138
1319
|
*/
|
|
1139
1320
|
SubChannelId?: string;
|
|
1140
1321
|
}
|
|
1322
|
+
/**
|
|
1323
|
+
* @public
|
|
1324
|
+
*/
|
|
1141
1325
|
export interface DeleteChannelModeratorRequest {
|
|
1142
1326
|
/**
|
|
1143
1327
|
* <p>The ARN of the channel.</p>
|
|
@@ -1148,32 +1332,46 @@ export interface DeleteChannelModeratorRequest {
|
|
|
1148
1332
|
*/
|
|
1149
1333
|
ChannelModeratorArn: string | undefined;
|
|
1150
1334
|
/**
|
|
1151
|
-
* <p>The <code>
|
|
1335
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1336
|
+
* API call.</p>
|
|
1152
1337
|
*/
|
|
1153
1338
|
ChimeBearer: string | undefined;
|
|
1154
1339
|
}
|
|
1340
|
+
/**
|
|
1341
|
+
* @public
|
|
1342
|
+
*/
|
|
1155
1343
|
export interface DeleteMessagingStreamingConfigurationsRequest {
|
|
1156
1344
|
/**
|
|
1157
1345
|
* <p>The ARN of the streaming configurations being deleted.</p>
|
|
1158
1346
|
*/
|
|
1159
1347
|
AppInstanceArn: string | undefined;
|
|
1160
1348
|
}
|
|
1349
|
+
/**
|
|
1350
|
+
* @public
|
|
1351
|
+
*/
|
|
1161
1352
|
export interface DescribeChannelRequest {
|
|
1162
1353
|
/**
|
|
1163
1354
|
* <p>The ARN of the channel.</p>
|
|
1164
1355
|
*/
|
|
1165
1356
|
ChannelArn: string | undefined;
|
|
1166
1357
|
/**
|
|
1167
|
-
* <p>The <code>
|
|
1358
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1359
|
+
* API call.</p>
|
|
1168
1360
|
*/
|
|
1169
1361
|
ChimeBearer: string | undefined;
|
|
1170
1362
|
}
|
|
1363
|
+
/**
|
|
1364
|
+
* @public
|
|
1365
|
+
*/
|
|
1171
1366
|
export interface DescribeChannelResponse {
|
|
1172
1367
|
/**
|
|
1173
1368
|
* <p>The channel details.</p>
|
|
1174
1369
|
*/
|
|
1175
1370
|
Channel?: Channel;
|
|
1176
1371
|
}
|
|
1372
|
+
/**
|
|
1373
|
+
* @public
|
|
1374
|
+
*/
|
|
1177
1375
|
export interface DescribeChannelBanRequest {
|
|
1178
1376
|
/**
|
|
1179
1377
|
* <p>The ARN of the channel from which the user is banned.</p>
|
|
@@ -1184,28 +1382,41 @@ export interface DescribeChannelBanRequest {
|
|
|
1184
1382
|
*/
|
|
1185
1383
|
MemberArn: string | undefined;
|
|
1186
1384
|
/**
|
|
1187
|
-
* <p>The <code>
|
|
1385
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1386
|
+
* API call.</p>
|
|
1188
1387
|
*/
|
|
1189
1388
|
ChimeBearer: string | undefined;
|
|
1190
1389
|
}
|
|
1390
|
+
/**
|
|
1391
|
+
* @public
|
|
1392
|
+
*/
|
|
1191
1393
|
export interface DescribeChannelBanResponse {
|
|
1192
1394
|
/**
|
|
1193
1395
|
* <p>The details of the ban.</p>
|
|
1194
1396
|
*/
|
|
1195
1397
|
ChannelBan?: ChannelBan;
|
|
1196
1398
|
}
|
|
1399
|
+
/**
|
|
1400
|
+
* @public
|
|
1401
|
+
*/
|
|
1197
1402
|
export interface DescribeChannelFlowRequest {
|
|
1198
1403
|
/**
|
|
1199
1404
|
* <p>The ARN of the channel flow.</p>
|
|
1200
1405
|
*/
|
|
1201
1406
|
ChannelFlowArn: string | undefined;
|
|
1202
1407
|
}
|
|
1408
|
+
/**
|
|
1409
|
+
* @public
|
|
1410
|
+
*/
|
|
1203
1411
|
export interface DescribeChannelFlowResponse {
|
|
1204
1412
|
/**
|
|
1205
1413
|
* <p>The channel flow details.</p>
|
|
1206
1414
|
*/
|
|
1207
1415
|
ChannelFlow?: ChannelFlow;
|
|
1208
1416
|
}
|
|
1417
|
+
/**
|
|
1418
|
+
* @public
|
|
1419
|
+
*/
|
|
1209
1420
|
export interface DescribeChannelMembershipRequest {
|
|
1210
1421
|
/**
|
|
1211
1422
|
* <p>The ARN of the channel.</p>
|
|
@@ -1216,7 +1427,8 @@ export interface DescribeChannelMembershipRequest {
|
|
|
1216
1427
|
*/
|
|
1217
1428
|
MemberArn: string | undefined;
|
|
1218
1429
|
/**
|
|
1219
|
-
* <p>The <code>
|
|
1430
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1431
|
+
* API call.</p>
|
|
1220
1432
|
*/
|
|
1221
1433
|
ChimeBearer: string | undefined;
|
|
1222
1434
|
/**
|
|
@@ -1227,52 +1439,72 @@ export interface DescribeChannelMembershipRequest {
|
|
|
1227
1439
|
*/
|
|
1228
1440
|
SubChannelId?: string;
|
|
1229
1441
|
}
|
|
1442
|
+
/**
|
|
1443
|
+
* @public
|
|
1444
|
+
*/
|
|
1230
1445
|
export interface DescribeChannelMembershipResponse {
|
|
1231
1446
|
/**
|
|
1232
1447
|
* <p>The details of the membership.</p>
|
|
1233
1448
|
*/
|
|
1234
1449
|
ChannelMembership?: ChannelMembership;
|
|
1235
1450
|
}
|
|
1451
|
+
/**
|
|
1452
|
+
* @public
|
|
1453
|
+
*/
|
|
1236
1454
|
export interface DescribeChannelMembershipForAppInstanceUserRequest {
|
|
1237
1455
|
/**
|
|
1238
1456
|
* <p>The ARN of the channel to which the user belongs.</p>
|
|
1239
1457
|
*/
|
|
1240
1458
|
ChannelArn: string | undefined;
|
|
1241
1459
|
/**
|
|
1242
|
-
* <p>The ARN of the user in a channel.</p>
|
|
1460
|
+
* <p>The ARN of the user or bot in a channel.</p>
|
|
1243
1461
|
*/
|
|
1244
1462
|
AppInstanceUserArn: string | undefined;
|
|
1245
1463
|
/**
|
|
1246
|
-
* <p>The <code>
|
|
1464
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1465
|
+
* that makes the API call.</p>
|
|
1247
1466
|
*/
|
|
1248
1467
|
ChimeBearer: string | undefined;
|
|
1249
1468
|
}
|
|
1469
|
+
/**
|
|
1470
|
+
* @public
|
|
1471
|
+
*/
|
|
1250
1472
|
export interface DescribeChannelMembershipForAppInstanceUserResponse {
|
|
1251
1473
|
/**
|
|
1252
1474
|
* <p>The channel to which a user belongs.</p>
|
|
1253
1475
|
*/
|
|
1254
1476
|
ChannelMembership?: ChannelMembershipForAppInstanceUserSummary;
|
|
1255
1477
|
}
|
|
1478
|
+
/**
|
|
1479
|
+
* @public
|
|
1480
|
+
*/
|
|
1256
1481
|
export interface DescribeChannelModeratedByAppInstanceUserRequest {
|
|
1257
1482
|
/**
|
|
1258
1483
|
* <p>The ARN of the moderated channel.</p>
|
|
1259
1484
|
*/
|
|
1260
1485
|
ChannelArn: string | undefined;
|
|
1261
1486
|
/**
|
|
1262
|
-
* <p>The ARN of the
|
|
1487
|
+
* <p>The ARN of the user or bot in the moderated channel.</p>
|
|
1263
1488
|
*/
|
|
1264
1489
|
AppInstanceUserArn: string | undefined;
|
|
1265
1490
|
/**
|
|
1266
|
-
* <p>The <code>
|
|
1491
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1492
|
+
* that makes the API call.</p>
|
|
1267
1493
|
*/
|
|
1268
1494
|
ChimeBearer: string | undefined;
|
|
1269
1495
|
}
|
|
1496
|
+
/**
|
|
1497
|
+
* @public
|
|
1498
|
+
*/
|
|
1270
1499
|
export interface DescribeChannelModeratedByAppInstanceUserResponse {
|
|
1271
1500
|
/**
|
|
1272
1501
|
* <p>The moderated channel.</p>
|
|
1273
1502
|
*/
|
|
1274
1503
|
Channel?: ChannelModeratedByAppInstanceUserSummary;
|
|
1275
1504
|
}
|
|
1505
|
+
/**
|
|
1506
|
+
* @public
|
|
1507
|
+
*/
|
|
1276
1508
|
export interface DescribeChannelModeratorRequest {
|
|
1277
1509
|
/**
|
|
1278
1510
|
* <p>The ARN of the channel.</p>
|
|
@@ -1283,16 +1515,23 @@ export interface DescribeChannelModeratorRequest {
|
|
|
1283
1515
|
*/
|
|
1284
1516
|
ChannelModeratorArn: string | undefined;
|
|
1285
1517
|
/**
|
|
1286
|
-
* <p>The <code>
|
|
1518
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1519
|
+
* that makes the API call.</p>
|
|
1287
1520
|
*/
|
|
1288
1521
|
ChimeBearer: string | undefined;
|
|
1289
1522
|
}
|
|
1523
|
+
/**
|
|
1524
|
+
* @public
|
|
1525
|
+
*/
|
|
1290
1526
|
export interface DescribeChannelModeratorResponse {
|
|
1291
1527
|
/**
|
|
1292
1528
|
* <p>The details of the channel moderator.</p>
|
|
1293
1529
|
*/
|
|
1294
1530
|
ChannelModerator?: ChannelModerator;
|
|
1295
1531
|
}
|
|
1532
|
+
/**
|
|
1533
|
+
* @public
|
|
1534
|
+
*/
|
|
1296
1535
|
export interface DisassociateChannelFlowRequest {
|
|
1297
1536
|
/**
|
|
1298
1537
|
* <p>The ARN of the channel.</p>
|
|
@@ -1307,6 +1546,9 @@ export interface DisassociateChannelFlowRequest {
|
|
|
1307
1546
|
*/
|
|
1308
1547
|
ChimeBearer: string | undefined;
|
|
1309
1548
|
}
|
|
1549
|
+
/**
|
|
1550
|
+
* @public
|
|
1551
|
+
*/
|
|
1310
1552
|
export interface GetChannelMembershipPreferencesRequest {
|
|
1311
1553
|
/**
|
|
1312
1554
|
* <p>The ARN of the channel.</p>
|
|
@@ -1317,10 +1559,13 @@ export interface GetChannelMembershipPreferencesRequest {
|
|
|
1317
1559
|
*/
|
|
1318
1560
|
MemberArn: string | undefined;
|
|
1319
1561
|
/**
|
|
1320
|
-
* <p>The <code>
|
|
1562
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>
|
|
1321
1563
|
*/
|
|
1322
1564
|
ChimeBearer: string | undefined;
|
|
1323
1565
|
}
|
|
1566
|
+
/**
|
|
1567
|
+
* @public
|
|
1568
|
+
*/
|
|
1324
1569
|
export interface GetChannelMembershipPreferencesResponse {
|
|
1325
1570
|
/**
|
|
1326
1571
|
* <p>The ARN of the channel.</p>
|
|
@@ -1335,6 +1580,9 @@ export interface GetChannelMembershipPreferencesResponse {
|
|
|
1335
1580
|
*/
|
|
1336
1581
|
Preferences?: ChannelMembershipPreferences;
|
|
1337
1582
|
}
|
|
1583
|
+
/**
|
|
1584
|
+
* @public
|
|
1585
|
+
*/
|
|
1338
1586
|
export interface GetChannelMessageRequest {
|
|
1339
1587
|
/**
|
|
1340
1588
|
* <p>The ARN of the channel.</p>
|
|
@@ -1345,7 +1593,8 @@ export interface GetChannelMessageRequest {
|
|
|
1345
1593
|
*/
|
|
1346
1594
|
MessageId: string | undefined;
|
|
1347
1595
|
/**
|
|
1348
|
-
* <p>The <code>
|
|
1596
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1597
|
+
* that makes the API call.</p>
|
|
1349
1598
|
*/
|
|
1350
1599
|
ChimeBearer: string | undefined;
|
|
1351
1600
|
/**
|
|
@@ -1356,12 +1605,18 @@ export interface GetChannelMessageRequest {
|
|
|
1356
1605
|
*/
|
|
1357
1606
|
SubChannelId?: string;
|
|
1358
1607
|
}
|
|
1608
|
+
/**
|
|
1609
|
+
* @public
|
|
1610
|
+
*/
|
|
1359
1611
|
export interface GetChannelMessageResponse {
|
|
1360
1612
|
/**
|
|
1361
1613
|
* <p>The details of and content in the message.</p>
|
|
1362
1614
|
*/
|
|
1363
1615
|
ChannelMessage?: ChannelMessage;
|
|
1364
1616
|
}
|
|
1617
|
+
/**
|
|
1618
|
+
* @public
|
|
1619
|
+
*/
|
|
1365
1620
|
export interface GetChannelMessageStatusRequest {
|
|
1366
1621
|
/**
|
|
1367
1622
|
* <p>The ARN of the channel</p>
|
|
@@ -1383,15 +1638,22 @@ export interface GetChannelMessageStatusRequest {
|
|
|
1383
1638
|
*/
|
|
1384
1639
|
SubChannelId?: string;
|
|
1385
1640
|
}
|
|
1641
|
+
/**
|
|
1642
|
+
* @public
|
|
1643
|
+
*/
|
|
1386
1644
|
export interface GetChannelMessageStatusResponse {
|
|
1387
1645
|
/**
|
|
1388
1646
|
* <p>The message status and details.</p>
|
|
1389
1647
|
*/
|
|
1390
1648
|
Status?: ChannelMessageStatusStructure;
|
|
1391
1649
|
}
|
|
1650
|
+
/**
|
|
1651
|
+
* @public
|
|
1652
|
+
*/
|
|
1392
1653
|
export interface GetMessagingSessionEndpointRequest {
|
|
1393
1654
|
}
|
|
1394
1655
|
/**
|
|
1656
|
+
* @public
|
|
1395
1657
|
* <p>The websocket endpoint used to connect to Amazon Chime SDK messaging.</p>
|
|
1396
1658
|
*/
|
|
1397
1659
|
export interface MessagingSessionEndpoint {
|
|
@@ -1400,23 +1662,33 @@ export interface MessagingSessionEndpoint {
|
|
|
1400
1662
|
*/
|
|
1401
1663
|
Url?: string;
|
|
1402
1664
|
}
|
|
1665
|
+
/**
|
|
1666
|
+
* @public
|
|
1667
|
+
*/
|
|
1403
1668
|
export interface GetMessagingSessionEndpointResponse {
|
|
1404
1669
|
/**
|
|
1405
1670
|
* <p>The endpoint returned in the response.</p>
|
|
1406
1671
|
*/
|
|
1407
1672
|
Endpoint?: MessagingSessionEndpoint;
|
|
1408
1673
|
}
|
|
1674
|
+
/**
|
|
1675
|
+
* @public
|
|
1676
|
+
*/
|
|
1409
1677
|
export interface GetMessagingStreamingConfigurationsRequest {
|
|
1410
1678
|
/**
|
|
1411
1679
|
* <p>The ARN of the streaming configurations.</p>
|
|
1412
1680
|
*/
|
|
1413
1681
|
AppInstanceArn: string | undefined;
|
|
1414
1682
|
}
|
|
1683
|
+
/**
|
|
1684
|
+
* @public
|
|
1685
|
+
*/
|
|
1415
1686
|
export declare enum MessagingDataType {
|
|
1416
1687
|
Channel = "Channel",
|
|
1417
1688
|
ChannelMessage = "ChannelMessage"
|
|
1418
1689
|
}
|
|
1419
1690
|
/**
|
|
1691
|
+
* @public
|
|
1420
1692
|
* <p>The configuration for connecting a messaging stream to Amazon Kinesis.</p>
|
|
1421
1693
|
*/
|
|
1422
1694
|
export interface StreamingConfiguration {
|
|
@@ -1429,12 +1701,18 @@ export interface StreamingConfiguration {
|
|
|
1429
1701
|
*/
|
|
1430
1702
|
ResourceArn: string | undefined;
|
|
1431
1703
|
}
|
|
1704
|
+
/**
|
|
1705
|
+
* @public
|
|
1706
|
+
*/
|
|
1432
1707
|
export interface GetMessagingStreamingConfigurationsResponse {
|
|
1433
1708
|
/**
|
|
1434
1709
|
* <p>The streaming settings.</p>
|
|
1435
1710
|
*/
|
|
1436
1711
|
StreamingConfigurations?: StreamingConfiguration[];
|
|
1437
1712
|
}
|
|
1713
|
+
/**
|
|
1714
|
+
* @public
|
|
1715
|
+
*/
|
|
1438
1716
|
export interface ListChannelBansRequest {
|
|
1439
1717
|
/**
|
|
1440
1718
|
* <p>The ARN of the channel.</p>
|
|
@@ -1449,10 +1727,14 @@ export interface ListChannelBansRequest {
|
|
|
1449
1727
|
*/
|
|
1450
1728
|
NextToken?: string;
|
|
1451
1729
|
/**
|
|
1452
|
-
* <p>The <code>
|
|
1730
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1731
|
+
* that makes the API call.</p>
|
|
1453
1732
|
*/
|
|
1454
1733
|
ChimeBearer: string | undefined;
|
|
1455
1734
|
}
|
|
1735
|
+
/**
|
|
1736
|
+
* @public
|
|
1737
|
+
*/
|
|
1456
1738
|
export interface ListChannelBansResponse {
|
|
1457
1739
|
/**
|
|
1458
1740
|
* <p>The ARN of the channel.</p>
|
|
@@ -1467,6 +1749,9 @@ export interface ListChannelBansResponse {
|
|
|
1467
1749
|
*/
|
|
1468
1750
|
ChannelBans?: ChannelBanSummary[];
|
|
1469
1751
|
}
|
|
1752
|
+
/**
|
|
1753
|
+
* @public
|
|
1754
|
+
*/
|
|
1470
1755
|
export interface ListChannelFlowsRequest {
|
|
1471
1756
|
/**
|
|
1472
1757
|
* <p>The ARN of the app instance.</p>
|
|
@@ -1481,6 +1766,9 @@ export interface ListChannelFlowsRequest {
|
|
|
1481
1766
|
*/
|
|
1482
1767
|
NextToken?: string;
|
|
1483
1768
|
}
|
|
1769
|
+
/**
|
|
1770
|
+
* @public
|
|
1771
|
+
*/
|
|
1484
1772
|
export interface ListChannelFlowsResponse {
|
|
1485
1773
|
/**
|
|
1486
1774
|
* <p>The information about each channel flow.</p>
|
|
@@ -1491,6 +1779,9 @@ export interface ListChannelFlowsResponse {
|
|
|
1491
1779
|
*/
|
|
1492
1780
|
NextToken?: string;
|
|
1493
1781
|
}
|
|
1782
|
+
/**
|
|
1783
|
+
* @public
|
|
1784
|
+
*/
|
|
1494
1785
|
export interface ListChannelMembershipsRequest {
|
|
1495
1786
|
/**
|
|
1496
1787
|
* <p>The maximum number of channel memberships that you want returned.</p>
|
|
@@ -1513,7 +1804,8 @@ export interface ListChannelMembershipsRequest {
|
|
|
1513
1804
|
*/
|
|
1514
1805
|
NextToken?: string;
|
|
1515
1806
|
/**
|
|
1516
|
-
* <p>The <code>
|
|
1807
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1808
|
+
* that makes the API call.</p>
|
|
1517
1809
|
*/
|
|
1518
1810
|
ChimeBearer: string | undefined;
|
|
1519
1811
|
/**
|
|
@@ -1524,6 +1816,9 @@ export interface ListChannelMembershipsRequest {
|
|
|
1524
1816
|
*/
|
|
1525
1817
|
SubChannelId?: string;
|
|
1526
1818
|
}
|
|
1819
|
+
/**
|
|
1820
|
+
* @public
|
|
1821
|
+
*/
|
|
1527
1822
|
export interface ListChannelMembershipsResponse {
|
|
1528
1823
|
/**
|
|
1529
1824
|
* <p>The ARN of the channel.</p>
|
|
@@ -1539,9 +1834,12 @@ export interface ListChannelMembershipsResponse {
|
|
|
1539
1834
|
*/
|
|
1540
1835
|
NextToken?: string;
|
|
1541
1836
|
}
|
|
1837
|
+
/**
|
|
1838
|
+
* @public
|
|
1839
|
+
*/
|
|
1542
1840
|
export interface ListChannelMembershipsForAppInstanceUserRequest {
|
|
1543
1841
|
/**
|
|
1544
|
-
* <p>The ARN of the
|
|
1842
|
+
* <p>The ARN of the user or bot.</p>
|
|
1545
1843
|
*/
|
|
1546
1844
|
AppInstanceUserArn?: string;
|
|
1547
1845
|
/**
|
|
@@ -1554,10 +1852,14 @@ export interface ListChannelMembershipsForAppInstanceUserRequest {
|
|
|
1554
1852
|
*/
|
|
1555
1853
|
NextToken?: string;
|
|
1556
1854
|
/**
|
|
1557
|
-
* <p>The <code>
|
|
1855
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1856
|
+
* that makes the API call.</p>
|
|
1558
1857
|
*/
|
|
1559
1858
|
ChimeBearer: string | undefined;
|
|
1560
1859
|
}
|
|
1860
|
+
/**
|
|
1861
|
+
* @public
|
|
1862
|
+
*/
|
|
1561
1863
|
export interface ListChannelMembershipsForAppInstanceUserResponse {
|
|
1562
1864
|
/**
|
|
1563
1865
|
* <p>The information for the requested channel memberships.</p>
|
|
@@ -1568,10 +1870,16 @@ export interface ListChannelMembershipsForAppInstanceUserResponse {
|
|
|
1568
1870
|
*/
|
|
1569
1871
|
NextToken?: string;
|
|
1570
1872
|
}
|
|
1873
|
+
/**
|
|
1874
|
+
* @public
|
|
1875
|
+
*/
|
|
1571
1876
|
export declare enum SortOrder {
|
|
1572
1877
|
ASCENDING = "ASCENDING",
|
|
1573
1878
|
DESCENDING = "DESCENDING"
|
|
1574
1879
|
}
|
|
1880
|
+
/**
|
|
1881
|
+
* @public
|
|
1882
|
+
*/
|
|
1575
1883
|
export interface ListChannelMessagesRequest {
|
|
1576
1884
|
/**
|
|
1577
1885
|
* <p>The ARN of the channel.</p>
|
|
@@ -1599,7 +1907,8 @@ export interface ListChannelMessagesRequest {
|
|
|
1599
1907
|
*/
|
|
1600
1908
|
NextToken?: string;
|
|
1601
1909
|
/**
|
|
1602
|
-
* <p>The <code>
|
|
1910
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1911
|
+
* that makes the API call.</p>
|
|
1603
1912
|
*/
|
|
1604
1913
|
ChimeBearer: string | undefined;
|
|
1605
1914
|
/**
|
|
@@ -1610,6 +1919,9 @@ export interface ListChannelMessagesRequest {
|
|
|
1610
1919
|
*/
|
|
1611
1920
|
SubChannelId?: string;
|
|
1612
1921
|
}
|
|
1922
|
+
/**
|
|
1923
|
+
* @public
|
|
1924
|
+
*/
|
|
1613
1925
|
export interface ListChannelMessagesResponse {
|
|
1614
1926
|
/**
|
|
1615
1927
|
* <p>The ARN of the channel containing the requested messages.</p>
|
|
@@ -1628,6 +1940,9 @@ export interface ListChannelMessagesResponse {
|
|
|
1628
1940
|
*/
|
|
1629
1941
|
SubChannelId?: string;
|
|
1630
1942
|
}
|
|
1943
|
+
/**
|
|
1944
|
+
* @public
|
|
1945
|
+
*/
|
|
1631
1946
|
export interface ListChannelModeratorsRequest {
|
|
1632
1947
|
/**
|
|
1633
1948
|
* <p>The ARN of the channel.</p>
|
|
@@ -1643,10 +1958,14 @@ export interface ListChannelModeratorsRequest {
|
|
|
1643
1958
|
*/
|
|
1644
1959
|
NextToken?: string;
|
|
1645
1960
|
/**
|
|
1646
|
-
* <p>The <code>
|
|
1961
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1962
|
+
* that makes the API call.</p>
|
|
1647
1963
|
*/
|
|
1648
1964
|
ChimeBearer: string | undefined;
|
|
1649
1965
|
}
|
|
1966
|
+
/**
|
|
1967
|
+
* @public
|
|
1968
|
+
*/
|
|
1650
1969
|
export interface ListChannelModeratorsResponse {
|
|
1651
1970
|
/**
|
|
1652
1971
|
* <p>The ARN of the channel.</p>
|
|
@@ -1662,6 +1981,9 @@ export interface ListChannelModeratorsResponse {
|
|
|
1662
1981
|
*/
|
|
1663
1982
|
ChannelModerators?: ChannelModeratorSummary[];
|
|
1664
1983
|
}
|
|
1984
|
+
/**
|
|
1985
|
+
* @public
|
|
1986
|
+
*/
|
|
1665
1987
|
export interface ListChannelsRequest {
|
|
1666
1988
|
/**
|
|
1667
1989
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
@@ -1682,10 +2004,14 @@ export interface ListChannelsRequest {
|
|
|
1682
2004
|
*/
|
|
1683
2005
|
NextToken?: string;
|
|
1684
2006
|
/**
|
|
1685
|
-
* <p>The <code>
|
|
2007
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2008
|
+
* that makes the API call.</p>
|
|
1686
2009
|
*/
|
|
1687
2010
|
ChimeBearer: string | undefined;
|
|
1688
2011
|
}
|
|
2012
|
+
/**
|
|
2013
|
+
* @public
|
|
2014
|
+
*/
|
|
1689
2015
|
export interface ListChannelsResponse {
|
|
1690
2016
|
/**
|
|
1691
2017
|
* <p>The information about each channel.</p>
|
|
@@ -1697,6 +2023,9 @@ export interface ListChannelsResponse {
|
|
|
1697
2023
|
*/
|
|
1698
2024
|
NextToken?: string;
|
|
1699
2025
|
}
|
|
2026
|
+
/**
|
|
2027
|
+
* @public
|
|
2028
|
+
*/
|
|
1700
2029
|
export interface ListChannelsAssociatedWithChannelFlowRequest {
|
|
1701
2030
|
/**
|
|
1702
2031
|
* <p>The ARN of the channel flow.</p>
|
|
@@ -1711,6 +2040,9 @@ export interface ListChannelsAssociatedWithChannelFlowRequest {
|
|
|
1711
2040
|
*/
|
|
1712
2041
|
NextToken?: string;
|
|
1713
2042
|
}
|
|
2043
|
+
/**
|
|
2044
|
+
* @public
|
|
2045
|
+
*/
|
|
1714
2046
|
export interface ListChannelsAssociatedWithChannelFlowResponse {
|
|
1715
2047
|
/**
|
|
1716
2048
|
* <p>The information about each channel.</p>
|
|
@@ -1721,9 +2053,12 @@ export interface ListChannelsAssociatedWithChannelFlowResponse {
|
|
|
1721
2053
|
*/
|
|
1722
2054
|
NextToken?: string;
|
|
1723
2055
|
}
|
|
2056
|
+
/**
|
|
2057
|
+
* @public
|
|
2058
|
+
*/
|
|
1724
2059
|
export interface ListChannelsModeratedByAppInstanceUserRequest {
|
|
1725
2060
|
/**
|
|
1726
|
-
* <p>The ARN of the user in the moderated channel.</p>
|
|
2061
|
+
* <p>The ARN of the user or bot in the moderated channel.</p>
|
|
1727
2062
|
*/
|
|
1728
2063
|
AppInstanceUserArn?: string;
|
|
1729
2064
|
/**
|
|
@@ -1736,10 +2071,14 @@ export interface ListChannelsModeratedByAppInstanceUserRequest {
|
|
|
1736
2071
|
*/
|
|
1737
2072
|
NextToken?: string;
|
|
1738
2073
|
/**
|
|
1739
|
-
* <p>The <code>
|
|
2074
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2075
|
+
* that makes the API call.</p>
|
|
1740
2076
|
*/
|
|
1741
2077
|
ChimeBearer: string | undefined;
|
|
1742
2078
|
}
|
|
2079
|
+
/**
|
|
2080
|
+
* @public
|
|
2081
|
+
*/
|
|
1743
2082
|
export interface ListChannelsModeratedByAppInstanceUserResponse {
|
|
1744
2083
|
/**
|
|
1745
2084
|
* <p>The moderated channels in the request.</p>
|
|
@@ -1751,6 +2090,9 @@ export interface ListChannelsModeratedByAppInstanceUserResponse {
|
|
|
1751
2090
|
*/
|
|
1752
2091
|
NextToken?: string;
|
|
1753
2092
|
}
|
|
2093
|
+
/**
|
|
2094
|
+
* @public
|
|
2095
|
+
*/
|
|
1754
2096
|
export interface ListSubChannelsRequest {
|
|
1755
2097
|
/**
|
|
1756
2098
|
* <p>The ARN of elastic channel.</p>
|
|
@@ -1770,6 +2112,7 @@ export interface ListSubChannelsRequest {
|
|
|
1770
2112
|
NextToken?: string;
|
|
1771
2113
|
}
|
|
1772
2114
|
/**
|
|
2115
|
+
* @public
|
|
1773
2116
|
* <p>Summary of the sub-channels associated with the elastic channel.</p>
|
|
1774
2117
|
*/
|
|
1775
2118
|
export interface SubChannelSummary {
|
|
@@ -1782,6 +2125,9 @@ export interface SubChannelSummary {
|
|
|
1782
2125
|
*/
|
|
1783
2126
|
MembershipCount?: number;
|
|
1784
2127
|
}
|
|
2128
|
+
/**
|
|
2129
|
+
* @public
|
|
2130
|
+
*/
|
|
1785
2131
|
export interface ListSubChannelsResponse {
|
|
1786
2132
|
/**
|
|
1787
2133
|
* <p>The ARN of elastic channel.</p>
|
|
@@ -1796,29 +2142,68 @@ export interface ListSubChannelsResponse {
|
|
|
1796
2142
|
*/
|
|
1797
2143
|
NextToken?: string;
|
|
1798
2144
|
}
|
|
2145
|
+
/**
|
|
2146
|
+
* @public
|
|
2147
|
+
*/
|
|
1799
2148
|
export interface ListTagsForResourceRequest {
|
|
1800
2149
|
/**
|
|
1801
2150
|
* <p>The ARN of the resource.</p>
|
|
1802
2151
|
*/
|
|
1803
2152
|
ResourceARN: string | undefined;
|
|
1804
2153
|
}
|
|
2154
|
+
/**
|
|
2155
|
+
* @public
|
|
2156
|
+
*/
|
|
1805
2157
|
export interface ListTagsForResourceResponse {
|
|
1806
2158
|
/**
|
|
1807
2159
|
* <p>The tag key-value pairs.</p>
|
|
1808
2160
|
*/
|
|
1809
2161
|
Tags?: Tag[];
|
|
1810
2162
|
}
|
|
2163
|
+
/**
|
|
2164
|
+
* @public
|
|
2165
|
+
*/
|
|
2166
|
+
export interface PutChannelExpirationSettingsRequest {
|
|
2167
|
+
/**
|
|
2168
|
+
* <p>The ARN of the channel.</p>
|
|
2169
|
+
*/
|
|
2170
|
+
ChannelArn: string | undefined;
|
|
2171
|
+
/**
|
|
2172
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>
|
|
2173
|
+
*/
|
|
2174
|
+
ChimeBearer?: string;
|
|
2175
|
+
/**
|
|
2176
|
+
* <p>Settings that control the interval after which a channel is deleted.</p>
|
|
2177
|
+
*/
|
|
2178
|
+
ExpirationSettings?: ExpirationSettings;
|
|
2179
|
+
}
|
|
2180
|
+
/**
|
|
2181
|
+
* @public
|
|
2182
|
+
*/
|
|
2183
|
+
export interface PutChannelExpirationSettingsResponse {
|
|
2184
|
+
/**
|
|
2185
|
+
* <p>The channel ARN.</p>
|
|
2186
|
+
*/
|
|
2187
|
+
ChannelArn?: string;
|
|
2188
|
+
/**
|
|
2189
|
+
* <p>Settings that control the interval after which a channel is deleted.</p>
|
|
2190
|
+
*/
|
|
2191
|
+
ExpirationSettings?: ExpirationSettings;
|
|
2192
|
+
}
|
|
2193
|
+
/**
|
|
2194
|
+
* @public
|
|
2195
|
+
*/
|
|
1811
2196
|
export interface PutChannelMembershipPreferencesRequest {
|
|
1812
2197
|
/**
|
|
1813
2198
|
* <p>The ARN of the channel.</p>
|
|
1814
2199
|
*/
|
|
1815
2200
|
ChannelArn: string | undefined;
|
|
1816
2201
|
/**
|
|
1817
|
-
* <p>The
|
|
2202
|
+
* <p>The ARN of the member setting the preferences.</p>
|
|
1818
2203
|
*/
|
|
1819
2204
|
MemberArn: string | undefined;
|
|
1820
2205
|
/**
|
|
1821
|
-
* <p>The <code>
|
|
2206
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>
|
|
1822
2207
|
*/
|
|
1823
2208
|
ChimeBearer: string | undefined;
|
|
1824
2209
|
/**
|
|
@@ -1826,6 +2211,9 @@ export interface PutChannelMembershipPreferencesRequest {
|
|
|
1826
2211
|
*/
|
|
1827
2212
|
Preferences: ChannelMembershipPreferences | undefined;
|
|
1828
2213
|
}
|
|
2214
|
+
/**
|
|
2215
|
+
* @public
|
|
2216
|
+
*/
|
|
1829
2217
|
export interface PutChannelMembershipPreferencesResponse {
|
|
1830
2218
|
/**
|
|
1831
2219
|
* <p>The ARN of the channel.</p>
|
|
@@ -1840,6 +2228,9 @@ export interface PutChannelMembershipPreferencesResponse {
|
|
|
1840
2228
|
*/
|
|
1841
2229
|
Preferences?: ChannelMembershipPreferences;
|
|
1842
2230
|
}
|
|
2231
|
+
/**
|
|
2232
|
+
* @public
|
|
2233
|
+
*/
|
|
1843
2234
|
export interface PutMessagingStreamingConfigurationsRequest {
|
|
1844
2235
|
/**
|
|
1845
2236
|
* <p>The ARN of the streaming configuration.</p>
|
|
@@ -1850,12 +2241,18 @@ export interface PutMessagingStreamingConfigurationsRequest {
|
|
|
1850
2241
|
*/
|
|
1851
2242
|
StreamingConfigurations: StreamingConfiguration[] | undefined;
|
|
1852
2243
|
}
|
|
2244
|
+
/**
|
|
2245
|
+
* @public
|
|
2246
|
+
*/
|
|
1853
2247
|
export interface PutMessagingStreamingConfigurationsResponse {
|
|
1854
2248
|
/**
|
|
1855
2249
|
* <p>The requested streaming configurations.</p>
|
|
1856
2250
|
*/
|
|
1857
2251
|
StreamingConfigurations?: StreamingConfiguration[];
|
|
1858
2252
|
}
|
|
2253
|
+
/**
|
|
2254
|
+
* @public
|
|
2255
|
+
*/
|
|
1859
2256
|
export interface RedactChannelMessageRequest {
|
|
1860
2257
|
/**
|
|
1861
2258
|
* <p>The ARN of the channel containing the messages that you want to redact.</p>
|
|
@@ -1866,7 +2263,8 @@ export interface RedactChannelMessageRequest {
|
|
|
1866
2263
|
*/
|
|
1867
2264
|
MessageId: string | undefined;
|
|
1868
2265
|
/**
|
|
1869
|
-
* <p>The <code>
|
|
2266
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2267
|
+
* that makes the API call.</p>
|
|
1870
2268
|
*/
|
|
1871
2269
|
ChimeBearer: string | undefined;
|
|
1872
2270
|
/**
|
|
@@ -1874,6 +2272,9 @@ export interface RedactChannelMessageRequest {
|
|
|
1874
2272
|
*/
|
|
1875
2273
|
SubChannelId?: string;
|
|
1876
2274
|
}
|
|
2275
|
+
/**
|
|
2276
|
+
* @public
|
|
2277
|
+
*/
|
|
1877
2278
|
export interface RedactChannelMessageResponse {
|
|
1878
2279
|
/**
|
|
1879
2280
|
* <p>The ARN of the channel containing the messages that you want to redact.</p>
|
|
@@ -1891,14 +2292,21 @@ export interface RedactChannelMessageResponse {
|
|
|
1891
2292
|
*/
|
|
1892
2293
|
SubChannelId?: string;
|
|
1893
2294
|
}
|
|
2295
|
+
/**
|
|
2296
|
+
* @public
|
|
2297
|
+
*/
|
|
1894
2298
|
export declare enum SearchFieldKey {
|
|
1895
2299
|
MEMBERS = "MEMBERS"
|
|
1896
2300
|
}
|
|
2301
|
+
/**
|
|
2302
|
+
* @public
|
|
2303
|
+
*/
|
|
1897
2304
|
export declare enum SearchFieldOperator {
|
|
1898
2305
|
EQUALS = "EQUALS",
|
|
1899
2306
|
INCLUDES = "INCLUDES"
|
|
1900
2307
|
}
|
|
1901
2308
|
/**
|
|
2309
|
+
* @public
|
|
1902
2310
|
* <p>A <code>Field</code> of the channel that you want to search.</p>
|
|
1903
2311
|
*/
|
|
1904
2312
|
export interface SearchField {
|
|
@@ -1920,6 +2328,9 @@ export interface SearchField {
|
|
|
1920
2328
|
*/
|
|
1921
2329
|
Operator: SearchFieldOperator | string | undefined;
|
|
1922
2330
|
}
|
|
2331
|
+
/**
|
|
2332
|
+
* @public
|
|
2333
|
+
*/
|
|
1923
2334
|
export interface SearchChannelsRequest {
|
|
1924
2335
|
/**
|
|
1925
2336
|
* <p>The <code>AppInstanceUserArn</code> of the user making the API call.</p>
|
|
@@ -1938,6 +2349,9 @@ export interface SearchChannelsRequest {
|
|
|
1938
2349
|
*/
|
|
1939
2350
|
NextToken?: string;
|
|
1940
2351
|
}
|
|
2352
|
+
/**
|
|
2353
|
+
* @public
|
|
2354
|
+
*/
|
|
1941
2355
|
export interface SearchChannelsResponse {
|
|
1942
2356
|
/**
|
|
1943
2357
|
* <p>A list of the channels in the request.</p>
|
|
@@ -1948,6 +2362,9 @@ export interface SearchChannelsResponse {
|
|
|
1948
2362
|
*/
|
|
1949
2363
|
NextToken?: string;
|
|
1950
2364
|
}
|
|
2365
|
+
/**
|
|
2366
|
+
* @public
|
|
2367
|
+
*/
|
|
1951
2368
|
export interface SendChannelMessageRequest {
|
|
1952
2369
|
/**
|
|
1953
2370
|
* <p>The ARN of the channel.</p>
|
|
@@ -1974,7 +2391,8 @@ export interface SendChannelMessageRequest {
|
|
|
1974
2391
|
*/
|
|
1975
2392
|
ClientRequestToken?: string;
|
|
1976
2393
|
/**
|
|
1977
|
-
* <p>The <code>
|
|
2394
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2395
|
+
* that makes the API call.</p>
|
|
1978
2396
|
*/
|
|
1979
2397
|
ChimeBearer: string | undefined;
|
|
1980
2398
|
/**
|
|
@@ -1989,7 +2407,14 @@ export interface SendChannelMessageRequest {
|
|
|
1989
2407
|
* <p>The ID of the SubChannel in the request.</p>
|
|
1990
2408
|
*/
|
|
1991
2409
|
SubChannelId?: string;
|
|
2410
|
+
/**
|
|
2411
|
+
* <p>The content type of the channel message.</p>
|
|
2412
|
+
*/
|
|
2413
|
+
ContentType?: string;
|
|
1992
2414
|
}
|
|
2415
|
+
/**
|
|
2416
|
+
* @public
|
|
2417
|
+
*/
|
|
1993
2418
|
export interface SendChannelMessageResponse {
|
|
1994
2419
|
/**
|
|
1995
2420
|
* <p>The ARN of the channel.</p>
|
|
@@ -2008,6 +2433,9 @@ export interface SendChannelMessageResponse {
|
|
|
2008
2433
|
*/
|
|
2009
2434
|
SubChannelId?: string;
|
|
2010
2435
|
}
|
|
2436
|
+
/**
|
|
2437
|
+
* @public
|
|
2438
|
+
*/
|
|
2011
2439
|
export interface TagResourceRequest {
|
|
2012
2440
|
/**
|
|
2013
2441
|
* <p>The resource ARN.</p>
|
|
@@ -2018,6 +2446,9 @@ export interface TagResourceRequest {
|
|
|
2018
2446
|
*/
|
|
2019
2447
|
Tags: Tag[] | undefined;
|
|
2020
2448
|
}
|
|
2449
|
+
/**
|
|
2450
|
+
* @public
|
|
2451
|
+
*/
|
|
2021
2452
|
export interface UntagResourceRequest {
|
|
2022
2453
|
/**
|
|
2023
2454
|
* <p>The resource ARN.</p>
|
|
@@ -2028,6 +2459,9 @@ export interface UntagResourceRequest {
|
|
|
2028
2459
|
*/
|
|
2029
2460
|
TagKeys: string[] | undefined;
|
|
2030
2461
|
}
|
|
2462
|
+
/**
|
|
2463
|
+
* @public
|
|
2464
|
+
*/
|
|
2031
2465
|
export interface UpdateChannelRequest {
|
|
2032
2466
|
/**
|
|
2033
2467
|
* <p>The ARN of the channel.</p>
|
|
@@ -2046,16 +2480,23 @@ export interface UpdateChannelRequest {
|
|
|
2046
2480
|
*/
|
|
2047
2481
|
Metadata?: string;
|
|
2048
2482
|
/**
|
|
2049
|
-
* <p>The <code>
|
|
2483
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2484
|
+
* that makes the API call.</p>
|
|
2050
2485
|
*/
|
|
2051
2486
|
ChimeBearer: string | undefined;
|
|
2052
2487
|
}
|
|
2488
|
+
/**
|
|
2489
|
+
* @public
|
|
2490
|
+
*/
|
|
2053
2491
|
export interface UpdateChannelResponse {
|
|
2054
2492
|
/**
|
|
2055
2493
|
* <p>The ARN of the channel.</p>
|
|
2056
2494
|
*/
|
|
2057
2495
|
ChannelArn?: string;
|
|
2058
2496
|
}
|
|
2497
|
+
/**
|
|
2498
|
+
* @public
|
|
2499
|
+
*/
|
|
2059
2500
|
export interface UpdateChannelFlowRequest {
|
|
2060
2501
|
/**
|
|
2061
2502
|
* <p>The ARN of the channel flow.</p>
|
|
@@ -2070,12 +2511,18 @@ export interface UpdateChannelFlowRequest {
|
|
|
2070
2511
|
*/
|
|
2071
2512
|
Name: string | undefined;
|
|
2072
2513
|
}
|
|
2514
|
+
/**
|
|
2515
|
+
* @public
|
|
2516
|
+
*/
|
|
2073
2517
|
export interface UpdateChannelFlowResponse {
|
|
2074
2518
|
/**
|
|
2075
2519
|
* <p>The ARN of the channel flow.</p>
|
|
2076
2520
|
*/
|
|
2077
2521
|
ChannelFlowArn?: string;
|
|
2078
2522
|
}
|
|
2523
|
+
/**
|
|
2524
|
+
* @public
|
|
2525
|
+
*/
|
|
2079
2526
|
export interface UpdateChannelMessageRequest {
|
|
2080
2527
|
/**
|
|
2081
2528
|
* <p>The ARN of the channel.</p>
|
|
@@ -2088,13 +2535,14 @@ export interface UpdateChannelMessageRequest {
|
|
|
2088
2535
|
/**
|
|
2089
2536
|
* <p>The content of the message being updated.</p>
|
|
2090
2537
|
*/
|
|
2091
|
-
Content
|
|
2538
|
+
Content: string | undefined;
|
|
2092
2539
|
/**
|
|
2093
2540
|
* <p>The metadata of the message being updated.</p>
|
|
2094
2541
|
*/
|
|
2095
2542
|
Metadata?: string;
|
|
2096
2543
|
/**
|
|
2097
|
-
* <p>The <code>
|
|
2544
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2545
|
+
* that makes the API call.</p>
|
|
2098
2546
|
*/
|
|
2099
2547
|
ChimeBearer: string | undefined;
|
|
2100
2548
|
/**
|
|
@@ -2104,7 +2552,14 @@ export interface UpdateChannelMessageRequest {
|
|
|
2104
2552
|
* </note>
|
|
2105
2553
|
*/
|
|
2106
2554
|
SubChannelId?: string;
|
|
2555
|
+
/**
|
|
2556
|
+
* <p>The content type of the channel message.</p>
|
|
2557
|
+
*/
|
|
2558
|
+
ContentType?: string;
|
|
2107
2559
|
}
|
|
2560
|
+
/**
|
|
2561
|
+
* @public
|
|
2562
|
+
*/
|
|
2108
2563
|
export interface UpdateChannelMessageResponse {
|
|
2109
2564
|
/**
|
|
2110
2565
|
* <p>The ARN of the channel.</p>
|
|
@@ -2123,13 +2578,17 @@ export interface UpdateChannelMessageResponse {
|
|
|
2123
2578
|
*/
|
|
2124
2579
|
SubChannelId?: string;
|
|
2125
2580
|
}
|
|
2581
|
+
/**
|
|
2582
|
+
* @public
|
|
2583
|
+
*/
|
|
2126
2584
|
export interface UpdateChannelReadMarkerRequest {
|
|
2127
2585
|
/**
|
|
2128
2586
|
* <p>The ARN of the channel.</p>
|
|
2129
2587
|
*/
|
|
2130
2588
|
ChannelArn: string | undefined;
|
|
2131
2589
|
/**
|
|
2132
|
-
* <p>The <code>
|
|
2590
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2591
|
+
* that makes the API call.</p>
|
|
2133
2592
|
*/
|
|
2134
2593
|
ChimeBearer: string | undefined;
|
|
2135
2594
|
/**
|
|
@@ -2137,6 +2596,9 @@ export interface UpdateChannelReadMarkerRequest {
|
|
|
2137
2596
|
*/
|
|
2138
2597
|
SubChannelId?: string;
|
|
2139
2598
|
}
|
|
2599
|
+
/**
|
|
2600
|
+
* @public
|
|
2601
|
+
*/
|
|
2140
2602
|
export interface UpdateChannelReadMarkerResponse {
|
|
2141
2603
|
/**
|
|
2142
2604
|
* <p>The ARN of the channel.</p>
|
|
@@ -2147,14 +2609,6 @@ export interface UpdateChannelReadMarkerResponse {
|
|
|
2147
2609
|
*/
|
|
2148
2610
|
SubChannelId?: string;
|
|
2149
2611
|
}
|
|
2150
|
-
/**
|
|
2151
|
-
* @internal
|
|
2152
|
-
*/
|
|
2153
|
-
export declare const AppInstanceUserMembershipSummaryFilterSensitiveLog: (obj: AppInstanceUserMembershipSummary) => any;
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
export declare const AssociateChannelFlowRequestFilterSensitiveLog: (obj: AssociateChannelFlowRequest) => any;
|
|
2158
2612
|
/**
|
|
2159
2613
|
* @internal
|
|
2160
2614
|
*/
|
|
@@ -2163,22 +2617,10 @@ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
|
2163
2617
|
* @internal
|
|
2164
2618
|
*/
|
|
2165
2619
|
export declare const BatchChannelMembershipsFilterSensitiveLog: (obj: BatchChannelMemberships) => any;
|
|
2166
|
-
/**
|
|
2167
|
-
* @internal
|
|
2168
|
-
*/
|
|
2169
|
-
export declare const BatchCreateChannelMembershipRequestFilterSensitiveLog: (obj: BatchCreateChannelMembershipRequest) => any;
|
|
2170
|
-
/**
|
|
2171
|
-
* @internal
|
|
2172
|
-
*/
|
|
2173
|
-
export declare const BatchCreateChannelMembershipErrorFilterSensitiveLog: (obj: BatchCreateChannelMembershipError) => any;
|
|
2174
2620
|
/**
|
|
2175
2621
|
* @internal
|
|
2176
2622
|
*/
|
|
2177
2623
|
export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (obj: BatchCreateChannelMembershipResponse) => any;
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
export declare const ElasticChannelConfigurationFilterSensitiveLog: (obj: ElasticChannelConfiguration) => any;
|
|
2182
2624
|
/**
|
|
2183
2625
|
* @internal
|
|
2184
2626
|
*/
|
|
@@ -2195,14 +2637,6 @@ export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
|
|
|
2195
2637
|
* @internal
|
|
2196
2638
|
*/
|
|
2197
2639
|
export declare const ChannelBanSummaryFilterSensitiveLog: (obj: ChannelBanSummary) => any;
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
export declare const LambdaConfigurationFilterSensitiveLog: (obj: LambdaConfiguration) => any;
|
|
2202
|
-
/**
|
|
2203
|
-
* @internal
|
|
2204
|
-
*/
|
|
2205
|
-
export declare const ProcessorConfigurationFilterSensitiveLog: (obj: ProcessorConfiguration) => any;
|
|
2206
2640
|
/**
|
|
2207
2641
|
* @internal
|
|
2208
2642
|
*/
|
|
@@ -2227,10 +2661,6 @@ export declare const ChannelMessageCallbackFilterSensitiveLog: (obj: ChannelMess
|
|
|
2227
2661
|
* @internal
|
|
2228
2662
|
*/
|
|
2229
2663
|
export declare const ChannelFlowCallbackRequestFilterSensitiveLog: (obj: ChannelFlowCallbackRequest) => any;
|
|
2230
|
-
/**
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
2233
|
-
export declare const ChannelFlowCallbackResponseFilterSensitiveLog: (obj: ChannelFlowCallbackResponse) => any;
|
|
2234
2664
|
/**
|
|
2235
2665
|
* @internal
|
|
2236
2666
|
*/
|
|
@@ -2259,10 +2689,6 @@ export declare const ChannelMembershipPreferencesFilterSensitiveLog: (obj: Chann
|
|
|
2259
2689
|
* @internal
|
|
2260
2690
|
*/
|
|
2261
2691
|
export declare const ChannelMembershipSummaryFilterSensitiveLog: (obj: ChannelMembershipSummary) => any;
|
|
2262
|
-
/**
|
|
2263
|
-
* @internal
|
|
2264
|
-
*/
|
|
2265
|
-
export declare const ChannelMessageStatusStructureFilterSensitiveLog: (obj: ChannelMessageStatusStructure) => any;
|
|
2266
2692
|
/**
|
|
2267
2693
|
* @internal
|
|
2268
2694
|
*/
|
|
@@ -2291,14 +2717,6 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
|
2291
2717
|
* @internal
|
|
2292
2718
|
*/
|
|
2293
2719
|
export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
2294
|
-
/**
|
|
2295
|
-
* @internal
|
|
2296
|
-
*/
|
|
2297
|
-
export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
2298
|
-
/**
|
|
2299
|
-
* @internal
|
|
2300
|
-
*/
|
|
2301
|
-
export declare const CreateChannelBanRequestFilterSensitiveLog: (obj: CreateChannelBanRequest) => any;
|
|
2302
2720
|
/**
|
|
2303
2721
|
* @internal
|
|
2304
2722
|
*/
|
|
@@ -2307,162 +2725,50 @@ export declare const CreateChannelBanResponseFilterSensitiveLog: (obj: CreateCha
|
|
|
2307
2725
|
* @internal
|
|
2308
2726
|
*/
|
|
2309
2727
|
export declare const CreateChannelFlowRequestFilterSensitiveLog: (obj: CreateChannelFlowRequest) => any;
|
|
2310
|
-
/**
|
|
2311
|
-
* @internal
|
|
2312
|
-
*/
|
|
2313
|
-
export declare const CreateChannelFlowResponseFilterSensitiveLog: (obj: CreateChannelFlowResponse) => any;
|
|
2314
|
-
/**
|
|
2315
|
-
* @internal
|
|
2316
|
-
*/
|
|
2317
|
-
export declare const CreateChannelMembershipRequestFilterSensitiveLog: (obj: CreateChannelMembershipRequest) => any;
|
|
2318
2728
|
/**
|
|
2319
2729
|
* @internal
|
|
2320
2730
|
*/
|
|
2321
2731
|
export declare const CreateChannelMembershipResponseFilterSensitiveLog: (obj: CreateChannelMembershipResponse) => any;
|
|
2322
|
-
/**
|
|
2323
|
-
* @internal
|
|
2324
|
-
*/
|
|
2325
|
-
export declare const CreateChannelModeratorRequestFilterSensitiveLog: (obj: CreateChannelModeratorRequest) => any;
|
|
2326
2732
|
/**
|
|
2327
2733
|
* @internal
|
|
2328
2734
|
*/
|
|
2329
2735
|
export declare const CreateChannelModeratorResponseFilterSensitiveLog: (obj: CreateChannelModeratorResponse) => any;
|
|
2330
|
-
/**
|
|
2331
|
-
* @internal
|
|
2332
|
-
*/
|
|
2333
|
-
export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
export declare const DeleteChannelBanRequestFilterSensitiveLog: (obj: DeleteChannelBanRequest) => any;
|
|
2338
|
-
/**
|
|
2339
|
-
* @internal
|
|
2340
|
-
*/
|
|
2341
|
-
export declare const DeleteChannelFlowRequestFilterSensitiveLog: (obj: DeleteChannelFlowRequest) => any;
|
|
2342
|
-
/**
|
|
2343
|
-
* @internal
|
|
2344
|
-
*/
|
|
2345
|
-
export declare const DeleteChannelMembershipRequestFilterSensitiveLog: (obj: DeleteChannelMembershipRequest) => any;
|
|
2346
|
-
/**
|
|
2347
|
-
* @internal
|
|
2348
|
-
*/
|
|
2349
|
-
export declare const DeleteChannelMessageRequestFilterSensitiveLog: (obj: DeleteChannelMessageRequest) => any;
|
|
2350
|
-
/**
|
|
2351
|
-
* @internal
|
|
2352
|
-
*/
|
|
2353
|
-
export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
|
|
2354
|
-
/**
|
|
2355
|
-
* @internal
|
|
2356
|
-
*/
|
|
2357
|
-
export declare const DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: DeleteMessagingStreamingConfigurationsRequest) => any;
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
2362
2736
|
/**
|
|
2363
2737
|
* @internal
|
|
2364
2738
|
*/
|
|
2365
2739
|
export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
2366
|
-
/**
|
|
2367
|
-
* @internal
|
|
2368
|
-
*/
|
|
2369
|
-
export declare const DescribeChannelBanRequestFilterSensitiveLog: (obj: DescribeChannelBanRequest) => any;
|
|
2370
2740
|
/**
|
|
2371
2741
|
* @internal
|
|
2372
2742
|
*/
|
|
2373
2743
|
export declare const DescribeChannelBanResponseFilterSensitiveLog: (obj: DescribeChannelBanResponse) => any;
|
|
2374
|
-
/**
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
2377
|
-
export declare const DescribeChannelFlowRequestFilterSensitiveLog: (obj: DescribeChannelFlowRequest) => any;
|
|
2378
2744
|
/**
|
|
2379
2745
|
* @internal
|
|
2380
2746
|
*/
|
|
2381
2747
|
export declare const DescribeChannelFlowResponseFilterSensitiveLog: (obj: DescribeChannelFlowResponse) => any;
|
|
2382
|
-
/**
|
|
2383
|
-
* @internal
|
|
2384
|
-
*/
|
|
2385
|
-
export declare const DescribeChannelMembershipRequestFilterSensitiveLog: (obj: DescribeChannelMembershipRequest) => any;
|
|
2386
2748
|
/**
|
|
2387
2749
|
* @internal
|
|
2388
2750
|
*/
|
|
2389
2751
|
export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (obj: DescribeChannelMembershipResponse) => any;
|
|
2390
|
-
/**
|
|
2391
|
-
* @internal
|
|
2392
|
-
*/
|
|
2393
|
-
export declare const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserRequest) => any;
|
|
2394
2752
|
/**
|
|
2395
2753
|
* @internal
|
|
2396
2754
|
*/
|
|
2397
2755
|
export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserResponse) => any;
|
|
2398
|
-
/**
|
|
2399
|
-
* @internal
|
|
2400
|
-
*/
|
|
2401
|
-
export declare const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserRequest) => any;
|
|
2402
2756
|
/**
|
|
2403
2757
|
* @internal
|
|
2404
2758
|
*/
|
|
2405
2759
|
export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserResponse) => any;
|
|
2406
|
-
/**
|
|
2407
|
-
* @internal
|
|
2408
|
-
*/
|
|
2409
|
-
export declare const DescribeChannelModeratorRequestFilterSensitiveLog: (obj: DescribeChannelModeratorRequest) => any;
|
|
2410
2760
|
/**
|
|
2411
2761
|
* @internal
|
|
2412
2762
|
*/
|
|
2413
2763
|
export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (obj: DescribeChannelModeratorResponse) => any;
|
|
2414
|
-
/**
|
|
2415
|
-
* @internal
|
|
2416
|
-
*/
|
|
2417
|
-
export declare const DisassociateChannelFlowRequestFilterSensitiveLog: (obj: DisassociateChannelFlowRequest) => any;
|
|
2418
|
-
/**
|
|
2419
|
-
* @internal
|
|
2420
|
-
*/
|
|
2421
|
-
export declare const GetChannelMembershipPreferencesRequestFilterSensitiveLog: (obj: GetChannelMembershipPreferencesRequest) => any;
|
|
2422
2764
|
/**
|
|
2423
2765
|
* @internal
|
|
2424
2766
|
*/
|
|
2425
2767
|
export declare const GetChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: GetChannelMembershipPreferencesResponse) => any;
|
|
2426
|
-
/**
|
|
2427
|
-
* @internal
|
|
2428
|
-
*/
|
|
2429
|
-
export declare const GetChannelMessageRequestFilterSensitiveLog: (obj: GetChannelMessageRequest) => any;
|
|
2430
2768
|
/**
|
|
2431
2769
|
* @internal
|
|
2432
2770
|
*/
|
|
2433
2771
|
export declare const GetChannelMessageResponseFilterSensitiveLog: (obj: GetChannelMessageResponse) => any;
|
|
2434
|
-
/**
|
|
2435
|
-
* @internal
|
|
2436
|
-
*/
|
|
2437
|
-
export declare const GetChannelMessageStatusRequestFilterSensitiveLog: (obj: GetChannelMessageStatusRequest) => any;
|
|
2438
|
-
/**
|
|
2439
|
-
* @internal
|
|
2440
|
-
*/
|
|
2441
|
-
export declare const GetChannelMessageStatusResponseFilterSensitiveLog: (obj: GetChannelMessageStatusResponse) => any;
|
|
2442
|
-
/**
|
|
2443
|
-
* @internal
|
|
2444
|
-
*/
|
|
2445
|
-
export declare const GetMessagingSessionEndpointRequestFilterSensitiveLog: (obj: GetMessagingSessionEndpointRequest) => any;
|
|
2446
|
-
/**
|
|
2447
|
-
* @internal
|
|
2448
|
-
*/
|
|
2449
|
-
export declare const MessagingSessionEndpointFilterSensitiveLog: (obj: MessagingSessionEndpoint) => any;
|
|
2450
|
-
/**
|
|
2451
|
-
* @internal
|
|
2452
|
-
*/
|
|
2453
|
-
export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
|
|
2454
|
-
/**
|
|
2455
|
-
* @internal
|
|
2456
|
-
*/
|
|
2457
|
-
export declare const GetMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: GetMessagingStreamingConfigurationsRequest) => any;
|
|
2458
|
-
/**
|
|
2459
|
-
* @internal
|
|
2460
|
-
*/
|
|
2461
|
-
export declare const StreamingConfigurationFilterSensitiveLog: (obj: StreamingConfiguration) => any;
|
|
2462
|
-
/**
|
|
2463
|
-
* @internal
|
|
2464
|
-
*/
|
|
2465
|
-
export declare const GetMessagingStreamingConfigurationsResponseFilterSensitiveLog: (obj: GetMessagingStreamingConfigurationsResponse) => any;
|
|
2466
2772
|
/**
|
|
2467
2773
|
* @internal
|
|
2468
2774
|
*/
|
|
@@ -2539,18 +2845,10 @@ export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensiti
|
|
|
2539
2845
|
* @internal
|
|
2540
2846
|
*/
|
|
2541
2847
|
export declare const ListSubChannelsRequestFilterSensitiveLog: (obj: ListSubChannelsRequest) => any;
|
|
2542
|
-
/**
|
|
2543
|
-
* @internal
|
|
2544
|
-
*/
|
|
2545
|
-
export declare const SubChannelSummaryFilterSensitiveLog: (obj: SubChannelSummary) => any;
|
|
2546
2848
|
/**
|
|
2547
2849
|
* @internal
|
|
2548
2850
|
*/
|
|
2549
2851
|
export declare const ListSubChannelsResponseFilterSensitiveLog: (obj: ListSubChannelsResponse) => any;
|
|
2550
|
-
/**
|
|
2551
|
-
* @internal
|
|
2552
|
-
*/
|
|
2553
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2554
2852
|
/**
|
|
2555
2853
|
* @internal
|
|
2556
2854
|
*/
|
|
@@ -2563,26 +2861,6 @@ export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (
|
|
|
2563
2861
|
* @internal
|
|
2564
2862
|
*/
|
|
2565
2863
|
export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
|
|
2566
|
-
/**
|
|
2567
|
-
* @internal
|
|
2568
|
-
*/
|
|
2569
|
-
export declare const PutMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: PutMessagingStreamingConfigurationsRequest) => any;
|
|
2570
|
-
/**
|
|
2571
|
-
* @internal
|
|
2572
|
-
*/
|
|
2573
|
-
export declare const PutMessagingStreamingConfigurationsResponseFilterSensitiveLog: (obj: PutMessagingStreamingConfigurationsResponse) => any;
|
|
2574
|
-
/**
|
|
2575
|
-
* @internal
|
|
2576
|
-
*/
|
|
2577
|
-
export declare const RedactChannelMessageRequestFilterSensitiveLog: (obj: RedactChannelMessageRequest) => any;
|
|
2578
|
-
/**
|
|
2579
|
-
* @internal
|
|
2580
|
-
*/
|
|
2581
|
-
export declare const RedactChannelMessageResponseFilterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
|
|
2582
|
-
/**
|
|
2583
|
-
* @internal
|
|
2584
|
-
*/
|
|
2585
|
-
export declare const SearchFieldFilterSensitiveLog: (obj: SearchField) => any;
|
|
2586
2864
|
/**
|
|
2587
2865
|
* @internal
|
|
2588
2866
|
*/
|
|
@@ -2595,10 +2873,6 @@ export declare const SearchChannelsResponseFilterSensitiveLog: (obj: SearchChann
|
|
|
2595
2873
|
* @internal
|
|
2596
2874
|
*/
|
|
2597
2875
|
export declare const SendChannelMessageRequestFilterSensitiveLog: (obj: SendChannelMessageRequest) => any;
|
|
2598
|
-
/**
|
|
2599
|
-
* @internal
|
|
2600
|
-
*/
|
|
2601
|
-
export declare const SendChannelMessageResponseFilterSensitiveLog: (obj: SendChannelMessageResponse) => any;
|
|
2602
2876
|
/**
|
|
2603
2877
|
* @internal
|
|
2604
2878
|
*/
|
|
@@ -2611,31 +2885,11 @@ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResource
|
|
|
2611
2885
|
* @internal
|
|
2612
2886
|
*/
|
|
2613
2887
|
export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
2614
|
-
/**
|
|
2615
|
-
* @internal
|
|
2616
|
-
*/
|
|
2617
|
-
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
2618
2888
|
/**
|
|
2619
2889
|
* @internal
|
|
2620
2890
|
*/
|
|
2621
2891
|
export declare const UpdateChannelFlowRequestFilterSensitiveLog: (obj: UpdateChannelFlowRequest) => any;
|
|
2622
|
-
/**
|
|
2623
|
-
* @internal
|
|
2624
|
-
*/
|
|
2625
|
-
export declare const UpdateChannelFlowResponseFilterSensitiveLog: (obj: UpdateChannelFlowResponse) => any;
|
|
2626
2892
|
/**
|
|
2627
2893
|
* @internal
|
|
2628
2894
|
*/
|
|
2629
2895
|
export declare const UpdateChannelMessageRequestFilterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
|
|
2630
|
-
/**
|
|
2631
|
-
* @internal
|
|
2632
|
-
*/
|
|
2633
|
-
export declare const UpdateChannelMessageResponseFilterSensitiveLog: (obj: UpdateChannelMessageResponse) => any;
|
|
2634
|
-
/**
|
|
2635
|
-
* @internal
|
|
2636
|
-
*/
|
|
2637
|
-
export declare const UpdateChannelReadMarkerRequestFilterSensitiveLog: (obj: UpdateChannelReadMarkerRequest) => any;
|
|
2638
|
-
/**
|
|
2639
|
-
* @internal
|
|
2640
|
-
*/
|
|
2641
|
-
export declare const UpdateChannelReadMarkerResponseFilterSensitiveLog: (obj: UpdateChannelReadMarkerResponse) => any;
|