aws-sdk-sagemaker 1.313.0 → 1.315.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.
@@ -115,6 +115,8 @@ module Aws::SageMaker
115
115
  AuthenticationRequestExtraParams = Shapes::MapShape.new(name: 'AuthenticationRequestExtraParams')
116
116
  AuthenticationRequestExtraParamsKey = Shapes::StringShape.new(name: 'AuthenticationRequestExtraParamsKey')
117
117
  AuthenticationRequestExtraParamsValue = Shapes::StringShape.new(name: 'AuthenticationRequestExtraParamsValue')
118
+ AuthorizedUrl = Shapes::StructureShape.new(name: 'AuthorizedUrl')
119
+ AuthorizedUrlConfigs = Shapes::ListShape.new(name: 'AuthorizedUrlConfigs')
118
120
  AutoGenerateEndpointName = Shapes::BooleanShape.new(name: 'AutoGenerateEndpointName')
119
121
  AutoMLAlgorithm = Shapes::StringShape.new(name: 'AutoMLAlgorithm')
120
122
  AutoMLAlgorithmConfig = Shapes::StructureShape.new(name: 'AutoMLAlgorithmConfig')
@@ -325,6 +327,10 @@ module Aws::SageMaker
325
327
  ClusterPrivateDnsHostname = Shapes::StringShape.new(name: 'ClusterPrivateDnsHostname')
326
328
  ClusterPrivatePrimaryIp = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIp')
327
329
  ClusterPrivatePrimaryIpv6 = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIpv6')
330
+ ClusterRestrictedInstanceGroupDetails = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupDetails')
331
+ ClusterRestrictedInstanceGroupDetailsList = Shapes::ListShape.new(name: 'ClusterRestrictedInstanceGroupDetailsList')
332
+ ClusterRestrictedInstanceGroupSpecification = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupSpecification')
333
+ ClusterRestrictedInstanceGroupSpecifications = Shapes::ListShape.new(name: 'ClusterRestrictedInstanceGroupSpecifications')
328
334
  ClusterSchedulerConfigArn = Shapes::StringShape.new(name: 'ClusterSchedulerConfigArn')
329
335
  ClusterSchedulerConfigId = Shapes::StringShape.new(name: 'ClusterSchedulerConfigId')
330
336
  ClusterSchedulerConfigSummary = Shapes::StructureShape.new(name: 'ClusterSchedulerConfigSummary')
@@ -451,6 +457,8 @@ module Aws::SageMaker
451
457
  CreateFeatureGroupResponse = Shapes::StructureShape.new(name: 'CreateFeatureGroupResponse')
452
458
  CreateFlowDefinitionRequest = Shapes::StructureShape.new(name: 'CreateFlowDefinitionRequest')
453
459
  CreateFlowDefinitionResponse = Shapes::StructureShape.new(name: 'CreateFlowDefinitionResponse')
460
+ CreateHubContentPresignedUrlsRequest = Shapes::StructureShape.new(name: 'CreateHubContentPresignedUrlsRequest')
461
+ CreateHubContentPresignedUrlsResponse = Shapes::StructureShape.new(name: 'CreateHubContentPresignedUrlsResponse')
454
462
  CreateHubContentReferenceRequest = Shapes::StructureShape.new(name: 'CreateHubContentReferenceRequest')
455
463
  CreateHubContentReferenceResponse = Shapes::StructureShape.new(name: 'CreateHubContentReferenceResponse')
456
464
  CreateHubRequest = Shapes::StructureShape.new(name: 'CreateHubRequest')
@@ -933,6 +941,8 @@ module Aws::SageMaker
933
941
  Endpoints = Shapes::ListShape.new(name: 'Endpoints')
934
942
  EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
935
943
  EntityName = Shapes::StringShape.new(name: 'EntityName')
944
+ EnvironmentConfig = Shapes::StructureShape.new(name: 'EnvironmentConfig')
945
+ EnvironmentConfigDetails = Shapes::StructureShape.new(name: 'EnvironmentConfigDetails')
936
946
  EnvironmentKey = Shapes::StringShape.new(name: 'EnvironmentKey')
937
947
  EnvironmentMap = Shapes::MapShape.new(name: 'EnvironmentMap')
938
948
  EnvironmentParameter = Shapes::StructureShape.new(name: 'EnvironmentParameter')
@@ -959,8 +969,11 @@ module Aws::SageMaker
959
969
  Explainability = Shapes::StructureShape.new(name: 'Explainability')
960
970
  ExplainabilityLocation = Shapes::StringShape.new(name: 'ExplainabilityLocation')
961
971
  ExplainerConfig = Shapes::StructureShape.new(name: 'ExplainerConfig')
972
+ FSxLustreConfig = Shapes::StructureShape.new(name: 'FSxLustreConfig')
962
973
  FSxLustreFileSystem = Shapes::StructureShape.new(name: 'FSxLustreFileSystem')
963
974
  FSxLustreFileSystemConfig = Shapes::StructureShape.new(name: 'FSxLustreFileSystemConfig')
975
+ FSxLustrePerUnitStorageThroughput = Shapes::IntegerShape.new(name: 'FSxLustrePerUnitStorageThroughput')
976
+ FSxLustreSizeInGiB = Shapes::IntegerShape.new(name: 'FSxLustreSizeInGiB')
964
977
  FailStepMetadata = Shapes::StructureShape.new(name: 'FailStepMetadata')
965
978
  FailureHandlingPolicy = Shapes::StringShape.new(name: 'FailureHandlingPolicy')
966
979
  FailureReason = Shapes::StringShape.new(name: 'FailureReason')
@@ -1441,6 +1454,8 @@ module Aws::SageMaker
1441
1454
  ListPipelineExecutionsResponse = Shapes::StructureShape.new(name: 'ListPipelineExecutionsResponse')
1442
1455
  ListPipelineParametersForExecutionRequest = Shapes::StructureShape.new(name: 'ListPipelineParametersForExecutionRequest')
1443
1456
  ListPipelineParametersForExecutionResponse = Shapes::StructureShape.new(name: 'ListPipelineParametersForExecutionResponse')
1457
+ ListPipelineVersionsRequest = Shapes::StructureShape.new(name: 'ListPipelineVersionsRequest')
1458
+ ListPipelineVersionsResponse = Shapes::StructureShape.new(name: 'ListPipelineVersionsResponse')
1444
1459
  ListPipelinesRequest = Shapes::StructureShape.new(name: 'ListPipelinesRequest')
1445
1460
  ListPipelinesResponse = Shapes::StructureShape.new(name: 'ListPipelinesResponse')
1446
1461
  ListProcessingJobsRequest = Shapes::StructureShape.new(name: 'ListProcessingJobsRequest')
@@ -1481,7 +1496,9 @@ module Aws::SageMaker
1481
1496
  ListWorkteamsRequest = Shapes::StructureShape.new(name: 'ListWorkteamsRequest')
1482
1497
  ListWorkteamsResponse = Shapes::StructureShape.new(name: 'ListWorkteamsResponse')
1483
1498
  ListWorkteamsSortByOptions = Shapes::StringShape.new(name: 'ListWorkteamsSortByOptions')
1499
+ LocalPath = Shapes::StringShape.new(name: 'LocalPath')
1484
1500
  Long = Shapes::IntegerShape.new(name: 'Long')
1501
+ LongS3Uri = Shapes::StringShape.new(name: 'LongS3Uri')
1485
1502
  MLFramework = Shapes::StringShape.new(name: 'MLFramework')
1486
1503
  ManagedInstanceScalingMaxInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaxInstanceCount')
1487
1504
  ManagedInstanceScalingMinInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMinInstanceCount')
@@ -1845,11 +1862,18 @@ module Aws::SageMaker
1845
1862
  PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
1846
1863
  PipelineSummary = Shapes::StructureShape.new(name: 'PipelineSummary')
1847
1864
  PipelineSummaryList = Shapes::ListShape.new(name: 'PipelineSummaryList')
1865
+ PipelineVersion = Shapes::StructureShape.new(name: 'PipelineVersion')
1866
+ PipelineVersionDescription = Shapes::StringShape.new(name: 'PipelineVersionDescription')
1867
+ PipelineVersionId = Shapes::IntegerShape.new(name: 'PipelineVersionId')
1868
+ PipelineVersionName = Shapes::StringShape.new(name: 'PipelineVersionName')
1869
+ PipelineVersionSummary = Shapes::StructureShape.new(name: 'PipelineVersionSummary')
1870
+ PipelineVersionSummaryList = Shapes::ListShape.new(name: 'PipelineVersionSummaryList')
1848
1871
  PlatformIdentifier = Shapes::StringShape.new(name: 'PlatformIdentifier')
1849
1872
  PolicyString = Shapes::StringShape.new(name: 'PolicyString')
1850
1873
  PredefinedMetricSpecification = Shapes::StructureShape.new(name: 'PredefinedMetricSpecification')
1851
1874
  PreemptTeamTasks = Shapes::StringShape.new(name: 'PreemptTeamTasks')
1852
1875
  PresignedDomainUrl = Shapes::StringShape.new(name: 'PresignedDomainUrl')
1876
+ PresignedUrlAccessConfig = Shapes::StructureShape.new(name: 'PresignedUrlAccessConfig')
1853
1877
  PriorityClass = Shapes::StructureShape.new(name: 'PriorityClass')
1854
1878
  PriorityClassList = Shapes::ListShape.new(name: 'PriorityClassList')
1855
1879
  PriorityWeight = Shapes::IntegerShape.new(name: 'PriorityWeight')
@@ -2040,6 +2064,7 @@ module Aws::SageMaker
2040
2064
  ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
2041
2065
  ResourceConfigForUpdate = Shapes::StructureShape.new(name: 'ResourceConfigForUpdate')
2042
2066
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
2067
+ ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
2043
2068
  ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
2044
2069
  ResourceLimitExceeded = Shapes::StructureShape.new(name: 'ResourceLimitExceeded')
2045
2070
  ResourceLimits = Shapes::StructureShape.new(name: 'ResourceLimits')
@@ -2129,6 +2154,7 @@ module Aws::SageMaker
2129
2154
  ServiceCatalogProvisioningUpdateDetails = Shapes::StructureShape.new(name: 'ServiceCatalogProvisioningUpdateDetails')
2130
2155
  SessionChainingConfig = Shapes::StructureShape.new(name: 'SessionChainingConfig')
2131
2156
  SessionExpirationDurationInSeconds = Shapes::IntegerShape.new(name: 'SessionExpirationDurationInSeconds')
2157
+ SessionId = Shapes::StringShape.new(name: 'SessionId')
2132
2158
  ShadowModeConfig = Shapes::StructureShape.new(name: 'ShadowModeConfig')
2133
2159
  ShadowModelVariantConfig = Shapes::StructureShape.new(name: 'ShadowModelVariantConfig')
2134
2160
  ShadowModelVariantConfigList = Shapes::ListShape.new(name: 'ShadowModelVariantConfigList')
@@ -2191,6 +2217,8 @@ module Aws::SageMaker
2191
2217
  StartNotebookInstanceInput = Shapes::StructureShape.new(name: 'StartNotebookInstanceInput')
2192
2218
  StartPipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartPipelineExecutionRequest')
2193
2219
  StartPipelineExecutionResponse = Shapes::StructureShape.new(name: 'StartPipelineExecutionResponse')
2220
+ StartSessionRequest = Shapes::StructureShape.new(name: 'StartSessionRequest')
2221
+ StartSessionResponse = Shapes::StructureShape.new(name: 'StartSessionResponse')
2194
2222
  Statistic = Shapes::StringShape.new(name: 'Statistic')
2195
2223
  StatusDetails = Shapes::StringShape.new(name: 'StatusDetails')
2196
2224
  StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
@@ -2219,6 +2247,7 @@ module Aws::SageMaker
2219
2247
  StopTransformJobRequest = Shapes::StructureShape.new(name: 'StopTransformJobRequest')
2220
2248
  StoppingCondition = Shapes::StructureShape.new(name: 'StoppingCondition')
2221
2249
  StorageType = Shapes::StringShape.new(name: 'StorageType')
2250
+ StreamUrl = Shapes::StringShape.new(name: 'StreamUrl')
2222
2251
  String = Shapes::StringShape.new(name: 'String')
2223
2252
  String1024 = Shapes::StringShape.new(name: 'String1024')
2224
2253
  String128 = Shapes::StringShape.new(name: 'String128')
@@ -2298,6 +2327,7 @@ module Aws::SageMaker
2298
2327
  TimeSeriesTransformations = Shapes::StructureShape.new(name: 'TimeSeriesTransformations')
2299
2328
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
2300
2329
  TimestampAttributeName = Shapes::StringShape.new(name: 'TimestampAttributeName')
2330
+ TokenValue = Shapes::StringShape.new(name: 'TokenValue')
2301
2331
  TotalHits = Shapes::StructureShape.new(name: 'TotalHits')
2302
2332
  TotalInstanceCount = Shapes::IntegerShape.new(name: 'TotalInstanceCount')
2303
2333
  TrackingServerArn = Shapes::StringShape.new(name: 'TrackingServerArn')
@@ -2493,6 +2523,8 @@ module Aws::SageMaker
2493
2523
  UpdatePipelineExecutionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionResponse')
2494
2524
  UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
2495
2525
  UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
2526
+ UpdatePipelineVersionRequest = Shapes::StructureShape.new(name: 'UpdatePipelineVersionRequest')
2527
+ UpdatePipelineVersionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineVersionResponse')
2496
2528
  UpdateProjectInput = Shapes::StructureShape.new(name: 'UpdateProjectInput')
2497
2529
  UpdateProjectOutput = Shapes::StructureShape.new(name: 'UpdateProjectOutput')
2498
2530
  UpdateSpaceRequest = Shapes::StructureShape.new(name: 'UpdateSpaceRequest')
@@ -2808,6 +2840,12 @@ module Aws::SageMaker
2808
2840
  AuthenticationRequestExtraParams.key = Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParamsKey)
2809
2841
  AuthenticationRequestExtraParams.value = Shapes::ShapeRef.new(shape: AuthenticationRequestExtraParamsValue)
2810
2842
 
2843
+ AuthorizedUrl.add_member(:url, Shapes::ShapeRef.new(shape: LongS3Uri, location_name: "Url"))
2844
+ AuthorizedUrl.add_member(:local_path, Shapes::ShapeRef.new(shape: LocalPath, location_name: "LocalPath"))
2845
+ AuthorizedUrl.struct_class = Types::AuthorizedUrl
2846
+
2847
+ AuthorizedUrlConfigs.member = Shapes::ShapeRef.new(shape: AuthorizedUrl)
2848
+
2811
2849
  AutoMLAlgorithmConfig.add_member(:auto_ml_algorithms, Shapes::ShapeRef.new(shape: AutoMLAlgorithms, required: true, location_name: "AutoMLAlgorithms"))
2812
2850
  AutoMLAlgorithmConfig.struct_class = Types::AutoMLAlgorithmConfig
2813
2851
 
@@ -2984,7 +3022,7 @@ module Aws::SageMaker
2984
3022
  BatchDeleteClusterNodesErrorList.member = Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesError)
2985
3023
 
2986
3024
  BatchDeleteClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
2987
- BatchDeleteClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: ClusterNodeIds, required: true, location_name: "NodeIds"))
3025
+ BatchDeleteClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "NodeIds"))
2988
3026
  BatchDeleteClusterNodesRequest.struct_class = Types::BatchDeleteClusterNodesRequest
2989
3027
 
2990
3028
  BatchDeleteClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesErrorList, location_name: "Failed"))
@@ -3316,6 +3354,39 @@ module Aws::SageMaker
3316
3354
  ClusterOrchestratorEksConfig.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: EksClusterArn, required: true, location_name: "ClusterArn"))
3317
3355
  ClusterOrchestratorEksConfig.struct_class = Types::ClusterOrchestratorEksConfig
3318
3356
 
3357
+ ClusterRestrictedInstanceGroupDetails.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
3358
+ ClusterRestrictedInstanceGroupDetails.add_member(:target_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetCount"))
3359
+ ClusterRestrictedInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
3360
+ ClusterRestrictedInstanceGroupDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
3361
+ ClusterRestrictedInstanceGroupDetails.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
3362
+ ClusterRestrictedInstanceGroupDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
3363
+ ClusterRestrictedInstanceGroupDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
3364
+ ClusterRestrictedInstanceGroupDetails.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks"))
3365
+ ClusterRestrictedInstanceGroupDetails.add_member(:status, Shapes::ShapeRef.new(shape: InstanceGroupStatus, location_name: "Status"))
3366
+ ClusterRestrictedInstanceGroupDetails.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
3367
+ ClusterRestrictedInstanceGroupDetails.add_member(:training_plan_status, Shapes::ShapeRef.new(shape: InstanceGroupTrainingPlanStatus, location_name: "TrainingPlanStatus"))
3368
+ ClusterRestrictedInstanceGroupDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
3369
+ ClusterRestrictedInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
3370
+ ClusterRestrictedInstanceGroupDetails.add_member(:environment_config, Shapes::ShapeRef.new(shape: EnvironmentConfigDetails, location_name: "EnvironmentConfig"))
3371
+ ClusterRestrictedInstanceGroupDetails.struct_class = Types::ClusterRestrictedInstanceGroupDetails
3372
+
3373
+ ClusterRestrictedInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupDetails)
3374
+
3375
+ ClusterRestrictedInstanceGroupSpecification.add_member(:instance_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, required: true, location_name: "InstanceCount"))
3376
+ ClusterRestrictedInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
3377
+ ClusterRestrictedInstanceGroupSpecification.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
3378
+ ClusterRestrictedInstanceGroupSpecification.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRole"))
3379
+ ClusterRestrictedInstanceGroupSpecification.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
3380
+ ClusterRestrictedInstanceGroupSpecification.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
3381
+ ClusterRestrictedInstanceGroupSpecification.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks"))
3382
+ ClusterRestrictedInstanceGroupSpecification.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
3383
+ ClusterRestrictedInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
3384
+ ClusterRestrictedInstanceGroupSpecification.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
3385
+ ClusterRestrictedInstanceGroupSpecification.add_member(:environment_config, Shapes::ShapeRef.new(shape: EnvironmentConfig, required: true, location_name: "EnvironmentConfig"))
3386
+ ClusterRestrictedInstanceGroupSpecification.struct_class = Types::ClusterRestrictedInstanceGroupSpecification
3387
+
3388
+ ClusterRestrictedInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecification)
3389
+
3319
3390
  ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
3320
3391
  ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
3321
3392
  ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion", metadata: {"box" => true}))
@@ -3589,6 +3660,7 @@ module Aws::SageMaker
3589
3660
 
3590
3661
  CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
3591
3662
  CreateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
3663
+ CreateClusterRequest.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecifications, location_name: "RestrictedInstanceGroups"))
3592
3664
  CreateClusterRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
3593
3665
  CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3594
3666
  CreateClusterRequest.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
@@ -3681,8 +3753,8 @@ module Aws::SageMaker
3681
3753
  CreateDomainRequest.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, required: true, location_name: "AuthMode"))
3682
3754
  CreateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, required: true, location_name: "DefaultUserSettings"))
3683
3755
  CreateDomainRequest.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
3684
- CreateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "SubnetIds"))
3685
- CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
3756
+ CreateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
3757
+ CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
3686
3758
  CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3687
3759
  CreateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
3688
3760
  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."}))
@@ -3782,6 +3854,19 @@ module Aws::SageMaker
3782
3854
  CreateFlowDefinitionResponse.add_member(:flow_definition_arn, Shapes::ShapeRef.new(shape: FlowDefinitionArn, required: true, location_name: "FlowDefinitionArn"))
3783
3855
  CreateFlowDefinitionResponse.struct_class = Types::CreateFlowDefinitionResponse
3784
3856
 
3857
+ CreateHubContentPresignedUrlsRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
3858
+ CreateHubContentPresignedUrlsRequest.add_member(:hub_content_type, Shapes::ShapeRef.new(shape: HubContentType, required: true, location_name: "HubContentType"))
3859
+ CreateHubContentPresignedUrlsRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, required: true, location_name: "HubContentName"))
3860
+ CreateHubContentPresignedUrlsRequest.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, location_name: "HubContentVersion"))
3861
+ CreateHubContentPresignedUrlsRequest.add_member(:access_config, Shapes::ShapeRef.new(shape: PresignedUrlAccessConfig, location_name: "AccessConfig"))
3862
+ CreateHubContentPresignedUrlsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
3863
+ CreateHubContentPresignedUrlsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3864
+ CreateHubContentPresignedUrlsRequest.struct_class = Types::CreateHubContentPresignedUrlsRequest
3865
+
3866
+ CreateHubContentPresignedUrlsResponse.add_member(:authorized_url_configs, Shapes::ShapeRef.new(shape: AuthorizedUrlConfigs, required: true, location_name: "AuthorizedUrlConfigs"))
3867
+ CreateHubContentPresignedUrlsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3868
+ CreateHubContentPresignedUrlsResponse.struct_class = Types::CreateHubContentPresignedUrlsResponse
3869
+
3785
3870
  CreateHubContentReferenceRequest.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubNameOrArn, required: true, location_name: "HubName"))
3786
3871
  CreateHubContentReferenceRequest.add_member(:sage_maker_public_hub_content_arn, Shapes::ShapeRef.new(shape: SageMakerPublicHubContentArn, required: true, location_name: "SageMakerPublicHubContentArn"))
3787
3872
  CreateHubContentReferenceRequest.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, location_name: "HubContentName"))
@@ -4883,7 +4968,7 @@ module Aws::SageMaker
4883
4968
  DescribeAutoMLJobV2Response.struct_class = Types::DescribeAutoMLJobV2Response
4884
4969
 
4885
4970
  DescribeClusterNodeRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
4886
- DescribeClusterNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, required: true, location_name: "NodeId"))
4971
+ DescribeClusterNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, location_name: "NodeId"))
4887
4972
  DescribeClusterNodeRequest.struct_class = Types::DescribeClusterNodeRequest
4888
4973
 
4889
4974
  DescribeClusterNodeResponse.add_member(:node_details, Shapes::ShapeRef.new(shape: ClusterNodeDetails, required: true, location_name: "NodeDetails"))
@@ -4898,6 +4983,7 @@ module Aws::SageMaker
4898
4983
  DescribeClusterResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
4899
4984
  DescribeClusterResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
4900
4985
  DescribeClusterResponse.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetailsList, required: true, location_name: "InstanceGroups"))
4986
+ DescribeClusterResponse.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupDetailsList, location_name: "RestrictedInstanceGroups"))
4901
4987
  DescribeClusterResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
4902
4988
  DescribeClusterResponse.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
4903
4989
  DescribeClusterResponse.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
@@ -5695,9 +5781,11 @@ module Aws::SageMaker
5695
5781
  DescribePipelineExecutionResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
5696
5782
  DescribePipelineExecutionResponse.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
5697
5783
  DescribePipelineExecutionResponse.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
5784
+ DescribePipelineExecutionResponse.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
5698
5785
  DescribePipelineExecutionResponse.struct_class = Types::DescribePipelineExecutionResponse
5699
5786
 
5700
5787
  DescribePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineNameOrArn, required: true, location_name: "PipelineName"))
5788
+ DescribePipelineRequest.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
5701
5789
  DescribePipelineRequest.struct_class = Types::DescribePipelineRequest
5702
5790
 
5703
5791
  DescribePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
@@ -5713,6 +5801,8 @@ module Aws::SageMaker
5713
5801
  DescribePipelineResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
5714
5802
  DescribePipelineResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
5715
5803
  DescribePipelineResponse.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
5804
+ DescribePipelineResponse.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
5805
+ DescribePipelineResponse.add_member(:pipeline_version_description, Shapes::ShapeRef.new(shape: PipelineVersionDescription, location_name: "PipelineVersionDescription"))
5716
5806
  DescribePipelineResponse.struct_class = Types::DescribePipelineResponse
5717
5807
 
5718
5808
  DescribeProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
@@ -6300,6 +6390,13 @@ module Aws::SageMaker
6300
6390
 
6301
6391
  Endpoints.member = Shapes::ShapeRef.new(shape: EndpointInfo)
6302
6392
 
6393
+ EnvironmentConfig.add_member(:f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, location_name: "FSxLustreConfig"))
6394
+ EnvironmentConfig.struct_class = Types::EnvironmentConfig
6395
+
6396
+ EnvironmentConfigDetails.add_member(:f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, location_name: "FSxLustreConfig"))
6397
+ EnvironmentConfigDetails.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
6398
+ EnvironmentConfigDetails.struct_class = Types::EnvironmentConfigDetails
6399
+
6303
6400
  EnvironmentMap.key = Shapes::ShapeRef.new(shape: EnvironmentKey)
6304
6401
  EnvironmentMap.value = Shapes::ShapeRef.new(shape: EnvironmentValue)
6305
6402
 
@@ -6357,6 +6454,10 @@ module Aws::SageMaker
6357
6454
  ExplainerConfig.add_member(:clarify_explainer_config, Shapes::ShapeRef.new(shape: ClarifyExplainerConfig, location_name: "ClarifyExplainerConfig"))
6358
6455
  ExplainerConfig.struct_class = Types::ExplainerConfig
6359
6456
 
6457
+ FSxLustreConfig.add_member(:size_in_gi_b, Shapes::ShapeRef.new(shape: FSxLustreSizeInGiB, required: true, location_name: "SizeInGiB"))
6458
+ FSxLustreConfig.add_member(:per_unit_storage_throughput, Shapes::ShapeRef.new(shape: FSxLustrePerUnitStorageThroughput, required: true, location_name: "PerUnitStorageThroughput"))
6459
+ FSxLustreConfig.struct_class = Types::FSxLustreConfig
6460
+
6360
6461
  FSxLustreFileSystem.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
6361
6462
  FSxLustreFileSystem.struct_class = Types::FSxLustreFileSystem
6362
6463
 
@@ -8087,6 +8188,18 @@ module Aws::SageMaker
8087
8188
  ListPipelineParametersForExecutionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
8088
8189
  ListPipelineParametersForExecutionResponse.struct_class = Types::ListPipelineParametersForExecutionResponse
8089
8190
 
8191
+ ListPipelineVersionsRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineNameOrArn, required: true, location_name: "PipelineName"))
8192
+ ListPipelineVersionsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
8193
+ ListPipelineVersionsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
8194
+ ListPipelineVersionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
8195
+ ListPipelineVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
8196
+ ListPipelineVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
8197
+ ListPipelineVersionsRequest.struct_class = Types::ListPipelineVersionsRequest
8198
+
8199
+ ListPipelineVersionsResponse.add_member(:pipeline_version_summaries, Shapes::ShapeRef.new(shape: PipelineVersionSummaryList, location_name: "PipelineVersionSummaries"))
8200
+ ListPipelineVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
8201
+ ListPipelineVersionsResponse.struct_class = Types::ListPipelineVersionsResponse
8202
+
8090
8203
  ListPipelinesRequest.add_member(:pipeline_name_prefix, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineNamePrefix"))
8091
8204
  ListPipelinesRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
8092
8205
  ListPipelinesRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
@@ -9235,6 +9348,8 @@ module Aws::SageMaker
9235
9348
  PipelineExecution.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
9236
9349
  PipelineExecution.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
9237
9350
  PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
9351
+ PipelineExecution.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
9352
+ PipelineExecution.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
9238
9353
  PipelineExecution.struct_class = Types::PipelineExecution
9239
9354
 
9240
9355
  PipelineExecutionStep.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "StepName"))
@@ -9296,9 +9411,36 @@ module Aws::SageMaker
9296
9411
 
9297
9412
  PipelineSummaryList.member = Shapes::ShapeRef.new(shape: PipelineSummary)
9298
9413
 
9414
+ PipelineVersion.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
9415
+ PipelineVersion.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
9416
+ PipelineVersion.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
9417
+ PipelineVersion.add_member(:pipeline_version_description, Shapes::ShapeRef.new(shape: PipelineVersionDescription, location_name: "PipelineVersionDescription"))
9418
+ PipelineVersion.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
9419
+ PipelineVersion.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
9420
+ PipelineVersion.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
9421
+ PipelineVersion.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
9422
+ PipelineVersion.add_member(:last_executed_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "LastExecutedPipelineExecutionArn"))
9423
+ PipelineVersion.add_member(:last_executed_pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "LastExecutedPipelineExecutionDisplayName"))
9424
+ PipelineVersion.add_member(:last_executed_pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "LastExecutedPipelineExecutionStatus"))
9425
+ PipelineVersion.struct_class = Types::PipelineVersion
9426
+
9427
+ PipelineVersionSummary.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
9428
+ PipelineVersionSummary.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
9429
+ PipelineVersionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
9430
+ PipelineVersionSummary.add_member(:pipeline_version_description, Shapes::ShapeRef.new(shape: PipelineVersionDescription, location_name: "PipelineVersionDescription"))
9431
+ PipelineVersionSummary.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
9432
+ PipelineVersionSummary.add_member(:last_execution_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "LastExecutionPipelineExecutionArn"))
9433
+ PipelineVersionSummary.struct_class = Types::PipelineVersionSummary
9434
+
9435
+ PipelineVersionSummaryList.member = Shapes::ShapeRef.new(shape: PipelineVersionSummary)
9436
+
9299
9437
  PredefinedMetricSpecification.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: String, location_name: "PredefinedMetricType"))
9300
9438
  PredefinedMetricSpecification.struct_class = Types::PredefinedMetricSpecification
9301
9439
 
9440
+ PresignedUrlAccessConfig.add_member(:accept_eula, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptEula", metadata: {"box" => true}))
9441
+ PresignedUrlAccessConfig.add_member(:expected_s3_url, Shapes::ShapeRef.new(shape: S3ModelUri, location_name: "ExpectedS3Url"))
9442
+ PresignedUrlAccessConfig.struct_class = Types::PresignedUrlAccessConfig
9443
+
9302
9444
  PriorityClass.add_member(:name, Shapes::ShapeRef.new(shape: ClusterSchedulerPriorityClassName, required: true, location_name: "Name"))
9303
9445
  PriorityClass.add_member(:weight, Shapes::ShapeRef.new(shape: PriorityWeight, required: true, location_name: "Weight"))
9304
9446
  PriorityClass.struct_class = Types::PriorityClass
@@ -9937,6 +10079,7 @@ module Aws::SageMaker
9937
10079
  SearchRecord.add_member(:model_package_group, Shapes::ShapeRef.new(shape: ModelPackageGroup, location_name: "ModelPackageGroup"))
9938
10080
  SearchRecord.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
9939
10081
  SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
10082
+ SearchRecord.add_member(:pipeline_version, Shapes::ShapeRef.new(shape: PipelineVersion, location_name: "PipelineVersion"))
9940
10083
  SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
9941
10084
  SearchRecord.add_member(:feature_metadata, Shapes::ShapeRef.new(shape: FeatureMetadata, location_name: "FeatureMetadata"))
9942
10085
  SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
@@ -10096,9 +10239,11 @@ module Aws::SageMaker
10096
10239
  SpaceSettings.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: SpaceStorageSettings, location_name: "SpaceStorageSettings"))
10097
10240
  SpaceSettings.add_member(:space_managed_resources, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "SpaceManagedResources"))
10098
10241
  SpaceSettings.add_member(:custom_file_systems, Shapes::ShapeRef.new(shape: CustomFileSystems, location_name: "CustomFileSystems"))
10242
+ SpaceSettings.add_member(:remote_access, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "RemoteAccess"))
10099
10243
  SpaceSettings.struct_class = Types::SpaceSettings
10100
10244
 
10101
10245
  SpaceSettingsSummary.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
10246
+ SpaceSettingsSummary.add_member(:remote_access, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "RemoteAccess"))
10102
10247
  SpaceSettingsSummary.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: SpaceStorageSettings, location_name: "SpaceStorageSettings"))
10103
10248
  SpaceSettingsSummary.struct_class = Types::SpaceSettingsSummary
10104
10249
 
@@ -10145,11 +10290,20 @@ module Aws::SageMaker
10145
10290
  StartPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
10146
10291
  StartPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
10147
10292
  StartPipelineExecutionRequest.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
10293
+ StartPipelineExecutionRequest.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
10148
10294
  StartPipelineExecutionRequest.struct_class = Types::StartPipelineExecutionRequest
10149
10295
 
10150
10296
  StartPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
10151
10297
  StartPipelineExecutionResponse.struct_class = Types::StartPipelineExecutionResponse
10152
10298
 
10299
+ StartSessionRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "ResourceIdentifier"))
10300
+ StartSessionRequest.struct_class = Types::StartSessionRequest
10301
+
10302
+ StartSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
10303
+ StartSessionResponse.add_member(:stream_url, Shapes::ShapeRef.new(shape: StreamUrl, location_name: "StreamUrl"))
10304
+ StartSessionResponse.add_member(:token_value, Shapes::ShapeRef.new(shape: TokenValue, location_name: "TokenValue"))
10305
+ StartSessionResponse.struct_class = Types::StartSessionResponse
10306
+
10153
10307
  StopAutoMLJobRequest.add_member(:auto_ml_job_name, Shapes::ShapeRef.new(shape: AutoMLJobName, required: true, location_name: "AutoMLJobName"))
10154
10308
  StopAutoMLJobRequest.struct_class = Types::StopAutoMLJobRequest
10155
10309
 
@@ -10775,6 +10929,7 @@ module Aws::SageMaker
10775
10929
 
10776
10930
  UpdateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
10777
10931
  UpdateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
10932
+ UpdateClusterRequest.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecifications, location_name: "RestrictedInstanceGroups"))
10778
10933
  UpdateClusterRequest.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
10779
10934
  UpdateClusterRequest.add_member(:instance_groups_to_delete, Shapes::ShapeRef.new(shape: ClusterInstanceGroupsToDelete, location_name: "InstanceGroupsToDelete"))
10780
10935
  UpdateClusterRequest.struct_class = Types::UpdateClusterRequest
@@ -11094,8 +11249,19 @@ module Aws::SageMaker
11094
11249
  UpdatePipelineRequest.struct_class = Types::UpdatePipelineRequest
11095
11250
 
11096
11251
  UpdatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
11252
+ UpdatePipelineResponse.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
11097
11253
  UpdatePipelineResponse.struct_class = Types::UpdatePipelineResponse
11098
11254
 
11255
+ UpdatePipelineVersionRequest.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, required: true, location_name: "PipelineArn"))
11256
+ UpdatePipelineVersionRequest.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, required: true, location_name: "PipelineVersionId"))
11257
+ UpdatePipelineVersionRequest.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
11258
+ UpdatePipelineVersionRequest.add_member(:pipeline_version_description, Shapes::ShapeRef.new(shape: PipelineVersionDescription, location_name: "PipelineVersionDescription"))
11259
+ UpdatePipelineVersionRequest.struct_class = Types::UpdatePipelineVersionRequest
11260
+
11261
+ UpdatePipelineVersionResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
11262
+ UpdatePipelineVersionResponse.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
11263
+ UpdatePipelineVersionResponse.struct_class = Types::UpdatePipelineVersionResponse
11264
+
11099
11265
  UpdateProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
11100
11266
  UpdateProjectInput.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
11101
11267
  UpdateProjectInput.add_member(:service_catalog_provisioning_update_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisioningUpdateDetails, location_name: "ServiceCatalogProvisioningUpdateDetails"))
@@ -11606,6 +11772,20 @@ module Aws::SageMaker
11606
11772
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
11607
11773
  end)
11608
11774
 
11775
+ api.add_operation(:create_hub_content_presigned_urls, Seahorse::Model::Operation.new.tap do |o|
11776
+ o.name = "CreateHubContentPresignedUrls"
11777
+ o.http_method = "POST"
11778
+ o.http_request_uri = "/"
11779
+ o.input = Shapes::ShapeRef.new(shape: CreateHubContentPresignedUrlsRequest)
11780
+ o.output = Shapes::ShapeRef.new(shape: CreateHubContentPresignedUrlsResponse)
11781
+ o[:pager] = Aws::Pager.new(
11782
+ limit_key: "max_results",
11783
+ tokens: {
11784
+ "next_token" => "next_token"
11785
+ }
11786
+ )
11787
+ end)
11788
+
11609
11789
  api.add_operation(:create_hub_content_reference, Seahorse::Model::Operation.new.tap do |o|
11610
11790
  o.name = "CreateHubContentReference"
11611
11791
  o.http_method = "POST"
@@ -14063,6 +14243,21 @@ module Aws::SageMaker
14063
14243
  )
14064
14244
  end)
14065
14245
 
14246
+ api.add_operation(:list_pipeline_versions, Seahorse::Model::Operation.new.tap do |o|
14247
+ o.name = "ListPipelineVersions"
14248
+ o.http_method = "POST"
14249
+ o.http_request_uri = "/"
14250
+ o.input = Shapes::ShapeRef.new(shape: ListPipelineVersionsRequest)
14251
+ o.output = Shapes::ShapeRef.new(shape: ListPipelineVersionsResponse)
14252
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
14253
+ o[:pager] = Aws::Pager.new(
14254
+ limit_key: "max_results",
14255
+ tokens: {
14256
+ "next_token" => "next_token"
14257
+ }
14258
+ )
14259
+ end)
14260
+
14066
14261
  api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
14067
14262
  o.name = "ListPipelines"
14068
14263
  o.http_method = "POST"
@@ -14474,6 +14669,16 @@ module Aws::SageMaker
14474
14669
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
14475
14670
  end)
14476
14671
 
14672
+ api.add_operation(:start_session, Seahorse::Model::Operation.new.tap do |o|
14673
+ o.name = "StartSession"
14674
+ o.http_method = "POST"
14675
+ o.http_request_uri = "/"
14676
+ o.input = Shapes::ShapeRef.new(shape: StartSessionRequest)
14677
+ o.output = Shapes::ShapeRef.new(shape: StartSessionResponse)
14678
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
14679
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
14680
+ end)
14681
+
14477
14682
  api.add_operation(:stop_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
14478
14683
  o.name = "StopAutoMLJob"
14479
14684
  o.http_method = "POST"
@@ -14960,6 +15165,16 @@ module Aws::SageMaker
14960
15165
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
14961
15166
  end)
14962
15167
 
15168
+ api.add_operation(:update_pipeline_version, Seahorse::Model::Operation.new.tap do |o|
15169
+ o.name = "UpdatePipelineVersion"
15170
+ o.http_method = "POST"
15171
+ o.http_request_uri = "/"
15172
+ o.input = Shapes::ShapeRef.new(shape: UpdatePipelineVersionRequest)
15173
+ o.output = Shapes::ShapeRef.new(shape: UpdatePipelineVersionResponse)
15174
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
15175
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
15176
+ end)
15177
+
14963
15178
  api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
14964
15179
  o.name = "UpdateProject"
14965
15180
  o.http_method = "POST"