aws-sdk 2.1642.0 → 2.1643.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +4 -1
- package/apis/batch-2016-08-10.min.json +4 -1
- package/apis/codebuild-2016-10-06.min.json +50 -29
- package/apis/cognito-idp-2016-04-18.min.json +108 -27
- package/apis/ds-2015-04-16.min.json +7 -1
- package/apis/elasticfilesystem-2015-02-01.min.json +7 -1
- package/apis/glue-2017-03-31.min.json +294 -142
- package/apis/glue-2017-03-31.paginators.json +6 -0
- package/apis/kms-2014-11-01.examples.json +4 -2
- package/apis/mediaconvert-2017-08-29.min.json +155 -130
- package/apis/waf-2015-08-24.min.json +7 -1
- package/clients/acmpca.d.ts +2 -2
- package/clients/codebuild.d.ts +24 -1
- package/clients/glue.d.ts +206 -4
- package/clients/mediaconvert.d.ts +31 -4
- package/clients/secretsmanager.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +175 -61
- package/dist/aws-sdk.min.js +92 -92
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -9,7 +9,10 @@
|
|
9
9
|
"jsonVersion": "1.1",
|
10
10
|
"uid": "mediaconvert-2017-08-29",
|
11
11
|
"signatureVersion": "v4",
|
12
|
-
"serviceAbbreviation": "MediaConvert"
|
12
|
+
"serviceAbbreviation": "MediaConvert",
|
13
|
+
"auth": [
|
14
|
+
"aws.auth#sigv4"
|
15
|
+
]
|
13
16
|
},
|
14
17
|
"operations": {
|
15
18
|
"AssociateCertificate": {
|
@@ -103,11 +106,11 @@
|
|
103
106
|
"locationName": "statusUpdateInterval"
|
104
107
|
},
|
105
108
|
"Tags": {
|
106
|
-
"shape": "
|
109
|
+
"shape": "Slc",
|
107
110
|
"locationName": "tags"
|
108
111
|
},
|
109
112
|
"UserMetadata": {
|
110
|
-
"shape": "
|
113
|
+
"shape": "Slc",
|
111
114
|
"locationName": "userMetadata"
|
112
115
|
}
|
113
116
|
},
|
@@ -120,7 +123,7 @@
|
|
120
123
|
"type": "structure",
|
121
124
|
"members": {
|
122
125
|
"Job": {
|
123
|
-
"shape": "
|
126
|
+
"shape": "Sle",
|
124
127
|
"locationName": "job"
|
125
128
|
}
|
126
129
|
}
|
@@ -159,14 +162,14 @@
|
|
159
162
|
"locationName": "queue"
|
160
163
|
},
|
161
164
|
"Settings": {
|
162
|
-
"shape": "
|
165
|
+
"shape": "Slw",
|
163
166
|
"locationName": "settings"
|
164
167
|
},
|
165
168
|
"StatusUpdateInterval": {
|
166
169
|
"locationName": "statusUpdateInterval"
|
167
170
|
},
|
168
171
|
"Tags": {
|
169
|
-
"shape": "
|
172
|
+
"shape": "Slc",
|
170
173
|
"locationName": "tags"
|
171
174
|
}
|
172
175
|
},
|
@@ -179,7 +182,7 @@
|
|
179
182
|
"type": "structure",
|
180
183
|
"members": {
|
181
184
|
"JobTemplate": {
|
182
|
-
"shape": "
|
185
|
+
"shape": "Sm0",
|
183
186
|
"locationName": "jobTemplate"
|
184
187
|
}
|
185
188
|
}
|
@@ -203,11 +206,11 @@
|
|
203
206
|
"locationName": "name"
|
204
207
|
},
|
205
208
|
"Settings": {
|
206
|
-
"shape": "
|
209
|
+
"shape": "Sm3",
|
207
210
|
"locationName": "settings"
|
208
211
|
},
|
209
212
|
"Tags": {
|
210
|
-
"shape": "
|
213
|
+
"shape": "Slc",
|
211
214
|
"locationName": "tags"
|
212
215
|
}
|
213
216
|
},
|
@@ -220,7 +223,7 @@
|
|
220
223
|
"type": "structure",
|
221
224
|
"members": {
|
222
225
|
"Preset": {
|
223
|
-
"shape": "
|
226
|
+
"shape": "Sm7",
|
224
227
|
"locationName": "preset"
|
225
228
|
}
|
226
229
|
}
|
@@ -244,14 +247,14 @@
|
|
244
247
|
"locationName": "pricingPlan"
|
245
248
|
},
|
246
249
|
"ReservationPlanSettings": {
|
247
|
-
"shape": "
|
250
|
+
"shape": "Sma",
|
248
251
|
"locationName": "reservationPlanSettings"
|
249
252
|
},
|
250
253
|
"Status": {
|
251
254
|
"locationName": "status"
|
252
255
|
},
|
253
256
|
"Tags": {
|
254
|
-
"shape": "
|
257
|
+
"shape": "Slc",
|
255
258
|
"locationName": "tags"
|
256
259
|
}
|
257
260
|
},
|
@@ -263,7 +266,7 @@
|
|
263
266
|
"type": "structure",
|
264
267
|
"members": {
|
265
268
|
"Queue": {
|
266
|
-
"shape": "
|
269
|
+
"shape": "Smf",
|
267
270
|
"locationName": "queue"
|
268
271
|
}
|
269
272
|
}
|
@@ -448,7 +451,7 @@
|
|
448
451
|
"type": "structure",
|
449
452
|
"members": {
|
450
453
|
"Job": {
|
451
|
-
"shape": "
|
454
|
+
"shape": "Sle",
|
452
455
|
"locationName": "job"
|
453
456
|
}
|
454
457
|
}
|
@@ -476,7 +479,7 @@
|
|
476
479
|
"type": "structure",
|
477
480
|
"members": {
|
478
481
|
"JobTemplate": {
|
479
|
-
"shape": "
|
482
|
+
"shape": "Sm0",
|
480
483
|
"locationName": "jobTemplate"
|
481
484
|
}
|
482
485
|
}
|
@@ -496,7 +499,7 @@
|
|
496
499
|
"type": "structure",
|
497
500
|
"members": {
|
498
501
|
"Policy": {
|
499
|
-
"shape": "
|
502
|
+
"shape": "Sn3",
|
500
503
|
"locationName": "policy"
|
501
504
|
}
|
502
505
|
}
|
@@ -524,7 +527,7 @@
|
|
524
527
|
"type": "structure",
|
525
528
|
"members": {
|
526
529
|
"Preset": {
|
527
|
-
"shape": "
|
530
|
+
"shape": "Sm7",
|
528
531
|
"locationName": "preset"
|
529
532
|
}
|
530
533
|
}
|
@@ -552,7 +555,7 @@
|
|
552
555
|
"type": "structure",
|
553
556
|
"members": {
|
554
557
|
"Queue": {
|
555
|
-
"shape": "
|
558
|
+
"shape": "Smf",
|
556
559
|
"locationName": "queue"
|
557
560
|
}
|
558
561
|
}
|
@@ -597,7 +600,7 @@
|
|
597
600
|
"locationName": "jobTemplates",
|
598
601
|
"type": "list",
|
599
602
|
"member": {
|
600
|
-
"shape": "
|
603
|
+
"shape": "Sm0"
|
601
604
|
}
|
602
605
|
},
|
603
606
|
"NextToken": {
|
@@ -642,7 +645,7 @@
|
|
642
645
|
"type": "structure",
|
643
646
|
"members": {
|
644
647
|
"Jobs": {
|
645
|
-
"shape": "
|
648
|
+
"shape": "Snh",
|
646
649
|
"locationName": "jobs"
|
647
650
|
},
|
648
651
|
"NextToken": {
|
@@ -693,7 +696,7 @@
|
|
693
696
|
"locationName": "presets",
|
694
697
|
"type": "list",
|
695
698
|
"member": {
|
696
|
-
"shape": "
|
699
|
+
"shape": "Sm7"
|
697
700
|
}
|
698
701
|
}
|
699
702
|
}
|
@@ -737,7 +740,7 @@
|
|
737
740
|
"locationName": "queues",
|
738
741
|
"type": "list",
|
739
742
|
"member": {
|
740
|
-
"shape": "
|
743
|
+
"shape": "Smf"
|
741
744
|
}
|
742
745
|
}
|
743
746
|
}
|
@@ -772,7 +775,7 @@
|
|
772
775
|
"locationName": "arn"
|
773
776
|
},
|
774
777
|
"Tags": {
|
775
|
-
"shape": "
|
778
|
+
"shape": "Slc",
|
776
779
|
"locationName": "tags"
|
777
780
|
}
|
778
781
|
}
|
@@ -790,7 +793,7 @@
|
|
790
793
|
"type": "structure",
|
791
794
|
"members": {
|
792
795
|
"Policy": {
|
793
|
-
"shape": "
|
796
|
+
"shape": "Sn3",
|
794
797
|
"locationName": "policy"
|
795
798
|
}
|
796
799
|
},
|
@@ -802,7 +805,7 @@
|
|
802
805
|
"type": "structure",
|
803
806
|
"members": {
|
804
807
|
"Policy": {
|
805
|
-
"shape": "
|
808
|
+
"shape": "Sn3",
|
806
809
|
"locationName": "policy"
|
807
810
|
}
|
808
811
|
}
|
@@ -848,7 +851,7 @@
|
|
848
851
|
"type": "structure",
|
849
852
|
"members": {
|
850
853
|
"Jobs": {
|
851
|
-
"shape": "
|
854
|
+
"shape": "Snh",
|
852
855
|
"locationName": "jobs"
|
853
856
|
},
|
854
857
|
"NextToken": {
|
@@ -869,7 +872,7 @@
|
|
869
872
|
"locationName": "arn"
|
870
873
|
},
|
871
874
|
"Tags": {
|
872
|
-
"shape": "
|
875
|
+
"shape": "Slc",
|
873
876
|
"locationName": "tags"
|
874
877
|
}
|
875
878
|
},
|
@@ -897,7 +900,7 @@
|
|
897
900
|
"location": "uri"
|
898
901
|
},
|
899
902
|
"TagKeys": {
|
900
|
-
"shape": "
|
903
|
+
"shape": "Slj",
|
901
904
|
"locationName": "tagKeys"
|
902
905
|
}
|
903
906
|
},
|
@@ -945,7 +948,7 @@
|
|
945
948
|
"locationName": "queue"
|
946
949
|
},
|
947
950
|
"Settings": {
|
948
|
-
"shape": "
|
951
|
+
"shape": "Slw",
|
949
952
|
"locationName": "settings"
|
950
953
|
},
|
951
954
|
"StatusUpdateInterval": {
|
@@ -960,7 +963,7 @@
|
|
960
963
|
"type": "structure",
|
961
964
|
"members": {
|
962
965
|
"JobTemplate": {
|
963
|
-
"shape": "
|
966
|
+
"shape": "Sm0",
|
964
967
|
"locationName": "jobTemplate"
|
965
968
|
}
|
966
969
|
}
|
@@ -986,7 +989,7 @@
|
|
986
989
|
"location": "uri"
|
987
990
|
},
|
988
991
|
"Settings": {
|
989
|
-
"shape": "
|
992
|
+
"shape": "Sm3",
|
990
993
|
"locationName": "settings"
|
991
994
|
}
|
992
995
|
},
|
@@ -998,7 +1001,7 @@
|
|
998
1001
|
"type": "structure",
|
999
1002
|
"members": {
|
1000
1003
|
"Preset": {
|
1001
|
-
"shape": "
|
1004
|
+
"shape": "Sm7",
|
1002
1005
|
"locationName": "preset"
|
1003
1006
|
}
|
1004
1007
|
}
|
@@ -1021,7 +1024,7 @@
|
|
1021
1024
|
"location": "uri"
|
1022
1025
|
},
|
1023
1026
|
"ReservationPlanSettings": {
|
1024
|
-
"shape": "
|
1027
|
+
"shape": "Sma",
|
1025
1028
|
"locationName": "reservationPlanSettings"
|
1026
1029
|
},
|
1027
1030
|
"Status": {
|
@@ -1036,7 +1039,7 @@
|
|
1036
1039
|
"type": "structure",
|
1037
1040
|
"members": {
|
1038
1041
|
"Queue": {
|
1039
|
-
"shape": "
|
1042
|
+
"shape": "Smf",
|
1040
1043
|
"locationName": "queue"
|
1041
1044
|
}
|
1042
1045
|
}
|
@@ -1204,49 +1207,65 @@
|
|
1204
1207
|
"locationName": "videoGenerator",
|
1205
1208
|
"type": "structure",
|
1206
1209
|
"members": {
|
1210
|
+
"Channels": {
|
1211
|
+
"locationName": "channels",
|
1212
|
+
"type": "integer"
|
1213
|
+
},
|
1207
1214
|
"Duration": {
|
1208
1215
|
"locationName": "duration",
|
1209
1216
|
"type": "integer"
|
1217
|
+
},
|
1218
|
+
"FramerateDenominator": {
|
1219
|
+
"locationName": "framerateDenominator",
|
1220
|
+
"type": "integer"
|
1221
|
+
},
|
1222
|
+
"FramerateNumerator": {
|
1223
|
+
"locationName": "framerateNumerator",
|
1224
|
+
"type": "integer"
|
1225
|
+
},
|
1226
|
+
"SampleRate": {
|
1227
|
+
"locationName": "sampleRate",
|
1228
|
+
"type": "integer"
|
1210
1229
|
}
|
1211
1230
|
}
|
1212
1231
|
},
|
1213
1232
|
"VideoOverlays": {
|
1214
|
-
"shape": "
|
1233
|
+
"shape": "S3f",
|
1215
1234
|
"locationName": "videoOverlays"
|
1216
1235
|
},
|
1217
1236
|
"VideoSelector": {
|
1218
|
-
"shape": "
|
1237
|
+
"shape": "S3l",
|
1219
1238
|
"locationName": "videoSelector"
|
1220
1239
|
}
|
1221
1240
|
}
|
1222
1241
|
}
|
1223
1242
|
},
|
1224
1243
|
"KantarWatermark": {
|
1225
|
-
"shape": "
|
1244
|
+
"shape": "S3v",
|
1226
1245
|
"locationName": "kantarWatermark"
|
1227
1246
|
},
|
1228
1247
|
"MotionImageInserter": {
|
1229
|
-
"shape": "
|
1248
|
+
"shape": "S43",
|
1230
1249
|
"locationName": "motionImageInserter"
|
1231
1250
|
},
|
1232
1251
|
"NielsenConfiguration": {
|
1233
|
-
"shape": "
|
1252
|
+
"shape": "S4b",
|
1234
1253
|
"locationName": "nielsenConfiguration"
|
1235
1254
|
},
|
1236
1255
|
"NielsenNonLinearWatermark": {
|
1237
|
-
"shape": "
|
1256
|
+
"shape": "S4d",
|
1238
1257
|
"locationName": "nielsenNonLinearWatermark"
|
1239
1258
|
},
|
1240
1259
|
"OutputGroups": {
|
1241
|
-
"shape": "
|
1260
|
+
"shape": "S4k",
|
1242
1261
|
"locationName": "outputGroups"
|
1243
1262
|
},
|
1244
1263
|
"TimecodeConfig": {
|
1245
|
-
"shape": "
|
1264
|
+
"shape": "Sl4",
|
1246
1265
|
"locationName": "timecodeConfig"
|
1247
1266
|
},
|
1248
1267
|
"TimedMetadataInsertion": {
|
1249
|
-
"shape": "
|
1268
|
+
"shape": "Sl7",
|
1250
1269
|
"locationName": "timedMetadataInsertion"
|
1251
1270
|
}
|
1252
1271
|
}
|
@@ -1703,7 +1722,7 @@
|
|
1703
1722
|
}
|
1704
1723
|
}
|
1705
1724
|
},
|
1706
|
-
"
|
1725
|
+
"S3f": {
|
1707
1726
|
"type": "list",
|
1708
1727
|
"member": {
|
1709
1728
|
"type": "structure",
|
@@ -1747,7 +1766,7 @@
|
|
1747
1766
|
}
|
1748
1767
|
}
|
1749
1768
|
},
|
1750
|
-
"
|
1769
|
+
"S3l": {
|
1751
1770
|
"type": "structure",
|
1752
1771
|
"members": {
|
1753
1772
|
"AlphaBehavior": {
|
@@ -1763,7 +1782,7 @@
|
|
1763
1782
|
"locationName": "embeddedTimecodeOverride"
|
1764
1783
|
},
|
1765
1784
|
"Hdr10Metadata": {
|
1766
|
-
"shape": "
|
1785
|
+
"shape": "S3p",
|
1767
1786
|
"locationName": "hdr10Metadata"
|
1768
1787
|
},
|
1769
1788
|
"MaxLuminance": {
|
@@ -1789,7 +1808,7 @@
|
|
1789
1808
|
}
|
1790
1809
|
}
|
1791
1810
|
},
|
1792
|
-
"
|
1811
|
+
"S3p": {
|
1793
1812
|
"type": "structure",
|
1794
1813
|
"members": {
|
1795
1814
|
"BluePrimaryX": {
|
@@ -1842,7 +1861,7 @@
|
|
1842
1861
|
}
|
1843
1862
|
}
|
1844
1863
|
},
|
1845
|
-
"
|
1864
|
+
"S3v": {
|
1846
1865
|
"type": "structure",
|
1847
1866
|
"members": {
|
1848
1867
|
"ChannelName": {
|
@@ -1888,7 +1907,7 @@
|
|
1888
1907
|
}
|
1889
1908
|
}
|
1890
1909
|
},
|
1891
|
-
"
|
1910
|
+
"S43": {
|
1892
1911
|
"type": "structure",
|
1893
1912
|
"members": {
|
1894
1913
|
"Framerate": {
|
@@ -1933,7 +1952,7 @@
|
|
1933
1952
|
}
|
1934
1953
|
}
|
1935
1954
|
},
|
1936
|
-
"
|
1955
|
+
"S4b": {
|
1937
1956
|
"type": "structure",
|
1938
1957
|
"members": {
|
1939
1958
|
"BreakoutCode": {
|
@@ -1945,7 +1964,7 @@
|
|
1945
1964
|
}
|
1946
1965
|
}
|
1947
1966
|
},
|
1948
|
-
"
|
1967
|
+
"S4d": {
|
1949
1968
|
"type": "structure",
|
1950
1969
|
"members": {
|
1951
1970
|
"ActiveWatermarkProcess": {
|
@@ -1984,7 +2003,7 @@
|
|
1984
2003
|
}
|
1985
2004
|
}
|
1986
2005
|
},
|
1987
|
-
"
|
2006
|
+
"S4k": {
|
1988
2007
|
"type": "list",
|
1989
2008
|
"member": {
|
1990
2009
|
"type": "structure",
|
@@ -2129,6 +2148,9 @@
|
|
2129
2148
|
"CodecSpecification": {
|
2130
2149
|
"locationName": "codecSpecification"
|
2131
2150
|
},
|
2151
|
+
"DashIFrameTrickPlayNameModifier": {
|
2152
|
+
"locationName": "dashIFrameTrickPlayNameModifier"
|
2153
|
+
},
|
2132
2154
|
"DashManifestStyle": {
|
2133
2155
|
"locationName": "dashManifestStyle"
|
2134
2156
|
},
|
@@ -2136,7 +2158,7 @@
|
|
2136
2158
|
"locationName": "destination"
|
2137
2159
|
},
|
2138
2160
|
"DestinationSettings": {
|
2139
|
-
"shape": "
|
2161
|
+
"shape": "S59",
|
2140
2162
|
"locationName": "destinationSettings"
|
2141
2163
|
},
|
2142
2164
|
"Encryption": {
|
@@ -2160,11 +2182,11 @@
|
|
2160
2182
|
"locationName": "certificateArn"
|
2161
2183
|
},
|
2162
2184
|
"DashSignaledSystemIds": {
|
2163
|
-
"shape": "
|
2185
|
+
"shape": "S5o",
|
2164
2186
|
"locationName": "dashSignaledSystemIds"
|
2165
2187
|
},
|
2166
2188
|
"HlsSignaledSystemIds": {
|
2167
|
-
"shape": "
|
2189
|
+
"shape": "S5o",
|
2168
2190
|
"locationName": "hlsSignaledSystemIds"
|
2169
2191
|
},
|
2170
2192
|
"ResourceId": {
|
@@ -2176,7 +2198,7 @@
|
|
2176
2198
|
}
|
2177
2199
|
},
|
2178
2200
|
"StaticKeyProvider": {
|
2179
|
-
"shape": "
|
2201
|
+
"shape": "S5s",
|
2180
2202
|
"locationName": "staticKeyProvider"
|
2181
2203
|
},
|
2182
2204
|
"Type": {
|
@@ -2299,6 +2321,9 @@
|
|
2299
2321
|
"BaseUrl": {
|
2300
2322
|
"locationName": "baseUrl"
|
2301
2323
|
},
|
2324
|
+
"DashIFrameTrickPlayNameModifier": {
|
2325
|
+
"locationName": "dashIFrameTrickPlayNameModifier"
|
2326
|
+
},
|
2302
2327
|
"DashManifestStyle": {
|
2303
2328
|
"locationName": "dashManifestStyle"
|
2304
2329
|
},
|
@@ -2306,7 +2331,7 @@
|
|
2306
2331
|
"locationName": "destination"
|
2307
2332
|
},
|
2308
2333
|
"DestinationSettings": {
|
2309
|
-
"shape": "
|
2334
|
+
"shape": "S59",
|
2310
2335
|
"locationName": "destinationSettings"
|
2311
2336
|
},
|
2312
2337
|
"Encryption": {
|
@@ -2317,7 +2342,7 @@
|
|
2317
2342
|
"locationName": "playbackDeviceCompatibility"
|
2318
2343
|
},
|
2319
2344
|
"SpekeKeyProvider": {
|
2320
|
-
"shape": "
|
2345
|
+
"shape": "S6o",
|
2321
2346
|
"locationName": "spekeKeyProvider"
|
2322
2347
|
}
|
2323
2348
|
}
|
@@ -2404,7 +2429,7 @@
|
|
2404
2429
|
"locationName": "destination"
|
2405
2430
|
},
|
2406
2431
|
"DestinationSettings": {
|
2407
|
-
"shape": "
|
2432
|
+
"shape": "S59",
|
2408
2433
|
"locationName": "destinationSettings"
|
2409
2434
|
}
|
2410
2435
|
}
|
@@ -2478,7 +2503,7 @@
|
|
2478
2503
|
"locationName": "destination"
|
2479
2504
|
},
|
2480
2505
|
"DestinationSettings": {
|
2481
|
-
"shape": "
|
2506
|
+
"shape": "S59",
|
2482
2507
|
"locationName": "destinationSettings"
|
2483
2508
|
},
|
2484
2509
|
"DirectoryStructure": {
|
@@ -2501,11 +2526,11 @@
|
|
2501
2526
|
"locationName": "offlineEncrypted"
|
2502
2527
|
},
|
2503
2528
|
"SpekeKeyProvider": {
|
2504
|
-
"shape": "
|
2529
|
+
"shape": "S6o",
|
2505
2530
|
"locationName": "spekeKeyProvider"
|
2506
2531
|
},
|
2507
2532
|
"StaticKeyProvider": {
|
2508
|
-
"shape": "
|
2533
|
+
"shape": "S5s",
|
2509
2534
|
"locationName": "staticKeyProvider"
|
2510
2535
|
},
|
2511
2536
|
"Type": {
|
@@ -2632,7 +2657,7 @@
|
|
2632
2657
|
"locationName": "destination"
|
2633
2658
|
},
|
2634
2659
|
"DestinationSettings": {
|
2635
|
-
"shape": "
|
2660
|
+
"shape": "S59",
|
2636
2661
|
"locationName": "destinationSettings"
|
2637
2662
|
},
|
2638
2663
|
"Encryption": {
|
@@ -2640,7 +2665,7 @@
|
|
2640
2665
|
"type": "structure",
|
2641
2666
|
"members": {
|
2642
2667
|
"SpekeKeyProvider": {
|
2643
|
-
"shape": "
|
2668
|
+
"shape": "S6o",
|
2644
2669
|
"locationName": "spekeKeyProvider"
|
2645
2670
|
}
|
2646
2671
|
}
|
@@ -2669,7 +2694,7 @@
|
|
2669
2694
|
"type": "structure",
|
2670
2695
|
"members": {
|
2671
2696
|
"AudioDescriptions": {
|
2672
|
-
"shape": "
|
2697
|
+
"shape": "S8a",
|
2673
2698
|
"locationName": "audioDescriptions"
|
2674
2699
|
},
|
2675
2700
|
"CaptionDescriptions": {
|
@@ -2685,7 +2710,7 @@
|
|
2685
2710
|
"locationName": "customLanguageCode"
|
2686
2711
|
},
|
2687
2712
|
"DestinationSettings": {
|
2688
|
-
"shape": "
|
2713
|
+
"shape": "Sax",
|
2689
2714
|
"locationName": "destinationSettings"
|
2690
2715
|
},
|
2691
2716
|
"LanguageCode": {
|
@@ -2698,7 +2723,7 @@
|
|
2698
2723
|
}
|
2699
2724
|
},
|
2700
2725
|
"ContainerSettings": {
|
2701
|
-
"shape": "
|
2726
|
+
"shape": "Sc8",
|
2702
2727
|
"locationName": "containerSettings"
|
2703
2728
|
},
|
2704
2729
|
"Extension": {
|
@@ -2744,7 +2769,7 @@
|
|
2744
2769
|
"locationName": "preset"
|
2745
2770
|
},
|
2746
2771
|
"VideoDescription": {
|
2747
|
-
"shape": "
|
2772
|
+
"shape": "Sen",
|
2748
2773
|
"locationName": "videoDescription"
|
2749
2774
|
}
|
2750
2775
|
}
|
@@ -2753,7 +2778,7 @@
|
|
2753
2778
|
}
|
2754
2779
|
}
|
2755
2780
|
},
|
2756
|
-
"
|
2781
|
+
"S59": {
|
2757
2782
|
"type": "structure",
|
2758
2783
|
"members": {
|
2759
2784
|
"S3Settings": {
|
@@ -2791,11 +2816,11 @@
|
|
2791
2816
|
}
|
2792
2817
|
}
|
2793
2818
|
},
|
2794
|
-
"
|
2819
|
+
"S5o": {
|
2795
2820
|
"type": "list",
|
2796
2821
|
"member": {}
|
2797
2822
|
},
|
2798
|
-
"
|
2823
|
+
"S5s": {
|
2799
2824
|
"type": "structure",
|
2800
2825
|
"members": {
|
2801
2826
|
"KeyFormat": {
|
@@ -2812,7 +2837,7 @@
|
|
2812
2837
|
}
|
2813
2838
|
}
|
2814
2839
|
},
|
2815
|
-
"
|
2840
|
+
"S6o": {
|
2816
2841
|
"type": "structure",
|
2817
2842
|
"members": {
|
2818
2843
|
"CertificateArn": {
|
@@ -2831,7 +2856,7 @@
|
|
2831
2856
|
}
|
2832
2857
|
}
|
2833
2858
|
},
|
2834
|
-
"
|
2859
|
+
"S8a": {
|
2835
2860
|
"type": "list",
|
2836
2861
|
"member": {
|
2837
2862
|
"type": "structure",
|
@@ -3268,7 +3293,7 @@
|
|
3268
3293
|
}
|
3269
3294
|
}
|
3270
3295
|
},
|
3271
|
-
"
|
3296
|
+
"Sax": {
|
3272
3297
|
"type": "structure",
|
3273
3298
|
"members": {
|
3274
3299
|
"BurninDestinationSettings": {
|
@@ -3559,7 +3584,7 @@
|
|
3559
3584
|
}
|
3560
3585
|
}
|
3561
3586
|
},
|
3562
|
-
"
|
3587
|
+
"Sc8": {
|
3563
3588
|
"type": "structure",
|
3564
3589
|
"members": {
|
3565
3590
|
"CmfcSettings": {
|
@@ -3637,7 +3662,7 @@
|
|
3637
3662
|
"type": "integer"
|
3638
3663
|
},
|
3639
3664
|
"AudioPids": {
|
3640
|
-
"shape": "
|
3665
|
+
"shape": "Scr",
|
3641
3666
|
"locationName": "audioPids"
|
3642
3667
|
},
|
3643
3668
|
"Bitrate": {
|
@@ -3687,7 +3712,7 @@
|
|
3687
3712
|
}
|
3688
3713
|
},
|
3689
3714
|
"DvbSubPids": {
|
3690
|
-
"shape": "
|
3715
|
+
"shape": "Scr",
|
3691
3716
|
"locationName": "dvbSubPids"
|
3692
3717
|
},
|
3693
3718
|
"DvbTdtSettings": {
|
@@ -3831,7 +3856,7 @@
|
|
3831
3856
|
"type": "integer"
|
3832
3857
|
},
|
3833
3858
|
"AudioPids": {
|
3834
|
-
"shape": "
|
3859
|
+
"shape": "Scr",
|
3835
3860
|
"locationName": "audioPids"
|
3836
3861
|
},
|
3837
3862
|
"DataPTSControl": {
|
@@ -4014,13 +4039,13 @@
|
|
4014
4039
|
}
|
4015
4040
|
}
|
4016
4041
|
},
|
4017
|
-
"
|
4042
|
+
"Scr": {
|
4018
4043
|
"type": "list",
|
4019
4044
|
"member": {
|
4020
4045
|
"type": "integer"
|
4021
4046
|
}
|
4022
4047
|
},
|
4023
|
-
"
|
4048
|
+
"Sen": {
|
4024
4049
|
"type": "structure",
|
4025
4050
|
"members": {
|
4026
4051
|
"AfdSignaling": {
|
@@ -4175,7 +4200,7 @@
|
|
4175
4200
|
"locationName": "adaptiveQuantization"
|
4176
4201
|
},
|
4177
4202
|
"BandwidthReductionFilter": {
|
4178
|
-
"shape": "
|
4203
|
+
"shape": "Sfl",
|
4179
4204
|
"locationName": "bandwidthReductionFilter"
|
4180
4205
|
},
|
4181
4206
|
"Bitrate": {
|
@@ -4345,7 +4370,7 @@
|
|
4345
4370
|
"locationName": "alternateTransferFunctionSei"
|
4346
4371
|
},
|
4347
4372
|
"BandwidthReductionFilter": {
|
4348
|
-
"shape": "
|
4373
|
+
"shape": "Sfl",
|
4349
4374
|
"locationName": "bandwidthReductionFilter"
|
4350
4375
|
},
|
4351
4376
|
"Bitrate": {
|
@@ -5061,7 +5086,7 @@
|
|
5061
5086
|
"type": "integer"
|
5062
5087
|
},
|
5063
5088
|
"Hdr10Metadata": {
|
5064
|
-
"shape": "
|
5089
|
+
"shape": "S3p",
|
5065
5090
|
"locationName": "hdr10Metadata"
|
5066
5091
|
},
|
5067
5092
|
"HdrToSdrToneMapper": {
|
@@ -5260,7 +5285,7 @@
|
|
5260
5285
|
}
|
5261
5286
|
}
|
5262
5287
|
},
|
5263
|
-
"
|
5288
|
+
"Sfl": {
|
5264
5289
|
"type": "structure",
|
5265
5290
|
"members": {
|
5266
5291
|
"Sharpening": {
|
@@ -5271,7 +5296,7 @@
|
|
5271
5296
|
}
|
5272
5297
|
}
|
5273
5298
|
},
|
5274
|
-
"
|
5299
|
+
"Sl4": {
|
5275
5300
|
"type": "structure",
|
5276
5301
|
"members": {
|
5277
5302
|
"Anchor": {
|
@@ -5288,7 +5313,7 @@
|
|
5288
5313
|
}
|
5289
5314
|
}
|
5290
5315
|
},
|
5291
|
-
"
|
5316
|
+
"Sl7": {
|
5292
5317
|
"type": "structure",
|
5293
5318
|
"members": {
|
5294
5319
|
"Id3Insertions": {
|
@@ -5308,12 +5333,12 @@
|
|
5308
5333
|
}
|
5309
5334
|
}
|
5310
5335
|
},
|
5311
|
-
"
|
5336
|
+
"Slc": {
|
5312
5337
|
"type": "map",
|
5313
5338
|
"key": {},
|
5314
5339
|
"value": {}
|
5315
5340
|
},
|
5316
|
-
"
|
5341
|
+
"Sle": {
|
5317
5342
|
"type": "structure",
|
5318
5343
|
"members": {
|
5319
5344
|
"AccelerationSettings": {
|
@@ -5333,7 +5358,7 @@
|
|
5333
5358
|
"locationName": "clientRequestToken"
|
5334
5359
|
},
|
5335
5360
|
"CreatedAt": {
|
5336
|
-
"shape": "
|
5361
|
+
"shape": "Slg",
|
5337
5362
|
"locationName": "createdAt"
|
5338
5363
|
},
|
5339
5364
|
"CurrentPhase": {
|
@@ -5365,11 +5390,11 @@
|
|
5365
5390
|
"type": "structure",
|
5366
5391
|
"members": {
|
5367
5392
|
"Info": {
|
5368
|
-
"shape": "
|
5393
|
+
"shape": "Slj",
|
5369
5394
|
"locationName": "info"
|
5370
5395
|
},
|
5371
5396
|
"Warning": {
|
5372
|
-
"shape": "
|
5397
|
+
"shape": "Slj",
|
5373
5398
|
"locationName": "warning"
|
5374
5399
|
}
|
5375
5400
|
}
|
@@ -5430,7 +5455,7 @@
|
|
5430
5455
|
"locationName": "sourceQueue"
|
5431
5456
|
},
|
5432
5457
|
"Timestamp": {
|
5433
|
-
"shape": "
|
5458
|
+
"shape": "Slg",
|
5434
5459
|
"locationName": "timestamp"
|
5435
5460
|
}
|
5436
5461
|
}
|
@@ -5461,21 +5486,21 @@
|
|
5461
5486
|
"type": "structure",
|
5462
5487
|
"members": {
|
5463
5488
|
"FinishTime": {
|
5464
|
-
"shape": "
|
5489
|
+
"shape": "Slg",
|
5465
5490
|
"locationName": "finishTime"
|
5466
5491
|
},
|
5467
5492
|
"StartTime": {
|
5468
|
-
"shape": "
|
5493
|
+
"shape": "Slg",
|
5469
5494
|
"locationName": "startTime"
|
5470
5495
|
},
|
5471
5496
|
"SubmitTime": {
|
5472
|
-
"shape": "
|
5497
|
+
"shape": "Slg",
|
5473
5498
|
"locationName": "submitTime"
|
5474
5499
|
}
|
5475
5500
|
}
|
5476
5501
|
},
|
5477
5502
|
"UserMetadata": {
|
5478
|
-
"shape": "
|
5503
|
+
"shape": "Slc",
|
5479
5504
|
"locationName": "userMetadata"
|
5480
5505
|
},
|
5481
5506
|
"Warnings": {
|
@@ -5505,15 +5530,15 @@
|
|
5505
5530
|
"Role"
|
5506
5531
|
]
|
5507
5532
|
},
|
5508
|
-
"
|
5533
|
+
"Slg": {
|
5509
5534
|
"type": "timestamp",
|
5510
5535
|
"timestampFormat": "unixTimestamp"
|
5511
5536
|
},
|
5512
|
-
"
|
5537
|
+
"Slj": {
|
5513
5538
|
"type": "list",
|
5514
5539
|
"member": {}
|
5515
5540
|
},
|
5516
|
-
"
|
5541
|
+
"Slw": {
|
5517
5542
|
"type": "structure",
|
5518
5543
|
"members": {
|
5519
5544
|
"AdAvailOffset": {
|
@@ -5614,47 +5639,47 @@
|
|
5614
5639
|
"locationName": "timecodeStart"
|
5615
5640
|
},
|
5616
5641
|
"VideoOverlays": {
|
5617
|
-
"shape": "
|
5642
|
+
"shape": "S3f",
|
5618
5643
|
"locationName": "videoOverlays"
|
5619
5644
|
},
|
5620
5645
|
"VideoSelector": {
|
5621
|
-
"shape": "
|
5646
|
+
"shape": "S3l",
|
5622
5647
|
"locationName": "videoSelector"
|
5623
5648
|
}
|
5624
5649
|
}
|
5625
5650
|
}
|
5626
5651
|
},
|
5627
5652
|
"KantarWatermark": {
|
5628
|
-
"shape": "
|
5653
|
+
"shape": "S3v",
|
5629
5654
|
"locationName": "kantarWatermark"
|
5630
5655
|
},
|
5631
5656
|
"MotionImageInserter": {
|
5632
|
-
"shape": "
|
5657
|
+
"shape": "S43",
|
5633
5658
|
"locationName": "motionImageInserter"
|
5634
5659
|
},
|
5635
5660
|
"NielsenConfiguration": {
|
5636
|
-
"shape": "
|
5661
|
+
"shape": "S4b",
|
5637
5662
|
"locationName": "nielsenConfiguration"
|
5638
5663
|
},
|
5639
5664
|
"NielsenNonLinearWatermark": {
|
5640
|
-
"shape": "
|
5665
|
+
"shape": "S4d",
|
5641
5666
|
"locationName": "nielsenNonLinearWatermark"
|
5642
5667
|
},
|
5643
5668
|
"OutputGroups": {
|
5644
|
-
"shape": "
|
5669
|
+
"shape": "S4k",
|
5645
5670
|
"locationName": "outputGroups"
|
5646
5671
|
},
|
5647
5672
|
"TimecodeConfig": {
|
5648
|
-
"shape": "
|
5673
|
+
"shape": "Sl4",
|
5649
5674
|
"locationName": "timecodeConfig"
|
5650
5675
|
},
|
5651
5676
|
"TimedMetadataInsertion": {
|
5652
|
-
"shape": "
|
5677
|
+
"shape": "Sl7",
|
5653
5678
|
"locationName": "timedMetadataInsertion"
|
5654
5679
|
}
|
5655
5680
|
}
|
5656
5681
|
},
|
5657
|
-
"
|
5682
|
+
"Sm0": {
|
5658
5683
|
"type": "structure",
|
5659
5684
|
"members": {
|
5660
5685
|
"AccelerationSettings": {
|
@@ -5668,7 +5693,7 @@
|
|
5668
5693
|
"locationName": "category"
|
5669
5694
|
},
|
5670
5695
|
"CreatedAt": {
|
5671
|
-
"shape": "
|
5696
|
+
"shape": "Slg",
|
5672
5697
|
"locationName": "createdAt"
|
5673
5698
|
},
|
5674
5699
|
"Description": {
|
@@ -5679,7 +5704,7 @@
|
|
5679
5704
|
"locationName": "hopDestinations"
|
5680
5705
|
},
|
5681
5706
|
"LastUpdated": {
|
5682
|
-
"shape": "
|
5707
|
+
"shape": "Slg",
|
5683
5708
|
"locationName": "lastUpdated"
|
5684
5709
|
},
|
5685
5710
|
"Name": {
|
@@ -5693,7 +5718,7 @@
|
|
5693
5718
|
"locationName": "queue"
|
5694
5719
|
},
|
5695
5720
|
"Settings": {
|
5696
|
-
"shape": "
|
5721
|
+
"shape": "Slw",
|
5697
5722
|
"locationName": "settings"
|
5698
5723
|
},
|
5699
5724
|
"StatusUpdateInterval": {
|
@@ -5708,11 +5733,11 @@
|
|
5708
5733
|
"Name"
|
5709
5734
|
]
|
5710
5735
|
},
|
5711
|
-
"
|
5736
|
+
"Sm3": {
|
5712
5737
|
"type": "structure",
|
5713
5738
|
"members": {
|
5714
5739
|
"AudioDescriptions": {
|
5715
|
-
"shape": "
|
5740
|
+
"shape": "S8a",
|
5716
5741
|
"locationName": "audioDescriptions"
|
5717
5742
|
},
|
5718
5743
|
"CaptionDescriptions": {
|
@@ -5725,7 +5750,7 @@
|
|
5725
5750
|
"locationName": "customLanguageCode"
|
5726
5751
|
},
|
5727
5752
|
"DestinationSettings": {
|
5728
|
-
"shape": "
|
5753
|
+
"shape": "Sax",
|
5729
5754
|
"locationName": "destinationSettings"
|
5730
5755
|
},
|
5731
5756
|
"LanguageCode": {
|
@@ -5738,16 +5763,16 @@
|
|
5738
5763
|
}
|
5739
5764
|
},
|
5740
5765
|
"ContainerSettings": {
|
5741
|
-
"shape": "
|
5766
|
+
"shape": "Sc8",
|
5742
5767
|
"locationName": "containerSettings"
|
5743
5768
|
},
|
5744
5769
|
"VideoDescription": {
|
5745
|
-
"shape": "
|
5770
|
+
"shape": "Sen",
|
5746
5771
|
"locationName": "videoDescription"
|
5747
5772
|
}
|
5748
5773
|
}
|
5749
5774
|
},
|
5750
|
-
"
|
5775
|
+
"Sm7": {
|
5751
5776
|
"type": "structure",
|
5752
5777
|
"members": {
|
5753
5778
|
"Arn": {
|
@@ -5757,21 +5782,21 @@
|
|
5757
5782
|
"locationName": "category"
|
5758
5783
|
},
|
5759
5784
|
"CreatedAt": {
|
5760
|
-
"shape": "
|
5785
|
+
"shape": "Slg",
|
5761
5786
|
"locationName": "createdAt"
|
5762
5787
|
},
|
5763
5788
|
"Description": {
|
5764
5789
|
"locationName": "description"
|
5765
5790
|
},
|
5766
5791
|
"LastUpdated": {
|
5767
|
-
"shape": "
|
5792
|
+
"shape": "Slg",
|
5768
5793
|
"locationName": "lastUpdated"
|
5769
5794
|
},
|
5770
5795
|
"Name": {
|
5771
5796
|
"locationName": "name"
|
5772
5797
|
},
|
5773
5798
|
"Settings": {
|
5774
|
-
"shape": "
|
5799
|
+
"shape": "Sm3",
|
5775
5800
|
"locationName": "settings"
|
5776
5801
|
},
|
5777
5802
|
"Type": {
|
@@ -5783,7 +5808,7 @@
|
|
5783
5808
|
"Name"
|
5784
5809
|
]
|
5785
5810
|
},
|
5786
|
-
"
|
5811
|
+
"Sma": {
|
5787
5812
|
"type": "structure",
|
5788
5813
|
"members": {
|
5789
5814
|
"Commitment": {
|
@@ -5803,21 +5828,21 @@
|
|
5803
5828
|
"RenewalType"
|
5804
5829
|
]
|
5805
5830
|
},
|
5806
|
-
"
|
5831
|
+
"Smf": {
|
5807
5832
|
"type": "structure",
|
5808
5833
|
"members": {
|
5809
5834
|
"Arn": {
|
5810
5835
|
"locationName": "arn"
|
5811
5836
|
},
|
5812
5837
|
"CreatedAt": {
|
5813
|
-
"shape": "
|
5838
|
+
"shape": "Slg",
|
5814
5839
|
"locationName": "createdAt"
|
5815
5840
|
},
|
5816
5841
|
"Description": {
|
5817
5842
|
"locationName": "description"
|
5818
5843
|
},
|
5819
5844
|
"LastUpdated": {
|
5820
|
-
"shape": "
|
5845
|
+
"shape": "Slg",
|
5821
5846
|
"locationName": "lastUpdated"
|
5822
5847
|
},
|
5823
5848
|
"Name": {
|
@@ -5838,11 +5863,11 @@
|
|
5838
5863
|
"locationName": "commitment"
|
5839
5864
|
},
|
5840
5865
|
"ExpiresAt": {
|
5841
|
-
"shape": "
|
5866
|
+
"shape": "Slg",
|
5842
5867
|
"locationName": "expiresAt"
|
5843
5868
|
},
|
5844
5869
|
"PurchasedAt": {
|
5845
|
-
"shape": "
|
5870
|
+
"shape": "Slg",
|
5846
5871
|
"locationName": "purchasedAt"
|
5847
5872
|
},
|
5848
5873
|
"RenewalType": {
|
@@ -5872,7 +5897,7 @@
|
|
5872
5897
|
"Name"
|
5873
5898
|
]
|
5874
5899
|
},
|
5875
|
-
"
|
5900
|
+
"Sn3": {
|
5876
5901
|
"type": "structure",
|
5877
5902
|
"members": {
|
5878
5903
|
"HttpInputs": {
|
@@ -5886,10 +5911,10 @@
|
|
5886
5911
|
}
|
5887
5912
|
}
|
5888
5913
|
},
|
5889
|
-
"
|
5914
|
+
"Snh": {
|
5890
5915
|
"type": "list",
|
5891
5916
|
"member": {
|
5892
|
-
"shape": "
|
5917
|
+
"shape": "Sle"
|
5893
5918
|
}
|
5894
5919
|
}
|
5895
5920
|
}
|