@aws-sdk/client-chime-sdk-identity 3.378.0 → 3.382.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.
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
2
5
|
export interface ClientInputEndpointParameters {
|
|
3
6
|
region?: string | Provider<string>;
|
|
4
7
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
package/dist-types/index.d.ts
CHANGED
|
@@ -19,22 +19,27 @@ export type AllowMessages = (typeof AllowMessages)[keyof typeof AllowMessages];
|
|
|
19
19
|
*/
|
|
20
20
|
export interface AppInstance {
|
|
21
21
|
/**
|
|
22
|
+
* @public
|
|
22
23
|
* <p>The ARN of the messaging instance.</p>
|
|
23
24
|
*/
|
|
24
25
|
AppInstanceArn?: string;
|
|
25
26
|
/**
|
|
27
|
+
* @public
|
|
26
28
|
* <p>The name of an <code>AppInstance</code>.</p>
|
|
27
29
|
*/
|
|
28
30
|
Name?: string;
|
|
29
31
|
/**
|
|
32
|
+
* @public
|
|
30
33
|
* <p>The time at which an <code>AppInstance</code> was created. In epoch milliseconds.</p>
|
|
31
34
|
*/
|
|
32
35
|
CreatedTimestamp?: Date;
|
|
33
36
|
/**
|
|
37
|
+
* @public
|
|
34
38
|
* <p>The time an <code>AppInstance</code> was last updated. In epoch milliseconds.</p>
|
|
35
39
|
*/
|
|
36
40
|
LastUpdatedTimestamp?: Date;
|
|
37
41
|
/**
|
|
42
|
+
* @public
|
|
38
43
|
* <p>The metadata of an <code>AppInstance</code>.</p>
|
|
39
44
|
*/
|
|
40
45
|
Metadata?: string;
|
|
@@ -45,10 +50,12 @@ export interface AppInstance {
|
|
|
45
50
|
*/
|
|
46
51
|
export interface Identity {
|
|
47
52
|
/**
|
|
53
|
+
* @public
|
|
48
54
|
* <p>The ARN in an Identity.</p>
|
|
49
55
|
*/
|
|
50
56
|
Arn?: string;
|
|
51
57
|
/**
|
|
58
|
+
* @public
|
|
52
59
|
* <p>The name in an Identity.</p>
|
|
53
60
|
*/
|
|
54
61
|
Name?: string;
|
|
@@ -59,14 +66,17 @@ export interface Identity {
|
|
|
59
66
|
*/
|
|
60
67
|
export interface AppInstanceAdmin {
|
|
61
68
|
/**
|
|
69
|
+
* @public
|
|
62
70
|
* <p>The <code>AppInstanceAdmin</code> data.</p>
|
|
63
71
|
*/
|
|
64
72
|
Admin?: Identity;
|
|
65
73
|
/**
|
|
74
|
+
* @public
|
|
66
75
|
* <p>The ARN of the <code>AppInstance</code> for which the user is an administrator.</p>
|
|
67
76
|
*/
|
|
68
77
|
AppInstanceArn?: string;
|
|
69
78
|
/**
|
|
79
|
+
* @public
|
|
70
80
|
* <p>The time at which an administrator was created.</p>
|
|
71
81
|
*/
|
|
72
82
|
CreatedTimestamp?: Date;
|
|
@@ -77,6 +87,7 @@ export interface AppInstanceAdmin {
|
|
|
77
87
|
*/
|
|
78
88
|
export interface AppInstanceAdminSummary {
|
|
79
89
|
/**
|
|
90
|
+
* @public
|
|
80
91
|
* <p>The details of the <code>AppInstanceAdmin</code>.</p>
|
|
81
92
|
*/
|
|
82
93
|
Admin?: Identity;
|
|
@@ -113,6 +124,7 @@ export type TargetedMessages = (typeof TargetedMessages)[keyof typeof TargetedMe
|
|
|
113
124
|
*/
|
|
114
125
|
export interface InvokedBy {
|
|
115
126
|
/**
|
|
127
|
+
* @public
|
|
116
128
|
* <p>Sets standard messages as the bot trigger. For standard messages:</p>
|
|
117
129
|
* <ul>
|
|
118
130
|
* <li>
|
|
@@ -137,6 +149,7 @@ export interface InvokedBy {
|
|
|
137
149
|
*/
|
|
138
150
|
StandardMessages: StandardMessages | string | undefined;
|
|
139
151
|
/**
|
|
152
|
+
* @public
|
|
140
153
|
* <p>Sets targeted messages as the bot trigger. For targeted messages:</p>
|
|
141
154
|
* <ul>
|
|
142
155
|
* <li>
|
|
@@ -169,6 +182,7 @@ export type RespondsTo = (typeof RespondsTo)[keyof typeof RespondsTo];
|
|
|
169
182
|
*/
|
|
170
183
|
export interface LexConfiguration {
|
|
171
184
|
/**
|
|
185
|
+
* @public
|
|
172
186
|
* <important>
|
|
173
187
|
* <p>
|
|
174
188
|
* <b>Deprecated</b>. Use <code>InvokedBy</code> instead.</p>
|
|
@@ -177,22 +191,26 @@ export interface LexConfiguration {
|
|
|
177
191
|
*/
|
|
178
192
|
RespondsTo?: RespondsTo | string;
|
|
179
193
|
/**
|
|
194
|
+
* @public
|
|
180
195
|
* <p>Specifies the type of message that triggers a bot.</p>
|
|
181
196
|
*/
|
|
182
197
|
InvokedBy?: InvokedBy;
|
|
183
198
|
/**
|
|
199
|
+
* @public
|
|
184
200
|
* <p>The ARN of the Amazon Lex V2 bot's alias. The ARN uses this format:
|
|
185
201
|
* <code>arn:aws:lex:REGION:ACCOUNT:bot-alias/MYBOTID/MYBOTALIAS</code>
|
|
186
202
|
* </p>
|
|
187
203
|
*/
|
|
188
204
|
LexBotAliasArn: string | undefined;
|
|
189
205
|
/**
|
|
206
|
+
* @public
|
|
190
207
|
* <p>Identifies the Amazon Lex V2 bot's language and locale. The string must match one of the
|
|
191
208
|
* supported locales in Amazon Lex V2. All of the intents, slot types, and slots used in the bot must have the same
|
|
192
209
|
* locale. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a> in the <i>Amazon Lex V2 Developer Guide</i>.</p>
|
|
193
210
|
*/
|
|
194
211
|
LocaleId: string | undefined;
|
|
195
212
|
/**
|
|
213
|
+
* @public
|
|
196
214
|
* <p>The name of the welcome intent configured in the Amazon Lex V2 bot.</p>
|
|
197
215
|
*/
|
|
198
216
|
WelcomeIntent?: string;
|
|
@@ -203,6 +221,7 @@ export interface LexConfiguration {
|
|
|
203
221
|
*/
|
|
204
222
|
export interface Configuration {
|
|
205
223
|
/**
|
|
224
|
+
* @public
|
|
206
225
|
* <p>The configuration for an Amazon Lex V2 bot.</p>
|
|
207
226
|
*/
|
|
208
227
|
Lex: LexConfiguration | undefined;
|
|
@@ -213,26 +232,32 @@ export interface Configuration {
|
|
|
213
232
|
*/
|
|
214
233
|
export interface AppInstanceBot {
|
|
215
234
|
/**
|
|
235
|
+
* @public
|
|
216
236
|
* <p>The ARN of the AppInstanceBot.</p>
|
|
217
237
|
*/
|
|
218
238
|
AppInstanceBotArn?: string;
|
|
219
239
|
/**
|
|
240
|
+
* @public
|
|
220
241
|
* <p>The name of the AppInstanceBot.</p>
|
|
221
242
|
*/
|
|
222
243
|
Name?: string;
|
|
223
244
|
/**
|
|
245
|
+
* @public
|
|
224
246
|
* <p>The data processing instructions for an AppInstanceBot.</p>
|
|
225
247
|
*/
|
|
226
248
|
Configuration?: Configuration;
|
|
227
249
|
/**
|
|
250
|
+
* @public
|
|
228
251
|
* <p>The time at which the <code>AppInstanceBot</code> was created.</p>
|
|
229
252
|
*/
|
|
230
253
|
CreatedTimestamp?: Date;
|
|
231
254
|
/**
|
|
255
|
+
* @public
|
|
232
256
|
* <p>The time at which the <code>AppInstanceBot</code> was last updated.</p>
|
|
233
257
|
*/
|
|
234
258
|
LastUpdatedTimestamp?: Date;
|
|
235
259
|
/**
|
|
260
|
+
* @public
|
|
236
261
|
* <p>The metadata for an AppInstanceBot.</p>
|
|
237
262
|
*/
|
|
238
263
|
Metadata?: string;
|
|
@@ -243,14 +268,17 @@ export interface AppInstanceBot {
|
|
|
243
268
|
*/
|
|
244
269
|
export interface AppInstanceBotSummary {
|
|
245
270
|
/**
|
|
271
|
+
* @public
|
|
246
272
|
* <p>The ARN of the AppInstanceBot.</p>
|
|
247
273
|
*/
|
|
248
274
|
AppInstanceBotArn?: string;
|
|
249
275
|
/**
|
|
276
|
+
* @public
|
|
250
277
|
* <p>The name of the AppInstanceBox.</p>
|
|
251
278
|
*/
|
|
252
279
|
Name?: string;
|
|
253
280
|
/**
|
|
281
|
+
* @public
|
|
254
282
|
* <p>The metadata of the AppInstanceBot.</p>
|
|
255
283
|
*/
|
|
256
284
|
Metadata?: string;
|
|
@@ -261,14 +289,17 @@ export interface AppInstanceBotSummary {
|
|
|
261
289
|
*/
|
|
262
290
|
export interface AppInstanceSummary {
|
|
263
291
|
/**
|
|
292
|
+
* @public
|
|
264
293
|
* <p>The <code>AppInstance</code> ARN.</p>
|
|
265
294
|
*/
|
|
266
295
|
AppInstanceArn?: string;
|
|
267
296
|
/**
|
|
297
|
+
* @public
|
|
268
298
|
* <p>The name of the <code>AppInstance</code>.</p>
|
|
269
299
|
*/
|
|
270
300
|
Name?: string;
|
|
271
301
|
/**
|
|
302
|
+
* @public
|
|
272
303
|
* <p>The metadata of the <code>AppInstance</code>.</p>
|
|
273
304
|
*/
|
|
274
305
|
Metadata?: string;
|
|
@@ -279,6 +310,7 @@ export interface AppInstanceSummary {
|
|
|
279
310
|
*/
|
|
280
311
|
export interface ChannelRetentionSettings {
|
|
281
312
|
/**
|
|
313
|
+
* @public
|
|
282
314
|
* <p>The time in days to retain the messages in a channel.</p>
|
|
283
315
|
*/
|
|
284
316
|
RetentionDays?: number;
|
|
@@ -289,6 +321,7 @@ export interface ChannelRetentionSettings {
|
|
|
289
321
|
*/
|
|
290
322
|
export interface AppInstanceRetentionSettings {
|
|
291
323
|
/**
|
|
324
|
+
* @public
|
|
292
325
|
* <p>The length of time in days to retain the messages in a channel.</p>
|
|
293
326
|
*/
|
|
294
327
|
ChannelRetentionSettings?: ChannelRetentionSettings;
|
|
@@ -310,10 +343,12 @@ export type ExpirationCriterion = (typeof ExpirationCriterion)[keyof typeof Expi
|
|
|
310
343
|
*/
|
|
311
344
|
export interface ExpirationSettings {
|
|
312
345
|
/**
|
|
346
|
+
* @public
|
|
313
347
|
* <p>The period in days after which an <code>AppInstanceUser</code> will be automatically deleted.</p>
|
|
314
348
|
*/
|
|
315
349
|
ExpirationDays: number | undefined;
|
|
316
350
|
/**
|
|
351
|
+
* @public
|
|
317
352
|
* <p>Specifies the conditions under which an <code>AppInstanceUser</code> will expire.</p>
|
|
318
353
|
*/
|
|
319
354
|
ExpirationCriterion: ExpirationCriterion | string | undefined;
|
|
@@ -324,26 +359,32 @@ export interface ExpirationSettings {
|
|
|
324
359
|
*/
|
|
325
360
|
export interface AppInstanceUser {
|
|
326
361
|
/**
|
|
362
|
+
* @public
|
|
327
363
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
328
364
|
*/
|
|
329
365
|
AppInstanceUserArn?: string;
|
|
330
366
|
/**
|
|
367
|
+
* @public
|
|
331
368
|
* <p>The name of the <code>AppInstanceUser</code>.</p>
|
|
332
369
|
*/
|
|
333
370
|
Name?: string;
|
|
334
371
|
/**
|
|
372
|
+
* @public
|
|
335
373
|
* <p>The metadata of the <code>AppInstanceUser</code>.</p>
|
|
336
374
|
*/
|
|
337
375
|
Metadata?: string;
|
|
338
376
|
/**
|
|
377
|
+
* @public
|
|
339
378
|
* <p>The time at which the <code>AppInstanceUser</code> was created.</p>
|
|
340
379
|
*/
|
|
341
380
|
CreatedTimestamp?: Date;
|
|
342
381
|
/**
|
|
382
|
+
* @public
|
|
343
383
|
* <p>The time at which the <code>AppInstanceUser</code> was last updated.</p>
|
|
344
384
|
*/
|
|
345
385
|
LastUpdatedTimestamp?: Date;
|
|
346
386
|
/**
|
|
387
|
+
* @public
|
|
347
388
|
* <p>The interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
348
389
|
*/
|
|
349
390
|
ExpirationSettings?: ExpirationSettings;
|
|
@@ -354,10 +395,12 @@ export interface AppInstanceUser {
|
|
|
354
395
|
*/
|
|
355
396
|
export interface EndpointAttributes {
|
|
356
397
|
/**
|
|
398
|
+
* @public
|
|
357
399
|
* <p>The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.</p>
|
|
358
400
|
*/
|
|
359
401
|
DeviceToken: string | undefined;
|
|
360
402
|
/**
|
|
403
|
+
* @public
|
|
361
404
|
* <p>The VOIP device token for the APNS and APNS_SANDBOX endpoint types.</p>
|
|
362
405
|
*/
|
|
363
406
|
VoipDeviceToken?: string;
|
|
@@ -412,10 +455,12 @@ export type EndpointStatusReason = (typeof EndpointStatusReason)[keyof typeof En
|
|
|
412
455
|
*/
|
|
413
456
|
export interface EndpointState {
|
|
414
457
|
/**
|
|
458
|
+
* @public
|
|
415
459
|
* <p>Enum that indicates the Status of an <code>AppInstanceUserEndpoint</code>.</p>
|
|
416
460
|
*/
|
|
417
461
|
Status: EndpointStatus | string | undefined;
|
|
418
462
|
/**
|
|
463
|
+
* @public
|
|
419
464
|
* <p>The reason for the <code>EndpointStatus</code>.</p>
|
|
420
465
|
*/
|
|
421
466
|
StatusReason?: EndpointStatusReason | string;
|
|
@@ -439,43 +484,53 @@ export type AppInstanceUserEndpointType = (typeof AppInstanceUserEndpointType)[k
|
|
|
439
484
|
*/
|
|
440
485
|
export interface AppInstanceUserEndpoint {
|
|
441
486
|
/**
|
|
487
|
+
* @public
|
|
442
488
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
443
489
|
*/
|
|
444
490
|
AppInstanceUserArn?: string;
|
|
445
491
|
/**
|
|
492
|
+
* @public
|
|
446
493
|
* <p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
447
494
|
*/
|
|
448
495
|
EndpointId?: string;
|
|
449
496
|
/**
|
|
497
|
+
* @public
|
|
450
498
|
* <p>The name of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
451
499
|
*/
|
|
452
500
|
Name?: string;
|
|
453
501
|
/**
|
|
502
|
+
* @public
|
|
454
503
|
* <p>The type of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
455
504
|
*/
|
|
456
505
|
Type?: AppInstanceUserEndpointType | string;
|
|
457
506
|
/**
|
|
507
|
+
* @public
|
|
458
508
|
* <p>The ARN of the resource to which the endpoint belongs.</p>
|
|
459
509
|
*/
|
|
460
510
|
ResourceArn?: string;
|
|
461
511
|
/**
|
|
512
|
+
* @public
|
|
462
513
|
* <p>The attributes of an <code>Endpoint</code>.</p>
|
|
463
514
|
*/
|
|
464
515
|
EndpointAttributes?: EndpointAttributes;
|
|
465
516
|
/**
|
|
517
|
+
* @public
|
|
466
518
|
* <p>The time at which an <code>AppInstanceUserEndpoint</code> was created.</p>
|
|
467
519
|
*/
|
|
468
520
|
CreatedTimestamp?: Date;
|
|
469
521
|
/**
|
|
522
|
+
* @public
|
|
470
523
|
* <p>The time at which an <code>AppInstanceUserEndpoint</code> was last updated.</p>
|
|
471
524
|
*/
|
|
472
525
|
LastUpdatedTimestamp?: Date;
|
|
473
526
|
/**
|
|
527
|
+
* @public
|
|
474
528
|
* <p>Boolean that controls whether the <code>AppInstanceUserEndpoint</code> is opted in to receive messages. <code>ALL</code> indicates the endpoint will receive all messages.
|
|
475
529
|
* <code>NONE</code> indicates the endpoint will receive no messages.</p>
|
|
476
530
|
*/
|
|
477
531
|
AllowMessages?: AllowMessages | string;
|
|
478
532
|
/**
|
|
533
|
+
* @public
|
|
479
534
|
* <p>A read-only field that represents the state of an <code>AppInstanceUserEndpoint</code>. Supported values:</p>
|
|
480
535
|
* <ul>
|
|
481
536
|
* <li>
|
|
@@ -506,27 +561,33 @@ export interface AppInstanceUserEndpoint {
|
|
|
506
561
|
*/
|
|
507
562
|
export interface AppInstanceUserEndpointSummary {
|
|
508
563
|
/**
|
|
564
|
+
* @public
|
|
509
565
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
510
566
|
*/
|
|
511
567
|
AppInstanceUserArn?: string;
|
|
512
568
|
/**
|
|
569
|
+
* @public
|
|
513
570
|
* <p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
514
571
|
*/
|
|
515
572
|
EndpointId?: string;
|
|
516
573
|
/**
|
|
574
|
+
* @public
|
|
517
575
|
* <p>The name of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
518
576
|
*/
|
|
519
577
|
Name?: string;
|
|
520
578
|
/**
|
|
579
|
+
* @public
|
|
521
580
|
* <p>The type of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
522
581
|
*/
|
|
523
582
|
Type?: AppInstanceUserEndpointType | string;
|
|
524
583
|
/**
|
|
584
|
+
* @public
|
|
525
585
|
* <p>BBoolean that controls whether the <code>AppInstanceUserEndpoint</code> is opted in to receive messages. <code>ALL</code> indicates the endpoint will receive all messages.
|
|
526
586
|
* <code>NONE</code> indicates the endpoint will receive no messages.</p>
|
|
527
587
|
*/
|
|
528
588
|
AllowMessages?: AllowMessages | string;
|
|
529
589
|
/**
|
|
590
|
+
* @public
|
|
530
591
|
* <p>A read-only field that represent the state of an <code>AppInstanceUserEndpoint</code>.</p>
|
|
531
592
|
*/
|
|
532
593
|
EndpointState?: EndpointState;
|
|
@@ -537,14 +598,17 @@ export interface AppInstanceUserEndpointSummary {
|
|
|
537
598
|
*/
|
|
538
599
|
export interface AppInstanceUserSummary {
|
|
539
600
|
/**
|
|
601
|
+
* @public
|
|
540
602
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
541
603
|
*/
|
|
542
604
|
AppInstanceUserArn?: string;
|
|
543
605
|
/**
|
|
606
|
+
* @public
|
|
544
607
|
* <p>The name of an <code>AppInstanceUser</code>.</p>
|
|
545
608
|
*/
|
|
546
609
|
Name?: string;
|
|
547
610
|
/**
|
|
611
|
+
* @public
|
|
548
612
|
* <p>The metadata of the <code>AppInstanceUser</code>.</p>
|
|
549
613
|
*/
|
|
550
614
|
Metadata?: string;
|
|
@@ -609,10 +673,12 @@ export declare class ConflictException extends __BaseException {
|
|
|
609
673
|
*/
|
|
610
674
|
export interface Tag {
|
|
611
675
|
/**
|
|
676
|
+
* @public
|
|
612
677
|
* <p>The key in a tag.</p>
|
|
613
678
|
*/
|
|
614
679
|
Key: string | undefined;
|
|
615
680
|
/**
|
|
681
|
+
* @public
|
|
616
682
|
* <p>The value in a tag.</p>
|
|
617
683
|
*/
|
|
618
684
|
Value: string | undefined;
|
|
@@ -622,18 +688,22 @@ export interface Tag {
|
|
|
622
688
|
*/
|
|
623
689
|
export interface CreateAppInstanceRequest {
|
|
624
690
|
/**
|
|
691
|
+
* @public
|
|
625
692
|
* <p>The name of the <code>AppInstance</code>.</p>
|
|
626
693
|
*/
|
|
627
694
|
Name: string | undefined;
|
|
628
695
|
/**
|
|
696
|
+
* @public
|
|
629
697
|
* <p>The metadata of the <code>AppInstance</code>. Limited to a 1KB string in UTF-8.</p>
|
|
630
698
|
*/
|
|
631
699
|
Metadata?: string;
|
|
632
700
|
/**
|
|
701
|
+
* @public
|
|
633
702
|
* <p>The unique ID of the request. Use different tokens to create different <code>AppInstances</code>.</p>
|
|
634
703
|
*/
|
|
635
704
|
ClientRequestToken?: string;
|
|
636
705
|
/**
|
|
706
|
+
* @public
|
|
637
707
|
* <p>Tags assigned to the <code>AppInstance</code>.</p>
|
|
638
708
|
*/
|
|
639
709
|
Tags?: Tag[];
|
|
@@ -643,6 +713,7 @@ export interface CreateAppInstanceRequest {
|
|
|
643
713
|
*/
|
|
644
714
|
export interface CreateAppInstanceResponse {
|
|
645
715
|
/**
|
|
716
|
+
* @public
|
|
646
717
|
* <p>The Amazon Resource Number (ARN) of the <code>AppInstance</code>.</p>
|
|
647
718
|
*/
|
|
648
719
|
AppInstanceArn?: string;
|
|
@@ -736,10 +807,12 @@ export declare class UnauthorizedClientException extends __BaseException {
|
|
|
736
807
|
*/
|
|
737
808
|
export interface CreateAppInstanceAdminRequest {
|
|
738
809
|
/**
|
|
810
|
+
* @public
|
|
739
811
|
* <p>The ARN of the administrator of the current <code>AppInstance</code>.</p>
|
|
740
812
|
*/
|
|
741
813
|
AppInstanceAdminArn: string | undefined;
|
|
742
814
|
/**
|
|
815
|
+
* @public
|
|
743
816
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
744
817
|
*/
|
|
745
818
|
AppInstanceArn: string | undefined;
|
|
@@ -749,11 +822,13 @@ export interface CreateAppInstanceAdminRequest {
|
|
|
749
822
|
*/
|
|
750
823
|
export interface CreateAppInstanceAdminResponse {
|
|
751
824
|
/**
|
|
825
|
+
* @public
|
|
752
826
|
* <p>The ARN and name of the administrator, the ARN of the <code>AppInstance</code>, and the created and
|
|
753
827
|
* last-updated timestamps. All timestamps use epoch milliseconds.</p>
|
|
754
828
|
*/
|
|
755
829
|
AppInstanceAdmin?: Identity;
|
|
756
830
|
/**
|
|
831
|
+
* @public
|
|
757
832
|
* <p>The ARN of the of the admin for the <code>AppInstance</code>.</p>
|
|
758
833
|
*/
|
|
759
834
|
AppInstanceArn?: string;
|
|
@@ -763,26 +838,32 @@ export interface CreateAppInstanceAdminResponse {
|
|
|
763
838
|
*/
|
|
764
839
|
export interface CreateAppInstanceBotRequest {
|
|
765
840
|
/**
|
|
841
|
+
* @public
|
|
766
842
|
* <p>The ARN of the <code>AppInstance</code> request.</p>
|
|
767
843
|
*/
|
|
768
844
|
AppInstanceArn: string | undefined;
|
|
769
845
|
/**
|
|
846
|
+
* @public
|
|
770
847
|
* <p>The user's name.</p>
|
|
771
848
|
*/
|
|
772
849
|
Name?: string;
|
|
773
850
|
/**
|
|
851
|
+
* @public
|
|
774
852
|
* <p>The request metadata. Limited to a 1KB string in UTF-8.</p>
|
|
775
853
|
*/
|
|
776
854
|
Metadata?: string;
|
|
777
855
|
/**
|
|
856
|
+
* @public
|
|
778
857
|
* <p>The unique ID for the client making the request. Use different tokens for different <code>AppInstanceBots</code>.</p>
|
|
779
858
|
*/
|
|
780
859
|
ClientRequestToken?: string;
|
|
781
860
|
/**
|
|
861
|
+
* @public
|
|
782
862
|
* <p>The tags assigned to the <code>AppInstanceBot</code>.</p>
|
|
783
863
|
*/
|
|
784
864
|
Tags?: Tag[];
|
|
785
865
|
/**
|
|
866
|
+
* @public
|
|
786
867
|
* <p>Configuration information about the Amazon Lex V2 V2 bot.</p>
|
|
787
868
|
*/
|
|
788
869
|
Configuration: Configuration | undefined;
|
|
@@ -792,6 +873,7 @@ export interface CreateAppInstanceBotRequest {
|
|
|
792
873
|
*/
|
|
793
874
|
export interface CreateAppInstanceBotResponse {
|
|
794
875
|
/**
|
|
876
|
+
* @public
|
|
795
877
|
* <p>The ARN of the <code>AppinstanceBot</code>.</p>
|
|
796
878
|
*/
|
|
797
879
|
AppInstanceBotArn?: string;
|
|
@@ -801,30 +883,37 @@ export interface CreateAppInstanceBotResponse {
|
|
|
801
883
|
*/
|
|
802
884
|
export interface CreateAppInstanceUserRequest {
|
|
803
885
|
/**
|
|
886
|
+
* @public
|
|
804
887
|
* <p>The ARN of the <code>AppInstance</code> request.</p>
|
|
805
888
|
*/
|
|
806
889
|
AppInstanceArn: string | undefined;
|
|
807
890
|
/**
|
|
891
|
+
* @public
|
|
808
892
|
* <p>The user ID of the <code>AppInstance</code>.</p>
|
|
809
893
|
*/
|
|
810
894
|
AppInstanceUserId: string | undefined;
|
|
811
895
|
/**
|
|
896
|
+
* @public
|
|
812
897
|
* <p>The user's name.</p>
|
|
813
898
|
*/
|
|
814
899
|
Name: string | undefined;
|
|
815
900
|
/**
|
|
901
|
+
* @public
|
|
816
902
|
* <p>The request's metadata. Limited to a 1KB string in UTF-8.</p>
|
|
817
903
|
*/
|
|
818
904
|
Metadata?: string;
|
|
819
905
|
/**
|
|
906
|
+
* @public
|
|
820
907
|
* <p>The unique ID of the request. Use different tokens to request additional <code>AppInstances</code>.</p>
|
|
821
908
|
*/
|
|
822
909
|
ClientRequestToken?: string;
|
|
823
910
|
/**
|
|
911
|
+
* @public
|
|
824
912
|
* <p>Tags assigned to the <code>AppInstanceUser</code>.</p>
|
|
825
913
|
*/
|
|
826
914
|
Tags?: Tag[];
|
|
827
915
|
/**
|
|
916
|
+
* @public
|
|
828
917
|
* <p>Settings that control the interval after which the <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
829
918
|
*/
|
|
830
919
|
ExpirationSettings?: ExpirationSettings;
|
|
@@ -834,6 +923,7 @@ export interface CreateAppInstanceUserRequest {
|
|
|
834
923
|
*/
|
|
835
924
|
export interface CreateAppInstanceUserResponse {
|
|
836
925
|
/**
|
|
926
|
+
* @public
|
|
837
927
|
* <p>The user's ARN.</p>
|
|
838
928
|
*/
|
|
839
929
|
AppInstanceUserArn?: string;
|
|
@@ -843,6 +933,7 @@ export interface CreateAppInstanceUserResponse {
|
|
|
843
933
|
*/
|
|
844
934
|
export interface DeleteAppInstanceRequest {
|
|
845
935
|
/**
|
|
936
|
+
* @public
|
|
846
937
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
847
938
|
*/
|
|
848
939
|
AppInstanceArn: string | undefined;
|
|
@@ -852,10 +943,12 @@ export interface DeleteAppInstanceRequest {
|
|
|
852
943
|
*/
|
|
853
944
|
export interface DeleteAppInstanceAdminRequest {
|
|
854
945
|
/**
|
|
946
|
+
* @public
|
|
855
947
|
* <p>The ARN of the <code>AppInstance</code>'s administrator.</p>
|
|
856
948
|
*/
|
|
857
949
|
AppInstanceAdminArn: string | undefined;
|
|
858
950
|
/**
|
|
951
|
+
* @public
|
|
859
952
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
860
953
|
*/
|
|
861
954
|
AppInstanceArn: string | undefined;
|
|
@@ -865,6 +958,7 @@ export interface DeleteAppInstanceAdminRequest {
|
|
|
865
958
|
*/
|
|
866
959
|
export interface DeleteAppInstanceBotRequest {
|
|
867
960
|
/**
|
|
961
|
+
* @public
|
|
868
962
|
* <p>The ARN of the <code>AppInstanceBot</code> being deleted.</p>
|
|
869
963
|
*/
|
|
870
964
|
AppInstanceBotArn: string | undefined;
|
|
@@ -874,6 +968,7 @@ export interface DeleteAppInstanceBotRequest {
|
|
|
874
968
|
*/
|
|
875
969
|
export interface DeleteAppInstanceUserRequest {
|
|
876
970
|
/**
|
|
971
|
+
* @public
|
|
877
972
|
* <p>The ARN of the user request being deleted.</p>
|
|
878
973
|
*/
|
|
879
974
|
AppInstanceUserArn: string | undefined;
|
|
@@ -883,10 +978,12 @@ export interface DeleteAppInstanceUserRequest {
|
|
|
883
978
|
*/
|
|
884
979
|
export interface DeregisterAppInstanceUserEndpointRequest {
|
|
885
980
|
/**
|
|
981
|
+
* @public
|
|
886
982
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
887
983
|
*/
|
|
888
984
|
AppInstanceUserArn: string | undefined;
|
|
889
985
|
/**
|
|
986
|
+
* @public
|
|
890
987
|
* <p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
891
988
|
*/
|
|
892
989
|
EndpointId: string | undefined;
|
|
@@ -896,6 +993,7 @@ export interface DeregisterAppInstanceUserEndpointRequest {
|
|
|
896
993
|
*/
|
|
897
994
|
export interface DescribeAppInstanceRequest {
|
|
898
995
|
/**
|
|
996
|
+
* @public
|
|
899
997
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
900
998
|
*/
|
|
901
999
|
AppInstanceArn: string | undefined;
|
|
@@ -905,6 +1003,7 @@ export interface DescribeAppInstanceRequest {
|
|
|
905
1003
|
*/
|
|
906
1004
|
export interface DescribeAppInstanceResponse {
|
|
907
1005
|
/**
|
|
1006
|
+
* @public
|
|
908
1007
|
* <p>The ARN, metadata, created and last-updated timestamps, and the name of the
|
|
909
1008
|
* <code>AppInstance</code>. All timestamps use epoch milliseconds.</p>
|
|
910
1009
|
*/
|
|
@@ -915,10 +1014,12 @@ export interface DescribeAppInstanceResponse {
|
|
|
915
1014
|
*/
|
|
916
1015
|
export interface DescribeAppInstanceAdminRequest {
|
|
917
1016
|
/**
|
|
1017
|
+
* @public
|
|
918
1018
|
* <p>The ARN of the <code>AppInstanceAdmin</code>.</p>
|
|
919
1019
|
*/
|
|
920
1020
|
AppInstanceAdminArn: string | undefined;
|
|
921
1021
|
/**
|
|
1022
|
+
* @public
|
|
922
1023
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
923
1024
|
*/
|
|
924
1025
|
AppInstanceArn: string | undefined;
|
|
@@ -928,6 +1029,7 @@ export interface DescribeAppInstanceAdminRequest {
|
|
|
928
1029
|
*/
|
|
929
1030
|
export interface DescribeAppInstanceAdminResponse {
|
|
930
1031
|
/**
|
|
1032
|
+
* @public
|
|
931
1033
|
* <p>The ARN and name of the <code>AppInstanceUser</code>, the ARN of the
|
|
932
1034
|
* <code>AppInstance</code>, and the created and last-updated timestamps. All timestamps
|
|
933
1035
|
* use epoch milliseconds.</p>
|
|
@@ -939,6 +1041,7 @@ export interface DescribeAppInstanceAdminResponse {
|
|
|
939
1041
|
*/
|
|
940
1042
|
export interface DescribeAppInstanceBotRequest {
|
|
941
1043
|
/**
|
|
1044
|
+
* @public
|
|
942
1045
|
* <p>The ARN of the <code>AppInstanceBot</code>.</p>
|
|
943
1046
|
*/
|
|
944
1047
|
AppInstanceBotArn: string | undefined;
|
|
@@ -948,6 +1051,7 @@ export interface DescribeAppInstanceBotRequest {
|
|
|
948
1051
|
*/
|
|
949
1052
|
export interface DescribeAppInstanceBotResponse {
|
|
950
1053
|
/**
|
|
1054
|
+
* @public
|
|
951
1055
|
* <p>The detials of the <code>AppInstanceBot</code>.</p>
|
|
952
1056
|
*/
|
|
953
1057
|
AppInstanceBot?: AppInstanceBot;
|
|
@@ -971,6 +1075,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
971
1075
|
*/
|
|
972
1076
|
export interface DescribeAppInstanceUserRequest {
|
|
973
1077
|
/**
|
|
1078
|
+
* @public
|
|
974
1079
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
975
1080
|
*/
|
|
976
1081
|
AppInstanceUserArn: string | undefined;
|
|
@@ -980,6 +1085,7 @@ export interface DescribeAppInstanceUserRequest {
|
|
|
980
1085
|
*/
|
|
981
1086
|
export interface DescribeAppInstanceUserResponse {
|
|
982
1087
|
/**
|
|
1088
|
+
* @public
|
|
983
1089
|
* <p>The name of the <code>AppInstanceUser</code>.</p>
|
|
984
1090
|
*/
|
|
985
1091
|
AppInstanceUser?: AppInstanceUser;
|
|
@@ -989,10 +1095,12 @@ export interface DescribeAppInstanceUserResponse {
|
|
|
989
1095
|
*/
|
|
990
1096
|
export interface DescribeAppInstanceUserEndpointRequest {
|
|
991
1097
|
/**
|
|
1098
|
+
* @public
|
|
992
1099
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
993
1100
|
*/
|
|
994
1101
|
AppInstanceUserArn: string | undefined;
|
|
995
1102
|
/**
|
|
1103
|
+
* @public
|
|
996
1104
|
* <p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
997
1105
|
*/
|
|
998
1106
|
EndpointId: string | undefined;
|
|
@@ -1002,6 +1110,7 @@ export interface DescribeAppInstanceUserEndpointRequest {
|
|
|
1002
1110
|
*/
|
|
1003
1111
|
export interface DescribeAppInstanceUserEndpointResponse {
|
|
1004
1112
|
/**
|
|
1113
|
+
* @public
|
|
1005
1114
|
* <p>The full details of an <code>AppInstanceUserEndpoint</code>: the <code>AppInstanceUserArn</code>, ID, name, type, resource ARN, attributes,
|
|
1006
1115
|
* allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.</p>
|
|
1007
1116
|
*/
|
|
@@ -1012,6 +1121,7 @@ export interface DescribeAppInstanceUserEndpointResponse {
|
|
|
1012
1121
|
*/
|
|
1013
1122
|
export interface GetAppInstanceRetentionSettingsRequest {
|
|
1014
1123
|
/**
|
|
1124
|
+
* @public
|
|
1015
1125
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1016
1126
|
*/
|
|
1017
1127
|
AppInstanceArn: string | undefined;
|
|
@@ -1021,10 +1131,12 @@ export interface GetAppInstanceRetentionSettingsRequest {
|
|
|
1021
1131
|
*/
|
|
1022
1132
|
export interface GetAppInstanceRetentionSettingsResponse {
|
|
1023
1133
|
/**
|
|
1134
|
+
* @public
|
|
1024
1135
|
* <p>The retention settings for the <code>AppInstance</code>.</p>
|
|
1025
1136
|
*/
|
|
1026
1137
|
AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
|
|
1027
1138
|
/**
|
|
1139
|
+
* @public
|
|
1028
1140
|
* <p>The timestamp representing the time at which the specified items are retained, in Epoch
|
|
1029
1141
|
* Seconds.</p>
|
|
1030
1142
|
*/
|
|
@@ -1035,14 +1147,17 @@ export interface GetAppInstanceRetentionSettingsResponse {
|
|
|
1035
1147
|
*/
|
|
1036
1148
|
export interface ListAppInstanceAdminsRequest {
|
|
1037
1149
|
/**
|
|
1150
|
+
* @public
|
|
1038
1151
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1039
1152
|
*/
|
|
1040
1153
|
AppInstanceArn: string | undefined;
|
|
1041
1154
|
/**
|
|
1155
|
+
* @public
|
|
1042
1156
|
* <p>The maximum number of administrators that you want to return.</p>
|
|
1043
1157
|
*/
|
|
1044
1158
|
MaxResults?: number;
|
|
1045
1159
|
/**
|
|
1160
|
+
* @public
|
|
1046
1161
|
* <p>The token returned from previous API requests until the number of administrators is
|
|
1047
1162
|
* reached.</p>
|
|
1048
1163
|
*/
|
|
@@ -1053,14 +1168,17 @@ export interface ListAppInstanceAdminsRequest {
|
|
|
1053
1168
|
*/
|
|
1054
1169
|
export interface ListAppInstanceAdminsResponse {
|
|
1055
1170
|
/**
|
|
1171
|
+
* @public
|
|
1056
1172
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1057
1173
|
*/
|
|
1058
1174
|
AppInstanceArn?: string;
|
|
1059
1175
|
/**
|
|
1176
|
+
* @public
|
|
1060
1177
|
* <p>The information for each administrator.</p>
|
|
1061
1178
|
*/
|
|
1062
1179
|
AppInstanceAdmins?: AppInstanceAdminSummary[];
|
|
1063
1180
|
/**
|
|
1181
|
+
* @public
|
|
1064
1182
|
* <p>The token returned from previous API requests until the number of administrators is
|
|
1065
1183
|
* reached.</p>
|
|
1066
1184
|
*/
|
|
@@ -1071,14 +1189,17 @@ export interface ListAppInstanceAdminsResponse {
|
|
|
1071
1189
|
*/
|
|
1072
1190
|
export interface ListAppInstanceBotsRequest {
|
|
1073
1191
|
/**
|
|
1192
|
+
* @public
|
|
1074
1193
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1075
1194
|
*/
|
|
1076
1195
|
AppInstanceArn: string | undefined;
|
|
1077
1196
|
/**
|
|
1197
|
+
* @public
|
|
1078
1198
|
* <p>The maximum number of requests to return.</p>
|
|
1079
1199
|
*/
|
|
1080
1200
|
MaxResults?: number;
|
|
1081
1201
|
/**
|
|
1202
|
+
* @public
|
|
1082
1203
|
* <p>The token passed by previous API calls until all requested bots are returned.</p>
|
|
1083
1204
|
*/
|
|
1084
1205
|
NextToken?: string;
|
|
@@ -1088,14 +1209,17 @@ export interface ListAppInstanceBotsRequest {
|
|
|
1088
1209
|
*/
|
|
1089
1210
|
export interface ListAppInstanceBotsResponse {
|
|
1090
1211
|
/**
|
|
1212
|
+
* @public
|
|
1091
1213
|
* <p>The ARN of the AppInstance.</p>
|
|
1092
1214
|
*/
|
|
1093
1215
|
AppInstanceArn?: string;
|
|
1094
1216
|
/**
|
|
1217
|
+
* @public
|
|
1095
1218
|
* <p>The information for each requested <code>AppInstanceBot</code>.</p>
|
|
1096
1219
|
*/
|
|
1097
1220
|
AppInstanceBots?: AppInstanceBotSummary[];
|
|
1098
1221
|
/**
|
|
1222
|
+
* @public
|
|
1099
1223
|
* <p>The token passed by previous API calls until all requested bots are returned.</p>
|
|
1100
1224
|
*/
|
|
1101
1225
|
NextToken?: string;
|
|
@@ -1105,10 +1229,12 @@ export interface ListAppInstanceBotsResponse {
|
|
|
1105
1229
|
*/
|
|
1106
1230
|
export interface ListAppInstancesRequest {
|
|
1107
1231
|
/**
|
|
1232
|
+
* @public
|
|
1108
1233
|
* <p>The maximum number of <code>AppInstance</code>s that you want to return.</p>
|
|
1109
1234
|
*/
|
|
1110
1235
|
MaxResults?: number;
|
|
1111
1236
|
/**
|
|
1237
|
+
* @public
|
|
1112
1238
|
* <p>The token passed by previous API requests until you reach the maximum number of
|
|
1113
1239
|
* <code>AppInstances</code>.</p>
|
|
1114
1240
|
*/
|
|
@@ -1119,10 +1245,12 @@ export interface ListAppInstancesRequest {
|
|
|
1119
1245
|
*/
|
|
1120
1246
|
export interface ListAppInstancesResponse {
|
|
1121
1247
|
/**
|
|
1248
|
+
* @public
|
|
1122
1249
|
* <p>The information for each <code>AppInstance</code>.</p>
|
|
1123
1250
|
*/
|
|
1124
1251
|
AppInstances?: AppInstanceSummary[];
|
|
1125
1252
|
/**
|
|
1253
|
+
* @public
|
|
1126
1254
|
* <p>The token passed by previous API requests until the maximum number of
|
|
1127
1255
|
* <code>AppInstance</code>s is reached.</p>
|
|
1128
1256
|
*/
|
|
@@ -1133,14 +1261,17 @@ export interface ListAppInstancesResponse {
|
|
|
1133
1261
|
*/
|
|
1134
1262
|
export interface ListAppInstanceUserEndpointsRequest {
|
|
1135
1263
|
/**
|
|
1264
|
+
* @public
|
|
1136
1265
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1137
1266
|
*/
|
|
1138
1267
|
AppInstanceUserArn: string | undefined;
|
|
1139
1268
|
/**
|
|
1269
|
+
* @public
|
|
1140
1270
|
* <p>The maximum number of endpoints that you want to return.</p>
|
|
1141
1271
|
*/
|
|
1142
1272
|
MaxResults?: number;
|
|
1143
1273
|
/**
|
|
1274
|
+
* @public
|
|
1144
1275
|
* <p>The token passed by previous API calls until all requested endpoints are returned.</p>
|
|
1145
1276
|
*/
|
|
1146
1277
|
NextToken?: string;
|
|
@@ -1150,10 +1281,12 @@ export interface ListAppInstanceUserEndpointsRequest {
|
|
|
1150
1281
|
*/
|
|
1151
1282
|
export interface ListAppInstanceUserEndpointsResponse {
|
|
1152
1283
|
/**
|
|
1284
|
+
* @public
|
|
1153
1285
|
* <p>The information for each requested <code>AppInstanceUserEndpoint</code>.</p>
|
|
1154
1286
|
*/
|
|
1155
1287
|
AppInstanceUserEndpoints?: AppInstanceUserEndpointSummary[];
|
|
1156
1288
|
/**
|
|
1289
|
+
* @public
|
|
1157
1290
|
* <p>The token passed by previous API calls until all requested endpoints are returned.</p>
|
|
1158
1291
|
*/
|
|
1159
1292
|
NextToken?: string;
|
|
@@ -1163,14 +1296,17 @@ export interface ListAppInstanceUserEndpointsResponse {
|
|
|
1163
1296
|
*/
|
|
1164
1297
|
export interface ListAppInstanceUsersRequest {
|
|
1165
1298
|
/**
|
|
1299
|
+
* @public
|
|
1166
1300
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1167
1301
|
*/
|
|
1168
1302
|
AppInstanceArn: string | undefined;
|
|
1169
1303
|
/**
|
|
1304
|
+
* @public
|
|
1170
1305
|
* <p>The maximum number of requests that you want returned.</p>
|
|
1171
1306
|
*/
|
|
1172
1307
|
MaxResults?: number;
|
|
1173
1308
|
/**
|
|
1309
|
+
* @public
|
|
1174
1310
|
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
1175
1311
|
*/
|
|
1176
1312
|
NextToken?: string;
|
|
@@ -1180,14 +1316,17 @@ export interface ListAppInstanceUsersRequest {
|
|
|
1180
1316
|
*/
|
|
1181
1317
|
export interface ListAppInstanceUsersResponse {
|
|
1182
1318
|
/**
|
|
1319
|
+
* @public
|
|
1183
1320
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1184
1321
|
*/
|
|
1185
1322
|
AppInstanceArn?: string;
|
|
1186
1323
|
/**
|
|
1324
|
+
* @public
|
|
1187
1325
|
* <p>The information for each requested <code>AppInstanceUser</code>.</p>
|
|
1188
1326
|
*/
|
|
1189
1327
|
AppInstanceUsers?: AppInstanceUserSummary[];
|
|
1190
1328
|
/**
|
|
1329
|
+
* @public
|
|
1191
1330
|
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
1192
1331
|
*/
|
|
1193
1332
|
NextToken?: string;
|
|
@@ -1197,6 +1336,7 @@ export interface ListAppInstanceUsersResponse {
|
|
|
1197
1336
|
*/
|
|
1198
1337
|
export interface ListTagsForResourceRequest {
|
|
1199
1338
|
/**
|
|
1339
|
+
* @public
|
|
1200
1340
|
* <p>The ARN of the resource.</p>
|
|
1201
1341
|
*/
|
|
1202
1342
|
ResourceARN: string | undefined;
|
|
@@ -1206,6 +1346,7 @@ export interface ListTagsForResourceRequest {
|
|
|
1206
1346
|
*/
|
|
1207
1347
|
export interface ListTagsForResourceResponse {
|
|
1208
1348
|
/**
|
|
1349
|
+
* @public
|
|
1209
1350
|
* <p>The tag key-value pairs.</p>
|
|
1210
1351
|
*/
|
|
1211
1352
|
Tags?: Tag[];
|
|
@@ -1215,10 +1356,12 @@ export interface ListTagsForResourceResponse {
|
|
|
1215
1356
|
*/
|
|
1216
1357
|
export interface PutAppInstanceRetentionSettingsRequest {
|
|
1217
1358
|
/**
|
|
1359
|
+
* @public
|
|
1218
1360
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1219
1361
|
*/
|
|
1220
1362
|
AppInstanceArn: string | undefined;
|
|
1221
1363
|
/**
|
|
1364
|
+
* @public
|
|
1222
1365
|
* <p>The time in days to retain data. Data type: number.</p>
|
|
1223
1366
|
*/
|
|
1224
1367
|
AppInstanceRetentionSettings: AppInstanceRetentionSettings | undefined;
|
|
@@ -1228,10 +1371,12 @@ export interface PutAppInstanceRetentionSettingsRequest {
|
|
|
1228
1371
|
*/
|
|
1229
1372
|
export interface PutAppInstanceRetentionSettingsResponse {
|
|
1230
1373
|
/**
|
|
1374
|
+
* @public
|
|
1231
1375
|
* <p>The time in days to retain data. Data type: number.</p>
|
|
1232
1376
|
*/
|
|
1233
1377
|
AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
|
|
1234
1378
|
/**
|
|
1379
|
+
* @public
|
|
1235
1380
|
* <p>The time at which the API deletes data.</p>
|
|
1236
1381
|
*/
|
|
1237
1382
|
InitiateDeletionTimestamp?: Date;
|
|
@@ -1241,10 +1386,12 @@ export interface PutAppInstanceRetentionSettingsResponse {
|
|
|
1241
1386
|
*/
|
|
1242
1387
|
export interface PutAppInstanceUserExpirationSettingsRequest {
|
|
1243
1388
|
/**
|
|
1389
|
+
* @public
|
|
1244
1390
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1245
1391
|
*/
|
|
1246
1392
|
AppInstanceUserArn: string | undefined;
|
|
1247
1393
|
/**
|
|
1394
|
+
* @public
|
|
1248
1395
|
* <p>Settings that control the interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
1249
1396
|
*/
|
|
1250
1397
|
ExpirationSettings?: ExpirationSettings;
|
|
@@ -1254,10 +1401,12 @@ export interface PutAppInstanceUserExpirationSettingsRequest {
|
|
|
1254
1401
|
*/
|
|
1255
1402
|
export interface PutAppInstanceUserExpirationSettingsResponse {
|
|
1256
1403
|
/**
|
|
1404
|
+
* @public
|
|
1257
1405
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1258
1406
|
*/
|
|
1259
1407
|
AppInstanceUserArn?: string;
|
|
1260
1408
|
/**
|
|
1409
|
+
* @public
|
|
1261
1410
|
* <p>Settings that control the interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
1262
1411
|
*/
|
|
1263
1412
|
ExpirationSettings?: ExpirationSettings;
|
|
@@ -1267,14 +1416,17 @@ export interface PutAppInstanceUserExpirationSettingsResponse {
|
|
|
1267
1416
|
*/
|
|
1268
1417
|
export interface RegisterAppInstanceUserEndpointRequest {
|
|
1269
1418
|
/**
|
|
1419
|
+
* @public
|
|
1270
1420
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1271
1421
|
*/
|
|
1272
1422
|
AppInstanceUserArn: string | undefined;
|
|
1273
1423
|
/**
|
|
1424
|
+
* @public
|
|
1274
1425
|
* <p>The name of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
1275
1426
|
*/
|
|
1276
1427
|
Name?: string;
|
|
1277
1428
|
/**
|
|
1429
|
+
* @public
|
|
1278
1430
|
* <p>The type of the <code>AppInstanceUserEndpoint</code>. Supported types:</p>
|
|
1279
1431
|
* <ul>
|
|
1280
1432
|
* <li>
|
|
@@ -1294,18 +1446,22 @@ export interface RegisterAppInstanceUserEndpointRequest {
|
|
|
1294
1446
|
*/
|
|
1295
1447
|
Type: AppInstanceUserEndpointType | string | undefined;
|
|
1296
1448
|
/**
|
|
1449
|
+
* @public
|
|
1297
1450
|
* <p>The ARN of the resource to which the endpoint belongs.</p>
|
|
1298
1451
|
*/
|
|
1299
1452
|
ResourceArn: string | undefined;
|
|
1300
1453
|
/**
|
|
1454
|
+
* @public
|
|
1301
1455
|
* <p>The attributes of an <code>Endpoint</code>.</p>
|
|
1302
1456
|
*/
|
|
1303
1457
|
EndpointAttributes: EndpointAttributes | undefined;
|
|
1304
1458
|
/**
|
|
1459
|
+
* @public
|
|
1305
1460
|
* <p>The unique ID assigned to the request. Use different tokens to register other endpoints.</p>
|
|
1306
1461
|
*/
|
|
1307
1462
|
ClientRequestToken?: string;
|
|
1308
1463
|
/**
|
|
1464
|
+
* @public
|
|
1309
1465
|
* <p>Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. <code>ALL</code> indicates the endpoint receives all messages.
|
|
1310
1466
|
* <code>NONE</code> indicates the endpoint receives no messages.</p>
|
|
1311
1467
|
*/
|
|
@@ -1316,10 +1472,12 @@ export interface RegisterAppInstanceUserEndpointRequest {
|
|
|
1316
1472
|
*/
|
|
1317
1473
|
export interface RegisterAppInstanceUserEndpointResponse {
|
|
1318
1474
|
/**
|
|
1475
|
+
* @public
|
|
1319
1476
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1320
1477
|
*/
|
|
1321
1478
|
AppInstanceUserArn?: string;
|
|
1322
1479
|
/**
|
|
1480
|
+
* @public
|
|
1323
1481
|
* <p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
1324
1482
|
*/
|
|
1325
1483
|
EndpointId?: string;
|
|
@@ -1329,10 +1487,12 @@ export interface RegisterAppInstanceUserEndpointResponse {
|
|
|
1329
1487
|
*/
|
|
1330
1488
|
export interface TagResourceRequest {
|
|
1331
1489
|
/**
|
|
1490
|
+
* @public
|
|
1332
1491
|
* <p>The resource ARN.</p>
|
|
1333
1492
|
*/
|
|
1334
1493
|
ResourceARN: string | undefined;
|
|
1335
1494
|
/**
|
|
1495
|
+
* @public
|
|
1336
1496
|
* <p>The tag key-value pairs.</p>
|
|
1337
1497
|
*/
|
|
1338
1498
|
Tags: Tag[] | undefined;
|
|
@@ -1342,10 +1502,12 @@ export interface TagResourceRequest {
|
|
|
1342
1502
|
*/
|
|
1343
1503
|
export interface UntagResourceRequest {
|
|
1344
1504
|
/**
|
|
1505
|
+
* @public
|
|
1345
1506
|
* <p>The resource ARN.</p>
|
|
1346
1507
|
*/
|
|
1347
1508
|
ResourceARN: string | undefined;
|
|
1348
1509
|
/**
|
|
1510
|
+
* @public
|
|
1349
1511
|
* <p>The tag keys.</p>
|
|
1350
1512
|
*/
|
|
1351
1513
|
TagKeys: string[] | undefined;
|
|
@@ -1355,14 +1517,17 @@ export interface UntagResourceRequest {
|
|
|
1355
1517
|
*/
|
|
1356
1518
|
export interface UpdateAppInstanceRequest {
|
|
1357
1519
|
/**
|
|
1520
|
+
* @public
|
|
1358
1521
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1359
1522
|
*/
|
|
1360
1523
|
AppInstanceArn: string | undefined;
|
|
1361
1524
|
/**
|
|
1525
|
+
* @public
|
|
1362
1526
|
* <p>The name that you want to change.</p>
|
|
1363
1527
|
*/
|
|
1364
1528
|
Name: string | undefined;
|
|
1365
1529
|
/**
|
|
1530
|
+
* @public
|
|
1366
1531
|
* <p>The metadata that you want to change.</p>
|
|
1367
1532
|
*/
|
|
1368
1533
|
Metadata: string | undefined;
|
|
@@ -1372,6 +1537,7 @@ export interface UpdateAppInstanceRequest {
|
|
|
1372
1537
|
*/
|
|
1373
1538
|
export interface UpdateAppInstanceResponse {
|
|
1374
1539
|
/**
|
|
1540
|
+
* @public
|
|
1375
1541
|
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1376
1542
|
*/
|
|
1377
1543
|
AppInstanceArn?: string;
|
|
@@ -1381,18 +1547,22 @@ export interface UpdateAppInstanceResponse {
|
|
|
1381
1547
|
*/
|
|
1382
1548
|
export interface UpdateAppInstanceBotRequest {
|
|
1383
1549
|
/**
|
|
1550
|
+
* @public
|
|
1384
1551
|
* <p>The ARN of the <code>AppInstanceBot</code>.</p>
|
|
1385
1552
|
*/
|
|
1386
1553
|
AppInstanceBotArn: string | undefined;
|
|
1387
1554
|
/**
|
|
1555
|
+
* @public
|
|
1388
1556
|
* <p>The name of the <code>AppInstanceBot</code>.</p>
|
|
1389
1557
|
*/
|
|
1390
1558
|
Name: string | undefined;
|
|
1391
1559
|
/**
|
|
1560
|
+
* @public
|
|
1392
1561
|
* <p>The metadata of the <code>AppInstanceBot</code>.</p>
|
|
1393
1562
|
*/
|
|
1394
1563
|
Metadata: string | undefined;
|
|
1395
1564
|
/**
|
|
1565
|
+
* @public
|
|
1396
1566
|
* <p>The configuration for the bot update.</p>
|
|
1397
1567
|
*/
|
|
1398
1568
|
Configuration?: Configuration;
|
|
@@ -1402,6 +1572,7 @@ export interface UpdateAppInstanceBotRequest {
|
|
|
1402
1572
|
*/
|
|
1403
1573
|
export interface UpdateAppInstanceBotResponse {
|
|
1404
1574
|
/**
|
|
1575
|
+
* @public
|
|
1405
1576
|
* <p>The ARN of the <code>AppInstanceBot</code>.</p>
|
|
1406
1577
|
*/
|
|
1407
1578
|
AppInstanceBotArn?: string;
|
|
@@ -1411,14 +1582,17 @@ export interface UpdateAppInstanceBotResponse {
|
|
|
1411
1582
|
*/
|
|
1412
1583
|
export interface UpdateAppInstanceUserRequest {
|
|
1413
1584
|
/**
|
|
1585
|
+
* @public
|
|
1414
1586
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1415
1587
|
*/
|
|
1416
1588
|
AppInstanceUserArn: string | undefined;
|
|
1417
1589
|
/**
|
|
1590
|
+
* @public
|
|
1418
1591
|
* <p>The name of the <code>AppInstanceUser</code>.</p>
|
|
1419
1592
|
*/
|
|
1420
1593
|
Name: string | undefined;
|
|
1421
1594
|
/**
|
|
1595
|
+
* @public
|
|
1422
1596
|
* <p>The metadata of the <code>AppInstanceUser</code>.</p>
|
|
1423
1597
|
*/
|
|
1424
1598
|
Metadata: string | undefined;
|
|
@@ -1428,6 +1602,7 @@ export interface UpdateAppInstanceUserRequest {
|
|
|
1428
1602
|
*/
|
|
1429
1603
|
export interface UpdateAppInstanceUserResponse {
|
|
1430
1604
|
/**
|
|
1605
|
+
* @public
|
|
1431
1606
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1432
1607
|
*/
|
|
1433
1608
|
AppInstanceUserArn?: string;
|
|
@@ -1437,18 +1612,22 @@ export interface UpdateAppInstanceUserResponse {
|
|
|
1437
1612
|
*/
|
|
1438
1613
|
export interface UpdateAppInstanceUserEndpointRequest {
|
|
1439
1614
|
/**
|
|
1615
|
+
* @public
|
|
1440
1616
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1441
1617
|
*/
|
|
1442
1618
|
AppInstanceUserArn: string | undefined;
|
|
1443
1619
|
/**
|
|
1620
|
+
* @public
|
|
1444
1621
|
* <p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
1445
1622
|
*/
|
|
1446
1623
|
EndpointId: string | undefined;
|
|
1447
1624
|
/**
|
|
1625
|
+
* @public
|
|
1448
1626
|
* <p>The name of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
1449
1627
|
*/
|
|
1450
1628
|
Name?: string;
|
|
1451
1629
|
/**
|
|
1630
|
+
* @public
|
|
1452
1631
|
* <p>Boolean that controls whether the <code>AppInstanceUserEndpoint</code> is opted in to receive messages. <code>ALL</code> indicates the endpoint will receive all messages.
|
|
1453
1632
|
* <code>NONE</code> indicates the endpoint will receive no messages.</p>
|
|
1454
1633
|
*/
|
|
@@ -1459,10 +1638,12 @@ export interface UpdateAppInstanceUserEndpointRequest {
|
|
|
1459
1638
|
*/
|
|
1460
1639
|
export interface UpdateAppInstanceUserEndpointResponse {
|
|
1461
1640
|
/**
|
|
1641
|
+
* @public
|
|
1462
1642
|
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1463
1643
|
*/
|
|
1464
1644
|
AppInstanceUserArn?: string;
|
|
1465
1645
|
/**
|
|
1646
|
+
* @public
|
|
1466
1647
|
* <p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>
|
|
1467
1648
|
*/
|
|
1468
1649
|
EndpointId?: string;
|
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.382.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",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.382.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.382.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.379.1",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.379.1",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.382.0",
|
|
31
31
|
"@aws-sdk/types": "3.378.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.382.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.1",
|