aws-sdk-core 2.11.549 → 2.11.554

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeApplicableIndividualAssessments": {
4
+ "input_token": "Marker",
5
+ "output_token": "Marker",
6
+ "limit_key": "MaxRecords"
7
+ },
3
8
  "DescribeCertificates": {
4
9
  "input_token": "Marker",
5
10
  "output_token": "Marker",
@@ -60,6 +65,16 @@
60
65
  "output_token": "Marker",
61
66
  "limit_key": "MaxRecords"
62
67
  },
68
+ "DescribeReplicationTaskAssessmentRuns": {
69
+ "input_token": "Marker",
70
+ "output_token": "Marker",
71
+ "limit_key": "MaxRecords"
72
+ },
73
+ "DescribeReplicationTaskIndividualAssessments": {
74
+ "input_token": "Marker",
75
+ "output_token": "Marker",
76
+ "limit_key": "MaxRecords"
77
+ },
63
78
  "DescribeReplicationTasks": {
64
79
  "input_token": "Marker",
65
80
  "output_token": "Marker",
@@ -6556,6 +6556,10 @@
6556
6556
  },
6557
6557
  "CertificateArn":{"shape":"String"},
6558
6558
  "Type":{"shape":"GatewayType"},
6559
+ "TagSpecifications":{
6560
+ "shape":"TagSpecificationList",
6561
+ "locationName":"TagSpecification"
6562
+ },
6559
6563
  "DeviceName":{"shape":"String"},
6560
6564
  "DryRun":{
6561
6565
  "shape":"Boolean",
@@ -8113,6 +8117,10 @@
8113
8117
  "Options":{
8114
8118
  "shape":"VpnConnectionOptionsSpecification",
8115
8119
  "locationName":"options"
8120
+ },
8121
+ "TagSpecifications":{
8122
+ "shape":"TagSpecificationList",
8123
+ "locationName":"TagSpecification"
8116
8124
  }
8117
8125
  }
8118
8126
  },
@@ -8142,6 +8150,10 @@
8142
8150
  "members":{
8143
8151
  "AvailabilityZone":{"shape":"String"},
8144
8152
  "Type":{"shape":"GatewayType"},
8153
+ "TagSpecifications":{
8154
+ "shape":"TagSpecificationList",
8155
+ "locationName":"TagSpecification"
8156
+ },
8145
8157
  "AmazonSideAsn":{"shape":"Long"},
8146
8158
  "DryRun":{
8147
8159
  "shape":"Boolean",
@@ -18253,6 +18265,15 @@
18253
18265
  "r6g.8xlarge",
18254
18266
  "r6g.12xlarge",
18255
18267
  "r6g.16xlarge",
18268
+ "r6gd.metal",
18269
+ "r6gd.medium",
18270
+ "r6gd.large",
18271
+ "r6gd.xlarge",
18272
+ "r6gd.2xlarge",
18273
+ "r6gd.4xlarge",
18274
+ "r6gd.8xlarge",
18275
+ "r6gd.12xlarge",
18276
+ "r6gd.16xlarge",
18256
18277
  "x1.16xlarge",
18257
18278
  "x1.32xlarge",
18258
18279
  "x1e.xlarge",
@@ -18335,6 +18356,15 @@
18335
18356
  "c6g.8xlarge",
18336
18357
  "c6g.12xlarge",
18337
18358
  "c6g.16xlarge",
18359
+ "c6gd.metal",
18360
+ "c6gd.medium",
18361
+ "c6gd.large",
18362
+ "c6gd.xlarge",
18363
+ "c6gd.2xlarge",
18364
+ "c6gd.4xlarge",
18365
+ "c6gd.8xlarge",
18366
+ "c6gd.12xlarge",
18367
+ "c6gd.16xlarge",
18338
18368
  "cc1.4xlarge",
18339
18369
  "cc2.8xlarge",
18340
18370
  "g2.2xlarge",
@@ -18465,7 +18495,16 @@
18465
18495
  "m6g.4xlarge",
18466
18496
  "m6g.8xlarge",
18467
18497
  "m6g.12xlarge",
18468
- "m6g.16xlarge"
18498
+ "m6g.16xlarge",
18499
+ "m6gd.metal",
18500
+ "m6gd.medium",
18501
+ "m6gd.large",
18502
+ "m6gd.xlarge",
18503
+ "m6gd.2xlarge",
18504
+ "m6gd.4xlarge",
18505
+ "m6gd.8xlarge",
18506
+ "m6gd.12xlarge",
18507
+ "m6gd.16xlarge"
18469
18508
  ]
18470
18509
  },
18471
18510
  "InstanceTypeHypervisor":{
@@ -379,22 +379,6 @@
379
379
  {"shape":"AccessDeniedException"}
380
380
  ]
381
381
  },
382
- "GetPrediction":{
383
- "name":"GetPrediction",
384
- "http":{
385
- "method":"POST",
386
- "requestUri":"/"
387
- },
388
- "input":{"shape":"GetPredictionRequest"},
389
- "output":{"shape":"GetPredictionResult"},
390
- "errors":[
391
- {"shape":"ValidationException"},
392
- {"shape":"ResourceNotFoundException"},
393
- {"shape":"InternalServerException"},
394
- {"shape":"ThrottlingException"},
395
- {"shape":"AccessDeniedException"}
396
- ]
397
- },
398
382
  "GetRules":{
399
383
  "name":"GetRules",
400
384
  "http":{
@@ -813,7 +797,7 @@
813
797
  "eventTypeName"
814
798
  ],
815
799
  "members":{
816
- "modelId":{"shape":"identifier"},
800
+ "modelId":{"shape":"modelIdentifier"},
817
801
  "modelType":{"shape":"ModelTypeEnum"},
818
802
  "description":{"shape":"description"},
819
803
  "eventTypeName":{"shape":"string"},
@@ -834,7 +818,7 @@
834
818
  "trainingDataSchema"
835
819
  ],
836
820
  "members":{
837
- "modelId":{"shape":"identifier"},
821
+ "modelId":{"shape":"modelIdentifier"},
838
822
  "modelType":{"shape":"ModelTypeEnum"},
839
823
  "trainingDataSource":{"shape":"TrainingDataSourceEnum"},
840
824
  "trainingDataSchema":{"shape":"TrainingDataSchema"},
@@ -845,7 +829,7 @@
845
829
  "CreateModelVersionResult":{
846
830
  "type":"structure",
847
831
  "members":{
848
- "modelId":{"shape":"identifier"},
832
+ "modelId":{"shape":"modelIdentifier"},
849
833
  "modelType":{"shape":"ModelTypeEnum"},
850
834
  "modelVersionNumber":{"shape":"nonEmptyString"},
851
835
  "status":{"shape":"string"}
@@ -1005,7 +989,7 @@
1005
989
  "DescribeModelVersionsRequest":{
1006
990
  "type":"structure",
1007
991
  "members":{
1008
- "modelId":{"shape":"identifier"},
992
+ "modelId":{"shape":"modelIdentifier"},
1009
993
  "modelVersionNumber":{"shape":"floatVersionString"},
1010
994
  "modelType":{"shape":"ModelTypeEnum"},
1011
995
  "nextToken":{"shape":"string"},
@@ -1069,6 +1053,10 @@
1069
1053
  },
1070
1054
  "Entity":{
1071
1055
  "type":"structure",
1056
+ "required":[
1057
+ "entityType",
1058
+ "entityId"
1059
+ ],
1072
1060
  "members":{
1073
1061
  "entityType":{"shape":"string"},
1074
1062
  "entityId":{"shape":"identifier"}
@@ -1084,11 +1072,6 @@
1084
1072
  "arn":{"shape":"fraudDetectorArn"}
1085
1073
  }
1086
1074
  },
1087
- "EventAttributeMap":{
1088
- "type":"map",
1089
- "key":{"shape":"attributeKey"},
1090
- "value":{"shape":"attributeValue"}
1091
- },
1092
1075
  "EventType":{
1093
1076
  "type":"structure",
1094
1077
  "members":{
@@ -1123,9 +1106,8 @@
1123
1106
  "type":"structure",
1124
1107
  "members":{
1125
1108
  "modelEndpoint":{"shape":"string"},
1126
- "eventTypeName":{"shape":"identifier"},
1127
1109
  "modelSource":{"shape":"ModelSource"},
1128
- "role":{"shape":"Role"},
1110
+ "invokeModelEndpointRoleArn":{"shape":"string"},
1129
1111
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
1130
1112
  "outputConfiguration":{"shape":"ModelOutputConfiguration"},
1131
1113
  "modelEndpointStatus":{"shape":"ModelEndpointStatus"},
@@ -1237,7 +1219,7 @@
1237
1219
  ],
1238
1220
  "members":{
1239
1221
  "detectorId":{"shape":"string"},
1240
- "detectorVersionId":{"shape":"string"},
1222
+ "detectorVersionId":{"shape":"wholeNumberVersionString"},
1241
1223
  "eventId":{"shape":"string"},
1242
1224
  "eventTypeName":{"shape":"string"},
1243
1225
  "entities":{"shape":"listOfEntities"},
@@ -1312,7 +1294,7 @@
1312
1294
  "modelVersionNumber"
1313
1295
  ],
1314
1296
  "members":{
1315
- "modelId":{"shape":"identifier"},
1297
+ "modelId":{"shape":"modelIdentifier"},
1316
1298
  "modelType":{"shape":"ModelTypeEnum"},
1317
1299
  "modelVersionNumber":{"shape":"floatVersionString"}
1318
1300
  }
@@ -1320,7 +1302,7 @@
1320
1302
  "GetModelVersionResult":{
1321
1303
  "type":"structure",
1322
1304
  "members":{
1323
- "modelId":{"shape":"identifier"},
1305
+ "modelId":{"shape":"modelIdentifier"},
1324
1306
  "modelType":{"shape":"ModelTypeEnum"},
1325
1307
  "modelVersionNumber":{"shape":"floatVersionString"},
1326
1308
  "trainingDataSource":{"shape":"TrainingDataSourceEnum"},
@@ -1333,7 +1315,7 @@
1333
1315
  "GetModelsRequest":{
1334
1316
  "type":"structure",
1335
1317
  "members":{
1336
- "modelId":{"shape":"identifier"},
1318
+ "modelId":{"shape":"modelIdentifier"},
1337
1319
  "modelType":{"shape":"ModelTypeEnum"},
1338
1320
  "nextToken":{"shape":"string"},
1339
1321
  "maxResults":{"shape":"modelsMaxPageSize"}
@@ -1361,28 +1343,6 @@
1361
1343
  "nextToken":{"shape":"string"}
1362
1344
  }
1363
1345
  },
1364
- "GetPredictionRequest":{
1365
- "type":"structure",
1366
- "required":[
1367
- "detectorId",
1368
- "eventId"
1369
- ],
1370
- "members":{
1371
- "detectorId":{"shape":"string"},
1372
- "detectorVersionId":{"shape":"string"},
1373
- "eventId":{"shape":"string"},
1374
- "eventAttributes":{"shape":"EventAttributeMap"},
1375
- "externalModelEndpointDataBlobs":{"shape":"ExternalModelEndpointDataBlobMap"}
1376
- }
1377
- },
1378
- "GetPredictionResult":{
1379
- "type":"structure",
1380
- "members":{
1381
- "outcomes":{"shape":"ListOfStrings"},
1382
- "modelScores":{"shape":"ListOfModelScores"},
1383
- "ruleResults":{"shape":"ListOfRuleResults"}
1384
- }
1385
- },
1386
1346
  "GetRulesRequest":{
1387
1347
  "type":"structure",
1388
1348
  "required":["detectorId"],
@@ -1507,7 +1467,7 @@
1507
1467
  "Model":{
1508
1468
  "type":"structure",
1509
1469
  "members":{
1510
- "modelId":{"shape":"identifier"},
1470
+ "modelId":{"shape":"modelIdentifier"},
1511
1471
  "modelType":{"shape":"ModelTypeEnum"},
1512
1472
  "description":{"shape":"description"},
1513
1473
  "eventTypeName":{"shape":"string"},
@@ -1534,6 +1494,7 @@
1534
1494
  "type":"structure",
1535
1495
  "required":["useEventVariables"],
1536
1496
  "members":{
1497
+ "eventTypeName":{"shape":"identifier"},
1537
1498
  "format":{"shape":"ModelInputDataFormat"},
1538
1499
  "useEventVariables":{"shape":"UseEventVariables"},
1539
1500
  "jsonInputTemplate":{"shape":"string"},
@@ -1591,7 +1552,7 @@
1591
1552
  "modelVersionNumber"
1592
1553
  ],
1593
1554
  "members":{
1594
- "modelId":{"shape":"identifier"},
1555
+ "modelId":{"shape":"modelIdentifier"},
1595
1556
  "modelType":{"shape":"ModelTypeEnum"},
1596
1557
  "modelVersionNumber":{"shape":"nonEmptyString"},
1597
1558
  "arn":{"shape":"fraudDetectorArn"}
@@ -1600,7 +1561,7 @@
1600
1561
  "ModelVersionDetail":{
1601
1562
  "type":"structure",
1602
1563
  "members":{
1603
- "modelId":{"shape":"identifier"},
1564
+ "modelId":{"shape":"modelIdentifier"},
1604
1565
  "modelType":{"shape":"ModelTypeEnum"},
1605
1566
  "modelVersionNumber":{"shape":"floatVersionString"},
1606
1567
  "status":{"shape":"string"},
@@ -1616,16 +1577,8 @@
1616
1577
  "ModelVersionStatus":{
1617
1578
  "type":"string",
1618
1579
  "enum":[
1619
- "TRAINING_IN_PROGRESS",
1620
- "TRAINING_COMPLETE",
1621
- "ACTIVATE_REQUESTED",
1622
- "ACTIVATE_IN_PROGRESS",
1623
1580
  "ACTIVE",
1624
- "INACTIVATE_IN_PROGRESS",
1625
- "INACTIVE",
1626
- "DELETE_REQUESTED",
1627
- "DELETE_IN_PROGRESS",
1628
- "ERROR"
1581
+ "INACTIVE"
1629
1582
  ]
1630
1583
  },
1631
1584
  "NameList":{
@@ -1717,16 +1670,15 @@
1717
1670
  "required":[
1718
1671
  "modelEndpoint",
1719
1672
  "modelSource",
1720
- "role",
1673
+ "invokeModelEndpointRoleArn",
1721
1674
  "inputConfiguration",
1722
1675
  "outputConfiguration",
1723
1676
  "modelEndpointStatus"
1724
1677
  ],
1725
1678
  "members":{
1726
1679
  "modelEndpoint":{"shape":"sageMakerEndpointIdentifier"},
1727
- "eventTypeName":{"shape":"identifier"},
1728
1680
  "modelSource":{"shape":"ModelSource"},
1729
- "role":{"shape":"Role"},
1681
+ "invokeModelEndpointRoleArn":{"shape":"string"},
1730
1682
  "inputConfiguration":{"shape":"ModelInputConfiguration"},
1731
1683
  "outputConfiguration":{"shape":"ModelOutputConfiguration"},
1732
1684
  "modelEndpointStatus":{"shape":"ModelEndpointStatus"},
@@ -1786,17 +1738,6 @@
1786
1738
  },
1787
1739
  "exception":true
1788
1740
  },
1789
- "Role":{
1790
- "type":"structure",
1791
- "required":[
1792
- "arn",
1793
- "name"
1794
- ],
1795
- "members":{
1796
- "arn":{"shape":"string"},
1797
- "name":{"shape":"string"}
1798
- }
1799
- },
1800
1741
  "Rule":{
1801
1742
  "type":"structure",
1802
1743
  "required":[
@@ -2005,7 +1946,7 @@
2005
1946
  "modelType"
2006
1947
  ],
2007
1948
  "members":{
2008
- "modelId":{"shape":"identifier"},
1949
+ "modelId":{"shape":"modelIdentifier"},
2009
1950
  "modelType":{"shape":"ModelTypeEnum"},
2010
1951
  "description":{"shape":"description"}
2011
1952
  }
@@ -2023,7 +1964,7 @@
2023
1964
  "majorVersionNumber"
2024
1965
  ],
2025
1966
  "members":{
2026
- "modelId":{"shape":"identifier"},
1967
+ "modelId":{"shape":"modelIdentifier"},
2027
1968
  "modelType":{"shape":"ModelTypeEnum"},
2028
1969
  "majorVersionNumber":{"shape":"wholeNumberVersionString"},
2029
1970
  "externalEventsDetail":{"shape":"ExternalEventsDetail"},
@@ -2033,7 +1974,7 @@
2033
1974
  "UpdateModelVersionResult":{
2034
1975
  "type":"structure",
2035
1976
  "members":{
2036
- "modelId":{"shape":"identifier"},
1977
+ "modelId":{"shape":"modelIdentifier"},
2037
1978
  "modelType":{"shape":"ModelTypeEnum"},
2038
1979
  "modelVersionNumber":{"shape":"floatVersionString"},
2039
1980
  "status":{"shape":"string"}
@@ -2048,7 +1989,7 @@
2048
1989
  "status"
2049
1990
  ],
2050
1991
  "members":{
2051
- "modelId":{"shape":"identifier"},
1992
+ "modelId":{"shape":"modelIdentifier"},
2052
1993
  "modelType":{"shape":"ModelTypeEnum"},
2053
1994
  "modelVersionNumber":{"shape":"floatVersionString"},
2054
1995
  "status":{"shape":"ModelVersionStatus"}
@@ -2163,17 +2104,6 @@
2163
2104
  "max":100,
2164
2105
  "min":50
2165
2106
  },
2166
- "attributeKey":{
2167
- "type":"string",
2168
- "max":64,
2169
- "min":1
2170
- },
2171
- "attributeValue":{
2172
- "type":"string",
2173
- "max":256,
2174
- "min":1,
2175
- "sensitive":true
2176
- },
2177
2107
  "blob":{"type":"blob"},
2178
2108
  "contentType":{
2179
2109
  "type":"string",
@@ -2216,6 +2146,8 @@
2216
2146
  "float":{"type":"float"},
2217
2147
  "floatVersionString":{
2218
2148
  "type":"string",
2149
+ "max":7,
2150
+ "min":3,
2219
2151
  "pattern":"^[1-9][0-9]{0,3}\\.[0-9]{1,2}$"
2220
2152
  },
2221
2153
  "fraudDetectorArn":{
@@ -2260,6 +2192,12 @@
2260
2192
  "type":"list",
2261
2193
  "member":{"shape":"MetricDataPoint"}
2262
2194
  },
2195
+ "modelIdentifier":{
2196
+ "type":"string",
2197
+ "max":64,
2198
+ "min":1,
2199
+ "pattern":"^[0-9a-z_]+$"
2200
+ },
2263
2201
  "modelList":{
2264
2202
  "type":"list",
2265
2203
  "member":{"shape":"Model"}
@@ -2334,6 +2272,8 @@
2334
2272
  },
2335
2273
  "wholeNumberVersionString":{
2336
2274
  "type":"string",
2275
+ "max":5,
2276
+ "min":1,
2337
2277
  "pattern":"^([1-9][0-9]*)$"
2338
2278
  }
2339
2279
  }
@@ -331,6 +331,14 @@
331
331
  "min":3,
332
332
  "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$"
333
333
  },
334
+ "AutoImportPolicyType":{
335
+ "type":"string",
336
+ "enum":[
337
+ "NONE",
338
+ "NEW",
339
+ "NEW_CHANGED"
340
+ ]
341
+ },
334
342
  "AutomaticBackupRetentionDays":{
335
343
  "type":"integer",
336
344
  "max":35,
@@ -533,6 +541,7 @@
533
541
  "ExportPath":{"shape":"ArchivePath"},
534
542
  "ImportedFileChunkSize":{"shape":"Megabytes"},
535
543
  "DeploymentType":{"shape":"LustreDeploymentType"},
544
+ "AutoImportPolicy":{"shape":"AutoImportPolicyType"},
536
545
  "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
537
546
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
538
547
  "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
@@ -599,11 +608,30 @@
599
608
  "DataRepositoryConfiguration":{
600
609
  "type":"structure",
601
610
  "members":{
611
+ "Lifecycle":{"shape":"DataRepositoryLifecycle"},
602
612
  "ImportPath":{"shape":"ArchivePath"},
603
613
  "ExportPath":{"shape":"ArchivePath"},
604
- "ImportedFileChunkSize":{"shape":"Megabytes"}
614
+ "ImportedFileChunkSize":{"shape":"Megabytes"},
615
+ "AutoImportPolicy":{"shape":"AutoImportPolicyType"},
616
+ "FailureDetails":{"shape":"DataRepositoryFailureDetails"}
617
+ }
618
+ },
619
+ "DataRepositoryFailureDetails":{
620
+ "type":"structure",
621
+ "members":{
622
+ "Message":{"shape":"ErrorMessage"}
605
623
  }
606
624
  },
625
+ "DataRepositoryLifecycle":{
626
+ "type":"string",
627
+ "enum":[
628
+ "CREATING",
629
+ "AVAILABLE",
630
+ "MISCONFIGURED",
631
+ "UPDATING",
632
+ "DELETING"
633
+ ]
634
+ },
607
635
  "DataRepositoryTask":{
608
636
  "type":"structure",
609
637
  "required":[
@@ -1298,6 +1326,10 @@
1298
1326
  "SucceededCount":{"type":"long"},
1299
1327
  "Tag":{
1300
1328
  "type":"structure",
1329
+ "required":[
1330
+ "Key",
1331
+ "Value"
1332
+ ],
1301
1333
  "members":{
1302
1334
  "Key":{"shape":"TagKey"},
1303
1335
  "Value":{"shape":"TagValue"}
@@ -1383,7 +1415,8 @@
1383
1415
  "members":{
1384
1416
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
1385
1417
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1386
- "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}
1418
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
1419
+ "AutoImportPolicy":{"shape":"AutoImportPolicyType"}
1387
1420
  }
1388
1421
  },
1389
1422
  "UpdateFileSystemRequest":{