cdk-lambda-subminute 2.0.300 → 2.0.301

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.
Files changed (58) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +23 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +8 -4
  6. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +30 -20
  8. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  11. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
  12. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
  14. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
  15. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  16. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
  17. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
  18. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
  19. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
  20. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
  21. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
  22. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
  23. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
  24. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
  25. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
  26. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
  27. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1119 -79
  28. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
  29. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
  30. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +16 -0
  31. package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
  32. package/node_modules/aws-sdk/clients/ec2.d.ts +19 -1
  33. package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
  34. package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
  35. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
  36. package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
  37. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
  38. package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
  39. package/node_modules/aws-sdk/clients/lambda.d.ts +39 -5
  40. package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
  41. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
  42. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
  43. package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
  44. package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
  45. package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
  46. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
  47. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
  48. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1517 -128
  49. package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
  50. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  51. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +27 -27
  52. package/node_modules/aws-sdk/dist/aws-sdk.js +324 -271
  53. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  54. package/node_modules/aws-sdk/lib/core.js +1 -1
  55. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  56. package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
  57. package/node_modules/aws-sdk/package.json +1 -1
  58. package/package.json +5 -5
@@ -13,6 +13,32 @@
13
13
  "uid": "ivs-realtime-2020-07-14"
14
14
  },
15
15
  "operations": {
16
+ "CreateEncoderConfiguration": {
17
+ "http": {
18
+ "requestUri": "/CreateEncoderConfiguration",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "members": {
24
+ "name": {},
25
+ "tags": {
26
+ "shape": "S3"
27
+ },
28
+ "video": {
29
+ "shape": "S6"
30
+ }
31
+ }
32
+ },
33
+ "output": {
34
+ "type": "structure",
35
+ "members": {
36
+ "encoderConfiguration": {
37
+ "shape": "Sc"
38
+ }
39
+ }
40
+ }
41
+ },
16
42
  "CreateParticipantToken": {
17
43
  "http": {
18
44
  "requestUri": "/CreateParticipantToken",
@@ -25,10 +51,10 @@
25
51
  ],
26
52
  "members": {
27
53
  "attributes": {
28
- "shape": "S2"
54
+ "shape": "Sf"
29
55
  },
30
56
  "capabilities": {
31
- "shape": "S4"
57
+ "shape": "Sh"
32
58
  },
33
59
  "duration": {
34
60
  "type": "integer"
@@ -41,7 +67,7 @@
41
67
  "type": "structure",
42
68
  "members": {
43
69
  "participantToken": {
44
- "shape": "Sa"
70
+ "shape": "Sn"
45
71
  }
46
72
  }
47
73
  }
@@ -61,10 +87,10 @@
61
87
  "type": "structure",
62
88
  "members": {
63
89
  "attributes": {
64
- "shape": "S2"
90
+ "shape": "Sf"
65
91
  },
66
92
  "capabilities": {
67
- "shape": "S4"
93
+ "shape": "Sh"
68
94
  },
69
95
  "duration": {
70
96
  "type": "integer"
@@ -74,7 +100,7 @@
74
100
  }
75
101
  },
76
102
  "tags": {
77
- "shape": "Si"
103
+ "shape": "S3"
78
104
  }
79
105
  }
80
106
  },
@@ -84,13 +110,61 @@
84
110
  "participantTokens": {
85
111
  "type": "list",
86
112
  "member": {
87
- "shape": "Sa"
113
+ "shape": "Sn"
88
114
  }
89
115
  },
90
116
  "stage": {
91
- "shape": "Sn"
117
+ "shape": "Sx"
118
+ }
119
+ }
120
+ }
121
+ },
122
+ "CreateStorageConfiguration": {
123
+ "http": {
124
+ "requestUri": "/CreateStorageConfiguration",
125
+ "responseCode": 200
126
+ },
127
+ "input": {
128
+ "type": "structure",
129
+ "required": [
130
+ "s3"
131
+ ],
132
+ "members": {
133
+ "name": {},
134
+ "s3": {
135
+ "shape": "S11"
136
+ },
137
+ "tags": {
138
+ "shape": "S3"
92
139
  }
93
140
  }
141
+ },
142
+ "output": {
143
+ "type": "structure",
144
+ "members": {
145
+ "storageConfiguration": {
146
+ "shape": "S14"
147
+ }
148
+ }
149
+ }
150
+ },
151
+ "DeleteEncoderConfiguration": {
152
+ "http": {
153
+ "requestUri": "/DeleteEncoderConfiguration",
154
+ "responseCode": 200
155
+ },
156
+ "input": {
157
+ "type": "structure",
158
+ "required": [
159
+ "arn"
160
+ ],
161
+ "members": {
162
+ "arn": {}
163
+ }
164
+ },
165
+ "output": {
166
+ "type": "structure",
167
+ "members": {}
94
168
  }
95
169
  },
96
170
  "DeleteStage": {
@@ -112,6 +186,25 @@
112
186
  "members": {}
113
187
  }
114
188
  },
189
+ "DeleteStorageConfiguration": {
190
+ "http": {
191
+ "requestUri": "/DeleteStorageConfiguration",
192
+ "responseCode": 200
193
+ },
194
+ "input": {
195
+ "type": "structure",
196
+ "required": [
197
+ "arn"
198
+ ],
199
+ "members": {
200
+ "arn": {}
201
+ }
202
+ },
203
+ "output": {
204
+ "type": "structure",
205
+ "members": {}
206
+ }
207
+ },
115
208
  "DisconnectParticipant": {
116
209
  "http": {
117
210
  "requestUri": "/DisconnectParticipant",
@@ -134,6 +227,52 @@
134
227
  "members": {}
135
228
  }
136
229
  },
230
+ "GetComposition": {
231
+ "http": {
232
+ "requestUri": "/GetComposition",
233
+ "responseCode": 200
234
+ },
235
+ "input": {
236
+ "type": "structure",
237
+ "required": [
238
+ "arn"
239
+ ],
240
+ "members": {
241
+ "arn": {}
242
+ }
243
+ },
244
+ "output": {
245
+ "type": "structure",
246
+ "members": {
247
+ "composition": {
248
+ "shape": "S1i"
249
+ }
250
+ }
251
+ }
252
+ },
253
+ "GetEncoderConfiguration": {
254
+ "http": {
255
+ "requestUri": "/GetEncoderConfiguration",
256
+ "responseCode": 200
257
+ },
258
+ "input": {
259
+ "type": "structure",
260
+ "required": [
261
+ "arn"
262
+ ],
263
+ "members": {
264
+ "arn": {}
265
+ }
266
+ },
267
+ "output": {
268
+ "type": "structure",
269
+ "members": {
270
+ "encoderConfiguration": {
271
+ "shape": "Sc"
272
+ }
273
+ }
274
+ }
275
+ },
137
276
  "GetParticipant": {
138
277
  "http": {
139
278
  "requestUri": "/GetParticipant",
@@ -166,7 +305,7 @@
166
305
  "browserName": {},
167
306
  "browserVersion": {},
168
307
  "firstJoinTime": {
169
- "shape": "S10"
308
+ "shape": "S1v"
170
309
  },
171
310
  "ispName": {},
172
311
  "osName": {},
@@ -201,7 +340,7 @@
201
340
  "type": "structure",
202
341
  "members": {
203
342
  "stage": {
204
- "shape": "Sn"
343
+ "shape": "Sx"
205
344
  }
206
345
  }
207
346
  }
@@ -229,17 +368,152 @@
229
368
  "type": "structure",
230
369
  "members": {
231
370
  "endTime": {
232
- "shape": "S10"
371
+ "shape": "S1v"
233
372
  },
234
373
  "sessionId": {},
235
374
  "startTime": {
236
- "shape": "S10"
375
+ "shape": "S1v"
237
376
  }
238
377
  }
239
378
  }
240
379
  }
241
380
  }
242
381
  },
382
+ "GetStorageConfiguration": {
383
+ "http": {
384
+ "requestUri": "/GetStorageConfiguration",
385
+ "responseCode": 200
386
+ },
387
+ "input": {
388
+ "type": "structure",
389
+ "required": [
390
+ "arn"
391
+ ],
392
+ "members": {
393
+ "arn": {}
394
+ }
395
+ },
396
+ "output": {
397
+ "type": "structure",
398
+ "members": {
399
+ "storageConfiguration": {
400
+ "shape": "S14"
401
+ }
402
+ }
403
+ }
404
+ },
405
+ "ListCompositions": {
406
+ "http": {
407
+ "requestUri": "/ListCompositions",
408
+ "responseCode": 200
409
+ },
410
+ "input": {
411
+ "type": "structure",
412
+ "members": {
413
+ "filterByEncoderConfigurationArn": {},
414
+ "filterByStageArn": {},
415
+ "maxResults": {
416
+ "type": "integer"
417
+ },
418
+ "nextToken": {}
419
+ }
420
+ },
421
+ "output": {
422
+ "type": "structure",
423
+ "required": [
424
+ "compositions"
425
+ ],
426
+ "members": {
427
+ "compositions": {
428
+ "type": "list",
429
+ "member": {
430
+ "type": "structure",
431
+ "required": [
432
+ "arn",
433
+ "destinations",
434
+ "stageArn",
435
+ "state"
436
+ ],
437
+ "members": {
438
+ "arn": {},
439
+ "destinations": {
440
+ "type": "list",
441
+ "member": {
442
+ "type": "structure",
443
+ "required": [
444
+ "id",
445
+ "state"
446
+ ],
447
+ "members": {
448
+ "endTime": {
449
+ "shape": "S1v"
450
+ },
451
+ "id": {},
452
+ "startTime": {
453
+ "shape": "S1v"
454
+ },
455
+ "state": {}
456
+ }
457
+ }
458
+ },
459
+ "endTime": {
460
+ "shape": "S1v"
461
+ },
462
+ "stageArn": {},
463
+ "startTime": {
464
+ "shape": "S1v"
465
+ },
466
+ "state": {},
467
+ "tags": {
468
+ "shape": "S3"
469
+ }
470
+ }
471
+ }
472
+ },
473
+ "nextToken": {}
474
+ }
475
+ }
476
+ },
477
+ "ListEncoderConfigurations": {
478
+ "http": {
479
+ "requestUri": "/ListEncoderConfigurations",
480
+ "responseCode": 200
481
+ },
482
+ "input": {
483
+ "type": "structure",
484
+ "members": {
485
+ "maxResults": {
486
+ "type": "integer"
487
+ },
488
+ "nextToken": {}
489
+ }
490
+ },
491
+ "output": {
492
+ "type": "structure",
493
+ "required": [
494
+ "encoderConfigurations"
495
+ ],
496
+ "members": {
497
+ "encoderConfigurations": {
498
+ "type": "list",
499
+ "member": {
500
+ "type": "structure",
501
+ "required": [
502
+ "arn"
503
+ ],
504
+ "members": {
505
+ "arn": {},
506
+ "name": {},
507
+ "tags": {
508
+ "shape": "S3"
509
+ }
510
+ }
511
+ }
512
+ },
513
+ "nextToken": {}
514
+ }
515
+ }
516
+ },
243
517
  "ListParticipantEvents": {
244
518
  "http": {
245
519
  "requestUri": "/ListParticipantEvents",
@@ -275,7 +549,7 @@
275
549
  "members": {
276
550
  "errorCode": {},
277
551
  "eventTime": {
278
- "shape": "S10"
552
+ "shape": "S1v"
279
553
  },
280
554
  "name": {},
281
555
  "participantId": {},
@@ -325,7 +599,7 @@
325
599
  "type": "structure",
326
600
  "members": {
327
601
  "firstJoinTime": {
328
- "shape": "S10"
602
+ "shape": "S1v"
329
603
  },
330
604
  "participantId": {},
331
605
  "published": {
@@ -370,11 +644,11 @@
370
644
  "type": "structure",
371
645
  "members": {
372
646
  "endTime": {
373
- "shape": "S10"
647
+ "shape": "S1v"
374
648
  },
375
649
  "sessionId": {},
376
650
  "startTime": {
377
- "shape": "S10"
651
+ "shape": "S1v"
378
652
  }
379
653
  }
380
654
  }
@@ -415,7 +689,50 @@
415
689
  "arn": {},
416
690
  "name": {},
417
691
  "tags": {
418
- "shape": "Si"
692
+ "shape": "S3"
693
+ }
694
+ }
695
+ }
696
+ }
697
+ }
698
+ }
699
+ },
700
+ "ListStorageConfigurations": {
701
+ "http": {
702
+ "requestUri": "/ListStorageConfigurations",
703
+ "responseCode": 200
704
+ },
705
+ "input": {
706
+ "type": "structure",
707
+ "members": {
708
+ "maxResults": {
709
+ "type": "integer"
710
+ },
711
+ "nextToken": {}
712
+ }
713
+ },
714
+ "output": {
715
+ "type": "structure",
716
+ "required": [
717
+ "storageConfigurations"
718
+ ],
719
+ "members": {
720
+ "nextToken": {},
721
+ "storageConfigurations": {
722
+ "type": "list",
723
+ "member": {
724
+ "type": "structure",
725
+ "required": [
726
+ "arn"
727
+ ],
728
+ "members": {
729
+ "arn": {},
730
+ "name": {},
731
+ "s3": {
732
+ "shape": "S11"
733
+ },
734
+ "tags": {
735
+ "shape": "S3"
419
736
  }
420
737
  }
421
738
  }
@@ -448,11 +765,69 @@
448
765
  ],
449
766
  "members": {
450
767
  "tags": {
451
- "shape": "Si"
768
+ "shape": "S3"
769
+ }
770
+ }
771
+ }
772
+ },
773
+ "StartComposition": {
774
+ "http": {
775
+ "requestUri": "/StartComposition",
776
+ "responseCode": 200
777
+ },
778
+ "input": {
779
+ "type": "structure",
780
+ "required": [
781
+ "destinations",
782
+ "stageArn"
783
+ ],
784
+ "members": {
785
+ "destinations": {
786
+ "type": "list",
787
+ "member": {
788
+ "shape": "S1l"
789
+ }
790
+ },
791
+ "idempotencyToken": {
792
+ "idempotencyToken": true
793
+ },
794
+ "layout": {
795
+ "shape": "S1x"
796
+ },
797
+ "stageArn": {},
798
+ "tags": {
799
+ "shape": "S3"
800
+ }
801
+ }
802
+ },
803
+ "output": {
804
+ "type": "structure",
805
+ "members": {
806
+ "composition": {
807
+ "shape": "S1i"
452
808
  }
453
809
  }
454
810
  }
455
811
  },
812
+ "StopComposition": {
813
+ "http": {
814
+ "requestUri": "/StopComposition",
815
+ "responseCode": 200
816
+ },
817
+ "input": {
818
+ "type": "structure",
819
+ "required": [
820
+ "arn"
821
+ ],
822
+ "members": {
823
+ "arn": {}
824
+ }
825
+ },
826
+ "output": {
827
+ "type": "structure",
828
+ "members": {}
829
+ }
830
+ },
456
831
  "TagResource": {
457
832
  "http": {
458
833
  "requestUri": "/tags/{resourceArn}",
@@ -470,7 +845,7 @@
470
845
  "locationName": "resourceArn"
471
846
  },
472
847
  "tags": {
473
- "shape": "Si"
848
+ "shape": "S3"
474
849
  }
475
850
  }
476
851
  },
@@ -529,30 +904,68 @@
529
904
  "type": "structure",
530
905
  "members": {
531
906
  "stage": {
532
- "shape": "Sn"
907
+ "shape": "Sx"
533
908
  }
534
909
  }
535
910
  }
536
911
  }
537
912
  },
538
913
  "shapes": {
539
- "S2": {
914
+ "S3": {
915
+ "type": "map",
916
+ "key": {},
917
+ "value": {}
918
+ },
919
+ "S6": {
920
+ "type": "structure",
921
+ "members": {
922
+ "bitrate": {
923
+ "type": "integer"
924
+ },
925
+ "framerate": {
926
+ "type": "float"
927
+ },
928
+ "height": {
929
+ "type": "integer"
930
+ },
931
+ "width": {
932
+ "type": "integer"
933
+ }
934
+ }
935
+ },
936
+ "Sc": {
937
+ "type": "structure",
938
+ "required": [
939
+ "arn"
940
+ ],
941
+ "members": {
942
+ "arn": {},
943
+ "name": {},
944
+ "tags": {
945
+ "shape": "S3"
946
+ },
947
+ "video": {
948
+ "shape": "S6"
949
+ }
950
+ }
951
+ },
952
+ "Sf": {
540
953
  "type": "map",
541
954
  "key": {},
542
955
  "value": {}
543
956
  },
544
- "S4": {
957
+ "Sh": {
545
958
  "type": "list",
546
959
  "member": {}
547
960
  },
548
- "Sa": {
961
+ "Sn": {
549
962
  "type": "structure",
550
963
  "members": {
551
964
  "attributes": {
552
- "shape": "S2"
965
+ "shape": "Sf"
553
966
  },
554
967
  "capabilities": {
555
- "shape": "S4"
968
+ "shape": "Sh"
556
969
  },
557
970
  "duration": {
558
971
  "type": "integer"
@@ -569,12 +982,7 @@
569
982
  "userId": {}
570
983
  }
571
984
  },
572
- "Si": {
573
- "type": "map",
574
- "key": {},
575
- "value": {}
576
- },
577
- "Sn": {
985
+ "Sx": {
578
986
  "type": "structure",
579
987
  "required": [
580
988
  "arn"
@@ -584,13 +992,150 @@
584
992
  "arn": {},
585
993
  "name": {},
586
994
  "tags": {
587
- "shape": "Si"
995
+ "shape": "S3"
588
996
  }
589
997
  }
590
998
  },
591
- "S10": {
999
+ "S11": {
1000
+ "type": "structure",
1001
+ "required": [
1002
+ "bucketName"
1003
+ ],
1004
+ "members": {
1005
+ "bucketName": {}
1006
+ }
1007
+ },
1008
+ "S14": {
1009
+ "type": "structure",
1010
+ "required": [
1011
+ "arn"
1012
+ ],
1013
+ "members": {
1014
+ "arn": {},
1015
+ "name": {},
1016
+ "s3": {
1017
+ "shape": "S11"
1018
+ },
1019
+ "tags": {
1020
+ "shape": "S3"
1021
+ }
1022
+ }
1023
+ },
1024
+ "S1i": {
1025
+ "type": "structure",
1026
+ "required": [
1027
+ "arn",
1028
+ "destinations",
1029
+ "layout",
1030
+ "stageArn",
1031
+ "state"
1032
+ ],
1033
+ "members": {
1034
+ "arn": {},
1035
+ "destinations": {
1036
+ "type": "list",
1037
+ "member": {
1038
+ "type": "structure",
1039
+ "required": [
1040
+ "configuration",
1041
+ "id",
1042
+ "state"
1043
+ ],
1044
+ "members": {
1045
+ "configuration": {
1046
+ "shape": "S1l"
1047
+ },
1048
+ "detail": {
1049
+ "type": "structure",
1050
+ "members": {
1051
+ "s3": {
1052
+ "type": "structure",
1053
+ "required": [
1054
+ "recordingPrefix"
1055
+ ],
1056
+ "members": {
1057
+ "recordingPrefix": {}
1058
+ }
1059
+ }
1060
+ }
1061
+ },
1062
+ "endTime": {
1063
+ "shape": "S1v"
1064
+ },
1065
+ "id": {},
1066
+ "startTime": {
1067
+ "shape": "S1v"
1068
+ },
1069
+ "state": {}
1070
+ }
1071
+ }
1072
+ },
1073
+ "endTime": {
1074
+ "shape": "S1v"
1075
+ },
1076
+ "layout": {
1077
+ "shape": "S1x"
1078
+ },
1079
+ "stageArn": {},
1080
+ "startTime": {
1081
+ "shape": "S1v"
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
+ }
1101
+ },
1102
+ "name": {},
1103
+ "s3": {
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
+ }
1122
+ }
1123
+ }
1124
+ },
1125
+ "S1v": {
592
1126
  "type": "timestamp",
593
1127
  "timestampFormat": "iso8601"
1128
+ },
1129
+ "S1x": {
1130
+ "type": "structure",
1131
+ "members": {
1132
+ "grid": {
1133
+ "type": "structure",
1134
+ "members": {
1135
+ "featuredParticipantAttribute": {}
1136
+ }
1137
+ }
1138
+ }
594
1139
  }
595
1140
  }
596
1141
  }