@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26
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 +147 -4
- package/.projenrc.ts +1 -1
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +4 -22
- package/lib/ecr-sync.js +3 -10
- package/lib/image.d.ts +5 -8
- package/lib/image.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +69 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
- package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
- package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
- package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
- package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
- package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
- package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
- package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
- package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
- package/node_modules/aws-sdk/clients/es.d.ts +97 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
- package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
- package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
- package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
- package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
- package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
- package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
- package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/param_validator.js +2 -0
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jmespath/jmespath.js +32 -27
- package/node_modules/jmespath/package.json +2 -7
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/jmespath/.eslintrc +0 -10
- package/node_modules/jmespath/.npmignore +0 -1
- package/node_modules/jmespath/.travis.yml +0 -6
- package/node_modules/jmespath/BASELINE +0 -15
- package/node_modules/jmespath/Gruntfile.js +0 -36
- package/node_modules/jmespath/g.sh +0 -5
- package/node_modules/jmespath/index.html +0 -93
- package/node_modules/jmespath/james.html +0 -7
- package/node_modules/jmespath/l.js +0 -189
- package/node_modules/jmespath/perf.js +0 -33
- package/node_modules/jmespath/reservedWords.json +0 -4
- package/node_modules/jmespath/test/compliance/basic.json +0 -96
- package/node_modules/jmespath/test/compliance/boolean.json +0 -257
- package/node_modules/jmespath/test/compliance/current.json +0 -25
- package/node_modules/jmespath/test/compliance/escape.json +0 -46
- package/node_modules/jmespath/test/compliance/filters.json +0 -468
- package/node_modules/jmespath/test/compliance/functions.json +0 -825
- package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
- package/node_modules/jmespath/test/compliance/indices.json +0 -346
- package/node_modules/jmespath/test/compliance/literal.json +0 -190
- package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
- package/node_modules/jmespath/test/compliance/pipe.json +0 -131
- package/node_modules/jmespath/test/compliance/slice.json +0 -187
- package/node_modules/jmespath/test/compliance/syntax.json +0 -616
- package/node_modules/jmespath/test/compliance/unicode.json +0 -38
- package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
- package/node_modules/jmespath/test/compliance.js +0 -56
- package/node_modules/jmespath/test/jmespath.js +0 -217
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
"locationName": "statusUpdateInterval"
|
|
104
104
|
},
|
|
105
105
|
"Tags": {
|
|
106
|
-
"shape": "
|
|
106
|
+
"shape": "Sj8",
|
|
107
107
|
"locationName": "tags"
|
|
108
108
|
},
|
|
109
109
|
"UserMetadata": {
|
|
110
|
-
"shape": "
|
|
110
|
+
"shape": "Sj8",
|
|
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": "Sja",
|
|
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": "Sjq",
|
|
163
163
|
"locationName": "settings"
|
|
164
164
|
},
|
|
165
165
|
"StatusUpdateInterval": {
|
|
166
166
|
"locationName": "statusUpdateInterval"
|
|
167
167
|
},
|
|
168
168
|
"Tags": {
|
|
169
|
-
"shape": "
|
|
169
|
+
"shape": "Sj8",
|
|
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": "Sju",
|
|
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": "Sjx",
|
|
207
207
|
"locationName": "settings"
|
|
208
208
|
},
|
|
209
209
|
"Tags": {
|
|
210
|
-
"shape": "
|
|
210
|
+
"shape": "Sj8",
|
|
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": "Sk1",
|
|
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": "Sk4",
|
|
248
248
|
"locationName": "reservationPlanSettings"
|
|
249
249
|
},
|
|
250
250
|
"Status": {
|
|
251
251
|
"locationName": "status"
|
|
252
252
|
},
|
|
253
253
|
"Tags": {
|
|
254
|
-
"shape": "
|
|
254
|
+
"shape": "Sj8",
|
|
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": "Sk9",
|
|
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": "Sja",
|
|
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": "Sju",
|
|
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": "Skx",
|
|
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": "Sk1",
|
|
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": "Sk9",
|
|
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": "Sju"
|
|
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": "Sja"
|
|
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": "Sk1"
|
|
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": "Sk9"
|
|
735
735
|
}
|
|
736
736
|
}
|
|
737
737
|
}
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
"locationName": "arn"
|
|
767
767
|
},
|
|
768
768
|
"Tags": {
|
|
769
|
-
"shape": "
|
|
769
|
+
"shape": "Sj8",
|
|
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": "Skx",
|
|
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": "Skx",
|
|
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": "Sj8",
|
|
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": "Sjf",
|
|
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": "Sjq",
|
|
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": "Sju",
|
|
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": "Sjx",
|
|
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": "Sk1",
|
|
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": "Sk4",
|
|
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": "Sk9",
|
|
985
985
|
"locationName": "queue"
|
|
986
986
|
}
|
|
987
987
|
}
|
|
@@ -1084,6 +1084,9 @@
|
|
|
1084
1084
|
"DenoiseFilter": {
|
|
1085
1085
|
"locationName": "denoiseFilter"
|
|
1086
1086
|
},
|
|
1087
|
+
"DolbyVisionMetadataXml": {
|
|
1088
|
+
"locationName": "dolbyVisionMetadataXml"
|
|
1089
|
+
},
|
|
1087
1090
|
"FileInput": {
|
|
1088
1091
|
"locationName": "fileInput"
|
|
1089
1092
|
},
|
|
@@ -1095,11 +1098,11 @@
|
|
|
1095
1098
|
"type": "integer"
|
|
1096
1099
|
},
|
|
1097
1100
|
"ImageInserter": {
|
|
1098
|
-
"shape": "
|
|
1101
|
+
"shape": "S2k",
|
|
1099
1102
|
"locationName": "imageInserter"
|
|
1100
1103
|
},
|
|
1101
1104
|
"InputClippings": {
|
|
1102
|
-
"shape": "
|
|
1105
|
+
"shape": "S2r",
|
|
1103
1106
|
"locationName": "inputClippings"
|
|
1104
1107
|
},
|
|
1105
1108
|
"InputScanType": {
|
|
@@ -1128,38 +1131,38 @@
|
|
|
1128
1131
|
"locationName": "timecodeStart"
|
|
1129
1132
|
},
|
|
1130
1133
|
"VideoSelector": {
|
|
1131
|
-
"shape": "
|
|
1134
|
+
"shape": "S30",
|
|
1132
1135
|
"locationName": "videoSelector"
|
|
1133
1136
|
}
|
|
1134
1137
|
}
|
|
1135
1138
|
}
|
|
1136
1139
|
},
|
|
1137
1140
|
"KantarWatermark": {
|
|
1138
|
-
"shape": "
|
|
1141
|
+
"shape": "S39",
|
|
1139
1142
|
"locationName": "kantarWatermark"
|
|
1140
1143
|
},
|
|
1141
1144
|
"MotionImageInserter": {
|
|
1142
|
-
"shape": "
|
|
1145
|
+
"shape": "S3h",
|
|
1143
1146
|
"locationName": "motionImageInserter"
|
|
1144
1147
|
},
|
|
1145
1148
|
"NielsenConfiguration": {
|
|
1146
|
-
"shape": "
|
|
1149
|
+
"shape": "S3p",
|
|
1147
1150
|
"locationName": "nielsenConfiguration"
|
|
1148
1151
|
},
|
|
1149
1152
|
"NielsenNonLinearWatermark": {
|
|
1150
|
-
"shape": "
|
|
1153
|
+
"shape": "S3r",
|
|
1151
1154
|
"locationName": "nielsenNonLinearWatermark"
|
|
1152
1155
|
},
|
|
1153
1156
|
"OutputGroups": {
|
|
1154
|
-
"shape": "
|
|
1157
|
+
"shape": "S3y",
|
|
1155
1158
|
"locationName": "outputGroups"
|
|
1156
1159
|
},
|
|
1157
1160
|
"TimecodeConfig": {
|
|
1158
|
-
"shape": "
|
|
1161
|
+
"shape": "Sj0",
|
|
1159
1162
|
"locationName": "timecodeConfig"
|
|
1160
1163
|
},
|
|
1161
1164
|
"TimedMetadataInsertion": {
|
|
1162
|
-
"shape": "
|
|
1165
|
+
"shape": "Sj3",
|
|
1163
1166
|
"locationName": "timedMetadataInsertion"
|
|
1164
1167
|
}
|
|
1165
1168
|
}
|
|
@@ -1492,7 +1495,7 @@
|
|
|
1492
1495
|
}
|
|
1493
1496
|
}
|
|
1494
1497
|
},
|
|
1495
|
-
"
|
|
1498
|
+
"S2k": {
|
|
1496
1499
|
"type": "structure",
|
|
1497
1500
|
"members": {
|
|
1498
1501
|
"InsertableImages": {
|
|
@@ -1548,7 +1551,7 @@
|
|
|
1548
1551
|
}
|
|
1549
1552
|
}
|
|
1550
1553
|
},
|
|
1551
|
-
"
|
|
1554
|
+
"S2r": {
|
|
1552
1555
|
"type": "list",
|
|
1553
1556
|
"member": {
|
|
1554
1557
|
"type": "structure",
|
|
@@ -1562,7 +1565,7 @@
|
|
|
1562
1565
|
}
|
|
1563
1566
|
}
|
|
1564
1567
|
},
|
|
1565
|
-
"
|
|
1568
|
+
"S30": {
|
|
1566
1569
|
"type": "structure",
|
|
1567
1570
|
"members": {
|
|
1568
1571
|
"AlphaBehavior": {
|
|
@@ -1575,7 +1578,7 @@
|
|
|
1575
1578
|
"locationName": "colorSpaceUsage"
|
|
1576
1579
|
},
|
|
1577
1580
|
"Hdr10Metadata": {
|
|
1578
|
-
"shape": "
|
|
1581
|
+
"shape": "S34",
|
|
1579
1582
|
"locationName": "hdr10Metadata"
|
|
1580
1583
|
},
|
|
1581
1584
|
"Pid": {
|
|
@@ -1594,7 +1597,7 @@
|
|
|
1594
1597
|
}
|
|
1595
1598
|
}
|
|
1596
1599
|
},
|
|
1597
|
-
"
|
|
1600
|
+
"S34": {
|
|
1598
1601
|
"type": "structure",
|
|
1599
1602
|
"members": {
|
|
1600
1603
|
"BluePrimaryX": {
|
|
@@ -1647,7 +1650,7 @@
|
|
|
1647
1650
|
}
|
|
1648
1651
|
}
|
|
1649
1652
|
},
|
|
1650
|
-
"
|
|
1653
|
+
"S39": {
|
|
1651
1654
|
"type": "structure",
|
|
1652
1655
|
"members": {
|
|
1653
1656
|
"ChannelName": {
|
|
@@ -1693,7 +1696,7 @@
|
|
|
1693
1696
|
}
|
|
1694
1697
|
}
|
|
1695
1698
|
},
|
|
1696
|
-
"
|
|
1699
|
+
"S3h": {
|
|
1697
1700
|
"type": "structure",
|
|
1698
1701
|
"members": {
|
|
1699
1702
|
"Framerate": {
|
|
@@ -1738,7 +1741,7 @@
|
|
|
1738
1741
|
}
|
|
1739
1742
|
}
|
|
1740
1743
|
},
|
|
1741
|
-
"
|
|
1744
|
+
"S3p": {
|
|
1742
1745
|
"type": "structure",
|
|
1743
1746
|
"members": {
|
|
1744
1747
|
"BreakoutCode": {
|
|
@@ -1750,7 +1753,7 @@
|
|
|
1750
1753
|
}
|
|
1751
1754
|
}
|
|
1752
1755
|
},
|
|
1753
|
-
"
|
|
1756
|
+
"S3r": {
|
|
1754
1757
|
"type": "structure",
|
|
1755
1758
|
"members": {
|
|
1756
1759
|
"ActiveWatermarkProcess": {
|
|
@@ -1789,7 +1792,7 @@
|
|
|
1789
1792
|
}
|
|
1790
1793
|
}
|
|
1791
1794
|
},
|
|
1792
|
-
"
|
|
1795
|
+
"S3y": {
|
|
1793
1796
|
"type": "list",
|
|
1794
1797
|
"member": {
|
|
1795
1798
|
"type": "structure",
|
|
@@ -1861,7 +1864,7 @@
|
|
|
1861
1864
|
"locationName": "destination"
|
|
1862
1865
|
},
|
|
1863
1866
|
"DestinationSettings": {
|
|
1864
|
-
"shape": "
|
|
1867
|
+
"shape": "S4a",
|
|
1865
1868
|
"locationName": "destinationSettings"
|
|
1866
1869
|
},
|
|
1867
1870
|
"Encryption": {
|
|
@@ -1885,11 +1888,11 @@
|
|
|
1885
1888
|
"locationName": "certificateArn"
|
|
1886
1889
|
},
|
|
1887
1890
|
"DashSignaledSystemIds": {
|
|
1888
|
-
"shape": "
|
|
1891
|
+
"shape": "S4o",
|
|
1889
1892
|
"locationName": "dashSignaledSystemIds"
|
|
1890
1893
|
},
|
|
1891
1894
|
"HlsSignaledSystemIds": {
|
|
1892
|
-
"shape": "
|
|
1895
|
+
"shape": "S4o",
|
|
1893
1896
|
"locationName": "hlsSignaledSystemIds"
|
|
1894
1897
|
},
|
|
1895
1898
|
"ResourceId": {
|
|
@@ -1901,7 +1904,7 @@
|
|
|
1901
1904
|
}
|
|
1902
1905
|
},
|
|
1903
1906
|
"StaticKeyProvider": {
|
|
1904
|
-
"shape": "
|
|
1907
|
+
"shape": "S4r",
|
|
1905
1908
|
"locationName": "staticKeyProvider"
|
|
1906
1909
|
},
|
|
1907
1910
|
"Type": {
|
|
@@ -2022,7 +2025,7 @@
|
|
|
2022
2025
|
"locationName": "destination"
|
|
2023
2026
|
},
|
|
2024
2027
|
"DestinationSettings": {
|
|
2025
|
-
"shape": "
|
|
2028
|
+
"shape": "S4a",
|
|
2026
2029
|
"locationName": "destinationSettings"
|
|
2027
2030
|
},
|
|
2028
2031
|
"Encryption": {
|
|
@@ -2033,7 +2036,7 @@
|
|
|
2033
2036
|
"locationName": "playbackDeviceCompatibility"
|
|
2034
2037
|
},
|
|
2035
2038
|
"SpekeKeyProvider": {
|
|
2036
|
-
"shape": "
|
|
2039
|
+
"shape": "S5l",
|
|
2037
2040
|
"locationName": "spekeKeyProvider"
|
|
2038
2041
|
}
|
|
2039
2042
|
}
|
|
@@ -2114,7 +2117,7 @@
|
|
|
2114
2117
|
"locationName": "destination"
|
|
2115
2118
|
},
|
|
2116
2119
|
"DestinationSettings": {
|
|
2117
|
-
"shape": "
|
|
2120
|
+
"shape": "S4a",
|
|
2118
2121
|
"locationName": "destinationSettings"
|
|
2119
2122
|
}
|
|
2120
2123
|
}
|
|
@@ -2185,7 +2188,7 @@
|
|
|
2185
2188
|
"locationName": "destination"
|
|
2186
2189
|
},
|
|
2187
2190
|
"DestinationSettings": {
|
|
2188
|
-
"shape": "
|
|
2191
|
+
"shape": "S4a",
|
|
2189
2192
|
"locationName": "destinationSettings"
|
|
2190
2193
|
},
|
|
2191
2194
|
"DirectoryStructure": {
|
|
@@ -2208,11 +2211,11 @@
|
|
|
2208
2211
|
"locationName": "offlineEncrypted"
|
|
2209
2212
|
},
|
|
2210
2213
|
"SpekeKeyProvider": {
|
|
2211
|
-
"shape": "
|
|
2214
|
+
"shape": "S5l",
|
|
2212
2215
|
"locationName": "spekeKeyProvider"
|
|
2213
2216
|
},
|
|
2214
2217
|
"StaticKeyProvider": {
|
|
2215
|
-
"shape": "
|
|
2218
|
+
"shape": "S4r",
|
|
2216
2219
|
"locationName": "staticKeyProvider"
|
|
2217
2220
|
},
|
|
2218
2221
|
"Type": {
|
|
@@ -2336,7 +2339,7 @@
|
|
|
2336
2339
|
"locationName": "destination"
|
|
2337
2340
|
},
|
|
2338
2341
|
"DestinationSettings": {
|
|
2339
|
-
"shape": "
|
|
2342
|
+
"shape": "S4a",
|
|
2340
2343
|
"locationName": "destinationSettings"
|
|
2341
2344
|
},
|
|
2342
2345
|
"Encryption": {
|
|
@@ -2344,7 +2347,7 @@
|
|
|
2344
2347
|
"type": "structure",
|
|
2345
2348
|
"members": {
|
|
2346
2349
|
"SpekeKeyProvider": {
|
|
2347
|
-
"shape": "
|
|
2350
|
+
"shape": "S5l",
|
|
2348
2351
|
"locationName": "spekeKeyProvider"
|
|
2349
2352
|
}
|
|
2350
2353
|
}
|
|
@@ -2373,7 +2376,7 @@
|
|
|
2373
2376
|
"type": "structure",
|
|
2374
2377
|
"members": {
|
|
2375
2378
|
"AudioDescriptions": {
|
|
2376
|
-
"shape": "
|
|
2379
|
+
"shape": "S73",
|
|
2377
2380
|
"locationName": "audioDescriptions"
|
|
2378
2381
|
},
|
|
2379
2382
|
"CaptionDescriptions": {
|
|
@@ -2389,7 +2392,7 @@
|
|
|
2389
2392
|
"locationName": "customLanguageCode"
|
|
2390
2393
|
},
|
|
2391
2394
|
"DestinationSettings": {
|
|
2392
|
-
"shape": "
|
|
2395
|
+
"shape": "S9l",
|
|
2393
2396
|
"locationName": "destinationSettings"
|
|
2394
2397
|
},
|
|
2395
2398
|
"LanguageCode": {
|
|
@@ -2402,7 +2405,7 @@
|
|
|
2402
2405
|
}
|
|
2403
2406
|
},
|
|
2404
2407
|
"ContainerSettings": {
|
|
2405
|
-
"shape": "
|
|
2408
|
+
"shape": "Sav",
|
|
2406
2409
|
"locationName": "containerSettings"
|
|
2407
2410
|
},
|
|
2408
2411
|
"Extension": {
|
|
@@ -2448,7 +2451,7 @@
|
|
|
2448
2451
|
"locationName": "preset"
|
|
2449
2452
|
},
|
|
2450
2453
|
"VideoDescription": {
|
|
2451
|
-
"shape": "
|
|
2454
|
+
"shape": "Sd1",
|
|
2452
2455
|
"locationName": "videoDescription"
|
|
2453
2456
|
}
|
|
2454
2457
|
}
|
|
@@ -2457,7 +2460,7 @@
|
|
|
2457
2460
|
}
|
|
2458
2461
|
}
|
|
2459
2462
|
},
|
|
2460
|
-
"
|
|
2463
|
+
"S4a": {
|
|
2461
2464
|
"type": "structure",
|
|
2462
2465
|
"members": {
|
|
2463
2466
|
"S3Settings": {
|
|
@@ -2492,11 +2495,11 @@
|
|
|
2492
2495
|
}
|
|
2493
2496
|
}
|
|
2494
2497
|
},
|
|
2495
|
-
"
|
|
2498
|
+
"S4o": {
|
|
2496
2499
|
"type": "list",
|
|
2497
2500
|
"member": {}
|
|
2498
2501
|
},
|
|
2499
|
-
"
|
|
2502
|
+
"S4r": {
|
|
2500
2503
|
"type": "structure",
|
|
2501
2504
|
"members": {
|
|
2502
2505
|
"KeyFormat": {
|
|
@@ -2513,7 +2516,7 @@
|
|
|
2513
2516
|
}
|
|
2514
2517
|
}
|
|
2515
2518
|
},
|
|
2516
|
-
"
|
|
2519
|
+
"S5l": {
|
|
2517
2520
|
"type": "structure",
|
|
2518
2521
|
"members": {
|
|
2519
2522
|
"CertificateArn": {
|
|
@@ -2532,7 +2535,7 @@
|
|
|
2532
2535
|
}
|
|
2533
2536
|
}
|
|
2534
2537
|
},
|
|
2535
|
-
"
|
|
2538
|
+
"S73": {
|
|
2536
2539
|
"type": "list",
|
|
2537
2540
|
"member": {
|
|
2538
2541
|
"type": "structure",
|
|
@@ -2942,7 +2945,7 @@
|
|
|
2942
2945
|
}
|
|
2943
2946
|
}
|
|
2944
2947
|
},
|
|
2945
|
-
"
|
|
2948
|
+
"S9l": {
|
|
2946
2949
|
"type": "structure",
|
|
2947
2950
|
"members": {
|
|
2948
2951
|
"BurninDestinationSettings": {
|
|
@@ -3146,6 +3149,9 @@
|
|
|
3146
3149
|
"locationName": "imscDestinationSettings",
|
|
3147
3150
|
"type": "structure",
|
|
3148
3151
|
"members": {
|
|
3152
|
+
"Accessibility": {
|
|
3153
|
+
"locationName": "accessibility"
|
|
3154
|
+
},
|
|
3149
3155
|
"StylePassthrough": {
|
|
3150
3156
|
"locationName": "stylePassthrough"
|
|
3151
3157
|
}
|
|
@@ -3196,6 +3202,9 @@
|
|
|
3196
3202
|
"locationName": "webvttDestinationSettings",
|
|
3197
3203
|
"type": "structure",
|
|
3198
3204
|
"members": {
|
|
3205
|
+
"Accessibility": {
|
|
3206
|
+
"locationName": "accessibility"
|
|
3207
|
+
},
|
|
3199
3208
|
"StylePassthrough": {
|
|
3200
3209
|
"locationName": "stylePassthrough"
|
|
3201
3210
|
}
|
|
@@ -3203,7 +3212,7 @@
|
|
|
3203
3212
|
}
|
|
3204
3213
|
}
|
|
3205
3214
|
},
|
|
3206
|
-
"
|
|
3215
|
+
"Sav": {
|
|
3207
3216
|
"type": "structure",
|
|
3208
3217
|
"members": {
|
|
3209
3218
|
"CmfcSettings": {
|
|
@@ -3233,6 +3242,9 @@
|
|
|
3233
3242
|
},
|
|
3234
3243
|
"Scte35Source": {
|
|
3235
3244
|
"locationName": "scte35Source"
|
|
3245
|
+
},
|
|
3246
|
+
"TimedMetadata": {
|
|
3247
|
+
"locationName": "timedMetadata"
|
|
3236
3248
|
}
|
|
3237
3249
|
}
|
|
3238
3250
|
},
|
|
@@ -3263,7 +3275,7 @@
|
|
|
3263
3275
|
"type": "integer"
|
|
3264
3276
|
},
|
|
3265
3277
|
"AudioPids": {
|
|
3266
|
-
"shape": "
|
|
3278
|
+
"shape": "Sba",
|
|
3267
3279
|
"locationName": "audioPids"
|
|
3268
3280
|
},
|
|
3269
3281
|
"Bitrate": {
|
|
@@ -3313,7 +3325,7 @@
|
|
|
3313
3325
|
}
|
|
3314
3326
|
},
|
|
3315
3327
|
"DvbSubPids": {
|
|
3316
|
-
"shape": "
|
|
3328
|
+
"shape": "Sba",
|
|
3317
3329
|
"locationName": "dvbSubPids"
|
|
3318
3330
|
},
|
|
3319
3331
|
"DvbTdtSettings": {
|
|
@@ -3444,7 +3456,7 @@
|
|
|
3444
3456
|
"type": "integer"
|
|
3445
3457
|
},
|
|
3446
3458
|
"AudioPids": {
|
|
3447
|
-
"shape": "
|
|
3459
|
+
"shape": "Sba",
|
|
3448
3460
|
"locationName": "audioPids"
|
|
3449
3461
|
},
|
|
3450
3462
|
"DataPTSControl": {
|
|
@@ -3572,6 +3584,9 @@
|
|
|
3572
3584
|
},
|
|
3573
3585
|
"Scte35Source": {
|
|
3574
3586
|
"locationName": "scte35Source"
|
|
3587
|
+
},
|
|
3588
|
+
"TimedMetadata": {
|
|
3589
|
+
"locationName": "timedMetadata"
|
|
3575
3590
|
}
|
|
3576
3591
|
}
|
|
3577
3592
|
},
|
|
@@ -3602,13 +3617,13 @@
|
|
|
3602
3617
|
}
|
|
3603
3618
|
}
|
|
3604
3619
|
},
|
|
3605
|
-
"
|
|
3620
|
+
"Sba": {
|
|
3606
3621
|
"type": "list",
|
|
3607
3622
|
"member": {
|
|
3608
3623
|
"type": "integer"
|
|
3609
3624
|
}
|
|
3610
3625
|
},
|
|
3611
|
-
"
|
|
3626
|
+
"Sd1": {
|
|
3612
3627
|
"type": "structure",
|
|
3613
3628
|
"members": {
|
|
3614
3629
|
"AfdSignaling": {
|
|
@@ -3628,6 +3643,9 @@
|
|
|
3628
3643
|
"AdaptiveQuantization": {
|
|
3629
3644
|
"locationName": "adaptiveQuantization"
|
|
3630
3645
|
},
|
|
3646
|
+
"BitDepth": {
|
|
3647
|
+
"locationName": "bitDepth"
|
|
3648
|
+
},
|
|
3631
3649
|
"FramerateControl": {
|
|
3632
3650
|
"locationName": "framerateControl"
|
|
3633
3651
|
},
|
|
@@ -4560,7 +4578,7 @@
|
|
|
4560
4578
|
"type": "integer"
|
|
4561
4579
|
},
|
|
4562
4580
|
"Hdr10Metadata": {
|
|
4563
|
-
"shape": "
|
|
4581
|
+
"shape": "S34",
|
|
4564
4582
|
"locationName": "hdr10Metadata"
|
|
4565
4583
|
},
|
|
4566
4584
|
"Hue": {
|
|
@@ -4632,7 +4650,7 @@
|
|
|
4632
4650
|
}
|
|
4633
4651
|
},
|
|
4634
4652
|
"ImageInserter": {
|
|
4635
|
-
"shape": "
|
|
4653
|
+
"shape": "S2k",
|
|
4636
4654
|
"locationName": "imageInserter"
|
|
4637
4655
|
},
|
|
4638
4656
|
"NoiseReducer": {
|
|
@@ -4745,7 +4763,7 @@
|
|
|
4745
4763
|
}
|
|
4746
4764
|
}
|
|
4747
4765
|
},
|
|
4748
|
-
"
|
|
4766
|
+
"Sj0": {
|
|
4749
4767
|
"type": "structure",
|
|
4750
4768
|
"members": {
|
|
4751
4769
|
"Anchor": {
|
|
@@ -4762,7 +4780,7 @@
|
|
|
4762
4780
|
}
|
|
4763
4781
|
}
|
|
4764
4782
|
},
|
|
4765
|
-
"
|
|
4783
|
+
"Sj3": {
|
|
4766
4784
|
"type": "structure",
|
|
4767
4785
|
"members": {
|
|
4768
4786
|
"Id3Insertions": {
|
|
@@ -4782,12 +4800,12 @@
|
|
|
4782
4800
|
}
|
|
4783
4801
|
}
|
|
4784
4802
|
},
|
|
4785
|
-
"
|
|
4803
|
+
"Sj8": {
|
|
4786
4804
|
"type": "map",
|
|
4787
4805
|
"key": {},
|
|
4788
4806
|
"value": {}
|
|
4789
4807
|
},
|
|
4790
|
-
"
|
|
4808
|
+
"Sja": {
|
|
4791
4809
|
"type": "structure",
|
|
4792
4810
|
"members": {
|
|
4793
4811
|
"AccelerationSettings": {
|
|
@@ -4804,7 +4822,7 @@
|
|
|
4804
4822
|
"locationName": "billingTagsSource"
|
|
4805
4823
|
},
|
|
4806
4824
|
"CreatedAt": {
|
|
4807
|
-
"shape": "
|
|
4825
|
+
"shape": "Sjc",
|
|
4808
4826
|
"locationName": "createdAt"
|
|
4809
4827
|
},
|
|
4810
4828
|
"CurrentPhase": {
|
|
@@ -4836,11 +4854,11 @@
|
|
|
4836
4854
|
"type": "structure",
|
|
4837
4855
|
"members": {
|
|
4838
4856
|
"Info": {
|
|
4839
|
-
"shape": "
|
|
4857
|
+
"shape": "Sjf",
|
|
4840
4858
|
"locationName": "info"
|
|
4841
4859
|
},
|
|
4842
4860
|
"Warning": {
|
|
4843
|
-
"shape": "
|
|
4861
|
+
"shape": "Sjf",
|
|
4844
4862
|
"locationName": "warning"
|
|
4845
4863
|
}
|
|
4846
4864
|
}
|
|
@@ -4901,7 +4919,7 @@
|
|
|
4901
4919
|
"locationName": "sourceQueue"
|
|
4902
4920
|
},
|
|
4903
4921
|
"Timestamp": {
|
|
4904
|
-
"shape": "
|
|
4922
|
+
"shape": "Sjc",
|
|
4905
4923
|
"locationName": "timestamp"
|
|
4906
4924
|
}
|
|
4907
4925
|
}
|
|
@@ -4932,21 +4950,21 @@
|
|
|
4932
4950
|
"type": "structure",
|
|
4933
4951
|
"members": {
|
|
4934
4952
|
"FinishTime": {
|
|
4935
|
-
"shape": "
|
|
4953
|
+
"shape": "Sjc",
|
|
4936
4954
|
"locationName": "finishTime"
|
|
4937
4955
|
},
|
|
4938
4956
|
"StartTime": {
|
|
4939
|
-
"shape": "
|
|
4957
|
+
"shape": "Sjc",
|
|
4940
4958
|
"locationName": "startTime"
|
|
4941
4959
|
},
|
|
4942
4960
|
"SubmitTime": {
|
|
4943
|
-
"shape": "
|
|
4961
|
+
"shape": "Sjc",
|
|
4944
4962
|
"locationName": "submitTime"
|
|
4945
4963
|
}
|
|
4946
4964
|
}
|
|
4947
4965
|
},
|
|
4948
4966
|
"UserMetadata": {
|
|
4949
|
-
"shape": "
|
|
4967
|
+
"shape": "Sj8",
|
|
4950
4968
|
"locationName": "userMetadata"
|
|
4951
4969
|
}
|
|
4952
4970
|
},
|
|
@@ -4955,15 +4973,15 @@
|
|
|
4955
4973
|
"Settings"
|
|
4956
4974
|
]
|
|
4957
4975
|
},
|
|
4958
|
-
"
|
|
4976
|
+
"Sjc": {
|
|
4959
4977
|
"type": "timestamp",
|
|
4960
4978
|
"timestampFormat": "unixTimestamp"
|
|
4961
4979
|
},
|
|
4962
|
-
"
|
|
4980
|
+
"Sjf": {
|
|
4963
4981
|
"type": "list",
|
|
4964
4982
|
"member": {}
|
|
4965
4983
|
},
|
|
4966
|
-
"
|
|
4984
|
+
"Sjq": {
|
|
4967
4985
|
"type": "structure",
|
|
4968
4986
|
"members": {
|
|
4969
4987
|
"AdAvailOffset": {
|
|
@@ -5010,6 +5028,9 @@
|
|
|
5010
5028
|
"DenoiseFilter": {
|
|
5011
5029
|
"locationName": "denoiseFilter"
|
|
5012
5030
|
},
|
|
5031
|
+
"DolbyVisionMetadataXml": {
|
|
5032
|
+
"locationName": "dolbyVisionMetadataXml"
|
|
5033
|
+
},
|
|
5013
5034
|
"FilterEnable": {
|
|
5014
5035
|
"locationName": "filterEnable"
|
|
5015
5036
|
},
|
|
@@ -5018,11 +5039,11 @@
|
|
|
5018
5039
|
"type": "integer"
|
|
5019
5040
|
},
|
|
5020
5041
|
"ImageInserter": {
|
|
5021
|
-
"shape": "
|
|
5042
|
+
"shape": "S2k",
|
|
5022
5043
|
"locationName": "imageInserter"
|
|
5023
5044
|
},
|
|
5024
5045
|
"InputClippings": {
|
|
5025
|
-
"shape": "
|
|
5046
|
+
"shape": "S2r",
|
|
5026
5047
|
"locationName": "inputClippings"
|
|
5027
5048
|
},
|
|
5028
5049
|
"InputScanType": {
|
|
@@ -5046,43 +5067,43 @@
|
|
|
5046
5067
|
"locationName": "timecodeStart"
|
|
5047
5068
|
},
|
|
5048
5069
|
"VideoSelector": {
|
|
5049
|
-
"shape": "
|
|
5070
|
+
"shape": "S30",
|
|
5050
5071
|
"locationName": "videoSelector"
|
|
5051
5072
|
}
|
|
5052
5073
|
}
|
|
5053
5074
|
}
|
|
5054
5075
|
},
|
|
5055
5076
|
"KantarWatermark": {
|
|
5056
|
-
"shape": "
|
|
5077
|
+
"shape": "S39",
|
|
5057
5078
|
"locationName": "kantarWatermark"
|
|
5058
5079
|
},
|
|
5059
5080
|
"MotionImageInserter": {
|
|
5060
|
-
"shape": "
|
|
5081
|
+
"shape": "S3h",
|
|
5061
5082
|
"locationName": "motionImageInserter"
|
|
5062
5083
|
},
|
|
5063
5084
|
"NielsenConfiguration": {
|
|
5064
|
-
"shape": "
|
|
5085
|
+
"shape": "S3p",
|
|
5065
5086
|
"locationName": "nielsenConfiguration"
|
|
5066
5087
|
},
|
|
5067
5088
|
"NielsenNonLinearWatermark": {
|
|
5068
|
-
"shape": "
|
|
5089
|
+
"shape": "S3r",
|
|
5069
5090
|
"locationName": "nielsenNonLinearWatermark"
|
|
5070
5091
|
},
|
|
5071
5092
|
"OutputGroups": {
|
|
5072
|
-
"shape": "
|
|
5093
|
+
"shape": "S3y",
|
|
5073
5094
|
"locationName": "outputGroups"
|
|
5074
5095
|
},
|
|
5075
5096
|
"TimecodeConfig": {
|
|
5076
|
-
"shape": "
|
|
5097
|
+
"shape": "Sj0",
|
|
5077
5098
|
"locationName": "timecodeConfig"
|
|
5078
5099
|
},
|
|
5079
5100
|
"TimedMetadataInsertion": {
|
|
5080
|
-
"shape": "
|
|
5101
|
+
"shape": "Sj3",
|
|
5081
5102
|
"locationName": "timedMetadataInsertion"
|
|
5082
5103
|
}
|
|
5083
5104
|
}
|
|
5084
5105
|
},
|
|
5085
|
-
"
|
|
5106
|
+
"Sju": {
|
|
5086
5107
|
"type": "structure",
|
|
5087
5108
|
"members": {
|
|
5088
5109
|
"AccelerationSettings": {
|
|
@@ -5096,7 +5117,7 @@
|
|
|
5096
5117
|
"locationName": "category"
|
|
5097
5118
|
},
|
|
5098
5119
|
"CreatedAt": {
|
|
5099
|
-
"shape": "
|
|
5120
|
+
"shape": "Sjc",
|
|
5100
5121
|
"locationName": "createdAt"
|
|
5101
5122
|
},
|
|
5102
5123
|
"Description": {
|
|
@@ -5107,7 +5128,7 @@
|
|
|
5107
5128
|
"locationName": "hopDestinations"
|
|
5108
5129
|
},
|
|
5109
5130
|
"LastUpdated": {
|
|
5110
|
-
"shape": "
|
|
5131
|
+
"shape": "Sjc",
|
|
5111
5132
|
"locationName": "lastUpdated"
|
|
5112
5133
|
},
|
|
5113
5134
|
"Name": {
|
|
@@ -5121,7 +5142,7 @@
|
|
|
5121
5142
|
"locationName": "queue"
|
|
5122
5143
|
},
|
|
5123
5144
|
"Settings": {
|
|
5124
|
-
"shape": "
|
|
5145
|
+
"shape": "Sjq",
|
|
5125
5146
|
"locationName": "settings"
|
|
5126
5147
|
},
|
|
5127
5148
|
"StatusUpdateInterval": {
|
|
@@ -5136,11 +5157,11 @@
|
|
|
5136
5157
|
"Name"
|
|
5137
5158
|
]
|
|
5138
5159
|
},
|
|
5139
|
-
"
|
|
5160
|
+
"Sjx": {
|
|
5140
5161
|
"type": "structure",
|
|
5141
5162
|
"members": {
|
|
5142
5163
|
"AudioDescriptions": {
|
|
5143
|
-
"shape": "
|
|
5164
|
+
"shape": "S73",
|
|
5144
5165
|
"locationName": "audioDescriptions"
|
|
5145
5166
|
},
|
|
5146
5167
|
"CaptionDescriptions": {
|
|
@@ -5153,7 +5174,7 @@
|
|
|
5153
5174
|
"locationName": "customLanguageCode"
|
|
5154
5175
|
},
|
|
5155
5176
|
"DestinationSettings": {
|
|
5156
|
-
"shape": "
|
|
5177
|
+
"shape": "S9l",
|
|
5157
5178
|
"locationName": "destinationSettings"
|
|
5158
5179
|
},
|
|
5159
5180
|
"LanguageCode": {
|
|
@@ -5166,16 +5187,16 @@
|
|
|
5166
5187
|
}
|
|
5167
5188
|
},
|
|
5168
5189
|
"ContainerSettings": {
|
|
5169
|
-
"shape": "
|
|
5190
|
+
"shape": "Sav",
|
|
5170
5191
|
"locationName": "containerSettings"
|
|
5171
5192
|
},
|
|
5172
5193
|
"VideoDescription": {
|
|
5173
|
-
"shape": "
|
|
5194
|
+
"shape": "Sd1",
|
|
5174
5195
|
"locationName": "videoDescription"
|
|
5175
5196
|
}
|
|
5176
5197
|
}
|
|
5177
5198
|
},
|
|
5178
|
-
"
|
|
5199
|
+
"Sk1": {
|
|
5179
5200
|
"type": "structure",
|
|
5180
5201
|
"members": {
|
|
5181
5202
|
"Arn": {
|
|
@@ -5185,21 +5206,21 @@
|
|
|
5185
5206
|
"locationName": "category"
|
|
5186
5207
|
},
|
|
5187
5208
|
"CreatedAt": {
|
|
5188
|
-
"shape": "
|
|
5209
|
+
"shape": "Sjc",
|
|
5189
5210
|
"locationName": "createdAt"
|
|
5190
5211
|
},
|
|
5191
5212
|
"Description": {
|
|
5192
5213
|
"locationName": "description"
|
|
5193
5214
|
},
|
|
5194
5215
|
"LastUpdated": {
|
|
5195
|
-
"shape": "
|
|
5216
|
+
"shape": "Sjc",
|
|
5196
5217
|
"locationName": "lastUpdated"
|
|
5197
5218
|
},
|
|
5198
5219
|
"Name": {
|
|
5199
5220
|
"locationName": "name"
|
|
5200
5221
|
},
|
|
5201
5222
|
"Settings": {
|
|
5202
|
-
"shape": "
|
|
5223
|
+
"shape": "Sjx",
|
|
5203
5224
|
"locationName": "settings"
|
|
5204
5225
|
},
|
|
5205
5226
|
"Type": {
|
|
@@ -5211,7 +5232,7 @@
|
|
|
5211
5232
|
"Name"
|
|
5212
5233
|
]
|
|
5213
5234
|
},
|
|
5214
|
-
"
|
|
5235
|
+
"Sk4": {
|
|
5215
5236
|
"type": "structure",
|
|
5216
5237
|
"members": {
|
|
5217
5238
|
"Commitment": {
|
|
@@ -5231,21 +5252,21 @@
|
|
|
5231
5252
|
"RenewalType"
|
|
5232
5253
|
]
|
|
5233
5254
|
},
|
|
5234
|
-
"
|
|
5255
|
+
"Sk9": {
|
|
5235
5256
|
"type": "structure",
|
|
5236
5257
|
"members": {
|
|
5237
5258
|
"Arn": {
|
|
5238
5259
|
"locationName": "arn"
|
|
5239
5260
|
},
|
|
5240
5261
|
"CreatedAt": {
|
|
5241
|
-
"shape": "
|
|
5262
|
+
"shape": "Sjc",
|
|
5242
5263
|
"locationName": "createdAt"
|
|
5243
5264
|
},
|
|
5244
5265
|
"Description": {
|
|
5245
5266
|
"locationName": "description"
|
|
5246
5267
|
},
|
|
5247
5268
|
"LastUpdated": {
|
|
5248
|
-
"shape": "
|
|
5269
|
+
"shape": "Sjc",
|
|
5249
5270
|
"locationName": "lastUpdated"
|
|
5250
5271
|
},
|
|
5251
5272
|
"Name": {
|
|
@@ -5266,11 +5287,11 @@
|
|
|
5266
5287
|
"locationName": "commitment"
|
|
5267
5288
|
},
|
|
5268
5289
|
"ExpiresAt": {
|
|
5269
|
-
"shape": "
|
|
5290
|
+
"shape": "Sjc",
|
|
5270
5291
|
"locationName": "expiresAt"
|
|
5271
5292
|
},
|
|
5272
5293
|
"PurchasedAt": {
|
|
5273
|
-
"shape": "
|
|
5294
|
+
"shape": "Sjc",
|
|
5274
5295
|
"locationName": "purchasedAt"
|
|
5275
5296
|
},
|
|
5276
5297
|
"RenewalType": {
|
|
@@ -5300,7 +5321,7 @@
|
|
|
5300
5321
|
"Name"
|
|
5301
5322
|
]
|
|
5302
5323
|
},
|
|
5303
|
-
"
|
|
5324
|
+
"Skx": {
|
|
5304
5325
|
"type": "structure",
|
|
5305
5326
|
"members": {
|
|
5306
5327
|
"HttpInputs": {
|