@aws-sdk/client-chime-sdk-messaging 3.297.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 +100 -50
- package/dist-types/ChimeSDKMessagingClient.d.ts +3 -2
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +4 -2
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelBanCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +4 -4
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +2 -2
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +2 -2
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +4 -2
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +10 -3
- package/dist-types/commands/GetChannelMessageCommand.d.ts +2 -2
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +3 -1
- package/dist-types/commands/ListChannelBansCommand.d.ts +2 -2
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +3 -3
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +2 -2
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +99 -0
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +10 -3
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/SearchChannelsCommand.d.ts +6 -1
- package/dist-types/commands/SendChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +149 -250
- 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
|
@@ -185,7 +185,7 @@ export declare class UnauthorizedClientException extends __BaseException {
|
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
187
|
* @public
|
|
188
|
-
* <p>The details of a user.</p>
|
|
188
|
+
* <p>The details of a user or bot.</p>
|
|
189
189
|
*/
|
|
190
190
|
export interface Identity {
|
|
191
191
|
/**
|
|
@@ -208,7 +208,7 @@ export interface BatchChannelMemberships {
|
|
|
208
208
|
*/
|
|
209
209
|
InvitedBy?: Identity;
|
|
210
210
|
/**
|
|
211
|
-
* <p>The membership types set for the channel
|
|
211
|
+
* <p>The membership types set for the channel members.</p>
|
|
212
212
|
*/
|
|
213
213
|
Type?: ChannelMembershipType | string;
|
|
214
214
|
/**
|
|
@@ -216,7 +216,7 @@ export interface BatchChannelMemberships {
|
|
|
216
216
|
*/
|
|
217
217
|
Members?: Identity[];
|
|
218
218
|
/**
|
|
219
|
-
* <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>
|
|
220
220
|
*/
|
|
221
221
|
ChannelArn?: string;
|
|
222
222
|
/**
|
|
@@ -229,7 +229,7 @@ export interface BatchChannelMemberships {
|
|
|
229
229
|
*/
|
|
230
230
|
export interface BatchCreateChannelMembershipRequest {
|
|
231
231
|
/**
|
|
232
|
-
* <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>
|
|
233
233
|
*/
|
|
234
234
|
ChannelArn: string | undefined;
|
|
235
235
|
/**
|
|
@@ -241,11 +241,13 @@ export interface BatchCreateChannelMembershipRequest {
|
|
|
241
241
|
*/
|
|
242
242
|
Type?: ChannelMembershipType | string;
|
|
243
243
|
/**
|
|
244
|
-
* <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>
|
|
245
246
|
*/
|
|
246
247
|
MemberArns: string[] | undefined;
|
|
247
248
|
/**
|
|
248
|
-
* <p>The <code>
|
|
249
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
250
|
+
* that makes the API call.</p>
|
|
249
251
|
*/
|
|
250
252
|
ChimeBearer: string | undefined;
|
|
251
253
|
/**
|
|
@@ -320,6 +322,27 @@ export interface ElasticChannelConfiguration {
|
|
|
320
322
|
*/
|
|
321
323
|
MinimumMembershipPercentage: number | undefined;
|
|
322
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
|
+
}
|
|
323
346
|
/**
|
|
324
347
|
* @public
|
|
325
348
|
*/
|
|
@@ -383,6 +406,10 @@ export interface Channel {
|
|
|
383
406
|
* <p>The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million members.</p>
|
|
384
407
|
*/
|
|
385
408
|
ElasticChannelConfiguration?: ElasticChannelConfiguration;
|
|
409
|
+
/**
|
|
410
|
+
* <p>Settings that control when a channel expires.</p>
|
|
411
|
+
*/
|
|
412
|
+
ExpirationSettings?: ExpirationSettings;
|
|
386
413
|
}
|
|
387
414
|
/**
|
|
388
415
|
* @public
|
|
@@ -596,6 +623,10 @@ export interface ChannelMessageCallback {
|
|
|
596
623
|
* <p>The ID of the SubChannel.</p>
|
|
597
624
|
*/
|
|
598
625
|
SubChannelId?: string;
|
|
626
|
+
/**
|
|
627
|
+
* <p>The content type of the call-back message.</p>
|
|
628
|
+
*/
|
|
629
|
+
ContentType?: string;
|
|
599
630
|
}
|
|
600
631
|
/**
|
|
601
632
|
* @public
|
|
@@ -861,6 +892,10 @@ export interface ChannelMessage {
|
|
|
861
892
|
* <p>The ID of the SubChannel.</p>
|
|
862
893
|
*/
|
|
863
894
|
SubChannelId?: string;
|
|
895
|
+
/**
|
|
896
|
+
* <p>The content type of the channel message.</p>
|
|
897
|
+
*/
|
|
898
|
+
ContentType?: string;
|
|
864
899
|
}
|
|
865
900
|
/**
|
|
866
901
|
* @public
|
|
@@ -912,6 +947,10 @@ export interface ChannelMessageSummary {
|
|
|
912
947
|
* <p>The message attribues listed in a the summary of a channel message.</p>
|
|
913
948
|
*/
|
|
914
949
|
MessageAttributes?: Record<string, MessageAttributeValue>;
|
|
950
|
+
/**
|
|
951
|
+
* <p>The content type of the channel messsage listed in the summary.</p>
|
|
952
|
+
*/
|
|
953
|
+
ContentType?: string;
|
|
915
954
|
}
|
|
916
955
|
/**
|
|
917
956
|
* @public
|
|
@@ -1006,7 +1045,7 @@ export interface CreateChannelRequest {
|
|
|
1006
1045
|
*/
|
|
1007
1046
|
Tags?: Tag[];
|
|
1008
1047
|
/**
|
|
1009
|
-
* <p>The <code>
|
|
1048
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>
|
|
1010
1049
|
*/
|
|
1011
1050
|
ChimeBearer: string | undefined;
|
|
1012
1051
|
/**
|
|
@@ -1025,6 +1064,10 @@ export interface CreateChannelRequest {
|
|
|
1025
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>
|
|
1026
1065
|
*/
|
|
1027
1066
|
ElasticChannelConfiguration?: ElasticChannelConfiguration;
|
|
1067
|
+
/**
|
|
1068
|
+
* <p>Settings that control the interval after which the channel is automatically deleted.</p>
|
|
1069
|
+
*/
|
|
1070
|
+
ExpirationSettings?: ExpirationSettings;
|
|
1028
1071
|
}
|
|
1029
1072
|
/**
|
|
1030
1073
|
* @public
|
|
@@ -1048,7 +1091,7 @@ export interface CreateChannelBanRequest {
|
|
|
1048
1091
|
*/
|
|
1049
1092
|
MemberArn: string | undefined;
|
|
1050
1093
|
/**
|
|
1051
|
-
* <p>The <code>
|
|
1094
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>
|
|
1052
1095
|
*/
|
|
1053
1096
|
ChimeBearer: string | undefined;
|
|
1054
1097
|
}
|
|
@@ -1121,7 +1164,8 @@ export interface CreateChannelMembershipRequest {
|
|
|
1121
1164
|
*/
|
|
1122
1165
|
Type: ChannelMembershipType | string | undefined;
|
|
1123
1166
|
/**
|
|
1124
|
-
* <p>The <code>
|
|
1167
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1168
|
+
* that makes the API call.</p>
|
|
1125
1169
|
*/
|
|
1126
1170
|
ChimeBearer: string | undefined;
|
|
1127
1171
|
/**
|
|
@@ -1162,7 +1206,8 @@ export interface CreateChannelModeratorRequest {
|
|
|
1162
1206
|
*/
|
|
1163
1207
|
ChannelModeratorArn: string | undefined;
|
|
1164
1208
|
/**
|
|
1165
|
-
* <p>The <code>
|
|
1209
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1210
|
+
* that makes the API call.</p>
|
|
1166
1211
|
*/
|
|
1167
1212
|
ChimeBearer: string | undefined;
|
|
1168
1213
|
}
|
|
@@ -1188,7 +1233,8 @@ export interface DeleteChannelRequest {
|
|
|
1188
1233
|
*/
|
|
1189
1234
|
ChannelArn: string | undefined;
|
|
1190
1235
|
/**
|
|
1191
|
-
* <p>The <code>
|
|
1236
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1237
|
+
* that makes the API call.</p>
|
|
1192
1238
|
*/
|
|
1193
1239
|
ChimeBearer: string | undefined;
|
|
1194
1240
|
/**
|
|
@@ -1209,7 +1255,8 @@ export interface DeleteChannelBanRequest {
|
|
|
1209
1255
|
*/
|
|
1210
1256
|
MemberArn: string | undefined;
|
|
1211
1257
|
/**
|
|
1212
|
-
* <p>The <code>
|
|
1258
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1259
|
+
* API call.</p>
|
|
1213
1260
|
*/
|
|
1214
1261
|
ChimeBearer: string | undefined;
|
|
1215
1262
|
}
|
|
@@ -1235,7 +1282,8 @@ export interface DeleteChannelMembershipRequest {
|
|
|
1235
1282
|
*/
|
|
1236
1283
|
MemberArn: string | undefined;
|
|
1237
1284
|
/**
|
|
1238
|
-
* <p>The <code>
|
|
1285
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1286
|
+
* API call.</p>
|
|
1239
1287
|
*/
|
|
1240
1288
|
ChimeBearer: string | undefined;
|
|
1241
1289
|
/**
|
|
@@ -1259,7 +1307,8 @@ export interface DeleteChannelMessageRequest {
|
|
|
1259
1307
|
*/
|
|
1260
1308
|
MessageId: string | undefined;
|
|
1261
1309
|
/**
|
|
1262
|
-
* <p>The <code>
|
|
1310
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1311
|
+
* API call.</p>
|
|
1263
1312
|
*/
|
|
1264
1313
|
ChimeBearer: string | undefined;
|
|
1265
1314
|
/**
|
|
@@ -1283,7 +1332,8 @@ export interface DeleteChannelModeratorRequest {
|
|
|
1283
1332
|
*/
|
|
1284
1333
|
ChannelModeratorArn: string | undefined;
|
|
1285
1334
|
/**
|
|
1286
|
-
* <p>The <code>
|
|
1335
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1336
|
+
* API call.</p>
|
|
1287
1337
|
*/
|
|
1288
1338
|
ChimeBearer: string | undefined;
|
|
1289
1339
|
}
|
|
@@ -1305,7 +1355,8 @@ export interface DescribeChannelRequest {
|
|
|
1305
1355
|
*/
|
|
1306
1356
|
ChannelArn: string | undefined;
|
|
1307
1357
|
/**
|
|
1308
|
-
* <p>The <code>
|
|
1358
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1359
|
+
* API call.</p>
|
|
1309
1360
|
*/
|
|
1310
1361
|
ChimeBearer: string | undefined;
|
|
1311
1362
|
}
|
|
@@ -1331,7 +1382,8 @@ export interface DescribeChannelBanRequest {
|
|
|
1331
1382
|
*/
|
|
1332
1383
|
MemberArn: string | undefined;
|
|
1333
1384
|
/**
|
|
1334
|
-
* <p>The <code>
|
|
1385
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1386
|
+
* API call.</p>
|
|
1335
1387
|
*/
|
|
1336
1388
|
ChimeBearer: string | undefined;
|
|
1337
1389
|
}
|
|
@@ -1375,7 +1427,8 @@ export interface DescribeChannelMembershipRequest {
|
|
|
1375
1427
|
*/
|
|
1376
1428
|
MemberArn: string | undefined;
|
|
1377
1429
|
/**
|
|
1378
|
-
* <p>The <code>
|
|
1430
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the
|
|
1431
|
+
* API call.</p>
|
|
1379
1432
|
*/
|
|
1380
1433
|
ChimeBearer: string | undefined;
|
|
1381
1434
|
/**
|
|
@@ -1404,11 +1457,12 @@ export interface DescribeChannelMembershipForAppInstanceUserRequest {
|
|
|
1404
1457
|
*/
|
|
1405
1458
|
ChannelArn: string | undefined;
|
|
1406
1459
|
/**
|
|
1407
|
-
* <p>The ARN of the user in a channel.</p>
|
|
1460
|
+
* <p>The ARN of the user or bot in a channel.</p>
|
|
1408
1461
|
*/
|
|
1409
1462
|
AppInstanceUserArn: string | undefined;
|
|
1410
1463
|
/**
|
|
1411
|
-
* <p>The <code>
|
|
1464
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1465
|
+
* that makes the API call.</p>
|
|
1412
1466
|
*/
|
|
1413
1467
|
ChimeBearer: string | undefined;
|
|
1414
1468
|
}
|
|
@@ -1430,11 +1484,12 @@ export interface DescribeChannelModeratedByAppInstanceUserRequest {
|
|
|
1430
1484
|
*/
|
|
1431
1485
|
ChannelArn: string | undefined;
|
|
1432
1486
|
/**
|
|
1433
|
-
* <p>The ARN of the
|
|
1487
|
+
* <p>The ARN of the user or bot in the moderated channel.</p>
|
|
1434
1488
|
*/
|
|
1435
1489
|
AppInstanceUserArn: string | undefined;
|
|
1436
1490
|
/**
|
|
1437
|
-
* <p>The <code>
|
|
1491
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1492
|
+
* that makes the API call.</p>
|
|
1438
1493
|
*/
|
|
1439
1494
|
ChimeBearer: string | undefined;
|
|
1440
1495
|
}
|
|
@@ -1460,7 +1515,8 @@ export interface DescribeChannelModeratorRequest {
|
|
|
1460
1515
|
*/
|
|
1461
1516
|
ChannelModeratorArn: string | undefined;
|
|
1462
1517
|
/**
|
|
1463
|
-
* <p>The <code>
|
|
1518
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1519
|
+
* that makes the API call.</p>
|
|
1464
1520
|
*/
|
|
1465
1521
|
ChimeBearer: string | undefined;
|
|
1466
1522
|
}
|
|
@@ -1503,7 +1559,7 @@ export interface GetChannelMembershipPreferencesRequest {
|
|
|
1503
1559
|
*/
|
|
1504
1560
|
MemberArn: string | undefined;
|
|
1505
1561
|
/**
|
|
1506
|
-
* <p>The <code>
|
|
1562
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>
|
|
1507
1563
|
*/
|
|
1508
1564
|
ChimeBearer: string | undefined;
|
|
1509
1565
|
}
|
|
@@ -1537,7 +1593,8 @@ export interface GetChannelMessageRequest {
|
|
|
1537
1593
|
*/
|
|
1538
1594
|
MessageId: string | undefined;
|
|
1539
1595
|
/**
|
|
1540
|
-
* <p>The <code>
|
|
1596
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1597
|
+
* that makes the API call.</p>
|
|
1541
1598
|
*/
|
|
1542
1599
|
ChimeBearer: string | undefined;
|
|
1543
1600
|
/**
|
|
@@ -1670,7 +1727,8 @@ export interface ListChannelBansRequest {
|
|
|
1670
1727
|
*/
|
|
1671
1728
|
NextToken?: string;
|
|
1672
1729
|
/**
|
|
1673
|
-
* <p>The <code>
|
|
1730
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1731
|
+
* that makes the API call.</p>
|
|
1674
1732
|
*/
|
|
1675
1733
|
ChimeBearer: string | undefined;
|
|
1676
1734
|
}
|
|
@@ -1746,7 +1804,8 @@ export interface ListChannelMembershipsRequest {
|
|
|
1746
1804
|
*/
|
|
1747
1805
|
NextToken?: string;
|
|
1748
1806
|
/**
|
|
1749
|
-
* <p>The <code>
|
|
1807
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1808
|
+
* that makes the API call.</p>
|
|
1750
1809
|
*/
|
|
1751
1810
|
ChimeBearer: string | undefined;
|
|
1752
1811
|
/**
|
|
@@ -1780,7 +1839,7 @@ export interface ListChannelMembershipsResponse {
|
|
|
1780
1839
|
*/
|
|
1781
1840
|
export interface ListChannelMembershipsForAppInstanceUserRequest {
|
|
1782
1841
|
/**
|
|
1783
|
-
* <p>The ARN of the
|
|
1842
|
+
* <p>The ARN of the user or bot.</p>
|
|
1784
1843
|
*/
|
|
1785
1844
|
AppInstanceUserArn?: string;
|
|
1786
1845
|
/**
|
|
@@ -1793,7 +1852,8 @@ export interface ListChannelMembershipsForAppInstanceUserRequest {
|
|
|
1793
1852
|
*/
|
|
1794
1853
|
NextToken?: string;
|
|
1795
1854
|
/**
|
|
1796
|
-
* <p>The <code>
|
|
1855
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1856
|
+
* that makes the API call.</p>
|
|
1797
1857
|
*/
|
|
1798
1858
|
ChimeBearer: string | undefined;
|
|
1799
1859
|
}
|
|
@@ -1847,7 +1907,8 @@ export interface ListChannelMessagesRequest {
|
|
|
1847
1907
|
*/
|
|
1848
1908
|
NextToken?: string;
|
|
1849
1909
|
/**
|
|
1850
|
-
* <p>The <code>
|
|
1910
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1911
|
+
* that makes the API call.</p>
|
|
1851
1912
|
*/
|
|
1852
1913
|
ChimeBearer: string | undefined;
|
|
1853
1914
|
/**
|
|
@@ -1897,7 +1958,8 @@ export interface ListChannelModeratorsRequest {
|
|
|
1897
1958
|
*/
|
|
1898
1959
|
NextToken?: string;
|
|
1899
1960
|
/**
|
|
1900
|
-
* <p>The <code>
|
|
1961
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
1962
|
+
* that makes the API call.</p>
|
|
1901
1963
|
*/
|
|
1902
1964
|
ChimeBearer: string | undefined;
|
|
1903
1965
|
}
|
|
@@ -1942,7 +2004,8 @@ export interface ListChannelsRequest {
|
|
|
1942
2004
|
*/
|
|
1943
2005
|
NextToken?: string;
|
|
1944
2006
|
/**
|
|
1945
|
-
* <p>The <code>
|
|
2007
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2008
|
+
* that makes the API call.</p>
|
|
1946
2009
|
*/
|
|
1947
2010
|
ChimeBearer: string | undefined;
|
|
1948
2011
|
}
|
|
@@ -1995,7 +2058,7 @@ export interface ListChannelsAssociatedWithChannelFlowResponse {
|
|
|
1995
2058
|
*/
|
|
1996
2059
|
export interface ListChannelsModeratedByAppInstanceUserRequest {
|
|
1997
2060
|
/**
|
|
1998
|
-
* <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>
|
|
1999
2062
|
*/
|
|
2000
2063
|
AppInstanceUserArn?: string;
|
|
2001
2064
|
/**
|
|
@@ -2008,7 +2071,8 @@ export interface ListChannelsModeratedByAppInstanceUserRequest {
|
|
|
2008
2071
|
*/
|
|
2009
2072
|
NextToken?: string;
|
|
2010
2073
|
/**
|
|
2011
|
-
* <p>The <code>
|
|
2074
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2075
|
+
* that makes the API call.</p>
|
|
2012
2076
|
*/
|
|
2013
2077
|
ChimeBearer: string | undefined;
|
|
2014
2078
|
}
|
|
@@ -2096,6 +2160,36 @@ export interface ListTagsForResourceResponse {
|
|
|
2096
2160
|
*/
|
|
2097
2161
|
Tags?: Tag[];
|
|
2098
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
|
+
}
|
|
2099
2193
|
/**
|
|
2100
2194
|
* @public
|
|
2101
2195
|
*/
|
|
@@ -2105,11 +2199,11 @@ export interface PutChannelMembershipPreferencesRequest {
|
|
|
2105
2199
|
*/
|
|
2106
2200
|
ChannelArn: string | undefined;
|
|
2107
2201
|
/**
|
|
2108
|
-
* <p>The
|
|
2202
|
+
* <p>The ARN of the member setting the preferences.</p>
|
|
2109
2203
|
*/
|
|
2110
2204
|
MemberArn: string | undefined;
|
|
2111
2205
|
/**
|
|
2112
|
-
* <p>The <code>
|
|
2206
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call.</p>
|
|
2113
2207
|
*/
|
|
2114
2208
|
ChimeBearer: string | undefined;
|
|
2115
2209
|
/**
|
|
@@ -2169,7 +2263,8 @@ export interface RedactChannelMessageRequest {
|
|
|
2169
2263
|
*/
|
|
2170
2264
|
MessageId: string | undefined;
|
|
2171
2265
|
/**
|
|
2172
|
-
* <p>The <code>
|
|
2266
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2267
|
+
* that makes the API call.</p>
|
|
2173
2268
|
*/
|
|
2174
2269
|
ChimeBearer: string | undefined;
|
|
2175
2270
|
/**
|
|
@@ -2296,7 +2391,8 @@ export interface SendChannelMessageRequest {
|
|
|
2296
2391
|
*/
|
|
2297
2392
|
ClientRequestToken?: string;
|
|
2298
2393
|
/**
|
|
2299
|
-
* <p>The <code>
|
|
2394
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2395
|
+
* that makes the API call.</p>
|
|
2300
2396
|
*/
|
|
2301
2397
|
ChimeBearer: string | undefined;
|
|
2302
2398
|
/**
|
|
@@ -2311,6 +2407,10 @@ export interface SendChannelMessageRequest {
|
|
|
2311
2407
|
* <p>The ID of the SubChannel in the request.</p>
|
|
2312
2408
|
*/
|
|
2313
2409
|
SubChannelId?: string;
|
|
2410
|
+
/**
|
|
2411
|
+
* <p>The content type of the channel message.</p>
|
|
2412
|
+
*/
|
|
2413
|
+
ContentType?: string;
|
|
2314
2414
|
}
|
|
2315
2415
|
/**
|
|
2316
2416
|
* @public
|
|
@@ -2380,7 +2480,8 @@ export interface UpdateChannelRequest {
|
|
|
2380
2480
|
*/
|
|
2381
2481
|
Metadata?: string;
|
|
2382
2482
|
/**
|
|
2383
|
-
* <p>The <code>
|
|
2483
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2484
|
+
* that makes the API call.</p>
|
|
2384
2485
|
*/
|
|
2385
2486
|
ChimeBearer: string | undefined;
|
|
2386
2487
|
}
|
|
@@ -2434,13 +2535,14 @@ export interface UpdateChannelMessageRequest {
|
|
|
2434
2535
|
/**
|
|
2435
2536
|
* <p>The content of the message being updated.</p>
|
|
2436
2537
|
*/
|
|
2437
|
-
Content
|
|
2538
|
+
Content: string | undefined;
|
|
2438
2539
|
/**
|
|
2439
2540
|
* <p>The metadata of the message being updated.</p>
|
|
2440
2541
|
*/
|
|
2441
2542
|
Metadata?: string;
|
|
2442
2543
|
/**
|
|
2443
|
-
* <p>The <code>
|
|
2544
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2545
|
+
* that makes the API call.</p>
|
|
2444
2546
|
*/
|
|
2445
2547
|
ChimeBearer: string | undefined;
|
|
2446
2548
|
/**
|
|
@@ -2450,6 +2552,10 @@ export interface UpdateChannelMessageRequest {
|
|
|
2450
2552
|
* </note>
|
|
2451
2553
|
*/
|
|
2452
2554
|
SubChannelId?: string;
|
|
2555
|
+
/**
|
|
2556
|
+
* <p>The content type of the channel message.</p>
|
|
2557
|
+
*/
|
|
2558
|
+
ContentType?: string;
|
|
2453
2559
|
}
|
|
2454
2560
|
/**
|
|
2455
2561
|
* @public
|
|
@@ -2481,7 +2587,8 @@ export interface UpdateChannelReadMarkerRequest {
|
|
|
2481
2587
|
*/
|
|
2482
2588
|
ChannelArn: string | undefined;
|
|
2483
2589
|
/**
|
|
2484
|
-
* <p>The <code>
|
|
2590
|
+
* <p>The ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code>
|
|
2591
|
+
* that makes the API call.</p>
|
|
2485
2592
|
*/
|
|
2486
2593
|
ChimeBearer: string | undefined;
|
|
2487
2594
|
/**
|
|
@@ -2502,14 +2609,6 @@ export interface UpdateChannelReadMarkerResponse {
|
|
|
2502
2609
|
*/
|
|
2503
2610
|
SubChannelId?: string;
|
|
2504
2611
|
}
|
|
2505
|
-
/**
|
|
2506
|
-
* @internal
|
|
2507
|
-
*/
|
|
2508
|
-
export declare const AppInstanceUserMembershipSummaryFilterSensitiveLog: (obj: AppInstanceUserMembershipSummary) => any;
|
|
2509
|
-
/**
|
|
2510
|
-
* @internal
|
|
2511
|
-
*/
|
|
2512
|
-
export declare const AssociateChannelFlowRequestFilterSensitiveLog: (obj: AssociateChannelFlowRequest) => any;
|
|
2513
2612
|
/**
|
|
2514
2613
|
* @internal
|
|
2515
2614
|
*/
|
|
@@ -2518,22 +2617,10 @@ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
|
2518
2617
|
* @internal
|
|
2519
2618
|
*/
|
|
2520
2619
|
export declare const BatchChannelMembershipsFilterSensitiveLog: (obj: BatchChannelMemberships) => any;
|
|
2521
|
-
/**
|
|
2522
|
-
* @internal
|
|
2523
|
-
*/
|
|
2524
|
-
export declare const BatchCreateChannelMembershipRequestFilterSensitiveLog: (obj: BatchCreateChannelMembershipRequest) => any;
|
|
2525
|
-
/**
|
|
2526
|
-
* @internal
|
|
2527
|
-
*/
|
|
2528
|
-
export declare const BatchCreateChannelMembershipErrorFilterSensitiveLog: (obj: BatchCreateChannelMembershipError) => any;
|
|
2529
2620
|
/**
|
|
2530
2621
|
* @internal
|
|
2531
2622
|
*/
|
|
2532
2623
|
export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (obj: BatchCreateChannelMembershipResponse) => any;
|
|
2533
|
-
/**
|
|
2534
|
-
* @internal
|
|
2535
|
-
*/
|
|
2536
|
-
export declare const ElasticChannelConfigurationFilterSensitiveLog: (obj: ElasticChannelConfiguration) => any;
|
|
2537
2624
|
/**
|
|
2538
2625
|
* @internal
|
|
2539
2626
|
*/
|
|
@@ -2550,14 +2637,6 @@ export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
|
|
|
2550
2637
|
* @internal
|
|
2551
2638
|
*/
|
|
2552
2639
|
export declare const ChannelBanSummaryFilterSensitiveLog: (obj: ChannelBanSummary) => any;
|
|
2553
|
-
/**
|
|
2554
|
-
* @internal
|
|
2555
|
-
*/
|
|
2556
|
-
export declare const LambdaConfigurationFilterSensitiveLog: (obj: LambdaConfiguration) => any;
|
|
2557
|
-
/**
|
|
2558
|
-
* @internal
|
|
2559
|
-
*/
|
|
2560
|
-
export declare const ProcessorConfigurationFilterSensitiveLog: (obj: ProcessorConfiguration) => any;
|
|
2561
2640
|
/**
|
|
2562
2641
|
* @internal
|
|
2563
2642
|
*/
|
|
@@ -2582,10 +2661,6 @@ export declare const ChannelMessageCallbackFilterSensitiveLog: (obj: ChannelMess
|
|
|
2582
2661
|
* @internal
|
|
2583
2662
|
*/
|
|
2584
2663
|
export declare const ChannelFlowCallbackRequestFilterSensitiveLog: (obj: ChannelFlowCallbackRequest) => any;
|
|
2585
|
-
/**
|
|
2586
|
-
* @internal
|
|
2587
|
-
*/
|
|
2588
|
-
export declare const ChannelFlowCallbackResponseFilterSensitiveLog: (obj: ChannelFlowCallbackResponse) => any;
|
|
2589
2664
|
/**
|
|
2590
2665
|
* @internal
|
|
2591
2666
|
*/
|
|
@@ -2614,10 +2689,6 @@ export declare const ChannelMembershipPreferencesFilterSensitiveLog: (obj: Chann
|
|
|
2614
2689
|
* @internal
|
|
2615
2690
|
*/
|
|
2616
2691
|
export declare const ChannelMembershipSummaryFilterSensitiveLog: (obj: ChannelMembershipSummary) => any;
|
|
2617
|
-
/**
|
|
2618
|
-
* @internal
|
|
2619
|
-
*/
|
|
2620
|
-
export declare const ChannelMessageStatusStructureFilterSensitiveLog: (obj: ChannelMessageStatusStructure) => any;
|
|
2621
2692
|
/**
|
|
2622
2693
|
* @internal
|
|
2623
2694
|
*/
|
|
@@ -2646,14 +2717,6 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
|
2646
2717
|
* @internal
|
|
2647
2718
|
*/
|
|
2648
2719
|
export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
2649
|
-
/**
|
|
2650
|
-
* @internal
|
|
2651
|
-
*/
|
|
2652
|
-
export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
2653
|
-
/**
|
|
2654
|
-
* @internal
|
|
2655
|
-
*/
|
|
2656
|
-
export declare const CreateChannelBanRequestFilterSensitiveLog: (obj: CreateChannelBanRequest) => any;
|
|
2657
2720
|
/**
|
|
2658
2721
|
* @internal
|
|
2659
2722
|
*/
|
|
@@ -2662,162 +2725,50 @@ export declare const CreateChannelBanResponseFilterSensitiveLog: (obj: CreateCha
|
|
|
2662
2725
|
* @internal
|
|
2663
2726
|
*/
|
|
2664
2727
|
export declare const CreateChannelFlowRequestFilterSensitiveLog: (obj: CreateChannelFlowRequest) => any;
|
|
2665
|
-
/**
|
|
2666
|
-
* @internal
|
|
2667
|
-
*/
|
|
2668
|
-
export declare const CreateChannelFlowResponseFilterSensitiveLog: (obj: CreateChannelFlowResponse) => any;
|
|
2669
|
-
/**
|
|
2670
|
-
* @internal
|
|
2671
|
-
*/
|
|
2672
|
-
export declare const CreateChannelMembershipRequestFilterSensitiveLog: (obj: CreateChannelMembershipRequest) => any;
|
|
2673
2728
|
/**
|
|
2674
2729
|
* @internal
|
|
2675
2730
|
*/
|
|
2676
2731
|
export declare const CreateChannelMembershipResponseFilterSensitiveLog: (obj: CreateChannelMembershipResponse) => any;
|
|
2677
|
-
/**
|
|
2678
|
-
* @internal
|
|
2679
|
-
*/
|
|
2680
|
-
export declare const CreateChannelModeratorRequestFilterSensitiveLog: (obj: CreateChannelModeratorRequest) => any;
|
|
2681
2732
|
/**
|
|
2682
2733
|
* @internal
|
|
2683
2734
|
*/
|
|
2684
2735
|
export declare const CreateChannelModeratorResponseFilterSensitiveLog: (obj: CreateChannelModeratorResponse) => any;
|
|
2685
|
-
/**
|
|
2686
|
-
* @internal
|
|
2687
|
-
*/
|
|
2688
|
-
export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
2689
|
-
/**
|
|
2690
|
-
* @internal
|
|
2691
|
-
*/
|
|
2692
|
-
export declare const DeleteChannelBanRequestFilterSensitiveLog: (obj: DeleteChannelBanRequest) => any;
|
|
2693
|
-
/**
|
|
2694
|
-
* @internal
|
|
2695
|
-
*/
|
|
2696
|
-
export declare const DeleteChannelFlowRequestFilterSensitiveLog: (obj: DeleteChannelFlowRequest) => any;
|
|
2697
|
-
/**
|
|
2698
|
-
* @internal
|
|
2699
|
-
*/
|
|
2700
|
-
export declare const DeleteChannelMembershipRequestFilterSensitiveLog: (obj: DeleteChannelMembershipRequest) => any;
|
|
2701
|
-
/**
|
|
2702
|
-
* @internal
|
|
2703
|
-
*/
|
|
2704
|
-
export declare const DeleteChannelMessageRequestFilterSensitiveLog: (obj: DeleteChannelMessageRequest) => any;
|
|
2705
|
-
/**
|
|
2706
|
-
* @internal
|
|
2707
|
-
*/
|
|
2708
|
-
export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
|
|
2709
|
-
/**
|
|
2710
|
-
* @internal
|
|
2711
|
-
*/
|
|
2712
|
-
export declare const DeleteMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: DeleteMessagingStreamingConfigurationsRequest) => any;
|
|
2713
|
-
/**
|
|
2714
|
-
* @internal
|
|
2715
|
-
*/
|
|
2716
|
-
export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
2717
2736
|
/**
|
|
2718
2737
|
* @internal
|
|
2719
2738
|
*/
|
|
2720
2739
|
export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
2721
|
-
/**
|
|
2722
|
-
* @internal
|
|
2723
|
-
*/
|
|
2724
|
-
export declare const DescribeChannelBanRequestFilterSensitiveLog: (obj: DescribeChannelBanRequest) => any;
|
|
2725
2740
|
/**
|
|
2726
2741
|
* @internal
|
|
2727
2742
|
*/
|
|
2728
2743
|
export declare const DescribeChannelBanResponseFilterSensitiveLog: (obj: DescribeChannelBanResponse) => any;
|
|
2729
|
-
/**
|
|
2730
|
-
* @internal
|
|
2731
|
-
*/
|
|
2732
|
-
export declare const DescribeChannelFlowRequestFilterSensitiveLog: (obj: DescribeChannelFlowRequest) => any;
|
|
2733
2744
|
/**
|
|
2734
2745
|
* @internal
|
|
2735
2746
|
*/
|
|
2736
2747
|
export declare const DescribeChannelFlowResponseFilterSensitiveLog: (obj: DescribeChannelFlowResponse) => any;
|
|
2737
|
-
/**
|
|
2738
|
-
* @internal
|
|
2739
|
-
*/
|
|
2740
|
-
export declare const DescribeChannelMembershipRequestFilterSensitiveLog: (obj: DescribeChannelMembershipRequest) => any;
|
|
2741
2748
|
/**
|
|
2742
2749
|
* @internal
|
|
2743
2750
|
*/
|
|
2744
2751
|
export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (obj: DescribeChannelMembershipResponse) => any;
|
|
2745
|
-
/**
|
|
2746
|
-
* @internal
|
|
2747
|
-
*/
|
|
2748
|
-
export declare const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserRequest) => any;
|
|
2749
2752
|
/**
|
|
2750
2753
|
* @internal
|
|
2751
2754
|
*/
|
|
2752
2755
|
export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserResponse) => any;
|
|
2753
|
-
/**
|
|
2754
|
-
* @internal
|
|
2755
|
-
*/
|
|
2756
|
-
export declare const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserRequest) => any;
|
|
2757
2756
|
/**
|
|
2758
2757
|
* @internal
|
|
2759
2758
|
*/
|
|
2760
2759
|
export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserResponse) => any;
|
|
2761
|
-
/**
|
|
2762
|
-
* @internal
|
|
2763
|
-
*/
|
|
2764
|
-
export declare const DescribeChannelModeratorRequestFilterSensitiveLog: (obj: DescribeChannelModeratorRequest) => any;
|
|
2765
2760
|
/**
|
|
2766
2761
|
* @internal
|
|
2767
2762
|
*/
|
|
2768
2763
|
export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (obj: DescribeChannelModeratorResponse) => any;
|
|
2769
|
-
/**
|
|
2770
|
-
* @internal
|
|
2771
|
-
*/
|
|
2772
|
-
export declare const DisassociateChannelFlowRequestFilterSensitiveLog: (obj: DisassociateChannelFlowRequest) => any;
|
|
2773
|
-
/**
|
|
2774
|
-
* @internal
|
|
2775
|
-
*/
|
|
2776
|
-
export declare const GetChannelMembershipPreferencesRequestFilterSensitiveLog: (obj: GetChannelMembershipPreferencesRequest) => any;
|
|
2777
2764
|
/**
|
|
2778
2765
|
* @internal
|
|
2779
2766
|
*/
|
|
2780
2767
|
export declare const GetChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: GetChannelMembershipPreferencesResponse) => any;
|
|
2781
|
-
/**
|
|
2782
|
-
* @internal
|
|
2783
|
-
*/
|
|
2784
|
-
export declare const GetChannelMessageRequestFilterSensitiveLog: (obj: GetChannelMessageRequest) => any;
|
|
2785
2768
|
/**
|
|
2786
2769
|
* @internal
|
|
2787
2770
|
*/
|
|
2788
2771
|
export declare const GetChannelMessageResponseFilterSensitiveLog: (obj: GetChannelMessageResponse) => any;
|
|
2789
|
-
/**
|
|
2790
|
-
* @internal
|
|
2791
|
-
*/
|
|
2792
|
-
export declare const GetChannelMessageStatusRequestFilterSensitiveLog: (obj: GetChannelMessageStatusRequest) => any;
|
|
2793
|
-
/**
|
|
2794
|
-
* @internal
|
|
2795
|
-
*/
|
|
2796
|
-
export declare const GetChannelMessageStatusResponseFilterSensitiveLog: (obj: GetChannelMessageStatusResponse) => any;
|
|
2797
|
-
/**
|
|
2798
|
-
* @internal
|
|
2799
|
-
*/
|
|
2800
|
-
export declare const GetMessagingSessionEndpointRequestFilterSensitiveLog: (obj: GetMessagingSessionEndpointRequest) => any;
|
|
2801
|
-
/**
|
|
2802
|
-
* @internal
|
|
2803
|
-
*/
|
|
2804
|
-
export declare const MessagingSessionEndpointFilterSensitiveLog: (obj: MessagingSessionEndpoint) => any;
|
|
2805
|
-
/**
|
|
2806
|
-
* @internal
|
|
2807
|
-
*/
|
|
2808
|
-
export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
|
|
2809
|
-
/**
|
|
2810
|
-
* @internal
|
|
2811
|
-
*/
|
|
2812
|
-
export declare const GetMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: GetMessagingStreamingConfigurationsRequest) => any;
|
|
2813
|
-
/**
|
|
2814
|
-
* @internal
|
|
2815
|
-
*/
|
|
2816
|
-
export declare const StreamingConfigurationFilterSensitiveLog: (obj: StreamingConfiguration) => any;
|
|
2817
|
-
/**
|
|
2818
|
-
* @internal
|
|
2819
|
-
*/
|
|
2820
|
-
export declare const GetMessagingStreamingConfigurationsResponseFilterSensitiveLog: (obj: GetMessagingStreamingConfigurationsResponse) => any;
|
|
2821
2772
|
/**
|
|
2822
2773
|
* @internal
|
|
2823
2774
|
*/
|
|
@@ -2894,18 +2845,10 @@ export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensiti
|
|
|
2894
2845
|
* @internal
|
|
2895
2846
|
*/
|
|
2896
2847
|
export declare const ListSubChannelsRequestFilterSensitiveLog: (obj: ListSubChannelsRequest) => any;
|
|
2897
|
-
/**
|
|
2898
|
-
* @internal
|
|
2899
|
-
*/
|
|
2900
|
-
export declare const SubChannelSummaryFilterSensitiveLog: (obj: SubChannelSummary) => any;
|
|
2901
2848
|
/**
|
|
2902
2849
|
* @internal
|
|
2903
2850
|
*/
|
|
2904
2851
|
export declare const ListSubChannelsResponseFilterSensitiveLog: (obj: ListSubChannelsResponse) => any;
|
|
2905
|
-
/**
|
|
2906
|
-
* @internal
|
|
2907
|
-
*/
|
|
2908
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2909
2852
|
/**
|
|
2910
2853
|
* @internal
|
|
2911
2854
|
*/
|
|
@@ -2918,26 +2861,6 @@ export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (
|
|
|
2918
2861
|
* @internal
|
|
2919
2862
|
*/
|
|
2920
2863
|
export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
|
|
2921
|
-
/**
|
|
2922
|
-
* @internal
|
|
2923
|
-
*/
|
|
2924
|
-
export declare const PutMessagingStreamingConfigurationsRequestFilterSensitiveLog: (obj: PutMessagingStreamingConfigurationsRequest) => any;
|
|
2925
|
-
/**
|
|
2926
|
-
* @internal
|
|
2927
|
-
*/
|
|
2928
|
-
export declare const PutMessagingStreamingConfigurationsResponseFilterSensitiveLog: (obj: PutMessagingStreamingConfigurationsResponse) => any;
|
|
2929
|
-
/**
|
|
2930
|
-
* @internal
|
|
2931
|
-
*/
|
|
2932
|
-
export declare const RedactChannelMessageRequestFilterSensitiveLog: (obj: RedactChannelMessageRequest) => any;
|
|
2933
|
-
/**
|
|
2934
|
-
* @internal
|
|
2935
|
-
*/
|
|
2936
|
-
export declare const RedactChannelMessageResponseFilterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
|
|
2937
|
-
/**
|
|
2938
|
-
* @internal
|
|
2939
|
-
*/
|
|
2940
|
-
export declare const SearchFieldFilterSensitiveLog: (obj: SearchField) => any;
|
|
2941
2864
|
/**
|
|
2942
2865
|
* @internal
|
|
2943
2866
|
*/
|
|
@@ -2950,10 +2873,6 @@ export declare const SearchChannelsResponseFilterSensitiveLog: (obj: SearchChann
|
|
|
2950
2873
|
* @internal
|
|
2951
2874
|
*/
|
|
2952
2875
|
export declare const SendChannelMessageRequestFilterSensitiveLog: (obj: SendChannelMessageRequest) => any;
|
|
2953
|
-
/**
|
|
2954
|
-
* @internal
|
|
2955
|
-
*/
|
|
2956
|
-
export declare const SendChannelMessageResponseFilterSensitiveLog: (obj: SendChannelMessageResponse) => any;
|
|
2957
2876
|
/**
|
|
2958
2877
|
* @internal
|
|
2959
2878
|
*/
|
|
@@ -2966,31 +2885,11 @@ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResource
|
|
|
2966
2885
|
* @internal
|
|
2967
2886
|
*/
|
|
2968
2887
|
export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
2969
|
-
/**
|
|
2970
|
-
* @internal
|
|
2971
|
-
*/
|
|
2972
|
-
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
2973
2888
|
/**
|
|
2974
2889
|
* @internal
|
|
2975
2890
|
*/
|
|
2976
2891
|
export declare const UpdateChannelFlowRequestFilterSensitiveLog: (obj: UpdateChannelFlowRequest) => any;
|
|
2977
|
-
/**
|
|
2978
|
-
* @internal
|
|
2979
|
-
*/
|
|
2980
|
-
export declare const UpdateChannelFlowResponseFilterSensitiveLog: (obj: UpdateChannelFlowResponse) => any;
|
|
2981
2892
|
/**
|
|
2982
2893
|
* @internal
|
|
2983
2894
|
*/
|
|
2984
2895
|
export declare const UpdateChannelMessageRequestFilterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
|
|
2985
|
-
/**
|
|
2986
|
-
* @internal
|
|
2987
|
-
*/
|
|
2988
|
-
export declare const UpdateChannelMessageResponseFilterSensitiveLog: (obj: UpdateChannelMessageResponse) => any;
|
|
2989
|
-
/**
|
|
2990
|
-
* @internal
|
|
2991
|
-
*/
|
|
2992
|
-
export declare const UpdateChannelReadMarkerRequestFilterSensitiveLog: (obj: UpdateChannelReadMarkerRequest) => any;
|
|
2993
|
-
/**
|
|
2994
|
-
* @internal
|
|
2995
|
-
*/
|
|
2996
|
-
export declare const UpdateChannelReadMarkerResponseFilterSensitiveLog: (obj: UpdateChannelReadMarkerResponse) => any;
|