aws-sdk-core 2.11.486 → 2.11.487

Sign up to get free protection for your applications and to get access to all the features.
@@ -1793,6 +1793,19 @@
1793
1793
  }
1794
1794
  }
1795
1795
  },
1796
+ "CaptionSourceFramerate": {
1797
+ "type": "structure",
1798
+ "members": {
1799
+ "FramerateDenominator": {
1800
+ "shape": "__integerMin1Max1001",
1801
+ "locationName": "framerateDenominator"
1802
+ },
1803
+ "FramerateNumerator": {
1804
+ "shape": "__integerMin1Max60000",
1805
+ "locationName": "framerateNumerator"
1806
+ }
1807
+ }
1808
+ },
1796
1809
  "CaptionSourceSettings": {
1797
1810
  "type": "structure",
1798
1811
  "members": {
@@ -3439,6 +3452,10 @@
3439
3452
  "shape": "FileSourceConvert608To708",
3440
3453
  "locationName": "convert608To708"
3441
3454
  },
3455
+ "Framerate": {
3456
+ "shape": "CaptionSourceFramerate",
3457
+ "locationName": "framerate"
3458
+ },
3442
3459
  "SourceFile": {
3443
3460
  "shape": "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI",
3444
3461
  "locationName": "sourceFile"
@@ -8317,6 +8334,11 @@
8317
8334
  "min": 1,
8318
8335
  "max": 6
8319
8336
  },
8337
+ "__integerMin1Max60000": {
8338
+ "type": "integer",
8339
+ "min": 1,
8340
+ "max": 60000
8341
+ },
8320
8342
  "__integerMin1Max64": {
8321
8343
  "type": "integer",
8322
8344
  "min": 1,
@@ -8876,4 +8898,4 @@
8876
8898
  "timestampFormat": "unixTimestamp"
8877
8899
  }
8878
8900
  }
8879
- }
8901
+ }
@@ -125,6 +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
+ }
137
+ }
138
+ },
128
139
  "BadRequestException": {
129
140
  "error": {
130
141
  "httpStatusCode": 400
@@ -207,7 +218,10 @@
207
218
  "members": {
208
219
  "AdDecisionServerUrl": {
209
220
  "shape": "__string"
210
- },
221
+ },
222
+ "AvailSuppression" : {
223
+ "shape" : "AvailSuppression"
224
+ },
211
225
  "CdnConfiguration": {
212
226
  "shape": "CdnConfiguration"
213
227
  },
@@ -314,6 +328,13 @@
314
328
  ],
315
329
  "type": "string"
316
330
  },
331
+ "Mode": {
332
+ "enum": [
333
+ "OFF",
334
+ "BEHIND_LIVE_EDGE"
335
+ ],
336
+ "type": "string"
337
+ },
317
338
  "PlaybackConfiguration": {
318
339
  "members": {
319
340
  "AdDecisionServerUrl": {
@@ -374,7 +395,10 @@
374
395
  "members": {
375
396
  "AdDecisionServerUrl": {
376
397
  "shape": "__string"
377
- },
398
+ },
399
+ "AvailSuppression" : {
400
+ "shape" : "AvailSuppression"
401
+ },
378
402
  "CdnConfiguration": {
379
403
  "shape": "CdnConfiguration"
380
404
  },
@@ -410,7 +434,10 @@
410
434
  "members": {
411
435
  "AdDecisionServerUrl": {
412
436
  "shape": "__string"
413
- },
437
+ },
438
+ "AvailSuppression" : {
439
+ "shape" : "AvailSuppression"
440
+ },
414
441
  "CdnConfiguration": {
415
442
  "shape": "CdnConfiguration"
416
443
  },
@@ -65,8 +65,10 @@
65
65
  "input":{"shape":"AddTagsToResourceMessage"},
66
66
  "errors":[
67
67
  {"shape":"DBInstanceNotFoundFault"},
68
+ {"shape":"DBClusterNotFoundFault"},
68
69
  {"shape":"DBSnapshotNotFoundFault"},
69
- {"shape":"DBClusterNotFoundFault"}
70
+ {"shape":"DBProxyNotFoundFault"},
71
+ {"shape":"DBProxyTargetGroupNotFoundFault"}
70
72
  ]
71
73
  },
72
74
  "ApplyPendingMaintenanceAction":{
@@ -1428,7 +1430,9 @@
1428
1430
  "errors":[
1429
1431
  {"shape":"DBInstanceNotFoundFault"},
1430
1432
  {"shape":"DBSnapshotNotFoundFault"},
1431
- {"shape":"DBClusterNotFoundFault"}
1433
+ {"shape":"DBClusterNotFoundFault"},
1434
+ {"shape":"DBProxyNotFoundFault"},
1435
+ {"shape":"DBProxyTargetGroupNotFoundFault"}
1432
1436
  ]
1433
1437
  },
1434
1438
  "ModifyCertificates":{
@@ -1881,7 +1885,9 @@
1881
1885
  "errors":[
1882
1886
  {"shape":"DBInstanceNotFoundFault"},
1883
1887
  {"shape":"DBSnapshotNotFoundFault"},
1884
- {"shape":"DBClusterNotFoundFault"}
1888
+ {"shape":"DBClusterNotFoundFault"},
1889
+ {"shape":"DBProxyNotFoundFault"},
1890
+ {"shape":"DBProxyTargetGroupNotFoundFault"}
1885
1891
  ]
1886
1892
  },
1887
1893
  "ResetDBClusterParameterGroup":{
@@ -3987,7 +3993,10 @@
3987
3993
  "incompatible-network",
3988
3994
  "insufficient-resource-limits",
3989
3995
  "creating",
3990
- "deleting"
3996
+ "deleting",
3997
+ "suspended",
3998
+ "suspending",
3999
+ "reactivating"
3991
4000
  ]
3992
4001
  },
3993
4002
  "DBProxyTarget":{
@@ -3998,7 +4007,8 @@
3998
4007
  "TrackedClusterId":{"shape":"String"},
3999
4008
  "RdsResourceId":{"shape":"String"},
4000
4009
  "Port":{"shape":"Integer"},
4001
- "Type":{"shape":"TargetType"}
4010
+ "Type":{"shape":"TargetType"},
4011
+ "TargetHealth":{"shape":"TargetHealth"}
4002
4012
  }
4003
4013
  },
4004
4014
  "DBProxyTargetAlreadyRegisteredFault":{
@@ -5093,7 +5103,10 @@
5093
5103
  },
5094
5104
  "EngineFamily":{
5095
5105
  "type":"string",
5096
- "enum":["MYSQL"]
5106
+ "enum":[
5107
+ "MYSQL",
5108
+ "POSTGRESQL"
5109
+ ]
5097
5110
  },
5098
5111
  "EngineModeList":{
5099
5112
  "type":"list",
@@ -7539,10 +7552,35 @@
7539
7552
  "type":"list",
7540
7553
  "member":{"shape":"DBProxyTargetGroup"}
7541
7554
  },
7555
+ "TargetHealth":{
7556
+ "type":"structure",
7557
+ "members":{
7558
+ "State":{"shape":"TargetState"},
7559
+ "Reason":{"shape":"TargetHealthReason"},
7560
+ "Description":{"shape":"String"}
7561
+ }
7562
+ },
7563
+ "TargetHealthReason":{
7564
+ "type":"string",
7565
+ "enum":[
7566
+ "UNREACHABLE",
7567
+ "CONNECTION_FAILED",
7568
+ "AUTH_FAILURE",
7569
+ "PENDING_PROXY_CAPACITY"
7570
+ ]
7571
+ },
7542
7572
  "TargetList":{
7543
7573
  "type":"list",
7544
7574
  "member":{"shape":"DBProxyTarget"}
7545
7575
  },
7576
+ "TargetState":{
7577
+ "type":"string",
7578
+ "enum":[
7579
+ "REGISTERING",
7580
+ "AVAILABLE",
7581
+ "UNAVAILABLE"
7582
+ ]
7583
+ },
7546
7584
  "TargetType":{
7547
7585
  "type":"string",
7548
7586
  "enum":[
@@ -52,6 +52,7 @@
52
52
  "output":{"shape":"ListHumanLoopsResponse"},
53
53
  "errors":[
54
54
  {"shape":"ValidationException"},
55
+ {"shape":"ResourceNotFoundException"},
55
56
  {"shape":"ThrottlingException"},
56
57
  {"shape":"InternalServerException"}
57
58
  ]
@@ -223,7 +224,7 @@
223
224
  },
224
225
  "InputContent":{
225
226
  "type":"string",
226
- "max":4194304
227
+ "max":3145728
227
228
  },
228
229
  "InternalServerException":{
229
230
  "type":"structure",
@@ -4436,7 +4436,7 @@
4436
4436
  "EnvironmentArn":{
4437
4437
  "type":"string",
4438
4438
  "max":256,
4439
- "pattern":"^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:environment/[a-z0-9](-*[a-z0-9]){0,62}$"
4439
+ "pattern":"^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:environment/[a-z0-9]([-.]?[a-z0-9])*$"
4440
4440
  },
4441
4441
  "EnvironmentKey":{
4442
4442
  "type":"string",
@@ -4723,7 +4723,8 @@
4723
4723
  "MXNET",
4724
4724
  "ONNX",
4725
4725
  "PYTORCH",
4726
- "XGBOOST"
4726
+ "XGBOOST",
4727
+ "TFLITE"
4727
4728
  ]
4728
4729
  },
4729
4730
  "GenerateCandidateDefinitionsOnly":{"type":"boolean"},
@@ -7110,6 +7111,33 @@
7110
7111
  "ml.r5.24xlarge"
7111
7112
  ]
7112
7113
  },
7114
+ "ProcessingJob":{
7115
+ "type":"structure",
7116
+ "members":{
7117
+ "ProcessingInputs":{"shape":"ProcessingInputs"},
7118
+ "ProcessingOutputConfig":{"shape":"ProcessingOutputConfig"},
7119
+ "ProcessingJobName":{"shape":"ProcessingJobName"},
7120
+ "ProcessingResources":{"shape":"ProcessingResources"},
7121
+ "StoppingCondition":{"shape":"ProcessingStoppingCondition"},
7122
+ "AppSpecification":{"shape":"AppSpecification"},
7123
+ "Environment":{"shape":"ProcessingEnvironmentMap"},
7124
+ "NetworkConfig":{"shape":"NetworkConfig"},
7125
+ "RoleArn":{"shape":"RoleArn"},
7126
+ "ExperimentConfig":{"shape":"ExperimentConfig"},
7127
+ "ProcessingJobArn":{"shape":"ProcessingJobArn"},
7128
+ "ProcessingJobStatus":{"shape":"ProcessingJobStatus"},
7129
+ "ExitMessage":{"shape":"ExitMessage"},
7130
+ "FailureReason":{"shape":"FailureReason"},
7131
+ "ProcessingEndTime":{"shape":"Timestamp"},
7132
+ "ProcessingStartTime":{"shape":"Timestamp"},
7133
+ "LastModifiedTime":{"shape":"Timestamp"},
7134
+ "CreationTime":{"shape":"Timestamp"},
7135
+ "MonitoringScheduleArn":{"shape":"MonitoringScheduleArn"},
7136
+ "AutoMLJobArn":{"shape":"AutoMLJobArn"},
7137
+ "TrainingJobArn":{"shape":"TrainingJobArn"},
7138
+ "Tags":{"shape":"TagList"}
7139
+ }
7140
+ },
7113
7141
  "ProcessingJobArn":{
7114
7142
  "type":"string",
7115
7143
  "max":256,
@@ -8241,7 +8269,12 @@
8241
8269
  "ml.c5.2xlarge",
8242
8270
  "ml.c5.4xlarge",
8243
8271
  "ml.c5.9xlarge",
8244
- "ml.c5.18xlarge"
8272
+ "ml.c5.18xlarge",
8273
+ "ml.c5n.xlarge",
8274
+ "ml.c5n.2xlarge",
8275
+ "ml.c5n.4xlarge",
8276
+ "ml.c5n.9xlarge",
8277
+ "ml.c5n.18xlarge"
8245
8278
  ]
8246
8279
  },
8247
8280
  "TrainingInstanceTypes":{
@@ -8680,7 +8713,9 @@
8680
8713
  "enum":[
8681
8714
  "InProgress",
8682
8715
  "Completed",
8683
- "Failed"
8716
+ "Failed",
8717
+ "Stopping",
8718
+ "Stopped"
8684
8719
  ]
8685
8720
  },
8686
8721
  "TrialComponentSimpleSummaries":{
@@ -8714,7 +8749,8 @@
8714
8749
  "type":"structure",
8715
8750
  "members":{
8716
8751
  "SourceArn":{"shape":"TrialComponentSourceArn"},
8717
- "TrainingJob":{"shape":"TrainingJob"}
8752
+ "TrainingJob":{"shape":"TrainingJob"},
8753
+ "ProcessingJob":{"shape":"ProcessingJob"}
8718
8754
  }
8719
8755
  },
8720
8756
  "TrialComponentStatus":{
@@ -73,6 +73,21 @@
73
73
  {"shape":"InvalidAccessException"}
74
74
  ]
75
75
  },
76
+ "BatchUpdateFindings":{
77
+ "name":"BatchUpdateFindings",
78
+ "http":{
79
+ "method":"PATCH",
80
+ "requestUri":"/findings/batchupdate"
81
+ },
82
+ "input":{"shape":"BatchUpdateFindingsRequest"},
83
+ "output":{"shape":"BatchUpdateFindingsResponse"},
84
+ "errors":[
85
+ {"shape":"InternalException"},
86
+ {"shape":"InvalidInputException"},
87
+ {"shape":"LimitExceededException"},
88
+ {"shape":"InvalidAccessException"}
89
+ ]
90
+ },
76
91
  "CreateActionTarget":{
77
92
  "name":"CreateActionTarget",
78
93
  "http":{
@@ -1351,6 +1366,21 @@
1351
1366
  "Keyword":{"shape":"KeywordFilterList"}
1352
1367
  }
1353
1368
  },
1369
+ "AwsSecurityFindingIdentifier":{
1370
+ "type":"structure",
1371
+ "required":[
1372
+ "Id",
1373
+ "ProductArn"
1374
+ ],
1375
+ "members":{
1376
+ "Id":{"shape":"NonEmptyString"},
1377
+ "ProductArn":{"shape":"NonEmptyString"}
1378
+ }
1379
+ },
1380
+ "AwsSecurityFindingIdentifierList":{
1381
+ "type":"list",
1382
+ "member":{"shape":"AwsSecurityFindingIdentifier"}
1383
+ },
1354
1384
  "AwsSecurityFindingList":{
1355
1385
  "type":"list",
1356
1386
  "member":{"shape":"AwsSecurityFinding"}
@@ -1453,6 +1483,50 @@
1453
1483
  "FailedFindings":{"shape":"ImportFindingsErrorList"}
1454
1484
  }
1455
1485
  },
1486
+ "BatchUpdateFindingsRequest":{
1487
+ "type":"structure",
1488
+ "required":["FindingIdentifiers"],
1489
+ "members":{
1490
+ "FindingIdentifiers":{"shape":"AwsSecurityFindingIdentifierList"},
1491
+ "Note":{"shape":"NoteUpdate"},
1492
+ "Severity":{"shape":"SeverityUpdate"},
1493
+ "VerificationState":{"shape":"VerificationState"},
1494
+ "Confidence":{"shape":"RatioScale"},
1495
+ "Criticality":{"shape":"RatioScale"},
1496
+ "Types":{"shape":"TypeList"},
1497
+ "UserDefinedFields":{"shape":"FieldMap"},
1498
+ "Workflow":{"shape":"WorkflowUpdate"},
1499
+ "RelatedFindings":{"shape":"RelatedFindingList"}
1500
+ }
1501
+ },
1502
+ "BatchUpdateFindingsResponse":{
1503
+ "type":"structure",
1504
+ "required":[
1505
+ "ProcessedFindings",
1506
+ "UnprocessedFindings"
1507
+ ],
1508
+ "members":{
1509
+ "ProcessedFindings":{"shape":"AwsSecurityFindingIdentifierList"},
1510
+ "UnprocessedFindings":{"shape":"BatchUpdateFindingsUnprocessedFindingsList"}
1511
+ }
1512
+ },
1513
+ "BatchUpdateFindingsUnprocessedFinding":{
1514
+ "type":"structure",
1515
+ "required":[
1516
+ "FindingIdentifier",
1517
+ "ErrorCode",
1518
+ "ErrorMessage"
1519
+ ],
1520
+ "members":{
1521
+ "FindingIdentifier":{"shape":"AwsSecurityFindingIdentifier"},
1522
+ "ErrorCode":{"shape":"NonEmptyString"},
1523
+ "ErrorMessage":{"shape":"NonEmptyString"}
1524
+ }
1525
+ },
1526
+ "BatchUpdateFindingsUnprocessedFindingsList":{
1527
+ "type":"list",
1528
+ "member":{"shape":"BatchUpdateFindingsUnprocessedFinding"}
1529
+ },
1456
1530
  "Boolean":{"type":"boolean"},
1457
1531
  "CategoryList":{
1458
1532
  "type":"list",
@@ -2365,6 +2439,11 @@
2365
2439
  "type":"list",
2366
2440
  "member":{"shape":"Product"}
2367
2441
  },
2442
+ "RatioScale":{
2443
+ "type":"integer",
2444
+ "max":100,
2445
+ "min":0
2446
+ },
2368
2447
  "Recommendation":{
2369
2448
  "type":"structure",
2370
2449
  "members":{
@@ -2512,6 +2591,14 @@
2512
2591
  "CRITICAL"
2513
2592
  ]
2514
2593
  },
2594
+ "SeverityUpdate":{
2595
+ "type":"structure",
2596
+ "members":{
2597
+ "Normalized":{"shape":"RatioScale"},
2598
+ "Product":{"shape":"Double"},
2599
+ "Label":{"shape":"SeverityLabel"}
2600
+ }
2601
+ },
2515
2602
  "SortCriteria":{
2516
2603
  "type":"list",
2517
2604
  "member":{"shape":"SortCriterion"}
@@ -2881,6 +2968,12 @@
2881
2968
  "RESOLVED",
2882
2969
  "SUPPRESSED"
2883
2970
  ]
2971
+ },
2972
+ "WorkflowUpdate":{
2973
+ "type":"structure",
2974
+ "members":{
2975
+ "Status":{"shape":"WorkflowStatus"}
2976
+ }
2884
2977
  }
2885
2978
  }
2886
2979
  }