aws-sdk-sagemaker 1.105.0 → 1.106.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: 309e5046a944d0337c59af75f056bd81c8878fc269128a7e9bd9be3572ea1700
4
- data.tar.gz: d371d7f593d09a8ff0ef3097cb92f6456e755205290dc62c58cae48b2ff68b91
3
+ metadata.gz: 702d6329663c3c4f427a3406d38248caf4c22f3ce2f9e5dfae516392c685668e
4
+ data.tar.gz: a4235f1a88e32b854fcb1fdf86fc0a306c07dc6c9d62b4962189e86440ae9db1
5
5
  SHA512:
6
- metadata.gz: eba4a07ffa818c27f25b02c822ced11d69e14496e565ae392d2c1ce05dc8e0d61501ee860f19c1a2d18734086540bd59c22493566754706200b3110844145610
7
- data.tar.gz: c54933b4ac4e7896275cdb1d8761c7bf51156d6116b880cc426d4929159c97689a91358f12e154a011a396f7e4a6517bf205ee8ca657e098716174c07e8df07d
6
+ metadata.gz: 14aadd58daf3ec38103b05c1174166bc99268893d8e34ef6338e131e2302bcab002f4d2628fccd3d217a64fc34d34bd51eab9e799ddb2f0432dff10b1e9cbe62
7
+ data.tar.gz: bf0dcabda9efb3ba348a499ab2254011f419801f892c7c1e410cd2696d8d4370f58232da0f37491d468a4fe040228c47a1d8706ec8faf76067d7942705228d01
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2021-10-28)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for RStudio on SageMaker.
8
+
4
9
  1.105.0 (2021-10-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.106.0
@@ -934,7 +934,7 @@ module Aws::SageMaker
934
934
  # resp = client.create_app({
935
935
  # domain_id: "DomainId", # required
936
936
  # user_profile_name: "UserProfileName", # required
937
- # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard
937
+ # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard, RStudioServerPro, RSessionGateway
938
938
  # app_name: "AppName", # required
939
939
  # tags: [
940
940
  # {
@@ -1812,6 +1812,16 @@ module Aws::SageMaker
1812
1812
  # attached to the domain with an Amazon Web Services managed key by
1813
1813
  # default. For more control, specify a customer managed key.
1814
1814
  #
1815
+ # @option params [String] :app_security_group_management
1816
+ # The entity that creates and manages the required security groups for
1817
+ # inter-app communication in `VPCOnly` mode. Required when
1818
+ # `CreateDomain.AppNetworkAccessType` is `VPCOnly` and
1819
+ # `DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn`
1820
+ # is provided.
1821
+ #
1822
+ # @option params [Types::DomainSettings] :domain_settings
1823
+ # A collection of `Domain` settings.
1824
+ #
1815
1825
  # @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1816
1826
  #
1817
1827
  # * {Types::CreateDomainResponse#domain_arn #domain_arn} => String
@@ -1863,6 +1873,12 @@ module Aws::SageMaker
1863
1873
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
1864
1874
  # },
1865
1875
  # },
1876
+ # r_studio_server_pro_app_settings: {
1877
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
1878
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
1879
+ # },
1880
+ # r_session_app_settings: {
1881
+ # },
1866
1882
  # },
1867
1883
  # subnet_ids: ["SubnetId"], # required
1868
1884
  # vpc_id: "VpcId", # required
@@ -1875,6 +1891,21 @@ module Aws::SageMaker
1875
1891
  # app_network_access_type: "PublicInternetOnly", # accepts PublicInternetOnly, VpcOnly
1876
1892
  # home_efs_file_system_kms_key_id: "KmsKeyId",
1877
1893
  # kms_key_id: "KmsKeyId",
1894
+ # app_security_group_management: "Service", # accepts Service, Customer
1895
+ # domain_settings: {
1896
+ # security_group_ids: ["SecurityGroupId"],
1897
+ # r_studio_server_pro_domain_settings: {
1898
+ # domain_execution_role_arn: "RoleArn", # required
1899
+ # r_studio_connect_url: "String",
1900
+ # r_studio_package_manager_url: "String",
1901
+ # default_resource_spec: {
1902
+ # sage_maker_image_arn: "ImageArn",
1903
+ # sage_maker_image_version_arn: "ImageVersionArn",
1904
+ # 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
1905
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
1906
+ # },
1907
+ # },
1908
+ # },
1878
1909
  # })
1879
1910
  #
1880
1911
  # @example Response structure
@@ -6129,6 +6160,12 @@ module Aws::SageMaker
6129
6160
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
6130
6161
  # },
6131
6162
  # },
6163
+ # r_studio_server_pro_app_settings: {
6164
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
6165
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
6166
+ # },
6167
+ # r_session_app_settings: {
6168
+ # },
6132
6169
  # },
6133
6170
  # })
6134
6171
  #
@@ -6426,7 +6463,7 @@ module Aws::SageMaker
6426
6463
  # resp = client.delete_app({
6427
6464
  # domain_id: "DomainId", # required
6428
6465
  # user_profile_name: "UserProfileName", # required
6429
- # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard
6466
+ # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard, RStudioServerPro, RSessionGateway
6430
6467
  # app_name: "AppName", # required
6431
6468
  # })
6432
6469
  #
@@ -7671,14 +7708,14 @@ module Aws::SageMaker
7671
7708
  # resp = client.describe_app({
7672
7709
  # domain_id: "DomainId", # required
7673
7710
  # user_profile_name: "UserProfileName", # required
7674
- # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard
7711
+ # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard, RStudioServerPro, RSessionGateway
7675
7712
  # app_name: "AppName", # required
7676
7713
  # })
7677
7714
  #
7678
7715
  # @example Response structure
7679
7716
  #
7680
7717
  # resp.app_arn #=> String
7681
- # resp.app_type #=> String, one of "JupyterServer", "KernelGateway", "TensorBoard"
7718
+ # resp.app_type #=> String, one of "JupyterServer", "KernelGateway", "TensorBoard", "RStudioServerPro", "RSessionGateway"
7682
7719
  # resp.app_name #=> String
7683
7720
  # resp.domain_id #=> String
7684
7721
  # resp.user_profile_name #=> String
@@ -8282,6 +8319,9 @@ module Aws::SageMaker
8282
8319
  # * {Types::DescribeDomainResponse#url #url} => String
8283
8320
  # * {Types::DescribeDomainResponse#vpc_id #vpc_id} => String
8284
8321
  # * {Types::DescribeDomainResponse#kms_key_id #kms_key_id} => String
8322
+ # * {Types::DescribeDomainResponse#domain_settings #domain_settings} => Types::DomainSettings
8323
+ # * {Types::DescribeDomainResponse#app_security_group_management #app_security_group_management} => String
8324
+ # * {Types::DescribeDomainResponse#security_group_id_for_domain_boundary #security_group_id_for_domain_boundary} => String
8285
8325
  #
8286
8326
  # @example Request syntax with placeholder values
8287
8327
  #
@@ -8327,6 +8367,8 @@ module Aws::SageMaker
8327
8367
  # resp.default_user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
8328
8368
  # resp.default_user_settings.tensor_board_app_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"
8329
8369
  # resp.default_user_settings.tensor_board_app_settings.default_resource_spec.lifecycle_config_arn #=> String
8370
+ # resp.default_user_settings.r_studio_server_pro_app_settings.access_status #=> String, one of "ENABLED", "DISABLED"
8371
+ # resp.default_user_settings.r_studio_server_pro_app_settings.user_group #=> String, one of "R_STUDIO_ADMIN", "R_STUDIO_USER"
8330
8372
  # resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
8331
8373
  # resp.home_efs_file_system_kms_key_id #=> String
8332
8374
  # resp.subnet_ids #=> Array
@@ -8334,6 +8376,17 @@ module Aws::SageMaker
8334
8376
  # resp.url #=> String
8335
8377
  # resp.vpc_id #=> String
8336
8378
  # resp.kms_key_id #=> String
8379
+ # resp.domain_settings.security_group_ids #=> Array
8380
+ # resp.domain_settings.security_group_ids[0] #=> String
8381
+ # resp.domain_settings.r_studio_server_pro_domain_settings.domain_execution_role_arn #=> String
8382
+ # resp.domain_settings.r_studio_server_pro_domain_settings.r_studio_connect_url #=> String
8383
+ # resp.domain_settings.r_studio_server_pro_domain_settings.r_studio_package_manager_url #=> String
8384
+ # resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.sage_maker_image_arn #=> String
8385
+ # resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.sage_maker_image_version_arn #=> String
8386
+ # 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"
8387
+ # resp.domain_settings.r_studio_server_pro_domain_settings.default_resource_spec.lifecycle_config_arn #=> String
8388
+ # resp.app_security_group_management #=> String, one of "Service", "Customer"
8389
+ # resp.security_group_id_for_domain_boundary #=> String
8337
8390
  #
8338
8391
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomain AWS API Documentation
8339
8392
  #
@@ -10772,6 +10825,8 @@ module Aws::SageMaker
10772
10825
  # resp.user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
10773
10826
  # resp.user_settings.tensor_board_app_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"
10774
10827
  # resp.user_settings.tensor_board_app_settings.default_resource_spec.lifecycle_config_arn #=> String
10828
+ # resp.user_settings.r_studio_server_pro_app_settings.access_status #=> String, one of "ENABLED", "DISABLED"
10829
+ # resp.user_settings.r_studio_server_pro_app_settings.user_group #=> String, one of "R_STUDIO_ADMIN", "R_STUDIO_USER"
10775
10830
  #
10776
10831
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
10777
10832
  #
@@ -11372,7 +11427,7 @@ module Aws::SageMaker
11372
11427
  # resp.apps #=> Array
11373
11428
  # resp.apps[0].domain_id #=> String
11374
11429
  # resp.apps[0].user_profile_name #=> String
11375
- # resp.apps[0].app_type #=> String, one of "JupyterServer", "KernelGateway", "TensorBoard"
11430
+ # resp.apps[0].app_type #=> String, one of "JupyterServer", "KernelGateway", "TensorBoard", "RStudioServerPro", "RSessionGateway"
11376
11431
  # resp.apps[0].app_name #=> String
11377
11432
  # resp.apps[0].status #=> String, one of "Deleted", "Deleting", "Failed", "InService", "Pending"
11378
11433
  # resp.apps[0].creation_time #=> Time
@@ -16937,6 +16992,9 @@ module Aws::SageMaker
16937
16992
  # @option params [Types::UserSettings] :default_user_settings
16938
16993
  # A collection of settings.
16939
16994
  #
16995
+ # @option params [Types::DomainSettingsForUpdate] :domain_settings_for_update
16996
+ # A collection of `DomainSettings` configuration values to update.
16997
+ #
16940
16998
  # @return [Types::UpdateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16941
16999
  #
16942
17000
  # * {Types::UpdateDomainResponse#domain_arn #domain_arn} => String
@@ -16986,6 +17044,23 @@ module Aws::SageMaker
16986
17044
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
16987
17045
  # },
16988
17046
  # },
17047
+ # r_studio_server_pro_app_settings: {
17048
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
17049
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
17050
+ # },
17051
+ # r_session_app_settings: {
17052
+ # },
17053
+ # },
17054
+ # domain_settings_for_update: {
17055
+ # r_studio_server_pro_domain_settings_for_update: {
17056
+ # domain_execution_role_arn: "RoleArn", # required
17057
+ # default_resource_spec: {
17058
+ # sage_maker_image_arn: "ImageArn",
17059
+ # sage_maker_image_version_arn: "ImageVersionArn",
17060
+ # 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
17061
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
17062
+ # },
17063
+ # },
16989
17064
  # },
16990
17065
  # })
16991
17066
  #
@@ -17680,17 +17755,18 @@ module Aws::SageMaker
17680
17755
  # The product ID and provisioning artifact ID to provision a service
17681
17756
  # catalog. The provisioning artifact ID will default to the latest
17682
17757
  # provisioning artifact ID of the product, if you don't provide the
17683
- # provisioning artifact ID. For more information, see [What is AWS
17684
- # Service Catalog][1].
17758
+ # provisioning artifact ID. For more information, see [What is Amazon
17759
+ # Web Services Service Catalog][1].
17685
17760
  #
17686
17761
  #
17687
17762
  #
17688
17763
  # [1]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
17689
17764
  #
17690
17765
  # @option params [Array<Types::Tag>] :tags
17691
- # An array of key-value pairs. You can use tags to categorize your AWS
17692
- # resources in different ways, for example, by purpose, owner, or
17693
- # environment. For more information, see [Tagging AWS Resources][1].
17766
+ # An array of key-value pairs. You can use tags to categorize your
17767
+ # Amazon Web Services resources in different ways, for example, by
17768
+ # purpose, owner, or environment. For more information, see [Tagging
17769
+ # Amazon Web Services Resources][1].
17694
17770
  #
17695
17771
  #
17696
17772
  #
@@ -17979,6 +18055,12 @@ module Aws::SageMaker
17979
18055
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
17980
18056
  # },
17981
18057
  # },
18058
+ # r_studio_server_pro_app_settings: {
18059
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
18060
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
18061
+ # },
18062
+ # r_session_app_settings: {
18063
+ # },
17982
18064
  # },
17983
18065
  # })
17984
18066
  #
@@ -18205,7 +18287,7 @@ module Aws::SageMaker
18205
18287
  params: params,
18206
18288
  config: config)
18207
18289
  context[:gem_name] = 'aws-sdk-sagemaker'
18208
- context[:gem_version] = '1.105.0'
18290
+ context[:gem_version] = '1.106.0'
18209
18291
  Seahorse::Client::Request.new(handlers, context)
18210
18292
  end
18211
18293
 
@@ -56,6 +56,7 @@ module Aws::SageMaker
56
56
  AppManaged = Shapes::BooleanShape.new(name: 'AppManaged')
57
57
  AppName = Shapes::StringShape.new(name: 'AppName')
58
58
  AppNetworkAccessType = Shapes::StringShape.new(name: 'AppNetworkAccessType')
59
+ AppSecurityGroupManagement = Shapes::StringShape.new(name: 'AppSecurityGroupManagement')
59
60
  AppSortKey = Shapes::StringShape.new(name: 'AppSortKey')
60
61
  AppSpecification = Shapes::StructureShape.new(name: 'AppSpecification')
61
62
  AppStatus = Shapes::StringShape.new(name: 'AppStatus')
@@ -528,6 +529,9 @@ module Aws::SageMaker
528
529
  DomainId = Shapes::StringShape.new(name: 'DomainId')
529
530
  DomainList = Shapes::ListShape.new(name: 'DomainList')
530
531
  DomainName = Shapes::StringShape.new(name: 'DomainName')
532
+ DomainSecurityGroupIds = Shapes::ListShape.new(name: 'DomainSecurityGroupIds')
533
+ DomainSettings = Shapes::StructureShape.new(name: 'DomainSettings')
534
+ DomainSettingsForUpdate = Shapes::StructureShape.new(name: 'DomainSettingsForUpdate')
531
535
  DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
532
536
  DoubleParameterValue = Shapes::FloatShape.new(name: 'DoubleParameterValue')
533
537
  EdgeModel = Shapes::StructureShape.new(name: 'EdgeModel')
@@ -1170,6 +1174,12 @@ module Aws::SageMaker
1170
1174
  PublicWorkforceTaskPrice = Shapes::StructureShape.new(name: 'PublicWorkforceTaskPrice')
1171
1175
  PutModelPackageGroupPolicyInput = Shapes::StructureShape.new(name: 'PutModelPackageGroupPolicyInput')
1172
1176
  PutModelPackageGroupPolicyOutput = Shapes::StructureShape.new(name: 'PutModelPackageGroupPolicyOutput')
1177
+ RSessionAppSettings = Shapes::StructureShape.new(name: 'RSessionAppSettings')
1178
+ RStudioServerProAccessStatus = Shapes::StringShape.new(name: 'RStudioServerProAccessStatus')
1179
+ RStudioServerProAppSettings = Shapes::StructureShape.new(name: 'RStudioServerProAppSettings')
1180
+ RStudioServerProDomainSettings = Shapes::StructureShape.new(name: 'RStudioServerProDomainSettings')
1181
+ RStudioServerProDomainSettingsForUpdate = Shapes::StructureShape.new(name: 'RStudioServerProDomainSettingsForUpdate')
1182
+ RStudioServerProUserGroup = Shapes::StringShape.new(name: 'RStudioServerProUserGroup')
1173
1183
  RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
1174
1184
  RecordWrapper = Shapes::StringShape.new(name: 'RecordWrapper')
1175
1185
  RedshiftClusterId = Shapes::StringShape.new(name: 'RedshiftClusterId')
@@ -2082,6 +2092,8 @@ module Aws::SageMaker
2082
2092
  CreateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
2083
2093
  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."}))
2084
2094
  CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2095
+ CreateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
2096
+ CreateDomainRequest.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
2085
2097
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
2086
2098
 
2087
2099
  CreateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
@@ -2975,6 +2987,9 @@ module Aws::SageMaker
2975
2987
  DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
2976
2988
  DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
2977
2989
  DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
2990
+ DescribeDomainResponse.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
2991
+ DescribeDomainResponse.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
2992
+ DescribeDomainResponse.add_member(:security_group_id_for_domain_boundary, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupIdForDomainBoundary"))
2978
2993
  DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
2979
2994
 
2980
2995
  DescribeEdgePackagingJobRequest.add_member(:edge_packaging_job_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgePackagingJobName"))
@@ -3603,6 +3618,15 @@ module Aws::SageMaker
3603
3618
 
3604
3619
  DomainList.member = Shapes::ShapeRef.new(shape: DomainDetails)
3605
3620
 
3621
+ DomainSecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
3622
+
3623
+ DomainSettings.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: DomainSecurityGroupIds, location_name: "SecurityGroupIds"))
3624
+ DomainSettings.add_member(:r_studio_server_pro_domain_settings, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettings, location_name: "RStudioServerProDomainSettings"))
3625
+ DomainSettings.struct_class = Types::DomainSettings
3626
+
3627
+ DomainSettingsForUpdate.add_member(:r_studio_server_pro_domain_settings_for_update, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettingsForUpdate, location_name: "RStudioServerProDomainSettingsForUpdate"))
3628
+ DomainSettingsForUpdate.struct_class = Types::DomainSettingsForUpdate
3629
+
3606
3630
  EdgeModel.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelName"))
3607
3631
  EdgeModel.add_member(:model_version, Shapes::ShapeRef.new(shape: EdgeVersion, required: true, location_name: "ModelVersion"))
3608
3632
  EdgeModel.add_member(:latest_sample_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestSampleTime"))
@@ -5656,6 +5680,22 @@ module Aws::SageMaker
5656
5680
  PutModelPackageGroupPolicyOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
5657
5681
  PutModelPackageGroupPolicyOutput.struct_class = Types::PutModelPackageGroupPolicyOutput
5658
5682
 
5683
+ RSessionAppSettings.struct_class = Types::RSessionAppSettings
5684
+
5685
+ RStudioServerProAppSettings.add_member(:access_status, Shapes::ShapeRef.new(shape: RStudioServerProAccessStatus, location_name: "AccessStatus"))
5686
+ RStudioServerProAppSettings.add_member(:user_group, Shapes::ShapeRef.new(shape: RStudioServerProUserGroup, location_name: "UserGroup"))
5687
+ RStudioServerProAppSettings.struct_class = Types::RStudioServerProAppSettings
5688
+
5689
+ RStudioServerProDomainSettings.add_member(:domain_execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "DomainExecutionRoleArn"))
5690
+ RStudioServerProDomainSettings.add_member(:r_studio_connect_url, Shapes::ShapeRef.new(shape: String, location_name: "RStudioConnectUrl"))
5691
+ RStudioServerProDomainSettings.add_member(:r_studio_package_manager_url, Shapes::ShapeRef.new(shape: String, location_name: "RStudioPackageManagerUrl"))
5692
+ RStudioServerProDomainSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
5693
+ RStudioServerProDomainSettings.struct_class = Types::RStudioServerProDomainSettings
5694
+
5695
+ RStudioServerProDomainSettingsForUpdate.add_member(:domain_execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "DomainExecutionRoleArn"))
5696
+ RStudioServerProDomainSettingsForUpdate.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
5697
+ RStudioServerProDomainSettingsForUpdate.struct_class = Types::RStudioServerProDomainSettingsForUpdate
5698
+
5659
5699
  RealtimeInferenceInstanceTypes.member = Shapes::ShapeRef.new(shape: ProductionVariantInstanceType)
5660
5700
 
5661
5701
  RedshiftDatasetDefinition.add_member(:cluster_id, Shapes::ShapeRef.new(shape: RedshiftClusterId, required: true, location_name: "ClusterId"))
@@ -6311,6 +6351,7 @@ module Aws::SageMaker
6311
6351
 
6312
6352
  UpdateDomainRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
6313
6353
  UpdateDomainRequest.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
6354
+ UpdateDomainRequest.add_member(:domain_settings_for_update, Shapes::ShapeRef.new(shape: DomainSettingsForUpdate, location_name: "DomainSettingsForUpdate"))
6314
6355
  UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
6315
6356
 
6316
6357
  UpdateDomainResponse.add_member(:domain_arn, Shapes::ShapeRef.new(shape: DomainArn, location_name: "DomainArn"))
@@ -6495,6 +6536,8 @@ module Aws::SageMaker
6495
6536
  UserSettings.add_member(:jupyter_server_app_settings, Shapes::ShapeRef.new(shape: JupyterServerAppSettings, location_name: "JupyterServerAppSettings"))
6496
6537
  UserSettings.add_member(:kernel_gateway_app_settings, Shapes::ShapeRef.new(shape: KernelGatewayAppSettings, location_name: "KernelGatewayAppSettings"))
6497
6538
  UserSettings.add_member(:tensor_board_app_settings, Shapes::ShapeRef.new(shape: TensorBoardAppSettings, location_name: "TensorBoardAppSettings"))
6539
+ UserSettings.add_member(:r_studio_server_pro_app_settings, Shapes::ShapeRef.new(shape: RStudioServerProAppSettings, location_name: "RStudioServerProAppSettings"))
6540
+ UserSettings.add_member(:r_session_app_settings, Shapes::ShapeRef.new(shape: RSessionAppSettings, location_name: "RSessionAppSettings"))
6498
6541
  UserSettings.struct_class = Types::UserSettings
6499
6542
 
6500
6543
  VariantProperty.add_member(:variant_property_type, Shapes::ShapeRef.new(shape: VariantPropertyType, required: true, location_name: "VariantPropertyType"))
@@ -3960,7 +3960,7 @@ module Aws::SageMaker
3960
3960
  # {
3961
3961
  # domain_id: "DomainId", # required
3962
3962
  # user_profile_name: "UserProfileName", # required
3963
- # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard
3963
+ # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard, RStudioServerPro, RSessionGateway
3964
3964
  # app_name: "AppName", # required
3965
3965
  # tags: [
3966
3966
  # {
@@ -4800,6 +4800,12 @@ module Aws::SageMaker
4800
4800
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
4801
4801
  # },
4802
4802
  # },
4803
+ # r_studio_server_pro_app_settings: {
4804
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
4805
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
4806
+ # },
4807
+ # r_session_app_settings: {
4808
+ # },
4803
4809
  # },
4804
4810
  # subnet_ids: ["SubnetId"], # required
4805
4811
  # vpc_id: "VpcId", # required
@@ -4812,6 +4818,21 @@ module Aws::SageMaker
4812
4818
  # app_network_access_type: "PublicInternetOnly", # accepts PublicInternetOnly, VpcOnly
4813
4819
  # home_efs_file_system_kms_key_id: "KmsKeyId",
4814
4820
  # kms_key_id: "KmsKeyId",
4821
+ # app_security_group_management: "Service", # accepts Service, Customer
4822
+ # domain_settings: {
4823
+ # security_group_ids: ["SecurityGroupId"],
4824
+ # r_studio_server_pro_domain_settings: {
4825
+ # domain_execution_role_arn: "RoleArn", # required
4826
+ # r_studio_connect_url: "String",
4827
+ # r_studio_package_manager_url: "String",
4828
+ # default_resource_spec: {
4829
+ # sage_maker_image_arn: "ImageArn",
4830
+ # sage_maker_image_version_arn: "ImageVersionArn",
4831
+ # 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
4832
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
4833
+ # },
4834
+ # },
4835
+ # },
4815
4836
  # }
4816
4837
  #
4817
4838
  # @!attribute [rw] domain_name
@@ -4872,6 +4893,18 @@ module Aws::SageMaker
4872
4893
  # default. For more control, specify a customer managed key.
4873
4894
  # @return [String]
4874
4895
  #
4896
+ # @!attribute [rw] app_security_group_management
4897
+ # The entity that creates and manages the required security groups for
4898
+ # inter-app communication in `VPCOnly` mode. Required when
4899
+ # `CreateDomain.AppNetworkAccessType` is `VPCOnly` and
4900
+ # `DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn`
4901
+ # is provided.
4902
+ # @return [String]
4903
+ #
4904
+ # @!attribute [rw] domain_settings
4905
+ # A collection of `Domain` settings.
4906
+ # @return [Types::DomainSettings]
4907
+ #
4875
4908
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomainRequest AWS API Documentation
4876
4909
  #
4877
4910
  class CreateDomainRequest < Struct.new(
@@ -4883,7 +4916,9 @@ module Aws::SageMaker
4883
4916
  :tags,
4884
4917
  :app_network_access_type,
4885
4918
  :home_efs_file_system_kms_key_id,
4886
- :kms_key_id)
4919
+ :kms_key_id,
4920
+ :app_security_group_management,
4921
+ :domain_settings)
4887
4922
  SENSITIVE = []
4888
4923
  include Aws::Structure
4889
4924
  end
@@ -9050,6 +9085,12 @@ module Aws::SageMaker
9050
9085
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
9051
9086
  # },
9052
9087
  # },
9088
+ # r_studio_server_pro_app_settings: {
9089
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
9090
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
9091
+ # },
9092
+ # r_session_app_settings: {
9093
+ # },
9053
9094
  # },
9054
9095
  # }
9055
9096
  #
@@ -10053,7 +10094,7 @@ module Aws::SageMaker
10053
10094
  # {
10054
10095
  # domain_id: "DomainId", # required
10055
10096
  # user_profile_name: "UserProfileName", # required
10056
- # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard
10097
+ # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard, RStudioServerPro, RSessionGateway
10057
10098
  # app_name: "AppName", # required
10058
10099
  # }
10059
10100
  #
@@ -11259,7 +11300,7 @@ module Aws::SageMaker
11259
11300
  # {
11260
11301
  # domain_id: "DomainId", # required
11261
11302
  # user_profile_name: "UserProfileName", # required
11262
- # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard
11303
+ # app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard, RStudioServerPro, RSessionGateway
11263
11304
  # app_name: "AppName", # required
11264
11305
  # }
11265
11306
  #
@@ -12185,6 +12226,23 @@ module Aws::SageMaker
12185
12226
  # EFS volume attached to the domain.
12186
12227
  # @return [String]
12187
12228
  #
12229
+ # @!attribute [rw] domain_settings
12230
+ # A collection of `Domain` settings.
12231
+ # @return [Types::DomainSettings]
12232
+ #
12233
+ # @!attribute [rw] app_security_group_management
12234
+ # The entity that creates and manages the required security groups for
12235
+ # inter-app communication in `VPCOnly` mode. Required when
12236
+ # `CreateDomain.AppNetworkAccessType` is `VPCOnly` and
12237
+ # `DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn`
12238
+ # is provided.
12239
+ # @return [String]
12240
+ #
12241
+ # @!attribute [rw] security_group_id_for_domain_boundary
12242
+ # The ID of the security group that authorizes traffic between the
12243
+ # `RSessionGateway` apps and the `RStudioServerPro` app.
12244
+ # @return [String]
12245
+ #
12188
12246
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomainResponse AWS API Documentation
12189
12247
  #
12190
12248
  class DescribeDomainResponse < Struct.new(
@@ -12204,7 +12262,10 @@ module Aws::SageMaker
12204
12262
  :subnet_ids,
12205
12263
  :url,
12206
12264
  :vpc_id,
12207
- :kms_key_id)
12265
+ :kms_key_id,
12266
+ :domain_settings,
12267
+ :app_security_group_management,
12268
+ :security_group_id_for_domain_boundary)
12208
12269
  SENSITIVE = []
12209
12270
  include Aws::Structure
12210
12271
  end
@@ -15848,6 +15909,77 @@ module Aws::SageMaker
15848
15909
  include Aws::Structure
15849
15910
  end
15850
15911
 
15912
+ # A collection of settings that apply to the `SageMaker Domain`. These
15913
+ # settings are specified through the `CreateDomain` API call.
15914
+ #
15915
+ # @note When making an API call, you may pass DomainSettings
15916
+ # data as a hash:
15917
+ #
15918
+ # {
15919
+ # security_group_ids: ["SecurityGroupId"],
15920
+ # r_studio_server_pro_domain_settings: {
15921
+ # domain_execution_role_arn: "RoleArn", # required
15922
+ # r_studio_connect_url: "String",
15923
+ # r_studio_package_manager_url: "String",
15924
+ # default_resource_spec: {
15925
+ # sage_maker_image_arn: "ImageArn",
15926
+ # sage_maker_image_version_arn: "ImageVersionArn",
15927
+ # 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
15928
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
15929
+ # },
15930
+ # },
15931
+ # }
15932
+ #
15933
+ # @!attribute [rw] security_group_ids
15934
+ # The security groups for the Amazon Virtual Private Cloud that the
15935
+ # `Domain` uses for communication between Domain-level apps and user
15936
+ # apps.
15937
+ # @return [Array<String>]
15938
+ #
15939
+ # @!attribute [rw] r_studio_server_pro_domain_settings
15940
+ # A collection of settings that configure the `RStudioServerPro`
15941
+ # Domain-level app.
15942
+ # @return [Types::RStudioServerProDomainSettings]
15943
+ #
15944
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettings AWS API Documentation
15945
+ #
15946
+ class DomainSettings < Struct.new(
15947
+ :security_group_ids,
15948
+ :r_studio_server_pro_domain_settings)
15949
+ SENSITIVE = []
15950
+ include Aws::Structure
15951
+ end
15952
+
15953
+ # A collection of `Domain` configuration settings to update.
15954
+ #
15955
+ # @note When making an API call, you may pass DomainSettingsForUpdate
15956
+ # data as a hash:
15957
+ #
15958
+ # {
15959
+ # r_studio_server_pro_domain_settings_for_update: {
15960
+ # domain_execution_role_arn: "RoleArn", # required
15961
+ # default_resource_spec: {
15962
+ # sage_maker_image_arn: "ImageArn",
15963
+ # sage_maker_image_version_arn: "ImageVersionArn",
15964
+ # 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
15965
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
15966
+ # },
15967
+ # },
15968
+ # }
15969
+ #
15970
+ # @!attribute [rw] r_studio_server_pro_domain_settings_for_update
15971
+ # A collection of `RStudioServerPro` Domain-level app settings to
15972
+ # update.
15973
+ # @return [Types::RStudioServerProDomainSettingsForUpdate]
15974
+ #
15975
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettingsForUpdate AWS API Documentation
15976
+ #
15977
+ class DomainSettingsForUpdate < Struct.new(
15978
+ :r_studio_server_pro_domain_settings_for_update)
15979
+ SENSITIVE = []
15980
+ include Aws::Structure
15981
+ end
15982
+
15851
15983
  # The model on the edge device.
15852
15984
  #
15853
15985
  # @!attribute [rw] model_name
@@ -30682,6 +30814,129 @@ module Aws::SageMaker
30682
30814
  include Aws::Structure
30683
30815
  end
30684
30816
 
30817
+ # A collection of settings that apply to an `RSessionGateway` app.
30818
+ #
30819
+ # @api private
30820
+ #
30821
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RSessionAppSettings AWS API Documentation
30822
+ #
30823
+ class RSessionAppSettings < Aws::EmptyStructure; end
30824
+
30825
+ # A collection of settings that configure user interaction with the
30826
+ # `RStudioServerPro` app. `RStudioServerProAppSettings` cannot be
30827
+ # updated. The `RStudioServerPro` app must be deleted and a new one
30828
+ # created to make any changes.
30829
+ #
30830
+ # @note When making an API call, you may pass RStudioServerProAppSettings
30831
+ # data as a hash:
30832
+ #
30833
+ # {
30834
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
30835
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
30836
+ # }
30837
+ #
30838
+ # @!attribute [rw] access_status
30839
+ # Indicates whether the current user has access to the
30840
+ # `RStudioServerPro` app.
30841
+ # @return [String]
30842
+ #
30843
+ # @!attribute [rw] user_group
30844
+ # The level of permissions that the user has within the
30845
+ # `RStudioServerPro` app. This value defaults to `User`. The
30846
+ # `Admin` value allows the user access to the RStudio Administrative
30847
+ # Dashboard.
30848
+ # @return [String]
30849
+ #
30850
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RStudioServerProAppSettings AWS API Documentation
30851
+ #
30852
+ class RStudioServerProAppSettings < Struct.new(
30853
+ :access_status,
30854
+ :user_group)
30855
+ SENSITIVE = []
30856
+ include Aws::Structure
30857
+ end
30858
+
30859
+ # A collection of settings that configure the `RStudioServerPro`
30860
+ # Domain-level app.
30861
+ #
30862
+ # @note When making an API call, you may pass RStudioServerProDomainSettings
30863
+ # data as a hash:
30864
+ #
30865
+ # {
30866
+ # domain_execution_role_arn: "RoleArn", # required
30867
+ # r_studio_connect_url: "String",
30868
+ # r_studio_package_manager_url: "String",
30869
+ # default_resource_spec: {
30870
+ # sage_maker_image_arn: "ImageArn",
30871
+ # sage_maker_image_version_arn: "ImageVersionArn",
30872
+ # 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
30873
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
30874
+ # },
30875
+ # }
30876
+ #
30877
+ # @!attribute [rw] domain_execution_role_arn
30878
+ # The ARN of the execution role for the `RStudioServerPro`
30879
+ # Domain-level app.
30880
+ # @return [String]
30881
+ #
30882
+ # @!attribute [rw] r_studio_connect_url
30883
+ # A URL pointing to an RStudio Connect server.
30884
+ # @return [String]
30885
+ #
30886
+ # @!attribute [rw] r_studio_package_manager_url
30887
+ # A URL pointing to an RStudio Package Manager server.
30888
+ # @return [String]
30889
+ #
30890
+ # @!attribute [rw] default_resource_spec
30891
+ # Specifies the ARN's of a SageMaker image and SageMaker image
30892
+ # version, and the instance type that the version runs on.
30893
+ # @return [Types::ResourceSpec]
30894
+ #
30895
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RStudioServerProDomainSettings AWS API Documentation
30896
+ #
30897
+ class RStudioServerProDomainSettings < Struct.new(
30898
+ :domain_execution_role_arn,
30899
+ :r_studio_connect_url,
30900
+ :r_studio_package_manager_url,
30901
+ :default_resource_spec)
30902
+ SENSITIVE = []
30903
+ include Aws::Structure
30904
+ end
30905
+
30906
+ # A collection of settings that update the current configuration for the
30907
+ # `RStudioServerPro` Domain-level app.
30908
+ #
30909
+ # @note When making an API call, you may pass RStudioServerProDomainSettingsForUpdate
30910
+ # data as a hash:
30911
+ #
30912
+ # {
30913
+ # domain_execution_role_arn: "RoleArn", # required
30914
+ # default_resource_spec: {
30915
+ # sage_maker_image_arn: "ImageArn",
30916
+ # sage_maker_image_version_arn: "ImageVersionArn",
30917
+ # 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
30918
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
30919
+ # },
30920
+ # }
30921
+ #
30922
+ # @!attribute [rw] domain_execution_role_arn
30923
+ # The execution role for the `RStudioServerPro` Domain-level app.
30924
+ # @return [String]
30925
+ #
30926
+ # @!attribute [rw] default_resource_spec
30927
+ # Specifies the ARN's of a SageMaker image and SageMaker image
30928
+ # version, and the instance type that the version runs on.
30929
+ # @return [Types::ResourceSpec]
30930
+ #
30931
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RStudioServerProDomainSettingsForUpdate AWS API Documentation
30932
+ #
30933
+ class RStudioServerProDomainSettingsForUpdate < Struct.new(
30934
+ :domain_execution_role_arn,
30935
+ :default_resource_spec)
30936
+ SENSITIVE = []
30937
+ include Aws::Structure
30938
+ end
30939
+
30685
30940
  # Configuration for Redshift Dataset Definition input.
30686
30941
  #
30687
30942
  # @note When making an API call, you may pass RedshiftDatasetDefinition
@@ -32111,8 +32366,8 @@ module Aws::SageMaker
32111
32366
  end
32112
32367
 
32113
32368
  # Details that you specify to provision a service catalog product. For
32114
- # information about service catalog, see [What is AWS Service
32115
- # Catalog][1].
32369
+ # information about service catalog, see [What is Amazon Web Services
32370
+ # Service Catalog][1].
32116
32371
  #
32117
32372
  #
32118
32373
  #
@@ -35548,6 +35803,23 @@ module Aws::SageMaker
35548
35803
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
35549
35804
  # },
35550
35805
  # },
35806
+ # r_studio_server_pro_app_settings: {
35807
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
35808
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
35809
+ # },
35810
+ # r_session_app_settings: {
35811
+ # },
35812
+ # },
35813
+ # domain_settings_for_update: {
35814
+ # r_studio_server_pro_domain_settings_for_update: {
35815
+ # domain_execution_role_arn: "RoleArn", # required
35816
+ # default_resource_spec: {
35817
+ # sage_maker_image_arn: "ImageArn",
35818
+ # sage_maker_image_version_arn: "ImageVersionArn",
35819
+ # 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
35820
+ # lifecycle_config_arn: "StudioLifecycleConfigArn",
35821
+ # },
35822
+ # },
35551
35823
  # },
35552
35824
  # }
35553
35825
  #
@@ -35559,11 +35831,16 @@ module Aws::SageMaker
35559
35831
  # A collection of settings.
35560
35832
  # @return [Types::UserSettings]
35561
35833
  #
35834
+ # @!attribute [rw] domain_settings_for_update
35835
+ # A collection of `DomainSettings` configuration values to update.
35836
+ # @return [Types::DomainSettingsForUpdate]
35837
+ #
35562
35838
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDomainRequest AWS API Documentation
35563
35839
  #
35564
35840
  class UpdateDomainRequest < Struct.new(
35565
35841
  :domain_id,
35566
- :default_user_settings)
35842
+ :default_user_settings,
35843
+ :domain_settings_for_update)
35567
35844
  SENSITIVE = []
35568
35845
  include Aws::Structure
35569
35846
  end
@@ -36341,8 +36618,8 @@ module Aws::SageMaker
36341
36618
  # The product ID and provisioning artifact ID to provision a service
36342
36619
  # catalog. The provisioning artifact ID will default to the latest
36343
36620
  # provisioning artifact ID of the product, if you don't provide the
36344
- # provisioning artifact ID. For more information, see [What is AWS
36345
- # Service Catalog][1].
36621
+ # provisioning artifact ID. For more information, see [What is Amazon
36622
+ # Web Services Service Catalog][1].
36346
36623
  #
36347
36624
  #
36348
36625
  #
@@ -36350,9 +36627,10 @@ module Aws::SageMaker
36350
36627
  # @return [Types::ServiceCatalogProvisioningUpdateDetails]
36351
36628
  #
36352
36629
  # @!attribute [rw] tags
36353
- # An array of key-value pairs. You can use tags to categorize your AWS
36354
- # resources in different ways, for example, by purpose, owner, or
36355
- # environment. For more information, see [Tagging AWS Resources][1].
36630
+ # An array of key-value pairs. You can use tags to categorize your
36631
+ # Amazon Web Services resources in different ways, for example, by
36632
+ # purpose, owner, or environment. For more information, see [Tagging
36633
+ # Amazon Web Services Resources][1].
36356
36634
  #
36357
36635
  #
36358
36636
  #
@@ -36646,6 +36924,12 @@ module Aws::SageMaker
36646
36924
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
36647
36925
  # },
36648
36926
  # },
36927
+ # r_studio_server_pro_app_settings: {
36928
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
36929
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
36930
+ # },
36931
+ # r_session_app_settings: {
36932
+ # },
36649
36933
  # },
36650
36934
  # }
36651
36935
  #
@@ -36958,6 +37242,12 @@ module Aws::SageMaker
36958
37242
  # lifecycle_config_arn: "StudioLifecycleConfigArn",
36959
37243
  # },
36960
37244
  # },
37245
+ # r_studio_server_pro_app_settings: {
37246
+ # access_status: "ENABLED", # accepts ENABLED, DISABLED
37247
+ # user_group: "R_STUDIO_ADMIN", # accepts R_STUDIO_ADMIN, R_STUDIO_USER
37248
+ # },
37249
+ # r_session_app_settings: {
37250
+ # },
36961
37251
  # }
36962
37252
  #
36963
37253
  # @!attribute [rw] execution_role
@@ -36995,6 +37285,15 @@ module Aws::SageMaker
36995
37285
  # The TensorBoard app settings.
36996
37286
  # @return [Types::TensorBoardAppSettings]
36997
37287
  #
37288
+ # @!attribute [rw] r_studio_server_pro_app_settings
37289
+ # A collection of settings that configure user interaction with the
37290
+ # `RStudioServerPro` app.
37291
+ # @return [Types::RStudioServerProAppSettings]
37292
+ #
37293
+ # @!attribute [rw] r_session_app_settings
37294
+ # A collection of settings that configure the `RSessionGateway` app.
37295
+ # @return [Types::RSessionAppSettings]
37296
+ #
36998
37297
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UserSettings AWS API Documentation
36999
37298
  #
37000
37299
  class UserSettings < Struct.new(
@@ -37003,7 +37302,9 @@ module Aws::SageMaker
37003
37302
  :sharing_settings,
37004
37303
  :jupyter_server_app_settings,
37005
37304
  :kernel_gateway_app_settings,
37006
- :tensor_board_app_settings)
37305
+ :tensor_board_app_settings,
37306
+ :r_studio_server_pro_app_settings,
37307
+ :r_session_app_settings)
37007
37308
  SENSITIVE = []
37008
37309
  include Aws::Structure
37009
37310
  end
@@ -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.105.0'
52
+ GEM_VERSION = '1.106.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.105.0
4
+ version: 1.106.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core