aws-sdk-sagemaker 1.266.0 → 1.268.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: 7d89d275e10b1490b80381bb401073535e0714c7a5ad54b875712e179ba3a124
4
- data.tar.gz: b7d5b83e1b319aa354540774b643e4a349b892daa2aa1984f2eecc5f0773dab2
3
+ metadata.gz: f18a89b4c843efe0c131883930ea59733badb38951756c18ac4f8af4ecf78718
4
+ data.tar.gz: a33326122f1691105652294a405eb9dc326914b5af87543e79f8e267564a15c4
5
5
  SHA512:
6
- metadata.gz: 13f23b2425d6f64df806c8cfbe745c774eafdd461702be0a3212ad9d8bbed3ba30ca8988ac452841a8ecb1dc05be17b6e074a87a7c683d758e2816aed9a8d5c7
7
- data.tar.gz: eaad4e76600f7df396de547993550a7cc7f1f221ab8b0481befbd7077beb347876e26b525ebb8f85c7269d2443f0da539b13e69ada5fc58e7505f4172e41a2c4
6
+ metadata.gz: d47c1f343361e8b3753574349e634aad314acfc88f00343ed4e5071184dce44335b3f3d3c9153a7e1b55eeec66b31d764db6e1e108250374cf4b428032640aff
7
+ data.tar.gz: cb72c452f718c386a1000abce376fa030b6338650b60c8bb0ecf9050e28b9b74d0f23c78b987a7639e0b0d706e1a135e9eef15b4fc61d72f4f80da4ac3432b29
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.268.0 (2024-10-02)
5
+ ------------------
6
+
7
+ * Feature - releasing builtinlcc to public
8
+
9
+ 1.267.0 (2024-09-26)
10
+ ------------------
11
+
12
+ * Feature - Adding `TagPropagation` attribute to Sagemaker API
13
+
4
14
  1.266.0 (2024-09-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.266.0
1
+ 1.268.0
@@ -2589,6 +2589,10 @@ module Aws::SageMaker
2589
2589
  # is provided. If setting up the domain for use with RStudio, this value
2590
2590
  # must be set to `Service`.
2591
2591
  #
2592
+ # @option params [String] :tag_propagation
2593
+ # Indicates whether custom tag propagation is supported for the domain.
2594
+ # Defaults to `DISABLED`.
2595
+ #
2592
2596
  # @option params [Types::DefaultSpaceSettings] :default_space_settings
2593
2597
  # The default settings used to create a space.
2594
2598
  #
@@ -2729,6 +2733,7 @@ module Aws::SageMaker
2729
2733
  # max_idle_timeout_in_minutes: 1,
2730
2734
  # },
2731
2735
  # },
2736
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
2732
2737
  # },
2733
2738
  # jupyter_lab_app_settings: {
2734
2739
  # default_resource_spec: {
@@ -2763,6 +2768,7 @@ module Aws::SageMaker
2763
2768
  # assumable_role_arns: ["RoleArn"],
2764
2769
  # execution_role_arns: ["RoleArn"],
2765
2770
  # },
2771
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
2766
2772
  # },
2767
2773
  # space_storage_settings: {
2768
2774
  # default_ebs_storage_settings: {
@@ -2833,6 +2839,7 @@ module Aws::SageMaker
2833
2839
  # home_efs_file_system_kms_key_id: "KmsKeyId",
2834
2840
  # kms_key_id: "KmsKeyId",
2835
2841
  # app_security_group_management: "Service", # accepts Service, Customer
2842
+ # tag_propagation: "ENABLED", # accepts ENABLED, DISABLED
2836
2843
  # default_space_settings: {
2837
2844
  # execution_role: "RoleArn",
2838
2845
  # security_groups: ["SecurityGroupId"],
@@ -2901,6 +2908,7 @@ module Aws::SageMaker
2901
2908
  # assumable_role_arns: ["RoleArn"],
2902
2909
  # execution_role_arns: ["RoleArn"],
2903
2910
  # },
2911
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
2904
2912
  # },
2905
2913
  # space_storage_settings: {
2906
2914
  # default_ebs_storage_settings: {
@@ -9522,6 +9530,7 @@ module Aws::SageMaker
9522
9530
  # max_idle_timeout_in_minutes: 1,
9523
9531
  # },
9524
9532
  # },
9533
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
9525
9534
  # },
9526
9535
  # jupyter_lab_app_settings: {
9527
9536
  # default_resource_spec: {
@@ -9556,6 +9565,7 @@ module Aws::SageMaker
9556
9565
  # assumable_role_arns: ["RoleArn"],
9557
9566
  # execution_role_arns: ["RoleArn"],
9558
9567
  # },
9568
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
9559
9569
  # },
9560
9570
  # space_storage_settings: {
9561
9571
  # default_ebs_storage_settings: {
@@ -11615,6 +11625,7 @@ module Aws::SageMaker
11615
11625
  # * {Types::DescribeAppResponse#creation_time #creation_time} => Time
11616
11626
  # * {Types::DescribeAppResponse#failure_reason #failure_reason} => String
11617
11627
  # * {Types::DescribeAppResponse#resource_spec #resource_spec} => Types::ResourceSpec
11628
+ # * {Types::DescribeAppResponse#built_in_lifecycle_config_arn #built_in_lifecycle_config_arn} => String
11618
11629
  #
11619
11630
  # @example Request syntax with placeholder values
11620
11631
  #
@@ -11644,6 +11655,7 @@ module Aws::SageMaker
11644
11655
  # resp.resource_spec.sage_maker_image_version_alias #=> String
11645
11656
  # resp.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", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.geospatial.interactive", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge", "ml.p5.48xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.r6i.large", "ml.r6i.xlarge", "ml.r6i.2xlarge", "ml.r6i.4xlarge", "ml.r6i.8xlarge", "ml.r6i.12xlarge", "ml.r6i.16xlarge", "ml.r6i.24xlarge", "ml.r6i.32xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.m6id.large", "ml.m6id.xlarge", "ml.m6id.2xlarge", "ml.m6id.4xlarge", "ml.m6id.8xlarge", "ml.m6id.12xlarge", "ml.m6id.16xlarge", "ml.m6id.24xlarge", "ml.m6id.32xlarge", "ml.c6id.large", "ml.c6id.xlarge", "ml.c6id.2xlarge", "ml.c6id.4xlarge", "ml.c6id.8xlarge", "ml.c6id.12xlarge", "ml.c6id.16xlarge", "ml.c6id.24xlarge", "ml.c6id.32xlarge", "ml.r6id.large", "ml.r6id.xlarge", "ml.r6id.2xlarge", "ml.r6id.4xlarge", "ml.r6id.8xlarge", "ml.r6id.12xlarge", "ml.r6id.16xlarge", "ml.r6id.24xlarge", "ml.r6id.32xlarge"
11646
11657
  # resp.resource_spec.lifecycle_config_arn #=> String
11658
+ # resp.built_in_lifecycle_config_arn #=> String
11647
11659
  #
11648
11660
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeApp AWS API Documentation
11649
11661
  #
@@ -12618,6 +12630,7 @@ module Aws::SageMaker
12618
12630
  # * {Types::DescribeDomainResponse#vpc_id #vpc_id} => String
12619
12631
  # * {Types::DescribeDomainResponse#kms_key_id #kms_key_id} => String
12620
12632
  # * {Types::DescribeDomainResponse#app_security_group_management #app_security_group_management} => String
12633
+ # * {Types::DescribeDomainResponse#tag_propagation #tag_propagation} => String
12621
12634
  # * {Types::DescribeDomainResponse#default_space_settings #default_space_settings} => Types::DefaultSpaceSettings
12622
12635
  #
12623
12636
  # @example Request syntax with placeholder values
@@ -12712,6 +12725,7 @@ module Aws::SageMaker
12712
12725
  # resp.default_user_settings.code_editor_app_settings.app_lifecycle_management.idle_settings.idle_timeout_in_minutes #=> Integer
12713
12726
  # resp.default_user_settings.code_editor_app_settings.app_lifecycle_management.idle_settings.min_idle_timeout_in_minutes #=> Integer
12714
12727
  # resp.default_user_settings.code_editor_app_settings.app_lifecycle_management.idle_settings.max_idle_timeout_in_minutes #=> Integer
12728
+ # resp.default_user_settings.code_editor_app_settings.built_in_lifecycle_config_arn #=> String
12715
12729
  # resp.default_user_settings.jupyter_lab_app_settings.default_resource_spec.sage_maker_image_arn #=> String
12716
12730
  # resp.default_user_settings.jupyter_lab_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
12717
12731
  # resp.default_user_settings.jupyter_lab_app_settings.default_resource_spec.sage_maker_image_version_alias #=> String
@@ -12733,6 +12747,7 @@ module Aws::SageMaker
12733
12747
  # resp.default_user_settings.jupyter_lab_app_settings.emr_settings.assumable_role_arns[0] #=> String
12734
12748
  # resp.default_user_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns #=> Array
12735
12749
  # resp.default_user_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns[0] #=> String
12750
+ # resp.default_user_settings.jupyter_lab_app_settings.built_in_lifecycle_config_arn #=> String
12736
12751
  # resp.default_user_settings.space_storage_settings.default_ebs_storage_settings.default_ebs_volume_size_in_gb #=> Integer
12737
12752
  # resp.default_user_settings.space_storage_settings.default_ebs_storage_settings.maximum_ebs_volume_size_in_gb #=> Integer
12738
12753
  # resp.default_user_settings.default_landing_uri #=> String
@@ -12777,6 +12792,7 @@ module Aws::SageMaker
12777
12792
  # resp.vpc_id #=> String
12778
12793
  # resp.kms_key_id #=> String
12779
12794
  # resp.app_security_group_management #=> String, one of "Service", "Customer"
12795
+ # resp.tag_propagation #=> String, one of "ENABLED", "DISABLED"
12780
12796
  # resp.default_space_settings.execution_role #=> String
12781
12797
  # resp.default_space_settings.security_groups #=> Array
12782
12798
  # resp.default_space_settings.security_groups[0] #=> String
@@ -12821,6 +12837,7 @@ module Aws::SageMaker
12821
12837
  # resp.default_space_settings.jupyter_lab_app_settings.emr_settings.assumable_role_arns[0] #=> String
12822
12838
  # resp.default_space_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns #=> Array
12823
12839
  # resp.default_space_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns[0] #=> String
12840
+ # resp.default_space_settings.jupyter_lab_app_settings.built_in_lifecycle_config_arn #=> String
12824
12841
  # resp.default_space_settings.space_storage_settings.default_ebs_storage_settings.default_ebs_volume_size_in_gb #=> Integer
12825
12842
  # resp.default_space_settings.space_storage_settings.default_ebs_storage_settings.maximum_ebs_volume_size_in_gb #=> Integer
12826
12843
  # resp.default_space_settings.custom_posix_user_config.uid #=> Integer
@@ -16827,6 +16844,7 @@ module Aws::SageMaker
16827
16844
  # resp.user_settings.code_editor_app_settings.app_lifecycle_management.idle_settings.idle_timeout_in_minutes #=> Integer
16828
16845
  # resp.user_settings.code_editor_app_settings.app_lifecycle_management.idle_settings.min_idle_timeout_in_minutes #=> Integer
16829
16846
  # resp.user_settings.code_editor_app_settings.app_lifecycle_management.idle_settings.max_idle_timeout_in_minutes #=> Integer
16847
+ # resp.user_settings.code_editor_app_settings.built_in_lifecycle_config_arn #=> String
16830
16848
  # resp.user_settings.jupyter_lab_app_settings.default_resource_spec.sage_maker_image_arn #=> String
16831
16849
  # resp.user_settings.jupyter_lab_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
16832
16850
  # resp.user_settings.jupyter_lab_app_settings.default_resource_spec.sage_maker_image_version_alias #=> String
@@ -16848,6 +16866,7 @@ module Aws::SageMaker
16848
16866
  # resp.user_settings.jupyter_lab_app_settings.emr_settings.assumable_role_arns[0] #=> String
16849
16867
  # resp.user_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns #=> Array
16850
16868
  # resp.user_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns[0] #=> String
16869
+ # resp.user_settings.jupyter_lab_app_settings.built_in_lifecycle_config_arn #=> String
16851
16870
  # resp.user_settings.space_storage_settings.default_ebs_storage_settings.default_ebs_volume_size_in_gb #=> Integer
16852
16871
  # resp.user_settings.space_storage_settings.default_ebs_storage_settings.maximum_ebs_volume_size_in_gb #=> Integer
16853
16872
  # resp.user_settings.default_landing_uri #=> String
@@ -25088,6 +25107,10 @@ module Aws::SageMaker
25088
25107
  # `DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn`
25089
25108
  # is provided as part of the same request.
25090
25109
  #
25110
+ # @option params [String] :tag_propagation
25111
+ # Indicates whether custom tag propagation is supported for the domain.
25112
+ # Defaults to `DISABLED`.
25113
+ #
25091
25114
  # @return [Types::UpdateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
25092
25115
  #
25093
25116
  # * {Types::UpdateDomainResponse#domain_arn #domain_arn} => String
@@ -25223,6 +25246,7 @@ module Aws::SageMaker
25223
25246
  # max_idle_timeout_in_minutes: 1,
25224
25247
  # },
25225
25248
  # },
25249
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
25226
25250
  # },
25227
25251
  # jupyter_lab_app_settings: {
25228
25252
  # default_resource_spec: {
@@ -25257,6 +25281,7 @@ module Aws::SageMaker
25257
25281
  # assumable_role_arns: ["RoleArn"],
25258
25282
  # execution_role_arns: ["RoleArn"],
25259
25283
  # },
25284
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
25260
25285
  # },
25261
25286
  # space_storage_settings: {
25262
25287
  # default_ebs_storage_settings: {
@@ -25384,6 +25409,7 @@ module Aws::SageMaker
25384
25409
  # assumable_role_arns: ["RoleArn"],
25385
25410
  # execution_role_arns: ["RoleArn"],
25386
25411
  # },
25412
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
25387
25413
  # },
25388
25414
  # space_storage_settings: {
25389
25415
  # default_ebs_storage_settings: {
@@ -25406,6 +25432,7 @@ module Aws::SageMaker
25406
25432
  # },
25407
25433
  # subnet_ids: ["SubnetId"],
25408
25434
  # app_network_access_type: "PublicInternetOnly", # accepts PublicInternetOnly, VpcOnly
25435
+ # tag_propagation: "ENABLED", # accepts ENABLED, DISABLED
25409
25436
  # })
25410
25437
  #
25411
25438
  # @example Response structure
@@ -27486,6 +27513,7 @@ module Aws::SageMaker
27486
27513
  # max_idle_timeout_in_minutes: 1,
27487
27514
  # },
27488
27515
  # },
27516
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
27489
27517
  # },
27490
27518
  # jupyter_lab_app_settings: {
27491
27519
  # default_resource_spec: {
@@ -27520,6 +27548,7 @@ module Aws::SageMaker
27520
27548
  # assumable_role_arns: ["RoleArn"],
27521
27549
  # execution_role_arns: ["RoleArn"],
27522
27550
  # },
27551
+ # built_in_lifecycle_config_arn: "StudioLifecycleConfigArn",
27523
27552
  # },
27524
27553
  # space_storage_settings: {
27525
27554
  # default_ebs_storage_settings: {
@@ -27837,7 +27866,7 @@ module Aws::SageMaker
27837
27866
  tracer: tracer
27838
27867
  )
27839
27868
  context[:gem_name] = 'aws-sdk-sagemaker'
27840
- context[:gem_version] = '1.266.0'
27869
+ context[:gem_version] = '1.268.0'
27841
27870
  Seahorse::Client::Request.new(handlers, context)
27842
27871
  end
27843
27872
 
@@ -2106,6 +2106,7 @@ module Aws::SageMaker
2106
2106
  TagKey = Shapes::StringShape.new(name: 'TagKey')
2107
2107
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
2108
2108
  TagList = Shapes::ListShape.new(name: 'TagList')
2109
+ TagPropagation = Shapes::StringShape.new(name: 'TagPropagation')
2109
2110
  TagValue = Shapes::StringShape.new(name: 'TagValue')
2110
2111
  TargetAttributeName = Shapes::StringShape.new(name: 'TargetAttributeName')
2111
2112
  TargetDevice = Shapes::StringShape.new(name: 'TargetDevice')
@@ -3058,6 +3059,7 @@ module Aws::SageMaker
3058
3059
  CodeEditorAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
3059
3060
  CodeEditorAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
3060
3061
  CodeEditorAppSettings.add_member(:app_lifecycle_management, Shapes::ShapeRef.new(shape: AppLifecycleManagement, location_name: "AppLifecycleManagement"))
3062
+ CodeEditorAppSettings.add_member(:built_in_lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "BuiltInLifecycleConfigArn"))
3061
3063
  CodeEditorAppSettings.struct_class = Types::CodeEditorAppSettings
3062
3064
 
3063
3065
  CodeRepositories.member = Shapes::ShapeRef.new(shape: CodeRepository)
@@ -3345,6 +3347,7 @@ module Aws::SageMaker
3345
3347
  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."}))
3346
3348
  CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
3347
3349
  CreateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
3350
+ CreateDomainRequest.add_member(:tag_propagation, Shapes::ShapeRef.new(shape: TagPropagation, location_name: "TagPropagation"))
3348
3351
  CreateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
3349
3352
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
3350
3353
 
@@ -4401,6 +4404,7 @@ module Aws::SageMaker
4401
4404
  DescribeAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
4402
4405
  DescribeAppResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
4403
4406
  DescribeAppResponse.add_member(:resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "ResourceSpec"))
4407
+ DescribeAppResponse.add_member(:built_in_lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "BuiltInLifecycleConfigArn"))
4404
4408
  DescribeAppResponse.struct_class = Types::DescribeAppResponse
4405
4409
 
4406
4410
  DescribeArtifactRequest.add_member(:artifact_arn, Shapes::ShapeRef.new(shape: ArtifactArn, required: true, location_name: "ArtifactArn"))
@@ -4614,6 +4618,7 @@ module Aws::SageMaker
4614
4618
  DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
4615
4619
  DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
4616
4620
  DescribeDomainResponse.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
4621
+ DescribeDomainResponse.add_member(:tag_propagation, Shapes::ShapeRef.new(shape: TagPropagation, location_name: "TagPropagation"))
4617
4622
  DescribeDomainResponse.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
4618
4623
  DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
4619
4624
 
@@ -6528,6 +6533,7 @@ module Aws::SageMaker
6528
6533
  JupyterLabAppSettings.add_member(:code_repositories, Shapes::ShapeRef.new(shape: CodeRepositories, location_name: "CodeRepositories"))
6529
6534
  JupyterLabAppSettings.add_member(:app_lifecycle_management, Shapes::ShapeRef.new(shape: AppLifecycleManagement, location_name: "AppLifecycleManagement"))
6530
6535
  JupyterLabAppSettings.add_member(:emr_settings, Shapes::ShapeRef.new(shape: EmrSettings, location_name: "EmrSettings"))
6536
+ JupyterLabAppSettings.add_member(:built_in_lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "BuiltInLifecycleConfigArn"))
6531
6537
  JupyterLabAppSettings.struct_class = Types::JupyterLabAppSettings
6532
6538
 
6533
6539
  JupyterServerAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
@@ -10051,6 +10057,7 @@ module Aws::SageMaker
10051
10057
  UpdateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
10052
10058
  UpdateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
10053
10059
  UpdateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
10060
+ UpdateDomainRequest.add_member(:tag_propagation, Shapes::ShapeRef.new(shape: TagPropagation, location_name: "TagPropagation"))
10054
10061
  UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
10055
10062
 
10056
10063
  UpdateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
@@ -4559,13 +4559,20 @@ module Aws::SageMaker
4559
4559
  # CodeEditor applications.
4560
4560
  # @return [Types::AppLifecycleManagement]
4561
4561
  #
4562
+ # @!attribute [rw] built_in_lifecycle_config_arn
4563
+ # The lifecycle configuration that runs before the default lifecycle
4564
+ # configuration. It can override changes made in the default lifecycle
4565
+ # configuration.
4566
+ # @return [String]
4567
+ #
4562
4568
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CodeEditorAppSettings AWS API Documentation
4563
4569
  #
4564
4570
  class CodeEditorAppSettings < Struct.new(
4565
4571
  :default_resource_spec,
4566
4572
  :custom_images,
4567
4573
  :lifecycle_config_arns,
4568
- :app_lifecycle_management)
4574
+ :app_lifecycle_management,
4575
+ :built_in_lifecycle_config_arn)
4569
4576
  SENSITIVE = []
4570
4577
  include Aws::Structure
4571
4578
  end
@@ -6217,6 +6224,11 @@ module Aws::SageMaker
6217
6224
  # value must be set to `Service`.
6218
6225
  # @return [String]
6219
6226
  #
6227
+ # @!attribute [rw] tag_propagation
6228
+ # Indicates whether custom tag propagation is supported for the
6229
+ # domain. Defaults to `DISABLED`.
6230
+ # @return [String]
6231
+ #
6220
6232
  # @!attribute [rw] default_space_settings
6221
6233
  # The default settings used to create a space.
6222
6234
  # @return [Types::DefaultSpaceSettings]
@@ -6235,6 +6247,7 @@ module Aws::SageMaker
6235
6247
  :home_efs_file_system_kms_key_id,
6236
6248
  :kms_key_id,
6237
6249
  :app_security_group_management,
6250
+ :tag_propagation,
6238
6251
  :default_space_settings)
6239
6252
  SENSITIVE = []
6240
6253
  include Aws::Structure
@@ -12409,6 +12422,11 @@ module Aws::SageMaker
12409
12422
  # SageMaker image created on the instance.
12410
12423
  # @return [Types::ResourceSpec]
12411
12424
  #
12425
+ # @!attribute [rw] built_in_lifecycle_config_arn
12426
+ # The lifecycle configuration that runs before the default lifecycle
12427
+ # configuration
12428
+ # @return [String]
12429
+ #
12412
12430
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppResponse AWS API Documentation
12413
12431
  #
12414
12432
  class DescribeAppResponse < Struct.new(
@@ -12423,7 +12441,8 @@ module Aws::SageMaker
12423
12441
  :last_user_activity_timestamp,
12424
12442
  :creation_time,
12425
12443
  :failure_reason,
12426
- :resource_spec)
12444
+ :resource_spec,
12445
+ :built_in_lifecycle_config_arn)
12427
12446
  SENSITIVE = []
12428
12447
  include Aws::Structure
12429
12448
  end
@@ -13494,6 +13513,11 @@ module Aws::SageMaker
13494
13513
  # is provided.
13495
13514
  # @return [String]
13496
13515
  #
13516
+ # @!attribute [rw] tag_propagation
13517
+ # Indicates whether custom tag propagation is supported for the
13518
+ # domain.
13519
+ # @return [String]
13520
+ #
13497
13521
  # @!attribute [rw] default_space_settings
13498
13522
  # The default settings used to create a space.
13499
13523
  # @return [Types::DefaultSpaceSettings]
@@ -13522,6 +13546,7 @@ module Aws::SageMaker
13522
13546
  :vpc_id,
13523
13547
  :kms_key_id,
13524
13548
  :app_security_group_management,
13549
+ :tag_propagation,
13525
13550
  :default_space_settings)
13526
13551
  SENSITIVE = []
13527
13552
  include Aws::Structure
@@ -25179,6 +25204,12 @@ module Aws::SageMaker
25179
25204
  # EMR clusters or Amazon EMR Serverless applications.
25180
25205
  # @return [Types::EmrSettings]
25181
25206
  #
25207
+ # @!attribute [rw] built_in_lifecycle_config_arn
25208
+ # The lifecycle configuration that runs before the default lifecycle
25209
+ # configuration. It can override changes made in the default lifecycle
25210
+ # configuration.
25211
+ # @return [String]
25212
+ #
25182
25213
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/JupyterLabAppSettings AWS API Documentation
25183
25214
  #
25184
25215
  class JupyterLabAppSettings < Struct.new(
@@ -25187,7 +25218,8 @@ module Aws::SageMaker
25187
25218
  :lifecycle_config_arns,
25188
25219
  :code_repositories,
25189
25220
  :app_lifecycle_management,
25190
- :emr_settings)
25221
+ :emr_settings,
25222
+ :built_in_lifecycle_config_arn)
25191
25223
  SENSITIVE = []
25192
25224
  include Aws::Structure
25193
25225
  end
@@ -45318,6 +45350,11 @@ module Aws::SageMaker
45318
45350
  # is provided as part of the same request.
45319
45351
  # @return [String]
45320
45352
  #
45353
+ # @!attribute [rw] tag_propagation
45354
+ # Indicates whether custom tag propagation is supported for the
45355
+ # domain. Defaults to `DISABLED`.
45356
+ # @return [String]
45357
+ #
45321
45358
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDomainRequest AWS API Documentation
45322
45359
  #
45323
45360
  class UpdateDomainRequest < Struct.new(
@@ -45327,7 +45364,8 @@ module Aws::SageMaker
45327
45364
  :app_security_group_management,
45328
45365
  :default_space_settings,
45329
45366
  :subnet_ids,
45330
- :app_network_access_type)
45367
+ :app_network_access_type,
45368
+ :tag_propagation)
45331
45369
  SENSITIVE = []
45332
45370
  include Aws::Structure
45333
45371
  end
@@ -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.266.0'
58
+ GEM_VERSION = '1.268.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1085,7 +1085,8 @@ module Aws
1085
1085
  min_idle_timeout_in_minutes: ::Integer?,
1086
1086
  max_idle_timeout_in_minutes: ::Integer?
1087
1087
  }?
1088
- }?
1088
+ }?,
1089
+ built_in_lifecycle_config_arn: ::String?
1089
1090
  }?,
1090
1091
  jupyter_lab_app_settings: {
1091
1092
  default_resource_spec: {
@@ -1119,7 +1120,8 @@ module Aws
1119
1120
  emr_settings: {
1120
1121
  assumable_role_arns: Array[::String]?,
1121
1122
  execution_role_arns: Array[::String]?
1122
- }?
1123
+ }?,
1124
+ built_in_lifecycle_config_arn: ::String?
1123
1125
  }?,
1124
1126
  space_storage_settings: {
1125
1127
  default_ebs_storage_settings: {
@@ -1190,6 +1192,7 @@ module Aws
1190
1192
  ?home_efs_file_system_kms_key_id: ::String,
1191
1193
  ?kms_key_id: ::String,
1192
1194
  ?app_security_group_management: ("Service" | "Customer"),
1195
+ ?tag_propagation: ("ENABLED" | "DISABLED"),
1193
1196
  ?default_space_settings: {
1194
1197
  execution_role: ::String?,
1195
1198
  security_groups: Array[::String]?,
@@ -1257,7 +1260,8 @@ module Aws
1257
1260
  emr_settings: {
1258
1261
  assumable_role_arns: Array[::String]?,
1259
1262
  execution_role_arns: Array[::String]?
1260
- }?
1263
+ }?,
1264
+ built_in_lifecycle_config_arn: ::String?
1261
1265
  }?,
1262
1266
  space_storage_settings: {
1263
1267
  default_ebs_storage_settings: {
@@ -4177,7 +4181,8 @@ module Aws
4177
4181
  min_idle_timeout_in_minutes: ::Integer?,
4178
4182
  max_idle_timeout_in_minutes: ::Integer?
4179
4183
  }?
4180
- }?
4184
+ }?,
4185
+ built_in_lifecycle_config_arn: ::String?
4181
4186
  }?,
4182
4187
  jupyter_lab_app_settings: {
4183
4188
  default_resource_spec: {
@@ -4211,7 +4216,8 @@ module Aws
4211
4216
  emr_settings: {
4212
4217
  assumable_role_arns: Array[::String]?,
4213
4218
  execution_role_arns: Array[::String]?
4214
- }?
4219
+ }?,
4220
+ built_in_lifecycle_config_arn: ::String?
4215
4221
  }?,
4216
4222
  space_storage_settings: {
4217
4223
  default_ebs_storage_settings: {
@@ -4801,6 +4807,7 @@ module Aws
4801
4807
  def creation_time: () -> ::Time
4802
4808
  def failure_reason: () -> ::String
4803
4809
  def resource_spec: () -> Types::ResourceSpec
4810
+ def built_in_lifecycle_config_arn: () -> ::String
4804
4811
  end
4805
4812
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMaker/Client.html#describe_app-instance_method
4806
4813
  def describe_app: (
@@ -5082,6 +5089,7 @@ module Aws
5082
5089
  def vpc_id: () -> ::String
5083
5090
  def kms_key_id: () -> ::String
5084
5091
  def app_security_group_management: () -> ("Service" | "Customer")
5092
+ def tag_propagation: () -> ("ENABLED" | "DISABLED")
5085
5093
  def default_space_settings: () -> Types::DefaultSpaceSettings
5086
5094
  end
5087
5095
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMaker/Client.html#describe_domain-instance_method
@@ -8312,7 +8320,8 @@ module Aws
8312
8320
  min_idle_timeout_in_minutes: ::Integer?,
8313
8321
  max_idle_timeout_in_minutes: ::Integer?
8314
8322
  }?
8315
- }?
8323
+ }?,
8324
+ built_in_lifecycle_config_arn: ::String?
8316
8325
  }?,
8317
8326
  jupyter_lab_app_settings: {
8318
8327
  default_resource_spec: {
@@ -8346,7 +8355,8 @@ module Aws
8346
8355
  emr_settings: {
8347
8356
  assumable_role_arns: Array[::String]?,
8348
8357
  execution_role_arns: Array[::String]?
8349
- }?
8358
+ }?,
8359
+ built_in_lifecycle_config_arn: ::String?
8350
8360
  }?,
8351
8361
  space_storage_settings: {
8352
8362
  default_ebs_storage_settings: {
@@ -8473,7 +8483,8 @@ module Aws
8473
8483
  emr_settings: {
8474
8484
  assumable_role_arns: Array[::String]?,
8475
8485
  execution_role_arns: Array[::String]?
8476
- }?
8486
+ }?,
8487
+ built_in_lifecycle_config_arn: ::String?
8477
8488
  }?,
8478
8489
  space_storage_settings: {
8479
8490
  default_ebs_storage_settings: {
@@ -8495,7 +8506,8 @@ module Aws
8495
8506
  ]?
8496
8507
  },
8497
8508
  ?subnet_ids: Array[::String],
8498
- ?app_network_access_type: ("PublicInternetOnly" | "VpcOnly")
8509
+ ?app_network_access_type: ("PublicInternetOnly" | "VpcOnly"),
8510
+ ?tag_propagation: ("ENABLED" | "DISABLED")
8499
8511
  ) -> _UpdateDomainResponseSuccess
8500
8512
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainResponseSuccess
8501
8513
 
@@ -9435,7 +9447,8 @@ module Aws
9435
9447
  min_idle_timeout_in_minutes: ::Integer?,
9436
9448
  max_idle_timeout_in_minutes: ::Integer?
9437
9449
  }?
9438
- }?
9450
+ }?,
9451
+ built_in_lifecycle_config_arn: ::String?
9439
9452
  }?,
9440
9453
  jupyter_lab_app_settings: {
9441
9454
  default_resource_spec: {
@@ -9469,7 +9482,8 @@ module Aws
9469
9482
  emr_settings: {
9470
9483
  assumable_role_arns: Array[::String]?,
9471
9484
  execution_role_arns: Array[::String]?
9472
- }?
9485
+ }?,
9486
+ built_in_lifecycle_config_arn: ::String?
9473
9487
  }?,
9474
9488
  space_storage_settings: {
9475
9489
  default_ebs_storage_settings: {
data/sig/types.rbs CHANGED
@@ -808,6 +808,7 @@ module Aws::SageMaker
808
808
  attr_accessor custom_images: ::Array[Types::CustomImage]
809
809
  attr_accessor lifecycle_config_arns: ::Array[::String]
810
810
  attr_accessor app_lifecycle_management: Types::AppLifecycleManagement
811
+ attr_accessor built_in_lifecycle_config_arn: ::String
811
812
  SENSITIVE: []
812
813
  end
813
814
 
@@ -1155,6 +1156,7 @@ module Aws::SageMaker
1155
1156
  attr_accessor home_efs_file_system_kms_key_id: ::String
1156
1157
  attr_accessor kms_key_id: ::String
1157
1158
  attr_accessor app_security_group_management: ("Service" | "Customer")
1159
+ attr_accessor tag_propagation: ("ENABLED" | "DISABLED")
1158
1160
  attr_accessor default_space_settings: Types::DefaultSpaceSettings
1159
1161
  SENSITIVE: []
1160
1162
  end
@@ -2573,6 +2575,7 @@ module Aws::SageMaker
2573
2575
  attr_accessor creation_time: ::Time
2574
2576
  attr_accessor failure_reason: ::String
2575
2577
  attr_accessor resource_spec: Types::ResourceSpec
2578
+ attr_accessor built_in_lifecycle_config_arn: ::String
2576
2579
  SENSITIVE: []
2577
2580
  end
2578
2581
 
@@ -2834,6 +2837,7 @@ module Aws::SageMaker
2834
2837
  attr_accessor vpc_id: ::String
2835
2838
  attr_accessor kms_key_id: ::String
2836
2839
  attr_accessor app_security_group_management: ("Service" | "Customer")
2840
+ attr_accessor tag_propagation: ("ENABLED" | "DISABLED")
2837
2841
  attr_accessor default_space_settings: Types::DefaultSpaceSettings
2838
2842
  SENSITIVE: []
2839
2843
  end
@@ -5085,6 +5089,7 @@ module Aws::SageMaker
5085
5089
  attr_accessor code_repositories: ::Array[Types::CodeRepository]
5086
5090
  attr_accessor app_lifecycle_management: Types::AppLifecycleManagement
5087
5091
  attr_accessor emr_settings: Types::EmrSettings
5092
+ attr_accessor built_in_lifecycle_config_arn: ::String
5088
5093
  SENSITIVE: []
5089
5094
  end
5090
5095
 
@@ -9428,6 +9433,7 @@ module Aws::SageMaker
9428
9433
  attr_accessor default_space_settings: Types::DefaultSpaceSettings
9429
9434
  attr_accessor subnet_ids: ::Array[::String]
9430
9435
  attr_accessor app_network_access_type: ("PublicInternetOnly" | "VpcOnly")
9436
+ attr_accessor tag_propagation: ("ENABLED" | "DISABLED")
9431
9437
  SENSITIVE: []
9432
9438
  end
9433
9439
 
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.266.0
4
+ version: 1.268.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: 2024-09-24 00:00:00.000000000 Z
11
+ date: 2024-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core