aws-sdk-sagemaker 1.158.0 → 1.159.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: afa3d9aad52d2754e4e54670bff15a1be4f111158df8df74341671fa4f4a5573
4
- data.tar.gz: 609ae29dcd112366ce30892884bafc2ea3c5d7a8dea344374783928d7865582a
3
+ metadata.gz: '0890d98eddadde040eac5ef7d4ed869dd3bb6461060f0859d47518379b660a1b'
4
+ data.tar.gz: 16aeb1fc5318f4b9d0dea72a879d43b4189e592c55c405dddb801cf999cd241b
5
5
  SHA512:
6
- metadata.gz: 036e5c82c6a7a42f3e10141e8c00a2687011434939868f4990b847474b04ec3a4ddd35a3307eb3c44a864ef0bd140836b2bf11223078ccc43aecf02f26c81d75
7
- data.tar.gz: c557948a687fe872b8c85c3ba5084c2ac42717fc3f811171d1ea3ecd220f7ae5a714807fb6f285372168f7618b9168d6e9c4a2bda7ea19f125c5668ddf62d54e
6
+ metadata.gz: 75d8ae6495bdd8f4c52f7005715d31cc775da29ec8266a14eecff3347a025fb3e068707fca46c592a98d207efbc464a0e576c3001e612915d7cac4fc880de535
7
+ data.tar.gz: 26511dfec195d859f21ad3a0d914c8c57f12ac8f85157460e7a3d0a7b31ca6b8332d63294e767ea1523e4b5f98f69fb745b707bd36036b48388ad874e36670fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.159.0 (2022-12-21)
5
+ ------------------
6
+
7
+ * Feature - This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains
8
+
4
9
  1.158.0 (2022-12-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.158.0
1
+ 1.159.0
@@ -20717,6 +20717,13 @@ module Aws::SageMaker
20717
20717
  # @option params [Types::DefaultSpaceSettings] :default_space_settings
20718
20718
  # The default settings used to create a space within the Domain.
20719
20719
  #
20720
+ # @option params [String] :app_security_group_management
20721
+ # The entity that creates and manages the required security groups for
20722
+ # inter-app communication in `VPCOnly` mode. Required when
20723
+ # `CreateDomain.AppNetworkAccessType` is `VPCOnly` and
20724
+ # `DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn`
20725
+ # is provided.
20726
+ #
20720
20727
  # @return [Types::UpdateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
20721
20728
  #
20722
20729
  # * {Types::UpdateDomainResponse#domain_arn #domain_arn} => String
@@ -20806,8 +20813,11 @@ module Aws::SageMaker
20806
20813
  # instance_type: "system", # accepts 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
20807
20814
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
20808
20815
  # },
20816
+ # r_studio_connect_url: "String",
20817
+ # r_studio_package_manager_url: "String",
20809
20818
  # },
20810
20819
  # execution_role_identity_config: "USER_PROFILE_NAME", # accepts USER_PROFILE_NAME, DISABLED
20820
+ # security_group_ids: ["SecurityGroupId"],
20811
20821
  # },
20812
20822
  # default_space_settings: {
20813
20823
  # execution_role: "RoleArn",
@@ -20843,6 +20853,7 @@ module Aws::SageMaker
20843
20853
  # lifecycle_config_arns: ["StudioLifecycleConfigArn"],
20844
20854
  # },
20845
20855
  # },
20856
+ # app_security_group_management: "Service", # accepts Service, Customer
20846
20857
  # })
20847
20858
  #
20848
20859
  # @example Response structure
@@ -22705,7 +22716,7 @@ module Aws::SageMaker
22705
22716
  params: params,
22706
22717
  config: config)
22707
22718
  context[:gem_name] = 'aws-sdk-sagemaker'
22708
- context[:gem_version] = '1.158.0'
22719
+ context[:gem_version] = '1.159.0'
22709
22720
  Seahorse::Client::Request.new(handlers, context)
22710
22721
  end
22711
22722
 
@@ -4593,6 +4593,7 @@ module Aws::SageMaker
4593
4593
 
4594
4594
  DomainSettingsForUpdate.add_member(:r_studio_server_pro_domain_settings_for_update, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettingsForUpdate, location_name: "RStudioServerProDomainSettingsForUpdate"))
4595
4595
  DomainSettingsForUpdate.add_member(:execution_role_identity_config, Shapes::ShapeRef.new(shape: ExecutionRoleIdentityConfig, location_name: "ExecutionRoleIdentityConfig"))
4596
+ DomainSettingsForUpdate.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: DomainSecurityGroupIds, location_name: "SecurityGroupIds"))
4596
4597
  DomainSettingsForUpdate.struct_class = Types::DomainSettingsForUpdate
4597
4598
 
4598
4599
  DriftCheckBaselines.add_member(:bias, Shapes::ShapeRef.new(shape: DriftCheckBias, location_name: "Bias"))
@@ -7555,6 +7556,8 @@ module Aws::SageMaker
7555
7556
 
7556
7557
  RStudioServerProDomainSettingsForUpdate.add_member(:domain_execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "DomainExecutionRoleArn"))
7557
7558
  RStudioServerProDomainSettingsForUpdate.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
7559
+ RStudioServerProDomainSettingsForUpdate.add_member(:r_studio_connect_url, Shapes::ShapeRef.new(shape: String, location_name: "RStudioConnectUrl"))
7560
+ RStudioServerProDomainSettingsForUpdate.add_member(:r_studio_package_manager_url, Shapes::ShapeRef.new(shape: String, location_name: "RStudioPackageManagerUrl"))
7558
7561
  RStudioServerProDomainSettingsForUpdate.struct_class = Types::RStudioServerProDomainSettingsForUpdate
7559
7562
 
7560
7563
  RealTimeInferenceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "InstanceType"))
@@ -8363,6 +8366,7 @@ module Aws::SageMaker
8363
8366
  UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
8364
8367
  UpdateDomainRequest.add_member(:domain_settings_for_update, Shapes::ShapeRef.new(shape: DomainSettingsForUpdate, location_name: "DomainSettingsForUpdate"))
8365
8368
  UpdateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
8369
+ UpdateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
8366
8370
  UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
8367
8371
 
8368
8372
  UpdateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
@@ -15388,11 +15388,18 @@ module Aws::SageMaker
15388
15388
  # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html
15389
15389
  # @return [String]
15390
15390
  #
15391
+ # @!attribute [rw] security_group_ids
15392
+ # The security groups for the Amazon Virtual Private Cloud that the
15393
+ # `Domain` uses for communication between Domain-level apps and user
15394
+ # apps.
15395
+ # @return [Array<String>]
15396
+ #
15391
15397
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettingsForUpdate AWS API Documentation
15392
15398
  #
15393
15399
  class DomainSettingsForUpdate < Struct.new(
15394
15400
  :r_studio_server_pro_domain_settings_for_update,
15395
- :execution_role_identity_config)
15401
+ :execution_role_identity_config,
15402
+ :security_group_ids)
15396
15403
  SENSITIVE = []
15397
15404
  include Aws::Structure
15398
15405
  end
@@ -19089,7 +19096,7 @@ module Aws::SageMaker
19089
19096
  # The number of instances of the type specified by `InstanceType`.
19090
19097
  # Choose an instance count larger than 1 for distributed training
19091
19098
  # algorithms. See [SageMaker distributed training jobs][1] for more
19092
- # information.
19099
+ # informcration.
19093
19100
  #
19094
19101
  #
19095
19102
  #
@@ -32423,11 +32430,21 @@ module Aws::SageMaker
32423
32430
  # version, and the instance type that the version runs on.
32424
32431
  # @return [Types::ResourceSpec]
32425
32432
  #
32433
+ # @!attribute [rw] r_studio_connect_url
32434
+ # A URL pointing to an RStudio Connect server.
32435
+ # @return [String]
32436
+ #
32437
+ # @!attribute [rw] r_studio_package_manager_url
32438
+ # A URL pointing to an RStudio Package Manager server.
32439
+ # @return [String]
32440
+ #
32426
32441
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RStudioServerProDomainSettingsForUpdate AWS API Documentation
32427
32442
  #
32428
32443
  class RStudioServerProDomainSettingsForUpdate < Struct.new(
32429
32444
  :domain_execution_role_arn,
32430
- :default_resource_spec)
32445
+ :default_resource_spec,
32446
+ :r_studio_connect_url,
32447
+ :r_studio_package_manager_url)
32431
32448
  SENSITIVE = []
32432
32449
  include Aws::Structure
32433
32450
  end
@@ -37253,13 +37270,22 @@ module Aws::SageMaker
37253
37270
  # The default settings used to create a space within the Domain.
37254
37271
  # @return [Types::DefaultSpaceSettings]
37255
37272
  #
37273
+ # @!attribute [rw] app_security_group_management
37274
+ # The entity that creates and manages the required security groups for
37275
+ # inter-app communication in `VPCOnly` mode. Required when
37276
+ # `CreateDomain.AppNetworkAccessType` is `VPCOnly` and
37277
+ # `DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn`
37278
+ # is provided.
37279
+ # @return [String]
37280
+ #
37256
37281
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDomainRequest AWS API Documentation
37257
37282
  #
37258
37283
  class UpdateDomainRequest < Struct.new(
37259
37284
  :domain_id,
37260
37285
  :default_user_settings,
37261
37286
  :domain_settings_for_update,
37262
- :default_space_settings)
37287
+ :default_space_settings,
37288
+ :app_security_group_management)
37263
37289
  SENSITIVE = []
37264
37290
  include Aws::Structure
37265
37291
  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.158.0'
56
+ GEM_VERSION = '1.159.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.158.0
4
+ version: 1.159.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-12-20 00:00:00.000000000 Z
11
+ date: 2022-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core