cdk-lambda-subminute 2.0.245 → 2.0.246
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 +55 -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/braket-2019-09-01.min.json +64 -12
- package/node_modules/aws-sdk/apis/dms-2016-01-01.examples.json +968 -0
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +305 -257
- package/node_modules/aws-sdk/apis/events-2015-10-07.min.json +59 -34
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +169 -161
- package/node_modules/aws-sdk/clients/braket.d.ts +73 -0
- package/node_modules/aws-sdk/clients/cloudwatchevents.d.ts +13 -9
- package/node_modules/aws-sdk/clients/dms.d.ts +117 -19
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/guardduty.d.ts +14 -14
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +15 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +62 -37
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +54 -54
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -103,11 +103,11 @@
|
|
103
103
|
"locationName": "statusUpdateInterval"
|
104
104
|
},
|
105
105
|
"Tags": {
|
106
|
-
"shape": "
|
106
|
+
"shape": "Skp",
|
107
107
|
"locationName": "tags"
|
108
108
|
},
|
109
109
|
"UserMetadata": {
|
110
|
-
"shape": "
|
110
|
+
"shape": "Skp",
|
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": "Skr",
|
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": "Sl9",
|
163
163
|
"locationName": "settings"
|
164
164
|
},
|
165
165
|
"StatusUpdateInterval": {
|
166
166
|
"locationName": "statusUpdateInterval"
|
167
167
|
},
|
168
168
|
"Tags": {
|
169
|
-
"shape": "
|
169
|
+
"shape": "Skp",
|
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": "Sld",
|
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": "Slg",
|
207
207
|
"locationName": "settings"
|
208
208
|
},
|
209
209
|
"Tags": {
|
210
|
-
"shape": "
|
210
|
+
"shape": "Skp",
|
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": "Slk",
|
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": "Sln",
|
248
248
|
"locationName": "reservationPlanSettings"
|
249
249
|
},
|
250
250
|
"Status": {
|
251
251
|
"locationName": "status"
|
252
252
|
},
|
253
253
|
"Tags": {
|
254
|
-
"shape": "
|
254
|
+
"shape": "Skp",
|
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": "Sls",
|
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": "Skr",
|
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": "Sld",
|
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": "Smg",
|
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": "Slk",
|
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": "Sls",
|
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": "Sld"
|
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": "Skr"
|
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": "Slk"
|
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": "Sls"
|
735
735
|
}
|
736
736
|
}
|
737
737
|
}
|
@@ -766,7 +766,7 @@
|
|
766
766
|
"locationName": "arn"
|
767
767
|
},
|
768
768
|
"Tags": {
|
769
|
-
"shape": "
|
769
|
+
"shape": "Skp",
|
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": "Smg",
|
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": "Smg",
|
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": "Skp",
|
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": "Skw",
|
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": "Sl9",
|
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": "Sld",
|
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": "Slg",
|
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": "Slk",
|
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": "Sln",
|
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": "Sls",
|
985
985
|
"locationName": "queue"
|
986
986
|
}
|
987
987
|
}
|
@@ -1038,6 +1038,10 @@
|
|
1038
1038
|
"shape": "So",
|
1039
1039
|
"locationName": "extendedDataServices"
|
1040
1040
|
},
|
1041
|
+
"FollowInputIndex": {
|
1042
|
+
"locationName": "followInputIndex",
|
1043
|
+
"type": "integer"
|
1044
|
+
},
|
1041
1045
|
"Inputs": {
|
1042
1046
|
"locationName": "inputs",
|
1043
1047
|
"type": "list",
|
@@ -1048,23 +1052,23 @@
|
|
1048
1052
|
"locationName": "advancedInputFilter"
|
1049
1053
|
},
|
1050
1054
|
"AdvancedInputFilterSettings": {
|
1051
|
-
"shape": "
|
1055
|
+
"shape": "Sv",
|
1052
1056
|
"locationName": "advancedInputFilterSettings"
|
1053
1057
|
},
|
1054
1058
|
"AudioSelectorGroups": {
|
1055
|
-
"shape": "
|
1059
|
+
"shape": "Sy",
|
1056
1060
|
"locationName": "audioSelectorGroups"
|
1057
1061
|
},
|
1058
1062
|
"AudioSelectors": {
|
1059
|
-
"shape": "
|
1063
|
+
"shape": "S12",
|
1060
1064
|
"locationName": "audioSelectors"
|
1061
1065
|
},
|
1062
1066
|
"CaptionSelectors": {
|
1063
|
-
"shape": "
|
1067
|
+
"shape": "S1o",
|
1064
1068
|
"locationName": "captionSelectors"
|
1065
1069
|
},
|
1066
1070
|
"Crop": {
|
1067
|
-
"shape": "
|
1071
|
+
"shape": "S2d",
|
1068
1072
|
"locationName": "crop"
|
1069
1073
|
},
|
1070
1074
|
"DeblockFilter": {
|
@@ -1105,18 +1109,18 @@
|
|
1105
1109
|
"type": "integer"
|
1106
1110
|
},
|
1107
1111
|
"ImageInserter": {
|
1108
|
-
"shape": "
|
1112
|
+
"shape": "S2q",
|
1109
1113
|
"locationName": "imageInserter"
|
1110
1114
|
},
|
1111
1115
|
"InputClippings": {
|
1112
|
-
"shape": "
|
1116
|
+
"shape": "S2y",
|
1113
1117
|
"locationName": "inputClippings"
|
1114
1118
|
},
|
1115
1119
|
"InputScanType": {
|
1116
1120
|
"locationName": "inputScanType"
|
1117
1121
|
},
|
1118
1122
|
"Position": {
|
1119
|
-
"shape": "
|
1123
|
+
"shape": "S2d",
|
1120
1124
|
"locationName": "position"
|
1121
1125
|
},
|
1122
1126
|
"ProgramNumber": {
|
@@ -1148,38 +1152,38 @@
|
|
1148
1152
|
}
|
1149
1153
|
},
|
1150
1154
|
"VideoSelector": {
|
1151
|
-
"shape": "
|
1155
|
+
"shape": "S39",
|
1152
1156
|
"locationName": "videoSelector"
|
1153
1157
|
}
|
1154
1158
|
}
|
1155
1159
|
}
|
1156
1160
|
},
|
1157
1161
|
"KantarWatermark": {
|
1158
|
-
"shape": "
|
1162
|
+
"shape": "S3k",
|
1159
1163
|
"locationName": "kantarWatermark"
|
1160
1164
|
},
|
1161
1165
|
"MotionImageInserter": {
|
1162
|
-
"shape": "
|
1166
|
+
"shape": "S3s",
|
1163
1167
|
"locationName": "motionImageInserter"
|
1164
1168
|
},
|
1165
1169
|
"NielsenConfiguration": {
|
1166
|
-
"shape": "
|
1170
|
+
"shape": "S40",
|
1167
1171
|
"locationName": "nielsenConfiguration"
|
1168
1172
|
},
|
1169
1173
|
"NielsenNonLinearWatermark": {
|
1170
|
-
"shape": "
|
1174
|
+
"shape": "S42",
|
1171
1175
|
"locationName": "nielsenNonLinearWatermark"
|
1172
1176
|
},
|
1173
1177
|
"OutputGroups": {
|
1174
|
-
"shape": "
|
1178
|
+
"shape": "S49",
|
1175
1179
|
"locationName": "outputGroups"
|
1176
1180
|
},
|
1177
1181
|
"TimecodeConfig": {
|
1178
|
-
"shape": "
|
1182
|
+
"shape": "Skh",
|
1179
1183
|
"locationName": "timecodeConfig"
|
1180
1184
|
},
|
1181
1185
|
"TimedMetadataInsertion": {
|
1182
|
-
"shape": "
|
1186
|
+
"shape": "Skk",
|
1183
1187
|
"locationName": "timedMetadataInsertion"
|
1184
1188
|
}
|
1185
1189
|
}
|
@@ -1230,7 +1234,7 @@
|
|
1230
1234
|
}
|
1231
1235
|
}
|
1232
1236
|
},
|
1233
|
-
"
|
1237
|
+
"Sv": {
|
1234
1238
|
"type": "structure",
|
1235
1239
|
"members": {
|
1236
1240
|
"AddTexture": {
|
@@ -1241,24 +1245,24 @@
|
|
1241
1245
|
}
|
1242
1246
|
}
|
1243
1247
|
},
|
1244
|
-
"
|
1248
|
+
"Sy": {
|
1245
1249
|
"type": "map",
|
1246
1250
|
"key": {},
|
1247
1251
|
"value": {
|
1248
1252
|
"type": "structure",
|
1249
1253
|
"members": {
|
1250
1254
|
"AudioSelectorNames": {
|
1251
|
-
"shape": "
|
1255
|
+
"shape": "S10",
|
1252
1256
|
"locationName": "audioSelectorNames"
|
1253
1257
|
}
|
1254
1258
|
}
|
1255
1259
|
}
|
1256
1260
|
},
|
1257
|
-
"
|
1261
|
+
"S10": {
|
1258
1262
|
"type": "list",
|
1259
1263
|
"member": {}
|
1260
1264
|
},
|
1261
|
-
"
|
1265
|
+
"S12": {
|
1262
1266
|
"type": "map",
|
1263
1267
|
"key": {},
|
1264
1268
|
"value": {
|
@@ -1299,7 +1303,7 @@
|
|
1299
1303
|
"type": "integer"
|
1300
1304
|
},
|
1301
1305
|
"Pids": {
|
1302
|
-
"shape": "
|
1306
|
+
"shape": "S1b",
|
1303
1307
|
"locationName": "pids"
|
1304
1308
|
},
|
1305
1309
|
"ProgramSelection": {
|
@@ -1307,26 +1311,26 @@
|
|
1307
1311
|
"type": "integer"
|
1308
1312
|
},
|
1309
1313
|
"RemixSettings": {
|
1310
|
-
"shape": "
|
1314
|
+
"shape": "S1e",
|
1311
1315
|
"locationName": "remixSettings"
|
1312
1316
|
},
|
1313
1317
|
"SelectorType": {
|
1314
1318
|
"locationName": "selectorType"
|
1315
1319
|
},
|
1316
1320
|
"Tracks": {
|
1317
|
-
"shape": "
|
1321
|
+
"shape": "S1b",
|
1318
1322
|
"locationName": "tracks"
|
1319
1323
|
}
|
1320
1324
|
}
|
1321
1325
|
}
|
1322
1326
|
},
|
1323
|
-
"
|
1327
|
+
"S1b": {
|
1324
1328
|
"type": "list",
|
1325
1329
|
"member": {
|
1326
1330
|
"type": "integer"
|
1327
1331
|
}
|
1328
1332
|
},
|
1329
|
-
"
|
1333
|
+
"S1e": {
|
1330
1334
|
"type": "structure",
|
1331
1335
|
"members": {
|
1332
1336
|
"ChannelMapping": {
|
@@ -1368,7 +1372,7 @@
|
|
1368
1372
|
}
|
1369
1373
|
}
|
1370
1374
|
},
|
1371
|
-
"
|
1375
|
+
"S1o": {
|
1372
1376
|
"type": "map",
|
1373
1377
|
"key": {},
|
1374
1378
|
"value": {
|
@@ -1508,7 +1512,7 @@
|
|
1508
1512
|
}
|
1509
1513
|
}
|
1510
1514
|
},
|
1511
|
-
"
|
1515
|
+
"S2d": {
|
1512
1516
|
"type": "structure",
|
1513
1517
|
"members": {
|
1514
1518
|
"Height": {
|
@@ -1529,7 +1533,7 @@
|
|
1529
1533
|
}
|
1530
1534
|
}
|
1531
1535
|
},
|
1532
|
-
"
|
1536
|
+
"S2q": {
|
1533
1537
|
"type": "structure",
|
1534
1538
|
"members": {
|
1535
1539
|
"InsertableImages": {
|
@@ -1589,7 +1593,7 @@
|
|
1589
1593
|
}
|
1590
1594
|
}
|
1591
1595
|
},
|
1592
|
-
"
|
1596
|
+
"S2y": {
|
1593
1597
|
"type": "list",
|
1594
1598
|
"member": {
|
1595
1599
|
"type": "structure",
|
@@ -1603,7 +1607,7 @@
|
|
1603
1607
|
}
|
1604
1608
|
}
|
1605
1609
|
},
|
1606
|
-
"
|
1610
|
+
"S39": {
|
1607
1611
|
"type": "structure",
|
1608
1612
|
"members": {
|
1609
1613
|
"AlphaBehavior": {
|
@@ -1619,7 +1623,7 @@
|
|
1619
1623
|
"locationName": "embeddedTimecodeOverride"
|
1620
1624
|
},
|
1621
1625
|
"Hdr10Metadata": {
|
1622
|
-
"shape": "
|
1626
|
+
"shape": "S3e",
|
1623
1627
|
"locationName": "hdr10Metadata"
|
1624
1628
|
},
|
1625
1629
|
"PadVideo": {
|
@@ -1641,7 +1645,7 @@
|
|
1641
1645
|
}
|
1642
1646
|
}
|
1643
1647
|
},
|
1644
|
-
"
|
1648
|
+
"S3e": {
|
1645
1649
|
"type": "structure",
|
1646
1650
|
"members": {
|
1647
1651
|
"BluePrimaryX": {
|
@@ -1694,7 +1698,7 @@
|
|
1694
1698
|
}
|
1695
1699
|
}
|
1696
1700
|
},
|
1697
|
-
"
|
1701
|
+
"S3k": {
|
1698
1702
|
"type": "structure",
|
1699
1703
|
"members": {
|
1700
1704
|
"ChannelName": {
|
@@ -1740,7 +1744,7 @@
|
|
1740
1744
|
}
|
1741
1745
|
}
|
1742
1746
|
},
|
1743
|
-
"
|
1747
|
+
"S3s": {
|
1744
1748
|
"type": "structure",
|
1745
1749
|
"members": {
|
1746
1750
|
"Framerate": {
|
@@ -1785,7 +1789,7 @@
|
|
1785
1789
|
}
|
1786
1790
|
}
|
1787
1791
|
},
|
1788
|
-
"
|
1792
|
+
"S40": {
|
1789
1793
|
"type": "structure",
|
1790
1794
|
"members": {
|
1791
1795
|
"BreakoutCode": {
|
@@ -1797,7 +1801,7 @@
|
|
1797
1801
|
}
|
1798
1802
|
}
|
1799
1803
|
},
|
1800
|
-
"
|
1804
|
+
"S42": {
|
1801
1805
|
"type": "structure",
|
1802
1806
|
"members": {
|
1803
1807
|
"ActiveWatermarkProcess": {
|
@@ -1836,7 +1840,7 @@
|
|
1836
1840
|
}
|
1837
1841
|
}
|
1838
1842
|
},
|
1839
|
-
"
|
1843
|
+
"S49": {
|
1840
1844
|
"type": "list",
|
1841
1845
|
"member": {
|
1842
1846
|
"type": "structure",
|
@@ -1966,7 +1970,7 @@
|
|
1966
1970
|
"locationName": "manifestNameModifier"
|
1967
1971
|
},
|
1968
1972
|
"SelectedOutputs": {
|
1969
|
-
"shape": "
|
1973
|
+
"shape": "S10",
|
1970
1974
|
"locationName": "selectedOutputs"
|
1971
1975
|
}
|
1972
1976
|
}
|
@@ -1988,7 +1992,7 @@
|
|
1988
1992
|
"locationName": "destination"
|
1989
1993
|
},
|
1990
1994
|
"DestinationSettings": {
|
1991
|
-
"shape": "
|
1995
|
+
"shape": "S4x",
|
1992
1996
|
"locationName": "destinationSettings"
|
1993
1997
|
},
|
1994
1998
|
"Encryption": {
|
@@ -2012,11 +2016,11 @@
|
|
2012
2016
|
"locationName": "certificateArn"
|
2013
2017
|
},
|
2014
2018
|
"DashSignaledSystemIds": {
|
2015
|
-
"shape": "
|
2019
|
+
"shape": "S5c",
|
2016
2020
|
"locationName": "dashSignaledSystemIds"
|
2017
2021
|
},
|
2018
2022
|
"HlsSignaledSystemIds": {
|
2019
|
-
"shape": "
|
2023
|
+
"shape": "S5c",
|
2020
2024
|
"locationName": "hlsSignaledSystemIds"
|
2021
2025
|
},
|
2022
2026
|
"ResourceId": {
|
@@ -2028,7 +2032,7 @@
|
|
2028
2032
|
}
|
2029
2033
|
},
|
2030
2034
|
"StaticKeyProvider": {
|
2031
|
-
"shape": "
|
2035
|
+
"shape": "S5g",
|
2032
2036
|
"locationName": "staticKeyProvider"
|
2033
2037
|
},
|
2034
2038
|
"Type": {
|
@@ -2139,7 +2143,7 @@
|
|
2139
2143
|
"locationName": "manifestNameModifier"
|
2140
2144
|
},
|
2141
2145
|
"SelectedOutputs": {
|
2142
|
-
"shape": "
|
2146
|
+
"shape": "S10",
|
2143
2147
|
"locationName": "selectedOutputs"
|
2144
2148
|
}
|
2145
2149
|
}
|
@@ -2158,7 +2162,7 @@
|
|
2158
2162
|
"locationName": "destination"
|
2159
2163
|
},
|
2160
2164
|
"DestinationSettings": {
|
2161
|
-
"shape": "
|
2165
|
+
"shape": "S4x",
|
2162
2166
|
"locationName": "destinationSettings"
|
2163
2167
|
},
|
2164
2168
|
"Encryption": {
|
@@ -2169,7 +2173,7 @@
|
|
2169
2173
|
"locationName": "playbackDeviceCompatibility"
|
2170
2174
|
},
|
2171
2175
|
"SpekeKeyProvider": {
|
2172
|
-
"shape": "
|
2176
|
+
"shape": "S6c",
|
2173
2177
|
"locationName": "spekeKeyProvider"
|
2174
2178
|
}
|
2175
2179
|
}
|
@@ -2256,7 +2260,7 @@
|
|
2256
2260
|
"locationName": "destination"
|
2257
2261
|
},
|
2258
2262
|
"DestinationSettings": {
|
2259
|
-
"shape": "
|
2263
|
+
"shape": "S4x",
|
2260
2264
|
"locationName": "destinationSettings"
|
2261
2265
|
}
|
2262
2266
|
}
|
@@ -2280,7 +2284,7 @@
|
|
2280
2284
|
"locationName": "manifestNameModifier"
|
2281
2285
|
},
|
2282
2286
|
"SelectedOutputs": {
|
2283
|
-
"shape": "
|
2287
|
+
"shape": "S10",
|
2284
2288
|
"locationName": "selectedOutputs"
|
2285
2289
|
}
|
2286
2290
|
}
|
@@ -2330,7 +2334,7 @@
|
|
2330
2334
|
"locationName": "destination"
|
2331
2335
|
},
|
2332
2336
|
"DestinationSettings": {
|
2333
|
-
"shape": "
|
2337
|
+
"shape": "S4x",
|
2334
2338
|
"locationName": "destinationSettings"
|
2335
2339
|
},
|
2336
2340
|
"DirectoryStructure": {
|
@@ -2353,11 +2357,11 @@
|
|
2353
2357
|
"locationName": "offlineEncrypted"
|
2354
2358
|
},
|
2355
2359
|
"SpekeKeyProvider": {
|
2356
|
-
"shape": "
|
2360
|
+
"shape": "S6c",
|
2357
2361
|
"locationName": "spekeKeyProvider"
|
2358
2362
|
},
|
2359
2363
|
"StaticKeyProvider": {
|
2360
|
-
"shape": "
|
2364
|
+
"shape": "S5g",
|
2361
2365
|
"locationName": "staticKeyProvider"
|
2362
2366
|
},
|
2363
2367
|
"Type": {
|
@@ -2471,7 +2475,7 @@
|
|
2471
2475
|
"locationName": "manifestNameModifier"
|
2472
2476
|
},
|
2473
2477
|
"SelectedOutputs": {
|
2474
|
-
"shape": "
|
2478
|
+
"shape": "S10",
|
2475
2479
|
"locationName": "selectedOutputs"
|
2476
2480
|
}
|
2477
2481
|
}
|
@@ -2484,7 +2488,7 @@
|
|
2484
2488
|
"locationName": "destination"
|
2485
2489
|
},
|
2486
2490
|
"DestinationSettings": {
|
2487
|
-
"shape": "
|
2491
|
+
"shape": "S4x",
|
2488
2492
|
"locationName": "destinationSettings"
|
2489
2493
|
},
|
2490
2494
|
"Encryption": {
|
@@ -2492,7 +2496,7 @@
|
|
2492
2496
|
"type": "structure",
|
2493
2497
|
"members": {
|
2494
2498
|
"SpekeKeyProvider": {
|
2495
|
-
"shape": "
|
2499
|
+
"shape": "S6c",
|
2496
2500
|
"locationName": "spekeKeyProvider"
|
2497
2501
|
}
|
2498
2502
|
}
|
@@ -2521,7 +2525,7 @@
|
|
2521
2525
|
"type": "structure",
|
2522
2526
|
"members": {
|
2523
2527
|
"AudioDescriptions": {
|
2524
|
-
"shape": "
|
2528
|
+
"shape": "S7y",
|
2525
2529
|
"locationName": "audioDescriptions"
|
2526
2530
|
},
|
2527
2531
|
"CaptionDescriptions": {
|
@@ -2537,7 +2541,7 @@
|
|
2537
2541
|
"locationName": "customLanguageCode"
|
2538
2542
|
},
|
2539
2543
|
"DestinationSettings": {
|
2540
|
-
"shape": "
|
2544
|
+
"shape": "Sak",
|
2541
2545
|
"locationName": "destinationSettings"
|
2542
2546
|
},
|
2543
2547
|
"LanguageCode": {
|
@@ -2550,7 +2554,7 @@
|
|
2550
2554
|
}
|
2551
2555
|
},
|
2552
2556
|
"ContainerSettings": {
|
2553
|
-
"shape": "
|
2557
|
+
"shape": "Sbu",
|
2554
2558
|
"locationName": "containerSettings"
|
2555
2559
|
},
|
2556
2560
|
"Extension": {
|
@@ -2596,7 +2600,7 @@
|
|
2596
2600
|
"locationName": "preset"
|
2597
2601
|
},
|
2598
2602
|
"VideoDescription": {
|
2599
|
-
"shape": "
|
2603
|
+
"shape": "Se9",
|
2600
2604
|
"locationName": "videoDescription"
|
2601
2605
|
}
|
2602
2606
|
}
|
@@ -2605,7 +2609,7 @@
|
|
2605
2609
|
}
|
2606
2610
|
}
|
2607
2611
|
},
|
2608
|
-
"
|
2612
|
+
"S4x": {
|
2609
2613
|
"type": "structure",
|
2610
2614
|
"members": {
|
2611
2615
|
"S3Settings": {
|
@@ -2643,11 +2647,11 @@
|
|
2643
2647
|
}
|
2644
2648
|
}
|
2645
2649
|
},
|
2646
|
-
"
|
2650
|
+
"S5c": {
|
2647
2651
|
"type": "list",
|
2648
2652
|
"member": {}
|
2649
2653
|
},
|
2650
|
-
"
|
2654
|
+
"S5g": {
|
2651
2655
|
"type": "structure",
|
2652
2656
|
"members": {
|
2653
2657
|
"KeyFormat": {
|
@@ -2664,7 +2668,7 @@
|
|
2664
2668
|
}
|
2665
2669
|
}
|
2666
2670
|
},
|
2667
|
-
"
|
2671
|
+
"S6c": {
|
2668
2672
|
"type": "structure",
|
2669
2673
|
"members": {
|
2670
2674
|
"CertificateArn": {
|
@@ -2683,7 +2687,7 @@
|
|
2683
2687
|
}
|
2684
2688
|
}
|
2685
2689
|
},
|
2686
|
-
"
|
2690
|
+
"S7y": {
|
2687
2691
|
"type": "list",
|
2688
2692
|
"member": {
|
2689
2693
|
"type": "structure",
|
@@ -3106,7 +3110,7 @@
|
|
3106
3110
|
"locationName": "languageCodeControl"
|
3107
3111
|
},
|
3108
3112
|
"RemixSettings": {
|
3109
|
-
"shape": "
|
3113
|
+
"shape": "S1e",
|
3110
3114
|
"locationName": "remixSettings"
|
3111
3115
|
},
|
3112
3116
|
"StreamName": {
|
@@ -3115,7 +3119,7 @@
|
|
3115
3119
|
}
|
3116
3120
|
}
|
3117
3121
|
},
|
3118
|
-
"
|
3122
|
+
"Sak": {
|
3119
3123
|
"type": "structure",
|
3120
3124
|
"members": {
|
3121
3125
|
"BurninDestinationSettings": {
|
@@ -3382,7 +3386,7 @@
|
|
3382
3386
|
}
|
3383
3387
|
}
|
3384
3388
|
},
|
3385
|
-
"
|
3389
|
+
"Sbu": {
|
3386
3390
|
"type": "structure",
|
3387
3391
|
"members": {
|
3388
3392
|
"CmfcSettings": {
|
@@ -3460,7 +3464,7 @@
|
|
3460
3464
|
"type": "integer"
|
3461
3465
|
},
|
3462
3466
|
"AudioPids": {
|
3463
|
-
"shape": "
|
3467
|
+
"shape": "Scd",
|
3464
3468
|
"locationName": "audioPids"
|
3465
3469
|
},
|
3466
3470
|
"Bitrate": {
|
@@ -3510,7 +3514,7 @@
|
|
3510
3514
|
}
|
3511
3515
|
},
|
3512
3516
|
"DvbSubPids": {
|
3513
|
-
"shape": "
|
3517
|
+
"shape": "Scd",
|
3514
3518
|
"locationName": "dvbSubPids"
|
3515
3519
|
},
|
3516
3520
|
"DvbTdtSettings": {
|
@@ -3651,7 +3655,7 @@
|
|
3651
3655
|
"type": "integer"
|
3652
3656
|
},
|
3653
3657
|
"AudioPids": {
|
3654
|
-
"shape": "
|
3658
|
+
"shape": "Scd",
|
3655
3659
|
"locationName": "audioPids"
|
3656
3660
|
},
|
3657
3661
|
"DataPTSControl": {
|
@@ -3834,13 +3838,13 @@
|
|
3834
3838
|
}
|
3835
3839
|
}
|
3836
3840
|
},
|
3837
|
-
"
|
3841
|
+
"Scd": {
|
3838
3842
|
"type": "list",
|
3839
3843
|
"member": {
|
3840
3844
|
"type": "integer"
|
3841
3845
|
}
|
3842
3846
|
},
|
3843
|
-
"
|
3847
|
+
"Se9": {
|
3844
3848
|
"type": "structure",
|
3845
3849
|
"members": {
|
3846
3850
|
"AfdSignaling": {
|
@@ -3995,7 +3999,7 @@
|
|
3995
3999
|
"locationName": "adaptiveQuantization"
|
3996
4000
|
},
|
3997
4001
|
"BandwidthReductionFilter": {
|
3998
|
-
"shape": "
|
4002
|
+
"shape": "Sf8",
|
3999
4003
|
"locationName": "bandwidthReductionFilter"
|
4000
4004
|
},
|
4001
4005
|
"Bitrate": {
|
@@ -4162,7 +4166,7 @@
|
|
4162
4166
|
"locationName": "alternateTransferFunctionSei"
|
4163
4167
|
},
|
4164
4168
|
"BandwidthReductionFilter": {
|
4165
|
-
"shape": "
|
4169
|
+
"shape": "Sf8",
|
4166
4170
|
"locationName": "bandwidthReductionFilter"
|
4167
4171
|
},
|
4168
4172
|
"Bitrate": {
|
@@ -4767,7 +4771,7 @@
|
|
4767
4771
|
"locationName": "colorMetadata"
|
4768
4772
|
},
|
4769
4773
|
"Crop": {
|
4770
|
-
"shape": "
|
4774
|
+
"shape": "S2d",
|
4771
4775
|
"locationName": "crop"
|
4772
4776
|
},
|
4773
4777
|
"DropFrameTimecode": {
|
@@ -4782,7 +4786,7 @@
|
|
4782
4786
|
"type": "integer"
|
4783
4787
|
},
|
4784
4788
|
"Position": {
|
4785
|
-
"shape": "
|
4789
|
+
"shape": "S2d",
|
4786
4790
|
"locationName": "position"
|
4787
4791
|
},
|
4788
4792
|
"RespondToAfd": {
|
@@ -4840,7 +4844,7 @@
|
|
4840
4844
|
"type": "integer"
|
4841
4845
|
},
|
4842
4846
|
"Hdr10Metadata": {
|
4843
|
-
"shape": "
|
4847
|
+
"shape": "S3e",
|
4844
4848
|
"locationName": "hdr10Metadata"
|
4845
4849
|
},
|
4846
4850
|
"HdrToSdrToneMapper": {
|
@@ -4922,7 +4926,7 @@
|
|
4922
4926
|
}
|
4923
4927
|
},
|
4924
4928
|
"ImageInserter": {
|
4925
|
-
"shape": "
|
4929
|
+
"shape": "S2q",
|
4926
4930
|
"locationName": "imageInserter"
|
4927
4931
|
},
|
4928
4932
|
"NoiseReducer": {
|
@@ -5035,7 +5039,7 @@
|
|
5035
5039
|
}
|
5036
5040
|
}
|
5037
5041
|
},
|
5038
|
-
"
|
5042
|
+
"Sf8": {
|
5039
5043
|
"type": "structure",
|
5040
5044
|
"members": {
|
5041
5045
|
"Sharpening": {
|
@@ -5046,7 +5050,7 @@
|
|
5046
5050
|
}
|
5047
5051
|
}
|
5048
5052
|
},
|
5049
|
-
"
|
5053
|
+
"Skh": {
|
5050
5054
|
"type": "structure",
|
5051
5055
|
"members": {
|
5052
5056
|
"Anchor": {
|
@@ -5063,7 +5067,7 @@
|
|
5063
5067
|
}
|
5064
5068
|
}
|
5065
5069
|
},
|
5066
|
-
"
|
5070
|
+
"Skk": {
|
5067
5071
|
"type": "structure",
|
5068
5072
|
"members": {
|
5069
5073
|
"Id3Insertions": {
|
@@ -5083,12 +5087,12 @@
|
|
5083
5087
|
}
|
5084
5088
|
}
|
5085
5089
|
},
|
5086
|
-
"
|
5090
|
+
"Skp": {
|
5087
5091
|
"type": "map",
|
5088
5092
|
"key": {},
|
5089
5093
|
"value": {}
|
5090
5094
|
},
|
5091
|
-
"
|
5095
|
+
"Skr": {
|
5092
5096
|
"type": "structure",
|
5093
5097
|
"members": {
|
5094
5098
|
"AccelerationSettings": {
|
@@ -5108,7 +5112,7 @@
|
|
5108
5112
|
"locationName": "clientRequestToken"
|
5109
5113
|
},
|
5110
5114
|
"CreatedAt": {
|
5111
|
-
"shape": "
|
5115
|
+
"shape": "Skt",
|
5112
5116
|
"locationName": "createdAt"
|
5113
5117
|
},
|
5114
5118
|
"CurrentPhase": {
|
@@ -5140,11 +5144,11 @@
|
|
5140
5144
|
"type": "structure",
|
5141
5145
|
"members": {
|
5142
5146
|
"Info": {
|
5143
|
-
"shape": "
|
5147
|
+
"shape": "Skw",
|
5144
5148
|
"locationName": "info"
|
5145
5149
|
},
|
5146
5150
|
"Warning": {
|
5147
|
-
"shape": "
|
5151
|
+
"shape": "Skw",
|
5148
5152
|
"locationName": "warning"
|
5149
5153
|
}
|
5150
5154
|
}
|
@@ -5205,7 +5209,7 @@
|
|
5205
5209
|
"locationName": "sourceQueue"
|
5206
5210
|
},
|
5207
5211
|
"Timestamp": {
|
5208
|
-
"shape": "
|
5212
|
+
"shape": "Skt",
|
5209
5213
|
"locationName": "timestamp"
|
5210
5214
|
}
|
5211
5215
|
}
|
@@ -5236,21 +5240,21 @@
|
|
5236
5240
|
"type": "structure",
|
5237
5241
|
"members": {
|
5238
5242
|
"FinishTime": {
|
5239
|
-
"shape": "
|
5243
|
+
"shape": "Skt",
|
5240
5244
|
"locationName": "finishTime"
|
5241
5245
|
},
|
5242
5246
|
"StartTime": {
|
5243
|
-
"shape": "
|
5247
|
+
"shape": "Skt",
|
5244
5248
|
"locationName": "startTime"
|
5245
5249
|
},
|
5246
5250
|
"SubmitTime": {
|
5247
|
-
"shape": "
|
5251
|
+
"shape": "Skt",
|
5248
5252
|
"locationName": "submitTime"
|
5249
5253
|
}
|
5250
5254
|
}
|
5251
5255
|
},
|
5252
5256
|
"UserMetadata": {
|
5253
|
-
"shape": "
|
5257
|
+
"shape": "Skp",
|
5254
5258
|
"locationName": "userMetadata"
|
5255
5259
|
},
|
5256
5260
|
"Warnings": {
|
@@ -5280,15 +5284,15 @@
|
|
5280
5284
|
"Role"
|
5281
5285
|
]
|
5282
5286
|
},
|
5283
|
-
"
|
5287
|
+
"Skt": {
|
5284
5288
|
"type": "timestamp",
|
5285
5289
|
"timestampFormat": "unixTimestamp"
|
5286
5290
|
},
|
5287
|
-
"
|
5291
|
+
"Skw": {
|
5288
5292
|
"type": "list",
|
5289
5293
|
"member": {}
|
5290
5294
|
},
|
5291
|
-
"
|
5295
|
+
"Sl9": {
|
5292
5296
|
"type": "structure",
|
5293
5297
|
"members": {
|
5294
5298
|
"AdAvailOffset": {
|
@@ -5307,6 +5311,10 @@
|
|
5307
5311
|
"shape": "So",
|
5308
5312
|
"locationName": "extendedDataServices"
|
5309
5313
|
},
|
5314
|
+
"FollowInputIndex": {
|
5315
|
+
"locationName": "followInputIndex",
|
5316
|
+
"type": "integer"
|
5317
|
+
},
|
5310
5318
|
"Inputs": {
|
5311
5319
|
"locationName": "inputs",
|
5312
5320
|
"type": "list",
|
@@ -5317,23 +5325,23 @@
|
|
5317
5325
|
"locationName": "advancedInputFilter"
|
5318
5326
|
},
|
5319
5327
|
"AdvancedInputFilterSettings": {
|
5320
|
-
"shape": "
|
5328
|
+
"shape": "Sv",
|
5321
5329
|
"locationName": "advancedInputFilterSettings"
|
5322
5330
|
},
|
5323
5331
|
"AudioSelectorGroups": {
|
5324
|
-
"shape": "
|
5332
|
+
"shape": "Sy",
|
5325
5333
|
"locationName": "audioSelectorGroups"
|
5326
5334
|
},
|
5327
5335
|
"AudioSelectors": {
|
5328
|
-
"shape": "
|
5336
|
+
"shape": "S12",
|
5329
5337
|
"locationName": "audioSelectors"
|
5330
5338
|
},
|
5331
5339
|
"CaptionSelectors": {
|
5332
|
-
"shape": "
|
5340
|
+
"shape": "S1o",
|
5333
5341
|
"locationName": "captionSelectors"
|
5334
5342
|
},
|
5335
5343
|
"Crop": {
|
5336
|
-
"shape": "
|
5344
|
+
"shape": "S2d",
|
5337
5345
|
"locationName": "crop"
|
5338
5346
|
},
|
5339
5347
|
"DeblockFilter": {
|
@@ -5353,18 +5361,18 @@
|
|
5353
5361
|
"type": "integer"
|
5354
5362
|
},
|
5355
5363
|
"ImageInserter": {
|
5356
|
-
"shape": "
|
5364
|
+
"shape": "S2q",
|
5357
5365
|
"locationName": "imageInserter"
|
5358
5366
|
},
|
5359
5367
|
"InputClippings": {
|
5360
|
-
"shape": "
|
5368
|
+
"shape": "S2y",
|
5361
5369
|
"locationName": "inputClippings"
|
5362
5370
|
},
|
5363
5371
|
"InputScanType": {
|
5364
5372
|
"locationName": "inputScanType"
|
5365
5373
|
},
|
5366
5374
|
"Position": {
|
5367
|
-
"shape": "
|
5375
|
+
"shape": "S2d",
|
5368
5376
|
"locationName": "position"
|
5369
5377
|
},
|
5370
5378
|
"ProgramNumber": {
|
@@ -5381,43 +5389,43 @@
|
|
5381
5389
|
"locationName": "timecodeStart"
|
5382
5390
|
},
|
5383
5391
|
"VideoSelector": {
|
5384
|
-
"shape": "
|
5392
|
+
"shape": "S39",
|
5385
5393
|
"locationName": "videoSelector"
|
5386
5394
|
}
|
5387
5395
|
}
|
5388
5396
|
}
|
5389
5397
|
},
|
5390
5398
|
"KantarWatermark": {
|
5391
|
-
"shape": "
|
5399
|
+
"shape": "S3k",
|
5392
5400
|
"locationName": "kantarWatermark"
|
5393
5401
|
},
|
5394
5402
|
"MotionImageInserter": {
|
5395
|
-
"shape": "
|
5403
|
+
"shape": "S3s",
|
5396
5404
|
"locationName": "motionImageInserter"
|
5397
5405
|
},
|
5398
5406
|
"NielsenConfiguration": {
|
5399
|
-
"shape": "
|
5407
|
+
"shape": "S40",
|
5400
5408
|
"locationName": "nielsenConfiguration"
|
5401
5409
|
},
|
5402
5410
|
"NielsenNonLinearWatermark": {
|
5403
|
-
"shape": "
|
5411
|
+
"shape": "S42",
|
5404
5412
|
"locationName": "nielsenNonLinearWatermark"
|
5405
5413
|
},
|
5406
5414
|
"OutputGroups": {
|
5407
|
-
"shape": "
|
5415
|
+
"shape": "S49",
|
5408
5416
|
"locationName": "outputGroups"
|
5409
5417
|
},
|
5410
5418
|
"TimecodeConfig": {
|
5411
|
-
"shape": "
|
5419
|
+
"shape": "Skh",
|
5412
5420
|
"locationName": "timecodeConfig"
|
5413
5421
|
},
|
5414
5422
|
"TimedMetadataInsertion": {
|
5415
|
-
"shape": "
|
5423
|
+
"shape": "Skk",
|
5416
5424
|
"locationName": "timedMetadataInsertion"
|
5417
5425
|
}
|
5418
5426
|
}
|
5419
5427
|
},
|
5420
|
-
"
|
5428
|
+
"Sld": {
|
5421
5429
|
"type": "structure",
|
5422
5430
|
"members": {
|
5423
5431
|
"AccelerationSettings": {
|
@@ -5431,7 +5439,7 @@
|
|
5431
5439
|
"locationName": "category"
|
5432
5440
|
},
|
5433
5441
|
"CreatedAt": {
|
5434
|
-
"shape": "
|
5442
|
+
"shape": "Skt",
|
5435
5443
|
"locationName": "createdAt"
|
5436
5444
|
},
|
5437
5445
|
"Description": {
|
@@ -5442,7 +5450,7 @@
|
|
5442
5450
|
"locationName": "hopDestinations"
|
5443
5451
|
},
|
5444
5452
|
"LastUpdated": {
|
5445
|
-
"shape": "
|
5453
|
+
"shape": "Skt",
|
5446
5454
|
"locationName": "lastUpdated"
|
5447
5455
|
},
|
5448
5456
|
"Name": {
|
@@ -5456,7 +5464,7 @@
|
|
5456
5464
|
"locationName": "queue"
|
5457
5465
|
},
|
5458
5466
|
"Settings": {
|
5459
|
-
"shape": "
|
5467
|
+
"shape": "Sl9",
|
5460
5468
|
"locationName": "settings"
|
5461
5469
|
},
|
5462
5470
|
"StatusUpdateInterval": {
|
@@ -5471,11 +5479,11 @@
|
|
5471
5479
|
"Name"
|
5472
5480
|
]
|
5473
5481
|
},
|
5474
|
-
"
|
5482
|
+
"Slg": {
|
5475
5483
|
"type": "structure",
|
5476
5484
|
"members": {
|
5477
5485
|
"AudioDescriptions": {
|
5478
|
-
"shape": "
|
5486
|
+
"shape": "S7y",
|
5479
5487
|
"locationName": "audioDescriptions"
|
5480
5488
|
},
|
5481
5489
|
"CaptionDescriptions": {
|
@@ -5488,7 +5496,7 @@
|
|
5488
5496
|
"locationName": "customLanguageCode"
|
5489
5497
|
},
|
5490
5498
|
"DestinationSettings": {
|
5491
|
-
"shape": "
|
5499
|
+
"shape": "Sak",
|
5492
5500
|
"locationName": "destinationSettings"
|
5493
5501
|
},
|
5494
5502
|
"LanguageCode": {
|
@@ -5501,16 +5509,16 @@
|
|
5501
5509
|
}
|
5502
5510
|
},
|
5503
5511
|
"ContainerSettings": {
|
5504
|
-
"shape": "
|
5512
|
+
"shape": "Sbu",
|
5505
5513
|
"locationName": "containerSettings"
|
5506
5514
|
},
|
5507
5515
|
"VideoDescription": {
|
5508
|
-
"shape": "
|
5516
|
+
"shape": "Se9",
|
5509
5517
|
"locationName": "videoDescription"
|
5510
5518
|
}
|
5511
5519
|
}
|
5512
5520
|
},
|
5513
|
-
"
|
5521
|
+
"Slk": {
|
5514
5522
|
"type": "structure",
|
5515
5523
|
"members": {
|
5516
5524
|
"Arn": {
|
@@ -5520,21 +5528,21 @@
|
|
5520
5528
|
"locationName": "category"
|
5521
5529
|
},
|
5522
5530
|
"CreatedAt": {
|
5523
|
-
"shape": "
|
5531
|
+
"shape": "Skt",
|
5524
5532
|
"locationName": "createdAt"
|
5525
5533
|
},
|
5526
5534
|
"Description": {
|
5527
5535
|
"locationName": "description"
|
5528
5536
|
},
|
5529
5537
|
"LastUpdated": {
|
5530
|
-
"shape": "
|
5538
|
+
"shape": "Skt",
|
5531
5539
|
"locationName": "lastUpdated"
|
5532
5540
|
},
|
5533
5541
|
"Name": {
|
5534
5542
|
"locationName": "name"
|
5535
5543
|
},
|
5536
5544
|
"Settings": {
|
5537
|
-
"shape": "
|
5545
|
+
"shape": "Slg",
|
5538
5546
|
"locationName": "settings"
|
5539
5547
|
},
|
5540
5548
|
"Type": {
|
@@ -5546,7 +5554,7 @@
|
|
5546
5554
|
"Name"
|
5547
5555
|
]
|
5548
5556
|
},
|
5549
|
-
"
|
5557
|
+
"Sln": {
|
5550
5558
|
"type": "structure",
|
5551
5559
|
"members": {
|
5552
5560
|
"Commitment": {
|
@@ -5566,21 +5574,21 @@
|
|
5566
5574
|
"RenewalType"
|
5567
5575
|
]
|
5568
5576
|
},
|
5569
|
-
"
|
5577
|
+
"Sls": {
|
5570
5578
|
"type": "structure",
|
5571
5579
|
"members": {
|
5572
5580
|
"Arn": {
|
5573
5581
|
"locationName": "arn"
|
5574
5582
|
},
|
5575
5583
|
"CreatedAt": {
|
5576
|
-
"shape": "
|
5584
|
+
"shape": "Skt",
|
5577
5585
|
"locationName": "createdAt"
|
5578
5586
|
},
|
5579
5587
|
"Description": {
|
5580
5588
|
"locationName": "description"
|
5581
5589
|
},
|
5582
5590
|
"LastUpdated": {
|
5583
|
-
"shape": "
|
5591
|
+
"shape": "Skt",
|
5584
5592
|
"locationName": "lastUpdated"
|
5585
5593
|
},
|
5586
5594
|
"Name": {
|
@@ -5601,11 +5609,11 @@
|
|
5601
5609
|
"locationName": "commitment"
|
5602
5610
|
},
|
5603
5611
|
"ExpiresAt": {
|
5604
|
-
"shape": "
|
5612
|
+
"shape": "Skt",
|
5605
5613
|
"locationName": "expiresAt"
|
5606
5614
|
},
|
5607
5615
|
"PurchasedAt": {
|
5608
|
-
"shape": "
|
5616
|
+
"shape": "Skt",
|
5609
5617
|
"locationName": "purchasedAt"
|
5610
5618
|
},
|
5611
5619
|
"RenewalType": {
|
@@ -5635,7 +5643,7 @@
|
|
5635
5643
|
"Name"
|
5636
5644
|
]
|
5637
5645
|
},
|
5638
|
-
"
|
5646
|
+
"Smg": {
|
5639
5647
|
"type": "structure",
|
5640
5648
|
"members": {
|
5641
5649
|
"HttpInputs": {
|