@aws-sdk/client-chime-sdk-messaging 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +0 -47
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -427
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -9,19 +9,14 @@ export declare enum ChannelMembershipType {
|
|
|
9
9
|
DEFAULT = "DEFAULT",
|
|
10
10
|
HIDDEN = "HIDDEN",
|
|
11
11
|
}
|
|
12
|
-
|
|
13
12
|
export interface AppInstanceUserMembershipSummary {
|
|
14
13
|
Type?: ChannelMembershipType | string;
|
|
15
|
-
|
|
16
14
|
ReadMarkerTimestamp?: Date;
|
|
17
|
-
|
|
18
15
|
SubChannelId?: string;
|
|
19
16
|
}
|
|
20
17
|
export interface AssociateChannelFlowRequest {
|
|
21
18
|
ChannelArn: string | undefined;
|
|
22
|
-
|
|
23
19
|
ChannelFlowArn: string | undefined;
|
|
24
|
-
|
|
25
20
|
ChimeBearer: string | undefined;
|
|
26
21
|
}
|
|
27
22
|
export declare enum ErrorCode {
|
|
@@ -41,147 +36,111 @@ export declare enum ErrorCode {
|
|
|
41
36
|
Unprocessable = "Unprocessable",
|
|
42
37
|
VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist",
|
|
43
38
|
}
|
|
44
|
-
|
|
45
39
|
export declare class BadRequestException extends __BaseException {
|
|
46
40
|
readonly name: "BadRequestException";
|
|
47
41
|
readonly $fault: "client";
|
|
48
42
|
Code?: ErrorCode | string;
|
|
49
43
|
Message?: string;
|
|
50
|
-
|
|
51
44
|
constructor(
|
|
52
45
|
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
53
46
|
);
|
|
54
47
|
}
|
|
55
|
-
|
|
56
48
|
export declare class ConflictException extends __BaseException {
|
|
57
49
|
readonly name: "ConflictException";
|
|
58
50
|
readonly $fault: "client";
|
|
59
51
|
Code?: ErrorCode | string;
|
|
60
52
|
Message?: string;
|
|
61
|
-
|
|
62
53
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
63
54
|
}
|
|
64
|
-
|
|
65
55
|
export declare class ForbiddenException extends __BaseException {
|
|
66
56
|
readonly name: "ForbiddenException";
|
|
67
57
|
readonly $fault: "client";
|
|
68
58
|
Code?: ErrorCode | string;
|
|
69
59
|
Message?: string;
|
|
70
|
-
|
|
71
60
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
72
61
|
}
|
|
73
|
-
|
|
74
62
|
export declare class NotFoundException extends __BaseException {
|
|
75
63
|
readonly name: "NotFoundException";
|
|
76
64
|
readonly $fault: "client";
|
|
77
65
|
Code?: ErrorCode | string;
|
|
78
66
|
Message?: string;
|
|
79
|
-
|
|
80
67
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
81
68
|
}
|
|
82
|
-
|
|
83
69
|
export declare class ServiceFailureException extends __BaseException {
|
|
84
70
|
readonly name: "ServiceFailureException";
|
|
85
71
|
readonly $fault: "server";
|
|
86
72
|
Code?: ErrorCode | string;
|
|
87
73
|
Message?: string;
|
|
88
|
-
|
|
89
74
|
constructor(
|
|
90
75
|
opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
|
|
91
76
|
);
|
|
92
77
|
}
|
|
93
|
-
|
|
94
78
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
95
79
|
readonly name: "ServiceUnavailableException";
|
|
96
80
|
readonly $fault: "server";
|
|
97
81
|
Code?: ErrorCode | string;
|
|
98
82
|
Message?: string;
|
|
99
|
-
|
|
100
83
|
constructor(
|
|
101
84
|
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
102
85
|
);
|
|
103
86
|
}
|
|
104
|
-
|
|
105
87
|
export declare class ThrottledClientException extends __BaseException {
|
|
106
88
|
readonly name: "ThrottledClientException";
|
|
107
89
|
readonly $fault: "client";
|
|
108
90
|
Code?: ErrorCode | string;
|
|
109
91
|
Message?: string;
|
|
110
|
-
|
|
111
92
|
constructor(
|
|
112
93
|
opts: __ExceptionOptionType<ThrottledClientException, __BaseException>
|
|
113
94
|
);
|
|
114
95
|
}
|
|
115
|
-
|
|
116
96
|
export declare class UnauthorizedClientException extends __BaseException {
|
|
117
97
|
readonly name: "UnauthorizedClientException";
|
|
118
98
|
readonly $fault: "client";
|
|
119
99
|
Code?: ErrorCode | string;
|
|
120
100
|
Message?: string;
|
|
121
|
-
|
|
122
101
|
constructor(
|
|
123
102
|
opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
|
|
124
103
|
);
|
|
125
104
|
}
|
|
126
|
-
|
|
127
105
|
export interface Identity {
|
|
128
106
|
Arn?: string;
|
|
129
|
-
|
|
130
107
|
Name?: string;
|
|
131
108
|
}
|
|
132
|
-
|
|
133
109
|
export interface BatchChannelMemberships {
|
|
134
110
|
InvitedBy?: Identity;
|
|
135
|
-
|
|
136
111
|
Type?: ChannelMembershipType | string;
|
|
137
|
-
|
|
138
112
|
Members?: Identity[];
|
|
139
|
-
|
|
140
113
|
ChannelArn?: string;
|
|
141
|
-
|
|
142
114
|
SubChannelId?: string;
|
|
143
115
|
}
|
|
144
116
|
export interface BatchCreateChannelMembershipRequest {
|
|
145
117
|
ChannelArn: string | undefined;
|
|
146
|
-
|
|
147
118
|
Type?: ChannelMembershipType | string;
|
|
148
|
-
|
|
149
119
|
MemberArns: string[] | undefined;
|
|
150
|
-
|
|
151
120
|
ChimeBearer: string | undefined;
|
|
152
|
-
|
|
153
121
|
SubChannelId?: string;
|
|
154
122
|
}
|
|
155
|
-
|
|
156
123
|
export interface BatchCreateChannelMembershipError {
|
|
157
124
|
MemberArn?: string;
|
|
158
|
-
|
|
159
125
|
ErrorCode?: ErrorCode | string;
|
|
160
|
-
|
|
161
126
|
ErrorMessage?: string;
|
|
162
127
|
}
|
|
163
128
|
export interface BatchCreateChannelMembershipResponse {
|
|
164
129
|
BatchChannelMemberships?: BatchChannelMemberships;
|
|
165
|
-
|
|
166
130
|
Errors?: BatchCreateChannelMembershipError[];
|
|
167
131
|
}
|
|
168
|
-
|
|
169
132
|
export declare class ResourceLimitExceededException extends __BaseException {
|
|
170
133
|
readonly name: "ResourceLimitExceededException";
|
|
171
134
|
readonly $fault: "client";
|
|
172
135
|
Code?: ErrorCode | string;
|
|
173
136
|
Message?: string;
|
|
174
|
-
|
|
175
137
|
constructor(
|
|
176
138
|
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
177
139
|
);
|
|
178
140
|
}
|
|
179
|
-
|
|
180
141
|
export interface ElasticChannelConfiguration {
|
|
181
142
|
MaximumSubChannels: number | undefined;
|
|
182
|
-
|
|
183
143
|
TargetMembershipsPerSubChannel: number | undefined;
|
|
184
|
-
|
|
185
144
|
MinimumMembershipPercentage: number | undefined;
|
|
186
145
|
}
|
|
187
146
|
export declare enum ChannelMode {
|
|
@@ -192,66 +151,42 @@ export declare enum ChannelPrivacy {
|
|
|
192
151
|
PRIVATE = "PRIVATE",
|
|
193
152
|
PUBLIC = "PUBLIC",
|
|
194
153
|
}
|
|
195
|
-
|
|
196
154
|
export interface Channel {
|
|
197
155
|
Name?: string;
|
|
198
|
-
|
|
199
156
|
ChannelArn?: string;
|
|
200
|
-
|
|
201
157
|
Mode?: ChannelMode | string;
|
|
202
|
-
|
|
203
158
|
Privacy?: ChannelPrivacy | string;
|
|
204
|
-
|
|
205
159
|
Metadata?: string;
|
|
206
|
-
|
|
207
160
|
CreatedBy?: Identity;
|
|
208
|
-
|
|
209
161
|
CreatedTimestamp?: Date;
|
|
210
|
-
|
|
211
162
|
LastMessageTimestamp?: Date;
|
|
212
|
-
|
|
213
163
|
LastUpdatedTimestamp?: Date;
|
|
214
|
-
|
|
215
164
|
ChannelFlowArn?: string;
|
|
216
|
-
|
|
217
165
|
ElasticChannelConfiguration?: ElasticChannelConfiguration;
|
|
218
166
|
}
|
|
219
|
-
|
|
220
167
|
export interface ChannelAssociatedWithFlowSummary {
|
|
221
168
|
Name?: string;
|
|
222
|
-
|
|
223
169
|
ChannelArn?: string;
|
|
224
|
-
|
|
225
170
|
Mode?: ChannelMode | string;
|
|
226
|
-
|
|
227
171
|
Privacy?: ChannelPrivacy | string;
|
|
228
|
-
|
|
229
172
|
Metadata?: string;
|
|
230
173
|
}
|
|
231
|
-
|
|
232
174
|
export interface ChannelBan {
|
|
233
175
|
Member?: Identity;
|
|
234
|
-
|
|
235
176
|
ChannelArn?: string;
|
|
236
|
-
|
|
237
177
|
CreatedTimestamp?: Date;
|
|
238
|
-
|
|
239
178
|
CreatedBy?: Identity;
|
|
240
179
|
}
|
|
241
|
-
|
|
242
180
|
export interface ChannelBanSummary {
|
|
243
181
|
Member?: Identity;
|
|
244
182
|
}
|
|
245
183
|
export declare enum InvocationType {
|
|
246
184
|
ASYNC = "ASYNC",
|
|
247
185
|
}
|
|
248
|
-
|
|
249
186
|
export interface LambdaConfiguration {
|
|
250
187
|
ResourceArn: string | undefined;
|
|
251
|
-
|
|
252
188
|
InvocationType: InvocationType | string | undefined;
|
|
253
189
|
}
|
|
254
|
-
|
|
255
190
|
export interface ProcessorConfiguration {
|
|
256
191
|
Lambda: LambdaConfiguration | undefined;
|
|
257
192
|
}
|
|
@@ -259,29 +194,19 @@ export declare enum FallbackAction {
|
|
|
259
194
|
ABORT = "ABORT",
|
|
260
195
|
CONTINUE = "CONTINUE",
|
|
261
196
|
}
|
|
262
|
-
|
|
263
197
|
export interface Processor {
|
|
264
198
|
Name: string | undefined;
|
|
265
|
-
|
|
266
199
|
Configuration: ProcessorConfiguration | undefined;
|
|
267
|
-
|
|
268
200
|
ExecutionOrder: number | undefined;
|
|
269
|
-
|
|
270
201
|
FallbackAction: FallbackAction | string | undefined;
|
|
271
202
|
}
|
|
272
|
-
|
|
273
203
|
export interface ChannelFlow {
|
|
274
204
|
ChannelFlowArn?: string;
|
|
275
|
-
|
|
276
205
|
Processors?: Processor[];
|
|
277
|
-
|
|
278
206
|
Name?: string;
|
|
279
|
-
|
|
280
207
|
CreatedTimestamp?: Date;
|
|
281
|
-
|
|
282
208
|
LastUpdatedTimestamp?: Date;
|
|
283
209
|
}
|
|
284
|
-
|
|
285
210
|
export interface MessageAttributeValue {
|
|
286
211
|
StringValues?: string[];
|
|
287
212
|
}
|
|
@@ -289,97 +214,62 @@ export declare enum PushNotificationType {
|
|
|
289
214
|
DEFAULT = "DEFAULT",
|
|
290
215
|
VOIP = "VOIP",
|
|
291
216
|
}
|
|
292
|
-
|
|
293
217
|
export interface PushNotificationConfiguration {
|
|
294
218
|
Title?: string;
|
|
295
|
-
|
|
296
219
|
Body?: string;
|
|
297
|
-
|
|
298
220
|
Type?: PushNotificationType | string;
|
|
299
221
|
}
|
|
300
|
-
|
|
301
222
|
export interface ChannelMessageCallback {
|
|
302
223
|
MessageId: string | undefined;
|
|
303
|
-
|
|
304
224
|
Content?: string;
|
|
305
|
-
|
|
306
225
|
Metadata?: string;
|
|
307
|
-
|
|
308
226
|
PushNotification?: PushNotificationConfiguration;
|
|
309
|
-
|
|
310
227
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
311
|
-
|
|
312
228
|
SubChannelId?: string;
|
|
313
229
|
}
|
|
314
230
|
export interface ChannelFlowCallbackRequest {
|
|
315
231
|
CallbackId?: string;
|
|
316
|
-
|
|
317
232
|
ChannelArn: string | undefined;
|
|
318
|
-
|
|
319
233
|
DeleteResource?: boolean;
|
|
320
|
-
|
|
321
234
|
ChannelMessage: ChannelMessageCallback | undefined;
|
|
322
235
|
}
|
|
323
236
|
export interface ChannelFlowCallbackResponse {
|
|
324
237
|
ChannelArn?: string;
|
|
325
|
-
|
|
326
238
|
CallbackId?: string;
|
|
327
239
|
}
|
|
328
|
-
|
|
329
240
|
export interface ChannelFlowSummary {
|
|
330
241
|
ChannelFlowArn?: string;
|
|
331
|
-
|
|
332
242
|
Name?: string;
|
|
333
|
-
|
|
334
243
|
Processors?: Processor[];
|
|
335
244
|
}
|
|
336
|
-
|
|
337
245
|
export interface ChannelMembership {
|
|
338
246
|
InvitedBy?: Identity;
|
|
339
|
-
|
|
340
247
|
Type?: ChannelMembershipType | string;
|
|
341
|
-
|
|
342
248
|
Member?: Identity;
|
|
343
|
-
|
|
344
249
|
ChannelArn?: string;
|
|
345
|
-
|
|
346
250
|
CreatedTimestamp?: Date;
|
|
347
|
-
|
|
348
251
|
LastUpdatedTimestamp?: Date;
|
|
349
|
-
|
|
350
252
|
SubChannelId?: string;
|
|
351
253
|
}
|
|
352
|
-
|
|
353
254
|
export interface ChannelSummary {
|
|
354
255
|
Name?: string;
|
|
355
|
-
|
|
356
256
|
ChannelArn?: string;
|
|
357
|
-
|
|
358
257
|
Mode?: ChannelMode | string;
|
|
359
|
-
|
|
360
258
|
Privacy?: ChannelPrivacy | string;
|
|
361
|
-
|
|
362
259
|
Metadata?: string;
|
|
363
|
-
|
|
364
260
|
LastMessageTimestamp?: Date;
|
|
365
261
|
}
|
|
366
|
-
|
|
367
262
|
export interface ChannelMembershipForAppInstanceUserSummary {
|
|
368
263
|
ChannelSummary?: ChannelSummary;
|
|
369
|
-
|
|
370
264
|
AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
|
|
371
265
|
}
|
|
372
|
-
|
|
373
266
|
export interface PushNotificationPreferences {
|
|
374
267
|
AllowNotifications: AllowNotifications | string | undefined;
|
|
375
|
-
|
|
376
268
|
FilterRule?: string;
|
|
377
269
|
}
|
|
378
|
-
|
|
379
270
|
export interface ChannelMembershipPreferences {
|
|
380
271
|
PushNotifications?: PushNotificationPreferences;
|
|
381
272
|
}
|
|
382
|
-
|
|
383
273
|
export interface ChannelMembershipSummary {
|
|
384
274
|
Member?: Identity;
|
|
385
275
|
}
|
|
@@ -393,117 +283,71 @@ export declare enum ChannelMessageStatus {
|
|
|
393
283
|
PENDING = "PENDING",
|
|
394
284
|
SENT = "SENT",
|
|
395
285
|
}
|
|
396
|
-
|
|
397
286
|
export interface ChannelMessageStatusStructure {
|
|
398
287
|
Value?: ChannelMessageStatus | string;
|
|
399
|
-
|
|
400
288
|
Detail?: string;
|
|
401
289
|
}
|
|
402
290
|
export declare enum ChannelMessageType {
|
|
403
291
|
CONTROL = "CONTROL",
|
|
404
292
|
STANDARD = "STANDARD",
|
|
405
293
|
}
|
|
406
|
-
|
|
407
294
|
export interface ChannelMessage {
|
|
408
295
|
ChannelArn?: string;
|
|
409
|
-
|
|
410
296
|
MessageId?: string;
|
|
411
|
-
|
|
412
297
|
Content?: string;
|
|
413
|
-
|
|
414
298
|
Metadata?: string;
|
|
415
|
-
|
|
416
299
|
Type?: ChannelMessageType | string;
|
|
417
|
-
|
|
418
300
|
CreatedTimestamp?: Date;
|
|
419
|
-
|
|
420
301
|
LastEditedTimestamp?: Date;
|
|
421
|
-
|
|
422
302
|
LastUpdatedTimestamp?: Date;
|
|
423
|
-
|
|
424
303
|
Sender?: Identity;
|
|
425
|
-
|
|
426
304
|
Redacted?: boolean;
|
|
427
|
-
|
|
428
305
|
Persistence?: ChannelMessagePersistenceType | string;
|
|
429
|
-
|
|
430
306
|
Status?: ChannelMessageStatusStructure;
|
|
431
|
-
|
|
432
307
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
433
|
-
|
|
434
308
|
SubChannelId?: string;
|
|
435
309
|
}
|
|
436
|
-
|
|
437
310
|
export interface ChannelMessageSummary {
|
|
438
311
|
MessageId?: string;
|
|
439
|
-
|
|
440
312
|
Content?: string;
|
|
441
|
-
|
|
442
313
|
Metadata?: string;
|
|
443
|
-
|
|
444
314
|
Type?: ChannelMessageType | string;
|
|
445
|
-
|
|
446
315
|
CreatedTimestamp?: Date;
|
|
447
|
-
|
|
448
316
|
LastUpdatedTimestamp?: Date;
|
|
449
|
-
|
|
450
317
|
LastEditedTimestamp?: Date;
|
|
451
|
-
|
|
452
318
|
Sender?: Identity;
|
|
453
|
-
|
|
454
319
|
Redacted?: boolean;
|
|
455
|
-
|
|
456
320
|
Status?: ChannelMessageStatusStructure;
|
|
457
|
-
|
|
458
321
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
459
322
|
}
|
|
460
|
-
|
|
461
323
|
export interface ChannelModeratedByAppInstanceUserSummary {
|
|
462
324
|
ChannelSummary?: ChannelSummary;
|
|
463
325
|
}
|
|
464
|
-
|
|
465
326
|
export interface ChannelModerator {
|
|
466
327
|
Moderator?: Identity;
|
|
467
|
-
|
|
468
328
|
ChannelArn?: string;
|
|
469
|
-
|
|
470
329
|
CreatedTimestamp?: Date;
|
|
471
|
-
|
|
472
330
|
CreatedBy?: Identity;
|
|
473
331
|
}
|
|
474
|
-
|
|
475
332
|
export interface ChannelModeratorSummary {
|
|
476
333
|
Moderator?: Identity;
|
|
477
334
|
}
|
|
478
|
-
|
|
479
335
|
export interface Tag {
|
|
480
336
|
Key: string | undefined;
|
|
481
|
-
|
|
482
337
|
Value: string | undefined;
|
|
483
338
|
}
|
|
484
339
|
export interface CreateChannelRequest {
|
|
485
340
|
AppInstanceArn: string | undefined;
|
|
486
|
-
|
|
487
341
|
Name: string | undefined;
|
|
488
|
-
|
|
489
342
|
Mode?: ChannelMode | string;
|
|
490
|
-
|
|
491
343
|
Privacy?: ChannelPrivacy | string;
|
|
492
|
-
|
|
493
344
|
Metadata?: string;
|
|
494
|
-
|
|
495
345
|
ClientRequestToken?: string;
|
|
496
|
-
|
|
497
346
|
Tags?: Tag[];
|
|
498
|
-
|
|
499
347
|
ChimeBearer: string | undefined;
|
|
500
|
-
|
|
501
348
|
ChannelId?: string;
|
|
502
|
-
|
|
503
349
|
MemberArns?: string[];
|
|
504
|
-
|
|
505
350
|
ModeratorArns?: string[];
|
|
506
|
-
|
|
507
351
|
ElasticChannelConfiguration?: ElasticChannelConfiguration;
|
|
508
352
|
}
|
|
509
353
|
export interface CreateChannelResponse {
|
|
@@ -511,25 +355,18 @@ export interface CreateChannelResponse {
|
|
|
511
355
|
}
|
|
512
356
|
export interface CreateChannelBanRequest {
|
|
513
357
|
ChannelArn: string | undefined;
|
|
514
|
-
|
|
515
358
|
MemberArn: string | undefined;
|
|
516
|
-
|
|
517
359
|
ChimeBearer: string | undefined;
|
|
518
360
|
}
|
|
519
361
|
export interface CreateChannelBanResponse {
|
|
520
362
|
ChannelArn?: string;
|
|
521
|
-
|
|
522
363
|
Member?: Identity;
|
|
523
364
|
}
|
|
524
365
|
export interface CreateChannelFlowRequest {
|
|
525
366
|
AppInstanceArn: string | undefined;
|
|
526
|
-
|
|
527
367
|
Processors: Processor[] | undefined;
|
|
528
|
-
|
|
529
368
|
Name: string | undefined;
|
|
530
|
-
|
|
531
369
|
Tags?: Tag[];
|
|
532
|
-
|
|
533
370
|
ClientRequestToken: string | undefined;
|
|
534
371
|
}
|
|
535
372
|
export interface CreateChannelFlowResponse {
|
|
@@ -537,46 +374,33 @@ export interface CreateChannelFlowResponse {
|
|
|
537
374
|
}
|
|
538
375
|
export interface CreateChannelMembershipRequest {
|
|
539
376
|
ChannelArn: string | undefined;
|
|
540
|
-
|
|
541
377
|
MemberArn: string | undefined;
|
|
542
|
-
|
|
543
378
|
Type: ChannelMembershipType | string | undefined;
|
|
544
|
-
|
|
545
379
|
ChimeBearer: string | undefined;
|
|
546
|
-
|
|
547
380
|
SubChannelId?: string;
|
|
548
381
|
}
|
|
549
382
|
export interface CreateChannelMembershipResponse {
|
|
550
383
|
ChannelArn?: string;
|
|
551
|
-
|
|
552
384
|
Member?: Identity;
|
|
553
|
-
|
|
554
385
|
SubChannelId?: string;
|
|
555
386
|
}
|
|
556
387
|
export interface CreateChannelModeratorRequest {
|
|
557
388
|
ChannelArn: string | undefined;
|
|
558
|
-
|
|
559
389
|
ChannelModeratorArn: string | undefined;
|
|
560
|
-
|
|
561
390
|
ChimeBearer: string | undefined;
|
|
562
391
|
}
|
|
563
392
|
export interface CreateChannelModeratorResponse {
|
|
564
393
|
ChannelArn?: string;
|
|
565
|
-
|
|
566
394
|
ChannelModerator?: Identity;
|
|
567
395
|
}
|
|
568
396
|
export interface DeleteChannelRequest {
|
|
569
397
|
ChannelArn: string | undefined;
|
|
570
|
-
|
|
571
398
|
ChimeBearer: string | undefined;
|
|
572
|
-
|
|
573
399
|
SubChannelId?: string;
|
|
574
400
|
}
|
|
575
401
|
export interface DeleteChannelBanRequest {
|
|
576
402
|
ChannelArn: string | undefined;
|
|
577
|
-
|
|
578
403
|
MemberArn: string | undefined;
|
|
579
|
-
|
|
580
404
|
ChimeBearer: string | undefined;
|
|
581
405
|
}
|
|
582
406
|
export interface DeleteChannelFlowRequest {
|
|
@@ -584,32 +408,23 @@ export interface DeleteChannelFlowRequest {
|
|
|
584
408
|
}
|
|
585
409
|
export interface DeleteChannelMembershipRequest {
|
|
586
410
|
ChannelArn: string | undefined;
|
|
587
|
-
|
|
588
411
|
MemberArn: string | undefined;
|
|
589
|
-
|
|
590
412
|
ChimeBearer: string | undefined;
|
|
591
|
-
|
|
592
413
|
SubChannelId?: string;
|
|
593
414
|
}
|
|
594
415
|
export interface DeleteChannelMessageRequest {
|
|
595
416
|
ChannelArn: string | undefined;
|
|
596
|
-
|
|
597
417
|
MessageId: string | undefined;
|
|
598
|
-
|
|
599
418
|
ChimeBearer: string | undefined;
|
|
600
|
-
|
|
601
419
|
SubChannelId?: string;
|
|
602
420
|
}
|
|
603
421
|
export interface DeleteChannelModeratorRequest {
|
|
604
422
|
ChannelArn: string | undefined;
|
|
605
|
-
|
|
606
423
|
ChannelModeratorArn: string | undefined;
|
|
607
|
-
|
|
608
424
|
ChimeBearer: string | undefined;
|
|
609
425
|
}
|
|
610
426
|
export interface DescribeChannelRequest {
|
|
611
427
|
ChannelArn: string | undefined;
|
|
612
|
-
|
|
613
428
|
ChimeBearer: string | undefined;
|
|
614
429
|
}
|
|
615
430
|
export interface DescribeChannelResponse {
|
|
@@ -617,9 +432,7 @@ export interface DescribeChannelResponse {
|
|
|
617
432
|
}
|
|
618
433
|
export interface DescribeChannelBanRequest {
|
|
619
434
|
ChannelArn: string | undefined;
|
|
620
|
-
|
|
621
435
|
MemberArn: string | undefined;
|
|
622
|
-
|
|
623
436
|
ChimeBearer: string | undefined;
|
|
624
437
|
}
|
|
625
438
|
export interface DescribeChannelBanResponse {
|
|
@@ -633,11 +446,8 @@ export interface DescribeChannelFlowResponse {
|
|
|
633
446
|
}
|
|
634
447
|
export interface DescribeChannelMembershipRequest {
|
|
635
448
|
ChannelArn: string | undefined;
|
|
636
|
-
|
|
637
449
|
MemberArn: string | undefined;
|
|
638
|
-
|
|
639
450
|
ChimeBearer: string | undefined;
|
|
640
|
-
|
|
641
451
|
SubChannelId?: string;
|
|
642
452
|
}
|
|
643
453
|
export interface DescribeChannelMembershipResponse {
|
|
@@ -645,9 +455,7 @@ export interface DescribeChannelMembershipResponse {
|
|
|
645
455
|
}
|
|
646
456
|
export interface DescribeChannelMembershipForAppInstanceUserRequest {
|
|
647
457
|
ChannelArn: string | undefined;
|
|
648
|
-
|
|
649
458
|
AppInstanceUserArn: string | undefined;
|
|
650
|
-
|
|
651
459
|
ChimeBearer: string | undefined;
|
|
652
460
|
}
|
|
653
461
|
export interface DescribeChannelMembershipForAppInstanceUserResponse {
|
|
@@ -655,9 +463,7 @@ export interface DescribeChannelMembershipForAppInstanceUserResponse {
|
|
|
655
463
|
}
|
|
656
464
|
export interface DescribeChannelModeratedByAppInstanceUserRequest {
|
|
657
465
|
ChannelArn: string | undefined;
|
|
658
|
-
|
|
659
466
|
AppInstanceUserArn: string | undefined;
|
|
660
|
-
|
|
661
467
|
ChimeBearer: string | undefined;
|
|
662
468
|
}
|
|
663
469
|
export interface DescribeChannelModeratedByAppInstanceUserResponse {
|
|
@@ -665,9 +471,7 @@ export interface DescribeChannelModeratedByAppInstanceUserResponse {
|
|
|
665
471
|
}
|
|
666
472
|
export interface DescribeChannelModeratorRequest {
|
|
667
473
|
ChannelArn: string | undefined;
|
|
668
|
-
|
|
669
474
|
ChannelModeratorArn: string | undefined;
|
|
670
|
-
|
|
671
475
|
ChimeBearer: string | undefined;
|
|
672
476
|
}
|
|
673
477
|
export interface DescribeChannelModeratorResponse {
|
|
@@ -675,32 +479,23 @@ export interface DescribeChannelModeratorResponse {
|
|
|
675
479
|
}
|
|
676
480
|
export interface DisassociateChannelFlowRequest {
|
|
677
481
|
ChannelArn: string | undefined;
|
|
678
|
-
|
|
679
482
|
ChannelFlowArn: string | undefined;
|
|
680
|
-
|
|
681
483
|
ChimeBearer: string | undefined;
|
|
682
484
|
}
|
|
683
485
|
export interface GetChannelMembershipPreferencesRequest {
|
|
684
486
|
ChannelArn: string | undefined;
|
|
685
|
-
|
|
686
487
|
MemberArn: string | undefined;
|
|
687
|
-
|
|
688
488
|
ChimeBearer: string | undefined;
|
|
689
489
|
}
|
|
690
490
|
export interface GetChannelMembershipPreferencesResponse {
|
|
691
491
|
ChannelArn?: string;
|
|
692
|
-
|
|
693
492
|
Member?: Identity;
|
|
694
|
-
|
|
695
493
|
Preferences?: ChannelMembershipPreferences;
|
|
696
494
|
}
|
|
697
495
|
export interface GetChannelMessageRequest {
|
|
698
496
|
ChannelArn: string | undefined;
|
|
699
|
-
|
|
700
497
|
MessageId: string | undefined;
|
|
701
|
-
|
|
702
498
|
ChimeBearer: string | undefined;
|
|
703
|
-
|
|
704
499
|
SubChannelId?: string;
|
|
705
500
|
}
|
|
706
501
|
export interface GetChannelMessageResponse {
|
|
@@ -708,18 +503,14 @@ export interface GetChannelMessageResponse {
|
|
|
708
503
|
}
|
|
709
504
|
export interface GetChannelMessageStatusRequest {
|
|
710
505
|
ChannelArn: string | undefined;
|
|
711
|
-
|
|
712
506
|
MessageId: string | undefined;
|
|
713
|
-
|
|
714
507
|
ChimeBearer: string | undefined;
|
|
715
|
-
|
|
716
508
|
SubChannelId?: string;
|
|
717
509
|
}
|
|
718
510
|
export interface GetChannelMessageStatusResponse {
|
|
719
511
|
Status?: ChannelMessageStatusStructure;
|
|
720
512
|
}
|
|
721
513
|
export interface GetMessagingSessionEndpointRequest {}
|
|
722
|
-
|
|
723
514
|
export interface MessagingSessionEndpoint {
|
|
724
515
|
Url?: string;
|
|
725
516
|
}
|
|
@@ -728,64 +519,45 @@ export interface GetMessagingSessionEndpointResponse {
|
|
|
728
519
|
}
|
|
729
520
|
export interface ListChannelBansRequest {
|
|
730
521
|
ChannelArn: string | undefined;
|
|
731
|
-
|
|
732
522
|
MaxResults?: number;
|
|
733
|
-
|
|
734
523
|
NextToken?: string;
|
|
735
|
-
|
|
736
524
|
ChimeBearer: string | undefined;
|
|
737
525
|
}
|
|
738
526
|
export interface ListChannelBansResponse {
|
|
739
527
|
ChannelArn?: string;
|
|
740
|
-
|
|
741
528
|
NextToken?: string;
|
|
742
|
-
|
|
743
529
|
ChannelBans?: ChannelBanSummary[];
|
|
744
530
|
}
|
|
745
531
|
export interface ListChannelFlowsRequest {
|
|
746
532
|
AppInstanceArn: string | undefined;
|
|
747
|
-
|
|
748
533
|
MaxResults?: number;
|
|
749
|
-
|
|
750
534
|
NextToken?: string;
|
|
751
535
|
}
|
|
752
536
|
export interface ListChannelFlowsResponse {
|
|
753
537
|
ChannelFlows?: ChannelFlowSummary[];
|
|
754
|
-
|
|
755
538
|
NextToken?: string;
|
|
756
539
|
}
|
|
757
540
|
export interface ListChannelMembershipsRequest {
|
|
758
541
|
ChannelArn: string | undefined;
|
|
759
|
-
|
|
760
542
|
Type?: ChannelMembershipType | string;
|
|
761
|
-
|
|
762
543
|
MaxResults?: number;
|
|
763
|
-
|
|
764
544
|
NextToken?: string;
|
|
765
|
-
|
|
766
545
|
ChimeBearer: string | undefined;
|
|
767
|
-
|
|
768
546
|
SubChannelId?: string;
|
|
769
547
|
}
|
|
770
548
|
export interface ListChannelMembershipsResponse {
|
|
771
549
|
ChannelArn?: string;
|
|
772
|
-
|
|
773
550
|
ChannelMemberships?: ChannelMembershipSummary[];
|
|
774
|
-
|
|
775
551
|
NextToken?: string;
|
|
776
552
|
}
|
|
777
553
|
export interface ListChannelMembershipsForAppInstanceUserRequest {
|
|
778
554
|
AppInstanceUserArn?: string;
|
|
779
|
-
|
|
780
555
|
MaxResults?: number;
|
|
781
|
-
|
|
782
556
|
NextToken?: string;
|
|
783
|
-
|
|
784
557
|
ChimeBearer: string | undefined;
|
|
785
558
|
}
|
|
786
559
|
export interface ListChannelMembershipsForAppInstanceUserResponse {
|
|
787
560
|
ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
|
|
788
|
-
|
|
789
561
|
NextToken?: string;
|
|
790
562
|
}
|
|
791
563
|
export declare enum SortOrder {
|
|
@@ -794,108 +566,74 @@ export declare enum SortOrder {
|
|
|
794
566
|
}
|
|
795
567
|
export interface ListChannelMessagesRequest {
|
|
796
568
|
ChannelArn: string | undefined;
|
|
797
|
-
|
|
798
569
|
SortOrder?: SortOrder | string;
|
|
799
|
-
|
|
800
570
|
NotBefore?: Date;
|
|
801
|
-
|
|
802
571
|
NotAfter?: Date;
|
|
803
|
-
|
|
804
572
|
MaxResults?: number;
|
|
805
|
-
|
|
806
573
|
NextToken?: string;
|
|
807
|
-
|
|
808
574
|
ChimeBearer: string | undefined;
|
|
809
|
-
|
|
810
575
|
SubChannelId?: string;
|
|
811
576
|
}
|
|
812
577
|
export interface ListChannelMessagesResponse {
|
|
813
578
|
ChannelArn?: string;
|
|
814
|
-
|
|
815
579
|
NextToken?: string;
|
|
816
|
-
|
|
817
580
|
ChannelMessages?: ChannelMessageSummary[];
|
|
818
|
-
|
|
819
581
|
SubChannelId?: string;
|
|
820
582
|
}
|
|
821
583
|
export interface ListChannelModeratorsRequest {
|
|
822
584
|
ChannelArn: string | undefined;
|
|
823
|
-
|
|
824
585
|
MaxResults?: number;
|
|
825
|
-
|
|
826
586
|
NextToken?: string;
|
|
827
|
-
|
|
828
587
|
ChimeBearer: string | undefined;
|
|
829
588
|
}
|
|
830
589
|
export interface ListChannelModeratorsResponse {
|
|
831
590
|
ChannelArn?: string;
|
|
832
|
-
|
|
833
591
|
NextToken?: string;
|
|
834
|
-
|
|
835
592
|
ChannelModerators?: ChannelModeratorSummary[];
|
|
836
593
|
}
|
|
837
594
|
export interface ListChannelsRequest {
|
|
838
595
|
AppInstanceArn: string | undefined;
|
|
839
|
-
|
|
840
596
|
Privacy?: ChannelPrivacy | string;
|
|
841
|
-
|
|
842
597
|
MaxResults?: number;
|
|
843
|
-
|
|
844
598
|
NextToken?: string;
|
|
845
|
-
|
|
846
599
|
ChimeBearer: string | undefined;
|
|
847
600
|
}
|
|
848
601
|
export interface ListChannelsResponse {
|
|
849
602
|
Channels?: ChannelSummary[];
|
|
850
|
-
|
|
851
603
|
NextToken?: string;
|
|
852
604
|
}
|
|
853
605
|
export interface ListChannelsAssociatedWithChannelFlowRequest {
|
|
854
606
|
ChannelFlowArn: string | undefined;
|
|
855
|
-
|
|
856
607
|
MaxResults?: number;
|
|
857
|
-
|
|
858
608
|
NextToken?: string;
|
|
859
609
|
}
|
|
860
610
|
export interface ListChannelsAssociatedWithChannelFlowResponse {
|
|
861
611
|
Channels?: ChannelAssociatedWithFlowSummary[];
|
|
862
|
-
|
|
863
612
|
NextToken?: string;
|
|
864
613
|
}
|
|
865
614
|
export interface ListChannelsModeratedByAppInstanceUserRequest {
|
|
866
615
|
AppInstanceUserArn?: string;
|
|
867
|
-
|
|
868
616
|
MaxResults?: number;
|
|
869
|
-
|
|
870
617
|
NextToken?: string;
|
|
871
|
-
|
|
872
618
|
ChimeBearer: string | undefined;
|
|
873
619
|
}
|
|
874
620
|
export interface ListChannelsModeratedByAppInstanceUserResponse {
|
|
875
621
|
Channels?: ChannelModeratedByAppInstanceUserSummary[];
|
|
876
|
-
|
|
877
622
|
NextToken?: string;
|
|
878
623
|
}
|
|
879
624
|
export interface ListSubChannelsRequest {
|
|
880
625
|
ChannelArn: string | undefined;
|
|
881
|
-
|
|
882
626
|
ChimeBearer: string | undefined;
|
|
883
|
-
|
|
884
627
|
MaxResults?: number;
|
|
885
|
-
|
|
886
628
|
NextToken?: string;
|
|
887
629
|
}
|
|
888
|
-
|
|
889
630
|
export interface SubChannelSummary {
|
|
890
631
|
SubChannelId?: string;
|
|
891
|
-
|
|
892
632
|
MembershipCount?: number;
|
|
893
633
|
}
|
|
894
634
|
export interface ListSubChannelsResponse {
|
|
895
635
|
ChannelArn?: string;
|
|
896
|
-
|
|
897
636
|
SubChannels?: SubChannelSummary[];
|
|
898
|
-
|
|
899
637
|
NextToken?: string;
|
|
900
638
|
}
|
|
901
639
|
export interface ListTagsForResourceRequest {
|
|
@@ -906,34 +644,24 @@ export interface ListTagsForResourceResponse {
|
|
|
906
644
|
}
|
|
907
645
|
export interface PutChannelMembershipPreferencesRequest {
|
|
908
646
|
ChannelArn: string | undefined;
|
|
909
|
-
|
|
910
647
|
MemberArn: string | undefined;
|
|
911
|
-
|
|
912
648
|
ChimeBearer: string | undefined;
|
|
913
|
-
|
|
914
649
|
Preferences: ChannelMembershipPreferences | undefined;
|
|
915
650
|
}
|
|
916
651
|
export interface PutChannelMembershipPreferencesResponse {
|
|
917
652
|
ChannelArn?: string;
|
|
918
|
-
|
|
919
653
|
Member?: Identity;
|
|
920
|
-
|
|
921
654
|
Preferences?: ChannelMembershipPreferences;
|
|
922
655
|
}
|
|
923
656
|
export interface RedactChannelMessageRequest {
|
|
924
657
|
ChannelArn: string | undefined;
|
|
925
|
-
|
|
926
658
|
MessageId: string | undefined;
|
|
927
|
-
|
|
928
659
|
ChimeBearer: string | undefined;
|
|
929
|
-
|
|
930
660
|
SubChannelId?: string;
|
|
931
661
|
}
|
|
932
662
|
export interface RedactChannelMessageResponse {
|
|
933
663
|
ChannelArn?: string;
|
|
934
|
-
|
|
935
664
|
MessageId?: string;
|
|
936
|
-
|
|
937
665
|
SubChannelId?: string;
|
|
938
666
|
}
|
|
939
667
|
export declare enum SearchFieldKey {
|
|
@@ -943,77 +671,52 @@ export declare enum SearchFieldOperator {
|
|
|
943
671
|
EQUALS = "EQUALS",
|
|
944
672
|
INCLUDES = "INCLUDES",
|
|
945
673
|
}
|
|
946
|
-
|
|
947
674
|
export interface SearchField {
|
|
948
675
|
Key: SearchFieldKey | string | undefined;
|
|
949
|
-
|
|
950
676
|
Values: string[] | undefined;
|
|
951
|
-
|
|
952
677
|
Operator: SearchFieldOperator | string | undefined;
|
|
953
678
|
}
|
|
954
679
|
export interface SearchChannelsRequest {
|
|
955
680
|
ChimeBearer?: string;
|
|
956
|
-
|
|
957
681
|
Fields: SearchField[] | undefined;
|
|
958
|
-
|
|
959
682
|
MaxResults?: number;
|
|
960
|
-
|
|
961
683
|
NextToken?: string;
|
|
962
684
|
}
|
|
963
685
|
export interface SearchChannelsResponse {
|
|
964
686
|
Channels?: ChannelSummary[];
|
|
965
|
-
|
|
966
687
|
NextToken?: string;
|
|
967
688
|
}
|
|
968
689
|
export interface SendChannelMessageRequest {
|
|
969
690
|
ChannelArn: string | undefined;
|
|
970
|
-
|
|
971
691
|
Content: string | undefined;
|
|
972
|
-
|
|
973
692
|
Type: ChannelMessageType | string | undefined;
|
|
974
|
-
|
|
975
693
|
Persistence: ChannelMessagePersistenceType | string | undefined;
|
|
976
|
-
|
|
977
694
|
Metadata?: string;
|
|
978
|
-
|
|
979
695
|
ClientRequestToken?: string;
|
|
980
|
-
|
|
981
696
|
ChimeBearer: string | undefined;
|
|
982
|
-
|
|
983
697
|
PushNotification?: PushNotificationConfiguration;
|
|
984
|
-
|
|
985
698
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
986
|
-
|
|
987
699
|
SubChannelId?: string;
|
|
988
700
|
}
|
|
989
701
|
export interface SendChannelMessageResponse {
|
|
990
702
|
ChannelArn?: string;
|
|
991
|
-
|
|
992
703
|
MessageId?: string;
|
|
993
|
-
|
|
994
704
|
Status?: ChannelMessageStatusStructure;
|
|
995
|
-
|
|
996
705
|
SubChannelId?: string;
|
|
997
706
|
}
|
|
998
707
|
export interface TagResourceRequest {
|
|
999
708
|
ResourceARN: string | undefined;
|
|
1000
|
-
|
|
1001
709
|
Tags: Tag[] | undefined;
|
|
1002
710
|
}
|
|
1003
711
|
export interface UntagResourceRequest {
|
|
1004
712
|
ResourceARN: string | undefined;
|
|
1005
|
-
|
|
1006
713
|
TagKeys: string[] | undefined;
|
|
1007
714
|
}
|
|
1008
715
|
export interface UpdateChannelRequest {
|
|
1009
716
|
ChannelArn: string | undefined;
|
|
1010
|
-
|
|
1011
717
|
Name?: string;
|
|
1012
|
-
|
|
1013
718
|
Mode?: ChannelMode | string;
|
|
1014
|
-
|
|
1015
719
|
Metadata?: string;
|
|
1016
|
-
|
|
1017
720
|
ChimeBearer: string | undefined;
|
|
1018
721
|
}
|
|
1019
722
|
export interface UpdateChannelResponse {
|
|
@@ -1021,9 +724,7 @@ export interface UpdateChannelResponse {
|
|
|
1021
724
|
}
|
|
1022
725
|
export interface UpdateChannelFlowRequest {
|
|
1023
726
|
ChannelFlowArn: string | undefined;
|
|
1024
|
-
|
|
1025
727
|
Processors: Processor[] | undefined;
|
|
1026
|
-
|
|
1027
728
|
Name: string | undefined;
|
|
1028
729
|
}
|
|
1029
730
|
export interface UpdateChannelFlowResponse {
|
|
@@ -1031,489 +732,361 @@ export interface UpdateChannelFlowResponse {
|
|
|
1031
732
|
}
|
|
1032
733
|
export interface UpdateChannelMessageRequest {
|
|
1033
734
|
ChannelArn: string | undefined;
|
|
1034
|
-
|
|
1035
735
|
MessageId: string | undefined;
|
|
1036
|
-
|
|
1037
736
|
Content?: string;
|
|
1038
|
-
|
|
1039
737
|
Metadata?: string;
|
|
1040
|
-
|
|
1041
738
|
ChimeBearer: string | undefined;
|
|
1042
|
-
|
|
1043
739
|
SubChannelId?: string;
|
|
1044
740
|
}
|
|
1045
741
|
export interface UpdateChannelMessageResponse {
|
|
1046
742
|
ChannelArn?: string;
|
|
1047
|
-
|
|
1048
743
|
MessageId?: string;
|
|
1049
|
-
|
|
1050
744
|
Status?: ChannelMessageStatusStructure;
|
|
1051
|
-
|
|
1052
745
|
SubChannelId?: string;
|
|
1053
746
|
}
|
|
1054
747
|
export interface UpdateChannelReadMarkerRequest {
|
|
1055
748
|
ChannelArn: string | undefined;
|
|
1056
|
-
|
|
1057
749
|
ChimeBearer: string | undefined;
|
|
1058
|
-
|
|
1059
750
|
SubChannelId?: string;
|
|
1060
751
|
}
|
|
1061
752
|
export interface UpdateChannelReadMarkerResponse {
|
|
1062
753
|
ChannelArn?: string;
|
|
1063
|
-
|
|
1064
754
|
SubChannelId?: string;
|
|
1065
755
|
}
|
|
1066
|
-
|
|
1067
756
|
export declare const AppInstanceUserMembershipSummaryFilterSensitiveLog: (
|
|
1068
757
|
obj: AppInstanceUserMembershipSummary
|
|
1069
758
|
) => any;
|
|
1070
|
-
|
|
1071
759
|
export declare const AssociateChannelFlowRequestFilterSensitiveLog: (
|
|
1072
760
|
obj: AssociateChannelFlowRequest
|
|
1073
761
|
) => any;
|
|
1074
|
-
|
|
1075
762
|
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
1076
|
-
|
|
1077
763
|
export declare const BatchChannelMembershipsFilterSensitiveLog: (
|
|
1078
764
|
obj: BatchChannelMemberships
|
|
1079
765
|
) => any;
|
|
1080
|
-
|
|
1081
766
|
export declare const BatchCreateChannelMembershipRequestFilterSensitiveLog: (
|
|
1082
767
|
obj: BatchCreateChannelMembershipRequest
|
|
1083
768
|
) => any;
|
|
1084
|
-
|
|
1085
769
|
export declare const BatchCreateChannelMembershipErrorFilterSensitiveLog: (
|
|
1086
770
|
obj: BatchCreateChannelMembershipError
|
|
1087
771
|
) => any;
|
|
1088
|
-
|
|
1089
772
|
export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (
|
|
1090
773
|
obj: BatchCreateChannelMembershipResponse
|
|
1091
774
|
) => any;
|
|
1092
|
-
|
|
1093
775
|
export declare const ElasticChannelConfigurationFilterSensitiveLog: (
|
|
1094
776
|
obj: ElasticChannelConfiguration
|
|
1095
777
|
) => any;
|
|
1096
|
-
|
|
1097
778
|
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
1098
|
-
|
|
1099
779
|
export declare const ChannelAssociatedWithFlowSummaryFilterSensitiveLog: (
|
|
1100
780
|
obj: ChannelAssociatedWithFlowSummary
|
|
1101
781
|
) => any;
|
|
1102
|
-
|
|
1103
782
|
export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
|
|
1104
|
-
|
|
1105
783
|
export declare const ChannelBanSummaryFilterSensitiveLog: (
|
|
1106
784
|
obj: ChannelBanSummary
|
|
1107
785
|
) => any;
|
|
1108
|
-
|
|
1109
786
|
export declare const LambdaConfigurationFilterSensitiveLog: (
|
|
1110
787
|
obj: LambdaConfiguration
|
|
1111
788
|
) => any;
|
|
1112
|
-
|
|
1113
789
|
export declare const ProcessorConfigurationFilterSensitiveLog: (
|
|
1114
790
|
obj: ProcessorConfiguration
|
|
1115
791
|
) => any;
|
|
1116
|
-
|
|
1117
792
|
export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
|
|
1118
|
-
|
|
1119
793
|
export declare const ChannelFlowFilterSensitiveLog: (obj: ChannelFlow) => any;
|
|
1120
|
-
|
|
1121
794
|
export declare const MessageAttributeValueFilterSensitiveLog: (
|
|
1122
795
|
obj: MessageAttributeValue
|
|
1123
796
|
) => any;
|
|
1124
|
-
|
|
1125
797
|
export declare const PushNotificationConfigurationFilterSensitiveLog: (
|
|
1126
798
|
obj: PushNotificationConfiguration
|
|
1127
799
|
) => any;
|
|
1128
|
-
|
|
1129
800
|
export declare const ChannelMessageCallbackFilterSensitiveLog: (
|
|
1130
801
|
obj: ChannelMessageCallback
|
|
1131
802
|
) => any;
|
|
1132
|
-
|
|
1133
803
|
export declare const ChannelFlowCallbackRequestFilterSensitiveLog: (
|
|
1134
804
|
obj: ChannelFlowCallbackRequest
|
|
1135
805
|
) => any;
|
|
1136
|
-
|
|
1137
806
|
export declare const ChannelFlowCallbackResponseFilterSensitiveLog: (
|
|
1138
807
|
obj: ChannelFlowCallbackResponse
|
|
1139
808
|
) => any;
|
|
1140
|
-
|
|
1141
809
|
export declare const ChannelFlowSummaryFilterSensitiveLog: (
|
|
1142
810
|
obj: ChannelFlowSummary
|
|
1143
811
|
) => any;
|
|
1144
|
-
|
|
1145
812
|
export declare const ChannelMembershipFilterSensitiveLog: (
|
|
1146
813
|
obj: ChannelMembership
|
|
1147
814
|
) => any;
|
|
1148
|
-
|
|
1149
815
|
export declare const ChannelSummaryFilterSensitiveLog: (
|
|
1150
816
|
obj: ChannelSummary
|
|
1151
817
|
) => any;
|
|
1152
|
-
|
|
1153
818
|
export declare const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog: (
|
|
1154
819
|
obj: ChannelMembershipForAppInstanceUserSummary
|
|
1155
820
|
) => any;
|
|
1156
|
-
|
|
1157
821
|
export declare const PushNotificationPreferencesFilterSensitiveLog: (
|
|
1158
822
|
obj: PushNotificationPreferences
|
|
1159
823
|
) => any;
|
|
1160
|
-
|
|
1161
824
|
export declare const ChannelMembershipPreferencesFilterSensitiveLog: (
|
|
1162
825
|
obj: ChannelMembershipPreferences
|
|
1163
826
|
) => any;
|
|
1164
|
-
|
|
1165
827
|
export declare const ChannelMembershipSummaryFilterSensitiveLog: (
|
|
1166
828
|
obj: ChannelMembershipSummary
|
|
1167
829
|
) => any;
|
|
1168
|
-
|
|
1169
830
|
export declare const ChannelMessageStatusStructureFilterSensitiveLog: (
|
|
1170
831
|
obj: ChannelMessageStatusStructure
|
|
1171
832
|
) => any;
|
|
1172
|
-
|
|
1173
833
|
export declare const ChannelMessageFilterSensitiveLog: (
|
|
1174
834
|
obj: ChannelMessage
|
|
1175
835
|
) => any;
|
|
1176
|
-
|
|
1177
836
|
export declare const ChannelMessageSummaryFilterSensitiveLog: (
|
|
1178
837
|
obj: ChannelMessageSummary
|
|
1179
838
|
) => any;
|
|
1180
|
-
|
|
1181
839
|
export declare const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog: (
|
|
1182
840
|
obj: ChannelModeratedByAppInstanceUserSummary
|
|
1183
841
|
) => any;
|
|
1184
|
-
|
|
1185
842
|
export declare const ChannelModeratorFilterSensitiveLog: (
|
|
1186
843
|
obj: ChannelModerator
|
|
1187
844
|
) => any;
|
|
1188
|
-
|
|
1189
845
|
export declare const ChannelModeratorSummaryFilterSensitiveLog: (
|
|
1190
846
|
obj: ChannelModeratorSummary
|
|
1191
847
|
) => any;
|
|
1192
|
-
|
|
1193
848
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1194
|
-
|
|
1195
849
|
export declare const CreateChannelRequestFilterSensitiveLog: (
|
|
1196
850
|
obj: CreateChannelRequest
|
|
1197
851
|
) => any;
|
|
1198
|
-
|
|
1199
852
|
export declare const CreateChannelResponseFilterSensitiveLog: (
|
|
1200
853
|
obj: CreateChannelResponse
|
|
1201
854
|
) => any;
|
|
1202
|
-
|
|
1203
855
|
export declare const CreateChannelBanRequestFilterSensitiveLog: (
|
|
1204
856
|
obj: CreateChannelBanRequest
|
|
1205
857
|
) => any;
|
|
1206
|
-
|
|
1207
858
|
export declare const CreateChannelBanResponseFilterSensitiveLog: (
|
|
1208
859
|
obj: CreateChannelBanResponse
|
|
1209
860
|
) => any;
|
|
1210
|
-
|
|
1211
861
|
export declare const CreateChannelFlowRequestFilterSensitiveLog: (
|
|
1212
862
|
obj: CreateChannelFlowRequest
|
|
1213
863
|
) => any;
|
|
1214
|
-
|
|
1215
864
|
export declare const CreateChannelFlowResponseFilterSensitiveLog: (
|
|
1216
865
|
obj: CreateChannelFlowResponse
|
|
1217
866
|
) => any;
|
|
1218
|
-
|
|
1219
867
|
export declare const CreateChannelMembershipRequestFilterSensitiveLog: (
|
|
1220
868
|
obj: CreateChannelMembershipRequest
|
|
1221
869
|
) => any;
|
|
1222
|
-
|
|
1223
870
|
export declare const CreateChannelMembershipResponseFilterSensitiveLog: (
|
|
1224
871
|
obj: CreateChannelMembershipResponse
|
|
1225
872
|
) => any;
|
|
1226
|
-
|
|
1227
873
|
export declare const CreateChannelModeratorRequestFilterSensitiveLog: (
|
|
1228
874
|
obj: CreateChannelModeratorRequest
|
|
1229
875
|
) => any;
|
|
1230
|
-
|
|
1231
876
|
export declare const CreateChannelModeratorResponseFilterSensitiveLog: (
|
|
1232
877
|
obj: CreateChannelModeratorResponse
|
|
1233
878
|
) => any;
|
|
1234
|
-
|
|
1235
879
|
export declare const DeleteChannelRequestFilterSensitiveLog: (
|
|
1236
880
|
obj: DeleteChannelRequest
|
|
1237
881
|
) => any;
|
|
1238
|
-
|
|
1239
882
|
export declare const DeleteChannelBanRequestFilterSensitiveLog: (
|
|
1240
883
|
obj: DeleteChannelBanRequest
|
|
1241
884
|
) => any;
|
|
1242
|
-
|
|
1243
885
|
export declare const DeleteChannelFlowRequestFilterSensitiveLog: (
|
|
1244
886
|
obj: DeleteChannelFlowRequest
|
|
1245
887
|
) => any;
|
|
1246
|
-
|
|
1247
888
|
export declare const DeleteChannelMembershipRequestFilterSensitiveLog: (
|
|
1248
889
|
obj: DeleteChannelMembershipRequest
|
|
1249
890
|
) => any;
|
|
1250
|
-
|
|
1251
891
|
export declare const DeleteChannelMessageRequestFilterSensitiveLog: (
|
|
1252
892
|
obj: DeleteChannelMessageRequest
|
|
1253
893
|
) => any;
|
|
1254
|
-
|
|
1255
894
|
export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (
|
|
1256
895
|
obj: DeleteChannelModeratorRequest
|
|
1257
896
|
) => any;
|
|
1258
|
-
|
|
1259
897
|
export declare const DescribeChannelRequestFilterSensitiveLog: (
|
|
1260
898
|
obj: DescribeChannelRequest
|
|
1261
899
|
) => any;
|
|
1262
|
-
|
|
1263
900
|
export declare const DescribeChannelResponseFilterSensitiveLog: (
|
|
1264
901
|
obj: DescribeChannelResponse
|
|
1265
902
|
) => any;
|
|
1266
|
-
|
|
1267
903
|
export declare const DescribeChannelBanRequestFilterSensitiveLog: (
|
|
1268
904
|
obj: DescribeChannelBanRequest
|
|
1269
905
|
) => any;
|
|
1270
|
-
|
|
1271
906
|
export declare const DescribeChannelBanResponseFilterSensitiveLog: (
|
|
1272
907
|
obj: DescribeChannelBanResponse
|
|
1273
908
|
) => any;
|
|
1274
|
-
|
|
1275
909
|
export declare const DescribeChannelFlowRequestFilterSensitiveLog: (
|
|
1276
910
|
obj: DescribeChannelFlowRequest
|
|
1277
911
|
) => any;
|
|
1278
|
-
|
|
1279
912
|
export declare const DescribeChannelFlowResponseFilterSensitiveLog: (
|
|
1280
913
|
obj: DescribeChannelFlowResponse
|
|
1281
914
|
) => any;
|
|
1282
|
-
|
|
1283
915
|
export declare const DescribeChannelMembershipRequestFilterSensitiveLog: (
|
|
1284
916
|
obj: DescribeChannelMembershipRequest
|
|
1285
917
|
) => any;
|
|
1286
|
-
|
|
1287
918
|
export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (
|
|
1288
919
|
obj: DescribeChannelMembershipResponse
|
|
1289
920
|
) => any;
|
|
1290
|
-
|
|
1291
921
|
export declare const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog: (
|
|
1292
922
|
obj: DescribeChannelMembershipForAppInstanceUserRequest
|
|
1293
923
|
) => any;
|
|
1294
|
-
|
|
1295
924
|
export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (
|
|
1296
925
|
obj: DescribeChannelMembershipForAppInstanceUserResponse
|
|
1297
926
|
) => any;
|
|
1298
|
-
|
|
1299
927
|
export declare const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog: (
|
|
1300
928
|
obj: DescribeChannelModeratedByAppInstanceUserRequest
|
|
1301
929
|
) => any;
|
|
1302
|
-
|
|
1303
930
|
export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (
|
|
1304
931
|
obj: DescribeChannelModeratedByAppInstanceUserResponse
|
|
1305
932
|
) => any;
|
|
1306
|
-
|
|
1307
933
|
export declare const DescribeChannelModeratorRequestFilterSensitiveLog: (
|
|
1308
934
|
obj: DescribeChannelModeratorRequest
|
|
1309
935
|
) => any;
|
|
1310
|
-
|
|
1311
936
|
export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (
|
|
1312
937
|
obj: DescribeChannelModeratorResponse
|
|
1313
938
|
) => any;
|
|
1314
|
-
|
|
1315
939
|
export declare const DisassociateChannelFlowRequestFilterSensitiveLog: (
|
|
1316
940
|
obj: DisassociateChannelFlowRequest
|
|
1317
941
|
) => any;
|
|
1318
|
-
|
|
1319
942
|
export declare const GetChannelMembershipPreferencesRequestFilterSensitiveLog: (
|
|
1320
943
|
obj: GetChannelMembershipPreferencesRequest
|
|
1321
944
|
) => any;
|
|
1322
|
-
|
|
1323
945
|
export declare const GetChannelMembershipPreferencesResponseFilterSensitiveLog: (
|
|
1324
946
|
obj: GetChannelMembershipPreferencesResponse
|
|
1325
947
|
) => any;
|
|
1326
|
-
|
|
1327
948
|
export declare const GetChannelMessageRequestFilterSensitiveLog: (
|
|
1328
949
|
obj: GetChannelMessageRequest
|
|
1329
950
|
) => any;
|
|
1330
|
-
|
|
1331
951
|
export declare const GetChannelMessageResponseFilterSensitiveLog: (
|
|
1332
952
|
obj: GetChannelMessageResponse
|
|
1333
953
|
) => any;
|
|
1334
|
-
|
|
1335
954
|
export declare const GetChannelMessageStatusRequestFilterSensitiveLog: (
|
|
1336
955
|
obj: GetChannelMessageStatusRequest
|
|
1337
956
|
) => any;
|
|
1338
|
-
|
|
1339
957
|
export declare const GetChannelMessageStatusResponseFilterSensitiveLog: (
|
|
1340
958
|
obj: GetChannelMessageStatusResponse
|
|
1341
959
|
) => any;
|
|
1342
|
-
|
|
1343
960
|
export declare const GetMessagingSessionEndpointRequestFilterSensitiveLog: (
|
|
1344
961
|
obj: GetMessagingSessionEndpointRequest
|
|
1345
962
|
) => any;
|
|
1346
|
-
|
|
1347
963
|
export declare const MessagingSessionEndpointFilterSensitiveLog: (
|
|
1348
964
|
obj: MessagingSessionEndpoint
|
|
1349
965
|
) => any;
|
|
1350
|
-
|
|
1351
966
|
export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (
|
|
1352
967
|
obj: GetMessagingSessionEndpointResponse
|
|
1353
968
|
) => any;
|
|
1354
|
-
|
|
1355
969
|
export declare const ListChannelBansRequestFilterSensitiveLog: (
|
|
1356
970
|
obj: ListChannelBansRequest
|
|
1357
971
|
) => any;
|
|
1358
|
-
|
|
1359
972
|
export declare const ListChannelBansResponseFilterSensitiveLog: (
|
|
1360
973
|
obj: ListChannelBansResponse
|
|
1361
974
|
) => any;
|
|
1362
|
-
|
|
1363
975
|
export declare const ListChannelFlowsRequestFilterSensitiveLog: (
|
|
1364
976
|
obj: ListChannelFlowsRequest
|
|
1365
977
|
) => any;
|
|
1366
|
-
|
|
1367
978
|
export declare const ListChannelFlowsResponseFilterSensitiveLog: (
|
|
1368
979
|
obj: ListChannelFlowsResponse
|
|
1369
980
|
) => any;
|
|
1370
|
-
|
|
1371
981
|
export declare const ListChannelMembershipsRequestFilterSensitiveLog: (
|
|
1372
982
|
obj: ListChannelMembershipsRequest
|
|
1373
983
|
) => any;
|
|
1374
|
-
|
|
1375
984
|
export declare const ListChannelMembershipsResponseFilterSensitiveLog: (
|
|
1376
985
|
obj: ListChannelMembershipsResponse
|
|
1377
986
|
) => any;
|
|
1378
|
-
|
|
1379
987
|
export declare const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog: (
|
|
1380
988
|
obj: ListChannelMembershipsForAppInstanceUserRequest
|
|
1381
989
|
) => any;
|
|
1382
|
-
|
|
1383
990
|
export declare const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog: (
|
|
1384
991
|
obj: ListChannelMembershipsForAppInstanceUserResponse
|
|
1385
992
|
) => any;
|
|
1386
|
-
|
|
1387
993
|
export declare const ListChannelMessagesRequestFilterSensitiveLog: (
|
|
1388
994
|
obj: ListChannelMessagesRequest
|
|
1389
995
|
) => any;
|
|
1390
|
-
|
|
1391
996
|
export declare const ListChannelMessagesResponseFilterSensitiveLog: (
|
|
1392
997
|
obj: ListChannelMessagesResponse
|
|
1393
998
|
) => any;
|
|
1394
|
-
|
|
1395
999
|
export declare const ListChannelModeratorsRequestFilterSensitiveLog: (
|
|
1396
1000
|
obj: ListChannelModeratorsRequest
|
|
1397
1001
|
) => any;
|
|
1398
|
-
|
|
1399
1002
|
export declare const ListChannelModeratorsResponseFilterSensitiveLog: (
|
|
1400
1003
|
obj: ListChannelModeratorsResponse
|
|
1401
1004
|
) => any;
|
|
1402
|
-
|
|
1403
1005
|
export declare const ListChannelsRequestFilterSensitiveLog: (
|
|
1404
1006
|
obj: ListChannelsRequest
|
|
1405
1007
|
) => any;
|
|
1406
|
-
|
|
1407
1008
|
export declare const ListChannelsResponseFilterSensitiveLog: (
|
|
1408
1009
|
obj: ListChannelsResponse
|
|
1409
1010
|
) => any;
|
|
1410
|
-
|
|
1411
1011
|
export declare const ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog: (
|
|
1412
1012
|
obj: ListChannelsAssociatedWithChannelFlowRequest
|
|
1413
1013
|
) => any;
|
|
1414
|
-
|
|
1415
1014
|
export declare const ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog: (
|
|
1416
1015
|
obj: ListChannelsAssociatedWithChannelFlowResponse
|
|
1417
1016
|
) => any;
|
|
1418
|
-
|
|
1419
1017
|
export declare const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog: (
|
|
1420
1018
|
obj: ListChannelsModeratedByAppInstanceUserRequest
|
|
1421
1019
|
) => any;
|
|
1422
|
-
|
|
1423
1020
|
export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog: (
|
|
1424
1021
|
obj: ListChannelsModeratedByAppInstanceUserResponse
|
|
1425
1022
|
) => any;
|
|
1426
|
-
|
|
1427
1023
|
export declare const ListSubChannelsRequestFilterSensitiveLog: (
|
|
1428
1024
|
obj: ListSubChannelsRequest
|
|
1429
1025
|
) => any;
|
|
1430
|
-
|
|
1431
1026
|
export declare const SubChannelSummaryFilterSensitiveLog: (
|
|
1432
1027
|
obj: SubChannelSummary
|
|
1433
1028
|
) => any;
|
|
1434
|
-
|
|
1435
1029
|
export declare const ListSubChannelsResponseFilterSensitiveLog: (
|
|
1436
1030
|
obj: ListSubChannelsResponse
|
|
1437
1031
|
) => any;
|
|
1438
|
-
|
|
1439
1032
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1440
1033
|
obj: ListTagsForResourceRequest
|
|
1441
1034
|
) => any;
|
|
1442
|
-
|
|
1443
1035
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1444
1036
|
obj: ListTagsForResourceResponse
|
|
1445
1037
|
) => any;
|
|
1446
|
-
|
|
1447
1038
|
export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (
|
|
1448
1039
|
obj: PutChannelMembershipPreferencesRequest
|
|
1449
1040
|
) => any;
|
|
1450
|
-
|
|
1451
1041
|
export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (
|
|
1452
1042
|
obj: PutChannelMembershipPreferencesResponse
|
|
1453
1043
|
) => any;
|
|
1454
|
-
|
|
1455
1044
|
export declare const RedactChannelMessageRequestFilterSensitiveLog: (
|
|
1456
1045
|
obj: RedactChannelMessageRequest
|
|
1457
1046
|
) => any;
|
|
1458
|
-
|
|
1459
1047
|
export declare const RedactChannelMessageResponseFilterSensitiveLog: (
|
|
1460
1048
|
obj: RedactChannelMessageResponse
|
|
1461
1049
|
) => any;
|
|
1462
|
-
|
|
1463
1050
|
export declare const SearchFieldFilterSensitiveLog: (obj: SearchField) => any;
|
|
1464
|
-
|
|
1465
1051
|
export declare const SearchChannelsRequestFilterSensitiveLog: (
|
|
1466
1052
|
obj: SearchChannelsRequest
|
|
1467
1053
|
) => any;
|
|
1468
|
-
|
|
1469
1054
|
export declare const SearchChannelsResponseFilterSensitiveLog: (
|
|
1470
1055
|
obj: SearchChannelsResponse
|
|
1471
1056
|
) => any;
|
|
1472
|
-
|
|
1473
1057
|
export declare const SendChannelMessageRequestFilterSensitiveLog: (
|
|
1474
1058
|
obj: SendChannelMessageRequest
|
|
1475
1059
|
) => any;
|
|
1476
|
-
|
|
1477
1060
|
export declare const SendChannelMessageResponseFilterSensitiveLog: (
|
|
1478
1061
|
obj: SendChannelMessageResponse
|
|
1479
1062
|
) => any;
|
|
1480
|
-
|
|
1481
1063
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1482
1064
|
obj: TagResourceRequest
|
|
1483
1065
|
) => any;
|
|
1484
|
-
|
|
1485
1066
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1486
1067
|
obj: UntagResourceRequest
|
|
1487
1068
|
) => any;
|
|
1488
|
-
|
|
1489
1069
|
export declare const UpdateChannelRequestFilterSensitiveLog: (
|
|
1490
1070
|
obj: UpdateChannelRequest
|
|
1491
1071
|
) => any;
|
|
1492
|
-
|
|
1493
1072
|
export declare const UpdateChannelResponseFilterSensitiveLog: (
|
|
1494
1073
|
obj: UpdateChannelResponse
|
|
1495
1074
|
) => any;
|
|
1496
|
-
|
|
1497
1075
|
export declare const UpdateChannelFlowRequestFilterSensitiveLog: (
|
|
1498
1076
|
obj: UpdateChannelFlowRequest
|
|
1499
1077
|
) => any;
|
|
1500
|
-
|
|
1501
1078
|
export declare const UpdateChannelFlowResponseFilterSensitiveLog: (
|
|
1502
1079
|
obj: UpdateChannelFlowResponse
|
|
1503
1080
|
) => any;
|
|
1504
|
-
|
|
1505
1081
|
export declare const UpdateChannelMessageRequestFilterSensitiveLog: (
|
|
1506
1082
|
obj: UpdateChannelMessageRequest
|
|
1507
1083
|
) => any;
|
|
1508
|
-
|
|
1509
1084
|
export declare const UpdateChannelMessageResponseFilterSensitiveLog: (
|
|
1510
1085
|
obj: UpdateChannelMessageResponse
|
|
1511
1086
|
) => any;
|
|
1512
|
-
|
|
1513
1087
|
export declare const UpdateChannelReadMarkerRequestFilterSensitiveLog: (
|
|
1514
1088
|
obj: UpdateChannelReadMarkerRequest
|
|
1515
1089
|
) => any;
|
|
1516
|
-
|
|
1517
1090
|
export declare const UpdateChannelReadMarkerResponseFilterSensitiveLog: (
|
|
1518
1091
|
obj: UpdateChannelReadMarkerResponse
|
|
1519
1092
|
) => any;
|