aws-sdk-sagemaker 1.135.0 → 1.136.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4136b6c97919698248dfa7e3ed4938c8ad7600c176ba44667b7aedb7a9abfc15
4
- data.tar.gz: 8bc48c09c1ecf72ef7659002832b4af27c83316972a01455501e63777d81b3a0
3
+ metadata.gz: d80d5b8575376a58f53e78eddc2834265833517675b1eebf23190c63cc49171b
4
+ data.tar.gz: 026cd25eb71724a5e462330b3afa632a9d4371db3804eaf9d02969e8c7bbf390
5
5
  SHA512:
6
- metadata.gz: ceac54d93fd676c53610dcef619bb31eb73b73bf7bfe65a216acc331bd3c65d2def6756aa136d2c3a66de6f34ed034fb4cd70e862759d61ed960076ef7383920
7
- data.tar.gz: e598b17e7af68372dd4ad8be82915b78710374eba9e658c97b212c991f13f503321e081c02616ec56a74a18949c9e6f0d7a3dcf3f1c020a2908e5371128d513a
6
+ metadata.gz: 22ff9c97e218d4489f91965bd8b6ae10602edbc8663fe2cfc0b4ed5922f8ecb289e1642dc43d23851f0c4a7b604f97be0015dcc6673ef4cd8024a6cd73590e2d
7
+ data.tar.gz: 6ef2f79b680b9469cd6babbce914b92935587946e9abae38551e16ade9b6d4bf81778871c207461df75e86792282a3567c8337ac5d2584ef3d02608c6bd15f76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.136.0 (2022-09-02)
5
+ ------------------
6
+
7
+ * Feature - This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.
8
+
4
9
  1.135.0 (2022-08-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.135.0
1
+ 1.136.0
@@ -1986,6 +1986,7 @@ module Aws::SageMaker
1986
1986
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
1987
1987
  # },
1988
1988
  # },
1989
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
1989
1990
  # },
1990
1991
  # })
1991
1992
  #
@@ -9074,6 +9075,7 @@ module Aws::SageMaker
9074
9075
  # resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.sage_maker_image_version_arn #=> String
9075
9076
  # resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
9076
9077
  # resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.lifecycle_config_arn #=> String
9078
+ # resp.domain_settings.execution_role_identity_config #=> String, one of "USER_PROFILE_NAME", "DISABLED"
9077
9079
  # resp.app_security_group_management #=> String, one of "Service", "Customer"
9078
9080
  # resp.security_group_id_for_domain_boundary #=> String
9079
9081
  #
@@ -18923,6 +18925,7 @@ module Aws::SageMaker
18923
18925
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
18924
18926
  # },
18925
18927
  # },
18928
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
18926
18929
  # },
18927
18930
  # })
18928
18931
  #
@@ -20350,7 +20353,7 @@ module Aws::SageMaker
20350
20353
  params: params,
20351
20354
  config: config)
20352
20355
  context[:gem_name] = 'aws-sdk-sagemaker'
20353
- context[:gem_version] = '1.135.0'
20356
+ context[:gem_version] = '1.136.0'
20354
20357
  Seahorse::Client::Request.new(handlers, context)
20355
20358
  end
20356
20359
 
@@ -633,6 +633,7 @@ module Aws::SageMaker
633
633
  EnvironmentParameterRanges = Shapes::StructureShape.new(name: 'EnvironmentParameterRanges')
634
634
  EnvironmentParameters = Shapes::ListShape.new(name: 'EnvironmentParameters')
635
635
  EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
636
+ ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
636
637
  ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
637
638
  ExitMessage = Shapes::StringShape.new(name: 'ExitMessage')
638
639
  Experiment = Shapes::StructureShape.new(name: 'Experiment')
@@ -4027,9 +4028,11 @@ module Aws::SageMaker
4027
4028
 
4028
4029
  DomainSettings.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: DomainSecurityGroupIds, location_name: "SecurityGroupIds"))
4029
4030
  DomainSettings.add_member(:r_studio_server_pro_domain_settings, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettings, location_name: "RStudioServerProDomainSettings"))
4031
+ DomainSettings.add_member(:execution_role_identity_config, Shapes::ShapeRef.new(shape: ExecutionRoleIdentityConfig, location_name: "ExecutionRoleIdentityConfig"))
4030
4032
  DomainSettings.struct_class = Types::DomainSettings
4031
4033
 
4032
4034
  DomainSettingsForUpdate.add_member(:r_studio_server_pro_domain_settings_for_update, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettingsForUpdate, location_name: "RStudioServerProDomainSettingsForUpdate"))
4035
+ DomainSettingsForUpdate.add_member(:execution_role_identity_config, Shapes::ShapeRef.new(shape: ExecutionRoleIdentityConfig, location_name: "ExecutionRoleIdentityConfig"))
4033
4036
  DomainSettingsForUpdate.struct_class = Types::DomainSettingsForUpdate
4034
4037
 
4035
4038
  DriftCheckBaselines.add_member(:bias, Shapes::ShapeRef.new(shape: DriftCheckBias, location_name: "Bias"))
@@ -5293,6 +5293,7 @@ module Aws::SageMaker
5293
5293
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
5294
5294
  # },
5295
5295
  # },
5296
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
5296
5297
  # },
5297
5298
  # }
5298
5299
  #
@@ -17674,6 +17675,7 @@ module Aws::SageMaker
17674
17675
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
17675
17676
  # },
17676
17677
  # },
17678
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
17677
17679
  # }
17678
17680
  #
17679
17681
  # @!attribute [rw] security_group_ids
@@ -17687,11 +17689,21 @@ module Aws::SageMaker
17687
17689
  # Domain-level app.
17688
17690
  # @return [Types::RStudioServerProDomainSettings]
17689
17691
  #
17692
+ # @!attribute [rw] execution_role_identity_config
17693
+ # The configuration for attaching a SageMaker user profile name to the
17694
+ # execution role as a [ `sts:SourceIdentity` key][1].
17695
+ #
17696
+ #
17697
+ #
17698
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html
17699
+ # @return [String]
17700
+ #
17690
17701
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettings AWS API Documentation
17691
17702
  #
17692
17703
  class DomainSettings < Struct.new(
17693
17704
  :security_group_ids,
17694
- :r_studio_server_pro_domain_settings)
17705
+ :r_studio_server_pro_domain_settings,
17706
+ :execution_role_identity_config)
17695
17707
  SENSITIVE = []
17696
17708
  include Aws::Structure
17697
17709
  end
@@ -17711,6 +17723,7 @@ module Aws::SageMaker
17711
17723
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
17712
17724
  # },
17713
17725
  # },
17726
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
17714
17727
  # }
17715
17728
  #
17716
17729
  # @!attribute [rw] r_studio_server_pro_domain_settings_for_update
@@ -17718,10 +17731,22 @@ module Aws::SageMaker
17718
17731
  # update.
17719
17732
  # @return [Types::RStudioServerProDomainSettingsForUpdate]
17720
17733
  #
17734
+ # @!attribute [rw] execution_role_identity_config
17735
+ # The configuration for attaching a SageMaker user profile name to the
17736
+ # execution role as a [ `sts:SourceIdentity` key][1]. This
17737
+ # configuration can only be modified if there are no apps in the
17738
+ # `InService` or `Pending` state.
17739
+ #
17740
+ #
17741
+ #
17742
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html
17743
+ # @return [String]
17744
+ #
17721
17745
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettingsForUpdate AWS API Documentation
17722
17746
  #
17723
17747
  class DomainSettingsForUpdate < Struct.new(
17724
- :r_studio_server_pro_domain_settings_for_update)
17748
+ :r_studio_server_pro_domain_settings_for_update,
17749
+ :execution_role_identity_config)
17725
17750
  SENSITIVE = []
17726
17751
  include Aws::Structure
17727
17752
  end
@@ -40767,6 +40792,7 @@ module Aws::SageMaker
40767
40792
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
40768
40793
  # },
40769
40794
  # },
40795
+ # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
40770
40796
  # },
40771
40797
  # }
40772
40798
  #
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
49
49
  # @!group service
50
50
  module Aws::SageMaker
51
51
 
52
- GEM_VERSION = '1.135.0'
52
+ GEM_VERSION = '1.136.0'
53
53
 
54
54
  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.135.0
4
+ version: 1.136.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: 2022-08-31 00:00:00.000000000 Z
11
+ date: 2022-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core