aws-sdk-sagemaker 1.385.0 → 1.386.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb4f174253b538811eb63a6791567d54f916384ab85d8c5e2d0a3f10c24e1cc4
4
- data.tar.gz: 47a2f32fd2009d995994cf40c8ea8725c02a6b517c0c7f002df921ac8ae32522
3
+ metadata.gz: 9df2ddb2c4903852fd937c632d315f0dbbd4b4df19828c59ac78e30450ebd7af
4
+ data.tar.gz: 1ab33d27a64f2c6f778529c520033d0d576c157848d9cf0cd1e41a459e1c18c5
5
5
  SHA512:
6
- metadata.gz: b7b7dd100661f3fb43779b356dee8ee05561d0d7b56064fc170b69a4aba230111516be67a257cb92c48ca964e39d74c94873b90c90f8fb5176882b4ffeca2531
7
- data.tar.gz: 55cef0f615eb80c051fa0cb7618ee04770ae8ee4264d06d8a0e87204c6d877167d62d0c0fc6639890d55ed9f23863b628fadde2450f8856794e74fa8ee42f5c3
6
+ metadata.gz: a5e30e171ed3c19131010d71af99fe34fc56c4ca20a5a6a347214fc70cac9e693ad668ed5660295a91a1aafab27b9e3eb88a67d27575fd098c58818c69a135ea
7
+ data.tar.gz: be29fec5d743c67d6a972168f07bde3a8c14cb55d4b00b9ebc8a6563f7f3056695a808894ccfd57a5a9e940263be74e5553d9f921e26f5b3ef259fbeb42bd7ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.386.0 (2026-08-20)
5
+ ------------------
6
+
7
+ * Feature - Added IAM Identity Center (IdC) support to CreatePartnerApp and UpdatePartnerApp APIs. Added Customer Managed Key (CMK) support to CreateMlflowApp and DescribeMlflowApp.
8
+
4
9
  1.385.0 (2026-08-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.385.0
1
+ 1.386.0
@@ -7264,6 +7264,11 @@ module Aws::SageMaker
7264
7264
  # the MLflow App uses to access the artifact store in Amazon S3. The
7265
7265
  # role should have the `AmazonS3FullAccess` permission.
7266
7266
  #
7267
+ # @option params [String] :kms_key_id
7268
+ # The ID of the Amazon Web Services KMS key used to encrypt the data at
7269
+ # rest associated with the MLflow App. If you don't specify a value,
7270
+ # the MLflow App is not encrypted with a customer-managed key.
7271
+ #
7267
7272
  # @option params [String] :model_registration_mode
7268
7273
  # Whether to enable or disable automatic registration of new MLflow
7269
7274
  # models to the SageMaker Model Registry. To enable automatic model
@@ -7300,6 +7305,7 @@ module Aws::SageMaker
7300
7305
  # name: "MlflowAppName", # required
7301
7306
  # artifact_store_uri: "S3Uri", # required
7302
7307
  # role_arn: "RoleArn", # required
7308
+ # kms_key_id: "KmsKeyId",
7303
7309
  # model_registration_mode: "AutoModelRegistrationEnabled", # accepts AutoModelRegistrationEnabled, AutoModelRegistrationDisabled
7304
7310
  # weekly_maintenance_window_start: "WeeklyMaintenanceWindowStart",
7305
7311
  # account_default_status: "ENABLED", # accepts ENABLED, DISABLED
@@ -9608,9 +9614,22 @@ module Aws::SageMaker
9608
9614
  # @option params [Types::PartnerAppConfig] :application_config
9609
9615
  # Configuration settings for the SageMaker Partner AI App.
9610
9616
  #
9617
+ # @option params [Types::IdcConfigInput] :idc_config
9618
+ # Specifies the Amazon Web Services IAM Identity Center configuration
9619
+ # for the SageMaker Partner AI App. Specify this parameter when
9620
+ # `AuthType` is `IDC`. Apps that use `IAM` authorization don't use this
9621
+ # parameter.
9622
+ #
9611
9623
  # @option params [required, String] :auth_type
9612
9624
  # The authorization type that users use to access the SageMaker Partner
9613
- # AI App.
9625
+ # AI App. Valid values:
9626
+ #
9627
+ # * `IAM`: Users access the SageMaker Partner AI App with their Amazon
9628
+ # Web Services IAM identity.
9629
+ #
9630
+ # * `IDC`: Users access the SageMaker Partner AI App with their Amazon
9631
+ # Web Services IAM Identity Center identity. Specify the Identity
9632
+ # Center instance to use in `IdcConfig`.
9614
9633
  #
9615
9634
  # @option params [Boolean] :enable_iam_session_based_identity
9616
9635
  # When set to `TRUE`, the SageMaker Partner AI App sets the Amazon Web
@@ -9661,7 +9680,10 @@ module Aws::SageMaker
9661
9680
  # },
9662
9681
  # ],
9663
9682
  # },
9664
- # auth_type: "IAM", # required, accepts IAM
9683
+ # idc_config: {
9684
+ # instance_arn: "InstanceArn", # required
9685
+ # },
9686
+ # auth_type: "IAM", # required, accepts IAM, IDC
9665
9687
  # enable_iam_session_based_identity: false,
9666
9688
  # enable_auto_minor_version_upgrade: false,
9667
9689
  # client_token: "ClientToken",
@@ -18169,6 +18191,7 @@ module Aws::SageMaker
18169
18191
  # * {Types::DescribeMlflowAppResponse#artifact_store_uri #artifact_store_uri} => String
18170
18192
  # * {Types::DescribeMlflowAppResponse#mlflow_version #mlflow_version} => String
18171
18193
  # * {Types::DescribeMlflowAppResponse#role_arn #role_arn} => String
18194
+ # * {Types::DescribeMlflowAppResponse#kms_key_id #kms_key_id} => String
18172
18195
  # * {Types::DescribeMlflowAppResponse#status #status} => String
18173
18196
  # * {Types::DescribeMlflowAppResponse#model_registration_mode #model_registration_mode} => String
18174
18197
  # * {Types::DescribeMlflowAppResponse#account_default_status #account_default_status} => String
@@ -18193,6 +18216,7 @@ module Aws::SageMaker
18193
18216
  # resp.artifact_store_uri #=> String
18194
18217
  # resp.mlflow_version #=> String
18195
18218
  # resp.role_arn #=> String
18219
+ # resp.kms_key_id #=> String
18196
18220
  # resp.status #=> String, one of "Creating", "Created", "CreateFailed", "Updating", "Updated", "UpdateFailed", "Deleting", "DeleteFailed", "Deleted"
18197
18221
  # resp.model_registration_mode #=> String, one of "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
18198
18222
  # resp.account_default_status #=> String, one of "ENABLED", "DISABLED"
@@ -19563,6 +19587,7 @@ module Aws::SageMaker
19563
19587
  # * {Types::DescribePartnerAppResponse#enable_auto_minor_version_upgrade #enable_auto_minor_version_upgrade} => Boolean
19564
19588
  # * {Types::DescribePartnerAppResponse#current_version_eol_date #current_version_eol_date} => Time
19565
19589
  # * {Types::DescribePartnerAppResponse#available_upgrade #available_upgrade} => Types::AvailableUpgrade
19590
+ # * {Types::DescribePartnerAppResponse#idc_config #idc_config} => Types::IdcConfigOutput
19566
19591
  #
19567
19592
  # @example Request syntax with placeholder values
19568
19593
  #
@@ -19595,7 +19620,7 @@ module Aws::SageMaker
19595
19620
  # resp.application_config.role_group_assignments[0].role_name #=> String
19596
19621
  # resp.application_config.role_group_assignments[0].group_patterns #=> Array
19597
19622
  # resp.application_config.role_group_assignments[0].group_patterns[0] #=> String
19598
- # resp.auth_type #=> String, one of "IAM"
19623
+ # resp.auth_type #=> String, one of "IAM", "IDC"
19599
19624
  # resp.enable_iam_session_based_identity #=> Boolean
19600
19625
  # resp.error.code #=> String
19601
19626
  # resp.error.reason #=> String
@@ -19604,6 +19629,8 @@ module Aws::SageMaker
19604
19629
  # resp.available_upgrade.version #=> String
19605
19630
  # resp.available_upgrade.release_notes #=> Array
19606
19631
  # resp.available_upgrade.release_notes[0] #=> String
19632
+ # resp.idc_config.instance_arn #=> String
19633
+ # resp.idc_config.application_arn #=> String
19607
19634
  #
19608
19635
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePartnerApp AWS API Documentation
19609
19636
  #
@@ -33387,6 +33414,24 @@ module Aws::SageMaker
33387
33414
  # @option params [Types::PartnerAppConfig] :application_config
33388
33415
  # Configuration settings for the SageMaker Partner AI App.
33389
33416
  #
33417
+ # @option params [Types::IdcConfigInput] :idc_config
33418
+ # Specifies the Amazon Web Services IAM Identity Center configuration
33419
+ # for the SageMaker Partner AI App. Specify this parameter when
33420
+ # `AuthType` is `IDC`. Apps that use `IAM` authorization don't use this
33421
+ # parameter.
33422
+ #
33423
+ # @option params [String] :auth_type
33424
+ # The authorization type that users use to access the SageMaker Partner
33425
+ # AI App. Use this parameter to migrate an existing SageMaker Partner AI
33426
+ # App from `IAM` authorization to `IDC` authorization. Valid values:
33427
+ #
33428
+ # * `IAM`: Users access the SageMaker Partner AI App with their Amazon
33429
+ # Web Services IAM identity.
33430
+ #
33431
+ # * `IDC`: Users access the SageMaker Partner AI App with their Amazon
33432
+ # Web Services IAM Identity Center identity. Specify the Identity
33433
+ # Center instance to use in `IdcConfig`.
33434
+ #
33390
33435
  # @option params [Boolean] :enable_iam_session_based_identity
33391
33436
  # When set to `TRUE`, the SageMaker Partner AI App sets the Amazon Web
33392
33437
  # Services IAM session name or the authenticated IAM user as the
@@ -33439,6 +33484,10 @@ module Aws::SageMaker
33439
33484
  # },
33440
33485
  # ],
33441
33486
  # },
33487
+ # idc_config: {
33488
+ # instance_arn: "InstanceArn", # required
33489
+ # },
33490
+ # auth_type: "IAM", # accepts IAM, IDC
33442
33491
  # enable_iam_session_based_identity: false,
33443
33492
  # enable_auto_minor_version_upgrade: false,
33444
33493
  # app_version: "MajorMinorVersion",
@@ -34583,7 +34632,7 @@ module Aws::SageMaker
34583
34632
  tracer: tracer
34584
34633
  )
34585
34634
  context[:gem_name] = 'aws-sdk-sagemaker'
34586
- context[:gem_version] = '1.385.0'
34635
+ context[:gem_version] = '1.386.0'
34587
34636
  Seahorse::Client::Request.new(handlers, context)
34588
34637
  end
34589
34638
 
@@ -163,6 +163,7 @@ module Aws::SageMaker
163
163
  AppSpecification = Shapes::StructureShape.new(name: 'AppSpecification')
164
164
  AppStatus = Shapes::StringShape.new(name: 'AppStatus')
165
165
  AppType = Shapes::StringShape.new(name: 'AppType')
166
+ ApplicationArn = Shapes::StringShape.new(name: 'ApplicationArn')
166
167
  ApprovalDescription = Shapes::StringShape.new(name: 'ApprovalDescription')
167
168
  ArnOrName = Shapes::StringShape.new(name: 'ArnOrName')
168
169
  ArtifactArn = Shapes::StringShape.new(name: 'ArtifactArn')
@@ -1424,6 +1425,8 @@ module Aws::SageMaker
1424
1425
  IPAddressType = Shapes::StringShape.new(name: 'IPAddressType')
1425
1426
  IamIdentity = Shapes::StructureShape.new(name: 'IamIdentity')
1426
1427
  IamPolicyConstraints = Shapes::StructureShape.new(name: 'IamPolicyConstraints')
1428
+ IdcConfigInput = Shapes::StructureShape.new(name: 'IdcConfigInput')
1429
+ IdcConfigOutput = Shapes::StructureShape.new(name: 'IdcConfigOutput')
1427
1430
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
1428
1431
  IdentityProviderOAuthSetting = Shapes::StructureShape.new(name: 'IdentityProviderOAuthSetting')
1429
1432
  IdentityProviderOAuthSettings = Shapes::ListShape.new(name: 'IdentityProviderOAuthSettings')
@@ -1526,6 +1529,7 @@ module Aws::SageMaker
1526
1529
  InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
1527
1530
  InputMode = Shapes::StringShape.new(name: 'InputMode')
1528
1531
  InputModes = Shapes::ListShape.new(name: 'InputModes')
1532
+ InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
1529
1533
  InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
1530
1534
  InstanceGroup = Shapes::StructureShape.new(name: 'InstanceGroup')
1531
1535
  InstanceGroupHealthCheckConfiguration = Shapes::StructureShape.new(name: 'InstanceGroupHealthCheckConfiguration')
@@ -5063,6 +5067,7 @@ module Aws::SageMaker
5063
5067
  CreateMlflowAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: MlflowAppName, required: true, location_name: "Name"))
5064
5068
  CreateMlflowAppRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ArtifactStoreUri"))
5065
5069
  CreateMlflowAppRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
5070
+ CreateMlflowAppRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
5066
5071
  CreateMlflowAppRequest.add_member(:model_registration_mode, Shapes::ShapeRef.new(shape: ModelRegistrationMode, location_name: "ModelRegistrationMode"))
5067
5072
  CreateMlflowAppRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
5068
5073
  CreateMlflowAppRequest.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
@@ -5275,6 +5280,7 @@ module Aws::SageMaker
5275
5280
  CreatePartnerAppRequest.add_member(:maintenance_config, Shapes::ShapeRef.new(shape: PartnerAppMaintenanceConfig, location_name: "MaintenanceConfig"))
5276
5281
  CreatePartnerAppRequest.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, required: true, location_name: "Tier"))
5277
5282
  CreatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
5283
+ CreatePartnerAppRequest.add_member(:idc_config, Shapes::ShapeRef.new(shape: IdcConfigInput, location_name: "IdcConfig"))
5278
5284
  CreatePartnerAppRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, required: true, location_name: "AuthType"))
5279
5285
  CreatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box" => true}))
5280
5286
  CreatePartnerAppRequest.add_member(:enable_auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAutoMinorVersionUpgrade", metadata: {"box" => true}))
@@ -6763,6 +6769,7 @@ module Aws::SageMaker
6763
6769
  DescribeMlflowAppResponse.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
6764
6770
  DescribeMlflowAppResponse.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
6765
6771
  DescribeMlflowAppResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
6772
+ DescribeMlflowAppResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
6766
6773
  DescribeMlflowAppResponse.add_member(:status, Shapes::ShapeRef.new(shape: MlflowAppStatus, location_name: "Status"))
6767
6774
  DescribeMlflowAppResponse.add_member(:model_registration_mode, Shapes::ShapeRef.new(shape: ModelRegistrationMode, location_name: "ModelRegistrationMode"))
6768
6775
  DescribeMlflowAppResponse.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
@@ -7045,6 +7052,7 @@ module Aws::SageMaker
7045
7052
  DescribePartnerAppResponse.add_member(:enable_auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAutoMinorVersionUpgrade", metadata: {"box" => true}))
7046
7053
  DescribePartnerAppResponse.add_member(:current_version_eol_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CurrentVersionEolDate"))
7047
7054
  DescribePartnerAppResponse.add_member(:available_upgrade, Shapes::ShapeRef.new(shape: AvailableUpgrade, location_name: "AvailableUpgrade"))
7055
+ DescribePartnerAppResponse.add_member(:idc_config, Shapes::ShapeRef.new(shape: IdcConfigOutput, location_name: "IdcConfig"))
7048
7056
  DescribePartnerAppResponse.struct_class = Types::DescribePartnerAppResponse
7049
7057
 
7050
7058
  DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
@@ -8286,6 +8294,13 @@ module Aws::SageMaker
8286
8294
  IamPolicyConstraints.add_member(:vpc_source_ip, Shapes::ShapeRef.new(shape: EnabledOrDisabled, location_name: "VpcSourceIp"))
8287
8295
  IamPolicyConstraints.struct_class = Types::IamPolicyConstraints
8288
8296
 
8297
+ IdcConfigInput.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
8298
+ IdcConfigInput.struct_class = Types::IdcConfigInput
8299
+
8300
+ IdcConfigOutput.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
8301
+ IdcConfigOutput.add_member(:application_arn, Shapes::ShapeRef.new(shape: ApplicationArn, location_name: "ApplicationArn"))
8302
+ IdcConfigOutput.struct_class = Types::IdcConfigOutput
8303
+
8289
8304
  IdentityProviderOAuthSetting.add_member(:data_source_name, Shapes::ShapeRef.new(shape: DataSourceName, location_name: "DataSourceName"))
8290
8305
  IdentityProviderOAuthSetting.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "Status"))
8291
8306
  IdentityProviderOAuthSetting.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
@@ -13117,6 +13132,8 @@ module Aws::SageMaker
13117
13132
  UpdatePartnerAppRequest.add_member(:maintenance_config, Shapes::ShapeRef.new(shape: PartnerAppMaintenanceConfig, location_name: "MaintenanceConfig"))
13118
13133
  UpdatePartnerAppRequest.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Tier"))
13119
13134
  UpdatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
13135
+ UpdatePartnerAppRequest.add_member(:idc_config, Shapes::ShapeRef.new(shape: IdcConfigInput, location_name: "IdcConfig"))
13136
+ UpdatePartnerAppRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, location_name: "AuthType"))
13120
13137
  UpdatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box" => true}))
13121
13138
  UpdatePartnerAppRequest.add_member(:enable_auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAutoMinorVersionUpgrade", metadata: {"box" => true}))
13122
13139
  UpdatePartnerAppRequest.add_member(:app_version, Shapes::ShapeRef.new(shape: MajorMinorVersion, location_name: "AppVersion"))
@@ -12222,6 +12222,12 @@ module Aws::SageMaker
12222
12222
  # role should have the `AmazonS3FullAccess` permission.
12223
12223
  # @return [String]
12224
12224
  #
12225
+ # @!attribute [rw] kms_key_id
12226
+ # The ID of the Amazon Web Services KMS key used to encrypt the data
12227
+ # at rest associated with the MLflow App. If you don't specify a
12228
+ # value, the MLflow App is not encrypted with a customer-managed key.
12229
+ # @return [String]
12230
+ #
12225
12231
  # @!attribute [rw] model_registration_mode
12226
12232
  # Whether to enable or disable automatic registration of new MLflow
12227
12233
  # models to the SageMaker Model Registry. To enable automatic model
@@ -12259,6 +12265,7 @@ module Aws::SageMaker
12259
12265
  :name,
12260
12266
  :artifact_store_uri,
12261
12267
  :role_arn,
12268
+ :kms_key_id,
12262
12269
  :model_registration_mode,
12263
12270
  :weekly_maintenance_window_start,
12264
12271
  :account_default_status,
@@ -13595,9 +13602,23 @@ module Aws::SageMaker
13595
13602
  # Configuration settings for the SageMaker Partner AI App.
13596
13603
  # @return [Types::PartnerAppConfig]
13597
13604
  #
13605
+ # @!attribute [rw] idc_config
13606
+ # Specifies the Amazon Web Services IAM Identity Center configuration
13607
+ # for the SageMaker Partner AI App. Specify this parameter when
13608
+ # `AuthType` is `IDC`. Apps that use `IAM` authorization don't use
13609
+ # this parameter.
13610
+ # @return [Types::IdcConfigInput]
13611
+ #
13598
13612
  # @!attribute [rw] auth_type
13599
13613
  # The authorization type that users use to access the SageMaker
13600
- # Partner AI App.
13614
+ # Partner AI App. Valid values:
13615
+ #
13616
+ # * `IAM`: Users access the SageMaker Partner AI App with their Amazon
13617
+ # Web Services IAM identity.
13618
+ #
13619
+ # * `IDC`: Users access the SageMaker Partner AI App with their Amazon
13620
+ # Web Services IAM Identity Center identity. Specify the Identity
13621
+ # Center instance to use in `IdcConfig`.
13601
13622
  # @return [String]
13602
13623
  #
13603
13624
  # @!attribute [rw] enable_iam_session_based_identity
@@ -13635,6 +13656,7 @@ module Aws::SageMaker
13635
13656
  :maintenance_config,
13636
13657
  :tier,
13637
13658
  :application_config,
13659
+ :idc_config,
13638
13660
  :auth_type,
13639
13661
  :enable_iam_session_based_identity,
13640
13662
  :enable_auto_minor_version_upgrade,
@@ -21380,6 +21402,12 @@ module Aws::SageMaker
21380
21402
  # the MLflow App uses to access the artifact store in Amazon S3.
21381
21403
  # @return [String]
21382
21404
  #
21405
+ # @!attribute [rw] kms_key_id
21406
+ # The ID of the Amazon Web Services KMS key used to encrypt the data
21407
+ # at rest associated with the MLflow App. This field is absent if the
21408
+ # MLflow App is not encrypted with a customer-managed key.
21409
+ # @return [String]
21410
+ #
21383
21411
  # @!attribute [rw] status
21384
21412
  # The current creation status of the described MLflow App.
21385
21413
  # @return [String]
@@ -21433,6 +21461,7 @@ module Aws::SageMaker
21433
21461
  :artifact_store_uri,
21434
21462
  :mlflow_version,
21435
21463
  :role_arn,
21464
+ :kms_key_id,
21436
21465
  :status,
21437
21466
  :model_registration_mode,
21438
21467
  :account_default_status,
@@ -23027,7 +23056,13 @@ module Aws::SageMaker
23027
23056
  #
23028
23057
  # @!attribute [rw] auth_type
23029
23058
  # The authorization type that users use to access the SageMaker
23030
- # Partner AI App.
23059
+ # Partner AI App. Valid values:
23060
+ #
23061
+ # * `IAM`: Users access the SageMaker Partner AI App with their Amazon
23062
+ # Web Services IAM identity.
23063
+ #
23064
+ # * `IDC`: Users access the SageMaker Partner AI App with their Amazon
23065
+ # Web Services IAM Identity Center identity.
23031
23066
  # @return [String]
23032
23067
  #
23033
23068
  # @!attribute [rw] enable_iam_session_based_identity
@@ -23059,6 +23094,14 @@ module Aws::SageMaker
23059
23094
  # upgrades are available.
23060
23095
  # @return [Types::AvailableUpgrade]
23061
23096
  #
23097
+ # @!attribute [rw] idc_config
23098
+ # Contains the Amazon Web Services IAM Identity Center configuration
23099
+ # for the SageMaker Partner AI App, including the Identity Center
23100
+ # instance and the Identity Center application that SageMaker creates
23101
+ # for the app. The service returns this field for apps that use `IDC`
23102
+ # authorization.
23103
+ # @return [Types::IdcConfigOutput]
23104
+ #
23062
23105
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePartnerAppResponse AWS API Documentation
23063
23106
  #
23064
23107
  class DescribePartnerAppResponse < Struct.new(
@@ -23080,7 +23123,8 @@ module Aws::SageMaker
23080
23123
  :error,
23081
23124
  :enable_auto_minor_version_upgrade,
23082
23125
  :current_version_eol_date,
23083
- :available_upgrade)
23126
+ :available_upgrade,
23127
+ :idc_config)
23084
23128
  SENSITIVE = []
23085
23129
  include Aws::Structure
23086
23130
  end
@@ -30802,6 +30846,44 @@ module Aws::SageMaker
30802
30846
  include Aws::Structure
30803
30847
  end
30804
30848
 
30849
+ # Specifies the Amazon Web Services IAM Identity Center configuration to
30850
+ # use for a SageMaker Partner AI App that uses `IDC` authorization.
30851
+ #
30852
+ # @!attribute [rw] instance_arn
30853
+ # The ARN of the Amazon Web Services IAM Identity Center instance that
30854
+ # the SageMaker Partner AI App uses to authenticate users.
30855
+ # @return [String]
30856
+ #
30857
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/IdcConfigInput AWS API Documentation
30858
+ #
30859
+ class IdcConfigInput < Struct.new(
30860
+ :instance_arn)
30861
+ SENSITIVE = []
30862
+ include Aws::Structure
30863
+ end
30864
+
30865
+ # Contains the Amazon Web Services IAM Identity Center configuration of
30866
+ # a SageMaker Partner AI App that uses `IDC` authorization.
30867
+ #
30868
+ # @!attribute [rw] instance_arn
30869
+ # The ARN of the Amazon Web Services IAM Identity Center instance that
30870
+ # the SageMaker Partner AI App uses to authenticate users.
30871
+ # @return [String]
30872
+ #
30873
+ # @!attribute [rw] application_arn
30874
+ # The ARN of the Amazon Web Services IAM Identity Center application
30875
+ # that SageMaker creates for the SageMaker Partner AI App.
30876
+ # @return [String]
30877
+ #
30878
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/IdcConfigOutput AWS API Documentation
30879
+ #
30880
+ class IdcConfigOutput < Struct.new(
30881
+ :instance_arn,
30882
+ :application_arn)
30883
+ SENSITIVE = []
30884
+ include Aws::Structure
30885
+ end
30886
+
30805
30887
  # The Amazon SageMaker Canvas application setting where you configure
30806
30888
  # OAuth for connecting to an external data source, such as Snowflake.
30807
30889
  #
@@ -58227,6 +58309,27 @@ module Aws::SageMaker
58227
58309
  # Configuration settings for the SageMaker Partner AI App.
58228
58310
  # @return [Types::PartnerAppConfig]
58229
58311
  #
58312
+ # @!attribute [rw] idc_config
58313
+ # Specifies the Amazon Web Services IAM Identity Center configuration
58314
+ # for the SageMaker Partner AI App. Specify this parameter when
58315
+ # `AuthType` is `IDC`. Apps that use `IAM` authorization don't use
58316
+ # this parameter.
58317
+ # @return [Types::IdcConfigInput]
58318
+ #
58319
+ # @!attribute [rw] auth_type
58320
+ # The authorization type that users use to access the SageMaker
58321
+ # Partner AI App. Use this parameter to migrate an existing SageMaker
58322
+ # Partner AI App from `IAM` authorization to `IDC` authorization.
58323
+ # Valid values:
58324
+ #
58325
+ # * `IAM`: Users access the SageMaker Partner AI App with their Amazon
58326
+ # Web Services IAM identity.
58327
+ #
58328
+ # * `IDC`: Users access the SageMaker Partner AI App with their Amazon
58329
+ # Web Services IAM Identity Center identity. Specify the Identity
58330
+ # Center instance to use in `IdcConfig`.
58331
+ # @return [String]
58332
+ #
58230
58333
  # @!attribute [rw] enable_iam_session_based_identity
58231
58334
  # When set to `TRUE`, the SageMaker Partner AI App sets the Amazon Web
58232
58335
  # Services IAM session name or the authenticated IAM user as the
@@ -58266,6 +58369,8 @@ module Aws::SageMaker
58266
58369
  :maintenance_config,
58267
58370
  :tier,
58268
58371
  :application_config,
58372
+ :idc_config,
58373
+ :auth_type,
58269
58374
  :enable_iam_session_based_identity,
58270
58375
  :enable_auto_minor_version_upgrade,
58271
58376
  :app_version,
@@ -55,7 +55,7 @@ module Aws::SageMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-sagemaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-sagemaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.385.0'
58
+ GEM_VERSION = '1.386.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1792,6 +1792,7 @@ module Aws
1792
1792
  name: ::String,
1793
1793
  artifact_store_uri: ::String,
1794
1794
  role_arn: ::String,
1795
+ ?kms_key_id: ::String,
1795
1796
  ?model_registration_mode: ("AutoModelRegistrationEnabled" | "AutoModelRegistrationDisabled"),
1796
1797
  ?weekly_maintenance_window_start: ::String,
1797
1798
  ?account_default_status: ("ENABLED" | "DISABLED"),
@@ -2375,7 +2376,10 @@ module Aws
2375
2376
  },
2376
2377
  tier: ::String,
2377
2378
  ?application_config: Params::partner_app_config,
2378
- auth_type: ("IAM"),
2379
+ ?idc_config: {
2380
+ instance_arn: ::String
2381
+ },
2382
+ auth_type: ("IAM" | "IDC"),
2379
2383
  ?enable_iam_session_based_identity: bool,
2380
2384
  ?enable_auto_minor_version_upgrade: bool,
2381
2385
  ?client_token: ::String,
@@ -4463,6 +4467,7 @@ module Aws
4463
4467
  def artifact_store_uri: () -> ::String
4464
4468
  def mlflow_version: () -> ::String
4465
4469
  def role_arn: () -> ::String
4470
+ def kms_key_id: () -> ::String
4466
4471
  def status: () -> ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Deleted")
4467
4472
  def model_registration_mode: () -> ("AutoModelRegistrationEnabled" | "AutoModelRegistrationDisabled")
4468
4473
  def account_default_status: () -> ("ENABLED" | "DISABLED")
@@ -4794,11 +4799,12 @@ module Aws
4794
4799
  def tier: () -> ::String
4795
4800
  def version: () -> ::String
4796
4801
  def application_config: () -> Types::PartnerAppConfig
4797
- def auth_type: () -> ("IAM")
4802
+ def auth_type: () -> ("IAM" | "IDC")
4798
4803
  def enable_iam_session_based_identity: () -> bool
4799
4804
  def enable_auto_minor_version_upgrade: () -> bool
4800
4805
  def current_version_eol_date: () -> ::Time
4801
4806
  def available_upgrade: () -> Types::AvailableUpgrade
4807
+ def idc_config: () -> Types::IdcConfigOutput
4802
4808
  end
4803
4809
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMaker/Client.html#describe_partner_app-instance_method
4804
4810
  def describe_partner_app: (
@@ -8023,6 +8029,10 @@ module Aws
8023
8029
  },
8024
8030
  ?tier: ::String,
8025
8031
  ?application_config: Params::partner_app_config,
8032
+ ?idc_config: {
8033
+ instance_arn: ::String
8034
+ },
8035
+ ?auth_type: ("IAM" | "IDC"),
8026
8036
  ?enable_iam_session_based_identity: bool,
8027
8037
  ?enable_auto_minor_version_upgrade: bool,
8028
8038
  ?app_version: ::String,
data/sig/types.rbs CHANGED
@@ -2443,6 +2443,7 @@ module Aws::SageMaker
2443
2443
  attr_accessor name: ::String
2444
2444
  attr_accessor artifact_store_uri: ::String
2445
2445
  attr_accessor role_arn: ::String
2446
+ attr_accessor kms_key_id: ::String
2446
2447
  attr_accessor model_registration_mode: ("AutoModelRegistrationEnabled" | "AutoModelRegistrationDisabled")
2447
2448
  attr_accessor weekly_maintenance_window_start: ::String
2448
2449
  attr_accessor account_default_status: ("ENABLED" | "DISABLED")
@@ -2715,7 +2716,8 @@ module Aws::SageMaker
2715
2716
  attr_accessor maintenance_config: Types::PartnerAppMaintenanceConfig
2716
2717
  attr_accessor tier: ::String
2717
2718
  attr_accessor application_config: Types::PartnerAppConfig
2718
- attr_accessor auth_type: ("IAM")
2719
+ attr_accessor idc_config: Types::IdcConfigInput
2720
+ attr_accessor auth_type: ("IAM" | "IDC")
2719
2721
  attr_accessor enable_iam_session_based_identity: bool
2720
2722
  attr_accessor enable_auto_minor_version_upgrade: bool
2721
2723
  attr_accessor client_token: ::String
@@ -4646,6 +4648,7 @@ module Aws::SageMaker
4646
4648
  attr_accessor artifact_store_uri: ::String
4647
4649
  attr_accessor mlflow_version: ::String
4648
4650
  attr_accessor role_arn: ::String
4651
+ attr_accessor kms_key_id: ::String
4649
4652
  attr_accessor status: ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Deleted")
4650
4653
  attr_accessor model_registration_mode: ("AutoModelRegistrationEnabled" | "AutoModelRegistrationDisabled")
4651
4654
  attr_accessor account_default_status: ("ENABLED" | "DISABLED")
@@ -4978,12 +4981,13 @@ module Aws::SageMaker
4978
4981
  attr_accessor tier: ::String
4979
4982
  attr_accessor version: ::String
4980
4983
  attr_accessor application_config: Types::PartnerAppConfig
4981
- attr_accessor auth_type: ("IAM")
4984
+ attr_accessor auth_type: ("IAM" | "IDC")
4982
4985
  attr_accessor enable_iam_session_based_identity: bool
4983
4986
  attr_accessor error: Types::ErrorInfo
4984
4987
  attr_accessor enable_auto_minor_version_upgrade: bool
4985
4988
  attr_accessor current_version_eol_date: ::Time
4986
4989
  attr_accessor available_upgrade: Types::AvailableUpgrade
4990
+ attr_accessor idc_config: Types::IdcConfigOutput
4987
4991
  SENSITIVE: []
4988
4992
  end
4989
4993
 
@@ -6431,6 +6435,17 @@ module Aws::SageMaker
6431
6435
  SENSITIVE: []
6432
6436
  end
6433
6437
 
6438
+ class IdcConfigInput
6439
+ attr_accessor instance_arn: ::String
6440
+ SENSITIVE: []
6441
+ end
6442
+
6443
+ class IdcConfigOutput
6444
+ attr_accessor instance_arn: ::String
6445
+ attr_accessor application_arn: ::String
6446
+ SENSITIVE: []
6447
+ end
6448
+
6434
6449
  class IdentityProviderOAuthSetting
6435
6450
  attr_accessor data_source_name: ("SalesforceGenie" | "Snowflake")
6436
6451
  attr_accessor status: ("ENABLED" | "DISABLED")
@@ -12361,6 +12376,8 @@ module Aws::SageMaker
12361
12376
  attr_accessor maintenance_config: Types::PartnerAppMaintenanceConfig
12362
12377
  attr_accessor tier: ::String
12363
12378
  attr_accessor application_config: Types::PartnerAppConfig
12379
+ attr_accessor idc_config: Types::IdcConfigInput
12380
+ attr_accessor auth_type: ("IAM" | "IDC")
12364
12381
  attr_accessor enable_iam_session_based_identity: bool
12365
12382
  attr_accessor enable_auto_minor_version_upgrade: bool
12366
12383
  attr_accessor app_version: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.385.0
4
+ version: 1.386.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services