aws-sdk 2.1645.0 → 2.1647.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 +1 -1
- package/apis/bedrock-runtime-2023-09-30.min.json +72 -45
- package/apis/codeartifact-2018-09-22.min.json +7 -1
- package/apis/compute-optimizer-2019-11-01.min.json +447 -134
- package/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
- package/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
- package/apis/customer-profiles-2020-08-15.min.json +52 -25
- package/apis/dynamodb-2011-12-05.min.json +4 -1
- package/apis/dynamodb-2012-08-10.min.json +4 -1
- package/apis/ec2-2016-11-15.min.json +1 -1
- package/apis/glue-2017-03-31.paginators.json +16 -8
- package/apis/ivs-realtime-2020-07-14.min.json +272 -245
- package/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
- package/apis/qbusiness-2023-11-27.min.json +75 -54
- package/apis/sagemaker-2017-07-24.min.json +1261 -1207
- package/apis/securityhub-2018-10-26.min.json +4 -1
- package/apis/ssm-2014-11-06.min.json +14 -3
- package/apis/workspaces-web-2020-07-08.min.json +8 -1
- package/clients/bedrockruntime.d.ts +31 -0
- package/clients/codeartifact.d.ts +28 -28
- package/clients/computeoptimizer.d.ts +449 -47
- package/clients/costoptimizationhub.d.ts +380 -328
- package/clients/costoptimizationhub.js +1 -0
- package/clients/customerprofiles.d.ts +35 -5
- package/clients/dynamodb.d.ts +12 -12
- package/clients/ivsrealtime.d.ts +282 -233
- package/clients/ivsrealtime.js +1 -0
- package/clients/qbusiness.d.ts +22 -3
- package/clients/sagemaker.d.ts +134 -34
- package/clients/workspacesweb.d.ts +21 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +341 -327
- package/dist/aws-sdk.js +26 -9
- package/dist/aws-sdk.min.js +17 -17
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -22,11 +22,11 @@
|
|
22
22
|
"type": "structure",
|
23
23
|
"members": {
|
24
24
|
"name": {},
|
25
|
-
"
|
25
|
+
"video": {
|
26
26
|
"shape": "S3"
|
27
27
|
},
|
28
|
-
"
|
29
|
-
"shape": "
|
28
|
+
"tags": {
|
29
|
+
"shape": "S8"
|
30
30
|
}
|
31
31
|
}
|
32
32
|
},
|
@@ -50,17 +50,17 @@
|
|
50
50
|
"stageArn"
|
51
51
|
],
|
52
52
|
"members": {
|
53
|
-
"
|
54
|
-
"shape": "Sf"
|
55
|
-
},
|
56
|
-
"capabilities": {
|
57
|
-
"shape": "Sh"
|
58
|
-
},
|
53
|
+
"stageArn": {},
|
59
54
|
"duration": {
|
60
55
|
"type": "integer"
|
61
56
|
},
|
62
|
-
"
|
63
|
-
"
|
57
|
+
"userId": {},
|
58
|
+
"attributes": {
|
59
|
+
"shape": "Si"
|
60
|
+
},
|
61
|
+
"capabilities": {
|
62
|
+
"shape": "Sk"
|
63
|
+
}
|
64
64
|
}
|
65
65
|
},
|
66
66
|
"output": {
|
@@ -86,35 +86,38 @@
|
|
86
86
|
"member": {
|
87
87
|
"type": "structure",
|
88
88
|
"members": {
|
89
|
-
"attributes": {
|
90
|
-
"shape": "Sf"
|
91
|
-
},
|
92
|
-
"capabilities": {
|
93
|
-
"shape": "Sh"
|
94
|
-
},
|
95
89
|
"duration": {
|
96
90
|
"type": "integer"
|
97
91
|
},
|
98
|
-
"userId": {}
|
92
|
+
"userId": {},
|
93
|
+
"attributes": {
|
94
|
+
"shape": "Si"
|
95
|
+
},
|
96
|
+
"capabilities": {
|
97
|
+
"shape": "Sk"
|
98
|
+
}
|
99
99
|
}
|
100
100
|
}
|
101
101
|
},
|
102
102
|
"tags": {
|
103
|
-
"shape": "
|
103
|
+
"shape": "S8"
|
104
|
+
},
|
105
|
+
"autoParticipantRecordingConfiguration": {
|
106
|
+
"shape": "Sv"
|
104
107
|
}
|
105
108
|
}
|
106
109
|
},
|
107
110
|
"output": {
|
108
111
|
"type": "structure",
|
109
112
|
"members": {
|
113
|
+
"stage": {
|
114
|
+
"shape": "S10"
|
115
|
+
},
|
110
116
|
"participantTokens": {
|
111
117
|
"type": "list",
|
112
118
|
"member": {
|
113
119
|
"shape": "Sn"
|
114
120
|
}
|
115
|
-
},
|
116
|
-
"stage": {
|
117
|
-
"shape": "Sx"
|
118
121
|
}
|
119
122
|
}
|
120
123
|
}
|
@@ -132,10 +135,10 @@
|
|
132
135
|
"members": {
|
133
136
|
"name": {},
|
134
137
|
"s3": {
|
135
|
-
"shape": "
|
138
|
+
"shape": "S15"
|
136
139
|
},
|
137
140
|
"tags": {
|
138
|
-
"shape": "
|
141
|
+
"shape": "S8"
|
139
142
|
}
|
140
143
|
}
|
141
144
|
},
|
@@ -143,7 +146,7 @@
|
|
143
146
|
"type": "structure",
|
144
147
|
"members": {
|
145
148
|
"storageConfiguration": {
|
146
|
-
"shape": "
|
149
|
+
"shape": "S18"
|
147
150
|
}
|
148
151
|
}
|
149
152
|
}
|
@@ -213,13 +216,13 @@
|
|
213
216
|
"input": {
|
214
217
|
"type": "structure",
|
215
218
|
"required": [
|
216
|
-
"
|
217
|
-
"
|
219
|
+
"stageArn",
|
220
|
+
"participantId"
|
218
221
|
],
|
219
222
|
"members": {
|
223
|
+
"stageArn": {},
|
220
224
|
"participantId": {},
|
221
|
-
"reason": {}
|
222
|
-
"stageArn": {}
|
225
|
+
"reason": {}
|
223
226
|
}
|
224
227
|
},
|
225
228
|
"output": {
|
@@ -245,7 +248,7 @@
|
|
245
248
|
"type": "structure",
|
246
249
|
"members": {
|
247
250
|
"composition": {
|
248
|
-
"shape": "
|
251
|
+
"shape": "S1m"
|
249
252
|
}
|
250
253
|
}
|
251
254
|
}
|
@@ -281,14 +284,14 @@
|
|
281
284
|
"input": {
|
282
285
|
"type": "structure",
|
283
286
|
"required": [
|
284
|
-
"
|
287
|
+
"stageArn",
|
285
288
|
"sessionId",
|
286
|
-
"
|
289
|
+
"participantId"
|
287
290
|
],
|
288
291
|
"members": {
|
289
|
-
"
|
292
|
+
"stageArn": {},
|
290
293
|
"sessionId": {},
|
291
|
-
"
|
294
|
+
"participantId": {}
|
292
295
|
}
|
293
296
|
},
|
294
297
|
"output": {
|
@@ -297,26 +300,29 @@
|
|
297
300
|
"participant": {
|
298
301
|
"type": "structure",
|
299
302
|
"members": {
|
303
|
+
"participantId": {},
|
304
|
+
"userId": {},
|
305
|
+
"state": {},
|
306
|
+
"firstJoinTime": {
|
307
|
+
"shape": "S24"
|
308
|
+
},
|
300
309
|
"attributes": {
|
301
310
|
"type": "map",
|
302
311
|
"key": {},
|
303
312
|
"value": {}
|
304
313
|
},
|
305
|
-
"
|
306
|
-
|
307
|
-
"firstJoinTime": {
|
308
|
-
"shape": "S1v"
|
314
|
+
"published": {
|
315
|
+
"type": "boolean"
|
309
316
|
},
|
310
317
|
"ispName": {},
|
311
318
|
"osName": {},
|
312
319
|
"osVersion": {},
|
313
|
-
"
|
314
|
-
"
|
315
|
-
"type": "boolean"
|
316
|
-
},
|
320
|
+
"browserName": {},
|
321
|
+
"browserVersion": {},
|
317
322
|
"sdkVersion": {},
|
318
|
-
"
|
319
|
-
"
|
323
|
+
"recordingS3BucketName": {},
|
324
|
+
"recordingS3Prefix": {},
|
325
|
+
"recordingState": {}
|
320
326
|
}
|
321
327
|
}
|
322
328
|
}
|
@@ -340,7 +346,7 @@
|
|
340
346
|
"type": "structure",
|
341
347
|
"members": {
|
342
348
|
"stage": {
|
343
|
-
"shape": "
|
349
|
+
"shape": "S10"
|
344
350
|
}
|
345
351
|
}
|
346
352
|
}
|
@@ -353,12 +359,12 @@
|
|
353
359
|
"input": {
|
354
360
|
"type": "structure",
|
355
361
|
"required": [
|
356
|
-
"
|
357
|
-
"
|
362
|
+
"stageArn",
|
363
|
+
"sessionId"
|
358
364
|
],
|
359
365
|
"members": {
|
360
|
-
"
|
361
|
-
"
|
366
|
+
"stageArn": {},
|
367
|
+
"sessionId": {}
|
362
368
|
}
|
363
369
|
},
|
364
370
|
"output": {
|
@@ -367,12 +373,12 @@
|
|
367
373
|
"stageSession": {
|
368
374
|
"type": "structure",
|
369
375
|
"members": {
|
370
|
-
"endTime": {
|
371
|
-
"shape": "S1v"
|
372
|
-
},
|
373
376
|
"sessionId": {},
|
374
377
|
"startTime": {
|
375
|
-
"shape": "
|
378
|
+
"shape": "S24"
|
379
|
+
},
|
380
|
+
"endTime": {
|
381
|
+
"shape": "S24"
|
376
382
|
}
|
377
383
|
}
|
378
384
|
}
|
@@ -397,7 +403,7 @@
|
|
397
403
|
"type": "structure",
|
398
404
|
"members": {
|
399
405
|
"storageConfiguration": {
|
400
|
-
"shape": "
|
406
|
+
"shape": "S18"
|
401
407
|
}
|
402
408
|
}
|
403
409
|
}
|
@@ -410,12 +416,12 @@
|
|
410
416
|
"input": {
|
411
417
|
"type": "structure",
|
412
418
|
"members": {
|
413
|
-
"filterByEncoderConfigurationArn": {},
|
414
419
|
"filterByStageArn": {},
|
420
|
+
"filterByEncoderConfigurationArn": {},
|
421
|
+
"nextToken": {},
|
415
422
|
"maxResults": {
|
416
423
|
"type": "integer"
|
417
|
-
}
|
418
|
-
"nextToken": {}
|
424
|
+
}
|
419
425
|
}
|
420
426
|
},
|
421
427
|
"output": {
|
@@ -430,12 +436,13 @@
|
|
430
436
|
"type": "structure",
|
431
437
|
"required": [
|
432
438
|
"arn",
|
433
|
-
"destinations",
|
434
439
|
"stageArn",
|
440
|
+
"destinations",
|
435
441
|
"state"
|
436
442
|
],
|
437
443
|
"members": {
|
438
444
|
"arn": {},
|
445
|
+
"stageArn": {},
|
439
446
|
"destinations": {
|
440
447
|
"type": "list",
|
441
448
|
"member": {
|
@@ -445,27 +452,26 @@
|
|
445
452
|
"state"
|
446
453
|
],
|
447
454
|
"members": {
|
448
|
-
"endTime": {
|
449
|
-
"shape": "S1v"
|
450
|
-
},
|
451
455
|
"id": {},
|
456
|
+
"state": {},
|
452
457
|
"startTime": {
|
453
|
-
"shape": "
|
458
|
+
"shape": "S24"
|
454
459
|
},
|
455
|
-
"
|
460
|
+
"endTime": {
|
461
|
+
"shape": "S24"
|
462
|
+
}
|
456
463
|
}
|
457
464
|
}
|
458
465
|
},
|
459
|
-
"
|
460
|
-
|
466
|
+
"state": {},
|
467
|
+
"tags": {
|
468
|
+
"shape": "S8"
|
461
469
|
},
|
462
|
-
"stageArn": {},
|
463
470
|
"startTime": {
|
464
|
-
"shape": "
|
471
|
+
"shape": "S24"
|
465
472
|
},
|
466
|
-
"
|
467
|
-
|
468
|
-
"shape": "S3"
|
473
|
+
"endTime": {
|
474
|
+
"shape": "S24"
|
469
475
|
}
|
470
476
|
}
|
471
477
|
}
|
@@ -482,10 +488,10 @@
|
|
482
488
|
"input": {
|
483
489
|
"type": "structure",
|
484
490
|
"members": {
|
491
|
+
"nextToken": {},
|
485
492
|
"maxResults": {
|
486
493
|
"type": "integer"
|
487
|
-
}
|
488
|
-
"nextToken": {}
|
494
|
+
}
|
489
495
|
}
|
490
496
|
},
|
491
497
|
"output": {
|
@@ -505,7 +511,7 @@
|
|
505
511
|
"arn": {},
|
506
512
|
"name": {},
|
507
513
|
"tags": {
|
508
|
-
"shape": "
|
514
|
+
"shape": "S8"
|
509
515
|
}
|
510
516
|
}
|
511
517
|
}
|
@@ -522,18 +528,18 @@
|
|
522
528
|
"input": {
|
523
529
|
"type": "structure",
|
524
530
|
"required": [
|
525
|
-
"
|
531
|
+
"stageArn",
|
526
532
|
"sessionId",
|
527
|
-
"
|
533
|
+
"participantId"
|
528
534
|
],
|
529
535
|
"members": {
|
536
|
+
"stageArn": {},
|
537
|
+
"sessionId": {},
|
538
|
+
"participantId": {},
|
539
|
+
"nextToken": {},
|
530
540
|
"maxResults": {
|
531
541
|
"type": "integer"
|
532
|
-
}
|
533
|
-
"nextToken": {},
|
534
|
-
"participantId": {},
|
535
|
-
"sessionId": {},
|
536
|
-
"stageArn": {}
|
542
|
+
}
|
537
543
|
}
|
538
544
|
},
|
539
545
|
"output": {
|
@@ -547,13 +553,13 @@
|
|
547
553
|
"member": {
|
548
554
|
"type": "structure",
|
549
555
|
"members": {
|
550
|
-
"errorCode": {},
|
551
|
-
"eventTime": {
|
552
|
-
"shape": "S1v"
|
553
|
-
},
|
554
556
|
"name": {},
|
555
557
|
"participantId": {},
|
556
|
-
"
|
558
|
+
"eventTime": {
|
559
|
+
"shape": "S24"
|
560
|
+
},
|
561
|
+
"remoteParticipantId": {},
|
562
|
+
"errorCode": {}
|
557
563
|
}
|
558
564
|
}
|
559
565
|
},
|
@@ -569,21 +575,22 @@
|
|
569
575
|
"input": {
|
570
576
|
"type": "structure",
|
571
577
|
"required": [
|
572
|
-
"
|
573
|
-
"
|
578
|
+
"stageArn",
|
579
|
+
"sessionId"
|
574
580
|
],
|
575
581
|
"members": {
|
582
|
+
"stageArn": {},
|
583
|
+
"sessionId": {},
|
584
|
+
"filterByUserId": {},
|
576
585
|
"filterByPublished": {
|
577
586
|
"type": "boolean"
|
578
587
|
},
|
579
588
|
"filterByState": {},
|
580
|
-
"
|
589
|
+
"nextToken": {},
|
581
590
|
"maxResults": {
|
582
591
|
"type": "integer"
|
583
592
|
},
|
584
|
-
"
|
585
|
-
"sessionId": {},
|
586
|
-
"stageArn": {}
|
593
|
+
"filterByRecordingState": {}
|
587
594
|
}
|
588
595
|
},
|
589
596
|
"output": {
|
@@ -592,24 +599,25 @@
|
|
592
599
|
"participants"
|
593
600
|
],
|
594
601
|
"members": {
|
595
|
-
"nextToken": {},
|
596
602
|
"participants": {
|
597
603
|
"type": "list",
|
598
604
|
"member": {
|
599
605
|
"type": "structure",
|
600
606
|
"members": {
|
607
|
+
"participantId": {},
|
608
|
+
"userId": {},
|
609
|
+
"state": {},
|
601
610
|
"firstJoinTime": {
|
602
|
-
"shape": "
|
611
|
+
"shape": "S24"
|
603
612
|
},
|
604
|
-
"participantId": {},
|
605
613
|
"published": {
|
606
614
|
"type": "boolean"
|
607
615
|
},
|
608
|
-
"
|
609
|
-
"userId": {}
|
616
|
+
"recordingState": {}
|
610
617
|
}
|
611
618
|
}
|
612
|
-
}
|
619
|
+
},
|
620
|
+
"nextToken": {}
|
613
621
|
}
|
614
622
|
}
|
615
623
|
},
|
@@ -624,11 +632,11 @@
|
|
624
632
|
"stageArn"
|
625
633
|
],
|
626
634
|
"members": {
|
635
|
+
"stageArn": {},
|
636
|
+
"nextToken": {},
|
627
637
|
"maxResults": {
|
628
638
|
"type": "integer"
|
629
|
-
}
|
630
|
-
"nextToken": {},
|
631
|
-
"stageArn": {}
|
639
|
+
}
|
632
640
|
}
|
633
641
|
},
|
634
642
|
"output": {
|
@@ -637,22 +645,22 @@
|
|
637
645
|
"stageSessions"
|
638
646
|
],
|
639
647
|
"members": {
|
640
|
-
"nextToken": {},
|
641
648
|
"stageSessions": {
|
642
649
|
"type": "list",
|
643
650
|
"member": {
|
644
651
|
"type": "structure",
|
645
652
|
"members": {
|
646
|
-
"endTime": {
|
647
|
-
"shape": "S1v"
|
648
|
-
},
|
649
653
|
"sessionId": {},
|
650
654
|
"startTime": {
|
651
|
-
"shape": "
|
655
|
+
"shape": "S24"
|
656
|
+
},
|
657
|
+
"endTime": {
|
658
|
+
"shape": "S24"
|
652
659
|
}
|
653
660
|
}
|
654
661
|
}
|
655
|
-
}
|
662
|
+
},
|
663
|
+
"nextToken": {}
|
656
664
|
}
|
657
665
|
}
|
658
666
|
},
|
@@ -664,10 +672,10 @@
|
|
664
672
|
"input": {
|
665
673
|
"type": "structure",
|
666
674
|
"members": {
|
675
|
+
"nextToken": {},
|
667
676
|
"maxResults": {
|
668
677
|
"type": "integer"
|
669
|
-
}
|
670
|
-
"nextToken": {}
|
678
|
+
}
|
671
679
|
}
|
672
680
|
},
|
673
681
|
"output": {
|
@@ -676,7 +684,6 @@
|
|
676
684
|
"stages"
|
677
685
|
],
|
678
686
|
"members": {
|
679
|
-
"nextToken": {},
|
680
687
|
"stages": {
|
681
688
|
"type": "list",
|
682
689
|
"member": {
|
@@ -685,15 +692,16 @@
|
|
685
692
|
"arn"
|
686
693
|
],
|
687
694
|
"members": {
|
688
|
-
"activeSessionId": {},
|
689
695
|
"arn": {},
|
690
696
|
"name": {},
|
697
|
+
"activeSessionId": {},
|
691
698
|
"tags": {
|
692
|
-
"shape": "
|
699
|
+
"shape": "S8"
|
693
700
|
}
|
694
701
|
}
|
695
702
|
}
|
696
|
-
}
|
703
|
+
},
|
704
|
+
"nextToken": {}
|
697
705
|
}
|
698
706
|
}
|
699
707
|
},
|
@@ -705,10 +713,10 @@
|
|
705
713
|
"input": {
|
706
714
|
"type": "structure",
|
707
715
|
"members": {
|
716
|
+
"nextToken": {},
|
708
717
|
"maxResults": {
|
709
718
|
"type": "integer"
|
710
|
-
}
|
711
|
-
"nextToken": {}
|
719
|
+
}
|
712
720
|
}
|
713
721
|
},
|
714
722
|
"output": {
|
@@ -717,7 +725,6 @@
|
|
717
725
|
"storageConfigurations"
|
718
726
|
],
|
719
727
|
"members": {
|
720
|
-
"nextToken": {},
|
721
728
|
"storageConfigurations": {
|
722
729
|
"type": "list",
|
723
730
|
"member": {
|
@@ -729,14 +736,15 @@
|
|
729
736
|
"arn": {},
|
730
737
|
"name": {},
|
731
738
|
"s3": {
|
732
|
-
"shape": "
|
739
|
+
"shape": "S15"
|
733
740
|
},
|
734
741
|
"tags": {
|
735
|
-
"shape": "
|
742
|
+
"shape": "S8"
|
736
743
|
}
|
737
744
|
}
|
738
745
|
}
|
739
|
-
}
|
746
|
+
},
|
747
|
+
"nextToken": {}
|
740
748
|
}
|
741
749
|
}
|
742
750
|
},
|
@@ -765,7 +773,7 @@
|
|
765
773
|
],
|
766
774
|
"members": {
|
767
775
|
"tags": {
|
768
|
-
"shape": "
|
776
|
+
"shape": "S8"
|
769
777
|
}
|
770
778
|
}
|
771
779
|
}
|
@@ -778,25 +786,25 @@
|
|
778
786
|
"input": {
|
779
787
|
"type": "structure",
|
780
788
|
"required": [
|
781
|
-
"
|
782
|
-
"
|
789
|
+
"stageArn",
|
790
|
+
"destinations"
|
783
791
|
],
|
784
792
|
"members": {
|
785
|
-
"
|
786
|
-
"type": "list",
|
787
|
-
"member": {
|
788
|
-
"shape": "S1l"
|
789
|
-
}
|
790
|
-
},
|
793
|
+
"stageArn": {},
|
791
794
|
"idempotencyToken": {
|
792
795
|
"idempotencyToken": true
|
793
796
|
},
|
794
797
|
"layout": {
|
795
|
-
"shape": "
|
798
|
+
"shape": "S1o"
|
799
|
+
},
|
800
|
+
"destinations": {
|
801
|
+
"type": "list",
|
802
|
+
"member": {
|
803
|
+
"shape": "S25"
|
804
|
+
}
|
796
805
|
},
|
797
|
-
"stageArn": {},
|
798
806
|
"tags": {
|
799
|
-
"shape": "
|
807
|
+
"shape": "S8"
|
800
808
|
}
|
801
809
|
}
|
802
810
|
},
|
@@ -804,7 +812,7 @@
|
|
804
812
|
"type": "structure",
|
805
813
|
"members": {
|
806
814
|
"composition": {
|
807
|
-
"shape": "
|
815
|
+
"shape": "S1m"
|
808
816
|
}
|
809
817
|
}
|
810
818
|
}
|
@@ -845,7 +853,7 @@
|
|
845
853
|
"locationName": "resourceArn"
|
846
854
|
},
|
847
855
|
"tags": {
|
848
|
-
"shape": "
|
856
|
+
"shape": "S8"
|
849
857
|
}
|
850
858
|
}
|
851
859
|
},
|
@@ -897,14 +905,17 @@
|
|
897
905
|
],
|
898
906
|
"members": {
|
899
907
|
"arn": {},
|
900
|
-
"name": {}
|
908
|
+
"name": {},
|
909
|
+
"autoParticipantRecordingConfiguration": {
|
910
|
+
"shape": "Sv"
|
911
|
+
}
|
901
912
|
}
|
902
913
|
},
|
903
914
|
"output": {
|
904
915
|
"type": "structure",
|
905
916
|
"members": {
|
906
917
|
"stage": {
|
907
|
-
"shape": "
|
918
|
+
"shape": "S10"
|
908
919
|
}
|
909
920
|
}
|
910
921
|
}
|
@@ -912,27 +923,27 @@
|
|
912
923
|
},
|
913
924
|
"shapes": {
|
914
925
|
"S3": {
|
915
|
-
"type": "map",
|
916
|
-
"key": {},
|
917
|
-
"value": {}
|
918
|
-
},
|
919
|
-
"S6": {
|
920
926
|
"type": "structure",
|
921
927
|
"members": {
|
922
|
-
"
|
928
|
+
"width": {
|
923
929
|
"type": "integer"
|
924
930
|
},
|
925
|
-
"framerate": {
|
926
|
-
"type": "float"
|
927
|
-
},
|
928
931
|
"height": {
|
929
932
|
"type": "integer"
|
930
933
|
},
|
931
|
-
"
|
934
|
+
"framerate": {
|
935
|
+
"type": "float"
|
936
|
+
},
|
937
|
+
"bitrate": {
|
932
938
|
"type": "integer"
|
933
939
|
}
|
934
940
|
}
|
935
941
|
},
|
942
|
+
"S8": {
|
943
|
+
"type": "map",
|
944
|
+
"key": {},
|
945
|
+
"value": {}
|
946
|
+
},
|
936
947
|
"Sc": {
|
937
948
|
"type": "structure",
|
938
949
|
"required": [
|
@@ -941,62 +952,78 @@
|
|
941
952
|
"members": {
|
942
953
|
"arn": {},
|
943
954
|
"name": {},
|
944
|
-
"
|
955
|
+
"video": {
|
945
956
|
"shape": "S3"
|
946
957
|
},
|
947
|
-
"
|
948
|
-
"shape": "
|
958
|
+
"tags": {
|
959
|
+
"shape": "S8"
|
949
960
|
}
|
950
961
|
}
|
951
962
|
},
|
952
|
-
"
|
963
|
+
"Si": {
|
953
964
|
"type": "map",
|
954
965
|
"key": {},
|
955
966
|
"value": {}
|
956
967
|
},
|
957
|
-
"
|
968
|
+
"Sk": {
|
958
969
|
"type": "list",
|
959
970
|
"member": {}
|
960
971
|
},
|
961
972
|
"Sn": {
|
962
973
|
"type": "structure",
|
963
974
|
"members": {
|
964
|
-
"
|
965
|
-
|
975
|
+
"participantId": {},
|
976
|
+
"token": {
|
977
|
+
"type": "string",
|
978
|
+
"sensitive": true
|
966
979
|
},
|
967
|
-
"
|
968
|
-
|
980
|
+
"userId": {},
|
981
|
+
"attributes": {
|
982
|
+
"shape": "Si"
|
969
983
|
},
|
970
984
|
"duration": {
|
971
985
|
"type": "integer"
|
972
986
|
},
|
987
|
+
"capabilities": {
|
988
|
+
"shape": "Sk"
|
989
|
+
},
|
973
990
|
"expirationTime": {
|
974
991
|
"type": "timestamp",
|
975
992
|
"timestampFormat": "iso8601"
|
976
|
-
}
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
"
|
993
|
+
}
|
994
|
+
}
|
995
|
+
},
|
996
|
+
"Sv": {
|
997
|
+
"type": "structure",
|
998
|
+
"required": [
|
999
|
+
"storageConfigurationArn"
|
1000
|
+
],
|
1001
|
+
"members": {
|
1002
|
+
"storageConfigurationArn": {},
|
1003
|
+
"mediaTypes": {
|
1004
|
+
"type": "list",
|
1005
|
+
"member": {}
|
1006
|
+
}
|
983
1007
|
}
|
984
1008
|
},
|
985
|
-
"
|
1009
|
+
"S10": {
|
986
1010
|
"type": "structure",
|
987
1011
|
"required": [
|
988
1012
|
"arn"
|
989
1013
|
],
|
990
1014
|
"members": {
|
991
|
-
"activeSessionId": {},
|
992
1015
|
"arn": {},
|
993
1016
|
"name": {},
|
1017
|
+
"activeSessionId": {},
|
994
1018
|
"tags": {
|
995
|
-
"shape": "
|
1019
|
+
"shape": "S8"
|
1020
|
+
},
|
1021
|
+
"autoParticipantRecordingConfiguration": {
|
1022
|
+
"shape": "Sv"
|
996
1023
|
}
|
997
1024
|
}
|
998
1025
|
},
|
999
|
-
"
|
1026
|
+
"S15": {
|
1000
1027
|
"type": "structure",
|
1001
1028
|
"required": [
|
1002
1029
|
"bucketName"
|
@@ -1005,7 +1032,7 @@
|
|
1005
1032
|
"bucketName": {}
|
1006
1033
|
}
|
1007
1034
|
},
|
1008
|
-
"
|
1035
|
+
"S18": {
|
1009
1036
|
"type": "structure",
|
1010
1037
|
"required": [
|
1011
1038
|
"arn"
|
@@ -1014,36 +1041,49 @@
|
|
1014
1041
|
"arn": {},
|
1015
1042
|
"name": {},
|
1016
1043
|
"s3": {
|
1017
|
-
"shape": "
|
1044
|
+
"shape": "S15"
|
1018
1045
|
},
|
1019
1046
|
"tags": {
|
1020
|
-
"shape": "
|
1047
|
+
"shape": "S8"
|
1021
1048
|
}
|
1022
1049
|
}
|
1023
1050
|
},
|
1024
|
-
"
|
1051
|
+
"S1m": {
|
1025
1052
|
"type": "structure",
|
1026
1053
|
"required": [
|
1027
1054
|
"arn",
|
1028
|
-
"destinations",
|
1029
|
-
"layout",
|
1030
1055
|
"stageArn",
|
1031
|
-
"state"
|
1056
|
+
"state",
|
1057
|
+
"layout",
|
1058
|
+
"destinations"
|
1032
1059
|
],
|
1033
1060
|
"members": {
|
1034
1061
|
"arn": {},
|
1062
|
+
"stageArn": {},
|
1063
|
+
"state": {},
|
1064
|
+
"layout": {
|
1065
|
+
"shape": "S1o"
|
1066
|
+
},
|
1035
1067
|
"destinations": {
|
1036
1068
|
"type": "list",
|
1037
1069
|
"member": {
|
1038
1070
|
"type": "structure",
|
1039
1071
|
"required": [
|
1040
|
-
"configuration",
|
1041
1072
|
"id",
|
1042
|
-
"state"
|
1073
|
+
"state",
|
1074
|
+
"configuration"
|
1043
1075
|
],
|
1044
1076
|
"members": {
|
1077
|
+
"id": {},
|
1078
|
+
"state": {},
|
1079
|
+
"startTime": {
|
1080
|
+
"shape": "S24"
|
1081
|
+
},
|
1082
|
+
"endTime": {
|
1083
|
+
"shape": "S24"
|
1084
|
+
},
|
1045
1085
|
"configuration": {
|
1046
|
-
"shape": "
|
1086
|
+
"shape": "S25"
|
1047
1087
|
},
|
1048
1088
|
"detail": {
|
1049
1089
|
"type": "structure",
|
@@ -1058,114 +1098,101 @@
|
|
1058
1098
|
}
|
1059
1099
|
}
|
1060
1100
|
}
|
1061
|
-
}
|
1062
|
-
"endTime": {
|
1063
|
-
"shape": "S1v"
|
1064
|
-
},
|
1065
|
-
"id": {},
|
1066
|
-
"startTime": {
|
1067
|
-
"shape": "S1v"
|
1068
|
-
},
|
1069
|
-
"state": {}
|
1101
|
+
}
|
1070
1102
|
}
|
1071
1103
|
}
|
1072
1104
|
},
|
1073
|
-
"
|
1074
|
-
"shape": "
|
1075
|
-
},
|
1076
|
-
"layout": {
|
1077
|
-
"shape": "S1x"
|
1105
|
+
"tags": {
|
1106
|
+
"shape": "S8"
|
1078
1107
|
},
|
1079
|
-
"stageArn": {},
|
1080
1108
|
"startTime": {
|
1081
|
-
"shape": "
|
1082
|
-
},
|
1083
|
-
"state": {},
|
1084
|
-
"tags": {
|
1085
|
-
"shape": "S3"
|
1086
|
-
}
|
1087
|
-
}
|
1088
|
-
},
|
1089
|
-
"S1l": {
|
1090
|
-
"type": "structure",
|
1091
|
-
"members": {
|
1092
|
-
"channel": {
|
1093
|
-
"type": "structure",
|
1094
|
-
"required": [
|
1095
|
-
"channelArn"
|
1096
|
-
],
|
1097
|
-
"members": {
|
1098
|
-
"channelArn": {},
|
1099
|
-
"encoderConfigurationArn": {}
|
1100
|
-
}
|
1109
|
+
"shape": "S24"
|
1101
1110
|
},
|
1102
|
-
"
|
1103
|
-
|
1104
|
-
"type": "structure",
|
1105
|
-
"required": [
|
1106
|
-
"encoderConfigurationArns",
|
1107
|
-
"storageConfigurationArn"
|
1108
|
-
],
|
1109
|
-
"members": {
|
1110
|
-
"encoderConfigurationArns": {
|
1111
|
-
"type": "list",
|
1112
|
-
"member": {}
|
1113
|
-
},
|
1114
|
-
"recordingConfiguration": {
|
1115
|
-
"type": "structure",
|
1116
|
-
"members": {
|
1117
|
-
"format": {}
|
1118
|
-
}
|
1119
|
-
},
|
1120
|
-
"storageConfigurationArn": {}
|
1121
|
-
}
|
1111
|
+
"endTime": {
|
1112
|
+
"shape": "S24"
|
1122
1113
|
}
|
1123
1114
|
}
|
1124
1115
|
},
|
1125
|
-
"
|
1126
|
-
"type": "timestamp",
|
1127
|
-
"timestampFormat": "iso8601"
|
1128
|
-
},
|
1129
|
-
"S1x": {
|
1116
|
+
"S1o": {
|
1130
1117
|
"type": "structure",
|
1131
1118
|
"members": {
|
1132
1119
|
"grid": {
|
1133
1120
|
"type": "structure",
|
1134
1121
|
"members": {
|
1135
1122
|
"featuredParticipantAttribute": {},
|
1136
|
-
"gridGap": {
|
1137
|
-
"type": "integer"
|
1138
|
-
},
|
1139
1123
|
"omitStoppedVideo": {
|
1140
1124
|
"type": "boolean"
|
1141
1125
|
},
|
1142
1126
|
"videoAspectRatio": {},
|
1143
|
-
"videoFillMode": {}
|
1127
|
+
"videoFillMode": {},
|
1128
|
+
"gridGap": {
|
1129
|
+
"type": "integer"
|
1130
|
+
}
|
1144
1131
|
}
|
1145
1132
|
},
|
1146
1133
|
"pip": {
|
1147
1134
|
"type": "structure",
|
1148
1135
|
"members": {
|
1149
1136
|
"featuredParticipantAttribute": {},
|
1150
|
-
"gridGap": {
|
1151
|
-
"type": "integer"
|
1152
|
-
},
|
1153
1137
|
"omitStoppedVideo": {
|
1154
1138
|
"type": "boolean"
|
1155
1139
|
},
|
1156
|
-
"
|
1157
|
-
"
|
1140
|
+
"videoFillMode": {},
|
1141
|
+
"gridGap": {
|
1158
1142
|
"type": "integer"
|
1159
1143
|
},
|
1144
|
+
"pipParticipantAttribute": {},
|
1145
|
+
"pipBehavior": {},
|
1160
1146
|
"pipOffset": {
|
1161
1147
|
"type": "integer"
|
1162
1148
|
},
|
1163
|
-
"pipParticipantAttribute": {},
|
1164
1149
|
"pipPosition": {},
|
1165
1150
|
"pipWidth": {
|
1166
1151
|
"type": "integer"
|
1167
1152
|
},
|
1168
|
-
"
|
1153
|
+
"pipHeight": {
|
1154
|
+
"type": "integer"
|
1155
|
+
}
|
1156
|
+
}
|
1157
|
+
}
|
1158
|
+
}
|
1159
|
+
},
|
1160
|
+
"S24": {
|
1161
|
+
"type": "timestamp",
|
1162
|
+
"timestampFormat": "iso8601"
|
1163
|
+
},
|
1164
|
+
"S25": {
|
1165
|
+
"type": "structure",
|
1166
|
+
"members": {
|
1167
|
+
"name": {},
|
1168
|
+
"channel": {
|
1169
|
+
"type": "structure",
|
1170
|
+
"required": [
|
1171
|
+
"channelArn"
|
1172
|
+
],
|
1173
|
+
"members": {
|
1174
|
+
"channelArn": {},
|
1175
|
+
"encoderConfigurationArn": {}
|
1176
|
+
}
|
1177
|
+
},
|
1178
|
+
"s3": {
|
1179
|
+
"type": "structure",
|
1180
|
+
"required": [
|
1181
|
+
"storageConfigurationArn",
|
1182
|
+
"encoderConfigurationArns"
|
1183
|
+
],
|
1184
|
+
"members": {
|
1185
|
+
"storageConfigurationArn": {},
|
1186
|
+
"encoderConfigurationArns": {
|
1187
|
+
"type": "list",
|
1188
|
+
"member": {}
|
1189
|
+
},
|
1190
|
+
"recordingConfiguration": {
|
1191
|
+
"type": "structure",
|
1192
|
+
"members": {
|
1193
|
+
"format": {}
|
1194
|
+
}
|
1195
|
+
}
|
1169
1196
|
}
|
1170
1197
|
}
|
1171
1198
|
}
|