aws-sdk 2.902.0 → 2.906.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 +23 -1
- package/README.md +1 -1
- package/apis/config-2014-11-12.paginators.json +196 -2
- package/apis/connect-2017-08-08.min.json +8 -2
- package/apis/eks-2017-11-01.min.json +39 -11
- package/apis/iotwireless-2020-11-22.min.json +46 -17
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +64 -1
- package/apis/lakeformation-2017-03-31.min.json +465 -95
- package/apis/mediaconvert-2017-08-29.min.json +187 -107
- package/apis/metadata.json +8 -0
- package/apis/ssm-2014-11-06.min.json +461 -344
- package/apis/ssm-2014-11-06.paginators.json +6 -0
- package/apis/ssm-contacts-2021-05-03.examples.json +5 -0
- package/apis/ssm-contacts-2021-05-03.min.json +833 -0
- package/apis/ssm-contacts-2021-05-03.paginators.json +40 -0
- package/apis/ssm-incidents-2018-05-10.examples.json +5 -0
- package/apis/ssm-incidents-2018-05-10.min.json +1311 -0
- package/apis/ssm-incidents-2018-05-10.paginators.json +40 -0
- package/apis/ssm-incidents-2018-05-10.waiters2.json +53 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/codeartifact.d.ts +23 -23
- package/clients/connect.d.ts +36 -28
- package/clients/ec2.d.ts +3 -3
- package/clients/ecs.d.ts +8 -8
- package/clients/eks.d.ts +47 -7
- package/clients/iotwireless.d.ts +11 -0
- package/clients/kinesisanalyticsv2.d.ts +77 -8
- package/clients/lakeformation.d.ts +428 -4
- package/clients/lookoutmetrics.d.ts +16 -16
- package/clients/mediaconvert.d.ts +98 -3
- package/clients/s3control.d.ts +72 -72
- package/clients/ssm.d.ts +181 -3
- package/clients/ssmcontacts.d.ts +1079 -0
- package/clients/ssmcontacts.js +18 -0
- package/clients/ssmincidents.d.ts +1382 -0
- package/clients/ssmincidents.js +19 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +94 -13
- package/dist/aws-sdk.js +682 -351
- package/dist/aws-sdk.min.js +68 -68
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/http/node.js +6 -2
- package/package.json +1 -1
- package/scripts/changelog/change-creator.js +1 -1
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
"locationName": "statusUpdateInterval"
|
|
104
104
|
},
|
|
105
105
|
"Tags": {
|
|
106
|
-
"shape": "
|
|
106
|
+
"shape": "Sh0",
|
|
107
107
|
"locationName": "tags"
|
|
108
108
|
},
|
|
109
109
|
"UserMetadata": {
|
|
110
|
-
"shape": "
|
|
110
|
+
"shape": "Sh0",
|
|
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": "Sh2",
|
|
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": "Shi",
|
|
163
163
|
"locationName": "settings"
|
|
164
164
|
},
|
|
165
165
|
"StatusUpdateInterval": {
|
|
166
166
|
"locationName": "statusUpdateInterval"
|
|
167
167
|
},
|
|
168
168
|
"Tags": {
|
|
169
|
-
"shape": "
|
|
169
|
+
"shape": "Sh0",
|
|
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": "Shm",
|
|
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": "Shp",
|
|
207
207
|
"locationName": "settings"
|
|
208
208
|
},
|
|
209
209
|
"Tags": {
|
|
210
|
-
"shape": "
|
|
210
|
+
"shape": "Sh0",
|
|
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": "Sht",
|
|
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": "Shw",
|
|
248
248
|
"locationName": "reservationPlanSettings"
|
|
249
249
|
},
|
|
250
250
|
"Status": {
|
|
251
251
|
"locationName": "status"
|
|
252
252
|
},
|
|
253
253
|
"Tags": {
|
|
254
|
-
"shape": "
|
|
254
|
+
"shape": "Sh0",
|
|
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": "Si1",
|
|
267
267
|
"locationName": "queue"
|
|
268
268
|
}
|
|
269
269
|
}
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"type": "structure",
|
|
425
425
|
"members": {
|
|
426
426
|
"Job": {
|
|
427
|
-
"shape": "
|
|
427
|
+
"shape": "Sh2",
|
|
428
428
|
"locationName": "job"
|
|
429
429
|
}
|
|
430
430
|
}
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
"type": "structure",
|
|
453
453
|
"members": {
|
|
454
454
|
"JobTemplate": {
|
|
455
|
-
"shape": "
|
|
455
|
+
"shape": "Shm",
|
|
456
456
|
"locationName": "jobTemplate"
|
|
457
457
|
}
|
|
458
458
|
}
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"type": "structure",
|
|
481
481
|
"members": {
|
|
482
482
|
"Preset": {
|
|
483
|
-
"shape": "
|
|
483
|
+
"shape": "Sht",
|
|
484
484
|
"locationName": "preset"
|
|
485
485
|
}
|
|
486
486
|
}
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
"type": "structure",
|
|
509
509
|
"members": {
|
|
510
510
|
"Queue": {
|
|
511
|
-
"shape": "
|
|
511
|
+
"shape": "Si1",
|
|
512
512
|
"locationName": "queue"
|
|
513
513
|
}
|
|
514
514
|
}
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
"locationName": "jobTemplates",
|
|
554
554
|
"type": "list",
|
|
555
555
|
"member": {
|
|
556
|
-
"shape": "
|
|
556
|
+
"shape": "Shm"
|
|
557
557
|
}
|
|
558
558
|
},
|
|
559
559
|
"NextToken": {
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
"locationName": "jobs",
|
|
602
602
|
"type": "list",
|
|
603
603
|
"member": {
|
|
604
|
-
"shape": "
|
|
604
|
+
"shape": "Sh2"
|
|
605
605
|
}
|
|
606
606
|
},
|
|
607
607
|
"NextToken": {
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
"locationName": "presets",
|
|
653
653
|
"type": "list",
|
|
654
654
|
"member": {
|
|
655
|
-
"shape": "
|
|
655
|
+
"shape": "Sht"
|
|
656
656
|
}
|
|
657
657
|
}
|
|
658
658
|
}
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
"locationName": "queues",
|
|
697
697
|
"type": "list",
|
|
698
698
|
"member": {
|
|
699
|
-
"shape": "
|
|
699
|
+
"shape": "Si1"
|
|
700
700
|
}
|
|
701
701
|
}
|
|
702
702
|
}
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
"locationName": "arn"
|
|
732
732
|
},
|
|
733
733
|
"Tags": {
|
|
734
|
-
"shape": "
|
|
734
|
+
"shape": "Sh0",
|
|
735
735
|
"locationName": "tags"
|
|
736
736
|
}
|
|
737
737
|
}
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
"locationName": "arn"
|
|
752
752
|
},
|
|
753
753
|
"Tags": {
|
|
754
|
-
"shape": "
|
|
754
|
+
"shape": "Sh0",
|
|
755
755
|
"locationName": "tags"
|
|
756
756
|
}
|
|
757
757
|
},
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
"location": "uri"
|
|
780
780
|
},
|
|
781
781
|
"TagKeys": {
|
|
782
|
-
"shape": "
|
|
782
|
+
"shape": "Sh7",
|
|
783
783
|
"locationName": "tagKeys"
|
|
784
784
|
}
|
|
785
785
|
},
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
"locationName": "queue"
|
|
828
828
|
},
|
|
829
829
|
"Settings": {
|
|
830
|
-
"shape": "
|
|
830
|
+
"shape": "Shi",
|
|
831
831
|
"locationName": "settings"
|
|
832
832
|
},
|
|
833
833
|
"StatusUpdateInterval": {
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
"type": "structure",
|
|
843
843
|
"members": {
|
|
844
844
|
"JobTemplate": {
|
|
845
|
-
"shape": "
|
|
845
|
+
"shape": "Shm",
|
|
846
846
|
"locationName": "jobTemplate"
|
|
847
847
|
}
|
|
848
848
|
}
|
|
@@ -868,7 +868,7 @@
|
|
|
868
868
|
"location": "uri"
|
|
869
869
|
},
|
|
870
870
|
"Settings": {
|
|
871
|
-
"shape": "
|
|
871
|
+
"shape": "Shp",
|
|
872
872
|
"locationName": "settings"
|
|
873
873
|
}
|
|
874
874
|
},
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
"type": "structure",
|
|
881
881
|
"members": {
|
|
882
882
|
"Preset": {
|
|
883
|
-
"shape": "
|
|
883
|
+
"shape": "Sht",
|
|
884
884
|
"locationName": "preset"
|
|
885
885
|
}
|
|
886
886
|
}
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
"location": "uri"
|
|
904
904
|
},
|
|
905
905
|
"ReservationPlanSettings": {
|
|
906
|
-
"shape": "
|
|
906
|
+
"shape": "Shw",
|
|
907
907
|
"locationName": "reservationPlanSettings"
|
|
908
908
|
},
|
|
909
909
|
"Status": {
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
"type": "structure",
|
|
919
919
|
"members": {
|
|
920
920
|
"Queue": {
|
|
921
|
-
"shape": "
|
|
921
|
+
"shape": "Si1",
|
|
922
922
|
"locationName": "queue"
|
|
923
923
|
}
|
|
924
924
|
}
|
|
@@ -1067,28 +1067,32 @@
|
|
|
1067
1067
|
}
|
|
1068
1068
|
}
|
|
1069
1069
|
},
|
|
1070
|
+
"KantarWatermark": {
|
|
1071
|
+
"shape": "S32",
|
|
1072
|
+
"locationName": "kantarWatermark"
|
|
1073
|
+
},
|
|
1070
1074
|
"MotionImageInserter": {
|
|
1071
|
-
"shape": "
|
|
1075
|
+
"shape": "S3a",
|
|
1072
1076
|
"locationName": "motionImageInserter"
|
|
1073
1077
|
},
|
|
1074
1078
|
"NielsenConfiguration": {
|
|
1075
|
-
"shape": "
|
|
1079
|
+
"shape": "S3i",
|
|
1076
1080
|
"locationName": "nielsenConfiguration"
|
|
1077
1081
|
},
|
|
1078
1082
|
"NielsenNonLinearWatermark": {
|
|
1079
|
-
"shape": "
|
|
1083
|
+
"shape": "S3k",
|
|
1080
1084
|
"locationName": "nielsenNonLinearWatermark"
|
|
1081
1085
|
},
|
|
1082
1086
|
"OutputGroups": {
|
|
1083
|
-
"shape": "
|
|
1087
|
+
"shape": "S3r",
|
|
1084
1088
|
"locationName": "outputGroups"
|
|
1085
1089
|
},
|
|
1086
1090
|
"TimecodeConfig": {
|
|
1087
|
-
"shape": "
|
|
1091
|
+
"shape": "Sgr",
|
|
1088
1092
|
"locationName": "timecodeConfig"
|
|
1089
1093
|
},
|
|
1090
1094
|
"TimedMetadataInsertion": {
|
|
1091
|
-
"shape": "
|
|
1095
|
+
"shape": "Sgu",
|
|
1092
1096
|
"locationName": "timedMetadataInsertion"
|
|
1093
1097
|
}
|
|
1094
1098
|
}
|
|
@@ -1473,6 +1477,9 @@
|
|
|
1473
1477
|
},
|
|
1474
1478
|
"Rotate": {
|
|
1475
1479
|
"locationName": "rotate"
|
|
1480
|
+
},
|
|
1481
|
+
"SampleRange": {
|
|
1482
|
+
"locationName": "sampleRange"
|
|
1476
1483
|
}
|
|
1477
1484
|
}
|
|
1478
1485
|
},
|
|
@@ -1529,7 +1536,53 @@
|
|
|
1529
1536
|
}
|
|
1530
1537
|
}
|
|
1531
1538
|
},
|
|
1532
|
-
"
|
|
1539
|
+
"S32": {
|
|
1540
|
+
"type": "structure",
|
|
1541
|
+
"members": {
|
|
1542
|
+
"ChannelName": {
|
|
1543
|
+
"locationName": "channelName"
|
|
1544
|
+
},
|
|
1545
|
+
"ContentReference": {
|
|
1546
|
+
"locationName": "contentReference"
|
|
1547
|
+
},
|
|
1548
|
+
"CredentialsSecretName": {
|
|
1549
|
+
"locationName": "credentialsSecretName"
|
|
1550
|
+
},
|
|
1551
|
+
"FileOffset": {
|
|
1552
|
+
"locationName": "fileOffset",
|
|
1553
|
+
"type": "double"
|
|
1554
|
+
},
|
|
1555
|
+
"KantarLicenseId": {
|
|
1556
|
+
"locationName": "kantarLicenseId",
|
|
1557
|
+
"type": "integer"
|
|
1558
|
+
},
|
|
1559
|
+
"KantarServerUrl": {
|
|
1560
|
+
"locationName": "kantarServerUrl"
|
|
1561
|
+
},
|
|
1562
|
+
"LogDestination": {
|
|
1563
|
+
"locationName": "logDestination"
|
|
1564
|
+
},
|
|
1565
|
+
"Metadata3": {
|
|
1566
|
+
"locationName": "metadata3"
|
|
1567
|
+
},
|
|
1568
|
+
"Metadata4": {
|
|
1569
|
+
"locationName": "metadata4"
|
|
1570
|
+
},
|
|
1571
|
+
"Metadata5": {
|
|
1572
|
+
"locationName": "metadata5"
|
|
1573
|
+
},
|
|
1574
|
+
"Metadata6": {
|
|
1575
|
+
"locationName": "metadata6"
|
|
1576
|
+
},
|
|
1577
|
+
"Metadata7": {
|
|
1578
|
+
"locationName": "metadata7"
|
|
1579
|
+
},
|
|
1580
|
+
"Metadata8": {
|
|
1581
|
+
"locationName": "metadata8"
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"S3a": {
|
|
1533
1586
|
"type": "structure",
|
|
1534
1587
|
"members": {
|
|
1535
1588
|
"Framerate": {
|
|
@@ -1574,7 +1627,7 @@
|
|
|
1574
1627
|
}
|
|
1575
1628
|
}
|
|
1576
1629
|
},
|
|
1577
|
-
"
|
|
1630
|
+
"S3i": {
|
|
1578
1631
|
"type": "structure",
|
|
1579
1632
|
"members": {
|
|
1580
1633
|
"BreakoutCode": {
|
|
@@ -1586,7 +1639,7 @@
|
|
|
1586
1639
|
}
|
|
1587
1640
|
}
|
|
1588
1641
|
},
|
|
1589
|
-
"
|
|
1642
|
+
"S3k": {
|
|
1590
1643
|
"type": "structure",
|
|
1591
1644
|
"members": {
|
|
1592
1645
|
"ActiveWatermarkProcess": {
|
|
@@ -1625,7 +1678,7 @@
|
|
|
1625
1678
|
}
|
|
1626
1679
|
}
|
|
1627
1680
|
},
|
|
1628
|
-
"
|
|
1681
|
+
"S3r": {
|
|
1629
1682
|
"type": "list",
|
|
1630
1683
|
"member": {
|
|
1631
1684
|
"type": "structure",
|
|
@@ -1697,7 +1750,7 @@
|
|
|
1697
1750
|
"locationName": "destination"
|
|
1698
1751
|
},
|
|
1699
1752
|
"DestinationSettings": {
|
|
1700
|
-
"shape": "
|
|
1753
|
+
"shape": "S43",
|
|
1701
1754
|
"locationName": "destinationSettings"
|
|
1702
1755
|
},
|
|
1703
1756
|
"Encryption": {
|
|
@@ -1721,11 +1774,11 @@
|
|
|
1721
1774
|
"locationName": "certificateArn"
|
|
1722
1775
|
},
|
|
1723
1776
|
"DashSignaledSystemIds": {
|
|
1724
|
-
"shape": "
|
|
1777
|
+
"shape": "S4g",
|
|
1725
1778
|
"locationName": "dashSignaledSystemIds"
|
|
1726
1779
|
},
|
|
1727
1780
|
"HlsSignaledSystemIds": {
|
|
1728
|
-
"shape": "
|
|
1781
|
+
"shape": "S4g",
|
|
1729
1782
|
"locationName": "hlsSignaledSystemIds"
|
|
1730
1783
|
},
|
|
1731
1784
|
"ResourceId": {
|
|
@@ -1737,7 +1790,7 @@
|
|
|
1737
1790
|
}
|
|
1738
1791
|
},
|
|
1739
1792
|
"StaticKeyProvider": {
|
|
1740
|
-
"shape": "
|
|
1793
|
+
"shape": "S4j",
|
|
1741
1794
|
"locationName": "staticKeyProvider"
|
|
1742
1795
|
},
|
|
1743
1796
|
"Type": {
|
|
@@ -1820,7 +1873,7 @@
|
|
|
1820
1873
|
"locationName": "destination"
|
|
1821
1874
|
},
|
|
1822
1875
|
"DestinationSettings": {
|
|
1823
|
-
"shape": "
|
|
1876
|
+
"shape": "S43",
|
|
1824
1877
|
"locationName": "destinationSettings"
|
|
1825
1878
|
},
|
|
1826
1879
|
"Encryption": {
|
|
@@ -1831,7 +1884,7 @@
|
|
|
1831
1884
|
"locationName": "playbackDeviceCompatibility"
|
|
1832
1885
|
},
|
|
1833
1886
|
"SpekeKeyProvider": {
|
|
1834
|
-
"shape": "
|
|
1887
|
+
"shape": "S54",
|
|
1835
1888
|
"locationName": "spekeKeyProvider"
|
|
1836
1889
|
}
|
|
1837
1890
|
}
|
|
@@ -1877,7 +1930,7 @@
|
|
|
1877
1930
|
"locationName": "destination"
|
|
1878
1931
|
},
|
|
1879
1932
|
"DestinationSettings": {
|
|
1880
|
-
"shape": "
|
|
1933
|
+
"shape": "S43",
|
|
1881
1934
|
"locationName": "destinationSettings"
|
|
1882
1935
|
}
|
|
1883
1936
|
}
|
|
@@ -1948,7 +2001,7 @@
|
|
|
1948
2001
|
"locationName": "destination"
|
|
1949
2002
|
},
|
|
1950
2003
|
"DestinationSettings": {
|
|
1951
|
-
"shape": "
|
|
2004
|
+
"shape": "S43",
|
|
1952
2005
|
"locationName": "destinationSettings"
|
|
1953
2006
|
},
|
|
1954
2007
|
"DirectoryStructure": {
|
|
@@ -1971,11 +2024,11 @@
|
|
|
1971
2024
|
"locationName": "offlineEncrypted"
|
|
1972
2025
|
},
|
|
1973
2026
|
"SpekeKeyProvider": {
|
|
1974
|
-
"shape": "
|
|
2027
|
+
"shape": "S54",
|
|
1975
2028
|
"locationName": "spekeKeyProvider"
|
|
1976
2029
|
},
|
|
1977
2030
|
"StaticKeyProvider": {
|
|
1978
|
-
"shape": "
|
|
2031
|
+
"shape": "S4j",
|
|
1979
2032
|
"locationName": "staticKeyProvider"
|
|
1980
2033
|
},
|
|
1981
2034
|
"Type": {
|
|
@@ -2061,7 +2114,7 @@
|
|
|
2061
2114
|
"locationName": "destination"
|
|
2062
2115
|
},
|
|
2063
2116
|
"DestinationSettings": {
|
|
2064
|
-
"shape": "
|
|
2117
|
+
"shape": "S43",
|
|
2065
2118
|
"locationName": "destinationSettings"
|
|
2066
2119
|
},
|
|
2067
2120
|
"Encryption": {
|
|
@@ -2069,7 +2122,7 @@
|
|
|
2069
2122
|
"type": "structure",
|
|
2070
2123
|
"members": {
|
|
2071
2124
|
"SpekeKeyProvider": {
|
|
2072
|
-
"shape": "
|
|
2125
|
+
"shape": "S54",
|
|
2073
2126
|
"locationName": "spekeKeyProvider"
|
|
2074
2127
|
}
|
|
2075
2128
|
}
|
|
@@ -2095,7 +2148,7 @@
|
|
|
2095
2148
|
"type": "structure",
|
|
2096
2149
|
"members": {
|
|
2097
2150
|
"AudioDescriptions": {
|
|
2098
|
-
"shape": "
|
|
2151
|
+
"shape": "S6b",
|
|
2099
2152
|
"locationName": "audioDescriptions"
|
|
2100
2153
|
},
|
|
2101
2154
|
"CaptionDescriptions": {
|
|
@@ -2111,7 +2164,7 @@
|
|
|
2111
2164
|
"locationName": "customLanguageCode"
|
|
2112
2165
|
},
|
|
2113
2166
|
"DestinationSettings": {
|
|
2114
|
-
"shape": "
|
|
2167
|
+
"shape": "S8s",
|
|
2115
2168
|
"locationName": "destinationSettings"
|
|
2116
2169
|
},
|
|
2117
2170
|
"LanguageCode": {
|
|
@@ -2124,7 +2177,7 @@
|
|
|
2124
2177
|
}
|
|
2125
2178
|
},
|
|
2126
2179
|
"ContainerSettings": {
|
|
2127
|
-
"shape": "
|
|
2180
|
+
"shape": "S9r",
|
|
2128
2181
|
"locationName": "containerSettings"
|
|
2129
2182
|
},
|
|
2130
2183
|
"Extension": {
|
|
@@ -2170,7 +2223,7 @@
|
|
|
2170
2223
|
"locationName": "preset"
|
|
2171
2224
|
},
|
|
2172
2225
|
"VideoDescription": {
|
|
2173
|
-
"shape": "
|
|
2226
|
+
"shape": "Sbr",
|
|
2174
2227
|
"locationName": "videoDescription"
|
|
2175
2228
|
}
|
|
2176
2229
|
}
|
|
@@ -2179,7 +2232,7 @@
|
|
|
2179
2232
|
}
|
|
2180
2233
|
}
|
|
2181
2234
|
},
|
|
2182
|
-
"
|
|
2235
|
+
"S43": {
|
|
2183
2236
|
"type": "structure",
|
|
2184
2237
|
"members": {
|
|
2185
2238
|
"S3Settings": {
|
|
@@ -2211,11 +2264,11 @@
|
|
|
2211
2264
|
}
|
|
2212
2265
|
}
|
|
2213
2266
|
},
|
|
2214
|
-
"
|
|
2267
|
+
"S4g": {
|
|
2215
2268
|
"type": "list",
|
|
2216
2269
|
"member": {}
|
|
2217
2270
|
},
|
|
2218
|
-
"
|
|
2271
|
+
"S4j": {
|
|
2219
2272
|
"type": "structure",
|
|
2220
2273
|
"members": {
|
|
2221
2274
|
"KeyFormat": {
|
|
@@ -2232,7 +2285,7 @@
|
|
|
2232
2285
|
}
|
|
2233
2286
|
}
|
|
2234
2287
|
},
|
|
2235
|
-
"
|
|
2288
|
+
"S54": {
|
|
2236
2289
|
"type": "structure",
|
|
2237
2290
|
"members": {
|
|
2238
2291
|
"CertificateArn": {
|
|
@@ -2251,7 +2304,7 @@
|
|
|
2251
2304
|
}
|
|
2252
2305
|
}
|
|
2253
2306
|
},
|
|
2254
|
-
"
|
|
2307
|
+
"S6b": {
|
|
2255
2308
|
"type": "list",
|
|
2256
2309
|
"member": {
|
|
2257
2310
|
"type": "structure",
|
|
@@ -2655,7 +2708,7 @@
|
|
|
2655
2708
|
}
|
|
2656
2709
|
}
|
|
2657
2710
|
},
|
|
2658
|
-
"
|
|
2711
|
+
"S8s": {
|
|
2659
2712
|
"type": "structure",
|
|
2660
2713
|
"members": {
|
|
2661
2714
|
"BurninDestinationSettings": {
|
|
@@ -2742,6 +2795,17 @@
|
|
|
2742
2795
|
"locationName": "backgroundOpacity",
|
|
2743
2796
|
"type": "integer"
|
|
2744
2797
|
},
|
|
2798
|
+
"DdsHandling": {
|
|
2799
|
+
"locationName": "ddsHandling"
|
|
2800
|
+
},
|
|
2801
|
+
"DdsXCoordinate": {
|
|
2802
|
+
"locationName": "ddsXCoordinate",
|
|
2803
|
+
"type": "integer"
|
|
2804
|
+
},
|
|
2805
|
+
"DdsYCoordinate": {
|
|
2806
|
+
"locationName": "ddsYCoordinate",
|
|
2807
|
+
"type": "integer"
|
|
2808
|
+
},
|
|
2745
2809
|
"FontColor": {
|
|
2746
2810
|
"locationName": "fontColor"
|
|
2747
2811
|
},
|
|
@@ -2760,6 +2824,10 @@
|
|
|
2760
2824
|
"locationName": "fontSize",
|
|
2761
2825
|
"type": "integer"
|
|
2762
2826
|
},
|
|
2827
|
+
"Height": {
|
|
2828
|
+
"locationName": "height",
|
|
2829
|
+
"type": "integer"
|
|
2830
|
+
},
|
|
2763
2831
|
"OutlineColor": {
|
|
2764
2832
|
"locationName": "outlineColor"
|
|
2765
2833
|
},
|
|
@@ -2788,6 +2856,10 @@
|
|
|
2788
2856
|
"TeletextSpacing": {
|
|
2789
2857
|
"locationName": "teletextSpacing"
|
|
2790
2858
|
},
|
|
2859
|
+
"Width": {
|
|
2860
|
+
"locationName": "width",
|
|
2861
|
+
"type": "integer"
|
|
2862
|
+
},
|
|
2791
2863
|
"XPosition": {
|
|
2792
2864
|
"locationName": "xPosition",
|
|
2793
2865
|
"type": "integer"
|
|
@@ -2864,7 +2936,7 @@
|
|
|
2864
2936
|
}
|
|
2865
2937
|
}
|
|
2866
2938
|
},
|
|
2867
|
-
"
|
|
2939
|
+
"S9r": {
|
|
2868
2940
|
"type": "structure",
|
|
2869
2941
|
"members": {
|
|
2870
2942
|
"CmfcSettings": {
|
|
@@ -2924,7 +2996,7 @@
|
|
|
2924
2996
|
"type": "integer"
|
|
2925
2997
|
},
|
|
2926
2998
|
"AudioPids": {
|
|
2927
|
-
"shape": "
|
|
2999
|
+
"shape": "Sa5",
|
|
2928
3000
|
"locationName": "audioPids"
|
|
2929
3001
|
},
|
|
2930
3002
|
"Bitrate": {
|
|
@@ -2971,7 +3043,7 @@
|
|
|
2971
3043
|
}
|
|
2972
3044
|
},
|
|
2973
3045
|
"DvbSubPids": {
|
|
2974
|
-
"shape": "
|
|
3046
|
+
"shape": "Sa5",
|
|
2975
3047
|
"locationName": "dvbSubPids"
|
|
2976
3048
|
},
|
|
2977
3049
|
"DvbTdtSettings": {
|
|
@@ -3102,9 +3174,13 @@
|
|
|
3102
3174
|
"type": "integer"
|
|
3103
3175
|
},
|
|
3104
3176
|
"AudioPids": {
|
|
3105
|
-
"shape": "
|
|
3177
|
+
"shape": "Sa5",
|
|
3106
3178
|
"locationName": "audioPids"
|
|
3107
3179
|
},
|
|
3180
|
+
"MaxPcrInterval": {
|
|
3181
|
+
"locationName": "maxPcrInterval",
|
|
3182
|
+
"type": "integer"
|
|
3183
|
+
},
|
|
3108
3184
|
"NielsenId3": {
|
|
3109
3185
|
"locationName": "nielsenId3"
|
|
3110
3186
|
},
|
|
@@ -3240,13 +3316,13 @@
|
|
|
3240
3316
|
}
|
|
3241
3317
|
}
|
|
3242
3318
|
},
|
|
3243
|
-
"
|
|
3319
|
+
"Sa5": {
|
|
3244
3320
|
"type": "list",
|
|
3245
3321
|
"member": {
|
|
3246
3322
|
"type": "integer"
|
|
3247
3323
|
}
|
|
3248
3324
|
},
|
|
3249
|
-
"
|
|
3325
|
+
"Sbr": {
|
|
3250
3326
|
"type": "structure",
|
|
3251
3327
|
"members": {
|
|
3252
3328
|
"AfdSignaling": {
|
|
@@ -4222,7 +4298,7 @@
|
|
|
4222
4298
|
}
|
|
4223
4299
|
}
|
|
4224
4300
|
},
|
|
4225
|
-
"
|
|
4301
|
+
"Sgr": {
|
|
4226
4302
|
"type": "structure",
|
|
4227
4303
|
"members": {
|
|
4228
4304
|
"Anchor": {
|
|
@@ -4239,7 +4315,7 @@
|
|
|
4239
4315
|
}
|
|
4240
4316
|
}
|
|
4241
4317
|
},
|
|
4242
|
-
"
|
|
4318
|
+
"Sgu": {
|
|
4243
4319
|
"type": "structure",
|
|
4244
4320
|
"members": {
|
|
4245
4321
|
"Id3Insertions": {
|
|
@@ -4259,12 +4335,12 @@
|
|
|
4259
4335
|
}
|
|
4260
4336
|
}
|
|
4261
4337
|
},
|
|
4262
|
-
"
|
|
4338
|
+
"Sh0": {
|
|
4263
4339
|
"type": "map",
|
|
4264
4340
|
"key": {},
|
|
4265
4341
|
"value": {}
|
|
4266
4342
|
},
|
|
4267
|
-
"
|
|
4343
|
+
"Sh2": {
|
|
4268
4344
|
"type": "structure",
|
|
4269
4345
|
"members": {
|
|
4270
4346
|
"AccelerationSettings": {
|
|
@@ -4281,7 +4357,7 @@
|
|
|
4281
4357
|
"locationName": "billingTagsSource"
|
|
4282
4358
|
},
|
|
4283
4359
|
"CreatedAt": {
|
|
4284
|
-
"shape": "
|
|
4360
|
+
"shape": "Sh4",
|
|
4285
4361
|
"locationName": "createdAt"
|
|
4286
4362
|
},
|
|
4287
4363
|
"CurrentPhase": {
|
|
@@ -4313,11 +4389,11 @@
|
|
|
4313
4389
|
"type": "structure",
|
|
4314
4390
|
"members": {
|
|
4315
4391
|
"Info": {
|
|
4316
|
-
"shape": "
|
|
4392
|
+
"shape": "Sh7",
|
|
4317
4393
|
"locationName": "info"
|
|
4318
4394
|
},
|
|
4319
4395
|
"Warning": {
|
|
4320
|
-
"shape": "
|
|
4396
|
+
"shape": "Sh7",
|
|
4321
4397
|
"locationName": "warning"
|
|
4322
4398
|
}
|
|
4323
4399
|
}
|
|
@@ -4378,7 +4454,7 @@
|
|
|
4378
4454
|
"locationName": "sourceQueue"
|
|
4379
4455
|
},
|
|
4380
4456
|
"Timestamp": {
|
|
4381
|
-
"shape": "
|
|
4457
|
+
"shape": "Sh4",
|
|
4382
4458
|
"locationName": "timestamp"
|
|
4383
4459
|
}
|
|
4384
4460
|
}
|
|
@@ -4409,21 +4485,21 @@
|
|
|
4409
4485
|
"type": "structure",
|
|
4410
4486
|
"members": {
|
|
4411
4487
|
"FinishTime": {
|
|
4412
|
-
"shape": "
|
|
4488
|
+
"shape": "Sh4",
|
|
4413
4489
|
"locationName": "finishTime"
|
|
4414
4490
|
},
|
|
4415
4491
|
"StartTime": {
|
|
4416
|
-
"shape": "
|
|
4492
|
+
"shape": "Sh4",
|
|
4417
4493
|
"locationName": "startTime"
|
|
4418
4494
|
},
|
|
4419
4495
|
"SubmitTime": {
|
|
4420
|
-
"shape": "
|
|
4496
|
+
"shape": "Sh4",
|
|
4421
4497
|
"locationName": "submitTime"
|
|
4422
4498
|
}
|
|
4423
4499
|
}
|
|
4424
4500
|
},
|
|
4425
4501
|
"UserMetadata": {
|
|
4426
|
-
"shape": "
|
|
4502
|
+
"shape": "Sh0",
|
|
4427
4503
|
"locationName": "userMetadata"
|
|
4428
4504
|
}
|
|
4429
4505
|
},
|
|
@@ -4432,15 +4508,15 @@
|
|
|
4432
4508
|
"Settings"
|
|
4433
4509
|
]
|
|
4434
4510
|
},
|
|
4435
|
-
"
|
|
4511
|
+
"Sh4": {
|
|
4436
4512
|
"type": "timestamp",
|
|
4437
4513
|
"timestampFormat": "unixTimestamp"
|
|
4438
4514
|
},
|
|
4439
|
-
"
|
|
4515
|
+
"Sh7": {
|
|
4440
4516
|
"type": "list",
|
|
4441
4517
|
"member": {}
|
|
4442
4518
|
},
|
|
4443
|
-
"
|
|
4519
|
+
"Shi": {
|
|
4444
4520
|
"type": "structure",
|
|
4445
4521
|
"members": {
|
|
4446
4522
|
"AdAvailOffset": {
|
|
@@ -4525,33 +4601,37 @@
|
|
|
4525
4601
|
}
|
|
4526
4602
|
}
|
|
4527
4603
|
},
|
|
4604
|
+
"KantarWatermark": {
|
|
4605
|
+
"shape": "S32",
|
|
4606
|
+
"locationName": "kantarWatermark"
|
|
4607
|
+
},
|
|
4528
4608
|
"MotionImageInserter": {
|
|
4529
|
-
"shape": "
|
|
4609
|
+
"shape": "S3a",
|
|
4530
4610
|
"locationName": "motionImageInserter"
|
|
4531
4611
|
},
|
|
4532
4612
|
"NielsenConfiguration": {
|
|
4533
|
-
"shape": "
|
|
4613
|
+
"shape": "S3i",
|
|
4534
4614
|
"locationName": "nielsenConfiguration"
|
|
4535
4615
|
},
|
|
4536
4616
|
"NielsenNonLinearWatermark": {
|
|
4537
|
-
"shape": "
|
|
4617
|
+
"shape": "S3k",
|
|
4538
4618
|
"locationName": "nielsenNonLinearWatermark"
|
|
4539
4619
|
},
|
|
4540
4620
|
"OutputGroups": {
|
|
4541
|
-
"shape": "
|
|
4621
|
+
"shape": "S3r",
|
|
4542
4622
|
"locationName": "outputGroups"
|
|
4543
4623
|
},
|
|
4544
4624
|
"TimecodeConfig": {
|
|
4545
|
-
"shape": "
|
|
4625
|
+
"shape": "Sgr",
|
|
4546
4626
|
"locationName": "timecodeConfig"
|
|
4547
4627
|
},
|
|
4548
4628
|
"TimedMetadataInsertion": {
|
|
4549
|
-
"shape": "
|
|
4629
|
+
"shape": "Sgu",
|
|
4550
4630
|
"locationName": "timedMetadataInsertion"
|
|
4551
4631
|
}
|
|
4552
4632
|
}
|
|
4553
4633
|
},
|
|
4554
|
-
"
|
|
4634
|
+
"Shm": {
|
|
4555
4635
|
"type": "structure",
|
|
4556
4636
|
"members": {
|
|
4557
4637
|
"AccelerationSettings": {
|
|
@@ -4565,7 +4645,7 @@
|
|
|
4565
4645
|
"locationName": "category"
|
|
4566
4646
|
},
|
|
4567
4647
|
"CreatedAt": {
|
|
4568
|
-
"shape": "
|
|
4648
|
+
"shape": "Sh4",
|
|
4569
4649
|
"locationName": "createdAt"
|
|
4570
4650
|
},
|
|
4571
4651
|
"Description": {
|
|
@@ -4576,7 +4656,7 @@
|
|
|
4576
4656
|
"locationName": "hopDestinations"
|
|
4577
4657
|
},
|
|
4578
4658
|
"LastUpdated": {
|
|
4579
|
-
"shape": "
|
|
4659
|
+
"shape": "Sh4",
|
|
4580
4660
|
"locationName": "lastUpdated"
|
|
4581
4661
|
},
|
|
4582
4662
|
"Name": {
|
|
@@ -4590,7 +4670,7 @@
|
|
|
4590
4670
|
"locationName": "queue"
|
|
4591
4671
|
},
|
|
4592
4672
|
"Settings": {
|
|
4593
|
-
"shape": "
|
|
4673
|
+
"shape": "Shi",
|
|
4594
4674
|
"locationName": "settings"
|
|
4595
4675
|
},
|
|
4596
4676
|
"StatusUpdateInterval": {
|
|
@@ -4605,11 +4685,11 @@
|
|
|
4605
4685
|
"Name"
|
|
4606
4686
|
]
|
|
4607
4687
|
},
|
|
4608
|
-
"
|
|
4688
|
+
"Shp": {
|
|
4609
4689
|
"type": "structure",
|
|
4610
4690
|
"members": {
|
|
4611
4691
|
"AudioDescriptions": {
|
|
4612
|
-
"shape": "
|
|
4692
|
+
"shape": "S6b",
|
|
4613
4693
|
"locationName": "audioDescriptions"
|
|
4614
4694
|
},
|
|
4615
4695
|
"CaptionDescriptions": {
|
|
@@ -4622,7 +4702,7 @@
|
|
|
4622
4702
|
"locationName": "customLanguageCode"
|
|
4623
4703
|
},
|
|
4624
4704
|
"DestinationSettings": {
|
|
4625
|
-
"shape": "
|
|
4705
|
+
"shape": "S8s",
|
|
4626
4706
|
"locationName": "destinationSettings"
|
|
4627
4707
|
},
|
|
4628
4708
|
"LanguageCode": {
|
|
@@ -4635,16 +4715,16 @@
|
|
|
4635
4715
|
}
|
|
4636
4716
|
},
|
|
4637
4717
|
"ContainerSettings": {
|
|
4638
|
-
"shape": "
|
|
4718
|
+
"shape": "S9r",
|
|
4639
4719
|
"locationName": "containerSettings"
|
|
4640
4720
|
},
|
|
4641
4721
|
"VideoDescription": {
|
|
4642
|
-
"shape": "
|
|
4722
|
+
"shape": "Sbr",
|
|
4643
4723
|
"locationName": "videoDescription"
|
|
4644
4724
|
}
|
|
4645
4725
|
}
|
|
4646
4726
|
},
|
|
4647
|
-
"
|
|
4727
|
+
"Sht": {
|
|
4648
4728
|
"type": "structure",
|
|
4649
4729
|
"members": {
|
|
4650
4730
|
"Arn": {
|
|
@@ -4654,21 +4734,21 @@
|
|
|
4654
4734
|
"locationName": "category"
|
|
4655
4735
|
},
|
|
4656
4736
|
"CreatedAt": {
|
|
4657
|
-
"shape": "
|
|
4737
|
+
"shape": "Sh4",
|
|
4658
4738
|
"locationName": "createdAt"
|
|
4659
4739
|
},
|
|
4660
4740
|
"Description": {
|
|
4661
4741
|
"locationName": "description"
|
|
4662
4742
|
},
|
|
4663
4743
|
"LastUpdated": {
|
|
4664
|
-
"shape": "
|
|
4744
|
+
"shape": "Sh4",
|
|
4665
4745
|
"locationName": "lastUpdated"
|
|
4666
4746
|
},
|
|
4667
4747
|
"Name": {
|
|
4668
4748
|
"locationName": "name"
|
|
4669
4749
|
},
|
|
4670
4750
|
"Settings": {
|
|
4671
|
-
"shape": "
|
|
4751
|
+
"shape": "Shp",
|
|
4672
4752
|
"locationName": "settings"
|
|
4673
4753
|
},
|
|
4674
4754
|
"Type": {
|
|
@@ -4680,7 +4760,7 @@
|
|
|
4680
4760
|
"Name"
|
|
4681
4761
|
]
|
|
4682
4762
|
},
|
|
4683
|
-
"
|
|
4763
|
+
"Shw": {
|
|
4684
4764
|
"type": "structure",
|
|
4685
4765
|
"members": {
|
|
4686
4766
|
"Commitment": {
|
|
@@ -4700,21 +4780,21 @@
|
|
|
4700
4780
|
"RenewalType"
|
|
4701
4781
|
]
|
|
4702
4782
|
},
|
|
4703
|
-
"
|
|
4783
|
+
"Si1": {
|
|
4704
4784
|
"type": "structure",
|
|
4705
4785
|
"members": {
|
|
4706
4786
|
"Arn": {
|
|
4707
4787
|
"locationName": "arn"
|
|
4708
4788
|
},
|
|
4709
4789
|
"CreatedAt": {
|
|
4710
|
-
"shape": "
|
|
4790
|
+
"shape": "Sh4",
|
|
4711
4791
|
"locationName": "createdAt"
|
|
4712
4792
|
},
|
|
4713
4793
|
"Description": {
|
|
4714
4794
|
"locationName": "description"
|
|
4715
4795
|
},
|
|
4716
4796
|
"LastUpdated": {
|
|
4717
|
-
"shape": "
|
|
4797
|
+
"shape": "Sh4",
|
|
4718
4798
|
"locationName": "lastUpdated"
|
|
4719
4799
|
},
|
|
4720
4800
|
"Name": {
|
|
@@ -4735,11 +4815,11 @@
|
|
|
4735
4815
|
"locationName": "commitment"
|
|
4736
4816
|
},
|
|
4737
4817
|
"ExpiresAt": {
|
|
4738
|
-
"shape": "
|
|
4818
|
+
"shape": "Sh4",
|
|
4739
4819
|
"locationName": "expiresAt"
|
|
4740
4820
|
},
|
|
4741
4821
|
"PurchasedAt": {
|
|
4742
|
-
"shape": "
|
|
4822
|
+
"shape": "Sh4",
|
|
4743
4823
|
"locationName": "purchasedAt"
|
|
4744
4824
|
},
|
|
4745
4825
|
"RenewalType": {
|