cdk-lambda-subminute 2.0.256 → 2.0.257
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/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -97
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +53 -30
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +219 -169
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +0 -1
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +801 -151
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +15 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +58 -21
- package/node_modules/aws-sdk/clients/location.d.ts +29 -2
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +62 -9
- package/node_modules/aws-sdk/clients/oam.d.ts +3 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +586 -16
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +7 -4
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +175 -130
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/has/package.json +1 -4
- package/node_modules/has/src/index.js +5 -2
- package/node_modules/has/test/index.js +6 -0
- package/package.json +3 -3
@@ -103,11 +103,11 @@
|
|
103
103
|
"locationName": "statusUpdateInterval"
|
104
104
|
},
|
105
105
|
"Tags": {
|
106
|
-
"shape": "
|
106
|
+
"shape": "Skv",
|
107
107
|
"locationName": "tags"
|
108
108
|
},
|
109
109
|
"UserMetadata": {
|
110
|
-
"shape": "
|
110
|
+
"shape": "Skv",
|
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": "Skx",
|
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": "Slf",
|
163
163
|
"locationName": "settings"
|
164
164
|
},
|
165
165
|
"StatusUpdateInterval": {
|
166
166
|
"locationName": "statusUpdateInterval"
|
167
167
|
},
|
168
168
|
"Tags": {
|
169
|
-
"shape": "
|
169
|
+
"shape": "Skv",
|
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": "Slj",
|
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": "Slm",
|
207
207
|
"locationName": "settings"
|
208
208
|
},
|
209
209
|
"Tags": {
|
210
|
-
"shape": "
|
210
|
+
"shape": "Skv",
|
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": "Slq",
|
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": "Slt",
|
248
248
|
"locationName": "reservationPlanSettings"
|
249
249
|
},
|
250
250
|
"Status": {
|
251
251
|
"locationName": "status"
|
252
252
|
},
|
253
253
|
"Tags": {
|
254
|
-
"shape": "
|
254
|
+
"shape": "Skv",
|
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": "Sly",
|
267
267
|
"locationName": "queue"
|
268
268
|
}
|
269
269
|
}
|
@@ -439,7 +439,7 @@
|
|
439
439
|
"type": "structure",
|
440
440
|
"members": {
|
441
441
|
"Job": {
|
442
|
-
"shape": "
|
442
|
+
"shape": "Skx",
|
443
443
|
"locationName": "job"
|
444
444
|
}
|
445
445
|
}
|
@@ -467,7 +467,7 @@
|
|
467
467
|
"type": "structure",
|
468
468
|
"members": {
|
469
469
|
"JobTemplate": {
|
470
|
-
"shape": "
|
470
|
+
"shape": "Slj",
|
471
471
|
"locationName": "jobTemplate"
|
472
472
|
}
|
473
473
|
}
|
@@ -487,7 +487,7 @@
|
|
487
487
|
"type": "structure",
|
488
488
|
"members": {
|
489
489
|
"Policy": {
|
490
|
-
"shape": "
|
490
|
+
"shape": "Smm",
|
491
491
|
"locationName": "policy"
|
492
492
|
}
|
493
493
|
}
|
@@ -515,7 +515,7 @@
|
|
515
515
|
"type": "structure",
|
516
516
|
"members": {
|
517
517
|
"Preset": {
|
518
|
-
"shape": "
|
518
|
+
"shape": "Slq",
|
519
519
|
"locationName": "preset"
|
520
520
|
}
|
521
521
|
}
|
@@ -543,7 +543,7 @@
|
|
543
543
|
"type": "structure",
|
544
544
|
"members": {
|
545
545
|
"Queue": {
|
546
|
-
"shape": "
|
546
|
+
"shape": "Sly",
|
547
547
|
"locationName": "queue"
|
548
548
|
}
|
549
549
|
}
|
@@ -588,7 +588,7 @@
|
|
588
588
|
"locationName": "jobTemplates",
|
589
589
|
"type": "list",
|
590
590
|
"member": {
|
591
|
-
"shape": "
|
591
|
+
"shape": "Slj"
|
592
592
|
}
|
593
593
|
},
|
594
594
|
"NextToken": {
|
@@ -636,7 +636,7 @@
|
|
636
636
|
"locationName": "jobs",
|
637
637
|
"type": "list",
|
638
638
|
"member": {
|
639
|
-
"shape": "
|
639
|
+
"shape": "Skx"
|
640
640
|
}
|
641
641
|
},
|
642
642
|
"NextToken": {
|
@@ -687,7 +687,7 @@
|
|
687
687
|
"locationName": "presets",
|
688
688
|
"type": "list",
|
689
689
|
"member": {
|
690
|
-
"shape": "
|
690
|
+
"shape": "Slq"
|
691
691
|
}
|
692
692
|
}
|
693
693
|
}
|
@@ -731,7 +731,7 @@
|
|
731
731
|
"locationName": "queues",
|
732
732
|
"type": "list",
|
733
733
|
"member": {
|
734
|
-
"shape": "
|
734
|
+
"shape": "Sly"
|
735
735
|
}
|
736
736
|
}
|
737
737
|
}
|
@@ -766,7 +766,7 @@
|
|
766
766
|
"locationName": "arn"
|
767
767
|
},
|
768
768
|
"Tags": {
|
769
|
-
"shape": "
|
769
|
+
"shape": "Skv",
|
770
770
|
"locationName": "tags"
|
771
771
|
}
|
772
772
|
}
|
@@ -784,7 +784,7 @@
|
|
784
784
|
"type": "structure",
|
785
785
|
"members": {
|
786
786
|
"Policy": {
|
787
|
-
"shape": "
|
787
|
+
"shape": "Smm",
|
788
788
|
"locationName": "policy"
|
789
789
|
}
|
790
790
|
},
|
@@ -796,7 +796,7 @@
|
|
796
796
|
"type": "structure",
|
797
797
|
"members": {
|
798
798
|
"Policy": {
|
799
|
-
"shape": "
|
799
|
+
"shape": "Smm",
|
800
800
|
"locationName": "policy"
|
801
801
|
}
|
802
802
|
}
|
@@ -814,7 +814,7 @@
|
|
814
814
|
"locationName": "arn"
|
815
815
|
},
|
816
816
|
"Tags": {
|
817
|
-
"shape": "
|
817
|
+
"shape": "Skv",
|
818
818
|
"locationName": "tags"
|
819
819
|
}
|
820
820
|
},
|
@@ -842,7 +842,7 @@
|
|
842
842
|
"location": "uri"
|
843
843
|
},
|
844
844
|
"TagKeys": {
|
845
|
-
"shape": "
|
845
|
+
"shape": "Sl2",
|
846
846
|
"locationName": "tagKeys"
|
847
847
|
}
|
848
848
|
},
|
@@ -890,7 +890,7 @@
|
|
890
890
|
"locationName": "queue"
|
891
891
|
},
|
892
892
|
"Settings": {
|
893
|
-
"shape": "
|
893
|
+
"shape": "Slf",
|
894
894
|
"locationName": "settings"
|
895
895
|
},
|
896
896
|
"StatusUpdateInterval": {
|
@@ -905,7 +905,7 @@
|
|
905
905
|
"type": "structure",
|
906
906
|
"members": {
|
907
907
|
"JobTemplate": {
|
908
|
-
"shape": "
|
908
|
+
"shape": "Slj",
|
909
909
|
"locationName": "jobTemplate"
|
910
910
|
}
|
911
911
|
}
|
@@ -931,7 +931,7 @@
|
|
931
931
|
"location": "uri"
|
932
932
|
},
|
933
933
|
"Settings": {
|
934
|
-
"shape": "
|
934
|
+
"shape": "Slm",
|
935
935
|
"locationName": "settings"
|
936
936
|
}
|
937
937
|
},
|
@@ -943,7 +943,7 @@
|
|
943
943
|
"type": "structure",
|
944
944
|
"members": {
|
945
945
|
"Preset": {
|
946
|
-
"shape": "
|
946
|
+
"shape": "Slq",
|
947
947
|
"locationName": "preset"
|
948
948
|
}
|
949
949
|
}
|
@@ -966,7 +966,7 @@
|
|
966
966
|
"location": "uri"
|
967
967
|
},
|
968
968
|
"ReservationPlanSettings": {
|
969
|
-
"shape": "
|
969
|
+
"shape": "Slt",
|
970
970
|
"locationName": "reservationPlanSettings"
|
971
971
|
},
|
972
972
|
"Status": {
|
@@ -981,7 +981,7 @@
|
|
981
981
|
"type": "structure",
|
982
982
|
"members": {
|
983
983
|
"Queue": {
|
984
|
-
"shape": "
|
984
|
+
"shape": "Sly",
|
985
985
|
"locationName": "queue"
|
986
986
|
}
|
987
987
|
}
|
@@ -1038,10 +1038,6 @@
|
|
1038
1038
|
"shape": "So",
|
1039
1039
|
"locationName": "extendedDataServices"
|
1040
1040
|
},
|
1041
|
-
"FollowInputIndex": {
|
1042
|
-
"locationName": "followInputIndex",
|
1043
|
-
"type": "integer"
|
1044
|
-
},
|
1045
1041
|
"Inputs": {
|
1046
1042
|
"locationName": "inputs",
|
1047
1043
|
"type": "list",
|
@@ -1052,23 +1048,23 @@
|
|
1052
1048
|
"locationName": "advancedInputFilter"
|
1053
1049
|
},
|
1054
1050
|
"AdvancedInputFilterSettings": {
|
1055
|
-
"shape": "
|
1051
|
+
"shape": "Su",
|
1056
1052
|
"locationName": "advancedInputFilterSettings"
|
1057
1053
|
},
|
1058
1054
|
"AudioSelectorGroups": {
|
1059
|
-
"shape": "
|
1055
|
+
"shape": "Sx",
|
1060
1056
|
"locationName": "audioSelectorGroups"
|
1061
1057
|
},
|
1062
1058
|
"AudioSelectors": {
|
1063
|
-
"shape": "
|
1059
|
+
"shape": "S11",
|
1064
1060
|
"locationName": "audioSelectors"
|
1065
1061
|
},
|
1066
1062
|
"CaptionSelectors": {
|
1067
|
-
"shape": "
|
1063
|
+
"shape": "S1n",
|
1068
1064
|
"locationName": "captionSelectors"
|
1069
1065
|
},
|
1070
1066
|
"Crop": {
|
1071
|
-
"shape": "
|
1067
|
+
"shape": "S2c",
|
1072
1068
|
"locationName": "crop"
|
1073
1069
|
},
|
1074
1070
|
"DeblockFilter": {
|
@@ -1109,18 +1105,18 @@
|
|
1109
1105
|
"type": "integer"
|
1110
1106
|
},
|
1111
1107
|
"ImageInserter": {
|
1112
|
-
"shape": "
|
1108
|
+
"shape": "S2p",
|
1113
1109
|
"locationName": "imageInserter"
|
1114
1110
|
},
|
1115
1111
|
"InputClippings": {
|
1116
|
-
"shape": "
|
1112
|
+
"shape": "S2x",
|
1117
1113
|
"locationName": "inputClippings"
|
1118
1114
|
},
|
1119
1115
|
"InputScanType": {
|
1120
1116
|
"locationName": "inputScanType"
|
1121
1117
|
},
|
1122
1118
|
"Position": {
|
1123
|
-
"shape": "
|
1119
|
+
"shape": "S2c",
|
1124
1120
|
"locationName": "position"
|
1125
1121
|
},
|
1126
1122
|
"ProgramNumber": {
|
@@ -1151,39 +1147,43 @@
|
|
1151
1147
|
}
|
1152
1148
|
}
|
1153
1149
|
},
|
1150
|
+
"VideoOverlays": {
|
1151
|
+
"shape": "S38",
|
1152
|
+
"locationName": "videoOverlays"
|
1153
|
+
},
|
1154
1154
|
"VideoSelector": {
|
1155
|
-
"shape": "
|
1155
|
+
"shape": "S3d",
|
1156
1156
|
"locationName": "videoSelector"
|
1157
1157
|
}
|
1158
1158
|
}
|
1159
1159
|
}
|
1160
1160
|
},
|
1161
1161
|
"KantarWatermark": {
|
1162
|
-
"shape": "
|
1162
|
+
"shape": "S3o",
|
1163
1163
|
"locationName": "kantarWatermark"
|
1164
1164
|
},
|
1165
1165
|
"MotionImageInserter": {
|
1166
|
-
"shape": "
|
1166
|
+
"shape": "S3w",
|
1167
1167
|
"locationName": "motionImageInserter"
|
1168
1168
|
},
|
1169
1169
|
"NielsenConfiguration": {
|
1170
|
-
"shape": "
|
1170
|
+
"shape": "S44",
|
1171
1171
|
"locationName": "nielsenConfiguration"
|
1172
1172
|
},
|
1173
1173
|
"NielsenNonLinearWatermark": {
|
1174
|
-
"shape": "
|
1174
|
+
"shape": "S46",
|
1175
1175
|
"locationName": "nielsenNonLinearWatermark"
|
1176
1176
|
},
|
1177
1177
|
"OutputGroups": {
|
1178
|
-
"shape": "
|
1178
|
+
"shape": "S4d",
|
1179
1179
|
"locationName": "outputGroups"
|
1180
1180
|
},
|
1181
1181
|
"TimecodeConfig": {
|
1182
|
-
"shape": "
|
1182
|
+
"shape": "Skn",
|
1183
1183
|
"locationName": "timecodeConfig"
|
1184
1184
|
},
|
1185
1185
|
"TimedMetadataInsertion": {
|
1186
|
-
"shape": "
|
1186
|
+
"shape": "Skq",
|
1187
1187
|
"locationName": "timedMetadataInsertion"
|
1188
1188
|
}
|
1189
1189
|
}
|
@@ -1234,7 +1234,7 @@
|
|
1234
1234
|
}
|
1235
1235
|
}
|
1236
1236
|
},
|
1237
|
-
"
|
1237
|
+
"Su": {
|
1238
1238
|
"type": "structure",
|
1239
1239
|
"members": {
|
1240
1240
|
"AddTexture": {
|
@@ -1245,24 +1245,24 @@
|
|
1245
1245
|
}
|
1246
1246
|
}
|
1247
1247
|
},
|
1248
|
-
"
|
1248
|
+
"Sx": {
|
1249
1249
|
"type": "map",
|
1250
1250
|
"key": {},
|
1251
1251
|
"value": {
|
1252
1252
|
"type": "structure",
|
1253
1253
|
"members": {
|
1254
1254
|
"AudioSelectorNames": {
|
1255
|
-
"shape": "
|
1255
|
+
"shape": "Sz",
|
1256
1256
|
"locationName": "audioSelectorNames"
|
1257
1257
|
}
|
1258
1258
|
}
|
1259
1259
|
}
|
1260
1260
|
},
|
1261
|
-
"
|
1261
|
+
"Sz": {
|
1262
1262
|
"type": "list",
|
1263
1263
|
"member": {}
|
1264
1264
|
},
|
1265
|
-
"
|
1265
|
+
"S11": {
|
1266
1266
|
"type": "map",
|
1267
1267
|
"key": {},
|
1268
1268
|
"value": {
|
@@ -1303,7 +1303,7 @@
|
|
1303
1303
|
"type": "integer"
|
1304
1304
|
},
|
1305
1305
|
"Pids": {
|
1306
|
-
"shape": "
|
1306
|
+
"shape": "S1a",
|
1307
1307
|
"locationName": "pids"
|
1308
1308
|
},
|
1309
1309
|
"ProgramSelection": {
|
@@ -1311,26 +1311,26 @@
|
|
1311
1311
|
"type": "integer"
|
1312
1312
|
},
|
1313
1313
|
"RemixSettings": {
|
1314
|
-
"shape": "
|
1314
|
+
"shape": "S1d",
|
1315
1315
|
"locationName": "remixSettings"
|
1316
1316
|
},
|
1317
1317
|
"SelectorType": {
|
1318
1318
|
"locationName": "selectorType"
|
1319
1319
|
},
|
1320
1320
|
"Tracks": {
|
1321
|
-
"shape": "
|
1321
|
+
"shape": "S1a",
|
1322
1322
|
"locationName": "tracks"
|
1323
1323
|
}
|
1324
1324
|
}
|
1325
1325
|
}
|
1326
1326
|
},
|
1327
|
-
"
|
1327
|
+
"S1a": {
|
1328
1328
|
"type": "list",
|
1329
1329
|
"member": {
|
1330
1330
|
"type": "integer"
|
1331
1331
|
}
|
1332
1332
|
},
|
1333
|
-
"
|
1333
|
+
"S1d": {
|
1334
1334
|
"type": "structure",
|
1335
1335
|
"members": {
|
1336
1336
|
"ChannelMapping": {
|
@@ -1372,7 +1372,7 @@
|
|
1372
1372
|
}
|
1373
1373
|
}
|
1374
1374
|
},
|
1375
|
-
"
|
1375
|
+
"S1n": {
|
1376
1376
|
"type": "map",
|
1377
1377
|
"key": {},
|
1378
1378
|
"value": {
|
@@ -1512,7 +1512,7 @@
|
|
1512
1512
|
}
|
1513
1513
|
}
|
1514
1514
|
},
|
1515
|
-
"
|
1515
|
+
"S2c": {
|
1516
1516
|
"type": "structure",
|
1517
1517
|
"members": {
|
1518
1518
|
"Height": {
|
@@ -1533,7 +1533,7 @@
|
|
1533
1533
|
}
|
1534
1534
|
}
|
1535
1535
|
},
|
1536
|
-
"
|
1536
|
+
"S2p": {
|
1537
1537
|
"type": "structure",
|
1538
1538
|
"members": {
|
1539
1539
|
"InsertableImages": {
|
@@ -1593,7 +1593,7 @@
|
|
1593
1593
|
}
|
1594
1594
|
}
|
1595
1595
|
},
|
1596
|
-
"
|
1596
|
+
"S2x": {
|
1597
1597
|
"type": "list",
|
1598
1598
|
"member": {
|
1599
1599
|
"type": "structure",
|
@@ -1607,7 +1607,51 @@
|
|
1607
1607
|
}
|
1608
1608
|
}
|
1609
1609
|
},
|
1610
|
-
"
|
1610
|
+
"S38": {
|
1611
|
+
"type": "list",
|
1612
|
+
"member": {
|
1613
|
+
"type": "structure",
|
1614
|
+
"members": {
|
1615
|
+
"EndTimecode": {
|
1616
|
+
"locationName": "endTimecode"
|
1617
|
+
},
|
1618
|
+
"Input": {
|
1619
|
+
"locationName": "input",
|
1620
|
+
"type": "structure",
|
1621
|
+
"members": {
|
1622
|
+
"FileInput": {
|
1623
|
+
"locationName": "fileInput"
|
1624
|
+
},
|
1625
|
+
"InputClippings": {
|
1626
|
+
"locationName": "inputClippings",
|
1627
|
+
"type": "list",
|
1628
|
+
"member": {
|
1629
|
+
"type": "structure",
|
1630
|
+
"members": {
|
1631
|
+
"EndTimecode": {
|
1632
|
+
"locationName": "endTimecode"
|
1633
|
+
},
|
1634
|
+
"StartTimecode": {
|
1635
|
+
"locationName": "startTimecode"
|
1636
|
+
}
|
1637
|
+
}
|
1638
|
+
}
|
1639
|
+
},
|
1640
|
+
"TimecodeSource": {
|
1641
|
+
"locationName": "timecodeSource"
|
1642
|
+
},
|
1643
|
+
"TimecodeStart": {
|
1644
|
+
"locationName": "timecodeStart"
|
1645
|
+
}
|
1646
|
+
}
|
1647
|
+
},
|
1648
|
+
"StartTimecode": {
|
1649
|
+
"locationName": "startTimecode"
|
1650
|
+
}
|
1651
|
+
}
|
1652
|
+
}
|
1653
|
+
},
|
1654
|
+
"S3d": {
|
1611
1655
|
"type": "structure",
|
1612
1656
|
"members": {
|
1613
1657
|
"AlphaBehavior": {
|
@@ -1623,7 +1667,7 @@
|
|
1623
1667
|
"locationName": "embeddedTimecodeOverride"
|
1624
1668
|
},
|
1625
1669
|
"Hdr10Metadata": {
|
1626
|
-
"shape": "
|
1670
|
+
"shape": "S3i",
|
1627
1671
|
"locationName": "hdr10Metadata"
|
1628
1672
|
},
|
1629
1673
|
"PadVideo": {
|
@@ -1645,7 +1689,7 @@
|
|
1645
1689
|
}
|
1646
1690
|
}
|
1647
1691
|
},
|
1648
|
-
"
|
1692
|
+
"S3i": {
|
1649
1693
|
"type": "structure",
|
1650
1694
|
"members": {
|
1651
1695
|
"BluePrimaryX": {
|
@@ -1698,7 +1742,7 @@
|
|
1698
1742
|
}
|
1699
1743
|
}
|
1700
1744
|
},
|
1701
|
-
"
|
1745
|
+
"S3o": {
|
1702
1746
|
"type": "structure",
|
1703
1747
|
"members": {
|
1704
1748
|
"ChannelName": {
|
@@ -1744,7 +1788,7 @@
|
|
1744
1788
|
}
|
1745
1789
|
}
|
1746
1790
|
},
|
1747
|
-
"
|
1791
|
+
"S3w": {
|
1748
1792
|
"type": "structure",
|
1749
1793
|
"members": {
|
1750
1794
|
"Framerate": {
|
@@ -1789,7 +1833,7 @@
|
|
1789
1833
|
}
|
1790
1834
|
}
|
1791
1835
|
},
|
1792
|
-
"
|
1836
|
+
"S44": {
|
1793
1837
|
"type": "structure",
|
1794
1838
|
"members": {
|
1795
1839
|
"BreakoutCode": {
|
@@ -1801,7 +1845,7 @@
|
|
1801
1845
|
}
|
1802
1846
|
}
|
1803
1847
|
},
|
1804
|
-
"
|
1848
|
+
"S46": {
|
1805
1849
|
"type": "structure",
|
1806
1850
|
"members": {
|
1807
1851
|
"ActiveWatermarkProcess": {
|
@@ -1840,7 +1884,7 @@
|
|
1840
1884
|
}
|
1841
1885
|
}
|
1842
1886
|
},
|
1843
|
-
"
|
1887
|
+
"S4d": {
|
1844
1888
|
"type": "list",
|
1845
1889
|
"member": {
|
1846
1890
|
"type": "structure",
|
@@ -1970,7 +2014,7 @@
|
|
1970
2014
|
"locationName": "manifestNameModifier"
|
1971
2015
|
},
|
1972
2016
|
"SelectedOutputs": {
|
1973
|
-
"shape": "
|
2017
|
+
"shape": "Sz",
|
1974
2018
|
"locationName": "selectedOutputs"
|
1975
2019
|
}
|
1976
2020
|
}
|
@@ -1992,7 +2036,7 @@
|
|
1992
2036
|
"locationName": "destination"
|
1993
2037
|
},
|
1994
2038
|
"DestinationSettings": {
|
1995
|
-
"shape": "
|
2039
|
+
"shape": "S51",
|
1996
2040
|
"locationName": "destinationSettings"
|
1997
2041
|
},
|
1998
2042
|
"Encryption": {
|
@@ -2016,11 +2060,11 @@
|
|
2016
2060
|
"locationName": "certificateArn"
|
2017
2061
|
},
|
2018
2062
|
"DashSignaledSystemIds": {
|
2019
|
-
"shape": "
|
2063
|
+
"shape": "S5g",
|
2020
2064
|
"locationName": "dashSignaledSystemIds"
|
2021
2065
|
},
|
2022
2066
|
"HlsSignaledSystemIds": {
|
2023
|
-
"shape": "
|
2067
|
+
"shape": "S5g",
|
2024
2068
|
"locationName": "hlsSignaledSystemIds"
|
2025
2069
|
},
|
2026
2070
|
"ResourceId": {
|
@@ -2032,7 +2076,7 @@
|
|
2032
2076
|
}
|
2033
2077
|
},
|
2034
2078
|
"StaticKeyProvider": {
|
2035
|
-
"shape": "
|
2079
|
+
"shape": "S5k",
|
2036
2080
|
"locationName": "staticKeyProvider"
|
2037
2081
|
},
|
2038
2082
|
"Type": {
|
@@ -2143,7 +2187,7 @@
|
|
2143
2187
|
"locationName": "manifestNameModifier"
|
2144
2188
|
},
|
2145
2189
|
"SelectedOutputs": {
|
2146
|
-
"shape": "
|
2190
|
+
"shape": "Sz",
|
2147
2191
|
"locationName": "selectedOutputs"
|
2148
2192
|
}
|
2149
2193
|
}
|
@@ -2162,7 +2206,7 @@
|
|
2162
2206
|
"locationName": "destination"
|
2163
2207
|
},
|
2164
2208
|
"DestinationSettings": {
|
2165
|
-
"shape": "
|
2209
|
+
"shape": "S51",
|
2166
2210
|
"locationName": "destinationSettings"
|
2167
2211
|
},
|
2168
2212
|
"Encryption": {
|
@@ -2173,7 +2217,7 @@
|
|
2173
2217
|
"locationName": "playbackDeviceCompatibility"
|
2174
2218
|
},
|
2175
2219
|
"SpekeKeyProvider": {
|
2176
|
-
"shape": "
|
2220
|
+
"shape": "S6g",
|
2177
2221
|
"locationName": "spekeKeyProvider"
|
2178
2222
|
}
|
2179
2223
|
}
|
@@ -2260,7 +2304,7 @@
|
|
2260
2304
|
"locationName": "destination"
|
2261
2305
|
},
|
2262
2306
|
"DestinationSettings": {
|
2263
|
-
"shape": "
|
2307
|
+
"shape": "S51",
|
2264
2308
|
"locationName": "destinationSettings"
|
2265
2309
|
}
|
2266
2310
|
}
|
@@ -2284,7 +2328,7 @@
|
|
2284
2328
|
"locationName": "manifestNameModifier"
|
2285
2329
|
},
|
2286
2330
|
"SelectedOutputs": {
|
2287
|
-
"shape": "
|
2331
|
+
"shape": "Sz",
|
2288
2332
|
"locationName": "selectedOutputs"
|
2289
2333
|
}
|
2290
2334
|
}
|
@@ -2334,7 +2378,7 @@
|
|
2334
2378
|
"locationName": "destination"
|
2335
2379
|
},
|
2336
2380
|
"DestinationSettings": {
|
2337
|
-
"shape": "
|
2381
|
+
"shape": "S51",
|
2338
2382
|
"locationName": "destinationSettings"
|
2339
2383
|
},
|
2340
2384
|
"DirectoryStructure": {
|
@@ -2357,11 +2401,11 @@
|
|
2357
2401
|
"locationName": "offlineEncrypted"
|
2358
2402
|
},
|
2359
2403
|
"SpekeKeyProvider": {
|
2360
|
-
"shape": "
|
2404
|
+
"shape": "S6g",
|
2361
2405
|
"locationName": "spekeKeyProvider"
|
2362
2406
|
},
|
2363
2407
|
"StaticKeyProvider": {
|
2364
|
-
"shape": "
|
2408
|
+
"shape": "S5k",
|
2365
2409
|
"locationName": "staticKeyProvider"
|
2366
2410
|
},
|
2367
2411
|
"Type": {
|
@@ -2475,7 +2519,7 @@
|
|
2475
2519
|
"locationName": "manifestNameModifier"
|
2476
2520
|
},
|
2477
2521
|
"SelectedOutputs": {
|
2478
|
-
"shape": "
|
2522
|
+
"shape": "Sz",
|
2479
2523
|
"locationName": "selectedOutputs"
|
2480
2524
|
}
|
2481
2525
|
}
|
@@ -2488,7 +2532,7 @@
|
|
2488
2532
|
"locationName": "destination"
|
2489
2533
|
},
|
2490
2534
|
"DestinationSettings": {
|
2491
|
-
"shape": "
|
2535
|
+
"shape": "S51",
|
2492
2536
|
"locationName": "destinationSettings"
|
2493
2537
|
},
|
2494
2538
|
"Encryption": {
|
@@ -2496,7 +2540,7 @@
|
|
2496
2540
|
"type": "structure",
|
2497
2541
|
"members": {
|
2498
2542
|
"SpekeKeyProvider": {
|
2499
|
-
"shape": "
|
2543
|
+
"shape": "S6g",
|
2500
2544
|
"locationName": "spekeKeyProvider"
|
2501
2545
|
}
|
2502
2546
|
}
|
@@ -2525,7 +2569,7 @@
|
|
2525
2569
|
"type": "structure",
|
2526
2570
|
"members": {
|
2527
2571
|
"AudioDescriptions": {
|
2528
|
-
"shape": "
|
2572
|
+
"shape": "S82",
|
2529
2573
|
"locationName": "audioDescriptions"
|
2530
2574
|
},
|
2531
2575
|
"CaptionDescriptions": {
|
@@ -2541,7 +2585,7 @@
|
|
2541
2585
|
"locationName": "customLanguageCode"
|
2542
2586
|
},
|
2543
2587
|
"DestinationSettings": {
|
2544
|
-
"shape": "
|
2588
|
+
"shape": "Sao",
|
2545
2589
|
"locationName": "destinationSettings"
|
2546
2590
|
},
|
2547
2591
|
"LanguageCode": {
|
@@ -2554,7 +2598,7 @@
|
|
2554
2598
|
}
|
2555
2599
|
},
|
2556
2600
|
"ContainerSettings": {
|
2557
|
-
"shape": "
|
2601
|
+
"shape": "Sby",
|
2558
2602
|
"locationName": "containerSettings"
|
2559
2603
|
},
|
2560
2604
|
"Extension": {
|
@@ -2600,7 +2644,7 @@
|
|
2600
2644
|
"locationName": "preset"
|
2601
2645
|
},
|
2602
2646
|
"VideoDescription": {
|
2603
|
-
"shape": "
|
2647
|
+
"shape": "Sed",
|
2604
2648
|
"locationName": "videoDescription"
|
2605
2649
|
}
|
2606
2650
|
}
|
@@ -2609,7 +2653,7 @@
|
|
2609
2653
|
}
|
2610
2654
|
}
|
2611
2655
|
},
|
2612
|
-
"
|
2656
|
+
"S51": {
|
2613
2657
|
"type": "structure",
|
2614
2658
|
"members": {
|
2615
2659
|
"S3Settings": {
|
@@ -2647,11 +2691,11 @@
|
|
2647
2691
|
}
|
2648
2692
|
}
|
2649
2693
|
},
|
2650
|
-
"
|
2694
|
+
"S5g": {
|
2651
2695
|
"type": "list",
|
2652
2696
|
"member": {}
|
2653
2697
|
},
|
2654
|
-
"
|
2698
|
+
"S5k": {
|
2655
2699
|
"type": "structure",
|
2656
2700
|
"members": {
|
2657
2701
|
"KeyFormat": {
|
@@ -2668,7 +2712,7 @@
|
|
2668
2712
|
}
|
2669
2713
|
}
|
2670
2714
|
},
|
2671
|
-
"
|
2715
|
+
"S6g": {
|
2672
2716
|
"type": "structure",
|
2673
2717
|
"members": {
|
2674
2718
|
"CertificateArn": {
|
@@ -2687,7 +2731,7 @@
|
|
2687
2731
|
}
|
2688
2732
|
}
|
2689
2733
|
},
|
2690
|
-
"
|
2734
|
+
"S82": {
|
2691
2735
|
"type": "list",
|
2692
2736
|
"member": {
|
2693
2737
|
"type": "structure",
|
@@ -3110,7 +3154,7 @@
|
|
3110
3154
|
"locationName": "languageCodeControl"
|
3111
3155
|
},
|
3112
3156
|
"RemixSettings": {
|
3113
|
-
"shape": "
|
3157
|
+
"shape": "S1d",
|
3114
3158
|
"locationName": "remixSettings"
|
3115
3159
|
},
|
3116
3160
|
"StreamName": {
|
@@ -3119,7 +3163,7 @@
|
|
3119
3163
|
}
|
3120
3164
|
}
|
3121
3165
|
},
|
3122
|
-
"
|
3166
|
+
"Sao": {
|
3123
3167
|
"type": "structure",
|
3124
3168
|
"members": {
|
3125
3169
|
"BurninDestinationSettings": {
|
@@ -3386,7 +3430,7 @@
|
|
3386
3430
|
}
|
3387
3431
|
}
|
3388
3432
|
},
|
3389
|
-
"
|
3433
|
+
"Sby": {
|
3390
3434
|
"type": "structure",
|
3391
3435
|
"members": {
|
3392
3436
|
"CmfcSettings": {
|
@@ -3464,7 +3508,7 @@
|
|
3464
3508
|
"type": "integer"
|
3465
3509
|
},
|
3466
3510
|
"AudioPids": {
|
3467
|
-
"shape": "
|
3511
|
+
"shape": "Sch",
|
3468
3512
|
"locationName": "audioPids"
|
3469
3513
|
},
|
3470
3514
|
"Bitrate": {
|
@@ -3514,7 +3558,7 @@
|
|
3514
3558
|
}
|
3515
3559
|
},
|
3516
3560
|
"DvbSubPids": {
|
3517
|
-
"shape": "
|
3561
|
+
"shape": "Sch",
|
3518
3562
|
"locationName": "dvbSubPids"
|
3519
3563
|
},
|
3520
3564
|
"DvbTdtSettings": {
|
@@ -3655,7 +3699,7 @@
|
|
3655
3699
|
"type": "integer"
|
3656
3700
|
},
|
3657
3701
|
"AudioPids": {
|
3658
|
-
"shape": "
|
3702
|
+
"shape": "Sch",
|
3659
3703
|
"locationName": "audioPids"
|
3660
3704
|
},
|
3661
3705
|
"DataPTSControl": {
|
@@ -3838,13 +3882,13 @@
|
|
3838
3882
|
}
|
3839
3883
|
}
|
3840
3884
|
},
|
3841
|
-
"
|
3885
|
+
"Sch": {
|
3842
3886
|
"type": "list",
|
3843
3887
|
"member": {
|
3844
3888
|
"type": "integer"
|
3845
3889
|
}
|
3846
3890
|
},
|
3847
|
-
"
|
3891
|
+
"Sed": {
|
3848
3892
|
"type": "structure",
|
3849
3893
|
"members": {
|
3850
3894
|
"AfdSignaling": {
|
@@ -3999,7 +4043,7 @@
|
|
3999
4043
|
"locationName": "adaptiveQuantization"
|
4000
4044
|
},
|
4001
4045
|
"BandwidthReductionFilter": {
|
4002
|
-
"shape": "
|
4046
|
+
"shape": "Sfc",
|
4003
4047
|
"locationName": "bandwidthReductionFilter"
|
4004
4048
|
},
|
4005
4049
|
"Bitrate": {
|
@@ -4015,6 +4059,9 @@
|
|
4015
4059
|
"DynamicSubGop": {
|
4016
4060
|
"locationName": "dynamicSubGop"
|
4017
4061
|
},
|
4062
|
+
"EndOfStreamMarkers": {
|
4063
|
+
"locationName": "endOfStreamMarkers"
|
4064
|
+
},
|
4018
4065
|
"EntropyEncoding": {
|
4019
4066
|
"locationName": "entropyEncoding"
|
4020
4067
|
},
|
@@ -4166,7 +4213,7 @@
|
|
4166
4213
|
"locationName": "alternateTransferFunctionSei"
|
4167
4214
|
},
|
4168
4215
|
"BandwidthReductionFilter": {
|
4169
|
-
"shape": "
|
4216
|
+
"shape": "Sfc",
|
4170
4217
|
"locationName": "bandwidthReductionFilter"
|
4171
4218
|
},
|
4172
4219
|
"Bitrate": {
|
@@ -4182,6 +4229,9 @@
|
|
4182
4229
|
"DynamicSubGop": {
|
4183
4230
|
"locationName": "dynamicSubGop"
|
4184
4231
|
},
|
4232
|
+
"EndOfStreamMarkers": {
|
4233
|
+
"locationName": "endOfStreamMarkers"
|
4234
|
+
},
|
4185
4235
|
"FlickerAdaptiveQuantization": {
|
4186
4236
|
"locationName": "flickerAdaptiveQuantization"
|
4187
4237
|
},
|
@@ -4771,7 +4821,7 @@
|
|
4771
4821
|
"locationName": "colorMetadata"
|
4772
4822
|
},
|
4773
4823
|
"Crop": {
|
4774
|
-
"shape": "
|
4824
|
+
"shape": "S2c",
|
4775
4825
|
"locationName": "crop"
|
4776
4826
|
},
|
4777
4827
|
"DropFrameTimecode": {
|
@@ -4786,7 +4836,7 @@
|
|
4786
4836
|
"type": "integer"
|
4787
4837
|
},
|
4788
4838
|
"Position": {
|
4789
|
-
"shape": "
|
4839
|
+
"shape": "S2c",
|
4790
4840
|
"locationName": "position"
|
4791
4841
|
},
|
4792
4842
|
"RespondToAfd": {
|
@@ -4844,7 +4894,7 @@
|
|
4844
4894
|
"type": "integer"
|
4845
4895
|
},
|
4846
4896
|
"Hdr10Metadata": {
|
4847
|
-
"shape": "
|
4897
|
+
"shape": "S3i",
|
4848
4898
|
"locationName": "hdr10Metadata"
|
4849
4899
|
},
|
4850
4900
|
"HdrToSdrToneMapper": {
|
@@ -4926,7 +4976,7 @@
|
|
4926
4976
|
}
|
4927
4977
|
},
|
4928
4978
|
"ImageInserter": {
|
4929
|
-
"shape": "
|
4979
|
+
"shape": "S2p",
|
4930
4980
|
"locationName": "imageInserter"
|
4931
4981
|
},
|
4932
4982
|
"NoiseReducer": {
|
@@ -5039,7 +5089,7 @@
|
|
5039
5089
|
}
|
5040
5090
|
}
|
5041
5091
|
},
|
5042
|
-
"
|
5092
|
+
"Sfc": {
|
5043
5093
|
"type": "structure",
|
5044
5094
|
"members": {
|
5045
5095
|
"Sharpening": {
|
@@ -5050,7 +5100,7 @@
|
|
5050
5100
|
}
|
5051
5101
|
}
|
5052
5102
|
},
|
5053
|
-
"
|
5103
|
+
"Skn": {
|
5054
5104
|
"type": "structure",
|
5055
5105
|
"members": {
|
5056
5106
|
"Anchor": {
|
@@ -5067,7 +5117,7 @@
|
|
5067
5117
|
}
|
5068
5118
|
}
|
5069
5119
|
},
|
5070
|
-
"
|
5120
|
+
"Skq": {
|
5071
5121
|
"type": "structure",
|
5072
5122
|
"members": {
|
5073
5123
|
"Id3Insertions": {
|
@@ -5087,12 +5137,12 @@
|
|
5087
5137
|
}
|
5088
5138
|
}
|
5089
5139
|
},
|
5090
|
-
"
|
5140
|
+
"Skv": {
|
5091
5141
|
"type": "map",
|
5092
5142
|
"key": {},
|
5093
5143
|
"value": {}
|
5094
5144
|
},
|
5095
|
-
"
|
5145
|
+
"Skx": {
|
5096
5146
|
"type": "structure",
|
5097
5147
|
"members": {
|
5098
5148
|
"AccelerationSettings": {
|
@@ -5112,7 +5162,7 @@
|
|
5112
5162
|
"locationName": "clientRequestToken"
|
5113
5163
|
},
|
5114
5164
|
"CreatedAt": {
|
5115
|
-
"shape": "
|
5165
|
+
"shape": "Skz",
|
5116
5166
|
"locationName": "createdAt"
|
5117
5167
|
},
|
5118
5168
|
"CurrentPhase": {
|
@@ -5144,11 +5194,11 @@
|
|
5144
5194
|
"type": "structure",
|
5145
5195
|
"members": {
|
5146
5196
|
"Info": {
|
5147
|
-
"shape": "
|
5197
|
+
"shape": "Sl2",
|
5148
5198
|
"locationName": "info"
|
5149
5199
|
},
|
5150
5200
|
"Warning": {
|
5151
|
-
"shape": "
|
5201
|
+
"shape": "Sl2",
|
5152
5202
|
"locationName": "warning"
|
5153
5203
|
}
|
5154
5204
|
}
|
@@ -5209,7 +5259,7 @@
|
|
5209
5259
|
"locationName": "sourceQueue"
|
5210
5260
|
},
|
5211
5261
|
"Timestamp": {
|
5212
|
-
"shape": "
|
5262
|
+
"shape": "Skz",
|
5213
5263
|
"locationName": "timestamp"
|
5214
5264
|
}
|
5215
5265
|
}
|
@@ -5240,21 +5290,21 @@
|
|
5240
5290
|
"type": "structure",
|
5241
5291
|
"members": {
|
5242
5292
|
"FinishTime": {
|
5243
|
-
"shape": "
|
5293
|
+
"shape": "Skz",
|
5244
5294
|
"locationName": "finishTime"
|
5245
5295
|
},
|
5246
5296
|
"StartTime": {
|
5247
|
-
"shape": "
|
5297
|
+
"shape": "Skz",
|
5248
5298
|
"locationName": "startTime"
|
5249
5299
|
},
|
5250
5300
|
"SubmitTime": {
|
5251
|
-
"shape": "
|
5301
|
+
"shape": "Skz",
|
5252
5302
|
"locationName": "submitTime"
|
5253
5303
|
}
|
5254
5304
|
}
|
5255
5305
|
},
|
5256
5306
|
"UserMetadata": {
|
5257
|
-
"shape": "
|
5307
|
+
"shape": "Skv",
|
5258
5308
|
"locationName": "userMetadata"
|
5259
5309
|
},
|
5260
5310
|
"Warnings": {
|
@@ -5284,15 +5334,15 @@
|
|
5284
5334
|
"Role"
|
5285
5335
|
]
|
5286
5336
|
},
|
5287
|
-
"
|
5337
|
+
"Skz": {
|
5288
5338
|
"type": "timestamp",
|
5289
5339
|
"timestampFormat": "unixTimestamp"
|
5290
5340
|
},
|
5291
|
-
"
|
5341
|
+
"Sl2": {
|
5292
5342
|
"type": "list",
|
5293
5343
|
"member": {}
|
5294
5344
|
},
|
5295
|
-
"
|
5345
|
+
"Slf": {
|
5296
5346
|
"type": "structure",
|
5297
5347
|
"members": {
|
5298
5348
|
"AdAvailOffset": {
|
@@ -5311,10 +5361,6 @@
|
|
5311
5361
|
"shape": "So",
|
5312
5362
|
"locationName": "extendedDataServices"
|
5313
5363
|
},
|
5314
|
-
"FollowInputIndex": {
|
5315
|
-
"locationName": "followInputIndex",
|
5316
|
-
"type": "integer"
|
5317
|
-
},
|
5318
5364
|
"Inputs": {
|
5319
5365
|
"locationName": "inputs",
|
5320
5366
|
"type": "list",
|
@@ -5325,23 +5371,23 @@
|
|
5325
5371
|
"locationName": "advancedInputFilter"
|
5326
5372
|
},
|
5327
5373
|
"AdvancedInputFilterSettings": {
|
5328
|
-
"shape": "
|
5374
|
+
"shape": "Su",
|
5329
5375
|
"locationName": "advancedInputFilterSettings"
|
5330
5376
|
},
|
5331
5377
|
"AudioSelectorGroups": {
|
5332
|
-
"shape": "
|
5378
|
+
"shape": "Sx",
|
5333
5379
|
"locationName": "audioSelectorGroups"
|
5334
5380
|
},
|
5335
5381
|
"AudioSelectors": {
|
5336
|
-
"shape": "
|
5382
|
+
"shape": "S11",
|
5337
5383
|
"locationName": "audioSelectors"
|
5338
5384
|
},
|
5339
5385
|
"CaptionSelectors": {
|
5340
|
-
"shape": "
|
5386
|
+
"shape": "S1n",
|
5341
5387
|
"locationName": "captionSelectors"
|
5342
5388
|
},
|
5343
5389
|
"Crop": {
|
5344
|
-
"shape": "
|
5390
|
+
"shape": "S2c",
|
5345
5391
|
"locationName": "crop"
|
5346
5392
|
},
|
5347
5393
|
"DeblockFilter": {
|
@@ -5361,18 +5407,18 @@
|
|
5361
5407
|
"type": "integer"
|
5362
5408
|
},
|
5363
5409
|
"ImageInserter": {
|
5364
|
-
"shape": "
|
5410
|
+
"shape": "S2p",
|
5365
5411
|
"locationName": "imageInserter"
|
5366
5412
|
},
|
5367
5413
|
"InputClippings": {
|
5368
|
-
"shape": "
|
5414
|
+
"shape": "S2x",
|
5369
5415
|
"locationName": "inputClippings"
|
5370
5416
|
},
|
5371
5417
|
"InputScanType": {
|
5372
5418
|
"locationName": "inputScanType"
|
5373
5419
|
},
|
5374
5420
|
"Position": {
|
5375
|
-
"shape": "
|
5421
|
+
"shape": "S2c",
|
5376
5422
|
"locationName": "position"
|
5377
5423
|
},
|
5378
5424
|
"ProgramNumber": {
|
@@ -5388,44 +5434,48 @@
|
|
5388
5434
|
"TimecodeStart": {
|
5389
5435
|
"locationName": "timecodeStart"
|
5390
5436
|
},
|
5437
|
+
"VideoOverlays": {
|
5438
|
+
"shape": "S38",
|
5439
|
+
"locationName": "videoOverlays"
|
5440
|
+
},
|
5391
5441
|
"VideoSelector": {
|
5392
|
-
"shape": "
|
5442
|
+
"shape": "S3d",
|
5393
5443
|
"locationName": "videoSelector"
|
5394
5444
|
}
|
5395
5445
|
}
|
5396
5446
|
}
|
5397
5447
|
},
|
5398
5448
|
"KantarWatermark": {
|
5399
|
-
"shape": "
|
5449
|
+
"shape": "S3o",
|
5400
5450
|
"locationName": "kantarWatermark"
|
5401
5451
|
},
|
5402
5452
|
"MotionImageInserter": {
|
5403
|
-
"shape": "
|
5453
|
+
"shape": "S3w",
|
5404
5454
|
"locationName": "motionImageInserter"
|
5405
5455
|
},
|
5406
5456
|
"NielsenConfiguration": {
|
5407
|
-
"shape": "
|
5457
|
+
"shape": "S44",
|
5408
5458
|
"locationName": "nielsenConfiguration"
|
5409
5459
|
},
|
5410
5460
|
"NielsenNonLinearWatermark": {
|
5411
|
-
"shape": "
|
5461
|
+
"shape": "S46",
|
5412
5462
|
"locationName": "nielsenNonLinearWatermark"
|
5413
5463
|
},
|
5414
5464
|
"OutputGroups": {
|
5415
|
-
"shape": "
|
5465
|
+
"shape": "S4d",
|
5416
5466
|
"locationName": "outputGroups"
|
5417
5467
|
},
|
5418
5468
|
"TimecodeConfig": {
|
5419
|
-
"shape": "
|
5469
|
+
"shape": "Skn",
|
5420
5470
|
"locationName": "timecodeConfig"
|
5421
5471
|
},
|
5422
5472
|
"TimedMetadataInsertion": {
|
5423
|
-
"shape": "
|
5473
|
+
"shape": "Skq",
|
5424
5474
|
"locationName": "timedMetadataInsertion"
|
5425
5475
|
}
|
5426
5476
|
}
|
5427
5477
|
},
|
5428
|
-
"
|
5478
|
+
"Slj": {
|
5429
5479
|
"type": "structure",
|
5430
5480
|
"members": {
|
5431
5481
|
"AccelerationSettings": {
|
@@ -5439,7 +5489,7 @@
|
|
5439
5489
|
"locationName": "category"
|
5440
5490
|
},
|
5441
5491
|
"CreatedAt": {
|
5442
|
-
"shape": "
|
5492
|
+
"shape": "Skz",
|
5443
5493
|
"locationName": "createdAt"
|
5444
5494
|
},
|
5445
5495
|
"Description": {
|
@@ -5450,7 +5500,7 @@
|
|
5450
5500
|
"locationName": "hopDestinations"
|
5451
5501
|
},
|
5452
5502
|
"LastUpdated": {
|
5453
|
-
"shape": "
|
5503
|
+
"shape": "Skz",
|
5454
5504
|
"locationName": "lastUpdated"
|
5455
5505
|
},
|
5456
5506
|
"Name": {
|
@@ -5464,7 +5514,7 @@
|
|
5464
5514
|
"locationName": "queue"
|
5465
5515
|
},
|
5466
5516
|
"Settings": {
|
5467
|
-
"shape": "
|
5517
|
+
"shape": "Slf",
|
5468
5518
|
"locationName": "settings"
|
5469
5519
|
},
|
5470
5520
|
"StatusUpdateInterval": {
|
@@ -5479,11 +5529,11 @@
|
|
5479
5529
|
"Name"
|
5480
5530
|
]
|
5481
5531
|
},
|
5482
|
-
"
|
5532
|
+
"Slm": {
|
5483
5533
|
"type": "structure",
|
5484
5534
|
"members": {
|
5485
5535
|
"AudioDescriptions": {
|
5486
|
-
"shape": "
|
5536
|
+
"shape": "S82",
|
5487
5537
|
"locationName": "audioDescriptions"
|
5488
5538
|
},
|
5489
5539
|
"CaptionDescriptions": {
|
@@ -5496,7 +5546,7 @@
|
|
5496
5546
|
"locationName": "customLanguageCode"
|
5497
5547
|
},
|
5498
5548
|
"DestinationSettings": {
|
5499
|
-
"shape": "
|
5549
|
+
"shape": "Sao",
|
5500
5550
|
"locationName": "destinationSettings"
|
5501
5551
|
},
|
5502
5552
|
"LanguageCode": {
|
@@ -5509,16 +5559,16 @@
|
|
5509
5559
|
}
|
5510
5560
|
},
|
5511
5561
|
"ContainerSettings": {
|
5512
|
-
"shape": "
|
5562
|
+
"shape": "Sby",
|
5513
5563
|
"locationName": "containerSettings"
|
5514
5564
|
},
|
5515
5565
|
"VideoDescription": {
|
5516
|
-
"shape": "
|
5566
|
+
"shape": "Sed",
|
5517
5567
|
"locationName": "videoDescription"
|
5518
5568
|
}
|
5519
5569
|
}
|
5520
5570
|
},
|
5521
|
-
"
|
5571
|
+
"Slq": {
|
5522
5572
|
"type": "structure",
|
5523
5573
|
"members": {
|
5524
5574
|
"Arn": {
|
@@ -5528,21 +5578,21 @@
|
|
5528
5578
|
"locationName": "category"
|
5529
5579
|
},
|
5530
5580
|
"CreatedAt": {
|
5531
|
-
"shape": "
|
5581
|
+
"shape": "Skz",
|
5532
5582
|
"locationName": "createdAt"
|
5533
5583
|
},
|
5534
5584
|
"Description": {
|
5535
5585
|
"locationName": "description"
|
5536
5586
|
},
|
5537
5587
|
"LastUpdated": {
|
5538
|
-
"shape": "
|
5588
|
+
"shape": "Skz",
|
5539
5589
|
"locationName": "lastUpdated"
|
5540
5590
|
},
|
5541
5591
|
"Name": {
|
5542
5592
|
"locationName": "name"
|
5543
5593
|
},
|
5544
5594
|
"Settings": {
|
5545
|
-
"shape": "
|
5595
|
+
"shape": "Slm",
|
5546
5596
|
"locationName": "settings"
|
5547
5597
|
},
|
5548
5598
|
"Type": {
|
@@ -5554,7 +5604,7 @@
|
|
5554
5604
|
"Name"
|
5555
5605
|
]
|
5556
5606
|
},
|
5557
|
-
"
|
5607
|
+
"Slt": {
|
5558
5608
|
"type": "structure",
|
5559
5609
|
"members": {
|
5560
5610
|
"Commitment": {
|
@@ -5574,21 +5624,21 @@
|
|
5574
5624
|
"RenewalType"
|
5575
5625
|
]
|
5576
5626
|
},
|
5577
|
-
"
|
5627
|
+
"Sly": {
|
5578
5628
|
"type": "structure",
|
5579
5629
|
"members": {
|
5580
5630
|
"Arn": {
|
5581
5631
|
"locationName": "arn"
|
5582
5632
|
},
|
5583
5633
|
"CreatedAt": {
|
5584
|
-
"shape": "
|
5634
|
+
"shape": "Skz",
|
5585
5635
|
"locationName": "createdAt"
|
5586
5636
|
},
|
5587
5637
|
"Description": {
|
5588
5638
|
"locationName": "description"
|
5589
5639
|
},
|
5590
5640
|
"LastUpdated": {
|
5591
|
-
"shape": "
|
5641
|
+
"shape": "Skz",
|
5592
5642
|
"locationName": "lastUpdated"
|
5593
5643
|
},
|
5594
5644
|
"Name": {
|
@@ -5609,11 +5659,11 @@
|
|
5609
5659
|
"locationName": "commitment"
|
5610
5660
|
},
|
5611
5661
|
"ExpiresAt": {
|
5612
|
-
"shape": "
|
5662
|
+
"shape": "Skz",
|
5613
5663
|
"locationName": "expiresAt"
|
5614
5664
|
},
|
5615
5665
|
"PurchasedAt": {
|
5616
|
-
"shape": "
|
5666
|
+
"shape": "Skz",
|
5617
5667
|
"locationName": "purchasedAt"
|
5618
5668
|
},
|
5619
5669
|
"RenewalType": {
|
@@ -5643,7 +5693,7 @@
|
|
5643
5693
|
"Name"
|
5644
5694
|
]
|
5645
5695
|
},
|
5646
|
-
"
|
5696
|
+
"Smm": {
|
5647
5697
|
"type": "structure",
|
5648
5698
|
"members": {
|
5649
5699
|
"HttpInputs": {
|