aws-sdk-sagemaker 1.167.0 → 1.168.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: b7569b2f029a494a06dd3cefae29b30b9daaf13f52e411b78584e5f9980090ce
4
- data.tar.gz: abfc593407e602e5e4630ddeda4d46237277957658ecbeedc9e15e7c2fc29d21
3
+ metadata.gz: 7b7c051ce2d8e5612a8bab7821e45fd5d943328ab835e59e31fd34285ae4c598
4
+ data.tar.gz: b170adeb5f709e16b2c1401e2af9c2096cc24ff8f7b52252eed1bd435a28913b
5
5
  SHA512:
6
- metadata.gz: ec3a588ca817c0203bbdc61754670e88fa94a1a59eb727cb8a47efd80bb5e44ffe999b5e039c2c9315eb4d3a66790b97c460beeb65976deb5ed6a25b679bd32d
7
- data.tar.gz: 9da1793147e4f14562a1d6cbac9ce5d2a15af10f09d92e3680f78e39f75cb44a79154d9f686b5ac2dc24987ad31482278fb112550c081120bce679fa754f30b7
6
+ metadata.gz: 397280367b8e93481140fa127f1037ae38b274626fe6c0f97dff7338f6833be96190a9453ef169423467acc5dff4a7fe22614406a8b04dfe302fff5e372a5596
7
+ data.tar.gz: ab5d2e4d7a588dbf4471258980e266126a5e0a09f15b71869b87e6a66a681c2df510c5abd795835a56b3b4eeb47869182854e24db11f17caf3a39246b3eabcd4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.168.0 (2023-03-08)
5
+ ------------------
6
+
7
+ * Feature - There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today.
8
+
4
9
  1.167.0 (2023-03-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.167.0
1
+ 1.168.0
@@ -9194,10 +9194,16 @@ module Aws::SageMaker
9194
9194
  # resp.created_by.user_profile_arn #=> String
9195
9195
  # resp.created_by.user_profile_name #=> String
9196
9196
  # resp.created_by.domain_id #=> String
9197
+ # resp.created_by.iam_identity.arn #=> String
9198
+ # resp.created_by.iam_identity.principal_id #=> String
9199
+ # resp.created_by.iam_identity.source_identity #=> String
9197
9200
  # resp.last_modified_time #=> Time
9198
9201
  # resp.last_modified_by.user_profile_arn #=> String
9199
9202
  # resp.last_modified_by.user_profile_name #=> String
9200
9203
  # resp.last_modified_by.domain_id #=> String
9204
+ # resp.last_modified_by.iam_identity.arn #=> String
9205
+ # resp.last_modified_by.iam_identity.principal_id #=> String
9206
+ # resp.last_modified_by.iam_identity.source_identity #=> String
9201
9207
  # resp.metadata_properties.commit_id #=> String
9202
9208
  # resp.metadata_properties.repository #=> String
9203
9209
  # resp.metadata_properties.generated_by #=> String
@@ -9525,10 +9531,16 @@ module Aws::SageMaker
9525
9531
  # resp.created_by.user_profile_arn #=> String
9526
9532
  # resp.created_by.user_profile_name #=> String
9527
9533
  # resp.created_by.domain_id #=> String
9534
+ # resp.created_by.iam_identity.arn #=> String
9535
+ # resp.created_by.iam_identity.principal_id #=> String
9536
+ # resp.created_by.iam_identity.source_identity #=> String
9528
9537
  # resp.last_modified_time #=> Time
9529
9538
  # resp.last_modified_by.user_profile_arn #=> String
9530
9539
  # resp.last_modified_by.user_profile_name #=> String
9531
9540
  # resp.last_modified_by.domain_id #=> String
9541
+ # resp.last_modified_by.iam_identity.arn #=> String
9542
+ # resp.last_modified_by.iam_identity.principal_id #=> String
9543
+ # resp.last_modified_by.iam_identity.source_identity #=> String
9532
9544
  # resp.metadata_properties.commit_id #=> String
9533
9545
  # resp.metadata_properties.repository #=> String
9534
9546
  # resp.metadata_properties.generated_by #=> String
@@ -9821,10 +9833,16 @@ module Aws::SageMaker
9821
9833
  # resp.created_by.user_profile_arn #=> String
9822
9834
  # resp.created_by.user_profile_name #=> String
9823
9835
  # resp.created_by.domain_id #=> String
9836
+ # resp.created_by.iam_identity.arn #=> String
9837
+ # resp.created_by.iam_identity.principal_id #=> String
9838
+ # resp.created_by.iam_identity.source_identity #=> String
9824
9839
  # resp.last_modified_time #=> Time
9825
9840
  # resp.last_modified_by.user_profile_arn #=> String
9826
9841
  # resp.last_modified_by.user_profile_name #=> String
9827
9842
  # resp.last_modified_by.domain_id #=> String
9843
+ # resp.last_modified_by.iam_identity.arn #=> String
9844
+ # resp.last_modified_by.iam_identity.principal_id #=> String
9845
+ # resp.last_modified_by.iam_identity.source_identity #=> String
9828
9846
  # resp.lineage_group_arn #=> String
9829
9847
  #
9830
9848
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeContext AWS API Documentation
@@ -10618,10 +10636,16 @@ module Aws::SageMaker
10618
10636
  # resp.created_by.user_profile_arn #=> String
10619
10637
  # resp.created_by.user_profile_name #=> String
10620
10638
  # resp.created_by.domain_id #=> String
10639
+ # resp.created_by.iam_identity.arn #=> String
10640
+ # resp.created_by.iam_identity.principal_id #=> String
10641
+ # resp.created_by.iam_identity.source_identity #=> String
10621
10642
  # resp.last_modified_time #=> Time
10622
10643
  # resp.last_modified_by.user_profile_arn #=> String
10623
10644
  # resp.last_modified_by.user_profile_name #=> String
10624
10645
  # resp.last_modified_by.domain_id #=> String
10646
+ # resp.last_modified_by.iam_identity.arn #=> String
10647
+ # resp.last_modified_by.iam_identity.principal_id #=> String
10648
+ # resp.last_modified_by.iam_identity.source_identity #=> String
10625
10649
  #
10626
10650
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeExperiment AWS API Documentation
10627
10651
  #
@@ -11709,10 +11733,16 @@ module Aws::SageMaker
11709
11733
  # resp.created_by.user_profile_arn #=> String
11710
11734
  # resp.created_by.user_profile_name #=> String
11711
11735
  # resp.created_by.domain_id #=> String
11736
+ # resp.created_by.iam_identity.arn #=> String
11737
+ # resp.created_by.iam_identity.principal_id #=> String
11738
+ # resp.created_by.iam_identity.source_identity #=> String
11712
11739
  # resp.last_modified_time #=> Time
11713
11740
  # resp.last_modified_by.user_profile_arn #=> String
11714
11741
  # resp.last_modified_by.user_profile_name #=> String
11715
11742
  # resp.last_modified_by.domain_id #=> String
11743
+ # resp.last_modified_by.iam_identity.arn #=> String
11744
+ # resp.last_modified_by.iam_identity.principal_id #=> String
11745
+ # resp.last_modified_by.iam_identity.source_identity #=> String
11716
11746
  #
11717
11747
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeLineageGroup AWS API Documentation
11718
11748
  #
@@ -11922,10 +11952,16 @@ module Aws::SageMaker
11922
11952
  # resp.created_by.user_profile_arn #=> String
11923
11953
  # resp.created_by.user_profile_name #=> String
11924
11954
  # resp.created_by.domain_id #=> String
11955
+ # resp.created_by.iam_identity.arn #=> String
11956
+ # resp.created_by.iam_identity.principal_id #=> String
11957
+ # resp.created_by.iam_identity.source_identity #=> String
11925
11958
  # resp.last_modified_time #=> Time
11926
11959
  # resp.last_modified_by.user_profile_arn #=> String
11927
11960
  # resp.last_modified_by.user_profile_name #=> String
11928
11961
  # resp.last_modified_by.domain_id #=> String
11962
+ # resp.last_modified_by.iam_identity.arn #=> String
11963
+ # resp.last_modified_by.iam_identity.principal_id #=> String
11964
+ # resp.last_modified_by.iam_identity.source_identity #=> String
11929
11965
  # resp.model_card_processing_status #=> String, one of "DeleteInProgress", "DeletePending", "ContentDeleted", "ExportJobsDeleted", "DeleteCompleted", "DeleteFailed"
11930
11966
  #
11931
11967
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelCard AWS API Documentation
@@ -12184,6 +12220,9 @@ module Aws::SageMaker
12184
12220
  # resp.created_by.user_profile_arn #=> String
12185
12221
  # resp.created_by.user_profile_name #=> String
12186
12222
  # resp.created_by.domain_id #=> String
12223
+ # resp.created_by.iam_identity.arn #=> String
12224
+ # resp.created_by.iam_identity.principal_id #=> String
12225
+ # resp.created_by.iam_identity.source_identity #=> String
12187
12226
  # resp.metadata_properties.commit_id #=> String
12188
12227
  # resp.metadata_properties.repository #=> String
12189
12228
  # resp.metadata_properties.generated_by #=> String
@@ -12216,6 +12255,9 @@ module Aws::SageMaker
12216
12255
  # resp.last_modified_by.user_profile_arn #=> String
12217
12256
  # resp.last_modified_by.user_profile_name #=> String
12218
12257
  # resp.last_modified_by.domain_id #=> String
12258
+ # resp.last_modified_by.iam_identity.arn #=> String
12259
+ # resp.last_modified_by.iam_identity.principal_id #=> String
12260
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12219
12261
  # resp.approval_description #=> String
12220
12262
  # resp.customer_metadata_properties #=> Hash
12221
12263
  # resp.customer_metadata_properties["CustomerMetadataKey"] #=> String
@@ -12311,6 +12353,9 @@ module Aws::SageMaker
12311
12353
  # resp.created_by.user_profile_arn #=> String
12312
12354
  # resp.created_by.user_profile_name #=> String
12313
12355
  # resp.created_by.domain_id #=> String
12356
+ # resp.created_by.iam_identity.arn #=> String
12357
+ # resp.created_by.iam_identity.principal_id #=> String
12358
+ # resp.created_by.iam_identity.source_identity #=> String
12314
12359
  # resp.model_package_group_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting", "DeleteFailed"
12315
12360
  #
12316
12361
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageGroup AWS API Documentation
@@ -12693,9 +12738,15 @@ module Aws::SageMaker
12693
12738
  # resp.created_by.user_profile_arn #=> String
12694
12739
  # resp.created_by.user_profile_name #=> String
12695
12740
  # resp.created_by.domain_id #=> String
12741
+ # resp.created_by.iam_identity.arn #=> String
12742
+ # resp.created_by.iam_identity.principal_id #=> String
12743
+ # resp.created_by.iam_identity.source_identity #=> String
12696
12744
  # resp.last_modified_by.user_profile_arn #=> String
12697
12745
  # resp.last_modified_by.user_profile_name #=> String
12698
12746
  # resp.last_modified_by.domain_id #=> String
12747
+ # resp.last_modified_by.iam_identity.arn #=> String
12748
+ # resp.last_modified_by.iam_identity.principal_id #=> String
12749
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12699
12750
  # resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
12700
12751
  #
12701
12752
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipeline AWS API Documentation
@@ -12778,9 +12829,15 @@ module Aws::SageMaker
12778
12829
  # resp.created_by.user_profile_arn #=> String
12779
12830
  # resp.created_by.user_profile_name #=> String
12780
12831
  # resp.created_by.domain_id #=> String
12832
+ # resp.created_by.iam_identity.arn #=> String
12833
+ # resp.created_by.iam_identity.principal_id #=> String
12834
+ # resp.created_by.iam_identity.source_identity #=> String
12781
12835
  # resp.last_modified_by.user_profile_arn #=> String
12782
12836
  # resp.last_modified_by.user_profile_name #=> String
12783
12837
  # resp.last_modified_by.domain_id #=> String
12838
+ # resp.last_modified_by.iam_identity.arn #=> String
12839
+ # resp.last_modified_by.iam_identity.principal_id #=> String
12840
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12784
12841
  # resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
12785
12842
  #
12786
12843
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution AWS API Documentation
@@ -12960,11 +13017,17 @@ module Aws::SageMaker
12960
13017
  # resp.created_by.user_profile_arn #=> String
12961
13018
  # resp.created_by.user_profile_name #=> String
12962
13019
  # resp.created_by.domain_id #=> String
13020
+ # resp.created_by.iam_identity.arn #=> String
13021
+ # resp.created_by.iam_identity.principal_id #=> String
13022
+ # resp.created_by.iam_identity.source_identity #=> String
12963
13023
  # resp.creation_time #=> Time
12964
13024
  # resp.last_modified_time #=> Time
12965
13025
  # resp.last_modified_by.user_profile_arn #=> String
12966
13026
  # resp.last_modified_by.user_profile_name #=> String
12967
13027
  # resp.last_modified_by.domain_id #=> String
13028
+ # resp.last_modified_by.iam_identity.arn #=> String
13029
+ # resp.last_modified_by.iam_identity.principal_id #=> String
13030
+ # resp.last_modified_by.iam_identity.source_identity #=> String
12968
13031
  #
12969
13032
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProject AWS API Documentation
12970
13033
  #
@@ -13454,10 +13517,16 @@ module Aws::SageMaker
13454
13517
  # resp.created_by.user_profile_arn #=> String
13455
13518
  # resp.created_by.user_profile_name #=> String
13456
13519
  # resp.created_by.domain_id #=> String
13520
+ # resp.created_by.iam_identity.arn #=> String
13521
+ # resp.created_by.iam_identity.principal_id #=> String
13522
+ # resp.created_by.iam_identity.source_identity #=> String
13457
13523
  # resp.last_modified_time #=> Time
13458
13524
  # resp.last_modified_by.user_profile_arn #=> String
13459
13525
  # resp.last_modified_by.user_profile_name #=> String
13460
13526
  # resp.last_modified_by.domain_id #=> String
13527
+ # resp.last_modified_by.iam_identity.arn #=> String
13528
+ # resp.last_modified_by.iam_identity.principal_id #=> String
13529
+ # resp.last_modified_by.iam_identity.source_identity #=> String
13461
13530
  # resp.metadata_properties.commit_id #=> String
13462
13531
  # resp.metadata_properties.repository #=> String
13463
13532
  # resp.metadata_properties.generated_by #=> String
@@ -13519,10 +13588,16 @@ module Aws::SageMaker
13519
13588
  # resp.created_by.user_profile_arn #=> String
13520
13589
  # resp.created_by.user_profile_name #=> String
13521
13590
  # resp.created_by.domain_id #=> String
13591
+ # resp.created_by.iam_identity.arn #=> String
13592
+ # resp.created_by.iam_identity.principal_id #=> String
13593
+ # resp.created_by.iam_identity.source_identity #=> String
13522
13594
  # resp.last_modified_time #=> Time
13523
13595
  # resp.last_modified_by.user_profile_arn #=> String
13524
13596
  # resp.last_modified_by.user_profile_name #=> String
13525
13597
  # resp.last_modified_by.domain_id #=> String
13598
+ # resp.last_modified_by.iam_identity.arn #=> String
13599
+ # resp.last_modified_by.iam_identity.principal_id #=> String
13600
+ # resp.last_modified_by.iam_identity.source_identity #=> String
13526
13601
  # resp.parameters #=> Hash
13527
13602
  # resp.parameters["TrialComponentKey256"].string_value #=> String
13528
13603
  # resp.parameters["TrialComponentKey256"].number_value #=> Float
@@ -14591,6 +14666,9 @@ module Aws::SageMaker
14591
14666
  # resp.association_summaries[0].created_by.user_profile_arn #=> String
14592
14667
  # resp.association_summaries[0].created_by.user_profile_name #=> String
14593
14668
  # resp.association_summaries[0].created_by.domain_id #=> String
14669
+ # resp.association_summaries[0].created_by.iam_identity.arn #=> String
14670
+ # resp.association_summaries[0].created_by.iam_identity.principal_id #=> String
14671
+ # resp.association_summaries[0].created_by.iam_identity.source_identity #=> String
14594
14672
  # resp.next_token #=> String
14595
14673
  #
14596
14674
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAssociations AWS API Documentation
@@ -19133,10 +19211,16 @@ module Aws::SageMaker
19133
19211
  # resp.trial_component_summaries[0].created_by.user_profile_arn #=> String
19134
19212
  # resp.trial_component_summaries[0].created_by.user_profile_name #=> String
19135
19213
  # resp.trial_component_summaries[0].created_by.domain_id #=> String
19214
+ # resp.trial_component_summaries[0].created_by.iam_identity.arn #=> String
19215
+ # resp.trial_component_summaries[0].created_by.iam_identity.principal_id #=> String
19216
+ # resp.trial_component_summaries[0].created_by.iam_identity.source_identity #=> String
19136
19217
  # resp.trial_component_summaries[0].last_modified_time #=> Time
19137
19218
  # resp.trial_component_summaries[0].last_modified_by.user_profile_arn #=> String
19138
19219
  # resp.trial_component_summaries[0].last_modified_by.user_profile_name #=> String
19139
19220
  # resp.trial_component_summaries[0].last_modified_by.domain_id #=> String
19221
+ # resp.trial_component_summaries[0].last_modified_by.iam_identity.arn #=> String
19222
+ # resp.trial_component_summaries[0].last_modified_by.iam_identity.principal_id #=> String
19223
+ # resp.trial_component_summaries[0].last_modified_by.iam_identity.source_identity #=> String
19140
19224
  # resp.next_token #=> String
19141
19225
  #
19142
19226
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrialComponents AWS API Documentation
@@ -22618,7 +22702,7 @@ module Aws::SageMaker
22618
22702
  # message on the worker portal.
22619
22703
  #
22620
22704
  # To restrict access to all the workers in public internet, add the
22621
- # `SourceIpConfig` CIDR value as "0.0.0.0/0".
22705
+ # `SourceIpConfig` CIDR value as "10.0.0.0/16".
22622
22706
  #
22623
22707
  # Amazon SageMaker does not support Source Ip restriction for worker
22624
22708
  # portals in VPC.
@@ -22836,7 +22920,7 @@ module Aws::SageMaker
22836
22920
  params: params,
22837
22921
  config: config)
22838
22922
  context[:gem_name] = 'aws-sdk-sagemaker'
22839
- context[:gem_version] = '1.167.0'
22923
+ context[:gem_version] = '1.168.0'
22840
22924
  Seahorse::Client::Request.new(handlers, context)
22841
22925
  end
22842
22926
 
@@ -877,6 +877,7 @@ module Aws::SageMaker
877
877
  HyperbandStrategyConfig = Shapes::StructureShape.new(name: 'HyperbandStrategyConfig')
878
878
  HyperbandStrategyMaxResource = Shapes::IntegerShape.new(name: 'HyperbandStrategyMaxResource')
879
879
  HyperbandStrategyMinResource = Shapes::IntegerShape.new(name: 'HyperbandStrategyMinResource')
880
+ IamIdentity = Shapes::StructureShape.new(name: 'IamIdentity')
880
881
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
881
882
  Image = Shapes::StructureShape.new(name: 'Image')
882
883
  ImageArn = Shapes::StringShape.new(name: 'ImageArn')
@@ -5258,6 +5259,11 @@ module Aws::SageMaker
5258
5259
  HyperbandStrategyConfig.add_member(:max_resource, Shapes::ShapeRef.new(shape: HyperbandStrategyMaxResource, location_name: "MaxResource"))
5259
5260
  HyperbandStrategyConfig.struct_class = Types::HyperbandStrategyConfig
5260
5261
 
5262
+ IamIdentity.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
5263
+ IamIdentity.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "PrincipalId"))
5264
+ IamIdentity.add_member(:source_identity, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentity"))
5265
+ IamIdentity.struct_class = Types::IamIdentity
5266
+
5261
5267
  Image.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
5262
5268
  Image.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
5263
5269
  Image.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
@@ -8688,6 +8694,7 @@ module Aws::SageMaker
8688
8694
  UserContext.add_member(:user_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "UserProfileArn"))
8689
8695
  UserContext.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "UserProfileName"))
8690
8696
  UserContext.add_member(:domain_id, Shapes::ShapeRef.new(shape: String, location_name: "DomainId"))
8697
+ UserContext.add_member(:iam_identity, Shapes::ShapeRef.new(shape: IamIdentity, location_name: "IamIdentity"))
8691
8698
  UserContext.struct_class = Types::UserContext
8692
8699
 
8693
8700
  UserProfileDetails.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "DomainId"))
@@ -19921,6 +19921,32 @@ module Aws::SageMaker
19921
19921
  include Aws::Structure
19922
19922
  end
19923
19923
 
19924
+ # The IAM Identity details associated with the user. These details are
19925
+ # associated with model package groups, model packages and project
19926
+ # entities only.
19927
+ #
19928
+ # @!attribute [rw] arn
19929
+ # The Amazon Resource Name (ARN) of the IAM identity.
19930
+ # @return [String]
19931
+ #
19932
+ # @!attribute [rw] principal_id
19933
+ # The ID of the principal that assumes the IAM identity.
19934
+ # @return [String]
19935
+ #
19936
+ # @!attribute [rw] source_identity
19937
+ # The person or application which assumes the IAM identity.
19938
+ # @return [String]
19939
+ #
19940
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/IamIdentity AWS API Documentation
19941
+ #
19942
+ class IamIdentity < Struct.new(
19943
+ :arn,
19944
+ :principal_id,
19945
+ :source_identity)
19946
+ SENSITIVE = []
19947
+ include Aws::Structure
19948
+ end
19949
+
19924
19950
  # A SageMaker image. A SageMaker image represents a set of container
19925
19951
  # images that are derived from a common base container image. Each of
19926
19952
  # these container images is represented by a SageMaker `ImageVersion`.
@@ -38976,12 +39002,19 @@ module Aws::SageMaker
38976
39002
  # The domain associated with the user.
38977
39003
  # @return [String]
38978
39004
  #
39005
+ # @!attribute [rw] iam_identity
39006
+ # The IAM Identity details associated with the user. These details are
39007
+ # associated with model package groups, model packages, and project
39008
+ # entities only.
39009
+ # @return [Types::IamIdentity]
39010
+ #
38979
39011
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UserContext AWS API Documentation
38980
39012
  #
38981
39013
  class UserContext < Struct.new(
38982
39014
  :user_profile_arn,
38983
39015
  :user_profile_name,
38984
- :domain_id)
39016
+ :domain_id,
39017
+ :iam_identity)
38985
39018
  SENSITIVE = []
38986
39019
  include Aws::Structure
38987
39020
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
53
53
  # @!group service
54
54
  module Aws::SageMaker
55
55
 
56
- GEM_VERSION = '1.167.0'
56
+ GEM_VERSION = '1.168.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.167.0
4
+ version: 1.168.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-02 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core