aws-sdk-sagemaker 1.105.0 → 1.109.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,6 +56,7 @@ module Aws::SageMaker
56
56
  AppManaged = Shapes::BooleanShape.new(name: 'AppManaged')
57
57
  AppName = Shapes::StringShape.new(name: 'AppName')
58
58
  AppNetworkAccessType = Shapes::StringShape.new(name: 'AppNetworkAccessType')
59
+ AppSecurityGroupManagement = Shapes::StringShape.new(name: 'AppSecurityGroupManagement')
59
60
  AppSortKey = Shapes::StringShape.new(name: 'AppSortKey')
60
61
  AppSpecification = Shapes::StructureShape.new(name: 'AppSpecification')
61
62
  AppStatus = Shapes::StringShape.new(name: 'AppStatus')
@@ -528,6 +529,9 @@ module Aws::SageMaker
528
529
  DomainId = Shapes::StringShape.new(name: 'DomainId')
529
530
  DomainList = Shapes::ListShape.new(name: 'DomainList')
530
531
  DomainName = Shapes::StringShape.new(name: 'DomainName')
532
+ DomainSecurityGroupIds = Shapes::ListShape.new(name: 'DomainSecurityGroupIds')
533
+ DomainSettings = Shapes::StructureShape.new(name: 'DomainSettings')
534
+ DomainSettingsForUpdate = Shapes::StructureShape.new(name: 'DomainSettingsForUpdate')
531
535
  DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
532
536
  DoubleParameterValue = Shapes::FloatShape.new(name: 'DoubleParameterValue')
533
537
  EdgeModel = Shapes::StructureShape.new(name: 'EdgeModel')
@@ -1074,6 +1078,9 @@ module Aws::SageMaker
1074
1078
  ParentHyperParameterTuningJob = Shapes::StructureShape.new(name: 'ParentHyperParameterTuningJob')
1075
1079
  ParentHyperParameterTuningJobs = Shapes::ListShape.new(name: 'ParentHyperParameterTuningJobs')
1076
1080
  Parents = Shapes::ListShape.new(name: 'Parents')
1081
+ PendingDeploymentSummary = Shapes::StructureShape.new(name: 'PendingDeploymentSummary')
1082
+ PendingProductionVariantSummary = Shapes::StructureShape.new(name: 'PendingProductionVariantSummary')
1083
+ PendingProductionVariantSummaryList = Shapes::ListShape.new(name: 'PendingProductionVariantSummaryList')
1077
1084
  Pipeline = Shapes::StructureShape.new(name: 'Pipeline')
1078
1085
  PipelineArn = Shapes::StringShape.new(name: 'PipelineArn')
1079
1086
  PipelineDefinition = Shapes::StringShape.new(name: 'PipelineDefinition')
@@ -1138,6 +1145,8 @@ module Aws::SageMaker
1138
1145
  ProductionVariantCoreDumpConfig = Shapes::StructureShape.new(name: 'ProductionVariantCoreDumpConfig')
1139
1146
  ProductionVariantInstanceType = Shapes::StringShape.new(name: 'ProductionVariantInstanceType')
1140
1147
  ProductionVariantList = Shapes::ListShape.new(name: 'ProductionVariantList')
1148
+ ProductionVariantStatus = Shapes::StructureShape.new(name: 'ProductionVariantStatus')
1149
+ ProductionVariantStatusList = Shapes::ListShape.new(name: 'ProductionVariantStatusList')
1141
1150
  ProductionVariantSummary = Shapes::StructureShape.new(name: 'ProductionVariantSummary')
1142
1151
  ProductionVariantSummaryList = Shapes::ListShape.new(name: 'ProductionVariantSummaryList')
1143
1152
  ProfilerConfig = Shapes::StructureShape.new(name: 'ProfilerConfig')
@@ -1170,6 +1179,12 @@ module Aws::SageMaker
1170
1179
  PublicWorkforceTaskPrice = Shapes::StructureShape.new(name: 'PublicWorkforceTaskPrice')
1171
1180
  PutModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'PutModelPackageGroupPolicyInput')
1172
1181
  PutModelPackageGroupPolicyOutput = Shapes::StructureShape.new(name: 'PutModelPackageGroupPolicyOutput')
1182
+ RSessionAppSettings = Shapes::StructureShape.new(name: 'RSessionAppSettings')
1183
+ RStudioServerProAccessStatus = Shapes::StringShape.new(name: 'RStudioServerProAccessStatus')
1184
+ RStudioServerProAppSettings = Shapes::StructureShape.new(name: 'RStudioServerProAppSettings')
1185
+ RStudioServerProDomainSettings = Shapes::StructureShape.new(name: 'RStudioServerProDomainSettings')
1186
+ RStudioServerProDomainSettingsForUpdate = Shapes::StructureShape.new(name: 'RStudioServerProDomainSettingsForUpdate')
1187
+ RStudioServerProUserGroup = Shapes::StringShape.new(name: 'RStudioServerProUserGroup')
1173
1188
  RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
1174
1189
  RecordWrapper = Shapes::StringShape.new(name: 'RecordWrapper')
1175
1190
  RedshiftClusterId = Shapes::StringShape.new(name: 'RedshiftClusterId')
@@ -1474,6 +1489,8 @@ module Aws::SageMaker
1474
1489
  VariantProperty = Shapes::StructureShape.new(name: 'VariantProperty')
1475
1490
  VariantPropertyList = Shapes::ListShape.new(name: 'VariantPropertyList')
1476
1491
  VariantPropertyType = Shapes::StringShape.new(name: 'VariantPropertyType')
1492
+ VariantStatus = Shapes::StringShape.new(name: 'VariantStatus')
1493
+ VariantStatusMessage = Shapes::StringShape.new(name: 'VariantStatusMessage')
1477
1494
  VariantWeight = Shapes::FloatShape.new(name: 'VariantWeight')
1478
1495
  VersionedArnOrName = Shapes::StringShape.new(name: 'VersionedArnOrName')
1479
1496
  VolumeSizeInGB = Shapes::IntegerShape.new(name: 'VolumeSizeInGB')
@@ -2082,6 +2099,8 @@ module Aws::SageMaker
2082
2099
  CreateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
2083
2100
  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."}))
2084
2101
  CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2102
+ CreateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
2103
+ CreateDomainRequest.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
2085
2104
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
2086
2105
 
2087
2106
  CreateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
@@ -2111,6 +2130,7 @@ module Aws::SageMaker
2111
2130
 
2112
2131
  CreateEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
2113
2132
  CreateEndpointInput.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
2133
+ CreateEndpointInput.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "DeploymentConfig"))
2114
2134
  CreateEndpointInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2115
2135
  CreateEndpointInput.struct_class = Types::CreateEndpointInput
2116
2136
 
@@ -2953,6 +2973,7 @@ module Aws::SageMaker
2953
2973
  DescribeDeviceResponse.add_member(:models, Shapes::ShapeRef.new(shape: EdgeModels, location_name: "Models"))
2954
2974
  DescribeDeviceResponse.add_member(:max_models, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxModels"))
2955
2975
  DescribeDeviceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2976
+ DescribeDeviceResponse.add_member(:agent_version, Shapes::ShapeRef.new(shape: EdgeVersion, location_name: "AgentVersion"))
2956
2977
  DescribeDeviceResponse.struct_class = Types::DescribeDeviceResponse
2957
2978
 
2958
2979
  DescribeDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
@@ -2975,6 +2996,9 @@ module Aws::SageMaker
2975
2996
  DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
2976
2997
  DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
2977
2998
  DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2999
+ DescribeDomainResponse.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
3000
+ DescribeDomainResponse.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
3001
+ DescribeDomainResponse.add_member(:security_group_id_for_domain_boundary, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupIdForDomainBoundary"))
2978
3002
  DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
2979
3003
 
2980
3004
  DescribeEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
@@ -3023,6 +3047,7 @@ module Aws::SageMaker
3023
3047
  DescribeEndpointOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
3024
3048
  DescribeEndpointOutput.add_member(:last_deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "LastDeploymentConfig"))
3025
3049
  DescribeEndpointOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
3050
+ DescribeEndpointOutput.add_member(:pending_deployment_summary, Shapes::ShapeRef.new(shape: PendingDeploymentSummary, location_name: "PendingDeploymentSummary"))
3026
3051
  DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
3027
3052
 
3028
3053
  DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
@@ -3576,6 +3601,7 @@ module Aws::SageMaker
3576
3601
  DeviceSummary.add_member(:registration_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RegistrationTime"))
3577
3602
  DeviceSummary.add_member(:latest_heartbeat, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeat"))
3578
3603
  DeviceSummary.add_member(:models, Shapes::ShapeRef.new(shape: EdgeModelSummaries, location_name: "Models"))
3604
+ DeviceSummary.add_member(:agent_version, Shapes::ShapeRef.new(shape: EdgeVersion, location_name: "AgentVersion"))
3579
3605
  DeviceSummary.struct_class = Types::DeviceSummary
3580
3606
 
3581
3607
  Devices.member = Shapes::ShapeRef.new(shape: Device)
@@ -3603,6 +3629,15 @@ module Aws::SageMaker
3603
3629
 
3604
3630
  DomainList.member = Shapes::ShapeRef.new(shape: DomainDetails)
3605
3631
 
3632
+ DomainSecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
3633
+
3634
+ DomainSettings.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: DomainSecurityGroupIds, location_name: "SecurityGroupIds"))
3635
+ DomainSettings.add_member(:r_studio_server_pro_domain_settings, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettings, location_name: "RStudioServerProDomainSettings"))
3636
+ DomainSettings.struct_class = Types::DomainSettings
3637
+
3638
+ DomainSettingsForUpdate.add_member(:r_studio_server_pro_domain_settings_for_update, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettingsForUpdate, location_name: "RStudioServerProDomainSettingsForUpdate"))
3639
+ DomainSettingsForUpdate.struct_class = Types::DomainSettingsForUpdate
3640
+
3606
3641
  EdgeModel.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
3607
3642
  EdgeModel.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
3608
3643
  EdgeModel.add_member(:latest_sample_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestSampleTime"))
@@ -5382,6 +5417,24 @@ module Aws::SageMaker
5382
5417
 
5383
5418
  Parents.member = Shapes::ShapeRef.new(shape: Parent)
5384
5419
 
5420
+ PendingDeploymentSummary.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
5421
+ PendingDeploymentSummary.add_member(:production_variants, Shapes::ShapeRef.new(shape: PendingProductionVariantSummaryList, location_name: "ProductionVariants"))
5422
+ PendingDeploymentSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
5423
+ PendingDeploymentSummary.struct_class = Types::PendingDeploymentSummary
5424
+
5425
+ PendingProductionVariantSummary.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
5426
+ PendingProductionVariantSummary.add_member(:deployed_images, Shapes::ShapeRef.new(shape: DeployedImages, location_name: "DeployedImages"))
5427
+ PendingProductionVariantSummary.add_member(:current_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "CurrentWeight"))
5428
+ PendingProductionVariantSummary.add_member(:desired_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "DesiredWeight"))
5429
+ PendingProductionVariantSummary.add_member(:current_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "CurrentInstanceCount"))
5430
+ PendingProductionVariantSummary.add_member(:desired_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "DesiredInstanceCount"))
5431
+ PendingProductionVariantSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, location_name: "InstanceType"))
5432
+ PendingProductionVariantSummary.add_member(:accelerator_type, Shapes::ShapeRef.new(shape: ProductionVariantAcceleratorType, location_name: "AcceleratorType"))
5433
+ PendingProductionVariantSummary.add_member(:variant_status, Shapes::ShapeRef.new(shape: ProductionVariantStatusList, location_name: "VariantStatus"))
5434
+ PendingProductionVariantSummary.struct_class = Types::PendingProductionVariantSummary
5435
+
5436
+ PendingProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: PendingProductionVariantSummary)
5437
+
5385
5438
  Pipeline.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
5386
5439
  Pipeline.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineName"))
5387
5440
  Pipeline.add_member(:pipeline_display_name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineDisplayName"))
@@ -5564,12 +5617,20 @@ module Aws::SageMaker
5564
5617
 
5565
5618
  ProductionVariantList.member = Shapes::ShapeRef.new(shape: ProductionVariant)
5566
5619
 
5620
+ ProductionVariantStatus.add_member(:status, Shapes::ShapeRef.new(shape: VariantStatus, required: true, location_name: "Status"))
5621
+ ProductionVariantStatus.add_member(:status_message, Shapes::ShapeRef.new(shape: VariantStatusMessage, location_name: "StatusMessage"))
5622
+ ProductionVariantStatus.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
5623
+ ProductionVariantStatus.struct_class = Types::ProductionVariantStatus
5624
+
5625
+ ProductionVariantStatusList.member = Shapes::ShapeRef.new(shape: ProductionVariantStatus)
5626
+
5567
5627
  ProductionVariantSummary.add_member(:variant_name, Shapes::ShapeRef.new(shape: VariantName, required: true, location_name: "VariantName"))
5568
5628
  ProductionVariantSummary.add_member(:deployed_images, Shapes::ShapeRef.new(shape: DeployedImages, location_name: "DeployedImages"))
5569
5629
  ProductionVariantSummary.add_member(:current_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "CurrentWeight"))
5570
5630
  ProductionVariantSummary.add_member(:desired_weight, Shapes::ShapeRef.new(shape: VariantWeight, location_name: "DesiredWeight"))
5571
5631
  ProductionVariantSummary.add_member(:current_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "CurrentInstanceCount"))
5572
5632
  ProductionVariantSummary.add_member(:desired_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "DesiredInstanceCount"))
5633
+ ProductionVariantSummary.add_member(:variant_status, Shapes::ShapeRef.new(shape: ProductionVariantStatusList, location_name: "VariantStatus"))
5573
5634
  ProductionVariantSummary.struct_class = Types::ProductionVariantSummary
5574
5635
 
5575
5636
  ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
@@ -5656,6 +5717,22 @@ module Aws::SageMaker
5656
5717
  PutModelPackageGroupPolicyOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
5657
5718
  PutModelPackageGroupPolicyOutput.struct_class = Types::PutModelPackageGroupPolicyOutput
5658
5719
 
5720
+ RSessionAppSettings.struct_class = Types::RSessionAppSettings
5721
+
5722
+ RStudioServerProAppSettings.add_member(:access_status, Shapes::ShapeRef.new(shape: RStudioServerProAccessStatus, location_name: "AccessStatus"))
5723
+ RStudioServerProAppSettings.add_member(:user_group, Shapes::ShapeRef.new(shape: RStudioServerProUserGroup, location_name: "UserGroup"))
5724
+ RStudioServerProAppSettings.struct_class = Types::RStudioServerProAppSettings
5725
+
5726
+ RStudioServerProDomainSettings.add_member(:domain_execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "DomainExecutionRoleArn"))
5727
+ RStudioServerProDomainSettings.add_member(:r_studio_connect_url, Shapes::ShapeRef.new(shape: String, location_name: "RStudioConnectUrl"))
5728
+ RStudioServerProDomainSettings.add_member(:r_studio_package_manager_url, Shapes::ShapeRef.new(shape: String, location_name: "RStudioPackageManagerUrl"))
5729
+ RStudioServerProDomainSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
5730
+ RStudioServerProDomainSettings.struct_class = Types::RStudioServerProDomainSettings
5731
+
5732
+ RStudioServerProDomainSettingsForUpdate.add_member(:domain_execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "DomainExecutionRoleArn"))
5733
+ RStudioServerProDomainSettingsForUpdate.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
5734
+ RStudioServerProDomainSettingsForUpdate.struct_class = Types::RStudioServerProDomainSettingsForUpdate
5735
+
5659
5736
  RealtimeInferenceInstanceTypes.member = Shapes::ShapeRef.new(shape: ProductionVariantInstanceType)
5660
5737
 
5661
5738
  RedshiftDatasetDefinition.add_member(:cluster_id, Shapes::ShapeRef.new(shape: RedshiftClusterId, required: true, location_name: "ClusterId"))
@@ -5961,6 +6038,7 @@ module Aws::SageMaker
5961
6038
  TrafficRoutingConfig.add_member(:type, Shapes::ShapeRef.new(shape: TrafficRoutingConfigType, required: true, location_name: "Type"))
5962
6039
  TrafficRoutingConfig.add_member(:wait_interval_in_seconds, Shapes::ShapeRef.new(shape: WaitIntervalInSeconds, required: true, location_name: "WaitIntervalInSeconds"))
5963
6040
  TrafficRoutingConfig.add_member(:canary_size, Shapes::ShapeRef.new(shape: CapacitySize, location_name: "CanarySize"))
6041
+ TrafficRoutingConfig.add_member(:linear_step_size, Shapes::ShapeRef.new(shape: CapacitySize, location_name: "LinearStepSize"))
5964
6042
  TrafficRoutingConfig.struct_class = Types::TrafficRoutingConfig
5965
6043
 
5966
6044
  TrainingEnvironmentMap.key = Shapes::ShapeRef.new(shape: TrainingEnvironmentKey)
@@ -6311,6 +6389,7 @@ module Aws::SageMaker
6311
6389
 
6312
6390
  UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
6313
6391
  UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
6392
+ UpdateDomainRequest.add_member(:domain_settings_for_update, Shapes::ShapeRef.new(shape: DomainSettingsForUpdate, location_name: "DomainSettingsForUpdate"))
6314
6393
  UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
6315
6394
 
6316
6395
  UpdateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
@@ -6321,6 +6400,7 @@ module Aws::SageMaker
6321
6400
  UpdateEndpointInput.add_member(:retain_all_variant_properties, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetainAllVariantProperties"))
6322
6401
  UpdateEndpointInput.add_member(:exclude_retained_variant_properties, Shapes::ShapeRef.new(shape: VariantPropertyList, location_name: "ExcludeRetainedVariantProperties"))
6323
6402
  UpdateEndpointInput.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "DeploymentConfig"))
6403
+ UpdateEndpointInput.add_member(:retain_deployment_config, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetainDeploymentConfig"))
6324
6404
  UpdateEndpointInput.struct_class = Types::UpdateEndpointInput
6325
6405
 
6326
6406
  UpdateEndpointOutput.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
@@ -6495,6 +6575,8 @@ module Aws::SageMaker
6495
6575
  UserSettings.add_member(:jupyter_server_app_settings, Shapes::ShapeRef.new(shape: JupyterServerAppSettings, location_name: "JupyterServerAppSettings"))
6496
6576
  UserSettings.add_member(:kernel_gateway_app_settings, Shapes::ShapeRef.new(shape: KernelGatewayAppSettings, location_name: "KernelGatewayAppSettings"))
6497
6577
  UserSettings.add_member(:tensor_board_app_settings, Shapes::ShapeRef.new(shape: TensorBoardAppSettings, location_name: "TensorBoardAppSettings"))
6578
+ UserSettings.add_member(:r_studio_server_pro_app_settings, Shapes::ShapeRef.new(shape: RStudioServerProAppSettings, location_name: "RStudioServerProAppSettings"))
6579
+ UserSettings.add_member(:r_session_app_settings, Shapes::ShapeRef.new(shape: RSessionAppSettings, location_name: "RSessionAppSettings"))
6498
6580
  UserSettings.struct_class = Types::UserSettings
6499
6581
 
6500
6582
  VariantProperty.add_member(:variant_property_type, Shapes::ShapeRef.new(shape: VariantPropertyType, required: true, location_name: "VariantPropertyType"))