aws-sdk-sagemaker 1.70.0 → 1.71.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,6 +34,11 @@ module Aws::SageMaker
34
34
  AnnotationConsolidationConfig = Shapes::StructureShape.new(name: 'AnnotationConsolidationConfig')
35
35
  AppArn = Shapes::StringShape.new(name: 'AppArn')
36
36
  AppDetails = Shapes::StructureShape.new(name: 'AppDetails')
37
+ AppImageConfigArn = Shapes::StringShape.new(name: 'AppImageConfigArn')
38
+ AppImageConfigDetails = Shapes::StructureShape.new(name: 'AppImageConfigDetails')
39
+ AppImageConfigList = Shapes::ListShape.new(name: 'AppImageConfigList')
40
+ AppImageConfigName = Shapes::StringShape.new(name: 'AppImageConfigName')
41
+ AppImageConfigSortKey = Shapes::StringShape.new(name: 'AppImageConfigSortKey')
37
42
  AppInstanceType = Shapes::StringShape.new(name: 'AppInstanceType')
38
43
  AppList = Shapes::ListShape.new(name: 'AppList')
39
44
  AppName = Shapes::StringShape.new(name: 'AppName')
@@ -111,6 +116,7 @@ module Aws::SageMaker
111
116
  Cidrs = Shapes::ListShape.new(name: 'Cidrs')
112
117
  ClientId = Shapes::StringShape.new(name: 'ClientId')
113
118
  ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
119
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
114
120
  CodeRepositoryArn = Shapes::StringShape.new(name: 'CodeRepositoryArn')
115
121
  CodeRepositoryContains = Shapes::StringShape.new(name: 'CodeRepositoryContains')
116
122
  CodeRepositoryNameContains = Shapes::StringShape.new(name: 'CodeRepositoryNameContains')
@@ -155,6 +161,8 @@ module Aws::SageMaker
155
161
  ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
156
162
  CreateAlgorithmInput = Shapes::StructureShape.new(name: 'CreateAlgorithmInput')
157
163
  CreateAlgorithmOutput = Shapes::StructureShape.new(name: 'CreateAlgorithmOutput')
164
+ CreateAppImageConfigRequest = Shapes::StructureShape.new(name: 'CreateAppImageConfigRequest')
165
+ CreateAppImageConfigResponse = Shapes::StructureShape.new(name: 'CreateAppImageConfigResponse')
158
166
  CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
159
167
  CreateAppResponse = Shapes::StructureShape.new(name: 'CreateAppResponse')
160
168
  CreateAutoMLJobRequest = Shapes::StructureShape.new(name: 'CreateAutoMLJobRequest')
@@ -177,6 +185,10 @@ module Aws::SageMaker
177
185
  CreateHumanTaskUiResponse = Shapes::StructureShape.new(name: 'CreateHumanTaskUiResponse')
178
186
  CreateHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobRequest')
179
187
  CreateHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobResponse')
188
+ CreateImageRequest = Shapes::StructureShape.new(name: 'CreateImageRequest')
189
+ CreateImageResponse = Shapes::StructureShape.new(name: 'CreateImageResponse')
190
+ CreateImageVersionRequest = Shapes::StructureShape.new(name: 'CreateImageVersionRequest')
191
+ CreateImageVersionResponse = Shapes::StructureShape.new(name: 'CreateImageVersionResponse')
180
192
  CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
181
193
  CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
182
194
  CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
@@ -212,6 +224,8 @@ module Aws::SageMaker
212
224
  CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
213
225
  CsvContentType = Shapes::StringShape.new(name: 'CsvContentType')
214
226
  CsvContentTypes = Shapes::ListShape.new(name: 'CsvContentTypes')
227
+ CustomImage = Shapes::StructureShape.new(name: 'CustomImage')
228
+ CustomImages = Shapes::ListShape.new(name: 'CustomImages')
215
229
  DataCaptureConfig = Shapes::StructureShape.new(name: 'DataCaptureConfig')
216
230
  DataCaptureConfigSummary = Shapes::StructureShape.new(name: 'DataCaptureConfigSummary')
217
231
  DataExplorationNotebookLocation = Shapes::StringShape.new(name: 'DataExplorationNotebookLocation')
@@ -223,7 +237,10 @@ module Aws::SageMaker
223
237
  DebugRuleConfigurations = Shapes::ListShape.new(name: 'DebugRuleConfigurations')
224
238
  DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus')
225
239
  DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
240
+ DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid')
241
+ DefaultUid = Shapes::IntegerShape.new(name: 'DefaultUid')
226
242
  DeleteAlgorithmInput = Shapes::StructureShape.new(name: 'DeleteAlgorithmInput')
243
+ DeleteAppImageConfigRequest = Shapes::StructureShape.new(name: 'DeleteAppImageConfigRequest')
227
244
  DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
228
245
  DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
229
246
  DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
@@ -235,6 +252,10 @@ module Aws::SageMaker
235
252
  DeleteFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionResponse')
236
253
  DeleteHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiRequest')
237
254
  DeleteHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiResponse')
255
+ DeleteImageRequest = Shapes::StructureShape.new(name: 'DeleteImageRequest')
256
+ DeleteImageResponse = Shapes::StructureShape.new(name: 'DeleteImageResponse')
257
+ DeleteImageVersionRequest = Shapes::StructureShape.new(name: 'DeleteImageVersionRequest')
258
+ DeleteImageVersionResponse = Shapes::StructureShape.new(name: 'DeleteImageVersionResponse')
238
259
  DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
239
260
  DeleteModelPackageInput = Shapes::StructureShape.new(name: 'DeleteModelPackageInput')
240
261
  DeleteMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DeleteMonitoringScheduleRequest')
@@ -255,6 +276,8 @@ module Aws::SageMaker
255
276
  DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
256
277
  DescribeAlgorithmInput = Shapes::StructureShape.new(name: 'DescribeAlgorithmInput')
257
278
  DescribeAlgorithmOutput = Shapes::StructureShape.new(name: 'DescribeAlgorithmOutput')
279
+ DescribeAppImageConfigRequest = Shapes::StructureShape.new(name: 'DescribeAppImageConfigRequest')
280
+ DescribeAppImageConfigResponse = Shapes::StructureShape.new(name: 'DescribeAppImageConfigResponse')
258
281
  DescribeAppRequest = Shapes::StructureShape.new(name: 'DescribeAppRequest')
259
282
  DescribeAppResponse = Shapes::StructureShape.new(name: 'DescribeAppResponse')
260
283
  DescribeAutoMLJobRequest = Shapes::StructureShape.new(name: 'DescribeAutoMLJobRequest')
@@ -277,6 +300,10 @@ module Aws::SageMaker
277
300
  DescribeHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiResponse')
278
301
  DescribeHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobRequest')
279
302
  DescribeHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobResponse')
303
+ DescribeImageRequest = Shapes::StructureShape.new(name: 'DescribeImageRequest')
304
+ DescribeImageResponse = Shapes::StructureShape.new(name: 'DescribeImageResponse')
305
+ DescribeImageVersionRequest = Shapes::StructureShape.new(name: 'DescribeImageVersionRequest')
306
+ DescribeImageVersionResponse = Shapes::StructureShape.new(name: 'DescribeImageVersionResponse')
280
307
  DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
281
308
  DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
282
309
  DescribeModelInput = Shapes::StructureShape.new(name: 'DescribeModelInput')
@@ -362,6 +389,7 @@ module Aws::SageMaker
362
389
  ExperimentSummary = Shapes::StructureShape.new(name: 'ExperimentSummary')
363
390
  FailureReason = Shapes::StringShape.new(name: 'FailureReason')
364
391
  FileSystemAccessMode = Shapes::StringShape.new(name: 'FileSystemAccessMode')
392
+ FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
365
393
  FileSystemDataSource = Shapes::StructureShape.new(name: 'FileSystemDataSource')
366
394
  FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
367
395
  FileSystemType = Shapes::StringShape.new(name: 'FileSystemType')
@@ -407,6 +435,7 @@ module Aws::SageMaker
407
435
  HumanTaskUiSummaries = Shapes::ListShape.new(name: 'HumanTaskUiSummaries')
408
436
  HumanTaskUiSummary = Shapes::StructureShape.new(name: 'HumanTaskUiSummary')
409
437
  HyperParameterAlgorithmSpecification = Shapes::StructureShape.new(name: 'HyperParameterAlgorithmSpecification')
438
+ HyperParameterKey = Shapes::StringShape.new(name: 'HyperParameterKey')
410
439
  HyperParameterScalingType = Shapes::StringShape.new(name: 'HyperParameterScalingType')
411
440
  HyperParameterSpecification = Shapes::StructureShape.new(name: 'HyperParameterSpecification')
412
441
  HyperParameterSpecifications = Shapes::ListShape.new(name: 'HyperParameterSpecifications')
@@ -428,11 +457,32 @@ module Aws::SageMaker
428
457
  HyperParameterTuningJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTuningJobSummary')
429
458
  HyperParameterTuningJobWarmStartConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobWarmStartConfig')
430
459
  HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
460
+ HyperParameterValue = Shapes::StringShape.new(name: 'HyperParameterValue')
431
461
  HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
462
+ Image = Shapes::StructureShape.new(name: 'Image')
432
463
  ImageArn = Shapes::StringShape.new(name: 'ImageArn')
464
+ ImageBaseImage = Shapes::StringShape.new(name: 'ImageBaseImage')
433
465
  ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
466
+ ImageContainerImage = Shapes::StringShape.new(name: 'ImageContainerImage')
467
+ ImageDeleteProperty = Shapes::StringShape.new(name: 'ImageDeleteProperty')
468
+ ImageDeletePropertyList = Shapes::ListShape.new(name: 'ImageDeletePropertyList')
469
+ ImageDescription = Shapes::StringShape.new(name: 'ImageDescription')
434
470
  ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
471
+ ImageDisplayName = Shapes::StringShape.new(name: 'ImageDisplayName')
472
+ ImageName = Shapes::StringShape.new(name: 'ImageName')
473
+ ImageNameContains = Shapes::StringShape.new(name: 'ImageNameContains')
474
+ ImageSortBy = Shapes::StringShape.new(name: 'ImageSortBy')
475
+ ImageSortOrder = Shapes::StringShape.new(name: 'ImageSortOrder')
476
+ ImageStatus = Shapes::StringShape.new(name: 'ImageStatus')
435
477
  ImageUri = Shapes::StringShape.new(name: 'ImageUri')
478
+ ImageVersion = Shapes::StructureShape.new(name: 'ImageVersion')
479
+ ImageVersionArn = Shapes::StringShape.new(name: 'ImageVersionArn')
480
+ ImageVersionNumber = Shapes::IntegerShape.new(name: 'ImageVersionNumber')
481
+ ImageVersionSortBy = Shapes::StringShape.new(name: 'ImageVersionSortBy')
482
+ ImageVersionSortOrder = Shapes::StringShape.new(name: 'ImageVersionSortOrder')
483
+ ImageVersionStatus = Shapes::StringShape.new(name: 'ImageVersionStatus')
484
+ ImageVersions = Shapes::ListShape.new(name: 'ImageVersions')
485
+ Images = Shapes::ListShape.new(name: 'Images')
436
486
  InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
437
487
  InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
438
488
  InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
@@ -450,7 +500,12 @@ module Aws::SageMaker
450
500
  JsonContentTypes = Shapes::ListShape.new(name: 'JsonContentTypes')
451
501
  JsonPath = Shapes::StringShape.new(name: 'JsonPath')
452
502
  JupyterServerAppSettings = Shapes::StructureShape.new(name: 'JupyterServerAppSettings')
503
+ KernelDisplayName = Shapes::StringShape.new(name: 'KernelDisplayName')
453
504
  KernelGatewayAppSettings = Shapes::StructureShape.new(name: 'KernelGatewayAppSettings')
505
+ KernelGatewayImageConfig = Shapes::StructureShape.new(name: 'KernelGatewayImageConfig')
506
+ KernelName = Shapes::StringShape.new(name: 'KernelName')
507
+ KernelSpec = Shapes::StructureShape.new(name: 'KernelSpec')
508
+ KernelSpecs = Shapes::ListShape.new(name: 'KernelSpecs')
454
509
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
455
510
  LabelAttributeName = Shapes::StringShape.new(name: 'LabelAttributeName')
456
511
  LabelCounter = Shapes::IntegerShape.new(name: 'LabelCounter')
@@ -478,6 +533,8 @@ module Aws::SageMaker
478
533
  LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
479
534
  ListAlgorithmsInput = Shapes::StructureShape.new(name: 'ListAlgorithmsInput')
480
535
  ListAlgorithmsOutput = Shapes::StructureShape.new(name: 'ListAlgorithmsOutput')
536
+ ListAppImageConfigsRequest = Shapes::StructureShape.new(name: 'ListAppImageConfigsRequest')
537
+ ListAppImageConfigsResponse = Shapes::StructureShape.new(name: 'ListAppImageConfigsResponse')
481
538
  ListAppsRequest = Shapes::StructureShape.new(name: 'ListAppsRequest')
482
539
  ListAppsResponse = Shapes::StructureShape.new(name: 'ListAppsResponse')
483
540
  ListAutoMLJobsRequest = Shapes::StructureShape.new(name: 'ListAutoMLJobsRequest')
@@ -503,6 +560,10 @@ module Aws::SageMaker
503
560
  ListHumanTaskUisResponse = Shapes::StructureShape.new(name: 'ListHumanTaskUisResponse')
504
561
  ListHyperParameterTuningJobsRequest = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsRequest')
505
562
  ListHyperParameterTuningJobsResponse = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsResponse')
563
+ ListImageVersionsRequest = Shapes::StructureShape.new(name: 'ListImageVersionsRequest')
564
+ ListImageVersionsResponse = Shapes::StructureShape.new(name: 'ListImageVersionsResponse')
565
+ ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
566
+ ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
506
567
  ListLabelingJobsForWorkteamRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamRequest')
507
568
  ListLabelingJobsForWorkteamResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamResponse')
508
569
  ListLabelingJobsForWorkteamSortByOptions = Shapes::StringShape.new(name: 'ListLabelingJobsForWorkteamSortByOptions')
@@ -616,6 +677,7 @@ module Aws::SageMaker
616
677
  MonitoringScheduleSummaryList = Shapes::ListShape.new(name: 'MonitoringScheduleSummaryList')
617
678
  MonitoringStatisticsResource = Shapes::StructureShape.new(name: 'MonitoringStatisticsResource')
618
679
  MonitoringStoppingCondition = Shapes::StructureShape.new(name: 'MonitoringStoppingCondition')
680
+ MountPath = Shapes::StringShape.new(name: 'MountPath')
619
681
  NameContains = Shapes::StringShape.new(name: 'NameContains')
620
682
  NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
621
683
  NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
@@ -903,6 +965,8 @@ module Aws::SageMaker
903
965
  UiConfig = Shapes::StructureShape.new(name: 'UiConfig')
904
966
  UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
905
967
  UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
968
+ UpdateAppImageConfigRequest = Shapes::StructureShape.new(name: 'UpdateAppImageConfigRequest')
969
+ UpdateAppImageConfigResponse = Shapes::StructureShape.new(name: 'UpdateAppImageConfigResponse')
906
970
  UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
907
971
  UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
908
972
  UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
@@ -913,6 +977,8 @@ module Aws::SageMaker
913
977
  UpdateEndpointWeightsAndCapacitiesOutput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesOutput')
914
978
  UpdateExperimentRequest = Shapes::StructureShape.new(name: 'UpdateExperimentRequest')
915
979
  UpdateExperimentResponse = Shapes::StructureShape.new(name: 'UpdateExperimentResponse')
980
+ UpdateImageRequest = Shapes::StructureShape.new(name: 'UpdateImageRequest')
981
+ UpdateImageResponse = Shapes::StructureShape.new(name: 'UpdateImageResponse')
916
982
  UpdateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleRequest')
917
983
  UpdateMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleResponse')
918
984
  UpdateNotebookInstanceInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceInput')
@@ -943,6 +1009,7 @@ module Aws::SageMaker
943
1009
  VariantPropertyList = Shapes::ListShape.new(name: 'VariantPropertyList')
944
1010
  VariantPropertyType = Shapes::StringShape.new(name: 'VariantPropertyType')
945
1011
  VariantWeight = Shapes::FloatShape.new(name: 'VariantWeight')
1012
+ VersionedArnOrName = Shapes::StringShape.new(name: 'VersionedArnOrName')
946
1013
  VolumeSizeInGB = Shapes::IntegerShape.new(name: 'VolumeSizeInGB')
947
1014
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
948
1015
  VpcId = Shapes::StringShape.new(name: 'VpcId')
@@ -1014,6 +1081,15 @@ module Aws::SageMaker
1014
1081
  AppDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
1015
1082
  AppDetails.struct_class = Types::AppDetails
1016
1083
 
1084
+ AppImageConfigDetails.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
1085
+ AppImageConfigDetails.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, location_name: "AppImageConfigName"))
1086
+ AppImageConfigDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1087
+ AppImageConfigDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1088
+ AppImageConfigDetails.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
1089
+ AppImageConfigDetails.struct_class = Types::AppImageConfigDetails
1090
+
1091
+ AppImageConfigList.member = Shapes::ShapeRef.new(shape: AppImageConfigDetails)
1092
+
1017
1093
  AppList.member = Shapes::ShapeRef.new(shape: AppDetails)
1018
1094
 
1019
1095
  AppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
@@ -1208,7 +1284,7 @@ module Aws::SageMaker
1208
1284
  ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
1209
1285
  ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
1210
1286
  ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
1211
- ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "ModelPackageName"))
1287
+ ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, location_name: "ModelPackageName"))
1212
1288
  ContainerDefinition.struct_class = Types::ContainerDefinition
1213
1289
 
1214
1290
  ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
@@ -1242,6 +1318,14 @@ module Aws::SageMaker
1242
1318
  CreateAlgorithmOutput.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: AlgorithmArn, required: true, location_name: "AlgorithmArn"))
1243
1319
  CreateAlgorithmOutput.struct_class = Types::CreateAlgorithmOutput
1244
1320
 
1321
+ CreateAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
1322
+ CreateAppImageConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1323
+ CreateAppImageConfigRequest.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
1324
+ CreateAppImageConfigRequest.struct_class = Types::CreateAppImageConfigRequest
1325
+
1326
+ CreateAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
1327
+ CreateAppImageConfigResponse.struct_class = Types::CreateAppImageConfigResponse
1328
+
1245
1329
  CreateAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1246
1330
  CreateAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
1247
1331
  CreateAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
@@ -1279,6 +1363,7 @@ module Aws::SageMaker
1279
1363
  CreateCompilationJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
1280
1364
  CreateCompilationJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
1281
1365
  CreateCompilationJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
1366
+ CreateCompilationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1282
1367
  CreateCompilationJobRequest.struct_class = Types::CreateCompilationJobRequest
1283
1368
 
1284
1369
  CreateCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
@@ -1290,8 +1375,8 @@ module Aws::SageMaker
1290
1375
  CreateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "SubnetIds"))
1291
1376
  CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
1292
1377
  CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1293
- CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "HomeEfsFileSystemKmsKeyId"))
1294
1378
  CreateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
1379
+ CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "HomeEfsFileSystemKmsKeyId"))
1295
1380
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
1296
1381
 
1297
1382
  CreateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
@@ -1356,6 +1441,24 @@ module Aws::SageMaker
1356
1441
  CreateHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, required: true, location_name: "HyperParameterTuningJobArn"))
1357
1442
  CreateHyperParameterTuningJobResponse.struct_class = Types::CreateHyperParameterTuningJobResponse
1358
1443
 
1444
+ CreateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
1445
+ CreateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
1446
+ CreateImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
1447
+ CreateImageRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
1448
+ CreateImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1449
+ CreateImageRequest.struct_class = Types::CreateImageRequest
1450
+
1451
+ CreateImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
1452
+ CreateImageResponse.struct_class = Types::CreateImageResponse
1453
+
1454
+ CreateImageVersionRequest.add_member(:base_image, Shapes::ShapeRef.new(shape: ImageBaseImage, required: true, location_name: "BaseImage"))
1455
+ CreateImageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1456
+ CreateImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
1457
+ CreateImageVersionRequest.struct_class = Types::CreateImageVersionRequest
1458
+
1459
+ CreateImageVersionResponse.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "ImageVersionArn"))
1460
+ CreateImageVersionResponse.struct_class = Types::CreateImageVersionResponse
1461
+
1359
1462
  CreateLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
1360
1463
  CreateLabelingJobRequest.add_member(:label_attribute_name, Shapes::ShapeRef.new(shape: LabelAttributeName, required: true, location_name: "LabelAttributeName"))
1361
1464
  CreateLabelingJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: LabelingJobInputConfig, required: true, location_name: "InputConfig"))
@@ -1383,7 +1486,7 @@ module Aws::SageMaker
1383
1486
  CreateModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
1384
1487
  CreateModelOutput.struct_class = Types::CreateModelOutput
1385
1488
 
1386
- CreateModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
1489
+ CreateModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageName"))
1387
1490
  CreateModelPackageInput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
1388
1491
  CreateModelPackageInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
1389
1492
  CreateModelPackageInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
@@ -1558,6 +1661,13 @@ module Aws::SageMaker
1558
1661
 
1559
1662
  CsvContentTypes.member = Shapes::ShapeRef.new(shape: CsvContentType)
1560
1663
 
1664
+ CustomImage.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
1665
+ CustomImage.add_member(:image_version_number, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "ImageVersionNumber", metadata: {"box"=>true}))
1666
+ CustomImage.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
1667
+ CustomImage.struct_class = Types::CustomImage
1668
+
1669
+ CustomImages.member = Shapes::ShapeRef.new(shape: CustomImage)
1670
+
1561
1671
  DataCaptureConfig.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, location_name: "EnableCapture"))
1562
1672
  DataCaptureConfig.add_member(:initial_sampling_percentage, Shapes::ShapeRef.new(shape: SamplingPercentage, required: true, location_name: "InitialSamplingPercentage"))
1563
1673
  DataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
@@ -1611,6 +1721,9 @@ module Aws::SageMaker
1611
1721
  DeleteAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
1612
1722
  DeleteAlgorithmInput.struct_class = Types::DeleteAlgorithmInput
1613
1723
 
1724
+ DeleteAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
1725
+ DeleteAppImageConfigRequest.struct_class = Types::DeleteAppImageConfigRequest
1726
+
1614
1727
  DeleteAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1615
1728
  DeleteAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
1616
1729
  DeleteAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
@@ -1646,10 +1759,21 @@ module Aws::SageMaker
1646
1759
 
1647
1760
  DeleteHumanTaskUiResponse.struct_class = Types::DeleteHumanTaskUiResponse
1648
1761
 
1762
+ DeleteImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
1763
+ DeleteImageRequest.struct_class = Types::DeleteImageRequest
1764
+
1765
+ DeleteImageResponse.struct_class = Types::DeleteImageResponse
1766
+
1767
+ DeleteImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
1768
+ DeleteImageVersionRequest.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, required: true, location_name: "Version"))
1769
+ DeleteImageVersionRequest.struct_class = Types::DeleteImageVersionRequest
1770
+
1771
+ DeleteImageVersionResponse.struct_class = Types::DeleteImageVersionResponse
1772
+
1649
1773
  DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
1650
1774
  DeleteModelInput.struct_class = Types::DeleteModelInput
1651
1775
 
1652
- DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
1776
+ DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
1653
1777
  DeleteModelPackageInput.struct_class = Types::DeleteModelPackageInput
1654
1778
 
1655
1779
  DeleteMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
@@ -1717,6 +1841,16 @@ module Aws::SageMaker
1717
1841
  DescribeAlgorithmOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
1718
1842
  DescribeAlgorithmOutput.struct_class = Types::DescribeAlgorithmOutput
1719
1843
 
1844
+ DescribeAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
1845
+ DescribeAppImageConfigRequest.struct_class = Types::DescribeAppImageConfigRequest
1846
+
1847
+ DescribeAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
1848
+ DescribeAppImageConfigResponse.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, location_name: "AppImageConfigName"))
1849
+ DescribeAppImageConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1850
+ DescribeAppImageConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
1851
+ DescribeAppImageConfigResponse.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
1852
+ DescribeAppImageConfigResponse.struct_class = Types::DescribeAppImageConfigResponse
1853
+
1720
1854
  DescribeAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
1721
1855
  DescribeAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
1722
1856
  DescribeAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
@@ -1801,11 +1935,11 @@ module Aws::SageMaker
1801
1935
  DescribeDomainResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
1802
1936
  DescribeDomainResponse.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, location_name: "AuthMode"))
1803
1937
  DescribeDomainResponse.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
1938
+ DescribeDomainResponse.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
1804
1939
  DescribeDomainResponse.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "HomeEfsFileSystemKmsKeyId"))
1805
1940
  DescribeDomainResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
1806
1941
  DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
1807
1942
  DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
1808
- DescribeDomainResponse.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
1809
1943
  DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
1810
1944
 
1811
1945
  DescribeEndpointConfigInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
@@ -1892,6 +2026,35 @@ module Aws::SageMaker
1892
2026
  DescribeHyperParameterTuningJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
1893
2027
  DescribeHyperParameterTuningJobResponse.struct_class = Types::DescribeHyperParameterTuningJobResponse
1894
2028
 
2029
+ DescribeImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
2030
+ DescribeImageRequest.struct_class = Types::DescribeImageRequest
2031
+
2032
+ DescribeImageResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
2033
+ DescribeImageResponse.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
2034
+ DescribeImageResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
2035
+ DescribeImageResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
2036
+ DescribeImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
2037
+ DescribeImageResponse.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, location_name: "ImageName"))
2038
+ DescribeImageResponse.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, location_name: "ImageStatus"))
2039
+ DescribeImageResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2040
+ DescribeImageResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
2041
+ DescribeImageResponse.struct_class = Types::DescribeImageResponse
2042
+
2043
+ DescribeImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
2044
+ DescribeImageVersionRequest.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "Version"))
2045
+ DescribeImageVersionRequest.struct_class = Types::DescribeImageVersionRequest
2046
+
2047
+ DescribeImageVersionResponse.add_member(:base_image, Shapes::ShapeRef.new(shape: ImageBaseImage, location_name: "BaseImage"))
2048
+ DescribeImageVersionResponse.add_member(:container_image, Shapes::ShapeRef.new(shape: ImageContainerImage, location_name: "ContainerImage"))
2049
+ DescribeImageVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
2050
+ DescribeImageVersionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
2051
+ DescribeImageVersionResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
2052
+ DescribeImageVersionResponse.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "ImageVersionArn"))
2053
+ DescribeImageVersionResponse.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ImageVersionStatus, location_name: "ImageVersionStatus"))
2054
+ DescribeImageVersionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2055
+ DescribeImageVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "Version"))
2056
+ DescribeImageVersionResponse.struct_class = Types::DescribeImageVersionResponse
2057
+
1895
2058
  DescribeLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
1896
2059
  DescribeLabelingJobRequest.struct_class = Types::DescribeLabelingJobRequest
1897
2060
 
@@ -1928,7 +2091,7 @@ module Aws::SageMaker
1928
2091
  DescribeModelOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
1929
2092
  DescribeModelOutput.struct_class = Types::DescribeModelOutput
1930
2093
 
1931
- DescribeModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "ModelPackageName"))
2094
+ DescribeModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
1932
2095
  DescribeModelPackageInput.struct_class = Types::DescribeModelPackageInput
1933
2096
 
1934
2097
  DescribeModelPackageOutput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
@@ -2234,6 +2397,11 @@ module Aws::SageMaker
2234
2397
  ExperimentSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2235
2398
  ExperimentSummary.struct_class = Types::ExperimentSummary
2236
2399
 
2400
+ FileSystemConfig.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, location_name: "MountPath"))
2401
+ FileSystemConfig.add_member(:default_uid, Shapes::ShapeRef.new(shape: DefaultUid, location_name: "DefaultUid", metadata: {"box"=>true}))
2402
+ FileSystemConfig.add_member(:default_gid, Shapes::ShapeRef.new(shape: DefaultGid, location_name: "DefaultGid", metadata: {"box"=>true}))
2403
+ FileSystemConfig.struct_class = Types::FileSystemConfig
2404
+
2237
2405
  FileSystemDataSource.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
2238
2406
  FileSystemDataSource.add_member(:file_system_access_mode, Shapes::ShapeRef.new(shape: FileSystemAccessMode, required: true, location_name: "FileSystemAccessMode"))
2239
2407
  FileSystemDataSource.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FileSystemType, required: true, location_name: "FileSystemType"))
@@ -2347,7 +2515,7 @@ module Aws::SageMaker
2347
2515
  HyperParameterSpecification.add_member(:range, Shapes::ShapeRef.new(shape: ParameterRange, location_name: "Range"))
2348
2516
  HyperParameterSpecification.add_member(:is_tunable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsTunable"))
2349
2517
  HyperParameterSpecification.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRequired"))
2350
- HyperParameterSpecification.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "DefaultValue"))
2518
+ HyperParameterSpecification.add_member(:default_value, Shapes::ShapeRef.new(shape: HyperParameterValue, location_name: "DefaultValue"))
2351
2519
  HyperParameterSpecification.struct_class = Types::HyperParameterSpecification
2352
2520
 
2353
2521
  HyperParameterSpecifications.member = Shapes::ShapeRef.new(shape: HyperParameterSpecification)
@@ -2419,12 +2587,37 @@ module Aws::SageMaker
2419
2587
  HyperParameterTuningJobWarmStartConfig.add_member(:warm_start_type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartType, required: true, location_name: "WarmStartType"))
2420
2588
  HyperParameterTuningJobWarmStartConfig.struct_class = Types::HyperParameterTuningJobWarmStartConfig
2421
2589
 
2422
- HyperParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
2423
- HyperParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
2590
+ HyperParameters.key = Shapes::ShapeRef.new(shape: HyperParameterKey)
2591
+ HyperParameters.value = Shapes::ShapeRef.new(shape: HyperParameterValue)
2592
+
2593
+ Image.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2594
+ Image.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
2595
+ Image.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
2596
+ Image.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
2597
+ Image.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, required: true, location_name: "ImageArn"))
2598
+ Image.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
2599
+ Image.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, required: true, location_name: "ImageStatus"))
2600
+ Image.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
2601
+ Image.struct_class = Types::Image
2424
2602
 
2425
2603
  ImageConfig.add_member(:repository_access_mode, Shapes::ShapeRef.new(shape: RepositoryAccessMode, required: true, location_name: "RepositoryAccessMode"))
2426
2604
  ImageConfig.struct_class = Types::ImageConfig
2427
2605
 
2606
+ ImageDeletePropertyList.member = Shapes::ShapeRef.new(shape: ImageDeleteProperty)
2607
+
2608
+ ImageVersion.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
2609
+ ImageVersion.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
2610
+ ImageVersion.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, required: true, location_name: "ImageArn"))
2611
+ ImageVersion.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, required: true, location_name: "ImageVersionArn"))
2612
+ ImageVersion.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ImageVersionStatus, required: true, location_name: "ImageVersionStatus"))
2613
+ ImageVersion.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
2614
+ ImageVersion.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, required: true, location_name: "Version"))
2615
+ ImageVersion.struct_class = Types::ImageVersion
2616
+
2617
+ ImageVersions.member = Shapes::ShapeRef.new(shape: ImageVersion)
2618
+
2619
+ Images.member = Shapes::ShapeRef.new(shape: Image)
2620
+
2428
2621
  InferenceSpecification.add_member(:containers, Shapes::ShapeRef.new(shape: ModelPackageContainerDefinitionList, required: true, location_name: "Containers"))
2429
2622
  InferenceSpecification.add_member(:supported_transform_instance_types, Shapes::ShapeRef.new(shape: TransformInstanceTypes, required: true, location_name: "SupportedTransformInstanceTypes"))
2430
2623
  InferenceSpecification.add_member(:supported_realtime_inference_instance_types, Shapes::ShapeRef.new(shape: RealtimeInferenceInstanceTypes, required: true, location_name: "SupportedRealtimeInferenceInstanceTypes"))
@@ -2459,8 +2652,19 @@ module Aws::SageMaker
2459
2652
  JupyterServerAppSettings.struct_class = Types::JupyterServerAppSettings
2460
2653
 
2461
2654
  KernelGatewayAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
2655
+ KernelGatewayAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
2462
2656
  KernelGatewayAppSettings.struct_class = Types::KernelGatewayAppSettings
2463
2657
 
2658
+ KernelGatewayImageConfig.add_member(:kernel_specs, Shapes::ShapeRef.new(shape: KernelSpecs, required: true, location_name: "KernelSpecs"))
2659
+ KernelGatewayImageConfig.add_member(:file_system_config, Shapes::ShapeRef.new(shape: FileSystemConfig, location_name: "FileSystemConfig"))
2660
+ KernelGatewayImageConfig.struct_class = Types::KernelGatewayImageConfig
2661
+
2662
+ KernelSpec.add_member(:name, Shapes::ShapeRef.new(shape: KernelName, required: true, location_name: "Name"))
2663
+ KernelSpec.add_member(:display_name, Shapes::ShapeRef.new(shape: KernelDisplayName, location_name: "DisplayName"))
2664
+ KernelSpec.struct_class = Types::KernelSpec
2665
+
2666
+ KernelSpecs.member = Shapes::ShapeRef.new(shape: KernelSpec)
2667
+
2464
2668
  LabelCounters.add_member(:total_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "TotalLabeled"))
2465
2669
  LabelCounters.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled"))
2466
2670
  LabelCounters.add_member(:machine_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "MachineLabeled"))
@@ -2550,6 +2754,21 @@ module Aws::SageMaker
2550
2754
  ListAlgorithmsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2551
2755
  ListAlgorithmsOutput.struct_class = Types::ListAlgorithmsOutput
2552
2756
 
2757
+ ListAppImageConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2758
+ ListAppImageConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2759
+ ListAppImageConfigsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: AppImageConfigName, location_name: "NameContains"))
2760
+ ListAppImageConfigsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
2761
+ ListAppImageConfigsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
2762
+ ListAppImageConfigsRequest.add_member(:modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeBefore"))
2763
+ ListAppImageConfigsRequest.add_member(:modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeAfter"))
2764
+ ListAppImageConfigsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: AppImageConfigSortKey, location_name: "SortBy"))
2765
+ ListAppImageConfigsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
2766
+ ListAppImageConfigsRequest.struct_class = Types::ListAppImageConfigsRequest
2767
+
2768
+ ListAppImageConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2769
+ ListAppImageConfigsResponse.add_member(:app_image_configs, Shapes::ShapeRef.new(shape: AppImageConfigList, location_name: "AppImageConfigs"))
2770
+ ListAppImageConfigsResponse.struct_class = Types::ListAppImageConfigsResponse
2771
+
2553
2772
  ListAppsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2554
2773
  ListAppsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2555
2774
  ListAppsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
@@ -2709,6 +2928,36 @@ module Aws::SageMaker
2709
2928
  ListHyperParameterTuningJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2710
2929
  ListHyperParameterTuningJobsResponse.struct_class = Types::ListHyperParameterTuningJobsResponse
2711
2930
 
2931
+ ListImageVersionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
2932
+ ListImageVersionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
2933
+ ListImageVersionsRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
2934
+ ListImageVersionsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
2935
+ ListImageVersionsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
2936
+ ListImageVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2937
+ ListImageVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2938
+ ListImageVersionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ImageVersionSortBy, location_name: "SortBy"))
2939
+ ListImageVersionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ImageVersionSortOrder, location_name: "SortOrder"))
2940
+ ListImageVersionsRequest.struct_class = Types::ListImageVersionsRequest
2941
+
2942
+ ListImageVersionsResponse.add_member(:image_versions, Shapes::ShapeRef.new(shape: ImageVersions, location_name: "ImageVersions"))
2943
+ ListImageVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2944
+ ListImageVersionsResponse.struct_class = Types::ListImageVersionsResponse
2945
+
2946
+ ListImagesRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
2947
+ ListImagesRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
2948
+ ListImagesRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
2949
+ ListImagesRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
2950
+ ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2951
+ ListImagesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: ImageNameContains, location_name: "NameContains"))
2952
+ ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2953
+ ListImagesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ImageSortBy, location_name: "SortBy"))
2954
+ ListImagesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ImageSortOrder, location_name: "SortOrder"))
2955
+ ListImagesRequest.struct_class = Types::ListImagesRequest
2956
+
2957
+ ListImagesResponse.add_member(:images, Shapes::ShapeRef.new(shape: Images, location_name: "Images"))
2958
+ ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2959
+ ListImagesResponse.struct_class = Types::ListImagesResponse
2960
+
2712
2961
  ListLabelingJobsForWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
2713
2962
  ListLabelingJobsForWorkteamRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2714
2963
  ListLabelingJobsForWorkteamRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -3400,6 +3649,7 @@ module Aws::SageMaker
3400
3649
  ResourceNotFound.struct_class = Types::ResourceNotFound
3401
3650
 
3402
3651
  ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "SageMakerImageArn"))
3652
+ ResourceSpec.add_member(:sage_maker_image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "SageMakerImageVersionArn"))
3403
3653
  ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
3404
3654
  ResourceSpec.struct_class = Types::ResourceSpec
3405
3655
 
@@ -3828,6 +4078,13 @@ module Aws::SageMaker
3828
4078
  UiTemplateInfo.add_member(:content_sha_256, Shapes::ShapeRef.new(shape: TemplateContentSha256, location_name: "ContentSha256"))
3829
4079
  UiTemplateInfo.struct_class = Types::UiTemplateInfo
3830
4080
 
4081
+ UpdateAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
4082
+ UpdateAppImageConfigRequest.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
4083
+ UpdateAppImageConfigRequest.struct_class = Types::UpdateAppImageConfigRequest
4084
+
4085
+ UpdateAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
4086
+ UpdateAppImageConfigResponse.struct_class = Types::UpdateAppImageConfigResponse
4087
+
3831
4088
  UpdateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
3832
4089
  UpdateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfigForUpdate, location_name: "GitConfig"))
3833
4090
  UpdateCodeRepositoryInput.struct_class = Types::UpdateCodeRepositoryInput
@@ -3866,6 +4123,16 @@ module Aws::SageMaker
3866
4123
  UpdateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
3867
4124
  UpdateExperimentResponse.struct_class = Types::UpdateExperimentResponse
3868
4125
 
4126
+ UpdateImageRequest.add_member(:delete_properties, Shapes::ShapeRef.new(shape: ImageDeletePropertyList, location_name: "DeleteProperties"))
4127
+ UpdateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
4128
+ UpdateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
4129
+ UpdateImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
4130
+ UpdateImageRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
4131
+ UpdateImageRequest.struct_class = Types::UpdateImageRequest
4132
+
4133
+ UpdateImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
4134
+ UpdateImageResponse.struct_class = Types::UpdateImageResponse
4135
+
3869
4136
  UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
3870
4137
  UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
3871
4138
  UpdateMonitoringScheduleRequest.struct_class = Types::UpdateMonitoringScheduleRequest
@@ -4060,6 +4327,15 @@ module Aws::SageMaker
4060
4327
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4061
4328
  end)
4062
4329
 
4330
+ api.add_operation(:create_app_image_config, Seahorse::Model::Operation.new.tap do |o|
4331
+ o.name = "CreateAppImageConfig"
4332
+ o.http_method = "POST"
4333
+ o.http_request_uri = "/"
4334
+ o.input = Shapes::ShapeRef.new(shape: CreateAppImageConfigRequest)
4335
+ o.output = Shapes::ShapeRef.new(shape: CreateAppImageConfigResponse)
4336
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4337
+ end)
4338
+
4063
4339
  api.add_operation(:create_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
4064
4340
  o.name = "CreateAutoMLJob"
4065
4341
  o.http_method = "POST"
@@ -4155,6 +4431,27 @@ module Aws::SageMaker
4155
4431
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4156
4432
  end)
4157
4433
 
4434
+ api.add_operation(:create_image, Seahorse::Model::Operation.new.tap do |o|
4435
+ o.name = "CreateImage"
4436
+ o.http_method = "POST"
4437
+ o.http_request_uri = "/"
4438
+ o.input = Shapes::ShapeRef.new(shape: CreateImageRequest)
4439
+ o.output = Shapes::ShapeRef.new(shape: CreateImageResponse)
4440
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4441
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4442
+ end)
4443
+
4444
+ api.add_operation(:create_image_version, Seahorse::Model::Operation.new.tap do |o|
4445
+ o.name = "CreateImageVersion"
4446
+ o.http_method = "POST"
4447
+ o.http_request_uri = "/"
4448
+ o.input = Shapes::ShapeRef.new(shape: CreateImageVersionRequest)
4449
+ o.output = Shapes::ShapeRef.new(shape: CreateImageVersionResponse)
4450
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4451
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4452
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4453
+ end)
4454
+
4158
4455
  api.add_operation(:create_labeling_job, Seahorse::Model::Operation.new.tap do |o|
4159
4456
  o.name = "CreateLabelingJob"
4160
4457
  o.http_method = "POST"
@@ -4180,6 +4477,8 @@ module Aws::SageMaker
4180
4477
  o.http_request_uri = "/"
4181
4478
  o.input = Shapes::ShapeRef.new(shape: CreateModelPackageInput)
4182
4479
  o.output = Shapes::ShapeRef.new(shape: CreateModelPackageOutput)
4480
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4481
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
4183
4482
  end)
4184
4483
 
4185
4484
  api.add_operation(:create_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
@@ -4325,6 +4624,15 @@ module Aws::SageMaker
4325
4624
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4326
4625
  end)
4327
4626
 
4627
+ api.add_operation(:delete_app_image_config, Seahorse::Model::Operation.new.tap do |o|
4628
+ o.name = "DeleteAppImageConfig"
4629
+ o.http_method = "POST"
4630
+ o.http_request_uri = "/"
4631
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppImageConfigRequest)
4632
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4633
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4634
+ end)
4635
+
4328
4636
  api.add_operation(:delete_code_repository, Seahorse::Model::Operation.new.tap do |o|
4329
4637
  o.name = "DeleteCodeRepository"
4330
4638
  o.http_method = "POST"
@@ -4387,6 +4695,26 @@ module Aws::SageMaker
4387
4695
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4388
4696
  end)
4389
4697
 
4698
+ api.add_operation(:delete_image, Seahorse::Model::Operation.new.tap do |o|
4699
+ o.name = "DeleteImage"
4700
+ o.http_method = "POST"
4701
+ o.http_request_uri = "/"
4702
+ o.input = Shapes::ShapeRef.new(shape: DeleteImageRequest)
4703
+ o.output = Shapes::ShapeRef.new(shape: DeleteImageResponse)
4704
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4705
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4706
+ end)
4707
+
4708
+ api.add_operation(:delete_image_version, Seahorse::Model::Operation.new.tap do |o|
4709
+ o.name = "DeleteImageVersion"
4710
+ o.http_method = "POST"
4711
+ o.http_request_uri = "/"
4712
+ o.input = Shapes::ShapeRef.new(shape: DeleteImageVersionRequest)
4713
+ o.output = Shapes::ShapeRef.new(shape: DeleteImageVersionResponse)
4714
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4715
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4716
+ end)
4717
+
4390
4718
  api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
4391
4719
  o.name = "DeleteModel"
4392
4720
  o.http_method = "POST"
@@ -4401,6 +4729,7 @@ module Aws::SageMaker
4401
4729
  o.http_request_uri = "/"
4402
4730
  o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageInput)
4403
4731
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4732
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4404
4733
  end)
4405
4734
 
4406
4735
  api.add_operation(:delete_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
@@ -4498,6 +4827,15 @@ module Aws::SageMaker
4498
4827
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4499
4828
  end)
4500
4829
 
4830
+ api.add_operation(:describe_app_image_config, Seahorse::Model::Operation.new.tap do |o|
4831
+ o.name = "DescribeAppImageConfig"
4832
+ o.http_method = "POST"
4833
+ o.http_request_uri = "/"
4834
+ o.input = Shapes::ShapeRef.new(shape: DescribeAppImageConfigRequest)
4835
+ o.output = Shapes::ShapeRef.new(shape: DescribeAppImageConfigResponse)
4836
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4837
+ end)
4838
+
4501
4839
  api.add_operation(:describe_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
4502
4840
  o.name = "DescribeAutoMLJob"
4503
4841
  o.http_method = "POST"
@@ -4585,6 +4923,24 @@ module Aws::SageMaker
4585
4923
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4586
4924
  end)
4587
4925
 
4926
+ api.add_operation(:describe_image, Seahorse::Model::Operation.new.tap do |o|
4927
+ o.name = "DescribeImage"
4928
+ o.http_method = "POST"
4929
+ o.http_request_uri = "/"
4930
+ o.input = Shapes::ShapeRef.new(shape: DescribeImageRequest)
4931
+ o.output = Shapes::ShapeRef.new(shape: DescribeImageResponse)
4932
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4933
+ end)
4934
+
4935
+ api.add_operation(:describe_image_version, Seahorse::Model::Operation.new.tap do |o|
4936
+ o.name = "DescribeImageVersion"
4937
+ o.http_method = "POST"
4938
+ o.http_request_uri = "/"
4939
+ o.input = Shapes::ShapeRef.new(shape: DescribeImageVersionRequest)
4940
+ o.output = Shapes::ShapeRef.new(shape: DescribeImageVersionResponse)
4941
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
4942
+ end)
4943
+
4588
4944
  api.add_operation(:describe_labeling_job, Seahorse::Model::Operation.new.tap do |o|
4589
4945
  o.name = "DescribeLabelingJob"
4590
4946
  o.http_method = "POST"
@@ -4744,6 +5100,14 @@ module Aws::SageMaker
4744
5100
  )
4745
5101
  end)
4746
5102
 
5103
+ api.add_operation(:list_app_image_configs, Seahorse::Model::Operation.new.tap do |o|
5104
+ o.name = "ListAppImageConfigs"
5105
+ o.http_method = "POST"
5106
+ o.http_request_uri = "/"
5107
+ o.input = Shapes::ShapeRef.new(shape: ListAppImageConfigsRequest)
5108
+ o.output = Shapes::ShapeRef.new(shape: ListAppImageConfigsResponse)
5109
+ end)
5110
+
4747
5111
  api.add_operation(:list_apps, Seahorse::Model::Operation.new.tap do |o|
4748
5112
  o.name = "ListApps"
4749
5113
  o.http_method = "POST"
@@ -4913,6 +5277,35 @@ module Aws::SageMaker
4913
5277
  )
4914
5278
  end)
4915
5279
 
5280
+ api.add_operation(:list_image_versions, Seahorse::Model::Operation.new.tap do |o|
5281
+ o.name = "ListImageVersions"
5282
+ o.http_method = "POST"
5283
+ o.http_request_uri = "/"
5284
+ o.input = Shapes::ShapeRef.new(shape: ListImageVersionsRequest)
5285
+ o.output = Shapes::ShapeRef.new(shape: ListImageVersionsResponse)
5286
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5287
+ o[:pager] = Aws::Pager.new(
5288
+ limit_key: "max_results",
5289
+ tokens: {
5290
+ "next_token" => "next_token"
5291
+ }
5292
+ )
5293
+ end)
5294
+
5295
+ api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
5296
+ o.name = "ListImages"
5297
+ o.http_method = "POST"
5298
+ o.http_request_uri = "/"
5299
+ o.input = Shapes::ShapeRef.new(shape: ListImagesRequest)
5300
+ o.output = Shapes::ShapeRef.new(shape: ListImagesResponse)
5301
+ o[:pager] = Aws::Pager.new(
5302
+ limit_key: "max_results",
5303
+ tokens: {
5304
+ "next_token" => "next_token"
5305
+ }
5306
+ )
5307
+ end)
5308
+
4916
5309
  api.add_operation(:list_labeling_jobs, Seahorse::Model::Operation.new.tap do |o|
4917
5310
  o.name = "ListLabelingJobs"
4918
5311
  o.http_method = "POST"
@@ -5304,6 +5697,15 @@ module Aws::SageMaker
5304
5697
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5305
5698
  end)
5306
5699
 
5700
+ api.add_operation(:update_app_image_config, Seahorse::Model::Operation.new.tap do |o|
5701
+ o.name = "UpdateAppImageConfig"
5702
+ o.http_method = "POST"
5703
+ o.http_request_uri = "/"
5704
+ o.input = Shapes::ShapeRef.new(shape: UpdateAppImageConfigRequest)
5705
+ o.output = Shapes::ShapeRef.new(shape: UpdateAppImageConfigResponse)
5706
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5707
+ end)
5708
+
5307
5709
  api.add_operation(:update_code_repository, Seahorse::Model::Operation.new.tap do |o|
5308
5710
  o.name = "UpdateCodeRepository"
5309
5711
  o.http_method = "POST"
@@ -5351,6 +5753,16 @@ module Aws::SageMaker
5351
5753
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5352
5754
  end)
5353
5755
 
5756
+ api.add_operation(:update_image, Seahorse::Model::Operation.new.tap do |o|
5757
+ o.name = "UpdateImage"
5758
+ o.http_method = "POST"
5759
+ o.http_request_uri = "/"
5760
+ o.input = Shapes::ShapeRef.new(shape: UpdateImageRequest)
5761
+ o.output = Shapes::ShapeRef.new(shape: UpdateImageResponse)
5762
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
5763
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
5764
+ end)
5765
+
5354
5766
  api.add_operation(:update_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
5355
5767
  o.name = "UpdateMonitoringSchedule"
5356
5768
  o.http_method = "POST"