cdk-lambda-subminute 2.0.368 → 2.0.370
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/available-typed-arrays/.eslintrc +0 -4
- package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
- package/node_modules/available-typed-arrays/index.d.ts +17 -0
- package/node_modules/available-typed-arrays/index.js +4 -2
- package/node_modules/available-typed-arrays/package.json +23 -15
- package/node_modules/available-typed-arrays/tsconfig.json +49 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +163 -81
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
- package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
- package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
- package/node_modules/aws-sdk/clients/es.d.ts +111 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
- package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
- package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
- package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
- package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
- package/node_modules/aws-sdk/dist/aws-sdk.js +243 -89
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/CHANGELOG.md +9 -0
- package/node_modules/call-bind/index.js +1 -1
- package/node_modules/call-bind/package.json +10 -6
- package/node_modules/define-data-property/CHANGELOG.md +11 -0
- package/node_modules/define-data-property/index.js +2 -2
- package/node_modules/define-data-property/package.json +19 -18
- package/node_modules/define-data-property/test/index.js +7 -7
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
- package/node_modules/get-intrinsic/index.js +15 -7
- package/node_modules/get-intrinsic/package.json +12 -12
- package/node_modules/has-tostringtag/.eslintrc +0 -6
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +1 -0
- package/node_modules/has-tostringtag/package.json +37 -13
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +1 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
- package/node_modules/has-tostringtag/test/tests.js +2 -1
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/is-typed-array/CHANGELOG.md +10 -0
- package/node_modules/is-typed-array/index.d.ts +16 -0
- package/node_modules/is-typed-array/index.js +1 -0
- package/node_modules/is-typed-array/package.json +18 -7
- package/node_modules/is-typed-array/test/index.js +9 -1
- package/node_modules/is-typed-array/tsconfig.json +49 -0
- package/node_modules/set-function-length/CHANGELOG.md +8 -0
- package/node_modules/set-function-length/index.js +1 -1
- package/node_modules/set-function-length/package.json +7 -6
- package/node_modules/which-typed-array/CHANGELOG.md +9 -0
- package/node_modules/which-typed-array/index.d.ts +16 -0
- package/node_modules/which-typed-array/index.js +39 -18
- package/node_modules/which-typed-array/package.json +18 -7
- package/node_modules/which-typed-array/test/index.js +9 -1
- package/node_modules/which-typed-array/tsconfig.json +49 -0
- package/package.json +4 -4
- package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -103,11 +103,11 @@
|
|
103
103
|
"locationName": "statusUpdateInterval"
|
104
104
|
},
|
105
105
|
"Tags": {
|
106
|
-
"shape": "
|
106
|
+
"shape": "Sl9",
|
107
107
|
"locationName": "tags"
|
108
108
|
},
|
109
109
|
"UserMetadata": {
|
110
|
-
"shape": "
|
110
|
+
"shape": "Sl9",
|
111
111
|
"locationName": "userMetadata"
|
112
112
|
}
|
113
113
|
},
|
@@ -120,7 +120,7 @@
|
|
120
120
|
"type": "structure",
|
121
121
|
"members": {
|
122
122
|
"Job": {
|
123
|
-
"shape": "
|
123
|
+
"shape": "Slb",
|
124
124
|
"locationName": "job"
|
125
125
|
}
|
126
126
|
}
|
@@ -159,14 +159,14 @@
|
|
159
159
|
"locationName": "queue"
|
160
160
|
},
|
161
161
|
"Settings": {
|
162
|
-
"shape": "
|
162
|
+
"shape": "Slt",
|
163
163
|
"locationName": "settings"
|
164
164
|
},
|
165
165
|
"StatusUpdateInterval": {
|
166
166
|
"locationName": "statusUpdateInterval"
|
167
167
|
},
|
168
168
|
"Tags": {
|
169
|
-
"shape": "
|
169
|
+
"shape": "Sl9",
|
170
170
|
"locationName": "tags"
|
171
171
|
}
|
172
172
|
},
|
@@ -179,7 +179,7 @@
|
|
179
179
|
"type": "structure",
|
180
180
|
"members": {
|
181
181
|
"JobTemplate": {
|
182
|
-
"shape": "
|
182
|
+
"shape": "Slx",
|
183
183
|
"locationName": "jobTemplate"
|
184
184
|
}
|
185
185
|
}
|
@@ -203,11 +203,11 @@
|
|
203
203
|
"locationName": "name"
|
204
204
|
},
|
205
205
|
"Settings": {
|
206
|
-
"shape": "
|
206
|
+
"shape": "Sm0",
|
207
207
|
"locationName": "settings"
|
208
208
|
},
|
209
209
|
"Tags": {
|
210
|
-
"shape": "
|
210
|
+
"shape": "Sl9",
|
211
211
|
"locationName": "tags"
|
212
212
|
}
|
213
213
|
},
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"type": "structure",
|
221
221
|
"members": {
|
222
222
|
"Preset": {
|
223
|
-
"shape": "
|
223
|
+
"shape": "Sm4",
|
224
224
|
"locationName": "preset"
|
225
225
|
}
|
226
226
|
}
|
@@ -244,14 +244,14 @@
|
|
244
244
|
"locationName": "pricingPlan"
|
245
245
|
},
|
246
246
|
"ReservationPlanSettings": {
|
247
|
-
"shape": "
|
247
|
+
"shape": "Sm7",
|
248
248
|
"locationName": "reservationPlanSettings"
|
249
249
|
},
|
250
250
|
"Status": {
|
251
251
|
"locationName": "status"
|
252
252
|
},
|
253
253
|
"Tags": {
|
254
|
-
"shape": "
|
254
|
+
"shape": "Sl9",
|
255
255
|
"locationName": "tags"
|
256
256
|
}
|
257
257
|
},
|
@@ -263,7 +263,7 @@
|
|
263
263
|
"type": "structure",
|
264
264
|
"members": {
|
265
265
|
"Queue": {
|
266
|
-
"shape": "
|
266
|
+
"shape": "Smc",
|
267
267
|
"locationName": "queue"
|
268
268
|
}
|
269
269
|
}
|
@@ -366,12 +366,17 @@
|
|
366
366
|
"type": "integer"
|
367
367
|
},
|
368
368
|
"Mode": {
|
369
|
-
"locationName": "mode"
|
369
|
+
"locationName": "mode",
|
370
|
+
"type": "string",
|
371
|
+
"deprecated": true,
|
372
|
+
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
|
370
373
|
},
|
371
374
|
"NextToken": {
|
372
375
|
"locationName": "nextToken"
|
373
376
|
}
|
374
|
-
}
|
377
|
+
},
|
378
|
+
"deprecated": true,
|
379
|
+
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
|
375
380
|
},
|
376
381
|
"output": {
|
377
382
|
"type": "structure",
|
@@ -391,8 +396,12 @@
|
|
391
396
|
"NextToken": {
|
392
397
|
"locationName": "nextToken"
|
393
398
|
}
|
394
|
-
}
|
395
|
-
|
399
|
+
},
|
400
|
+
"deprecated": true,
|
401
|
+
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
|
402
|
+
},
|
403
|
+
"deprecated": true,
|
404
|
+
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
|
396
405
|
},
|
397
406
|
"DisassociateCertificate": {
|
398
407
|
"http": {
|
@@ -439,7 +448,7 @@
|
|
439
448
|
"type": "structure",
|
440
449
|
"members": {
|
441
450
|
"Job": {
|
442
|
-
"shape": "
|
451
|
+
"shape": "Slb",
|
443
452
|
"locationName": "job"
|
444
453
|
}
|
445
454
|
}
|
@@ -467,7 +476,7 @@
|
|
467
476
|
"type": "structure",
|
468
477
|
"members": {
|
469
478
|
"JobTemplate": {
|
470
|
-
"shape": "
|
479
|
+
"shape": "Slx",
|
471
480
|
"locationName": "jobTemplate"
|
472
481
|
}
|
473
482
|
}
|
@@ -487,7 +496,7 @@
|
|
487
496
|
"type": "structure",
|
488
497
|
"members": {
|
489
498
|
"Policy": {
|
490
|
-
"shape": "
|
499
|
+
"shape": "Sn0",
|
491
500
|
"locationName": "policy"
|
492
501
|
}
|
493
502
|
}
|
@@ -515,7 +524,7 @@
|
|
515
524
|
"type": "structure",
|
516
525
|
"members": {
|
517
526
|
"Preset": {
|
518
|
-
"shape": "
|
527
|
+
"shape": "Sm4",
|
519
528
|
"locationName": "preset"
|
520
529
|
}
|
521
530
|
}
|
@@ -543,7 +552,7 @@
|
|
543
552
|
"type": "structure",
|
544
553
|
"members": {
|
545
554
|
"Queue": {
|
546
|
-
"shape": "
|
555
|
+
"shape": "Smc",
|
547
556
|
"locationName": "queue"
|
548
557
|
}
|
549
558
|
}
|
@@ -588,7 +597,7 @@
|
|
588
597
|
"locationName": "jobTemplates",
|
589
598
|
"type": "list",
|
590
599
|
"member": {
|
591
|
-
"shape": "
|
600
|
+
"shape": "Slx"
|
592
601
|
}
|
593
602
|
},
|
594
603
|
"NextToken": {
|
@@ -636,7 +645,7 @@
|
|
636
645
|
"locationName": "jobs",
|
637
646
|
"type": "list",
|
638
647
|
"member": {
|
639
|
-
"shape": "
|
648
|
+
"shape": "Slb"
|
640
649
|
}
|
641
650
|
},
|
642
651
|
"NextToken": {
|
@@ -687,7 +696,7 @@
|
|
687
696
|
"locationName": "presets",
|
688
697
|
"type": "list",
|
689
698
|
"member": {
|
690
|
-
"shape": "
|
699
|
+
"shape": "Sm4"
|
691
700
|
}
|
692
701
|
}
|
693
702
|
}
|
@@ -731,7 +740,7 @@
|
|
731
740
|
"locationName": "queues",
|
732
741
|
"type": "list",
|
733
742
|
"member": {
|
734
|
-
"shape": "
|
743
|
+
"shape": "Smc"
|
735
744
|
}
|
736
745
|
}
|
737
746
|
}
|
@@ -766,7 +775,7 @@
|
|
766
775
|
"locationName": "arn"
|
767
776
|
},
|
768
777
|
"Tags": {
|
769
|
-
"shape": "
|
778
|
+
"shape": "Sl9",
|
770
779
|
"locationName": "tags"
|
771
780
|
}
|
772
781
|
}
|
@@ -784,7 +793,7 @@
|
|
784
793
|
"type": "structure",
|
785
794
|
"members": {
|
786
795
|
"Policy": {
|
787
|
-
"shape": "
|
796
|
+
"shape": "Sn0",
|
788
797
|
"locationName": "policy"
|
789
798
|
}
|
790
799
|
},
|
@@ -796,7 +805,7 @@
|
|
796
805
|
"type": "structure",
|
797
806
|
"members": {
|
798
807
|
"Policy": {
|
799
|
-
"shape": "
|
808
|
+
"shape": "Sn0",
|
800
809
|
"locationName": "policy"
|
801
810
|
}
|
802
811
|
}
|
@@ -814,7 +823,7 @@
|
|
814
823
|
"locationName": "arn"
|
815
824
|
},
|
816
825
|
"Tags": {
|
817
|
-
"shape": "
|
826
|
+
"shape": "Sl9",
|
818
827
|
"locationName": "tags"
|
819
828
|
}
|
820
829
|
},
|
@@ -842,7 +851,7 @@
|
|
842
851
|
"location": "uri"
|
843
852
|
},
|
844
853
|
"TagKeys": {
|
845
|
-
"shape": "
|
854
|
+
"shape": "Slg",
|
846
855
|
"locationName": "tagKeys"
|
847
856
|
}
|
848
857
|
},
|
@@ -890,7 +899,7 @@
|
|
890
899
|
"locationName": "queue"
|
891
900
|
},
|
892
901
|
"Settings": {
|
893
|
-
"shape": "
|
902
|
+
"shape": "Slt",
|
894
903
|
"locationName": "settings"
|
895
904
|
},
|
896
905
|
"StatusUpdateInterval": {
|
@@ -905,7 +914,7 @@
|
|
905
914
|
"type": "structure",
|
906
915
|
"members": {
|
907
916
|
"JobTemplate": {
|
908
|
-
"shape": "
|
917
|
+
"shape": "Slx",
|
909
918
|
"locationName": "jobTemplate"
|
910
919
|
}
|
911
920
|
}
|
@@ -931,7 +940,7 @@
|
|
931
940
|
"location": "uri"
|
932
941
|
},
|
933
942
|
"Settings": {
|
934
|
-
"shape": "
|
943
|
+
"shape": "Sm0",
|
935
944
|
"locationName": "settings"
|
936
945
|
}
|
937
946
|
},
|
@@ -943,7 +952,7 @@
|
|
943
952
|
"type": "structure",
|
944
953
|
"members": {
|
945
954
|
"Preset": {
|
946
|
-
"shape": "
|
955
|
+
"shape": "Sm4",
|
947
956
|
"locationName": "preset"
|
948
957
|
}
|
949
958
|
}
|
@@ -966,7 +975,7 @@
|
|
966
975
|
"location": "uri"
|
967
976
|
},
|
968
977
|
"ReservationPlanSettings": {
|
969
|
-
"shape": "
|
978
|
+
"shape": "Sm7",
|
970
979
|
"locationName": "reservationPlanSettings"
|
971
980
|
},
|
972
981
|
"Status": {
|
@@ -981,7 +990,7 @@
|
|
981
990
|
"type": "structure",
|
982
991
|
"members": {
|
983
992
|
"Queue": {
|
984
|
-
"shape": "
|
993
|
+
"shape": "Smc",
|
985
994
|
"locationName": "queue"
|
986
995
|
}
|
987
996
|
}
|
@@ -1187,11 +1196,11 @@
|
|
1187
1196
|
"locationName": "outputGroups"
|
1188
1197
|
},
|
1189
1198
|
"TimecodeConfig": {
|
1190
|
-
"shape": "
|
1199
|
+
"shape": "Sl1",
|
1191
1200
|
"locationName": "timecodeConfig"
|
1192
1201
|
},
|
1193
1202
|
"TimedMetadataInsertion": {
|
1194
|
-
"shape": "
|
1203
|
+
"shape": "Sl4",
|
1195
1204
|
"locationName": "timedMetadataInsertion"
|
1196
1205
|
}
|
1197
1206
|
}
|
@@ -1366,6 +1375,14 @@
|
|
1366
1375
|
"S1j": {
|
1367
1376
|
"type": "structure",
|
1368
1377
|
"members": {
|
1378
|
+
"AudioDescriptionAudioChannel": {
|
1379
|
+
"locationName": "audioDescriptionAudioChannel",
|
1380
|
+
"type": "integer"
|
1381
|
+
},
|
1382
|
+
"AudioDescriptionDataChannel": {
|
1383
|
+
"locationName": "audioDescriptionDataChannel",
|
1384
|
+
"type": "integer"
|
1385
|
+
},
|
1369
1386
|
"ChannelMapping": {
|
1370
1387
|
"locationName": "channelMapping",
|
1371
1388
|
"type": "structure",
|
@@ -2622,7 +2639,7 @@
|
|
2622
2639
|
"locationName": "customLanguageCode"
|
2623
2640
|
},
|
2624
2641
|
"DestinationSettings": {
|
2625
|
-
"shape": "
|
2642
|
+
"shape": "Sau",
|
2626
2643
|
"locationName": "destinationSettings"
|
2627
2644
|
},
|
2628
2645
|
"LanguageCode": {
|
@@ -2635,7 +2652,7 @@
|
|
2635
2652
|
}
|
2636
2653
|
},
|
2637
2654
|
"ContainerSettings": {
|
2638
|
-
"shape": "
|
2655
|
+
"shape": "Sc4",
|
2639
2656
|
"locationName": "containerSettings"
|
2640
2657
|
},
|
2641
2658
|
"Extension": {
|
@@ -2681,7 +2698,7 @@
|
|
2681
2698
|
"locationName": "preset"
|
2682
2699
|
},
|
2683
2700
|
"VideoDescription": {
|
2684
|
-
"shape": "
|
2701
|
+
"shape": "Sej",
|
2685
2702
|
"locationName": "videoDescription"
|
2686
2703
|
}
|
2687
2704
|
}
|
@@ -3205,7 +3222,7 @@
|
|
3205
3222
|
}
|
3206
3223
|
}
|
3207
3224
|
},
|
3208
|
-
"
|
3225
|
+
"Sau": {
|
3209
3226
|
"type": "structure",
|
3210
3227
|
"members": {
|
3211
3228
|
"BurninDestinationSettings": {
|
@@ -3472,7 +3489,7 @@
|
|
3472
3489
|
}
|
3473
3490
|
}
|
3474
3491
|
},
|
3475
|
-
"
|
3492
|
+
"Sc4": {
|
3476
3493
|
"type": "structure",
|
3477
3494
|
"members": {
|
3478
3495
|
"CmfcSettings": {
|
@@ -3550,7 +3567,7 @@
|
|
3550
3567
|
"type": "integer"
|
3551
3568
|
},
|
3552
3569
|
"AudioPids": {
|
3553
|
-
"shape": "
|
3570
|
+
"shape": "Scn",
|
3554
3571
|
"locationName": "audioPids"
|
3555
3572
|
},
|
3556
3573
|
"Bitrate": {
|
@@ -3600,7 +3617,7 @@
|
|
3600
3617
|
}
|
3601
3618
|
},
|
3602
3619
|
"DvbSubPids": {
|
3603
|
-
"shape": "
|
3620
|
+
"shape": "Scn",
|
3604
3621
|
"locationName": "dvbSubPids"
|
3605
3622
|
},
|
3606
3623
|
"DvbTdtSettings": {
|
@@ -3741,7 +3758,7 @@
|
|
3741
3758
|
"type": "integer"
|
3742
3759
|
},
|
3743
3760
|
"AudioPids": {
|
3744
|
-
"shape": "
|
3761
|
+
"shape": "Scn",
|
3745
3762
|
"locationName": "audioPids"
|
3746
3763
|
},
|
3747
3764
|
"DataPTSControl": {
|
@@ -3924,13 +3941,13 @@
|
|
3924
3941
|
}
|
3925
3942
|
}
|
3926
3943
|
},
|
3927
|
-
"
|
3944
|
+
"Scn": {
|
3928
3945
|
"type": "list",
|
3929
3946
|
"member": {
|
3930
3947
|
"type": "integer"
|
3931
3948
|
}
|
3932
3949
|
},
|
3933
|
-
"
|
3950
|
+
"Sej": {
|
3934
3951
|
"type": "structure",
|
3935
3952
|
"members": {
|
3936
3953
|
"AfdSignaling": {
|
@@ -4085,7 +4102,7 @@
|
|
4085
4102
|
"locationName": "adaptiveQuantization"
|
4086
4103
|
},
|
4087
4104
|
"BandwidthReductionFilter": {
|
4088
|
-
"shape": "
|
4105
|
+
"shape": "Sfi",
|
4089
4106
|
"locationName": "bandwidthReductionFilter"
|
4090
4107
|
},
|
4091
4108
|
"Bitrate": {
|
@@ -4255,7 +4272,7 @@
|
|
4255
4272
|
"locationName": "alternateTransferFunctionSei"
|
4256
4273
|
},
|
4257
4274
|
"BandwidthReductionFilter": {
|
4258
|
-
"shape": "
|
4275
|
+
"shape": "Sfi",
|
4259
4276
|
"locationName": "bandwidthReductionFilter"
|
4260
4277
|
},
|
4261
4278
|
"Bitrate": {
|
@@ -5170,7 +5187,7 @@
|
|
5170
5187
|
}
|
5171
5188
|
}
|
5172
5189
|
},
|
5173
|
-
"
|
5190
|
+
"Sfi": {
|
5174
5191
|
"type": "structure",
|
5175
5192
|
"members": {
|
5176
5193
|
"Sharpening": {
|
@@ -5181,7 +5198,7 @@
|
|
5181
5198
|
}
|
5182
5199
|
}
|
5183
5200
|
},
|
5184
|
-
"
|
5201
|
+
"Sl1": {
|
5185
5202
|
"type": "structure",
|
5186
5203
|
"members": {
|
5187
5204
|
"Anchor": {
|
@@ -5198,7 +5215,7 @@
|
|
5198
5215
|
}
|
5199
5216
|
}
|
5200
5217
|
},
|
5201
|
-
"
|
5218
|
+
"Sl4": {
|
5202
5219
|
"type": "structure",
|
5203
5220
|
"members": {
|
5204
5221
|
"Id3Insertions": {
|
@@ -5218,12 +5235,12 @@
|
|
5218
5235
|
}
|
5219
5236
|
}
|
5220
5237
|
},
|
5221
|
-
"
|
5238
|
+
"Sl9": {
|
5222
5239
|
"type": "map",
|
5223
5240
|
"key": {},
|
5224
5241
|
"value": {}
|
5225
5242
|
},
|
5226
|
-
"
|
5243
|
+
"Slb": {
|
5227
5244
|
"type": "structure",
|
5228
5245
|
"members": {
|
5229
5246
|
"AccelerationSettings": {
|
@@ -5243,7 +5260,7 @@
|
|
5243
5260
|
"locationName": "clientRequestToken"
|
5244
5261
|
},
|
5245
5262
|
"CreatedAt": {
|
5246
|
-
"shape": "
|
5263
|
+
"shape": "Sld",
|
5247
5264
|
"locationName": "createdAt"
|
5248
5265
|
},
|
5249
5266
|
"CurrentPhase": {
|
@@ -5275,11 +5292,11 @@
|
|
5275
5292
|
"type": "structure",
|
5276
5293
|
"members": {
|
5277
5294
|
"Info": {
|
5278
|
-
"shape": "
|
5295
|
+
"shape": "Slg",
|
5279
5296
|
"locationName": "info"
|
5280
5297
|
},
|
5281
5298
|
"Warning": {
|
5282
|
-
"shape": "
|
5299
|
+
"shape": "Slg",
|
5283
5300
|
"locationName": "warning"
|
5284
5301
|
}
|
5285
5302
|
}
|
@@ -5340,7 +5357,7 @@
|
|
5340
5357
|
"locationName": "sourceQueue"
|
5341
5358
|
},
|
5342
5359
|
"Timestamp": {
|
5343
|
-
"shape": "
|
5360
|
+
"shape": "Sld",
|
5344
5361
|
"locationName": "timestamp"
|
5345
5362
|
}
|
5346
5363
|
}
|
@@ -5371,21 +5388,21 @@
|
|
5371
5388
|
"type": "structure",
|
5372
5389
|
"members": {
|
5373
5390
|
"FinishTime": {
|
5374
|
-
"shape": "
|
5391
|
+
"shape": "Sld",
|
5375
5392
|
"locationName": "finishTime"
|
5376
5393
|
},
|
5377
5394
|
"StartTime": {
|
5378
|
-
"shape": "
|
5395
|
+
"shape": "Sld",
|
5379
5396
|
"locationName": "startTime"
|
5380
5397
|
},
|
5381
5398
|
"SubmitTime": {
|
5382
|
-
"shape": "
|
5399
|
+
"shape": "Sld",
|
5383
5400
|
"locationName": "submitTime"
|
5384
5401
|
}
|
5385
5402
|
}
|
5386
5403
|
},
|
5387
5404
|
"UserMetadata": {
|
5388
|
-
"shape": "
|
5405
|
+
"shape": "Sl9",
|
5389
5406
|
"locationName": "userMetadata"
|
5390
5407
|
},
|
5391
5408
|
"Warnings": {
|
@@ -5415,15 +5432,15 @@
|
|
5415
5432
|
"Role"
|
5416
5433
|
]
|
5417
5434
|
},
|
5418
|
-
"
|
5435
|
+
"Sld": {
|
5419
5436
|
"type": "timestamp",
|
5420
5437
|
"timestampFormat": "unixTimestamp"
|
5421
5438
|
},
|
5422
|
-
"
|
5439
|
+
"Slg": {
|
5423
5440
|
"type": "list",
|
5424
5441
|
"member": {}
|
5425
5442
|
},
|
5426
|
-
"
|
5443
|
+
"Slt": {
|
5427
5444
|
"type": "structure",
|
5428
5445
|
"members": {
|
5429
5446
|
"AdAvailOffset": {
|
@@ -5555,16 +5572,16 @@
|
|
5555
5572
|
"locationName": "outputGroups"
|
5556
5573
|
},
|
5557
5574
|
"TimecodeConfig": {
|
5558
|
-
"shape": "
|
5575
|
+
"shape": "Sl1",
|
5559
5576
|
"locationName": "timecodeConfig"
|
5560
5577
|
},
|
5561
5578
|
"TimedMetadataInsertion": {
|
5562
|
-
"shape": "
|
5579
|
+
"shape": "Sl4",
|
5563
5580
|
"locationName": "timedMetadataInsertion"
|
5564
5581
|
}
|
5565
5582
|
}
|
5566
5583
|
},
|
5567
|
-
"
|
5584
|
+
"Slx": {
|
5568
5585
|
"type": "structure",
|
5569
5586
|
"members": {
|
5570
5587
|
"AccelerationSettings": {
|
@@ -5578,7 +5595,7 @@
|
|
5578
5595
|
"locationName": "category"
|
5579
5596
|
},
|
5580
5597
|
"CreatedAt": {
|
5581
|
-
"shape": "
|
5598
|
+
"shape": "Sld",
|
5582
5599
|
"locationName": "createdAt"
|
5583
5600
|
},
|
5584
5601
|
"Description": {
|
@@ -5589,7 +5606,7 @@
|
|
5589
5606
|
"locationName": "hopDestinations"
|
5590
5607
|
},
|
5591
5608
|
"LastUpdated": {
|
5592
|
-
"shape": "
|
5609
|
+
"shape": "Sld",
|
5593
5610
|
"locationName": "lastUpdated"
|
5594
5611
|
},
|
5595
5612
|
"Name": {
|
@@ -5603,7 +5620,7 @@
|
|
5603
5620
|
"locationName": "queue"
|
5604
5621
|
},
|
5605
5622
|
"Settings": {
|
5606
|
-
"shape": "
|
5623
|
+
"shape": "Slt",
|
5607
5624
|
"locationName": "settings"
|
5608
5625
|
},
|
5609
5626
|
"StatusUpdateInterval": {
|
@@ -5618,7 +5635,7 @@
|
|
5618
5635
|
"Name"
|
5619
5636
|
]
|
5620
5637
|
},
|
5621
|
-
"
|
5638
|
+
"Sm0": {
|
5622
5639
|
"type": "structure",
|
5623
5640
|
"members": {
|
5624
5641
|
"AudioDescriptions": {
|
@@ -5635,7 +5652,7 @@
|
|
5635
5652
|
"locationName": "customLanguageCode"
|
5636
5653
|
},
|
5637
5654
|
"DestinationSettings": {
|
5638
|
-
"shape": "
|
5655
|
+
"shape": "Sau",
|
5639
5656
|
"locationName": "destinationSettings"
|
5640
5657
|
},
|
5641
5658
|
"LanguageCode": {
|
@@ -5648,16 +5665,16 @@
|
|
5648
5665
|
}
|
5649
5666
|
},
|
5650
5667
|
"ContainerSettings": {
|
5651
|
-
"shape": "
|
5668
|
+
"shape": "Sc4",
|
5652
5669
|
"locationName": "containerSettings"
|
5653
5670
|
},
|
5654
5671
|
"VideoDescription": {
|
5655
|
-
"shape": "
|
5672
|
+
"shape": "Sej",
|
5656
5673
|
"locationName": "videoDescription"
|
5657
5674
|
}
|
5658
5675
|
}
|
5659
5676
|
},
|
5660
|
-
"
|
5677
|
+
"Sm4": {
|
5661
5678
|
"type": "structure",
|
5662
5679
|
"members": {
|
5663
5680
|
"Arn": {
|
@@ -5667,21 +5684,21 @@
|
|
5667
5684
|
"locationName": "category"
|
5668
5685
|
},
|
5669
5686
|
"CreatedAt": {
|
5670
|
-
"shape": "
|
5687
|
+
"shape": "Sld",
|
5671
5688
|
"locationName": "createdAt"
|
5672
5689
|
},
|
5673
5690
|
"Description": {
|
5674
5691
|
"locationName": "description"
|
5675
5692
|
},
|
5676
5693
|
"LastUpdated": {
|
5677
|
-
"shape": "
|
5694
|
+
"shape": "Sld",
|
5678
5695
|
"locationName": "lastUpdated"
|
5679
5696
|
},
|
5680
5697
|
"Name": {
|
5681
5698
|
"locationName": "name"
|
5682
5699
|
},
|
5683
5700
|
"Settings": {
|
5684
|
-
"shape": "
|
5701
|
+
"shape": "Sm0",
|
5685
5702
|
"locationName": "settings"
|
5686
5703
|
},
|
5687
5704
|
"Type": {
|
@@ -5693,7 +5710,7 @@
|
|
5693
5710
|
"Name"
|
5694
5711
|
]
|
5695
5712
|
},
|
5696
|
-
"
|
5713
|
+
"Sm7": {
|
5697
5714
|
"type": "structure",
|
5698
5715
|
"members": {
|
5699
5716
|
"Commitment": {
|
@@ -5713,21 +5730,21 @@
|
|
5713
5730
|
"RenewalType"
|
5714
5731
|
]
|
5715
5732
|
},
|
5716
|
-
"
|
5733
|
+
"Smc": {
|
5717
5734
|
"type": "structure",
|
5718
5735
|
"members": {
|
5719
5736
|
"Arn": {
|
5720
5737
|
"locationName": "arn"
|
5721
5738
|
},
|
5722
5739
|
"CreatedAt": {
|
5723
|
-
"shape": "
|
5740
|
+
"shape": "Sld",
|
5724
5741
|
"locationName": "createdAt"
|
5725
5742
|
},
|
5726
5743
|
"Description": {
|
5727
5744
|
"locationName": "description"
|
5728
5745
|
},
|
5729
5746
|
"LastUpdated": {
|
5730
|
-
"shape": "
|
5747
|
+
"shape": "Sld",
|
5731
5748
|
"locationName": "lastUpdated"
|
5732
5749
|
},
|
5733
5750
|
"Name": {
|
@@ -5748,11 +5765,11 @@
|
|
5748
5765
|
"locationName": "commitment"
|
5749
5766
|
},
|
5750
5767
|
"ExpiresAt": {
|
5751
|
-
"shape": "
|
5768
|
+
"shape": "Sld",
|
5752
5769
|
"locationName": "expiresAt"
|
5753
5770
|
},
|
5754
5771
|
"PurchasedAt": {
|
5755
|
-
"shape": "
|
5772
|
+
"shape": "Sld",
|
5756
5773
|
"locationName": "purchasedAt"
|
5757
5774
|
},
|
5758
5775
|
"RenewalType": {
|
@@ -5782,7 +5799,7 @@
|
|
5782
5799
|
"Name"
|
5783
5800
|
]
|
5784
5801
|
},
|
5785
|
-
"
|
5802
|
+
"Sn0": {
|
5786
5803
|
"type": "structure",
|
5787
5804
|
"members": {
|
5788
5805
|
"HttpInputs": {
|