aws-sdk-core 2.11.530 → 2.11.535

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -6721,6 +6721,27 @@
6721
6721
  }
6722
6722
  }
6723
6723
  },
6724
+ "NexGuardFileMarkerSettings": {
6725
+ "type": "structure",
6726
+ "members": {
6727
+ "License": {
6728
+ "shape": "__stringMin1Max100000",
6729
+ "locationName": "license"
6730
+ },
6731
+ "Payload": {
6732
+ "shape": "__integerMin0Max4194303",
6733
+ "locationName": "payload"
6734
+ },
6735
+ "Preset": {
6736
+ "shape": "__stringMin1Max256",
6737
+ "locationName": "preset"
6738
+ },
6739
+ "Strength": {
6740
+ "shape": "WatermarkingStrength",
6741
+ "locationName": "strength"
6742
+ }
6743
+ }
6744
+ },
6724
6745
  "NielsenConfiguration": {
6725
6746
  "type": "structure",
6726
6747
  "members": {
@@ -7006,6 +7027,15 @@
7006
7027
  }
7007
7028
  }
7008
7029
  },
7030
+ "PartnerWatermarking": {
7031
+ "type": "structure",
7032
+ "members": {
7033
+ "NexguardFileMarkerSettings": {
7034
+ "shape": "NexGuardFileMarkerSettings",
7035
+ "locationName": "nexguardFileMarkerSettings"
7036
+ }
7037
+ }
7038
+ },
7009
7039
  "Preset": {
7010
7040
  "type": "structure",
7011
7041
  "members": {
@@ -8055,6 +8085,10 @@
8055
8085
  "shape": "NoiseReducer",
8056
8086
  "locationName": "noiseReducer"
8057
8087
  },
8088
+ "PartnerWatermarking": {
8089
+ "shape": "PartnerWatermarking",
8090
+ "locationName": "partnerWatermarking"
8091
+ },
8058
8092
  "TimecodeBurnin": {
8059
8093
  "shape": "TimecodeBurnin",
8060
8094
  "locationName": "timecodeBurnin"
@@ -8300,6 +8334,16 @@
8300
8334
  }
8301
8335
  }
8302
8336
  },
8337
+ "WatermarkingStrength": {
8338
+ "type": "string",
8339
+ "enum": [
8340
+ "LIGHTEST",
8341
+ "LIGHTER",
8342
+ "DEFAULT",
8343
+ "STRONGER",
8344
+ "STRONGEST"
8345
+ ]
8346
+ },
8303
8347
  "WavFormat": {
8304
8348
  "type": "string",
8305
8349
  "enum": [
@@ -8448,6 +8492,11 @@
8448
8492
  "min": 0,
8449
8493
  "max": 4
8450
8494
  },
8495
+ "__integerMin0Max4194303": {
8496
+ "type": "integer",
8497
+ "min": 0,
8498
+ "max": 4194303
8499
+ },
8451
8500
  "__integerMin0Max47185920": {
8452
8501
  "type": "integer",
8453
8502
  "min": 0,
@@ -9053,6 +9102,11 @@
9053
9102
  "max": 24,
9054
9103
  "pattern": "^[A-Za-z0-9+\\/]{22}==$|^[A-Za-z0-9+\\/]{16}$"
9055
9104
  },
9105
+ "__stringMin1Max100000": {
9106
+ "type": "string",
9107
+ "min": 1,
9108
+ "max": 100000
9109
+ },
9056
9110
  "__stringMin1Max256": {
9057
9111
  "type": "string",
9058
9112
  "min": 1,
@@ -9187,4 +9241,4 @@
9187
9241
  "timestampFormat": "unixTimestamp"
9188
9242
  }
9189
9243
  }
9190
- }
9244
+ }
@@ -4715,6 +4715,10 @@
4715
4715
  "shape": "__listOfCaptionDescription",
4716
4716
  "locationName": "captionDescriptions"
4717
4717
  },
4718
+ "FeatureActivations": {
4719
+ "shape": "FeatureActivations",
4720
+ "locationName": "featureActivations"
4721
+ },
4718
4722
  "GlobalConfiguration": {
4719
4723
  "shape": "GlobalConfiguration",
4720
4724
  "locationName": "globalConfiguration"
@@ -4743,6 +4747,22 @@
4743
4747
  "TimecodeConfig"
4744
4748
  ]
4745
4749
  },
4750
+ "FeatureActivations": {
4751
+ "type": "structure",
4752
+ "members": {
4753
+ "InputPrepareScheduleActions": {
4754
+ "shape": "FeatureActivationsInputPrepareScheduleActions",
4755
+ "locationName": "inputPrepareScheduleActions"
4756
+ }
4757
+ }
4758
+ },
4759
+ "FeatureActivationsInputPrepareScheduleActions": {
4760
+ "type": "string",
4761
+ "enum": [
4762
+ "DISABLED",
4763
+ "ENABLED"
4764
+ ]
4765
+ },
4746
4766
  "FecOutputIncludeFec": {
4747
4767
  "type": "string",
4748
4768
  "enum": [
@@ -6706,6 +6726,26 @@
6706
6726
  "PRIMARY_INPUT_PREFERRED"
6707
6727
  ]
6708
6728
  },
6729
+ "InputPrepareScheduleActionSettings": {
6730
+ "type": "structure",
6731
+ "members": {
6732
+ "InputAttachmentNameReference": {
6733
+ "shape": "__string",
6734
+ "locationName": "inputAttachmentNameReference"
6735
+ },
6736
+ "InputClippingSettings": {
6737
+ "shape": "InputClippingSettings",
6738
+ "locationName": "inputClippingSettings"
6739
+ },
6740
+ "UrlPath": {
6741
+ "shape": "__listOf__string",
6742
+ "locationName": "urlPath"
6743
+ }
6744
+ },
6745
+ "required": [
6746
+ "InputAttachmentNameReference"
6747
+ ]
6748
+ },
6709
6749
  "InputResolution": {
6710
6750
  "type": "string",
6711
6751
  "enum": [
@@ -9203,6 +9243,10 @@
9203
9243
  "shape": "HlsTimedMetadataScheduleActionSettings",
9204
9244
  "locationName": "hlsTimedMetadataSettings"
9205
9245
  },
9246
+ "InputPrepareSettings": {
9247
+ "shape": "InputPrepareScheduleActionSettings",
9248
+ "locationName": "inputPrepareSettings"
9249
+ },
9206
9250
  "InputSwitchSettings": {
9207
9251
  "shape": "InputSwitchScheduleActionSettings",
9208
9252
  "locationName": "inputSwitchSettings"
@@ -125,17 +125,17 @@
125
125
  }
126
126
  },
127
127
  "shapes": {
128
- "AvailSuppression" : {
129
- "type" : "structure",
130
- "members" : {
131
- "Mode" : {
132
- "shape" : "Mode"
133
- },
134
- "Value" : {
135
- "shape" : "__string"
136
- }
128
+ "AvailSuppression": {
129
+ "type": "structure",
130
+ "members": {
131
+ "Mode": {
132
+ "shape": "Mode"
133
+ },
134
+ "Value": {
135
+ "shape": "__string"
137
136
  }
138
- },
137
+ }
138
+ },
139
139
  "BadRequestException": {
140
140
  "error": {
141
141
  "httpStatusCode": 400
@@ -148,6 +148,17 @@
148
148
  },
149
149
  "type": "structure"
150
150
  },
151
+ "Bumper": {
152
+ "type": "structure",
153
+ "members": {
154
+ "EndUrl": {
155
+ "shape": "__string"
156
+ },
157
+ "StartUrl": {
158
+ "shape": "__string"
159
+ }
160
+ }
161
+ },
151
162
  "CdnConfiguration": {
152
163
  "members": {
153
164
  "AdSegmentUrlPrefix": {
@@ -219,8 +230,11 @@
219
230
  "AdDecisionServerUrl": {
220
231
  "shape": "__string"
221
232
  },
222
- "AvailSuppression" : {
223
- "shape" : "AvailSuppression"
233
+ "AvailSuppression": {
234
+ "shape": "AvailSuppression"
235
+ },
236
+ "Bumper": {
237
+ "shape": "Bumper"
224
238
  },
225
239
  "CdnConfiguration": {
226
240
  "shape": "CdnConfiguration"
@@ -251,7 +265,7 @@
251
265
  },
252
266
  "SlateAdUrl": {
253
267
  "shape": "__string"
254
- },
268
+ },
255
269
  "Tags": {
256
270
  "locationName": "tags",
257
271
  "shape": "__mapOf__string"
@@ -329,17 +343,17 @@
329
343
  "type": "string"
330
344
  },
331
345
  "Mode": {
332
- "enum": [
333
- "OFF",
334
- "BEHIND_LIVE_EDGE"
335
- ],
336
- "type": "string"
346
+ "enum": [
347
+ "OFF",
348
+ "BEHIND_LIVE_EDGE"
349
+ ],
350
+ "type": "string"
337
351
  },
338
352
  "PlaybackConfiguration": {
339
353
  "members": {
340
354
  "AdDecisionServerUrl": {
341
355
  "shape": "__string"
342
- },
356
+ },
343
357
  "CdnConfiguration": {
344
358
  "shape": "CdnConfiguration"
345
359
  },
@@ -396,8 +410,11 @@
396
410
  "AdDecisionServerUrl": {
397
411
  "shape": "__string"
398
412
  },
399
- "AvailSuppression" : {
400
- "shape" : "AvailSuppression"
413
+ "AvailSuppression": {
414
+ "shape": "AvailSuppression"
415
+ },
416
+ "Bumper": {
417
+ "shape": "Bumper"
401
418
  },
402
419
  "CdnConfiguration": {
403
420
  "shape": "CdnConfiguration"
@@ -416,7 +433,7 @@
416
433
  },
417
434
  "SlateAdUrl": {
418
435
  "shape": "__string"
419
- },
436
+ },
420
437
  "Tags": {
421
438
  "locationName": "tags",
422
439
  "shape": "__mapOf__string"
@@ -435,15 +452,18 @@
435
452
  "AdDecisionServerUrl": {
436
453
  "shape": "__string"
437
454
  },
438
- "AvailSuppression" : {
439
- "shape" : "AvailSuppression"
455
+ "AvailSuppression": {
456
+ "shape": "AvailSuppression"
457
+ },
458
+ "Bumper": {
459
+ "shape": "Bumper"
440
460
  },
441
461
  "CdnConfiguration": {
442
462
  "shape": "CdnConfiguration"
443
463
  },
444
464
  "DashConfiguration": {
445
465
  "shape": "DashConfiguration"
446
- },
466
+ },
447
467
  "HlsConfiguration": {
448
468
  "shape": "HlsConfiguration"
449
469
  },
@@ -406,6 +406,7 @@
406
406
  "CreateServerRequest":{
407
407
  "type":"structure",
408
408
  "required":[
409
+ "Engine",
409
410
  "ServerName",
410
411
  "InstanceProfileArn",
411
412
  "InstanceType",
@@ -428,7 +428,8 @@
428
428
  {"shape":"ConstraintViolationException"},
429
429
  {"shape":"InvalidInputException"},
430
430
  {"shape":"ServiceException"},
431
- {"shape":"TooManyRequestsException"}
431
+ {"shape":"TooManyRequestsException"},
432
+ {"shape":"UnsupportedAPIEndpointException"}
432
433
  ]
433
434
  },
434
435
  "DisablePolicyType":{
@@ -467,7 +468,8 @@
467
468
  {"shape":"ConstraintViolationException"},
468
469
  {"shape":"InvalidInputException"},
469
470
  {"shape":"ServiceException"},
470
- {"shape":"TooManyRequestsException"}
471
+ {"shape":"TooManyRequestsException"},
472
+ {"shape":"UnsupportedAPIEndpointException"}
471
473
  ]
472
474
  },
473
475
  "EnableAllFeatures":{
@@ -564,7 +566,8 @@
564
566
  {"shape":"ConstraintViolationException"},
565
567
  {"shape":"InvalidInputException"},
566
568
  {"shape":"ServiceException"},
567
- {"shape":"TooManyRequestsException"}
569
+ {"shape":"TooManyRequestsException"},
570
+ {"shape":"UnsupportedAPIEndpointException"}
568
571
  ]
569
572
  },
570
573
  "ListAccounts":{
@@ -1028,6 +1031,7 @@
1028
1031
  },
1029
1032
  "AccountId":{
1030
1033
  "type":"string",
1034
+ "max":12,
1031
1035
  "pattern":"^\\d{12}$"
1032
1036
  },
1033
1037
  "AccountJoinedMethod":{
@@ -1126,6 +1130,7 @@
1126
1130
  },
1127
1131
  "ChildId":{
1128
1132
  "type":"string",
1133
+ "max":100,
1129
1134
  "pattern":"^(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
1130
1135
  },
1131
1136
  "ChildNotFoundException":{
@@ -1190,7 +1195,8 @@
1190
1195
  "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED",
1191
1196
  "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
1192
1197
  "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG",
1193
- "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE"
1198
+ "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE",
1199
+ "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE"
1194
1200
  ]
1195
1201
  },
1196
1202
  "CreateAccountFailureReason":{
@@ -1220,6 +1226,7 @@
1220
1226
  },
1221
1227
  "CreateAccountRequestId":{
1222
1228
  "type":"string",
1229
+ "max":36,
1223
1230
  "pattern":"^car-[a-z0-9]{8,32}$"
1224
1231
  },
1225
1232
  "CreateAccountResponse":{
@@ -1579,7 +1586,10 @@
1579
1586
  },
1580
1587
  "EffectivePolicyType":{
1581
1588
  "type":"string",
1582
- "enum":["TAG_POLICY"]
1589
+ "enum":[
1590
+ "TAG_POLICY",
1591
+ "BACKUP_POLICY"
1592
+ ]
1583
1593
  },
1584
1594
  "Email":{
1585
1595
  "type":"string",
@@ -1701,6 +1711,7 @@
1701
1711
  },
1702
1712
  "HandshakeId":{
1703
1713
  "type":"string",
1714
+ "max":34,
1704
1715
  "pattern":"^h-[0-9a-z]{8,32}$"
1705
1716
  },
1706
1717
  "HandshakeNotFoundException":{
@@ -1713,6 +1724,7 @@
1713
1724
  "HandshakeNotes":{
1714
1725
  "type":"string",
1715
1726
  "max":1024,
1727
+ "pattern":"[\\s\\S]*",
1716
1728
  "sensitive":true
1717
1729
  },
1718
1730
  "HandshakeParties":{
@@ -1734,6 +1746,7 @@
1734
1746
  "type":"string",
1735
1747
  "max":64,
1736
1748
  "min":1,
1749
+ "pattern":"[\\s\\S]*",
1737
1750
  "sensitive":true
1738
1751
  },
1739
1752
  "HandshakePartyType":{
@@ -2137,7 +2150,11 @@
2137
2150
  "DestinationParentId":{"shape":"ParentId"}
2138
2151
  }
2139
2152
  },
2140
- "NextToken":{"type":"string"},
2153
+ "NextToken":{
2154
+ "type":"string",
2155
+ "max":100000,
2156
+ "pattern":"[\\s\\S]*"
2157
+ },
2141
2158
  "Organization":{
2142
2159
  "type":"structure",
2143
2160
  "members":{
@@ -2186,12 +2203,14 @@
2186
2203
  },
2187
2204
  "OrganizationalUnitId":{
2188
2205
  "type":"string",
2206
+ "max":68,
2189
2207
  "pattern":"^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$"
2190
2208
  },
2191
2209
  "OrganizationalUnitName":{
2192
2210
  "type":"string",
2193
2211
  "max":128,
2194
- "min":1
2212
+ "min":1,
2213
+ "pattern":"[\\s\\S]*"
2195
2214
  },
2196
2215
  "OrganizationalUnitNotEmptyException":{
2197
2216
  "type":"structure",
@@ -2220,6 +2239,7 @@
2220
2239
  },
2221
2240
  "ParentId":{
2222
2241
  "type":"string",
2242
+ "max":100,
2223
2243
  "pattern":"^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
2224
2244
  },
2225
2245
  "ParentNotFoundException":{
@@ -2265,14 +2285,17 @@
2265
2285
  "PolicyContent":{
2266
2286
  "type":"string",
2267
2287
  "max":1000000,
2268
- "min":1
2288
+ "min":1,
2289
+ "pattern":"[\\s\\S]*"
2269
2290
  },
2270
2291
  "PolicyDescription":{
2271
2292
  "type":"string",
2272
- "max":512
2293
+ "max":512,
2294
+ "pattern":"[\\s\\S]*"
2273
2295
  },
2274
2296
  "PolicyId":{
2275
2297
  "type":"string",
2298
+ "max":130,
2276
2299
  "pattern":"^p-[0-9a-zA-Z_]{8,128}$"
2277
2300
  },
2278
2301
  "PolicyInUseException":{
@@ -2285,7 +2308,8 @@
2285
2308
  "PolicyName":{
2286
2309
  "type":"string",
2287
2310
  "max":128,
2288
- "min":1
2311
+ "min":1,
2312
+ "pattern":"[\\s\\S]*"
2289
2313
  },
2290
2314
  "PolicyNotAttachedException":{
2291
2315
  "type":"structure",
@@ -2314,6 +2338,7 @@
2314
2338
  },
2315
2339
  "PolicyTargetId":{
2316
2340
  "type":"string",
2341
+ "max":100,
2317
2342
  "pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
2318
2343
  },
2319
2344
  "PolicyTargetSummary":{
@@ -2333,7 +2358,8 @@
2333
2358
  "type":"string",
2334
2359
  "enum":[
2335
2360
  "SERVICE_CONTROL_POLICY",
2336
- "TAG_POLICY"
2361
+ "TAG_POLICY",
2362
+ "BACKUP_POLICY"
2337
2363
  ]
2338
2364
  },
2339
2365
  "PolicyTypeAlreadyEnabledException":{
@@ -2396,6 +2422,7 @@
2396
2422
  },
2397
2423
  "RoleName":{
2398
2424
  "type":"string",
2425
+ "max":64,
2399
2426
  "pattern":"[\\w+=,.@-]{1,64}"
2400
2427
  },
2401
2428
  "Root":{
@@ -2413,6 +2440,7 @@
2413
2440
  },
2414
2441
  "RootId":{
2415
2442
  "type":"string",
2443
+ "max":34,
2416
2444
  "pattern":"^r-[0-9a-z]{4,32}$"
2417
2445
  },
2418
2446
  "RootName":{
@@ -2491,6 +2519,7 @@
2491
2519
  },
2492
2520
  "TaggableResourceId":{
2493
2521
  "type":"string",
2522
+ "max":12,
2494
2523
  "pattern":"^\\d{12}$"
2495
2524
  },
2496
2525
  "Tags":{