aws-sdk-sagemaker 1.125.0 → 1.128.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.
@@ -759,6 +759,7 @@ module Aws::SageMaker
759
759
  InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
760
760
  InputMode = Shapes::StringShape.new(name: 'InputMode')
761
761
  InputModes = Shapes::ListShape.new(name: 'InputModes')
762
+ InstanceMetadataServiceConfiguration = Shapes::StructureShape.new(name: 'InstanceMetadataServiceConfiguration')
762
763
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
763
764
  Integer = Shapes::IntegerShape.new(name: 'Integer')
764
765
  IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
@@ -976,6 +977,7 @@ module Aws::SageMaker
976
977
  MetricSetSource = Shapes::StringShape.new(name: 'MetricSetSource')
977
978
  MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
978
979
  MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
980
+ MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
979
981
  ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
980
982
  ModelArn = Shapes::StringShape.new(name: 'ModelArn')
981
983
  ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
@@ -1617,7 +1619,17 @@ module Aws::SageMaker
1617
1619
  WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
1618
1620
  Workforce = Shapes::StructureShape.new(name: 'Workforce')
1619
1621
  WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
1622
+ WorkforceFailureReason = Shapes::StringShape.new(name: 'WorkforceFailureReason')
1620
1623
  WorkforceName = Shapes::StringShape.new(name: 'WorkforceName')
1624
+ WorkforceSecurityGroupId = Shapes::StringShape.new(name: 'WorkforceSecurityGroupId')
1625
+ WorkforceSecurityGroupIds = Shapes::ListShape.new(name: 'WorkforceSecurityGroupIds')
1626
+ WorkforceStatus = Shapes::StringShape.new(name: 'WorkforceStatus')
1627
+ WorkforceSubnetId = Shapes::StringShape.new(name: 'WorkforceSubnetId')
1628
+ WorkforceSubnets = Shapes::ListShape.new(name: 'WorkforceSubnets')
1629
+ WorkforceVpcConfigRequest = Shapes::StructureShape.new(name: 'WorkforceVpcConfigRequest')
1630
+ WorkforceVpcConfigResponse = Shapes::StructureShape.new(name: 'WorkforceVpcConfigResponse')
1631
+ WorkforceVpcEndpointId = Shapes::StringShape.new(name: 'WorkforceVpcEndpointId')
1632
+ WorkforceVpcId = Shapes::StringShape.new(name: 'WorkforceVpcId')
1621
1633
  Workforces = Shapes::ListShape.new(name: 'Workforces')
1622
1634
  Workteam = Shapes::StructureShape.new(name: 'Workteam')
1623
1635
  WorkteamArn = Shapes::StringShape.new(name: 'WorkteamArn')
@@ -2510,6 +2522,7 @@ module Aws::SageMaker
2510
2522
  CreateNotebookInstanceInput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
2511
2523
  CreateNotebookInstanceInput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
2512
2524
  CreateNotebookInstanceInput.add_member(:platform_identifier, Shapes::ShapeRef.new(shape: PlatformIdentifier, location_name: "PlatformIdentifier"))
2525
+ CreateNotebookInstanceInput.add_member(:instance_metadata_service_configuration, Shapes::ShapeRef.new(shape: InstanceMetadataServiceConfiguration, location_name: "InstanceMetadataServiceConfiguration"))
2513
2526
  CreateNotebookInstanceInput.struct_class = Types::CreateNotebookInstanceInput
2514
2527
 
2515
2528
  CreateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
@@ -2674,6 +2687,7 @@ module Aws::SageMaker
2674
2687
  CreateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
2675
2688
  CreateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
2676
2689
  CreateWorkforceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2690
+ CreateWorkforceRequest.add_member(:workforce_vpc_config, Shapes::ShapeRef.new(shape: WorkforceVpcConfigRequest, location_name: "WorkforceVpcConfig"))
2677
2691
  CreateWorkforceRequest.struct_class = Types::CreateWorkforceRequest
2678
2692
 
2679
2693
  CreateWorkforceResponse.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
@@ -3550,6 +3564,7 @@ module Aws::SageMaker
3550
3564
  DescribeNotebookInstanceOutput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
3551
3565
  DescribeNotebookInstanceOutput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
3552
3566
  DescribeNotebookInstanceOutput.add_member(:platform_identifier, Shapes::ShapeRef.new(shape: PlatformIdentifier, location_name: "PlatformIdentifier"))
3567
+ DescribeNotebookInstanceOutput.add_member(:instance_metadata_service_configuration, Shapes::ShapeRef.new(shape: InstanceMetadataServiceConfiguration, location_name: "InstanceMetadataServiceConfiguration"))
3553
3568
  DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
3554
3569
 
3555
3570
  DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
@@ -4385,6 +4400,9 @@ module Aws::SageMaker
4385
4400
 
4386
4401
  InputModes.member = Shapes::ShapeRef.new(shape: TrainingInputMode)
4387
4402
 
4403
+ InstanceMetadataServiceConfiguration.add_member(:minimum_instance_metadata_service_version, Shapes::ShapeRef.new(shape: MinimumInstanceMetadataServiceVersion, required: true, location_name: "MinimumInstanceMetadataServiceVersion"))
4404
+ InstanceMetadataServiceConfiguration.struct_class = Types::InstanceMetadataServiceConfiguration
4405
+
4388
4406
  IntegerParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
4389
4407
  IntegerParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
4390
4408
  IntegerParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
@@ -4466,6 +4484,7 @@ module Aws::SageMaker
4466
4484
  LabelingJobOutputConfig.struct_class = Types::LabelingJobOutputConfig
4467
4485
 
4468
4486
  LabelingJobResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
4487
+ LabelingJobResourceConfig.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
4469
4488
  LabelingJobResourceConfig.struct_class = Types::LabelingJobResourceConfig
4470
4489
 
4471
4490
  LabelingJobS3DataSource.add_member(:manifest_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ManifestS3Uri"))
@@ -6987,6 +7006,7 @@ module Aws::SageMaker
6987
7006
  UpdateNotebookInstanceInput.add_member(:disassociate_default_code_repository, Shapes::ShapeRef.new(shape: DisassociateDefaultCodeRepository, location_name: "DisassociateDefaultCodeRepository"))
6988
7007
  UpdateNotebookInstanceInput.add_member(:disassociate_additional_code_repositories, Shapes::ShapeRef.new(shape: DisassociateAdditionalCodeRepositories, location_name: "DisassociateAdditionalCodeRepositories"))
6989
7008
  UpdateNotebookInstanceInput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
7009
+ UpdateNotebookInstanceInput.add_member(:instance_metadata_service_configuration, Shapes::ShapeRef.new(shape: InstanceMetadataServiceConfiguration, location_name: "InstanceMetadataServiceConfiguration"))
6990
7010
  UpdateNotebookInstanceInput.struct_class = Types::UpdateNotebookInstanceInput
6991
7011
 
6992
7012
  UpdateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
@@ -7070,6 +7090,7 @@ module Aws::SageMaker
7070
7090
  UpdateWorkforceRequest.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
7071
7091
  UpdateWorkforceRequest.add_member(:source_ip_config, Shapes::ShapeRef.new(shape: SourceIpConfig, location_name: "SourceIpConfig"))
7072
7092
  UpdateWorkforceRequest.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfig, location_name: "OidcConfig"))
7093
+ UpdateWorkforceRequest.add_member(:workforce_vpc_config, Shapes::ShapeRef.new(shape: WorkforceVpcConfigRequest, location_name: "WorkforceVpcConfig"))
7073
7094
  UpdateWorkforceRequest.struct_class = Types::UpdateWorkforceRequest
7074
7095
 
7075
7096
  UpdateWorkforceResponse.add_member(:workforce, Shapes::ShapeRef.new(shape: Workforce, required: true, location_name: "Workforce"))
@@ -7134,8 +7155,26 @@ module Aws::SageMaker
7134
7155
  Workforce.add_member(:cognito_config, Shapes::ShapeRef.new(shape: CognitoConfig, location_name: "CognitoConfig"))
7135
7156
  Workforce.add_member(:oidc_config, Shapes::ShapeRef.new(shape: OidcConfigForResponse, location_name: "OidcConfig"))
7136
7157
  Workforce.add_member(:create_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateDate"))
7158
+ Workforce.add_member(:workforce_vpc_config, Shapes::ShapeRef.new(shape: WorkforceVpcConfigResponse, location_name: "WorkforceVpcConfig"))
7159
+ Workforce.add_member(:status, Shapes::ShapeRef.new(shape: WorkforceStatus, location_name: "Status"))
7160
+ Workforce.add_member(:failure_reason, Shapes::ShapeRef.new(shape: WorkforceFailureReason, location_name: "FailureReason"))
7137
7161
  Workforce.struct_class = Types::Workforce
7138
7162
 
7163
+ WorkforceSecurityGroupIds.member = Shapes::ShapeRef.new(shape: WorkforceSecurityGroupId)
7164
+
7165
+ WorkforceSubnets.member = Shapes::ShapeRef.new(shape: WorkforceSubnetId)
7166
+
7167
+ WorkforceVpcConfigRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: WorkforceVpcId, location_name: "VpcId"))
7168
+ WorkforceVpcConfigRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: WorkforceSecurityGroupIds, location_name: "SecurityGroupIds"))
7169
+ WorkforceVpcConfigRequest.add_member(:subnets, Shapes::ShapeRef.new(shape: WorkforceSubnets, location_name: "Subnets"))
7170
+ WorkforceVpcConfigRequest.struct_class = Types::WorkforceVpcConfigRequest
7171
+
7172
+ WorkforceVpcConfigResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: WorkforceVpcId, required: true, location_name: "VpcId"))
7173
+ WorkforceVpcConfigResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: WorkforceSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
7174
+ WorkforceVpcConfigResponse.add_member(:subnets, Shapes::ShapeRef.new(shape: WorkforceSubnets, required: true, location_name: "Subnets"))
7175
+ WorkforceVpcConfigResponse.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: WorkforceVpcEndpointId, location_name: "VpcEndpointId"))
7176
+ WorkforceVpcConfigResponse.struct_class = Types::WorkforceVpcConfigResponse
7177
+
7139
7178
  Workforces.member = Shapes::ShapeRef.new(shape: Workforce)
7140
7179
 
7141
7180
  Workteam.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
@@ -9742,6 +9781,7 @@ module Aws::SageMaker
9742
9781
  o.http_request_uri = "/"
9743
9782
  o.input = Shapes::ShapeRef.new(shape: UpdateWorkforceRequest)
9744
9783
  o.output = Shapes::ShapeRef.new(shape: UpdateWorkforceResponse)
9784
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9745
9785
  end)
9746
9786
 
9747
9787
  api.add_operation(:update_workteam, Seahorse::Model::Operation.new.tap do |o|