aws-sdk-sagemaker 1.158.0 → 1.160.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +12 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +4 -0
- data/lib/aws-sdk-sagemaker/endpoint_provider.rb +44 -110
- data/lib/aws-sdk-sagemaker/types.rb +30 -4
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68257fc763d05bf903e7e94883a6d57ada657a4a5e1f896d0835e2756e2f68ea
|
4
|
+
data.tar.gz: 8a623fd58b20bae9857cc94c64707f6aad1f0a315cee7f3bcefc6752a6763180
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4147ec5f876a614bc6a4b5f50e15059d51f6a32d2b9f1a175535ff594bff17f4b2cce60bb558298fbda3c0068cb0b95e7204b2a6ea4f16c3d249a4cb7725f97c
|
7
|
+
data.tar.gz: e52e107a3d7408fec2c7cb1c75ff82e91030b7c4966dfb7d58fe62ef88457df2147cd8a74960574dad8429f838eab1909df802834343400efacf7d529494bce0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.160.0 (2023-01-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
10
|
+
|
11
|
+
1.159.0 (2022-12-21)
|
12
|
+
------------------
|
13
|
+
|
14
|
+
* 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
|
15
|
+
|
4
16
|
1.158.0 (2022-12-20)
|
5
17
|
------------------
|
6
18
|
|
@@ -805,4 +817,4 @@ Unreleased Changes
|
|
805
817
|
1.0.0 (2017-11-29)
|
806
818
|
------------------
|
807
819
|
|
808
|
-
* Feature - Initial release of `aws-sdk-sagemaker`.
|
820
|
+
* Feature - Initial release of `aws-sdk-sagemaker`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.160.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.
|
22719
|
+
context[:gem_version] = '1.160.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"))
|
@@ -9,118 +9,52 @@
|
|
9
9
|
|
10
10
|
module Aws::SageMaker
|
11
11
|
class EndpointProvider
|
12
|
-
def
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
12
|
+
def resolve_endpoint(parameters)
|
13
|
+
region = parameters.region
|
14
|
+
use_dual_stack = parameters.use_dual_stack
|
15
|
+
use_fips = parameters.use_fips
|
16
|
+
endpoint = parameters.endpoint
|
17
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
18
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
+
end
|
22
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
+
end
|
25
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
+
end
|
27
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
+
return Aws::Endpoints::Endpoint.new(url: "https://api.sagemaker-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
+
end
|
31
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
+
end
|
33
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
35
|
+
if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
36
|
+
return Aws::Endpoints::Endpoint.new(url: "https://api-fips.sagemaker.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
|
+
end
|
38
|
+
if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1-secondary")
|
39
|
+
return Aws::Endpoints::Endpoint.new(url: "https://api.sagemaker.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
|
40
|
+
end
|
41
|
+
if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://api-fips.sagemaker.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
43
|
+
end
|
44
|
+
return Aws::Endpoints::Endpoint.new(url: "https://api.sagemaker-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
45
|
+
end
|
46
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
47
|
+
end
|
48
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
49
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
50
|
+
return Aws::Endpoints::Endpoint.new(url: "https://api.sagemaker.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
51
|
+
end
|
52
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
53
|
+
end
|
54
|
+
return Aws::Endpoints::Endpoint.new(url: "https://api.sagemaker.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
21
55
|
end
|
22
|
-
|
23
|
-
end
|
56
|
+
raise ArgumentError, 'No endpoint could be resolved'
|
24
57
|
|
25
|
-
def resolve_endpoint(parameters)
|
26
|
-
@provider.resolve_endpoint(parameters)
|
27
58
|
end
|
28
|
-
|
29
|
-
# @api private
|
30
|
-
RULES = <<-JSON
|
31
|
-
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
|
33
|
-
YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
|
34
|
-
ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
|
35
|
-
aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
|
36
|
-
ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
|
37
|
-
IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
|
38
|
-
bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
|
39
|
-
aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
|
40
|
-
IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
|
41
|
-
IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
|
42
|
-
aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
|
43
|
-
Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
|
44
|
-
cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
|
45
|
-
bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
|
46
|
-
YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
|
47
|
-
bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
|
48
|
-
ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
|
49
|
-
IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
|
50
|
-
b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
|
51
|
-
ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
|
52
|
-
dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
|
53
|
-
c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
|
54
|
-
cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
|
55
|
-
dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
|
56
|
-
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
|
57
|
-
ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
|
58
|
-
b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
59
|
-
aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
|
60
|
-
VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
|
61
|
-
Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
|
62
|
-
b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
|
63
|
-
XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
|
64
|
-
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
65
|
-
fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
|
66
|
-
Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
|
67
|
-
bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
|
68
|
-
eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
|
69
|
-
b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
|
70
|
-
Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
|
71
|
-
XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
|
72
|
-
OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
|
73
|
-
InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
|
74
|
-
IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
|
75
|
-
Ly9hcGkuc2FnZW1ha2VyLWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3Vs
|
76
|
-
dCNkdWFsU3RhY2tEbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRl
|
77
|
-
cnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNvbmRpdGlvbnMiOltd
|
78
|
-
LCJlcnJvciI6IkZJUFMgYW5kIER1YWxTdGFjayBhcmUgZW5hYmxlZCwgYnV0
|
79
|
-
IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgb25lIG9yIGJvdGgi
|
80
|
-
LCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
|
81
|
-
ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfV0s
|
82
|
-
InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
|
83
|
-
Ym9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRyIiwi
|
84
|
-
YXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRklQ
|
85
|
-
UyJdfV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
|
86
|
-
W10sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZu
|
87
|
-
Ijoic3RyaW5nRXF1YWxzIiwiYXJndiI6WyJhd3MiLHsiZm4iOiJnZXRBdHRy
|
88
|
-
IiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sIm5hbWUiXX1d
|
89
|
-
fV0sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vYXBpLWZpcHMuc2FnZW1h
|
90
|
-
a2VyLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInBy
|
91
|
-
b3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9
|
92
|
-
LHsiY29uZGl0aW9ucyI6W3siZm4iOiJzdHJpbmdFcXVhbHMiLCJhcmd2Ijpb
|
93
|
-
eyJyZWYiOiJSZWdpb24ifSwidXMtZ292LXdlc3QtMS1zZWNvbmRhcnkiXX1d
|
94
|
-
LCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2FwaS5zYWdlbWFrZXIudXMt
|
95
|
-
Z292LXdlc3QtMS5hbWF6b25hd3MuY29tIiwicHJvcGVydGllcyI6e30sImhl
|
96
|
-
YWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In0seyJjb25kaXRpb25zIjpb
|
97
|
-
eyJmbiI6InN0cmluZ0VxdWFscyIsImFyZ3YiOlsiYXdzLXVzLWdvdiIseyJm
|
98
|
-
biI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQi
|
99
|
-
fSwibmFtZSJdfV19XSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9hcGkt
|
100
|
-
Zmlwcy5zYWdlbWFrZXIue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNT
|
101
|
-
dWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6
|
102
|
-
ImVuZHBvaW50In0seyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJs
|
103
|
-
IjoiaHR0cHM6Ly9hcGkuc2FnZW1ha2VyLWZpcHMue1JlZ2lvbn0ue1BhcnRp
|
104
|
-
dGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRl
|
105
|
-
cnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6
|
106
|
-
W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlv
|
107
|
-
biBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3IifV19LHsi
|
108
|
-
Y29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3si
|
109
|
-
cmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJy
|
110
|
-
dWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwi
|
111
|
-
YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
|
112
|
-
YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
|
113
|
-
cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
114
|
-
dCI6eyJ1cmwiOiJodHRwczovL2FwaS5zYWdlbWFrZXIue1JlZ2lvbn0ue1Bh
|
115
|
-
cnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9IiwicHJvcGVydGll
|
116
|
-
cyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNv
|
117
|
-
bmRpdGlvbnMiOltdLCJlcnJvciI6IkR1YWxTdGFjayBpcyBlbmFibGVkIGJ1
|
118
|
-
dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IER1YWxTdGFjayIs
|
119
|
-
InR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQi
|
120
|
-
OnsidXJsIjoiaHR0cHM6Ly9hcGkuc2FnZW1ha2VyLntSZWdpb259LntQYXJ0
|
121
|
-
aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFk
|
122
|
-
ZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfQ==
|
123
|
-
|
124
|
-
JSON
|
125
59
|
end
|
126
60
|
end
|
@@ -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
|
-
#
|
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
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
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.
|
4
|
+
version: 1.160.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:
|
11
|
+
date: 2023-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|