cdk-comprehend-s3olap 2.0.87 → 2.0.90

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 (49) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +23 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
  9. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
  10. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
  12. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
  13. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
  15. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
  16. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +742 -687
  18. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
  19. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
  20. package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
  21. package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +48 -40
  23. package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
  24. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
  25. package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/identitystore.d.ts +34 -34
  27. package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
  28. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
  29. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
  30. package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
  31. package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
  32. package/node_modules/aws-sdk/clients/sagemaker.d.ts +73 -4
  33. package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
  34. package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +755 -748
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +52 -13
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
  41. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/esbuild/bin/esbuild +1 -1
  44. package/node_modules/esbuild/install.js +5 -5
  45. package/node_modules/esbuild/lib/main.js +14 -13
  46. package/node_modules/esbuild/package.json +22 -22
  47. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  48. package/node_modules/esbuild-linux-64/package.json +1 -1
  49. package/package.json +11 -10
@@ -328,7 +328,7 @@
328
328
  "shape": "S7"
329
329
  },
330
330
  "ModelDeployConfig": {
331
- "shape": "S5v"
331
+ "shape": "S5w"
332
332
  }
333
333
  }
334
334
  },
@@ -352,7 +352,7 @@
352
352
  "members": {
353
353
  "CodeRepositoryName": {},
354
354
  "GitConfig": {
355
- "shape": "S61"
355
+ "shape": "S62"
356
356
  },
357
357
  "Tags": {
358
358
  "shape": "S7"
@@ -383,13 +383,13 @@
383
383
  "RoleArn": {},
384
384
  "ModelPackageVersionArn": {},
385
385
  "InputConfig": {
386
- "shape": "S68"
386
+ "shape": "S69"
387
387
  },
388
388
  "OutputConfig": {
389
- "shape": "S6a"
389
+ "shape": "S6b"
390
390
  },
391
391
  "VpcConfig": {
392
- "shape": "S6h"
392
+ "shape": "S6i"
393
393
  },
394
394
  "StoppingCondition": {
395
395
  "shape": "S3l"
@@ -420,7 +420,7 @@
420
420
  "members": {
421
421
  "ContextName": {},
422
422
  "Source": {
423
- "shape": "S6p"
423
+ "shape": "S6q"
424
424
  },
425
425
  "ContextType": {},
426
426
  "Description": {},
@@ -453,26 +453,26 @@
453
453
  "members": {
454
454
  "JobDefinitionName": {},
455
455
  "DataQualityBaselineConfig": {
456
- "shape": "S6u"
456
+ "shape": "S6v"
457
457
  },
458
458
  "DataQualityAppSpecification": {
459
- "shape": "S6y"
459
+ "shape": "S6z"
460
460
  },
461
461
  "DataQualityJobInput": {
462
- "shape": "S77"
462
+ "shape": "S78"
463
463
  },
464
464
  "DataQualityJobOutputConfig": {
465
- "shape": "S7e"
465
+ "shape": "S7f"
466
466
  },
467
467
  "JobResources": {
468
- "shape": "S7k"
468
+ "shape": "S7l"
469
469
  },
470
470
  "NetworkConfig": {
471
- "shape": "S7p"
471
+ "shape": "S7q"
472
472
  },
473
473
  "RoleArn": {},
474
474
  "StoppingCondition": {
475
- "shape": "S7q"
475
+ "shape": "S7r"
476
476
  },
477
477
  "Tags": {
478
478
  "shape": "S7"
@@ -501,7 +501,7 @@
501
501
  "RoleArn": {},
502
502
  "Description": {},
503
503
  "OutputConfig": {
504
- "shape": "S7w"
504
+ "shape": "S7x"
505
505
  },
506
506
  "Tags": {
507
507
  "shape": "S7"
@@ -526,7 +526,7 @@
526
526
  "DomainName": {},
527
527
  "AuthMode": {},
528
528
  "DefaultUserSettings": {
529
- "shape": "S82"
529
+ "shape": "S83"
530
530
  },
531
531
  "SubnetIds": {
532
532
  "shape": "S5p"
@@ -543,7 +543,7 @@
543
543
  "KmsKeyId": {},
544
544
  "AppSecurityGroupManagement": {},
545
545
  "DomainSettings": {
546
- "shape": "S8l"
546
+ "shape": "S8m"
547
547
  }
548
548
  }
549
549
  },
@@ -566,11 +566,11 @@
566
566
  "members": {
567
567
  "EdgeDeploymentPlanName": {},
568
568
  "ModelConfigs": {
569
- "shape": "S8t"
569
+ "shape": "S8u"
570
570
  },
571
571
  "DeviceFleetName": {},
572
572
  "Stages": {
573
- "shape": "S8v"
573
+ "shape": "S8w"
574
574
  },
575
575
  "Tags": {
576
576
  "shape": "S7"
@@ -597,7 +597,7 @@
597
597
  "members": {
598
598
  "EdgeDeploymentPlanName": {},
599
599
  "Stages": {
600
- "shape": "S8v"
600
+ "shape": "S8w"
601
601
  }
602
602
  }
603
603
  }
@@ -620,7 +620,7 @@
620
620
  "ModelVersion": {},
621
621
  "RoleArn": {},
622
622
  "OutputConfig": {
623
- "shape": "S7w"
623
+ "shape": "S7x"
624
624
  },
625
625
  "ResourceKey": {},
626
626
  "Tags": {
@@ -640,7 +640,7 @@
640
640
  "EndpointName": {},
641
641
  "EndpointConfigName": {},
642
642
  "DeploymentConfig": {
643
- "shape": "S9b"
643
+ "shape": "S9c"
644
644
  },
645
645
  "Tags": {
646
646
  "shape": "S7"
@@ -667,17 +667,17 @@
667
667
  "members": {
668
668
  "EndpointConfigName": {},
669
669
  "ProductionVariants": {
670
- "shape": "S9s"
670
+ "shape": "S9t"
671
671
  },
672
672
  "DataCaptureConfig": {
673
- "shape": "Sa4"
673
+ "shape": "Sa8"
674
674
  },
675
675
  "Tags": {
676
676
  "shape": "S7"
677
677
  },
678
678
  "KmsKeyId": {},
679
679
  "AsyncInferenceConfig": {
680
- "shape": "Saf"
680
+ "shape": "Saj"
681
681
  }
682
682
  }
683
683
  },
@@ -727,13 +727,13 @@
727
727
  "RecordIdentifierFeatureName": {},
728
728
  "EventTimeFeatureName": {},
729
729
  "FeatureDefinitions": {
730
- "shape": "Sat"
730
+ "shape": "Sax"
731
731
  },
732
732
  "OnlineStoreConfig": {
733
- "shape": "Saw"
733
+ "shape": "Sb0"
734
734
  },
735
735
  "OfflineStoreConfig": {
736
- "shape": "Say"
736
+ "shape": "Sb2"
737
737
  },
738
738
  "RoleArn": {},
739
739
  "Description": {},
@@ -764,16 +764,16 @@
764
764
  "members": {
765
765
  "FlowDefinitionName": {},
766
766
  "HumanLoopRequestSource": {
767
- "shape": "Sb9"
767
+ "shape": "Sbd"
768
768
  },
769
769
  "HumanLoopActivationConfig": {
770
- "shape": "Sbb"
770
+ "shape": "Sbf"
771
771
  },
772
772
  "HumanLoopConfig": {
773
- "shape": "Sbe"
773
+ "shape": "Sbi"
774
774
  },
775
775
  "OutputConfig": {
776
- "shape": "Sbt"
776
+ "shape": "Sbx"
777
777
  },
778
778
  "RoleArn": {},
779
779
  "Tags": {
@@ -801,7 +801,7 @@
801
801
  "members": {
802
802
  "HumanTaskUiName": {},
803
803
  "UiTemplate": {
804
- "shape": "Sby"
804
+ "shape": "Sc2"
805
805
  },
806
806
  "Tags": {
807
807
  "shape": "S7"
@@ -828,16 +828,16 @@
828
828
  "members": {
829
829
  "HyperParameterTuningJobName": {},
830
830
  "HyperParameterTuningJobConfig": {
831
- "shape": "Sc3"
831
+ "shape": "Sc7"
832
832
  },
833
833
  "TrainingJobDefinition": {
834
- "shape": "Sck"
834
+ "shape": "Sco"
835
835
  },
836
836
  "TrainingJobDefinitions": {
837
- "shape": "Scx"
837
+ "shape": "Sd1"
838
838
  },
839
839
  "WarmStartConfig": {
840
- "shape": "Scy"
840
+ "shape": "Sd2"
841
841
  },
842
842
  "Tags": {
843
843
  "shape": "S7"
@@ -915,11 +915,11 @@
915
915
  "JobType": {},
916
916
  "RoleArn": {},
917
917
  "InputConfig": {
918
- "shape": "Sdf"
918
+ "shape": "Sdj"
919
919
  },
920
920
  "JobDescription": {},
921
921
  "StoppingConditions": {
922
- "shape": "Se5"
922
+ "shape": "Se9"
923
923
  },
924
924
  "OutputConfig": {
925
925
  "type": "structure",
@@ -963,21 +963,21 @@
963
963
  "LabelingJobName": {},
964
964
  "LabelAttributeName": {},
965
965
  "InputConfig": {
966
- "shape": "Seg"
966
+ "shape": "Sek"
967
967
  },
968
968
  "OutputConfig": {
969
- "shape": "Sen"
969
+ "shape": "Ser"
970
970
  },
971
971
  "RoleArn": {},
972
972
  "LabelCategoryConfigS3Uri": {},
973
973
  "StoppingConditions": {
974
- "shape": "Seo"
974
+ "shape": "Ses"
975
975
  },
976
976
  "LabelingJobAlgorithmsConfig": {
977
- "shape": "Ser"
977
+ "shape": "Sev"
978
978
  },
979
979
  "HumanTaskConfig": {
980
- "shape": "Sev"
980
+ "shape": "Sez"
981
981
  },
982
982
  "Tags": {
983
983
  "shape": "S7"
@@ -1004,13 +1004,13 @@
1004
1004
  "members": {
1005
1005
  "ModelName": {},
1006
1006
  "PrimaryContainer": {
1007
- "shape": "Sfa"
1007
+ "shape": "Sfe"
1008
1008
  },
1009
1009
  "Containers": {
1010
- "shape": "Sfj"
1010
+ "shape": "Sfn"
1011
1011
  },
1012
1012
  "InferenceExecutionConfig": {
1013
- "shape": "Sfk"
1013
+ "shape": "Sfo"
1014
1014
  },
1015
1015
  "ExecutionRoleArn": {},
1016
1016
  "Tags": {
@@ -1048,26 +1048,26 @@
1048
1048
  "members": {
1049
1049
  "JobDefinitionName": {},
1050
1050
  "ModelBiasBaselineConfig": {
1051
- "shape": "Sfo"
1051
+ "shape": "Sfs"
1052
1052
  },
1053
1053
  "ModelBiasAppSpecification": {
1054
- "shape": "Sfp"
1054
+ "shape": "Sft"
1055
1055
  },
1056
1056
  "ModelBiasJobInput": {
1057
- "shape": "Sfq"
1057
+ "shape": "Sfu"
1058
1058
  },
1059
1059
  "ModelBiasJobOutputConfig": {
1060
- "shape": "S7e"
1060
+ "shape": "S7f"
1061
1061
  },
1062
1062
  "JobResources": {
1063
- "shape": "S7k"
1063
+ "shape": "S7l"
1064
1064
  },
1065
1065
  "NetworkConfig": {
1066
- "shape": "S7p"
1066
+ "shape": "S7q"
1067
1067
  },
1068
1068
  "RoleArn": {},
1069
1069
  "StoppingCondition": {
1070
- "shape": "S7q"
1070
+ "shape": "S7r"
1071
1071
  },
1072
1072
  "Tags": {
1073
1073
  "shape": "S7"
@@ -1098,26 +1098,26 @@
1098
1098
  "members": {
1099
1099
  "JobDefinitionName": {},
1100
1100
  "ModelExplainabilityBaselineConfig": {
1101
- "shape": "Sfu"
1101
+ "shape": "Sfy"
1102
1102
  },
1103
1103
  "ModelExplainabilityAppSpecification": {
1104
- "shape": "Sfv"
1104
+ "shape": "Sfz"
1105
1105
  },
1106
1106
  "ModelExplainabilityJobInput": {
1107
- "shape": "Sfw"
1107
+ "shape": "Sg0"
1108
1108
  },
1109
1109
  "ModelExplainabilityJobOutputConfig": {
1110
- "shape": "S7e"
1110
+ "shape": "S7f"
1111
1111
  },
1112
1112
  "JobResources": {
1113
- "shape": "S7k"
1113
+ "shape": "S7l"
1114
1114
  },
1115
1115
  "NetworkConfig": {
1116
- "shape": "S7p"
1116
+ "shape": "S7q"
1117
1117
  },
1118
1118
  "RoleArn": {},
1119
1119
  "StoppingCondition": {
1120
- "shape": "S7q"
1120
+ "shape": "S7r"
1121
1121
  },
1122
1122
  "Tags": {
1123
1123
  "shape": "S7"
@@ -1145,10 +1145,10 @@
1145
1145
  "shape": "Sr"
1146
1146
  },
1147
1147
  "ValidationSpecification": {
1148
- "shape": "Sfz"
1148
+ "shape": "Sg3"
1149
1149
  },
1150
1150
  "SourceAlgorithmSpecification": {
1151
- "shape": "Sg2"
1151
+ "shape": "Sg6"
1152
1152
  },
1153
1153
  "CertifyForMarketplace": {
1154
1154
  "type": "boolean"
@@ -1161,22 +1161,22 @@
1161
1161
  "shape": "S1q"
1162
1162
  },
1163
1163
  "ModelMetrics": {
1164
- "shape": "Sg5"
1164
+ "shape": "Sg9"
1165
1165
  },
1166
1166
  "ClientToken": {
1167
1167
  "idempotencyToken": true
1168
1168
  },
1169
1169
  "CustomerMetadataProperties": {
1170
- "shape": "Sgc"
1170
+ "shape": "Sgg"
1171
1171
  },
1172
1172
  "DriftCheckBaselines": {
1173
- "shape": "Sgf"
1173
+ "shape": "Sgj"
1174
1174
  },
1175
1175
  "Domain": {},
1176
1176
  "Task": {},
1177
1177
  "SamplePayloadUrl": {},
1178
1178
  "AdditionalInferenceSpecifications": {
1179
- "shape": "Sgl"
1179
+ "shape": "Sgp"
1180
1180
  }
1181
1181
  }
1182
1182
  },
@@ -1228,26 +1228,26 @@
1228
1228
  "members": {
1229
1229
  "JobDefinitionName": {},
1230
1230
  "ModelQualityBaselineConfig": {
1231
- "shape": "Sgs"
1231
+ "shape": "Sgw"
1232
1232
  },
1233
1233
  "ModelQualityAppSpecification": {
1234
- "shape": "Sgt"
1234
+ "shape": "Sgx"
1235
1235
  },
1236
1236
  "ModelQualityJobInput": {
1237
- "shape": "Sgv"
1237
+ "shape": "Sgz"
1238
1238
  },
1239
1239
  "ModelQualityJobOutputConfig": {
1240
- "shape": "S7e"
1240
+ "shape": "S7f"
1241
1241
  },
1242
1242
  "JobResources": {
1243
- "shape": "S7k"
1243
+ "shape": "S7l"
1244
1244
  },
1245
1245
  "NetworkConfig": {
1246
- "shape": "S7p"
1246
+ "shape": "S7q"
1247
1247
  },
1248
1248
  "RoleArn": {},
1249
1249
  "StoppingCondition": {
1250
- "shape": "S7q"
1250
+ "shape": "S7r"
1251
1251
  },
1252
1252
  "Tags": {
1253
1253
  "shape": "S7"
@@ -1274,7 +1274,7 @@
1274
1274
  "members": {
1275
1275
  "MonitoringScheduleName": {},
1276
1276
  "MonitoringScheduleConfig": {
1277
- "shape": "Sgz"
1277
+ "shape": "Sh3"
1278
1278
  },
1279
1279
  "Tags": {
1280
1280
  "shape": "S7"
@@ -1304,7 +1304,7 @@
1304
1304
  "InstanceType": {},
1305
1305
  "SubnetId": {},
1306
1306
  "SecurityGroupIds": {
1307
- "shape": "S83"
1307
+ "shape": "S84"
1308
1308
  },
1309
1309
  "RoleArn": {},
1310
1310
  "KmsKeyId": {},
@@ -1317,16 +1317,16 @@
1317
1317
  "type": "integer"
1318
1318
  },
1319
1319
  "AcceleratorTypes": {
1320
- "shape": "Shh"
1320
+ "shape": "Shl"
1321
1321
  },
1322
1322
  "DefaultCodeRepository": {},
1323
1323
  "AdditionalCodeRepositories": {
1324
- "shape": "Shk"
1324
+ "shape": "Sho"
1325
1325
  },
1326
1326
  "RootAccess": {},
1327
1327
  "PlatformIdentifier": {},
1328
1328
  "InstanceMetadataServiceConfiguration": {
1329
- "shape": "Shn"
1329
+ "shape": "Shr"
1330
1330
  }
1331
1331
  }
1332
1332
  },
@@ -1346,10 +1346,10 @@
1346
1346
  "members": {
1347
1347
  "NotebookInstanceLifecycleConfigName": {},
1348
1348
  "OnCreate": {
1349
- "shape": "Shs"
1349
+ "shape": "Shw"
1350
1350
  },
1351
1351
  "OnStart": {
1352
- "shape": "Shs"
1352
+ "shape": "Shw"
1353
1353
  }
1354
1354
  }
1355
1355
  },
@@ -1373,7 +1373,7 @@
1373
1373
  "PipelineDisplayName": {},
1374
1374
  "PipelineDefinition": {},
1375
1375
  "PipelineDefinitionS3Location": {
1376
- "shape": "Si0"
1376
+ "shape": "Si4"
1377
1377
  },
1378
1378
  "PipelineDescription": {},
1379
1379
  "ClientRequestToken": {
@@ -1384,7 +1384,7 @@
1384
1384
  "shape": "S7"
1385
1385
  },
1386
1386
  "ParallelismConfiguration": {
1387
- "shape": "Si6"
1387
+ "shape": "Sia"
1388
1388
  }
1389
1389
  }
1390
1390
  },
@@ -1451,33 +1451,33 @@
1451
1451
  ],
1452
1452
  "members": {
1453
1453
  "ProcessingInputs": {
1454
- "shape": "Sij"
1454
+ "shape": "Sin"
1455
1455
  },
1456
1456
  "ProcessingOutputConfig": {
1457
- "shape": "Sj6"
1457
+ "shape": "Sja"
1458
1458
  },
1459
1459
  "ProcessingJobName": {},
1460
1460
  "ProcessingResources": {
1461
- "shape": "Sjb"
1461
+ "shape": "Sjf"
1462
1462
  },
1463
1463
  "StoppingCondition": {
1464
- "shape": "Sjd"
1464
+ "shape": "Sjh"
1465
1465
  },
1466
1466
  "AppSpecification": {
1467
- "shape": "Sjf"
1467
+ "shape": "Sjj"
1468
1468
  },
1469
1469
  "Environment": {
1470
- "shape": "Sjh"
1470
+ "shape": "Sjl"
1471
1471
  },
1472
1472
  "NetworkConfig": {
1473
- "shape": "Sh7"
1473
+ "shape": "Shb"
1474
1474
  },
1475
1475
  "RoleArn": {},
1476
1476
  "Tags": {
1477
1477
  "shape": "S7"
1478
1478
  },
1479
1479
  "ExperimentConfig": {
1480
- "shape": "Sji"
1480
+ "shape": "Sjm"
1481
1481
  }
1482
1482
  }
1483
1483
  },
@@ -1502,7 +1502,7 @@
1502
1502
  "ProjectName": {},
1503
1503
  "ProjectDescription": {},
1504
1504
  "ServiceCatalogProvisioningDetails": {
1505
- "shape": "Sjn"
1505
+ "shape": "Sjr"
1506
1506
  },
1507
1507
  "Tags": {
1508
1508
  "shape": "S7"
@@ -1562,7 +1562,7 @@
1562
1562
  "shape": "S2t"
1563
1563
  },
1564
1564
  "AlgorithmSpecification": {
1565
- "shape": "Sk3"
1565
+ "shape": "Sk7"
1566
1566
  },
1567
1567
  "RoleArn": {},
1568
1568
  "InputDataConfig": {
@@ -1593,31 +1593,31 @@
1593
1593
  "type": "boolean"
1594
1594
  },
1595
1595
  "CheckpointConfig": {
1596
- "shape": "Scp"
1596
+ "shape": "Sct"
1597
1597
  },
1598
1598
  "DebugHookConfig": {
1599
- "shape": "Sk4"
1599
+ "shape": "Sk8"
1600
1600
  },
1601
1601
  "DebugRuleConfigurations": {
1602
- "shape": "Skc"
1602
+ "shape": "Skg"
1603
1603
  },
1604
1604
  "TensorBoardOutputConfig": {
1605
- "shape": "Skg"
1605
+ "shape": "Skk"
1606
1606
  },
1607
1607
  "ExperimentConfig": {
1608
- "shape": "Sji"
1608
+ "shape": "Sjm"
1609
1609
  },
1610
1610
  "ProfilerConfig": {
1611
- "shape": "Skh"
1611
+ "shape": "Skl"
1612
1612
  },
1613
1613
  "ProfilerRuleConfigurations": {
1614
- "shape": "Skk"
1614
+ "shape": "Sko"
1615
1615
  },
1616
1616
  "Environment": {
1617
- "shape": "Skm"
1617
+ "shape": "Skq"
1618
1618
  },
1619
1619
  "RetryStrategy": {
1620
- "shape": "Scq"
1620
+ "shape": "Scu"
1621
1621
  }
1622
1622
  }
1623
1623
  },
@@ -1648,7 +1648,7 @@
1648
1648
  "type": "integer"
1649
1649
  },
1650
1650
  "ModelClientConfig": {
1651
- "shape": "Skt"
1651
+ "shape": "Skx"
1652
1652
  },
1653
1653
  "MaxPayloadInMB": {
1654
1654
  "type": "integer"
@@ -1667,13 +1667,13 @@
1667
1667
  "shape": "S42"
1668
1668
  },
1669
1669
  "DataProcessing": {
1670
- "shape": "Skw"
1670
+ "shape": "Sl0"
1671
1671
  },
1672
1672
  "Tags": {
1673
1673
  "shape": "S7"
1674
1674
  },
1675
1675
  "ExperimentConfig": {
1676
- "shape": "Sji"
1676
+ "shape": "Sjm"
1677
1677
  }
1678
1678
  }
1679
1679
  },
@@ -1723,7 +1723,7 @@
1723
1723
  "TrialComponentName": {},
1724
1724
  "DisplayName": {},
1725
1725
  "Status": {
1726
- "shape": "Sl4"
1726
+ "shape": "Sl8"
1727
1727
  },
1728
1728
  "StartTime": {
1729
1729
  "type": "timestamp"
@@ -1732,13 +1732,13 @@
1732
1732
  "type": "timestamp"
1733
1733
  },
1734
1734
  "Parameters": {
1735
- "shape": "Sl8"
1735
+ "shape": "Slc"
1736
1736
  },
1737
1737
  "InputArtifacts": {
1738
- "shape": "Slc"
1738
+ "shape": "Slg"
1739
1739
  },
1740
1740
  "OutputArtifacts": {
1741
- "shape": "Slc"
1741
+ "shape": "Slg"
1742
1742
  },
1743
1743
  "MetadataProperties": {
1744
1744
  "shape": "S1q"
@@ -1771,7 +1771,7 @@
1771
1771
  "shape": "S7"
1772
1772
  },
1773
1773
  "UserSettings": {
1774
- "shape": "S82"
1774
+ "shape": "S83"
1775
1775
  }
1776
1776
  }
1777
1777
  },
@@ -1790,20 +1790,20 @@
1790
1790
  ],
1791
1791
  "members": {
1792
1792
  "CognitoConfig": {
1793
- "shape": "Sln"
1793
+ "shape": "Slr"
1794
1794
  },
1795
1795
  "OidcConfig": {
1796
- "shape": "Slq"
1796
+ "shape": "Slu"
1797
1797
  },
1798
1798
  "SourceIpConfig": {
1799
- "shape": "Slt"
1799
+ "shape": "Slx"
1800
1800
  },
1801
1801
  "WorkforceName": {},
1802
1802
  "Tags": {
1803
1803
  "shape": "S7"
1804
1804
  },
1805
1805
  "WorkforceVpcConfig": {
1806
- "shape": "Slx"
1806
+ "shape": "Sm1"
1807
1807
  }
1808
1808
  }
1809
1809
  },
@@ -1829,11 +1829,11 @@
1829
1829
  "WorkteamName": {},
1830
1830
  "WorkforceName": {},
1831
1831
  "MemberDefinitions": {
1832
- "shape": "Sm7"
1832
+ "shape": "Smb"
1833
1833
  },
1834
1834
  "Description": {},
1835
1835
  "NotificationConfiguration": {
1836
- "shape": "Smf"
1836
+ "shape": "Smj"
1837
1837
  },
1838
1838
  "Tags": {
1839
1839
  "shape": "S7"
@@ -2412,7 +2412,7 @@
2412
2412
  "members": {
2413
2413
  "DeviceFleetName": {},
2414
2414
  "DeviceNames": {
2415
- "shape": "S90"
2415
+ "shape": "S91"
2416
2416
  }
2417
2417
  }
2418
2418
  }
@@ -2445,13 +2445,13 @@
2445
2445
  "type": "timestamp"
2446
2446
  },
2447
2447
  "CreatedBy": {
2448
- "shape": "So9"
2448
+ "shape": "Sod"
2449
2449
  },
2450
2450
  "LastModifiedTime": {
2451
2451
  "type": "timestamp"
2452
2452
  },
2453
2453
  "LastModifiedBy": {
2454
- "shape": "So9"
2454
+ "shape": "Sod"
2455
2455
  },
2456
2456
  "MetadataProperties": {
2457
2457
  "shape": "S1q"
@@ -2501,10 +2501,10 @@
2501
2501
  "type": "structure",
2502
2502
  "members": {
2503
2503
  "ValidationStatuses": {
2504
- "shape": "Sof"
2504
+ "shape": "Soj"
2505
2505
  },
2506
2506
  "ImageScanStatuses": {
2507
- "shape": "Sof"
2507
+ "shape": "Soj"
2508
2508
  }
2509
2509
  }
2510
2510
  },
@@ -2609,13 +2609,13 @@
2609
2609
  "type": "timestamp"
2610
2610
  },
2611
2611
  "CreatedBy": {
2612
- "shape": "So9"
2612
+ "shape": "Sod"
2613
2613
  },
2614
2614
  "LastModifiedTime": {
2615
2615
  "type": "timestamp"
2616
2616
  },
2617
2617
  "LastModifiedBy": {
2618
- "shape": "So9"
2618
+ "shape": "Sod"
2619
2619
  },
2620
2620
  "MetadataProperties": {
2621
2621
  "shape": "S1q"
@@ -2675,10 +2675,10 @@
2675
2675
  },
2676
2676
  "FailureReason": {},
2677
2677
  "PartialFailureReasons": {
2678
- "shape": "Sot"
2678
+ "shape": "Sox"
2679
2679
  },
2680
2680
  "BestCandidate": {
2681
- "shape": "Sov"
2681
+ "shape": "Soz"
2682
2682
  },
2683
2683
  "AutoMLJobStatus": {},
2684
2684
  "AutoMLJobSecondaryStatus": {},
@@ -2705,7 +2705,7 @@
2705
2705
  }
2706
2706
  },
2707
2707
  "ModelDeployConfig": {
2708
- "shape": "S5v"
2708
+ "shape": "S5w"
2709
2709
  },
2710
2710
  "ModelDeployResult": {
2711
2711
  "type": "structure",
@@ -2744,7 +2744,7 @@
2744
2744
  "type": "timestamp"
2745
2745
  },
2746
2746
  "GitConfig": {
2747
- "shape": "S61"
2747
+ "shape": "S62"
2748
2748
  }
2749
2749
  }
2750
2750
  }
@@ -2797,7 +2797,7 @@
2797
2797
  },
2798
2798
  "FailureReason": {},
2799
2799
  "ModelArtifacts": {
2800
- "shape": "Spw"
2800
+ "shape": "Sq0"
2801
2801
  },
2802
2802
  "ModelDigests": {
2803
2803
  "type": "structure",
@@ -2807,13 +2807,13 @@
2807
2807
  },
2808
2808
  "RoleArn": {},
2809
2809
  "InputConfig": {
2810
- "shape": "S68"
2810
+ "shape": "S69"
2811
2811
  },
2812
2812
  "OutputConfig": {
2813
- "shape": "S6a"
2813
+ "shape": "S6b"
2814
2814
  },
2815
2815
  "VpcConfig": {
2816
- "shape": "S6h"
2816
+ "shape": "S6i"
2817
2817
  }
2818
2818
  }
2819
2819
  }
@@ -2834,7 +2834,7 @@
2834
2834
  "ContextName": {},
2835
2835
  "ContextArn": {},
2836
2836
  "Source": {
2837
- "shape": "S6p"
2837
+ "shape": "S6q"
2838
2838
  },
2839
2839
  "ContextType": {},
2840
2840
  "Description": {},
@@ -2845,13 +2845,13 @@
2845
2845
  "type": "timestamp"
2846
2846
  },
2847
2847
  "CreatedBy": {
2848
- "shape": "So9"
2848
+ "shape": "Sod"
2849
2849
  },
2850
2850
  "LastModifiedTime": {
2851
2851
  "type": "timestamp"
2852
2852
  },
2853
2853
  "LastModifiedBy": {
2854
- "shape": "So9"
2854
+ "shape": "Sod"
2855
2855
  },
2856
2856
  "LineageGroupArn": {}
2857
2857
  }
@@ -2886,26 +2886,26 @@
2886
2886
  "type": "timestamp"
2887
2887
  },
2888
2888
  "DataQualityBaselineConfig": {
2889
- "shape": "S6u"
2889
+ "shape": "S6v"
2890
2890
  },
2891
2891
  "DataQualityAppSpecification": {
2892
- "shape": "S6y"
2892
+ "shape": "S6z"
2893
2893
  },
2894
2894
  "DataQualityJobInput": {
2895
- "shape": "S77"
2895
+ "shape": "S78"
2896
2896
  },
2897
2897
  "DataQualityJobOutputConfig": {
2898
- "shape": "S7e"
2898
+ "shape": "S7f"
2899
2899
  },
2900
2900
  "JobResources": {
2901
- "shape": "S7k"
2901
+ "shape": "S7l"
2902
2902
  },
2903
2903
  "NetworkConfig": {
2904
- "shape": "S7p"
2904
+ "shape": "S7q"
2905
2905
  },
2906
2906
  "RoleArn": {},
2907
2907
  "StoppingCondition": {
2908
- "shape": "S7q"
2908
+ "shape": "S7r"
2909
2909
  }
2910
2910
  }
2911
2911
  }
@@ -2993,7 +2993,7 @@
2993
2993
  "DeviceFleetName": {},
2994
2994
  "DeviceFleetArn": {},
2995
2995
  "OutputConfig": {
2996
- "shape": "S7w"
2996
+ "shape": "S7x"
2997
2997
  },
2998
2998
  "Description": {},
2999
2999
  "CreationTime": {
@@ -3035,7 +3035,7 @@
3035
3035
  "FailureReason": {},
3036
3036
  "AuthMode": {},
3037
3037
  "DefaultUserSettings": {
3038
- "shape": "S82"
3038
+ "shape": "S83"
3039
3039
  },
3040
3040
  "AppNetworkAccessType": {},
3041
3041
  "HomeEfsFileSystemKmsKeyId": {
@@ -3049,7 +3049,7 @@
3049
3049
  "VpcId": {},
3050
3050
  "KmsKeyId": {},
3051
3051
  "DomainSettings": {
3052
- "shape": "S8l"
3052
+ "shape": "S8m"
3053
3053
  },
3054
3054
  "AppSecurityGroupManagement": {},
3055
3055
  "SecurityGroupIdForDomainBoundary": {}
@@ -3083,7 +3083,7 @@
3083
3083
  "EdgeDeploymentPlanArn": {},
3084
3084
  "EdgeDeploymentPlanName": {},
3085
3085
  "ModelConfigs": {
3086
- "shape": "S8t"
3086
+ "shape": "S8u"
3087
3087
  },
3088
3088
  "DeviceFleetName": {},
3089
3089
  "EdgeDeploymentSuccess": {
@@ -3108,10 +3108,10 @@
3108
3108
  "members": {
3109
3109
  "StageName": {},
3110
3110
  "DeviceSelectionConfig": {
3111
- "shape": "S8x"
3111
+ "shape": "S8y"
3112
3112
  },
3113
3113
  "DeploymentConfig": {
3114
- "shape": "S92"
3114
+ "shape": "S93"
3115
3115
  },
3116
3116
  "DeploymentStatus": {
3117
3117
  "type": "structure",
@@ -3176,7 +3176,7 @@
3176
3176
  "ModelVersion": {},
3177
3177
  "RoleArn": {},
3178
3178
  "OutputConfig": {
3179
- "shape": "S7w"
3179
+ "shape": "S7x"
3180
3180
  },
3181
3181
  "ResourceKey": {},
3182
3182
  "EdgePackagingJobStatus": {},
@@ -3229,10 +3229,10 @@
3229
3229
  "EndpointArn": {},
3230
3230
  "EndpointConfigName": {},
3231
3231
  "ProductionVariants": {
3232
- "shape": "Sqz"
3232
+ "shape": "Sr3"
3233
3233
  },
3234
3234
  "DataCaptureConfig": {
3235
- "shape": "Sr8"
3235
+ "shape": "Src"
3236
3236
  },
3237
3237
  "EndpointStatus": {},
3238
3238
  "FailureReason": {},
@@ -3243,10 +3243,10 @@
3243
3243
  "type": "timestamp"
3244
3244
  },
3245
3245
  "LastDeploymentConfig": {
3246
- "shape": "S9b"
3246
+ "shape": "S9c"
3247
3247
  },
3248
3248
  "AsyncInferenceConfig": {
3249
- "shape": "Saf"
3249
+ "shape": "Saj"
3250
3250
  },
3251
3251
  "PendingDeploymentSummary": {
3252
3252
  "type": "structure",
@@ -3265,7 +3265,7 @@
3265
3265
  "members": {
3266
3266
  "VariantName": {},
3267
3267
  "DeployedImages": {
3268
- "shape": "Sr1"
3268
+ "shape": "Sr5"
3269
3269
  },
3270
3270
  "CurrentWeight": {
3271
3271
  "type": "float"
@@ -3282,13 +3282,13 @@
3282
3282
  "InstanceType": {},
3283
3283
  "AcceleratorType": {},
3284
3284
  "VariantStatus": {
3285
- "shape": "Sr4"
3285
+ "shape": "Sr8"
3286
3286
  },
3287
3287
  "CurrentServerlessConfig": {
3288
- "shape": "Sa1"
3288
+ "shape": "Sa2"
3289
3289
  },
3290
3290
  "DesiredServerlessConfig": {
3291
- "shape": "Sa1"
3291
+ "shape": "Sa2"
3292
3292
  }
3293
3293
  }
3294
3294
  }
@@ -3323,17 +3323,17 @@
3323
3323
  "EndpointConfigName": {},
3324
3324
  "EndpointConfigArn": {},
3325
3325
  "ProductionVariants": {
3326
- "shape": "S9s"
3326
+ "shape": "S9t"
3327
3327
  },
3328
3328
  "DataCaptureConfig": {
3329
- "shape": "Sa4"
3329
+ "shape": "Sa8"
3330
3330
  },
3331
3331
  "KmsKeyId": {},
3332
3332
  "CreationTime": {
3333
3333
  "type": "timestamp"
3334
3334
  },
3335
3335
  "AsyncInferenceConfig": {
3336
- "shape": "Saf"
3336
+ "shape": "Saj"
3337
3337
  }
3338
3338
  }
3339
3339
  }
@@ -3355,20 +3355,20 @@
3355
3355
  "ExperimentArn": {},
3356
3356
  "DisplayName": {},
3357
3357
  "Source": {
3358
- "shape": "Sri"
3358
+ "shape": "Srm"
3359
3359
  },
3360
3360
  "Description": {},
3361
3361
  "CreationTime": {
3362
3362
  "type": "timestamp"
3363
3363
  },
3364
3364
  "CreatedBy": {
3365
- "shape": "So9"
3365
+ "shape": "Sod"
3366
3366
  },
3367
3367
  "LastModifiedTime": {
3368
3368
  "type": "timestamp"
3369
3369
  },
3370
3370
  "LastModifiedBy": {
3371
- "shape": "So9"
3371
+ "shape": "Sod"
3372
3372
  }
3373
3373
  }
3374
3374
  }
@@ -3401,7 +3401,7 @@
3401
3401
  "RecordIdentifierFeatureName": {},
3402
3402
  "EventTimeFeatureName": {},
3403
3403
  "FeatureDefinitions": {
3404
- "shape": "Sat"
3404
+ "shape": "Sax"
3405
3405
  },
3406
3406
  "CreationTime": {
3407
3407
  "type": "timestamp"
@@ -3410,18 +3410,18 @@
3410
3410
  "type": "timestamp"
3411
3411
  },
3412
3412
  "OnlineStoreConfig": {
3413
- "shape": "Saw"
3413
+ "shape": "Sb0"
3414
3414
  },
3415
3415
  "OfflineStoreConfig": {
3416
- "shape": "Say"
3416
+ "shape": "Sb2"
3417
3417
  },
3418
3418
  "RoleArn": {},
3419
3419
  "FeatureGroupStatus": {},
3420
3420
  "OfflineStoreStatus": {
3421
- "shape": "Sro"
3421
+ "shape": "Srs"
3422
3422
  },
3423
3423
  "LastUpdateStatus": {
3424
- "shape": "Srr"
3424
+ "shape": "Srv"
3425
3425
  },
3426
3426
  "FailureReason": {},
3427
3427
  "Description": {},
@@ -3467,7 +3467,7 @@
3467
3467
  },
3468
3468
  "Description": {},
3469
3469
  "Parameters": {
3470
- "shape": "Srx"
3470
+ "shape": "Ss1"
3471
3471
  }
3472
3472
  }
3473
3473
  }
@@ -3501,16 +3501,16 @@
3501
3501
  "type": "timestamp"
3502
3502
  },
3503
3503
  "HumanLoopRequestSource": {
3504
- "shape": "Sb9"
3504
+ "shape": "Sbd"
3505
3505
  },
3506
3506
  "HumanLoopActivationConfig": {
3507
- "shape": "Sbb"
3507
+ "shape": "Sbf"
3508
3508
  },
3509
3509
  "HumanLoopConfig": {
3510
- "shape": "Sbe"
3510
+ "shape": "Sbi"
3511
3511
  },
3512
3512
  "OutputConfig": {
3513
- "shape": "Sbt"
3513
+ "shape": "Sbx"
3514
3514
  },
3515
3515
  "RoleArn": {},
3516
3516
  "FailureReason": {}
@@ -3577,13 +3577,13 @@
3577
3577
  "HyperParameterTuningJobName": {},
3578
3578
  "HyperParameterTuningJobArn": {},
3579
3579
  "HyperParameterTuningJobConfig": {
3580
- "shape": "Sc3"
3580
+ "shape": "Sc7"
3581
3581
  },
3582
3582
  "TrainingJobDefinition": {
3583
- "shape": "Sck"
3583
+ "shape": "Sco"
3584
3584
  },
3585
3585
  "TrainingJobDefinitions": {
3586
- "shape": "Scx"
3586
+ "shape": "Sd1"
3587
3587
  },
3588
3588
  "HyperParameterTuningJobStatus": {},
3589
3589
  "CreationTime": {
@@ -3596,19 +3596,19 @@
3596
3596
  "type": "timestamp"
3597
3597
  },
3598
3598
  "TrainingJobStatusCounters": {
3599
- "shape": "Ssd"
3599
+ "shape": "Ssh"
3600
3600
  },
3601
3601
  "ObjectiveStatusCounters": {
3602
- "shape": "Ssf"
3602
+ "shape": "Ssj"
3603
3603
  },
3604
3604
  "BestTrainingJob": {
3605
- "shape": "Ssh"
3605
+ "shape": "Ssl"
3606
3606
  },
3607
3607
  "OverallBestTrainingJob": {
3608
- "shape": "Ssh"
3608
+ "shape": "Ssl"
3609
3609
  },
3610
3610
  "WarmStartConfig": {
3611
- "shape": "Scy"
3611
+ "shape": "Sd2"
3612
3612
  },
3613
3613
  "FailureReason": {}
3614
3614
  }
@@ -3717,10 +3717,10 @@
3717
3717
  },
3718
3718
  "FailureReason": {},
3719
3719
  "InputConfig": {
3720
- "shape": "Sdf"
3720
+ "shape": "Sdj"
3721
3721
  },
3722
3722
  "StoppingConditions": {
3723
- "shape": "Se5"
3723
+ "shape": "Se9"
3724
3724
  },
3725
3725
  "InferenceRecommendations": {
3726
3726
  "type": "list",
@@ -3828,7 +3828,7 @@
3828
3828
  "members": {
3829
3829
  "LabelingJobStatus": {},
3830
3830
  "LabelCounters": {
3831
- "shape": "St4"
3831
+ "shape": "St8"
3832
3832
  },
3833
3833
  "FailureReason": {},
3834
3834
  "CreationTime": {
@@ -3842,27 +3842,27 @@
3842
3842
  "LabelingJobArn": {},
3843
3843
  "LabelAttributeName": {},
3844
3844
  "InputConfig": {
3845
- "shape": "Seg"
3845
+ "shape": "Sek"
3846
3846
  },
3847
3847
  "OutputConfig": {
3848
- "shape": "Sen"
3848
+ "shape": "Ser"
3849
3849
  },
3850
3850
  "RoleArn": {},
3851
3851
  "LabelCategoryConfigS3Uri": {},
3852
3852
  "StoppingConditions": {
3853
- "shape": "Seo"
3853
+ "shape": "Ses"
3854
3854
  },
3855
3855
  "LabelingJobAlgorithmsConfig": {
3856
- "shape": "Ser"
3856
+ "shape": "Sev"
3857
3857
  },
3858
3858
  "HumanTaskConfig": {
3859
- "shape": "Sev"
3859
+ "shape": "Sez"
3860
3860
  },
3861
3861
  "Tags": {
3862
3862
  "shape": "S7"
3863
3863
  },
3864
3864
  "LabelingJobOutput": {
3865
- "shape": "St7"
3865
+ "shape": "Stb"
3866
3866
  }
3867
3867
  }
3868
3868
  }
@@ -3888,13 +3888,13 @@
3888
3888
  "type": "timestamp"
3889
3889
  },
3890
3890
  "CreatedBy": {
3891
- "shape": "So9"
3891
+ "shape": "Sod"
3892
3892
  },
3893
3893
  "LastModifiedTime": {
3894
3894
  "type": "timestamp"
3895
3895
  },
3896
3896
  "LastModifiedBy": {
3897
- "shape": "So9"
3897
+ "shape": "Sod"
3898
3898
  }
3899
3899
  }
3900
3900
  }
@@ -3920,13 +3920,13 @@
3920
3920
  "members": {
3921
3921
  "ModelName": {},
3922
3922
  "PrimaryContainer": {
3923
- "shape": "Sfa"
3923
+ "shape": "Sfe"
3924
3924
  },
3925
3925
  "Containers": {
3926
- "shape": "Sfj"
3926
+ "shape": "Sfn"
3927
3927
  },
3928
3928
  "InferenceExecutionConfig": {
3929
- "shape": "Sfk"
3929
+ "shape": "Sfo"
3930
3930
  },
3931
3931
  "ExecutionRoleArn": {},
3932
3932
  "VpcConfig": {
@@ -3971,26 +3971,26 @@
3971
3971
  "type": "timestamp"
3972
3972
  },
3973
3973
  "ModelBiasBaselineConfig": {
3974
- "shape": "Sfo"
3974
+ "shape": "Sfs"
3975
3975
  },
3976
3976
  "ModelBiasAppSpecification": {
3977
- "shape": "Sfp"
3977
+ "shape": "Sft"
3978
3978
  },
3979
3979
  "ModelBiasJobInput": {
3980
- "shape": "Sfq"
3980
+ "shape": "Sfu"
3981
3981
  },
3982
3982
  "ModelBiasJobOutputConfig": {
3983
- "shape": "S7e"
3983
+ "shape": "S7f"
3984
3984
  },
3985
3985
  "JobResources": {
3986
- "shape": "S7k"
3986
+ "shape": "S7l"
3987
3987
  },
3988
3988
  "NetworkConfig": {
3989
- "shape": "S7p"
3989
+ "shape": "S7q"
3990
3990
  },
3991
3991
  "RoleArn": {},
3992
3992
  "StoppingCondition": {
3993
- "shape": "S7q"
3993
+ "shape": "S7r"
3994
3994
  }
3995
3995
  }
3996
3996
  }
@@ -4024,26 +4024,26 @@
4024
4024
  "type": "timestamp"
4025
4025
  },
4026
4026
  "ModelExplainabilityBaselineConfig": {
4027
- "shape": "Sfu"
4027
+ "shape": "Sfy"
4028
4028
  },
4029
4029
  "ModelExplainabilityAppSpecification": {
4030
- "shape": "Sfv"
4030
+ "shape": "Sfz"
4031
4031
  },
4032
4032
  "ModelExplainabilityJobInput": {
4033
- "shape": "Sfw"
4033
+ "shape": "Sg0"
4034
4034
  },
4035
4035
  "ModelExplainabilityJobOutputConfig": {
4036
- "shape": "S7e"
4036
+ "shape": "S7f"
4037
4037
  },
4038
4038
  "JobResources": {
4039
- "shape": "S7k"
4039
+ "shape": "S7l"
4040
4040
  },
4041
4041
  "NetworkConfig": {
4042
- "shape": "S7p"
4042
+ "shape": "S7q"
4043
4043
  },
4044
4044
  "RoleArn": {},
4045
4045
  "StoppingCondition": {
4046
- "shape": "S7q"
4046
+ "shape": "S7r"
4047
4047
  }
4048
4048
  }
4049
4049
  }
@@ -4082,46 +4082,46 @@
4082
4082
  "shape": "Sr"
4083
4083
  },
4084
4084
  "SourceAlgorithmSpecification": {
4085
- "shape": "Sg2"
4085
+ "shape": "Sg6"
4086
4086
  },
4087
4087
  "ValidationSpecification": {
4088
- "shape": "Sfz"
4088
+ "shape": "Sg3"
4089
4089
  },
4090
4090
  "ModelPackageStatus": {},
4091
4091
  "ModelPackageStatusDetails": {
4092
- "shape": "Sti"
4092
+ "shape": "Stm"
4093
4093
  },
4094
4094
  "CertifyForMarketplace": {
4095
4095
  "type": "boolean"
4096
4096
  },
4097
4097
  "ModelApprovalStatus": {},
4098
4098
  "CreatedBy": {
4099
- "shape": "So9"
4099
+ "shape": "Sod"
4100
4100
  },
4101
4101
  "MetadataProperties": {
4102
4102
  "shape": "S1q"
4103
4103
  },
4104
4104
  "ModelMetrics": {
4105
- "shape": "Sg5"
4105
+ "shape": "Sg9"
4106
4106
  },
4107
4107
  "LastModifiedTime": {
4108
4108
  "type": "timestamp"
4109
4109
  },
4110
4110
  "LastModifiedBy": {
4111
- "shape": "So9"
4111
+ "shape": "Sod"
4112
4112
  },
4113
4113
  "ApprovalDescription": {},
4114
4114
  "CustomerMetadataProperties": {
4115
- "shape": "Sgc"
4115
+ "shape": "Sgg"
4116
4116
  },
4117
4117
  "DriftCheckBaselines": {
4118
- "shape": "Sgf"
4118
+ "shape": "Sgj"
4119
4119
  },
4120
4120
  "Domain": {},
4121
4121
  "Task": {},
4122
4122
  "SamplePayloadUrl": {},
4123
4123
  "AdditionalInferenceSpecifications": {
4124
- "shape": "Sgl"
4124
+ "shape": "Sgp"
4125
4125
  }
4126
4126
  }
4127
4127
  }
@@ -4153,7 +4153,7 @@
4153
4153
  "type": "timestamp"
4154
4154
  },
4155
4155
  "CreatedBy": {
4156
- "shape": "So9"
4156
+ "shape": "Sod"
4157
4157
  },
4158
4158
  "ModelPackageGroupStatus": {}
4159
4159
  }
@@ -4188,26 +4188,26 @@
4188
4188
  "type": "timestamp"
4189
4189
  },
4190
4190
  "ModelQualityBaselineConfig": {
4191
- "shape": "Sgs"
4191
+ "shape": "Sgw"
4192
4192
  },
4193
4193
  "ModelQualityAppSpecification": {
4194
- "shape": "Sgt"
4194
+ "shape": "Sgx"
4195
4195
  },
4196
4196
  "ModelQualityJobInput": {
4197
- "shape": "Sgv"
4197
+ "shape": "Sgz"
4198
4198
  },
4199
4199
  "ModelQualityJobOutputConfig": {
4200
- "shape": "S7e"
4200
+ "shape": "S7f"
4201
4201
  },
4202
4202
  "JobResources": {
4203
- "shape": "S7k"
4203
+ "shape": "S7l"
4204
4204
  },
4205
4205
  "NetworkConfig": {
4206
- "shape": "S7p"
4206
+ "shape": "S7q"
4207
4207
  },
4208
4208
  "RoleArn": {},
4209
4209
  "StoppingCondition": {
4210
- "shape": "S7q"
4210
+ "shape": "S7r"
4211
4211
  }
4212
4212
  }
4213
4213
  }
@@ -4245,11 +4245,11 @@
4245
4245
  "type": "timestamp"
4246
4246
  },
4247
4247
  "MonitoringScheduleConfig": {
4248
- "shape": "Sgz"
4248
+ "shape": "Sh3"
4249
4249
  },
4250
4250
  "EndpointName": {},
4251
4251
  "LastMonitoringExecutionSummary": {
4252
- "shape": "Stv"
4252
+ "shape": "Stz"
4253
4253
  }
4254
4254
  }
4255
4255
  }
@@ -4275,7 +4275,7 @@
4275
4275
  "InstanceType": {},
4276
4276
  "SubnetId": {},
4277
4277
  "SecurityGroups": {
4278
- "shape": "S83"
4278
+ "shape": "S84"
4279
4279
  },
4280
4280
  "RoleArn": {},
4281
4281
  "KmsKeyId": {},
@@ -4292,16 +4292,16 @@
4292
4292
  "type": "integer"
4293
4293
  },
4294
4294
  "AcceleratorTypes": {
4295
- "shape": "Shh"
4295
+ "shape": "Shl"
4296
4296
  },
4297
4297
  "DefaultCodeRepository": {},
4298
4298
  "AdditionalCodeRepositories": {
4299
- "shape": "Shk"
4299
+ "shape": "Sho"
4300
4300
  },
4301
4301
  "RootAccess": {},
4302
4302
  "PlatformIdentifier": {},
4303
4303
  "InstanceMetadataServiceConfiguration": {
4304
- "shape": "Shn"
4304
+ "shape": "Shr"
4305
4305
  }
4306
4306
  }
4307
4307
  }
@@ -4322,10 +4322,10 @@
4322
4322
  "NotebookInstanceLifecycleConfigArn": {},
4323
4323
  "NotebookInstanceLifecycleConfigName": {},
4324
4324
  "OnCreate": {
4325
- "shape": "Shs"
4325
+ "shape": "Shw"
4326
4326
  },
4327
4327
  "OnStart": {
4328
- "shape": "Shs"
4328
+ "shape": "Shw"
4329
4329
  },
4330
4330
  "LastModifiedTime": {
4331
4331
  "type": "timestamp"
@@ -4366,13 +4366,13 @@
4366
4366
  "type": "timestamp"
4367
4367
  },
4368
4368
  "CreatedBy": {
4369
- "shape": "So9"
4369
+ "shape": "Sod"
4370
4370
  },
4371
4371
  "LastModifiedBy": {
4372
- "shape": "So9"
4372
+ "shape": "Sod"
4373
4373
  },
4374
4374
  "ParallelismConfiguration": {
4375
- "shape": "Si6"
4375
+ "shape": "Sia"
4376
4376
  }
4377
4377
  }
4378
4378
  }
@@ -4416,7 +4416,7 @@
4416
4416
  "PipelineExecutionStatus": {},
4417
4417
  "PipelineExecutionDescription": {},
4418
4418
  "PipelineExperimentConfig": {
4419
- "shape": "Sue"
4419
+ "shape": "Sui"
4420
4420
  },
4421
4421
  "FailureReason": {},
4422
4422
  "CreationTime": {
@@ -4426,13 +4426,13 @@
4426
4426
  "type": "timestamp"
4427
4427
  },
4428
4428
  "CreatedBy": {
4429
- "shape": "So9"
4429
+ "shape": "Sod"
4430
4430
  },
4431
4431
  "LastModifiedBy": {
4432
- "shape": "So9"
4432
+ "shape": "Sod"
4433
4433
  },
4434
4434
  "ParallelismConfiguration": {
4435
- "shape": "Si6"
4435
+ "shape": "Sia"
4436
4436
  }
4437
4437
  }
4438
4438
  }
@@ -4459,30 +4459,30 @@
4459
4459
  ],
4460
4460
  "members": {
4461
4461
  "ProcessingInputs": {
4462
- "shape": "Sij"
4462
+ "shape": "Sin"
4463
4463
  },
4464
4464
  "ProcessingOutputConfig": {
4465
- "shape": "Sj6"
4465
+ "shape": "Sja"
4466
4466
  },
4467
4467
  "ProcessingJobName": {},
4468
4468
  "ProcessingResources": {
4469
- "shape": "Sjb"
4469
+ "shape": "Sjf"
4470
4470
  },
4471
4471
  "StoppingCondition": {
4472
- "shape": "Sjd"
4472
+ "shape": "Sjh"
4473
4473
  },
4474
4474
  "AppSpecification": {
4475
- "shape": "Sjf"
4475
+ "shape": "Sjj"
4476
4476
  },
4477
4477
  "Environment": {
4478
- "shape": "Sjh"
4478
+ "shape": "Sjl"
4479
4479
  },
4480
4480
  "NetworkConfig": {
4481
- "shape": "Sh7"
4481
+ "shape": "Shb"
4482
4482
  },
4483
4483
  "RoleArn": {},
4484
4484
  "ExperimentConfig": {
4485
- "shape": "Sji"
4485
+ "shape": "Sjm"
4486
4486
  },
4487
4487
  "ProcessingJobArn": {},
4488
4488
  "ProcessingJobStatus": {},
@@ -4532,14 +4532,14 @@
4532
4532
  "ProjectId": {},
4533
4533
  "ProjectDescription": {},
4534
4534
  "ServiceCatalogProvisioningDetails": {
4535
- "shape": "Sjn"
4535
+ "shape": "Sjr"
4536
4536
  },
4537
4537
  "ServiceCatalogProvisionedProductDetails": {
4538
- "shape": "Sum"
4538
+ "shape": "Suq"
4539
4539
  },
4540
4540
  "ProjectStatus": {},
4541
4541
  "CreatedBy": {
4542
- "shape": "So9"
4542
+ "shape": "Sod"
4543
4543
  },
4544
4544
  "CreationTime": {
4545
4545
  "type": "timestamp"
@@ -4548,7 +4548,7 @@
4548
4548
  "type": "timestamp"
4549
4549
  },
4550
4550
  "LastModifiedBy": {
4551
- "shape": "So9"
4551
+ "shape": "Sod"
4552
4552
  }
4553
4553
  }
4554
4554
  }
@@ -4596,7 +4596,7 @@
4596
4596
  ],
4597
4597
  "members": {
4598
4598
  "SubscribedWorkteam": {
4599
- "shape": "Sut"
4599
+ "shape": "Sux"
4600
4600
  }
4601
4601
  }
4602
4602
  }
@@ -4631,7 +4631,7 @@
4631
4631
  "LabelingJobArn": {},
4632
4632
  "AutoMLJobArn": {},
4633
4633
  "ModelArtifacts": {
4634
- "shape": "Spw"
4634
+ "shape": "Sq0"
4635
4635
  },
4636
4636
  "TrainingJobStatus": {},
4637
4637
  "SecondaryStatus": {},
@@ -4640,7 +4640,7 @@
4640
4640
  "shape": "S2t"
4641
4641
  },
4642
4642
  "AlgorithmSpecification": {
4643
- "shape": "Sk3"
4643
+ "shape": "Sk7"
4644
4644
  },
4645
4645
  "RoleArn": {},
4646
4646
  "InputDataConfig": {
@@ -4671,10 +4671,10 @@
4671
4671
  "type": "timestamp"
4672
4672
  },
4673
4673
  "SecondaryStatusTransitions": {
4674
- "shape": "Sux"
4674
+ "shape": "Sv1"
4675
4675
  },
4676
4676
  "FinalMetricDataList": {
4677
- "shape": "Sv0"
4677
+ "shape": "Sv4"
4678
4678
  },
4679
4679
  "EnableNetworkIsolation": {
4680
4680
  "type": "boolean"
@@ -4686,7 +4686,7 @@
4686
4686
  "type": "boolean"
4687
4687
  },
4688
4688
  "CheckpointConfig": {
4689
- "shape": "Scp"
4689
+ "shape": "Sct"
4690
4690
  },
4691
4691
  "TrainingTimeInSeconds": {
4692
4692
  "type": "integer"
@@ -4695,25 +4695,25 @@
4695
4695
  "type": "integer"
4696
4696
  },
4697
4697
  "DebugHookConfig": {
4698
- "shape": "Sk4"
4698
+ "shape": "Sk8"
4699
4699
  },
4700
4700
  "ExperimentConfig": {
4701
- "shape": "Sji"
4701
+ "shape": "Sjm"
4702
4702
  },
4703
4703
  "DebugRuleConfigurations": {
4704
- "shape": "Skc"
4704
+ "shape": "Skg"
4705
4705
  },
4706
4706
  "TensorBoardOutputConfig": {
4707
- "shape": "Skg"
4707
+ "shape": "Skk"
4708
4708
  },
4709
4709
  "DebugRuleEvaluationStatuses": {
4710
- "shape": "Sv4"
4710
+ "shape": "Sv8"
4711
4711
  },
4712
4712
  "ProfilerConfig": {
4713
- "shape": "Skh"
4713
+ "shape": "Skl"
4714
4714
  },
4715
4715
  "ProfilerRuleConfigurations": {
4716
- "shape": "Skk"
4716
+ "shape": "Sko"
4717
4717
  },
4718
4718
  "ProfilerRuleEvaluationStatuses": {
4719
4719
  "type": "list",
@@ -4732,10 +4732,10 @@
4732
4732
  },
4733
4733
  "ProfilingStatus": {},
4734
4734
  "RetryStrategy": {
4735
- "shape": "Scq"
4735
+ "shape": "Scu"
4736
4736
  },
4737
4737
  "Environment": {
4738
- "shape": "Skm"
4738
+ "shape": "Skq"
4739
4739
  }
4740
4740
  }
4741
4741
  }
@@ -4771,7 +4771,7 @@
4771
4771
  "type": "integer"
4772
4772
  },
4773
4773
  "ModelClientConfig": {
4774
- "shape": "Skt"
4774
+ "shape": "Skx"
4775
4775
  },
4776
4776
  "MaxPayloadInMB": {
4777
4777
  "type": "integer"
@@ -4801,10 +4801,10 @@
4801
4801
  "LabelingJobArn": {},
4802
4802
  "AutoMLJobArn": {},
4803
4803
  "DataProcessing": {
4804
- "shape": "Skw"
4804
+ "shape": "Sl0"
4805
4805
  },
4806
4806
  "ExperimentConfig": {
4807
- "shape": "Sji"
4807
+ "shape": "Sjm"
4808
4808
  }
4809
4809
  }
4810
4810
  }
@@ -4827,19 +4827,19 @@
4827
4827
  "DisplayName": {},
4828
4828
  "ExperimentName": {},
4829
4829
  "Source": {
4830
- "shape": "Svg"
4830
+ "shape": "Svk"
4831
4831
  },
4832
4832
  "CreationTime": {
4833
4833
  "type": "timestamp"
4834
4834
  },
4835
4835
  "CreatedBy": {
4836
- "shape": "So9"
4836
+ "shape": "Sod"
4837
4837
  },
4838
4838
  "LastModifiedTime": {
4839
4839
  "type": "timestamp"
4840
4840
  },
4841
4841
  "LastModifiedBy": {
4842
- "shape": "So9"
4842
+ "shape": "Sod"
4843
4843
  },
4844
4844
  "MetadataProperties": {
4845
4845
  "shape": "S1q"
@@ -4864,10 +4864,10 @@
4864
4864
  "TrialComponentArn": {},
4865
4865
  "DisplayName": {},
4866
4866
  "Source": {
4867
- "shape": "Svk"
4867
+ "shape": "Svo"
4868
4868
  },
4869
4869
  "Status": {
4870
- "shape": "Sl4"
4870
+ "shape": "Sl8"
4871
4871
  },
4872
4872
  "StartTime": {
4873
4873
  "type": "timestamp"
@@ -4879,28 +4879,28 @@
4879
4879
  "type": "timestamp"
4880
4880
  },
4881
4881
  "CreatedBy": {
4882
- "shape": "So9"
4882
+ "shape": "Sod"
4883
4883
  },
4884
4884
  "LastModifiedTime": {
4885
4885
  "type": "timestamp"
4886
4886
  },
4887
4887
  "LastModifiedBy": {
4888
- "shape": "So9"
4888
+ "shape": "Sod"
4889
4889
  },
4890
4890
  "Parameters": {
4891
- "shape": "Sl8"
4891
+ "shape": "Slc"
4892
4892
  },
4893
4893
  "InputArtifacts": {
4894
- "shape": "Slc"
4894
+ "shape": "Slg"
4895
4895
  },
4896
4896
  "OutputArtifacts": {
4897
- "shape": "Slc"
4897
+ "shape": "Slg"
4898
4898
  },
4899
4899
  "MetadataProperties": {
4900
4900
  "shape": "S1q"
4901
4901
  },
4902
4902
  "Metrics": {
4903
- "shape": "Svm"
4903
+ "shape": "Svq"
4904
4904
  },
4905
4905
  "LineageGroupArn": {}
4906
4906
  }
@@ -4936,7 +4936,7 @@
4936
4936
  "SingleSignOnUserIdentifier": {},
4937
4937
  "SingleSignOnUserValue": {},
4938
4938
  "UserSettings": {
4939
- "shape": "S82"
4939
+ "shape": "S83"
4940
4940
  }
4941
4941
  }
4942
4942
  }
@@ -4958,7 +4958,7 @@
4958
4958
  ],
4959
4959
  "members": {
4960
4960
  "Workforce": {
4961
- "shape": "Svw"
4961
+ "shape": "Sw0"
4962
4962
  }
4963
4963
  }
4964
4964
  }
@@ -4980,7 +4980,7 @@
4980
4980
  ],
4981
4981
  "members": {
4982
4982
  "Workteam": {
4983
- "shape": "Sw4"
4983
+ "shape": "Sw8"
4984
4984
  }
4985
4985
  }
4986
4986
  }
@@ -5045,7 +5045,7 @@
5045
5045
  "DeviceFleetArn": {},
5046
5046
  "DeviceFleetName": {},
5047
5047
  "OutputConfig": {
5048
- "shape": "S7w"
5048
+ "shape": "S7x"
5049
5049
  },
5050
5050
  "Description": {},
5051
5051
  "ReportGenerated": {
@@ -5479,7 +5479,7 @@
5479
5479
  "type": "timestamp"
5480
5480
  },
5481
5481
  "CreatedBy": {
5482
- "shape": "So9"
5482
+ "shape": "Sod"
5483
5483
  }
5484
5484
  }
5485
5485
  }
@@ -5548,7 +5548,7 @@
5548
5548
  },
5549
5549
  "FailureReason": {},
5550
5550
  "PartialFailureReasons": {
5551
- "shape": "Sot"
5551
+ "shape": "Sox"
5552
5552
  }
5553
5553
  }
5554
5554
  }
@@ -5584,7 +5584,7 @@
5584
5584
  "Candidates": {
5585
5585
  "type": "list",
5586
5586
  "member": {
5587
- "shape": "Sov"
5587
+ "shape": "Soz"
5588
5588
  }
5589
5589
  },
5590
5590
  "NextToken": {}
@@ -5642,7 +5642,7 @@
5642
5642
  "type": "timestamp"
5643
5643
  },
5644
5644
  "GitConfig": {
5645
- "shape": "S61"
5645
+ "shape": "S62"
5646
5646
  }
5647
5647
  }
5648
5648
  }
@@ -5751,7 +5751,7 @@
5751
5751
  "ContextArn": {},
5752
5752
  "ContextName": {},
5753
5753
  "Source": {
5754
- "shape": "S6p"
5754
+ "shape": "S6q"
5755
5755
  },
5756
5756
  "ContextType": {},
5757
5757
  "CreationTime": {
@@ -5794,7 +5794,7 @@
5794
5794
  ],
5795
5795
  "members": {
5796
5796
  "JobDefinitionSummaries": {
5797
- "shape": "Syx"
5797
+ "shape": "Sz1"
5798
5798
  },
5799
5799
  "NextToken": {}
5800
5800
  }
@@ -6223,7 +6223,7 @@
6223
6223
  "ExperimentName": {},
6224
6224
  "DisplayName": {},
6225
6225
  "ExperimentSource": {
6226
- "shape": "Sri"
6226
+ "shape": "Srm"
6227
6227
  },
6228
6228
  "CreationTime": {
6229
6229
  "type": "timestamp"
@@ -6283,7 +6283,7 @@
6283
6283
  },
6284
6284
  "FeatureGroupStatus": {},
6285
6285
  "OfflineStoreStatus": {
6286
- "shape": "Sro"
6286
+ "shape": "Srs"
6287
6287
  }
6288
6288
  }
6289
6289
  }
@@ -6445,13 +6445,13 @@
6445
6445
  "type": "timestamp"
6446
6446
  },
6447
6447
  "TrainingJobStatusCounters": {
6448
- "shape": "Ssd"
6448
+ "shape": "Ssh"
6449
6449
  },
6450
6450
  "ObjectiveStatusCounters": {
6451
- "shape": "Ssf"
6451
+ "shape": "Ssj"
6452
6452
  },
6453
6453
  "ResourceLimits": {
6454
- "shape": "Sc5"
6454
+ "shape": "Sc9"
6455
6455
  }
6456
6456
  }
6457
6457
  }
@@ -6707,17 +6707,17 @@
6707
6707
  },
6708
6708
  "LabelingJobStatus": {},
6709
6709
  "LabelCounters": {
6710
- "shape": "St4"
6710
+ "shape": "St8"
6711
6711
  },
6712
6712
  "WorkteamArn": {},
6713
6713
  "PreHumanTaskLambdaArn": {},
6714
6714
  "AnnotationConsolidationLambdaArn": {},
6715
6715
  "FailureReason": {},
6716
6716
  "LabelingJobOutput": {
6717
- "shape": "St7"
6717
+ "shape": "Stb"
6718
6718
  },
6719
6719
  "InputConfig": {
6720
- "shape": "Seg"
6720
+ "shape": "Sek"
6721
6721
  }
6722
6722
  }
6723
6723
  }
@@ -6864,7 +6864,7 @@
6864
6864
  ],
6865
6865
  "members": {
6866
6866
  "JobDefinitionSummaries": {
6867
- "shape": "Syx"
6867
+ "shape": "Sz1"
6868
6868
  },
6869
6869
  "NextToken": {}
6870
6870
  }
@@ -6897,7 +6897,7 @@
6897
6897
  ],
6898
6898
  "members": {
6899
6899
  "JobDefinitionSummaries": {
6900
- "shape": "Syx"
6900
+ "shape": "Sz1"
6901
6901
  },
6902
6902
  "NextToken": {}
6903
6903
  }
@@ -7097,7 +7097,7 @@
7097
7097
  ],
7098
7098
  "members": {
7099
7099
  "JobDefinitionSummaries": {
7100
- "shape": "Syx"
7100
+ "shape": "Sz1"
7101
7101
  },
7102
7102
  "NextToken": {}
7103
7103
  }
@@ -7194,7 +7194,7 @@
7194
7194
  "MonitoringExecutionSummaries": {
7195
7195
  "type": "list",
7196
7196
  "member": {
7197
- "shape": "Stv"
7197
+ "shape": "Stz"
7198
7198
  }
7199
7199
  },
7200
7200
  "NextToken": {}
@@ -7375,7 +7375,7 @@
7375
7375
  "NotebookInstanceLifecycleConfigName": {},
7376
7376
  "DefaultCodeRepository": {},
7377
7377
  "AdditionalCodeRepositories": {
7378
- "shape": "Shk"
7378
+ "shape": "Sho"
7379
7379
  }
7380
7380
  }
7381
7381
  }
@@ -7474,7 +7474,7 @@
7474
7474
  "CallbackToken": {},
7475
7475
  "SqsQueueUrl": {},
7476
7476
  "OutputParameters": {
7477
- "shape": "S13x"
7477
+ "shape": "S141"
7478
7478
  }
7479
7479
  }
7480
7480
  },
@@ -7483,7 +7483,7 @@
7483
7483
  "members": {
7484
7484
  "Arn": {},
7485
7485
  "OutputParameters": {
7486
- "shape": "S13x"
7486
+ "shape": "S141"
7487
7487
  }
7488
7488
  }
7489
7489
  },
@@ -7610,7 +7610,7 @@
7610
7610
  "type": "structure",
7611
7611
  "members": {
7612
7612
  "PipelineParameters": {
7613
- "shape": "S14c"
7613
+ "shape": "S14g"
7614
7614
  },
7615
7615
  "NextToken": {}
7616
7616
  }
@@ -7907,7 +7907,7 @@
7907
7907
  "SubscribedWorkteams": {
7908
7908
  "type": "list",
7909
7909
  "member": {
7910
- "shape": "Sut"
7910
+ "shape": "Sux"
7911
7911
  }
7912
7912
  },
7913
7913
  "NextToken": {}
@@ -8026,7 +8026,7 @@
8026
8026
  "TrainingJobSummaries": {
8027
8027
  "type": "list",
8028
8028
  "member": {
8029
- "shape": "Ssh"
8029
+ "shape": "Ssl"
8030
8030
  }
8031
8031
  },
8032
8032
  "NextToken": {}
@@ -8129,10 +8129,10 @@
8129
8129
  "TrialComponentArn": {},
8130
8130
  "DisplayName": {},
8131
8131
  "TrialComponentSource": {
8132
- "shape": "Svk"
8132
+ "shape": "Svo"
8133
8133
  },
8134
8134
  "Status": {
8135
- "shape": "Sl4"
8135
+ "shape": "Sl8"
8136
8136
  },
8137
8137
  "StartTime": {
8138
8138
  "type": "timestamp"
@@ -8144,13 +8144,13 @@
8144
8144
  "type": "timestamp"
8145
8145
  },
8146
8146
  "CreatedBy": {
8147
- "shape": "So9"
8147
+ "shape": "Sod"
8148
8148
  },
8149
8149
  "LastModifiedTime": {
8150
8150
  "type": "timestamp"
8151
8151
  },
8152
8152
  "LastModifiedBy": {
8153
- "shape": "So9"
8153
+ "shape": "Sod"
8154
8154
  }
8155
8155
  }
8156
8156
  }
@@ -8191,7 +8191,7 @@
8191
8191
  "TrialName": {},
8192
8192
  "DisplayName": {},
8193
8193
  "TrialSource": {
8194
- "shape": "Svg"
8194
+ "shape": "Svk"
8195
8195
  },
8196
8196
  "CreationTime": {
8197
8197
  "type": "timestamp"
@@ -8266,7 +8266,7 @@
8266
8266
  "Workforces": {
8267
8267
  "type": "list",
8268
8268
  "member": {
8269
- "shape": "Svw"
8269
+ "shape": "Sw0"
8270
8270
  }
8271
8271
  },
8272
8272
  "NextToken": {}
@@ -8295,7 +8295,7 @@
8295
8295
  "Workteams": {
8296
8296
  "type": "list",
8297
8297
  "member": {
8298
- "shape": "Sw4"
8298
+ "shape": "Sw8"
8299
8299
  }
8300
8300
  },
8301
8301
  "NextToken": {}
@@ -8414,7 +8414,7 @@
8414
8414
  "members": {
8415
8415
  "DeviceFleetName": {},
8416
8416
  "Devices": {
8417
- "shape": "S16t"
8417
+ "shape": "S16x"
8418
8418
  },
8419
8419
  "Tags": {
8420
8420
  "shape": "S7"
@@ -8431,7 +8431,7 @@
8431
8431
  ],
8432
8432
  "members": {
8433
8433
  "UiTemplate": {
8434
- "shape": "Sby"
8434
+ "shape": "Sc2"
8435
8435
  },
8436
8436
  "Task": {
8437
8437
  "type": "structure",
@@ -8484,7 +8484,7 @@
8484
8484
  "idempotencyToken": true
8485
8485
  },
8486
8486
  "ParallelismConfiguration": {
8487
- "shape": "Si6"
8487
+ "shape": "Sia"
8488
8488
  }
8489
8489
  }
8490
8490
  },
@@ -8504,7 +8504,7 @@
8504
8504
  "members": {
8505
8505
  "Resource": {},
8506
8506
  "SearchExpression": {
8507
- "shape": "S174"
8507
+ "shape": "S178"
8508
8508
  },
8509
8509
  "SortBy": {},
8510
8510
  "SortOrder": {},
@@ -8523,7 +8523,7 @@
8523
8523
  "type": "structure",
8524
8524
  "members": {
8525
8525
  "TrainingJob": {
8526
- "shape": "S17h"
8526
+ "shape": "S17l"
8527
8527
  },
8528
8528
  "Experiment": {
8529
8529
  "type": "structure",
@@ -8532,20 +8532,20 @@
8532
8532
  "ExperimentArn": {},
8533
8533
  "DisplayName": {},
8534
8534
  "Source": {
8535
- "shape": "Sri"
8535
+ "shape": "Srm"
8536
8536
  },
8537
8537
  "Description": {},
8538
8538
  "CreationTime": {
8539
8539
  "type": "timestamp"
8540
8540
  },
8541
8541
  "CreatedBy": {
8542
- "shape": "So9"
8542
+ "shape": "Sod"
8543
8543
  },
8544
8544
  "LastModifiedTime": {
8545
8545
  "type": "timestamp"
8546
8546
  },
8547
8547
  "LastModifiedBy": {
8548
- "shape": "So9"
8548
+ "shape": "Sod"
8549
8549
  },
8550
8550
  "Tags": {
8551
8551
  "shape": "S7"
@@ -8560,19 +8560,19 @@
8560
8560
  "DisplayName": {},
8561
8561
  "ExperimentName": {},
8562
8562
  "Source": {
8563
- "shape": "Svg"
8563
+ "shape": "Svk"
8564
8564
  },
8565
8565
  "CreationTime": {
8566
8566
  "type": "timestamp"
8567
8567
  },
8568
8568
  "CreatedBy": {
8569
- "shape": "So9"
8569
+ "shape": "Sod"
8570
8570
  },
8571
8571
  "LastModifiedTime": {
8572
8572
  "type": "timestamp"
8573
8573
  },
8574
8574
  "LastModifiedBy": {
8575
- "shape": "So9"
8575
+ "shape": "Sod"
8576
8576
  },
8577
8577
  "MetadataProperties": {
8578
8578
  "shape": "S1q"
@@ -8588,13 +8588,13 @@
8588
8588
  "TrialComponentName": {},
8589
8589
  "TrialComponentArn": {},
8590
8590
  "TrialComponentSource": {
8591
- "shape": "Svk"
8591
+ "shape": "Svo"
8592
8592
  },
8593
8593
  "CreationTime": {
8594
8594
  "type": "timestamp"
8595
8595
  },
8596
8596
  "CreatedBy": {
8597
- "shape": "So9"
8597
+ "shape": "Sod"
8598
8598
  }
8599
8599
  }
8600
8600
  }
@@ -8608,10 +8608,10 @@
8608
8608
  "DisplayName": {},
8609
8609
  "TrialComponentArn": {},
8610
8610
  "Source": {
8611
- "shape": "Svk"
8611
+ "shape": "Svo"
8612
8612
  },
8613
8613
  "Status": {
8614
- "shape": "Sl4"
8614
+ "shape": "Sl8"
8615
8615
  },
8616
8616
  "StartTime": {
8617
8617
  "type": "timestamp"
@@ -8623,25 +8623,25 @@
8623
8623
  "type": "timestamp"
8624
8624
  },
8625
8625
  "CreatedBy": {
8626
- "shape": "So9"
8626
+ "shape": "Sod"
8627
8627
  },
8628
8628
  "LastModifiedTime": {
8629
8629
  "type": "timestamp"
8630
8630
  },
8631
8631
  "LastModifiedBy": {
8632
- "shape": "So9"
8632
+ "shape": "Sod"
8633
8633
  },
8634
8634
  "Parameters": {
8635
- "shape": "Sl8"
8635
+ "shape": "Slc"
8636
8636
  },
8637
8637
  "InputArtifacts": {
8638
- "shape": "Slc"
8638
+ "shape": "Slg"
8639
8639
  },
8640
8640
  "OutputArtifacts": {
8641
- "shape": "Slc"
8641
+ "shape": "Slg"
8642
8642
  },
8643
8643
  "Metrics": {
8644
- "shape": "Svm"
8644
+ "shape": "Svq"
8645
8645
  },
8646
8646
  "MetadataProperties": {
8647
8647
  "shape": "S1q"
@@ -8651,36 +8651,36 @@
8651
8651
  "members": {
8652
8652
  "SourceArn": {},
8653
8653
  "TrainingJob": {
8654
- "shape": "S17h"
8654
+ "shape": "S17l"
8655
8655
  },
8656
8656
  "ProcessingJob": {
8657
8657
  "type": "structure",
8658
8658
  "members": {
8659
8659
  "ProcessingInputs": {
8660
- "shape": "Sij"
8660
+ "shape": "Sin"
8661
8661
  },
8662
8662
  "ProcessingOutputConfig": {
8663
- "shape": "Sj6"
8663
+ "shape": "Sja"
8664
8664
  },
8665
8665
  "ProcessingJobName": {},
8666
8666
  "ProcessingResources": {
8667
- "shape": "Sjb"
8667
+ "shape": "Sjf"
8668
8668
  },
8669
8669
  "StoppingCondition": {
8670
- "shape": "Sjd"
8670
+ "shape": "Sjh"
8671
8671
  },
8672
8672
  "AppSpecification": {
8673
- "shape": "Sjf"
8673
+ "shape": "Sjj"
8674
8674
  },
8675
8675
  "Environment": {
8676
- "shape": "Sjh"
8676
+ "shape": "Sjl"
8677
8677
  },
8678
8678
  "NetworkConfig": {
8679
- "shape": "Sh7"
8679
+ "shape": "Shb"
8680
8680
  },
8681
8681
  "RoleArn": {},
8682
8682
  "ExperimentConfig": {
8683
- "shape": "Sji"
8683
+ "shape": "Sjm"
8684
8684
  },
8685
8685
  "ProcessingJobArn": {},
8686
8686
  "ProcessingJobStatus": {},
@@ -8718,7 +8718,7 @@
8718
8718
  "type": "integer"
8719
8719
  },
8720
8720
  "ModelClientConfig": {
8721
- "shape": "Skt"
8721
+ "shape": "Skx"
8722
8722
  },
8723
8723
  "MaxPayloadInMB": {
8724
8724
  "type": "integer"
@@ -8748,10 +8748,10 @@
8748
8748
  "LabelingJobArn": {},
8749
8749
  "AutoMLJobArn": {},
8750
8750
  "DataProcessing": {
8751
- "shape": "Skw"
8751
+ "shape": "Sl0"
8752
8752
  },
8753
8753
  "ExperimentConfig": {
8754
- "shape": "Sji"
8754
+ "shape": "Sjm"
8755
8755
  },
8756
8756
  "Tags": {
8757
8757
  "shape": "S7"
@@ -8791,10 +8791,10 @@
8791
8791
  "EndpointArn": {},
8792
8792
  "EndpointConfigName": {},
8793
8793
  "ProductionVariants": {
8794
- "shape": "Sqz"
8794
+ "shape": "Sr3"
8795
8795
  },
8796
8796
  "DataCaptureConfig": {
8797
- "shape": "Sr8"
8797
+ "shape": "Src"
8798
8798
  },
8799
8799
  "EndpointStatus": {},
8800
8800
  "FailureReason": {},
@@ -8821,11 +8821,11 @@
8821
8821
  "type": "timestamp"
8822
8822
  },
8823
8823
  "MonitoringScheduleConfig": {
8824
- "shape": "Sgz"
8824
+ "shape": "Sh3"
8825
8825
  },
8826
8826
  "EndpointName": {},
8827
8827
  "LastMonitoringExecutionSummary": {
8828
- "shape": "Stv"
8828
+ "shape": "Stz"
8829
8829
  },
8830
8830
  "Tags": {
8831
8831
  "shape": "S7"
@@ -8855,49 +8855,49 @@
8855
8855
  "shape": "Sr"
8856
8856
  },
8857
8857
  "SourceAlgorithmSpecification": {
8858
- "shape": "Sg2"
8858
+ "shape": "Sg6"
8859
8859
  },
8860
8860
  "ValidationSpecification": {
8861
- "shape": "Sfz"
8861
+ "shape": "Sg3"
8862
8862
  },
8863
8863
  "ModelPackageStatus": {},
8864
8864
  "ModelPackageStatusDetails": {
8865
- "shape": "Sti"
8865
+ "shape": "Stm"
8866
8866
  },
8867
8867
  "CertifyForMarketplace": {
8868
8868
  "type": "boolean"
8869
8869
  },
8870
8870
  "ModelApprovalStatus": {},
8871
8871
  "CreatedBy": {
8872
- "shape": "So9"
8872
+ "shape": "Sod"
8873
8873
  },
8874
8874
  "MetadataProperties": {
8875
8875
  "shape": "S1q"
8876
8876
  },
8877
8877
  "ModelMetrics": {
8878
- "shape": "Sg5"
8878
+ "shape": "Sg9"
8879
8879
  },
8880
8880
  "LastModifiedTime": {
8881
8881
  "type": "timestamp"
8882
8882
  },
8883
8883
  "LastModifiedBy": {
8884
- "shape": "So9"
8884
+ "shape": "Sod"
8885
8885
  },
8886
8886
  "ApprovalDescription": {},
8887
8887
  "Domain": {},
8888
8888
  "Task": {},
8889
8889
  "SamplePayloadUrl": {},
8890
8890
  "AdditionalInferenceSpecifications": {
8891
- "shape": "Sgl"
8891
+ "shape": "Sgp"
8892
8892
  },
8893
8893
  "Tags": {
8894
8894
  "shape": "S7"
8895
8895
  },
8896
8896
  "CustomerMetadataProperties": {
8897
- "shape": "Sgc"
8897
+ "shape": "Sgg"
8898
8898
  },
8899
8899
  "DriftCheckBaselines": {
8900
- "shape": "Sgf"
8900
+ "shape": "Sgj"
8901
8901
  }
8902
8902
  }
8903
8903
  },
@@ -8911,7 +8911,7 @@
8911
8911
  "type": "timestamp"
8912
8912
  },
8913
8913
  "CreatedBy": {
8914
- "shape": "So9"
8914
+ "shape": "Sod"
8915
8915
  },
8916
8916
  "ModelPackageGroupStatus": {},
8917
8917
  "Tags": {
@@ -8938,13 +8938,13 @@
8938
8938
  "type": "timestamp"
8939
8939
  },
8940
8940
  "CreatedBy": {
8941
- "shape": "So9"
8941
+ "shape": "Sod"
8942
8942
  },
8943
8943
  "LastModifiedBy": {
8944
- "shape": "So9"
8944
+ "shape": "Sod"
8945
8945
  },
8946
8946
  "ParallelismConfiguration": {
8947
- "shape": "Si6"
8947
+ "shape": "Sia"
8948
8948
  },
8949
8949
  "Tags": {
8950
8950
  "shape": "S7"
@@ -8960,7 +8960,7 @@
8960
8960
  "PipelineExecutionStatus": {},
8961
8961
  "PipelineExecutionDescription": {},
8962
8962
  "PipelineExperimentConfig": {
8963
- "shape": "Sue"
8963
+ "shape": "Sui"
8964
8964
  },
8965
8965
  "FailureReason": {},
8966
8966
  "CreationTime": {
@@ -8970,16 +8970,16 @@
8970
8970
  "type": "timestamp"
8971
8971
  },
8972
8972
  "CreatedBy": {
8973
- "shape": "So9"
8973
+ "shape": "Sod"
8974
8974
  },
8975
8975
  "LastModifiedBy": {
8976
- "shape": "So9"
8976
+ "shape": "Sod"
8977
8977
  },
8978
8978
  "ParallelismConfiguration": {
8979
- "shape": "Si6"
8979
+ "shape": "Sia"
8980
8980
  },
8981
8981
  "PipelineParameters": {
8982
- "shape": "S14c"
8982
+ "shape": "S14g"
8983
8983
  }
8984
8984
  }
8985
8985
  },
@@ -8991,7 +8991,7 @@
8991
8991
  "RecordIdentifierFeatureName": {},
8992
8992
  "EventTimeFeatureName": {},
8993
8993
  "FeatureDefinitions": {
8994
- "shape": "Sat"
8994
+ "shape": "Sax"
8995
8995
  },
8996
8996
  "CreationTime": {
8997
8997
  "type": "timestamp"
@@ -9000,18 +9000,18 @@
9000
9000
  "type": "timestamp"
9001
9001
  },
9002
9002
  "OnlineStoreConfig": {
9003
- "shape": "Saw"
9003
+ "shape": "Sb0"
9004
9004
  },
9005
9005
  "OfflineStoreConfig": {
9006
- "shape": "Say"
9006
+ "shape": "Sb2"
9007
9007
  },
9008
9008
  "RoleArn": {},
9009
9009
  "FeatureGroupStatus": {},
9010
9010
  "OfflineStoreStatus": {
9011
- "shape": "Sro"
9011
+ "shape": "Srs"
9012
9012
  },
9013
9013
  "LastUpdateStatus": {
9014
- "shape": "Srr"
9014
+ "shape": "Srv"
9015
9015
  },
9016
9016
  "FailureReason": {},
9017
9017
  "Description": {},
@@ -9028,14 +9028,14 @@
9028
9028
  "ProjectId": {},
9029
9029
  "ProjectDescription": {},
9030
9030
  "ServiceCatalogProvisioningDetails": {
9031
- "shape": "Sjn"
9031
+ "shape": "Sjr"
9032
9032
  },
9033
9033
  "ServiceCatalogProvisionedProductDetails": {
9034
- "shape": "Sum"
9034
+ "shape": "Suq"
9035
9035
  },
9036
9036
  "ProjectStatus": {},
9037
9037
  "CreatedBy": {
9038
- "shape": "So9"
9038
+ "shape": "Sod"
9039
9039
  },
9040
9040
  "CreationTime": {
9041
9041
  "type": "timestamp"
@@ -9047,7 +9047,7 @@
9047
9047
  "type": "timestamp"
9048
9048
  },
9049
9049
  "LastModifiedBy": {
9050
- "shape": "So9"
9050
+ "shape": "Sod"
9051
9051
  }
9052
9052
  }
9053
9053
  },
@@ -9066,7 +9066,52 @@
9066
9066
  },
9067
9067
  "Description": {},
9068
9068
  "Parameters": {
9069
- "shape": "Srx"
9069
+ "shape": "Ss1"
9070
+ }
9071
+ }
9072
+ },
9073
+ "HyperParameterTuningJob": {
9074
+ "type": "structure",
9075
+ "members": {
9076
+ "HyperParameterTuningJobName": {},
9077
+ "HyperParameterTuningJobArn": {},
9078
+ "HyperParameterTuningJobConfig": {
9079
+ "shape": "Sc7"
9080
+ },
9081
+ "TrainingJobDefinition": {
9082
+ "shape": "Sco"
9083
+ },
9084
+ "TrainingJobDefinitions": {
9085
+ "shape": "Sd1"
9086
+ },
9087
+ "HyperParameterTuningJobStatus": {},
9088
+ "CreationTime": {
9089
+ "type": "timestamp"
9090
+ },
9091
+ "HyperParameterTuningEndTime": {
9092
+ "type": "timestamp"
9093
+ },
9094
+ "LastModifiedTime": {
9095
+ "type": "timestamp"
9096
+ },
9097
+ "TrainingJobStatusCounters": {
9098
+ "shape": "Ssh"
9099
+ },
9100
+ "ObjectiveStatusCounters": {
9101
+ "shape": "Ssj"
9102
+ },
9103
+ "BestTrainingJob": {
9104
+ "shape": "Ssl"
9105
+ },
9106
+ "OverallBestTrainingJob": {
9107
+ "shape": "Ssl"
9108
+ },
9109
+ "WarmStartConfig": {
9110
+ "shape": "Sd2"
9111
+ },
9112
+ "FailureReason": {},
9113
+ "Tags": {
9114
+ "shape": "S7"
9070
9115
  }
9071
9116
  }
9072
9117
  }
@@ -9107,7 +9152,7 @@
9107
9152
  "members": {
9108
9153
  "CallbackToken": {},
9109
9154
  "OutputParameters": {
9110
- "shape": "S13x"
9155
+ "shape": "S141"
9111
9156
  },
9112
9157
  "ClientRequestToken": {
9113
9158
  "idempotencyToken": true
@@ -9167,14 +9212,14 @@
9167
9212
  "PipelineName": {},
9168
9213
  "PipelineExecutionDisplayName": {},
9169
9214
  "PipelineParameters": {
9170
- "shape": "S14c"
9215
+ "shape": "S14g"
9171
9216
  },
9172
9217
  "PipelineExecutionDescription": {},
9173
9218
  "ClientRequestToken": {
9174
9219
  "idempotencyToken": true
9175
9220
  },
9176
9221
  "ParallelismConfiguration": {
9177
- "shape": "Si6"
9222
+ "shape": "Sia"
9178
9223
  }
9179
9224
  }
9180
9225
  },
@@ -9354,7 +9399,7 @@
9354
9399
  "shape": "S1o"
9355
9400
  },
9356
9401
  "PropertiesToRemove": {
9357
- "shape": "S18q"
9402
+ "shape": "S18v"
9358
9403
  }
9359
9404
  }
9360
9405
  },
@@ -9398,7 +9443,7 @@
9398
9443
  "shape": "S1o"
9399
9444
  },
9400
9445
  "PropertiesToRemove": {
9401
- "shape": "S18q"
9446
+ "shape": "S18v"
9402
9447
  }
9403
9448
  }
9404
9449
  },
@@ -9448,7 +9493,7 @@
9448
9493
  "shape": "S1o"
9449
9494
  },
9450
9495
  "PropertiesToRemove": {
9451
- "shape": "S18q"
9496
+ "shape": "S18v"
9452
9497
  }
9453
9498
  }
9454
9499
  },
@@ -9471,7 +9516,7 @@
9471
9516
  "RoleArn": {},
9472
9517
  "Description": {},
9473
9518
  "OutputConfig": {
9474
- "shape": "S7w"
9519
+ "shape": "S7x"
9475
9520
  },
9476
9521
  "EnableIotRoleAlias": {
9477
9522
  "type": "boolean"
@@ -9489,7 +9534,7 @@
9489
9534
  "members": {
9490
9535
  "DeviceFleetName": {},
9491
9536
  "Devices": {
9492
- "shape": "S16t"
9537
+ "shape": "S16x"
9493
9538
  }
9494
9539
  }
9495
9540
  }
@@ -9503,7 +9548,7 @@
9503
9548
  "members": {
9504
9549
  "DomainId": {},
9505
9550
  "DefaultUserSettings": {
9506
- "shape": "S82"
9551
+ "shape": "S83"
9507
9552
  },
9508
9553
  "DomainSettingsForUpdate": {
9509
9554
  "type": "structure",
@@ -9558,7 +9603,7 @@
9558
9603
  }
9559
9604
  },
9560
9605
  "DeploymentConfig": {
9561
- "shape": "S9b"
9606
+ "shape": "S9c"
9562
9607
  },
9563
9608
  "RetainDeploymentConfig": {
9564
9609
  "type": "boolean"
@@ -9644,7 +9689,7 @@
9644
9689
  "FeatureAdditions": {
9645
9690
  "type": "list",
9646
9691
  "member": {
9647
- "shape": "Sau"
9692
+ "shape": "Say"
9648
9693
  }
9649
9694
  }
9650
9695
  }
@@ -9673,7 +9718,7 @@
9673
9718
  "ParameterAdditions": {
9674
9719
  "type": "list",
9675
9720
  "member": {
9676
- "shape": "Sry"
9721
+ "shape": "Ss2"
9677
9722
  }
9678
9723
  },
9679
9724
  "ParameterRemovals": {
@@ -9718,14 +9763,14 @@
9718
9763
  "ModelApprovalStatus": {},
9719
9764
  "ApprovalDescription": {},
9720
9765
  "CustomerMetadataProperties": {
9721
- "shape": "Sgc"
9766
+ "shape": "Sgg"
9722
9767
  },
9723
9768
  "CustomerMetadataPropertiesToRemove": {
9724
9769
  "type": "list",
9725
9770
  "member": {}
9726
9771
  },
9727
9772
  "AdditionalInferenceSpecificationsToAdd": {
9728
- "shape": "Sgl"
9773
+ "shape": "Sgp"
9729
9774
  }
9730
9775
  }
9731
9776
  },
@@ -9749,7 +9794,7 @@
9749
9794
  "members": {
9750
9795
  "MonitoringScheduleName": {},
9751
9796
  "MonitoringScheduleConfig": {
9752
- "shape": "Sgz"
9797
+ "shape": "Sh3"
9753
9798
  }
9754
9799
  }
9755
9800
  },
@@ -9782,10 +9827,10 @@
9782
9827
  },
9783
9828
  "DefaultCodeRepository": {},
9784
9829
  "AdditionalCodeRepositories": {
9785
- "shape": "Shk"
9830
+ "shape": "Sho"
9786
9831
  },
9787
9832
  "AcceleratorTypes": {
9788
- "shape": "Shh"
9833
+ "shape": "Shl"
9789
9834
  },
9790
9835
  "DisassociateAcceleratorTypes": {
9791
9836
  "type": "boolean"
@@ -9798,7 +9843,7 @@
9798
9843
  },
9799
9844
  "RootAccess": {},
9800
9845
  "InstanceMetadataServiceConfiguration": {
9801
- "shape": "Shn"
9846
+ "shape": "Shr"
9802
9847
  }
9803
9848
  }
9804
9849
  },
@@ -9816,10 +9861,10 @@
9816
9861
  "members": {
9817
9862
  "NotebookInstanceLifecycleConfigName": {},
9818
9863
  "OnCreate": {
9819
- "shape": "Shs"
9864
+ "shape": "Shw"
9820
9865
  },
9821
9866
  "OnStart": {
9822
- "shape": "Shs"
9867
+ "shape": "Shw"
9823
9868
  }
9824
9869
  }
9825
9870
  },
@@ -9839,12 +9884,12 @@
9839
9884
  "PipelineDisplayName": {},
9840
9885
  "PipelineDefinition": {},
9841
9886
  "PipelineDefinitionS3Location": {
9842
- "shape": "Si0"
9887
+ "shape": "Si4"
9843
9888
  },
9844
9889
  "PipelineDescription": {},
9845
9890
  "RoleArn": {},
9846
9891
  "ParallelismConfiguration": {
9847
- "shape": "Si6"
9892
+ "shape": "Sia"
9848
9893
  }
9849
9894
  }
9850
9895
  },
@@ -9866,7 +9911,7 @@
9866
9911
  "PipelineExecutionDescription": {},
9867
9912
  "PipelineExecutionDisplayName": {},
9868
9913
  "ParallelismConfiguration": {
9869
- "shape": "Si6"
9914
+ "shape": "Sia"
9870
9915
  }
9871
9916
  }
9872
9917
  },
@@ -9891,7 +9936,7 @@
9891
9936
  "members": {
9892
9937
  "ProvisioningArtifactId": {},
9893
9938
  "ProvisioningParameters": {
9894
- "shape": "Sjp"
9939
+ "shape": "Sjt"
9895
9940
  }
9896
9941
  }
9897
9942
  },
@@ -9926,7 +9971,7 @@
9926
9971
  "type": "long"
9927
9972
  },
9928
9973
  "ProfilingParameters": {
9929
- "shape": "Skj"
9974
+ "shape": "Skn"
9930
9975
  },
9931
9976
  "DisableProfiler": {
9932
9977
  "type": "boolean"
@@ -9934,7 +9979,7 @@
9934
9979
  }
9935
9980
  },
9936
9981
  "ProfilerRuleConfigurations": {
9937
- "shape": "Skk"
9982
+ "shape": "Sko"
9938
9983
  }
9939
9984
  }
9940
9985
  },
@@ -9976,7 +10021,7 @@
9976
10021
  "TrialComponentName": {},
9977
10022
  "DisplayName": {},
9978
10023
  "Status": {
9979
- "shape": "Sl4"
10024
+ "shape": "Sl8"
9980
10025
  },
9981
10026
  "StartTime": {
9982
10027
  "type": "timestamp"
@@ -9985,22 +10030,22 @@
9985
10030
  "type": "timestamp"
9986
10031
  },
9987
10032
  "Parameters": {
9988
- "shape": "Sl8"
10033
+ "shape": "Slc"
9989
10034
  },
9990
10035
  "ParametersToRemove": {
9991
- "shape": "S1aj"
10036
+ "shape": "S1ao"
9992
10037
  },
9993
10038
  "InputArtifacts": {
9994
- "shape": "Slc"
10039
+ "shape": "Slg"
9995
10040
  },
9996
10041
  "InputArtifactsToRemove": {
9997
- "shape": "S1aj"
10042
+ "shape": "S1ao"
9998
10043
  },
9999
10044
  "OutputArtifacts": {
10000
- "shape": "Slc"
10045
+ "shape": "Slg"
10001
10046
  },
10002
10047
  "OutputArtifactsToRemove": {
10003
- "shape": "S1aj"
10048
+ "shape": "S1ao"
10004
10049
  }
10005
10050
  }
10006
10051
  },
@@ -10022,7 +10067,7 @@
10022
10067
  "DomainId": {},
10023
10068
  "UserProfileName": {},
10024
10069
  "UserSettings": {
10025
- "shape": "S82"
10070
+ "shape": "S83"
10026
10071
  }
10027
10072
  }
10028
10073
  },
@@ -10042,13 +10087,13 @@
10042
10087
  "members": {
10043
10088
  "WorkforceName": {},
10044
10089
  "SourceIpConfig": {
10045
- "shape": "Slt"
10090
+ "shape": "Slx"
10046
10091
  },
10047
10092
  "OidcConfig": {
10048
- "shape": "Slq"
10093
+ "shape": "Slu"
10049
10094
  },
10050
10095
  "WorkforceVpcConfig": {
10051
- "shape": "Slx"
10096
+ "shape": "Sm1"
10052
10097
  }
10053
10098
  }
10054
10099
  },
@@ -10059,7 +10104,7 @@
10059
10104
  ],
10060
10105
  "members": {
10061
10106
  "Workforce": {
10062
- "shape": "Svw"
10107
+ "shape": "Sw0"
10063
10108
  }
10064
10109
  }
10065
10110
  }
@@ -10073,11 +10118,11 @@
10073
10118
  "members": {
10074
10119
  "WorkteamName": {},
10075
10120
  "MemberDefinitions": {
10076
- "shape": "Sm7"
10121
+ "shape": "Smb"
10077
10122
  },
10078
10123
  "Description": {},
10079
10124
  "NotificationConfiguration": {
10080
- "shape": "Smf"
10125
+ "shape": "Smj"
10081
10126
  }
10082
10127
  }
10083
10128
  },
@@ -10088,7 +10133,7 @@
10088
10133
  ],
10089
10134
  "members": {
10090
10135
  "Workteam": {
10091
- "shape": "Sw4"
10136
+ "shape": "Sw8"
10092
10137
  }
10093
10138
  }
10094
10139
  }
@@ -10779,7 +10824,8 @@
10779
10824
  "members": {
10780
10825
  "FeatureSpecificationS3Uri": {}
10781
10826
  }
10782
- }
10827
+ },
10828
+ "Mode": {}
10783
10829
  }
10784
10830
  },
10785
10831
  "S5h": {
@@ -10816,7 +10862,7 @@
10816
10862
  "type": "list",
10817
10863
  "member": {}
10818
10864
  },
10819
- "S5v": {
10865
+ "S5w": {
10820
10866
  "type": "structure",
10821
10867
  "members": {
10822
10868
  "AutoGenerateEndpointName": {
@@ -10825,7 +10871,7 @@
10825
10871
  "EndpointName": {}
10826
10872
  }
10827
10873
  },
10828
- "S61": {
10874
+ "S62": {
10829
10875
  "type": "structure",
10830
10876
  "required": [
10831
10877
  "RepositoryUrl"
@@ -10836,7 +10882,7 @@
10836
10882
  "SecretArn": {}
10837
10883
  }
10838
10884
  },
10839
- "S68": {
10885
+ "S69": {
10840
10886
  "type": "structure",
10841
10887
  "required": [
10842
10888
  "S3Uri",
@@ -10850,7 +10896,7 @@
10850
10896
  "FrameworkVersion": {}
10851
10897
  }
10852
10898
  },
10853
- "S6a": {
10899
+ "S6b": {
10854
10900
  "type": "structure",
10855
10901
  "required": [
10856
10902
  "S3OutputLocation"
@@ -10874,7 +10920,7 @@
10874
10920
  "KmsKeyId": {}
10875
10921
  }
10876
10922
  },
10877
- "S6h": {
10923
+ "S6i": {
10878
10924
  "type": "structure",
10879
10925
  "required": [
10880
10926
  "SecurityGroupIds",
@@ -10891,7 +10937,7 @@
10891
10937
  }
10892
10938
  }
10893
10939
  },
10894
- "S6p": {
10940
+ "S6q": {
10895
10941
  "type": "structure",
10896
10942
  "required": [
10897
10943
  "SourceUri"
@@ -10902,31 +10948,31 @@
10902
10948
  "SourceId": {}
10903
10949
  }
10904
10950
  },
10905
- "S6u": {
10951
+ "S6v": {
10906
10952
  "type": "structure",
10907
10953
  "members": {
10908
10954
  "BaseliningJobName": {},
10909
10955
  "ConstraintsResource": {
10910
- "shape": "S6w"
10956
+ "shape": "S6x"
10911
10957
  },
10912
10958
  "StatisticsResource": {
10913
- "shape": "S6x"
10959
+ "shape": "S6y"
10914
10960
  }
10915
10961
  }
10916
10962
  },
10917
- "S6w": {
10963
+ "S6x": {
10918
10964
  "type": "structure",
10919
10965
  "members": {
10920
10966
  "S3Uri": {}
10921
10967
  }
10922
10968
  },
10923
- "S6x": {
10969
+ "S6y": {
10924
10970
  "type": "structure",
10925
10971
  "members": {
10926
10972
  "S3Uri": {}
10927
10973
  }
10928
10974
  },
10929
- "S6y": {
10975
+ "S6z": {
10930
10976
  "type": "structure",
10931
10977
  "required": [
10932
10978
  "ImageUri"
@@ -10934,43 +10980,43 @@
10934
10980
  "members": {
10935
10981
  "ImageUri": {},
10936
10982
  "ContainerEntrypoint": {
10937
- "shape": "S70"
10983
+ "shape": "S71"
10938
10984
  },
10939
10985
  "ContainerArguments": {
10940
- "shape": "S72"
10986
+ "shape": "S73"
10941
10987
  },
10942
10988
  "RecordPreprocessorSourceUri": {},
10943
10989
  "PostAnalyticsProcessorSourceUri": {},
10944
10990
  "Environment": {
10945
- "shape": "S74"
10991
+ "shape": "S75"
10946
10992
  }
10947
10993
  }
10948
10994
  },
10949
- "S70": {
10995
+ "S71": {
10950
10996
  "type": "list",
10951
10997
  "member": {}
10952
10998
  },
10953
- "S72": {
10999
+ "S73": {
10954
11000
  "type": "list",
10955
11001
  "member": {}
10956
11002
  },
10957
- "S74": {
11003
+ "S75": {
10958
11004
  "type": "map",
10959
11005
  "key": {},
10960
11006
  "value": {}
10961
11007
  },
10962
- "S77": {
11008
+ "S78": {
10963
11009
  "type": "structure",
10964
11010
  "required": [
10965
11011
  "EndpointInput"
10966
11012
  ],
10967
11013
  "members": {
10968
11014
  "EndpointInput": {
10969
- "shape": "S78"
11015
+ "shape": "S79"
10970
11016
  }
10971
11017
  }
10972
11018
  },
10973
- "S78": {
11019
+ "S79": {
10974
11020
  "type": "structure",
10975
11021
  "required": [
10976
11022
  "EndpointName",
@@ -10991,7 +11037,7 @@
10991
11037
  "EndTimeOffset": {}
10992
11038
  }
10993
11039
  },
10994
- "S7e": {
11040
+ "S7f": {
10995
11041
  "type": "structure",
10996
11042
  "required": [
10997
11043
  "MonitoringOutputs"
@@ -11023,7 +11069,7 @@
11023
11069
  "KmsKeyId": {}
11024
11070
  }
11025
11071
  },
11026
- "S7k": {
11072
+ "S7l": {
11027
11073
  "type": "structure",
11028
11074
  "required": [
11029
11075
  "ClusterConfig"
@@ -11049,7 +11095,7 @@
11049
11095
  }
11050
11096
  }
11051
11097
  },
11052
- "S7p": {
11098
+ "S7q": {
11053
11099
  "type": "structure",
11054
11100
  "members": {
11055
11101
  "EnableInterContainerTrafficEncryption": {
@@ -11063,7 +11109,7 @@
11063
11109
  }
11064
11110
  }
11065
11111
  },
11066
- "S7q": {
11112
+ "S7r": {
11067
11113
  "type": "structure",
11068
11114
  "required": [
11069
11115
  "MaxRuntimeInSeconds"
@@ -11074,7 +11120,7 @@
11074
11120
  }
11075
11121
  }
11076
11122
  },
11077
- "S7w": {
11123
+ "S7x": {
11078
11124
  "type": "structure",
11079
11125
  "required": [
11080
11126
  "S3OutputLocation"
@@ -11086,12 +11132,12 @@
11086
11132
  "PresetDeploymentConfig": {}
11087
11133
  }
11088
11134
  },
11089
- "S82": {
11135
+ "S83": {
11090
11136
  "type": "structure",
11091
11137
  "members": {
11092
11138
  "ExecutionRole": {},
11093
11139
  "SecurityGroups": {
11094
- "shape": "S83"
11140
+ "shape": "S84"
11095
11141
  },
11096
11142
  "SharingSettings": {
11097
11143
  "type": "structure",
@@ -11108,7 +11154,7 @@
11108
11154
  "shape": "S4c"
11109
11155
  },
11110
11156
  "LifecycleConfigArns": {
11111
- "shape": "S87"
11157
+ "shape": "S88"
11112
11158
  }
11113
11159
  }
11114
11160
  },
@@ -11119,10 +11165,10 @@
11119
11165
  "shape": "S4c"
11120
11166
  },
11121
11167
  "CustomImages": {
11122
- "shape": "S89"
11168
+ "shape": "S8a"
11123
11169
  },
11124
11170
  "LifecycleConfigArns": {
11125
- "shape": "S87"
11171
+ "shape": "S88"
11126
11172
  }
11127
11173
  }
11128
11174
  },
@@ -11148,21 +11194,21 @@
11148
11194
  "shape": "S4c"
11149
11195
  },
11150
11196
  "CustomImages": {
11151
- "shape": "S89"
11197
+ "shape": "S8a"
11152
11198
  }
11153
11199
  }
11154
11200
  }
11155
11201
  }
11156
11202
  },
11157
- "S83": {
11203
+ "S84": {
11158
11204
  "type": "list",
11159
11205
  "member": {}
11160
11206
  },
11161
- "S87": {
11207
+ "S88": {
11162
11208
  "type": "list",
11163
11209
  "member": {}
11164
11210
  },
11165
- "S89": {
11211
+ "S8a": {
11166
11212
  "type": "list",
11167
11213
  "member": {
11168
11214
  "type": "structure",
@@ -11179,7 +11225,7 @@
11179
11225
  }
11180
11226
  }
11181
11227
  },
11182
- "S8l": {
11228
+ "S8m": {
11183
11229
  "type": "structure",
11184
11230
  "members": {
11185
11231
  "SecurityGroupIds": {
@@ -11203,7 +11249,7 @@
11203
11249
  "ExecutionRoleIdentityConfig": {}
11204
11250
  }
11205
11251
  },
11206
- "S8t": {
11252
+ "S8u": {
11207
11253
  "type": "list",
11208
11254
  "member": {
11209
11255
  "type": "structure",
@@ -11217,7 +11263,7 @@
11217
11263
  }
11218
11264
  }
11219
11265
  },
11220
- "S8v": {
11266
+ "S8w": {
11221
11267
  "type": "list",
11222
11268
  "member": {
11223
11269
  "type": "structure",
@@ -11228,15 +11274,15 @@
11228
11274
  "members": {
11229
11275
  "StageName": {},
11230
11276
  "DeviceSelectionConfig": {
11231
- "shape": "S8x"
11277
+ "shape": "S8y"
11232
11278
  },
11233
11279
  "DeploymentConfig": {
11234
- "shape": "S92"
11280
+ "shape": "S93"
11235
11281
  }
11236
11282
  }
11237
11283
  }
11238
11284
  },
11239
- "S8x": {
11285
+ "S8y": {
11240
11286
  "type": "structure",
11241
11287
  "required": [
11242
11288
  "DeviceSubsetType"
@@ -11247,16 +11293,16 @@
11247
11293
  "type": "integer"
11248
11294
  },
11249
11295
  "DeviceNames": {
11250
- "shape": "S90"
11296
+ "shape": "S91"
11251
11297
  },
11252
11298
  "DeviceNameContains": {}
11253
11299
  }
11254
11300
  },
11255
- "S90": {
11301
+ "S91": {
11256
11302
  "type": "list",
11257
11303
  "member": {}
11258
11304
  },
11259
- "S92": {
11305
+ "S93": {
11260
11306
  "type": "structure",
11261
11307
  "required": [
11262
11308
  "FailureHandlingPolicy"
@@ -11265,7 +11311,7 @@
11265
11311
  "FailureHandlingPolicy": {}
11266
11312
  }
11267
11313
  },
11268
- "S9b": {
11314
+ "S9c": {
11269
11315
  "type": "structure",
11270
11316
  "required": [
11271
11317
  "BlueGreenUpdatePolicy"
@@ -11289,10 +11335,10 @@
11289
11335
  "type": "integer"
11290
11336
  },
11291
11337
  "CanarySize": {
11292
- "shape": "S9g"
11338
+ "shape": "S9h"
11293
11339
  },
11294
11340
  "LinearStepSize": {
11295
- "shape": "S9g"
11341
+ "shape": "S9h"
11296
11342
  }
11297
11343
  }
11298
11344
  },
@@ -11320,7 +11366,7 @@
11320
11366
  }
11321
11367
  }
11322
11368
  },
11323
- "S9g": {
11369
+ "S9h": {
11324
11370
  "type": "structure",
11325
11371
  "required": [
11326
11372
  "Type",
@@ -11333,7 +11379,7 @@
11333
11379
  }
11334
11380
  }
11335
11381
  },
11336
- "S9s": {
11382
+ "S9t": {
11337
11383
  "type": "list",
11338
11384
  "member": {
11339
11385
  "type": "structure",
@@ -11363,12 +11409,21 @@
11363
11409
  }
11364
11410
  },
11365
11411
  "ServerlessConfig": {
11366
- "shape": "Sa1"
11412
+ "shape": "Sa2"
11413
+ },
11414
+ "VolumeSizeInGB": {
11415
+ "type": "integer"
11416
+ },
11417
+ "ModelDataDownloadTimeoutInSeconds": {
11418
+ "type": "integer"
11419
+ },
11420
+ "ContainerStartupHealthCheckTimeoutInSeconds": {
11421
+ "type": "integer"
11367
11422
  }
11368
11423
  }
11369
11424
  }
11370
11425
  },
11371
- "Sa1": {
11426
+ "Sa2": {
11372
11427
  "type": "structure",
11373
11428
  "required": [
11374
11429
  "MemorySizeInMB",
@@ -11383,7 +11438,7 @@
11383
11438
  }
11384
11439
  }
11385
11440
  },
11386
- "Sa4": {
11441
+ "Sa8": {
11387
11442
  "type": "structure",
11388
11443
  "required": [
11389
11444
  "InitialSamplingPercentage",
@@ -11426,7 +11481,7 @@
11426
11481
  }
11427
11482
  }
11428
11483
  },
11429
- "Saf": {
11484
+ "Saj": {
11430
11485
  "type": "structure",
11431
11486
  "required": [
11432
11487
  "OutputConfig"
@@ -11459,20 +11514,20 @@
11459
11514
  }
11460
11515
  }
11461
11516
  },
11462
- "Sat": {
11517
+ "Sax": {
11463
11518
  "type": "list",
11464
11519
  "member": {
11465
- "shape": "Sau"
11520
+ "shape": "Say"
11466
11521
  }
11467
11522
  },
11468
- "Sau": {
11523
+ "Say": {
11469
11524
  "type": "structure",
11470
11525
  "members": {
11471
11526
  "FeatureName": {},
11472
11527
  "FeatureType": {}
11473
11528
  }
11474
11529
  },
11475
- "Saw": {
11530
+ "Sb0": {
11476
11531
  "type": "structure",
11477
11532
  "members": {
11478
11533
  "SecurityConfig": {
@@ -11486,7 +11541,7 @@
11486
11541
  }
11487
11542
  }
11488
11543
  },
11489
- "Say": {
11544
+ "Sb2": {
11490
11545
  "type": "structure",
11491
11546
  "required": [
11492
11547
  "S3StorageConfig"
@@ -11521,7 +11576,7 @@
11521
11576
  }
11522
11577
  }
11523
11578
  },
11524
- "Sb9": {
11579
+ "Sbd": {
11525
11580
  "type": "structure",
11526
11581
  "required": [
11527
11582
  "AwsManagedHumanLoopRequestSource"
@@ -11530,7 +11585,7 @@
11530
11585
  "AwsManagedHumanLoopRequestSource": {}
11531
11586
  }
11532
11587
  },
11533
- "Sbb": {
11588
+ "Sbf": {
11534
11589
  "type": "structure",
11535
11590
  "required": [
11536
11591
  "HumanLoopActivationConditionsConfig"
@@ -11549,7 +11604,7 @@
11549
11604
  }
11550
11605
  }
11551
11606
  },
11552
- "Sbe": {
11607
+ "Sbi": {
11553
11608
  "type": "structure",
11554
11609
  "required": [
11555
11610
  "WorkteamArn",
@@ -11577,11 +11632,11 @@
11577
11632
  "member": {}
11578
11633
  },
11579
11634
  "PublicWorkforceTaskPrice": {
11580
- "shape": "Sbo"
11635
+ "shape": "Sbs"
11581
11636
  }
11582
11637
  }
11583
11638
  },
11584
- "Sbo": {
11639
+ "Sbs": {
11585
11640
  "type": "structure",
11586
11641
  "members": {
11587
11642
  "AmountInUsd": {
@@ -11600,7 +11655,7 @@
11600
11655
  }
11601
11656
  }
11602
11657
  },
11603
- "Sbt": {
11658
+ "Sbx": {
11604
11659
  "type": "structure",
11605
11660
  "required": [
11606
11661
  "S3OutputPath"
@@ -11610,7 +11665,7 @@
11610
11665
  "KmsKeyId": {}
11611
11666
  }
11612
11667
  },
11613
- "Sby": {
11668
+ "Sc2": {
11614
11669
  "type": "structure",
11615
11670
  "required": [
11616
11671
  "Content"
@@ -11619,7 +11674,7 @@
11619
11674
  "Content": {}
11620
11675
  }
11621
11676
  },
11622
- "Sc3": {
11677
+ "Sc7": {
11623
11678
  "type": "structure",
11624
11679
  "required": [
11625
11680
  "Strategy",
@@ -11631,10 +11686,10 @@
11631
11686
  "shape": "S2m"
11632
11687
  },
11633
11688
  "ResourceLimits": {
11634
- "shape": "Sc5"
11689
+ "shape": "Sc9"
11635
11690
  },
11636
11691
  "ParameterRanges": {
11637
- "shape": "Sc8"
11692
+ "shape": "Scc"
11638
11693
  },
11639
11694
  "TrainingJobEarlyStoppingType": {},
11640
11695
  "TuningJobCompletionCriteria": {
@@ -11650,7 +11705,7 @@
11650
11705
  }
11651
11706
  }
11652
11707
  },
11653
- "Sc5": {
11708
+ "Sc9": {
11654
11709
  "type": "structure",
11655
11710
  "required": [
11656
11711
  "MaxNumberOfTrainingJobs",
@@ -11665,7 +11720,7 @@
11665
11720
  }
11666
11721
  }
11667
11722
  },
11668
- "Sc8": {
11723
+ "Scc": {
11669
11724
  "type": "structure",
11670
11725
  "members": {
11671
11726
  "IntegerParameterRanges": {
@@ -11720,7 +11775,7 @@
11720
11775
  }
11721
11776
  }
11722
11777
  },
11723
- "Sck": {
11778
+ "Sco": {
11724
11779
  "type": "structure",
11725
11780
  "required": [
11726
11781
  "AlgorithmSpecification",
@@ -11734,7 +11789,7 @@
11734
11789
  "shape": "S2m"
11735
11790
  },
11736
11791
  "HyperParameterRanges": {
11737
- "shape": "Sc8"
11792
+ "shape": "Scc"
11738
11793
  },
11739
11794
  "StaticHyperParameters": {
11740
11795
  "shape": "S2t"
@@ -11779,10 +11834,10 @@
11779
11834
  "type": "boolean"
11780
11835
  },
11781
11836
  "CheckpointConfig": {
11782
- "shape": "Scp"
11837
+ "shape": "Sct"
11783
11838
  },
11784
11839
  "RetryStrategy": {
11785
- "shape": "Scq"
11840
+ "shape": "Scu"
11786
11841
  },
11787
11842
  "HyperParameterTuningResourceConfig": {
11788
11843
  "type": "structure",
@@ -11820,7 +11875,7 @@
11820
11875
  }
11821
11876
  }
11822
11877
  },
11823
- "Scp": {
11878
+ "Sct": {
11824
11879
  "type": "structure",
11825
11880
  "required": [
11826
11881
  "S3Uri"
@@ -11830,7 +11885,7 @@
11830
11885
  "LocalPath": {}
11831
11886
  }
11832
11887
  },
11833
- "Scq": {
11888
+ "Scu": {
11834
11889
  "type": "structure",
11835
11890
  "required": [
11836
11891
  "MaximumRetryAttempts"
@@ -11841,13 +11896,13 @@
11841
11896
  }
11842
11897
  }
11843
11898
  },
11844
- "Scx": {
11899
+ "Sd1": {
11845
11900
  "type": "list",
11846
11901
  "member": {
11847
- "shape": "Sck"
11902
+ "shape": "Sco"
11848
11903
  }
11849
11904
  },
11850
- "Scy": {
11905
+ "Sd2": {
11851
11906
  "type": "structure",
11852
11907
  "required": [
11853
11908
  "ParentHyperParameterTuningJobs",
@@ -11866,7 +11921,7 @@
11866
11921
  "WarmStartType": {}
11867
11922
  }
11868
11923
  },
11869
- "Sdf": {
11924
+ "Sdj": {
11870
11925
  "type": "structure",
11871
11926
  "required": [
11872
11927
  "ModelPackageVersionArn"
@@ -11972,7 +12027,7 @@
11972
12027
  }
11973
12028
  }
11974
12029
  },
11975
- "Se5": {
12030
+ "Se9": {
11976
12031
  "type": "structure",
11977
12032
  "members": {
11978
12033
  "MaxInvocations": {
@@ -11992,7 +12047,7 @@
11992
12047
  }
11993
12048
  }
11994
12049
  },
11995
- "Seg": {
12050
+ "Sek": {
11996
12051
  "type": "structure",
11997
12052
  "required": [
11998
12053
  "DataSource"
@@ -12032,7 +12087,7 @@
12032
12087
  }
12033
12088
  }
12034
12089
  },
12035
- "Sen": {
12090
+ "Ser": {
12036
12091
  "type": "structure",
12037
12092
  "required": [
12038
12093
  "S3OutputPath"
@@ -12043,7 +12098,7 @@
12043
12098
  "SnsTopicArn": {}
12044
12099
  }
12045
12100
  },
12046
- "Seo": {
12101
+ "Ses": {
12047
12102
  "type": "structure",
12048
12103
  "members": {
12049
12104
  "MaxHumanLabeledObjectCount": {
@@ -12054,7 +12109,7 @@
12054
12109
  }
12055
12110
  }
12056
12111
  },
12057
- "Ser": {
12112
+ "Sev": {
12058
12113
  "type": "structure",
12059
12114
  "required": [
12060
12115
  "LabelingJobAlgorithmSpecificationArn"
@@ -12073,7 +12128,7 @@
12073
12128
  }
12074
12129
  }
12075
12130
  },
12076
- "Sev": {
12131
+ "Sez": {
12077
12132
  "type": "structure",
12078
12133
  "required": [
12079
12134
  "WorkteamArn",
@@ -12123,11 +12178,11 @@
12123
12178
  }
12124
12179
  },
12125
12180
  "PublicWorkforceTaskPrice": {
12126
- "shape": "Sbo"
12181
+ "shape": "Sbs"
12127
12182
  }
12128
12183
  }
12129
12184
  },
12130
- "Sfa": {
12185
+ "Sfe": {
12131
12186
  "type": "structure",
12132
12187
  "members": {
12133
12188
  "ContainerHostname": {},
@@ -12165,13 +12220,13 @@
12165
12220
  }
12166
12221
  }
12167
12222
  },
12168
- "Sfj": {
12223
+ "Sfn": {
12169
12224
  "type": "list",
12170
12225
  "member": {
12171
- "shape": "Sfa"
12226
+ "shape": "Sfe"
12172
12227
  }
12173
12228
  },
12174
- "Sfk": {
12229
+ "Sfo": {
12175
12230
  "type": "structure",
12176
12231
  "required": [
12177
12232
  "Mode"
@@ -12180,16 +12235,16 @@
12180
12235
  "Mode": {}
12181
12236
  }
12182
12237
  },
12183
- "Sfo": {
12238
+ "Sfs": {
12184
12239
  "type": "structure",
12185
12240
  "members": {
12186
12241
  "BaseliningJobName": {},
12187
12242
  "ConstraintsResource": {
12188
- "shape": "S6w"
12243
+ "shape": "S6x"
12189
12244
  }
12190
12245
  }
12191
12246
  },
12192
- "Sfp": {
12247
+ "Sft": {
12193
12248
  "type": "structure",
12194
12249
  "required": [
12195
12250
  "ImageUri",
@@ -12199,11 +12254,11 @@
12199
12254
  "ImageUri": {},
12200
12255
  "ConfigUri": {},
12201
12256
  "Environment": {
12202
- "shape": "S74"
12257
+ "shape": "S75"
12203
12258
  }
12204
12259
  }
12205
12260
  },
12206
- "Sfq": {
12261
+ "Sfu": {
12207
12262
  "type": "structure",
12208
12263
  "required": [
12209
12264
  "EndpointInput",
@@ -12211,29 +12266,29 @@
12211
12266
  ],
12212
12267
  "members": {
12213
12268
  "EndpointInput": {
12214
- "shape": "S78"
12269
+ "shape": "S79"
12215
12270
  },
12216
12271
  "GroundTruthS3Input": {
12217
- "shape": "Sfr"
12272
+ "shape": "Sfv"
12218
12273
  }
12219
12274
  }
12220
12275
  },
12221
- "Sfr": {
12276
+ "Sfv": {
12222
12277
  "type": "structure",
12223
12278
  "members": {
12224
12279
  "S3Uri": {}
12225
12280
  }
12226
12281
  },
12227
- "Sfu": {
12282
+ "Sfy": {
12228
12283
  "type": "structure",
12229
12284
  "members": {
12230
12285
  "BaseliningJobName": {},
12231
12286
  "ConstraintsResource": {
12232
- "shape": "S6w"
12287
+ "shape": "S6x"
12233
12288
  }
12234
12289
  }
12235
12290
  },
12236
- "Sfv": {
12291
+ "Sfz": {
12237
12292
  "type": "structure",
12238
12293
  "required": [
12239
12294
  "ImageUri",
@@ -12243,22 +12298,22 @@
12243
12298
  "ImageUri": {},
12244
12299
  "ConfigUri": {},
12245
12300
  "Environment": {
12246
- "shape": "S74"
12301
+ "shape": "S75"
12247
12302
  }
12248
12303
  }
12249
12304
  },
12250
- "Sfw": {
12305
+ "Sg0": {
12251
12306
  "type": "structure",
12252
12307
  "required": [
12253
12308
  "EndpointInput"
12254
12309
  ],
12255
12310
  "members": {
12256
12311
  "EndpointInput": {
12257
- "shape": "S78"
12312
+ "shape": "S79"
12258
12313
  }
12259
12314
  }
12260
12315
  },
12261
- "Sfz": {
12316
+ "Sg3": {
12262
12317
  "type": "structure",
12263
12318
  "required": [
12264
12319
  "ValidationRole",
@@ -12284,7 +12339,7 @@
12284
12339
  }
12285
12340
  }
12286
12341
  },
12287
- "Sg2": {
12342
+ "Sg6": {
12288
12343
  "type": "structure",
12289
12344
  "required": [
12290
12345
  "SourceAlgorithms"
@@ -12305,17 +12360,17 @@
12305
12360
  }
12306
12361
  }
12307
12362
  },
12308
- "Sg5": {
12363
+ "Sg9": {
12309
12364
  "type": "structure",
12310
12365
  "members": {
12311
12366
  "ModelQuality": {
12312
12367
  "type": "structure",
12313
12368
  "members": {
12314
12369
  "Statistics": {
12315
- "shape": "Sg7"
12370
+ "shape": "Sgb"
12316
12371
  },
12317
12372
  "Constraints": {
12318
- "shape": "Sg7"
12373
+ "shape": "Sgb"
12319
12374
  }
12320
12375
  }
12321
12376
  },
@@ -12323,10 +12378,10 @@
12323
12378
  "type": "structure",
12324
12379
  "members": {
12325
12380
  "Statistics": {
12326
- "shape": "Sg7"
12381
+ "shape": "Sgb"
12327
12382
  },
12328
12383
  "Constraints": {
12329
- "shape": "Sg7"
12384
+ "shape": "Sgb"
12330
12385
  }
12331
12386
  }
12332
12387
  },
@@ -12334,13 +12389,13 @@
12334
12389
  "type": "structure",
12335
12390
  "members": {
12336
12391
  "Report": {
12337
- "shape": "Sg7"
12392
+ "shape": "Sgb"
12338
12393
  },
12339
12394
  "PreTrainingReport": {
12340
- "shape": "Sg7"
12395
+ "shape": "Sgb"
12341
12396
  },
12342
12397
  "PostTrainingReport": {
12343
- "shape": "Sg7"
12398
+ "shape": "Sgb"
12344
12399
  }
12345
12400
  }
12346
12401
  },
@@ -12348,13 +12403,13 @@
12348
12403
  "type": "structure",
12349
12404
  "members": {
12350
12405
  "Report": {
12351
- "shape": "Sg7"
12406
+ "shape": "Sgb"
12352
12407
  }
12353
12408
  }
12354
12409
  }
12355
12410
  }
12356
12411
  },
12357
- "Sg7": {
12412
+ "Sgb": {
12358
12413
  "type": "structure",
12359
12414
  "required": [
12360
12415
  "ContentType",
@@ -12366,25 +12421,25 @@
12366
12421
  "S3Uri": {}
12367
12422
  }
12368
12423
  },
12369
- "Sgc": {
12424
+ "Sgg": {
12370
12425
  "type": "map",
12371
12426
  "key": {},
12372
12427
  "value": {}
12373
12428
  },
12374
- "Sgf": {
12429
+ "Sgj": {
12375
12430
  "type": "structure",
12376
12431
  "members": {
12377
12432
  "Bias": {
12378
12433
  "type": "structure",
12379
12434
  "members": {
12380
12435
  "ConfigFile": {
12381
- "shape": "Sgh"
12436
+ "shape": "Sgl"
12382
12437
  },
12383
12438
  "PreTrainingConstraints": {
12384
- "shape": "Sg7"
12439
+ "shape": "Sgb"
12385
12440
  },
12386
12441
  "PostTrainingConstraints": {
12387
- "shape": "Sg7"
12442
+ "shape": "Sgb"
12388
12443
  }
12389
12444
  }
12390
12445
  },
@@ -12392,10 +12447,10 @@
12392
12447
  "type": "structure",
12393
12448
  "members": {
12394
12449
  "Constraints": {
12395
- "shape": "Sg7"
12450
+ "shape": "Sgb"
12396
12451
  },
12397
12452
  "ConfigFile": {
12398
- "shape": "Sgh"
12453
+ "shape": "Sgl"
12399
12454
  }
12400
12455
  }
12401
12456
  },
@@ -12403,10 +12458,10 @@
12403
12458
  "type": "structure",
12404
12459
  "members": {
12405
12460
  "Statistics": {
12406
- "shape": "Sg7"
12461
+ "shape": "Sgb"
12407
12462
  },
12408
12463
  "Constraints": {
12409
- "shape": "Sg7"
12464
+ "shape": "Sgb"
12410
12465
  }
12411
12466
  }
12412
12467
  },
@@ -12414,16 +12469,16 @@
12414
12469
  "type": "structure",
12415
12470
  "members": {
12416
12471
  "Statistics": {
12417
- "shape": "Sg7"
12472
+ "shape": "Sgb"
12418
12473
  },
12419
12474
  "Constraints": {
12420
- "shape": "Sg7"
12475
+ "shape": "Sgb"
12421
12476
  }
12422
12477
  }
12423
12478
  }
12424
12479
  }
12425
12480
  },
12426
- "Sgh": {
12481
+ "Sgl": {
12427
12482
  "type": "structure",
12428
12483
  "required": [
12429
12484
  "S3Uri"
@@ -12434,7 +12489,7 @@
12434
12489
  "S3Uri": {}
12435
12490
  }
12436
12491
  },
12437
- "Sgl": {
12492
+ "Sgp": {
12438
12493
  "type": "list",
12439
12494
  "member": {
12440
12495
  "type": "structure",
@@ -12463,16 +12518,16 @@
12463
12518
  }
12464
12519
  }
12465
12520
  },
12466
- "Sgs": {
12521
+ "Sgw": {
12467
12522
  "type": "structure",
12468
12523
  "members": {
12469
12524
  "BaseliningJobName": {},
12470
12525
  "ConstraintsResource": {
12471
- "shape": "S6w"
12526
+ "shape": "S6x"
12472
12527
  }
12473
12528
  }
12474
12529
  },
12475
- "Sgt": {
12530
+ "Sgx": {
12476
12531
  "type": "structure",
12477
12532
  "required": [
12478
12533
  "ImageUri"
@@ -12480,20 +12535,20 @@
12480
12535
  "members": {
12481
12536
  "ImageUri": {},
12482
12537
  "ContainerEntrypoint": {
12483
- "shape": "S70"
12538
+ "shape": "S71"
12484
12539
  },
12485
12540
  "ContainerArguments": {
12486
- "shape": "S72"
12541
+ "shape": "S73"
12487
12542
  },
12488
12543
  "RecordPreprocessorSourceUri": {},
12489
12544
  "PostAnalyticsProcessorSourceUri": {},
12490
12545
  "ProblemType": {},
12491
12546
  "Environment": {
12492
- "shape": "S74"
12547
+ "shape": "S75"
12493
12548
  }
12494
12549
  }
12495
12550
  },
12496
- "Sgv": {
12551
+ "Sgz": {
12497
12552
  "type": "structure",
12498
12553
  "required": [
12499
12554
  "EndpointInput",
@@ -12501,14 +12556,14 @@
12501
12556
  ],
12502
12557
  "members": {
12503
12558
  "EndpointInput": {
12504
- "shape": "S78"
12559
+ "shape": "S79"
12505
12560
  },
12506
12561
  "GroundTruthS3Input": {
12507
- "shape": "Sfr"
12562
+ "shape": "Sfv"
12508
12563
  }
12509
12564
  }
12510
12565
  },
12511
- "Sgz": {
12566
+ "Sh3": {
12512
12567
  "type": "structure",
12513
12568
  "members": {
12514
12569
  "ScheduleConfig": {
@@ -12535,10 +12590,10 @@
12535
12590
  "members": {
12536
12591
  "BaseliningJobName": {},
12537
12592
  "ConstraintsResource": {
12538
- "shape": "S6w"
12593
+ "shape": "S6x"
12539
12594
  },
12540
12595
  "StatisticsResource": {
12541
- "shape": "S6x"
12596
+ "shape": "S6y"
12542
12597
  }
12543
12598
  }
12544
12599
  },
@@ -12551,16 +12606,16 @@
12551
12606
  ],
12552
12607
  "members": {
12553
12608
  "EndpointInput": {
12554
- "shape": "S78"
12609
+ "shape": "S79"
12555
12610
  }
12556
12611
  }
12557
12612
  }
12558
12613
  },
12559
12614
  "MonitoringOutputConfig": {
12560
- "shape": "S7e"
12615
+ "shape": "S7f"
12561
12616
  },
12562
12617
  "MonitoringResources": {
12563
- "shape": "S7k"
12618
+ "shape": "S7l"
12564
12619
  },
12565
12620
  "MonitoringAppSpecification": {
12566
12621
  "type": "structure",
@@ -12570,23 +12625,23 @@
12570
12625
  "members": {
12571
12626
  "ImageUri": {},
12572
12627
  "ContainerEntrypoint": {
12573
- "shape": "S70"
12628
+ "shape": "S71"
12574
12629
  },
12575
12630
  "ContainerArguments": {
12576
- "shape": "S72"
12631
+ "shape": "S73"
12577
12632
  },
12578
12633
  "RecordPreprocessorSourceUri": {},
12579
12634
  "PostAnalyticsProcessorSourceUri": {}
12580
12635
  }
12581
12636
  },
12582
12637
  "StoppingCondition": {
12583
- "shape": "S7q"
12638
+ "shape": "S7r"
12584
12639
  },
12585
12640
  "Environment": {
12586
- "shape": "S74"
12641
+ "shape": "S75"
12587
12642
  },
12588
12643
  "NetworkConfig": {
12589
- "shape": "Sh7"
12644
+ "shape": "Shb"
12590
12645
  },
12591
12646
  "RoleArn": {}
12592
12647
  }
@@ -12595,7 +12650,7 @@
12595
12650
  "MonitoringType": {}
12596
12651
  }
12597
12652
  },
12598
- "Sh7": {
12653
+ "Shb": {
12599
12654
  "type": "structure",
12600
12655
  "members": {
12601
12656
  "EnableInterContainerTrafficEncryption": {
@@ -12609,15 +12664,15 @@
12609
12664
  }
12610
12665
  }
12611
12666
  },
12612
- "Shh": {
12667
+ "Shl": {
12613
12668
  "type": "list",
12614
12669
  "member": {}
12615
12670
  },
12616
- "Shk": {
12671
+ "Sho": {
12617
12672
  "type": "list",
12618
12673
  "member": {}
12619
12674
  },
12620
- "Shn": {
12675
+ "Shr": {
12621
12676
  "type": "structure",
12622
12677
  "required": [
12623
12678
  "MinimumInstanceMetadataServiceVersion"
@@ -12626,7 +12681,7 @@
12626
12681
  "MinimumInstanceMetadataServiceVersion": {}
12627
12682
  }
12628
12683
  },
12629
- "Shs": {
12684
+ "Shw": {
12630
12685
  "type": "list",
12631
12686
  "member": {
12632
12687
  "type": "structure",
@@ -12635,7 +12690,7 @@
12635
12690
  }
12636
12691
  }
12637
12692
  },
12638
- "Si0": {
12693
+ "Si4": {
12639
12694
  "type": "structure",
12640
12695
  "required": [
12641
12696
  "Bucket",
@@ -12647,7 +12702,7 @@
12647
12702
  "VersionId": {}
12648
12703
  }
12649
12704
  },
12650
- "Si6": {
12705
+ "Sia": {
12651
12706
  "type": "structure",
12652
12707
  "required": [
12653
12708
  "MaxParallelExecutionSteps"
@@ -12658,7 +12713,7 @@
12658
12713
  }
12659
12714
  }
12660
12715
  },
12661
- "Sij": {
12716
+ "Sin": {
12662
12717
  "type": "list",
12663
12718
  "member": {
12664
12719
  "type": "structure",
@@ -12739,7 +12794,7 @@
12739
12794
  }
12740
12795
  }
12741
12796
  },
12742
- "Sj6": {
12797
+ "Sja": {
12743
12798
  "type": "structure",
12744
12799
  "required": [
12745
12800
  "Outputs"
@@ -12785,7 +12840,7 @@
12785
12840
  "KmsKeyId": {}
12786
12841
  }
12787
12842
  },
12788
- "Sjb": {
12843
+ "Sjf": {
12789
12844
  "type": "structure",
12790
12845
  "required": [
12791
12846
  "ClusterConfig"
@@ -12811,7 +12866,7 @@
12811
12866
  }
12812
12867
  }
12813
12868
  },
12814
- "Sjd": {
12869
+ "Sjh": {
12815
12870
  "type": "structure",
12816
12871
  "required": [
12817
12872
  "MaxRuntimeInSeconds"
@@ -12822,7 +12877,7 @@
12822
12877
  }
12823
12878
  }
12824
12879
  },
12825
- "Sjf": {
12880
+ "Sjj": {
12826
12881
  "type": "structure",
12827
12882
  "required": [
12828
12883
  "ImageUri"
@@ -12830,7 +12885,7 @@
12830
12885
  "members": {
12831
12886
  "ImageUri": {},
12832
12887
  "ContainerEntrypoint": {
12833
- "shape": "S70"
12888
+ "shape": "S71"
12834
12889
  },
12835
12890
  "ContainerArguments": {
12836
12891
  "type": "list",
@@ -12838,12 +12893,12 @@
12838
12893
  }
12839
12894
  }
12840
12895
  },
12841
- "Sjh": {
12896
+ "Sjl": {
12842
12897
  "type": "map",
12843
12898
  "key": {},
12844
12899
  "value": {}
12845
12900
  },
12846
- "Sji": {
12901
+ "Sjm": {
12847
12902
  "type": "structure",
12848
12903
  "members": {
12849
12904
  "ExperimentName": {},
@@ -12851,7 +12906,7 @@
12851
12906
  "TrialComponentDisplayName": {}
12852
12907
  }
12853
12908
  },
12854
- "Sjn": {
12909
+ "Sjr": {
12855
12910
  "type": "structure",
12856
12911
  "required": [
12857
12912
  "ProductId"
@@ -12861,11 +12916,11 @@
12861
12916
  "ProvisioningArtifactId": {},
12862
12917
  "PathId": {},
12863
12918
  "ProvisioningParameters": {
12864
- "shape": "Sjp"
12919
+ "shape": "Sjt"
12865
12920
  }
12866
12921
  }
12867
12922
  },
12868
- "Sjp": {
12923
+ "Sjt": {
12869
12924
  "type": "list",
12870
12925
  "member": {
12871
12926
  "type": "structure",
@@ -12875,7 +12930,7 @@
12875
12930
  }
12876
12931
  }
12877
12932
  },
12878
- "Sk3": {
12933
+ "Sk7": {
12879
12934
  "type": "structure",
12880
12935
  "required": [
12881
12936
  "TrainingInputMode"
@@ -12892,7 +12947,7 @@
12892
12947
  }
12893
12948
  }
12894
12949
  },
12895
- "Sk4": {
12950
+ "Sk8": {
12896
12951
  "type": "structure",
12897
12952
  "required": [
12898
12953
  "S3OutputPath"
@@ -12921,7 +12976,7 @@
12921
12976
  }
12922
12977
  }
12923
12978
  },
12924
- "Skc": {
12979
+ "Skg": {
12925
12980
  "type": "list",
12926
12981
  "member": {
12927
12982
  "type": "structure",
@@ -12939,17 +12994,17 @@
12939
12994
  "type": "integer"
12940
12995
  },
12941
12996
  "RuleParameters": {
12942
- "shape": "Skf"
12997
+ "shape": "Skj"
12943
12998
  }
12944
12999
  }
12945
13000
  }
12946
13001
  },
12947
- "Skf": {
13002
+ "Skj": {
12948
13003
  "type": "map",
12949
13004
  "key": {},
12950
13005
  "value": {}
12951
13006
  },
12952
- "Skg": {
13007
+ "Skk": {
12953
13008
  "type": "structure",
12954
13009
  "required": [
12955
13010
  "S3OutputPath"
@@ -12959,7 +13014,7 @@
12959
13014
  "S3OutputPath": {}
12960
13015
  }
12961
13016
  },
12962
- "Skh": {
13017
+ "Skl": {
12963
13018
  "type": "structure",
12964
13019
  "required": [
12965
13020
  "S3OutputPath"
@@ -12970,16 +13025,16 @@
12970
13025
  "type": "long"
12971
13026
  },
12972
13027
  "ProfilingParameters": {
12973
- "shape": "Skj"
13028
+ "shape": "Skn"
12974
13029
  }
12975
13030
  }
12976
13031
  },
12977
- "Skj": {
13032
+ "Skn": {
12978
13033
  "type": "map",
12979
13034
  "key": {},
12980
13035
  "value": {}
12981
13036
  },
12982
- "Skk": {
13037
+ "Sko": {
12983
13038
  "type": "list",
12984
13039
  "member": {
12985
13040
  "type": "structure",
@@ -12997,17 +13052,17 @@
12997
13052
  "type": "integer"
12998
13053
  },
12999
13054
  "RuleParameters": {
13000
- "shape": "Skf"
13055
+ "shape": "Skj"
13001
13056
  }
13002
13057
  }
13003
13058
  }
13004
13059
  },
13005
- "Skm": {
13060
+ "Skq": {
13006
13061
  "type": "map",
13007
13062
  "key": {},
13008
13063
  "value": {}
13009
13064
  },
13010
- "Skt": {
13065
+ "Skx": {
13011
13066
  "type": "structure",
13012
13067
  "members": {
13013
13068
  "InvocationsTimeoutInSeconds": {
@@ -13018,7 +13073,7 @@
13018
13073
  }
13019
13074
  }
13020
13075
  },
13021
- "Skw": {
13076
+ "Sl0": {
13022
13077
  "type": "structure",
13023
13078
  "members": {
13024
13079
  "InputFilter": {},
@@ -13026,14 +13081,14 @@
13026
13081
  "JoinSource": {}
13027
13082
  }
13028
13083
  },
13029
- "Sl4": {
13084
+ "Sl8": {
13030
13085
  "type": "structure",
13031
13086
  "members": {
13032
13087
  "PrimaryStatus": {},
13033
13088
  "Message": {}
13034
13089
  }
13035
13090
  },
13036
- "Sl8": {
13091
+ "Slc": {
13037
13092
  "type": "map",
13038
13093
  "key": {},
13039
13094
  "value": {
@@ -13046,7 +13101,7 @@
13046
13101
  }
13047
13102
  }
13048
13103
  },
13049
- "Slc": {
13104
+ "Slg": {
13050
13105
  "type": "map",
13051
13106
  "key": {},
13052
13107
  "value": {
@@ -13060,7 +13115,7 @@
13060
13115
  }
13061
13116
  }
13062
13117
  },
13063
- "Sln": {
13118
+ "Slr": {
13064
13119
  "type": "structure",
13065
13120
  "required": [
13066
13121
  "UserPool",
@@ -13071,7 +13126,7 @@
13071
13126
  "ClientId": {}
13072
13127
  }
13073
13128
  },
13074
- "Slq": {
13129
+ "Slu": {
13075
13130
  "type": "structure",
13076
13131
  "required": [
13077
13132
  "ClientId",
@@ -13097,7 +13152,7 @@
13097
13152
  "JwksUri": {}
13098
13153
  }
13099
13154
  },
13100
- "Slt": {
13155
+ "Slx": {
13101
13156
  "type": "structure",
13102
13157
  "required": [
13103
13158
  "Cidrs"
@@ -13109,27 +13164,27 @@
13109
13164
  }
13110
13165
  }
13111
13166
  },
13112
- "Slx": {
13167
+ "Sm1": {
13113
13168
  "type": "structure",
13114
13169
  "members": {
13115
13170
  "VpcId": {},
13116
13171
  "SecurityGroupIds": {
13117
- "shape": "Slz"
13172
+ "shape": "Sm3"
13118
13173
  },
13119
13174
  "Subnets": {
13120
- "shape": "Sm1"
13175
+ "shape": "Sm5"
13121
13176
  }
13122
13177
  }
13123
13178
  },
13124
- "Slz": {
13179
+ "Sm3": {
13125
13180
  "type": "list",
13126
13181
  "member": {}
13127
13182
  },
13128
- "Sm1": {
13183
+ "Sm5": {
13129
13184
  "type": "list",
13130
13185
  "member": {}
13131
13186
  },
13132
- "Sm7": {
13187
+ "Smb": {
13133
13188
  "type": "list",
13134
13189
  "member": {
13135
13190
  "type": "structure",
@@ -13162,13 +13217,13 @@
13162
13217
  }
13163
13218
  }
13164
13219
  },
13165
- "Smf": {
13220
+ "Smj": {
13166
13221
  "type": "structure",
13167
13222
  "members": {
13168
13223
  "NotificationTopicArn": {}
13169
13224
  }
13170
13225
  },
13171
- "So9": {
13226
+ "Sod": {
13172
13227
  "type": "structure",
13173
13228
  "members": {
13174
13229
  "UserProfileArn": {},
@@ -13176,7 +13231,7 @@
13176
13231
  "DomainId": {}
13177
13232
  }
13178
13233
  },
13179
- "Sof": {
13234
+ "Soj": {
13180
13235
  "type": "list",
13181
13236
  "member": {
13182
13237
  "type": "structure",
@@ -13191,7 +13246,7 @@
13191
13246
  }
13192
13247
  }
13193
13248
  },
13194
- "Sot": {
13249
+ "Sox": {
13195
13250
  "type": "list",
13196
13251
  "member": {
13197
13252
  "type": "structure",
@@ -13200,7 +13255,7 @@
13200
13255
  }
13201
13256
  }
13202
13257
  },
13203
- "Sov": {
13258
+ "Soz": {
13204
13259
  "type": "structure",
13205
13260
  "required": [
13206
13261
  "CandidateName",
@@ -13302,7 +13357,7 @@
13302
13357
  }
13303
13358
  }
13304
13359
  },
13305
- "Spw": {
13360
+ "Sq0": {
13306
13361
  "type": "structure",
13307
13362
  "required": [
13308
13363
  "S3ModelArtifacts"
@@ -13311,7 +13366,7 @@
13311
13366
  "S3ModelArtifacts": {}
13312
13367
  }
13313
13368
  },
13314
- "Sqz": {
13369
+ "Sr3": {
13315
13370
  "type": "list",
13316
13371
  "member": {
13317
13372
  "type": "structure",
@@ -13321,7 +13376,7 @@
13321
13376
  "members": {
13322
13377
  "VariantName": {},
13323
13378
  "DeployedImages": {
13324
- "shape": "Sr1"
13379
+ "shape": "Sr5"
13325
13380
  },
13326
13381
  "CurrentWeight": {
13327
13382
  "type": "float"
@@ -13336,18 +13391,18 @@
13336
13391
  "type": "integer"
13337
13392
  },
13338
13393
  "VariantStatus": {
13339
- "shape": "Sr4"
13394
+ "shape": "Sr8"
13340
13395
  },
13341
13396
  "CurrentServerlessConfig": {
13342
- "shape": "Sa1"
13397
+ "shape": "Sa2"
13343
13398
  },
13344
13399
  "DesiredServerlessConfig": {
13345
- "shape": "Sa1"
13400
+ "shape": "Sa2"
13346
13401
  }
13347
13402
  }
13348
13403
  }
13349
13404
  },
13350
- "Sr1": {
13405
+ "Sr5": {
13351
13406
  "type": "list",
13352
13407
  "member": {
13353
13408
  "type": "structure",
@@ -13360,7 +13415,7 @@
13360
13415
  }
13361
13416
  }
13362
13417
  },
13363
- "Sr4": {
13418
+ "Sr8": {
13364
13419
  "type": "list",
13365
13420
  "member": {
13366
13421
  "type": "structure",
@@ -13376,7 +13431,7 @@
13376
13431
  }
13377
13432
  }
13378
13433
  },
13379
- "Sr8": {
13434
+ "Src": {
13380
13435
  "type": "structure",
13381
13436
  "required": [
13382
13437
  "EnableCapture",
@@ -13397,7 +13452,7 @@
13397
13452
  "KmsKeyId": {}
13398
13453
  }
13399
13454
  },
13400
- "Sri": {
13455
+ "Srm": {
13401
13456
  "type": "structure",
13402
13457
  "required": [
13403
13458
  "SourceArn"
@@ -13407,7 +13462,7 @@
13407
13462
  "SourceType": {}
13408
13463
  }
13409
13464
  },
13410
- "Sro": {
13465
+ "Srs": {
13411
13466
  "type": "structure",
13412
13467
  "required": [
13413
13468
  "Status"
@@ -13417,7 +13472,7 @@
13417
13472
  "BlockedReason": {}
13418
13473
  }
13419
13474
  },
13420
- "Srr": {
13475
+ "Srv": {
13421
13476
  "type": "structure",
13422
13477
  "required": [
13423
13478
  "Status"
@@ -13427,20 +13482,20 @@
13427
13482
  "FailureReason": {}
13428
13483
  }
13429
13484
  },
13430
- "Srx": {
13485
+ "Ss1": {
13431
13486
  "type": "list",
13432
13487
  "member": {
13433
- "shape": "Sry"
13488
+ "shape": "Ss2"
13434
13489
  }
13435
13490
  },
13436
- "Sry": {
13491
+ "Ss2": {
13437
13492
  "type": "structure",
13438
13493
  "members": {
13439
13494
  "Key": {},
13440
13495
  "Value": {}
13441
13496
  }
13442
13497
  },
13443
- "Ssd": {
13498
+ "Ssh": {
13444
13499
  "type": "structure",
13445
13500
  "members": {
13446
13501
  "Completed": {
@@ -13460,7 +13515,7 @@
13460
13515
  }
13461
13516
  }
13462
13517
  },
13463
- "Ssf": {
13518
+ "Ssj": {
13464
13519
  "type": "structure",
13465
13520
  "members": {
13466
13521
  "Succeeded": {
@@ -13474,7 +13529,7 @@
13474
13529
  }
13475
13530
  }
13476
13531
  },
13477
- "Ssh": {
13532
+ "Ssl": {
13478
13533
  "type": "structure",
13479
13534
  "required": [
13480
13535
  "TrainingJobName",
@@ -13519,7 +13574,7 @@
13519
13574
  "ObjectiveStatus": {}
13520
13575
  }
13521
13576
  },
13522
- "St4": {
13577
+ "St8": {
13523
13578
  "type": "structure",
13524
13579
  "members": {
13525
13580
  "TotalLabeled": {
@@ -13539,7 +13594,7 @@
13539
13594
  }
13540
13595
  }
13541
13596
  },
13542
- "St7": {
13597
+ "Stb": {
13543
13598
  "type": "structure",
13544
13599
  "required": [
13545
13600
  "OutputDatasetS3Uri"
@@ -13549,21 +13604,21 @@
13549
13604
  "FinalActiveLearningModelArn": {}
13550
13605
  }
13551
13606
  },
13552
- "Sti": {
13607
+ "Stm": {
13553
13608
  "type": "structure",
13554
13609
  "required": [
13555
13610
  "ValidationStatuses"
13556
13611
  ],
13557
13612
  "members": {
13558
13613
  "ValidationStatuses": {
13559
- "shape": "Stj"
13614
+ "shape": "Stn"
13560
13615
  },
13561
13616
  "ImageScanStatuses": {
13562
- "shape": "Stj"
13617
+ "shape": "Stn"
13563
13618
  }
13564
13619
  }
13565
13620
  },
13566
- "Stj": {
13621
+ "Stn": {
13567
13622
  "type": "list",
13568
13623
  "member": {
13569
13624
  "type": "structure",
@@ -13578,7 +13633,7 @@
13578
13633
  }
13579
13634
  }
13580
13635
  },
13581
- "Stv": {
13636
+ "Stz": {
13582
13637
  "type": "structure",
13583
13638
  "required": [
13584
13639
  "MonitoringScheduleName",
@@ -13606,21 +13661,21 @@
13606
13661
  "MonitoringType": {}
13607
13662
  }
13608
13663
  },
13609
- "Sue": {
13664
+ "Sui": {
13610
13665
  "type": "structure",
13611
13666
  "members": {
13612
13667
  "ExperimentName": {},
13613
13668
  "TrialName": {}
13614
13669
  }
13615
13670
  },
13616
- "Sum": {
13671
+ "Suq": {
13617
13672
  "type": "structure",
13618
13673
  "members": {
13619
13674
  "ProvisionedProductId": {},
13620
13675
  "ProvisionedProductStatusMessage": {}
13621
13676
  }
13622
13677
  },
13623
- "Sut": {
13678
+ "Sux": {
13624
13679
  "type": "structure",
13625
13680
  "required": [
13626
13681
  "WorkteamArn"
@@ -13633,7 +13688,7 @@
13633
13688
  "ListingId": {}
13634
13689
  }
13635
13690
  },
13636
- "Sux": {
13691
+ "Sv1": {
13637
13692
  "type": "list",
13638
13693
  "member": {
13639
13694
  "type": "structure",
@@ -13653,7 +13708,7 @@
13653
13708
  }
13654
13709
  }
13655
13710
  },
13656
- "Sv0": {
13711
+ "Sv4": {
13657
13712
  "type": "list",
13658
13713
  "member": {
13659
13714
  "type": "structure",
@@ -13668,7 +13723,7 @@
13668
13723
  }
13669
13724
  }
13670
13725
  },
13671
- "Sv4": {
13726
+ "Sv8": {
13672
13727
  "type": "list",
13673
13728
  "member": {
13674
13729
  "type": "structure",
@@ -13683,7 +13738,7 @@
13683
13738
  }
13684
13739
  }
13685
13740
  },
13686
- "Svg": {
13741
+ "Svk": {
13687
13742
  "type": "structure",
13688
13743
  "required": [
13689
13744
  "SourceArn"
@@ -13693,7 +13748,7 @@
13693
13748
  "SourceType": {}
13694
13749
  }
13695
13750
  },
13696
- "Svk": {
13751
+ "Svo": {
13697
13752
  "type": "structure",
13698
13753
  "required": [
13699
13754
  "SourceArn"
@@ -13703,7 +13758,7 @@
13703
13758
  "SourceType": {}
13704
13759
  }
13705
13760
  },
13706
- "Svm": {
13761
+ "Svq": {
13707
13762
  "type": "list",
13708
13763
  "member": {
13709
13764
  "type": "structure",
@@ -13734,7 +13789,7 @@
13734
13789
  }
13735
13790
  }
13736
13791
  },
13737
- "Svw": {
13792
+ "Sw0": {
13738
13793
  "type": "structure",
13739
13794
  "required": [
13740
13795
  "WorkforceName",
@@ -13747,11 +13802,11 @@
13747
13802
  "type": "timestamp"
13748
13803
  },
13749
13804
  "SourceIpConfig": {
13750
- "shape": "Slt"
13805
+ "shape": "Slx"
13751
13806
  },
13752
13807
  "SubDomain": {},
13753
13808
  "CognitoConfig": {
13754
- "shape": "Sln"
13809
+ "shape": "Slr"
13755
13810
  },
13756
13811
  "OidcConfig": {
13757
13812
  "type": "structure",
@@ -13778,10 +13833,10 @@
13778
13833
  "members": {
13779
13834
  "VpcId": {},
13780
13835
  "SecurityGroupIds": {
13781
- "shape": "Slz"
13836
+ "shape": "Sm3"
13782
13837
  },
13783
13838
  "Subnets": {
13784
- "shape": "Sm1"
13839
+ "shape": "Sm5"
13785
13840
  },
13786
13841
  "VpcEndpointId": {}
13787
13842
  }
@@ -13790,7 +13845,7 @@
13790
13845
  "FailureReason": {}
13791
13846
  }
13792
13847
  },
13793
- "Sw4": {
13848
+ "Sw8": {
13794
13849
  "type": "structure",
13795
13850
  "required": [
13796
13851
  "WorkteamName",
@@ -13801,7 +13856,7 @@
13801
13856
  "members": {
13802
13857
  "WorkteamName": {},
13803
13858
  "MemberDefinitions": {
13804
- "shape": "Sm7"
13859
+ "shape": "Smb"
13805
13860
  },
13806
13861
  "WorkteamArn": {},
13807
13862
  "WorkforceArn": {},
@@ -13818,11 +13873,11 @@
13818
13873
  "type": "timestamp"
13819
13874
  },
13820
13875
  "NotificationConfiguration": {
13821
- "shape": "Smf"
13876
+ "shape": "Smj"
13822
13877
  }
13823
13878
  }
13824
13879
  },
13825
- "Syx": {
13880
+ "Sz1": {
13826
13881
  "type": "list",
13827
13882
  "member": {
13828
13883
  "type": "structure",
@@ -13842,7 +13897,7 @@
13842
13897
  }
13843
13898
  }
13844
13899
  },
13845
- "S13x": {
13900
+ "S141": {
13846
13901
  "type": "list",
13847
13902
  "member": {
13848
13903
  "type": "structure",
@@ -13856,7 +13911,7 @@
13856
13911
  }
13857
13912
  }
13858
13913
  },
13859
- "S14c": {
13914
+ "S14g": {
13860
13915
  "type": "list",
13861
13916
  "member": {
13862
13917
  "type": "structure",
@@ -13870,7 +13925,7 @@
13870
13925
  }
13871
13926
  }
13872
13927
  },
13873
- "S16t": {
13928
+ "S16x": {
13874
13929
  "type": "list",
13875
13930
  "member": {
13876
13931
  "type": "structure",
@@ -13884,11 +13939,11 @@
13884
13939
  }
13885
13940
  }
13886
13941
  },
13887
- "S174": {
13942
+ "S178": {
13888
13943
  "type": "structure",
13889
13944
  "members": {
13890
13945
  "Filters": {
13891
- "shape": "S175"
13946
+ "shape": "S179"
13892
13947
  },
13893
13948
  "NestedFilters": {
13894
13949
  "type": "list",
@@ -13901,7 +13956,7 @@
13901
13956
  "members": {
13902
13957
  "NestedPropertyName": {},
13903
13958
  "Filters": {
13904
- "shape": "S175"
13959
+ "shape": "S179"
13905
13960
  }
13906
13961
  }
13907
13962
  }
@@ -13909,13 +13964,13 @@
13909
13964
  "SubExpressions": {
13910
13965
  "type": "list",
13911
13966
  "member": {
13912
- "shape": "S174"
13967
+ "shape": "S178"
13913
13968
  }
13914
13969
  },
13915
13970
  "Operator": {}
13916
13971
  }
13917
13972
  },
13918
- "S175": {
13973
+ "S179": {
13919
13974
  "type": "list",
13920
13975
  "member": {
13921
13976
  "type": "structure",
@@ -13929,7 +13984,7 @@
13929
13984
  }
13930
13985
  }
13931
13986
  },
13932
- "S17h": {
13987
+ "S17l": {
13933
13988
  "type": "structure",
13934
13989
  "members": {
13935
13990
  "TrainingJobName": {},
@@ -13938,7 +13993,7 @@
13938
13993
  "LabelingJobArn": {},
13939
13994
  "AutoMLJobArn": {},
13940
13995
  "ModelArtifacts": {
13941
- "shape": "Spw"
13996
+ "shape": "Sq0"
13942
13997
  },
13943
13998
  "TrainingJobStatus": {},
13944
13999
  "SecondaryStatus": {},
@@ -13947,7 +14002,7 @@
13947
14002
  "shape": "S2t"
13948
14003
  },
13949
14004
  "AlgorithmSpecification": {
13950
- "shape": "Sk3"
14005
+ "shape": "Sk7"
13951
14006
  },
13952
14007
  "RoleArn": {},
13953
14008
  "InputDataConfig": {
@@ -13978,10 +14033,10 @@
13978
14033
  "type": "timestamp"
13979
14034
  },
13980
14035
  "SecondaryStatusTransitions": {
13981
- "shape": "Sux"
14036
+ "shape": "Sv1"
13982
14037
  },
13983
14038
  "FinalMetricDataList": {
13984
- "shape": "Sv0"
14039
+ "shape": "Sv4"
13985
14040
  },
13986
14041
  "EnableNetworkIsolation": {
13987
14042
  "type": "boolean"
@@ -13993,7 +14048,7 @@
13993
14048
  "type": "boolean"
13994
14049
  },
13995
14050
  "CheckpointConfig": {
13996
- "shape": "Scp"
14051
+ "shape": "Sct"
13997
14052
  },
13998
14053
  "TrainingTimeInSeconds": {
13999
14054
  "type": "integer"
@@ -14002,36 +14057,36 @@
14002
14057
  "type": "integer"
14003
14058
  },
14004
14059
  "DebugHookConfig": {
14005
- "shape": "Sk4"
14060
+ "shape": "Sk8"
14006
14061
  },
14007
14062
  "ExperimentConfig": {
14008
- "shape": "Sji"
14063
+ "shape": "Sjm"
14009
14064
  },
14010
14065
  "DebugRuleConfigurations": {
14011
- "shape": "Skc"
14066
+ "shape": "Skg"
14012
14067
  },
14013
14068
  "TensorBoardOutputConfig": {
14014
- "shape": "Skg"
14069
+ "shape": "Skk"
14015
14070
  },
14016
14071
  "DebugRuleEvaluationStatuses": {
14017
- "shape": "Sv4"
14072
+ "shape": "Sv8"
14018
14073
  },
14019
14074
  "Environment": {
14020
- "shape": "Skm"
14075
+ "shape": "Skq"
14021
14076
  },
14022
14077
  "RetryStrategy": {
14023
- "shape": "Scq"
14078
+ "shape": "Scu"
14024
14079
  },
14025
14080
  "Tags": {
14026
14081
  "shape": "S7"
14027
14082
  }
14028
14083
  }
14029
14084
  },
14030
- "S18q": {
14085
+ "S18v": {
14031
14086
  "type": "list",
14032
14087
  "member": {}
14033
14088
  },
14034
- "S1aj": {
14089
+ "S1ao": {
14035
14090
  "type": "list",
14036
14091
  "member": {}
14037
14092
  }