@aws-sdk/client-chime-sdk-identity 3.297.0 → 3.299.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 +48 -0
- package/dist-cjs/ChimeSDKIdentity.js +90 -0
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +1 -1
- package/dist-cjs/commands/CreateAppInstanceBotCommand.js +46 -0
- package/dist-cjs/commands/CreateAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppInstanceBotCommand.js +45 -0
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +2 -3
- package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceBotCommand.js +46 -0
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-cjs/commands/ListAppInstanceBotsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-cjs/commands/PutAppInstanceUserExpirationSettingsCommand.js +45 -0
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAppInstanceBotCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +62 -77
- package/dist-cjs/pagination/ListAppInstanceBotsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +552 -1
- package/dist-es/ChimeSDKIdentity.js +90 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/CreateAppInstanceBotCommand.js +42 -0
- package/dist-es/commands/CreateAppInstanceCommand.js +2 -2
- package/dist-es/commands/CreateAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -3
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +41 -0
- package/dist-es/commands/DeleteAppInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -3
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +42 -0
- package/dist-es/commands/DescribeAppInstanceCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-es/commands/ListAppInstanceBotsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +41 -0
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +42 -0
- package/dist-es/commands/UpdateAppInstanceCommand.js +2 -2
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/index.js +6 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +51 -55
- package/dist-es/pagination/ListAppInstanceBotsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +539 -1
- package/dist-types/ChimeSDKIdentity.d.ts +61 -6
- package/dist-types/ChimeSDKIdentityClient.d.ts +8 -2
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +4 -5
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +86 -0
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +85 -0
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +81 -0
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +81 -0
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +88 -0
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +85 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +302 -66
- package/dist-types/pagination/ListAppInstanceBotsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +108 -0
- package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +106 -55
- package/dist-types/ts3.4/pagination/ListAppInstanceBotsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +11 -10
|
@@ -1,24 +1,30 @@
|
|
|
1
1
|
export * from "./CreateAppInstanceAdminCommand";
|
|
2
|
+
export * from "./CreateAppInstanceBotCommand";
|
|
2
3
|
export * from "./CreateAppInstanceCommand";
|
|
3
4
|
export * from "./CreateAppInstanceUserCommand";
|
|
4
5
|
export * from "./DeleteAppInstanceAdminCommand";
|
|
6
|
+
export * from "./DeleteAppInstanceBotCommand";
|
|
5
7
|
export * from "./DeleteAppInstanceCommand";
|
|
6
8
|
export * from "./DeleteAppInstanceUserCommand";
|
|
7
9
|
export * from "./DeregisterAppInstanceUserEndpointCommand";
|
|
8
10
|
export * from "./DescribeAppInstanceAdminCommand";
|
|
11
|
+
export * from "./DescribeAppInstanceBotCommand";
|
|
9
12
|
export * from "./DescribeAppInstanceCommand";
|
|
10
13
|
export * from "./DescribeAppInstanceUserCommand";
|
|
11
14
|
export * from "./DescribeAppInstanceUserEndpointCommand";
|
|
12
15
|
export * from "./GetAppInstanceRetentionSettingsCommand";
|
|
13
16
|
export * from "./ListAppInstanceAdminsCommand";
|
|
17
|
+
export * from "./ListAppInstanceBotsCommand";
|
|
14
18
|
export * from "./ListAppInstanceUserEndpointsCommand";
|
|
15
19
|
export * from "./ListAppInstanceUsersCommand";
|
|
16
20
|
export * from "./ListAppInstancesCommand";
|
|
17
21
|
export * from "./ListTagsForResourceCommand";
|
|
18
22
|
export * from "./PutAppInstanceRetentionSettingsCommand";
|
|
23
|
+
export * from "./PutAppInstanceUserExpirationSettingsCommand";
|
|
19
24
|
export * from "./RegisterAppInstanceUserEndpointCommand";
|
|
20
25
|
export * from "./TagResourceCommand";
|
|
21
26
|
export * from "./UntagResourceCommand";
|
|
27
|
+
export * from "./UpdateAppInstanceBotCommand";
|
|
22
28
|
export * from "./UpdateAppInstanceCommand";
|
|
23
29
|
export * from "./UpdateAppInstanceUserCommand";
|
|
24
30
|
export * from "./UpdateAppInstanceUserEndpointCommand";
|
|
@@ -23,6 +23,31 @@ export interface AppInstanceAdmin {
|
|
|
23
23
|
export interface AppInstanceAdminSummary {
|
|
24
24
|
Admin?: Identity;
|
|
25
25
|
}
|
|
26
|
+
export declare enum RespondsTo {
|
|
27
|
+
STANDARD_MESSAGES = "STANDARD_MESSAGES",
|
|
28
|
+
}
|
|
29
|
+
export interface LexConfiguration {
|
|
30
|
+
RespondsTo: RespondsTo | string | undefined;
|
|
31
|
+
LexBotAliasArn: string | undefined;
|
|
32
|
+
LocaleId: string | undefined;
|
|
33
|
+
WelcomeIntent?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface Configuration {
|
|
36
|
+
Lex: LexConfiguration | undefined;
|
|
37
|
+
}
|
|
38
|
+
export interface AppInstanceBot {
|
|
39
|
+
AppInstanceBotArn?: string;
|
|
40
|
+
Name?: string;
|
|
41
|
+
Configuration?: Configuration;
|
|
42
|
+
CreatedTimestamp?: Date;
|
|
43
|
+
LastUpdatedTimestamp?: Date;
|
|
44
|
+
Metadata?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface AppInstanceBotSummary {
|
|
47
|
+
AppInstanceBotArn?: string;
|
|
48
|
+
Name?: string;
|
|
49
|
+
Metadata?: string;
|
|
50
|
+
}
|
|
26
51
|
export interface AppInstanceSummary {
|
|
27
52
|
AppInstanceArn?: string;
|
|
28
53
|
Name?: string;
|
|
@@ -34,12 +59,20 @@ export interface ChannelRetentionSettings {
|
|
|
34
59
|
export interface AppInstanceRetentionSettings {
|
|
35
60
|
ChannelRetentionSettings?: ChannelRetentionSettings;
|
|
36
61
|
}
|
|
62
|
+
export declare enum ExpirationCriterion {
|
|
63
|
+
CREATED_TIMESTAMP = "CREATED_TIMESTAMP",
|
|
64
|
+
}
|
|
65
|
+
export interface ExpirationSettings {
|
|
66
|
+
ExpirationDays: number | undefined;
|
|
67
|
+
ExpirationCriterion: ExpirationCriterion | string | undefined;
|
|
68
|
+
}
|
|
37
69
|
export interface AppInstanceUser {
|
|
38
70
|
AppInstanceUserArn?: string;
|
|
39
71
|
Name?: string;
|
|
40
72
|
Metadata?: string;
|
|
41
73
|
CreatedTimestamp?: Date;
|
|
42
74
|
LastUpdatedTimestamp?: Date;
|
|
75
|
+
ExpirationSettings?: ExpirationSettings;
|
|
43
76
|
}
|
|
44
77
|
export interface EndpointAttributes {
|
|
45
78
|
DeviceToken: string | undefined;
|
|
@@ -193,6 +226,17 @@ export interface CreateAppInstanceAdminResponse {
|
|
|
193
226
|
AppInstanceAdmin?: Identity;
|
|
194
227
|
AppInstanceArn?: string;
|
|
195
228
|
}
|
|
229
|
+
export interface CreateAppInstanceBotRequest {
|
|
230
|
+
AppInstanceArn: string | undefined;
|
|
231
|
+
Name?: string;
|
|
232
|
+
Metadata?: string;
|
|
233
|
+
ClientRequestToken?: string;
|
|
234
|
+
Tags?: Tag[];
|
|
235
|
+
Configuration: Configuration | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface CreateAppInstanceBotResponse {
|
|
238
|
+
AppInstanceBotArn?: string;
|
|
239
|
+
}
|
|
196
240
|
export interface CreateAppInstanceUserRequest {
|
|
197
241
|
AppInstanceArn: string | undefined;
|
|
198
242
|
AppInstanceUserId: string | undefined;
|
|
@@ -200,6 +244,7 @@ export interface CreateAppInstanceUserRequest {
|
|
|
200
244
|
Metadata?: string;
|
|
201
245
|
ClientRequestToken?: string;
|
|
202
246
|
Tags?: Tag[];
|
|
247
|
+
ExpirationSettings?: ExpirationSettings;
|
|
203
248
|
}
|
|
204
249
|
export interface CreateAppInstanceUserResponse {
|
|
205
250
|
AppInstanceUserArn?: string;
|
|
@@ -211,6 +256,9 @@ export interface DeleteAppInstanceAdminRequest {
|
|
|
211
256
|
AppInstanceAdminArn: string | undefined;
|
|
212
257
|
AppInstanceArn: string | undefined;
|
|
213
258
|
}
|
|
259
|
+
export interface DeleteAppInstanceBotRequest {
|
|
260
|
+
AppInstanceBotArn: string | undefined;
|
|
261
|
+
}
|
|
214
262
|
export interface DeleteAppInstanceUserRequest {
|
|
215
263
|
AppInstanceUserArn: string | undefined;
|
|
216
264
|
}
|
|
@@ -231,6 +279,19 @@ export interface DescribeAppInstanceAdminRequest {
|
|
|
231
279
|
export interface DescribeAppInstanceAdminResponse {
|
|
232
280
|
AppInstanceAdmin?: AppInstanceAdmin;
|
|
233
281
|
}
|
|
282
|
+
export interface DescribeAppInstanceBotRequest {
|
|
283
|
+
AppInstanceBotArn: string | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface DescribeAppInstanceBotResponse {
|
|
286
|
+
AppInstanceBot?: AppInstanceBot;
|
|
287
|
+
}
|
|
288
|
+
export declare class NotFoundException extends __BaseException {
|
|
289
|
+
readonly name: "NotFoundException";
|
|
290
|
+
readonly $fault: "client";
|
|
291
|
+
Code?: ErrorCode | string;
|
|
292
|
+
Message?: string;
|
|
293
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
294
|
+
}
|
|
234
295
|
export interface DescribeAppInstanceUserRequest {
|
|
235
296
|
AppInstanceUserArn: string | undefined;
|
|
236
297
|
}
|
|
@@ -261,6 +322,16 @@ export interface ListAppInstanceAdminsResponse {
|
|
|
261
322
|
AppInstanceAdmins?: AppInstanceAdminSummary[];
|
|
262
323
|
NextToken?: string;
|
|
263
324
|
}
|
|
325
|
+
export interface ListAppInstanceBotsRequest {
|
|
326
|
+
AppInstanceArn: string | undefined;
|
|
327
|
+
MaxResults?: number;
|
|
328
|
+
NextToken?: string;
|
|
329
|
+
}
|
|
330
|
+
export interface ListAppInstanceBotsResponse {
|
|
331
|
+
AppInstanceArn?: string;
|
|
332
|
+
AppInstanceBots?: AppInstanceBotSummary[];
|
|
333
|
+
NextToken?: string;
|
|
334
|
+
}
|
|
264
335
|
export interface ListAppInstancesRequest {
|
|
265
336
|
MaxResults?: number;
|
|
266
337
|
NextToken?: string;
|
|
@@ -302,6 +373,14 @@ export interface PutAppInstanceRetentionSettingsResponse {
|
|
|
302
373
|
AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
|
|
303
374
|
InitiateDeletionTimestamp?: Date;
|
|
304
375
|
}
|
|
376
|
+
export interface PutAppInstanceUserExpirationSettingsRequest {
|
|
377
|
+
AppInstanceUserArn: string | undefined;
|
|
378
|
+
ExpirationSettings?: ExpirationSettings;
|
|
379
|
+
}
|
|
380
|
+
export interface PutAppInstanceUserExpirationSettingsResponse {
|
|
381
|
+
AppInstanceUserArn?: string;
|
|
382
|
+
ExpirationSettings?: ExpirationSettings;
|
|
383
|
+
}
|
|
305
384
|
export interface RegisterAppInstanceUserEndpointRequest {
|
|
306
385
|
AppInstanceUserArn: string | undefined;
|
|
307
386
|
Name?: string;
|
|
@@ -331,6 +410,14 @@ export interface UpdateAppInstanceRequest {
|
|
|
331
410
|
export interface UpdateAppInstanceResponse {
|
|
332
411
|
AppInstanceArn?: string;
|
|
333
412
|
}
|
|
413
|
+
export interface UpdateAppInstanceBotRequest {
|
|
414
|
+
AppInstanceBotArn: string | undefined;
|
|
415
|
+
Name: string | undefined;
|
|
416
|
+
Metadata: string | undefined;
|
|
417
|
+
}
|
|
418
|
+
export interface UpdateAppInstanceBotResponse {
|
|
419
|
+
AppInstanceBotArn?: string;
|
|
420
|
+
}
|
|
334
421
|
export interface UpdateAppInstanceUserRequest {
|
|
335
422
|
AppInstanceUserArn: string | undefined;
|
|
336
423
|
Name: string | undefined;
|
|
@@ -357,14 +444,14 @@ export declare const AppInstanceAdminFilterSensitiveLog: (
|
|
|
357
444
|
export declare const AppInstanceAdminSummaryFilterSensitiveLog: (
|
|
358
445
|
obj: AppInstanceAdminSummary
|
|
359
446
|
) => any;
|
|
360
|
-
export declare const
|
|
361
|
-
obj:
|
|
447
|
+
export declare const AppInstanceBotFilterSensitiveLog: (
|
|
448
|
+
obj: AppInstanceBot
|
|
362
449
|
) => any;
|
|
363
|
-
export declare const
|
|
364
|
-
obj:
|
|
450
|
+
export declare const AppInstanceBotSummaryFilterSensitiveLog: (
|
|
451
|
+
obj: AppInstanceBotSummary
|
|
365
452
|
) => any;
|
|
366
|
-
export declare const
|
|
367
|
-
obj:
|
|
453
|
+
export declare const AppInstanceSummaryFilterSensitiveLog: (
|
|
454
|
+
obj: AppInstanceSummary
|
|
368
455
|
) => any;
|
|
369
456
|
export declare const AppInstanceUserFilterSensitiveLog: (
|
|
370
457
|
obj: AppInstanceUser
|
|
@@ -372,9 +459,6 @@ export declare const AppInstanceUserFilterSensitiveLog: (
|
|
|
372
459
|
export declare const EndpointAttributesFilterSensitiveLog: (
|
|
373
460
|
obj: EndpointAttributes
|
|
374
461
|
) => any;
|
|
375
|
-
export declare const EndpointStateFilterSensitiveLog: (
|
|
376
|
-
obj: EndpointState
|
|
377
|
-
) => any;
|
|
378
462
|
export declare const AppInstanceUserEndpointFilterSensitiveLog: (
|
|
379
463
|
obj: AppInstanceUserEndpoint
|
|
380
464
|
) => any;
|
|
@@ -388,47 +472,26 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
|
388
472
|
export declare const CreateAppInstanceRequestFilterSensitiveLog: (
|
|
389
473
|
obj: CreateAppInstanceRequest
|
|
390
474
|
) => any;
|
|
391
|
-
export declare const CreateAppInstanceResponseFilterSensitiveLog: (
|
|
392
|
-
obj: CreateAppInstanceResponse
|
|
393
|
-
) => any;
|
|
394
|
-
export declare const CreateAppInstanceAdminRequestFilterSensitiveLog: (
|
|
395
|
-
obj: CreateAppInstanceAdminRequest
|
|
396
|
-
) => any;
|
|
397
475
|
export declare const CreateAppInstanceAdminResponseFilterSensitiveLog: (
|
|
398
476
|
obj: CreateAppInstanceAdminResponse
|
|
399
477
|
) => any;
|
|
478
|
+
export declare const CreateAppInstanceBotRequestFilterSensitiveLog: (
|
|
479
|
+
obj: CreateAppInstanceBotRequest
|
|
480
|
+
) => any;
|
|
400
481
|
export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (
|
|
401
482
|
obj: CreateAppInstanceUserRequest
|
|
402
483
|
) => any;
|
|
403
|
-
export declare const CreateAppInstanceUserResponseFilterSensitiveLog: (
|
|
404
|
-
obj: CreateAppInstanceUserResponse
|
|
405
|
-
) => any;
|
|
406
|
-
export declare const DeleteAppInstanceRequestFilterSensitiveLog: (
|
|
407
|
-
obj: DeleteAppInstanceRequest
|
|
408
|
-
) => any;
|
|
409
|
-
export declare const DeleteAppInstanceAdminRequestFilterSensitiveLog: (
|
|
410
|
-
obj: DeleteAppInstanceAdminRequest
|
|
411
|
-
) => any;
|
|
412
|
-
export declare const DeleteAppInstanceUserRequestFilterSensitiveLog: (
|
|
413
|
-
obj: DeleteAppInstanceUserRequest
|
|
414
|
-
) => any;
|
|
415
484
|
export declare const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
416
485
|
obj: DeregisterAppInstanceUserEndpointRequest
|
|
417
486
|
) => any;
|
|
418
|
-
export declare const DescribeAppInstanceRequestFilterSensitiveLog: (
|
|
419
|
-
obj: DescribeAppInstanceRequest
|
|
420
|
-
) => any;
|
|
421
487
|
export declare const DescribeAppInstanceResponseFilterSensitiveLog: (
|
|
422
488
|
obj: DescribeAppInstanceResponse
|
|
423
489
|
) => any;
|
|
424
|
-
export declare const DescribeAppInstanceAdminRequestFilterSensitiveLog: (
|
|
425
|
-
obj: DescribeAppInstanceAdminRequest
|
|
426
|
-
) => any;
|
|
427
490
|
export declare const DescribeAppInstanceAdminResponseFilterSensitiveLog: (
|
|
428
491
|
obj: DescribeAppInstanceAdminResponse
|
|
429
492
|
) => any;
|
|
430
|
-
export declare const
|
|
431
|
-
obj:
|
|
493
|
+
export declare const DescribeAppInstanceBotResponseFilterSensitiveLog: (
|
|
494
|
+
obj: DescribeAppInstanceBotResponse
|
|
432
495
|
) => any;
|
|
433
496
|
export declare const DescribeAppInstanceUserResponseFilterSensitiveLog: (
|
|
434
497
|
obj: DescribeAppInstanceUserResponse
|
|
@@ -439,18 +502,18 @@ export declare const DescribeAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
|
439
502
|
export declare const DescribeAppInstanceUserEndpointResponseFilterSensitiveLog: (
|
|
440
503
|
obj: DescribeAppInstanceUserEndpointResponse
|
|
441
504
|
) => any;
|
|
442
|
-
export declare const GetAppInstanceRetentionSettingsRequestFilterSensitiveLog: (
|
|
443
|
-
obj: GetAppInstanceRetentionSettingsRequest
|
|
444
|
-
) => any;
|
|
445
|
-
export declare const GetAppInstanceRetentionSettingsResponseFilterSensitiveLog: (
|
|
446
|
-
obj: GetAppInstanceRetentionSettingsResponse
|
|
447
|
-
) => any;
|
|
448
505
|
export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (
|
|
449
506
|
obj: ListAppInstanceAdminsRequest
|
|
450
507
|
) => any;
|
|
451
508
|
export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (
|
|
452
509
|
obj: ListAppInstanceAdminsResponse
|
|
453
510
|
) => any;
|
|
511
|
+
export declare const ListAppInstanceBotsRequestFilterSensitiveLog: (
|
|
512
|
+
obj: ListAppInstanceBotsRequest
|
|
513
|
+
) => any;
|
|
514
|
+
export declare const ListAppInstanceBotsResponseFilterSensitiveLog: (
|
|
515
|
+
obj: ListAppInstanceBotsResponse
|
|
516
|
+
) => any;
|
|
454
517
|
export declare const ListAppInstancesRequestFilterSensitiveLog: (
|
|
455
518
|
obj: ListAppInstancesRequest
|
|
456
519
|
) => any;
|
|
@@ -469,18 +532,9 @@ export declare const ListAppInstanceUsersRequestFilterSensitiveLog: (
|
|
|
469
532
|
export declare const ListAppInstanceUsersResponseFilterSensitiveLog: (
|
|
470
533
|
obj: ListAppInstanceUsersResponse
|
|
471
534
|
) => any;
|
|
472
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
473
|
-
obj: ListTagsForResourceRequest
|
|
474
|
-
) => any;
|
|
475
535
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
476
536
|
obj: ListTagsForResourceResponse
|
|
477
537
|
) => any;
|
|
478
|
-
export declare const PutAppInstanceRetentionSettingsRequestFilterSensitiveLog: (
|
|
479
|
-
obj: PutAppInstanceRetentionSettingsRequest
|
|
480
|
-
) => any;
|
|
481
|
-
export declare const PutAppInstanceRetentionSettingsResponseFilterSensitiveLog: (
|
|
482
|
-
obj: PutAppInstanceRetentionSettingsResponse
|
|
483
|
-
) => any;
|
|
484
538
|
export declare const RegisterAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
485
539
|
obj: RegisterAppInstanceUserEndpointRequest
|
|
486
540
|
) => any;
|
|
@@ -496,15 +550,12 @@ export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
|
496
550
|
export declare const UpdateAppInstanceRequestFilterSensitiveLog: (
|
|
497
551
|
obj: UpdateAppInstanceRequest
|
|
498
552
|
) => any;
|
|
499
|
-
export declare const
|
|
500
|
-
obj:
|
|
553
|
+
export declare const UpdateAppInstanceBotRequestFilterSensitiveLog: (
|
|
554
|
+
obj: UpdateAppInstanceBotRequest
|
|
501
555
|
) => any;
|
|
502
556
|
export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (
|
|
503
557
|
obj: UpdateAppInstanceUserRequest
|
|
504
558
|
) => any;
|
|
505
|
-
export declare const UpdateAppInstanceUserResponseFilterSensitiveLog: (
|
|
506
|
-
obj: UpdateAppInstanceUserResponse
|
|
507
|
-
) => any;
|
|
508
559
|
export declare const UpdateAppInstanceUserEndpointRequestFilterSensitiveLog: (
|
|
509
560
|
obj: UpdateAppInstanceUserEndpointRequest
|
|
510
561
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppInstanceBotsCommandInput,
|
|
4
|
+
ListAppInstanceBotsCommandOutput,
|
|
5
|
+
} from "../commands/ListAppInstanceBotsCommand";
|
|
6
|
+
import { ChimeSDKIdentityPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppInstanceBots(
|
|
8
|
+
config: ChimeSDKIdentityPaginationConfiguration,
|
|
9
|
+
input: ListAppInstanceBotsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppInstanceBotsCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAppInstanceAdminsPaginator";
|
|
3
|
+
export * from "./ListAppInstanceBotsPaginator";
|
|
3
4
|
export * from "./ListAppInstanceUserEndpointsPaginator";
|
|
4
5
|
export * from "./ListAppInstanceUsersPaginator";
|
|
5
6
|
export * from "./ListAppInstancesPaginator";
|
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
CreateAppInstanceAdminCommandInput,
|
|
8
8
|
CreateAppInstanceAdminCommandOutput,
|
|
9
9
|
} from "../commands/CreateAppInstanceAdminCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateAppInstanceBotCommandInput,
|
|
12
|
+
CreateAppInstanceBotCommandOutput,
|
|
13
|
+
} from "../commands/CreateAppInstanceBotCommand";
|
|
10
14
|
import {
|
|
11
15
|
CreateAppInstanceCommandInput,
|
|
12
16
|
CreateAppInstanceCommandOutput,
|
|
@@ -19,6 +23,10 @@ import {
|
|
|
19
23
|
DeleteAppInstanceAdminCommandInput,
|
|
20
24
|
DeleteAppInstanceAdminCommandOutput,
|
|
21
25
|
} from "../commands/DeleteAppInstanceAdminCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteAppInstanceBotCommandInput,
|
|
28
|
+
DeleteAppInstanceBotCommandOutput,
|
|
29
|
+
} from "../commands/DeleteAppInstanceBotCommand";
|
|
22
30
|
import {
|
|
23
31
|
DeleteAppInstanceCommandInput,
|
|
24
32
|
DeleteAppInstanceCommandOutput,
|
|
@@ -35,6 +43,10 @@ import {
|
|
|
35
43
|
DescribeAppInstanceAdminCommandInput,
|
|
36
44
|
DescribeAppInstanceAdminCommandOutput,
|
|
37
45
|
} from "../commands/DescribeAppInstanceAdminCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeAppInstanceBotCommandInput,
|
|
48
|
+
DescribeAppInstanceBotCommandOutput,
|
|
49
|
+
} from "../commands/DescribeAppInstanceBotCommand";
|
|
38
50
|
import {
|
|
39
51
|
DescribeAppInstanceCommandInput,
|
|
40
52
|
DescribeAppInstanceCommandOutput,
|
|
@@ -55,6 +67,10 @@ import {
|
|
|
55
67
|
ListAppInstanceAdminsCommandInput,
|
|
56
68
|
ListAppInstanceAdminsCommandOutput,
|
|
57
69
|
} from "../commands/ListAppInstanceAdminsCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListAppInstanceBotsCommandInput,
|
|
72
|
+
ListAppInstanceBotsCommandOutput,
|
|
73
|
+
} from "../commands/ListAppInstanceBotsCommand";
|
|
58
74
|
import {
|
|
59
75
|
ListAppInstancesCommandInput,
|
|
60
76
|
ListAppInstancesCommandOutput,
|
|
@@ -75,6 +91,10 @@ import {
|
|
|
75
91
|
PutAppInstanceRetentionSettingsCommandInput,
|
|
76
92
|
PutAppInstanceRetentionSettingsCommandOutput,
|
|
77
93
|
} from "../commands/PutAppInstanceRetentionSettingsCommand";
|
|
94
|
+
import {
|
|
95
|
+
PutAppInstanceUserExpirationSettingsCommandInput,
|
|
96
|
+
PutAppInstanceUserExpirationSettingsCommandOutput,
|
|
97
|
+
} from "../commands/PutAppInstanceUserExpirationSettingsCommand";
|
|
78
98
|
import {
|
|
79
99
|
RegisterAppInstanceUserEndpointCommandInput,
|
|
80
100
|
RegisterAppInstanceUserEndpointCommandOutput,
|
|
@@ -87,6 +107,10 @@ import {
|
|
|
87
107
|
UntagResourceCommandInput,
|
|
88
108
|
UntagResourceCommandOutput,
|
|
89
109
|
} from "../commands/UntagResourceCommand";
|
|
110
|
+
import {
|
|
111
|
+
UpdateAppInstanceBotCommandInput,
|
|
112
|
+
UpdateAppInstanceBotCommandOutput,
|
|
113
|
+
} from "../commands/UpdateAppInstanceBotCommand";
|
|
90
114
|
import {
|
|
91
115
|
UpdateAppInstanceCommandInput,
|
|
92
116
|
UpdateAppInstanceCommandOutput,
|
|
@@ -107,6 +131,10 @@ export declare const serializeAws_restJson1CreateAppInstanceAdminCommand: (
|
|
|
107
131
|
input: CreateAppInstanceAdminCommandInput,
|
|
108
132
|
context: __SerdeContext
|
|
109
133
|
) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_restJson1CreateAppInstanceBotCommand: (
|
|
135
|
+
input: CreateAppInstanceBotCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
110
138
|
export declare const serializeAws_restJson1CreateAppInstanceUserCommand: (
|
|
111
139
|
input: CreateAppInstanceUserCommandInput,
|
|
112
140
|
context: __SerdeContext
|
|
@@ -119,6 +147,10 @@ export declare const serializeAws_restJson1DeleteAppInstanceAdminCommand: (
|
|
|
119
147
|
input: DeleteAppInstanceAdminCommandInput,
|
|
120
148
|
context: __SerdeContext
|
|
121
149
|
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_restJson1DeleteAppInstanceBotCommand: (
|
|
151
|
+
input: DeleteAppInstanceBotCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
122
154
|
export declare const serializeAws_restJson1DeleteAppInstanceUserCommand: (
|
|
123
155
|
input: DeleteAppInstanceUserCommandInput,
|
|
124
156
|
context: __SerdeContext
|
|
@@ -135,6 +167,10 @@ export declare const serializeAws_restJson1DescribeAppInstanceAdminCommand: (
|
|
|
135
167
|
input: DescribeAppInstanceAdminCommandInput,
|
|
136
168
|
context: __SerdeContext
|
|
137
169
|
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_restJson1DescribeAppInstanceBotCommand: (
|
|
171
|
+
input: DescribeAppInstanceBotCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
138
174
|
export declare const serializeAws_restJson1DescribeAppInstanceUserCommand: (
|
|
139
175
|
input: DescribeAppInstanceUserCommandInput,
|
|
140
176
|
context: __SerdeContext
|
|
@@ -151,6 +187,10 @@ export declare const serializeAws_restJson1ListAppInstanceAdminsCommand: (
|
|
|
151
187
|
input: ListAppInstanceAdminsCommandInput,
|
|
152
188
|
context: __SerdeContext
|
|
153
189
|
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_restJson1ListAppInstanceBotsCommand: (
|
|
191
|
+
input: ListAppInstanceBotsCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
154
194
|
export declare const serializeAws_restJson1ListAppInstancesCommand: (
|
|
155
195
|
input: ListAppInstancesCommandInput,
|
|
156
196
|
context: __SerdeContext
|
|
@@ -171,6 +211,10 @@ export declare const serializeAws_restJson1PutAppInstanceRetentionSettingsComman
|
|
|
171
211
|
input: PutAppInstanceRetentionSettingsCommandInput,
|
|
172
212
|
context: __SerdeContext
|
|
173
213
|
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_restJson1PutAppInstanceUserExpirationSettingsCommand: (
|
|
215
|
+
input: PutAppInstanceUserExpirationSettingsCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
174
218
|
export declare const serializeAws_restJson1RegisterAppInstanceUserEndpointCommand: (
|
|
175
219
|
input: RegisterAppInstanceUserEndpointCommandInput,
|
|
176
220
|
context: __SerdeContext
|
|
@@ -187,6 +231,10 @@ export declare const serializeAws_restJson1UpdateAppInstanceCommand: (
|
|
|
187
231
|
input: UpdateAppInstanceCommandInput,
|
|
188
232
|
context: __SerdeContext
|
|
189
233
|
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1UpdateAppInstanceBotCommand: (
|
|
235
|
+
input: UpdateAppInstanceBotCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
190
238
|
export declare const serializeAws_restJson1UpdateAppInstanceUserCommand: (
|
|
191
239
|
input: UpdateAppInstanceUserCommandInput,
|
|
192
240
|
context: __SerdeContext
|
|
@@ -203,6 +251,10 @@ export declare const deserializeAws_restJson1CreateAppInstanceAdminCommand: (
|
|
|
203
251
|
output: __HttpResponse,
|
|
204
252
|
context: __SerdeContext
|
|
205
253
|
) => Promise<CreateAppInstanceAdminCommandOutput>;
|
|
254
|
+
export declare const deserializeAws_restJson1CreateAppInstanceBotCommand: (
|
|
255
|
+
output: __HttpResponse,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<CreateAppInstanceBotCommandOutput>;
|
|
206
258
|
export declare const deserializeAws_restJson1CreateAppInstanceUserCommand: (
|
|
207
259
|
output: __HttpResponse,
|
|
208
260
|
context: __SerdeContext
|
|
@@ -215,6 +267,10 @@ export declare const deserializeAws_restJson1DeleteAppInstanceAdminCommand: (
|
|
|
215
267
|
output: __HttpResponse,
|
|
216
268
|
context: __SerdeContext
|
|
217
269
|
) => Promise<DeleteAppInstanceAdminCommandOutput>;
|
|
270
|
+
export declare const deserializeAws_restJson1DeleteAppInstanceBotCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<DeleteAppInstanceBotCommandOutput>;
|
|
218
274
|
export declare const deserializeAws_restJson1DeleteAppInstanceUserCommand: (
|
|
219
275
|
output: __HttpResponse,
|
|
220
276
|
context: __SerdeContext
|
|
@@ -231,6 +287,10 @@ export declare const deserializeAws_restJson1DescribeAppInstanceAdminCommand: (
|
|
|
231
287
|
output: __HttpResponse,
|
|
232
288
|
context: __SerdeContext
|
|
233
289
|
) => Promise<DescribeAppInstanceAdminCommandOutput>;
|
|
290
|
+
export declare const deserializeAws_restJson1DescribeAppInstanceBotCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<DescribeAppInstanceBotCommandOutput>;
|
|
234
294
|
export declare const deserializeAws_restJson1DescribeAppInstanceUserCommand: (
|
|
235
295
|
output: __HttpResponse,
|
|
236
296
|
context: __SerdeContext
|
|
@@ -247,6 +307,10 @@ export declare const deserializeAws_restJson1ListAppInstanceAdminsCommand: (
|
|
|
247
307
|
output: __HttpResponse,
|
|
248
308
|
context: __SerdeContext
|
|
249
309
|
) => Promise<ListAppInstanceAdminsCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_restJson1ListAppInstanceBotsCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<ListAppInstanceBotsCommandOutput>;
|
|
250
314
|
export declare const deserializeAws_restJson1ListAppInstancesCommand: (
|
|
251
315
|
output: __HttpResponse,
|
|
252
316
|
context: __SerdeContext
|
|
@@ -267,6 +331,10 @@ export declare const deserializeAws_restJson1PutAppInstanceRetentionSettingsComm
|
|
|
267
331
|
output: __HttpResponse,
|
|
268
332
|
context: __SerdeContext
|
|
269
333
|
) => Promise<PutAppInstanceRetentionSettingsCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_restJson1PutAppInstanceUserExpirationSettingsCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<PutAppInstanceUserExpirationSettingsCommandOutput>;
|
|
270
338
|
export declare const deserializeAws_restJson1RegisterAppInstanceUserEndpointCommand: (
|
|
271
339
|
output: __HttpResponse,
|
|
272
340
|
context: __SerdeContext
|
|
@@ -283,6 +351,10 @@ export declare const deserializeAws_restJson1UpdateAppInstanceCommand: (
|
|
|
283
351
|
output: __HttpResponse,
|
|
284
352
|
context: __SerdeContext
|
|
285
353
|
) => Promise<UpdateAppInstanceCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_restJson1UpdateAppInstanceBotCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<UpdateAppInstanceBotCommandOutput>;
|
|
286
358
|
export declare const deserializeAws_restJson1UpdateAppInstanceUserCommand: (
|
|
287
359
|
output: __HttpResponse,
|
|
288
360
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo chime-sdk-identity"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0",
|
|
56
57
|
"uuid": "^8.3.2"
|