aws-sdk 2.1119.0 → 2.1122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -1
- package/README.md +1 -1
- package/apis/cloudfront-2020-05-31.min.json +42 -28
- package/apis/connect-2017-08-08.min.json +133 -9
- package/apis/connect-2017-08-08.paginators.json +9 -0
- package/apis/ec2-2016-11-15.min.json +14 -11
- package/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/apis/ivschat-2020-07-14.examples.json +5 -0
- package/apis/ivschat-2020-07-14.min.json +443 -0
- package/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/apis/lightsail-2016-11-28.min.json +55 -17
- package/apis/metadata.json +3 -0
- package/apis/mq-2017-11-27.min.json +22 -7
- package/apis/network-firewall-2020-11-12.min.json +107 -52
- package/apis/rds-data-2018-08-01.min.json +4 -1
- package/apis/sagemaker-2017-07-24.min.json +447 -434
- package/apis/securityhub-2018-10-26.min.json +20 -18
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/cloudfront.d.ts +15 -0
- package/clients/connect.d.ts +176 -9
- package/clients/ec2.d.ts +23 -14
- package/clients/eventbridge.js +1 -0
- package/clients/gamelift.d.ts +67 -67
- package/clients/glue.d.ts +79 -10
- package/clients/ivschat.d.ts +523 -0
- package/clients/ivschat.js +18 -0
- package/clients/lightsail.d.ts +113 -42
- package/clients/mq.d.ts +16 -1
- package/clients/networkfirewall.d.ts +103 -21
- package/clients/pricing.d.ts +3 -3
- package/clients/rdsdataservice.d.ts +22 -7
- package/clients/sagemaker.d.ts +24 -0
- package/clients/securityhub.d.ts +13 -4
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +822 -754
- package/dist/aws-sdk.js +228 -52
- package/dist/aws-sdk.min.js +83 -83
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/services/eventbridge.js +19 -0
- package/lib/services/s3util.js +6 -1
- package/package.json +1 -1
|
@@ -874,6 +874,18 @@
|
|
|
874
874
|
"StoppingConditions": {
|
|
875
875
|
"shape": "Sd8"
|
|
876
876
|
},
|
|
877
|
+
"OutputConfig": {
|
|
878
|
+
"type": "structure",
|
|
879
|
+
"members": {
|
|
880
|
+
"KmsKeyId": {},
|
|
881
|
+
"CompiledOutputConfig": {
|
|
882
|
+
"type": "structure",
|
|
883
|
+
"members": {
|
|
884
|
+
"S3OutputUri": {}
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
},
|
|
877
889
|
"Tags": {
|
|
878
890
|
"shape": "S7"
|
|
879
891
|
}
|
|
@@ -904,21 +916,21 @@
|
|
|
904
916
|
"LabelingJobName": {},
|
|
905
917
|
"LabelAttributeName": {},
|
|
906
918
|
"InputConfig": {
|
|
907
|
-
"shape": "
|
|
919
|
+
"shape": "Sdj"
|
|
908
920
|
},
|
|
909
921
|
"OutputConfig": {
|
|
910
|
-
"shape": "
|
|
922
|
+
"shape": "Sdq"
|
|
911
923
|
},
|
|
912
924
|
"RoleArn": {},
|
|
913
925
|
"LabelCategoryConfigS3Uri": {},
|
|
914
926
|
"StoppingConditions": {
|
|
915
|
-
"shape": "
|
|
927
|
+
"shape": "Sdr"
|
|
916
928
|
},
|
|
917
929
|
"LabelingJobAlgorithmsConfig": {
|
|
918
|
-
"shape": "
|
|
930
|
+
"shape": "Sdu"
|
|
919
931
|
},
|
|
920
932
|
"HumanTaskConfig": {
|
|
921
|
-
"shape": "
|
|
933
|
+
"shape": "Sdy"
|
|
922
934
|
},
|
|
923
935
|
"Tags": {
|
|
924
936
|
"shape": "S7"
|
|
@@ -945,13 +957,13 @@
|
|
|
945
957
|
"members": {
|
|
946
958
|
"ModelName": {},
|
|
947
959
|
"PrimaryContainer": {
|
|
948
|
-
"shape": "
|
|
960
|
+
"shape": "Sed"
|
|
949
961
|
},
|
|
950
962
|
"Containers": {
|
|
951
|
-
"shape": "
|
|
963
|
+
"shape": "Sem"
|
|
952
964
|
},
|
|
953
965
|
"InferenceExecutionConfig": {
|
|
954
|
-
"shape": "
|
|
966
|
+
"shape": "Sen"
|
|
955
967
|
},
|
|
956
968
|
"ExecutionRoleArn": {},
|
|
957
969
|
"Tags": {
|
|
@@ -989,13 +1001,13 @@
|
|
|
989
1001
|
"members": {
|
|
990
1002
|
"JobDefinitionName": {},
|
|
991
1003
|
"ModelBiasBaselineConfig": {
|
|
992
|
-
"shape": "
|
|
1004
|
+
"shape": "Ser"
|
|
993
1005
|
},
|
|
994
1006
|
"ModelBiasAppSpecification": {
|
|
995
|
-
"shape": "
|
|
1007
|
+
"shape": "Ses"
|
|
996
1008
|
},
|
|
997
1009
|
"ModelBiasJobInput": {
|
|
998
|
-
"shape": "
|
|
1010
|
+
"shape": "Set"
|
|
999
1011
|
},
|
|
1000
1012
|
"ModelBiasJobOutputConfig": {
|
|
1001
1013
|
"shape": "S76"
|
|
@@ -1039,13 +1051,13 @@
|
|
|
1039
1051
|
"members": {
|
|
1040
1052
|
"JobDefinitionName": {},
|
|
1041
1053
|
"ModelExplainabilityBaselineConfig": {
|
|
1042
|
-
"shape": "
|
|
1054
|
+
"shape": "Sex"
|
|
1043
1055
|
},
|
|
1044
1056
|
"ModelExplainabilityAppSpecification": {
|
|
1045
|
-
"shape": "
|
|
1057
|
+
"shape": "Sey"
|
|
1046
1058
|
},
|
|
1047
1059
|
"ModelExplainabilityJobInput": {
|
|
1048
|
-
"shape": "
|
|
1060
|
+
"shape": "Sez"
|
|
1049
1061
|
},
|
|
1050
1062
|
"ModelExplainabilityJobOutputConfig": {
|
|
1051
1063
|
"shape": "S76"
|
|
@@ -1086,10 +1098,10 @@
|
|
|
1086
1098
|
"shape": "Sr"
|
|
1087
1099
|
},
|
|
1088
1100
|
"ValidationSpecification": {
|
|
1089
|
-
"shape": "
|
|
1101
|
+
"shape": "Sf2"
|
|
1090
1102
|
},
|
|
1091
1103
|
"SourceAlgorithmSpecification": {
|
|
1092
|
-
"shape": "
|
|
1104
|
+
"shape": "Sf5"
|
|
1093
1105
|
},
|
|
1094
1106
|
"CertifyForMarketplace": {
|
|
1095
1107
|
"type": "boolean"
|
|
@@ -1102,22 +1114,22 @@
|
|
|
1102
1114
|
"shape": "S1q"
|
|
1103
1115
|
},
|
|
1104
1116
|
"ModelMetrics": {
|
|
1105
|
-
"shape": "
|
|
1117
|
+
"shape": "Sf8"
|
|
1106
1118
|
},
|
|
1107
1119
|
"ClientToken": {
|
|
1108
1120
|
"idempotencyToken": true
|
|
1109
1121
|
},
|
|
1110
1122
|
"CustomerMetadataProperties": {
|
|
1111
|
-
"shape": "
|
|
1123
|
+
"shape": "Sff"
|
|
1112
1124
|
},
|
|
1113
1125
|
"DriftCheckBaselines": {
|
|
1114
|
-
"shape": "
|
|
1126
|
+
"shape": "Sfi"
|
|
1115
1127
|
},
|
|
1116
1128
|
"Domain": {},
|
|
1117
1129
|
"Task": {},
|
|
1118
1130
|
"SamplePayloadUrl": {},
|
|
1119
1131
|
"AdditionalInferenceSpecifications": {
|
|
1120
|
-
"shape": "
|
|
1132
|
+
"shape": "Sfo"
|
|
1121
1133
|
}
|
|
1122
1134
|
}
|
|
1123
1135
|
},
|
|
@@ -1169,13 +1181,13 @@
|
|
|
1169
1181
|
"members": {
|
|
1170
1182
|
"JobDefinitionName": {},
|
|
1171
1183
|
"ModelQualityBaselineConfig": {
|
|
1172
|
-
"shape": "
|
|
1184
|
+
"shape": "Sfv"
|
|
1173
1185
|
},
|
|
1174
1186
|
"ModelQualityAppSpecification": {
|
|
1175
|
-
"shape": "
|
|
1187
|
+
"shape": "Sfw"
|
|
1176
1188
|
},
|
|
1177
1189
|
"ModelQualityJobInput": {
|
|
1178
|
-
"shape": "
|
|
1190
|
+
"shape": "Sfy"
|
|
1179
1191
|
},
|
|
1180
1192
|
"ModelQualityJobOutputConfig": {
|
|
1181
1193
|
"shape": "S76"
|
|
@@ -1215,7 +1227,7 @@
|
|
|
1215
1227
|
"members": {
|
|
1216
1228
|
"MonitoringScheduleName": {},
|
|
1217
1229
|
"MonitoringScheduleConfig": {
|
|
1218
|
-
"shape": "
|
|
1230
|
+
"shape": "Sg2"
|
|
1219
1231
|
},
|
|
1220
1232
|
"Tags": {
|
|
1221
1233
|
"shape": "S7"
|
|
@@ -1258,11 +1270,11 @@
|
|
|
1258
1270
|
"type": "integer"
|
|
1259
1271
|
},
|
|
1260
1272
|
"AcceleratorTypes": {
|
|
1261
|
-
"shape": "
|
|
1273
|
+
"shape": "Sgk"
|
|
1262
1274
|
},
|
|
1263
1275
|
"DefaultCodeRepository": {},
|
|
1264
1276
|
"AdditionalCodeRepositories": {
|
|
1265
|
-
"shape": "
|
|
1277
|
+
"shape": "Sgn"
|
|
1266
1278
|
},
|
|
1267
1279
|
"RootAccess": {},
|
|
1268
1280
|
"PlatformIdentifier": {}
|
|
@@ -1284,10 +1296,10 @@
|
|
|
1284
1296
|
"members": {
|
|
1285
1297
|
"NotebookInstanceLifecycleConfigName": {},
|
|
1286
1298
|
"OnCreate": {
|
|
1287
|
-
"shape": "
|
|
1299
|
+
"shape": "Sgt"
|
|
1288
1300
|
},
|
|
1289
1301
|
"OnStart": {
|
|
1290
|
-
"shape": "
|
|
1302
|
+
"shape": "Sgt"
|
|
1291
1303
|
}
|
|
1292
1304
|
}
|
|
1293
1305
|
},
|
|
@@ -1311,7 +1323,7 @@
|
|
|
1311
1323
|
"PipelineDisplayName": {},
|
|
1312
1324
|
"PipelineDefinition": {},
|
|
1313
1325
|
"PipelineDefinitionS3Location": {
|
|
1314
|
-
"shape": "
|
|
1326
|
+
"shape": "Sh1"
|
|
1315
1327
|
},
|
|
1316
1328
|
"PipelineDescription": {},
|
|
1317
1329
|
"ClientRequestToken": {
|
|
@@ -1322,7 +1334,7 @@
|
|
|
1322
1334
|
"shape": "S7"
|
|
1323
1335
|
},
|
|
1324
1336
|
"ParallelismConfiguration": {
|
|
1325
|
-
"shape": "
|
|
1337
|
+
"shape": "Sh7"
|
|
1326
1338
|
}
|
|
1327
1339
|
}
|
|
1328
1340
|
},
|
|
@@ -1389,33 +1401,33 @@
|
|
|
1389
1401
|
],
|
|
1390
1402
|
"members": {
|
|
1391
1403
|
"ProcessingInputs": {
|
|
1392
|
-
"shape": "
|
|
1404
|
+
"shape": "Shk"
|
|
1393
1405
|
},
|
|
1394
1406
|
"ProcessingOutputConfig": {
|
|
1395
|
-
"shape": "
|
|
1407
|
+
"shape": "Si7"
|
|
1396
1408
|
},
|
|
1397
1409
|
"ProcessingJobName": {},
|
|
1398
1410
|
"ProcessingResources": {
|
|
1399
|
-
"shape": "
|
|
1411
|
+
"shape": "Sic"
|
|
1400
1412
|
},
|
|
1401
1413
|
"StoppingCondition": {
|
|
1402
|
-
"shape": "
|
|
1414
|
+
"shape": "Sie"
|
|
1403
1415
|
},
|
|
1404
1416
|
"AppSpecification": {
|
|
1405
|
-
"shape": "
|
|
1417
|
+
"shape": "Sig"
|
|
1406
1418
|
},
|
|
1407
1419
|
"Environment": {
|
|
1408
|
-
"shape": "
|
|
1420
|
+
"shape": "Sii"
|
|
1409
1421
|
},
|
|
1410
1422
|
"NetworkConfig": {
|
|
1411
|
-
"shape": "
|
|
1423
|
+
"shape": "Sga"
|
|
1412
1424
|
},
|
|
1413
1425
|
"RoleArn": {},
|
|
1414
1426
|
"Tags": {
|
|
1415
1427
|
"shape": "S7"
|
|
1416
1428
|
},
|
|
1417
1429
|
"ExperimentConfig": {
|
|
1418
|
-
"shape": "
|
|
1430
|
+
"shape": "Sij"
|
|
1419
1431
|
}
|
|
1420
1432
|
}
|
|
1421
1433
|
},
|
|
@@ -1440,7 +1452,7 @@
|
|
|
1440
1452
|
"ProjectName": {},
|
|
1441
1453
|
"ProjectDescription": {},
|
|
1442
1454
|
"ServiceCatalogProvisioningDetails": {
|
|
1443
|
-
"shape": "
|
|
1455
|
+
"shape": "Sio"
|
|
1444
1456
|
},
|
|
1445
1457
|
"Tags": {
|
|
1446
1458
|
"shape": "S7"
|
|
@@ -1500,7 +1512,7 @@
|
|
|
1500
1512
|
"shape": "S2t"
|
|
1501
1513
|
},
|
|
1502
1514
|
"AlgorithmSpecification": {
|
|
1503
|
-
"shape": "
|
|
1515
|
+
"shape": "Sj4"
|
|
1504
1516
|
},
|
|
1505
1517
|
"RoleArn": {},
|
|
1506
1518
|
"InputDataConfig": {
|
|
@@ -1534,25 +1546,25 @@
|
|
|
1534
1546
|
"shape": "Sc1"
|
|
1535
1547
|
},
|
|
1536
1548
|
"DebugHookConfig": {
|
|
1537
|
-
"shape": "
|
|
1549
|
+
"shape": "Sj5"
|
|
1538
1550
|
},
|
|
1539
1551
|
"DebugRuleConfigurations": {
|
|
1540
|
-
"shape": "
|
|
1552
|
+
"shape": "Sjd"
|
|
1541
1553
|
},
|
|
1542
1554
|
"TensorBoardOutputConfig": {
|
|
1543
|
-
"shape": "
|
|
1555
|
+
"shape": "Sji"
|
|
1544
1556
|
},
|
|
1545
1557
|
"ExperimentConfig": {
|
|
1546
|
-
"shape": "
|
|
1558
|
+
"shape": "Sij"
|
|
1547
1559
|
},
|
|
1548
1560
|
"ProfilerConfig": {
|
|
1549
|
-
"shape": "
|
|
1561
|
+
"shape": "Sjj"
|
|
1550
1562
|
},
|
|
1551
1563
|
"ProfilerRuleConfigurations": {
|
|
1552
|
-
"shape": "
|
|
1564
|
+
"shape": "Sjm"
|
|
1553
1565
|
},
|
|
1554
1566
|
"Environment": {
|
|
1555
|
-
"shape": "
|
|
1567
|
+
"shape": "Sjo"
|
|
1556
1568
|
},
|
|
1557
1569
|
"RetryStrategy": {
|
|
1558
1570
|
"shape": "Sc2"
|
|
@@ -1586,7 +1598,7 @@
|
|
|
1586
1598
|
"type": "integer"
|
|
1587
1599
|
},
|
|
1588
1600
|
"ModelClientConfig": {
|
|
1589
|
-
"shape": "
|
|
1601
|
+
"shape": "Sjv"
|
|
1590
1602
|
},
|
|
1591
1603
|
"MaxPayloadInMB": {
|
|
1592
1604
|
"type": "integer"
|
|
@@ -1605,13 +1617,13 @@
|
|
|
1605
1617
|
"shape": "S3y"
|
|
1606
1618
|
},
|
|
1607
1619
|
"DataProcessing": {
|
|
1608
|
-
"shape": "
|
|
1620
|
+
"shape": "Sjy"
|
|
1609
1621
|
},
|
|
1610
1622
|
"Tags": {
|
|
1611
1623
|
"shape": "S7"
|
|
1612
1624
|
},
|
|
1613
1625
|
"ExperimentConfig": {
|
|
1614
|
-
"shape": "
|
|
1626
|
+
"shape": "Sij"
|
|
1615
1627
|
}
|
|
1616
1628
|
}
|
|
1617
1629
|
},
|
|
@@ -1661,7 +1673,7 @@
|
|
|
1661
1673
|
"TrialComponentName": {},
|
|
1662
1674
|
"DisplayName": {},
|
|
1663
1675
|
"Status": {
|
|
1664
|
-
"shape": "
|
|
1676
|
+
"shape": "Sk6"
|
|
1665
1677
|
},
|
|
1666
1678
|
"StartTime": {
|
|
1667
1679
|
"type": "timestamp"
|
|
@@ -1670,13 +1682,13 @@
|
|
|
1670
1682
|
"type": "timestamp"
|
|
1671
1683
|
},
|
|
1672
1684
|
"Parameters": {
|
|
1673
|
-
"shape": "
|
|
1685
|
+
"shape": "Ska"
|
|
1674
1686
|
},
|
|
1675
1687
|
"InputArtifacts": {
|
|
1676
|
-
"shape": "
|
|
1688
|
+
"shape": "Ske"
|
|
1677
1689
|
},
|
|
1678
1690
|
"OutputArtifacts": {
|
|
1679
|
-
"shape": "
|
|
1691
|
+
"shape": "Ske"
|
|
1680
1692
|
},
|
|
1681
1693
|
"MetadataProperties": {
|
|
1682
1694
|
"shape": "S1q"
|
|
@@ -1728,13 +1740,13 @@
|
|
|
1728
1740
|
],
|
|
1729
1741
|
"members": {
|
|
1730
1742
|
"CognitoConfig": {
|
|
1731
|
-
"shape": "
|
|
1743
|
+
"shape": "Skp"
|
|
1732
1744
|
},
|
|
1733
1745
|
"OidcConfig": {
|
|
1734
|
-
"shape": "
|
|
1746
|
+
"shape": "Sks"
|
|
1735
1747
|
},
|
|
1736
1748
|
"SourceIpConfig": {
|
|
1737
|
-
"shape": "
|
|
1749
|
+
"shape": "Skv"
|
|
1738
1750
|
},
|
|
1739
1751
|
"WorkforceName": {},
|
|
1740
1752
|
"Tags": {
|
|
@@ -1764,11 +1776,11 @@
|
|
|
1764
1776
|
"WorkteamName": {},
|
|
1765
1777
|
"WorkforceName": {},
|
|
1766
1778
|
"MemberDefinitions": {
|
|
1767
|
-
"shape": "
|
|
1779
|
+
"shape": "Sl3"
|
|
1768
1780
|
},
|
|
1769
1781
|
"Description": {},
|
|
1770
1782
|
"NotificationConfiguration": {
|
|
1771
|
-
"shape": "
|
|
1783
|
+
"shape": "Slb"
|
|
1772
1784
|
},
|
|
1773
1785
|
"Tags": {
|
|
1774
1786
|
"shape": "S7"
|
|
@@ -2357,13 +2369,13 @@
|
|
|
2357
2369
|
"type": "timestamp"
|
|
2358
2370
|
},
|
|
2359
2371
|
"CreatedBy": {
|
|
2360
|
-
"shape": "
|
|
2372
|
+
"shape": "Sn5"
|
|
2361
2373
|
},
|
|
2362
2374
|
"LastModifiedTime": {
|
|
2363
2375
|
"type": "timestamp"
|
|
2364
2376
|
},
|
|
2365
2377
|
"LastModifiedBy": {
|
|
2366
|
-
"shape": "
|
|
2378
|
+
"shape": "Sn5"
|
|
2367
2379
|
},
|
|
2368
2380
|
"MetadataProperties": {
|
|
2369
2381
|
"shape": "S1q"
|
|
@@ -2413,10 +2425,10 @@
|
|
|
2413
2425
|
"type": "structure",
|
|
2414
2426
|
"members": {
|
|
2415
2427
|
"ValidationStatuses": {
|
|
2416
|
-
"shape": "
|
|
2428
|
+
"shape": "Snb"
|
|
2417
2429
|
},
|
|
2418
2430
|
"ImageScanStatuses": {
|
|
2419
|
-
"shape": "
|
|
2431
|
+
"shape": "Snb"
|
|
2420
2432
|
}
|
|
2421
2433
|
}
|
|
2422
2434
|
},
|
|
@@ -2521,13 +2533,13 @@
|
|
|
2521
2533
|
"type": "timestamp"
|
|
2522
2534
|
},
|
|
2523
2535
|
"CreatedBy": {
|
|
2524
|
-
"shape": "
|
|
2536
|
+
"shape": "Sn5"
|
|
2525
2537
|
},
|
|
2526
2538
|
"LastModifiedTime": {
|
|
2527
2539
|
"type": "timestamp"
|
|
2528
2540
|
},
|
|
2529
2541
|
"LastModifiedBy": {
|
|
2530
|
-
"shape": "
|
|
2542
|
+
"shape": "Sn5"
|
|
2531
2543
|
},
|
|
2532
2544
|
"MetadataProperties": {
|
|
2533
2545
|
"shape": "S1q"
|
|
@@ -2587,10 +2599,10 @@
|
|
|
2587
2599
|
},
|
|
2588
2600
|
"FailureReason": {},
|
|
2589
2601
|
"PartialFailureReasons": {
|
|
2590
|
-
"shape": "
|
|
2602
|
+
"shape": "Snp"
|
|
2591
2603
|
},
|
|
2592
2604
|
"BestCandidate": {
|
|
2593
|
-
"shape": "
|
|
2605
|
+
"shape": "Snr"
|
|
2594
2606
|
},
|
|
2595
2607
|
"AutoMLJobStatus": {},
|
|
2596
2608
|
"AutoMLJobSecondaryStatus": {},
|
|
@@ -2709,7 +2721,7 @@
|
|
|
2709
2721
|
},
|
|
2710
2722
|
"FailureReason": {},
|
|
2711
2723
|
"ModelArtifacts": {
|
|
2712
|
-
"shape": "
|
|
2724
|
+
"shape": "Sor"
|
|
2713
2725
|
},
|
|
2714
2726
|
"ModelDigests": {
|
|
2715
2727
|
"type": "structure",
|
|
@@ -2757,13 +2769,13 @@
|
|
|
2757
2769
|
"type": "timestamp"
|
|
2758
2770
|
},
|
|
2759
2771
|
"CreatedBy": {
|
|
2760
|
-
"shape": "
|
|
2772
|
+
"shape": "Sn5"
|
|
2761
2773
|
},
|
|
2762
2774
|
"LastModifiedTime": {
|
|
2763
2775
|
"type": "timestamp"
|
|
2764
2776
|
},
|
|
2765
2777
|
"LastModifiedBy": {
|
|
2766
|
-
"shape": "
|
|
2778
|
+
"shape": "Sn5"
|
|
2767
2779
|
},
|
|
2768
2780
|
"LineageGroupArn": {}
|
|
2769
2781
|
}
|
|
@@ -3046,10 +3058,10 @@
|
|
|
3046
3058
|
"EndpointArn": {},
|
|
3047
3059
|
"EndpointConfigName": {},
|
|
3048
3060
|
"ProductionVariants": {
|
|
3049
|
-
"shape": "
|
|
3061
|
+
"shape": "Spn"
|
|
3050
3062
|
},
|
|
3051
3063
|
"DataCaptureConfig": {
|
|
3052
|
-
"shape": "
|
|
3064
|
+
"shape": "Spw"
|
|
3053
3065
|
},
|
|
3054
3066
|
"EndpointStatus": {},
|
|
3055
3067
|
"FailureReason": {},
|
|
@@ -3082,7 +3094,7 @@
|
|
|
3082
3094
|
"members": {
|
|
3083
3095
|
"VariantName": {},
|
|
3084
3096
|
"DeployedImages": {
|
|
3085
|
-
"shape": "
|
|
3097
|
+
"shape": "Spp"
|
|
3086
3098
|
},
|
|
3087
3099
|
"CurrentWeight": {
|
|
3088
3100
|
"type": "float"
|
|
@@ -3099,7 +3111,7 @@
|
|
|
3099
3111
|
"InstanceType": {},
|
|
3100
3112
|
"AcceleratorType": {},
|
|
3101
3113
|
"VariantStatus": {
|
|
3102
|
-
"shape": "
|
|
3114
|
+
"shape": "Sps"
|
|
3103
3115
|
},
|
|
3104
3116
|
"CurrentServerlessConfig": {
|
|
3105
3117
|
"shape": "S9d"
|
|
@@ -3172,20 +3184,20 @@
|
|
|
3172
3184
|
"ExperimentArn": {},
|
|
3173
3185
|
"DisplayName": {},
|
|
3174
3186
|
"Source": {
|
|
3175
|
-
"shape": "
|
|
3187
|
+
"shape": "Sq6"
|
|
3176
3188
|
},
|
|
3177
3189
|
"Description": {},
|
|
3178
3190
|
"CreationTime": {
|
|
3179
3191
|
"type": "timestamp"
|
|
3180
3192
|
},
|
|
3181
3193
|
"CreatedBy": {
|
|
3182
|
-
"shape": "
|
|
3194
|
+
"shape": "Sn5"
|
|
3183
3195
|
},
|
|
3184
3196
|
"LastModifiedTime": {
|
|
3185
3197
|
"type": "timestamp"
|
|
3186
3198
|
},
|
|
3187
3199
|
"LastModifiedBy": {
|
|
3188
|
-
"shape": "
|
|
3200
|
+
"shape": "Sn5"
|
|
3189
3201
|
}
|
|
3190
3202
|
}
|
|
3191
3203
|
}
|
|
@@ -3232,7 +3244,7 @@
|
|
|
3232
3244
|
"RoleArn": {},
|
|
3233
3245
|
"FeatureGroupStatus": {},
|
|
3234
3246
|
"OfflineStoreStatus": {
|
|
3235
|
-
"shape": "
|
|
3247
|
+
"shape": "Sqc"
|
|
3236
3248
|
},
|
|
3237
3249
|
"FailureReason": {},
|
|
3238
3250
|
"Description": {},
|
|
@@ -3364,16 +3376,16 @@
|
|
|
3364
3376
|
"type": "timestamp"
|
|
3365
3377
|
},
|
|
3366
3378
|
"TrainingJobStatusCounters": {
|
|
3367
|
-
"shape": "
|
|
3379
|
+
"shape": "Sqr"
|
|
3368
3380
|
},
|
|
3369
3381
|
"ObjectiveStatusCounters": {
|
|
3370
|
-
"shape": "
|
|
3382
|
+
"shape": "Sqt"
|
|
3371
3383
|
},
|
|
3372
3384
|
"BestTrainingJob": {
|
|
3373
|
-
"shape": "
|
|
3385
|
+
"shape": "Sqv"
|
|
3374
3386
|
},
|
|
3375
3387
|
"OverallBestTrainingJob": {
|
|
3376
|
-
"shape": "
|
|
3388
|
+
"shape": "Sqv"
|
|
3377
3389
|
},
|
|
3378
3390
|
"WarmStartConfig": {
|
|
3379
3391
|
"shape": "Sc5"
|
|
@@ -3596,7 +3608,7 @@
|
|
|
3596
3608
|
"members": {
|
|
3597
3609
|
"LabelingJobStatus": {},
|
|
3598
3610
|
"LabelCounters": {
|
|
3599
|
-
"shape": "
|
|
3611
|
+
"shape": "Sri"
|
|
3600
3612
|
},
|
|
3601
3613
|
"FailureReason": {},
|
|
3602
3614
|
"CreationTime": {
|
|
@@ -3610,27 +3622,27 @@
|
|
|
3610
3622
|
"LabelingJobArn": {},
|
|
3611
3623
|
"LabelAttributeName": {},
|
|
3612
3624
|
"InputConfig": {
|
|
3613
|
-
"shape": "
|
|
3625
|
+
"shape": "Sdj"
|
|
3614
3626
|
},
|
|
3615
3627
|
"OutputConfig": {
|
|
3616
|
-
"shape": "
|
|
3628
|
+
"shape": "Sdq"
|
|
3617
3629
|
},
|
|
3618
3630
|
"RoleArn": {},
|
|
3619
3631
|
"LabelCategoryConfigS3Uri": {},
|
|
3620
3632
|
"StoppingConditions": {
|
|
3621
|
-
"shape": "
|
|
3633
|
+
"shape": "Sdr"
|
|
3622
3634
|
},
|
|
3623
3635
|
"LabelingJobAlgorithmsConfig": {
|
|
3624
|
-
"shape": "
|
|
3636
|
+
"shape": "Sdu"
|
|
3625
3637
|
},
|
|
3626
3638
|
"HumanTaskConfig": {
|
|
3627
|
-
"shape": "
|
|
3639
|
+
"shape": "Sdy"
|
|
3628
3640
|
},
|
|
3629
3641
|
"Tags": {
|
|
3630
3642
|
"shape": "S7"
|
|
3631
3643
|
},
|
|
3632
3644
|
"LabelingJobOutput": {
|
|
3633
|
-
"shape": "
|
|
3645
|
+
"shape": "Srl"
|
|
3634
3646
|
}
|
|
3635
3647
|
}
|
|
3636
3648
|
}
|
|
@@ -3656,13 +3668,13 @@
|
|
|
3656
3668
|
"type": "timestamp"
|
|
3657
3669
|
},
|
|
3658
3670
|
"CreatedBy": {
|
|
3659
|
-
"shape": "
|
|
3671
|
+
"shape": "Sn5"
|
|
3660
3672
|
},
|
|
3661
3673
|
"LastModifiedTime": {
|
|
3662
3674
|
"type": "timestamp"
|
|
3663
3675
|
},
|
|
3664
3676
|
"LastModifiedBy": {
|
|
3665
|
-
"shape": "
|
|
3677
|
+
"shape": "Sn5"
|
|
3666
3678
|
}
|
|
3667
3679
|
}
|
|
3668
3680
|
}
|
|
@@ -3688,13 +3700,13 @@
|
|
|
3688
3700
|
"members": {
|
|
3689
3701
|
"ModelName": {},
|
|
3690
3702
|
"PrimaryContainer": {
|
|
3691
|
-
"shape": "
|
|
3703
|
+
"shape": "Sed"
|
|
3692
3704
|
},
|
|
3693
3705
|
"Containers": {
|
|
3694
|
-
"shape": "
|
|
3706
|
+
"shape": "Sem"
|
|
3695
3707
|
},
|
|
3696
3708
|
"InferenceExecutionConfig": {
|
|
3697
|
-
"shape": "
|
|
3709
|
+
"shape": "Sen"
|
|
3698
3710
|
},
|
|
3699
3711
|
"ExecutionRoleArn": {},
|
|
3700
3712
|
"VpcConfig": {
|
|
@@ -3739,13 +3751,13 @@
|
|
|
3739
3751
|
"type": "timestamp"
|
|
3740
3752
|
},
|
|
3741
3753
|
"ModelBiasBaselineConfig": {
|
|
3742
|
-
"shape": "
|
|
3754
|
+
"shape": "Ser"
|
|
3743
3755
|
},
|
|
3744
3756
|
"ModelBiasAppSpecification": {
|
|
3745
|
-
"shape": "
|
|
3757
|
+
"shape": "Ses"
|
|
3746
3758
|
},
|
|
3747
3759
|
"ModelBiasJobInput": {
|
|
3748
|
-
"shape": "
|
|
3760
|
+
"shape": "Set"
|
|
3749
3761
|
},
|
|
3750
3762
|
"ModelBiasJobOutputConfig": {
|
|
3751
3763
|
"shape": "S76"
|
|
@@ -3792,13 +3804,13 @@
|
|
|
3792
3804
|
"type": "timestamp"
|
|
3793
3805
|
},
|
|
3794
3806
|
"ModelExplainabilityBaselineConfig": {
|
|
3795
|
-
"shape": "
|
|
3807
|
+
"shape": "Sex"
|
|
3796
3808
|
},
|
|
3797
3809
|
"ModelExplainabilityAppSpecification": {
|
|
3798
|
-
"shape": "
|
|
3810
|
+
"shape": "Sey"
|
|
3799
3811
|
},
|
|
3800
3812
|
"ModelExplainabilityJobInput": {
|
|
3801
|
-
"shape": "
|
|
3813
|
+
"shape": "Sez"
|
|
3802
3814
|
},
|
|
3803
3815
|
"ModelExplainabilityJobOutputConfig": {
|
|
3804
3816
|
"shape": "S76"
|
|
@@ -3850,46 +3862,46 @@
|
|
|
3850
3862
|
"shape": "Sr"
|
|
3851
3863
|
},
|
|
3852
3864
|
"SourceAlgorithmSpecification": {
|
|
3853
|
-
"shape": "
|
|
3865
|
+
"shape": "Sf5"
|
|
3854
3866
|
},
|
|
3855
3867
|
"ValidationSpecification": {
|
|
3856
|
-
"shape": "
|
|
3868
|
+
"shape": "Sf2"
|
|
3857
3869
|
},
|
|
3858
3870
|
"ModelPackageStatus": {},
|
|
3859
3871
|
"ModelPackageStatusDetails": {
|
|
3860
|
-
"shape": "
|
|
3872
|
+
"shape": "Srw"
|
|
3861
3873
|
},
|
|
3862
3874
|
"CertifyForMarketplace": {
|
|
3863
3875
|
"type": "boolean"
|
|
3864
3876
|
},
|
|
3865
3877
|
"ModelApprovalStatus": {},
|
|
3866
3878
|
"CreatedBy": {
|
|
3867
|
-
"shape": "
|
|
3879
|
+
"shape": "Sn5"
|
|
3868
3880
|
},
|
|
3869
3881
|
"MetadataProperties": {
|
|
3870
3882
|
"shape": "S1q"
|
|
3871
3883
|
},
|
|
3872
3884
|
"ModelMetrics": {
|
|
3873
|
-
"shape": "
|
|
3885
|
+
"shape": "Sf8"
|
|
3874
3886
|
},
|
|
3875
3887
|
"LastModifiedTime": {
|
|
3876
3888
|
"type": "timestamp"
|
|
3877
3889
|
},
|
|
3878
3890
|
"LastModifiedBy": {
|
|
3879
|
-
"shape": "
|
|
3891
|
+
"shape": "Sn5"
|
|
3880
3892
|
},
|
|
3881
3893
|
"ApprovalDescription": {},
|
|
3882
3894
|
"CustomerMetadataProperties": {
|
|
3883
|
-
"shape": "
|
|
3895
|
+
"shape": "Sff"
|
|
3884
3896
|
},
|
|
3885
3897
|
"DriftCheckBaselines": {
|
|
3886
|
-
"shape": "
|
|
3898
|
+
"shape": "Sfi"
|
|
3887
3899
|
},
|
|
3888
3900
|
"Domain": {},
|
|
3889
3901
|
"Task": {},
|
|
3890
3902
|
"SamplePayloadUrl": {},
|
|
3891
3903
|
"AdditionalInferenceSpecifications": {
|
|
3892
|
-
"shape": "
|
|
3904
|
+
"shape": "Sfo"
|
|
3893
3905
|
}
|
|
3894
3906
|
}
|
|
3895
3907
|
}
|
|
@@ -3921,7 +3933,7 @@
|
|
|
3921
3933
|
"type": "timestamp"
|
|
3922
3934
|
},
|
|
3923
3935
|
"CreatedBy": {
|
|
3924
|
-
"shape": "
|
|
3936
|
+
"shape": "Sn5"
|
|
3925
3937
|
},
|
|
3926
3938
|
"ModelPackageGroupStatus": {}
|
|
3927
3939
|
}
|
|
@@ -3956,13 +3968,13 @@
|
|
|
3956
3968
|
"type": "timestamp"
|
|
3957
3969
|
},
|
|
3958
3970
|
"ModelQualityBaselineConfig": {
|
|
3959
|
-
"shape": "
|
|
3971
|
+
"shape": "Sfv"
|
|
3960
3972
|
},
|
|
3961
3973
|
"ModelQualityAppSpecification": {
|
|
3962
|
-
"shape": "
|
|
3974
|
+
"shape": "Sfw"
|
|
3963
3975
|
},
|
|
3964
3976
|
"ModelQualityJobInput": {
|
|
3965
|
-
"shape": "
|
|
3977
|
+
"shape": "Sfy"
|
|
3966
3978
|
},
|
|
3967
3979
|
"ModelQualityJobOutputConfig": {
|
|
3968
3980
|
"shape": "S76"
|
|
@@ -4013,11 +4025,11 @@
|
|
|
4013
4025
|
"type": "timestamp"
|
|
4014
4026
|
},
|
|
4015
4027
|
"MonitoringScheduleConfig": {
|
|
4016
|
-
"shape": "
|
|
4028
|
+
"shape": "Sg2"
|
|
4017
4029
|
},
|
|
4018
4030
|
"EndpointName": {},
|
|
4019
4031
|
"LastMonitoringExecutionSummary": {
|
|
4020
|
-
"shape": "
|
|
4032
|
+
"shape": "Ss9"
|
|
4021
4033
|
}
|
|
4022
4034
|
}
|
|
4023
4035
|
}
|
|
@@ -4060,11 +4072,11 @@
|
|
|
4060
4072
|
"type": "integer"
|
|
4061
4073
|
},
|
|
4062
4074
|
"AcceleratorTypes": {
|
|
4063
|
-
"shape": "
|
|
4075
|
+
"shape": "Sgk"
|
|
4064
4076
|
},
|
|
4065
4077
|
"DefaultCodeRepository": {},
|
|
4066
4078
|
"AdditionalCodeRepositories": {
|
|
4067
|
-
"shape": "
|
|
4079
|
+
"shape": "Sgn"
|
|
4068
4080
|
},
|
|
4069
4081
|
"RootAccess": {},
|
|
4070
4082
|
"PlatformIdentifier": {}
|
|
@@ -4087,10 +4099,10 @@
|
|
|
4087
4099
|
"NotebookInstanceLifecycleConfigArn": {},
|
|
4088
4100
|
"NotebookInstanceLifecycleConfigName": {},
|
|
4089
4101
|
"OnCreate": {
|
|
4090
|
-
"shape": "
|
|
4102
|
+
"shape": "Sgt"
|
|
4091
4103
|
},
|
|
4092
4104
|
"OnStart": {
|
|
4093
|
-
"shape": "
|
|
4105
|
+
"shape": "Sgt"
|
|
4094
4106
|
},
|
|
4095
4107
|
"LastModifiedTime": {
|
|
4096
4108
|
"type": "timestamp"
|
|
@@ -4131,13 +4143,13 @@
|
|
|
4131
4143
|
"type": "timestamp"
|
|
4132
4144
|
},
|
|
4133
4145
|
"CreatedBy": {
|
|
4134
|
-
"shape": "
|
|
4146
|
+
"shape": "Sn5"
|
|
4135
4147
|
},
|
|
4136
4148
|
"LastModifiedBy": {
|
|
4137
|
-
"shape": "
|
|
4149
|
+
"shape": "Sn5"
|
|
4138
4150
|
},
|
|
4139
4151
|
"ParallelismConfiguration": {
|
|
4140
|
-
"shape": "
|
|
4152
|
+
"shape": "Sh7"
|
|
4141
4153
|
}
|
|
4142
4154
|
}
|
|
4143
4155
|
}
|
|
@@ -4181,7 +4193,7 @@
|
|
|
4181
4193
|
"PipelineExecutionStatus": {},
|
|
4182
4194
|
"PipelineExecutionDescription": {},
|
|
4183
4195
|
"PipelineExperimentConfig": {
|
|
4184
|
-
"shape": "
|
|
4196
|
+
"shape": "Sss"
|
|
4185
4197
|
},
|
|
4186
4198
|
"FailureReason": {},
|
|
4187
4199
|
"CreationTime": {
|
|
@@ -4191,13 +4203,13 @@
|
|
|
4191
4203
|
"type": "timestamp"
|
|
4192
4204
|
},
|
|
4193
4205
|
"CreatedBy": {
|
|
4194
|
-
"shape": "
|
|
4206
|
+
"shape": "Sn5"
|
|
4195
4207
|
},
|
|
4196
4208
|
"LastModifiedBy": {
|
|
4197
|
-
"shape": "
|
|
4209
|
+
"shape": "Sn5"
|
|
4198
4210
|
},
|
|
4199
4211
|
"ParallelismConfiguration": {
|
|
4200
|
-
"shape": "
|
|
4212
|
+
"shape": "Sh7"
|
|
4201
4213
|
}
|
|
4202
4214
|
}
|
|
4203
4215
|
}
|
|
@@ -4224,30 +4236,30 @@
|
|
|
4224
4236
|
],
|
|
4225
4237
|
"members": {
|
|
4226
4238
|
"ProcessingInputs": {
|
|
4227
|
-
"shape": "
|
|
4239
|
+
"shape": "Shk"
|
|
4228
4240
|
},
|
|
4229
4241
|
"ProcessingOutputConfig": {
|
|
4230
|
-
"shape": "
|
|
4242
|
+
"shape": "Si7"
|
|
4231
4243
|
},
|
|
4232
4244
|
"ProcessingJobName": {},
|
|
4233
4245
|
"ProcessingResources": {
|
|
4234
|
-
"shape": "
|
|
4246
|
+
"shape": "Sic"
|
|
4235
4247
|
},
|
|
4236
4248
|
"StoppingCondition": {
|
|
4237
|
-
"shape": "
|
|
4249
|
+
"shape": "Sie"
|
|
4238
4250
|
},
|
|
4239
4251
|
"AppSpecification": {
|
|
4240
|
-
"shape": "
|
|
4252
|
+
"shape": "Sig"
|
|
4241
4253
|
},
|
|
4242
4254
|
"Environment": {
|
|
4243
|
-
"shape": "
|
|
4255
|
+
"shape": "Sii"
|
|
4244
4256
|
},
|
|
4245
4257
|
"NetworkConfig": {
|
|
4246
|
-
"shape": "
|
|
4258
|
+
"shape": "Sga"
|
|
4247
4259
|
},
|
|
4248
4260
|
"RoleArn": {},
|
|
4249
4261
|
"ExperimentConfig": {
|
|
4250
|
-
"shape": "
|
|
4262
|
+
"shape": "Sij"
|
|
4251
4263
|
},
|
|
4252
4264
|
"ProcessingJobArn": {},
|
|
4253
4265
|
"ProcessingJobStatus": {},
|
|
@@ -4297,14 +4309,14 @@
|
|
|
4297
4309
|
"ProjectId": {},
|
|
4298
4310
|
"ProjectDescription": {},
|
|
4299
4311
|
"ServiceCatalogProvisioningDetails": {
|
|
4300
|
-
"shape": "
|
|
4312
|
+
"shape": "Sio"
|
|
4301
4313
|
},
|
|
4302
4314
|
"ServiceCatalogProvisionedProductDetails": {
|
|
4303
|
-
"shape": "
|
|
4315
|
+
"shape": "St0"
|
|
4304
4316
|
},
|
|
4305
4317
|
"ProjectStatus": {},
|
|
4306
4318
|
"CreatedBy": {
|
|
4307
|
-
"shape": "
|
|
4319
|
+
"shape": "Sn5"
|
|
4308
4320
|
},
|
|
4309
4321
|
"CreationTime": {
|
|
4310
4322
|
"type": "timestamp"
|
|
@@ -4313,7 +4325,7 @@
|
|
|
4313
4325
|
"type": "timestamp"
|
|
4314
4326
|
},
|
|
4315
4327
|
"LastModifiedBy": {
|
|
4316
|
-
"shape": "
|
|
4328
|
+
"shape": "Sn5"
|
|
4317
4329
|
}
|
|
4318
4330
|
}
|
|
4319
4331
|
}
|
|
@@ -4361,7 +4373,7 @@
|
|
|
4361
4373
|
],
|
|
4362
4374
|
"members": {
|
|
4363
4375
|
"SubscribedWorkteam": {
|
|
4364
|
-
"shape": "
|
|
4376
|
+
"shape": "St7"
|
|
4365
4377
|
}
|
|
4366
4378
|
}
|
|
4367
4379
|
}
|
|
@@ -4396,7 +4408,7 @@
|
|
|
4396
4408
|
"LabelingJobArn": {},
|
|
4397
4409
|
"AutoMLJobArn": {},
|
|
4398
4410
|
"ModelArtifacts": {
|
|
4399
|
-
"shape": "
|
|
4411
|
+
"shape": "Sor"
|
|
4400
4412
|
},
|
|
4401
4413
|
"TrainingJobStatus": {},
|
|
4402
4414
|
"SecondaryStatus": {},
|
|
@@ -4405,7 +4417,7 @@
|
|
|
4405
4417
|
"shape": "S2t"
|
|
4406
4418
|
},
|
|
4407
4419
|
"AlgorithmSpecification": {
|
|
4408
|
-
"shape": "
|
|
4420
|
+
"shape": "Sj4"
|
|
4409
4421
|
},
|
|
4410
4422
|
"RoleArn": {},
|
|
4411
4423
|
"InputDataConfig": {
|
|
@@ -4436,10 +4448,10 @@
|
|
|
4436
4448
|
"type": "timestamp"
|
|
4437
4449
|
},
|
|
4438
4450
|
"SecondaryStatusTransitions": {
|
|
4439
|
-
"shape": "
|
|
4451
|
+
"shape": "Stb"
|
|
4440
4452
|
},
|
|
4441
4453
|
"FinalMetricDataList": {
|
|
4442
|
-
"shape": "
|
|
4454
|
+
"shape": "Ste"
|
|
4443
4455
|
},
|
|
4444
4456
|
"EnableNetworkIsolation": {
|
|
4445
4457
|
"type": "boolean"
|
|
@@ -4460,25 +4472,25 @@
|
|
|
4460
4472
|
"type": "integer"
|
|
4461
4473
|
},
|
|
4462
4474
|
"DebugHookConfig": {
|
|
4463
|
-
"shape": "
|
|
4475
|
+
"shape": "Sj5"
|
|
4464
4476
|
},
|
|
4465
4477
|
"ExperimentConfig": {
|
|
4466
|
-
"shape": "
|
|
4478
|
+
"shape": "Sij"
|
|
4467
4479
|
},
|
|
4468
4480
|
"DebugRuleConfigurations": {
|
|
4469
|
-
"shape": "
|
|
4481
|
+
"shape": "Sjd"
|
|
4470
4482
|
},
|
|
4471
4483
|
"TensorBoardOutputConfig": {
|
|
4472
|
-
"shape": "
|
|
4484
|
+
"shape": "Sji"
|
|
4473
4485
|
},
|
|
4474
4486
|
"DebugRuleEvaluationStatuses": {
|
|
4475
|
-
"shape": "
|
|
4487
|
+
"shape": "Sti"
|
|
4476
4488
|
},
|
|
4477
4489
|
"ProfilerConfig": {
|
|
4478
|
-
"shape": "
|
|
4490
|
+
"shape": "Sjj"
|
|
4479
4491
|
},
|
|
4480
4492
|
"ProfilerRuleConfigurations": {
|
|
4481
|
-
"shape": "
|
|
4493
|
+
"shape": "Sjm"
|
|
4482
4494
|
},
|
|
4483
4495
|
"ProfilerRuleEvaluationStatuses": {
|
|
4484
4496
|
"type": "list",
|
|
@@ -4500,7 +4512,7 @@
|
|
|
4500
4512
|
"shape": "Sc2"
|
|
4501
4513
|
},
|
|
4502
4514
|
"Environment": {
|
|
4503
|
-
"shape": "
|
|
4515
|
+
"shape": "Sjo"
|
|
4504
4516
|
}
|
|
4505
4517
|
}
|
|
4506
4518
|
}
|
|
@@ -4536,7 +4548,7 @@
|
|
|
4536
4548
|
"type": "integer"
|
|
4537
4549
|
},
|
|
4538
4550
|
"ModelClientConfig": {
|
|
4539
|
-
"shape": "
|
|
4551
|
+
"shape": "Sjv"
|
|
4540
4552
|
},
|
|
4541
4553
|
"MaxPayloadInMB": {
|
|
4542
4554
|
"type": "integer"
|
|
@@ -4566,10 +4578,10 @@
|
|
|
4566
4578
|
"LabelingJobArn": {},
|
|
4567
4579
|
"AutoMLJobArn": {},
|
|
4568
4580
|
"DataProcessing": {
|
|
4569
|
-
"shape": "
|
|
4581
|
+
"shape": "Sjy"
|
|
4570
4582
|
},
|
|
4571
4583
|
"ExperimentConfig": {
|
|
4572
|
-
"shape": "
|
|
4584
|
+
"shape": "Sij"
|
|
4573
4585
|
}
|
|
4574
4586
|
}
|
|
4575
4587
|
}
|
|
@@ -4592,19 +4604,19 @@
|
|
|
4592
4604
|
"DisplayName": {},
|
|
4593
4605
|
"ExperimentName": {},
|
|
4594
4606
|
"Source": {
|
|
4595
|
-
"shape": "
|
|
4607
|
+
"shape": "Stu"
|
|
4596
4608
|
},
|
|
4597
4609
|
"CreationTime": {
|
|
4598
4610
|
"type": "timestamp"
|
|
4599
4611
|
},
|
|
4600
4612
|
"CreatedBy": {
|
|
4601
|
-
"shape": "
|
|
4613
|
+
"shape": "Sn5"
|
|
4602
4614
|
},
|
|
4603
4615
|
"LastModifiedTime": {
|
|
4604
4616
|
"type": "timestamp"
|
|
4605
4617
|
},
|
|
4606
4618
|
"LastModifiedBy": {
|
|
4607
|
-
"shape": "
|
|
4619
|
+
"shape": "Sn5"
|
|
4608
4620
|
},
|
|
4609
4621
|
"MetadataProperties": {
|
|
4610
4622
|
"shape": "S1q"
|
|
@@ -4629,10 +4641,10 @@
|
|
|
4629
4641
|
"TrialComponentArn": {},
|
|
4630
4642
|
"DisplayName": {},
|
|
4631
4643
|
"Source": {
|
|
4632
|
-
"shape": "
|
|
4644
|
+
"shape": "Sty"
|
|
4633
4645
|
},
|
|
4634
4646
|
"Status": {
|
|
4635
|
-
"shape": "
|
|
4647
|
+
"shape": "Sk6"
|
|
4636
4648
|
},
|
|
4637
4649
|
"StartTime": {
|
|
4638
4650
|
"type": "timestamp"
|
|
@@ -4644,28 +4656,28 @@
|
|
|
4644
4656
|
"type": "timestamp"
|
|
4645
4657
|
},
|
|
4646
4658
|
"CreatedBy": {
|
|
4647
|
-
"shape": "
|
|
4659
|
+
"shape": "Sn5"
|
|
4648
4660
|
},
|
|
4649
4661
|
"LastModifiedTime": {
|
|
4650
4662
|
"type": "timestamp"
|
|
4651
4663
|
},
|
|
4652
4664
|
"LastModifiedBy": {
|
|
4653
|
-
"shape": "
|
|
4665
|
+
"shape": "Sn5"
|
|
4654
4666
|
},
|
|
4655
4667
|
"Parameters": {
|
|
4656
|
-
"shape": "
|
|
4668
|
+
"shape": "Ska"
|
|
4657
4669
|
},
|
|
4658
4670
|
"InputArtifacts": {
|
|
4659
|
-
"shape": "
|
|
4671
|
+
"shape": "Ske"
|
|
4660
4672
|
},
|
|
4661
4673
|
"OutputArtifacts": {
|
|
4662
|
-
"shape": "
|
|
4674
|
+
"shape": "Ske"
|
|
4663
4675
|
},
|
|
4664
4676
|
"MetadataProperties": {
|
|
4665
4677
|
"shape": "S1q"
|
|
4666
4678
|
},
|
|
4667
4679
|
"Metrics": {
|
|
4668
|
-
"shape": "
|
|
4680
|
+
"shape": "Su0"
|
|
4669
4681
|
},
|
|
4670
4682
|
"LineageGroupArn": {}
|
|
4671
4683
|
}
|
|
@@ -4723,7 +4735,7 @@
|
|
|
4723
4735
|
],
|
|
4724
4736
|
"members": {
|
|
4725
4737
|
"Workforce": {
|
|
4726
|
-
"shape": "
|
|
4738
|
+
"shape": "Sua"
|
|
4727
4739
|
}
|
|
4728
4740
|
}
|
|
4729
4741
|
}
|
|
@@ -4745,7 +4757,7 @@
|
|
|
4745
4757
|
],
|
|
4746
4758
|
"members": {
|
|
4747
4759
|
"Workteam": {
|
|
4748
|
-
"shape": "
|
|
4760
|
+
"shape": "Sue"
|
|
4749
4761
|
}
|
|
4750
4762
|
}
|
|
4751
4763
|
}
|
|
@@ -5244,7 +5256,7 @@
|
|
|
5244
5256
|
"type": "timestamp"
|
|
5245
5257
|
},
|
|
5246
5258
|
"CreatedBy": {
|
|
5247
|
-
"shape": "
|
|
5259
|
+
"shape": "Sn5"
|
|
5248
5260
|
}
|
|
5249
5261
|
}
|
|
5250
5262
|
}
|
|
@@ -5313,7 +5325,7 @@
|
|
|
5313
5325
|
},
|
|
5314
5326
|
"FailureReason": {},
|
|
5315
5327
|
"PartialFailureReasons": {
|
|
5316
|
-
"shape": "
|
|
5328
|
+
"shape": "Snp"
|
|
5317
5329
|
}
|
|
5318
5330
|
}
|
|
5319
5331
|
}
|
|
@@ -5349,7 +5361,7 @@
|
|
|
5349
5361
|
"Candidates": {
|
|
5350
5362
|
"type": "list",
|
|
5351
5363
|
"member": {
|
|
5352
|
-
"shape": "
|
|
5364
|
+
"shape": "Snr"
|
|
5353
5365
|
}
|
|
5354
5366
|
},
|
|
5355
5367
|
"NextToken": {}
|
|
@@ -5559,7 +5571,7 @@
|
|
|
5559
5571
|
],
|
|
5560
5572
|
"members": {
|
|
5561
5573
|
"JobDefinitionSummaries": {
|
|
5562
|
-
"shape": "
|
|
5574
|
+
"shape": "Sx7"
|
|
5563
5575
|
},
|
|
5564
5576
|
"NextToken": {}
|
|
5565
5577
|
}
|
|
@@ -5918,7 +5930,7 @@
|
|
|
5918
5930
|
"ExperimentName": {},
|
|
5919
5931
|
"DisplayName": {},
|
|
5920
5932
|
"ExperimentSource": {
|
|
5921
|
-
"shape": "
|
|
5933
|
+
"shape": "Sq6"
|
|
5922
5934
|
},
|
|
5923
5935
|
"CreationTime": {
|
|
5924
5936
|
"type": "timestamp"
|
|
@@ -5978,7 +5990,7 @@
|
|
|
5978
5990
|
},
|
|
5979
5991
|
"FeatureGroupStatus": {},
|
|
5980
5992
|
"OfflineStoreStatus": {
|
|
5981
|
-
"shape": "
|
|
5993
|
+
"shape": "Sqc"
|
|
5982
5994
|
}
|
|
5983
5995
|
}
|
|
5984
5996
|
}
|
|
@@ -6140,10 +6152,10 @@
|
|
|
6140
6152
|
"type": "timestamp"
|
|
6141
6153
|
},
|
|
6142
6154
|
"TrainingJobStatusCounters": {
|
|
6143
|
-
"shape": "
|
|
6155
|
+
"shape": "Sqr"
|
|
6144
6156
|
},
|
|
6145
6157
|
"ObjectiveStatusCounters": {
|
|
6146
|
-
"shape": "
|
|
6158
|
+
"shape": "Sqt"
|
|
6147
6159
|
},
|
|
6148
6160
|
"ResourceLimits": {
|
|
6149
6161
|
"shape": "Sbh"
|
|
@@ -6402,17 +6414,17 @@
|
|
|
6402
6414
|
},
|
|
6403
6415
|
"LabelingJobStatus": {},
|
|
6404
6416
|
"LabelCounters": {
|
|
6405
|
-
"shape": "
|
|
6417
|
+
"shape": "Sri"
|
|
6406
6418
|
},
|
|
6407
6419
|
"WorkteamArn": {},
|
|
6408
6420
|
"PreHumanTaskLambdaArn": {},
|
|
6409
6421
|
"AnnotationConsolidationLambdaArn": {},
|
|
6410
6422
|
"FailureReason": {},
|
|
6411
6423
|
"LabelingJobOutput": {
|
|
6412
|
-
"shape": "
|
|
6424
|
+
"shape": "Srl"
|
|
6413
6425
|
},
|
|
6414
6426
|
"InputConfig": {
|
|
6415
|
-
"shape": "
|
|
6427
|
+
"shape": "Sdj"
|
|
6416
6428
|
}
|
|
6417
6429
|
}
|
|
6418
6430
|
}
|
|
@@ -6559,7 +6571,7 @@
|
|
|
6559
6571
|
],
|
|
6560
6572
|
"members": {
|
|
6561
6573
|
"JobDefinitionSummaries": {
|
|
6562
|
-
"shape": "
|
|
6574
|
+
"shape": "Sx7"
|
|
6563
6575
|
},
|
|
6564
6576
|
"NextToken": {}
|
|
6565
6577
|
}
|
|
@@ -6592,7 +6604,7 @@
|
|
|
6592
6604
|
],
|
|
6593
6605
|
"members": {
|
|
6594
6606
|
"JobDefinitionSummaries": {
|
|
6595
|
-
"shape": "
|
|
6607
|
+
"shape": "Sx7"
|
|
6596
6608
|
},
|
|
6597
6609
|
"NextToken": {}
|
|
6598
6610
|
}
|
|
@@ -6792,7 +6804,7 @@
|
|
|
6792
6804
|
],
|
|
6793
6805
|
"members": {
|
|
6794
6806
|
"JobDefinitionSummaries": {
|
|
6795
|
-
"shape": "
|
|
6807
|
+
"shape": "Sx7"
|
|
6796
6808
|
},
|
|
6797
6809
|
"NextToken": {}
|
|
6798
6810
|
}
|
|
@@ -6889,7 +6901,7 @@
|
|
|
6889
6901
|
"MonitoringExecutionSummaries": {
|
|
6890
6902
|
"type": "list",
|
|
6891
6903
|
"member": {
|
|
6892
|
-
"shape": "
|
|
6904
|
+
"shape": "Ss9"
|
|
6893
6905
|
}
|
|
6894
6906
|
},
|
|
6895
6907
|
"NextToken": {}
|
|
@@ -7070,7 +7082,7 @@
|
|
|
7070
7082
|
"NotebookInstanceLifecycleConfigName": {},
|
|
7071
7083
|
"DefaultCodeRepository": {},
|
|
7072
7084
|
"AdditionalCodeRepositories": {
|
|
7073
|
-
"shape": "
|
|
7085
|
+
"shape": "Sgn"
|
|
7074
7086
|
}
|
|
7075
7087
|
}
|
|
7076
7088
|
}
|
|
@@ -7169,7 +7181,7 @@
|
|
|
7169
7181
|
"CallbackToken": {},
|
|
7170
7182
|
"SqsQueueUrl": {},
|
|
7171
7183
|
"OutputParameters": {
|
|
7172
|
-
"shape": "
|
|
7184
|
+
"shape": "S122"
|
|
7173
7185
|
}
|
|
7174
7186
|
}
|
|
7175
7187
|
},
|
|
@@ -7178,7 +7190,7 @@
|
|
|
7178
7190
|
"members": {
|
|
7179
7191
|
"Arn": {},
|
|
7180
7192
|
"OutputParameters": {
|
|
7181
|
-
"shape": "
|
|
7193
|
+
"shape": "S122"
|
|
7182
7194
|
}
|
|
7183
7195
|
}
|
|
7184
7196
|
},
|
|
@@ -7305,7 +7317,7 @@
|
|
|
7305
7317
|
"type": "structure",
|
|
7306
7318
|
"members": {
|
|
7307
7319
|
"PipelineParameters": {
|
|
7308
|
-
"shape": "
|
|
7320
|
+
"shape": "S12h"
|
|
7309
7321
|
},
|
|
7310
7322
|
"NextToken": {}
|
|
7311
7323
|
}
|
|
@@ -7545,7 +7557,7 @@
|
|
|
7545
7557
|
"SubscribedWorkteams": {
|
|
7546
7558
|
"type": "list",
|
|
7547
7559
|
"member": {
|
|
7548
|
-
"shape": "
|
|
7560
|
+
"shape": "St7"
|
|
7549
7561
|
}
|
|
7550
7562
|
},
|
|
7551
7563
|
"NextToken": {}
|
|
@@ -7664,7 +7676,7 @@
|
|
|
7664
7676
|
"TrainingJobSummaries": {
|
|
7665
7677
|
"type": "list",
|
|
7666
7678
|
"member": {
|
|
7667
|
-
"shape": "
|
|
7679
|
+
"shape": "Sqv"
|
|
7668
7680
|
}
|
|
7669
7681
|
},
|
|
7670
7682
|
"NextToken": {}
|
|
@@ -7767,10 +7779,10 @@
|
|
|
7767
7779
|
"TrialComponentArn": {},
|
|
7768
7780
|
"DisplayName": {},
|
|
7769
7781
|
"TrialComponentSource": {
|
|
7770
|
-
"shape": "
|
|
7782
|
+
"shape": "Sty"
|
|
7771
7783
|
},
|
|
7772
7784
|
"Status": {
|
|
7773
|
-
"shape": "
|
|
7785
|
+
"shape": "Sk6"
|
|
7774
7786
|
},
|
|
7775
7787
|
"StartTime": {
|
|
7776
7788
|
"type": "timestamp"
|
|
@@ -7782,13 +7794,13 @@
|
|
|
7782
7794
|
"type": "timestamp"
|
|
7783
7795
|
},
|
|
7784
7796
|
"CreatedBy": {
|
|
7785
|
-
"shape": "
|
|
7797
|
+
"shape": "Sn5"
|
|
7786
7798
|
},
|
|
7787
7799
|
"LastModifiedTime": {
|
|
7788
7800
|
"type": "timestamp"
|
|
7789
7801
|
},
|
|
7790
7802
|
"LastModifiedBy": {
|
|
7791
|
-
"shape": "
|
|
7803
|
+
"shape": "Sn5"
|
|
7792
7804
|
}
|
|
7793
7805
|
}
|
|
7794
7806
|
}
|
|
@@ -7829,7 +7841,7 @@
|
|
|
7829
7841
|
"TrialName": {},
|
|
7830
7842
|
"DisplayName": {},
|
|
7831
7843
|
"TrialSource": {
|
|
7832
|
-
"shape": "
|
|
7844
|
+
"shape": "Stu"
|
|
7833
7845
|
},
|
|
7834
7846
|
"CreationTime": {
|
|
7835
7847
|
"type": "timestamp"
|
|
@@ -7904,7 +7916,7 @@
|
|
|
7904
7916
|
"Workforces": {
|
|
7905
7917
|
"type": "list",
|
|
7906
7918
|
"member": {
|
|
7907
|
-
"shape": "
|
|
7919
|
+
"shape": "Sua"
|
|
7908
7920
|
}
|
|
7909
7921
|
},
|
|
7910
7922
|
"NextToken": {}
|
|
@@ -7933,7 +7945,7 @@
|
|
|
7933
7945
|
"Workteams": {
|
|
7934
7946
|
"type": "list",
|
|
7935
7947
|
"member": {
|
|
7936
|
-
"shape": "
|
|
7948
|
+
"shape": "Sue"
|
|
7937
7949
|
}
|
|
7938
7950
|
},
|
|
7939
7951
|
"NextToken": {}
|
|
@@ -8055,7 +8067,7 @@
|
|
|
8055
8067
|
"members": {
|
|
8056
8068
|
"DeviceFleetName": {},
|
|
8057
8069
|
"Devices": {
|
|
8058
|
-
"shape": "
|
|
8070
|
+
"shape": "S14t"
|
|
8059
8071
|
},
|
|
8060
8072
|
"Tags": {
|
|
8061
8073
|
"shape": "S7"
|
|
@@ -8125,7 +8137,7 @@
|
|
|
8125
8137
|
"idempotencyToken": true
|
|
8126
8138
|
},
|
|
8127
8139
|
"ParallelismConfiguration": {
|
|
8128
|
-
"shape": "
|
|
8140
|
+
"shape": "Sh7"
|
|
8129
8141
|
}
|
|
8130
8142
|
}
|
|
8131
8143
|
},
|
|
@@ -8145,7 +8157,7 @@
|
|
|
8145
8157
|
"members": {
|
|
8146
8158
|
"Resource": {},
|
|
8147
8159
|
"SearchExpression": {
|
|
8148
|
-
"shape": "
|
|
8160
|
+
"shape": "S154"
|
|
8149
8161
|
},
|
|
8150
8162
|
"SortBy": {},
|
|
8151
8163
|
"SortOrder": {},
|
|
@@ -8164,7 +8176,7 @@
|
|
|
8164
8176
|
"type": "structure",
|
|
8165
8177
|
"members": {
|
|
8166
8178
|
"TrainingJob": {
|
|
8167
|
-
"shape": "
|
|
8179
|
+
"shape": "S15h"
|
|
8168
8180
|
},
|
|
8169
8181
|
"Experiment": {
|
|
8170
8182
|
"type": "structure",
|
|
@@ -8173,20 +8185,20 @@
|
|
|
8173
8185
|
"ExperimentArn": {},
|
|
8174
8186
|
"DisplayName": {},
|
|
8175
8187
|
"Source": {
|
|
8176
|
-
"shape": "
|
|
8188
|
+
"shape": "Sq6"
|
|
8177
8189
|
},
|
|
8178
8190
|
"Description": {},
|
|
8179
8191
|
"CreationTime": {
|
|
8180
8192
|
"type": "timestamp"
|
|
8181
8193
|
},
|
|
8182
8194
|
"CreatedBy": {
|
|
8183
|
-
"shape": "
|
|
8195
|
+
"shape": "Sn5"
|
|
8184
8196
|
},
|
|
8185
8197
|
"LastModifiedTime": {
|
|
8186
8198
|
"type": "timestamp"
|
|
8187
8199
|
},
|
|
8188
8200
|
"LastModifiedBy": {
|
|
8189
|
-
"shape": "
|
|
8201
|
+
"shape": "Sn5"
|
|
8190
8202
|
},
|
|
8191
8203
|
"Tags": {
|
|
8192
8204
|
"shape": "S7"
|
|
@@ -8201,19 +8213,19 @@
|
|
|
8201
8213
|
"DisplayName": {},
|
|
8202
8214
|
"ExperimentName": {},
|
|
8203
8215
|
"Source": {
|
|
8204
|
-
"shape": "
|
|
8216
|
+
"shape": "Stu"
|
|
8205
8217
|
},
|
|
8206
8218
|
"CreationTime": {
|
|
8207
8219
|
"type": "timestamp"
|
|
8208
8220
|
},
|
|
8209
8221
|
"CreatedBy": {
|
|
8210
|
-
"shape": "
|
|
8222
|
+
"shape": "Sn5"
|
|
8211
8223
|
},
|
|
8212
8224
|
"LastModifiedTime": {
|
|
8213
8225
|
"type": "timestamp"
|
|
8214
8226
|
},
|
|
8215
8227
|
"LastModifiedBy": {
|
|
8216
|
-
"shape": "
|
|
8228
|
+
"shape": "Sn5"
|
|
8217
8229
|
},
|
|
8218
8230
|
"MetadataProperties": {
|
|
8219
8231
|
"shape": "S1q"
|
|
@@ -8229,13 +8241,13 @@
|
|
|
8229
8241
|
"TrialComponentName": {},
|
|
8230
8242
|
"TrialComponentArn": {},
|
|
8231
8243
|
"TrialComponentSource": {
|
|
8232
|
-
"shape": "
|
|
8244
|
+
"shape": "Sty"
|
|
8233
8245
|
},
|
|
8234
8246
|
"CreationTime": {
|
|
8235
8247
|
"type": "timestamp"
|
|
8236
8248
|
},
|
|
8237
8249
|
"CreatedBy": {
|
|
8238
|
-
"shape": "
|
|
8250
|
+
"shape": "Sn5"
|
|
8239
8251
|
}
|
|
8240
8252
|
}
|
|
8241
8253
|
}
|
|
@@ -8249,10 +8261,10 @@
|
|
|
8249
8261
|
"DisplayName": {},
|
|
8250
8262
|
"TrialComponentArn": {},
|
|
8251
8263
|
"Source": {
|
|
8252
|
-
"shape": "
|
|
8264
|
+
"shape": "Sty"
|
|
8253
8265
|
},
|
|
8254
8266
|
"Status": {
|
|
8255
|
-
"shape": "
|
|
8267
|
+
"shape": "Sk6"
|
|
8256
8268
|
},
|
|
8257
8269
|
"StartTime": {
|
|
8258
8270
|
"type": "timestamp"
|
|
@@ -8264,25 +8276,25 @@
|
|
|
8264
8276
|
"type": "timestamp"
|
|
8265
8277
|
},
|
|
8266
8278
|
"CreatedBy": {
|
|
8267
|
-
"shape": "
|
|
8279
|
+
"shape": "Sn5"
|
|
8268
8280
|
},
|
|
8269
8281
|
"LastModifiedTime": {
|
|
8270
8282
|
"type": "timestamp"
|
|
8271
8283
|
},
|
|
8272
8284
|
"LastModifiedBy": {
|
|
8273
|
-
"shape": "
|
|
8285
|
+
"shape": "Sn5"
|
|
8274
8286
|
},
|
|
8275
8287
|
"Parameters": {
|
|
8276
|
-
"shape": "
|
|
8288
|
+
"shape": "Ska"
|
|
8277
8289
|
},
|
|
8278
8290
|
"InputArtifacts": {
|
|
8279
|
-
"shape": "
|
|
8291
|
+
"shape": "Ske"
|
|
8280
8292
|
},
|
|
8281
8293
|
"OutputArtifacts": {
|
|
8282
|
-
"shape": "
|
|
8294
|
+
"shape": "Ske"
|
|
8283
8295
|
},
|
|
8284
8296
|
"Metrics": {
|
|
8285
|
-
"shape": "
|
|
8297
|
+
"shape": "Su0"
|
|
8286
8298
|
},
|
|
8287
8299
|
"MetadataProperties": {
|
|
8288
8300
|
"shape": "S1q"
|
|
@@ -8292,36 +8304,36 @@
|
|
|
8292
8304
|
"members": {
|
|
8293
8305
|
"SourceArn": {},
|
|
8294
8306
|
"TrainingJob": {
|
|
8295
|
-
"shape": "
|
|
8307
|
+
"shape": "S15h"
|
|
8296
8308
|
},
|
|
8297
8309
|
"ProcessingJob": {
|
|
8298
8310
|
"type": "structure",
|
|
8299
8311
|
"members": {
|
|
8300
8312
|
"ProcessingInputs": {
|
|
8301
|
-
"shape": "
|
|
8313
|
+
"shape": "Shk"
|
|
8302
8314
|
},
|
|
8303
8315
|
"ProcessingOutputConfig": {
|
|
8304
|
-
"shape": "
|
|
8316
|
+
"shape": "Si7"
|
|
8305
8317
|
},
|
|
8306
8318
|
"ProcessingJobName": {},
|
|
8307
8319
|
"ProcessingResources": {
|
|
8308
|
-
"shape": "
|
|
8320
|
+
"shape": "Sic"
|
|
8309
8321
|
},
|
|
8310
8322
|
"StoppingCondition": {
|
|
8311
|
-
"shape": "
|
|
8323
|
+
"shape": "Sie"
|
|
8312
8324
|
},
|
|
8313
8325
|
"AppSpecification": {
|
|
8314
|
-
"shape": "
|
|
8326
|
+
"shape": "Sig"
|
|
8315
8327
|
},
|
|
8316
8328
|
"Environment": {
|
|
8317
|
-
"shape": "
|
|
8329
|
+
"shape": "Sii"
|
|
8318
8330
|
},
|
|
8319
8331
|
"NetworkConfig": {
|
|
8320
|
-
"shape": "
|
|
8332
|
+
"shape": "Sga"
|
|
8321
8333
|
},
|
|
8322
8334
|
"RoleArn": {},
|
|
8323
8335
|
"ExperimentConfig": {
|
|
8324
|
-
"shape": "
|
|
8336
|
+
"shape": "Sij"
|
|
8325
8337
|
},
|
|
8326
8338
|
"ProcessingJobArn": {},
|
|
8327
8339
|
"ProcessingJobStatus": {},
|
|
@@ -8359,7 +8371,7 @@
|
|
|
8359
8371
|
"type": "integer"
|
|
8360
8372
|
},
|
|
8361
8373
|
"ModelClientConfig": {
|
|
8362
|
-
"shape": "
|
|
8374
|
+
"shape": "Sjv"
|
|
8363
8375
|
},
|
|
8364
8376
|
"MaxPayloadInMB": {
|
|
8365
8377
|
"type": "integer"
|
|
@@ -8389,10 +8401,10 @@
|
|
|
8389
8401
|
"LabelingJobArn": {},
|
|
8390
8402
|
"AutoMLJobArn": {},
|
|
8391
8403
|
"DataProcessing": {
|
|
8392
|
-
"shape": "
|
|
8404
|
+
"shape": "Sjy"
|
|
8393
8405
|
},
|
|
8394
8406
|
"ExperimentConfig": {
|
|
8395
|
-
"shape": "
|
|
8407
|
+
"shape": "Sij"
|
|
8396
8408
|
},
|
|
8397
8409
|
"Tags": {
|
|
8398
8410
|
"shape": "S7"
|
|
@@ -8432,10 +8444,10 @@
|
|
|
8432
8444
|
"EndpointArn": {},
|
|
8433
8445
|
"EndpointConfigName": {},
|
|
8434
8446
|
"ProductionVariants": {
|
|
8435
|
-
"shape": "
|
|
8447
|
+
"shape": "Spn"
|
|
8436
8448
|
},
|
|
8437
8449
|
"DataCaptureConfig": {
|
|
8438
|
-
"shape": "
|
|
8450
|
+
"shape": "Spw"
|
|
8439
8451
|
},
|
|
8440
8452
|
"EndpointStatus": {},
|
|
8441
8453
|
"FailureReason": {},
|
|
@@ -8462,11 +8474,11 @@
|
|
|
8462
8474
|
"type": "timestamp"
|
|
8463
8475
|
},
|
|
8464
8476
|
"MonitoringScheduleConfig": {
|
|
8465
|
-
"shape": "
|
|
8477
|
+
"shape": "Sg2"
|
|
8466
8478
|
},
|
|
8467
8479
|
"EndpointName": {},
|
|
8468
8480
|
"LastMonitoringExecutionSummary": {
|
|
8469
|
-
"shape": "
|
|
8481
|
+
"shape": "Ss9"
|
|
8470
8482
|
},
|
|
8471
8483
|
"Tags": {
|
|
8472
8484
|
"shape": "S7"
|
|
@@ -8496,49 +8508,49 @@
|
|
|
8496
8508
|
"shape": "Sr"
|
|
8497
8509
|
},
|
|
8498
8510
|
"SourceAlgorithmSpecification": {
|
|
8499
|
-
"shape": "
|
|
8511
|
+
"shape": "Sf5"
|
|
8500
8512
|
},
|
|
8501
8513
|
"ValidationSpecification": {
|
|
8502
|
-
"shape": "
|
|
8514
|
+
"shape": "Sf2"
|
|
8503
8515
|
},
|
|
8504
8516
|
"ModelPackageStatus": {},
|
|
8505
8517
|
"ModelPackageStatusDetails": {
|
|
8506
|
-
"shape": "
|
|
8518
|
+
"shape": "Srw"
|
|
8507
8519
|
},
|
|
8508
8520
|
"CertifyForMarketplace": {
|
|
8509
8521
|
"type": "boolean"
|
|
8510
8522
|
},
|
|
8511
8523
|
"ModelApprovalStatus": {},
|
|
8512
8524
|
"CreatedBy": {
|
|
8513
|
-
"shape": "
|
|
8525
|
+
"shape": "Sn5"
|
|
8514
8526
|
},
|
|
8515
8527
|
"MetadataProperties": {
|
|
8516
8528
|
"shape": "S1q"
|
|
8517
8529
|
},
|
|
8518
8530
|
"ModelMetrics": {
|
|
8519
|
-
"shape": "
|
|
8531
|
+
"shape": "Sf8"
|
|
8520
8532
|
},
|
|
8521
8533
|
"LastModifiedTime": {
|
|
8522
8534
|
"type": "timestamp"
|
|
8523
8535
|
},
|
|
8524
8536
|
"LastModifiedBy": {
|
|
8525
|
-
"shape": "
|
|
8537
|
+
"shape": "Sn5"
|
|
8526
8538
|
},
|
|
8527
8539
|
"ApprovalDescription": {},
|
|
8528
8540
|
"Domain": {},
|
|
8529
8541
|
"Task": {},
|
|
8530
8542
|
"SamplePayloadUrl": {},
|
|
8531
8543
|
"AdditionalInferenceSpecifications": {
|
|
8532
|
-
"shape": "
|
|
8544
|
+
"shape": "Sfo"
|
|
8533
8545
|
},
|
|
8534
8546
|
"Tags": {
|
|
8535
8547
|
"shape": "S7"
|
|
8536
8548
|
},
|
|
8537
8549
|
"CustomerMetadataProperties": {
|
|
8538
|
-
"shape": "
|
|
8550
|
+
"shape": "Sff"
|
|
8539
8551
|
},
|
|
8540
8552
|
"DriftCheckBaselines": {
|
|
8541
|
-
"shape": "
|
|
8553
|
+
"shape": "Sfi"
|
|
8542
8554
|
}
|
|
8543
8555
|
}
|
|
8544
8556
|
},
|
|
@@ -8552,7 +8564,7 @@
|
|
|
8552
8564
|
"type": "timestamp"
|
|
8553
8565
|
},
|
|
8554
8566
|
"CreatedBy": {
|
|
8555
|
-
"shape": "
|
|
8567
|
+
"shape": "Sn5"
|
|
8556
8568
|
},
|
|
8557
8569
|
"ModelPackageGroupStatus": {},
|
|
8558
8570
|
"Tags": {
|
|
@@ -8579,13 +8591,13 @@
|
|
|
8579
8591
|
"type": "timestamp"
|
|
8580
8592
|
},
|
|
8581
8593
|
"CreatedBy": {
|
|
8582
|
-
"shape": "
|
|
8594
|
+
"shape": "Sn5"
|
|
8583
8595
|
},
|
|
8584
8596
|
"LastModifiedBy": {
|
|
8585
|
-
"shape": "
|
|
8597
|
+
"shape": "Sn5"
|
|
8586
8598
|
},
|
|
8587
8599
|
"ParallelismConfiguration": {
|
|
8588
|
-
"shape": "
|
|
8600
|
+
"shape": "Sh7"
|
|
8589
8601
|
},
|
|
8590
8602
|
"Tags": {
|
|
8591
8603
|
"shape": "S7"
|
|
@@ -8601,7 +8613,7 @@
|
|
|
8601
8613
|
"PipelineExecutionStatus": {},
|
|
8602
8614
|
"PipelineExecutionDescription": {},
|
|
8603
8615
|
"PipelineExperimentConfig": {
|
|
8604
|
-
"shape": "
|
|
8616
|
+
"shape": "Sss"
|
|
8605
8617
|
},
|
|
8606
8618
|
"FailureReason": {},
|
|
8607
8619
|
"CreationTime": {
|
|
@@ -8611,16 +8623,16 @@
|
|
|
8611
8623
|
"type": "timestamp"
|
|
8612
8624
|
},
|
|
8613
8625
|
"CreatedBy": {
|
|
8614
|
-
"shape": "
|
|
8626
|
+
"shape": "Sn5"
|
|
8615
8627
|
},
|
|
8616
8628
|
"LastModifiedBy": {
|
|
8617
|
-
"shape": "
|
|
8629
|
+
"shape": "Sn5"
|
|
8618
8630
|
},
|
|
8619
8631
|
"ParallelismConfiguration": {
|
|
8620
|
-
"shape": "
|
|
8632
|
+
"shape": "Sh7"
|
|
8621
8633
|
},
|
|
8622
8634
|
"PipelineParameters": {
|
|
8623
|
-
"shape": "
|
|
8635
|
+
"shape": "S12h"
|
|
8624
8636
|
}
|
|
8625
8637
|
}
|
|
8626
8638
|
},
|
|
@@ -8646,7 +8658,7 @@
|
|
|
8646
8658
|
"RoleArn": {},
|
|
8647
8659
|
"FeatureGroupStatus": {},
|
|
8648
8660
|
"OfflineStoreStatus": {
|
|
8649
|
-
"shape": "
|
|
8661
|
+
"shape": "Sqc"
|
|
8650
8662
|
},
|
|
8651
8663
|
"FailureReason": {},
|
|
8652
8664
|
"Description": {},
|
|
@@ -8663,14 +8675,14 @@
|
|
|
8663
8675
|
"ProjectId": {},
|
|
8664
8676
|
"ProjectDescription": {},
|
|
8665
8677
|
"ServiceCatalogProvisioningDetails": {
|
|
8666
|
-
"shape": "
|
|
8678
|
+
"shape": "Sio"
|
|
8667
8679
|
},
|
|
8668
8680
|
"ServiceCatalogProvisionedProductDetails": {
|
|
8669
|
-
"shape": "
|
|
8681
|
+
"shape": "St0"
|
|
8670
8682
|
},
|
|
8671
8683
|
"ProjectStatus": {},
|
|
8672
8684
|
"CreatedBy": {
|
|
8673
|
-
"shape": "
|
|
8685
|
+
"shape": "Sn5"
|
|
8674
8686
|
},
|
|
8675
8687
|
"CreationTime": {
|
|
8676
8688
|
"type": "timestamp"
|
|
@@ -8682,7 +8694,7 @@
|
|
|
8682
8694
|
"type": "timestamp"
|
|
8683
8695
|
},
|
|
8684
8696
|
"LastModifiedBy": {
|
|
8685
|
-
"shape": "
|
|
8697
|
+
"shape": "Sn5"
|
|
8686
8698
|
}
|
|
8687
8699
|
}
|
|
8688
8700
|
}
|
|
@@ -8723,7 +8735,7 @@
|
|
|
8723
8735
|
"members": {
|
|
8724
8736
|
"CallbackToken": {},
|
|
8725
8737
|
"OutputParameters": {
|
|
8726
|
-
"shape": "
|
|
8738
|
+
"shape": "S122"
|
|
8727
8739
|
},
|
|
8728
8740
|
"ClientRequestToken": {
|
|
8729
8741
|
"idempotencyToken": true
|
|
@@ -8770,14 +8782,14 @@
|
|
|
8770
8782
|
"PipelineName": {},
|
|
8771
8783
|
"PipelineExecutionDisplayName": {},
|
|
8772
8784
|
"PipelineParameters": {
|
|
8773
|
-
"shape": "
|
|
8785
|
+
"shape": "S12h"
|
|
8774
8786
|
},
|
|
8775
8787
|
"PipelineExecutionDescription": {},
|
|
8776
8788
|
"ClientRequestToken": {
|
|
8777
8789
|
"idempotencyToken": true
|
|
8778
8790
|
},
|
|
8779
8791
|
"ParallelismConfiguration": {
|
|
8780
|
-
"shape": "
|
|
8792
|
+
"shape": "Sh7"
|
|
8781
8793
|
}
|
|
8782
8794
|
}
|
|
8783
8795
|
},
|
|
@@ -8944,7 +8956,7 @@
|
|
|
8944
8956
|
"shape": "S1o"
|
|
8945
8957
|
},
|
|
8946
8958
|
"PropertiesToRemove": {
|
|
8947
|
-
"shape": "
|
|
8959
|
+
"shape": "S16n"
|
|
8948
8960
|
}
|
|
8949
8961
|
}
|
|
8950
8962
|
},
|
|
@@ -8988,7 +9000,7 @@
|
|
|
8988
9000
|
"shape": "S1o"
|
|
8989
9001
|
},
|
|
8990
9002
|
"PropertiesToRemove": {
|
|
8991
|
-
"shape": "
|
|
9003
|
+
"shape": "S16n"
|
|
8992
9004
|
}
|
|
8993
9005
|
}
|
|
8994
9006
|
},
|
|
@@ -9038,7 +9050,7 @@
|
|
|
9038
9050
|
"shape": "S1o"
|
|
9039
9051
|
},
|
|
9040
9052
|
"PropertiesToRemove": {
|
|
9041
|
-
"shape": "
|
|
9053
|
+
"shape": "S16n"
|
|
9042
9054
|
}
|
|
9043
9055
|
}
|
|
9044
9056
|
},
|
|
@@ -9079,7 +9091,7 @@
|
|
|
9079
9091
|
"members": {
|
|
9080
9092
|
"DeviceFleetName": {},
|
|
9081
9093
|
"Devices": {
|
|
9082
|
-
"shape": "
|
|
9094
|
+
"shape": "S14t"
|
|
9083
9095
|
}
|
|
9084
9096
|
}
|
|
9085
9097
|
}
|
|
@@ -9257,14 +9269,14 @@
|
|
|
9257
9269
|
"ModelApprovalStatus": {},
|
|
9258
9270
|
"ApprovalDescription": {},
|
|
9259
9271
|
"CustomerMetadataProperties": {
|
|
9260
|
-
"shape": "
|
|
9272
|
+
"shape": "Sff"
|
|
9261
9273
|
},
|
|
9262
9274
|
"CustomerMetadataPropertiesToRemove": {
|
|
9263
9275
|
"type": "list",
|
|
9264
9276
|
"member": {}
|
|
9265
9277
|
},
|
|
9266
9278
|
"AdditionalInferenceSpecificationsToAdd": {
|
|
9267
|
-
"shape": "
|
|
9279
|
+
"shape": "Sfo"
|
|
9268
9280
|
}
|
|
9269
9281
|
}
|
|
9270
9282
|
},
|
|
@@ -9288,7 +9300,7 @@
|
|
|
9288
9300
|
"members": {
|
|
9289
9301
|
"MonitoringScheduleName": {},
|
|
9290
9302
|
"MonitoringScheduleConfig": {
|
|
9291
|
-
"shape": "
|
|
9303
|
+
"shape": "Sg2"
|
|
9292
9304
|
}
|
|
9293
9305
|
}
|
|
9294
9306
|
},
|
|
@@ -9321,10 +9333,10 @@
|
|
|
9321
9333
|
},
|
|
9322
9334
|
"DefaultCodeRepository": {},
|
|
9323
9335
|
"AdditionalCodeRepositories": {
|
|
9324
|
-
"shape": "
|
|
9336
|
+
"shape": "Sgn"
|
|
9325
9337
|
},
|
|
9326
9338
|
"AcceleratorTypes": {
|
|
9327
|
-
"shape": "
|
|
9339
|
+
"shape": "Sgk"
|
|
9328
9340
|
},
|
|
9329
9341
|
"DisassociateAcceleratorTypes": {
|
|
9330
9342
|
"type": "boolean"
|
|
@@ -9352,10 +9364,10 @@
|
|
|
9352
9364
|
"members": {
|
|
9353
9365
|
"NotebookInstanceLifecycleConfigName": {},
|
|
9354
9366
|
"OnCreate": {
|
|
9355
|
-
"shape": "
|
|
9367
|
+
"shape": "Sgt"
|
|
9356
9368
|
},
|
|
9357
9369
|
"OnStart": {
|
|
9358
|
-
"shape": "
|
|
9370
|
+
"shape": "Sgt"
|
|
9359
9371
|
}
|
|
9360
9372
|
}
|
|
9361
9373
|
},
|
|
@@ -9375,12 +9387,12 @@
|
|
|
9375
9387
|
"PipelineDisplayName": {},
|
|
9376
9388
|
"PipelineDefinition": {},
|
|
9377
9389
|
"PipelineDefinitionS3Location": {
|
|
9378
|
-
"shape": "
|
|
9390
|
+
"shape": "Sh1"
|
|
9379
9391
|
},
|
|
9380
9392
|
"PipelineDescription": {},
|
|
9381
9393
|
"RoleArn": {},
|
|
9382
9394
|
"ParallelismConfiguration": {
|
|
9383
|
-
"shape": "
|
|
9395
|
+
"shape": "Sh7"
|
|
9384
9396
|
}
|
|
9385
9397
|
}
|
|
9386
9398
|
},
|
|
@@ -9402,7 +9414,7 @@
|
|
|
9402
9414
|
"PipelineExecutionDescription": {},
|
|
9403
9415
|
"PipelineExecutionDisplayName": {},
|
|
9404
9416
|
"ParallelismConfiguration": {
|
|
9405
|
-
"shape": "
|
|
9417
|
+
"shape": "Sh7"
|
|
9406
9418
|
}
|
|
9407
9419
|
}
|
|
9408
9420
|
},
|
|
@@ -9427,7 +9439,7 @@
|
|
|
9427
9439
|
"members": {
|
|
9428
9440
|
"ProvisioningArtifactId": {},
|
|
9429
9441
|
"ProvisioningParameters": {
|
|
9430
|
-
"shape": "
|
|
9442
|
+
"shape": "Siq"
|
|
9431
9443
|
}
|
|
9432
9444
|
}
|
|
9433
9445
|
},
|
|
@@ -9462,7 +9474,7 @@
|
|
|
9462
9474
|
"type": "long"
|
|
9463
9475
|
},
|
|
9464
9476
|
"ProfilingParameters": {
|
|
9465
|
-
"shape": "
|
|
9477
|
+
"shape": "Sjl"
|
|
9466
9478
|
},
|
|
9467
9479
|
"DisableProfiler": {
|
|
9468
9480
|
"type": "boolean"
|
|
@@ -9470,7 +9482,7 @@
|
|
|
9470
9482
|
}
|
|
9471
9483
|
},
|
|
9472
9484
|
"ProfilerRuleConfigurations": {
|
|
9473
|
-
"shape": "
|
|
9485
|
+
"shape": "Sjm"
|
|
9474
9486
|
}
|
|
9475
9487
|
}
|
|
9476
9488
|
},
|
|
@@ -9512,7 +9524,7 @@
|
|
|
9512
9524
|
"TrialComponentName": {},
|
|
9513
9525
|
"DisplayName": {},
|
|
9514
9526
|
"Status": {
|
|
9515
|
-
"shape": "
|
|
9527
|
+
"shape": "Sk6"
|
|
9516
9528
|
},
|
|
9517
9529
|
"StartTime": {
|
|
9518
9530
|
"type": "timestamp"
|
|
@@ -9521,22 +9533,22 @@
|
|
|
9521
9533
|
"type": "timestamp"
|
|
9522
9534
|
},
|
|
9523
9535
|
"Parameters": {
|
|
9524
|
-
"shape": "
|
|
9536
|
+
"shape": "Ska"
|
|
9525
9537
|
},
|
|
9526
9538
|
"ParametersToRemove": {
|
|
9527
|
-
"shape": "
|
|
9539
|
+
"shape": "S18a"
|
|
9528
9540
|
},
|
|
9529
9541
|
"InputArtifacts": {
|
|
9530
|
-
"shape": "
|
|
9542
|
+
"shape": "Ske"
|
|
9531
9543
|
},
|
|
9532
9544
|
"InputArtifactsToRemove": {
|
|
9533
|
-
"shape": "
|
|
9545
|
+
"shape": "S18a"
|
|
9534
9546
|
},
|
|
9535
9547
|
"OutputArtifacts": {
|
|
9536
|
-
"shape": "
|
|
9548
|
+
"shape": "Ske"
|
|
9537
9549
|
},
|
|
9538
9550
|
"OutputArtifactsToRemove": {
|
|
9539
|
-
"shape": "
|
|
9551
|
+
"shape": "S18a"
|
|
9540
9552
|
}
|
|
9541
9553
|
}
|
|
9542
9554
|
},
|
|
@@ -9578,10 +9590,10 @@
|
|
|
9578
9590
|
"members": {
|
|
9579
9591
|
"WorkforceName": {},
|
|
9580
9592
|
"SourceIpConfig": {
|
|
9581
|
-
"shape": "
|
|
9593
|
+
"shape": "Skv"
|
|
9582
9594
|
},
|
|
9583
9595
|
"OidcConfig": {
|
|
9584
|
-
"shape": "
|
|
9596
|
+
"shape": "Sks"
|
|
9585
9597
|
}
|
|
9586
9598
|
}
|
|
9587
9599
|
},
|
|
@@ -9592,7 +9604,7 @@
|
|
|
9592
9604
|
],
|
|
9593
9605
|
"members": {
|
|
9594
9606
|
"Workforce": {
|
|
9595
|
-
"shape": "
|
|
9607
|
+
"shape": "Sua"
|
|
9596
9608
|
}
|
|
9597
9609
|
}
|
|
9598
9610
|
}
|
|
@@ -9606,11 +9618,11 @@
|
|
|
9606
9618
|
"members": {
|
|
9607
9619
|
"WorkteamName": {},
|
|
9608
9620
|
"MemberDefinitions": {
|
|
9609
|
-
"shape": "
|
|
9621
|
+
"shape": "Sl3"
|
|
9610
9622
|
},
|
|
9611
9623
|
"Description": {},
|
|
9612
9624
|
"NotificationConfiguration": {
|
|
9613
|
-
"shape": "
|
|
9625
|
+
"shape": "Slb"
|
|
9614
9626
|
}
|
|
9615
9627
|
}
|
|
9616
9628
|
},
|
|
@@ -9621,7 +9633,7 @@
|
|
|
9621
9633
|
],
|
|
9622
9634
|
"members": {
|
|
9623
9635
|
"Workteam": {
|
|
9624
|
-
"shape": "
|
|
9636
|
+
"shape": "Sue"
|
|
9625
9637
|
}
|
|
9626
9638
|
}
|
|
9627
9639
|
}
|
|
@@ -11333,7 +11345,8 @@
|
|
|
11333
11345
|
}
|
|
11334
11346
|
}
|
|
11335
11347
|
}
|
|
11336
|
-
}
|
|
11348
|
+
},
|
|
11349
|
+
"VolumeKmsKeyId": {}
|
|
11337
11350
|
}
|
|
11338
11351
|
},
|
|
11339
11352
|
"Sd8": {
|
|
@@ -11356,7 +11369,7 @@
|
|
|
11356
11369
|
}
|
|
11357
11370
|
}
|
|
11358
11371
|
},
|
|
11359
|
-
"
|
|
11372
|
+
"Sdj": {
|
|
11360
11373
|
"type": "structure",
|
|
11361
11374
|
"required": [
|
|
11362
11375
|
"DataSource"
|
|
@@ -11396,7 +11409,7 @@
|
|
|
11396
11409
|
}
|
|
11397
11410
|
}
|
|
11398
11411
|
},
|
|
11399
|
-
"
|
|
11412
|
+
"Sdq": {
|
|
11400
11413
|
"type": "structure",
|
|
11401
11414
|
"required": [
|
|
11402
11415
|
"S3OutputPath"
|
|
@@ -11407,7 +11420,7 @@
|
|
|
11407
11420
|
"SnsTopicArn": {}
|
|
11408
11421
|
}
|
|
11409
11422
|
},
|
|
11410
|
-
"
|
|
11423
|
+
"Sdr": {
|
|
11411
11424
|
"type": "structure",
|
|
11412
11425
|
"members": {
|
|
11413
11426
|
"MaxHumanLabeledObjectCount": {
|
|
@@ -11418,7 +11431,7 @@
|
|
|
11418
11431
|
}
|
|
11419
11432
|
}
|
|
11420
11433
|
},
|
|
11421
|
-
"
|
|
11434
|
+
"Sdu": {
|
|
11422
11435
|
"type": "structure",
|
|
11423
11436
|
"required": [
|
|
11424
11437
|
"LabelingJobAlgorithmSpecificationArn"
|
|
@@ -11434,7 +11447,7 @@
|
|
|
11434
11447
|
}
|
|
11435
11448
|
}
|
|
11436
11449
|
},
|
|
11437
|
-
"
|
|
11450
|
+
"Sdy": {
|
|
11438
11451
|
"type": "structure",
|
|
11439
11452
|
"required": [
|
|
11440
11453
|
"WorkteamArn",
|
|
@@ -11488,7 +11501,7 @@
|
|
|
11488
11501
|
}
|
|
11489
11502
|
}
|
|
11490
11503
|
},
|
|
11491
|
-
"
|
|
11504
|
+
"Sed": {
|
|
11492
11505
|
"type": "structure",
|
|
11493
11506
|
"members": {
|
|
11494
11507
|
"ContainerHostname": {},
|
|
@@ -11526,13 +11539,13 @@
|
|
|
11526
11539
|
}
|
|
11527
11540
|
}
|
|
11528
11541
|
},
|
|
11529
|
-
"
|
|
11542
|
+
"Sem": {
|
|
11530
11543
|
"type": "list",
|
|
11531
11544
|
"member": {
|
|
11532
|
-
"shape": "
|
|
11545
|
+
"shape": "Sed"
|
|
11533
11546
|
}
|
|
11534
11547
|
},
|
|
11535
|
-
"
|
|
11548
|
+
"Sen": {
|
|
11536
11549
|
"type": "structure",
|
|
11537
11550
|
"required": [
|
|
11538
11551
|
"Mode"
|
|
@@ -11541,7 +11554,7 @@
|
|
|
11541
11554
|
"Mode": {}
|
|
11542
11555
|
}
|
|
11543
11556
|
},
|
|
11544
|
-
"
|
|
11557
|
+
"Ser": {
|
|
11545
11558
|
"type": "structure",
|
|
11546
11559
|
"members": {
|
|
11547
11560
|
"BaseliningJobName": {},
|
|
@@ -11550,7 +11563,7 @@
|
|
|
11550
11563
|
}
|
|
11551
11564
|
}
|
|
11552
11565
|
},
|
|
11553
|
-
"
|
|
11566
|
+
"Ses": {
|
|
11554
11567
|
"type": "structure",
|
|
11555
11568
|
"required": [
|
|
11556
11569
|
"ImageUri",
|
|
@@ -11564,7 +11577,7 @@
|
|
|
11564
11577
|
}
|
|
11565
11578
|
}
|
|
11566
11579
|
},
|
|
11567
|
-
"
|
|
11580
|
+
"Set": {
|
|
11568
11581
|
"type": "structure",
|
|
11569
11582
|
"required": [
|
|
11570
11583
|
"EndpointInput",
|
|
@@ -11575,17 +11588,17 @@
|
|
|
11575
11588
|
"shape": "S70"
|
|
11576
11589
|
},
|
|
11577
11590
|
"GroundTruthS3Input": {
|
|
11578
|
-
"shape": "
|
|
11591
|
+
"shape": "Seu"
|
|
11579
11592
|
}
|
|
11580
11593
|
}
|
|
11581
11594
|
},
|
|
11582
|
-
"
|
|
11595
|
+
"Seu": {
|
|
11583
11596
|
"type": "structure",
|
|
11584
11597
|
"members": {
|
|
11585
11598
|
"S3Uri": {}
|
|
11586
11599
|
}
|
|
11587
11600
|
},
|
|
11588
|
-
"
|
|
11601
|
+
"Sex": {
|
|
11589
11602
|
"type": "structure",
|
|
11590
11603
|
"members": {
|
|
11591
11604
|
"BaseliningJobName": {},
|
|
@@ -11594,7 +11607,7 @@
|
|
|
11594
11607
|
}
|
|
11595
11608
|
}
|
|
11596
11609
|
},
|
|
11597
|
-
"
|
|
11610
|
+
"Sey": {
|
|
11598
11611
|
"type": "structure",
|
|
11599
11612
|
"required": [
|
|
11600
11613
|
"ImageUri",
|
|
@@ -11608,7 +11621,7 @@
|
|
|
11608
11621
|
}
|
|
11609
11622
|
}
|
|
11610
11623
|
},
|
|
11611
|
-
"
|
|
11624
|
+
"Sez": {
|
|
11612
11625
|
"type": "structure",
|
|
11613
11626
|
"required": [
|
|
11614
11627
|
"EndpointInput"
|
|
@@ -11619,7 +11632,7 @@
|
|
|
11619
11632
|
}
|
|
11620
11633
|
}
|
|
11621
11634
|
},
|
|
11622
|
-
"
|
|
11635
|
+
"Sf2": {
|
|
11623
11636
|
"type": "structure",
|
|
11624
11637
|
"required": [
|
|
11625
11638
|
"ValidationRole",
|
|
@@ -11645,7 +11658,7 @@
|
|
|
11645
11658
|
}
|
|
11646
11659
|
}
|
|
11647
11660
|
},
|
|
11648
|
-
"
|
|
11661
|
+
"Sf5": {
|
|
11649
11662
|
"type": "structure",
|
|
11650
11663
|
"required": [
|
|
11651
11664
|
"SourceAlgorithms"
|
|
@@ -11666,17 +11679,17 @@
|
|
|
11666
11679
|
}
|
|
11667
11680
|
}
|
|
11668
11681
|
},
|
|
11669
|
-
"
|
|
11682
|
+
"Sf8": {
|
|
11670
11683
|
"type": "structure",
|
|
11671
11684
|
"members": {
|
|
11672
11685
|
"ModelQuality": {
|
|
11673
11686
|
"type": "structure",
|
|
11674
11687
|
"members": {
|
|
11675
11688
|
"Statistics": {
|
|
11676
|
-
"shape": "
|
|
11689
|
+
"shape": "Sfa"
|
|
11677
11690
|
},
|
|
11678
11691
|
"Constraints": {
|
|
11679
|
-
"shape": "
|
|
11692
|
+
"shape": "Sfa"
|
|
11680
11693
|
}
|
|
11681
11694
|
}
|
|
11682
11695
|
},
|
|
@@ -11684,10 +11697,10 @@
|
|
|
11684
11697
|
"type": "structure",
|
|
11685
11698
|
"members": {
|
|
11686
11699
|
"Statistics": {
|
|
11687
|
-
"shape": "
|
|
11700
|
+
"shape": "Sfa"
|
|
11688
11701
|
},
|
|
11689
11702
|
"Constraints": {
|
|
11690
|
-
"shape": "
|
|
11703
|
+
"shape": "Sfa"
|
|
11691
11704
|
}
|
|
11692
11705
|
}
|
|
11693
11706
|
},
|
|
@@ -11695,13 +11708,13 @@
|
|
|
11695
11708
|
"type": "structure",
|
|
11696
11709
|
"members": {
|
|
11697
11710
|
"Report": {
|
|
11698
|
-
"shape": "
|
|
11711
|
+
"shape": "Sfa"
|
|
11699
11712
|
},
|
|
11700
11713
|
"PreTrainingReport": {
|
|
11701
|
-
"shape": "
|
|
11714
|
+
"shape": "Sfa"
|
|
11702
11715
|
},
|
|
11703
11716
|
"PostTrainingReport": {
|
|
11704
|
-
"shape": "
|
|
11717
|
+
"shape": "Sfa"
|
|
11705
11718
|
}
|
|
11706
11719
|
}
|
|
11707
11720
|
},
|
|
@@ -11709,13 +11722,13 @@
|
|
|
11709
11722
|
"type": "structure",
|
|
11710
11723
|
"members": {
|
|
11711
11724
|
"Report": {
|
|
11712
|
-
"shape": "
|
|
11725
|
+
"shape": "Sfa"
|
|
11713
11726
|
}
|
|
11714
11727
|
}
|
|
11715
11728
|
}
|
|
11716
11729
|
}
|
|
11717
11730
|
},
|
|
11718
|
-
"
|
|
11731
|
+
"Sfa": {
|
|
11719
11732
|
"type": "structure",
|
|
11720
11733
|
"required": [
|
|
11721
11734
|
"ContentType",
|
|
@@ -11727,25 +11740,25 @@
|
|
|
11727
11740
|
"S3Uri": {}
|
|
11728
11741
|
}
|
|
11729
11742
|
},
|
|
11730
|
-
"
|
|
11743
|
+
"Sff": {
|
|
11731
11744
|
"type": "map",
|
|
11732
11745
|
"key": {},
|
|
11733
11746
|
"value": {}
|
|
11734
11747
|
},
|
|
11735
|
-
"
|
|
11748
|
+
"Sfi": {
|
|
11736
11749
|
"type": "structure",
|
|
11737
11750
|
"members": {
|
|
11738
11751
|
"Bias": {
|
|
11739
11752
|
"type": "structure",
|
|
11740
11753
|
"members": {
|
|
11741
11754
|
"ConfigFile": {
|
|
11742
|
-
"shape": "
|
|
11755
|
+
"shape": "Sfk"
|
|
11743
11756
|
},
|
|
11744
11757
|
"PreTrainingConstraints": {
|
|
11745
|
-
"shape": "
|
|
11758
|
+
"shape": "Sfa"
|
|
11746
11759
|
},
|
|
11747
11760
|
"PostTrainingConstraints": {
|
|
11748
|
-
"shape": "
|
|
11761
|
+
"shape": "Sfa"
|
|
11749
11762
|
}
|
|
11750
11763
|
}
|
|
11751
11764
|
},
|
|
@@ -11753,10 +11766,10 @@
|
|
|
11753
11766
|
"type": "structure",
|
|
11754
11767
|
"members": {
|
|
11755
11768
|
"Constraints": {
|
|
11756
|
-
"shape": "
|
|
11769
|
+
"shape": "Sfa"
|
|
11757
11770
|
},
|
|
11758
11771
|
"ConfigFile": {
|
|
11759
|
-
"shape": "
|
|
11772
|
+
"shape": "Sfk"
|
|
11760
11773
|
}
|
|
11761
11774
|
}
|
|
11762
11775
|
},
|
|
@@ -11764,10 +11777,10 @@
|
|
|
11764
11777
|
"type": "structure",
|
|
11765
11778
|
"members": {
|
|
11766
11779
|
"Statistics": {
|
|
11767
|
-
"shape": "
|
|
11780
|
+
"shape": "Sfa"
|
|
11768
11781
|
},
|
|
11769
11782
|
"Constraints": {
|
|
11770
|
-
"shape": "
|
|
11783
|
+
"shape": "Sfa"
|
|
11771
11784
|
}
|
|
11772
11785
|
}
|
|
11773
11786
|
},
|
|
@@ -11775,16 +11788,16 @@
|
|
|
11775
11788
|
"type": "structure",
|
|
11776
11789
|
"members": {
|
|
11777
11790
|
"Statistics": {
|
|
11778
|
-
"shape": "
|
|
11791
|
+
"shape": "Sfa"
|
|
11779
11792
|
},
|
|
11780
11793
|
"Constraints": {
|
|
11781
|
-
"shape": "
|
|
11794
|
+
"shape": "Sfa"
|
|
11782
11795
|
}
|
|
11783
11796
|
}
|
|
11784
11797
|
}
|
|
11785
11798
|
}
|
|
11786
11799
|
},
|
|
11787
|
-
"
|
|
11800
|
+
"Sfk": {
|
|
11788
11801
|
"type": "structure",
|
|
11789
11802
|
"required": [
|
|
11790
11803
|
"S3Uri"
|
|
@@ -11795,7 +11808,7 @@
|
|
|
11795
11808
|
"S3Uri": {}
|
|
11796
11809
|
}
|
|
11797
11810
|
},
|
|
11798
|
-
"
|
|
11811
|
+
"Sfo": {
|
|
11799
11812
|
"type": "list",
|
|
11800
11813
|
"member": {
|
|
11801
11814
|
"type": "structure",
|
|
@@ -11824,7 +11837,7 @@
|
|
|
11824
11837
|
}
|
|
11825
11838
|
}
|
|
11826
11839
|
},
|
|
11827
|
-
"
|
|
11840
|
+
"Sfv": {
|
|
11828
11841
|
"type": "structure",
|
|
11829
11842
|
"members": {
|
|
11830
11843
|
"BaseliningJobName": {},
|
|
@@ -11833,7 +11846,7 @@
|
|
|
11833
11846
|
}
|
|
11834
11847
|
}
|
|
11835
11848
|
},
|
|
11836
|
-
"
|
|
11849
|
+
"Sfw": {
|
|
11837
11850
|
"type": "structure",
|
|
11838
11851
|
"required": [
|
|
11839
11852
|
"ImageUri"
|
|
@@ -11854,7 +11867,7 @@
|
|
|
11854
11867
|
}
|
|
11855
11868
|
}
|
|
11856
11869
|
},
|
|
11857
|
-
"
|
|
11870
|
+
"Sfy": {
|
|
11858
11871
|
"type": "structure",
|
|
11859
11872
|
"required": [
|
|
11860
11873
|
"EndpointInput",
|
|
@@ -11865,11 +11878,11 @@
|
|
|
11865
11878
|
"shape": "S70"
|
|
11866
11879
|
},
|
|
11867
11880
|
"GroundTruthS3Input": {
|
|
11868
|
-
"shape": "
|
|
11881
|
+
"shape": "Seu"
|
|
11869
11882
|
}
|
|
11870
11883
|
}
|
|
11871
11884
|
},
|
|
11872
|
-
"
|
|
11885
|
+
"Sg2": {
|
|
11873
11886
|
"type": "structure",
|
|
11874
11887
|
"members": {
|
|
11875
11888
|
"ScheduleConfig": {
|
|
@@ -11947,7 +11960,7 @@
|
|
|
11947
11960
|
"shape": "S6w"
|
|
11948
11961
|
},
|
|
11949
11962
|
"NetworkConfig": {
|
|
11950
|
-
"shape": "
|
|
11963
|
+
"shape": "Sga"
|
|
11951
11964
|
},
|
|
11952
11965
|
"RoleArn": {}
|
|
11953
11966
|
}
|
|
@@ -11956,7 +11969,7 @@
|
|
|
11956
11969
|
"MonitoringType": {}
|
|
11957
11970
|
}
|
|
11958
11971
|
},
|
|
11959
|
-
"
|
|
11972
|
+
"Sga": {
|
|
11960
11973
|
"type": "structure",
|
|
11961
11974
|
"members": {
|
|
11962
11975
|
"EnableInterContainerTrafficEncryption": {
|
|
@@ -11970,15 +11983,15 @@
|
|
|
11970
11983
|
}
|
|
11971
11984
|
}
|
|
11972
11985
|
},
|
|
11973
|
-
"
|
|
11986
|
+
"Sgk": {
|
|
11974
11987
|
"type": "list",
|
|
11975
11988
|
"member": {}
|
|
11976
11989
|
},
|
|
11977
|
-
"
|
|
11990
|
+
"Sgn": {
|
|
11978
11991
|
"type": "list",
|
|
11979
11992
|
"member": {}
|
|
11980
11993
|
},
|
|
11981
|
-
"
|
|
11994
|
+
"Sgt": {
|
|
11982
11995
|
"type": "list",
|
|
11983
11996
|
"member": {
|
|
11984
11997
|
"type": "structure",
|
|
@@ -11987,7 +12000,7 @@
|
|
|
11987
12000
|
}
|
|
11988
12001
|
}
|
|
11989
12002
|
},
|
|
11990
|
-
"
|
|
12003
|
+
"Sh1": {
|
|
11991
12004
|
"type": "structure",
|
|
11992
12005
|
"required": [
|
|
11993
12006
|
"Bucket",
|
|
@@ -11999,7 +12012,7 @@
|
|
|
11999
12012
|
"VersionId": {}
|
|
12000
12013
|
}
|
|
12001
12014
|
},
|
|
12002
|
-
"
|
|
12015
|
+
"Sh7": {
|
|
12003
12016
|
"type": "structure",
|
|
12004
12017
|
"required": [
|
|
12005
12018
|
"MaxParallelExecutionSteps"
|
|
@@ -12010,7 +12023,7 @@
|
|
|
12010
12023
|
}
|
|
12011
12024
|
}
|
|
12012
12025
|
},
|
|
12013
|
-
"
|
|
12026
|
+
"Shk": {
|
|
12014
12027
|
"type": "list",
|
|
12015
12028
|
"member": {
|
|
12016
12029
|
"type": "structure",
|
|
@@ -12091,7 +12104,7 @@
|
|
|
12091
12104
|
}
|
|
12092
12105
|
}
|
|
12093
12106
|
},
|
|
12094
|
-
"
|
|
12107
|
+
"Si7": {
|
|
12095
12108
|
"type": "structure",
|
|
12096
12109
|
"required": [
|
|
12097
12110
|
"Outputs"
|
|
@@ -12137,7 +12150,7 @@
|
|
|
12137
12150
|
"KmsKeyId": {}
|
|
12138
12151
|
}
|
|
12139
12152
|
},
|
|
12140
|
-
"
|
|
12153
|
+
"Sic": {
|
|
12141
12154
|
"type": "structure",
|
|
12142
12155
|
"required": [
|
|
12143
12156
|
"ClusterConfig"
|
|
@@ -12163,7 +12176,7 @@
|
|
|
12163
12176
|
}
|
|
12164
12177
|
}
|
|
12165
12178
|
},
|
|
12166
|
-
"
|
|
12179
|
+
"Sie": {
|
|
12167
12180
|
"type": "structure",
|
|
12168
12181
|
"required": [
|
|
12169
12182
|
"MaxRuntimeInSeconds"
|
|
@@ -12174,7 +12187,7 @@
|
|
|
12174
12187
|
}
|
|
12175
12188
|
}
|
|
12176
12189
|
},
|
|
12177
|
-
"
|
|
12190
|
+
"Sig": {
|
|
12178
12191
|
"type": "structure",
|
|
12179
12192
|
"required": [
|
|
12180
12193
|
"ImageUri"
|
|
@@ -12190,12 +12203,12 @@
|
|
|
12190
12203
|
}
|
|
12191
12204
|
}
|
|
12192
12205
|
},
|
|
12193
|
-
"
|
|
12206
|
+
"Sii": {
|
|
12194
12207
|
"type": "map",
|
|
12195
12208
|
"key": {},
|
|
12196
12209
|
"value": {}
|
|
12197
12210
|
},
|
|
12198
|
-
"
|
|
12211
|
+
"Sij": {
|
|
12199
12212
|
"type": "structure",
|
|
12200
12213
|
"members": {
|
|
12201
12214
|
"ExperimentName": {},
|
|
@@ -12203,7 +12216,7 @@
|
|
|
12203
12216
|
"TrialComponentDisplayName": {}
|
|
12204
12217
|
}
|
|
12205
12218
|
},
|
|
12206
|
-
"
|
|
12219
|
+
"Sio": {
|
|
12207
12220
|
"type": "structure",
|
|
12208
12221
|
"required": [
|
|
12209
12222
|
"ProductId"
|
|
@@ -12213,11 +12226,11 @@
|
|
|
12213
12226
|
"ProvisioningArtifactId": {},
|
|
12214
12227
|
"PathId": {},
|
|
12215
12228
|
"ProvisioningParameters": {
|
|
12216
|
-
"shape": "
|
|
12229
|
+
"shape": "Siq"
|
|
12217
12230
|
}
|
|
12218
12231
|
}
|
|
12219
12232
|
},
|
|
12220
|
-
"
|
|
12233
|
+
"Siq": {
|
|
12221
12234
|
"type": "list",
|
|
12222
12235
|
"member": {
|
|
12223
12236
|
"type": "structure",
|
|
@@ -12227,7 +12240,7 @@
|
|
|
12227
12240
|
}
|
|
12228
12241
|
}
|
|
12229
12242
|
},
|
|
12230
|
-
"
|
|
12243
|
+
"Sj4": {
|
|
12231
12244
|
"type": "structure",
|
|
12232
12245
|
"required": [
|
|
12233
12246
|
"TrainingInputMode"
|
|
@@ -12244,7 +12257,7 @@
|
|
|
12244
12257
|
}
|
|
12245
12258
|
}
|
|
12246
12259
|
},
|
|
12247
|
-
"
|
|
12260
|
+
"Sj5": {
|
|
12248
12261
|
"type": "structure",
|
|
12249
12262
|
"required": [
|
|
12250
12263
|
"S3OutputPath"
|
|
@@ -12273,7 +12286,7 @@
|
|
|
12273
12286
|
}
|
|
12274
12287
|
}
|
|
12275
12288
|
},
|
|
12276
|
-
"
|
|
12289
|
+
"Sjd": {
|
|
12277
12290
|
"type": "list",
|
|
12278
12291
|
"member": {
|
|
12279
12292
|
"type": "structure",
|
|
@@ -12291,17 +12304,17 @@
|
|
|
12291
12304
|
"type": "integer"
|
|
12292
12305
|
},
|
|
12293
12306
|
"RuleParameters": {
|
|
12294
|
-
"shape": "
|
|
12307
|
+
"shape": "Sjh"
|
|
12295
12308
|
}
|
|
12296
12309
|
}
|
|
12297
12310
|
}
|
|
12298
12311
|
},
|
|
12299
|
-
"
|
|
12312
|
+
"Sjh": {
|
|
12300
12313
|
"type": "map",
|
|
12301
12314
|
"key": {},
|
|
12302
12315
|
"value": {}
|
|
12303
12316
|
},
|
|
12304
|
-
"
|
|
12317
|
+
"Sji": {
|
|
12305
12318
|
"type": "structure",
|
|
12306
12319
|
"required": [
|
|
12307
12320
|
"S3OutputPath"
|
|
@@ -12311,7 +12324,7 @@
|
|
|
12311
12324
|
"S3OutputPath": {}
|
|
12312
12325
|
}
|
|
12313
12326
|
},
|
|
12314
|
-
"
|
|
12327
|
+
"Sjj": {
|
|
12315
12328
|
"type": "structure",
|
|
12316
12329
|
"required": [
|
|
12317
12330
|
"S3OutputPath"
|
|
@@ -12322,16 +12335,16 @@
|
|
|
12322
12335
|
"type": "long"
|
|
12323
12336
|
},
|
|
12324
12337
|
"ProfilingParameters": {
|
|
12325
|
-
"shape": "
|
|
12338
|
+
"shape": "Sjl"
|
|
12326
12339
|
}
|
|
12327
12340
|
}
|
|
12328
12341
|
},
|
|
12329
|
-
"
|
|
12342
|
+
"Sjl": {
|
|
12330
12343
|
"type": "map",
|
|
12331
12344
|
"key": {},
|
|
12332
12345
|
"value": {}
|
|
12333
12346
|
},
|
|
12334
|
-
"
|
|
12347
|
+
"Sjm": {
|
|
12335
12348
|
"type": "list",
|
|
12336
12349
|
"member": {
|
|
12337
12350
|
"type": "structure",
|
|
@@ -12349,17 +12362,17 @@
|
|
|
12349
12362
|
"type": "integer"
|
|
12350
12363
|
},
|
|
12351
12364
|
"RuleParameters": {
|
|
12352
|
-
"shape": "
|
|
12365
|
+
"shape": "Sjh"
|
|
12353
12366
|
}
|
|
12354
12367
|
}
|
|
12355
12368
|
}
|
|
12356
12369
|
},
|
|
12357
|
-
"
|
|
12370
|
+
"Sjo": {
|
|
12358
12371
|
"type": "map",
|
|
12359
12372
|
"key": {},
|
|
12360
12373
|
"value": {}
|
|
12361
12374
|
},
|
|
12362
|
-
"
|
|
12375
|
+
"Sjv": {
|
|
12363
12376
|
"type": "structure",
|
|
12364
12377
|
"members": {
|
|
12365
12378
|
"InvocationsTimeoutInSeconds": {
|
|
@@ -12370,7 +12383,7 @@
|
|
|
12370
12383
|
}
|
|
12371
12384
|
}
|
|
12372
12385
|
},
|
|
12373
|
-
"
|
|
12386
|
+
"Sjy": {
|
|
12374
12387
|
"type": "structure",
|
|
12375
12388
|
"members": {
|
|
12376
12389
|
"InputFilter": {},
|
|
@@ -12378,14 +12391,14 @@
|
|
|
12378
12391
|
"JoinSource": {}
|
|
12379
12392
|
}
|
|
12380
12393
|
},
|
|
12381
|
-
"
|
|
12394
|
+
"Sk6": {
|
|
12382
12395
|
"type": "structure",
|
|
12383
12396
|
"members": {
|
|
12384
12397
|
"PrimaryStatus": {},
|
|
12385
12398
|
"Message": {}
|
|
12386
12399
|
}
|
|
12387
12400
|
},
|
|
12388
|
-
"
|
|
12401
|
+
"Ska": {
|
|
12389
12402
|
"type": "map",
|
|
12390
12403
|
"key": {},
|
|
12391
12404
|
"value": {
|
|
@@ -12398,7 +12411,7 @@
|
|
|
12398
12411
|
}
|
|
12399
12412
|
}
|
|
12400
12413
|
},
|
|
12401
|
-
"
|
|
12414
|
+
"Ske": {
|
|
12402
12415
|
"type": "map",
|
|
12403
12416
|
"key": {},
|
|
12404
12417
|
"value": {
|
|
@@ -12412,7 +12425,7 @@
|
|
|
12412
12425
|
}
|
|
12413
12426
|
}
|
|
12414
12427
|
},
|
|
12415
|
-
"
|
|
12428
|
+
"Skp": {
|
|
12416
12429
|
"type": "structure",
|
|
12417
12430
|
"required": [
|
|
12418
12431
|
"UserPool",
|
|
@@ -12423,7 +12436,7 @@
|
|
|
12423
12436
|
"ClientId": {}
|
|
12424
12437
|
}
|
|
12425
12438
|
},
|
|
12426
|
-
"
|
|
12439
|
+
"Sks": {
|
|
12427
12440
|
"type": "structure",
|
|
12428
12441
|
"required": [
|
|
12429
12442
|
"ClientId",
|
|
@@ -12449,7 +12462,7 @@
|
|
|
12449
12462
|
"JwksUri": {}
|
|
12450
12463
|
}
|
|
12451
12464
|
},
|
|
12452
|
-
"
|
|
12465
|
+
"Skv": {
|
|
12453
12466
|
"type": "structure",
|
|
12454
12467
|
"required": [
|
|
12455
12468
|
"Cidrs"
|
|
@@ -12461,7 +12474,7 @@
|
|
|
12461
12474
|
}
|
|
12462
12475
|
}
|
|
12463
12476
|
},
|
|
12464
|
-
"
|
|
12477
|
+
"Sl3": {
|
|
12465
12478
|
"type": "list",
|
|
12466
12479
|
"member": {
|
|
12467
12480
|
"type": "structure",
|
|
@@ -12494,13 +12507,13 @@
|
|
|
12494
12507
|
}
|
|
12495
12508
|
}
|
|
12496
12509
|
},
|
|
12497
|
-
"
|
|
12510
|
+
"Slb": {
|
|
12498
12511
|
"type": "structure",
|
|
12499
12512
|
"members": {
|
|
12500
12513
|
"NotificationTopicArn": {}
|
|
12501
12514
|
}
|
|
12502
12515
|
},
|
|
12503
|
-
"
|
|
12516
|
+
"Sn5": {
|
|
12504
12517
|
"type": "structure",
|
|
12505
12518
|
"members": {
|
|
12506
12519
|
"UserProfileArn": {},
|
|
@@ -12508,7 +12521,7 @@
|
|
|
12508
12521
|
"DomainId": {}
|
|
12509
12522
|
}
|
|
12510
12523
|
},
|
|
12511
|
-
"
|
|
12524
|
+
"Snb": {
|
|
12512
12525
|
"type": "list",
|
|
12513
12526
|
"member": {
|
|
12514
12527
|
"type": "structure",
|
|
@@ -12523,7 +12536,7 @@
|
|
|
12523
12536
|
}
|
|
12524
12537
|
}
|
|
12525
12538
|
},
|
|
12526
|
-
"
|
|
12539
|
+
"Snp": {
|
|
12527
12540
|
"type": "list",
|
|
12528
12541
|
"member": {
|
|
12529
12542
|
"type": "structure",
|
|
@@ -12532,7 +12545,7 @@
|
|
|
12532
12545
|
}
|
|
12533
12546
|
}
|
|
12534
12547
|
},
|
|
12535
|
-
"
|
|
12548
|
+
"Snr": {
|
|
12536
12549
|
"type": "structure",
|
|
12537
12550
|
"required": [
|
|
12538
12551
|
"CandidateName",
|
|
@@ -12633,7 +12646,7 @@
|
|
|
12633
12646
|
}
|
|
12634
12647
|
}
|
|
12635
12648
|
},
|
|
12636
|
-
"
|
|
12649
|
+
"Sor": {
|
|
12637
12650
|
"type": "structure",
|
|
12638
12651
|
"required": [
|
|
12639
12652
|
"S3ModelArtifacts"
|
|
@@ -12642,7 +12655,7 @@
|
|
|
12642
12655
|
"S3ModelArtifacts": {}
|
|
12643
12656
|
}
|
|
12644
12657
|
},
|
|
12645
|
-
"
|
|
12658
|
+
"Spn": {
|
|
12646
12659
|
"type": "list",
|
|
12647
12660
|
"member": {
|
|
12648
12661
|
"type": "structure",
|
|
@@ -12652,7 +12665,7 @@
|
|
|
12652
12665
|
"members": {
|
|
12653
12666
|
"VariantName": {},
|
|
12654
12667
|
"DeployedImages": {
|
|
12655
|
-
"shape": "
|
|
12668
|
+
"shape": "Spp"
|
|
12656
12669
|
},
|
|
12657
12670
|
"CurrentWeight": {
|
|
12658
12671
|
"type": "float"
|
|
@@ -12667,7 +12680,7 @@
|
|
|
12667
12680
|
"type": "integer"
|
|
12668
12681
|
},
|
|
12669
12682
|
"VariantStatus": {
|
|
12670
|
-
"shape": "
|
|
12683
|
+
"shape": "Sps"
|
|
12671
12684
|
},
|
|
12672
12685
|
"CurrentServerlessConfig": {
|
|
12673
12686
|
"shape": "S9d"
|
|
@@ -12678,7 +12691,7 @@
|
|
|
12678
12691
|
}
|
|
12679
12692
|
}
|
|
12680
12693
|
},
|
|
12681
|
-
"
|
|
12694
|
+
"Spp": {
|
|
12682
12695
|
"type": "list",
|
|
12683
12696
|
"member": {
|
|
12684
12697
|
"type": "structure",
|
|
@@ -12691,7 +12704,7 @@
|
|
|
12691
12704
|
}
|
|
12692
12705
|
}
|
|
12693
12706
|
},
|
|
12694
|
-
"
|
|
12707
|
+
"Sps": {
|
|
12695
12708
|
"type": "list",
|
|
12696
12709
|
"member": {
|
|
12697
12710
|
"type": "structure",
|
|
@@ -12707,7 +12720,7 @@
|
|
|
12707
12720
|
}
|
|
12708
12721
|
}
|
|
12709
12722
|
},
|
|
12710
|
-
"
|
|
12723
|
+
"Spw": {
|
|
12711
12724
|
"type": "structure",
|
|
12712
12725
|
"required": [
|
|
12713
12726
|
"EnableCapture",
|
|
@@ -12728,7 +12741,7 @@
|
|
|
12728
12741
|
"KmsKeyId": {}
|
|
12729
12742
|
}
|
|
12730
12743
|
},
|
|
12731
|
-
"
|
|
12744
|
+
"Sq6": {
|
|
12732
12745
|
"type": "structure",
|
|
12733
12746
|
"required": [
|
|
12734
12747
|
"SourceArn"
|
|
@@ -12738,7 +12751,7 @@
|
|
|
12738
12751
|
"SourceType": {}
|
|
12739
12752
|
}
|
|
12740
12753
|
},
|
|
12741
|
-
"
|
|
12754
|
+
"Sqc": {
|
|
12742
12755
|
"type": "structure",
|
|
12743
12756
|
"required": [
|
|
12744
12757
|
"Status"
|
|
@@ -12748,7 +12761,7 @@
|
|
|
12748
12761
|
"BlockedReason": {}
|
|
12749
12762
|
}
|
|
12750
12763
|
},
|
|
12751
|
-
"
|
|
12764
|
+
"Sqr": {
|
|
12752
12765
|
"type": "structure",
|
|
12753
12766
|
"members": {
|
|
12754
12767
|
"Completed": {
|
|
@@ -12768,7 +12781,7 @@
|
|
|
12768
12781
|
}
|
|
12769
12782
|
}
|
|
12770
12783
|
},
|
|
12771
|
-
"
|
|
12784
|
+
"Sqt": {
|
|
12772
12785
|
"type": "structure",
|
|
12773
12786
|
"members": {
|
|
12774
12787
|
"Succeeded": {
|
|
@@ -12782,7 +12795,7 @@
|
|
|
12782
12795
|
}
|
|
12783
12796
|
}
|
|
12784
12797
|
},
|
|
12785
|
-
"
|
|
12798
|
+
"Sqv": {
|
|
12786
12799
|
"type": "structure",
|
|
12787
12800
|
"required": [
|
|
12788
12801
|
"TrainingJobName",
|
|
@@ -12827,7 +12840,7 @@
|
|
|
12827
12840
|
"ObjectiveStatus": {}
|
|
12828
12841
|
}
|
|
12829
12842
|
},
|
|
12830
|
-
"
|
|
12843
|
+
"Sri": {
|
|
12831
12844
|
"type": "structure",
|
|
12832
12845
|
"members": {
|
|
12833
12846
|
"TotalLabeled": {
|
|
@@ -12847,7 +12860,7 @@
|
|
|
12847
12860
|
}
|
|
12848
12861
|
}
|
|
12849
12862
|
},
|
|
12850
|
-
"
|
|
12863
|
+
"Srl": {
|
|
12851
12864
|
"type": "structure",
|
|
12852
12865
|
"required": [
|
|
12853
12866
|
"OutputDatasetS3Uri"
|
|
@@ -12857,21 +12870,21 @@
|
|
|
12857
12870
|
"FinalActiveLearningModelArn": {}
|
|
12858
12871
|
}
|
|
12859
12872
|
},
|
|
12860
|
-
"
|
|
12873
|
+
"Srw": {
|
|
12861
12874
|
"type": "structure",
|
|
12862
12875
|
"required": [
|
|
12863
12876
|
"ValidationStatuses"
|
|
12864
12877
|
],
|
|
12865
12878
|
"members": {
|
|
12866
12879
|
"ValidationStatuses": {
|
|
12867
|
-
"shape": "
|
|
12880
|
+
"shape": "Srx"
|
|
12868
12881
|
},
|
|
12869
12882
|
"ImageScanStatuses": {
|
|
12870
|
-
"shape": "
|
|
12883
|
+
"shape": "Srx"
|
|
12871
12884
|
}
|
|
12872
12885
|
}
|
|
12873
12886
|
},
|
|
12874
|
-
"
|
|
12887
|
+
"Srx": {
|
|
12875
12888
|
"type": "list",
|
|
12876
12889
|
"member": {
|
|
12877
12890
|
"type": "structure",
|
|
@@ -12886,7 +12899,7 @@
|
|
|
12886
12899
|
}
|
|
12887
12900
|
}
|
|
12888
12901
|
},
|
|
12889
|
-
"
|
|
12902
|
+
"Ss9": {
|
|
12890
12903
|
"type": "structure",
|
|
12891
12904
|
"required": [
|
|
12892
12905
|
"MonitoringScheduleName",
|
|
@@ -12914,21 +12927,21 @@
|
|
|
12914
12927
|
"MonitoringType": {}
|
|
12915
12928
|
}
|
|
12916
12929
|
},
|
|
12917
|
-
"
|
|
12930
|
+
"Sss": {
|
|
12918
12931
|
"type": "structure",
|
|
12919
12932
|
"members": {
|
|
12920
12933
|
"ExperimentName": {},
|
|
12921
12934
|
"TrialName": {}
|
|
12922
12935
|
}
|
|
12923
12936
|
},
|
|
12924
|
-
"
|
|
12937
|
+
"St0": {
|
|
12925
12938
|
"type": "structure",
|
|
12926
12939
|
"members": {
|
|
12927
12940
|
"ProvisionedProductId": {},
|
|
12928
12941
|
"ProvisionedProductStatusMessage": {}
|
|
12929
12942
|
}
|
|
12930
12943
|
},
|
|
12931
|
-
"
|
|
12944
|
+
"St7": {
|
|
12932
12945
|
"type": "structure",
|
|
12933
12946
|
"required": [
|
|
12934
12947
|
"WorkteamArn"
|
|
@@ -12941,7 +12954,7 @@
|
|
|
12941
12954
|
"ListingId": {}
|
|
12942
12955
|
}
|
|
12943
12956
|
},
|
|
12944
|
-
"
|
|
12957
|
+
"Stb": {
|
|
12945
12958
|
"type": "list",
|
|
12946
12959
|
"member": {
|
|
12947
12960
|
"type": "structure",
|
|
@@ -12961,7 +12974,7 @@
|
|
|
12961
12974
|
}
|
|
12962
12975
|
}
|
|
12963
12976
|
},
|
|
12964
|
-
"
|
|
12977
|
+
"Ste": {
|
|
12965
12978
|
"type": "list",
|
|
12966
12979
|
"member": {
|
|
12967
12980
|
"type": "structure",
|
|
@@ -12976,7 +12989,7 @@
|
|
|
12976
12989
|
}
|
|
12977
12990
|
}
|
|
12978
12991
|
},
|
|
12979
|
-
"
|
|
12992
|
+
"Sti": {
|
|
12980
12993
|
"type": "list",
|
|
12981
12994
|
"member": {
|
|
12982
12995
|
"type": "structure",
|
|
@@ -12991,7 +13004,7 @@
|
|
|
12991
13004
|
}
|
|
12992
13005
|
}
|
|
12993
13006
|
},
|
|
12994
|
-
"
|
|
13007
|
+
"Stu": {
|
|
12995
13008
|
"type": "structure",
|
|
12996
13009
|
"required": [
|
|
12997
13010
|
"SourceArn"
|
|
@@ -13001,7 +13014,7 @@
|
|
|
13001
13014
|
"SourceType": {}
|
|
13002
13015
|
}
|
|
13003
13016
|
},
|
|
13004
|
-
"
|
|
13017
|
+
"Sty": {
|
|
13005
13018
|
"type": "structure",
|
|
13006
13019
|
"required": [
|
|
13007
13020
|
"SourceArn"
|
|
@@ -13011,7 +13024,7 @@
|
|
|
13011
13024
|
"SourceType": {}
|
|
13012
13025
|
}
|
|
13013
13026
|
},
|
|
13014
|
-
"
|
|
13027
|
+
"Su0": {
|
|
13015
13028
|
"type": "list",
|
|
13016
13029
|
"member": {
|
|
13017
13030
|
"type": "structure",
|
|
@@ -13042,7 +13055,7 @@
|
|
|
13042
13055
|
}
|
|
13043
13056
|
}
|
|
13044
13057
|
},
|
|
13045
|
-
"
|
|
13058
|
+
"Sua": {
|
|
13046
13059
|
"type": "structure",
|
|
13047
13060
|
"required": [
|
|
13048
13061
|
"WorkforceName",
|
|
@@ -13055,11 +13068,11 @@
|
|
|
13055
13068
|
"type": "timestamp"
|
|
13056
13069
|
},
|
|
13057
13070
|
"SourceIpConfig": {
|
|
13058
|
-
"shape": "
|
|
13071
|
+
"shape": "Skv"
|
|
13059
13072
|
},
|
|
13060
13073
|
"SubDomain": {},
|
|
13061
13074
|
"CognitoConfig": {
|
|
13062
|
-
"shape": "
|
|
13075
|
+
"shape": "Skp"
|
|
13063
13076
|
},
|
|
13064
13077
|
"OidcConfig": {
|
|
13065
13078
|
"type": "structure",
|
|
@@ -13078,7 +13091,7 @@
|
|
|
13078
13091
|
}
|
|
13079
13092
|
}
|
|
13080
13093
|
},
|
|
13081
|
-
"
|
|
13094
|
+
"Sue": {
|
|
13082
13095
|
"type": "structure",
|
|
13083
13096
|
"required": [
|
|
13084
13097
|
"WorkteamName",
|
|
@@ -13089,7 +13102,7 @@
|
|
|
13089
13102
|
"members": {
|
|
13090
13103
|
"WorkteamName": {},
|
|
13091
13104
|
"MemberDefinitions": {
|
|
13092
|
-
"shape": "
|
|
13105
|
+
"shape": "Sl3"
|
|
13093
13106
|
},
|
|
13094
13107
|
"WorkteamArn": {},
|
|
13095
13108
|
"WorkforceArn": {},
|
|
@@ -13106,11 +13119,11 @@
|
|
|
13106
13119
|
"type": "timestamp"
|
|
13107
13120
|
},
|
|
13108
13121
|
"NotificationConfiguration": {
|
|
13109
|
-
"shape": "
|
|
13122
|
+
"shape": "Slb"
|
|
13110
13123
|
}
|
|
13111
13124
|
}
|
|
13112
13125
|
},
|
|
13113
|
-
"
|
|
13126
|
+
"Sx7": {
|
|
13114
13127
|
"type": "list",
|
|
13115
13128
|
"member": {
|
|
13116
13129
|
"type": "structure",
|
|
@@ -13130,7 +13143,7 @@
|
|
|
13130
13143
|
}
|
|
13131
13144
|
}
|
|
13132
13145
|
},
|
|
13133
|
-
"
|
|
13146
|
+
"S122": {
|
|
13134
13147
|
"type": "list",
|
|
13135
13148
|
"member": {
|
|
13136
13149
|
"type": "structure",
|
|
@@ -13144,7 +13157,7 @@
|
|
|
13144
13157
|
}
|
|
13145
13158
|
}
|
|
13146
13159
|
},
|
|
13147
|
-
"
|
|
13160
|
+
"S12h": {
|
|
13148
13161
|
"type": "list",
|
|
13149
13162
|
"member": {
|
|
13150
13163
|
"type": "structure",
|
|
@@ -13158,7 +13171,7 @@
|
|
|
13158
13171
|
}
|
|
13159
13172
|
}
|
|
13160
13173
|
},
|
|
13161
|
-
"
|
|
13174
|
+
"S14t": {
|
|
13162
13175
|
"type": "list",
|
|
13163
13176
|
"member": {
|
|
13164
13177
|
"type": "structure",
|
|
@@ -13172,11 +13185,11 @@
|
|
|
13172
13185
|
}
|
|
13173
13186
|
}
|
|
13174
13187
|
},
|
|
13175
|
-
"
|
|
13188
|
+
"S154": {
|
|
13176
13189
|
"type": "structure",
|
|
13177
13190
|
"members": {
|
|
13178
13191
|
"Filters": {
|
|
13179
|
-
"shape": "
|
|
13192
|
+
"shape": "S155"
|
|
13180
13193
|
},
|
|
13181
13194
|
"NestedFilters": {
|
|
13182
13195
|
"type": "list",
|
|
@@ -13189,7 +13202,7 @@
|
|
|
13189
13202
|
"members": {
|
|
13190
13203
|
"NestedPropertyName": {},
|
|
13191
13204
|
"Filters": {
|
|
13192
|
-
"shape": "
|
|
13205
|
+
"shape": "S155"
|
|
13193
13206
|
}
|
|
13194
13207
|
}
|
|
13195
13208
|
}
|
|
@@ -13197,13 +13210,13 @@
|
|
|
13197
13210
|
"SubExpressions": {
|
|
13198
13211
|
"type": "list",
|
|
13199
13212
|
"member": {
|
|
13200
|
-
"shape": "
|
|
13213
|
+
"shape": "S154"
|
|
13201
13214
|
}
|
|
13202
13215
|
},
|
|
13203
13216
|
"Operator": {}
|
|
13204
13217
|
}
|
|
13205
13218
|
},
|
|
13206
|
-
"
|
|
13219
|
+
"S155": {
|
|
13207
13220
|
"type": "list",
|
|
13208
13221
|
"member": {
|
|
13209
13222
|
"type": "structure",
|
|
@@ -13217,7 +13230,7 @@
|
|
|
13217
13230
|
}
|
|
13218
13231
|
}
|
|
13219
13232
|
},
|
|
13220
|
-
"
|
|
13233
|
+
"S15h": {
|
|
13221
13234
|
"type": "structure",
|
|
13222
13235
|
"members": {
|
|
13223
13236
|
"TrainingJobName": {},
|
|
@@ -13226,7 +13239,7 @@
|
|
|
13226
13239
|
"LabelingJobArn": {},
|
|
13227
13240
|
"AutoMLJobArn": {},
|
|
13228
13241
|
"ModelArtifacts": {
|
|
13229
|
-
"shape": "
|
|
13242
|
+
"shape": "Sor"
|
|
13230
13243
|
},
|
|
13231
13244
|
"TrainingJobStatus": {},
|
|
13232
13245
|
"SecondaryStatus": {},
|
|
@@ -13235,7 +13248,7 @@
|
|
|
13235
13248
|
"shape": "S2t"
|
|
13236
13249
|
},
|
|
13237
13250
|
"AlgorithmSpecification": {
|
|
13238
|
-
"shape": "
|
|
13251
|
+
"shape": "Sj4"
|
|
13239
13252
|
},
|
|
13240
13253
|
"RoleArn": {},
|
|
13241
13254
|
"InputDataConfig": {
|
|
@@ -13266,10 +13279,10 @@
|
|
|
13266
13279
|
"type": "timestamp"
|
|
13267
13280
|
},
|
|
13268
13281
|
"SecondaryStatusTransitions": {
|
|
13269
|
-
"shape": "
|
|
13282
|
+
"shape": "Stb"
|
|
13270
13283
|
},
|
|
13271
13284
|
"FinalMetricDataList": {
|
|
13272
|
-
"shape": "
|
|
13285
|
+
"shape": "Ste"
|
|
13273
13286
|
},
|
|
13274
13287
|
"EnableNetworkIsolation": {
|
|
13275
13288
|
"type": "boolean"
|
|
@@ -13290,22 +13303,22 @@
|
|
|
13290
13303
|
"type": "integer"
|
|
13291
13304
|
},
|
|
13292
13305
|
"DebugHookConfig": {
|
|
13293
|
-
"shape": "
|
|
13306
|
+
"shape": "Sj5"
|
|
13294
13307
|
},
|
|
13295
13308
|
"ExperimentConfig": {
|
|
13296
|
-
"shape": "
|
|
13309
|
+
"shape": "Sij"
|
|
13297
13310
|
},
|
|
13298
13311
|
"DebugRuleConfigurations": {
|
|
13299
|
-
"shape": "
|
|
13312
|
+
"shape": "Sjd"
|
|
13300
13313
|
},
|
|
13301
13314
|
"TensorBoardOutputConfig": {
|
|
13302
|
-
"shape": "
|
|
13315
|
+
"shape": "Sji"
|
|
13303
13316
|
},
|
|
13304
13317
|
"DebugRuleEvaluationStatuses": {
|
|
13305
|
-
"shape": "
|
|
13318
|
+
"shape": "Sti"
|
|
13306
13319
|
},
|
|
13307
13320
|
"Environment": {
|
|
13308
|
-
"shape": "
|
|
13321
|
+
"shape": "Sjo"
|
|
13309
13322
|
},
|
|
13310
13323
|
"RetryStrategy": {
|
|
13311
13324
|
"shape": "Sc2"
|
|
@@ -13315,11 +13328,11 @@
|
|
|
13315
13328
|
}
|
|
13316
13329
|
}
|
|
13317
13330
|
},
|
|
13318
|
-
"
|
|
13331
|
+
"S16n": {
|
|
13319
13332
|
"type": "list",
|
|
13320
13333
|
"member": {}
|
|
13321
13334
|
},
|
|
13322
|
-
"
|
|
13335
|
+
"S18a": {
|
|
13323
13336
|
"type": "list",
|
|
13324
13337
|
"member": {}
|
|
13325
13338
|
}
|