aws-sdk-core 2.11.597 → 2.11.602

Sign up to get free protection for your applications and to get access to all the features.
@@ -2275,7 +2275,8 @@
2275
2275
  "ReplicaStatusPercentProgress":{"shape":"ReplicaStatusPercentProgress"},
2276
2276
  "KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
2277
2277
  "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
2278
- "GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"}
2278
+ "GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"},
2279
+ "ReplicaInaccessibleDateTime":{"shape":"Date"}
2279
2280
  }
2280
2281
  },
2281
2282
  "ReplicaDescriptionList":{
@@ -2413,7 +2414,8 @@
2413
2414
  "CREATION_FAILED",
2414
2415
  "UPDATING",
2415
2416
  "DELETING",
2416
- "ACTIVE"
2417
+ "ACTIVE",
2418
+ "REGION_DISABLED"
2417
2419
  ]
2418
2420
  },
2419
2421
  "ReplicaStatusDescription":{"type":"string"},
@@ -20574,6 +20574,10 @@
20574
20574
  "shape":"Integer",
20575
20575
  "locationName":"peerBgpAsn"
20576
20576
  },
20577
+ "OwnerId":{
20578
+ "shape":"String",
20579
+ "locationName":"ownerId"
20580
+ },
20577
20581
  "Tags":{
20578
20582
  "shape":"TagList",
20579
20583
  "locationName":"tagSet"
@@ -20595,6 +20599,10 @@
20595
20599
  "shape":"String",
20596
20600
  "locationName":"localGatewayId"
20597
20601
  },
20602
+ "OwnerId":{
20603
+ "shape":"String",
20604
+ "locationName":"ownerId"
20605
+ },
20598
20606
  "Tags":{
20599
20607
  "shape":"TagList",
20600
20608
  "locationName":"tagSet"
@@ -75,7 +75,8 @@
75
75
  {"shape":"TooManyActionsException"},
76
76
  {"shape":"InvalidLoadBalancerActionException"},
77
77
  {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
78
- {"shape":"ALPNPolicyNotSupportedException"}
78
+ {"shape":"ALPNPolicyNotSupportedException"},
79
+ {"shape":"TooManyTagsException"}
79
80
  ]
80
81
  },
81
82
  "CreateLoadBalancer":{
@@ -130,7 +131,8 @@
130
131
  {"shape":"UnsupportedProtocolException"},
131
132
  {"shape":"TooManyActionsException"},
132
133
  {"shape":"InvalidLoadBalancerActionException"},
133
- {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
134
+ {"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
135
+ {"shape":"TooManyTagsException"}
134
136
  ]
135
137
  },
136
138
  "CreateTargetGroup":{
@@ -147,7 +149,8 @@
147
149
  "errors":[
148
150
  {"shape":"DuplicateTargetGroupNameException"},
149
151
  {"shape":"TooManyTargetGroupsException"},
150
- {"shape":"InvalidConfigurationRequestException"}
152
+ {"shape":"InvalidConfigurationRequestException"},
153
+ {"shape":"TooManyTagsException"}
151
154
  ]
152
155
  },
153
156
  "DeleteListener":{
@@ -893,7 +896,8 @@
893
896
  "SslPolicy":{"shape":"SslPolicyName"},
894
897
  "Certificates":{"shape":"CertificateList"},
895
898
  "DefaultActions":{"shape":"Actions"},
896
- "AlpnPolicy":{"shape":"AlpnPolicyName"}
899
+ "AlpnPolicy":{"shape":"AlpnPolicyName"},
900
+ "Tags":{"shape":"TagList"}
897
901
  }
898
902
  },
899
903
  "CreateListenerOutput":{
@@ -935,7 +939,8 @@
935
939
  "ListenerArn":{"shape":"ListenerArn"},
936
940
  "Conditions":{"shape":"RuleConditionList"},
937
941
  "Priority":{"shape":"RulePriority"},
938
- "Actions":{"shape":"Actions"}
942
+ "Actions":{"shape":"Actions"},
943
+ "Tags":{"shape":"TagList"}
939
944
  }
940
945
  },
941
946
  "CreateRuleOutput":{
@@ -961,7 +966,8 @@
961
966
  "HealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
962
967
  "UnhealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
963
968
  "Matcher":{"shape":"Matcher"},
964
- "TargetType":{"shape":"TargetTypeEnum"}
969
+ "TargetType":{"shape":"TargetTypeEnum"},
970
+ "Tags":{"shape":"TagList"}
965
971
  }
966
972
  },
967
973
  "CreateTargetGroupOutput":{
@@ -2104,6 +2104,11 @@
2104
2104
  "type":"list",
2105
2105
  "member":{"shape":"Action"}
2106
2106
  },
2107
+ "AdditionalPlanOptionsMap":{
2108
+ "type":"map",
2109
+ "key":{"shape":"GenericString"},
2110
+ "value":{"shape":"GenericString"}
2111
+ },
2107
2112
  "AlreadyExistsException":{
2108
2113
  "type":"structure",
2109
2114
  "members":{
@@ -2989,6 +2994,7 @@
2989
2994
  "members":{
2990
2995
  "S3Targets":{"shape":"S3TargetList"},
2991
2996
  "JdbcTargets":{"shape":"JdbcTargetList"},
2997
+ "MongoDBTargets":{"shape":"MongoDBTargetList"},
2992
2998
  "DynamoDBTargets":{"shape":"DynamoDBTargetList"},
2993
2999
  "CatalogTargets":{"shape":"CatalogTargetList"}
2994
3000
  }
@@ -4499,7 +4505,8 @@
4499
4505
  "Source":{"shape":"CatalogEntry"},
4500
4506
  "Sinks":{"shape":"CatalogEntries"},
4501
4507
  "Location":{"shape":"Location"},
4502
- "Language":{"shape":"Language"}
4508
+ "Language":{"shape":"Language"},
4509
+ "AdditionalPlanOptionsMap":{"shape":"AdditionalPlanOptionsMap"}
4503
4510
  }
4504
4511
  },
4505
4512
  "GetPlanResponse":{
@@ -5387,6 +5394,18 @@
5387
5394
  },
5388
5395
  "MessageString":{"type":"string"},
5389
5396
  "MillisecondsCount":{"type":"long"},
5397
+ "MongoDBTarget":{
5398
+ "type":"structure",
5399
+ "members":{
5400
+ "ConnectionName":{"shape":"ConnectionName"},
5401
+ "Path":{"shape":"Path"},
5402
+ "ScanAll":{"shape":"NullableBoolean"}
5403
+ }
5404
+ },
5405
+ "MongoDBTargetList":{
5406
+ "type":"list",
5407
+ "member":{"shape":"MongoDBTarget"}
5408
+ },
5390
5409
  "NameString":{
5391
5410
  "type":"string",
5392
5411
  "max":255,
@@ -1162,6 +1162,10 @@
1162
1162
  "ZookeeperConnectString": {
1163
1163
  "shape": "__string",
1164
1164
  "locationName": "zookeeperConnectString"
1165
+ },
1166
+ "ZookeeperConnectStringTls" : {
1167
+ "shape" : "__string",
1168
+ "locationName" : "zookeeperConnectStringTls"
1165
1169
  }
1166
1170
  }
1167
1171
  },
@@ -374,7 +374,8 @@
374
374
  {"shape":"ResourceInUseException"},
375
375
  {"shape":"InvalidArgumentException"},
376
376
  {"shape":"InvalidRequestException"},
377
- {"shape":"InvalidApplicationConfigurationException"}
377
+ {"shape":"InvalidApplicationConfigurationException"},
378
+ {"shape":"ConcurrentModificationException"}
378
379
  ]
379
380
  },
380
381
  "TagResource":{
@@ -696,7 +697,8 @@
696
697
  "READY",
697
698
  "RUNNING",
698
699
  "UPDATING",
699
- "AUTOSCALING"
700
+ "AUTOSCALING",
701
+ "FORCE_STOPPING"
700
702
  ]
701
703
  },
702
704
  "ApplicationSummaries":{
@@ -2107,7 +2109,8 @@
2107
2109
  "type":"structure",
2108
2110
  "required":["ApplicationName"],
2109
2111
  "members":{
2110
- "ApplicationName":{"shape":"ApplicationName"}
2112
+ "ApplicationName":{"shape":"ApplicationName"},
2113
+ "Force":{"shape":"BooleanObject"}
2111
2114
  }
2112
2115
  },
2113
2116
  "StopApplicationResponse":{
@@ -197,7 +197,8 @@
197
197
  "StartTime":{"shape":"DateTimeISO8601"},
198
198
  "EndTime":{"shape":"DateTimeISO8601"},
199
199
  "Status":{"shape":"ChangeStatus"},
200
- "EntityIdList":{"shape":"ResourceIdList"}
200
+ "EntityIdList":{"shape":"ResourceIdList"},
201
+ "FailureCode":{"shape":"FailureCode"}
201
202
  }
202
203
  },
203
204
  "ChangeStatus":{
@@ -265,6 +266,7 @@
265
266
  "StartTime":{"shape":"DateTimeISO8601"},
266
267
  "EndTime":{"shape":"DateTimeISO8601"},
267
268
  "Status":{"shape":"ChangeStatus"},
269
+ "FailureCode":{"shape":"FailureCode"},
268
270
  "FailureDescription":{"shape":"StringValue"},
269
271
  "ChangeSet":{"shape":"ChangeSetDescription"}
270
272
  }
@@ -338,6 +340,13 @@
338
340
  "type":"list",
339
341
  "member":{"shape":"ErrorDetail"}
340
342
  },
343
+ "FailureCode":{
344
+ "type":"string",
345
+ "enum":[
346
+ "CLIENT_ERROR",
347
+ "SERVER_FAULT"
348
+ ]
349
+ },
341
350
  "Filter":{
342
351
  "type":"structure",
343
352
  "members":{
@@ -1463,7 +1463,8 @@
1463
1463
  "type": "string",
1464
1464
  "enum": [
1465
1465
  "DUPLICATE_DROP",
1466
- "INTERPOLATE"
1466
+ "INTERPOLATE",
1467
+ "FRAMEFORMER"
1467
1468
  ]
1468
1469
  },
1469
1470
  "Av1QvbrSettings": {
@@ -1554,6 +1555,90 @@
1554
1555
  }
1555
1556
  }
1556
1557
  },
1558
+ "AvcIntraClass": {
1559
+ "type": "string",
1560
+ "enum": [
1561
+ "CLASS_50",
1562
+ "CLASS_100",
1563
+ "CLASS_200"
1564
+ ]
1565
+ },
1566
+ "AvcIntraFramerateControl": {
1567
+ "type": "string",
1568
+ "enum": [
1569
+ "INITIALIZE_FROM_SOURCE",
1570
+ "SPECIFIED"
1571
+ ]
1572
+ },
1573
+ "AvcIntraFramerateConversionAlgorithm": {
1574
+ "type": "string",
1575
+ "enum": [
1576
+ "DUPLICATE_DROP",
1577
+ "INTERPOLATE",
1578
+ "FRAMEFORMER"
1579
+ ]
1580
+ },
1581
+ "AvcIntraInterlaceMode": {
1582
+ "type": "string",
1583
+ "enum": [
1584
+ "PROGRESSIVE",
1585
+ "TOP_FIELD",
1586
+ "BOTTOM_FIELD",
1587
+ "FOLLOW_TOP_FIELD",
1588
+ "FOLLOW_BOTTOM_FIELD"
1589
+ ]
1590
+ },
1591
+ "AvcIntraSettings": {
1592
+ "type": "structure",
1593
+ "members": {
1594
+ "AvcIntraClass": {
1595
+ "shape": "AvcIntraClass",
1596
+ "locationName": "avcIntraClass"
1597
+ },
1598
+ "FramerateControl": {
1599
+ "shape": "AvcIntraFramerateControl",
1600
+ "locationName": "framerateControl"
1601
+ },
1602
+ "FramerateConversionAlgorithm": {
1603
+ "shape": "AvcIntraFramerateConversionAlgorithm",
1604
+ "locationName": "framerateConversionAlgorithm"
1605
+ },
1606
+ "FramerateDenominator": {
1607
+ "shape": "__integerMin1Max1001",
1608
+ "locationName": "framerateDenominator"
1609
+ },
1610
+ "FramerateNumerator": {
1611
+ "shape": "__integerMin24Max60000",
1612
+ "locationName": "framerateNumerator"
1613
+ },
1614
+ "InterlaceMode": {
1615
+ "shape": "AvcIntraInterlaceMode",
1616
+ "locationName": "interlaceMode"
1617
+ },
1618
+ "SlowPal": {
1619
+ "shape": "AvcIntraSlowPal",
1620
+ "locationName": "slowPal"
1621
+ },
1622
+ "Telecine": {
1623
+ "shape": "AvcIntraTelecine",
1624
+ "locationName": "telecine"
1625
+ }
1626
+ }
1627
+ },
1628
+ "AvcIntraSlowPal": {
1629
+ "type": "string",
1630
+ "enum": [
1631
+ "DISABLED",
1632
+ "ENABLED"
1633
+ ]
1634
+ },
1635
+ "AvcIntraTelecine": {
1636
+ "type": "string",
1637
+ "enum": [
1638
+ "NONE",
1639
+ "HARD"
1640
+ ]
1641
+ },
1557
1642
  "BadRequestException": {
1558
1643
  "type": "structure",
1559
1644
  "members": {
@@ -3727,7 +3812,8 @@
3727
3812
  "type": "string",
3728
3813
  "enum": [
3729
3814
  "DUPLICATE_DROP",
3730
- "INTERPOLATE"
3815
+ "INTERPOLATE",
3816
+ "FRAMEFORMER"
3731
3817
  ]
3732
3818
  },
3733
3819
  "H264GopBReference": {
@@ -4088,7 +4174,8 @@
4088
4174
  "type": "string",
4089
4175
  "enum": [
4090
4176
  "DUPLICATE_DROP",
4091
- "INTERPOLATE"
4177
+ "INTERPOLATE",
4178
+ "FRAMEFORMER"
4092
4179
  ]
4093
4180
  },
4094
4181
  "H265GopBReference": {
@@ -4897,6 +4984,10 @@
4897
4984
  "shape": "__listOfInputClipping",
4898
4985
  "locationName": "inputClippings"
4899
4986
  },
4987
+ "InputScanType": {
4988
+ "shape": "InputScanType",
4989
+ "locationName": "inputScanType"
4990
+ },
4900
4991
  "Position": {
4901
4992
  "shape": "Rectangle",
4902
4993
  "locationName": "position"
@@ -5000,6 +5091,13 @@
5000
5091
  "AUTO"
5001
5092
  ]
5002
5093
  },
5094
+ "InputScanType": {
5095
+ "type": "string",
5096
+ "enum": [
5097
+ "AUTO",
5098
+ "PSF"
5099
+ ]
5100
+ },
5003
5101
  "InputTemplate": {
5004
5102
  "type": "structure",
5005
5103
  "members": {
@@ -5043,6 +5141,10 @@
5043
5141
  "shape": "__listOfInputClipping",
5044
5142
  "locationName": "inputClippings"
5045
5143
  },
5144
+ "InputScanType": {
5145
+ "shape": "InputScanType",
5146
+ "locationName": "inputScanType"
5147
+ },
5046
5148
  "Position": {
5047
5149
  "shape": "Rectangle",
5048
5150
  "locationName": "position"
@@ -5296,6 +5398,10 @@
5296
5398
  "shape": "NielsenConfiguration",
5297
5399
  "locationName": "nielsenConfiguration"
5298
5400
  },
5401
+ "NielsenNonLinearWatermark": {
5402
+ "shape": "NielsenNonLinearWatermarkSettings",
5403
+ "locationName": "nielsenNonLinearWatermark"
5404
+ },
5299
5405
  "OutputGroups": {
5300
5406
  "shape": "__listOfOutputGroup",
5301
5407
  "locationName": "outputGroups"
@@ -5416,6 +5522,10 @@
5416
5522
  "shape": "NielsenConfiguration",
5417
5523
  "locationName": "nielsenConfiguration"
5418
5524
  },
5525
+ "NielsenNonLinearWatermark": {
5526
+ "shape": "NielsenNonLinearWatermarkSettings",
5527
+ "locationName": "nielsenNonLinearWatermark"
5528
+ },
5419
5529
  "OutputGroups": {
5420
5530
  "shape": "__listOfOutputGroup",
5421
5531
  "locationName": "outputGroups"
@@ -6457,7 +6567,8 @@
6457
6567
  "type": "string",
6458
6568
  "enum": [
6459
6569
  "DUPLICATE_DROP",
6460
- "INTERPOLATE"
6570
+ "INTERPOLATE",
6571
+ "FRAMEFORMER"
6461
6572
  ]
6462
6573
  },
6463
6574
  "Mpeg2GopSizeUnits": {
@@ -6756,12 +6867,24 @@
6756
6867
  "COPY_FROM_VIDEO"
6757
6868
  ]
6758
6869
  },
6870
+ "MxfProfile": {
6871
+ "type": "string",
6872
+ "enum": [
6873
+ "D_10",
6874
+ "XDCAM",
6875
+ "OP1A"
6876
+ ]
6877
+ },
6759
6878
  "MxfSettings": {
6760
6879
  "type": "structure",
6761
6880
  "members": {
6762
6881
  "AfdSignaling": {
6763
6882
  "shape": "MxfAfdSignaling",
6764
6883
  "locationName": "afdSignaling"
6884
+ },
6885
+ "Profile": {
6886
+ "shape": "MxfProfile",
6887
+ "locationName": "profile"
6765
6888
  }
6766
6889
  }
6767
6890
  },
@@ -6786,6 +6909,14 @@
6786
6909
  }
6787
6910
  }
6788
6911
  },
6912
+ "NielsenActiveWatermarkProcessType": {
6913
+ "type": "string",
6914
+ "enum": [
6915
+ "NAES2_AND_NW",
6916
+ "CBET",
6917
+ "NAES2_AND_NW_AND_CBET"
6918
+ ]
6919
+ },
6789
6920
  "NielsenConfiguration": {
6790
6921
  "type": "structure",
6791
6922
  "members": {
@@ -6799,6 +6930,69 @@
6799
6930
  }
6800
6931
  }
6801
6932
  },
6933
+ "NielsenNonLinearWatermarkSettings": {
6934
+ "type": "structure",
6935
+ "members": {
6936
+ "ActiveWatermarkProcess": {
6937
+ "shape": "NielsenActiveWatermarkProcessType",
6938
+ "locationName": "activeWatermarkProcess"
6939
+ },
6940
+ "AdiFilename": {
6941
+ "shape": "__stringPatternS3",
6942
+ "locationName": "adiFilename"
6943
+ },
6944
+ "AssetId": {
6945
+ "shape": "__stringMin1Max20",
6946
+ "locationName": "assetId"
6947
+ },
6948
+ "AssetName": {
6949
+ "shape": "__stringMin1Max50",
6950
+ "locationName": "assetName"
6951
+ },
6952
+ "CbetSourceId": {
6953
+ "shape": "__stringPattern0xAFaF0908190908",
6954
+ "locationName": "cbetSourceId"
6955
+ },
6956
+ "EpisodeId": {
6957
+ "shape": "__stringMin1Max20",
6958
+ "locationName": "episodeId"
6959
+ },
6960
+ "MetadataDestination": {
6961
+ "shape": "__stringPatternS3",
6962
+ "locationName": "metadataDestination"
6963
+ },
6964
+ "SourceId": {
6965
+ "shape": "__integerMin0Max65534",
6966
+ "locationName": "sourceId"
6967
+ },
6968
+ "SourceWatermarkStatus": {
6969
+ "shape": "NielsenSourceWatermarkStatusType",
6970
+ "locationName": "sourceWatermarkStatus"
6971
+ },
6972
+ "TicServerUrl": {
6973
+ "shape": "__stringPatternHttps",
6974
+ "locationName": "ticServerUrl"
6975
+ },
6976
+ "UniqueTicPerAudioTrack": {
6977
+ "shape": "NielsenUniqueTicPerAudioTrackType",
6978
+ "locationName": "uniqueTicPerAudioTrack"
6979
+ }
6980
+ }
6981
+ },
6982
+ "NielsenSourceWatermarkStatusType": {
6983
+ "type": "string",
6984
+ "enum": [
6985
+ "CLEAN",
6986
+ "WATERMARKED"
6987
+ ]
6988
+ },
6989
+ "NielsenUniqueTicPerAudioTrackType": {
6990
+ "type": "string",
6991
+ "enum": [
6992
+ "RESERVE_UNIQUE_TICS_PER_TRACK",
6993
+ "SAME_TICS_PER_TRACK"
6994
+ ]
6995
+ },
6802
6996
  "NoiseFilterPostTemporalSharpening": {
6803
6997
  "type": "string",
6804
6998
  "enum": [
@@ -7177,7 +7371,8 @@
7177
7371
  "type": "string",
7178
7372
  "enum": [
7179
7373
  "DUPLICATE_DROP",
7180
- "INTERPOLATE"
7374
+ "INTERPOLATE",
7375
+ "FRAMEFORMER"
7181
7376
  ]
7182
7377
  },
7183
7378
  "ProresInterlaceMode": {
@@ -7974,15 +8169,98 @@
7974
8169
  }
7975
8170
  }
7976
8171
  },
8172
+ "Vc3Class": {
8173
+ "type": "string",
8174
+ "enum": [
8175
+ "CLASS_145_8BIT",
8176
+ "CLASS_220_8BIT",
8177
+ "CLASS_220_10BIT"
8178
+ ]
8179
+ },
8180
+ "Vc3FramerateControl": {
8181
+ "type": "string",
8182
+ "enum": [
8183
+ "INITIALIZE_FROM_SOURCE",
8184
+ "SPECIFIED"
8185
+ ]
8186
+ },
8187
+ "Vc3FramerateConversionAlgorithm": {
8188
+ "type": "string",
8189
+ "enum": [
8190
+ "DUPLICATE_DROP",
8191
+ "INTERPOLATE",
8192
+ "FRAMEFORMER"
8193
+ ]
8194
+ },
8195
+ "Vc3InterlaceMode": {
8196
+ "type": "string",
8197
+ "enum": [
8198
+ "INTERLACED",
8199
+ "PROGRESSIVE"
8200
+ ]
8201
+ },
8202
+ "Vc3Settings": {
8203
+ "type": "structure",
8204
+ "members": {
8205
+ "FramerateControl": {
8206
+ "shape": "Vc3FramerateControl",
8207
+ "locationName": "framerateControl"
8208
+ },
8209
+ "FramerateConversionAlgorithm": {
8210
+ "shape": "Vc3FramerateConversionAlgorithm",
8211
+ "locationName": "framerateConversionAlgorithm"
8212
+ },
8213
+ "FramerateDenominator": {
8214
+ "shape": "__integerMin1Max1001",
8215
+ "locationName": "framerateDenominator"
8216
+ },
8217
+ "FramerateNumerator": {
8218
+ "shape": "__integerMin24Max60000",
8219
+ "locationName": "framerateNumerator"
8220
+ },
8221
+ "InterlaceMode": {
8222
+ "shape": "Vc3InterlaceMode",
8223
+ "locationName": "interlaceMode"
8224
+ },
8225
+ "SlowPal": {
8226
+ "shape": "Vc3SlowPal",
8227
+ "locationName": "slowPal"
8228
+ },
8229
+ "Telecine": {
8230
+ "shape": "Vc3Telecine",
8231
+ "locationName": "telecine"
8232
+ },
8233
+ "Vc3Class": {
8234
+ "shape": "Vc3Class",
8235
+ "locationName": "vc3Class"
8236
+ }
8237
+ }
8238
+ },
8239
+ "Vc3SlowPal": {
8240
+ "type": "string",
8241
+ "enum": [
8242
+ "DISABLED",
8243
+ "ENABLED"
8244
+ ]
8245
+ },
8246
+ "Vc3Telecine": {
8247
+ "type": "string",
8248
+ "enum": [
8249
+ "NONE",
8250
+ "HARD"
8251
+ ]
8252
+ },
7977
8253
  "VideoCodec": {
7978
8254
  "type": "string",
7979
8255
  "enum": [
7980
- "FRAME_CAPTURE",
7981
8256
  "AV1",
8257
+ "AVC_INTRA",
8258
+ "FRAME_CAPTURE",
7982
8259
  "H_264",
7983
8260
  "H_265",
7984
8261
  "MPEG2",
7985
8262
  "PRORES",
8263
+ "VC3",
7986
8264
  "VP8",
7987
8265
  "VP9"
7988
8266
  ]
@@ -7994,6 +8272,10 @@
7994
8272
  "shape": "Av1Settings",
7995
8273
  "locationName": "av1Settings"
7996
8274
  },
8275
+ "AvcIntraSettings": {
8276
+ "shape": "AvcIntraSettings",
8277
+ "locationName": "avcIntraSettings"
8278
+ },
7997
8279
  "Codec": {
7998
8280
  "shape": "VideoCodec",
7999
8281
  "locationName": "codec"
@@ -8018,6 +8300,10 @@
8018
8300
  "shape": "ProresSettings",
8019
8301
  "locationName": "proresSettings"
8020
8302
  },
8303
+ "Vc3Settings": {
8304
+ "shape": "Vc3Settings",
8305
+ "locationName": "vc3Settings"
8306
+ },
8021
8307
  "Vp8Settings": {
8022
8308
  "shape": "Vp8Settings",
8023
8309
  "locationName": "vp8Settings"
@@ -8207,7 +8493,8 @@
8207
8493
  "type": "string",
8208
8494
  "enum": [
8209
8495
  "DUPLICATE_DROP",
8210
- "INTERPOLATE"
8496
+ "INTERPOLATE",
8497
+ "FRAMEFORMER"
8211
8498
  ]
8212
8499
  },
8213
8500
  "Vp8ParControl": {
@@ -8298,7 +8585,8 @@
8298
8585
  "type": "string",
8299
8586
  "enum": [
8300
8587
  "DUPLICATE_DROP",
8301
- "INTERPOLATE"
8588
+ "INTERPOLATE",
8589
+ "FRAMEFORMER"
8302
8590
  ]
8303
8591
  },
8304
8592
  "Vp9ParControl": {
@@ -8556,6 +8844,11 @@
8556
8844
  "min": 0,
8557
8845
  "max": 50000
8558
8846
  },
8847
+ "__integerMin0Max65534": {
8848
+ "type": "integer",
8849
+ "min": 0,
8850
+ "max": 65534
8851
+ },
8559
8852
  "__integerMin0Max65535": {
8560
8853
  "type": "integer",
8561
8854
  "min": 0,
@@ -9151,11 +9444,21 @@
9151
9444
  "min": 1,
9152
9445
  "max": 100000
9153
9446
  },
9447
+ "__stringMin1Max20": {
9448
+ "type": "string",
9449
+ "min": 1,
9450
+ "max": 20
9451
+ },
9154
9452
  "__stringMin1Max256": {
9155
9453
  "type": "string",
9156
9454
  "min": 1,
9157
9455
  "max": 256
9158
9456
  },
9457
+ "__stringMin1Max50": {
9458
+ "type": "string",
9459
+ "min": 1,
9460
+ "max": 50
9461
+ },
9159
9462
  "__stringMin24Max512PatternAZaZ0902": {
9160
9463
  "type": "string",
9161
9464
  "min": 24,
@@ -9212,6 +9515,10 @@
9212
9515
  "type": "string",
9213
9516
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
9214
9517
  },
9518
+ "__stringPattern0xAFaF0908190908": {
9519
+ "type": "string",
9520
+ "pattern": "(^0x[A-Fa-f0-9]{0,8}$|^[1-9][0-9]{0,8}$)"
9521
+ },
9215
9522
  "__stringPatternAZaZ0902": {
9216
9523
  "type": "string",
9217
9524
  "pattern": "^[A-Za-z0-9+\\/]+={0,2}$"