aws-sdk-core 2.11.518 → 2.11.523

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,15 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeInboundCrossClusterSearchConnections": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "DescribeOutboundCrossClusterSearchConnections": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
3
13
  "DescribePackages": {
4
14
  "input_token": "NextToken",
5
15
  "output_token": "NextToken",
@@ -6230,6 +6230,7 @@
6230
6230
  "type":"structure",
6231
6231
  "members":{
6232
6232
  "FunctionName":{"shape":"NameString"},
6233
+ "DatabaseName":{"shape":"NameString"},
6233
6234
  "ClassName":{"shape":"NameString"},
6234
6235
  "OwnerName":{"shape":"NameString"},
6235
6236
  "OwnerType":{"shape":"PrincipalType"},
@@ -812,6 +812,19 @@
812
812
  "members":{
813
813
  }
814
814
  },
815
+ "AccessControlList":{
816
+ "type":"structure",
817
+ "members":{
818
+ "AllowsPublicReadAccess":{
819
+ "shape":"Boolean",
820
+ "locationName":"allowsPublicReadAccess"
821
+ },
822
+ "AllowsPublicWriteAccess":{
823
+ "shape":"Boolean",
824
+ "locationName":"allowsPublicWriteAccess"
825
+ }
826
+ }
827
+ },
815
828
  "AccessKeyDetails":{
816
829
  "type":"structure",
817
830
  "members":{
@@ -867,6 +880,15 @@
867
880
  "max":50,
868
881
  "min":1
869
882
  },
883
+ "AccountLevelPermissions":{
884
+ "type":"structure",
885
+ "members":{
886
+ "BlockPublicAccess":{
887
+ "shape":"BlockPublicAccess",
888
+ "locationName":"blockPublicAccess"
889
+ }
890
+ }
891
+ },
870
892
  "Action":{
871
893
  "type":"structure",
872
894
  "members":{
@@ -983,7 +1005,58 @@
983
1005
  "error":{"httpStatusCode":400},
984
1006
  "exception":true
985
1007
  },
1008
+ "BlockPublicAccess":{
1009
+ "type":"structure",
1010
+ "members":{
1011
+ "IgnorePublicAcls":{
1012
+ "shape":"Boolean",
1013
+ "locationName":"ignorePublicAcls"
1014
+ },
1015
+ "RestrictPublicBuckets":{
1016
+ "shape":"Boolean",
1017
+ "locationName":"restrictPublicBuckets"
1018
+ },
1019
+ "BlockPublicAcls":{
1020
+ "shape":"Boolean",
1021
+ "locationName":"blockPublicAcls"
1022
+ },
1023
+ "BlockPublicPolicy":{
1024
+ "shape":"Boolean",
1025
+ "locationName":"blockPublicPolicy"
1026
+ }
1027
+ }
1028
+ },
986
1029
  "Boolean":{"type":"boolean"},
1030
+ "BucketLevelPermissions":{
1031
+ "type":"structure",
1032
+ "members":{
1033
+ "AccessControlList":{
1034
+ "shape":"AccessControlList",
1035
+ "locationName":"accessControlList"
1036
+ },
1037
+ "BucketPolicy":{
1038
+ "shape":"BucketPolicy",
1039
+ "locationName":"bucketPolicy"
1040
+ },
1041
+ "BlockPublicAccess":{
1042
+ "shape":"BlockPublicAccess",
1043
+ "locationName":"blockPublicAccess"
1044
+ }
1045
+ }
1046
+ },
1047
+ "BucketPolicy":{
1048
+ "type":"structure",
1049
+ "members":{
1050
+ "AllowsPublicReadAccess":{
1051
+ "shape":"Boolean",
1052
+ "locationName":"allowsPublicReadAccess"
1053
+ },
1054
+ "AllowsPublicWriteAccess":{
1055
+ "shape":"Boolean",
1056
+ "locationName":"allowsPublicWriteAccess"
1057
+ }
1058
+ }
1059
+ },
987
1060
  "City":{
988
1061
  "type":"structure",
989
1062
  "members":{
@@ -1376,6 +1449,19 @@
1376
1449
  }
1377
1450
  }
1378
1451
  },
1452
+ "DefaultServerSideEncryption":{
1453
+ "type":"structure",
1454
+ "members":{
1455
+ "EncryptionType":{
1456
+ "shape":"String",
1457
+ "locationName":"encryptionType"
1458
+ },
1459
+ "KmsMasterKeyArn":{
1460
+ "shape":"String",
1461
+ "locationName":"kmsMasterKeyArn"
1462
+ }
1463
+ }
1464
+ },
1379
1465
  "DeleteDetectorRequest":{
1380
1466
  "type":"structure",
1381
1467
  "required":["DetectorId"],
@@ -3055,6 +3141,28 @@
3055
3141
  }
3056
3142
  }
3057
3143
  },
3144
+ "Owner":{
3145
+ "type":"structure",
3146
+ "members":{
3147
+ "Id":{
3148
+ "shape":"String",
3149
+ "locationName":"id"
3150
+ }
3151
+ }
3152
+ },
3153
+ "PermissionConfiguration":{
3154
+ "type":"structure",
3155
+ "members":{
3156
+ "BucketLevelPermissions":{
3157
+ "shape":"BucketLevelPermissions",
3158
+ "locationName":"bucketLevelPermissions"
3159
+ },
3160
+ "AccountLevelPermissions":{
3161
+ "shape":"AccountLevelPermissions",
3162
+ "locationName":"accountLevelPermissions"
3163
+ }
3164
+ }
3165
+ },
3058
3166
  "PortProbeAction":{
3059
3167
  "type":"structure",
3060
3168
  "members":{
@@ -3123,6 +3231,19 @@
3123
3231
  "type":"list",
3124
3232
  "member":{"shape":"ProductCode"}
3125
3233
  },
3234
+ "PublicAccess":{
3235
+ "type":"structure",
3236
+ "members":{
3237
+ "PermissionConfiguration":{
3238
+ "shape":"PermissionConfiguration",
3239
+ "locationName":"permissionConfiguration"
3240
+ },
3241
+ "EffectivePermission":{
3242
+ "shape":"String",
3243
+ "locationName":"effectivePermission"
3244
+ }
3245
+ }
3246
+ },
3126
3247
  "PublishingStatus":{
3127
3248
  "type":"string",
3128
3249
  "enum":[
@@ -3179,6 +3300,10 @@
3179
3300
  "shape":"AccessKeyDetails",
3180
3301
  "locationName":"accessKeyDetails"
3181
3302
  },
3303
+ "S3BucketDetails":{
3304
+ "shape":"S3BucketDetails",
3305
+ "locationName":"s3BucketDetails"
3306
+ },
3182
3307
  "InstanceDetails":{
3183
3308
  "shape":"InstanceDetails",
3184
3309
  "locationName":"instanceDetails"
@@ -3189,6 +3314,47 @@
3189
3314
  }
3190
3315
  }
3191
3316
  },
3317
+ "S3BucketDetail":{
3318
+ "type":"structure",
3319
+ "members":{
3320
+ "Arn":{
3321
+ "shape":"String",
3322
+ "locationName":"arn"
3323
+ },
3324
+ "Name":{
3325
+ "shape":"String",
3326
+ "locationName":"name"
3327
+ },
3328
+ "Type":{
3329
+ "shape":"String",
3330
+ "locationName":"type"
3331
+ },
3332
+ "CreatedAt":{
3333
+ "shape":"Timestamp",
3334
+ "locationName":"createdAt"
3335
+ },
3336
+ "Owner":{
3337
+ "shape":"Owner",
3338
+ "locationName":"owner"
3339
+ },
3340
+ "Tags":{
3341
+ "shape":"Tags",
3342
+ "locationName":"tags"
3343
+ },
3344
+ "DefaultServerSideEncryption":{
3345
+ "shape":"DefaultServerSideEncryption",
3346
+ "locationName":"defaultServerSideEncryption"
3347
+ },
3348
+ "PublicAccess":{
3349
+ "shape":"PublicAccess",
3350
+ "locationName":"publicAccess"
3351
+ }
3352
+ }
3353
+ },
3354
+ "S3BucketDetails":{
3355
+ "type":"list",
3356
+ "member":{"shape":"S3BucketDetail"}
3357
+ },
3192
3358
  "SecurityGroup":{
3193
3359
  "type":"structure",
3194
3360
  "members":{
@@ -3438,6 +3604,7 @@
3438
3604
  "type":"list",
3439
3605
  "member":{"shape":"String"}
3440
3606
  },
3607
+ "Timestamp":{"type":"timestamp"},
3441
3608
  "UnarchiveFindingsRequest":{
3442
3609
  "type":"structure",
3443
3610
  "required":[
@@ -2151,6 +2151,13 @@
2151
2151
  }
2152
2152
  },
2153
2153
  "shapes":{
2154
+ "AccessAdvisorUsageGranularityType":{
2155
+ "type":"string",
2156
+ "enum":[
2157
+ "SERVICE_LEVEL",
2158
+ "ACTION_LEVEL"
2159
+ ]
2160
+ },
2154
2161
  "AccessDetail":{
2155
2162
  "type":"structure",
2156
2163
  "required":[
@@ -3062,7 +3069,8 @@
3062
3069
  "type":"structure",
3063
3070
  "required":["Arn"],
3064
3071
  "members":{
3065
- "Arn":{"shape":"arnType"}
3072
+ "Arn":{"shape":"arnType"},
3073
+ "Granularity":{"shape":"AccessAdvisorUsageGranularityType"}
3066
3074
  }
3067
3075
  },
3068
3076
  "GenerateServiceLastAccessedDetailsResponse":{
@@ -3399,6 +3407,7 @@
3399
3407
  ],
3400
3408
  "members":{
3401
3409
  "JobStatus":{"shape":"jobStatusType"},
3410
+ "JobType":{"shape":"AccessAdvisorUsageGranularityType"},
3402
3411
  "JobCreationDate":{"shape":"dateType"},
3403
3412
  "ServicesLastAccessed":{"shape":"ServicesLastAccessed"},
3404
3413
  "JobCompletionDate":{"shape":"dateType"},
@@ -4746,7 +4755,9 @@
4746
4755
  "LastAuthenticated":{"shape":"dateType"},
4747
4756
  "ServiceNamespace":{"shape":"serviceNamespaceType"},
4748
4757
  "LastAuthenticatedEntity":{"shape":"arnType"},
4749
- "TotalAuthenticatedEntities":{"shape":"integerType"}
4758
+ "LastAuthenticatedRegion":{"shape":"stringType"},
4759
+ "TotalAuthenticatedEntities":{"shape":"integerType"},
4760
+ "TrackedActionsLastAccessed":{"shape":"TrackedActionsLastAccessed"}
4750
4761
  }
4751
4762
  },
4752
4763
  "ServiceNotSupportedException":{
@@ -4942,6 +4953,19 @@
4942
4953
  "Tags":{"shape":"tagListType"}
4943
4954
  }
4944
4955
  },
4956
+ "TrackedActionLastAccessed":{
4957
+ "type":"structure",
4958
+ "members":{
4959
+ "ActionName":{"shape":"stringType"},
4960
+ "LastAccessedEntity":{"shape":"arnType"},
4961
+ "LastAccessedTime":{"shape":"dateType"},
4962
+ "LastAccessedRegion":{"shape":"stringType"}
4963
+ }
4964
+ },
4965
+ "TrackedActionsLastAccessed":{
4966
+ "type":"list",
4967
+ "member":{"shape":"TrackedActionLastAccessed"}
4968
+ },
4945
4969
  "UnmodifiableEntityException":{
4946
4970
  "type":"structure",
4947
4971
  "members":{
@@ -4108,7 +4108,9 @@
4108
4108
  "NetworkOut",
4109
4109
  "StatusCheckFailed",
4110
4110
  "StatusCheckFailed_Instance",
4111
- "StatusCheckFailed_System"
4111
+ "StatusCheckFailed_System",
4112
+ "BurstCapacityTime",
4113
+ "BurstCapacityPercentage"
4112
4114
  ]
4113
4115
  },
4114
4116
  "InstanceNetworking":{
@@ -4513,7 +4515,9 @@
4513
4515
  "DiskQueueDepth",
4514
4516
  "FreeStorageSpace",
4515
4517
  "NetworkReceiveThroughput",
4516
- "NetworkTransmitThroughput"
4518
+ "NetworkTransmitThroughput",
4519
+ "BurstCapacityTime",
4520
+ "BurstCapacityPercentage"
4517
4521
  ]
4518
4522
  },
4519
4523
  "MetricPeriod":{
@@ -1167,6 +1167,8 @@
1167
1167
  "AC3",
1168
1168
  "EAC3",
1169
1169
  "EAC3_ATMOS",
1170
+ "VORBIS",
1171
+ "OPUS",
1170
1172
  "PASSTHROUGH"
1171
1173
  ]
1172
1174
  },
@@ -1205,6 +1207,14 @@
1205
1207
  "shape": "Mp3Settings",
1206
1208
  "locationName": "mp3Settings"
1207
1209
  },
1210
+ "OpusSettings": {
1211
+ "shape": "OpusSettings",
1212
+ "locationName": "opusSettings"
1213
+ },
1214
+ "VorbisSettings": {
1215
+ "shape": "VorbisSettings",
1216
+ "locationName": "vorbisSettings"
1217
+ },
1208
1218
  "WavSettings": {
1209
1219
  "shape": "WavSettings",
1210
1220
  "locationName": "wavSettings"
@@ -1341,7 +1351,7 @@
1341
1351
  "locationName": "defaultSelection"
1342
1352
  },
1343
1353
  "ExternalAudioFileInput": {
1344
- "shape": "__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
1354
+ "shape": "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
1345
1355
  "locationName": "externalAudioFileInput"
1346
1356
  },
1347
1357
  "LanguageCode": {
@@ -2241,6 +2251,7 @@
2241
2251
  "MP4",
2242
2252
  "MPD",
2243
2253
  "MXF",
2254
+ "WEBM",
2244
2255
  "RAW"
2245
2256
  ]
2246
2257
  },
@@ -6723,6 +6734,14 @@
6723
6734
  }
6724
6735
  }
6725
6736
  },
6737
+ "NoiseFilterPostTemporalSharpening": {
6738
+ "type": "string",
6739
+ "enum": [
6740
+ "DISABLED",
6741
+ "ENABLED",
6742
+ "AUTO"
6743
+ ]
6744
+ },
6726
6745
  "NoiseReducer": {
6727
6746
  "type": "structure",
6728
6747
  "members": {
@@ -6790,6 +6809,10 @@
6790
6809
  "shape": "__integerMin0Max4",
6791
6810
  "locationName": "aggressiveMode"
6792
6811
  },
6812
+ "PostTemporalSharpening": {
6813
+ "shape": "NoiseFilterPostTemporalSharpening",
6814
+ "locationName": "postTemporalSharpening"
6815
+ },
6793
6816
  "Speed": {
6794
6817
  "shape": "__integerMinNegative1Max3",
6795
6818
  "locationName": "speed"
@@ -6813,6 +6836,23 @@
6813
6836
  "httpStatusCode": 404
6814
6837
  }
6815
6838
  },
6839
+ "OpusSettings": {
6840
+ "type": "structure",
6841
+ "members": {
6842
+ "Bitrate": {
6843
+ "shape": "__integerMin32000Max192000",
6844
+ "locationName": "bitrate"
6845
+ },
6846
+ "Channels": {
6847
+ "shape": "__integerMin1Max2",
6848
+ "locationName": "channels"
6849
+ },
6850
+ "SampleRate": {
6851
+ "shape": "__integerMin16000Max48000",
6852
+ "locationName": "sampleRate"
6853
+ }
6854
+ }
6855
+ },
6816
6856
  "Order": {
6817
6857
  "type": "string",
6818
6858
  "enum": [
@@ -7868,7 +7908,9 @@
7868
7908
  "H_264",
7869
7909
  "H_265",
7870
7910
  "MPEG2",
7871
- "PRORES"
7911
+ "PRORES",
7912
+ "VP8",
7913
+ "VP9"
7872
7914
  ]
7873
7915
  },
7874
7916
  "VideoCodecSettings": {
@@ -7901,6 +7943,14 @@
7901
7943
  "ProresSettings": {
7902
7944
  "shape": "ProresSettings",
7903
7945
  "locationName": "proresSettings"
7946
+ },
7947
+ "Vp8Settings": {
7948
+ "shape": "Vp8Settings",
7949
+ "locationName": "vp8Settings"
7950
+ },
7951
+ "Vp9Settings": {
7952
+ "shape": "Vp9Settings",
7953
+ "locationName": "vp9Settings"
7904
7954
  }
7905
7955
  }
7906
7956
  },
@@ -8051,6 +8101,205 @@
8051
8101
  "PIC_TIMING_SEI"
8052
8102
  ]
8053
8103
  },
8104
+ "VorbisSettings": {
8105
+ "type": "structure",
8106
+ "members": {
8107
+ "Channels": {
8108
+ "shape": "__integerMin1Max2",
8109
+ "locationName": "channels"
8110
+ },
8111
+ "SampleRate": {
8112
+ "shape": "__integerMin22050Max48000",
8113
+ "locationName": "sampleRate"
8114
+ },
8115
+ "VbrQuality": {
8116
+ "shape": "__integerMinNegative1Max10",
8117
+ "locationName": "vbrQuality"
8118
+ }
8119
+ }
8120
+ },
8121
+ "Vp8FramerateControl": {
8122
+ "type": "string",
8123
+ "enum": [
8124
+ "INITIALIZE_FROM_SOURCE",
8125
+ "SPECIFIED"
8126
+ ]
8127
+ },
8128
+ "Vp8FramerateConversionAlgorithm": {
8129
+ "type": "string",
8130
+ "enum": [
8131
+ "DUPLICATE_DROP",
8132
+ "INTERPOLATE"
8133
+ ]
8134
+ },
8135
+ "Vp8ParControl": {
8136
+ "type": "string",
8137
+ "enum": [
8138
+ "INITIALIZE_FROM_SOURCE",
8139
+ "SPECIFIED"
8140
+ ]
8141
+ },
8142
+ "Vp8QualityTuningLevel": {
8143
+ "type": "string",
8144
+ "enum": [
8145
+ "MULTI_PASS",
8146
+ "MULTI_PASS_HQ"
8147
+ ]
8148
+ },
8149
+ "Vp8RateControlMode": {
8150
+ "type": "string",
8151
+ "enum": [
8152
+ "VBR"
8153
+ ]
8154
+ },
8155
+ "Vp8Settings": {
8156
+ "type": "structure",
8157
+ "members": {
8158
+ "Bitrate": {
8159
+ "shape": "__integerMin1000Max1152000000",
8160
+ "locationName": "bitrate"
8161
+ },
8162
+ "FramerateControl": {
8163
+ "shape": "Vp8FramerateControl",
8164
+ "locationName": "framerateControl"
8165
+ },
8166
+ "FramerateConversionAlgorithm": {
8167
+ "shape": "Vp8FramerateConversionAlgorithm",
8168
+ "locationName": "framerateConversionAlgorithm"
8169
+ },
8170
+ "FramerateDenominator": {
8171
+ "shape": "__integerMin1Max2147483647",
8172
+ "locationName": "framerateDenominator"
8173
+ },
8174
+ "FramerateNumerator": {
8175
+ "shape": "__integerMin1Max2147483647",
8176
+ "locationName": "framerateNumerator"
8177
+ },
8178
+ "GopSize": {
8179
+ "shape": "__doubleMin0",
8180
+ "locationName": "gopSize"
8181
+ },
8182
+ "HrdBufferSize": {
8183
+ "shape": "__integerMin0Max47185920",
8184
+ "locationName": "hrdBufferSize"
8185
+ },
8186
+ "MaxBitrate": {
8187
+ "shape": "__integerMin1000Max1152000000",
8188
+ "locationName": "maxBitrate"
8189
+ },
8190
+ "ParControl": {
8191
+ "shape": "Vp8ParControl",
8192
+ "locationName": "parControl"
8193
+ },
8194
+ "ParDenominator": {
8195
+ "shape": "__integerMin1Max2147483647",
8196
+ "locationName": "parDenominator"
8197
+ },
8198
+ "ParNumerator": {
8199
+ "shape": "__integerMin1Max2147483647",
8200
+ "locationName": "parNumerator"
8201
+ },
8202
+ "QualityTuningLevel": {
8203
+ "shape": "Vp8QualityTuningLevel",
8204
+ "locationName": "qualityTuningLevel"
8205
+ },
8206
+ "RateControlMode": {
8207
+ "shape": "Vp8RateControlMode",
8208
+ "locationName": "rateControlMode"
8209
+ }
8210
+ }
8211
+ },
8212
+ "Vp9FramerateControl": {
8213
+ "type": "string",
8214
+ "enum": [
8215
+ "INITIALIZE_FROM_SOURCE",
8216
+ "SPECIFIED"
8217
+ ]
8218
+ },
8219
+ "Vp9FramerateConversionAlgorithm": {
8220
+ "type": "string",
8221
+ "enum": [
8222
+ "DUPLICATE_DROP",
8223
+ "INTERPOLATE"
8224
+ ]
8225
+ },
8226
+ "Vp9ParControl": {
8227
+ "type": "string",
8228
+ "enum": [
8229
+ "INITIALIZE_FROM_SOURCE",
8230
+ "SPECIFIED"
8231
+ ]
8232
+ },
8233
+ "Vp9QualityTuningLevel": {
8234
+ "type": "string",
8235
+ "enum": [
8236
+ "MULTI_PASS",
8237
+ "MULTI_PASS_HQ"
8238
+ ]
8239
+ },
8240
+ "Vp9RateControlMode": {
8241
+ "type": "string",
8242
+ "enum": [
8243
+ "VBR"
8244
+ ]
8245
+ },
8246
+ "Vp9Settings": {
8247
+ "type": "structure",
8248
+ "members": {
8249
+ "Bitrate": {
8250
+ "shape": "__integerMin1000Max480000000",
8251
+ "locationName": "bitrate"
8252
+ },
8253
+ "FramerateControl": {
8254
+ "shape": "Vp9FramerateControl",
8255
+ "locationName": "framerateControl"
8256
+ },
8257
+ "FramerateConversionAlgorithm": {
8258
+ "shape": "Vp9FramerateConversionAlgorithm",
8259
+ "locationName": "framerateConversionAlgorithm"
8260
+ },
8261
+ "FramerateDenominator": {
8262
+ "shape": "__integerMin1Max2147483647",
8263
+ "locationName": "framerateDenominator"
8264
+ },
8265
+ "FramerateNumerator": {
8266
+ "shape": "__integerMin1Max2147483647",
8267
+ "locationName": "framerateNumerator"
8268
+ },
8269
+ "GopSize": {
8270
+ "shape": "__doubleMin0",
8271
+ "locationName": "gopSize"
8272
+ },
8273
+ "HrdBufferSize": {
8274
+ "shape": "__integerMin0Max47185920",
8275
+ "locationName": "hrdBufferSize"
8276
+ },
8277
+ "MaxBitrate": {
8278
+ "shape": "__integerMin1000Max480000000",
8279
+ "locationName": "maxBitrate"
8280
+ },
8281
+ "ParControl": {
8282
+ "shape": "Vp9ParControl",
8283
+ "locationName": "parControl"
8284
+ },
8285
+ "ParDenominator": {
8286
+ "shape": "__integerMin1Max2147483647",
8287
+ "locationName": "parDenominator"
8288
+ },
8289
+ "ParNumerator": {
8290
+ "shape": "__integerMin1Max2147483647",
8291
+ "locationName": "parNumerator"
8292
+ },
8293
+ "QualityTuningLevel": {
8294
+ "shape": "Vp9QualityTuningLevel",
8295
+ "locationName": "qualityTuningLevel"
8296
+ },
8297
+ "RateControlMode": {
8298
+ "shape": "Vp9RateControlMode",
8299
+ "locationName": "rateControlMode"
8300
+ }
8301
+ }
8302
+ },
8054
8303
  "WavFormat": {
8055
8304
  "type": "string",
8056
8305
  "enum": [
@@ -8269,6 +8518,11 @@
8269
8518
  "min": 1000,
8270
8519
  "max": 300000000
8271
8520
  },
8521
+ "__integerMin1000Max480000000": {
8522
+ "type": "integer",
8523
+ "min": 1000,
8524
+ "max": 480000000
8525
+ },
8272
8526
  "__integerMin10Max48": {
8273
8527
  "type": "integer",
8274
8528
  "min": 10,
@@ -8279,6 +8533,11 @@
8279
8533
  "min": 16000,
8280
8534
  "max": 320000
8281
8535
  },
8536
+ "__integerMin16000Max48000": {
8537
+ "type": "integer",
8538
+ "min": 16000,
8539
+ "max": 48000
8540
+ },
8282
8541
  "__integerMin16Max24": {
8283
8542
  "type": "integer",
8284
8543
  "min": 16,
@@ -8389,6 +8648,11 @@
8389
8648
  "min": 2,
8390
8649
  "max": 2147483647
8391
8650
  },
8651
+ "__integerMin32000Max192000": {
8652
+ "type": "integer",
8653
+ "min": 32000,
8654
+ "max": 192000
8655
+ },
8392
8656
  "__integerMin32000Max384000": {
8393
8657
  "type": "integer",
8394
8658
  "min": 32000,
@@ -8459,6 +8723,11 @@
8459
8723
  "min": -180,
8460
8724
  "max": 180
8461
8725
  },
8726
+ "__integerMinNegative1Max10": {
8727
+ "type": "integer",
8728
+ "min": -1,
8729
+ "max": 10
8730
+ },
8462
8731
  "__integerMinNegative1Max3": {
8463
8732
  "type": "integer",
8464
8733
  "min": -1,
@@ -8885,14 +9154,14 @@
8885
9154
  "type": "string",
8886
9155
  "pattern": "^s3:\\/\\/.*\\/(ASSETMAP.xml)?$"
8887
9156
  },
8888
- "__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE": {
8889
- "type": "string",
8890
- "pattern": "^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$"
8891
- },
8892
9157
  "__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL": {
8893
9158
  "type": "string",
8894
9159
  "pattern": "^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$"
8895
9160
  },
9161
+ "__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE": {
9162
+ "type": "string",
9163
+ "pattern": "^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([wW][eE][bB][mM]|[mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$"
9164
+ },
8896
9165
  "__stringPatternSNManifestConfirmConditionNotificationNS": {
8897
9166
  "type": "string",
8898
9167
  "pattern": "^\\s*<(.|\\n)*ManifestConfirmConditionNotification(.|\\n)*>\\s*$"