aws-sdk 2.1012.0 → 2.1016.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.
Files changed (52) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/auditmanager-2017-07-25.min.json +168 -12
  4. package/apis/auditmanager-2017-07-25.paginators.json +5 -0
  5. package/apis/autoscaling-2011-01-01.min.json +240 -94
  6. package/apis/chime-2018-05-01.min.json +4 -2
  7. package/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
  8. package/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  9. package/apis/chime-sdk-messaging-2021-05-15.min.json +180 -29
  10. package/apis/ec2-2016-11-15.min.json +1331 -800
  11. package/apis/ec2-2016-11-15.paginators.json +12 -0
  12. package/apis/emr-containers-2020-10-01.min.json +18 -6
  13. package/apis/quicksight-2018-04-01.min.json +27 -21
  14. package/apis/rds-2014-10-31.min.json +412 -317
  15. package/apis/route53resolver-2018-04-01.min.json +85 -13
  16. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  17. package/apis/sagemaker-2017-07-24.min.json +924 -792
  18. package/apis/textract-2018-06-27.min.json +107 -43
  19. package/clients/auditmanager.d.ts +486 -305
  20. package/clients/autoscaling.d.ts +217 -15
  21. package/clients/chime.d.ts +8 -0
  22. package/clients/chimesdkidentity.d.ts +314 -2
  23. package/clients/chimesdkmessaging.d.ts +146 -15
  24. package/clients/connect.d.ts +11 -11
  25. package/clients/ec2.d.ts +548 -4
  26. package/clients/eks.d.ts +1 -1
  27. package/clients/emrcontainers.d.ts +18 -3
  28. package/clients/finspace.js +0 -1
  29. package/clients/finspacedata.js +0 -1
  30. package/clients/lexmodelsv2.js +0 -1
  31. package/clients/lookoutmetrics.js +0 -1
  32. package/clients/quicksight.d.ts +12 -2
  33. package/clients/rds.d.ts +361 -200
  34. package/clients/route53resolver.d.ts +94 -0
  35. package/clients/sagemaker.d.ts +152 -8
  36. package/clients/textract.d.ts +98 -6
  37. package/dist/aws-sdk-core-react-native.js +57 -22
  38. package/dist/aws-sdk-react-native.js +299 -340
  39. package/dist/aws-sdk.js +2134 -1234
  40. package/dist/aws-sdk.min.js +87 -87
  41. package/lib/core.js +1 -1
  42. package/lib/protocol/rest_json.js +6 -12
  43. package/lib/region_config.js +44 -1
  44. package/lib/region_config_data.json +81 -0
  45. package/lib/request.js +4 -6
  46. package/lib/service.js +1 -1
  47. package/package.json +2 -2
  48. package/scripts/region-checker/allowlist.js +4 -0
  49. package/lib/services/finspace.js +0 -23
  50. package/lib/services/finspacedata.js +0 -23
  51. package/lib/services/lexmodelsv2.js +0 -23
  52. package/lib/services/lookoutmetrics.js +0 -22
@@ -78,6 +78,70 @@
78
78
  }
79
79
  }
80
80
  },
81
+ "BatchDescribeModelPackage": {
82
+ "input": {
83
+ "type": "structure",
84
+ "required": [
85
+ "ModelPackageArnList"
86
+ ],
87
+ "members": {
88
+ "ModelPackageArnList": {
89
+ "type": "list",
90
+ "member": {}
91
+ }
92
+ }
93
+ },
94
+ "output": {
95
+ "type": "structure",
96
+ "members": {
97
+ "ModelPackageSummaries": {
98
+ "type": "map",
99
+ "key": {},
100
+ "value": {
101
+ "type": "structure",
102
+ "required": [
103
+ "ModelPackageGroupName",
104
+ "ModelPackageArn",
105
+ "CreationTime",
106
+ "InferenceSpecification",
107
+ "ModelPackageStatus"
108
+ ],
109
+ "members": {
110
+ "ModelPackageGroupName": {},
111
+ "ModelPackageVersion": {
112
+ "type": "integer"
113
+ },
114
+ "ModelPackageArn": {},
115
+ "ModelPackageDescription": {},
116
+ "CreationTime": {
117
+ "type": "timestamp"
118
+ },
119
+ "InferenceSpecification": {
120
+ "shape": "Sr"
121
+ },
122
+ "ModelPackageStatus": {},
123
+ "ModelApprovalStatus": {}
124
+ }
125
+ }
126
+ },
127
+ "BatchDescribeModelPackageErrorMap": {
128
+ "type": "map",
129
+ "key": {},
130
+ "value": {
131
+ "type": "structure",
132
+ "required": [
133
+ "ErrorCode",
134
+ "ErrorResponse"
135
+ ],
136
+ "members": {
137
+ "ErrorCode": {},
138
+ "ErrorResponse": {}
139
+ }
140
+ }
141
+ }
142
+ }
143
+ }
144
+ },
81
145
  "CreateAction": {
82
146
  "input": {
83
147
  "type": "structure",
@@ -89,16 +153,16 @@
89
153
  "members": {
90
154
  "ActionName": {},
91
155
  "Source": {
92
- "shape": "Si"
156
+ "shape": "S1g"
93
157
  },
94
158
  "ActionType": {},
95
159
  "Description": {},
96
160
  "Status": {},
97
161
  "Properties": {
98
- "shape": "Sn"
162
+ "shape": "S1l"
99
163
  },
100
164
  "MetadataProperties": {
101
- "shape": "Sp"
165
+ "shape": "S1n"
102
166
  },
103
167
  "Tags": {
104
168
  "shape": "S7"
@@ -123,13 +187,13 @@
123
187
  "AlgorithmName": {},
124
188
  "AlgorithmDescription": {},
125
189
  "TrainingSpecification": {
126
- "shape": "Sw"
190
+ "shape": "S1s"
127
191
  },
128
192
  "InferenceSpecification": {
129
- "shape": "S1t"
193
+ "shape": "Sr"
130
194
  },
131
195
  "ValidationSpecification": {
132
- "shape": "S28"
196
+ "shape": "S2l"
133
197
  },
134
198
  "CertifyForMarketplace": {
135
199
  "type": "boolean"
@@ -167,7 +231,7 @@
167
231
  "shape": "S7"
168
232
  },
169
233
  "ResourceSpec": {
170
- "shape": "S3s"
234
+ "shape": "S45"
171
235
  }
172
236
  }
173
237
  },
@@ -190,7 +254,7 @@
190
254
  "shape": "S7"
191
255
  },
192
256
  "KernelGatewayImageConfig": {
193
- "shape": "S41"
257
+ "shape": "S4e"
194
258
  }
195
259
  }
196
260
  },
@@ -211,14 +275,14 @@
211
275
  "members": {
212
276
  "ArtifactName": {},
213
277
  "Source": {
214
- "shape": "S4d"
278
+ "shape": "S4q"
215
279
  },
216
280
  "ArtifactType": {},
217
281
  "Properties": {
218
- "shape": "Sn"
282
+ "shape": "S1l"
219
283
  },
220
284
  "MetadataProperties": {
221
- "shape": "Sp"
285
+ "shape": "S1n"
222
286
  },
223
287
  "Tags": {
224
288
  "shape": "S7"
@@ -244,17 +308,17 @@
244
308
  "members": {
245
309
  "AutoMLJobName": {},
246
310
  "InputDataConfig": {
247
- "shape": "S4l"
311
+ "shape": "S4y"
248
312
  },
249
313
  "OutputDataConfig": {
250
- "shape": "S4r"
314
+ "shape": "S54"
251
315
  },
252
316
  "ProblemType": {},
253
317
  "AutoMLJobObjective": {
254
- "shape": "S4t"
318
+ "shape": "S56"
255
319
  },
256
320
  "AutoMLJobConfig": {
257
- "shape": "S4v"
321
+ "shape": "S58"
258
322
  },
259
323
  "RoleArn": {},
260
324
  "GenerateCandidateDefinitionsOnly": {
@@ -264,7 +328,7 @@
264
328
  "shape": "S7"
265
329
  },
266
330
  "ModelDeployConfig": {
267
- "shape": "S57"
331
+ "shape": "S5k"
268
332
  }
269
333
  }
270
334
  },
@@ -288,7 +352,7 @@
288
352
  "members": {
289
353
  "CodeRepositoryName": {},
290
354
  "GitConfig": {
291
- "shape": "S5d"
355
+ "shape": "S5q"
292
356
  },
293
357
  "Tags": {
294
358
  "shape": "S7"
@@ -319,16 +383,16 @@
319
383
  "CompilationJobName": {},
320
384
  "RoleArn": {},
321
385
  "InputConfig": {
322
- "shape": "S5k"
386
+ "shape": "S5x"
323
387
  },
324
388
  "OutputConfig": {
325
- "shape": "S5o"
389
+ "shape": "S61"
326
390
  },
327
391
  "VpcConfig": {
328
- "shape": "S5v"
392
+ "shape": "S68"
329
393
  },
330
394
  "StoppingCondition": {
331
- "shape": "S31"
395
+ "shape": "S3e"
332
396
  },
333
397
  "Tags": {
334
398
  "shape": "S7"
@@ -356,12 +420,12 @@
356
420
  "members": {
357
421
  "ContextName": {},
358
422
  "Source": {
359
- "shape": "S63"
423
+ "shape": "S6g"
360
424
  },
361
425
  "ContextType": {},
362
426
  "Description": {},
363
427
  "Properties": {
364
- "shape": "Sn"
428
+ "shape": "S1l"
365
429
  },
366
430
  "Tags": {
367
431
  "shape": "S7"
@@ -389,26 +453,26 @@
389
453
  "members": {
390
454
  "JobDefinitionName": {},
391
455
  "DataQualityBaselineConfig": {
392
- "shape": "S68"
456
+ "shape": "S6l"
393
457
  },
394
458
  "DataQualityAppSpecification": {
395
- "shape": "S6c"
459
+ "shape": "S6p"
396
460
  },
397
461
  "DataQualityJobInput": {
398
- "shape": "S6l"
462
+ "shape": "S6y"
399
463
  },
400
464
  "DataQualityJobOutputConfig": {
401
- "shape": "S6t"
465
+ "shape": "S75"
402
466
  },
403
467
  "JobResources": {
404
- "shape": "S6z"
468
+ "shape": "S7b"
405
469
  },
406
470
  "NetworkConfig": {
407
- "shape": "S74"
471
+ "shape": "S7g"
408
472
  },
409
473
  "RoleArn": {},
410
474
  "StoppingCondition": {
411
- "shape": "S75"
475
+ "shape": "S7h"
412
476
  },
413
477
  "Tags": {
414
478
  "shape": "S7"
@@ -437,7 +501,7 @@
437
501
  "RoleArn": {},
438
502
  "Description": {},
439
503
  "OutputConfig": {
440
- "shape": "S7b"
504
+ "shape": "S7n"
441
505
  },
442
506
  "Tags": {
443
507
  "shape": "S7"
@@ -462,10 +526,10 @@
462
526
  "DomainName": {},
463
527
  "AuthMode": {},
464
528
  "DefaultUserSettings": {
465
- "shape": "S7h"
529
+ "shape": "S7t"
466
530
  },
467
531
  "SubnetIds": {
468
- "shape": "S54"
532
+ "shape": "S5h"
469
533
  },
470
534
  "VpcId": {},
471
535
  "Tags": {
@@ -505,7 +569,7 @@
505
569
  "ModelVersion": {},
506
570
  "RoleArn": {},
507
571
  "OutputConfig": {
508
- "shape": "S7b"
572
+ "shape": "S7n"
509
573
  },
510
574
  "ResourceKey": {},
511
575
  "Tags": {
@@ -549,17 +613,17 @@
549
613
  "members": {
550
614
  "EndpointConfigName": {},
551
615
  "ProductionVariants": {
552
- "shape": "S85"
616
+ "shape": "S8h"
553
617
  },
554
618
  "DataCaptureConfig": {
555
- "shape": "S8e"
619
+ "shape": "S8q"
556
620
  },
557
621
  "Tags": {
558
622
  "shape": "S7"
559
623
  },
560
624
  "KmsKeyId": {},
561
625
  "AsyncInferenceConfig": {
562
- "shape": "S8p"
626
+ "shape": "S91"
563
627
  }
564
628
  }
565
629
  },
@@ -609,13 +673,13 @@
609
673
  "RecordIdentifierFeatureName": {},
610
674
  "EventTimeFeatureName": {},
611
675
  "FeatureDefinitions": {
612
- "shape": "S93"
676
+ "shape": "S9f"
613
677
  },
614
678
  "OnlineStoreConfig": {
615
- "shape": "S96"
679
+ "shape": "S9i"
616
680
  },
617
681
  "OfflineStoreConfig": {
618
- "shape": "S98"
682
+ "shape": "S9k"
619
683
  },
620
684
  "RoleArn": {},
621
685
  "Description": {},
@@ -646,16 +710,16 @@
646
710
  "members": {
647
711
  "FlowDefinitionName": {},
648
712
  "HumanLoopRequestSource": {
649
- "shape": "S9j"
713
+ "shape": "S9v"
650
714
  },
651
715
  "HumanLoopActivationConfig": {
652
- "shape": "S9l"
716
+ "shape": "S9x"
653
717
  },
654
718
  "HumanLoopConfig": {
655
- "shape": "S9o"
719
+ "shape": "Sa0"
656
720
  },
657
721
  "OutputConfig": {
658
- "shape": "Sa3"
722
+ "shape": "Saf"
659
723
  },
660
724
  "RoleArn": {},
661
725
  "Tags": {
@@ -683,7 +747,7 @@
683
747
  "members": {
684
748
  "HumanTaskUiName": {},
685
749
  "UiTemplate": {
686
- "shape": "Sa8"
750
+ "shape": "Sak"
687
751
  },
688
752
  "Tags": {
689
753
  "shape": "S7"
@@ -710,16 +774,16 @@
710
774
  "members": {
711
775
  "HyperParameterTuningJobName": {},
712
776
  "HyperParameterTuningJobConfig": {
713
- "shape": "Sad"
777
+ "shape": "Sap"
714
778
  },
715
779
  "TrainingJobDefinition": {
716
- "shape": "Sau"
780
+ "shape": "Sb6"
717
781
  },
718
782
  "TrainingJobDefinitions": {
719
- "shape": "Sb2"
783
+ "shape": "Sbe"
720
784
  },
721
785
  "WarmStartConfig": {
722
- "shape": "Sb3"
786
+ "shape": "Sbf"
723
787
  },
724
788
  "Tags": {
725
789
  "shape": "S7"
@@ -798,21 +862,21 @@
798
862
  "LabelingJobName": {},
799
863
  "LabelAttributeName": {},
800
864
  "InputConfig": {
801
- "shape": "Sbk"
865
+ "shape": "Sbw"
802
866
  },
803
867
  "OutputConfig": {
804
- "shape": "Sbr"
868
+ "shape": "Sc3"
805
869
  },
806
870
  "RoleArn": {},
807
871
  "LabelCategoryConfigS3Uri": {},
808
872
  "StoppingConditions": {
809
- "shape": "Sbs"
873
+ "shape": "Sc4"
810
874
  },
811
875
  "LabelingJobAlgorithmsConfig": {
812
- "shape": "Sbv"
876
+ "shape": "Sc7"
813
877
  },
814
878
  "HumanTaskConfig": {
815
- "shape": "Sbz"
879
+ "shape": "Scb"
816
880
  },
817
881
  "Tags": {
818
882
  "shape": "S7"
@@ -839,20 +903,20 @@
839
903
  "members": {
840
904
  "ModelName": {},
841
905
  "PrimaryContainer": {
842
- "shape": "Sce"
906
+ "shape": "Scq"
843
907
  },
844
908
  "Containers": {
845
- "shape": "Scn"
909
+ "shape": "Scz"
846
910
  },
847
911
  "InferenceExecutionConfig": {
848
- "shape": "Sco"
912
+ "shape": "Sd0"
849
913
  },
850
914
  "ExecutionRoleArn": {},
851
915
  "Tags": {
852
916
  "shape": "S7"
853
917
  },
854
918
  "VpcConfig": {
855
- "shape": "S51"
919
+ "shape": "S5e"
856
920
  },
857
921
  "EnableNetworkIsolation": {
858
922
  "type": "boolean"
@@ -883,26 +947,26 @@
883
947
  "members": {
884
948
  "JobDefinitionName": {},
885
949
  "ModelBiasBaselineConfig": {
886
- "shape": "Scs"
950
+ "shape": "Sd4"
887
951
  },
888
952
  "ModelBiasAppSpecification": {
889
- "shape": "Sct"
953
+ "shape": "Sd5"
890
954
  },
891
955
  "ModelBiasJobInput": {
892
- "shape": "Scu"
956
+ "shape": "Sd6"
893
957
  },
894
958
  "ModelBiasJobOutputConfig": {
895
- "shape": "S6t"
959
+ "shape": "S75"
896
960
  },
897
961
  "JobResources": {
898
- "shape": "S6z"
962
+ "shape": "S7b"
899
963
  },
900
964
  "NetworkConfig": {
901
- "shape": "S74"
965
+ "shape": "S7g"
902
966
  },
903
967
  "RoleArn": {},
904
968
  "StoppingCondition": {
905
- "shape": "S75"
969
+ "shape": "S7h"
906
970
  },
907
971
  "Tags": {
908
972
  "shape": "S7"
@@ -933,26 +997,26 @@
933
997
  "members": {
934
998
  "JobDefinitionName": {},
935
999
  "ModelExplainabilityBaselineConfig": {
936
- "shape": "Scy"
1000
+ "shape": "Sda"
937
1001
  },
938
1002
  "ModelExplainabilityAppSpecification": {
939
- "shape": "Scz"
1003
+ "shape": "Sdb"
940
1004
  },
941
1005
  "ModelExplainabilityJobInput": {
942
- "shape": "Sd0"
1006
+ "shape": "Sdc"
943
1007
  },
944
1008
  "ModelExplainabilityJobOutputConfig": {
945
- "shape": "S6t"
1009
+ "shape": "S75"
946
1010
  },
947
1011
  "JobResources": {
948
- "shape": "S6z"
1012
+ "shape": "S7b"
949
1013
  },
950
1014
  "NetworkConfig": {
951
- "shape": "S74"
1015
+ "shape": "S7g"
952
1016
  },
953
1017
  "RoleArn": {},
954
1018
  "StoppingCondition": {
955
- "shape": "S75"
1019
+ "shape": "S7h"
956
1020
  },
957
1021
  "Tags": {
958
1022
  "shape": "S7"
@@ -977,13 +1041,13 @@
977
1041
  "ModelPackageGroupName": {},
978
1042
  "ModelPackageDescription": {},
979
1043
  "InferenceSpecification": {
980
- "shape": "S1t"
1044
+ "shape": "Sr"
981
1045
  },
982
1046
  "ValidationSpecification": {
983
- "shape": "Sd3"
1047
+ "shape": "Sdf"
984
1048
  },
985
1049
  "SourceAlgorithmSpecification": {
986
- "shape": "Sd6"
1050
+ "shape": "Sdi"
987
1051
  },
988
1052
  "CertifyForMarketplace": {
989
1053
  "type": "boolean"
@@ -993,13 +1057,16 @@
993
1057
  },
994
1058
  "ModelApprovalStatus": {},
995
1059
  "MetadataProperties": {
996
- "shape": "Sp"
1060
+ "shape": "S1n"
997
1061
  },
998
1062
  "ModelMetrics": {
999
- "shape": "Sda"
1063
+ "shape": "Sdl"
1000
1064
  },
1001
1065
  "ClientToken": {
1002
1066
  "idempotencyToken": true
1067
+ },
1068
+ "CustomerMetadataProperties": {
1069
+ "shape": "Sds"
1003
1070
  }
1004
1071
  }
1005
1072
  },
@@ -1051,26 +1118,26 @@
1051
1118
  "members": {
1052
1119
  "JobDefinitionName": {},
1053
1120
  "ModelQualityBaselineConfig": {
1054
- "shape": "Sdn"
1121
+ "shape": "Se0"
1055
1122
  },
1056
1123
  "ModelQualityAppSpecification": {
1057
- "shape": "Sdo"
1124
+ "shape": "Se1"
1058
1125
  },
1059
1126
  "ModelQualityJobInput": {
1060
- "shape": "Sdq"
1127
+ "shape": "Se3"
1061
1128
  },
1062
1129
  "ModelQualityJobOutputConfig": {
1063
- "shape": "S6t"
1130
+ "shape": "S75"
1064
1131
  },
1065
1132
  "JobResources": {
1066
- "shape": "S6z"
1133
+ "shape": "S7b"
1067
1134
  },
1068
1135
  "NetworkConfig": {
1069
- "shape": "S74"
1136
+ "shape": "S7g"
1070
1137
  },
1071
1138
  "RoleArn": {},
1072
1139
  "StoppingCondition": {
1073
- "shape": "S75"
1140
+ "shape": "S7h"
1074
1141
  },
1075
1142
  "Tags": {
1076
1143
  "shape": "S7"
@@ -1097,7 +1164,7 @@
1097
1164
  "members": {
1098
1165
  "MonitoringScheduleName": {},
1099
1166
  "MonitoringScheduleConfig": {
1100
- "shape": "Sdu"
1167
+ "shape": "Se7"
1101
1168
  },
1102
1169
  "Tags": {
1103
1170
  "shape": "S7"
@@ -1127,7 +1194,7 @@
1127
1194
  "InstanceType": {},
1128
1195
  "SubnetId": {},
1129
1196
  "SecurityGroupIds": {
1130
- "shape": "S7i"
1197
+ "shape": "S7u"
1131
1198
  },
1132
1199
  "RoleArn": {},
1133
1200
  "KmsKeyId": {},
@@ -1140,11 +1207,11 @@
1140
1207
  "type": "integer"
1141
1208
  },
1142
1209
  "AcceleratorTypes": {
1143
- "shape": "Sec"
1210
+ "shape": "Sep"
1144
1211
  },
1145
1212
  "DefaultCodeRepository": {},
1146
1213
  "AdditionalCodeRepositories": {
1147
- "shape": "Sef"
1214
+ "shape": "Ses"
1148
1215
  },
1149
1216
  "RootAccess": {},
1150
1217
  "PlatformIdentifier": {}
@@ -1166,10 +1233,10 @@
1166
1233
  "members": {
1167
1234
  "NotebookInstanceLifecycleConfigName": {},
1168
1235
  "OnCreate": {
1169
- "shape": "Sel"
1236
+ "shape": "Sey"
1170
1237
  },
1171
1238
  "OnStart": {
1172
- "shape": "Sel"
1239
+ "shape": "Sey"
1173
1240
  }
1174
1241
  }
1175
1242
  },
@@ -1266,33 +1333,33 @@
1266
1333
  ],
1267
1334
  "members": {
1268
1335
  "ProcessingInputs": {
1269
- "shape": "Sf6"
1336
+ "shape": "Sfj"
1270
1337
  },
1271
1338
  "ProcessingOutputConfig": {
1272
- "shape": "Sft"
1339
+ "shape": "Sg6"
1273
1340
  },
1274
1341
  "ProcessingJobName": {},
1275
1342
  "ProcessingResources": {
1276
- "shape": "Sfy"
1343
+ "shape": "Sgb"
1277
1344
  },
1278
1345
  "StoppingCondition": {
1279
- "shape": "Sg0"
1346
+ "shape": "Sgd"
1280
1347
  },
1281
1348
  "AppSpecification": {
1282
- "shape": "Sg2"
1349
+ "shape": "Sgf"
1283
1350
  },
1284
1351
  "Environment": {
1285
- "shape": "Sg4"
1352
+ "shape": "Sgh"
1286
1353
  },
1287
1354
  "NetworkConfig": {
1288
- "shape": "Se2"
1355
+ "shape": "Sef"
1289
1356
  },
1290
1357
  "RoleArn": {},
1291
1358
  "Tags": {
1292
1359
  "shape": "S7"
1293
1360
  },
1294
1361
  "ExperimentConfig": {
1295
- "shape": "Sg5"
1362
+ "shape": "Sgi"
1296
1363
  }
1297
1364
  }
1298
1365
  },
@@ -1317,7 +1384,7 @@
1317
1384
  "ProjectName": {},
1318
1385
  "ProjectDescription": {},
1319
1386
  "ServiceCatalogProvisioningDetails": {
1320
- "shape": "Sga"
1387
+ "shape": "Sgn"
1321
1388
  },
1322
1389
  "Tags": {
1323
1390
  "shape": "S7"
@@ -1374,26 +1441,26 @@
1374
1441
  "members": {
1375
1442
  "TrainingJobName": {},
1376
1443
  "HyperParameters": {
1377
- "shape": "S2d"
1444
+ "shape": "S2q"
1378
1445
  },
1379
1446
  "AlgorithmSpecification": {
1380
- "shape": "Sgq"
1447
+ "shape": "Sh3"
1381
1448
  },
1382
1449
  "RoleArn": {},
1383
1450
  "InputDataConfig": {
1384
- "shape": "S2f"
1451
+ "shape": "S2s"
1385
1452
  },
1386
1453
  "OutputDataConfig": {
1387
- "shape": "S2w"
1454
+ "shape": "S39"
1388
1455
  },
1389
1456
  "ResourceConfig": {
1390
- "shape": "S2y"
1457
+ "shape": "S3b"
1391
1458
  },
1392
1459
  "VpcConfig": {
1393
- "shape": "S51"
1460
+ "shape": "S5e"
1394
1461
  },
1395
1462
  "StoppingCondition": {
1396
- "shape": "S31"
1463
+ "shape": "S3e"
1397
1464
  },
1398
1465
  "Tags": {
1399
1466
  "shape": "S7"
@@ -1408,31 +1475,31 @@
1408
1475
  "type": "boolean"
1409
1476
  },
1410
1477
  "CheckpointConfig": {
1411
- "shape": "Saz"
1478
+ "shape": "Sbb"
1412
1479
  },
1413
1480
  "DebugHookConfig": {
1414
- "shape": "Sgr"
1481
+ "shape": "Sh4"
1415
1482
  },
1416
1483
  "DebugRuleConfigurations": {
1417
- "shape": "Sgz"
1484
+ "shape": "Shc"
1418
1485
  },
1419
1486
  "TensorBoardOutputConfig": {
1420
- "shape": "Sh4"
1487
+ "shape": "Shh"
1421
1488
  },
1422
1489
  "ExperimentConfig": {
1423
- "shape": "Sg5"
1490
+ "shape": "Sgi"
1424
1491
  },
1425
1492
  "ProfilerConfig": {
1426
- "shape": "Sh5"
1493
+ "shape": "Shi"
1427
1494
  },
1428
1495
  "ProfilerRuleConfigurations": {
1429
- "shape": "Sh8"
1496
+ "shape": "Shl"
1430
1497
  },
1431
1498
  "Environment": {
1432
- "shape": "Sha"
1499
+ "shape": "Shn"
1433
1500
  },
1434
1501
  "RetryStrategy": {
1435
- "shape": "Sb0"
1502
+ "shape": "Sbc"
1436
1503
  }
1437
1504
  }
1438
1505
  },
@@ -1463,32 +1530,32 @@
1463
1530
  "type": "integer"
1464
1531
  },
1465
1532
  "ModelClientConfig": {
1466
- "shape": "Shh"
1533
+ "shape": "Shu"
1467
1534
  },
1468
1535
  "MaxPayloadInMB": {
1469
1536
  "type": "integer"
1470
1537
  },
1471
1538
  "BatchStrategy": {},
1472
1539
  "Environment": {
1473
- "shape": "S38"
1540
+ "shape": "S3l"
1474
1541
  },
1475
1542
  "TransformInput": {
1476
- "shape": "S3b"
1543
+ "shape": "S3o"
1477
1544
  },
1478
1545
  "TransformOutput": {
1479
- "shape": "S3f"
1546
+ "shape": "S3s"
1480
1547
  },
1481
1548
  "TransformResources": {
1482
- "shape": "S3i"
1549
+ "shape": "S3v"
1483
1550
  },
1484
1551
  "DataProcessing": {
1485
- "shape": "Shk"
1552
+ "shape": "Shx"
1486
1553
  },
1487
1554
  "Tags": {
1488
1555
  "shape": "S7"
1489
1556
  },
1490
1557
  "ExperimentConfig": {
1491
- "shape": "Sg5"
1558
+ "shape": "Sgi"
1492
1559
  }
1493
1560
  }
1494
1561
  },
@@ -1514,7 +1581,7 @@
1514
1581
  "DisplayName": {},
1515
1582
  "ExperimentName": {},
1516
1583
  "MetadataProperties": {
1517
- "shape": "Sp"
1584
+ "shape": "S1n"
1518
1585
  },
1519
1586
  "Tags": {
1520
1587
  "shape": "S7"
@@ -1538,7 +1605,7 @@
1538
1605
  "TrialComponentName": {},
1539
1606
  "DisplayName": {},
1540
1607
  "Status": {
1541
- "shape": "Shs"
1608
+ "shape": "Si5"
1542
1609
  },
1543
1610
  "StartTime": {
1544
1611
  "type": "timestamp"
@@ -1547,16 +1614,16 @@
1547
1614
  "type": "timestamp"
1548
1615
  },
1549
1616
  "Parameters": {
1550
- "shape": "Shw"
1617
+ "shape": "Si9"
1551
1618
  },
1552
1619
  "InputArtifacts": {
1553
- "shape": "Si0"
1620
+ "shape": "Sid"
1554
1621
  },
1555
1622
  "OutputArtifacts": {
1556
- "shape": "Si0"
1623
+ "shape": "Sid"
1557
1624
  },
1558
1625
  "MetadataProperties": {
1559
- "shape": "Sp"
1626
+ "shape": "S1n"
1560
1627
  },
1561
1628
  "Tags": {
1562
1629
  "shape": "S7"
@@ -1586,7 +1653,7 @@
1586
1653
  "shape": "S7"
1587
1654
  },
1588
1655
  "UserSettings": {
1589
- "shape": "S7h"
1656
+ "shape": "S7t"
1590
1657
  }
1591
1658
  }
1592
1659
  },
@@ -1605,13 +1672,13 @@
1605
1672
  ],
1606
1673
  "members": {
1607
1674
  "CognitoConfig": {
1608
- "shape": "Sib"
1675
+ "shape": "Sio"
1609
1676
  },
1610
1677
  "OidcConfig": {
1611
- "shape": "Sie"
1678
+ "shape": "Sir"
1612
1679
  },
1613
1680
  "SourceIpConfig": {
1614
- "shape": "Sih"
1681
+ "shape": "Siu"
1615
1682
  },
1616
1683
  "WorkforceName": {},
1617
1684
  "Tags": {
@@ -1641,11 +1708,11 @@
1641
1708
  "WorkteamName": {},
1642
1709
  "WorkforceName": {},
1643
1710
  "MemberDefinitions": {
1644
- "shape": "Sip"
1711
+ "shape": "Sj2"
1645
1712
  },
1646
1713
  "Description": {},
1647
1714
  "NotificationConfiguration": {
1648
- "shape": "Six"
1715
+ "shape": "Sja"
1649
1716
  },
1650
1717
  "Tags": {
1651
1718
  "shape": "S7"
@@ -1721,7 +1788,7 @@
1721
1788
  "members": {
1722
1789
  "ArtifactArn": {},
1723
1790
  "Source": {
1724
- "shape": "S4d"
1791
+ "shape": "S4q"
1725
1792
  }
1726
1793
  }
1727
1794
  },
@@ -2222,28 +2289,28 @@
2222
2289
  "ActionName": {},
2223
2290
  "ActionArn": {},
2224
2291
  "Source": {
2225
- "shape": "Si"
2292
+ "shape": "S1g"
2226
2293
  },
2227
2294
  "ActionType": {},
2228
2295
  "Description": {},
2229
2296
  "Status": {},
2230
2297
  "Properties": {
2231
- "shape": "Sn"
2298
+ "shape": "S1l"
2232
2299
  },
2233
2300
  "CreationTime": {
2234
2301
  "type": "timestamp"
2235
2302
  },
2236
2303
  "CreatedBy": {
2237
- "shape": "Skq"
2304
+ "shape": "Sl3"
2238
2305
  },
2239
2306
  "LastModifiedTime": {
2240
2307
  "type": "timestamp"
2241
2308
  },
2242
2309
  "LastModifiedBy": {
2243
- "shape": "Skq"
2310
+ "shape": "Sl3"
2244
2311
  },
2245
2312
  "MetadataProperties": {
2246
- "shape": "Sp"
2313
+ "shape": "S1n"
2247
2314
  }
2248
2315
  }
2249
2316
  }
@@ -2276,23 +2343,23 @@
2276
2343
  "type": "timestamp"
2277
2344
  },
2278
2345
  "TrainingSpecification": {
2279
- "shape": "Sw"
2346
+ "shape": "S1s"
2280
2347
  },
2281
2348
  "InferenceSpecification": {
2282
- "shape": "S1t"
2349
+ "shape": "Sr"
2283
2350
  },
2284
2351
  "ValidationSpecification": {
2285
- "shape": "S28"
2352
+ "shape": "S2l"
2286
2353
  },
2287
2354
  "AlgorithmStatus": {},
2288
2355
  "AlgorithmStatusDetails": {
2289
2356
  "type": "structure",
2290
2357
  "members": {
2291
2358
  "ValidationStatuses": {
2292
- "shape": "Skw"
2359
+ "shape": "Sl8"
2293
2360
  },
2294
2361
  "ImageScanStatuses": {
2295
- "shape": "Skw"
2362
+ "shape": "Sl8"
2296
2363
  }
2297
2364
  }
2298
2365
  },
@@ -2339,7 +2406,7 @@
2339
2406
  },
2340
2407
  "FailureReason": {},
2341
2408
  "ResourceSpec": {
2342
- "shape": "S3s"
2409
+ "shape": "S45"
2343
2410
  }
2344
2411
  }
2345
2412
  }
@@ -2366,7 +2433,7 @@
2366
2433
  "type": "timestamp"
2367
2434
  },
2368
2435
  "KernelGatewayImageConfig": {
2369
- "shape": "S41"
2436
+ "shape": "S4e"
2370
2437
  }
2371
2438
  }
2372
2439
  }
@@ -2387,26 +2454,26 @@
2387
2454
  "ArtifactName": {},
2388
2455
  "ArtifactArn": {},
2389
2456
  "Source": {
2390
- "shape": "S4d"
2457
+ "shape": "S4q"
2391
2458
  },
2392
2459
  "ArtifactType": {},
2393
2460
  "Properties": {
2394
- "shape": "Sn"
2461
+ "shape": "S1l"
2395
2462
  },
2396
2463
  "CreationTime": {
2397
2464
  "type": "timestamp"
2398
2465
  },
2399
2466
  "CreatedBy": {
2400
- "shape": "Skq"
2467
+ "shape": "Sl3"
2401
2468
  },
2402
2469
  "LastModifiedTime": {
2403
2470
  "type": "timestamp"
2404
2471
  },
2405
2472
  "LastModifiedBy": {
2406
- "shape": "Skq"
2473
+ "shape": "Sl3"
2407
2474
  },
2408
2475
  "MetadataProperties": {
2409
- "shape": "Sp"
2476
+ "shape": "S1n"
2410
2477
  }
2411
2478
  }
2412
2479
  }
@@ -2438,18 +2505,18 @@
2438
2505
  "AutoMLJobName": {},
2439
2506
  "AutoMLJobArn": {},
2440
2507
  "InputDataConfig": {
2441
- "shape": "S4l"
2508
+ "shape": "S4y"
2442
2509
  },
2443
2510
  "OutputDataConfig": {
2444
- "shape": "S4r"
2511
+ "shape": "S54"
2445
2512
  },
2446
2513
  "RoleArn": {},
2447
2514
  "AutoMLJobObjective": {
2448
- "shape": "S4t"
2515
+ "shape": "S56"
2449
2516
  },
2450
2517
  "ProblemType": {},
2451
2518
  "AutoMLJobConfig": {
2452
- "shape": "S4v"
2519
+ "shape": "S58"
2453
2520
  },
2454
2521
  "CreationTime": {
2455
2522
  "type": "timestamp"
@@ -2462,10 +2529,10 @@
2462
2529
  },
2463
2530
  "FailureReason": {},
2464
2531
  "PartialFailureReasons": {
2465
- "shape": "Sla"
2532
+ "shape": "Slm"
2466
2533
  },
2467
2534
  "BestCandidate": {
2468
- "shape": "Slc"
2535
+ "shape": "Slo"
2469
2536
  },
2470
2537
  "AutoMLJobStatus": {},
2471
2538
  "AutoMLJobSecondaryStatus": {},
@@ -2483,16 +2550,16 @@
2483
2550
  "type": "structure",
2484
2551
  "members": {
2485
2552
  "AutoMLJobObjective": {
2486
- "shape": "S4t"
2553
+ "shape": "S56"
2487
2554
  },
2488
2555
  "ProblemType": {},
2489
2556
  "CompletionCriteria": {
2490
- "shape": "S4w"
2557
+ "shape": "S59"
2491
2558
  }
2492
2559
  }
2493
2560
  },
2494
2561
  "ModelDeployConfig": {
2495
- "shape": "S57"
2562
+ "shape": "S5k"
2496
2563
  },
2497
2564
  "ModelDeployResult": {
2498
2565
  "type": "structure",
@@ -2531,7 +2598,7 @@
2531
2598
  "type": "timestamp"
2532
2599
  },
2533
2600
  "GitConfig": {
2534
- "shape": "S5d"
2601
+ "shape": "S5q"
2535
2602
  }
2536
2603
  }
2537
2604
  }
@@ -2572,7 +2639,7 @@
2572
2639
  "type": "timestamp"
2573
2640
  },
2574
2641
  "StoppingCondition": {
2575
- "shape": "S31"
2642
+ "shape": "S3e"
2576
2643
  },
2577
2644
  "InferenceImage": {},
2578
2645
  "CreationTime": {
@@ -2583,7 +2650,7 @@
2583
2650
  },
2584
2651
  "FailureReason": {},
2585
2652
  "ModelArtifacts": {
2586
- "shape": "Smb"
2653
+ "shape": "Smn"
2587
2654
  },
2588
2655
  "ModelDigests": {
2589
2656
  "type": "structure",
@@ -2593,13 +2660,13 @@
2593
2660
  },
2594
2661
  "RoleArn": {},
2595
2662
  "InputConfig": {
2596
- "shape": "S5k"
2663
+ "shape": "S5x"
2597
2664
  },
2598
2665
  "OutputConfig": {
2599
- "shape": "S5o"
2666
+ "shape": "S61"
2600
2667
  },
2601
2668
  "VpcConfig": {
2602
- "shape": "S5v"
2669
+ "shape": "S68"
2603
2670
  }
2604
2671
  }
2605
2672
  }
@@ -2620,24 +2687,24 @@
2620
2687
  "ContextName": {},
2621
2688
  "ContextArn": {},
2622
2689
  "Source": {
2623
- "shape": "S63"
2690
+ "shape": "S6g"
2624
2691
  },
2625
2692
  "ContextType": {},
2626
2693
  "Description": {},
2627
2694
  "Properties": {
2628
- "shape": "Sn"
2695
+ "shape": "S1l"
2629
2696
  },
2630
2697
  "CreationTime": {
2631
2698
  "type": "timestamp"
2632
2699
  },
2633
2700
  "CreatedBy": {
2634
- "shape": "Skq"
2701
+ "shape": "Sl3"
2635
2702
  },
2636
2703
  "LastModifiedTime": {
2637
2704
  "type": "timestamp"
2638
2705
  },
2639
2706
  "LastModifiedBy": {
2640
- "shape": "Skq"
2707
+ "shape": "Sl3"
2641
2708
  }
2642
2709
  }
2643
2710
  }
@@ -2671,26 +2738,26 @@
2671
2738
  "type": "timestamp"
2672
2739
  },
2673
2740
  "DataQualityBaselineConfig": {
2674
- "shape": "S68"
2741
+ "shape": "S6l"
2675
2742
  },
2676
2743
  "DataQualityAppSpecification": {
2677
- "shape": "S6c"
2744
+ "shape": "S6p"
2678
2745
  },
2679
2746
  "DataQualityJobInput": {
2680
- "shape": "S6l"
2747
+ "shape": "S6y"
2681
2748
  },
2682
2749
  "DataQualityJobOutputConfig": {
2683
- "shape": "S6t"
2750
+ "shape": "S75"
2684
2751
  },
2685
2752
  "JobResources": {
2686
- "shape": "S6z"
2753
+ "shape": "S7b"
2687
2754
  },
2688
2755
  "NetworkConfig": {
2689
- "shape": "S74"
2756
+ "shape": "S7g"
2690
2757
  },
2691
2758
  "RoleArn": {},
2692
2759
  "StoppingCondition": {
2693
- "shape": "S75"
2760
+ "shape": "S7h"
2694
2761
  }
2695
2762
  }
2696
2763
  }
@@ -2777,7 +2844,7 @@
2777
2844
  "DeviceFleetName": {},
2778
2845
  "DeviceFleetArn": {},
2779
2846
  "OutputConfig": {
2780
- "shape": "S7b"
2847
+ "shape": "S7n"
2781
2848
  },
2782
2849
  "Description": {},
2783
2850
  "CreationTime": {
@@ -2819,7 +2886,7 @@
2819
2886
  "FailureReason": {},
2820
2887
  "AuthMode": {},
2821
2888
  "DefaultUserSettings": {
2822
- "shape": "S7h"
2889
+ "shape": "S7t"
2823
2890
  },
2824
2891
  "AppNetworkAccessType": {},
2825
2892
  "HomeEfsFileSystemKmsKeyId": {
@@ -2827,7 +2894,7 @@
2827
2894
  "deprecatedMessage": "This property is deprecated, use KmsKeyId instead."
2828
2895
  },
2829
2896
  "SubnetIds": {
2830
- "shape": "S54"
2897
+ "shape": "S5h"
2831
2898
  },
2832
2899
  "Url": {},
2833
2900
  "VpcId": {},
@@ -2860,7 +2927,7 @@
2860
2927
  "ModelVersion": {},
2861
2928
  "RoleArn": {},
2862
2929
  "OutputConfig": {
2863
- "shape": "S7b"
2930
+ "shape": "S7n"
2864
2931
  },
2865
2932
  "ResourceKey": {},
2866
2933
  "EdgePackagingJobStatus": {},
@@ -2913,10 +2980,10 @@
2913
2980
  "EndpointArn": {},
2914
2981
  "EndpointConfigName": {},
2915
2982
  "ProductionVariants": {
2916
- "shape": "Sn8"
2983
+ "shape": "Snk"
2917
2984
  },
2918
2985
  "DataCaptureConfig": {
2919
- "shape": "Snd"
2986
+ "shape": "Snp"
2920
2987
  },
2921
2988
  "EndpointStatus": {},
2922
2989
  "FailureReason": {},
@@ -2927,10 +2994,10 @@
2927
2994
  "type": "timestamp"
2928
2995
  },
2929
2996
  "LastDeploymentConfig": {
2930
- "shape": "Sng"
2997
+ "shape": "Sns"
2931
2998
  },
2932
2999
  "AsyncInferenceConfig": {
2933
- "shape": "S8p"
3000
+ "shape": "S91"
2934
3001
  }
2935
3002
  }
2936
3003
  }
@@ -2957,17 +3024,17 @@
2957
3024
  "EndpointConfigName": {},
2958
3025
  "EndpointConfigArn": {},
2959
3026
  "ProductionVariants": {
2960
- "shape": "S85"
3027
+ "shape": "S8h"
2961
3028
  },
2962
3029
  "DataCaptureConfig": {
2963
- "shape": "S8e"
3030
+ "shape": "S8q"
2964
3031
  },
2965
3032
  "KmsKeyId": {},
2966
3033
  "CreationTime": {
2967
3034
  "type": "timestamp"
2968
3035
  },
2969
3036
  "AsyncInferenceConfig": {
2970
- "shape": "S8p"
3037
+ "shape": "S91"
2971
3038
  }
2972
3039
  }
2973
3040
  }
@@ -2989,20 +3056,20 @@
2989
3056
  "ExperimentArn": {},
2990
3057
  "DisplayName": {},
2991
3058
  "Source": {
2992
- "shape": "Sny"
3059
+ "shape": "Soa"
2993
3060
  },
2994
3061
  "Description": {},
2995
3062
  "CreationTime": {
2996
3063
  "type": "timestamp"
2997
3064
  },
2998
3065
  "CreatedBy": {
2999
- "shape": "Skq"
3066
+ "shape": "Sl3"
3000
3067
  },
3001
3068
  "LastModifiedTime": {
3002
3069
  "type": "timestamp"
3003
3070
  },
3004
3071
  "LastModifiedBy": {
3005
- "shape": "Skq"
3072
+ "shape": "Sl3"
3006
3073
  }
3007
3074
  }
3008
3075
  }
@@ -3035,21 +3102,21 @@
3035
3102
  "RecordIdentifierFeatureName": {},
3036
3103
  "EventTimeFeatureName": {},
3037
3104
  "FeatureDefinitions": {
3038
- "shape": "S93"
3105
+ "shape": "S9f"
3039
3106
  },
3040
3107
  "CreationTime": {
3041
3108
  "type": "timestamp"
3042
3109
  },
3043
3110
  "OnlineStoreConfig": {
3044
- "shape": "S96"
3111
+ "shape": "S9i"
3045
3112
  },
3046
3113
  "OfflineStoreConfig": {
3047
- "shape": "S98"
3114
+ "shape": "S9k"
3048
3115
  },
3049
3116
  "RoleArn": {},
3050
3117
  "FeatureGroupStatus": {},
3051
3118
  "OfflineStoreStatus": {
3052
- "shape": "So4"
3119
+ "shape": "Sog"
3053
3120
  },
3054
3121
  "FailureReason": {},
3055
3122
  "Description": {},
@@ -3086,16 +3153,16 @@
3086
3153
  "type": "timestamp"
3087
3154
  },
3088
3155
  "HumanLoopRequestSource": {
3089
- "shape": "S9j"
3156
+ "shape": "S9v"
3090
3157
  },
3091
3158
  "HumanLoopActivationConfig": {
3092
- "shape": "S9l"
3159
+ "shape": "S9x"
3093
3160
  },
3094
3161
  "HumanLoopConfig": {
3095
- "shape": "S9o"
3162
+ "shape": "Sa0"
3096
3163
  },
3097
3164
  "OutputConfig": {
3098
- "shape": "Sa3"
3165
+ "shape": "Saf"
3099
3166
  },
3100
3167
  "RoleArn": {},
3101
3168
  "FailureReason": {}
@@ -3162,13 +3229,13 @@
3162
3229
  "HyperParameterTuningJobName": {},
3163
3230
  "HyperParameterTuningJobArn": {},
3164
3231
  "HyperParameterTuningJobConfig": {
3165
- "shape": "Sad"
3232
+ "shape": "Sap"
3166
3233
  },
3167
3234
  "TrainingJobDefinition": {
3168
- "shape": "Sau"
3235
+ "shape": "Sb6"
3169
3236
  },
3170
3237
  "TrainingJobDefinitions": {
3171
- "shape": "Sb2"
3238
+ "shape": "Sbe"
3172
3239
  },
3173
3240
  "HyperParameterTuningJobStatus": {},
3174
3241
  "CreationTime": {
@@ -3181,19 +3248,19 @@
3181
3248
  "type": "timestamp"
3182
3249
  },
3183
3250
  "TrainingJobStatusCounters": {
3184
- "shape": "Soj"
3251
+ "shape": "Sov"
3185
3252
  },
3186
3253
  "ObjectiveStatusCounters": {
3187
- "shape": "Sol"
3254
+ "shape": "Sox"
3188
3255
  },
3189
3256
  "BestTrainingJob": {
3190
- "shape": "Son"
3257
+ "shape": "Soz"
3191
3258
  },
3192
3259
  "OverallBestTrainingJob": {
3193
- "shape": "Son"
3260
+ "shape": "Soz"
3194
3261
  },
3195
3262
  "WarmStartConfig": {
3196
- "shape": "Sb3"
3263
+ "shape": "Sbf"
3197
3264
  },
3198
3265
  "FailureReason": {}
3199
3266
  }
@@ -3290,7 +3357,7 @@
3290
3357
  "members": {
3291
3358
  "LabelingJobStatus": {},
3292
3359
  "LabelCounters": {
3293
- "shape": "Sp0"
3360
+ "shape": "Spc"
3294
3361
  },
3295
3362
  "FailureReason": {},
3296
3363
  "CreationTime": {
@@ -3304,27 +3371,27 @@
3304
3371
  "LabelingJobArn": {},
3305
3372
  "LabelAttributeName": {},
3306
3373
  "InputConfig": {
3307
- "shape": "Sbk"
3374
+ "shape": "Sbw"
3308
3375
  },
3309
3376
  "OutputConfig": {
3310
- "shape": "Sbr"
3377
+ "shape": "Sc3"
3311
3378
  },
3312
3379
  "RoleArn": {},
3313
3380
  "LabelCategoryConfigS3Uri": {},
3314
3381
  "StoppingConditions": {
3315
- "shape": "Sbs"
3382
+ "shape": "Sc4"
3316
3383
  },
3317
3384
  "LabelingJobAlgorithmsConfig": {
3318
- "shape": "Sbv"
3385
+ "shape": "Sc7"
3319
3386
  },
3320
3387
  "HumanTaskConfig": {
3321
- "shape": "Sbz"
3388
+ "shape": "Scb"
3322
3389
  },
3323
3390
  "Tags": {
3324
3391
  "shape": "S7"
3325
3392
  },
3326
3393
  "LabelingJobOutput": {
3327
- "shape": "Sp3"
3394
+ "shape": "Spf"
3328
3395
  }
3329
3396
  }
3330
3397
  }
@@ -3350,17 +3417,17 @@
3350
3417
  "members": {
3351
3418
  "ModelName": {},
3352
3419
  "PrimaryContainer": {
3353
- "shape": "Sce"
3420
+ "shape": "Scq"
3354
3421
  },
3355
3422
  "Containers": {
3356
- "shape": "Scn"
3423
+ "shape": "Scz"
3357
3424
  },
3358
3425
  "InferenceExecutionConfig": {
3359
- "shape": "Sco"
3426
+ "shape": "Sd0"
3360
3427
  },
3361
3428
  "ExecutionRoleArn": {},
3362
3429
  "VpcConfig": {
3363
- "shape": "S51"
3430
+ "shape": "S5e"
3364
3431
  },
3365
3432
  "CreationTime": {
3366
3433
  "type": "timestamp"
@@ -3401,26 +3468,26 @@
3401
3468
  "type": "timestamp"
3402
3469
  },
3403
3470
  "ModelBiasBaselineConfig": {
3404
- "shape": "Scs"
3471
+ "shape": "Sd4"
3405
3472
  },
3406
3473
  "ModelBiasAppSpecification": {
3407
- "shape": "Sct"
3474
+ "shape": "Sd5"
3408
3475
  },
3409
3476
  "ModelBiasJobInput": {
3410
- "shape": "Scu"
3477
+ "shape": "Sd6"
3411
3478
  },
3412
3479
  "ModelBiasJobOutputConfig": {
3413
- "shape": "S6t"
3480
+ "shape": "S75"
3414
3481
  },
3415
3482
  "JobResources": {
3416
- "shape": "S6z"
3483
+ "shape": "S7b"
3417
3484
  },
3418
3485
  "NetworkConfig": {
3419
- "shape": "S74"
3486
+ "shape": "S7g"
3420
3487
  },
3421
3488
  "RoleArn": {},
3422
3489
  "StoppingCondition": {
3423
- "shape": "S75"
3490
+ "shape": "S7h"
3424
3491
  }
3425
3492
  }
3426
3493
  }
@@ -3454,26 +3521,26 @@
3454
3521
  "type": "timestamp"
3455
3522
  },
3456
3523
  "ModelExplainabilityBaselineConfig": {
3457
- "shape": "Scy"
3524
+ "shape": "Sda"
3458
3525
  },
3459
3526
  "ModelExplainabilityAppSpecification": {
3460
- "shape": "Scz"
3527
+ "shape": "Sdb"
3461
3528
  },
3462
3529
  "ModelExplainabilityJobInput": {
3463
- "shape": "Sd0"
3530
+ "shape": "Sdc"
3464
3531
  },
3465
3532
  "ModelExplainabilityJobOutputConfig": {
3466
- "shape": "S6t"
3533
+ "shape": "S75"
3467
3534
  },
3468
3535
  "JobResources": {
3469
- "shape": "S6z"
3536
+ "shape": "S7b"
3470
3537
  },
3471
3538
  "NetworkConfig": {
3472
- "shape": "S74"
3539
+ "shape": "S7g"
3473
3540
  },
3474
3541
  "RoleArn": {},
3475
3542
  "StoppingCondition": {
3476
- "shape": "S75"
3543
+ "shape": "S7h"
3477
3544
  }
3478
3545
  }
3479
3546
  }
@@ -3509,38 +3576,41 @@
3509
3576
  "type": "timestamp"
3510
3577
  },
3511
3578
  "InferenceSpecification": {
3512
- "shape": "S1t"
3579
+ "shape": "Sr"
3513
3580
  },
3514
3581
  "SourceAlgorithmSpecification": {
3515
- "shape": "Sd6"
3582
+ "shape": "Sdi"
3516
3583
  },
3517
3584
  "ValidationSpecification": {
3518
- "shape": "Sd3"
3585
+ "shape": "Sdf"
3519
3586
  },
3520
3587
  "ModelPackageStatus": {},
3521
3588
  "ModelPackageStatusDetails": {
3522
- "shape": "Spe"
3589
+ "shape": "Spo"
3523
3590
  },
3524
3591
  "CertifyForMarketplace": {
3525
3592
  "type": "boolean"
3526
3593
  },
3527
3594
  "ModelApprovalStatus": {},
3528
3595
  "CreatedBy": {
3529
- "shape": "Skq"
3596
+ "shape": "Sl3"
3530
3597
  },
3531
3598
  "MetadataProperties": {
3532
- "shape": "Sp"
3599
+ "shape": "S1n"
3533
3600
  },
3534
3601
  "ModelMetrics": {
3535
- "shape": "Sda"
3602
+ "shape": "Sdl"
3536
3603
  },
3537
3604
  "LastModifiedTime": {
3538
3605
  "type": "timestamp"
3539
3606
  },
3540
3607
  "LastModifiedBy": {
3541
- "shape": "Skq"
3608
+ "shape": "Sl3"
3542
3609
  },
3543
- "ApprovalDescription": {}
3610
+ "ApprovalDescription": {},
3611
+ "CustomerMetadataProperties": {
3612
+ "shape": "Sds"
3613
+ }
3544
3614
  }
3545
3615
  }
3546
3616
  },
@@ -3571,7 +3641,7 @@
3571
3641
  "type": "timestamp"
3572
3642
  },
3573
3643
  "CreatedBy": {
3574
- "shape": "Skq"
3644
+ "shape": "Sl3"
3575
3645
  },
3576
3646
  "ModelPackageGroupStatus": {}
3577
3647
  }
@@ -3606,26 +3676,26 @@
3606
3676
  "type": "timestamp"
3607
3677
  },
3608
3678
  "ModelQualityBaselineConfig": {
3609
- "shape": "Sdn"
3679
+ "shape": "Se0"
3610
3680
  },
3611
3681
  "ModelQualityAppSpecification": {
3612
- "shape": "Sdo"
3682
+ "shape": "Se1"
3613
3683
  },
3614
3684
  "ModelQualityJobInput": {
3615
- "shape": "Sdq"
3685
+ "shape": "Se3"
3616
3686
  },
3617
3687
  "ModelQualityJobOutputConfig": {
3618
- "shape": "S6t"
3688
+ "shape": "S75"
3619
3689
  },
3620
3690
  "JobResources": {
3621
- "shape": "S6z"
3691
+ "shape": "S7b"
3622
3692
  },
3623
3693
  "NetworkConfig": {
3624
- "shape": "S74"
3694
+ "shape": "S7g"
3625
3695
  },
3626
3696
  "RoleArn": {},
3627
3697
  "StoppingCondition": {
3628
- "shape": "S75"
3698
+ "shape": "S7h"
3629
3699
  }
3630
3700
  }
3631
3701
  }
@@ -3663,11 +3733,11 @@
3663
3733
  "type": "timestamp"
3664
3734
  },
3665
3735
  "MonitoringScheduleConfig": {
3666
- "shape": "Sdu"
3736
+ "shape": "Se7"
3667
3737
  },
3668
3738
  "EndpointName": {},
3669
3739
  "LastMonitoringExecutionSummary": {
3670
- "shape": "Spr"
3740
+ "shape": "Sq1"
3671
3741
  }
3672
3742
  }
3673
3743
  }
@@ -3693,7 +3763,7 @@
3693
3763
  "InstanceType": {},
3694
3764
  "SubnetId": {},
3695
3765
  "SecurityGroups": {
3696
- "shape": "S7i"
3766
+ "shape": "S7u"
3697
3767
  },
3698
3768
  "RoleArn": {},
3699
3769
  "KmsKeyId": {},
@@ -3710,11 +3780,11 @@
3710
3780
  "type": "integer"
3711
3781
  },
3712
3782
  "AcceleratorTypes": {
3713
- "shape": "Sec"
3783
+ "shape": "Sep"
3714
3784
  },
3715
3785
  "DefaultCodeRepository": {},
3716
3786
  "AdditionalCodeRepositories": {
3717
- "shape": "Sef"
3787
+ "shape": "Ses"
3718
3788
  },
3719
3789
  "RootAccess": {},
3720
3790
  "PlatformIdentifier": {}
@@ -3737,10 +3807,10 @@
3737
3807
  "NotebookInstanceLifecycleConfigArn": {},
3738
3808
  "NotebookInstanceLifecycleConfigName": {},
3739
3809
  "OnCreate": {
3740
- "shape": "Sel"
3810
+ "shape": "Sey"
3741
3811
  },
3742
3812
  "OnStart": {
3743
- "shape": "Sel"
3813
+ "shape": "Sey"
3744
3814
  },
3745
3815
  "LastModifiedTime": {
3746
3816
  "type": "timestamp"
@@ -3781,10 +3851,10 @@
3781
3851
  "type": "timestamp"
3782
3852
  },
3783
3853
  "CreatedBy": {
3784
- "shape": "Skq"
3854
+ "shape": "Sl3"
3785
3855
  },
3786
3856
  "LastModifiedBy": {
3787
- "shape": "Skq"
3857
+ "shape": "Sl3"
3788
3858
  }
3789
3859
  }
3790
3860
  }
@@ -3828,7 +3898,7 @@
3828
3898
  "PipelineExecutionStatus": {},
3829
3899
  "PipelineExecutionDescription": {},
3830
3900
  "PipelineExperimentConfig": {
3831
- "shape": "Sqa"
3901
+ "shape": "Sqk"
3832
3902
  },
3833
3903
  "FailureReason": {},
3834
3904
  "CreationTime": {
@@ -3838,10 +3908,10 @@
3838
3908
  "type": "timestamp"
3839
3909
  },
3840
3910
  "CreatedBy": {
3841
- "shape": "Skq"
3911
+ "shape": "Sl3"
3842
3912
  },
3843
3913
  "LastModifiedBy": {
3844
- "shape": "Skq"
3914
+ "shape": "Sl3"
3845
3915
  }
3846
3916
  }
3847
3917
  }
@@ -3868,30 +3938,30 @@
3868
3938
  ],
3869
3939
  "members": {
3870
3940
  "ProcessingInputs": {
3871
- "shape": "Sf6"
3941
+ "shape": "Sfj"
3872
3942
  },
3873
3943
  "ProcessingOutputConfig": {
3874
- "shape": "Sft"
3944
+ "shape": "Sg6"
3875
3945
  },
3876
3946
  "ProcessingJobName": {},
3877
3947
  "ProcessingResources": {
3878
- "shape": "Sfy"
3948
+ "shape": "Sgb"
3879
3949
  },
3880
3950
  "StoppingCondition": {
3881
- "shape": "Sg0"
3951
+ "shape": "Sgd"
3882
3952
  },
3883
3953
  "AppSpecification": {
3884
- "shape": "Sg2"
3954
+ "shape": "Sgf"
3885
3955
  },
3886
3956
  "Environment": {
3887
- "shape": "Sg4"
3957
+ "shape": "Sgh"
3888
3958
  },
3889
3959
  "NetworkConfig": {
3890
- "shape": "Se2"
3960
+ "shape": "Sef"
3891
3961
  },
3892
3962
  "RoleArn": {},
3893
3963
  "ExperimentConfig": {
3894
- "shape": "Sg5"
3964
+ "shape": "Sgi"
3895
3965
  },
3896
3966
  "ProcessingJobArn": {},
3897
3967
  "ProcessingJobStatus": {},
@@ -3941,17 +4011,23 @@
3941
4011
  "ProjectId": {},
3942
4012
  "ProjectDescription": {},
3943
4013
  "ServiceCatalogProvisioningDetails": {
3944
- "shape": "Sga"
4014
+ "shape": "Sgn"
3945
4015
  },
3946
4016
  "ServiceCatalogProvisionedProductDetails": {
3947
- "shape": "Sqi"
4017
+ "shape": "Sqs"
3948
4018
  },
3949
4019
  "ProjectStatus": {},
3950
4020
  "CreatedBy": {
3951
- "shape": "Skq"
4021
+ "shape": "Sl3"
3952
4022
  },
3953
4023
  "CreationTime": {
3954
4024
  "type": "timestamp"
4025
+ },
4026
+ "LastModifiedTime": {
4027
+ "type": "timestamp"
4028
+ },
4029
+ "LastModifiedBy": {
4030
+ "shape": "Sl3"
3955
4031
  }
3956
4032
  }
3957
4033
  }
@@ -3999,7 +4075,7 @@
3999
4075
  ],
4000
4076
  "members": {
4001
4077
  "SubscribedWorkteam": {
4002
- "shape": "Sqp"
4078
+ "shape": "Sqz"
4003
4079
  }
4004
4080
  }
4005
4081
  }
@@ -4034,32 +4110,32 @@
4034
4110
  "LabelingJobArn": {},
4035
4111
  "AutoMLJobArn": {},
4036
4112
  "ModelArtifacts": {
4037
- "shape": "Smb"
4113
+ "shape": "Smn"
4038
4114
  },
4039
4115
  "TrainingJobStatus": {},
4040
4116
  "SecondaryStatus": {},
4041
4117
  "FailureReason": {},
4042
4118
  "HyperParameters": {
4043
- "shape": "S2d"
4119
+ "shape": "S2q"
4044
4120
  },
4045
4121
  "AlgorithmSpecification": {
4046
- "shape": "Sgq"
4122
+ "shape": "Sh3"
4047
4123
  },
4048
4124
  "RoleArn": {},
4049
4125
  "InputDataConfig": {
4050
- "shape": "S2f"
4126
+ "shape": "S2s"
4051
4127
  },
4052
4128
  "OutputDataConfig": {
4053
- "shape": "S2w"
4129
+ "shape": "S39"
4054
4130
  },
4055
4131
  "ResourceConfig": {
4056
- "shape": "S2y"
4132
+ "shape": "S3b"
4057
4133
  },
4058
4134
  "VpcConfig": {
4059
- "shape": "S51"
4135
+ "shape": "S5e"
4060
4136
  },
4061
4137
  "StoppingCondition": {
4062
- "shape": "S31"
4138
+ "shape": "S3e"
4063
4139
  },
4064
4140
  "CreationTime": {
4065
4141
  "type": "timestamp"
@@ -4074,10 +4150,10 @@
4074
4150
  "type": "timestamp"
4075
4151
  },
4076
4152
  "SecondaryStatusTransitions": {
4077
- "shape": "Sqt"
4153
+ "shape": "Sr3"
4078
4154
  },
4079
4155
  "FinalMetricDataList": {
4080
- "shape": "Sqw"
4156
+ "shape": "Sr6"
4081
4157
  },
4082
4158
  "EnableNetworkIsolation": {
4083
4159
  "type": "boolean"
@@ -4089,7 +4165,7 @@
4089
4165
  "type": "boolean"
4090
4166
  },
4091
4167
  "CheckpointConfig": {
4092
- "shape": "Saz"
4168
+ "shape": "Sbb"
4093
4169
  },
4094
4170
  "TrainingTimeInSeconds": {
4095
4171
  "type": "integer"
@@ -4098,25 +4174,25 @@
4098
4174
  "type": "integer"
4099
4175
  },
4100
4176
  "DebugHookConfig": {
4101
- "shape": "Sgr"
4177
+ "shape": "Sh4"
4102
4178
  },
4103
4179
  "ExperimentConfig": {
4104
- "shape": "Sg5"
4180
+ "shape": "Sgi"
4105
4181
  },
4106
4182
  "DebugRuleConfigurations": {
4107
- "shape": "Sgz"
4183
+ "shape": "Shc"
4108
4184
  },
4109
4185
  "TensorBoardOutputConfig": {
4110
- "shape": "Sh4"
4186
+ "shape": "Shh"
4111
4187
  },
4112
4188
  "DebugRuleEvaluationStatuses": {
4113
- "shape": "Sr0"
4189
+ "shape": "Sra"
4114
4190
  },
4115
4191
  "ProfilerConfig": {
4116
- "shape": "Sh5"
4192
+ "shape": "Shi"
4117
4193
  },
4118
4194
  "ProfilerRuleConfigurations": {
4119
- "shape": "Sh8"
4195
+ "shape": "Shl"
4120
4196
  },
4121
4197
  "ProfilerRuleEvaluationStatuses": {
4122
4198
  "type": "list",
@@ -4135,10 +4211,10 @@
4135
4211
  },
4136
4212
  "ProfilingStatus": {},
4137
4213
  "RetryStrategy": {
4138
- "shape": "Sb0"
4214
+ "shape": "Sbc"
4139
4215
  },
4140
4216
  "Environment": {
4141
- "shape": "Sha"
4217
+ "shape": "Shn"
4142
4218
  }
4143
4219
  }
4144
4220
  }
@@ -4174,23 +4250,23 @@
4174
4250
  "type": "integer"
4175
4251
  },
4176
4252
  "ModelClientConfig": {
4177
- "shape": "Shh"
4253
+ "shape": "Shu"
4178
4254
  },
4179
4255
  "MaxPayloadInMB": {
4180
4256
  "type": "integer"
4181
4257
  },
4182
4258
  "BatchStrategy": {},
4183
4259
  "Environment": {
4184
- "shape": "S38"
4260
+ "shape": "S3l"
4185
4261
  },
4186
4262
  "TransformInput": {
4187
- "shape": "S3b"
4263
+ "shape": "S3o"
4188
4264
  },
4189
4265
  "TransformOutput": {
4190
- "shape": "S3f"
4266
+ "shape": "S3s"
4191
4267
  },
4192
4268
  "TransformResources": {
4193
- "shape": "S3i"
4269
+ "shape": "S3v"
4194
4270
  },
4195
4271
  "CreationTime": {
4196
4272
  "type": "timestamp"
@@ -4204,10 +4280,10 @@
4204
4280
  "LabelingJobArn": {},
4205
4281
  "AutoMLJobArn": {},
4206
4282
  "DataProcessing": {
4207
- "shape": "Shk"
4283
+ "shape": "Shx"
4208
4284
  },
4209
4285
  "ExperimentConfig": {
4210
- "shape": "Sg5"
4286
+ "shape": "Sgi"
4211
4287
  }
4212
4288
  }
4213
4289
  }
@@ -4230,22 +4306,22 @@
4230
4306
  "DisplayName": {},
4231
4307
  "ExperimentName": {},
4232
4308
  "Source": {
4233
- "shape": "Src"
4309
+ "shape": "Srm"
4234
4310
  },
4235
4311
  "CreationTime": {
4236
4312
  "type": "timestamp"
4237
4313
  },
4238
4314
  "CreatedBy": {
4239
- "shape": "Skq"
4315
+ "shape": "Sl3"
4240
4316
  },
4241
4317
  "LastModifiedTime": {
4242
4318
  "type": "timestamp"
4243
4319
  },
4244
4320
  "LastModifiedBy": {
4245
- "shape": "Skq"
4321
+ "shape": "Sl3"
4246
4322
  },
4247
4323
  "MetadataProperties": {
4248
- "shape": "Sp"
4324
+ "shape": "S1n"
4249
4325
  }
4250
4326
  }
4251
4327
  }
@@ -4267,10 +4343,10 @@
4267
4343
  "TrialComponentArn": {},
4268
4344
  "DisplayName": {},
4269
4345
  "Source": {
4270
- "shape": "Srg"
4346
+ "shape": "Srq"
4271
4347
  },
4272
4348
  "Status": {
4273
- "shape": "Shs"
4349
+ "shape": "Si5"
4274
4350
  },
4275
4351
  "StartTime": {
4276
4352
  "type": "timestamp"
@@ -4282,28 +4358,28 @@
4282
4358
  "type": "timestamp"
4283
4359
  },
4284
4360
  "CreatedBy": {
4285
- "shape": "Skq"
4361
+ "shape": "Sl3"
4286
4362
  },
4287
4363
  "LastModifiedTime": {
4288
4364
  "type": "timestamp"
4289
4365
  },
4290
4366
  "LastModifiedBy": {
4291
- "shape": "Skq"
4367
+ "shape": "Sl3"
4292
4368
  },
4293
4369
  "Parameters": {
4294
- "shape": "Shw"
4370
+ "shape": "Si9"
4295
4371
  },
4296
4372
  "InputArtifacts": {
4297
- "shape": "Si0"
4373
+ "shape": "Sid"
4298
4374
  },
4299
4375
  "OutputArtifacts": {
4300
- "shape": "Si0"
4376
+ "shape": "Sid"
4301
4377
  },
4302
4378
  "MetadataProperties": {
4303
- "shape": "Sp"
4379
+ "shape": "S1n"
4304
4380
  },
4305
4381
  "Metrics": {
4306
- "shape": "Sri"
4382
+ "shape": "Srs"
4307
4383
  }
4308
4384
  }
4309
4385
  }
@@ -4338,7 +4414,7 @@
4338
4414
  "SingleSignOnUserIdentifier": {},
4339
4415
  "SingleSignOnUserValue": {},
4340
4416
  "UserSettings": {
4341
- "shape": "S7h"
4417
+ "shape": "S7t"
4342
4418
  }
4343
4419
  }
4344
4420
  }
@@ -4360,7 +4436,7 @@
4360
4436
  ],
4361
4437
  "members": {
4362
4438
  "Workforce": {
4363
- "shape": "Srs"
4439
+ "shape": "Ss2"
4364
4440
  }
4365
4441
  }
4366
4442
  }
@@ -4382,7 +4458,7 @@
4382
4458
  ],
4383
4459
  "members": {
4384
4460
  "Workteam": {
4385
- "shape": "Srw"
4461
+ "shape": "Ss6"
4386
4462
  }
4387
4463
  }
4388
4464
  }
@@ -4447,7 +4523,7 @@
4447
4523
  "DeviceFleetArn": {},
4448
4524
  "DeviceFleetName": {},
4449
4525
  "OutputConfig": {
4450
- "shape": "S7b"
4526
+ "shape": "S7n"
4451
4527
  },
4452
4528
  "Description": {},
4453
4529
  "ReportGenerated": {
@@ -4619,7 +4695,7 @@
4619
4695
  "ActionArn": {},
4620
4696
  "ActionName": {},
4621
4697
  "Source": {
4622
- "shape": "Si"
4698
+ "shape": "S1g"
4623
4699
  },
4624
4700
  "ActionType": {},
4625
4701
  "Status": {},
@@ -4729,7 +4805,7 @@
4729
4805
  "type": "timestamp"
4730
4806
  },
4731
4807
  "KernelGatewayImageConfig": {
4732
- "shape": "S41"
4808
+ "shape": "S4e"
4733
4809
  }
4734
4810
  }
4735
4811
  }
@@ -4805,7 +4881,7 @@
4805
4881
  "ArtifactArn": {},
4806
4882
  "ArtifactName": {},
4807
4883
  "Source": {
4808
- "shape": "S4d"
4884
+ "shape": "S4q"
4809
4885
  },
4810
4886
  "ArtifactType": {},
4811
4887
  "CreationTime": {
@@ -4863,7 +4939,7 @@
4863
4939
  "type": "timestamp"
4864
4940
  },
4865
4941
  "CreatedBy": {
4866
- "shape": "Skq"
4942
+ "shape": "Sl3"
4867
4943
  }
4868
4944
  }
4869
4945
  }
@@ -4932,7 +5008,7 @@
4932
5008
  },
4933
5009
  "FailureReason": {},
4934
5010
  "PartialFailureReasons": {
4935
- "shape": "Sla"
5011
+ "shape": "Slm"
4936
5012
  }
4937
5013
  }
4938
5014
  }
@@ -4968,7 +5044,7 @@
4968
5044
  "Candidates": {
4969
5045
  "type": "list",
4970
5046
  "member": {
4971
- "shape": "Slc"
5047
+ "shape": "Slo"
4972
5048
  }
4973
5049
  },
4974
5050
  "NextToken": {}
@@ -5026,7 +5102,7 @@
5026
5102
  "type": "timestamp"
5027
5103
  },
5028
5104
  "GitConfig": {
5029
- "shape": "S5d"
5105
+ "shape": "S5q"
5030
5106
  }
5031
5107
  }
5032
5108
  }
@@ -5135,7 +5211,7 @@
5135
5211
  "ContextArn": {},
5136
5212
  "ContextName": {},
5137
5213
  "Source": {
5138
- "shape": "S63"
5214
+ "shape": "S6g"
5139
5215
  },
5140
5216
  "ContextType": {},
5141
5217
  "CreationTime": {
@@ -5178,7 +5254,7 @@
5178
5254
  ],
5179
5255
  "members": {
5180
5256
  "JobDefinitionSummaries": {
5181
- "shape": "Sum"
5257
+ "shape": "Suw"
5182
5258
  },
5183
5259
  "NextToken": {}
5184
5260
  }
@@ -5536,7 +5612,7 @@
5536
5612
  "ExperimentName": {},
5537
5613
  "DisplayName": {},
5538
5614
  "ExperimentSource": {
5539
- "shape": "Sny"
5615
+ "shape": "Soa"
5540
5616
  },
5541
5617
  "CreationTime": {
5542
5618
  "type": "timestamp"
@@ -5596,7 +5672,7 @@
5596
5672
  },
5597
5673
  "FeatureGroupStatus": {},
5598
5674
  "OfflineStoreStatus": {
5599
- "shape": "So4"
5675
+ "shape": "Sog"
5600
5676
  }
5601
5677
  }
5602
5678
  }
@@ -5758,13 +5834,13 @@
5758
5834
  "type": "timestamp"
5759
5835
  },
5760
5836
  "TrainingJobStatusCounters": {
5761
- "shape": "Soj"
5837
+ "shape": "Sov"
5762
5838
  },
5763
5839
  "ObjectiveStatusCounters": {
5764
- "shape": "Sol"
5840
+ "shape": "Sox"
5765
5841
  },
5766
5842
  "ResourceLimits": {
5767
- "shape": "Saf"
5843
+ "shape": "Sar"
5768
5844
  }
5769
5845
  }
5770
5846
  }
@@ -5950,17 +6026,17 @@
5950
6026
  },
5951
6027
  "LabelingJobStatus": {},
5952
6028
  "LabelCounters": {
5953
- "shape": "Sp0"
6029
+ "shape": "Spc"
5954
6030
  },
5955
6031
  "WorkteamArn": {},
5956
6032
  "PreHumanTaskLambdaArn": {},
5957
6033
  "AnnotationConsolidationLambdaArn": {},
5958
6034
  "FailureReason": {},
5959
6035
  "LabelingJobOutput": {
5960
- "shape": "Sp3"
6036
+ "shape": "Spf"
5961
6037
  },
5962
6038
  "InputConfig": {
5963
- "shape": "Sbk"
6039
+ "shape": "Sbw"
5964
6040
  }
5965
6041
  }
5966
6042
  }
@@ -6065,7 +6141,7 @@
6065
6141
  ],
6066
6142
  "members": {
6067
6143
  "JobDefinitionSummaries": {
6068
- "shape": "Sum"
6144
+ "shape": "Suw"
6069
6145
  },
6070
6146
  "NextToken": {}
6071
6147
  }
@@ -6098,7 +6174,7 @@
6098
6174
  ],
6099
6175
  "members": {
6100
6176
  "JobDefinitionSummaries": {
6101
- "shape": "Sum"
6177
+ "shape": "Suw"
6102
6178
  },
6103
6179
  "NextToken": {}
6104
6180
  }
@@ -6239,7 +6315,7 @@
6239
6315
  ],
6240
6316
  "members": {
6241
6317
  "JobDefinitionSummaries": {
6242
- "shape": "Sum"
6318
+ "shape": "Suw"
6243
6319
  },
6244
6320
  "NextToken": {}
6245
6321
  }
@@ -6336,7 +6412,7 @@
6336
6412
  "MonitoringExecutionSummaries": {
6337
6413
  "type": "list",
6338
6414
  "member": {
6339
- "shape": "Spr"
6415
+ "shape": "Sq1"
6340
6416
  }
6341
6417
  },
6342
6418
  "NextToken": {}
@@ -6517,7 +6593,7 @@
6517
6593
  "NotebookInstanceLifecycleConfigName": {},
6518
6594
  "DefaultCodeRepository": {},
6519
6595
  "AdditionalCodeRepositories": {
6520
- "shape": "Sef"
6596
+ "shape": "Ses"
6521
6597
  }
6522
6598
  }
6523
6599
  }
@@ -6611,7 +6687,7 @@
6611
6687
  "CallbackToken": {},
6612
6688
  "SqsQueueUrl": {},
6613
6689
  "OutputParameters": {
6614
- "shape": "Syw"
6690
+ "shape": "Sz6"
6615
6691
  }
6616
6692
  }
6617
6693
  },
@@ -6620,7 +6696,7 @@
6620
6696
  "members": {
6621
6697
  "Arn": {},
6622
6698
  "OutputParameters": {
6623
- "shape": "Syw"
6699
+ "shape": "Sz6"
6624
6700
  }
6625
6701
  }
6626
6702
  }
@@ -6695,7 +6771,7 @@
6695
6771
  "type": "structure",
6696
6772
  "members": {
6697
6773
  "PipelineParameters": {
6698
- "shape": "Sz6"
6774
+ "shape": "Szg"
6699
6775
  },
6700
6776
  "NextToken": {}
6701
6777
  }
@@ -6935,7 +7011,7 @@
6935
7011
  "SubscribedWorkteams": {
6936
7012
  "type": "list",
6937
7013
  "member": {
6938
- "shape": "Sqp"
7014
+ "shape": "Sqz"
6939
7015
  }
6940
7016
  },
6941
7017
  "NextToken": {}
@@ -7054,7 +7130,7 @@
7054
7130
  "TrainingJobSummaries": {
7055
7131
  "type": "list",
7056
7132
  "member": {
7057
- "shape": "Son"
7133
+ "shape": "Soz"
7058
7134
  }
7059
7135
  },
7060
7136
  "NextToken": {}
@@ -7157,10 +7233,10 @@
7157
7233
  "TrialComponentArn": {},
7158
7234
  "DisplayName": {},
7159
7235
  "TrialComponentSource": {
7160
- "shape": "Srg"
7236
+ "shape": "Srq"
7161
7237
  },
7162
7238
  "Status": {
7163
- "shape": "Shs"
7239
+ "shape": "Si5"
7164
7240
  },
7165
7241
  "StartTime": {
7166
7242
  "type": "timestamp"
@@ -7172,13 +7248,13 @@
7172
7248
  "type": "timestamp"
7173
7249
  },
7174
7250
  "CreatedBy": {
7175
- "shape": "Skq"
7251
+ "shape": "Sl3"
7176
7252
  },
7177
7253
  "LastModifiedTime": {
7178
7254
  "type": "timestamp"
7179
7255
  },
7180
7256
  "LastModifiedBy": {
7181
- "shape": "Skq"
7257
+ "shape": "Sl3"
7182
7258
  }
7183
7259
  }
7184
7260
  }
@@ -7219,7 +7295,7 @@
7219
7295
  "TrialName": {},
7220
7296
  "DisplayName": {},
7221
7297
  "TrialSource": {
7222
- "shape": "Src"
7298
+ "shape": "Srm"
7223
7299
  },
7224
7300
  "CreationTime": {
7225
7301
  "type": "timestamp"
@@ -7294,7 +7370,7 @@
7294
7370
  "Workforces": {
7295
7371
  "type": "list",
7296
7372
  "member": {
7297
- "shape": "Srs"
7373
+ "shape": "Ss2"
7298
7374
  }
7299
7375
  },
7300
7376
  "NextToken": {}
@@ -7323,7 +7399,7 @@
7323
7399
  "Workteams": {
7324
7400
  "type": "list",
7325
7401
  "member": {
7326
- "shape": "Srw"
7402
+ "shape": "Ss6"
7327
7403
  }
7328
7404
  },
7329
7405
  "NextToken": {}
@@ -7362,7 +7438,7 @@
7362
7438
  "members": {
7363
7439
  "DeviceFleetName": {},
7364
7440
  "Devices": {
7365
- "shape": "S111"
7441
+ "shape": "S11b"
7366
7442
  },
7367
7443
  "Tags": {
7368
7444
  "shape": "S7"
@@ -7379,7 +7455,7 @@
7379
7455
  ],
7380
7456
  "members": {
7381
7457
  "UiTemplate": {
7382
- "shape": "Sa8"
7458
+ "shape": "Sak"
7383
7459
  },
7384
7460
  "Task": {
7385
7461
  "type": "structure",
@@ -7449,7 +7525,7 @@
7449
7525
  "members": {
7450
7526
  "Resource": {},
7451
7527
  "SearchExpression": {
7452
- "shape": "S11c"
7528
+ "shape": "S11m"
7453
7529
  },
7454
7530
  "SortBy": {},
7455
7531
  "SortOrder": {},
@@ -7468,7 +7544,7 @@
7468
7544
  "type": "structure",
7469
7545
  "members": {
7470
7546
  "TrainingJob": {
7471
- "shape": "S11p"
7547
+ "shape": "S11z"
7472
7548
  },
7473
7549
  "Experiment": {
7474
7550
  "type": "structure",
@@ -7477,20 +7553,20 @@
7477
7553
  "ExperimentArn": {},
7478
7554
  "DisplayName": {},
7479
7555
  "Source": {
7480
- "shape": "Sny"
7556
+ "shape": "Soa"
7481
7557
  },
7482
7558
  "Description": {},
7483
7559
  "CreationTime": {
7484
7560
  "type": "timestamp"
7485
7561
  },
7486
7562
  "CreatedBy": {
7487
- "shape": "Skq"
7563
+ "shape": "Sl3"
7488
7564
  },
7489
7565
  "LastModifiedTime": {
7490
7566
  "type": "timestamp"
7491
7567
  },
7492
7568
  "LastModifiedBy": {
7493
- "shape": "Skq"
7569
+ "shape": "Sl3"
7494
7570
  },
7495
7571
  "Tags": {
7496
7572
  "shape": "S7"
@@ -7505,22 +7581,22 @@
7505
7581
  "DisplayName": {},
7506
7582
  "ExperimentName": {},
7507
7583
  "Source": {
7508
- "shape": "Src"
7584
+ "shape": "Srm"
7509
7585
  },
7510
7586
  "CreationTime": {
7511
7587
  "type": "timestamp"
7512
7588
  },
7513
7589
  "CreatedBy": {
7514
- "shape": "Skq"
7590
+ "shape": "Sl3"
7515
7591
  },
7516
7592
  "LastModifiedTime": {
7517
7593
  "type": "timestamp"
7518
7594
  },
7519
7595
  "LastModifiedBy": {
7520
- "shape": "Skq"
7596
+ "shape": "Sl3"
7521
7597
  },
7522
7598
  "MetadataProperties": {
7523
- "shape": "Sp"
7599
+ "shape": "S1n"
7524
7600
  },
7525
7601
  "Tags": {
7526
7602
  "shape": "S7"
@@ -7533,13 +7609,13 @@
7533
7609
  "TrialComponentName": {},
7534
7610
  "TrialComponentArn": {},
7535
7611
  "TrialComponentSource": {
7536
- "shape": "Srg"
7612
+ "shape": "Srq"
7537
7613
  },
7538
7614
  "CreationTime": {
7539
7615
  "type": "timestamp"
7540
7616
  },
7541
7617
  "CreatedBy": {
7542
- "shape": "Skq"
7618
+ "shape": "Sl3"
7543
7619
  }
7544
7620
  }
7545
7621
  }
@@ -7553,10 +7629,10 @@
7553
7629
  "DisplayName": {},
7554
7630
  "TrialComponentArn": {},
7555
7631
  "Source": {
7556
- "shape": "Srg"
7632
+ "shape": "Srq"
7557
7633
  },
7558
7634
  "Status": {
7559
- "shape": "Shs"
7635
+ "shape": "Si5"
7560
7636
  },
7561
7637
  "StartTime": {
7562
7638
  "type": "timestamp"
@@ -7568,64 +7644,64 @@
7568
7644
  "type": "timestamp"
7569
7645
  },
7570
7646
  "CreatedBy": {
7571
- "shape": "Skq"
7647
+ "shape": "Sl3"
7572
7648
  },
7573
7649
  "LastModifiedTime": {
7574
7650
  "type": "timestamp"
7575
7651
  },
7576
7652
  "LastModifiedBy": {
7577
- "shape": "Skq"
7653
+ "shape": "Sl3"
7578
7654
  },
7579
7655
  "Parameters": {
7580
- "shape": "Shw"
7656
+ "shape": "Si9"
7581
7657
  },
7582
7658
  "InputArtifacts": {
7583
- "shape": "Si0"
7659
+ "shape": "Sid"
7584
7660
  },
7585
7661
  "OutputArtifacts": {
7586
- "shape": "Si0"
7662
+ "shape": "Sid"
7587
7663
  },
7588
7664
  "Metrics": {
7589
- "shape": "Sri"
7665
+ "shape": "Srs"
7590
7666
  },
7591
7667
  "MetadataProperties": {
7592
- "shape": "Sp"
7668
+ "shape": "S1n"
7593
7669
  },
7594
7670
  "SourceDetail": {
7595
7671
  "type": "structure",
7596
7672
  "members": {
7597
7673
  "SourceArn": {},
7598
7674
  "TrainingJob": {
7599
- "shape": "S11p"
7675
+ "shape": "S11z"
7600
7676
  },
7601
7677
  "ProcessingJob": {
7602
7678
  "type": "structure",
7603
7679
  "members": {
7604
7680
  "ProcessingInputs": {
7605
- "shape": "Sf6"
7681
+ "shape": "Sfj"
7606
7682
  },
7607
7683
  "ProcessingOutputConfig": {
7608
- "shape": "Sft"
7684
+ "shape": "Sg6"
7609
7685
  },
7610
7686
  "ProcessingJobName": {},
7611
7687
  "ProcessingResources": {
7612
- "shape": "Sfy"
7688
+ "shape": "Sgb"
7613
7689
  },
7614
7690
  "StoppingCondition": {
7615
- "shape": "Sg0"
7691
+ "shape": "Sgd"
7616
7692
  },
7617
7693
  "AppSpecification": {
7618
- "shape": "Sg2"
7694
+ "shape": "Sgf"
7619
7695
  },
7620
7696
  "Environment": {
7621
- "shape": "Sg4"
7697
+ "shape": "Sgh"
7622
7698
  },
7623
7699
  "NetworkConfig": {
7624
- "shape": "Se2"
7700
+ "shape": "Sef"
7625
7701
  },
7626
7702
  "RoleArn": {},
7627
7703
  "ExperimentConfig": {
7628
- "shape": "Sg5"
7704
+ "shape": "Sgi"
7629
7705
  },
7630
7706
  "ProcessingJobArn": {},
7631
7707
  "ProcessingJobStatus": {},
@@ -7663,23 +7739,23 @@
7663
7739
  "type": "integer"
7664
7740
  },
7665
7741
  "ModelClientConfig": {
7666
- "shape": "Shh"
7742
+ "shape": "Shu"
7667
7743
  },
7668
7744
  "MaxPayloadInMB": {
7669
7745
  "type": "integer"
7670
7746
  },
7671
7747
  "BatchStrategy": {},
7672
7748
  "Environment": {
7673
- "shape": "S38"
7749
+ "shape": "S3l"
7674
7750
  },
7675
7751
  "TransformInput": {
7676
- "shape": "S3b"
7752
+ "shape": "S3o"
7677
7753
  },
7678
7754
  "TransformOutput": {
7679
- "shape": "S3f"
7755
+ "shape": "S3s"
7680
7756
  },
7681
7757
  "TransformResources": {
7682
- "shape": "S3i"
7758
+ "shape": "S3v"
7683
7759
  },
7684
7760
  "CreationTime": {
7685
7761
  "type": "timestamp"
@@ -7693,10 +7769,10 @@
7693
7769
  "LabelingJobArn": {},
7694
7770
  "AutoMLJobArn": {},
7695
7771
  "DataProcessing": {
7696
- "shape": "Shk"
7772
+ "shape": "Shx"
7697
7773
  },
7698
7774
  "ExperimentConfig": {
7699
- "shape": "Sg5"
7775
+ "shape": "Sgi"
7700
7776
  },
7701
7777
  "Tags": {
7702
7778
  "shape": "S7"
@@ -7735,10 +7811,10 @@
7735
7811
  "EndpointArn": {},
7736
7812
  "EndpointConfigName": {},
7737
7813
  "ProductionVariants": {
7738
- "shape": "Sn8"
7814
+ "shape": "Snk"
7739
7815
  },
7740
7816
  "DataCaptureConfig": {
7741
- "shape": "Snd"
7817
+ "shape": "Snp"
7742
7818
  },
7743
7819
  "EndpointStatus": {},
7744
7820
  "FailureReason": {},
@@ -7765,11 +7841,11 @@
7765
7841
  "type": "timestamp"
7766
7842
  },
7767
7843
  "MonitoringScheduleConfig": {
7768
- "shape": "Sdu"
7844
+ "shape": "Se7"
7769
7845
  },
7770
7846
  "EndpointName": {},
7771
7847
  "LastMonitoringExecutionSummary": {
7772
- "shape": "Spr"
7848
+ "shape": "Sq1"
7773
7849
  },
7774
7850
  "Tags": {
7775
7851
  "shape": "S7"
@@ -7796,40 +7872,43 @@
7796
7872
  "type": "timestamp"
7797
7873
  },
7798
7874
  "InferenceSpecification": {
7799
- "shape": "S1t"
7875
+ "shape": "Sr"
7800
7876
  },
7801
7877
  "SourceAlgorithmSpecification": {
7802
- "shape": "Sd6"
7878
+ "shape": "Sdi"
7803
7879
  },
7804
7880
  "ValidationSpecification": {
7805
- "shape": "Sd3"
7881
+ "shape": "Sdf"
7806
7882
  },
7807
7883
  "ModelPackageStatus": {},
7808
7884
  "ModelPackageStatusDetails": {
7809
- "shape": "Spe"
7885
+ "shape": "Spo"
7810
7886
  },
7811
7887
  "CertifyForMarketplace": {
7812
7888
  "type": "boolean"
7813
7889
  },
7814
7890
  "ModelApprovalStatus": {},
7815
7891
  "CreatedBy": {
7816
- "shape": "Skq"
7892
+ "shape": "Sl3"
7817
7893
  },
7818
7894
  "MetadataProperties": {
7819
- "shape": "Sp"
7895
+ "shape": "S1n"
7820
7896
  },
7821
7897
  "ModelMetrics": {
7822
- "shape": "Sda"
7898
+ "shape": "Sdl"
7823
7899
  },
7824
7900
  "LastModifiedTime": {
7825
7901
  "type": "timestamp"
7826
7902
  },
7827
7903
  "LastModifiedBy": {
7828
- "shape": "Skq"
7904
+ "shape": "Sl3"
7829
7905
  },
7830
7906
  "ApprovalDescription": {},
7831
7907
  "Tags": {
7832
7908
  "shape": "S7"
7909
+ },
7910
+ "CustomerMetadataProperties": {
7911
+ "shape": "Sds"
7833
7912
  }
7834
7913
  }
7835
7914
  },
@@ -7843,7 +7922,7 @@
7843
7922
  "type": "timestamp"
7844
7923
  },
7845
7924
  "CreatedBy": {
7846
- "shape": "Skq"
7925
+ "shape": "Sl3"
7847
7926
  },
7848
7927
  "ModelPackageGroupStatus": {},
7849
7928
  "Tags": {
@@ -7870,10 +7949,10 @@
7870
7949
  "type": "timestamp"
7871
7950
  },
7872
7951
  "CreatedBy": {
7873
- "shape": "Skq"
7952
+ "shape": "Sl3"
7874
7953
  },
7875
7954
  "LastModifiedBy": {
7876
- "shape": "Skq"
7955
+ "shape": "Sl3"
7877
7956
  },
7878
7957
  "Tags": {
7879
7958
  "shape": "S7"
@@ -7889,7 +7968,7 @@
7889
7968
  "PipelineExecutionStatus": {},
7890
7969
  "PipelineExecutionDescription": {},
7891
7970
  "PipelineExperimentConfig": {
7892
- "shape": "Sqa"
7971
+ "shape": "Sqk"
7893
7972
  },
7894
7973
  "FailureReason": {},
7895
7974
  "CreationTime": {
@@ -7899,13 +7978,13 @@
7899
7978
  "type": "timestamp"
7900
7979
  },
7901
7980
  "CreatedBy": {
7902
- "shape": "Skq"
7981
+ "shape": "Sl3"
7903
7982
  },
7904
7983
  "LastModifiedBy": {
7905
- "shape": "Skq"
7984
+ "shape": "Sl3"
7906
7985
  },
7907
7986
  "PipelineParameters": {
7908
- "shape": "Sz6"
7987
+ "shape": "Szg"
7909
7988
  }
7910
7989
  }
7911
7990
  },
@@ -7917,21 +7996,21 @@
7917
7996
  "RecordIdentifierFeatureName": {},
7918
7997
  "EventTimeFeatureName": {},
7919
7998
  "FeatureDefinitions": {
7920
- "shape": "S93"
7999
+ "shape": "S9f"
7921
8000
  },
7922
8001
  "CreationTime": {
7923
8002
  "type": "timestamp"
7924
8003
  },
7925
8004
  "OnlineStoreConfig": {
7926
- "shape": "S96"
8005
+ "shape": "S9i"
7927
8006
  },
7928
8007
  "OfflineStoreConfig": {
7929
- "shape": "S98"
8008
+ "shape": "S9k"
7930
8009
  },
7931
8010
  "RoleArn": {},
7932
8011
  "FeatureGroupStatus": {},
7933
8012
  "OfflineStoreStatus": {
7934
- "shape": "So4"
8013
+ "shape": "Sog"
7935
8014
  },
7936
8015
  "FailureReason": {},
7937
8016
  "Description": {},
@@ -7948,20 +8027,26 @@
7948
8027
  "ProjectId": {},
7949
8028
  "ProjectDescription": {},
7950
8029
  "ServiceCatalogProvisioningDetails": {
7951
- "shape": "Sga"
8030
+ "shape": "Sgn"
7952
8031
  },
7953
8032
  "ServiceCatalogProvisionedProductDetails": {
7954
- "shape": "Sqi"
8033
+ "shape": "Sqs"
7955
8034
  },
7956
8035
  "ProjectStatus": {},
7957
8036
  "CreatedBy": {
7958
- "shape": "Skq"
8037
+ "shape": "Sl3"
7959
8038
  },
7960
8039
  "CreationTime": {
7961
8040
  "type": "timestamp"
7962
8041
  },
7963
8042
  "Tags": {
7964
8043
  "shape": "S7"
8044
+ },
8045
+ "LastModifiedTime": {
8046
+ "type": "timestamp"
8047
+ },
8048
+ "LastModifiedBy": {
8049
+ "shape": "Sl3"
7965
8050
  }
7966
8051
  }
7967
8052
  }
@@ -8002,7 +8087,7 @@
8002
8087
  "members": {
8003
8088
  "CallbackToken": {},
8004
8089
  "OutputParameters": {
8005
- "shape": "Syw"
8090
+ "shape": "Sz6"
8006
8091
  },
8007
8092
  "ClientRequestToken": {
8008
8093
  "idempotencyToken": true
@@ -8049,7 +8134,7 @@
8049
8134
  "PipelineName": {},
8050
8135
  "PipelineExecutionDisplayName": {},
8051
8136
  "PipelineParameters": {
8052
- "shape": "Sz6"
8137
+ "shape": "Szg"
8053
8138
  },
8054
8139
  "PipelineExecutionDescription": {},
8055
8140
  "ClientRequestToken": {
@@ -8206,10 +8291,10 @@
8206
8291
  "Description": {},
8207
8292
  "Status": {},
8208
8293
  "Properties": {
8209
- "shape": "Sn"
8294
+ "shape": "S1l"
8210
8295
  },
8211
8296
  "PropertiesToRemove": {
8212
- "shape": "S12u"
8297
+ "shape": "S134"
8213
8298
  }
8214
8299
  }
8215
8300
  },
@@ -8229,7 +8314,7 @@
8229
8314
  "members": {
8230
8315
  "AppImageConfigName": {},
8231
8316
  "KernelGatewayImageConfig": {
8232
- "shape": "S41"
8317
+ "shape": "S4e"
8233
8318
  }
8234
8319
  }
8235
8320
  },
@@ -8250,10 +8335,10 @@
8250
8335
  "ArtifactArn": {},
8251
8336
  "ArtifactName": {},
8252
8337
  "Properties": {
8253
- "shape": "Sn"
8338
+ "shape": "S1l"
8254
8339
  },
8255
8340
  "PropertiesToRemove": {
8256
- "shape": "S12u"
8341
+ "shape": "S134"
8257
8342
  }
8258
8343
  }
8259
8344
  },
@@ -8300,10 +8385,10 @@
8300
8385
  "ContextName": {},
8301
8386
  "Description": {},
8302
8387
  "Properties": {
8303
- "shape": "Sn"
8388
+ "shape": "S1l"
8304
8389
  },
8305
8390
  "PropertiesToRemove": {
8306
- "shape": "S12u"
8391
+ "shape": "S134"
8307
8392
  }
8308
8393
  }
8309
8394
  },
@@ -8326,7 +8411,7 @@
8326
8411
  "RoleArn": {},
8327
8412
  "Description": {},
8328
8413
  "OutputConfig": {
8329
- "shape": "S7b"
8414
+ "shape": "S7n"
8330
8415
  },
8331
8416
  "EnableIotRoleAlias": {
8332
8417
  "type": "boolean"
@@ -8344,7 +8429,7 @@
8344
8429
  "members": {
8345
8430
  "DeviceFleetName": {},
8346
8431
  "Devices": {
8347
- "shape": "S111"
8432
+ "shape": "S11b"
8348
8433
  }
8349
8434
  }
8350
8435
  }
@@ -8358,7 +8443,7 @@
8358
8443
  "members": {
8359
8444
  "DomainId": {},
8360
8445
  "DefaultUserSettings": {
8361
- "shape": "S7h"
8446
+ "shape": "S7t"
8362
8447
  }
8363
8448
  }
8364
8449
  },
@@ -8395,7 +8480,7 @@
8395
8480
  }
8396
8481
  },
8397
8482
  "DeploymentConfig": {
8398
- "shape": "Sng"
8483
+ "shape": "Sns"
8399
8484
  }
8400
8485
  }
8401
8486
  },
@@ -8495,13 +8580,19 @@
8495
8580
  "input": {
8496
8581
  "type": "structure",
8497
8582
  "required": [
8498
- "ModelPackageArn",
8499
- "ModelApprovalStatus"
8583
+ "ModelPackageArn"
8500
8584
  ],
8501
8585
  "members": {
8502
8586
  "ModelPackageArn": {},
8503
8587
  "ModelApprovalStatus": {},
8504
- "ApprovalDescription": {}
8588
+ "ApprovalDescription": {},
8589
+ "CustomerMetadataProperties": {
8590
+ "shape": "Sds"
8591
+ },
8592
+ "CustomerMetadataPropertiesToRemove": {
8593
+ "type": "list",
8594
+ "member": {}
8595
+ }
8505
8596
  }
8506
8597
  },
8507
8598
  "output": {
@@ -8524,7 +8615,7 @@
8524
8615
  "members": {
8525
8616
  "MonitoringScheduleName": {},
8526
8617
  "MonitoringScheduleConfig": {
8527
- "shape": "Sdu"
8618
+ "shape": "Se7"
8528
8619
  }
8529
8620
  }
8530
8621
  },
@@ -8557,10 +8648,10 @@
8557
8648
  },
8558
8649
  "DefaultCodeRepository": {},
8559
8650
  "AdditionalCodeRepositories": {
8560
- "shape": "Sef"
8651
+ "shape": "Ses"
8561
8652
  },
8562
8653
  "AcceleratorTypes": {
8563
- "shape": "Sec"
8654
+ "shape": "Sep"
8564
8655
  },
8565
8656
  "DisassociateAcceleratorTypes": {
8566
8657
  "type": "boolean"
@@ -8588,10 +8679,10 @@
8588
8679
  "members": {
8589
8680
  "NotebookInstanceLifecycleConfigName": {},
8590
8681
  "OnCreate": {
8591
- "shape": "Sel"
8682
+ "shape": "Sey"
8592
8683
  },
8593
8684
  "OnStart": {
8594
- "shape": "Sel"
8685
+ "shape": "Sey"
8595
8686
  }
8596
8687
  }
8597
8688
  },
@@ -8640,6 +8731,39 @@
8640
8731
  }
8641
8732
  }
8642
8733
  },
8734
+ "UpdateProject": {
8735
+ "input": {
8736
+ "type": "structure",
8737
+ "required": [
8738
+ "ProjectName"
8739
+ ],
8740
+ "members": {
8741
+ "ProjectName": {},
8742
+ "ProjectDescription": {},
8743
+ "ServiceCatalogProvisioningUpdateDetails": {
8744
+ "type": "structure",
8745
+ "members": {
8746
+ "ProvisioningArtifactId": {},
8747
+ "ProvisioningParameters": {
8748
+ "shape": "Sgp"
8749
+ }
8750
+ }
8751
+ },
8752
+ "Tags": {
8753
+ "shape": "S7"
8754
+ }
8755
+ }
8756
+ },
8757
+ "output": {
8758
+ "type": "structure",
8759
+ "required": [
8760
+ "ProjectArn"
8761
+ ],
8762
+ "members": {
8763
+ "ProjectArn": {}
8764
+ }
8765
+ }
8766
+ },
8643
8767
  "UpdateTrainingJob": {
8644
8768
  "input": {
8645
8769
  "type": "structure",
@@ -8656,7 +8780,7 @@
8656
8780
  "type": "long"
8657
8781
  },
8658
8782
  "ProfilingParameters": {
8659
- "shape": "Sh7"
8783
+ "shape": "Shk"
8660
8784
  },
8661
8785
  "DisableProfiler": {
8662
8786
  "type": "boolean"
@@ -8664,7 +8788,7 @@
8664
8788
  }
8665
8789
  },
8666
8790
  "ProfilerRuleConfigurations": {
8667
- "shape": "Sh8"
8791
+ "shape": "Shl"
8668
8792
  }
8669
8793
  }
8670
8794
  },
@@ -8706,7 +8830,7 @@
8706
8830
  "TrialComponentName": {},
8707
8831
  "DisplayName": {},
8708
8832
  "Status": {
8709
- "shape": "Shs"
8833
+ "shape": "Si5"
8710
8834
  },
8711
8835
  "StartTime": {
8712
8836
  "type": "timestamp"
@@ -8715,22 +8839,22 @@
8715
8839
  "type": "timestamp"
8716
8840
  },
8717
8841
  "Parameters": {
8718
- "shape": "Shw"
8842
+ "shape": "Si9"
8719
8843
  },
8720
8844
  "ParametersToRemove": {
8721
- "shape": "S14b"
8845
+ "shape": "S14p"
8722
8846
  },
8723
8847
  "InputArtifacts": {
8724
- "shape": "Si0"
8848
+ "shape": "Sid"
8725
8849
  },
8726
8850
  "InputArtifactsToRemove": {
8727
- "shape": "S14b"
8851
+ "shape": "S14p"
8728
8852
  },
8729
8853
  "OutputArtifacts": {
8730
- "shape": "Si0"
8854
+ "shape": "Sid"
8731
8855
  },
8732
8856
  "OutputArtifactsToRemove": {
8733
- "shape": "S14b"
8857
+ "shape": "S14p"
8734
8858
  }
8735
8859
  }
8736
8860
  },
@@ -8752,7 +8876,7 @@
8752
8876
  "DomainId": {},
8753
8877
  "UserProfileName": {},
8754
8878
  "UserSettings": {
8755
- "shape": "S7h"
8879
+ "shape": "S7t"
8756
8880
  }
8757
8881
  }
8758
8882
  },
@@ -8772,10 +8896,10 @@
8772
8896
  "members": {
8773
8897
  "WorkforceName": {},
8774
8898
  "SourceIpConfig": {
8775
- "shape": "Sih"
8899
+ "shape": "Siu"
8776
8900
  },
8777
8901
  "OidcConfig": {
8778
- "shape": "Sie"
8902
+ "shape": "Sir"
8779
8903
  }
8780
8904
  }
8781
8905
  },
@@ -8786,7 +8910,7 @@
8786
8910
  ],
8787
8911
  "members": {
8788
8912
  "Workforce": {
8789
- "shape": "Srs"
8913
+ "shape": "Ss2"
8790
8914
  }
8791
8915
  }
8792
8916
  }
@@ -8800,11 +8924,11 @@
8800
8924
  "members": {
8801
8925
  "WorkteamName": {},
8802
8926
  "MemberDefinitions": {
8803
- "shape": "Sip"
8927
+ "shape": "Sj2"
8804
8928
  },
8805
8929
  "Description": {},
8806
8930
  "NotificationConfiguration": {
8807
- "shape": "Six"
8931
+ "shape": "Sja"
8808
8932
  }
8809
8933
  }
8810
8934
  },
@@ -8815,7 +8939,7 @@
8815
8939
  ],
8816
8940
  "members": {
8817
8941
  "Workteam": {
8818
- "shape": "Srw"
8942
+ "shape": "Ss6"
8819
8943
  }
8820
8944
  }
8821
8945
  }
@@ -8836,7 +8960,60 @@
8836
8960
  }
8837
8961
  }
8838
8962
  },
8839
- "Si": {
8963
+ "Sr": {
8964
+ "type": "structure",
8965
+ "required": [
8966
+ "Containers",
8967
+ "SupportedContentTypes",
8968
+ "SupportedResponseMIMETypes"
8969
+ ],
8970
+ "members": {
8971
+ "Containers": {
8972
+ "type": "list",
8973
+ "member": {
8974
+ "type": "structure",
8975
+ "required": [
8976
+ "Image"
8977
+ ],
8978
+ "members": {
8979
+ "ContainerHostname": {},
8980
+ "Image": {},
8981
+ "ImageDigest": {},
8982
+ "ModelDataUrl": {},
8983
+ "ProductId": {},
8984
+ "Environment": {
8985
+ "shape": "Sz"
8986
+ }
8987
+ }
8988
+ }
8989
+ },
8990
+ "SupportedTransformInstanceTypes": {
8991
+ "type": "list",
8992
+ "member": {}
8993
+ },
8994
+ "SupportedRealtimeInferenceInstanceTypes": {
8995
+ "type": "list",
8996
+ "member": {}
8997
+ },
8998
+ "SupportedContentTypes": {
8999
+ "shape": "S16"
9000
+ },
9001
+ "SupportedResponseMIMETypes": {
9002
+ "type": "list",
9003
+ "member": {}
9004
+ }
9005
+ }
9006
+ },
9007
+ "Sz": {
9008
+ "type": "map",
9009
+ "key": {},
9010
+ "value": {}
9011
+ },
9012
+ "S16": {
9013
+ "type": "list",
9014
+ "member": {}
9015
+ },
9016
+ "S1g": {
8840
9017
  "type": "structure",
8841
9018
  "required": [
8842
9019
  "SourceUri"
@@ -8847,12 +9024,12 @@
8847
9024
  "SourceId": {}
8848
9025
  }
8849
9026
  },
8850
- "Sn": {
9027
+ "S1l": {
8851
9028
  "type": "map",
8852
9029
  "key": {},
8853
9030
  "value": {}
8854
9031
  },
8855
- "Sp": {
9032
+ "S1n": {
8856
9033
  "type": "structure",
8857
9034
  "members": {
8858
9035
  "CommitId": {},
@@ -8861,7 +9038,7 @@
8861
9038
  "ProjectId": {}
8862
9039
  }
8863
9040
  },
8864
- "Sw": {
9041
+ "S1s": {
8865
9042
  "type": "structure",
8866
9043
  "required": [
8867
9044
  "TrainingImage",
@@ -8915,7 +9092,7 @@
8915
9092
  ],
8916
9093
  "members": {
8917
9094
  "Values": {
8918
- "shape": "S18"
9095
+ "shape": "S22"
8919
9096
  }
8920
9097
  }
8921
9098
  }
@@ -8939,7 +9116,7 @@
8939
9116
  "type": "boolean"
8940
9117
  },
8941
9118
  "MetricDefinitions": {
8942
- "shape": "S1d"
9119
+ "shape": "S27"
8943
9120
  },
8944
9121
  "TrainingChannels": {
8945
9122
  "type": "list",
@@ -8957,7 +9134,7 @@
8957
9134
  "type": "boolean"
8958
9135
  },
8959
9136
  "SupportedContentTypes": {
8960
- "shape": "S1k"
9137
+ "shape": "S16"
8961
9138
  },
8962
9139
  "SupportedCompressionTypes": {
8963
9140
  "type": "list",
@@ -8973,16 +9150,16 @@
8973
9150
  "SupportedTuningJobObjectiveMetrics": {
8974
9151
  "type": "list",
8975
9152
  "member": {
8976
- "shape": "S1r"
9153
+ "shape": "S2j"
8977
9154
  }
8978
9155
  }
8979
9156
  }
8980
9157
  },
8981
- "S18": {
9158
+ "S22": {
8982
9159
  "type": "list",
8983
9160
  "member": {}
8984
9161
  },
8985
- "S1d": {
9162
+ "S27": {
8986
9163
  "type": "list",
8987
9164
  "member": {
8988
9165
  "type": "structure",
@@ -8996,11 +9173,7 @@
8996
9173
  }
8997
9174
  }
8998
9175
  },
8999
- "S1k": {
9000
- "type": "list",
9001
- "member": {}
9002
- },
9003
- "S1r": {
9176
+ "S2j": {
9004
9177
  "type": "structure",
9005
9178
  "required": [
9006
9179
  "Type",
@@ -9011,56 +9184,7 @@
9011
9184
  "MetricName": {}
9012
9185
  }
9013
9186
  },
9014
- "S1t": {
9015
- "type": "structure",
9016
- "required": [
9017
- "Containers",
9018
- "SupportedContentTypes",
9019
- "SupportedResponseMIMETypes"
9020
- ],
9021
- "members": {
9022
- "Containers": {
9023
- "type": "list",
9024
- "member": {
9025
- "type": "structure",
9026
- "required": [
9027
- "Image"
9028
- ],
9029
- "members": {
9030
- "ContainerHostname": {},
9031
- "Image": {},
9032
- "ImageDigest": {},
9033
- "ModelDataUrl": {},
9034
- "ProductId": {},
9035
- "Environment": {
9036
- "shape": "S1z"
9037
- }
9038
- }
9039
- }
9040
- },
9041
- "SupportedTransformInstanceTypes": {
9042
- "type": "list",
9043
- "member": {}
9044
- },
9045
- "SupportedRealtimeInferenceInstanceTypes": {
9046
- "type": "list",
9047
- "member": {}
9048
- },
9049
- "SupportedContentTypes": {
9050
- "shape": "S1k"
9051
- },
9052
- "SupportedResponseMIMETypes": {
9053
- "type": "list",
9054
- "member": {}
9055
- }
9056
- }
9057
- },
9058
- "S1z": {
9059
- "type": "map",
9060
- "key": {},
9061
- "value": {}
9062
- },
9063
- "S28": {
9187
+ "S2l": {
9064
9188
  "type": "structure",
9065
9189
  "required": [
9066
9190
  "ValidationRole",
@@ -9090,36 +9214,36 @@
9090
9214
  "members": {
9091
9215
  "TrainingInputMode": {},
9092
9216
  "HyperParameters": {
9093
- "shape": "S2d"
9217
+ "shape": "S2q"
9094
9218
  },
9095
9219
  "InputDataConfig": {
9096
- "shape": "S2f"
9220
+ "shape": "S2s"
9097
9221
  },
9098
9222
  "OutputDataConfig": {
9099
- "shape": "S2w"
9223
+ "shape": "S39"
9100
9224
  },
9101
9225
  "ResourceConfig": {
9102
- "shape": "S2y"
9226
+ "shape": "S3b"
9103
9227
  },
9104
9228
  "StoppingCondition": {
9105
- "shape": "S31"
9229
+ "shape": "S3e"
9106
9230
  }
9107
9231
  }
9108
9232
  },
9109
9233
  "TransformJobDefinition": {
9110
- "shape": "S34"
9234
+ "shape": "S3h"
9111
9235
  }
9112
9236
  }
9113
9237
  }
9114
9238
  }
9115
9239
  }
9116
9240
  },
9117
- "S2d": {
9241
+ "S2q": {
9118
9242
  "type": "map",
9119
9243
  "key": {},
9120
9244
  "value": {}
9121
9245
  },
9122
- "S2f": {
9246
+ "S2s": {
9123
9247
  "type": "list",
9124
9248
  "member": {
9125
9249
  "type": "structure",
@@ -9183,7 +9307,7 @@
9183
9307
  }
9184
9308
  }
9185
9309
  },
9186
- "S2w": {
9310
+ "S39": {
9187
9311
  "type": "structure",
9188
9312
  "required": [
9189
9313
  "S3OutputPath"
@@ -9193,7 +9317,7 @@
9193
9317
  "S3OutputPath": {}
9194
9318
  }
9195
9319
  },
9196
- "S2y": {
9320
+ "S3b": {
9197
9321
  "type": "structure",
9198
9322
  "required": [
9199
9323
  "InstanceType",
@@ -9211,7 +9335,7 @@
9211
9335
  "VolumeKmsKeyId": {}
9212
9336
  }
9213
9337
  },
9214
- "S31": {
9338
+ "S3e": {
9215
9339
  "type": "structure",
9216
9340
  "members": {
9217
9341
  "MaxRuntimeInSeconds": {
@@ -9222,7 +9346,7 @@
9222
9346
  }
9223
9347
  }
9224
9348
  },
9225
- "S34": {
9349
+ "S3h": {
9226
9350
  "type": "structure",
9227
9351
  "required": [
9228
9352
  "TransformInput",
@@ -9238,25 +9362,25 @@
9238
9362
  },
9239
9363
  "BatchStrategy": {},
9240
9364
  "Environment": {
9241
- "shape": "S38"
9365
+ "shape": "S3l"
9242
9366
  },
9243
9367
  "TransformInput": {
9244
- "shape": "S3b"
9368
+ "shape": "S3o"
9245
9369
  },
9246
9370
  "TransformOutput": {
9247
- "shape": "S3f"
9371
+ "shape": "S3s"
9248
9372
  },
9249
9373
  "TransformResources": {
9250
- "shape": "S3i"
9374
+ "shape": "S3v"
9251
9375
  }
9252
9376
  }
9253
9377
  },
9254
- "S38": {
9378
+ "S3l": {
9255
9379
  "type": "map",
9256
9380
  "key": {},
9257
9381
  "value": {}
9258
9382
  },
9259
- "S3b": {
9383
+ "S3o": {
9260
9384
  "type": "structure",
9261
9385
  "required": [
9262
9386
  "DataSource"
@@ -9286,7 +9410,7 @@
9286
9410
  "SplitType": {}
9287
9411
  }
9288
9412
  },
9289
- "S3f": {
9413
+ "S3s": {
9290
9414
  "type": "structure",
9291
9415
  "required": [
9292
9416
  "S3OutputPath"
@@ -9298,7 +9422,7 @@
9298
9422
  "KmsKeyId": {}
9299
9423
  }
9300
9424
  },
9301
- "S3i": {
9425
+ "S3v": {
9302
9426
  "type": "structure",
9303
9427
  "required": [
9304
9428
  "InstanceType",
@@ -9312,7 +9436,7 @@
9312
9436
  "VolumeKmsKeyId": {}
9313
9437
  }
9314
9438
  },
9315
- "S3s": {
9439
+ "S45": {
9316
9440
  "type": "structure",
9317
9441
  "members": {
9318
9442
  "SageMakerImageArn": {},
@@ -9321,7 +9445,7 @@
9321
9445
  "LifecycleConfigArn": {}
9322
9446
  }
9323
9447
  },
9324
- "S41": {
9448
+ "S4e": {
9325
9449
  "type": "structure",
9326
9450
  "required": [
9327
9451
  "KernelSpecs"
@@ -9354,7 +9478,7 @@
9354
9478
  }
9355
9479
  }
9356
9480
  },
9357
- "S4d": {
9481
+ "S4q": {
9358
9482
  "type": "structure",
9359
9483
  "required": [
9360
9484
  "SourceUri"
@@ -9377,7 +9501,7 @@
9377
9501
  }
9378
9502
  }
9379
9503
  },
9380
- "S4l": {
9504
+ "S4y": {
9381
9505
  "type": "list",
9382
9506
  "member": {
9383
9507
  "type": "structure",
@@ -9410,7 +9534,7 @@
9410
9534
  }
9411
9535
  }
9412
9536
  },
9413
- "S4r": {
9537
+ "S54": {
9414
9538
  "type": "structure",
9415
9539
  "required": [
9416
9540
  "S3OutputPath"
@@ -9420,7 +9544,7 @@
9420
9544
  "S3OutputPath": {}
9421
9545
  }
9422
9546
  },
9423
- "S4t": {
9547
+ "S56": {
9424
9548
  "type": "structure",
9425
9549
  "required": [
9426
9550
  "MetricName"
@@ -9429,11 +9553,11 @@
9429
9553
  "MetricName": {}
9430
9554
  }
9431
9555
  },
9432
- "S4v": {
9556
+ "S58": {
9433
9557
  "type": "structure",
9434
9558
  "members": {
9435
9559
  "CompletionCriteria": {
9436
- "shape": "S4w"
9560
+ "shape": "S59"
9437
9561
  },
9438
9562
  "SecurityConfig": {
9439
9563
  "type": "structure",
@@ -9443,13 +9567,13 @@
9443
9567
  "type": "boolean"
9444
9568
  },
9445
9569
  "VpcConfig": {
9446
- "shape": "S51"
9570
+ "shape": "S5e"
9447
9571
  }
9448
9572
  }
9449
9573
  }
9450
9574
  }
9451
9575
  },
9452
- "S4w": {
9576
+ "S59": {
9453
9577
  "type": "structure",
9454
9578
  "members": {
9455
9579
  "MaxCandidates": {
@@ -9463,7 +9587,7 @@
9463
9587
  }
9464
9588
  }
9465
9589
  },
9466
- "S51": {
9590
+ "S5e": {
9467
9591
  "type": "structure",
9468
9592
  "required": [
9469
9593
  "SecurityGroupIds",
@@ -9475,15 +9599,15 @@
9475
9599
  "member": {}
9476
9600
  },
9477
9601
  "Subnets": {
9478
- "shape": "S54"
9602
+ "shape": "S5h"
9479
9603
  }
9480
9604
  }
9481
9605
  },
9482
- "S54": {
9606
+ "S5h": {
9483
9607
  "type": "list",
9484
9608
  "member": {}
9485
9609
  },
9486
- "S57": {
9610
+ "S5k": {
9487
9611
  "type": "structure",
9488
9612
  "members": {
9489
9613
  "AutoGenerateEndpointName": {
@@ -9492,7 +9616,7 @@
9492
9616
  "EndpointName": {}
9493
9617
  }
9494
9618
  },
9495
- "S5d": {
9619
+ "S5q": {
9496
9620
  "type": "structure",
9497
9621
  "required": [
9498
9622
  "RepositoryUrl"
@@ -9503,7 +9627,7 @@
9503
9627
  "SecretArn": {}
9504
9628
  }
9505
9629
  },
9506
- "S5k": {
9630
+ "S5x": {
9507
9631
  "type": "structure",
9508
9632
  "required": [
9509
9633
  "S3Uri",
@@ -9517,7 +9641,7 @@
9517
9641
  "FrameworkVersion": {}
9518
9642
  }
9519
9643
  },
9520
- "S5o": {
9644
+ "S61": {
9521
9645
  "type": "structure",
9522
9646
  "required": [
9523
9647
  "S3OutputLocation"
@@ -9541,7 +9665,7 @@
9541
9665
  "KmsKeyId": {}
9542
9666
  }
9543
9667
  },
9544
- "S5v": {
9668
+ "S68": {
9545
9669
  "type": "structure",
9546
9670
  "required": [
9547
9671
  "SecurityGroupIds",
@@ -9558,7 +9682,7 @@
9558
9682
  }
9559
9683
  }
9560
9684
  },
9561
- "S63": {
9685
+ "S6g": {
9562
9686
  "type": "structure",
9563
9687
  "required": [
9564
9688
  "SourceUri"
@@ -9569,31 +9693,31 @@
9569
9693
  "SourceId": {}
9570
9694
  }
9571
9695
  },
9572
- "S68": {
9696
+ "S6l": {
9573
9697
  "type": "structure",
9574
9698
  "members": {
9575
9699
  "BaseliningJobName": {},
9576
9700
  "ConstraintsResource": {
9577
- "shape": "S6a"
9701
+ "shape": "S6n"
9578
9702
  },
9579
9703
  "StatisticsResource": {
9580
- "shape": "S6b"
9704
+ "shape": "S6o"
9581
9705
  }
9582
9706
  }
9583
9707
  },
9584
- "S6a": {
9708
+ "S6n": {
9585
9709
  "type": "structure",
9586
9710
  "members": {
9587
9711
  "S3Uri": {}
9588
9712
  }
9589
9713
  },
9590
- "S6b": {
9714
+ "S6o": {
9591
9715
  "type": "structure",
9592
9716
  "members": {
9593
9717
  "S3Uri": {}
9594
9718
  }
9595
9719
  },
9596
- "S6c": {
9720
+ "S6p": {
9597
9721
  "type": "structure",
9598
9722
  "required": [
9599
9723
  "ImageUri"
@@ -9601,43 +9725,43 @@
9601
9725
  "members": {
9602
9726
  "ImageUri": {},
9603
9727
  "ContainerEntrypoint": {
9604
- "shape": "S6e"
9728
+ "shape": "S6r"
9605
9729
  },
9606
9730
  "ContainerArguments": {
9607
- "shape": "S6g"
9731
+ "shape": "S6t"
9608
9732
  },
9609
9733
  "RecordPreprocessorSourceUri": {},
9610
9734
  "PostAnalyticsProcessorSourceUri": {},
9611
9735
  "Environment": {
9612
- "shape": "S6i"
9736
+ "shape": "S6v"
9613
9737
  }
9614
9738
  }
9615
9739
  },
9616
- "S6e": {
9740
+ "S6r": {
9617
9741
  "type": "list",
9618
9742
  "member": {}
9619
9743
  },
9620
- "S6g": {
9744
+ "S6t": {
9621
9745
  "type": "list",
9622
9746
  "member": {}
9623
9747
  },
9624
- "S6i": {
9748
+ "S6v": {
9625
9749
  "type": "map",
9626
9750
  "key": {},
9627
9751
  "value": {}
9628
9752
  },
9629
- "S6l": {
9753
+ "S6y": {
9630
9754
  "type": "structure",
9631
9755
  "required": [
9632
9756
  "EndpointInput"
9633
9757
  ],
9634
9758
  "members": {
9635
9759
  "EndpointInput": {
9636
- "shape": "S6m"
9760
+ "shape": "S6z"
9637
9761
  }
9638
9762
  }
9639
9763
  },
9640
- "S6m": {
9764
+ "S6z": {
9641
9765
  "type": "structure",
9642
9766
  "required": [
9643
9767
  "EndpointName",
@@ -9658,7 +9782,7 @@
9658
9782
  "EndTimeOffset": {}
9659
9783
  }
9660
9784
  },
9661
- "S6t": {
9785
+ "S75": {
9662
9786
  "type": "structure",
9663
9787
  "required": [
9664
9788
  "MonitoringOutputs"
@@ -9690,7 +9814,7 @@
9690
9814
  "KmsKeyId": {}
9691
9815
  }
9692
9816
  },
9693
- "S6z": {
9817
+ "S7b": {
9694
9818
  "type": "structure",
9695
9819
  "required": [
9696
9820
  "ClusterConfig"
@@ -9716,7 +9840,7 @@
9716
9840
  }
9717
9841
  }
9718
9842
  },
9719
- "S74": {
9843
+ "S7g": {
9720
9844
  "type": "structure",
9721
9845
  "members": {
9722
9846
  "EnableInterContainerTrafficEncryption": {
@@ -9726,11 +9850,11 @@
9726
9850
  "type": "boolean"
9727
9851
  },
9728
9852
  "VpcConfig": {
9729
- "shape": "S51"
9853
+ "shape": "S5e"
9730
9854
  }
9731
9855
  }
9732
9856
  },
9733
- "S75": {
9857
+ "S7h": {
9734
9858
  "type": "structure",
9735
9859
  "required": [
9736
9860
  "MaxRuntimeInSeconds"
@@ -9741,7 +9865,7 @@
9741
9865
  }
9742
9866
  }
9743
9867
  },
9744
- "S7b": {
9868
+ "S7n": {
9745
9869
  "type": "structure",
9746
9870
  "required": [
9747
9871
  "S3OutputLocation"
@@ -9753,12 +9877,12 @@
9753
9877
  "PresetDeploymentConfig": {}
9754
9878
  }
9755
9879
  },
9756
- "S7h": {
9880
+ "S7t": {
9757
9881
  "type": "structure",
9758
9882
  "members": {
9759
9883
  "ExecutionRole": {},
9760
9884
  "SecurityGroups": {
9761
- "shape": "S7i"
9885
+ "shape": "S7u"
9762
9886
  },
9763
9887
  "SharingSettings": {
9764
9888
  "type": "structure",
@@ -9772,10 +9896,10 @@
9772
9896
  "type": "structure",
9773
9897
  "members": {
9774
9898
  "DefaultResourceSpec": {
9775
- "shape": "S3s"
9899
+ "shape": "S45"
9776
9900
  },
9777
9901
  "LifecycleConfigArns": {
9778
- "shape": "S7m"
9902
+ "shape": "S7y"
9779
9903
  }
9780
9904
  }
9781
9905
  },
@@ -9783,7 +9907,7 @@
9783
9907
  "type": "structure",
9784
9908
  "members": {
9785
9909
  "DefaultResourceSpec": {
9786
- "shape": "S3s"
9910
+ "shape": "S45"
9787
9911
  },
9788
9912
  "CustomImages": {
9789
9913
  "type": "list",
@@ -9803,7 +9927,7 @@
9803
9927
  }
9804
9928
  },
9805
9929
  "LifecycleConfigArns": {
9806
- "shape": "S7m"
9930
+ "shape": "S7y"
9807
9931
  }
9808
9932
  }
9809
9933
  },
@@ -9811,21 +9935,21 @@
9811
9935
  "type": "structure",
9812
9936
  "members": {
9813
9937
  "DefaultResourceSpec": {
9814
- "shape": "S3s"
9938
+ "shape": "S45"
9815
9939
  }
9816
9940
  }
9817
9941
  }
9818
9942
  }
9819
9943
  },
9820
- "S7i": {
9944
+ "S7u": {
9821
9945
  "type": "list",
9822
9946
  "member": {}
9823
9947
  },
9824
- "S7m": {
9948
+ "S7y": {
9825
9949
  "type": "list",
9826
9950
  "member": {}
9827
9951
  },
9828
- "S85": {
9952
+ "S8h": {
9829
9953
  "type": "list",
9830
9954
  "member": {
9831
9955
  "type": "structure",
@@ -9859,7 +9983,7 @@
9859
9983
  }
9860
9984
  }
9861
9985
  },
9862
- "S8e": {
9986
+ "S8q": {
9863
9987
  "type": "structure",
9864
9988
  "required": [
9865
9989
  "InitialSamplingPercentage",
@@ -9902,7 +10026,7 @@
9902
10026
  }
9903
10027
  }
9904
10028
  },
9905
- "S8p": {
10029
+ "S91": {
9906
10030
  "type": "structure",
9907
10031
  "required": [
9908
10032
  "OutputConfig"
@@ -9935,7 +10059,7 @@
9935
10059
  }
9936
10060
  }
9937
10061
  },
9938
- "S93": {
10062
+ "S9f": {
9939
10063
  "type": "list",
9940
10064
  "member": {
9941
10065
  "type": "structure",
@@ -9945,7 +10069,7 @@
9945
10069
  }
9946
10070
  }
9947
10071
  },
9948
- "S96": {
10072
+ "S9i": {
9949
10073
  "type": "structure",
9950
10074
  "members": {
9951
10075
  "SecurityConfig": {
@@ -9959,7 +10083,7 @@
9959
10083
  }
9960
10084
  }
9961
10085
  },
9962
- "S98": {
10086
+ "S9k": {
9963
10087
  "type": "structure",
9964
10088
  "required": [
9965
10089
  "S3StorageConfig"
@@ -9994,7 +10118,7 @@
9994
10118
  }
9995
10119
  }
9996
10120
  },
9997
- "S9j": {
10121
+ "S9v": {
9998
10122
  "type": "structure",
9999
10123
  "required": [
10000
10124
  "AwsManagedHumanLoopRequestSource"
@@ -10003,7 +10127,7 @@
10003
10127
  "AwsManagedHumanLoopRequestSource": {}
10004
10128
  }
10005
10129
  },
10006
- "S9l": {
10130
+ "S9x": {
10007
10131
  "type": "structure",
10008
10132
  "required": [
10009
10133
  "HumanLoopActivationConditionsConfig"
@@ -10022,7 +10146,7 @@
10022
10146
  }
10023
10147
  }
10024
10148
  },
10025
- "S9o": {
10149
+ "Sa0": {
10026
10150
  "type": "structure",
10027
10151
  "required": [
10028
10152
  "WorkteamArn",
@@ -10050,11 +10174,11 @@
10050
10174
  "member": {}
10051
10175
  },
10052
10176
  "PublicWorkforceTaskPrice": {
10053
- "shape": "S9y"
10177
+ "shape": "Saa"
10054
10178
  }
10055
10179
  }
10056
10180
  },
10057
- "S9y": {
10181
+ "Saa": {
10058
10182
  "type": "structure",
10059
10183
  "members": {
10060
10184
  "AmountInUsd": {
@@ -10073,7 +10197,7 @@
10073
10197
  }
10074
10198
  }
10075
10199
  },
10076
- "Sa3": {
10200
+ "Saf": {
10077
10201
  "type": "structure",
10078
10202
  "required": [
10079
10203
  "S3OutputPath"
@@ -10083,7 +10207,7 @@
10083
10207
  "KmsKeyId": {}
10084
10208
  }
10085
10209
  },
10086
- "Sa8": {
10210
+ "Sak": {
10087
10211
  "type": "structure",
10088
10212
  "required": [
10089
10213
  "Content"
@@ -10092,7 +10216,7 @@
10092
10216
  "Content": {}
10093
10217
  }
10094
10218
  },
10095
- "Sad": {
10219
+ "Sap": {
10096
10220
  "type": "structure",
10097
10221
  "required": [
10098
10222
  "Strategy",
@@ -10101,13 +10225,13 @@
10101
10225
  "members": {
10102
10226
  "Strategy": {},
10103
10227
  "HyperParameterTuningJobObjective": {
10104
- "shape": "S1r"
10228
+ "shape": "S2j"
10105
10229
  },
10106
10230
  "ResourceLimits": {
10107
- "shape": "Saf"
10231
+ "shape": "Sar"
10108
10232
  },
10109
10233
  "ParameterRanges": {
10110
- "shape": "Sai"
10234
+ "shape": "Sau"
10111
10235
  },
10112
10236
  "TrainingJobEarlyStoppingType": {},
10113
10237
  "TuningJobCompletionCriteria": {
@@ -10123,7 +10247,7 @@
10123
10247
  }
10124
10248
  }
10125
10249
  },
10126
- "Saf": {
10250
+ "Sar": {
10127
10251
  "type": "structure",
10128
10252
  "required": [
10129
10253
  "MaxNumberOfTrainingJobs",
@@ -10138,7 +10262,7 @@
10138
10262
  }
10139
10263
  }
10140
10264
  },
10141
- "Sai": {
10265
+ "Sau": {
10142
10266
  "type": "structure",
10143
10267
  "members": {
10144
10268
  "IntegerParameterRanges": {
@@ -10186,14 +10310,14 @@
10186
10310
  "members": {
10187
10311
  "Name": {},
10188
10312
  "Values": {
10189
- "shape": "S18"
10313
+ "shape": "S22"
10190
10314
  }
10191
10315
  }
10192
10316
  }
10193
10317
  }
10194
10318
  }
10195
10319
  },
10196
- "Sau": {
10320
+ "Sb6": {
10197
10321
  "type": "structure",
10198
10322
  "required": [
10199
10323
  "AlgorithmSpecification",
@@ -10205,13 +10329,13 @@
10205
10329
  "members": {
10206
10330
  "DefinitionName": {},
10207
10331
  "TuningObjective": {
10208
- "shape": "S1r"
10332
+ "shape": "S2j"
10209
10333
  },
10210
10334
  "HyperParameterRanges": {
10211
- "shape": "Sai"
10335
+ "shape": "Sau"
10212
10336
  },
10213
10337
  "StaticHyperParameters": {
10214
- "shape": "S2d"
10338
+ "shape": "S2q"
10215
10339
  },
10216
10340
  "AlgorithmSpecification": {
10217
10341
  "type": "structure",
@@ -10223,25 +10347,25 @@
10223
10347
  "TrainingInputMode": {},
10224
10348
  "AlgorithmName": {},
10225
10349
  "MetricDefinitions": {
10226
- "shape": "S1d"
10350
+ "shape": "S27"
10227
10351
  }
10228
10352
  }
10229
10353
  },
10230
10354
  "RoleArn": {},
10231
10355
  "InputDataConfig": {
10232
- "shape": "S2f"
10356
+ "shape": "S2s"
10233
10357
  },
10234
10358
  "VpcConfig": {
10235
- "shape": "S51"
10359
+ "shape": "S5e"
10236
10360
  },
10237
10361
  "OutputDataConfig": {
10238
- "shape": "S2w"
10362
+ "shape": "S39"
10239
10363
  },
10240
10364
  "ResourceConfig": {
10241
- "shape": "S2y"
10365
+ "shape": "S3b"
10242
10366
  },
10243
10367
  "StoppingCondition": {
10244
- "shape": "S31"
10368
+ "shape": "S3e"
10245
10369
  },
10246
10370
  "EnableNetworkIsolation": {
10247
10371
  "type": "boolean"
@@ -10253,14 +10377,14 @@
10253
10377
  "type": "boolean"
10254
10378
  },
10255
10379
  "CheckpointConfig": {
10256
- "shape": "Saz"
10380
+ "shape": "Sbb"
10257
10381
  },
10258
10382
  "RetryStrategy": {
10259
- "shape": "Sb0"
10383
+ "shape": "Sbc"
10260
10384
  }
10261
10385
  }
10262
10386
  },
10263
- "Saz": {
10387
+ "Sbb": {
10264
10388
  "type": "structure",
10265
10389
  "required": [
10266
10390
  "S3Uri"
@@ -10270,7 +10394,7 @@
10270
10394
  "LocalPath": {}
10271
10395
  }
10272
10396
  },
10273
- "Sb0": {
10397
+ "Sbc": {
10274
10398
  "type": "structure",
10275
10399
  "required": [
10276
10400
  "MaximumRetryAttempts"
@@ -10281,13 +10405,13 @@
10281
10405
  }
10282
10406
  }
10283
10407
  },
10284
- "Sb2": {
10408
+ "Sbe": {
10285
10409
  "type": "list",
10286
10410
  "member": {
10287
- "shape": "Sau"
10411
+ "shape": "Sb6"
10288
10412
  }
10289
10413
  },
10290
- "Sb3": {
10414
+ "Sbf": {
10291
10415
  "type": "structure",
10292
10416
  "required": [
10293
10417
  "ParentHyperParameterTuningJobs",
@@ -10306,7 +10430,7 @@
10306
10430
  "WarmStartType": {}
10307
10431
  }
10308
10432
  },
10309
- "Sbk": {
10433
+ "Sbw": {
10310
10434
  "type": "structure",
10311
10435
  "required": [
10312
10436
  "DataSource"
@@ -10346,7 +10470,7 @@
10346
10470
  }
10347
10471
  }
10348
10472
  },
10349
- "Sbr": {
10473
+ "Sc3": {
10350
10474
  "type": "structure",
10351
10475
  "required": [
10352
10476
  "S3OutputPath"
@@ -10357,7 +10481,7 @@
10357
10481
  "SnsTopicArn": {}
10358
10482
  }
10359
10483
  },
10360
- "Sbs": {
10484
+ "Sc4": {
10361
10485
  "type": "structure",
10362
10486
  "members": {
10363
10487
  "MaxHumanLabeledObjectCount": {
@@ -10368,7 +10492,7 @@
10368
10492
  }
10369
10493
  }
10370
10494
  },
10371
- "Sbv": {
10495
+ "Sc7": {
10372
10496
  "type": "structure",
10373
10497
  "required": [
10374
10498
  "LabelingJobAlgorithmSpecificationArn"
@@ -10384,7 +10508,7 @@
10384
10508
  }
10385
10509
  }
10386
10510
  },
10387
- "Sbz": {
10511
+ "Scb": {
10388
10512
  "type": "structure",
10389
10513
  "required": [
10390
10514
  "WorkteamArn",
@@ -10434,11 +10558,11 @@
10434
10558
  }
10435
10559
  },
10436
10560
  "PublicWorkforceTaskPrice": {
10437
- "shape": "S9y"
10561
+ "shape": "Saa"
10438
10562
  }
10439
10563
  }
10440
10564
  },
10441
- "Sce": {
10565
+ "Scq": {
10442
10566
  "type": "structure",
10443
10567
  "members": {
10444
10568
  "ContainerHostname": {},
@@ -10464,7 +10588,7 @@
10464
10588
  "Mode": {},
10465
10589
  "ModelDataUrl": {},
10466
10590
  "Environment": {
10467
- "shape": "S1z"
10591
+ "shape": "Sz"
10468
10592
  },
10469
10593
  "ModelPackageName": {},
10470
10594
  "MultiModelConfig": {
@@ -10475,13 +10599,13 @@
10475
10599
  }
10476
10600
  }
10477
10601
  },
10478
- "Scn": {
10602
+ "Scz": {
10479
10603
  "type": "list",
10480
10604
  "member": {
10481
- "shape": "Sce"
10605
+ "shape": "Scq"
10482
10606
  }
10483
10607
  },
10484
- "Sco": {
10608
+ "Sd0": {
10485
10609
  "type": "structure",
10486
10610
  "required": [
10487
10611
  "Mode"
@@ -10490,16 +10614,16 @@
10490
10614
  "Mode": {}
10491
10615
  }
10492
10616
  },
10493
- "Scs": {
10617
+ "Sd4": {
10494
10618
  "type": "structure",
10495
10619
  "members": {
10496
10620
  "BaseliningJobName": {},
10497
10621
  "ConstraintsResource": {
10498
- "shape": "S6a"
10622
+ "shape": "S6n"
10499
10623
  }
10500
10624
  }
10501
10625
  },
10502
- "Sct": {
10626
+ "Sd5": {
10503
10627
  "type": "structure",
10504
10628
  "required": [
10505
10629
  "ImageUri",
@@ -10509,11 +10633,11 @@
10509
10633
  "ImageUri": {},
10510
10634
  "ConfigUri": {},
10511
10635
  "Environment": {
10512
- "shape": "S6i"
10636
+ "shape": "S6v"
10513
10637
  }
10514
10638
  }
10515
10639
  },
10516
- "Scu": {
10640
+ "Sd6": {
10517
10641
  "type": "structure",
10518
10642
  "required": [
10519
10643
  "EndpointInput",
@@ -10521,29 +10645,29 @@
10521
10645
  ],
10522
10646
  "members": {
10523
10647
  "EndpointInput": {
10524
- "shape": "S6m"
10648
+ "shape": "S6z"
10525
10649
  },
10526
10650
  "GroundTruthS3Input": {
10527
- "shape": "Scv"
10651
+ "shape": "Sd7"
10528
10652
  }
10529
10653
  }
10530
10654
  },
10531
- "Scv": {
10655
+ "Sd7": {
10532
10656
  "type": "structure",
10533
10657
  "members": {
10534
10658
  "S3Uri": {}
10535
10659
  }
10536
10660
  },
10537
- "Scy": {
10661
+ "Sda": {
10538
10662
  "type": "structure",
10539
10663
  "members": {
10540
10664
  "BaseliningJobName": {},
10541
10665
  "ConstraintsResource": {
10542
- "shape": "S6a"
10666
+ "shape": "S6n"
10543
10667
  }
10544
10668
  }
10545
10669
  },
10546
- "Scz": {
10670
+ "Sdb": {
10547
10671
  "type": "structure",
10548
10672
  "required": [
10549
10673
  "ImageUri",
@@ -10553,22 +10677,22 @@
10553
10677
  "ImageUri": {},
10554
10678
  "ConfigUri": {},
10555
10679
  "Environment": {
10556
- "shape": "S6i"
10680
+ "shape": "S6v"
10557
10681
  }
10558
10682
  }
10559
10683
  },
10560
- "Sd0": {
10684
+ "Sdc": {
10561
10685
  "type": "structure",
10562
10686
  "required": [
10563
10687
  "EndpointInput"
10564
10688
  ],
10565
10689
  "members": {
10566
10690
  "EndpointInput": {
10567
- "shape": "S6m"
10691
+ "shape": "S6z"
10568
10692
  }
10569
10693
  }
10570
10694
  },
10571
- "Sd3": {
10695
+ "Sdf": {
10572
10696
  "type": "structure",
10573
10697
  "required": [
10574
10698
  "ValidationRole",
@@ -10587,14 +10711,14 @@
10587
10711
  "members": {
10588
10712
  "ProfileName": {},
10589
10713
  "TransformJobDefinition": {
10590
- "shape": "S34"
10714
+ "shape": "S3h"
10591
10715
  }
10592
10716
  }
10593
10717
  }
10594
10718
  }
10595
10719
  }
10596
10720
  },
10597
- "Sd6": {
10721
+ "Sdi": {
10598
10722
  "type": "structure",
10599
10723
  "required": [
10600
10724
  "SourceAlgorithms"
@@ -10615,17 +10739,17 @@
10615
10739
  }
10616
10740
  }
10617
10741
  },
10618
- "Sda": {
10742
+ "Sdl": {
10619
10743
  "type": "structure",
10620
10744
  "members": {
10621
10745
  "ModelQuality": {
10622
10746
  "type": "structure",
10623
10747
  "members": {
10624
10748
  "Statistics": {
10625
- "shape": "Sdc"
10749
+ "shape": "Sdn"
10626
10750
  },
10627
10751
  "Constraints": {
10628
- "shape": "Sdc"
10752
+ "shape": "Sdn"
10629
10753
  }
10630
10754
  }
10631
10755
  },
@@ -10633,10 +10757,10 @@
10633
10757
  "type": "structure",
10634
10758
  "members": {
10635
10759
  "Statistics": {
10636
- "shape": "Sdc"
10760
+ "shape": "Sdn"
10637
10761
  },
10638
10762
  "Constraints": {
10639
- "shape": "Sdc"
10763
+ "shape": "Sdn"
10640
10764
  }
10641
10765
  }
10642
10766
  },
@@ -10644,7 +10768,7 @@
10644
10768
  "type": "structure",
10645
10769
  "members": {
10646
10770
  "Report": {
10647
- "shape": "Sdc"
10771
+ "shape": "Sdn"
10648
10772
  }
10649
10773
  }
10650
10774
  },
@@ -10652,13 +10776,13 @@
10652
10776
  "type": "structure",
10653
10777
  "members": {
10654
10778
  "Report": {
10655
- "shape": "Sdc"
10779
+ "shape": "Sdn"
10656
10780
  }
10657
10781
  }
10658
10782
  }
10659
10783
  }
10660
10784
  },
10661
- "Sdc": {
10785
+ "Sdn": {
10662
10786
  "type": "structure",
10663
10787
  "required": [
10664
10788
  "ContentType",
@@ -10670,16 +10794,21 @@
10670
10794
  "S3Uri": {}
10671
10795
  }
10672
10796
  },
10673
- "Sdn": {
10797
+ "Sds": {
10798
+ "type": "map",
10799
+ "key": {},
10800
+ "value": {}
10801
+ },
10802
+ "Se0": {
10674
10803
  "type": "structure",
10675
10804
  "members": {
10676
10805
  "BaseliningJobName": {},
10677
10806
  "ConstraintsResource": {
10678
- "shape": "S6a"
10807
+ "shape": "S6n"
10679
10808
  }
10680
10809
  }
10681
10810
  },
10682
- "Sdo": {
10811
+ "Se1": {
10683
10812
  "type": "structure",
10684
10813
  "required": [
10685
10814
  "ImageUri"
@@ -10687,20 +10816,20 @@
10687
10816
  "members": {
10688
10817
  "ImageUri": {},
10689
10818
  "ContainerEntrypoint": {
10690
- "shape": "S6e"
10819
+ "shape": "S6r"
10691
10820
  },
10692
10821
  "ContainerArguments": {
10693
- "shape": "S6g"
10822
+ "shape": "S6t"
10694
10823
  },
10695
10824
  "RecordPreprocessorSourceUri": {},
10696
10825
  "PostAnalyticsProcessorSourceUri": {},
10697
10826
  "ProblemType": {},
10698
10827
  "Environment": {
10699
- "shape": "S6i"
10828
+ "shape": "S6v"
10700
10829
  }
10701
10830
  }
10702
10831
  },
10703
- "Sdq": {
10832
+ "Se3": {
10704
10833
  "type": "structure",
10705
10834
  "required": [
10706
10835
  "EndpointInput",
@@ -10708,14 +10837,14 @@
10708
10837
  ],
10709
10838
  "members": {
10710
10839
  "EndpointInput": {
10711
- "shape": "S6m"
10840
+ "shape": "S6z"
10712
10841
  },
10713
10842
  "GroundTruthS3Input": {
10714
- "shape": "Scv"
10843
+ "shape": "Sd7"
10715
10844
  }
10716
10845
  }
10717
10846
  },
10718
- "Sdu": {
10847
+ "Se7": {
10719
10848
  "type": "structure",
10720
10849
  "members": {
10721
10850
  "ScheduleConfig": {
@@ -10742,10 +10871,10 @@
10742
10871
  "members": {
10743
10872
  "BaseliningJobName": {},
10744
10873
  "ConstraintsResource": {
10745
- "shape": "S6a"
10874
+ "shape": "S6n"
10746
10875
  },
10747
10876
  "StatisticsResource": {
10748
- "shape": "S6b"
10877
+ "shape": "S6o"
10749
10878
  }
10750
10879
  }
10751
10880
  },
@@ -10758,16 +10887,16 @@
10758
10887
  ],
10759
10888
  "members": {
10760
10889
  "EndpointInput": {
10761
- "shape": "S6m"
10890
+ "shape": "S6z"
10762
10891
  }
10763
10892
  }
10764
10893
  }
10765
10894
  },
10766
10895
  "MonitoringOutputConfig": {
10767
- "shape": "S6t"
10896
+ "shape": "S75"
10768
10897
  },
10769
10898
  "MonitoringResources": {
10770
- "shape": "S6z"
10899
+ "shape": "S7b"
10771
10900
  },
10772
10901
  "MonitoringAppSpecification": {
10773
10902
  "type": "structure",
@@ -10777,23 +10906,23 @@
10777
10906
  "members": {
10778
10907
  "ImageUri": {},
10779
10908
  "ContainerEntrypoint": {
10780
- "shape": "S6e"
10909
+ "shape": "S6r"
10781
10910
  },
10782
10911
  "ContainerArguments": {
10783
- "shape": "S6g"
10912
+ "shape": "S6t"
10784
10913
  },
10785
10914
  "RecordPreprocessorSourceUri": {},
10786
10915
  "PostAnalyticsProcessorSourceUri": {}
10787
10916
  }
10788
10917
  },
10789
10918
  "StoppingCondition": {
10790
- "shape": "S75"
10919
+ "shape": "S7h"
10791
10920
  },
10792
10921
  "Environment": {
10793
- "shape": "S6i"
10922
+ "shape": "S6v"
10794
10923
  },
10795
10924
  "NetworkConfig": {
10796
- "shape": "Se2"
10925
+ "shape": "Sef"
10797
10926
  },
10798
10927
  "RoleArn": {}
10799
10928
  }
@@ -10802,7 +10931,7 @@
10802
10931
  "MonitoringType": {}
10803
10932
  }
10804
10933
  },
10805
- "Se2": {
10934
+ "Sef": {
10806
10935
  "type": "structure",
10807
10936
  "members": {
10808
10937
  "EnableInterContainerTrafficEncryption": {
@@ -10812,19 +10941,19 @@
10812
10941
  "type": "boolean"
10813
10942
  },
10814
10943
  "VpcConfig": {
10815
- "shape": "S51"
10944
+ "shape": "S5e"
10816
10945
  }
10817
10946
  }
10818
10947
  },
10819
- "Sec": {
10948
+ "Sep": {
10820
10949
  "type": "list",
10821
10950
  "member": {}
10822
10951
  },
10823
- "Sef": {
10952
+ "Ses": {
10824
10953
  "type": "list",
10825
10954
  "member": {}
10826
10955
  },
10827
- "Sel": {
10956
+ "Sey": {
10828
10957
  "type": "list",
10829
10958
  "member": {
10830
10959
  "type": "structure",
@@ -10833,7 +10962,7 @@
10833
10962
  }
10834
10963
  }
10835
10964
  },
10836
- "Sf6": {
10965
+ "Sfj": {
10837
10966
  "type": "list",
10838
10967
  "member": {
10839
10968
  "type": "structure",
@@ -10914,7 +11043,7 @@
10914
11043
  }
10915
11044
  }
10916
11045
  },
10917
- "Sft": {
11046
+ "Sg6": {
10918
11047
  "type": "structure",
10919
11048
  "required": [
10920
11049
  "Outputs"
@@ -10960,7 +11089,7 @@
10960
11089
  "KmsKeyId": {}
10961
11090
  }
10962
11091
  },
10963
- "Sfy": {
11092
+ "Sgb": {
10964
11093
  "type": "structure",
10965
11094
  "required": [
10966
11095
  "ClusterConfig"
@@ -10986,7 +11115,7 @@
10986
11115
  }
10987
11116
  }
10988
11117
  },
10989
- "Sg0": {
11118
+ "Sgd": {
10990
11119
  "type": "structure",
10991
11120
  "required": [
10992
11121
  "MaxRuntimeInSeconds"
@@ -10997,7 +11126,7 @@
10997
11126
  }
10998
11127
  }
10999
11128
  },
11000
- "Sg2": {
11129
+ "Sgf": {
11001
11130
  "type": "structure",
11002
11131
  "required": [
11003
11132
  "ImageUri"
@@ -11005,7 +11134,7 @@
11005
11134
  "members": {
11006
11135
  "ImageUri": {},
11007
11136
  "ContainerEntrypoint": {
11008
- "shape": "S6e"
11137
+ "shape": "S6r"
11009
11138
  },
11010
11139
  "ContainerArguments": {
11011
11140
  "type": "list",
@@ -11013,12 +11142,12 @@
11013
11142
  }
11014
11143
  }
11015
11144
  },
11016
- "Sg4": {
11145
+ "Sgh": {
11017
11146
  "type": "map",
11018
11147
  "key": {},
11019
11148
  "value": {}
11020
11149
  },
11021
- "Sg5": {
11150
+ "Sgi": {
11022
11151
  "type": "structure",
11023
11152
  "members": {
11024
11153
  "ExperimentName": {},
@@ -11026,7 +11155,7 @@
11026
11155
  "TrialComponentDisplayName": {}
11027
11156
  }
11028
11157
  },
11029
- "Sga": {
11158
+ "Sgn": {
11030
11159
  "type": "structure",
11031
11160
  "required": [
11032
11161
  "ProductId"
@@ -11036,18 +11165,21 @@
11036
11165
  "ProvisioningArtifactId": {},
11037
11166
  "PathId": {},
11038
11167
  "ProvisioningParameters": {
11039
- "type": "list",
11040
- "member": {
11041
- "type": "structure",
11042
- "members": {
11043
- "Key": {},
11044
- "Value": {}
11045
- }
11046
- }
11168
+ "shape": "Sgp"
11047
11169
  }
11048
11170
  }
11049
11171
  },
11050
- "Sgq": {
11172
+ "Sgp": {
11173
+ "type": "list",
11174
+ "member": {
11175
+ "type": "structure",
11176
+ "members": {
11177
+ "Key": {},
11178
+ "Value": {}
11179
+ }
11180
+ }
11181
+ },
11182
+ "Sh3": {
11051
11183
  "type": "structure",
11052
11184
  "required": [
11053
11185
  "TrainingInputMode"
@@ -11057,14 +11189,14 @@
11057
11189
  "AlgorithmName": {},
11058
11190
  "TrainingInputMode": {},
11059
11191
  "MetricDefinitions": {
11060
- "shape": "S1d"
11192
+ "shape": "S27"
11061
11193
  },
11062
11194
  "EnableSageMakerMetricsTimeSeries": {
11063
11195
  "type": "boolean"
11064
11196
  }
11065
11197
  }
11066
11198
  },
11067
- "Sgr": {
11199
+ "Sh4": {
11068
11200
  "type": "structure",
11069
11201
  "required": [
11070
11202
  "S3OutputPath"
@@ -11093,7 +11225,7 @@
11093
11225
  }
11094
11226
  }
11095
11227
  },
11096
- "Sgz": {
11228
+ "Shc": {
11097
11229
  "type": "list",
11098
11230
  "member": {
11099
11231
  "type": "structure",
@@ -11111,17 +11243,17 @@
11111
11243
  "type": "integer"
11112
11244
  },
11113
11245
  "RuleParameters": {
11114
- "shape": "Sh3"
11246
+ "shape": "Shg"
11115
11247
  }
11116
11248
  }
11117
11249
  }
11118
11250
  },
11119
- "Sh3": {
11251
+ "Shg": {
11120
11252
  "type": "map",
11121
11253
  "key": {},
11122
11254
  "value": {}
11123
11255
  },
11124
- "Sh4": {
11256
+ "Shh": {
11125
11257
  "type": "structure",
11126
11258
  "required": [
11127
11259
  "S3OutputPath"
@@ -11131,7 +11263,7 @@
11131
11263
  "S3OutputPath": {}
11132
11264
  }
11133
11265
  },
11134
- "Sh5": {
11266
+ "Shi": {
11135
11267
  "type": "structure",
11136
11268
  "required": [
11137
11269
  "S3OutputPath"
@@ -11142,16 +11274,16 @@
11142
11274
  "type": "long"
11143
11275
  },
11144
11276
  "ProfilingParameters": {
11145
- "shape": "Sh7"
11277
+ "shape": "Shk"
11146
11278
  }
11147
11279
  }
11148
11280
  },
11149
- "Sh7": {
11281
+ "Shk": {
11150
11282
  "type": "map",
11151
11283
  "key": {},
11152
11284
  "value": {}
11153
11285
  },
11154
- "Sh8": {
11286
+ "Shl": {
11155
11287
  "type": "list",
11156
11288
  "member": {
11157
11289
  "type": "structure",
@@ -11169,17 +11301,17 @@
11169
11301
  "type": "integer"
11170
11302
  },
11171
11303
  "RuleParameters": {
11172
- "shape": "Sh3"
11304
+ "shape": "Shg"
11173
11305
  }
11174
11306
  }
11175
11307
  }
11176
11308
  },
11177
- "Sha": {
11309
+ "Shn": {
11178
11310
  "type": "map",
11179
11311
  "key": {},
11180
11312
  "value": {}
11181
11313
  },
11182
- "Shh": {
11314
+ "Shu": {
11183
11315
  "type": "structure",
11184
11316
  "members": {
11185
11317
  "InvocationsTimeoutInSeconds": {
@@ -11190,7 +11322,7 @@
11190
11322
  }
11191
11323
  }
11192
11324
  },
11193
- "Shk": {
11325
+ "Shx": {
11194
11326
  "type": "structure",
11195
11327
  "members": {
11196
11328
  "InputFilter": {},
@@ -11198,14 +11330,14 @@
11198
11330
  "JoinSource": {}
11199
11331
  }
11200
11332
  },
11201
- "Shs": {
11333
+ "Si5": {
11202
11334
  "type": "structure",
11203
11335
  "members": {
11204
11336
  "PrimaryStatus": {},
11205
11337
  "Message": {}
11206
11338
  }
11207
11339
  },
11208
- "Shw": {
11340
+ "Si9": {
11209
11341
  "type": "map",
11210
11342
  "key": {},
11211
11343
  "value": {
@@ -11218,7 +11350,7 @@
11218
11350
  }
11219
11351
  }
11220
11352
  },
11221
- "Si0": {
11353
+ "Sid": {
11222
11354
  "type": "map",
11223
11355
  "key": {},
11224
11356
  "value": {
@@ -11232,7 +11364,7 @@
11232
11364
  }
11233
11365
  }
11234
11366
  },
11235
- "Sib": {
11367
+ "Sio": {
11236
11368
  "type": "structure",
11237
11369
  "required": [
11238
11370
  "UserPool",
@@ -11243,7 +11375,7 @@
11243
11375
  "ClientId": {}
11244
11376
  }
11245
11377
  },
11246
- "Sie": {
11378
+ "Sir": {
11247
11379
  "type": "structure",
11248
11380
  "required": [
11249
11381
  "ClientId",
@@ -11269,7 +11401,7 @@
11269
11401
  "JwksUri": {}
11270
11402
  }
11271
11403
  },
11272
- "Sih": {
11404
+ "Siu": {
11273
11405
  "type": "structure",
11274
11406
  "required": [
11275
11407
  "Cidrs"
@@ -11281,7 +11413,7 @@
11281
11413
  }
11282
11414
  }
11283
11415
  },
11284
- "Sip": {
11416
+ "Sj2": {
11285
11417
  "type": "list",
11286
11418
  "member": {
11287
11419
  "type": "structure",
@@ -11314,13 +11446,13 @@
11314
11446
  }
11315
11447
  }
11316
11448
  },
11317
- "Six": {
11449
+ "Sja": {
11318
11450
  "type": "structure",
11319
11451
  "members": {
11320
11452
  "NotificationTopicArn": {}
11321
11453
  }
11322
11454
  },
11323
- "Skq": {
11455
+ "Sl3": {
11324
11456
  "type": "structure",
11325
11457
  "members": {
11326
11458
  "UserProfileArn": {},
@@ -11328,7 +11460,7 @@
11328
11460
  "DomainId": {}
11329
11461
  }
11330
11462
  },
11331
- "Skw": {
11463
+ "Sl8": {
11332
11464
  "type": "list",
11333
11465
  "member": {
11334
11466
  "type": "structure",
@@ -11343,7 +11475,7 @@
11343
11475
  }
11344
11476
  }
11345
11477
  },
11346
- "Sla": {
11478
+ "Slm": {
11347
11479
  "type": "list",
11348
11480
  "member": {
11349
11481
  "type": "structure",
@@ -11352,7 +11484,7 @@
11352
11484
  }
11353
11485
  }
11354
11486
  },
11355
- "Slc": {
11487
+ "Slo": {
11356
11488
  "type": "structure",
11357
11489
  "required": [
11358
11490
  "CandidateName",
@@ -11408,7 +11540,7 @@
11408
11540
  "Image": {},
11409
11541
  "ModelDataUrl": {},
11410
11542
  "Environment": {
11411
- "shape": "S1z"
11543
+ "shape": "Sz"
11412
11544
  }
11413
11545
  }
11414
11546
  }
@@ -11452,7 +11584,7 @@
11452
11584
  }
11453
11585
  }
11454
11586
  },
11455
- "Smb": {
11587
+ "Smn": {
11456
11588
  "type": "structure",
11457
11589
  "required": [
11458
11590
  "S3ModelArtifacts"
@@ -11461,7 +11593,7 @@
11461
11593
  "S3ModelArtifacts": {}
11462
11594
  }
11463
11595
  },
11464
- "Sn8": {
11596
+ "Snk": {
11465
11597
  "type": "list",
11466
11598
  "member": {
11467
11599
  "type": "structure",
@@ -11498,7 +11630,7 @@
11498
11630
  }
11499
11631
  }
11500
11632
  },
11501
- "Snd": {
11633
+ "Snp": {
11502
11634
  "type": "structure",
11503
11635
  "required": [
11504
11636
  "EnableCapture",
@@ -11519,7 +11651,7 @@
11519
11651
  "KmsKeyId": {}
11520
11652
  }
11521
11653
  },
11522
- "Sng": {
11654
+ "Sns": {
11523
11655
  "type": "structure",
11524
11656
  "required": [
11525
11657
  "BlueGreenUpdatePolicy"
@@ -11581,7 +11713,7 @@
11581
11713
  }
11582
11714
  }
11583
11715
  },
11584
- "Sny": {
11716
+ "Soa": {
11585
11717
  "type": "structure",
11586
11718
  "required": [
11587
11719
  "SourceArn"
@@ -11591,7 +11723,7 @@
11591
11723
  "SourceType": {}
11592
11724
  }
11593
11725
  },
11594
- "So4": {
11726
+ "Sog": {
11595
11727
  "type": "structure",
11596
11728
  "required": [
11597
11729
  "Status"
@@ -11601,7 +11733,7 @@
11601
11733
  "BlockedReason": {}
11602
11734
  }
11603
11735
  },
11604
- "Soj": {
11736
+ "Sov": {
11605
11737
  "type": "structure",
11606
11738
  "members": {
11607
11739
  "Completed": {
@@ -11621,7 +11753,7 @@
11621
11753
  }
11622
11754
  }
11623
11755
  },
11624
- "Sol": {
11756
+ "Sox": {
11625
11757
  "type": "structure",
11626
11758
  "members": {
11627
11759
  "Succeeded": {
@@ -11635,7 +11767,7 @@
11635
11767
  }
11636
11768
  }
11637
11769
  },
11638
- "Son": {
11770
+ "Soz": {
11639
11771
  "type": "structure",
11640
11772
  "required": [
11641
11773
  "TrainingJobName",
@@ -11660,7 +11792,7 @@
11660
11792
  },
11661
11793
  "TrainingJobStatus": {},
11662
11794
  "TunedHyperParameters": {
11663
- "shape": "S2d"
11795
+ "shape": "S2q"
11664
11796
  },
11665
11797
  "FailureReason": {},
11666
11798
  "FinalHyperParameterTuningJobObjectiveMetric": {
@@ -11680,7 +11812,7 @@
11680
11812
  "ObjectiveStatus": {}
11681
11813
  }
11682
11814
  },
11683
- "Sp0": {
11815
+ "Spc": {
11684
11816
  "type": "structure",
11685
11817
  "members": {
11686
11818
  "TotalLabeled": {
@@ -11700,7 +11832,7 @@
11700
11832
  }
11701
11833
  }
11702
11834
  },
11703
- "Sp3": {
11835
+ "Spf": {
11704
11836
  "type": "structure",
11705
11837
  "required": [
11706
11838
  "OutputDatasetS3Uri"
@@ -11710,21 +11842,21 @@
11710
11842
  "FinalActiveLearningModelArn": {}
11711
11843
  }
11712
11844
  },
11713
- "Spe": {
11845
+ "Spo": {
11714
11846
  "type": "structure",
11715
11847
  "required": [
11716
11848
  "ValidationStatuses"
11717
11849
  ],
11718
11850
  "members": {
11719
11851
  "ValidationStatuses": {
11720
- "shape": "Spf"
11852
+ "shape": "Spp"
11721
11853
  },
11722
11854
  "ImageScanStatuses": {
11723
- "shape": "Spf"
11855
+ "shape": "Spp"
11724
11856
  }
11725
11857
  }
11726
11858
  },
11727
- "Spf": {
11859
+ "Spp": {
11728
11860
  "type": "list",
11729
11861
  "member": {
11730
11862
  "type": "structure",
@@ -11739,7 +11871,7 @@
11739
11871
  }
11740
11872
  }
11741
11873
  },
11742
- "Spr": {
11874
+ "Sq1": {
11743
11875
  "type": "structure",
11744
11876
  "required": [
11745
11877
  "MonitoringScheduleName",
@@ -11767,21 +11899,21 @@
11767
11899
  "MonitoringType": {}
11768
11900
  }
11769
11901
  },
11770
- "Sqa": {
11902
+ "Sqk": {
11771
11903
  "type": "structure",
11772
11904
  "members": {
11773
11905
  "ExperimentName": {},
11774
11906
  "TrialName": {}
11775
11907
  }
11776
11908
  },
11777
- "Sqi": {
11909
+ "Sqs": {
11778
11910
  "type": "structure",
11779
11911
  "members": {
11780
11912
  "ProvisionedProductId": {},
11781
11913
  "ProvisionedProductStatusMessage": {}
11782
11914
  }
11783
11915
  },
11784
- "Sqp": {
11916
+ "Sqz": {
11785
11917
  "type": "structure",
11786
11918
  "required": [
11787
11919
  "WorkteamArn"
@@ -11794,7 +11926,7 @@
11794
11926
  "ListingId": {}
11795
11927
  }
11796
11928
  },
11797
- "Sqt": {
11929
+ "Sr3": {
11798
11930
  "type": "list",
11799
11931
  "member": {
11800
11932
  "type": "structure",
@@ -11814,7 +11946,7 @@
11814
11946
  }
11815
11947
  }
11816
11948
  },
11817
- "Sqw": {
11949
+ "Sr6": {
11818
11950
  "type": "list",
11819
11951
  "member": {
11820
11952
  "type": "structure",
@@ -11829,7 +11961,7 @@
11829
11961
  }
11830
11962
  }
11831
11963
  },
11832
- "Sr0": {
11964
+ "Sra": {
11833
11965
  "type": "list",
11834
11966
  "member": {
11835
11967
  "type": "structure",
@@ -11844,7 +11976,7 @@
11844
11976
  }
11845
11977
  }
11846
11978
  },
11847
- "Src": {
11979
+ "Srm": {
11848
11980
  "type": "structure",
11849
11981
  "required": [
11850
11982
  "SourceArn"
@@ -11854,7 +11986,7 @@
11854
11986
  "SourceType": {}
11855
11987
  }
11856
11988
  },
11857
- "Srg": {
11989
+ "Srq": {
11858
11990
  "type": "structure",
11859
11991
  "required": [
11860
11992
  "SourceArn"
@@ -11864,7 +11996,7 @@
11864
11996
  "SourceType": {}
11865
11997
  }
11866
11998
  },
11867
- "Sri": {
11999
+ "Srs": {
11868
12000
  "type": "list",
11869
12001
  "member": {
11870
12002
  "type": "structure",
@@ -11895,7 +12027,7 @@
11895
12027
  }
11896
12028
  }
11897
12029
  },
11898
- "Srs": {
12030
+ "Ss2": {
11899
12031
  "type": "structure",
11900
12032
  "required": [
11901
12033
  "WorkforceName",
@@ -11908,11 +12040,11 @@
11908
12040
  "type": "timestamp"
11909
12041
  },
11910
12042
  "SourceIpConfig": {
11911
- "shape": "Sih"
12043
+ "shape": "Siu"
11912
12044
  },
11913
12045
  "SubDomain": {},
11914
12046
  "CognitoConfig": {
11915
- "shape": "Sib"
12047
+ "shape": "Sio"
11916
12048
  },
11917
12049
  "OidcConfig": {
11918
12050
  "type": "structure",
@@ -11931,7 +12063,7 @@
11931
12063
  }
11932
12064
  }
11933
12065
  },
11934
- "Srw": {
12066
+ "Ss6": {
11935
12067
  "type": "structure",
11936
12068
  "required": [
11937
12069
  "WorkteamName",
@@ -11942,7 +12074,7 @@
11942
12074
  "members": {
11943
12075
  "WorkteamName": {},
11944
12076
  "MemberDefinitions": {
11945
- "shape": "Sip"
12077
+ "shape": "Sj2"
11946
12078
  },
11947
12079
  "WorkteamArn": {},
11948
12080
  "WorkforceArn": {},
@@ -11959,11 +12091,11 @@
11959
12091
  "type": "timestamp"
11960
12092
  },
11961
12093
  "NotificationConfiguration": {
11962
- "shape": "Six"
12094
+ "shape": "Sja"
11963
12095
  }
11964
12096
  }
11965
12097
  },
11966
- "Sum": {
12098
+ "Suw": {
11967
12099
  "type": "list",
11968
12100
  "member": {
11969
12101
  "type": "structure",
@@ -11983,7 +12115,7 @@
11983
12115
  }
11984
12116
  }
11985
12117
  },
11986
- "Syw": {
12118
+ "Sz6": {
11987
12119
  "type": "list",
11988
12120
  "member": {
11989
12121
  "type": "structure",
@@ -11997,7 +12129,7 @@
11997
12129
  }
11998
12130
  }
11999
12131
  },
12000
- "Sz6": {
12132
+ "Szg": {
12001
12133
  "type": "list",
12002
12134
  "member": {
12003
12135
  "type": "structure",
@@ -12011,7 +12143,7 @@
12011
12143
  }
12012
12144
  }
12013
12145
  },
12014
- "S111": {
12146
+ "S11b": {
12015
12147
  "type": "list",
12016
12148
  "member": {
12017
12149
  "type": "structure",
@@ -12025,11 +12157,11 @@
12025
12157
  }
12026
12158
  }
12027
12159
  },
12028
- "S11c": {
12160
+ "S11m": {
12029
12161
  "type": "structure",
12030
12162
  "members": {
12031
12163
  "Filters": {
12032
- "shape": "S11d"
12164
+ "shape": "S11n"
12033
12165
  },
12034
12166
  "NestedFilters": {
12035
12167
  "type": "list",
@@ -12042,7 +12174,7 @@
12042
12174
  "members": {
12043
12175
  "NestedPropertyName": {},
12044
12176
  "Filters": {
12045
- "shape": "S11d"
12177
+ "shape": "S11n"
12046
12178
  }
12047
12179
  }
12048
12180
  }
@@ -12050,13 +12182,13 @@
12050
12182
  "SubExpressions": {
12051
12183
  "type": "list",
12052
12184
  "member": {
12053
- "shape": "S11c"
12185
+ "shape": "S11m"
12054
12186
  }
12055
12187
  },
12056
12188
  "Operator": {}
12057
12189
  }
12058
12190
  },
12059
- "S11d": {
12191
+ "S11n": {
12060
12192
  "type": "list",
12061
12193
  "member": {
12062
12194
  "type": "structure",
@@ -12070,7 +12202,7 @@
12070
12202
  }
12071
12203
  }
12072
12204
  },
12073
- "S11p": {
12205
+ "S11z": {
12074
12206
  "type": "structure",
12075
12207
  "members": {
12076
12208
  "TrainingJobName": {},
@@ -12079,32 +12211,32 @@
12079
12211
  "LabelingJobArn": {},
12080
12212
  "AutoMLJobArn": {},
12081
12213
  "ModelArtifacts": {
12082
- "shape": "Smb"
12214
+ "shape": "Smn"
12083
12215
  },
12084
12216
  "TrainingJobStatus": {},
12085
12217
  "SecondaryStatus": {},
12086
12218
  "FailureReason": {},
12087
12219
  "HyperParameters": {
12088
- "shape": "S2d"
12220
+ "shape": "S2q"
12089
12221
  },
12090
12222
  "AlgorithmSpecification": {
12091
- "shape": "Sgq"
12223
+ "shape": "Sh3"
12092
12224
  },
12093
12225
  "RoleArn": {},
12094
12226
  "InputDataConfig": {
12095
- "shape": "S2f"
12227
+ "shape": "S2s"
12096
12228
  },
12097
12229
  "OutputDataConfig": {
12098
- "shape": "S2w"
12230
+ "shape": "S39"
12099
12231
  },
12100
12232
  "ResourceConfig": {
12101
- "shape": "S2y"
12233
+ "shape": "S3b"
12102
12234
  },
12103
12235
  "VpcConfig": {
12104
- "shape": "S51"
12236
+ "shape": "S5e"
12105
12237
  },
12106
12238
  "StoppingCondition": {
12107
- "shape": "S31"
12239
+ "shape": "S3e"
12108
12240
  },
12109
12241
  "CreationTime": {
12110
12242
  "type": "timestamp"
@@ -12119,10 +12251,10 @@
12119
12251
  "type": "timestamp"
12120
12252
  },
12121
12253
  "SecondaryStatusTransitions": {
12122
- "shape": "Sqt"
12254
+ "shape": "Sr3"
12123
12255
  },
12124
12256
  "FinalMetricDataList": {
12125
- "shape": "Sqw"
12257
+ "shape": "Sr6"
12126
12258
  },
12127
12259
  "EnableNetworkIsolation": {
12128
12260
  "type": "boolean"
@@ -12134,7 +12266,7 @@
12134
12266
  "type": "boolean"
12135
12267
  },
12136
12268
  "CheckpointConfig": {
12137
- "shape": "Saz"
12269
+ "shape": "Sbb"
12138
12270
  },
12139
12271
  "TrainingTimeInSeconds": {
12140
12272
  "type": "integer"
@@ -12143,36 +12275,36 @@
12143
12275
  "type": "integer"
12144
12276
  },
12145
12277
  "DebugHookConfig": {
12146
- "shape": "Sgr"
12278
+ "shape": "Sh4"
12147
12279
  },
12148
12280
  "ExperimentConfig": {
12149
- "shape": "Sg5"
12281
+ "shape": "Sgi"
12150
12282
  },
12151
12283
  "DebugRuleConfigurations": {
12152
- "shape": "Sgz"
12284
+ "shape": "Shc"
12153
12285
  },
12154
12286
  "TensorBoardOutputConfig": {
12155
- "shape": "Sh4"
12287
+ "shape": "Shh"
12156
12288
  },
12157
12289
  "DebugRuleEvaluationStatuses": {
12158
- "shape": "Sr0"
12290
+ "shape": "Sra"
12159
12291
  },
12160
12292
  "Environment": {
12161
- "shape": "Sha"
12293
+ "shape": "Shn"
12162
12294
  },
12163
12295
  "RetryStrategy": {
12164
- "shape": "Sb0"
12296
+ "shape": "Sbc"
12165
12297
  },
12166
12298
  "Tags": {
12167
12299
  "shape": "S7"
12168
12300
  }
12169
12301
  }
12170
12302
  },
12171
- "S12u": {
12303
+ "S134": {
12172
12304
  "type": "list",
12173
12305
  "member": {}
12174
12306
  },
12175
- "S14b": {
12307
+ "S14p": {
12176
12308
  "type": "list",
12177
12309
  "member": {}
12178
12310
  }