aws-sdk 2.1124.0 → 2.1127.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/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/apis/ec2-2016-11-15.min.json +5 -1
- package/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/apis/mediaconvert-2017-08-29.min.json +136 -120
- package/apis/outposts-2019-12-03.min.json +56 -0
- package/apis/outposts-2019-12-03.paginators.json +10 -0
- package/apis/rds-2014-10-31.min.json +20 -7
- package/apis/s3-2006-03-01.examples.json +124 -124
- package/apis/sagemaker-2017-07-24.min.json +149 -138
- package/apis/ssm-2014-11-06.min.json +3 -0
- package/apis/synthetics-2017-10-11.min.json +8 -3
- package/apis/wafv2-2019-07-29.min.json +196 -130
- package/clients/codegurureviewer.d.ts +18 -5
- package/clients/ec2.d.ts +10 -2
- package/clients/kinesisvideo.d.ts +177 -10
- package/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/clients/mediaconvert.d.ts +23 -2
- package/clients/organizations.d.ts +5 -5
- package/clients/outposts.d.ts +67 -10
- package/clients/rds.d.ts +36 -0
- package/clients/s3.d.ts +8 -8
- package/clients/sagemaker.d.ts +10 -0
- package/clients/ssm.d.ts +5 -1
- package/clients/synthetics.d.ts +7 -3
- package/clients/wafv2.d.ts +104 -27
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +246 -19
- package/dist/aws-sdk.min.js +69 -69
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
"locationName": "statusUpdateInterval"
|
|
104
104
|
},
|
|
105
105
|
"Tags": {
|
|
106
|
-
"shape": "
|
|
106
|
+
"shape": "Sjh",
|
|
107
107
|
"locationName": "tags"
|
|
108
108
|
},
|
|
109
109
|
"UserMetadata": {
|
|
110
|
-
"shape": "
|
|
110
|
+
"shape": "Sjh",
|
|
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": "Sjj",
|
|
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": "Sjz",
|
|
163
163
|
"locationName": "settings"
|
|
164
164
|
},
|
|
165
165
|
"StatusUpdateInterval": {
|
|
166
166
|
"locationName": "statusUpdateInterval"
|
|
167
167
|
},
|
|
168
168
|
"Tags": {
|
|
169
|
-
"shape": "
|
|
169
|
+
"shape": "Sjh",
|
|
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": "Sk3",
|
|
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": "Sk6",
|
|
207
207
|
"locationName": "settings"
|
|
208
208
|
},
|
|
209
209
|
"Tags": {
|
|
210
|
-
"shape": "
|
|
210
|
+
"shape": "Sjh",
|
|
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": "Ska",
|
|
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": "Skd",
|
|
248
248
|
"locationName": "reservationPlanSettings"
|
|
249
249
|
},
|
|
250
250
|
"Status": {
|
|
251
251
|
"locationName": "status"
|
|
252
252
|
},
|
|
253
253
|
"Tags": {
|
|
254
|
-
"shape": "
|
|
254
|
+
"shape": "Sjh",
|
|
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": "Ski",
|
|
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": "Sjj",
|
|
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": "Sk3",
|
|
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": "Sl6",
|
|
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": "Ska",
|
|
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": "Ski",
|
|
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": "Sk3"
|
|
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": "Sjj"
|
|
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": "Ska"
|
|
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": "Ski"
|
|
735
735
|
}
|
|
736
736
|
}
|
|
737
737
|
}
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
"locationName": "arn"
|
|
767
767
|
},
|
|
768
768
|
"Tags": {
|
|
769
|
-
"shape": "
|
|
769
|
+
"shape": "Sjh",
|
|
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": "Sl6",
|
|
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": "Sl6",
|
|
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": "Sjh",
|
|
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": "Sjo",
|
|
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": "Sjz",
|
|
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": "Sk3",
|
|
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": "Sk6",
|
|
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": "Ska",
|
|
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": "Skd",
|
|
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": "Ski",
|
|
985
985
|
"locationName": "queue"
|
|
986
986
|
}
|
|
987
987
|
}
|
|
@@ -1130,39 +1130,49 @@
|
|
|
1130
1130
|
"TimecodeStart": {
|
|
1131
1131
|
"locationName": "timecodeStart"
|
|
1132
1132
|
},
|
|
1133
|
+
"VideoGenerator": {
|
|
1134
|
+
"locationName": "videoGenerator",
|
|
1135
|
+
"type": "structure",
|
|
1136
|
+
"members": {
|
|
1137
|
+
"Duration": {
|
|
1138
|
+
"locationName": "duration",
|
|
1139
|
+
"type": "integer"
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1133
1143
|
"VideoSelector": {
|
|
1134
|
-
"shape": "
|
|
1144
|
+
"shape": "S32",
|
|
1135
1145
|
"locationName": "videoSelector"
|
|
1136
1146
|
}
|
|
1137
1147
|
}
|
|
1138
1148
|
}
|
|
1139
1149
|
},
|
|
1140
1150
|
"KantarWatermark": {
|
|
1141
|
-
"shape": "
|
|
1151
|
+
"shape": "S3d",
|
|
1142
1152
|
"locationName": "kantarWatermark"
|
|
1143
1153
|
},
|
|
1144
1154
|
"MotionImageInserter": {
|
|
1145
|
-
"shape": "
|
|
1155
|
+
"shape": "S3l",
|
|
1146
1156
|
"locationName": "motionImageInserter"
|
|
1147
1157
|
},
|
|
1148
1158
|
"NielsenConfiguration": {
|
|
1149
|
-
"shape": "
|
|
1159
|
+
"shape": "S3t",
|
|
1150
1160
|
"locationName": "nielsenConfiguration"
|
|
1151
1161
|
},
|
|
1152
1162
|
"NielsenNonLinearWatermark": {
|
|
1153
|
-
"shape": "
|
|
1163
|
+
"shape": "S3v",
|
|
1154
1164
|
"locationName": "nielsenNonLinearWatermark"
|
|
1155
1165
|
},
|
|
1156
1166
|
"OutputGroups": {
|
|
1157
|
-
"shape": "
|
|
1167
|
+
"shape": "S42",
|
|
1158
1168
|
"locationName": "outputGroups"
|
|
1159
1169
|
},
|
|
1160
1170
|
"TimecodeConfig": {
|
|
1161
|
-
"shape": "
|
|
1171
|
+
"shape": "Sj9",
|
|
1162
1172
|
"locationName": "timecodeConfig"
|
|
1163
1173
|
},
|
|
1164
1174
|
"TimedMetadataInsertion": {
|
|
1165
|
-
"shape": "
|
|
1175
|
+
"shape": "Sjc",
|
|
1166
1176
|
"locationName": "timedMetadataInsertion"
|
|
1167
1177
|
}
|
|
1168
1178
|
}
|
|
@@ -1565,7 +1575,7 @@
|
|
|
1565
1575
|
}
|
|
1566
1576
|
}
|
|
1567
1577
|
},
|
|
1568
|
-
"
|
|
1578
|
+
"S32": {
|
|
1569
1579
|
"type": "structure",
|
|
1570
1580
|
"members": {
|
|
1571
1581
|
"AlphaBehavior": {
|
|
@@ -1581,9 +1591,12 @@
|
|
|
1581
1591
|
"locationName": "embeddedTimecodeOverride"
|
|
1582
1592
|
},
|
|
1583
1593
|
"Hdr10Metadata": {
|
|
1584
|
-
"shape": "
|
|
1594
|
+
"shape": "S37",
|
|
1585
1595
|
"locationName": "hdr10Metadata"
|
|
1586
1596
|
},
|
|
1597
|
+
"PadVideo": {
|
|
1598
|
+
"locationName": "padVideo"
|
|
1599
|
+
},
|
|
1587
1600
|
"Pid": {
|
|
1588
1601
|
"locationName": "pid",
|
|
1589
1602
|
"type": "integer"
|
|
@@ -1600,7 +1613,7 @@
|
|
|
1600
1613
|
}
|
|
1601
1614
|
}
|
|
1602
1615
|
},
|
|
1603
|
-
"
|
|
1616
|
+
"S37": {
|
|
1604
1617
|
"type": "structure",
|
|
1605
1618
|
"members": {
|
|
1606
1619
|
"BluePrimaryX": {
|
|
@@ -1653,7 +1666,7 @@
|
|
|
1653
1666
|
}
|
|
1654
1667
|
}
|
|
1655
1668
|
},
|
|
1656
|
-
"
|
|
1669
|
+
"S3d": {
|
|
1657
1670
|
"type": "structure",
|
|
1658
1671
|
"members": {
|
|
1659
1672
|
"ChannelName": {
|
|
@@ -1699,7 +1712,7 @@
|
|
|
1699
1712
|
}
|
|
1700
1713
|
}
|
|
1701
1714
|
},
|
|
1702
|
-
"
|
|
1715
|
+
"S3l": {
|
|
1703
1716
|
"type": "structure",
|
|
1704
1717
|
"members": {
|
|
1705
1718
|
"Framerate": {
|
|
@@ -1744,7 +1757,7 @@
|
|
|
1744
1757
|
}
|
|
1745
1758
|
}
|
|
1746
1759
|
},
|
|
1747
|
-
"
|
|
1760
|
+
"S3t": {
|
|
1748
1761
|
"type": "structure",
|
|
1749
1762
|
"members": {
|
|
1750
1763
|
"BreakoutCode": {
|
|
@@ -1756,7 +1769,7 @@
|
|
|
1756
1769
|
}
|
|
1757
1770
|
}
|
|
1758
1771
|
},
|
|
1759
|
-
"
|
|
1772
|
+
"S3v": {
|
|
1760
1773
|
"type": "structure",
|
|
1761
1774
|
"members": {
|
|
1762
1775
|
"ActiveWatermarkProcess": {
|
|
@@ -1795,7 +1808,7 @@
|
|
|
1795
1808
|
}
|
|
1796
1809
|
}
|
|
1797
1810
|
},
|
|
1798
|
-
"
|
|
1811
|
+
"S42": {
|
|
1799
1812
|
"type": "list",
|
|
1800
1813
|
"member": {
|
|
1801
1814
|
"type": "structure",
|
|
@@ -1867,7 +1880,7 @@
|
|
|
1867
1880
|
"locationName": "destination"
|
|
1868
1881
|
},
|
|
1869
1882
|
"DestinationSettings": {
|
|
1870
|
-
"shape": "
|
|
1883
|
+
"shape": "S4e",
|
|
1871
1884
|
"locationName": "destinationSettings"
|
|
1872
1885
|
},
|
|
1873
1886
|
"Encryption": {
|
|
@@ -1891,11 +1904,11 @@
|
|
|
1891
1904
|
"locationName": "certificateArn"
|
|
1892
1905
|
},
|
|
1893
1906
|
"DashSignaledSystemIds": {
|
|
1894
|
-
"shape": "
|
|
1907
|
+
"shape": "S4s",
|
|
1895
1908
|
"locationName": "dashSignaledSystemIds"
|
|
1896
1909
|
},
|
|
1897
1910
|
"HlsSignaledSystemIds": {
|
|
1898
|
-
"shape": "
|
|
1911
|
+
"shape": "S4s",
|
|
1899
1912
|
"locationName": "hlsSignaledSystemIds"
|
|
1900
1913
|
},
|
|
1901
1914
|
"ResourceId": {
|
|
@@ -1907,7 +1920,7 @@
|
|
|
1907
1920
|
}
|
|
1908
1921
|
},
|
|
1909
1922
|
"StaticKeyProvider": {
|
|
1910
|
-
"shape": "
|
|
1923
|
+
"shape": "S4v",
|
|
1911
1924
|
"locationName": "staticKeyProvider"
|
|
1912
1925
|
},
|
|
1913
1926
|
"Type": {
|
|
@@ -2028,7 +2041,7 @@
|
|
|
2028
2041
|
"locationName": "destination"
|
|
2029
2042
|
},
|
|
2030
2043
|
"DestinationSettings": {
|
|
2031
|
-
"shape": "
|
|
2044
|
+
"shape": "S4e",
|
|
2032
2045
|
"locationName": "destinationSettings"
|
|
2033
2046
|
},
|
|
2034
2047
|
"Encryption": {
|
|
@@ -2039,7 +2052,7 @@
|
|
|
2039
2052
|
"locationName": "playbackDeviceCompatibility"
|
|
2040
2053
|
},
|
|
2041
2054
|
"SpekeKeyProvider": {
|
|
2042
|
-
"shape": "
|
|
2055
|
+
"shape": "S5p",
|
|
2043
2056
|
"locationName": "spekeKeyProvider"
|
|
2044
2057
|
}
|
|
2045
2058
|
}
|
|
@@ -2120,7 +2133,7 @@
|
|
|
2120
2133
|
"locationName": "destination"
|
|
2121
2134
|
},
|
|
2122
2135
|
"DestinationSettings": {
|
|
2123
|
-
"shape": "
|
|
2136
|
+
"shape": "S4e",
|
|
2124
2137
|
"locationName": "destinationSettings"
|
|
2125
2138
|
}
|
|
2126
2139
|
}
|
|
@@ -2194,7 +2207,7 @@
|
|
|
2194
2207
|
"locationName": "destination"
|
|
2195
2208
|
},
|
|
2196
2209
|
"DestinationSettings": {
|
|
2197
|
-
"shape": "
|
|
2210
|
+
"shape": "S4e",
|
|
2198
2211
|
"locationName": "destinationSettings"
|
|
2199
2212
|
},
|
|
2200
2213
|
"DirectoryStructure": {
|
|
@@ -2217,11 +2230,11 @@
|
|
|
2217
2230
|
"locationName": "offlineEncrypted"
|
|
2218
2231
|
},
|
|
2219
2232
|
"SpekeKeyProvider": {
|
|
2220
|
-
"shape": "
|
|
2233
|
+
"shape": "S5p",
|
|
2221
2234
|
"locationName": "spekeKeyProvider"
|
|
2222
2235
|
},
|
|
2223
2236
|
"StaticKeyProvider": {
|
|
2224
|
-
"shape": "
|
|
2237
|
+
"shape": "S4v",
|
|
2225
2238
|
"locationName": "staticKeyProvider"
|
|
2226
2239
|
},
|
|
2227
2240
|
"Type": {
|
|
@@ -2345,7 +2358,7 @@
|
|
|
2345
2358
|
"locationName": "destination"
|
|
2346
2359
|
},
|
|
2347
2360
|
"DestinationSettings": {
|
|
2348
|
-
"shape": "
|
|
2361
|
+
"shape": "S4e",
|
|
2349
2362
|
"locationName": "destinationSettings"
|
|
2350
2363
|
},
|
|
2351
2364
|
"Encryption": {
|
|
@@ -2353,7 +2366,7 @@
|
|
|
2353
2366
|
"type": "structure",
|
|
2354
2367
|
"members": {
|
|
2355
2368
|
"SpekeKeyProvider": {
|
|
2356
|
-
"shape": "
|
|
2369
|
+
"shape": "S5p",
|
|
2357
2370
|
"locationName": "spekeKeyProvider"
|
|
2358
2371
|
}
|
|
2359
2372
|
}
|
|
@@ -2382,7 +2395,7 @@
|
|
|
2382
2395
|
"type": "structure",
|
|
2383
2396
|
"members": {
|
|
2384
2397
|
"AudioDescriptions": {
|
|
2385
|
-
"shape": "
|
|
2398
|
+
"shape": "S78",
|
|
2386
2399
|
"locationName": "audioDescriptions"
|
|
2387
2400
|
},
|
|
2388
2401
|
"CaptionDescriptions": {
|
|
@@ -2398,7 +2411,7 @@
|
|
|
2398
2411
|
"locationName": "customLanguageCode"
|
|
2399
2412
|
},
|
|
2400
2413
|
"DestinationSettings": {
|
|
2401
|
-
"shape": "
|
|
2414
|
+
"shape": "S9q",
|
|
2402
2415
|
"locationName": "destinationSettings"
|
|
2403
2416
|
},
|
|
2404
2417
|
"LanguageCode": {
|
|
@@ -2411,7 +2424,7 @@
|
|
|
2411
2424
|
}
|
|
2412
2425
|
},
|
|
2413
2426
|
"ContainerSettings": {
|
|
2414
|
-
"shape": "
|
|
2427
|
+
"shape": "Sb0",
|
|
2415
2428
|
"locationName": "containerSettings"
|
|
2416
2429
|
},
|
|
2417
2430
|
"Extension": {
|
|
@@ -2457,7 +2470,7 @@
|
|
|
2457
2470
|
"locationName": "preset"
|
|
2458
2471
|
},
|
|
2459
2472
|
"VideoDescription": {
|
|
2460
|
-
"shape": "
|
|
2473
|
+
"shape": "Sd9",
|
|
2461
2474
|
"locationName": "videoDescription"
|
|
2462
2475
|
}
|
|
2463
2476
|
}
|
|
@@ -2466,7 +2479,7 @@
|
|
|
2466
2479
|
}
|
|
2467
2480
|
}
|
|
2468
2481
|
},
|
|
2469
|
-
"
|
|
2482
|
+
"S4e": {
|
|
2470
2483
|
"type": "structure",
|
|
2471
2484
|
"members": {
|
|
2472
2485
|
"S3Settings": {
|
|
@@ -2501,11 +2514,11 @@
|
|
|
2501
2514
|
}
|
|
2502
2515
|
}
|
|
2503
2516
|
},
|
|
2504
|
-
"
|
|
2517
|
+
"S4s": {
|
|
2505
2518
|
"type": "list",
|
|
2506
2519
|
"member": {}
|
|
2507
2520
|
},
|
|
2508
|
-
"
|
|
2521
|
+
"S4v": {
|
|
2509
2522
|
"type": "structure",
|
|
2510
2523
|
"members": {
|
|
2511
2524
|
"KeyFormat": {
|
|
@@ -2522,7 +2535,7 @@
|
|
|
2522
2535
|
}
|
|
2523
2536
|
}
|
|
2524
2537
|
},
|
|
2525
|
-
"
|
|
2538
|
+
"S5p": {
|
|
2526
2539
|
"type": "structure",
|
|
2527
2540
|
"members": {
|
|
2528
2541
|
"CertificateArn": {
|
|
@@ -2541,7 +2554,7 @@
|
|
|
2541
2554
|
}
|
|
2542
2555
|
}
|
|
2543
2556
|
},
|
|
2544
|
-
"
|
|
2557
|
+
"S78": {
|
|
2545
2558
|
"type": "list",
|
|
2546
2559
|
"member": {
|
|
2547
2560
|
"type": "structure",
|
|
@@ -2951,7 +2964,7 @@
|
|
|
2951
2964
|
}
|
|
2952
2965
|
}
|
|
2953
2966
|
},
|
|
2954
|
-
"
|
|
2967
|
+
"S9q": {
|
|
2955
2968
|
"type": "structure",
|
|
2956
2969
|
"members": {
|
|
2957
2970
|
"BurninDestinationSettings": {
|
|
@@ -3218,7 +3231,7 @@
|
|
|
3218
3231
|
}
|
|
3219
3232
|
}
|
|
3220
3233
|
},
|
|
3221
|
-
"
|
|
3234
|
+
"Sb0": {
|
|
3222
3235
|
"type": "structure",
|
|
3223
3236
|
"members": {
|
|
3224
3237
|
"CmfcSettings": {
|
|
@@ -3284,7 +3297,7 @@
|
|
|
3284
3297
|
"type": "integer"
|
|
3285
3298
|
},
|
|
3286
3299
|
"AudioPids": {
|
|
3287
|
-
"shape": "
|
|
3300
|
+
"shape": "Sbg",
|
|
3288
3301
|
"locationName": "audioPids"
|
|
3289
3302
|
},
|
|
3290
3303
|
"Bitrate": {
|
|
@@ -3334,7 +3347,7 @@
|
|
|
3334
3347
|
}
|
|
3335
3348
|
},
|
|
3336
3349
|
"DvbSubPids": {
|
|
3337
|
-
"shape": "
|
|
3350
|
+
"shape": "Sbg",
|
|
3338
3351
|
"locationName": "dvbSubPids"
|
|
3339
3352
|
},
|
|
3340
3353
|
"DvbTdtSettings": {
|
|
@@ -3468,7 +3481,7 @@
|
|
|
3468
3481
|
"type": "integer"
|
|
3469
3482
|
},
|
|
3470
3483
|
"AudioPids": {
|
|
3471
|
-
"shape": "
|
|
3484
|
+
"shape": "Sbg",
|
|
3472
3485
|
"locationName": "audioPids"
|
|
3473
3486
|
},
|
|
3474
3487
|
"DataPTSControl": {
|
|
@@ -3632,13 +3645,13 @@
|
|
|
3632
3645
|
}
|
|
3633
3646
|
}
|
|
3634
3647
|
},
|
|
3635
|
-
"
|
|
3648
|
+
"Sbg": {
|
|
3636
3649
|
"type": "list",
|
|
3637
3650
|
"member": {
|
|
3638
3651
|
"type": "integer"
|
|
3639
3652
|
}
|
|
3640
3653
|
},
|
|
3641
|
-
"
|
|
3654
|
+
"Sd9": {
|
|
3642
3655
|
"type": "structure",
|
|
3643
3656
|
"members": {
|
|
3644
3657
|
"AfdSignaling": {
|
|
@@ -4593,7 +4606,7 @@
|
|
|
4593
4606
|
"type": "integer"
|
|
4594
4607
|
},
|
|
4595
4608
|
"Hdr10Metadata": {
|
|
4596
|
-
"shape": "
|
|
4609
|
+
"shape": "S37",
|
|
4597
4610
|
"locationName": "hdr10Metadata"
|
|
4598
4611
|
},
|
|
4599
4612
|
"Hue": {
|
|
@@ -4645,6 +4658,9 @@
|
|
|
4645
4658
|
"L6Mode": {
|
|
4646
4659
|
"locationName": "l6Mode"
|
|
4647
4660
|
},
|
|
4661
|
+
"Mapping": {
|
|
4662
|
+
"locationName": "mapping"
|
|
4663
|
+
},
|
|
4648
4664
|
"Profile": {
|
|
4649
4665
|
"locationName": "profile"
|
|
4650
4666
|
}
|
|
@@ -4778,7 +4794,7 @@
|
|
|
4778
4794
|
}
|
|
4779
4795
|
}
|
|
4780
4796
|
},
|
|
4781
|
-
"
|
|
4797
|
+
"Sj9": {
|
|
4782
4798
|
"type": "structure",
|
|
4783
4799
|
"members": {
|
|
4784
4800
|
"Anchor": {
|
|
@@ -4795,7 +4811,7 @@
|
|
|
4795
4811
|
}
|
|
4796
4812
|
}
|
|
4797
4813
|
},
|
|
4798
|
-
"
|
|
4814
|
+
"Sjc": {
|
|
4799
4815
|
"type": "structure",
|
|
4800
4816
|
"members": {
|
|
4801
4817
|
"Id3Insertions": {
|
|
@@ -4815,12 +4831,12 @@
|
|
|
4815
4831
|
}
|
|
4816
4832
|
}
|
|
4817
4833
|
},
|
|
4818
|
-
"
|
|
4834
|
+
"Sjh": {
|
|
4819
4835
|
"type": "map",
|
|
4820
4836
|
"key": {},
|
|
4821
4837
|
"value": {}
|
|
4822
4838
|
},
|
|
4823
|
-
"
|
|
4839
|
+
"Sjj": {
|
|
4824
4840
|
"type": "structure",
|
|
4825
4841
|
"members": {
|
|
4826
4842
|
"AccelerationSettings": {
|
|
@@ -4837,7 +4853,7 @@
|
|
|
4837
4853
|
"locationName": "billingTagsSource"
|
|
4838
4854
|
},
|
|
4839
4855
|
"CreatedAt": {
|
|
4840
|
-
"shape": "
|
|
4856
|
+
"shape": "Sjl",
|
|
4841
4857
|
"locationName": "createdAt"
|
|
4842
4858
|
},
|
|
4843
4859
|
"CurrentPhase": {
|
|
@@ -4869,11 +4885,11 @@
|
|
|
4869
4885
|
"type": "structure",
|
|
4870
4886
|
"members": {
|
|
4871
4887
|
"Info": {
|
|
4872
|
-
"shape": "
|
|
4888
|
+
"shape": "Sjo",
|
|
4873
4889
|
"locationName": "info"
|
|
4874
4890
|
},
|
|
4875
4891
|
"Warning": {
|
|
4876
|
-
"shape": "
|
|
4892
|
+
"shape": "Sjo",
|
|
4877
4893
|
"locationName": "warning"
|
|
4878
4894
|
}
|
|
4879
4895
|
}
|
|
@@ -4934,7 +4950,7 @@
|
|
|
4934
4950
|
"locationName": "sourceQueue"
|
|
4935
4951
|
},
|
|
4936
4952
|
"Timestamp": {
|
|
4937
|
-
"shape": "
|
|
4953
|
+
"shape": "Sjl",
|
|
4938
4954
|
"locationName": "timestamp"
|
|
4939
4955
|
}
|
|
4940
4956
|
}
|
|
@@ -4965,21 +4981,21 @@
|
|
|
4965
4981
|
"type": "structure",
|
|
4966
4982
|
"members": {
|
|
4967
4983
|
"FinishTime": {
|
|
4968
|
-
"shape": "
|
|
4984
|
+
"shape": "Sjl",
|
|
4969
4985
|
"locationName": "finishTime"
|
|
4970
4986
|
},
|
|
4971
4987
|
"StartTime": {
|
|
4972
|
-
"shape": "
|
|
4988
|
+
"shape": "Sjl",
|
|
4973
4989
|
"locationName": "startTime"
|
|
4974
4990
|
},
|
|
4975
4991
|
"SubmitTime": {
|
|
4976
|
-
"shape": "
|
|
4992
|
+
"shape": "Sjl",
|
|
4977
4993
|
"locationName": "submitTime"
|
|
4978
4994
|
}
|
|
4979
4995
|
}
|
|
4980
4996
|
},
|
|
4981
4997
|
"UserMetadata": {
|
|
4982
|
-
"shape": "
|
|
4998
|
+
"shape": "Sjh",
|
|
4983
4999
|
"locationName": "userMetadata"
|
|
4984
5000
|
}
|
|
4985
5001
|
},
|
|
@@ -4988,15 +5004,15 @@
|
|
|
4988
5004
|
"Settings"
|
|
4989
5005
|
]
|
|
4990
5006
|
},
|
|
4991
|
-
"
|
|
5007
|
+
"Sjl": {
|
|
4992
5008
|
"type": "timestamp",
|
|
4993
5009
|
"timestampFormat": "unixTimestamp"
|
|
4994
5010
|
},
|
|
4995
|
-
"
|
|
5011
|
+
"Sjo": {
|
|
4996
5012
|
"type": "list",
|
|
4997
5013
|
"member": {}
|
|
4998
5014
|
},
|
|
4999
|
-
"
|
|
5015
|
+
"Sjz": {
|
|
5000
5016
|
"type": "structure",
|
|
5001
5017
|
"members": {
|
|
5002
5018
|
"AdAvailOffset": {
|
|
@@ -5082,43 +5098,43 @@
|
|
|
5082
5098
|
"locationName": "timecodeStart"
|
|
5083
5099
|
},
|
|
5084
5100
|
"VideoSelector": {
|
|
5085
|
-
"shape": "
|
|
5101
|
+
"shape": "S32",
|
|
5086
5102
|
"locationName": "videoSelector"
|
|
5087
5103
|
}
|
|
5088
5104
|
}
|
|
5089
5105
|
}
|
|
5090
5106
|
},
|
|
5091
5107
|
"KantarWatermark": {
|
|
5092
|
-
"shape": "
|
|
5108
|
+
"shape": "S3d",
|
|
5093
5109
|
"locationName": "kantarWatermark"
|
|
5094
5110
|
},
|
|
5095
5111
|
"MotionImageInserter": {
|
|
5096
|
-
"shape": "
|
|
5112
|
+
"shape": "S3l",
|
|
5097
5113
|
"locationName": "motionImageInserter"
|
|
5098
5114
|
},
|
|
5099
5115
|
"NielsenConfiguration": {
|
|
5100
|
-
"shape": "
|
|
5116
|
+
"shape": "S3t",
|
|
5101
5117
|
"locationName": "nielsenConfiguration"
|
|
5102
5118
|
},
|
|
5103
5119
|
"NielsenNonLinearWatermark": {
|
|
5104
|
-
"shape": "
|
|
5120
|
+
"shape": "S3v",
|
|
5105
5121
|
"locationName": "nielsenNonLinearWatermark"
|
|
5106
5122
|
},
|
|
5107
5123
|
"OutputGroups": {
|
|
5108
|
-
"shape": "
|
|
5124
|
+
"shape": "S42",
|
|
5109
5125
|
"locationName": "outputGroups"
|
|
5110
5126
|
},
|
|
5111
5127
|
"TimecodeConfig": {
|
|
5112
|
-
"shape": "
|
|
5128
|
+
"shape": "Sj9",
|
|
5113
5129
|
"locationName": "timecodeConfig"
|
|
5114
5130
|
},
|
|
5115
5131
|
"TimedMetadataInsertion": {
|
|
5116
|
-
"shape": "
|
|
5132
|
+
"shape": "Sjc",
|
|
5117
5133
|
"locationName": "timedMetadataInsertion"
|
|
5118
5134
|
}
|
|
5119
5135
|
}
|
|
5120
5136
|
},
|
|
5121
|
-
"
|
|
5137
|
+
"Sk3": {
|
|
5122
5138
|
"type": "structure",
|
|
5123
5139
|
"members": {
|
|
5124
5140
|
"AccelerationSettings": {
|
|
@@ -5132,7 +5148,7 @@
|
|
|
5132
5148
|
"locationName": "category"
|
|
5133
5149
|
},
|
|
5134
5150
|
"CreatedAt": {
|
|
5135
|
-
"shape": "
|
|
5151
|
+
"shape": "Sjl",
|
|
5136
5152
|
"locationName": "createdAt"
|
|
5137
5153
|
},
|
|
5138
5154
|
"Description": {
|
|
@@ -5143,7 +5159,7 @@
|
|
|
5143
5159
|
"locationName": "hopDestinations"
|
|
5144
5160
|
},
|
|
5145
5161
|
"LastUpdated": {
|
|
5146
|
-
"shape": "
|
|
5162
|
+
"shape": "Sjl",
|
|
5147
5163
|
"locationName": "lastUpdated"
|
|
5148
5164
|
},
|
|
5149
5165
|
"Name": {
|
|
@@ -5157,7 +5173,7 @@
|
|
|
5157
5173
|
"locationName": "queue"
|
|
5158
5174
|
},
|
|
5159
5175
|
"Settings": {
|
|
5160
|
-
"shape": "
|
|
5176
|
+
"shape": "Sjz",
|
|
5161
5177
|
"locationName": "settings"
|
|
5162
5178
|
},
|
|
5163
5179
|
"StatusUpdateInterval": {
|
|
@@ -5172,11 +5188,11 @@
|
|
|
5172
5188
|
"Name"
|
|
5173
5189
|
]
|
|
5174
5190
|
},
|
|
5175
|
-
"
|
|
5191
|
+
"Sk6": {
|
|
5176
5192
|
"type": "structure",
|
|
5177
5193
|
"members": {
|
|
5178
5194
|
"AudioDescriptions": {
|
|
5179
|
-
"shape": "
|
|
5195
|
+
"shape": "S78",
|
|
5180
5196
|
"locationName": "audioDescriptions"
|
|
5181
5197
|
},
|
|
5182
5198
|
"CaptionDescriptions": {
|
|
@@ -5189,7 +5205,7 @@
|
|
|
5189
5205
|
"locationName": "customLanguageCode"
|
|
5190
5206
|
},
|
|
5191
5207
|
"DestinationSettings": {
|
|
5192
|
-
"shape": "
|
|
5208
|
+
"shape": "S9q",
|
|
5193
5209
|
"locationName": "destinationSettings"
|
|
5194
5210
|
},
|
|
5195
5211
|
"LanguageCode": {
|
|
@@ -5202,16 +5218,16 @@
|
|
|
5202
5218
|
}
|
|
5203
5219
|
},
|
|
5204
5220
|
"ContainerSettings": {
|
|
5205
|
-
"shape": "
|
|
5221
|
+
"shape": "Sb0",
|
|
5206
5222
|
"locationName": "containerSettings"
|
|
5207
5223
|
},
|
|
5208
5224
|
"VideoDescription": {
|
|
5209
|
-
"shape": "
|
|
5225
|
+
"shape": "Sd9",
|
|
5210
5226
|
"locationName": "videoDescription"
|
|
5211
5227
|
}
|
|
5212
5228
|
}
|
|
5213
5229
|
},
|
|
5214
|
-
"
|
|
5230
|
+
"Ska": {
|
|
5215
5231
|
"type": "structure",
|
|
5216
5232
|
"members": {
|
|
5217
5233
|
"Arn": {
|
|
@@ -5221,21 +5237,21 @@
|
|
|
5221
5237
|
"locationName": "category"
|
|
5222
5238
|
},
|
|
5223
5239
|
"CreatedAt": {
|
|
5224
|
-
"shape": "
|
|
5240
|
+
"shape": "Sjl",
|
|
5225
5241
|
"locationName": "createdAt"
|
|
5226
5242
|
},
|
|
5227
5243
|
"Description": {
|
|
5228
5244
|
"locationName": "description"
|
|
5229
5245
|
},
|
|
5230
5246
|
"LastUpdated": {
|
|
5231
|
-
"shape": "
|
|
5247
|
+
"shape": "Sjl",
|
|
5232
5248
|
"locationName": "lastUpdated"
|
|
5233
5249
|
},
|
|
5234
5250
|
"Name": {
|
|
5235
5251
|
"locationName": "name"
|
|
5236
5252
|
},
|
|
5237
5253
|
"Settings": {
|
|
5238
|
-
"shape": "
|
|
5254
|
+
"shape": "Sk6",
|
|
5239
5255
|
"locationName": "settings"
|
|
5240
5256
|
},
|
|
5241
5257
|
"Type": {
|
|
@@ -5247,7 +5263,7 @@
|
|
|
5247
5263
|
"Name"
|
|
5248
5264
|
]
|
|
5249
5265
|
},
|
|
5250
|
-
"
|
|
5266
|
+
"Skd": {
|
|
5251
5267
|
"type": "structure",
|
|
5252
5268
|
"members": {
|
|
5253
5269
|
"Commitment": {
|
|
@@ -5267,21 +5283,21 @@
|
|
|
5267
5283
|
"RenewalType"
|
|
5268
5284
|
]
|
|
5269
5285
|
},
|
|
5270
|
-
"
|
|
5286
|
+
"Ski": {
|
|
5271
5287
|
"type": "structure",
|
|
5272
5288
|
"members": {
|
|
5273
5289
|
"Arn": {
|
|
5274
5290
|
"locationName": "arn"
|
|
5275
5291
|
},
|
|
5276
5292
|
"CreatedAt": {
|
|
5277
|
-
"shape": "
|
|
5293
|
+
"shape": "Sjl",
|
|
5278
5294
|
"locationName": "createdAt"
|
|
5279
5295
|
},
|
|
5280
5296
|
"Description": {
|
|
5281
5297
|
"locationName": "description"
|
|
5282
5298
|
},
|
|
5283
5299
|
"LastUpdated": {
|
|
5284
|
-
"shape": "
|
|
5300
|
+
"shape": "Sjl",
|
|
5285
5301
|
"locationName": "lastUpdated"
|
|
5286
5302
|
},
|
|
5287
5303
|
"Name": {
|
|
@@ -5302,11 +5318,11 @@
|
|
|
5302
5318
|
"locationName": "commitment"
|
|
5303
5319
|
},
|
|
5304
5320
|
"ExpiresAt": {
|
|
5305
|
-
"shape": "
|
|
5321
|
+
"shape": "Sjl",
|
|
5306
5322
|
"locationName": "expiresAt"
|
|
5307
5323
|
},
|
|
5308
5324
|
"PurchasedAt": {
|
|
5309
|
-
"shape": "
|
|
5325
|
+
"shape": "Sjl",
|
|
5310
5326
|
"locationName": "purchasedAt"
|
|
5311
5327
|
},
|
|
5312
5328
|
"RenewalType": {
|
|
@@ -5336,7 +5352,7 @@
|
|
|
5336
5352
|
"Name"
|
|
5337
5353
|
]
|
|
5338
5354
|
},
|
|
5339
|
-
"
|
|
5355
|
+
"Sl6": {
|
|
5340
5356
|
"type": "structure",
|
|
5341
5357
|
"members": {
|
|
5342
5358
|
"HttpInputs": {
|