cdk-docker-image-deployment 0.0.184 → 0.0.186
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +2 -1
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +366 -179
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +114 -105
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +84 -35
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +33 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +24 -0
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +98 -80
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +193 -185
- package/node_modules/aws-sdk/clients/athena.d.ts +7 -3
- package/node_modules/aws-sdk/clients/dms.d.ts +294 -22
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +25 -11
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +50 -0
- package/node_modules/aws-sdk/clients/location.d.ts +2 -2
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +47 -3
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +33 -1
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +71 -26
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +20 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +119 -109
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +25 -11
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -2761,10 +2761,10 @@
|
|
|
2761
2761
|
"type": "structure",
|
|
2762
2762
|
"members": {
|
|
2763
2763
|
"ValidationStatuses": {
|
|
2764
|
-
"shape": "
|
|
2764
|
+
"shape": "Sse"
|
|
2765
2765
|
},
|
|
2766
2766
|
"ImageScanStatuses": {
|
|
2767
|
-
"shape": "
|
|
2767
|
+
"shape": "Sse"
|
|
2768
2768
|
}
|
|
2769
2769
|
}
|
|
2770
2770
|
},
|
|
@@ -2936,10 +2936,10 @@
|
|
|
2936
2936
|
},
|
|
2937
2937
|
"FailureReason": {},
|
|
2938
2938
|
"PartialFailureReasons": {
|
|
2939
|
-
"shape": "
|
|
2939
|
+
"shape": "Sss"
|
|
2940
2940
|
},
|
|
2941
2941
|
"BestCandidate": {
|
|
2942
|
-
"shape": "
|
|
2942
|
+
"shape": "Ssu"
|
|
2943
2943
|
},
|
|
2944
2944
|
"AutoMLJobStatus": {},
|
|
2945
2945
|
"AutoMLJobSecondaryStatus": {},
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
},
|
|
3059
3059
|
"FailureReason": {},
|
|
3060
3060
|
"ModelArtifacts": {
|
|
3061
|
-
"shape": "
|
|
3061
|
+
"shape": "Stv"
|
|
3062
3062
|
},
|
|
3063
3063
|
"ModelDigests": {
|
|
3064
3064
|
"type": "structure",
|
|
@@ -3493,10 +3493,10 @@
|
|
|
3493
3493
|
"EndpointArn": {},
|
|
3494
3494
|
"EndpointConfigName": {},
|
|
3495
3495
|
"ProductionVariants": {
|
|
3496
|
-
"shape": "
|
|
3496
|
+
"shape": "Suy"
|
|
3497
3497
|
},
|
|
3498
3498
|
"DataCaptureConfig": {
|
|
3499
|
-
"shape": "
|
|
3499
|
+
"shape": "Sv6"
|
|
3500
3500
|
},
|
|
3501
3501
|
"EndpointStatus": {},
|
|
3502
3502
|
"FailureReason": {},
|
|
@@ -3520,13 +3520,13 @@
|
|
|
3520
3520
|
"members": {
|
|
3521
3521
|
"EndpointConfigName": {},
|
|
3522
3522
|
"ProductionVariants": {
|
|
3523
|
-
"shape": "
|
|
3523
|
+
"shape": "Sva"
|
|
3524
3524
|
},
|
|
3525
3525
|
"StartTime": {
|
|
3526
3526
|
"type": "timestamp"
|
|
3527
3527
|
},
|
|
3528
3528
|
"ShadowProductionVariants": {
|
|
3529
|
-
"shape": "
|
|
3529
|
+
"shape": "Sva"
|
|
3530
3530
|
}
|
|
3531
3531
|
}
|
|
3532
3532
|
},
|
|
@@ -3534,7 +3534,7 @@
|
|
|
3534
3534
|
"shape": "Sb8"
|
|
3535
3535
|
},
|
|
3536
3536
|
"ShadowProductionVariants": {
|
|
3537
|
-
"shape": "
|
|
3537
|
+
"shape": "Suy"
|
|
3538
3538
|
}
|
|
3539
3539
|
}
|
|
3540
3540
|
}
|
|
@@ -3599,7 +3599,7 @@
|
|
|
3599
3599
|
"ExperimentArn": {},
|
|
3600
3600
|
"DisplayName": {},
|
|
3601
3601
|
"Source": {
|
|
3602
|
-
"shape": "
|
|
3602
|
+
"shape": "Svg"
|
|
3603
3603
|
},
|
|
3604
3604
|
"Description": {},
|
|
3605
3605
|
"CreationTime": {
|
|
@@ -3662,10 +3662,10 @@
|
|
|
3662
3662
|
"RoleArn": {},
|
|
3663
3663
|
"FeatureGroupStatus": {},
|
|
3664
3664
|
"OfflineStoreStatus": {
|
|
3665
|
-
"shape": "
|
|
3665
|
+
"shape": "Svm"
|
|
3666
3666
|
},
|
|
3667
3667
|
"LastUpdateStatus": {
|
|
3668
|
-
"shape": "
|
|
3668
|
+
"shape": "Svp"
|
|
3669
3669
|
},
|
|
3670
3670
|
"FailureReason": {},
|
|
3671
3671
|
"Description": {},
|
|
@@ -3711,7 +3711,7 @@
|
|
|
3711
3711
|
},
|
|
3712
3712
|
"Description": {},
|
|
3713
3713
|
"Parameters": {
|
|
3714
|
-
"shape": "
|
|
3714
|
+
"shape": "Svv"
|
|
3715
3715
|
}
|
|
3716
3716
|
}
|
|
3717
3717
|
}
|
|
@@ -3844,7 +3844,7 @@
|
|
|
3844
3844
|
"HubContentMarkdown": {},
|
|
3845
3845
|
"HubContentDocument": {},
|
|
3846
3846
|
"HubContentSearchKeywords": {
|
|
3847
|
-
"shape": "
|
|
3847
|
+
"shape": "Swd"
|
|
3848
3848
|
},
|
|
3849
3849
|
"HubContentDependencies": {
|
|
3850
3850
|
"type": "list",
|
|
@@ -3943,26 +3943,26 @@
|
|
|
3943
3943
|
"type": "timestamp"
|
|
3944
3944
|
},
|
|
3945
3945
|
"TrainingJobStatusCounters": {
|
|
3946
|
-
"shape": "
|
|
3946
|
+
"shape": "Sws"
|
|
3947
3947
|
},
|
|
3948
3948
|
"ObjectiveStatusCounters": {
|
|
3949
|
-
"shape": "
|
|
3949
|
+
"shape": "Swu"
|
|
3950
3950
|
},
|
|
3951
3951
|
"BestTrainingJob": {
|
|
3952
|
-
"shape": "
|
|
3952
|
+
"shape": "Sww"
|
|
3953
3953
|
},
|
|
3954
3954
|
"OverallBestTrainingJob": {
|
|
3955
|
-
"shape": "
|
|
3955
|
+
"shape": "Sww"
|
|
3956
3956
|
},
|
|
3957
3957
|
"WarmStartConfig": {
|
|
3958
3958
|
"shape": "Sf0"
|
|
3959
3959
|
},
|
|
3960
3960
|
"FailureReason": {},
|
|
3961
3961
|
"TuningJobCompletionDetails": {
|
|
3962
|
-
"shape": "
|
|
3962
|
+
"shape": "Swz"
|
|
3963
3963
|
},
|
|
3964
3964
|
"ConsumedResources": {
|
|
3965
|
-
"shape": "
|
|
3965
|
+
"shape": "Sx0"
|
|
3966
3966
|
}
|
|
3967
3967
|
}
|
|
3968
3968
|
}
|
|
@@ -4178,13 +4178,13 @@
|
|
|
4178
4178
|
],
|
|
4179
4179
|
"members": {
|
|
4180
4180
|
"Metrics": {
|
|
4181
|
-
"shape": "
|
|
4181
|
+
"shape": "Sxl"
|
|
4182
4182
|
},
|
|
4183
4183
|
"EndpointConfiguration": {
|
|
4184
|
-
"shape": "
|
|
4184
|
+
"shape": "Sxn"
|
|
4185
4185
|
},
|
|
4186
4186
|
"ModelConfiguration": {
|
|
4187
|
-
"shape": "
|
|
4187
|
+
"shape": "Sxo"
|
|
4188
4188
|
},
|
|
4189
4189
|
"RecommendationId": {}
|
|
4190
4190
|
}
|
|
@@ -4200,7 +4200,7 @@
|
|
|
4200
4200
|
],
|
|
4201
4201
|
"members": {
|
|
4202
4202
|
"Metrics": {
|
|
4203
|
-
"shape": "
|
|
4203
|
+
"shape": "Sxu"
|
|
4204
4204
|
},
|
|
4205
4205
|
"EndpointInfo": {
|
|
4206
4206
|
"shape": "Sh1"
|
|
@@ -4239,7 +4239,7 @@
|
|
|
4239
4239
|
"members": {
|
|
4240
4240
|
"LabelingJobStatus": {},
|
|
4241
4241
|
"LabelCounters": {
|
|
4242
|
-
"shape": "
|
|
4242
|
+
"shape": "Sxy"
|
|
4243
4243
|
},
|
|
4244
4244
|
"FailureReason": {},
|
|
4245
4245
|
"CreationTime": {
|
|
@@ -4273,7 +4273,7 @@
|
|
|
4273
4273
|
"shape": "S7"
|
|
4274
4274
|
},
|
|
4275
4275
|
"LabelingJobOutput": {
|
|
4276
|
-
"shape": "
|
|
4276
|
+
"shape": "Sy1"
|
|
4277
4277
|
}
|
|
4278
4278
|
}
|
|
4279
4279
|
}
|
|
@@ -4605,7 +4605,7 @@
|
|
|
4605
4605
|
},
|
|
4606
4606
|
"ModelPackageStatus": {},
|
|
4607
4607
|
"ModelPackageStatusDetails": {
|
|
4608
|
-
"shape": "
|
|
4608
|
+
"shape": "Syj"
|
|
4609
4609
|
},
|
|
4610
4610
|
"CertifyForMarketplace": {
|
|
4611
4611
|
"type": "boolean"
|
|
@@ -4765,7 +4765,7 @@
|
|
|
4765
4765
|
},
|
|
4766
4766
|
"EndpointName": {},
|
|
4767
4767
|
"LastMonitoringExecutionSummary": {
|
|
4768
|
-
"shape": "
|
|
4768
|
+
"shape": "Syw"
|
|
4769
4769
|
}
|
|
4770
4770
|
}
|
|
4771
4771
|
}
|
|
@@ -4932,7 +4932,7 @@
|
|
|
4932
4932
|
"PipelineExecutionStatus": {},
|
|
4933
4933
|
"PipelineExecutionDescription": {},
|
|
4934
4934
|
"PipelineExperimentConfig": {
|
|
4935
|
-
"shape": "
|
|
4935
|
+
"shape": "Szg"
|
|
4936
4936
|
},
|
|
4937
4937
|
"FailureReason": {},
|
|
4938
4938
|
"CreationTime": {
|
|
@@ -5051,7 +5051,7 @@
|
|
|
5051
5051
|
"shape": "Smz"
|
|
5052
5052
|
},
|
|
5053
5053
|
"ServiceCatalogProvisionedProductDetails": {
|
|
5054
|
-
"shape": "
|
|
5054
|
+
"shape": "Szo"
|
|
5055
5055
|
},
|
|
5056
5056
|
"ProjectStatus": {},
|
|
5057
5057
|
"CreatedBy": {
|
|
@@ -5145,7 +5145,7 @@
|
|
|
5145
5145
|
],
|
|
5146
5146
|
"members": {
|
|
5147
5147
|
"SubscribedWorkteam": {
|
|
5148
|
-
"shape": "
|
|
5148
|
+
"shape": "Szz"
|
|
5149
5149
|
}
|
|
5150
5150
|
}
|
|
5151
5151
|
}
|
|
@@ -5180,7 +5180,7 @@
|
|
|
5180
5180
|
"LabelingJobArn": {},
|
|
5181
5181
|
"AutoMLJobArn": {},
|
|
5182
5182
|
"ModelArtifacts": {
|
|
5183
|
-
"shape": "
|
|
5183
|
+
"shape": "Stv"
|
|
5184
5184
|
},
|
|
5185
5185
|
"TrainingJobStatus": {},
|
|
5186
5186
|
"SecondaryStatus": {},
|
|
@@ -5220,10 +5220,10 @@
|
|
|
5220
5220
|
"type": "timestamp"
|
|
5221
5221
|
},
|
|
5222
5222
|
"SecondaryStatusTransitions": {
|
|
5223
|
-
"shape": "
|
|
5223
|
+
"shape": "S103"
|
|
5224
5224
|
},
|
|
5225
5225
|
"FinalMetricDataList": {
|
|
5226
|
-
"shape": "
|
|
5226
|
+
"shape": "S106"
|
|
5227
5227
|
},
|
|
5228
5228
|
"EnableNetworkIsolation": {
|
|
5229
5229
|
"type": "boolean"
|
|
@@ -5256,7 +5256,7 @@
|
|
|
5256
5256
|
"shape": "So4"
|
|
5257
5257
|
},
|
|
5258
5258
|
"DebugRuleEvaluationStatuses": {
|
|
5259
|
-
"shape": "
|
|
5259
|
+
"shape": "S10a"
|
|
5260
5260
|
},
|
|
5261
5261
|
"ProfilerConfig": {
|
|
5262
5262
|
"shape": "So5"
|
|
@@ -5287,7 +5287,7 @@
|
|
|
5287
5287
|
"shape": "Sob"
|
|
5288
5288
|
},
|
|
5289
5289
|
"WarmPoolStatus": {
|
|
5290
|
-
"shape": "
|
|
5290
|
+
"shape": "S10h"
|
|
5291
5291
|
}
|
|
5292
5292
|
}
|
|
5293
5293
|
}
|
|
@@ -5382,7 +5382,7 @@
|
|
|
5382
5382
|
"DisplayName": {},
|
|
5383
5383
|
"ExperimentName": {},
|
|
5384
5384
|
"Source": {
|
|
5385
|
-
"shape": "
|
|
5385
|
+
"shape": "S10p"
|
|
5386
5386
|
},
|
|
5387
5387
|
"CreationTime": {
|
|
5388
5388
|
"type": "timestamp"
|
|
@@ -5419,7 +5419,7 @@
|
|
|
5419
5419
|
"TrialComponentArn": {},
|
|
5420
5420
|
"DisplayName": {},
|
|
5421
5421
|
"Source": {
|
|
5422
|
-
"shape": "
|
|
5422
|
+
"shape": "S10t"
|
|
5423
5423
|
},
|
|
5424
5424
|
"Status": {
|
|
5425
5425
|
"shape": "Sou"
|
|
@@ -5455,13 +5455,13 @@
|
|
|
5455
5455
|
"shape": "S1q"
|
|
5456
5456
|
},
|
|
5457
5457
|
"Metrics": {
|
|
5458
|
-
"shape": "
|
|
5458
|
+
"shape": "S10v"
|
|
5459
5459
|
},
|
|
5460
5460
|
"LineageGroupArn": {},
|
|
5461
5461
|
"Sources": {
|
|
5462
5462
|
"type": "list",
|
|
5463
5463
|
"member": {
|
|
5464
|
-
"shape": "
|
|
5464
|
+
"shape": "S10t"
|
|
5465
5465
|
}
|
|
5466
5466
|
}
|
|
5467
5467
|
}
|
|
@@ -5519,7 +5519,7 @@
|
|
|
5519
5519
|
],
|
|
5520
5520
|
"members": {
|
|
5521
5521
|
"Workforce": {
|
|
5522
|
-
"shape": "
|
|
5522
|
+
"shape": "S115"
|
|
5523
5523
|
}
|
|
5524
5524
|
}
|
|
5525
5525
|
}
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
],
|
|
5542
5542
|
"members": {
|
|
5543
5543
|
"Workteam": {
|
|
5544
|
-
"shape": "
|
|
5544
|
+
"shape": "S11d"
|
|
5545
5545
|
}
|
|
5546
5546
|
}
|
|
5547
5547
|
}
|
|
@@ -5786,7 +5786,7 @@
|
|
|
5786
5786
|
"HubContentMarkdown": {},
|
|
5787
5787
|
"HubContentDocument": {},
|
|
5788
5788
|
"HubContentSearchKeywords": {
|
|
5789
|
-
"shape": "
|
|
5789
|
+
"shape": "Swd"
|
|
5790
5790
|
},
|
|
5791
5791
|
"Tags": {
|
|
5792
5792
|
"shape": "S7"
|
|
@@ -6179,7 +6179,7 @@
|
|
|
6179
6179
|
},
|
|
6180
6180
|
"FailureReason": {},
|
|
6181
6181
|
"PartialFailureReasons": {
|
|
6182
|
-
"shape": "
|
|
6182
|
+
"shape": "Sss"
|
|
6183
6183
|
}
|
|
6184
6184
|
}
|
|
6185
6185
|
}
|
|
@@ -6215,7 +6215,7 @@
|
|
|
6215
6215
|
"Candidates": {
|
|
6216
6216
|
"type": "list",
|
|
6217
6217
|
"member": {
|
|
6218
|
-
"shape": "
|
|
6218
|
+
"shape": "Ssu"
|
|
6219
6219
|
}
|
|
6220
6220
|
},
|
|
6221
6221
|
"NextToken": {}
|
|
@@ -6425,7 +6425,7 @@
|
|
|
6425
6425
|
],
|
|
6426
6426
|
"members": {
|
|
6427
6427
|
"JobDefinitionSummaries": {
|
|
6428
|
-
"shape": "
|
|
6428
|
+
"shape": "S14a"
|
|
6429
6429
|
},
|
|
6430
6430
|
"NextToken": {}
|
|
6431
6431
|
}
|
|
@@ -6854,7 +6854,7 @@
|
|
|
6854
6854
|
"ExperimentName": {},
|
|
6855
6855
|
"DisplayName": {},
|
|
6856
6856
|
"ExperimentSource": {
|
|
6857
|
-
"shape": "
|
|
6857
|
+
"shape": "Svg"
|
|
6858
6858
|
},
|
|
6859
6859
|
"CreationTime": {
|
|
6860
6860
|
"type": "timestamp"
|
|
@@ -6914,7 +6914,7 @@
|
|
|
6914
6914
|
},
|
|
6915
6915
|
"FeatureGroupStatus": {},
|
|
6916
6916
|
"OfflineStoreStatus": {
|
|
6917
|
-
"shape": "
|
|
6917
|
+
"shape": "Svm"
|
|
6918
6918
|
}
|
|
6919
6919
|
}
|
|
6920
6920
|
}
|
|
@@ -7006,7 +7006,7 @@
|
|
|
7006
7006
|
],
|
|
7007
7007
|
"members": {
|
|
7008
7008
|
"HubContentSummaries": {
|
|
7009
|
-
"shape": "
|
|
7009
|
+
"shape": "S160"
|
|
7010
7010
|
},
|
|
7011
7011
|
"NextToken": {}
|
|
7012
7012
|
}
|
|
@@ -7045,7 +7045,7 @@
|
|
|
7045
7045
|
],
|
|
7046
7046
|
"members": {
|
|
7047
7047
|
"HubContentSummaries": {
|
|
7048
|
-
"shape": "
|
|
7048
|
+
"shape": "S160"
|
|
7049
7049
|
},
|
|
7050
7050
|
"NextToken": {}
|
|
7051
7051
|
}
|
|
@@ -7220,10 +7220,10 @@
|
|
|
7220
7220
|
"type": "timestamp"
|
|
7221
7221
|
},
|
|
7222
7222
|
"TrainingJobStatusCounters": {
|
|
7223
|
-
"shape": "
|
|
7223
|
+
"shape": "Sws"
|
|
7224
7224
|
},
|
|
7225
7225
|
"ObjectiveStatusCounters": {
|
|
7226
|
-
"shape": "
|
|
7226
|
+
"shape": "Swu"
|
|
7227
7227
|
},
|
|
7228
7228
|
"ResourceLimits": {
|
|
7229
7229
|
"shape": "Sdy"
|
|
@@ -7464,17 +7464,17 @@
|
|
|
7464
7464
|
],
|
|
7465
7465
|
"members": {
|
|
7466
7466
|
"Metrics": {
|
|
7467
|
-
"shape": "
|
|
7467
|
+
"shape": "Sxl"
|
|
7468
7468
|
},
|
|
7469
7469
|
"EndpointConfiguration": {
|
|
7470
|
-
"shape": "
|
|
7470
|
+
"shape": "Sxn"
|
|
7471
7471
|
},
|
|
7472
7472
|
"ModelConfiguration": {
|
|
7473
|
-
"shape": "
|
|
7473
|
+
"shape": "Sxo"
|
|
7474
7474
|
},
|
|
7475
7475
|
"FailureReason": {},
|
|
7476
7476
|
"EndpointMetrics": {
|
|
7477
|
-
"shape": "
|
|
7477
|
+
"shape": "Sxu"
|
|
7478
7478
|
}
|
|
7479
7479
|
}
|
|
7480
7480
|
}
|
|
@@ -7609,14 +7609,14 @@
|
|
|
7609
7609
|
},
|
|
7610
7610
|
"LabelingJobStatus": {},
|
|
7611
7611
|
"LabelCounters": {
|
|
7612
|
-
"shape": "
|
|
7612
|
+
"shape": "Sxy"
|
|
7613
7613
|
},
|
|
7614
7614
|
"WorkteamArn": {},
|
|
7615
7615
|
"PreHumanTaskLambdaArn": {},
|
|
7616
7616
|
"AnnotationConsolidationLambdaArn": {},
|
|
7617
7617
|
"FailureReason": {},
|
|
7618
7618
|
"LabelingJobOutput": {
|
|
7619
|
-
"shape": "
|
|
7619
|
+
"shape": "Sy1"
|
|
7620
7620
|
},
|
|
7621
7621
|
"InputConfig": {
|
|
7622
7622
|
"shape": "Shj"
|
|
@@ -7766,7 +7766,7 @@
|
|
|
7766
7766
|
],
|
|
7767
7767
|
"members": {
|
|
7768
7768
|
"JobDefinitionSummaries": {
|
|
7769
|
-
"shape": "
|
|
7769
|
+
"shape": "S14a"
|
|
7770
7770
|
},
|
|
7771
7771
|
"NextToken": {}
|
|
7772
7772
|
}
|
|
@@ -7979,7 +7979,7 @@
|
|
|
7979
7979
|
],
|
|
7980
7980
|
"members": {
|
|
7981
7981
|
"JobDefinitionSummaries": {
|
|
7982
|
-
"shape": "
|
|
7982
|
+
"shape": "S14a"
|
|
7983
7983
|
},
|
|
7984
7984
|
"NextToken": {}
|
|
7985
7985
|
}
|
|
@@ -8179,7 +8179,7 @@
|
|
|
8179
8179
|
],
|
|
8180
8180
|
"members": {
|
|
8181
8181
|
"JobDefinitionSummaries": {
|
|
8182
|
-
"shape": "
|
|
8182
|
+
"shape": "S14a"
|
|
8183
8183
|
},
|
|
8184
8184
|
"NextToken": {}
|
|
8185
8185
|
}
|
|
@@ -8298,7 +8298,7 @@
|
|
|
8298
8298
|
"type": "structure",
|
|
8299
8299
|
"members": {
|
|
8300
8300
|
"MonitoringAlertSummaries": {
|
|
8301
|
-
"shape": "
|
|
8301
|
+
"shape": "S19f"
|
|
8302
8302
|
},
|
|
8303
8303
|
"NextToken": {}
|
|
8304
8304
|
}
|
|
@@ -8348,7 +8348,7 @@
|
|
|
8348
8348
|
"MonitoringExecutionSummaries": {
|
|
8349
8349
|
"type": "list",
|
|
8350
8350
|
"member": {
|
|
8351
|
-
"shape": "
|
|
8351
|
+
"shape": "Syw"
|
|
8352
8352
|
}
|
|
8353
8353
|
},
|
|
8354
8354
|
"NextToken": {}
|
|
@@ -8628,7 +8628,7 @@
|
|
|
8628
8628
|
"CallbackToken": {},
|
|
8629
8629
|
"SqsQueueUrl": {},
|
|
8630
8630
|
"OutputParameters": {
|
|
8631
|
-
"shape": "
|
|
8631
|
+
"shape": "S1au"
|
|
8632
8632
|
}
|
|
8633
8633
|
}
|
|
8634
8634
|
},
|
|
@@ -8637,7 +8637,7 @@
|
|
|
8637
8637
|
"members": {
|
|
8638
8638
|
"Arn": {},
|
|
8639
8639
|
"OutputParameters": {
|
|
8640
|
-
"shape": "
|
|
8640
|
+
"shape": "S1au"
|
|
8641
8641
|
}
|
|
8642
8642
|
}
|
|
8643
8643
|
},
|
|
@@ -8770,7 +8770,7 @@
|
|
|
8770
8770
|
"type": "structure",
|
|
8771
8771
|
"members": {
|
|
8772
8772
|
"PipelineParameters": {
|
|
8773
|
-
"shape": "
|
|
8773
|
+
"shape": "S1ba"
|
|
8774
8774
|
},
|
|
8775
8775
|
"NextToken": {}
|
|
8776
8776
|
}
|
|
@@ -9105,7 +9105,7 @@
|
|
|
9105
9105
|
"SubscribedWorkteams": {
|
|
9106
9106
|
"type": "list",
|
|
9107
9107
|
"member": {
|
|
9108
|
-
"shape": "
|
|
9108
|
+
"shape": "Szz"
|
|
9109
9109
|
}
|
|
9110
9110
|
},
|
|
9111
9111
|
"NextToken": {}
|
|
@@ -9193,7 +9193,7 @@
|
|
|
9193
9193
|
},
|
|
9194
9194
|
"TrainingJobStatus": {},
|
|
9195
9195
|
"WarmPoolStatus": {
|
|
9196
|
-
"shape": "
|
|
9196
|
+
"shape": "S10h"
|
|
9197
9197
|
}
|
|
9198
9198
|
}
|
|
9199
9199
|
}
|
|
@@ -9228,7 +9228,7 @@
|
|
|
9228
9228
|
"TrainingJobSummaries": {
|
|
9229
9229
|
"type": "list",
|
|
9230
9230
|
"member": {
|
|
9231
|
-
"shape": "
|
|
9231
|
+
"shape": "Sww"
|
|
9232
9232
|
}
|
|
9233
9233
|
},
|
|
9234
9234
|
"NextToken": {}
|
|
@@ -9331,7 +9331,7 @@
|
|
|
9331
9331
|
"TrialComponentArn": {},
|
|
9332
9332
|
"DisplayName": {},
|
|
9333
9333
|
"TrialComponentSource": {
|
|
9334
|
-
"shape": "
|
|
9334
|
+
"shape": "S10t"
|
|
9335
9335
|
},
|
|
9336
9336
|
"Status": {
|
|
9337
9337
|
"shape": "Sou"
|
|
@@ -9393,7 +9393,7 @@
|
|
|
9393
9393
|
"TrialName": {},
|
|
9394
9394
|
"DisplayName": {},
|
|
9395
9395
|
"TrialSource": {
|
|
9396
|
-
"shape": "
|
|
9396
|
+
"shape": "S10p"
|
|
9397
9397
|
},
|
|
9398
9398
|
"CreationTime": {
|
|
9399
9399
|
"type": "timestamp"
|
|
@@ -9468,7 +9468,7 @@
|
|
|
9468
9468
|
"Workforces": {
|
|
9469
9469
|
"type": "list",
|
|
9470
9470
|
"member": {
|
|
9471
|
-
"shape": "
|
|
9471
|
+
"shape": "S115"
|
|
9472
9472
|
}
|
|
9473
9473
|
},
|
|
9474
9474
|
"NextToken": {}
|
|
@@ -9497,7 +9497,7 @@
|
|
|
9497
9497
|
"Workteams": {
|
|
9498
9498
|
"type": "list",
|
|
9499
9499
|
"member": {
|
|
9500
|
-
"shape": "
|
|
9500
|
+
"shape": "S11d"
|
|
9501
9501
|
}
|
|
9502
9502
|
},
|
|
9503
9503
|
"NextToken": {}
|
|
@@ -9616,7 +9616,7 @@
|
|
|
9616
9616
|
"members": {
|
|
9617
9617
|
"DeviceFleetName": {},
|
|
9618
9618
|
"Devices": {
|
|
9619
|
-
"shape": "
|
|
9619
|
+
"shape": "S1dw"
|
|
9620
9620
|
},
|
|
9621
9621
|
"Tags": {
|
|
9622
9622
|
"shape": "S7"
|
|
@@ -9706,7 +9706,7 @@
|
|
|
9706
9706
|
"members": {
|
|
9707
9707
|
"Resource": {},
|
|
9708
9708
|
"SearchExpression": {
|
|
9709
|
-
"shape": "
|
|
9709
|
+
"shape": "S1e7"
|
|
9710
9710
|
},
|
|
9711
9711
|
"SortBy": {},
|
|
9712
9712
|
"SortOrder": {},
|
|
@@ -9725,7 +9725,7 @@
|
|
|
9725
9725
|
"type": "structure",
|
|
9726
9726
|
"members": {
|
|
9727
9727
|
"TrainingJob": {
|
|
9728
|
-
"shape": "
|
|
9728
|
+
"shape": "S1ek"
|
|
9729
9729
|
},
|
|
9730
9730
|
"Experiment": {
|
|
9731
9731
|
"type": "structure",
|
|
@@ -9734,7 +9734,7 @@
|
|
|
9734
9734
|
"ExperimentArn": {},
|
|
9735
9735
|
"DisplayName": {},
|
|
9736
9736
|
"Source": {
|
|
9737
|
-
"shape": "
|
|
9737
|
+
"shape": "Svg"
|
|
9738
9738
|
},
|
|
9739
9739
|
"Description": {},
|
|
9740
9740
|
"CreationTime": {
|
|
@@ -9762,7 +9762,7 @@
|
|
|
9762
9762
|
"DisplayName": {},
|
|
9763
9763
|
"ExperimentName": {},
|
|
9764
9764
|
"Source": {
|
|
9765
|
-
"shape": "
|
|
9765
|
+
"shape": "S10p"
|
|
9766
9766
|
},
|
|
9767
9767
|
"CreationTime": {
|
|
9768
9768
|
"type": "timestamp"
|
|
@@ -9790,7 +9790,7 @@
|
|
|
9790
9790
|
"TrialComponentName": {},
|
|
9791
9791
|
"TrialComponentArn": {},
|
|
9792
9792
|
"TrialComponentSource": {
|
|
9793
|
-
"shape": "
|
|
9793
|
+
"shape": "S10t"
|
|
9794
9794
|
},
|
|
9795
9795
|
"CreationTime": {
|
|
9796
9796
|
"type": "timestamp"
|
|
@@ -9810,7 +9810,7 @@
|
|
|
9810
9810
|
"DisplayName": {},
|
|
9811
9811
|
"TrialComponentArn": {},
|
|
9812
9812
|
"Source": {
|
|
9813
|
-
"shape": "
|
|
9813
|
+
"shape": "S10t"
|
|
9814
9814
|
},
|
|
9815
9815
|
"Status": {
|
|
9816
9816
|
"shape": "Sou"
|
|
@@ -9843,7 +9843,7 @@
|
|
|
9843
9843
|
"shape": "Sp1"
|
|
9844
9844
|
},
|
|
9845
9845
|
"Metrics": {
|
|
9846
|
-
"shape": "
|
|
9846
|
+
"shape": "S10v"
|
|
9847
9847
|
},
|
|
9848
9848
|
"MetadataProperties": {
|
|
9849
9849
|
"shape": "S1q"
|
|
@@ -9853,7 +9853,7 @@
|
|
|
9853
9853
|
"members": {
|
|
9854
9854
|
"SourceArn": {},
|
|
9855
9855
|
"TrainingJob": {
|
|
9856
|
-
"shape": "
|
|
9856
|
+
"shape": "S1ek"
|
|
9857
9857
|
},
|
|
9858
9858
|
"ProcessingJob": {
|
|
9859
9859
|
"type": "structure",
|
|
@@ -9909,7 +9909,7 @@
|
|
|
9909
9909
|
}
|
|
9910
9910
|
},
|
|
9911
9911
|
"TransformJob": {
|
|
9912
|
-
"shape": "
|
|
9912
|
+
"shape": "S1es"
|
|
9913
9913
|
}
|
|
9914
9914
|
}
|
|
9915
9915
|
},
|
|
@@ -9945,10 +9945,10 @@
|
|
|
9945
9945
|
"EndpointArn": {},
|
|
9946
9946
|
"EndpointConfigName": {},
|
|
9947
9947
|
"ProductionVariants": {
|
|
9948
|
-
"shape": "
|
|
9948
|
+
"shape": "Suy"
|
|
9949
9949
|
},
|
|
9950
9950
|
"DataCaptureConfig": {
|
|
9951
|
-
"shape": "
|
|
9951
|
+
"shape": "Sv6"
|
|
9952
9952
|
},
|
|
9953
9953
|
"EndpointStatus": {},
|
|
9954
9954
|
"FailureReason": {},
|
|
@@ -9979,7 +9979,7 @@
|
|
|
9979
9979
|
},
|
|
9980
9980
|
"EndpointName": {},
|
|
9981
9981
|
"LastMonitoringExecutionSummary": {
|
|
9982
|
-
"shape": "
|
|
9982
|
+
"shape": "Syw"
|
|
9983
9983
|
},
|
|
9984
9984
|
"Tags": {
|
|
9985
9985
|
"shape": "S7"
|
|
@@ -9991,7 +9991,7 @@
|
|
|
9991
9991
|
"shape": "S7"
|
|
9992
9992
|
},
|
|
9993
9993
|
"ShadowProductionVariants": {
|
|
9994
|
-
"shape": "
|
|
9994
|
+
"shape": "Suy"
|
|
9995
9995
|
}
|
|
9996
9996
|
}
|
|
9997
9997
|
},
|
|
@@ -10019,7 +10019,7 @@
|
|
|
10019
10019
|
},
|
|
10020
10020
|
"ModelPackageStatus": {},
|
|
10021
10021
|
"ModelPackageStatusDetails": {
|
|
10022
|
-
"shape": "
|
|
10022
|
+
"shape": "Syj"
|
|
10023
10023
|
},
|
|
10024
10024
|
"CertifyForMarketplace": {
|
|
10025
10025
|
"type": "boolean"
|
|
@@ -10117,7 +10117,7 @@
|
|
|
10117
10117
|
"PipelineExecutionStatus": {},
|
|
10118
10118
|
"PipelineExecutionDescription": {},
|
|
10119
10119
|
"PipelineExperimentConfig": {
|
|
10120
|
-
"shape": "
|
|
10120
|
+
"shape": "Szg"
|
|
10121
10121
|
},
|
|
10122
10122
|
"FailureReason": {},
|
|
10123
10123
|
"CreationTime": {
|
|
@@ -10136,7 +10136,7 @@
|
|
|
10136
10136
|
"shape": "Sli"
|
|
10137
10137
|
},
|
|
10138
10138
|
"PipelineParameters": {
|
|
10139
|
-
"shape": "
|
|
10139
|
+
"shape": "S1ba"
|
|
10140
10140
|
}
|
|
10141
10141
|
}
|
|
10142
10142
|
},
|
|
@@ -10165,10 +10165,10 @@
|
|
|
10165
10165
|
"RoleArn": {},
|
|
10166
10166
|
"FeatureGroupStatus": {},
|
|
10167
10167
|
"OfflineStoreStatus": {
|
|
10168
|
-
"shape": "
|
|
10168
|
+
"shape": "Svm"
|
|
10169
10169
|
},
|
|
10170
10170
|
"LastUpdateStatus": {
|
|
10171
|
-
"shape": "
|
|
10171
|
+
"shape": "Svp"
|
|
10172
10172
|
},
|
|
10173
10173
|
"FailureReason": {},
|
|
10174
10174
|
"Description": {},
|
|
@@ -10188,7 +10188,7 @@
|
|
|
10188
10188
|
"shape": "Smz"
|
|
10189
10189
|
},
|
|
10190
10190
|
"ServiceCatalogProvisionedProductDetails": {
|
|
10191
|
-
"shape": "
|
|
10191
|
+
"shape": "Szo"
|
|
10192
10192
|
},
|
|
10193
10193
|
"ProjectStatus": {},
|
|
10194
10194
|
"CreatedBy": {
|
|
@@ -10223,7 +10223,7 @@
|
|
|
10223
10223
|
},
|
|
10224
10224
|
"Description": {},
|
|
10225
10225
|
"Parameters": {
|
|
10226
|
-
"shape": "
|
|
10226
|
+
"shape": "Svv"
|
|
10227
10227
|
}
|
|
10228
10228
|
}
|
|
10229
10229
|
},
|
|
@@ -10252,16 +10252,16 @@
|
|
|
10252
10252
|
"type": "timestamp"
|
|
10253
10253
|
},
|
|
10254
10254
|
"TrainingJobStatusCounters": {
|
|
10255
|
-
"shape": "
|
|
10255
|
+
"shape": "Sws"
|
|
10256
10256
|
},
|
|
10257
10257
|
"ObjectiveStatusCounters": {
|
|
10258
|
-
"shape": "
|
|
10258
|
+
"shape": "Swu"
|
|
10259
10259
|
},
|
|
10260
10260
|
"BestTrainingJob": {
|
|
10261
|
-
"shape": "
|
|
10261
|
+
"shape": "Sww"
|
|
10262
10262
|
},
|
|
10263
10263
|
"OverallBestTrainingJob": {
|
|
10264
|
-
"shape": "
|
|
10264
|
+
"shape": "Sww"
|
|
10265
10265
|
},
|
|
10266
10266
|
"WarmStartConfig": {
|
|
10267
10267
|
"shape": "Sf0"
|
|
@@ -10271,10 +10271,10 @@
|
|
|
10271
10271
|
"shape": "S7"
|
|
10272
10272
|
},
|
|
10273
10273
|
"TuningJobCompletionDetails": {
|
|
10274
|
-
"shape": "
|
|
10274
|
+
"shape": "Swz"
|
|
10275
10275
|
},
|
|
10276
10276
|
"ConsumedResources": {
|
|
10277
|
-
"shape": "
|
|
10277
|
+
"shape": "Sx0"
|
|
10278
10278
|
}
|
|
10279
10279
|
}
|
|
10280
10280
|
},
|
|
@@ -10335,7 +10335,7 @@
|
|
|
10335
10335
|
}
|
|
10336
10336
|
},
|
|
10337
10337
|
"LastBatchTransformJob": {
|
|
10338
|
-
"shape": "
|
|
10338
|
+
"shape": "S1es"
|
|
10339
10339
|
},
|
|
10340
10340
|
"MonitoringSchedules": {
|
|
10341
10341
|
"type": "list",
|
|
@@ -10358,10 +10358,10 @@
|
|
|
10358
10358
|
},
|
|
10359
10359
|
"EndpointName": {},
|
|
10360
10360
|
"MonitoringAlertSummaries": {
|
|
10361
|
-
"shape": "
|
|
10361
|
+
"shape": "S19f"
|
|
10362
10362
|
},
|
|
10363
10363
|
"LastMonitoringExecutionSummary": {
|
|
10364
|
-
"shape": "
|
|
10364
|
+
"shape": "Syw"
|
|
10365
10365
|
}
|
|
10366
10366
|
}
|
|
10367
10367
|
}
|
|
@@ -10470,7 +10470,7 @@
|
|
|
10470
10470
|
"members": {
|
|
10471
10471
|
"CallbackToken": {},
|
|
10472
10472
|
"OutputParameters": {
|
|
10473
|
-
"shape": "
|
|
10473
|
+
"shape": "S1au"
|
|
10474
10474
|
},
|
|
10475
10475
|
"ClientRequestToken": {
|
|
10476
10476
|
"idempotencyToken": true
|
|
@@ -10550,7 +10550,7 @@
|
|
|
10550
10550
|
"PipelineName": {},
|
|
10551
10551
|
"PipelineExecutionDisplayName": {},
|
|
10552
10552
|
"PipelineParameters": {
|
|
10553
|
-
"shape": "
|
|
10553
|
+
"shape": "S1ba"
|
|
10554
10554
|
},
|
|
10555
10555
|
"PipelineExecutionDescription": {},
|
|
10556
10556
|
"ClientRequestToken": {
|
|
@@ -10768,7 +10768,7 @@
|
|
|
10768
10768
|
"shape": "S1o"
|
|
10769
10769
|
},
|
|
10770
10770
|
"PropertiesToRemove": {
|
|
10771
|
-
"shape": "
|
|
10771
|
+
"shape": "S1g9"
|
|
10772
10772
|
}
|
|
10773
10773
|
}
|
|
10774
10774
|
},
|
|
@@ -10812,7 +10812,7 @@
|
|
|
10812
10812
|
"shape": "S1o"
|
|
10813
10813
|
},
|
|
10814
10814
|
"PropertiesToRemove": {
|
|
10815
|
-
"shape": "
|
|
10815
|
+
"shape": "S1g9"
|
|
10816
10816
|
}
|
|
10817
10817
|
}
|
|
10818
10818
|
},
|
|
@@ -10862,7 +10862,7 @@
|
|
|
10862
10862
|
"shape": "S1o"
|
|
10863
10863
|
},
|
|
10864
10864
|
"PropertiesToRemove": {
|
|
10865
|
-
"shape": "
|
|
10865
|
+
"shape": "S1g9"
|
|
10866
10866
|
}
|
|
10867
10867
|
}
|
|
10868
10868
|
},
|
|
@@ -10903,7 +10903,7 @@
|
|
|
10903
10903
|
"members": {
|
|
10904
10904
|
"DeviceFleetName": {},
|
|
10905
10905
|
"Devices": {
|
|
10906
|
-
"shape": "
|
|
10906
|
+
"shape": "S1dw"
|
|
10907
10907
|
}
|
|
10908
10908
|
}
|
|
10909
10909
|
}
|
|
@@ -11096,7 +11096,7 @@
|
|
|
11096
11096
|
"ParameterAdditions": {
|
|
11097
11097
|
"type": "list",
|
|
11098
11098
|
"member": {
|
|
11099
|
-
"shape": "
|
|
11099
|
+
"shape": "Svw"
|
|
11100
11100
|
}
|
|
11101
11101
|
},
|
|
11102
11102
|
"ParameterRemovals": {
|
|
@@ -11593,19 +11593,19 @@
|
|
|
11593
11593
|
"shape": "Sox"
|
|
11594
11594
|
},
|
|
11595
11595
|
"ParametersToRemove": {
|
|
11596
|
-
"shape": "
|
|
11596
|
+
"shape": "S1ie"
|
|
11597
11597
|
},
|
|
11598
11598
|
"InputArtifacts": {
|
|
11599
11599
|
"shape": "Sp1"
|
|
11600
11600
|
},
|
|
11601
11601
|
"InputArtifactsToRemove": {
|
|
11602
|
-
"shape": "
|
|
11602
|
+
"shape": "S1ie"
|
|
11603
11603
|
},
|
|
11604
11604
|
"OutputArtifacts": {
|
|
11605
11605
|
"shape": "Sp1"
|
|
11606
11606
|
},
|
|
11607
11607
|
"OutputArtifactsToRemove": {
|
|
11608
|
-
"shape": "
|
|
11608
|
+
"shape": "S1ie"
|
|
11609
11609
|
}
|
|
11610
11610
|
}
|
|
11611
11611
|
},
|
|
@@ -11664,7 +11664,7 @@
|
|
|
11664
11664
|
],
|
|
11665
11665
|
"members": {
|
|
11666
11666
|
"Workforce": {
|
|
11667
|
-
"shape": "
|
|
11667
|
+
"shape": "S115"
|
|
11668
11668
|
}
|
|
11669
11669
|
}
|
|
11670
11670
|
}
|
|
@@ -11693,7 +11693,7 @@
|
|
|
11693
11693
|
],
|
|
11694
11694
|
"members": {
|
|
11695
11695
|
"Workteam": {
|
|
11696
|
-
"shape": "
|
|
11696
|
+
"shape": "S11d"
|
|
11697
11697
|
}
|
|
11698
11698
|
}
|
|
11699
11699
|
}
|
|
@@ -15235,10 +15235,18 @@
|
|
|
15235
15235
|
"members": {
|
|
15236
15236
|
"UserProfileArn": {},
|
|
15237
15237
|
"UserProfileName": {},
|
|
15238
|
-
"DomainId": {}
|
|
15238
|
+
"DomainId": {},
|
|
15239
|
+
"IamIdentity": {
|
|
15240
|
+
"type": "structure",
|
|
15241
|
+
"members": {
|
|
15242
|
+
"Arn": {},
|
|
15243
|
+
"PrincipalId": {},
|
|
15244
|
+
"SourceIdentity": {}
|
|
15245
|
+
}
|
|
15246
|
+
}
|
|
15239
15247
|
}
|
|
15240
15248
|
},
|
|
15241
|
-
"
|
|
15249
|
+
"Sse": {
|
|
15242
15250
|
"type": "list",
|
|
15243
15251
|
"member": {
|
|
15244
15252
|
"type": "structure",
|
|
@@ -15253,7 +15261,7 @@
|
|
|
15253
15261
|
}
|
|
15254
15262
|
}
|
|
15255
15263
|
},
|
|
15256
|
-
"
|
|
15264
|
+
"Sss": {
|
|
15257
15265
|
"type": "list",
|
|
15258
15266
|
"member": {
|
|
15259
15267
|
"type": "structure",
|
|
@@ -15262,7 +15270,7 @@
|
|
|
15262
15270
|
}
|
|
15263
15271
|
}
|
|
15264
15272
|
},
|
|
15265
|
-
"
|
|
15273
|
+
"Ssu": {
|
|
15266
15274
|
"type": "structure",
|
|
15267
15275
|
"required": [
|
|
15268
15276
|
"CandidateName",
|
|
@@ -15365,7 +15373,7 @@
|
|
|
15365
15373
|
}
|
|
15366
15374
|
}
|
|
15367
15375
|
},
|
|
15368
|
-
"
|
|
15376
|
+
"Stv": {
|
|
15369
15377
|
"type": "structure",
|
|
15370
15378
|
"required": [
|
|
15371
15379
|
"S3ModelArtifacts"
|
|
@@ -15374,7 +15382,7 @@
|
|
|
15374
15382
|
"S3ModelArtifacts": {}
|
|
15375
15383
|
}
|
|
15376
15384
|
},
|
|
15377
|
-
"
|
|
15385
|
+
"Suy": {
|
|
15378
15386
|
"type": "list",
|
|
15379
15387
|
"member": {
|
|
15380
15388
|
"type": "structure",
|
|
@@ -15384,7 +15392,7 @@
|
|
|
15384
15392
|
"members": {
|
|
15385
15393
|
"VariantName": {},
|
|
15386
15394
|
"DeployedImages": {
|
|
15387
|
-
"shape": "
|
|
15395
|
+
"shape": "Sv0"
|
|
15388
15396
|
},
|
|
15389
15397
|
"CurrentWeight": {
|
|
15390
15398
|
"type": "float"
|
|
@@ -15399,7 +15407,7 @@
|
|
|
15399
15407
|
"type": "integer"
|
|
15400
15408
|
},
|
|
15401
15409
|
"VariantStatus": {
|
|
15402
|
-
"shape": "
|
|
15410
|
+
"shape": "Sv2"
|
|
15403
15411
|
},
|
|
15404
15412
|
"CurrentServerlessConfig": {
|
|
15405
15413
|
"shape": "Sal"
|
|
@@ -15410,7 +15418,7 @@
|
|
|
15410
15418
|
}
|
|
15411
15419
|
}
|
|
15412
15420
|
},
|
|
15413
|
-
"
|
|
15421
|
+
"Sv0": {
|
|
15414
15422
|
"type": "list",
|
|
15415
15423
|
"member": {
|
|
15416
15424
|
"type": "structure",
|
|
@@ -15423,7 +15431,7 @@
|
|
|
15423
15431
|
}
|
|
15424
15432
|
}
|
|
15425
15433
|
},
|
|
15426
|
-
"
|
|
15434
|
+
"Sv2": {
|
|
15427
15435
|
"type": "list",
|
|
15428
15436
|
"member": {
|
|
15429
15437
|
"type": "structure",
|
|
@@ -15439,7 +15447,7 @@
|
|
|
15439
15447
|
}
|
|
15440
15448
|
}
|
|
15441
15449
|
},
|
|
15442
|
-
"
|
|
15450
|
+
"Sv6": {
|
|
15443
15451
|
"type": "structure",
|
|
15444
15452
|
"required": [
|
|
15445
15453
|
"EnableCapture",
|
|
@@ -15460,7 +15468,7 @@
|
|
|
15460
15468
|
"KmsKeyId": {}
|
|
15461
15469
|
}
|
|
15462
15470
|
},
|
|
15463
|
-
"
|
|
15471
|
+
"Sva": {
|
|
15464
15472
|
"type": "list",
|
|
15465
15473
|
"member": {
|
|
15466
15474
|
"type": "structure",
|
|
@@ -15470,7 +15478,7 @@
|
|
|
15470
15478
|
"members": {
|
|
15471
15479
|
"VariantName": {},
|
|
15472
15480
|
"DeployedImages": {
|
|
15473
|
-
"shape": "
|
|
15481
|
+
"shape": "Sv0"
|
|
15474
15482
|
},
|
|
15475
15483
|
"CurrentWeight": {
|
|
15476
15484
|
"type": "float"
|
|
@@ -15487,7 +15495,7 @@
|
|
|
15487
15495
|
"InstanceType": {},
|
|
15488
15496
|
"AcceleratorType": {},
|
|
15489
15497
|
"VariantStatus": {
|
|
15490
|
-
"shape": "
|
|
15498
|
+
"shape": "Sv2"
|
|
15491
15499
|
},
|
|
15492
15500
|
"CurrentServerlessConfig": {
|
|
15493
15501
|
"shape": "Sal"
|
|
@@ -15498,7 +15506,7 @@
|
|
|
15498
15506
|
}
|
|
15499
15507
|
}
|
|
15500
15508
|
},
|
|
15501
|
-
"
|
|
15509
|
+
"Svg": {
|
|
15502
15510
|
"type": "structure",
|
|
15503
15511
|
"required": [
|
|
15504
15512
|
"SourceArn"
|
|
@@ -15508,7 +15516,7 @@
|
|
|
15508
15516
|
"SourceType": {}
|
|
15509
15517
|
}
|
|
15510
15518
|
},
|
|
15511
|
-
"
|
|
15519
|
+
"Svm": {
|
|
15512
15520
|
"type": "structure",
|
|
15513
15521
|
"required": [
|
|
15514
15522
|
"Status"
|
|
@@ -15518,7 +15526,7 @@
|
|
|
15518
15526
|
"BlockedReason": {}
|
|
15519
15527
|
}
|
|
15520
15528
|
},
|
|
15521
|
-
"
|
|
15529
|
+
"Svp": {
|
|
15522
15530
|
"type": "structure",
|
|
15523
15531
|
"required": [
|
|
15524
15532
|
"Status"
|
|
@@ -15528,24 +15536,24 @@
|
|
|
15528
15536
|
"FailureReason": {}
|
|
15529
15537
|
}
|
|
15530
15538
|
},
|
|
15531
|
-
"
|
|
15539
|
+
"Svv": {
|
|
15532
15540
|
"type": "list",
|
|
15533
15541
|
"member": {
|
|
15534
|
-
"shape": "
|
|
15542
|
+
"shape": "Svw"
|
|
15535
15543
|
}
|
|
15536
15544
|
},
|
|
15537
|
-
"
|
|
15545
|
+
"Svw": {
|
|
15538
15546
|
"type": "structure",
|
|
15539
15547
|
"members": {
|
|
15540
15548
|
"Key": {},
|
|
15541
15549
|
"Value": {}
|
|
15542
15550
|
}
|
|
15543
15551
|
},
|
|
15544
|
-
"
|
|
15552
|
+
"Swd": {
|
|
15545
15553
|
"type": "list",
|
|
15546
15554
|
"member": {}
|
|
15547
15555
|
},
|
|
15548
|
-
"
|
|
15556
|
+
"Sws": {
|
|
15549
15557
|
"type": "structure",
|
|
15550
15558
|
"members": {
|
|
15551
15559
|
"Completed": {
|
|
@@ -15565,7 +15573,7 @@
|
|
|
15565
15573
|
}
|
|
15566
15574
|
}
|
|
15567
15575
|
},
|
|
15568
|
-
"
|
|
15576
|
+
"Swu": {
|
|
15569
15577
|
"type": "structure",
|
|
15570
15578
|
"members": {
|
|
15571
15579
|
"Succeeded": {
|
|
@@ -15579,7 +15587,7 @@
|
|
|
15579
15587
|
}
|
|
15580
15588
|
}
|
|
15581
15589
|
},
|
|
15582
|
-
"
|
|
15590
|
+
"Sww": {
|
|
15583
15591
|
"type": "structure",
|
|
15584
15592
|
"required": [
|
|
15585
15593
|
"TrainingJobName",
|
|
@@ -15624,7 +15632,7 @@
|
|
|
15624
15632
|
"ObjectiveStatus": {}
|
|
15625
15633
|
}
|
|
15626
15634
|
},
|
|
15627
|
-
"
|
|
15635
|
+
"Swz": {
|
|
15628
15636
|
"type": "structure",
|
|
15629
15637
|
"members": {
|
|
15630
15638
|
"NumberOfTrainingJobsObjectiveNotImproving": {
|
|
@@ -15635,7 +15643,7 @@
|
|
|
15635
15643
|
}
|
|
15636
15644
|
}
|
|
15637
15645
|
},
|
|
15638
|
-
"
|
|
15646
|
+
"Sx0": {
|
|
15639
15647
|
"type": "structure",
|
|
15640
15648
|
"members": {
|
|
15641
15649
|
"RuntimeInSeconds": {
|
|
@@ -15643,7 +15651,7 @@
|
|
|
15643
15651
|
}
|
|
15644
15652
|
}
|
|
15645
15653
|
},
|
|
15646
|
-
"
|
|
15654
|
+
"Sxl": {
|
|
15647
15655
|
"type": "structure",
|
|
15648
15656
|
"required": [
|
|
15649
15657
|
"CostPerHour",
|
|
@@ -15672,7 +15680,7 @@
|
|
|
15672
15680
|
}
|
|
15673
15681
|
}
|
|
15674
15682
|
},
|
|
15675
|
-
"
|
|
15683
|
+
"Sxn": {
|
|
15676
15684
|
"type": "structure",
|
|
15677
15685
|
"required": [
|
|
15678
15686
|
"EndpointName",
|
|
@@ -15689,7 +15697,7 @@
|
|
|
15689
15697
|
}
|
|
15690
15698
|
}
|
|
15691
15699
|
},
|
|
15692
|
-
"
|
|
15700
|
+
"Sxo": {
|
|
15693
15701
|
"type": "structure",
|
|
15694
15702
|
"members": {
|
|
15695
15703
|
"InferenceSpecificationName": {},
|
|
@@ -15712,7 +15720,7 @@
|
|
|
15712
15720
|
"CompilationJobName": {}
|
|
15713
15721
|
}
|
|
15714
15722
|
},
|
|
15715
|
-
"
|
|
15723
|
+
"Sxu": {
|
|
15716
15724
|
"type": "structure",
|
|
15717
15725
|
"required": [
|
|
15718
15726
|
"MaxInvocations",
|
|
@@ -15727,7 +15735,7 @@
|
|
|
15727
15735
|
}
|
|
15728
15736
|
}
|
|
15729
15737
|
},
|
|
15730
|
-
"
|
|
15738
|
+
"Sxy": {
|
|
15731
15739
|
"type": "structure",
|
|
15732
15740
|
"members": {
|
|
15733
15741
|
"TotalLabeled": {
|
|
@@ -15747,7 +15755,7 @@
|
|
|
15747
15755
|
}
|
|
15748
15756
|
}
|
|
15749
15757
|
},
|
|
15750
|
-
"
|
|
15758
|
+
"Sy1": {
|
|
15751
15759
|
"type": "structure",
|
|
15752
15760
|
"required": [
|
|
15753
15761
|
"OutputDatasetS3Uri"
|
|
@@ -15757,21 +15765,21 @@
|
|
|
15757
15765
|
"FinalActiveLearningModelArn": {}
|
|
15758
15766
|
}
|
|
15759
15767
|
},
|
|
15760
|
-
"
|
|
15768
|
+
"Syj": {
|
|
15761
15769
|
"type": "structure",
|
|
15762
15770
|
"required": [
|
|
15763
15771
|
"ValidationStatuses"
|
|
15764
15772
|
],
|
|
15765
15773
|
"members": {
|
|
15766
15774
|
"ValidationStatuses": {
|
|
15767
|
-
"shape": "
|
|
15775
|
+
"shape": "Syk"
|
|
15768
15776
|
},
|
|
15769
15777
|
"ImageScanStatuses": {
|
|
15770
|
-
"shape": "
|
|
15778
|
+
"shape": "Syk"
|
|
15771
15779
|
}
|
|
15772
15780
|
}
|
|
15773
15781
|
},
|
|
15774
|
-
"
|
|
15782
|
+
"Syk": {
|
|
15775
15783
|
"type": "list",
|
|
15776
15784
|
"member": {
|
|
15777
15785
|
"type": "structure",
|
|
@@ -15786,7 +15794,7 @@
|
|
|
15786
15794
|
}
|
|
15787
15795
|
}
|
|
15788
15796
|
},
|
|
15789
|
-
"
|
|
15797
|
+
"Syw": {
|
|
15790
15798
|
"type": "structure",
|
|
15791
15799
|
"required": [
|
|
15792
15800
|
"MonitoringScheduleName",
|
|
@@ -15814,21 +15822,21 @@
|
|
|
15814
15822
|
"MonitoringType": {}
|
|
15815
15823
|
}
|
|
15816
15824
|
},
|
|
15817
|
-
"
|
|
15825
|
+
"Szg": {
|
|
15818
15826
|
"type": "structure",
|
|
15819
15827
|
"members": {
|
|
15820
15828
|
"ExperimentName": {},
|
|
15821
15829
|
"TrialName": {}
|
|
15822
15830
|
}
|
|
15823
15831
|
},
|
|
15824
|
-
"
|
|
15832
|
+
"Szo": {
|
|
15825
15833
|
"type": "structure",
|
|
15826
15834
|
"members": {
|
|
15827
15835
|
"ProvisionedProductId": {},
|
|
15828
15836
|
"ProvisionedProductStatusMessage": {}
|
|
15829
15837
|
}
|
|
15830
15838
|
},
|
|
15831
|
-
"
|
|
15839
|
+
"Szz": {
|
|
15832
15840
|
"type": "structure",
|
|
15833
15841
|
"required": [
|
|
15834
15842
|
"WorkteamArn"
|
|
@@ -15841,7 +15849,7 @@
|
|
|
15841
15849
|
"ListingId": {}
|
|
15842
15850
|
}
|
|
15843
15851
|
},
|
|
15844
|
-
"
|
|
15852
|
+
"S103": {
|
|
15845
15853
|
"type": "list",
|
|
15846
15854
|
"member": {
|
|
15847
15855
|
"type": "structure",
|
|
@@ -15861,7 +15869,7 @@
|
|
|
15861
15869
|
}
|
|
15862
15870
|
}
|
|
15863
15871
|
},
|
|
15864
|
-
"
|
|
15872
|
+
"S106": {
|
|
15865
15873
|
"type": "list",
|
|
15866
15874
|
"member": {
|
|
15867
15875
|
"type": "structure",
|
|
@@ -15876,7 +15884,7 @@
|
|
|
15876
15884
|
}
|
|
15877
15885
|
}
|
|
15878
15886
|
},
|
|
15879
|
-
"
|
|
15887
|
+
"S10a": {
|
|
15880
15888
|
"type": "list",
|
|
15881
15889
|
"member": {
|
|
15882
15890
|
"type": "structure",
|
|
@@ -15891,7 +15899,7 @@
|
|
|
15891
15899
|
}
|
|
15892
15900
|
}
|
|
15893
15901
|
},
|
|
15894
|
-
"
|
|
15902
|
+
"S10h": {
|
|
15895
15903
|
"type": "structure",
|
|
15896
15904
|
"required": [
|
|
15897
15905
|
"Status"
|
|
@@ -15904,7 +15912,7 @@
|
|
|
15904
15912
|
"ReusedByJob": {}
|
|
15905
15913
|
}
|
|
15906
15914
|
},
|
|
15907
|
-
"
|
|
15915
|
+
"S10p": {
|
|
15908
15916
|
"type": "structure",
|
|
15909
15917
|
"required": [
|
|
15910
15918
|
"SourceArn"
|
|
@@ -15914,7 +15922,7 @@
|
|
|
15914
15922
|
"SourceType": {}
|
|
15915
15923
|
}
|
|
15916
15924
|
},
|
|
15917
|
-
"
|
|
15925
|
+
"S10t": {
|
|
15918
15926
|
"type": "structure",
|
|
15919
15927
|
"required": [
|
|
15920
15928
|
"SourceArn"
|
|
@@ -15924,7 +15932,7 @@
|
|
|
15924
15932
|
"SourceType": {}
|
|
15925
15933
|
}
|
|
15926
15934
|
},
|
|
15927
|
-
"
|
|
15935
|
+
"S10v": {
|
|
15928
15936
|
"type": "list",
|
|
15929
15937
|
"member": {
|
|
15930
15938
|
"type": "structure",
|
|
@@ -15955,7 +15963,7 @@
|
|
|
15955
15963
|
}
|
|
15956
15964
|
}
|
|
15957
15965
|
},
|
|
15958
|
-
"
|
|
15966
|
+
"S115": {
|
|
15959
15967
|
"type": "structure",
|
|
15960
15968
|
"required": [
|
|
15961
15969
|
"WorkforceName",
|
|
@@ -16011,7 +16019,7 @@
|
|
|
16011
16019
|
"FailureReason": {}
|
|
16012
16020
|
}
|
|
16013
16021
|
},
|
|
16014
|
-
"
|
|
16022
|
+
"S11d": {
|
|
16015
16023
|
"type": "structure",
|
|
16016
16024
|
"required": [
|
|
16017
16025
|
"WorkteamName",
|
|
@@ -16043,7 +16051,7 @@
|
|
|
16043
16051
|
}
|
|
16044
16052
|
}
|
|
16045
16053
|
},
|
|
16046
|
-
"
|
|
16054
|
+
"S14a": {
|
|
16047
16055
|
"type": "list",
|
|
16048
16056
|
"member": {
|
|
16049
16057
|
"type": "structure",
|
|
@@ -16063,7 +16071,7 @@
|
|
|
16063
16071
|
}
|
|
16064
16072
|
}
|
|
16065
16073
|
},
|
|
16066
|
-
"
|
|
16074
|
+
"S160": {
|
|
16067
16075
|
"type": "list",
|
|
16068
16076
|
"member": {
|
|
16069
16077
|
"type": "structure",
|
|
@@ -16085,7 +16093,7 @@
|
|
|
16085
16093
|
"HubContentDisplayName": {},
|
|
16086
16094
|
"HubContentDescription": {},
|
|
16087
16095
|
"HubContentSearchKeywords": {
|
|
16088
|
-
"shape": "
|
|
16096
|
+
"shape": "Swd"
|
|
16089
16097
|
},
|
|
16090
16098
|
"HubContentStatus": {},
|
|
16091
16099
|
"CreationTime": {
|
|
@@ -16094,7 +16102,7 @@
|
|
|
16094
16102
|
}
|
|
16095
16103
|
}
|
|
16096
16104
|
},
|
|
16097
|
-
"
|
|
16105
|
+
"S19f": {
|
|
16098
16106
|
"type": "list",
|
|
16099
16107
|
"member": {
|
|
16100
16108
|
"type": "structure",
|
|
@@ -16138,7 +16146,7 @@
|
|
|
16138
16146
|
}
|
|
16139
16147
|
}
|
|
16140
16148
|
},
|
|
16141
|
-
"
|
|
16149
|
+
"S1au": {
|
|
16142
16150
|
"type": "list",
|
|
16143
16151
|
"member": {
|
|
16144
16152
|
"type": "structure",
|
|
@@ -16152,7 +16160,7 @@
|
|
|
16152
16160
|
}
|
|
16153
16161
|
}
|
|
16154
16162
|
},
|
|
16155
|
-
"
|
|
16163
|
+
"S1ba": {
|
|
16156
16164
|
"type": "list",
|
|
16157
16165
|
"member": {
|
|
16158
16166
|
"type": "structure",
|
|
@@ -16166,7 +16174,7 @@
|
|
|
16166
16174
|
}
|
|
16167
16175
|
}
|
|
16168
16176
|
},
|
|
16169
|
-
"
|
|
16177
|
+
"S1dw": {
|
|
16170
16178
|
"type": "list",
|
|
16171
16179
|
"member": {
|
|
16172
16180
|
"type": "structure",
|
|
@@ -16180,11 +16188,11 @@
|
|
|
16180
16188
|
}
|
|
16181
16189
|
}
|
|
16182
16190
|
},
|
|
16183
|
-
"
|
|
16191
|
+
"S1e7": {
|
|
16184
16192
|
"type": "structure",
|
|
16185
16193
|
"members": {
|
|
16186
16194
|
"Filters": {
|
|
16187
|
-
"shape": "
|
|
16195
|
+
"shape": "S1e8"
|
|
16188
16196
|
},
|
|
16189
16197
|
"NestedFilters": {
|
|
16190
16198
|
"type": "list",
|
|
@@ -16197,7 +16205,7 @@
|
|
|
16197
16205
|
"members": {
|
|
16198
16206
|
"NestedPropertyName": {},
|
|
16199
16207
|
"Filters": {
|
|
16200
|
-
"shape": "
|
|
16208
|
+
"shape": "S1e8"
|
|
16201
16209
|
}
|
|
16202
16210
|
}
|
|
16203
16211
|
}
|
|
@@ -16205,13 +16213,13 @@
|
|
|
16205
16213
|
"SubExpressions": {
|
|
16206
16214
|
"type": "list",
|
|
16207
16215
|
"member": {
|
|
16208
|
-
"shape": "
|
|
16216
|
+
"shape": "S1e7"
|
|
16209
16217
|
}
|
|
16210
16218
|
},
|
|
16211
16219
|
"Operator": {}
|
|
16212
16220
|
}
|
|
16213
16221
|
},
|
|
16214
|
-
"
|
|
16222
|
+
"S1e8": {
|
|
16215
16223
|
"type": "list",
|
|
16216
16224
|
"member": {
|
|
16217
16225
|
"type": "structure",
|
|
@@ -16225,7 +16233,7 @@
|
|
|
16225
16233
|
}
|
|
16226
16234
|
}
|
|
16227
16235
|
},
|
|
16228
|
-
"
|
|
16236
|
+
"S1ek": {
|
|
16229
16237
|
"type": "structure",
|
|
16230
16238
|
"members": {
|
|
16231
16239
|
"TrainingJobName": {},
|
|
@@ -16234,7 +16242,7 @@
|
|
|
16234
16242
|
"LabelingJobArn": {},
|
|
16235
16243
|
"AutoMLJobArn": {},
|
|
16236
16244
|
"ModelArtifacts": {
|
|
16237
|
-
"shape": "
|
|
16245
|
+
"shape": "Stv"
|
|
16238
16246
|
},
|
|
16239
16247
|
"TrainingJobStatus": {},
|
|
16240
16248
|
"SecondaryStatus": {},
|
|
@@ -16274,10 +16282,10 @@
|
|
|
16274
16282
|
"type": "timestamp"
|
|
16275
16283
|
},
|
|
16276
16284
|
"SecondaryStatusTransitions": {
|
|
16277
|
-
"shape": "
|
|
16285
|
+
"shape": "S103"
|
|
16278
16286
|
},
|
|
16279
16287
|
"FinalMetricDataList": {
|
|
16280
|
-
"shape": "
|
|
16288
|
+
"shape": "S106"
|
|
16281
16289
|
},
|
|
16282
16290
|
"EnableNetworkIsolation": {
|
|
16283
16291
|
"type": "boolean"
|
|
@@ -16310,7 +16318,7 @@
|
|
|
16310
16318
|
"shape": "So4"
|
|
16311
16319
|
},
|
|
16312
16320
|
"DebugRuleEvaluationStatuses": {
|
|
16313
|
-
"shape": "
|
|
16321
|
+
"shape": "S10a"
|
|
16314
16322
|
},
|
|
16315
16323
|
"Environment": {
|
|
16316
16324
|
"shape": "Sob"
|
|
@@ -16323,7 +16331,7 @@
|
|
|
16323
16331
|
}
|
|
16324
16332
|
}
|
|
16325
16333
|
},
|
|
16326
|
-
"
|
|
16334
|
+
"S1es": {
|
|
16327
16335
|
"type": "structure",
|
|
16328
16336
|
"members": {
|
|
16329
16337
|
"TransformJobName": {},
|
|
@@ -16375,11 +16383,11 @@
|
|
|
16375
16383
|
}
|
|
16376
16384
|
}
|
|
16377
16385
|
},
|
|
16378
|
-
"
|
|
16386
|
+
"S1g9": {
|
|
16379
16387
|
"type": "list",
|
|
16380
16388
|
"member": {}
|
|
16381
16389
|
},
|
|
16382
|
-
"
|
|
16390
|
+
"S1ie": {
|
|
16383
16391
|
"type": "list",
|
|
16384
16392
|
"member": {}
|
|
16385
16393
|
}
|