aws-sdk-sagemaker 1.223.0 → 1.225.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -72,6 +72,8 @@ module Aws::SageMaker
72
72
  ArnOrName = Shapes::StringShape.new(name: 'ArnOrName')
73
73
  ArtifactArn = Shapes::StringShape.new(name: 'ArtifactArn')
74
74
  ArtifactDigest = Shapes::StringShape.new(name: 'ArtifactDigest')
75
+ ArtifactProperties = Shapes::MapShape.new(name: 'ArtifactProperties')
76
+ ArtifactPropertyValue = Shapes::StringShape.new(name: 'ArtifactPropertyValue')
75
77
  ArtifactSource = Shapes::StructureShape.new(name: 'ArtifactSource')
76
78
  ArtifactSourceIdType = Shapes::StringShape.new(name: 'ArtifactSourceIdType')
77
79
  ArtifactSourceType = Shapes::StructureShape.new(name: 'ArtifactSourceType')
@@ -134,6 +136,7 @@ module Aws::SageMaker
134
136
  AutoMLJobSummaries = Shapes::ListShape.new(name: 'AutoMLJobSummaries')
135
137
  AutoMLJobSummary = Shapes::StructureShape.new(name: 'AutoMLJobSummary')
136
138
  AutoMLMaxResults = Shapes::IntegerShape.new(name: 'AutoMLMaxResults')
139
+ AutoMLMaxResultsForTrials = Shapes::IntegerShape.new(name: 'AutoMLMaxResultsForTrials')
137
140
  AutoMLMetricEnum = Shapes::StringShape.new(name: 'AutoMLMetricEnum')
138
141
  AutoMLMetricExtendedEnum = Shapes::StringShape.new(name: 'AutoMLMetricExtendedEnum')
139
142
  AutoMLMode = Shapes::StringShape.new(name: 'AutoMLMode')
@@ -269,6 +272,7 @@ module Aws::SageMaker
269
272
  ClusterSummaries = Shapes::ListShape.new(name: 'ClusterSummaries')
270
273
  ClusterSummary = Shapes::StructureShape.new(name: 'ClusterSummary')
271
274
  ClusterThreadsPerCore = Shapes::IntegerShape.new(name: 'ClusterThreadsPerCore')
275
+ CodeEditorAppSettings = Shapes::StructureShape.new(name: 'CodeEditorAppSettings')
272
276
  CodeRepositories = Shapes::ListShape.new(name: 'CodeRepositories')
273
277
  CodeRepository = Shapes::StructureShape.new(name: 'CodeRepository')
274
278
  CodeRepositoryArn = Shapes::StringShape.new(name: 'CodeRepositoryArn')
@@ -304,6 +308,7 @@ module Aws::SageMaker
304
308
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
305
309
  ContainerArgument = Shapes::StringShape.new(name: 'ContainerArgument')
306
310
  ContainerArguments = Shapes::ListShape.new(name: 'ContainerArguments')
311
+ ContainerConfig = Shapes::StructureShape.new(name: 'ContainerConfig')
307
312
  ContainerDefinition = Shapes::StructureShape.new(name: 'ContainerDefinition')
308
313
  ContainerDefinitionList = Shapes::ListShape.new(name: 'ContainerDefinitionList')
309
314
  ContainerEntrypoint = Shapes::ListShape.new(name: 'ContainerEntrypoint')
@@ -318,6 +323,8 @@ module Aws::SageMaker
318
323
  ContentType = Shapes::StringShape.new(name: 'ContentType')
319
324
  ContentTypes = Shapes::ListShape.new(name: 'ContentTypes')
320
325
  ContextArn = Shapes::StringShape.new(name: 'ContextArn')
326
+ ContextName = Shapes::StringShape.new(name: 'ContextName')
327
+ ContextNameOrArn = Shapes::StringShape.new(name: 'ContextNameOrArn')
321
328
  ContextSource = Shapes::StructureShape.new(name: 'ContextSource')
322
329
  ContextSummaries = Shapes::ListShape.new(name: 'ContextSummaries')
323
330
  ContextSummary = Shapes::StructureShape.new(name: 'ContextSummary')
@@ -439,8 +446,16 @@ module Aws::SageMaker
439
446
  CrossAccountFilterOption = Shapes::StringShape.new(name: 'CrossAccountFilterOption')
440
447
  CsvContentType = Shapes::StringShape.new(name: 'CsvContentType')
441
448
  CsvContentTypes = Shapes::ListShape.new(name: 'CsvContentTypes')
449
+ CustomFileSystem = Shapes::UnionShape.new(name: 'CustomFileSystem')
450
+ CustomFileSystemConfig = Shapes::UnionShape.new(name: 'CustomFileSystemConfig')
451
+ CustomFileSystemConfigs = Shapes::ListShape.new(name: 'CustomFileSystemConfigs')
452
+ CustomFileSystems = Shapes::ListShape.new(name: 'CustomFileSystems')
442
453
  CustomImage = Shapes::StructureShape.new(name: 'CustomImage')
454
+ CustomImageContainerArguments = Shapes::ListShape.new(name: 'CustomImageContainerArguments')
455
+ CustomImageContainerEntrypoint = Shapes::ListShape.new(name: 'CustomImageContainerEntrypoint')
456
+ CustomImageContainerEnvironmentVariables = Shapes::MapShape.new(name: 'CustomImageContainerEnvironmentVariables')
443
457
  CustomImages = Shapes::ListShape.new(name: 'CustomImages')
458
+ CustomPosixUserConfig = Shapes::StructureShape.new(name: 'CustomPosixUserConfig')
444
459
  CustomerMetadataKey = Shapes::StringShape.new(name: 'CustomerMetadataKey')
445
460
  CustomerMetadataKeyList = Shapes::ListShape.new(name: 'CustomerMetadataKeyList')
446
461
  CustomerMetadataMap = Shapes::MapShape.new(name: 'CustomerMetadataMap')
@@ -465,8 +480,10 @@ module Aws::SageMaker
465
480
  DebugRuleConfigurations = Shapes::ListShape.new(name: 'DebugRuleConfigurations')
466
481
  DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus')
467
482
  DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
483
+ DefaultEbsStorageSettings = Shapes::StructureShape.new(name: 'DefaultEbsStorageSettings')
468
484
  DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid')
469
485
  DefaultSpaceSettings = Shapes::StructureShape.new(name: 'DefaultSpaceSettings')
486
+ DefaultSpaceStorageSettings = Shapes::StructureShape.new(name: 'DefaultSpaceStorageSettings')
470
487
  DefaultUid = Shapes::IntegerShape.new(name: 'DefaultUid')
471
488
  DeleteActionRequest = Shapes::StructureShape.new(name: 'DeleteActionRequest')
472
489
  DeleteActionResponse = Shapes::StructureShape.new(name: 'DeleteActionResponse')
@@ -480,6 +497,7 @@ module Aws::SageMaker
480
497
  DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
481
498
  DeleteClusterResponse = Shapes::StructureShape.new(name: 'DeleteClusterResponse')
482
499
  DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
500
+ DeleteCompilationJobRequest = Shapes::StructureShape.new(name: 'DeleteCompilationJobRequest')
483
501
  DeleteContextRequest = Shapes::StructureShape.new(name: 'DeleteContextRequest')
484
502
  DeleteContextResponse = Shapes::StructureShape.new(name: 'DeleteContextResponse')
485
503
  DeleteDataQualityJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteDataQualityJobDefinitionRequest')
@@ -724,7 +742,10 @@ module Aws::SageMaker
724
742
  DriftCheckModelDataQuality = Shapes::StructureShape.new(name: 'DriftCheckModelDataQuality')
725
743
  DriftCheckModelQuality = Shapes::StructureShape.new(name: 'DriftCheckModelQuality')
726
744
  DynamicScalingConfiguration = Shapes::StructureShape.new(name: 'DynamicScalingConfiguration')
745
+ EFSFileSystem = Shapes::StructureShape.new(name: 'EFSFileSystem')
746
+ EFSFileSystemConfig = Shapes::StructureShape.new(name: 'EFSFileSystemConfig')
727
747
  EMRStepMetadata = Shapes::StructureShape.new(name: 'EMRStepMetadata')
748
+ EbsStorageSettings = Shapes::StructureShape.new(name: 'EbsStorageSettings')
728
749
  Edge = Shapes::StructureShape.new(name: 'Edge')
729
750
  EdgeDeploymentConfig = Shapes::StructureShape.new(name: 'EdgeDeploymentConfig')
730
751
  EdgeDeploymentModelConfig = Shapes::StructureShape.new(name: 'EdgeDeploymentModelConfig')
@@ -838,6 +859,7 @@ module Aws::SageMaker
838
859
  FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
839
860
  FileSystemDataSource = Shapes::StructureShape.new(name: 'FileSystemDataSource')
840
861
  FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
862
+ FileSystemPath = Shapes::StringShape.new(name: 'FileSystemPath')
841
863
  FileSystemType = Shapes::StringShape.new(name: 'FileSystemType')
842
864
  FillingTransformationMap = Shapes::MapShape.new(name: 'FillingTransformationMap')
843
865
  FillingTransformationValue = Shapes::StringShape.new(name: 'FillingTransformationValue')
@@ -883,6 +905,7 @@ module Aws::SageMaker
883
905
  GetScalingConfigurationRecommendationResponse = Shapes::StructureShape.new(name: 'GetScalingConfigurationRecommendationResponse')
884
906
  GetSearchSuggestionsRequest = Shapes::StructureShape.new(name: 'GetSearchSuggestionsRequest')
885
907
  GetSearchSuggestionsResponse = Shapes::StructureShape.new(name: 'GetSearchSuggestionsResponse')
908
+ Gid = Shapes::IntegerShape.new(name: 'Gid')
886
909
  GitConfig = Shapes::StructureShape.new(name: 'GitConfig')
887
910
  GitConfigForUpdate = Shapes::StructureShape.new(name: 'GitConfigForUpdate')
888
911
  GitConfigUrl = Shapes::StringShape.new(name: 'GitConfigUrl')
@@ -1060,7 +1083,6 @@ module Aws::SageMaker
1060
1083
  IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
1061
1084
  IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
1062
1085
  IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
1063
- IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
1064
1086
  InvocationEndTime = Shapes::TimestampShape.new(name: 'InvocationEndTime')
1065
1087
  InvocationStartTime = Shapes::TimestampShape.new(name: 'InvocationStartTime')
1066
1088
  InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
@@ -1075,6 +1097,8 @@ module Aws::SageMaker
1075
1097
  JsonContentType = Shapes::StringShape.new(name: 'JsonContentType')
1076
1098
  JsonContentTypes = Shapes::ListShape.new(name: 'JsonContentTypes')
1077
1099
  JsonPath = Shapes::StringShape.new(name: 'JsonPath')
1100
+ JupyterLabAppImageConfig = Shapes::StructureShape.new(name: 'JupyterLabAppImageConfig')
1101
+ JupyterLabAppSettings = Shapes::StructureShape.new(name: 'JupyterLabAppSettings')
1078
1102
  JupyterServerAppSettings = Shapes::StructureShape.new(name: 'JupyterServerAppSettings')
1079
1103
  KeepAlivePeriodInSeconds = Shapes::IntegerShape.new(name: 'KeepAlivePeriodInSeconds')
1080
1104
  KendraSettings = Shapes::StructureShape.new(name: 'KendraSettings')
@@ -1500,6 +1524,8 @@ module Aws::SageMaker
1500
1524
  NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
1501
1525
  NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
1502
1526
  NextToken = Shapes::StringShape.new(name: 'NextToken')
1527
+ NonEmptyString256 = Shapes::StringShape.new(name: 'NonEmptyString256')
1528
+ NonEmptyString64 = Shapes::StringShape.new(name: 'NonEmptyString64')
1503
1529
  NotebookInstanceAcceleratorType = Shapes::StringShape.new(name: 'NotebookInstanceAcceleratorType')
1504
1530
  NotebookInstanceAcceleratorTypes = Shapes::ListShape.new(name: 'NotebookInstanceAcceleratorTypes')
1505
1531
  NotebookInstanceArn = Shapes::StringShape.new(name: 'NotebookInstanceArn')
@@ -1553,6 +1579,8 @@ module Aws::SageMaker
1553
1579
  OutputDataConfig = Shapes::StructureShape.new(name: 'OutputDataConfig')
1554
1580
  OutputParameter = Shapes::StructureShape.new(name: 'OutputParameter')
1555
1581
  OutputParameterList = Shapes::ListShape.new(name: 'OutputParameterList')
1582
+ OwnershipSettings = Shapes::StructureShape.new(name: 'OwnershipSettings')
1583
+ OwnershipSettingsSummary = Shapes::StructureShape.new(name: 'OwnershipSettingsSummary')
1556
1584
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
1557
1585
  ParallelismConfiguration = Shapes::StructureShape.new(name: 'ParallelismConfiguration')
1558
1586
  Parameter = Shapes::StructureShape.new(name: 'Parameter')
@@ -1713,6 +1741,7 @@ module Aws::SageMaker
1713
1741
  RecommendationJobContainerConfig = Shapes::StructureShape.new(name: 'RecommendationJobContainerConfig')
1714
1742
  RecommendationJobDataInputConfig = Shapes::StringShape.new(name: 'RecommendationJobDataInputConfig')
1715
1743
  RecommendationJobDescription = Shapes::StringShape.new(name: 'RecommendationJobDescription')
1744
+ RecommendationJobFrameworkVersion = Shapes::StringShape.new(name: 'RecommendationJobFrameworkVersion')
1716
1745
  RecommendationJobInferenceBenchmark = Shapes::StructureShape.new(name: 'RecommendationJobInferenceBenchmark')
1717
1746
  RecommendationJobInputConfig = Shapes::StructureShape.new(name: 'RecommendationJobInputConfig')
1718
1747
  RecommendationJobName = Shapes::StringShape.new(name: 'RecommendationJobName')
@@ -1721,6 +1750,7 @@ module Aws::SageMaker
1721
1750
  RecommendationJobResourceLimit = Shapes::StructureShape.new(name: 'RecommendationJobResourceLimit')
1722
1751
  RecommendationJobStatus = Shapes::StringShape.new(name: 'RecommendationJobStatus')
1723
1752
  RecommendationJobStoppingConditions = Shapes::StructureShape.new(name: 'RecommendationJobStoppingConditions')
1753
+ RecommendationJobSupportedContentType = Shapes::StringShape.new(name: 'RecommendationJobSupportedContentType')
1724
1754
  RecommendationJobSupportedContentTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedContentTypes')
1725
1755
  RecommendationJobSupportedEndpointType = Shapes::StringShape.new(name: 'RecommendationJobSupportedEndpointType')
1726
1756
  RecommendationJobSupportedInstanceTypes = Shapes::ListShape.new(name: 'RecommendationJobSupportedInstanceTypes')
@@ -1845,6 +1875,7 @@ module Aws::SageMaker
1845
1875
  ShadowModelVariantConfig = Shapes::StructureShape.new(name: 'ShadowModelVariantConfig')
1846
1876
  ShadowModelVariantConfigList = Shapes::ListShape.new(name: 'ShadowModelVariantConfigList')
1847
1877
  SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
1878
+ SharingType = Shapes::StringShape.new(name: 'SharingType')
1848
1879
  ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
1849
1880
  SingleSignOnApplicationArn = Shapes::StringShape.new(name: 'SingleSignOnApplicationArn')
1850
1881
  SingleSignOnUserIdentifier = Shapes::StringShape.new(name: 'SingleSignOnUserIdentifier')
@@ -1870,12 +1901,19 @@ module Aws::SageMaker
1870
1901
  SourceType = Shapes::StringShape.new(name: 'SourceType')
1871
1902
  SourceUri = Shapes::StringShape.new(name: 'SourceUri')
1872
1903
  SpaceArn = Shapes::StringShape.new(name: 'SpaceArn')
1904
+ SpaceCodeEditorAppSettings = Shapes::StructureShape.new(name: 'SpaceCodeEditorAppSettings')
1873
1905
  SpaceDetails = Shapes::StructureShape.new(name: 'SpaceDetails')
1906
+ SpaceEbsVolumeSizeInGb = Shapes::IntegerShape.new(name: 'SpaceEbsVolumeSizeInGb')
1907
+ SpaceJupyterLabAppSettings = Shapes::StructureShape.new(name: 'SpaceJupyterLabAppSettings')
1874
1908
  SpaceList = Shapes::ListShape.new(name: 'SpaceList')
1875
1909
  SpaceName = Shapes::StringShape.new(name: 'SpaceName')
1876
1910
  SpaceSettings = Shapes::StructureShape.new(name: 'SpaceSettings')
1911
+ SpaceSettingsSummary = Shapes::StructureShape.new(name: 'SpaceSettingsSummary')
1912
+ SpaceSharingSettings = Shapes::StructureShape.new(name: 'SpaceSharingSettings')
1913
+ SpaceSharingSettingsSummary = Shapes::StructureShape.new(name: 'SpaceSharingSettingsSummary')
1877
1914
  SpaceSortKey = Shapes::StringShape.new(name: 'SpaceSortKey')
1878
1915
  SpaceStatus = Shapes::StringShape.new(name: 'SpaceStatus')
1916
+ SpaceStorageSettings = Shapes::StructureShape.new(name: 'SpaceStorageSettings')
1879
1917
  SpawnRate = Shapes::IntegerShape.new(name: 'SpawnRate')
1880
1918
  SplitType = Shapes::StringShape.new(name: 'SplitType')
1881
1919
  StageStatus = Shapes::StringShape.new(name: 'StageStatus')
@@ -1916,7 +1954,6 @@ module Aws::SageMaker
1916
1954
  String1024 = Shapes::StringShape.new(name: 'String1024')
1917
1955
  String128 = Shapes::StringShape.new(name: 'String128')
1918
1956
  String200 = Shapes::StringShape.new(name: 'String200')
1919
- String2048 = Shapes::StringShape.new(name: 'String2048')
1920
1957
  String256 = Shapes::StringShape.new(name: 'String256')
1921
1958
  String3072 = Shapes::StringShape.new(name: 'String3072')
1922
1959
  String40 = Shapes::StringShape.new(name: 'String40')
@@ -2044,8 +2081,9 @@ module Aws::SageMaker
2044
2081
  TrialComponentArtifact = Shapes::StructureShape.new(name: 'TrialComponentArtifact')
2045
2082
  TrialComponentArtifactValue = Shapes::StringShape.new(name: 'TrialComponentArtifactValue')
2046
2083
  TrialComponentArtifacts = Shapes::MapShape.new(name: 'TrialComponentArtifacts')
2084
+ TrialComponentKey128 = Shapes::StringShape.new(name: 'TrialComponentKey128')
2047
2085
  TrialComponentKey256 = Shapes::StringShape.new(name: 'TrialComponentKey256')
2048
- TrialComponentKey64 = Shapes::StringShape.new(name: 'TrialComponentKey64')
2086
+ TrialComponentKey320 = Shapes::StringShape.new(name: 'TrialComponentKey320')
2049
2087
  TrialComponentMetricSummaries = Shapes::ListShape.new(name: 'TrialComponentMetricSummaries')
2050
2088
  TrialComponentMetricSummary = Shapes::StructureShape.new(name: 'TrialComponentMetricSummary')
2051
2089
  TrialComponentParameterValue = Shapes::StructureShape.new(name: 'TrialComponentParameterValue')
@@ -2074,6 +2112,7 @@ module Aws::SageMaker
2074
2112
  UiConfig = Shapes::StructureShape.new(name: 'UiConfig')
2075
2113
  UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
2076
2114
  UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
2115
+ Uid = Shapes::IntegerShape.new(name: 'Uid')
2077
2116
  UpdateActionRequest = Shapes::StructureShape.new(name: 'UpdateActionRequest')
2078
2117
  UpdateActionResponse = Shapes::StructureShape.new(name: 'UpdateActionResponse')
2079
2118
  UpdateAppImageConfigRequest = Shapes::StructureShape.new(name: 'UpdateAppImageConfigRequest')
@@ -2196,7 +2235,7 @@ module Aws::SageMaker
2196
2235
  WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
2197
2236
  Workteams = Shapes::ListShape.new(name: 'Workteams')
2198
2237
 
2199
- ActionSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
2238
+ ActionSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, required: true, location_name: "SourceUri"))
2200
2239
  ActionSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
2201
2240
  ActionSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
2202
2241
  ActionSource.struct_class = Types::ActionSource
@@ -2306,11 +2345,12 @@ module Aws::SageMaker
2306
2345
 
2307
2346
  AppDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
2308
2347
  AppDetails.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
2348
+ AppDetails.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
2309
2349
  AppDetails.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
2310
2350
  AppDetails.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, location_name: "AppName"))
2311
2351
  AppDetails.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "Status"))
2312
2352
  AppDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
2313
- AppDetails.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
2353
+ AppDetails.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
2314
2354
  AppDetails.struct_class = Types::AppDetails
2315
2355
 
2316
2356
  AppImageConfigDetails.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
@@ -2318,6 +2358,7 @@ module Aws::SageMaker
2318
2358
  AppImageConfigDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
2319
2359
  AppImageConfigDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
2320
2360
  AppImageConfigDetails.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
2361
+ AppImageConfigDetails.add_member(:jupyter_lab_app_image_config, Shapes::ShapeRef.new(shape: JupyterLabAppImageConfig, location_name: "JupyterLabAppImageConfig"))
2321
2362
  AppImageConfigDetails.struct_class = Types::AppImageConfigDetails
2322
2363
 
2323
2364
  AppImageConfigList.member = Shapes::ShapeRef.new(shape: AppImageConfigDetails)
@@ -2329,7 +2370,10 @@ module Aws::SageMaker
2329
2370
  AppSpecification.add_member(:container_arguments, Shapes::ShapeRef.new(shape: ContainerArguments, location_name: "ContainerArguments"))
2330
2371
  AppSpecification.struct_class = Types::AppSpecification
2331
2372
 
2332
- ArtifactSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
2373
+ ArtifactProperties.key = Shapes::ShapeRef.new(shape: StringParameterValue)
2374
+ ArtifactProperties.value = Shapes::ShapeRef.new(shape: ArtifactPropertyValue)
2375
+
2376
+ ArtifactSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, required: true, location_name: "SourceUri"))
2333
2377
  ArtifactSource.add_member(:source_types, Shapes::ShapeRef.new(shape: ArtifactSourceTypes, location_name: "SourceTypes"))
2334
2378
  ArtifactSource.struct_class = Types::ArtifactSource
2335
2379
 
@@ -2434,7 +2478,7 @@ module Aws::SageMaker
2434
2478
 
2435
2479
  AutoMLCandidates.member = Shapes::ShapeRef.new(shape: AutoMLCandidate)
2436
2480
 
2437
- AutoMLChannel.add_member(:data_source, Shapes::ShapeRef.new(shape: AutoMLDataSource, required: true, location_name: "DataSource"))
2481
+ AutoMLChannel.add_member(:data_source, Shapes::ShapeRef.new(shape: AutoMLDataSource, location_name: "DataSource"))
2438
2482
  AutoMLChannel.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
2439
2483
  AutoMLChannel.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: TargetAttributeName, required: true, location_name: "TargetAttributeName"))
2440
2484
  AutoMLChannel.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
@@ -2477,8 +2521,8 @@ module Aws::SageMaker
2477
2521
 
2478
2522
  AutoMLJobConfig.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
2479
2523
  AutoMLJobConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: AutoMLSecurityConfig, location_name: "SecurityConfig"))
2480
- AutoMLJobConfig.add_member(:data_split_config, Shapes::ShapeRef.new(shape: AutoMLDataSplitConfig, location_name: "DataSplitConfig"))
2481
2524
  AutoMLJobConfig.add_member(:candidate_generation_config, Shapes::ShapeRef.new(shape: AutoMLCandidateGenerationConfig, location_name: "CandidateGenerationConfig"))
2525
+ AutoMLJobConfig.add_member(:data_split_config, Shapes::ShapeRef.new(shape: AutoMLDataSplitConfig, location_name: "DataSplitConfig"))
2482
2526
  AutoMLJobConfig.add_member(:mode, Shapes::ShapeRef.new(shape: AutoMLMode, location_name: "Mode"))
2483
2527
  AutoMLJobConfig.struct_class = Types::AutoMLJobConfig
2484
2528
 
@@ -2514,14 +2558,14 @@ module Aws::SageMaker
2514
2558
 
2515
2559
  AutoMLProblemTypeConfig.add_member(:image_classification_job_config, Shapes::ShapeRef.new(shape: ImageClassificationJobConfig, location_name: "ImageClassificationJobConfig"))
2516
2560
  AutoMLProblemTypeConfig.add_member(:text_classification_job_config, Shapes::ShapeRef.new(shape: TextClassificationJobConfig, location_name: "TextClassificationJobConfig"))
2517
- AutoMLProblemTypeConfig.add_member(:tabular_job_config, Shapes::ShapeRef.new(shape: TabularJobConfig, location_name: "TabularJobConfig"))
2518
2561
  AutoMLProblemTypeConfig.add_member(:time_series_forecasting_job_config, Shapes::ShapeRef.new(shape: TimeSeriesForecastingJobConfig, location_name: "TimeSeriesForecastingJobConfig"))
2562
+ AutoMLProblemTypeConfig.add_member(:tabular_job_config, Shapes::ShapeRef.new(shape: TabularJobConfig, location_name: "TabularJobConfig"))
2519
2563
  AutoMLProblemTypeConfig.add_member(:text_generation_job_config, Shapes::ShapeRef.new(shape: TextGenerationJobConfig, location_name: "TextGenerationJobConfig"))
2520
2564
  AutoMLProblemTypeConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2521
2565
  AutoMLProblemTypeConfig.add_member_subclass(:image_classification_job_config, Types::AutoMLProblemTypeConfig::ImageClassificationJobConfig)
2522
2566
  AutoMLProblemTypeConfig.add_member_subclass(:text_classification_job_config, Types::AutoMLProblemTypeConfig::TextClassificationJobConfig)
2523
- AutoMLProblemTypeConfig.add_member_subclass(:tabular_job_config, Types::AutoMLProblemTypeConfig::TabularJobConfig)
2524
2567
  AutoMLProblemTypeConfig.add_member_subclass(:time_series_forecasting_job_config, Types::AutoMLProblemTypeConfig::TimeSeriesForecastingJobConfig)
2568
+ AutoMLProblemTypeConfig.add_member_subclass(:tabular_job_config, Types::AutoMLProblemTypeConfig::TabularJobConfig)
2525
2569
  AutoMLProblemTypeConfig.add_member_subclass(:text_generation_job_config, Types::AutoMLProblemTypeConfig::TextGenerationJobConfig)
2526
2570
  AutoMLProblemTypeConfig.add_member_subclass(:unknown, Types::AutoMLProblemTypeConfig::Unknown)
2527
2571
  AutoMLProblemTypeConfig.struct_class = Types::AutoMLProblemTypeConfig
@@ -2642,8 +2686,8 @@ module Aws::SageMaker
2642
2686
  CanvasAppSettings.add_member(:model_register_settings, Shapes::ShapeRef.new(shape: ModelRegisterSettings, location_name: "ModelRegisterSettings"))
2643
2687
  CanvasAppSettings.add_member(:workspace_settings, Shapes::ShapeRef.new(shape: WorkspaceSettings, location_name: "WorkspaceSettings"))
2644
2688
  CanvasAppSettings.add_member(:identity_provider_o_auth_settings, Shapes::ShapeRef.new(shape: IdentityProviderOAuthSettings, location_name: "IdentityProviderOAuthSettings"))
2645
- CanvasAppSettings.add_member(:kendra_settings, Shapes::ShapeRef.new(shape: KendraSettings, location_name: "KendraSettings"))
2646
2689
  CanvasAppSettings.add_member(:direct_deploy_settings, Shapes::ShapeRef.new(shape: DirectDeploySettings, location_name: "DirectDeploySettings"))
2690
+ CanvasAppSettings.add_member(:kendra_settings, Shapes::ShapeRef.new(shape: KendraSettings, location_name: "KendraSettings"))
2647
2691
  CanvasAppSettings.struct_class = Types::CanvasAppSettings
2648
2692
 
2649
2693
  CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
@@ -2806,6 +2850,10 @@ module Aws::SageMaker
2806
2850
  ClusterSummary.add_member(:cluster_status, Shapes::ShapeRef.new(shape: ClusterStatus, required: true, location_name: "ClusterStatus"))
2807
2851
  ClusterSummary.struct_class = Types::ClusterSummary
2808
2852
 
2853
+ CodeEditorAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
2854
+ CodeEditorAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
2855
+ CodeEditorAppSettings.struct_class = Types::CodeEditorAppSettings
2856
+
2809
2857
  CodeRepositories.member = Shapes::ShapeRef.new(shape: CodeRepository)
2810
2858
 
2811
2859
  CodeRepository.add_member(:repository_url, Shapes::ShapeRef.new(shape: RepositoryUrl, required: true, location_name: "RepositoryUrl"))
@@ -2869,16 +2917,21 @@ module Aws::SageMaker
2869
2917
 
2870
2918
  ContainerArguments.member = Shapes::ShapeRef.new(shape: ContainerArgument)
2871
2919
 
2920
+ ContainerConfig.add_member(:container_arguments, Shapes::ShapeRef.new(shape: CustomImageContainerArguments, location_name: "ContainerArguments"))
2921
+ ContainerConfig.add_member(:container_entrypoint, Shapes::ShapeRef.new(shape: CustomImageContainerEntrypoint, location_name: "ContainerEntrypoint"))
2922
+ ContainerConfig.add_member(:container_environment_variables, Shapes::ShapeRef.new(shape: CustomImageContainerEnvironmentVariables, location_name: "ContainerEnvironmentVariables"))
2923
+ ContainerConfig.struct_class = Types::ContainerConfig
2924
+
2872
2925
  ContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
2873
2926
  ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "Image"))
2874
2927
  ContainerDefinition.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
2875
2928
  ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
2876
2929
  ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
2930
+ ContainerDefinition.add_member(:model_data_source, Shapes::ShapeRef.new(shape: ModelDataSource, location_name: "ModelDataSource"))
2877
2931
  ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
2878
2932
  ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, location_name: "ModelPackageName"))
2879
2933
  ContainerDefinition.add_member(:inference_specification_name, Shapes::ShapeRef.new(shape: InferenceSpecificationName, location_name: "InferenceSpecificationName"))
2880
2934
  ContainerDefinition.add_member(:multi_model_config, Shapes::ShapeRef.new(shape: MultiModelConfig, location_name: "MultiModelConfig"))
2881
- ContainerDefinition.add_member(:model_data_source, Shapes::ShapeRef.new(shape: ModelDataSource, location_name: "ModelDataSource"))
2882
2935
  ContainerDefinition.struct_class = Types::ContainerDefinition
2883
2936
 
2884
2937
  ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
@@ -2889,7 +2942,7 @@ module Aws::SageMaker
2889
2942
 
2890
2943
  ContentTypes.member = Shapes::ShapeRef.new(shape: ContentType)
2891
2944
 
2892
- ContextSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceUri"))
2945
+ ContextSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, required: true, location_name: "SourceUri"))
2893
2946
  ContextSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
2894
2947
  ContextSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
2895
2948
  ContextSource.struct_class = Types::ContextSource
@@ -2897,7 +2950,7 @@ module Aws::SageMaker
2897
2950
  ContextSummaries.member = Shapes::ShapeRef.new(shape: ContextSummary)
2898
2951
 
2899
2952
  ContextSummary.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
2900
- ContextSummary.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ContextName"))
2953
+ ContextSummary.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, location_name: "ContextName"))
2901
2954
  ContextSummary.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, location_name: "Source"))
2902
2955
  ContextSummary.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
2903
2956
  ContextSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -2947,6 +3000,7 @@ module Aws::SageMaker
2947
3000
  CreateAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
2948
3001
  CreateAppImageConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2949
3002
  CreateAppImageConfigRequest.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
3003
+ CreateAppImageConfigRequest.add_member(:jupyter_lab_app_image_config, Shapes::ShapeRef.new(shape: JupyterLabAppImageConfig, location_name: "JupyterLabAppImageConfig"))
2950
3004
  CreateAppImageConfigRequest.struct_class = Types::CreateAppImageConfigRequest
2951
3005
 
2952
3006
  CreateAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
@@ -2954,11 +3008,11 @@ module Aws::SageMaker
2954
3008
 
2955
3009
  CreateAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
2956
3010
  CreateAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
3011
+ CreateAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
2957
3012
  CreateAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
2958
3013
  CreateAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
2959
3014
  CreateAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2960
3015
  CreateAppRequest.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
2961
- CreateAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
2962
3016
  CreateAppRequest.struct_class = Types::CreateAppRequest
2963
3017
 
2964
3018
  CreateAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
@@ -2967,7 +3021,7 @@ module Aws::SageMaker
2967
3021
  CreateArtifactRequest.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
2968
3022
  CreateArtifactRequest.add_member(:source, Shapes::ShapeRef.new(shape: ArtifactSource, required: true, location_name: "Source"))
2969
3023
  CreateArtifactRequest.add_member(:artifact_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ArtifactType"))
2970
- CreateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
3024
+ CreateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: ArtifactProperties, location_name: "Properties"))
2971
3025
  CreateArtifactRequest.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
2972
3026
  CreateArtifactRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2973
3027
  CreateArtifactRequest.struct_class = Types::CreateArtifactRequest
@@ -3035,7 +3089,7 @@ module Aws::SageMaker
3035
3089
  CreateCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
3036
3090
  CreateCompilationJobResponse.struct_class = Types::CreateCompilationJobResponse
3037
3091
 
3038
- CreateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
3092
+ CreateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
3039
3093
  CreateContextRequest.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, required: true, location_name: "Source"))
3040
3094
  CreateContextRequest.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "ContextType"))
3041
3095
  CreateContextRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
@@ -3072,6 +3126,7 @@ module Aws::SageMaker
3072
3126
  CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
3073
3127
  CreateDomainRequest.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, required: true, location_name: "AuthMode"))
3074
3128
  CreateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "DefaultUserSettings"))
3129
+ CreateDomainRequest.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
3075
3130
  CreateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "SubnetIds"))
3076
3131
  CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
3077
3132
  CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -3079,7 +3134,6 @@ module Aws::SageMaker
3079
3134
  CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage"=>"This property is deprecated, use KmsKeyId instead."}))
3080
3135
  CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
3081
3136
  CreateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
3082
- CreateDomainRequest.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
3083
3137
  CreateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
3084
3138
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
3085
3139
 
@@ -3162,7 +3216,7 @@ module Aws::SageMaker
3162
3216
  CreateFlowDefinitionRequest.add_member(:flow_definition_name, Shapes::ShapeRef.new(shape: FlowDefinitionName, required: true, location_name: "FlowDefinitionName"))
3163
3217
  CreateFlowDefinitionRequest.add_member(:human_loop_request_source, Shapes::ShapeRef.new(shape: HumanLoopRequestSource, location_name: "HumanLoopRequestSource"))
3164
3218
  CreateFlowDefinitionRequest.add_member(:human_loop_activation_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConfig, location_name: "HumanLoopActivationConfig"))
3165
- CreateFlowDefinitionRequest.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, required: true, location_name: "HumanLoopConfig"))
3219
+ CreateFlowDefinitionRequest.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, location_name: "HumanLoopConfig"))
3166
3220
  CreateFlowDefinitionRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: FlowDefinitionOutputConfig, required: true, location_name: "OutputConfig"))
3167
3221
  CreateFlowDefinitionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
3168
3222
  CreateFlowDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -3365,11 +3419,11 @@ module Aws::SageMaker
3365
3419
  CreateModelPackageInput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
3366
3420
  CreateModelPackageInput.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
3367
3421
  CreateModelPackageInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
3368
- CreateModelPackageInput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
3369
- CreateModelPackageInput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
3370
3422
  CreateModelPackageInput.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
3371
3423
  CreateModelPackageInput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
3372
3424
  CreateModelPackageInput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SamplePayloadUrl"))
3425
+ CreateModelPackageInput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
3426
+ CreateModelPackageInput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
3373
3427
  CreateModelPackageInput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
3374
3428
  CreateModelPackageInput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
3375
3429
  CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
@@ -3491,6 +3545,9 @@ module Aws::SageMaker
3491
3545
  CreateSpaceRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "SpaceName"))
3492
3546
  CreateSpaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3493
3547
  CreateSpaceRequest.add_member(:space_settings, Shapes::ShapeRef.new(shape: SpaceSettings, location_name: "SpaceSettings"))
3548
+ CreateSpaceRequest.add_member(:ownership_settings, Shapes::ShapeRef.new(shape: OwnershipSettings, location_name: "OwnershipSettings"))
3549
+ CreateSpaceRequest.add_member(:space_sharing_settings, Shapes::ShapeRef.new(shape: SpaceSharingSettings, location_name: "SpaceSharingSettings"))
3550
+ CreateSpaceRequest.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
3494
3551
  CreateSpaceRequest.struct_class = Types::CreateSpaceRequest
3495
3552
 
3496
3553
  CreateSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: SpaceArn, location_name: "SpaceArn"))
@@ -3612,13 +3669,40 @@ module Aws::SageMaker
3612
3669
 
3613
3670
  CsvContentTypes.member = Shapes::ShapeRef.new(shape: CsvContentType)
3614
3671
 
3672
+ CustomFileSystem.add_member(:efs_file_system, Shapes::ShapeRef.new(shape: EFSFileSystem, location_name: "EFSFileSystem"))
3673
+ CustomFileSystem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3674
+ CustomFileSystem.add_member_subclass(:efs_file_system, Types::CustomFileSystem::EfsFileSystem)
3675
+ CustomFileSystem.add_member_subclass(:unknown, Types::CustomFileSystem::Unknown)
3676
+ CustomFileSystem.struct_class = Types::CustomFileSystem
3677
+
3678
+ CustomFileSystemConfig.add_member(:efs_file_system_config, Shapes::ShapeRef.new(shape: EFSFileSystemConfig, location_name: "EFSFileSystemConfig"))
3679
+ CustomFileSystemConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3680
+ CustomFileSystemConfig.add_member_subclass(:efs_file_system_config, Types::CustomFileSystemConfig::EfsFileSystemConfig)
3681
+ CustomFileSystemConfig.add_member_subclass(:unknown, Types::CustomFileSystemConfig::Unknown)
3682
+ CustomFileSystemConfig.struct_class = Types::CustomFileSystemConfig
3683
+
3684
+ CustomFileSystemConfigs.member = Shapes::ShapeRef.new(shape: CustomFileSystemConfig)
3685
+
3686
+ CustomFileSystems.member = Shapes::ShapeRef.new(shape: CustomFileSystem)
3687
+
3615
3688
  CustomImage.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
3616
3689
  CustomImage.add_member(:image_version_number, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "ImageVersionNumber", metadata: {"box"=>true}))
3617
3690
  CustomImage.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
3618
3691
  CustomImage.struct_class = Types::CustomImage
3619
3692
 
3693
+ CustomImageContainerArguments.member = Shapes::ShapeRef.new(shape: NonEmptyString64)
3694
+
3695
+ CustomImageContainerEntrypoint.member = Shapes::ShapeRef.new(shape: NonEmptyString256)
3696
+
3697
+ CustomImageContainerEnvironmentVariables.key = Shapes::ShapeRef.new(shape: NonEmptyString256)
3698
+ CustomImageContainerEnvironmentVariables.value = Shapes::ShapeRef.new(shape: String256)
3699
+
3620
3700
  CustomImages.member = Shapes::ShapeRef.new(shape: CustomImage)
3621
3701
 
3702
+ CustomPosixUserConfig.add_member(:uid, Shapes::ShapeRef.new(shape: Uid, required: true, location_name: "Uid"))
3703
+ CustomPosixUserConfig.add_member(:gid, Shapes::ShapeRef.new(shape: Gid, required: true, location_name: "Gid"))
3704
+ CustomPosixUserConfig.struct_class = Types::CustomPosixUserConfig
3705
+
3622
3706
  CustomerMetadataKeyList.member = Shapes::ShapeRef.new(shape: CustomerMetadataKey)
3623
3707
 
3624
3708
  CustomerMetadataMap.key = Shapes::ShapeRef.new(shape: CustomerMetadataKey)
@@ -3708,12 +3792,19 @@ module Aws::SageMaker
3708
3792
 
3709
3793
  DebugRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatus)
3710
3794
 
3795
+ DefaultEbsStorageSettings.add_member(:default_ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "DefaultEbsVolumeSizeInGb"))
3796
+ DefaultEbsStorageSettings.add_member(:maximum_ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "MaximumEbsVolumeSizeInGb"))
3797
+ DefaultEbsStorageSettings.struct_class = Types::DefaultEbsStorageSettings
3798
+
3711
3799
  DefaultSpaceSettings.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
3712
3800
  DefaultSpaceSettings.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroups"))
3713
3801
  DefaultSpaceSettings.add_member(:jupyter_server_app_settings, Shapes::ShapeRef.new(shape: JupyterServerAppSettings, location_name: "JupyterServerAppSettings"))
3714
3802
  DefaultSpaceSettings.add_member(:kernel_gateway_app_settings, Shapes::ShapeRef.new(shape: KernelGatewayAppSettings, location_name: "KernelGatewayAppSettings"))
3715
3803
  DefaultSpaceSettings.struct_class = Types::DefaultSpaceSettings
3716
3804
 
3805
+ DefaultSpaceStorageSettings.add_member(:default_ebs_storage_settings, Shapes::ShapeRef.new(shape: DefaultEbsStorageSettings, location_name: "DefaultEbsStorageSettings"))
3806
+ DefaultSpaceStorageSettings.struct_class = Types::DefaultSpaceStorageSettings
3807
+
3717
3808
  DeleteActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
3718
3809
  DeleteActionRequest.struct_class = Types::DeleteActionRequest
3719
3810
 
@@ -3728,9 +3819,9 @@ module Aws::SageMaker
3728
3819
 
3729
3820
  DeleteAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
3730
3821
  DeleteAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
3822
+ DeleteAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
3731
3823
  DeleteAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
3732
3824
  DeleteAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
3733
- DeleteAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
3734
3825
  DeleteAppRequest.struct_class = Types::DeleteAppRequest
3735
3826
 
3736
3827
  DeleteArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, location_name: "ArtifactArn"))
@@ -3757,7 +3848,10 @@ module Aws::SageMaker
3757
3848
  DeleteCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
3758
3849
  DeleteCodeRepositoryInput.struct_class = Types::DeleteCodeRepositoryInput
3759
3850
 
3760
- DeleteContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
3851
+ DeleteCompilationJobRequest.add_member(:compilation_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CompilationJobName"))
3852
+ DeleteCompilationJobRequest.struct_class = Types::DeleteCompilationJobRequest
3853
+
3854
+ DeleteContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
3761
3855
  DeleteContextRequest.struct_class = Types::DeleteContextRequest
3762
3856
 
3763
3857
  DeleteContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
@@ -3926,8 +4020,8 @@ module Aws::SageMaker
3926
4020
  DeployedImages.member = Shapes::ShapeRef.new(shape: DeployedImage)
3927
4021
 
3928
4022
  DeploymentConfig.add_member(:blue_green_update_policy, Shapes::ShapeRef.new(shape: BlueGreenUpdatePolicy, location_name: "BlueGreenUpdatePolicy"))
3929
- DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
3930
4023
  DeploymentConfig.add_member(:rolling_update_policy, Shapes::ShapeRef.new(shape: RollingUpdatePolicy, location_name: "RollingUpdatePolicy"))
4024
+ DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
3931
4025
  DeploymentConfig.struct_class = Types::DeploymentConfig
3932
4026
 
3933
4027
  DeploymentRecommendation.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, required: true, location_name: "RecommendationStatus"))
@@ -3956,7 +4050,7 @@ module Aws::SageMaker
3956
4050
  DerivedInformation.add_member(:derived_data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, location_name: "DerivedDataInputConfig"))
3957
4051
  DerivedInformation.struct_class = Types::DerivedInformation
3958
4052
 
3959
- DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
4053
+ DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityNameOrArn, required: true, location_name: "ActionName"))
3960
4054
  DescribeActionRequest.struct_class = Types::DescribeActionRequest
3961
4055
 
3962
4056
  DescribeActionResponse.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityNameOrArn, location_name: "ActionName"))
@@ -3998,13 +4092,14 @@ module Aws::SageMaker
3998
4092
  DescribeAppImageConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
3999
4093
  DescribeAppImageConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
4000
4094
  DescribeAppImageConfigResponse.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
4095
+ DescribeAppImageConfigResponse.add_member(:jupyter_lab_app_image_config, Shapes::ShapeRef.new(shape: JupyterLabAppImageConfig, location_name: "JupyterLabAppImageConfig"))
4001
4096
  DescribeAppImageConfigResponse.struct_class = Types::DescribeAppImageConfigResponse
4002
4097
 
4003
4098
  DescribeAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
4004
4099
  DescribeAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
4100
+ DescribeAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
4005
4101
  DescribeAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
4006
4102
  DescribeAppRequest.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, required: true, location_name: "AppName"))
4007
- DescribeAppRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
4008
4103
  DescribeAppRequest.struct_class = Types::DescribeAppRequest
4009
4104
 
4010
4105
  DescribeAppResponse.add_member(:app_arn, Shapes::ShapeRef.new(shape: AppArn, location_name: "AppArn"))
@@ -4012,13 +4107,13 @@ module Aws::SageMaker
4012
4107
  DescribeAppResponse.add_member(:app_name, Shapes::ShapeRef.new(shape: AppName, location_name: "AppName"))
4013
4108
  DescribeAppResponse.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
4014
4109
  DescribeAppResponse.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "UserProfileName"))
4110
+ DescribeAppResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
4015
4111
  DescribeAppResponse.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "Status"))
4016
4112
  DescribeAppResponse.add_member(:last_health_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastHealthCheckTimestamp"))
4017
4113
  DescribeAppResponse.add_member(:last_user_activity_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUserActivityTimestamp"))
4018
- DescribeAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
4114
+ DescribeAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
4019
4115
  DescribeAppResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4020
4116
  DescribeAppResponse.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
4021
- DescribeAppResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
4022
4117
  DescribeAppResponse.struct_class = Types::DescribeAppResponse
4023
4118
 
4024
4119
  DescribeArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
@@ -4073,6 +4168,7 @@ module Aws::SageMaker
4073
4168
  DescribeAutoMLJobV2Response.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
4074
4169
  DescribeAutoMLJobV2Response.add_member(:auto_ml_job_objective, Shapes::ShapeRef.new(shape: AutoMLJobObjective, location_name: "AutoMLJobObjective"))
4075
4170
  DescribeAutoMLJobV2Response.add_member(:auto_ml_problem_type_config, Shapes::ShapeRef.new(shape: AutoMLProblemTypeConfig, location_name: "AutoMLProblemTypeConfig"))
4171
+ DescribeAutoMLJobV2Response.add_member(:auto_ml_problem_type_config_name, Shapes::ShapeRef.new(shape: AutoMLProblemTypeConfigName, location_name: "AutoMLProblemTypeConfigName"))
4076
4172
  DescribeAutoMLJobV2Response.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
4077
4173
  DescribeAutoMLJobV2Response.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
4078
4174
  DescribeAutoMLJobV2Response.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
@@ -4081,13 +4177,12 @@ module Aws::SageMaker
4081
4177
  DescribeAutoMLJobV2Response.add_member(:best_candidate, Shapes::ShapeRef.new(shape: AutoMLCandidate, location_name: "BestCandidate"))
4082
4178
  DescribeAutoMLJobV2Response.add_member(:auto_ml_job_status, Shapes::ShapeRef.new(shape: AutoMLJobStatus, required: true, location_name: "AutoMLJobStatus"))
4083
4179
  DescribeAutoMLJobV2Response.add_member(:auto_ml_job_secondary_status, Shapes::ShapeRef.new(shape: AutoMLJobSecondaryStatus, required: true, location_name: "AutoMLJobSecondaryStatus"))
4180
+ DescribeAutoMLJobV2Response.add_member(:auto_ml_job_artifacts, Shapes::ShapeRef.new(shape: AutoMLJobArtifacts, location_name: "AutoMLJobArtifacts"))
4181
+ DescribeAutoMLJobV2Response.add_member(:resolved_attributes, Shapes::ShapeRef.new(shape: AutoMLResolvedAttributes, location_name: "ResolvedAttributes"))
4084
4182
  DescribeAutoMLJobV2Response.add_member(:model_deploy_config, Shapes::ShapeRef.new(shape: ModelDeployConfig, location_name: "ModelDeployConfig"))
4085
4183
  DescribeAutoMLJobV2Response.add_member(:model_deploy_result, Shapes::ShapeRef.new(shape: ModelDeployResult, location_name: "ModelDeployResult"))
4086
4184
  DescribeAutoMLJobV2Response.add_member(:data_split_config, Shapes::ShapeRef.new(shape: AutoMLDataSplitConfig, location_name: "DataSplitConfig"))
4087
4185
  DescribeAutoMLJobV2Response.add_member(:security_config, Shapes::ShapeRef.new(shape: AutoMLSecurityConfig, location_name: "SecurityConfig"))
4088
- DescribeAutoMLJobV2Response.add_member(:auto_ml_job_artifacts, Shapes::ShapeRef.new(shape: AutoMLJobArtifacts, location_name: "AutoMLJobArtifacts"))
4089
- DescribeAutoMLJobV2Response.add_member(:resolved_attributes, Shapes::ShapeRef.new(shape: AutoMLResolvedAttributes, location_name: "ResolvedAttributes"))
4090
- DescribeAutoMLJobV2Response.add_member(:auto_ml_problem_type_config_name, Shapes::ShapeRef.new(shape: AutoMLProblemTypeConfigName, location_name: "AutoMLProblemTypeConfigName"))
4091
4186
  DescribeAutoMLJobV2Response.struct_class = Types::DescribeAutoMLJobV2Response
4092
4187
 
4093
4188
  DescribeClusterNodeRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
@@ -4142,10 +4237,10 @@ module Aws::SageMaker
4142
4237
  DescribeCompilationJobResponse.add_member(:derived_information, Shapes::ShapeRef.new(shape: DerivedInformation, location_name: "DerivedInformation"))
4143
4238
  DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
4144
4239
 
4145
- DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityNameOrArn, required: true, location_name: "ContextName"))
4240
+ DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextNameOrArn, required: true, location_name: "ContextName"))
4146
4241
  DescribeContextRequest.struct_class = Types::DescribeContextRequest
4147
4242
 
4148
- DescribeContextResponse.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ContextName"))
4243
+ DescribeContextResponse.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, location_name: "ContextName"))
4149
4244
  DescribeContextResponse.add_member(:context_arn, Shapes::ShapeRef.new(shape: ContextArn, location_name: "ContextArn"))
4150
4245
  DescribeContextResponse.add_member(:source, Shapes::ShapeRef.new(shape: ContextSource, location_name: "Source"))
4151
4246
  DescribeContextResponse.add_member(:context_type, Shapes::ShapeRef.new(shape: String256, location_name: "ContextType"))
@@ -4218,17 +4313,17 @@ module Aws::SageMaker
4218
4313
  DescribeDomainResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
4219
4314
  DescribeDomainResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
4220
4315
  DescribeDomainResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4316
+ DescribeDomainResponse.add_member(:security_group_id_for_domain_boundary, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupIdForDomainBoundary"))
4221
4317
  DescribeDomainResponse.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, location_name: "AuthMode"))
4222
4318
  DescribeDomainResponse.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
4319
+ DescribeDomainResponse.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
4223
4320
  DescribeDomainResponse.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
4224
4321
  DescribeDomainResponse.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage"=>"This property is deprecated, use KmsKeyId instead."}))
4225
4322
  DescribeDomainResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
4226
4323
  DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
4227
4324
  DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
4228
4325
  DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
4229
- DescribeDomainResponse.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
4230
4326
  DescribeDomainResponse.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
4231
- DescribeDomainResponse.add_member(:security_group_id_for_domain_boundary, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupIdForDomainBoundary"))
4232
4327
  DescribeDomainResponse.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
4233
4328
  DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
4234
4329
 
@@ -4292,7 +4387,7 @@ module Aws::SageMaker
4292
4387
 
4293
4388
  DescribeEndpointOutput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
4294
4389
  DescribeEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
4295
- DescribeEndpointOutput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
4390
+ DescribeEndpointOutput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, location_name: "EndpointConfigName"))
4296
4391
  DescribeEndpointOutput.add_member(:production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ProductionVariants"))
4297
4392
  DescribeEndpointOutput.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: DataCaptureConfigSummary, location_name: "DataCaptureConfig"))
4298
4393
  DescribeEndpointOutput.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: EndpointStatus, required: true, location_name: "EndpointStatus"))
@@ -4366,7 +4461,7 @@ module Aws::SageMaker
4366
4461
  DescribeFlowDefinitionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
4367
4462
  DescribeFlowDefinitionResponse.add_member(:human_loop_request_source, Shapes::ShapeRef.new(shape: HumanLoopRequestSource, location_name: "HumanLoopRequestSource"))
4368
4463
  DescribeFlowDefinitionResponse.add_member(:human_loop_activation_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConfig, location_name: "HumanLoopActivationConfig"))
4369
- DescribeFlowDefinitionResponse.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, required: true, location_name: "HumanLoopConfig"))
4464
+ DescribeFlowDefinitionResponse.add_member(:human_loop_config, Shapes::ShapeRef.new(shape: HumanLoopConfig, location_name: "HumanLoopConfig"))
4370
4465
  DescribeFlowDefinitionResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: FlowDefinitionOutputConfig, required: true, location_name: "OutputConfig"))
4371
4466
  DescribeFlowDefinitionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
4372
4467
  DescribeFlowDefinitionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
@@ -4438,10 +4533,10 @@ module Aws::SageMaker
4438
4533
  DescribeHyperParameterTuningJobResponse.add_member(:best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "BestTrainingJob"))
4439
4534
  DescribeHyperParameterTuningJobResponse.add_member(:overall_best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "OverallBestTrainingJob"))
4440
4535
  DescribeHyperParameterTuningJobResponse.add_member(:warm_start_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartConfig, location_name: "WarmStartConfig"))
4536
+ DescribeHyperParameterTuningJobResponse.add_member(:autotune, Shapes::ShapeRef.new(shape: Autotune, location_name: "Autotune"))
4441
4537
  DescribeHyperParameterTuningJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4442
4538
  DescribeHyperParameterTuningJobResponse.add_member(:tuning_job_completion_details, Shapes::ShapeRef.new(shape: HyperParameterTuningJobCompletionDetails, location_name: "TuningJobCompletionDetails"))
4443
4539
  DescribeHyperParameterTuningJobResponse.add_member(:consumed_resources, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConsumedResources, location_name: "ConsumedResources"))
4444
- DescribeHyperParameterTuningJobResponse.add_member(:autotune, Shapes::ShapeRef.new(shape: Autotune, location_name: "Autotune"))
4445
4540
  DescribeHyperParameterTuningJobResponse.struct_class = Types::DescribeHyperParameterTuningJobResponse
4446
4541
 
4447
4542
  DescribeImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
@@ -4685,11 +4780,11 @@ module Aws::SageMaker
4685
4780
  DescribeModelPackageOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
4686
4781
  DescribeModelPackageOutput.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
4687
4782
  DescribeModelPackageOutput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
4688
- DescribeModelPackageOutput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
4689
- DescribeModelPackageOutput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
4690
4783
  DescribeModelPackageOutput.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
4691
4784
  DescribeModelPackageOutput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
4692
4785
  DescribeModelPackageOutput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
4786
+ DescribeModelPackageOutput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
4787
+ DescribeModelPackageOutput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
4693
4788
  DescribeModelPackageOutput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
4694
4789
  DescribeModelPackageOutput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
4695
4790
  DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
@@ -4861,6 +4956,9 @@ module Aws::SageMaker
4861
4956
  DescribeSpaceResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
4862
4957
  DescribeSpaceResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4863
4958
  DescribeSpaceResponse.add_member(:space_settings, Shapes::ShapeRef.new(shape: SpaceSettings, location_name: "SpaceSettings"))
4959
+ DescribeSpaceResponse.add_member(:ownership_settings, Shapes::ShapeRef.new(shape: OwnershipSettings, location_name: "OwnershipSettings"))
4960
+ DescribeSpaceResponse.add_member(:space_sharing_settings, Shapes::ShapeRef.new(shape: SpaceSharingSettings, location_name: "SpaceSharingSettings"))
4961
+ DescribeSpaceResponse.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
4864
4962
  DescribeSpaceResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
4865
4963
  DescribeSpaceResponse.struct_class = Types::DescribeSpaceResponse
4866
4964
 
@@ -4899,6 +4997,7 @@ module Aws::SageMaker
4899
4997
  DescribeTrainingJobResponse.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, location_name: "InputDataConfig"))
4900
4998
  DescribeTrainingJobResponse.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, location_name: "OutputDataConfig"))
4901
4999
  DescribeTrainingJobResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "ResourceConfig"))
5000
+ DescribeTrainingJobResponse.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
4902
5001
  DescribeTrainingJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
4903
5002
  DescribeTrainingJobResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
4904
5003
  DescribeTrainingJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
@@ -4922,9 +5021,8 @@ module Aws::SageMaker
4922
5021
  DescribeTrainingJobResponse.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
4923
5022
  DescribeTrainingJobResponse.add_member(:profiler_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: ProfilerRuleEvaluationStatuses, location_name: "ProfilerRuleEvaluationStatuses"))
4924
5023
  DescribeTrainingJobResponse.add_member(:profiling_status, Shapes::ShapeRef.new(shape: ProfilingStatus, location_name: "ProfilingStatus"))
4925
- DescribeTrainingJobResponse.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
4926
5024
  DescribeTrainingJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
4927
- DescribeTrainingJobResponse.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
5025
+ DescribeTrainingJobResponse.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
4928
5026
  DescribeTrainingJobResponse.add_member(:infra_check_config, Shapes::ShapeRef.new(shape: InfraCheckConfig, location_name: "InfraCheckConfig"))
4929
5027
  DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
4930
5028
 
@@ -5152,12 +5250,22 @@ module Aws::SageMaker
5152
5250
  DynamicScalingConfiguration.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: ScalingPolicies, location_name: "ScalingPolicies"))
5153
5251
  DynamicScalingConfiguration.struct_class = Types::DynamicScalingConfiguration
5154
5252
 
5253
+ EFSFileSystem.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
5254
+ EFSFileSystem.struct_class = Types::EFSFileSystem
5255
+
5256
+ EFSFileSystemConfig.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
5257
+ EFSFileSystemConfig.add_member(:file_system_path, Shapes::ShapeRef.new(shape: FileSystemPath, location_name: "FileSystemPath"))
5258
+ EFSFileSystemConfig.struct_class = Types::EFSFileSystemConfig
5259
+
5155
5260
  EMRStepMetadata.add_member(:cluster_id, Shapes::ShapeRef.new(shape: String256, location_name: "ClusterId"))
5156
5261
  EMRStepMetadata.add_member(:step_id, Shapes::ShapeRef.new(shape: String256, location_name: "StepId"))
5157
5262
  EMRStepMetadata.add_member(:step_name, Shapes::ShapeRef.new(shape: String256, location_name: "StepName"))
5158
5263
  EMRStepMetadata.add_member(:log_file_path, Shapes::ShapeRef.new(shape: String1024, location_name: "LogFilePath"))
5159
5264
  EMRStepMetadata.struct_class = Types::EMRStepMetadata
5160
5265
 
5266
+ EbsStorageSettings.add_member(:ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "EbsVolumeSizeInGb"))
5267
+ EbsStorageSettings.struct_class = Types::EbsStorageSettings
5268
+
5161
5269
  Edge.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
5162
5270
  Edge.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
5163
5271
  Edge.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
@@ -5267,7 +5375,7 @@ module Aws::SageMaker
5267
5375
 
5268
5376
  EndpointConfigSummaryList.member = Shapes::ShapeRef.new(shape: EndpointConfigSummary)
5269
5377
 
5270
- EndpointInfo.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
5378
+ EndpointInfo.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
5271
5379
  EndpointInfo.struct_class = Types::EndpointInfo
5272
5380
 
5273
5381
  EndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
@@ -5284,9 +5392,9 @@ module Aws::SageMaker
5284
5392
  EndpointInput.struct_class = Types::EndpointInput
5285
5393
 
5286
5394
  EndpointInputConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, location_name: "InstanceType"))
5395
+ EndpointInputConfiguration.add_member(:serverless_config, Shapes::ShapeRef.new(shape: ProductionVariantServerlessConfig, location_name: "ServerlessConfig"))
5287
5396
  EndpointInputConfiguration.add_member(:inference_specification_name, Shapes::ShapeRef.new(shape: InferenceSpecificationName, location_name: "InferenceSpecificationName"))
5288
5397
  EndpointInputConfiguration.add_member(:environment_parameter_ranges, Shapes::ShapeRef.new(shape: EnvironmentParameterRanges, location_name: "EnvironmentParameterRanges"))
5289
- EndpointInputConfiguration.add_member(:serverless_config, Shapes::ShapeRef.new(shape: ProductionVariantServerlessConfig, location_name: "ServerlessConfig"))
5290
5398
  EndpointInputConfiguration.struct_class = Types::EndpointInputConfiguration
5291
5399
 
5292
5400
  EndpointInputConfigurations.member = Shapes::ShapeRef.new(shape: EndpointInputConfiguration)
@@ -5377,8 +5485,8 @@ module Aws::SageMaker
5377
5485
 
5378
5486
  FeatureAdditions.member = Shapes::ShapeRef.new(shape: FeatureDefinition)
5379
5487
 
5380
- FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
5381
- FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
5488
+ FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
5489
+ FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, required: true, location_name: "FeatureType"))
5382
5490
  FeatureDefinition.add_member(:collection_type, Shapes::ShapeRef.new(shape: CollectionType, location_name: "CollectionType"))
5383
5491
  FeatureDefinition.add_member(:collection_config, Shapes::ShapeRef.new(shape: CollectionConfig, location_name: "CollectionConfig"))
5384
5492
  FeatureDefinition.struct_class = Types::FeatureDefinition
@@ -5672,13 +5780,13 @@ module Aws::SageMaker
5672
5780
  HyperParameterTrainingJobDefinition.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
5673
5781
  HyperParameterTrainingJobDefinition.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "OutputDataConfig"))
5674
5782
  HyperParameterTrainingJobDefinition.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "ResourceConfig"))
5783
+ HyperParameterTrainingJobDefinition.add_member(:hyper_parameter_tuning_resource_config, Shapes::ShapeRef.new(shape: HyperParameterTuningResourceConfig, location_name: "HyperParameterTuningResourceConfig"))
5675
5784
  HyperParameterTrainingJobDefinition.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
5676
5785
  HyperParameterTrainingJobDefinition.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
5677
5786
  HyperParameterTrainingJobDefinition.add_member(:enable_inter_container_traffic_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableInterContainerTrafficEncryption"))
5678
5787
  HyperParameterTrainingJobDefinition.add_member(:enable_managed_spot_training, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableManagedSpotTraining"))
5679
5788
  HyperParameterTrainingJobDefinition.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
5680
5789
  HyperParameterTrainingJobDefinition.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
5681
- HyperParameterTrainingJobDefinition.add_member(:hyper_parameter_tuning_resource_config, Shapes::ShapeRef.new(shape: HyperParameterTuningResourceConfig, location_name: "HyperParameterTuningResourceConfig"))
5682
5790
  HyperParameterTrainingJobDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobEnvironmentMap, location_name: "Environment"))
5683
5791
  HyperParameterTrainingJobDefinition.struct_class = Types::HyperParameterTrainingJobDefinition
5684
5792
 
@@ -5748,9 +5856,9 @@ module Aws::SageMaker
5748
5856
  HyperParameterTuningJobSearchEntity.add_member(:overall_best_training_job, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobSummary, location_name: "OverallBestTrainingJob"))
5749
5857
  HyperParameterTuningJobSearchEntity.add_member(:warm_start_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartConfig, location_name: "WarmStartConfig"))
5750
5858
  HyperParameterTuningJobSearchEntity.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
5751
- HyperParameterTuningJobSearchEntity.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
5752
5859
  HyperParameterTuningJobSearchEntity.add_member(:tuning_job_completion_details, Shapes::ShapeRef.new(shape: HyperParameterTuningJobCompletionDetails, location_name: "TuningJobCompletionDetails"))
5753
5860
  HyperParameterTuningJobSearchEntity.add_member(:consumed_resources, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConsumedResources, location_name: "ConsumedResources"))
5861
+ HyperParameterTuningJobSearchEntity.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
5754
5862
  HyperParameterTuningJobSearchEntity.struct_class = Types::HyperParameterTuningJobSearchEntity
5755
5863
 
5756
5864
  HyperParameterTuningJobStrategyConfig.add_member(:hyperband_strategy_config, Shapes::ShapeRef.new(shape: HyperbandStrategyConfig, location_name: "HyperbandStrategyConfig"))
@@ -5931,10 +6039,10 @@ module Aws::SageMaker
5931
6039
  InferenceMetrics.add_member(:model_latency, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ModelLatency"))
5932
6040
  InferenceMetrics.struct_class = Types::InferenceMetrics
5933
6041
 
6042
+ InferenceRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, location_name: "RecommendationId"))
5934
6043
  InferenceRecommendation.add_member(:metrics, Shapes::ShapeRef.new(shape: RecommendationMetrics, required: true, location_name: "Metrics"))
5935
6044
  InferenceRecommendation.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointOutputConfiguration, required: true, location_name: "EndpointConfiguration"))
5936
6045
  InferenceRecommendation.add_member(:model_configuration, Shapes::ShapeRef.new(shape: ModelConfiguration, required: true, location_name: "ModelConfiguration"))
5937
- InferenceRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, location_name: "RecommendationId"))
5938
6046
  InferenceRecommendation.add_member(:invocation_end_time, Shapes::ShapeRef.new(shape: InvocationEndTime, location_name: "InvocationEndTime"))
5939
6047
  InferenceRecommendation.add_member(:invocation_start_time, Shapes::ShapeRef.new(shape: InvocationStartTime, location_name: "InvocationStartTime"))
5940
6048
  InferenceRecommendation.struct_class = Types::InferenceRecommendation
@@ -6012,6 +6120,16 @@ module Aws::SageMaker
6012
6120
 
6013
6121
  JsonContentTypes.member = Shapes::ShapeRef.new(shape: JsonContentType)
6014
6122
 
6123
+ JupyterLabAppImageConfig.add_member(:file_system_config, Shapes::ShapeRef.new(shape: FileSystemConfig, location_name: "FileSystemConfig"))
6124
+ JupyterLabAppImageConfig.add_member(:container_config, Shapes::ShapeRef.new(shape: ContainerConfig, location_name: "ContainerConfig"))
6125
+ JupyterLabAppImageConfig.struct_class = Types::JupyterLabAppImageConfig
6126
+
6127
+ JupyterLabAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
6128
+ JupyterLabAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
6129
+ JupyterLabAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
6130
+ JupyterLabAppSettings.add_member(:code_repositories, Shapes::ShapeRef.new(shape: CodeRepositories, location_name: "CodeRepositories"))
6131
+ JupyterLabAppSettings.struct_class = Types::JupyterLabAppSettings
6132
+
6015
6133
  JupyterServerAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
6016
6134
  JupyterServerAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
6017
6135
  JupyterServerAppSettings.add_member(:code_repositories, Shapes::ShapeRef.new(shape: CodeRepositories, location_name: "CodeRepositories"))
@@ -6252,7 +6370,7 @@ module Aws::SageMaker
6252
6370
  ListCandidatesForAutoMLJobRequest.add_member(:candidate_name_equals, Shapes::ShapeRef.new(shape: CandidateName, location_name: "CandidateNameEquals"))
6253
6371
  ListCandidatesForAutoMLJobRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: AutoMLSortOrder, location_name: "SortOrder"))
6254
6372
  ListCandidatesForAutoMLJobRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: CandidateSortBy, location_name: "SortBy"))
6255
- ListCandidatesForAutoMLJobRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
6373
+ ListCandidatesForAutoMLJobRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResultsForTrials, location_name: "MaxResults", metadata: {"box"=>true}))
6256
6374
  ListCandidatesForAutoMLJobRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6257
6375
  ListCandidatesForAutoMLJobRequest.struct_class = Types::ListCandidatesForAutoMLJobRequest
6258
6376
 
@@ -6466,7 +6584,7 @@ module Aws::SageMaker
6466
6584
  ListFeatureGroupsRequest.struct_class = Types::ListFeatureGroupsRequest
6467
6585
 
6468
6586
  ListFeatureGroupsResponse.add_member(:feature_group_summaries, Shapes::ShapeRef.new(shape: FeatureGroupSummaries, required: true, location_name: "FeatureGroupSummaries"))
6469
- ListFeatureGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, required: true, location_name: "NextToken"))
6587
+ ListFeatureGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6470
6588
  ListFeatureGroupsResponse.struct_class = Types::ListFeatureGroupsResponse
6471
6589
 
6472
6590
  ListFlowDefinitionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
@@ -7376,7 +7494,7 @@ module Aws::SageMaker
7376
7494
  ModelDataQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
7377
7495
  ModelDataQuality.struct_class = Types::ModelDataQuality
7378
7496
 
7379
- ModelDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3ModelDataSource, required: true, location_name: "S3DataSource"))
7497
+ ModelDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3ModelDataSource, location_name: "S3DataSource"))
7380
7498
  ModelDataSource.struct_class = Types::ModelDataSource
7381
7499
 
7382
7500
  ModelDeployConfig.add_member(:auto_generate_endpoint_name, Shapes::ShapeRef.new(shape: AutoGenerateEndpointName, location_name: "AutoGenerateEndpointName"))
@@ -7845,7 +7963,7 @@ module Aws::SageMaker
7845
7963
  OidcConfigForResponse.add_member(:jwks_uri, Shapes::ShapeRef.new(shape: OidcEndpoint, location_name: "JwksUri"))
7846
7964
  OidcConfigForResponse.struct_class = Types::OidcConfigForResponse
7847
7965
 
7848
- OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, required: true, location_name: "Groups"))
7966
+ OidcMemberDefinition.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, location_name: "Groups"))
7849
7967
  OidcMemberDefinition.struct_class = Types::OidcMemberDefinition
7850
7968
 
7851
7969
  OnlineStoreConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: OnlineStoreSecurityConfig, location_name: "SecurityConfig"))
@@ -7878,6 +7996,12 @@ module Aws::SageMaker
7878
7996
 
7879
7997
  OutputParameterList.member = Shapes::ShapeRef.new(shape: OutputParameter)
7880
7998
 
7999
+ OwnershipSettings.add_member(:owner_user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "OwnerUserProfileName"))
8000
+ OwnershipSettings.struct_class = Types::OwnershipSettings
8001
+
8002
+ OwnershipSettingsSummary.add_member(:owner_user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "OwnerUserProfileName"))
8003
+ OwnershipSettingsSummary.struct_class = Types::OwnershipSettingsSummary
8004
+
7881
8005
  ParallelismConfiguration.add_member(:max_parallel_execution_steps, Shapes::ShapeRef.new(shape: MaxParallelExecutionSteps, required: true, location_name: "MaxParallelExecutionSteps"))
7882
8006
  ParallelismConfiguration.struct_class = Types::ParallelismConfiguration
7883
8007
 
@@ -7973,8 +8097,8 @@ module Aws::SageMaker
7973
8097
  PipelineExecution.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
7974
8098
  PipelineExecution.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
7975
8099
  PipelineExecution.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
7976
- PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
7977
8100
  PipelineExecution.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
8101
+ PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
7978
8102
  PipelineExecution.struct_class = Types::PipelineExecution
7979
8103
 
7980
8104
  PipelineExecutionStep.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "StepName"))
@@ -7984,9 +8108,9 @@ module Aws::SageMaker
7984
8108
  PipelineExecutionStep.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
7985
8109
  PipelineExecutionStep.add_member(:step_status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "StepStatus"))
7986
8110
  PipelineExecutionStep.add_member(:cache_hit_result, Shapes::ShapeRef.new(shape: CacheHitResult, location_name: "CacheHitResult"))
7987
- PipelineExecutionStep.add_member(:attempt_count, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AttemptCount"))
7988
8111
  PipelineExecutionStep.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
7989
8112
  PipelineExecutionStep.add_member(:metadata, Shapes::ShapeRef.new(shape: PipelineExecutionStepMetadata, location_name: "Metadata"))
8113
+ PipelineExecutionStep.add_member(:attempt_count, Shapes::ShapeRef.new(shape: Integer, location_name: "AttemptCount"))
7990
8114
  PipelineExecutionStep.add_member(:selective_execution_result, Shapes::ShapeRef.new(shape: SelectiveExecutionResult, location_name: "SelectiveExecutionResult"))
7991
8115
  PipelineExecutionStep.struct_class = Types::PipelineExecutionStep
7992
8116
 
@@ -8001,9 +8125,9 @@ module Aws::SageMaker
8001
8125
  PipelineExecutionStepMetadata.add_member(:condition, Shapes::ShapeRef.new(shape: ConditionStepMetadata, location_name: "Condition"))
8002
8126
  PipelineExecutionStepMetadata.add_member(:callback, Shapes::ShapeRef.new(shape: CallbackStepMetadata, location_name: "Callback"))
8003
8127
  PipelineExecutionStepMetadata.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaStepMetadata, location_name: "Lambda"))
8128
+ PipelineExecutionStepMetadata.add_member(:emr, Shapes::ShapeRef.new(shape: EMRStepMetadata, location_name: "EMR"))
8004
8129
  PipelineExecutionStepMetadata.add_member(:quality_check, Shapes::ShapeRef.new(shape: QualityCheckStepMetadata, location_name: "QualityCheck"))
8005
8130
  PipelineExecutionStepMetadata.add_member(:clarify_check, Shapes::ShapeRef.new(shape: ClarifyCheckStepMetadata, location_name: "ClarifyCheck"))
8006
- PipelineExecutionStepMetadata.add_member(:emr, Shapes::ShapeRef.new(shape: EMRStepMetadata, location_name: "EMR"))
8007
8131
  PipelineExecutionStepMetadata.add_member(:fail, Shapes::ShapeRef.new(shape: FailStepMetadata, location_name: "Fail"))
8008
8132
  PipelineExecutionStepMetadata.add_member(:auto_ml_job, Shapes::ShapeRef.new(shape: AutoMLJobStepMetadata, location_name: "AutoMLJob"))
8009
8133
  PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
@@ -8356,25 +8480,26 @@ module Aws::SageMaker
8356
8480
  RecommendationJobContainerConfig.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
8357
8481
  RecommendationJobContainerConfig.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
8358
8482
  RecommendationJobContainerConfig.add_member(:framework, Shapes::ShapeRef.new(shape: String, location_name: "Framework"))
8359
- RecommendationJobContainerConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: String, location_name: "FrameworkVersion"))
8483
+ RecommendationJobContainerConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: RecommendationJobFrameworkVersion, location_name: "FrameworkVersion"))
8360
8484
  RecommendationJobContainerConfig.add_member(:payload_config, Shapes::ShapeRef.new(shape: RecommendationJobPayloadConfig, location_name: "PayloadConfig"))
8361
8485
  RecommendationJobContainerConfig.add_member(:nearest_model_name, Shapes::ShapeRef.new(shape: String, location_name: "NearestModelName"))
8362
8486
  RecommendationJobContainerConfig.add_member(:supported_instance_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedInstanceTypes, location_name: "SupportedInstanceTypes"))
8363
- RecommendationJobContainerConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: RecommendationJobDataInputConfig, location_name: "DataInputConfig"))
8364
8487
  RecommendationJobContainerConfig.add_member(:supported_endpoint_type, Shapes::ShapeRef.new(shape: RecommendationJobSupportedEndpointType, location_name: "SupportedEndpointType"))
8488
+ RecommendationJobContainerConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: RecommendationJobDataInputConfig, location_name: "DataInputConfig"))
8365
8489
  RecommendationJobContainerConfig.add_member(:supported_response_mime_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedResponseMIMETypes, location_name: "SupportedResponseMIMETypes"))
8366
8490
  RecommendationJobContainerConfig.struct_class = Types::RecommendationJobContainerConfig
8367
8491
 
8368
8492
  RecommendationJobInferenceBenchmark.add_member(:metrics, Shapes::ShapeRef.new(shape: RecommendationMetrics, location_name: "Metrics"))
8493
+ RecommendationJobInferenceBenchmark.add_member(:endpoint_metrics, Shapes::ShapeRef.new(shape: InferenceMetrics, location_name: "EndpointMetrics"))
8369
8494
  RecommendationJobInferenceBenchmark.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: EndpointOutputConfiguration, location_name: "EndpointConfiguration"))
8370
8495
  RecommendationJobInferenceBenchmark.add_member(:model_configuration, Shapes::ShapeRef.new(shape: ModelConfiguration, required: true, location_name: "ModelConfiguration"))
8371
8496
  RecommendationJobInferenceBenchmark.add_member(:failure_reason, Shapes::ShapeRef.new(shape: RecommendationFailureReason, location_name: "FailureReason"))
8372
- RecommendationJobInferenceBenchmark.add_member(:endpoint_metrics, Shapes::ShapeRef.new(shape: InferenceMetrics, location_name: "EndpointMetrics"))
8373
8497
  RecommendationJobInferenceBenchmark.add_member(:invocation_end_time, Shapes::ShapeRef.new(shape: InvocationEndTime, location_name: "InvocationEndTime"))
8374
8498
  RecommendationJobInferenceBenchmark.add_member(:invocation_start_time, Shapes::ShapeRef.new(shape: InvocationStartTime, location_name: "InvocationStartTime"))
8375
8499
  RecommendationJobInferenceBenchmark.struct_class = Types::RecommendationJobInferenceBenchmark
8376
8500
 
8377
8501
  RecommendationJobInputConfig.add_member(:model_package_version_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "ModelPackageVersionArn"))
8502
+ RecommendationJobInputConfig.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
8378
8503
  RecommendationJobInputConfig.add_member(:job_duration_in_seconds, Shapes::ShapeRef.new(shape: JobDurationInSeconds, location_name: "JobDurationInSeconds"))
8379
8504
  RecommendationJobInputConfig.add_member(:traffic_pattern, Shapes::ShapeRef.new(shape: TrafficPattern, location_name: "TrafficPattern"))
8380
8505
  RecommendationJobInputConfig.add_member(:resource_limit, Shapes::ShapeRef.new(shape: RecommendationJobResourceLimit, location_name: "ResourceLimit"))
@@ -8383,14 +8508,13 @@ module Aws::SageMaker
8383
8508
  RecommendationJobInputConfig.add_member(:container_config, Shapes::ShapeRef.new(shape: RecommendationJobContainerConfig, location_name: "ContainerConfig"))
8384
8509
  RecommendationJobInputConfig.add_member(:endpoints, Shapes::ShapeRef.new(shape: Endpoints, location_name: "Endpoints"))
8385
8510
  RecommendationJobInputConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: RecommendationJobVpcConfig, location_name: "VpcConfig"))
8386
- RecommendationJobInputConfig.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
8387
8511
  RecommendationJobInputConfig.struct_class = Types::RecommendationJobInputConfig
8388
8512
 
8389
8513
  RecommendationJobOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
8390
8514
  RecommendationJobOutputConfig.add_member(:compiled_output_config, Shapes::ShapeRef.new(shape: RecommendationJobCompiledOutputConfig, location_name: "CompiledOutputConfig"))
8391
8515
  RecommendationJobOutputConfig.struct_class = Types::RecommendationJobOutputConfig
8392
8516
 
8393
- RecommendationJobPayloadConfig.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
8517
+ RecommendationJobPayloadConfig.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SamplePayloadUrl"))
8394
8518
  RecommendationJobPayloadConfig.add_member(:supported_content_types, Shapes::ShapeRef.new(shape: RecommendationJobSupportedContentTypes, location_name: "SupportedContentTypes"))
8395
8519
  RecommendationJobPayloadConfig.struct_class = Types::RecommendationJobPayloadConfig
8396
8520
 
@@ -8403,7 +8527,7 @@ module Aws::SageMaker
8403
8527
  RecommendationJobStoppingConditions.add_member(:flat_invocations, Shapes::ShapeRef.new(shape: FlatInvocations, location_name: "FlatInvocations"))
8404
8528
  RecommendationJobStoppingConditions.struct_class = Types::RecommendationJobStoppingConditions
8405
8529
 
8406
- RecommendationJobSupportedContentTypes.member = Shapes::ShapeRef.new(shape: String)
8530
+ RecommendationJobSupportedContentTypes.member = Shapes::ShapeRef.new(shape: RecommendationJobSupportedContentType)
8407
8531
 
8408
8532
  RecommendationJobSupportedInstanceTypes.member = Shapes::ShapeRef.new(shape: String)
8409
8533
 
@@ -8484,8 +8608,8 @@ module Aws::SageMaker
8484
8608
  ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount"))
8485
8609
  ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
8486
8610
  ResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
8487
- ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
8488
8611
  ResourceConfig.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, location_name: "KeepAlivePeriodInSeconds"))
8612
+ ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
8489
8613
  ResourceConfig.struct_class = Types::ResourceConfig
8490
8614
 
8491
8615
  ResourceConfigForUpdate.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, required: true, location_name: "KeepAlivePeriodInSeconds"))
@@ -8596,11 +8720,11 @@ module Aws::SageMaker
8596
8720
  SearchRecord.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
8597
8721
  SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
8598
8722
  SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
8599
- SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
8600
8723
  SearchRecord.add_member(:feature_metadata, Shapes::ShapeRef.new(shape: FeatureMetadata, location_name: "FeatureMetadata"))
8724
+ SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
8601
8725
  SearchRecord.add_member(:hyper_parameter_tuning_job, Shapes::ShapeRef.new(shape: HyperParameterTuningJobSearchEntity, location_name: "HyperParameterTuningJob"))
8602
- SearchRecord.add_member(:model, Shapes::ShapeRef.new(shape: ModelDashboardModel, location_name: "Model"))
8603
8726
  SearchRecord.add_member(:model_card, Shapes::ShapeRef.new(shape: ModelCard, location_name: "ModelCard"))
8727
+ SearchRecord.add_member(:model, Shapes::ShapeRef.new(shape: ModelDashboardModel, location_name: "Model"))
8604
8728
  SearchRecord.struct_class = Types::SearchRecord
8605
8729
 
8606
8730
  SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
@@ -8700,19 +8824,48 @@ module Aws::SageMaker
8700
8824
  SourceIpConfig.add_member(:cidrs, Shapes::ShapeRef.new(shape: Cidrs, required: true, location_name: "Cidrs"))
8701
8825
  SourceIpConfig.struct_class = Types::SourceIpConfig
8702
8826
 
8827
+ SpaceCodeEditorAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
8828
+ SpaceCodeEditorAppSettings.struct_class = Types::SpaceCodeEditorAppSettings
8829
+
8703
8830
  SpaceDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
8704
8831
  SpaceDetails.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, location_name: "SpaceName"))
8705
8832
  SpaceDetails.add_member(:status, Shapes::ShapeRef.new(shape: SpaceStatus, location_name: "Status"))
8706
8833
  SpaceDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
8707
8834
  SpaceDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
8835
+ SpaceDetails.add_member(:space_settings_summary, Shapes::ShapeRef.new(shape: SpaceSettingsSummary, location_name: "SpaceSettingsSummary"))
8836
+ SpaceDetails.add_member(:space_sharing_settings_summary, Shapes::ShapeRef.new(shape: SpaceSharingSettingsSummary, location_name: "SpaceSharingSettingsSummary"))
8837
+ SpaceDetails.add_member(:ownership_settings_summary, Shapes::ShapeRef.new(shape: OwnershipSettingsSummary, location_name: "OwnershipSettingsSummary"))
8838
+ SpaceDetails.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
8708
8839
  SpaceDetails.struct_class = Types::SpaceDetails
8709
8840
 
8841
+ SpaceJupyterLabAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
8842
+ SpaceJupyterLabAppSettings.add_member(:code_repositories, Shapes::ShapeRef.new(shape: CodeRepositories, location_name: "CodeRepositories"))
8843
+ SpaceJupyterLabAppSettings.struct_class = Types::SpaceJupyterLabAppSettings
8844
+
8710
8845
  SpaceList.member = Shapes::ShapeRef.new(shape: SpaceDetails)
8711
8846
 
8712
8847
  SpaceSettings.add_member(:jupyter_server_app_settings, Shapes::ShapeRef.new(shape: JupyterServerAppSettings, location_name: "JupyterServerAppSettings"))
8713
8848
  SpaceSettings.add_member(:kernel_gateway_app_settings, Shapes::ShapeRef.new(shape: KernelGatewayAppSettings, location_name: "KernelGatewayAppSettings"))
8849
+ SpaceSettings.add_member(:code_editor_app_settings, Shapes::ShapeRef.new(shape: SpaceCodeEditorAppSettings, location_name: "CodeEditorAppSettings"))
8850
+ SpaceSettings.add_member(:jupyter_lab_app_settings, Shapes::ShapeRef.new(shape: SpaceJupyterLabAppSettings, location_name: "JupyterLabAppSettings"))
8851
+ SpaceSettings.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
8852
+ SpaceSettings.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: SpaceStorageSettings, location_name: "SpaceStorageSettings"))
8853
+ SpaceSettings.add_member(:custom_file_systems, Shapes::ShapeRef.new(shape: CustomFileSystems, location_name: "CustomFileSystems"))
8714
8854
  SpaceSettings.struct_class = Types::SpaceSettings
8715
8855
 
8856
+ SpaceSettingsSummary.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
8857
+ SpaceSettingsSummary.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: SpaceStorageSettings, location_name: "SpaceStorageSettings"))
8858
+ SpaceSettingsSummary.struct_class = Types::SpaceSettingsSummary
8859
+
8860
+ SpaceSharingSettings.add_member(:sharing_type, Shapes::ShapeRef.new(shape: SharingType, required: true, location_name: "SharingType"))
8861
+ SpaceSharingSettings.struct_class = Types::SpaceSharingSettings
8862
+
8863
+ SpaceSharingSettingsSummary.add_member(:sharing_type, Shapes::ShapeRef.new(shape: SharingType, location_name: "SharingType"))
8864
+ SpaceSharingSettingsSummary.struct_class = Types::SpaceSharingSettingsSummary
8865
+
8866
+ SpaceStorageSettings.add_member(:ebs_storage_settings, Shapes::ShapeRef.new(shape: EbsStorageSettings, location_name: "EbsStorageSettings"))
8867
+ SpaceStorageSettings.struct_class = Types::SpaceStorageSettings
8868
+
8716
8869
  Stairs.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: TrafficDurationInSeconds, location_name: "DurationInSeconds"))
8717
8870
  Stairs.add_member(:number_of_steps, Shapes::ShapeRef.new(shape: NumberOfSteps, location_name: "NumberOfSteps"))
8718
8871
  Stairs.add_member(:users_per_step, Shapes::ShapeRef.new(shape: UsersPerStep, location_name: "UsersPerStep"))
@@ -8878,6 +9031,7 @@ module Aws::SageMaker
8878
9031
  TextGenerationJobConfig.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
8879
9032
  TextGenerationJobConfig.add_member(:base_model_name, Shapes::ShapeRef.new(shape: BaseModelName, location_name: "BaseModelName"))
8880
9033
  TextGenerationJobConfig.add_member(:text_generation_hyper_parameters, Shapes::ShapeRef.new(shape: TextGenerationHyperParameters, location_name: "TextGenerationHyperParameters"))
9034
+ TextGenerationJobConfig.add_member(:model_access_config, Shapes::ShapeRef.new(shape: ModelAccessConfig, location_name: "ModelAccessConfig"))
8881
9035
  TextGenerationJobConfig.struct_class = Types::TextGenerationJobConfig
8882
9036
 
8883
9037
  TextGenerationResolvedAttributes.add_member(:base_model_name, Shapes::ShapeRef.new(shape: BaseModelName, location_name: "BaseModelName"))
@@ -9040,6 +9194,7 @@ module Aws::SageMaker
9040
9194
  TransformJob.add_member(:environment, Shapes::ShapeRef.new(shape: TransformEnvironmentMap, location_name: "Environment"))
9041
9195
  TransformJob.add_member(:transform_input, Shapes::ShapeRef.new(shape: TransformInput, location_name: "TransformInput"))
9042
9196
  TransformJob.add_member(:transform_output, Shapes::ShapeRef.new(shape: TransformOutput, location_name: "TransformOutput"))
9197
+ TransformJob.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: BatchDataCaptureConfig, location_name: "DataCaptureConfig"))
9043
9198
  TransformJob.add_member(:transform_resources, Shapes::ShapeRef.new(shape: TransformResources, location_name: "TransformResources"))
9044
9199
  TransformJob.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
9045
9200
  TransformJob.add_member(:transform_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TransformStartTime"))
@@ -9049,7 +9204,6 @@ module Aws::SageMaker
9049
9204
  TransformJob.add_member(:data_processing, Shapes::ShapeRef.new(shape: DataProcessing, location_name: "DataProcessing"))
9050
9205
  TransformJob.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
9051
9206
  TransformJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
9052
- TransformJob.add_member(:data_capture_config, Shapes::ShapeRef.new(shape: BatchDataCaptureConfig, location_name: "DataCaptureConfig"))
9053
9207
  TransformJob.struct_class = Types::TransformJob
9054
9208
 
9055
9209
  TransformJobDefinition.add_member(:max_concurrent_transforms, Shapes::ShapeRef.new(shape: MaxConcurrentTransforms, location_name: "MaxConcurrentTransforms"))
@@ -9131,7 +9285,7 @@ module Aws::SageMaker
9131
9285
  TrialComponentArtifact.add_member(:value, Shapes::ShapeRef.new(shape: TrialComponentArtifactValue, required: true, location_name: "Value"))
9132
9286
  TrialComponentArtifact.struct_class = Types::TrialComponentArtifact
9133
9287
 
9134
- TrialComponentArtifacts.key = Shapes::ShapeRef.new(shape: TrialComponentKey64)
9288
+ TrialComponentArtifacts.key = Shapes::ShapeRef.new(shape: TrialComponentKey128)
9135
9289
  TrialComponentArtifacts.value = Shapes::ShapeRef.new(shape: TrialComponentArtifact)
9136
9290
 
9137
9291
  TrialComponentMetricSummaries.member = Shapes::ShapeRef.new(shape: TrialComponentMetricSummary)
@@ -9151,7 +9305,7 @@ module Aws::SageMaker
9151
9305
  TrialComponentParameterValue.add_member(:number_value, Shapes::ShapeRef.new(shape: DoubleParameterValue, location_name: "NumberValue"))
9152
9306
  TrialComponentParameterValue.struct_class = Types::TrialComponentParameterValue
9153
9307
 
9154
- TrialComponentParameters.key = Shapes::ShapeRef.new(shape: TrialComponentKey256)
9308
+ TrialComponentParameters.key = Shapes::ShapeRef.new(shape: TrialComponentKey320)
9155
9309
  TrialComponentParameters.value = Shapes::ShapeRef.new(shape: TrialComponentParameterValue)
9156
9310
 
9157
9311
  TrialComponentSimpleSummaries.member = Shapes::ShapeRef.new(shape: TrialComponentSimpleSummary)
@@ -9248,6 +9402,7 @@ module Aws::SageMaker
9248
9402
 
9249
9403
  UpdateAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
9250
9404
  UpdateAppImageConfigRequest.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
9405
+ UpdateAppImageConfigRequest.add_member(:jupyter_lab_app_image_config, Shapes::ShapeRef.new(shape: JupyterLabAppImageConfig, location_name: "JupyterLabAppImageConfig"))
9251
9406
  UpdateAppImageConfigRequest.struct_class = Types::UpdateAppImageConfigRequest
9252
9407
 
9253
9408
  UpdateAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
@@ -9255,7 +9410,7 @@ module Aws::SageMaker
9255
9410
 
9256
9411
  UpdateArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
9257
9412
  UpdateArtifactRequest.add_member(:artifact_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ArtifactName"))
9258
- UpdateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
9413
+ UpdateArtifactRequest.add_member(:properties, Shapes::ShapeRef.new(shape: ArtifactProperties, location_name: "Properties"))
9259
9414
  UpdateArtifactRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
9260
9415
  UpdateArtifactRequest.struct_class = Types::UpdateArtifactRequest
9261
9416
 
@@ -9276,7 +9431,7 @@ module Aws::SageMaker
9276
9431
  UpdateCodeRepositoryOutput.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
9277
9432
  UpdateCodeRepositoryOutput.struct_class = Types::UpdateCodeRepositoryOutput
9278
9433
 
9279
- UpdateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ContextName"))
9434
+ UpdateContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ContextName, required: true, location_name: "ContextName"))
9280
9435
  UpdateContextRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
9281
9436
  UpdateContextRequest.add_member(:properties, Shapes::ShapeRef.new(shape: LineageEntityParameters, location_name: "Properties"))
9282
9437
  UpdateContextRequest.add_member(:properties_to_remove, Shapes::ShapeRef.new(shape: ListLineageEntityParameterKey, location_name: "PropertiesToRemove"))
@@ -9299,8 +9454,8 @@ module Aws::SageMaker
9299
9454
  UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
9300
9455
  UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
9301
9456
  UpdateDomainRequest.add_member(:domain_settings_for_update, Shapes::ShapeRef.new(shape: DomainSettingsForUpdate, location_name: "DomainSettingsForUpdate"))
9302
- UpdateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
9303
9457
  UpdateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
9458
+ UpdateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
9304
9459
  UpdateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
9305
9460
  UpdateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
9306
9461
  UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
@@ -9505,6 +9660,7 @@ module Aws::SageMaker
9505
9660
  UpdateSpaceRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
9506
9661
  UpdateSpaceRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "SpaceName"))
9507
9662
  UpdateSpaceRequest.add_member(:space_settings, Shapes::ShapeRef.new(shape: SpaceSettings, location_name: "SpaceSettings"))
9663
+ UpdateSpaceRequest.add_member(:space_display_name, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "SpaceDisplayName"))
9508
9664
  UpdateSpaceRequest.struct_class = Types::UpdateSpaceRequest
9509
9665
 
9510
9666
  UpdateSpaceResponse.add_member(:space_arn, Shapes::ShapeRef.new(shape: SpaceArn, location_name: "SpaceArn"))
@@ -9592,8 +9748,13 @@ module Aws::SageMaker
9592
9748
  UserSettings.add_member(:r_studio_server_pro_app_settings, Shapes::ShapeRef.new(shape: RStudioServerProAppSettings, location_name: "RStudioServerProAppSettings"))
9593
9749
  UserSettings.add_member(:r_session_app_settings, Shapes::ShapeRef.new(shape: RSessionAppSettings, location_name: "RSessionAppSettings"))
9594
9750
  UserSettings.add_member(:canvas_app_settings, Shapes::ShapeRef.new(shape: CanvasAppSettings, location_name: "CanvasAppSettings"))
9751
+ UserSettings.add_member(:code_editor_app_settings, Shapes::ShapeRef.new(shape: CodeEditorAppSettings, location_name: "CodeEditorAppSettings"))
9752
+ UserSettings.add_member(:jupyter_lab_app_settings, Shapes::ShapeRef.new(shape: JupyterLabAppSettings, location_name: "JupyterLabAppSettings"))
9753
+ UserSettings.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: DefaultSpaceStorageSettings, location_name: "SpaceStorageSettings"))
9595
9754
  UserSettings.add_member(:default_landing_uri, Shapes::ShapeRef.new(shape: LandingUri, location_name: "DefaultLandingUri"))
9596
9755
  UserSettings.add_member(:studio_web_portal, Shapes::ShapeRef.new(shape: StudioWebPortal, location_name: "StudioWebPortal"))
9756
+ UserSettings.add_member(:custom_posix_user_config, Shapes::ShapeRef.new(shape: CustomPosixUserConfig, location_name: "CustomPosixUserConfig"))
9757
+ UserSettings.add_member(:custom_file_system_configs, Shapes::ShapeRef.new(shape: CustomFileSystemConfigs, location_name: "CustomFileSystemConfigs"))
9597
9758
  UserSettings.struct_class = Types::UserSettings
9598
9759
 
9599
9760
  VariantProperty.add_member(:variant_property_type, Shapes::ShapeRef.new(shape: VariantPropertyType, required: true, location_name: "VariantPropertyType"))
@@ -10137,6 +10298,7 @@ module Aws::SageMaker
10137
10298
  o.output = Shapes::ShapeRef.new(shape: CreatePipelineResponse)
10138
10299
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
10139
10300
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
10301
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10140
10302
  end)
10141
10303
 
10142
10304
  api.add_operation(:create_presigned_domain_url, Seahorse::Model::Operation.new.tap do |o|
@@ -10279,6 +10441,7 @@ module Aws::SageMaker
10279
10441
  o.http_request_uri = "/"
10280
10442
  o.input = Shapes::ShapeRef.new(shape: DeleteAlgorithmInput)
10281
10443
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10444
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10282
10445
  end)
10283
10446
 
10284
10447
  api.add_operation(:delete_app, Seahorse::Model::Operation.new.tap do |o|
@@ -10336,6 +10499,15 @@ module Aws::SageMaker
10336
10499
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10337
10500
  end)
10338
10501
 
10502
+ api.add_operation(:delete_compilation_job, Seahorse::Model::Operation.new.tap do |o|
10503
+ o.name = "DeleteCompilationJob"
10504
+ o.http_method = "POST"
10505
+ o.http_request_uri = "/"
10506
+ o.input = Shapes::ShapeRef.new(shape: DeleteCompilationJobRequest)
10507
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
10508
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
10509
+ end)
10510
+
10339
10511
  api.add_operation(:delete_context, Seahorse::Model::Operation.new.tap do |o|
10340
10512
  o.name = "DeleteContext"
10341
10513
  o.http_method = "POST"
@@ -10605,6 +10777,7 @@ module Aws::SageMaker
10605
10777
  o.input = Shapes::ShapeRef.new(shape: DeletePipelineRequest)
10606
10778
  o.output = Shapes::ShapeRef.new(shape: DeletePipelineResponse)
10607
10779
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
10780
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
10608
10781
  end)
10609
10782
 
10610
10783
  api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
@@ -11214,6 +11387,7 @@ module Aws::SageMaker
11214
11387
  o.input = Shapes::ShapeRef.new(shape: DescribeUserProfileRequest)
11215
11388
  o.output = Shapes::ShapeRef.new(shape: DescribeUserProfileResponse)
11216
11389
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
11390
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
11217
11391
  end)
11218
11392
 
11219
11393
  api.add_operation(:describe_workforce, Seahorse::Model::Operation.new.tap do |o|
@@ -12378,6 +12552,7 @@ module Aws::SageMaker
12378
12552
  o.http_request_uri = "/"
12379
12553
  o.input = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyInput)
12380
12554
  o.output = Shapes::ShapeRef.new(shape: PutModelPackageGroupPolicyOutput)
12555
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12381
12556
  end)
12382
12557
 
12383
12558
  api.add_operation(:query_lineage, Seahorse::Model::Operation.new.tap do |o|
@@ -12446,6 +12621,7 @@ module Aws::SageMaker
12446
12621
  o.output = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepFailureResponse)
12447
12622
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12448
12623
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
12624
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12449
12625
  end)
12450
12626
 
12451
12627
  api.add_operation(:send_pipeline_execution_step_success, Seahorse::Model::Operation.new.tap do |o|
@@ -12456,6 +12632,7 @@ module Aws::SageMaker
12456
12632
  o.output = Shapes::ShapeRef.new(shape: SendPipelineExecutionStepSuccessResponse)
12457
12633
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12458
12634
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
12635
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12459
12636
  end)
12460
12637
 
12461
12638
  api.add_operation(:start_edge_deployment_stage, Seahorse::Model::Operation.new.tap do |o|
@@ -12502,6 +12679,7 @@ module Aws::SageMaker
12502
12679
  o.output = Shapes::ShapeRef.new(shape: StartPipelineExecutionResponse)
12503
12680
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12504
12681
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
12682
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12505
12683
  end)
12506
12684
 
12507
12685
  api.add_operation(:stop_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
@@ -12599,6 +12777,7 @@ module Aws::SageMaker
12599
12777
  o.input = Shapes::ShapeRef.new(shape: StopPipelineExecutionRequest)
12600
12778
  o.output = Shapes::ShapeRef.new(shape: StopPipelineExecutionResponse)
12601
12779
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12780
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12602
12781
  end)
12603
12782
 
12604
12783
  api.add_operation(:stop_processing_job, Seahorse::Model::Operation.new.tap do |o|
@@ -12674,6 +12853,7 @@ module Aws::SageMaker
12674
12853
  o.http_request_uri = "/"
12675
12854
  o.input = Shapes::ShapeRef.new(shape: UpdateCodeRepositoryInput)
12676
12855
  o.output = Shapes::ShapeRef.new(shape: UpdateCodeRepositoryOutput)
12856
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12677
12857
  end)
12678
12858
 
12679
12859
  api.add_operation(:update_context, Seahorse::Model::Operation.new.tap do |o|
@@ -12749,6 +12929,7 @@ module Aws::SageMaker
12749
12929
  o.input = Shapes::ShapeRef.new(shape: UpdateFeatureGroupRequest)
12750
12930
  o.output = Shapes::ShapeRef.new(shape: UpdateFeatureGroupResponse)
12751
12931
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12932
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
12752
12933
  end)
12753
12934
 
12754
12935
  api.add_operation(:update_feature_metadata, Seahorse::Model::Operation.new.tap do |o|
@@ -12834,6 +13015,7 @@ module Aws::SageMaker
12834
13015
  o.http_request_uri = "/"
12835
13016
  o.input = Shapes::ShapeRef.new(shape: UpdateModelPackageInput)
12836
13017
  o.output = Shapes::ShapeRef.new(shape: UpdateModelPackageOutput)
13018
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12837
13019
  end)
12838
13020
 
12839
13021
  api.add_operation(:update_monitoring_alert, Seahorse::Model::Operation.new.tap do |o|
@@ -12881,6 +13063,7 @@ module Aws::SageMaker
12881
13063
  o.input = Shapes::ShapeRef.new(shape: UpdatePipelineRequest)
12882
13064
  o.output = Shapes::ShapeRef.new(shape: UpdatePipelineResponse)
12883
13065
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
13066
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12884
13067
  end)
12885
13068
 
12886
13069
  api.add_operation(:update_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
@@ -12890,6 +13073,7 @@ module Aws::SageMaker
12890
13073
  o.input = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionRequest)
12891
13074
  o.output = Shapes::ShapeRef.new(shape: UpdatePipelineExecutionResponse)
12892
13075
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
13076
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12893
13077
  end)
12894
13078
 
12895
13079
  api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
@@ -12898,6 +13082,7 @@ module Aws::SageMaker
12898
13082
  o.http_request_uri = "/"
12899
13083
  o.input = Shapes::ShapeRef.new(shape: UpdateProjectInput)
12900
13084
  o.output = Shapes::ShapeRef.new(shape: UpdateProjectOutput)
13085
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12901
13086
  end)
12902
13087
 
12903
13088
  api.add_operation(:update_space, Seahorse::Model::Operation.new.tap do |o|
@@ -12918,6 +13103,7 @@ module Aws::SageMaker
12918
13103
  o.input = Shapes::ShapeRef.new(shape: UpdateTrainingJobRequest)
12919
13104
  o.output = Shapes::ShapeRef.new(shape: UpdateTrainingJobResponse)
12920
13105
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
13106
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
12921
13107
  end)
12922
13108
 
12923
13109
  api.add_operation(:update_trial, Seahorse::Model::Operation.new.tap do |o|