aws-sdk-sagemaker 1.250.0 → 1.252.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: 0d20264186e42e417ad724b3c6605046aba57ea0838a6c79d14cbaef7d132ecd
4
- data.tar.gz: 5816ea9afa8ecef69bab9ef841e267201b0c0c013137390d4132d28e19f495e6
3
+ metadata.gz: d71b7735bb401acd2b9a795f83ea9687238cb8c786b1f2b2996f0e99d0287da6
4
+ data.tar.gz: 3e10e5b899d8d29771d498b9db4b372391c8ee7119d888bfe1c95397f1af9dbc
5
5
  SHA512:
6
- metadata.gz: 8b6ab209f931b690e4adb63cd25d9a71319ce1dac884a7547b5c4f8281b1c8992c2d80866b8a6b3fee38fbdb3fafd827f339eda8e6f075862fc9ebe2f06d0f21
7
- data.tar.gz: 1db12338d6bfad107c80e94ce39d5fda16ad9c3c55932e8ed39ad56d69b7cb6164dd34205f0d5104c8f373d0a6fa018ea35e1cbb70aebaba8e1fafadba7a814c
6
+ metadata.gz: 2c1bdc4a5a62d3d066dadb87b70f74720b4a756884a376d553453a4e0aaa8412ad63940bba33677c4672c1f08d6ccdff8ba8afa6074d39822ddec1dedc4339ec
7
+ data.tar.gz: 50f6f23993f6ca25b65e48da68d2645fd5cbfd6f52f3b5c236699f1a779f7166ac5ddc06d44d968a32b9b84fcd2a8b53513ea5ce6a4dc77535e9e0006831c7b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.252.0 (2024-07-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.251.0 (2024-06-27)
10
+ ------------------
11
+
12
+ * Feature - Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
13
+
4
14
  1.250.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.250.0
1
+ 1.252.0
@@ -312,6 +312,15 @@ module Aws::SageMaker
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :simple_json (false)
316
325
  # Disables request parameter conversion, validation, and formatting.
317
326
  # Also disables response data type conversions. The request parameters
@@ -2655,6 +2664,10 @@ module Aws::SageMaker
2655
2664
  # },
2656
2665
  # },
2657
2666
  # ],
2667
+ # studio_web_portal_settings: {
2668
+ # hidden_ml_tools: ["DataWrangler"], # accepts DataWrangler, FeatureStore, EmrClusters, AutoMl, Experiments, Training, ModelEvaluation, Pipelines, Models, JumpStart, InferenceRecommender, Endpoints, Projects
2669
+ # hidden_app_types: ["JupyterServer"], # accepts JupyterServer, KernelGateway, DetailedProfiler, TensorBoard, CodeEditor, JupyterLab, RStudioServerPro, RSessionGateway, Canvas
2670
+ # },
2658
2671
  # },
2659
2672
  # domain_settings: {
2660
2673
  # security_group_ids: ["SecurityGroupId"],
@@ -9183,6 +9196,10 @@ module Aws::SageMaker
9183
9196
  # },
9184
9197
  # },
9185
9198
  # ],
9199
+ # studio_web_portal_settings: {
9200
+ # hidden_ml_tools: ["DataWrangler"], # accepts DataWrangler, FeatureStore, EmrClusters, AutoMl, Experiments, Training, ModelEvaluation, Pipelines, Models, JumpStart, InferenceRecommender, Endpoints, Projects
9201
+ # hidden_app_types: ["JupyterServer"], # accepts JupyterServer, KernelGateway, DetailedProfiler, TensorBoard, CodeEditor, JupyterLab, RStudioServerPro, RSessionGateway, Canvas
9202
+ # },
9186
9203
  # },
9187
9204
  # })
9188
9205
  #
@@ -10081,7 +10098,8 @@ module Aws::SageMaker
10081
10098
  # The name of the hub to delete the hub content reference from.
10082
10099
  #
10083
10100
  # @option params [required, String] :hub_content_type
10084
- # The type of hub content to delete.
10101
+ # The type of hub content reference to delete. The only supported type
10102
+ # of hub content reference to delete is `ModelReference`.
10085
10103
  #
10086
10104
  # @option params [required, String] :hub_content_name
10087
10105
  # The name of the hub content to delete.
@@ -12290,6 +12308,10 @@ module Aws::SageMaker
12290
12308
  # resp.default_user_settings.custom_file_system_configs #=> Array
12291
12309
  # resp.default_user_settings.custom_file_system_configs[0].efs_file_system_config.file_system_id #=> String
12292
12310
  # resp.default_user_settings.custom_file_system_configs[0].efs_file_system_config.file_system_path #=> String
12311
+ # resp.default_user_settings.studio_web_portal_settings.hidden_ml_tools #=> Array
12312
+ # resp.default_user_settings.studio_web_portal_settings.hidden_ml_tools[0] #=> String, one of "DataWrangler", "FeatureStore", "EmrClusters", "AutoMl", "Experiments", "Training", "ModelEvaluation", "Pipelines", "Models", "JumpStart", "InferenceRecommender", "Endpoints", "Projects"
12313
+ # resp.default_user_settings.studio_web_portal_settings.hidden_app_types #=> Array
12314
+ # resp.default_user_settings.studio_web_portal_settings.hidden_app_types[0] #=> String, one of "JupyterServer", "KernelGateway", "DetailedProfiler", "TensorBoard", "CodeEditor", "JupyterLab", "RStudioServerPro", "RSessionGateway", "Canvas"
12293
12315
  # resp.domain_settings.security_group_ids #=> Array
12294
12316
  # resp.domain_settings.security_group_ids[0] #=> String
12295
12317
  # resp.domain_settings.r_studio_server_pro_domain_settings.domain_execution_role_arn #=> String
@@ -16273,6 +16295,10 @@ module Aws::SageMaker
16273
16295
  # resp.user_settings.custom_file_system_configs #=> Array
16274
16296
  # resp.user_settings.custom_file_system_configs[0].efs_file_system_config.file_system_id #=> String
16275
16297
  # resp.user_settings.custom_file_system_configs[0].efs_file_system_config.file_system_path #=> String
16298
+ # resp.user_settings.studio_web_portal_settings.hidden_ml_tools #=> Array
16299
+ # resp.user_settings.studio_web_portal_settings.hidden_ml_tools[0] #=> String, one of "DataWrangler", "FeatureStore", "EmrClusters", "AutoMl", "Experiments", "Training", "ModelEvaluation", "Pipelines", "Models", "JumpStart", "InferenceRecommender", "Endpoints", "Projects"
16300
+ # resp.user_settings.studio_web_portal_settings.hidden_app_types #=> Array
16301
+ # resp.user_settings.studio_web_portal_settings.hidden_app_types[0] #=> String, one of "JupyterServer", "KernelGateway", "DetailedProfiler", "TensorBoard", "CodeEditor", "JupyterLab", "RStudioServerPro", "RSessionGateway", "Canvas"
16276
16302
  #
16277
16303
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
16278
16304
  #
@@ -24535,6 +24561,10 @@ module Aws::SageMaker
24535
24561
  # },
24536
24562
  # },
24537
24563
  # ],
24564
+ # studio_web_portal_settings: {
24565
+ # hidden_ml_tools: ["DataWrangler"], # accepts DataWrangler, FeatureStore, EmrClusters, AutoMl, Experiments, Training, ModelEvaluation, Pipelines, Models, JumpStart, InferenceRecommender, Endpoints, Projects
24566
+ # hidden_app_types: ["JupyterServer"], # accepts JupyterServer, KernelGateway, DetailedProfiler, TensorBoard, CodeEditor, JupyterLab, RStudioServerPro, RSessionGateway, Canvas
24567
+ # },
24538
24568
  # },
24539
24569
  # domain_settings_for_update: {
24540
24570
  # r_studio_server_pro_domain_settings_for_update: {
@@ -26734,6 +26764,10 @@ module Aws::SageMaker
26734
26764
  # },
26735
26765
  # },
26736
26766
  # ],
26767
+ # studio_web_portal_settings: {
26768
+ # hidden_ml_tools: ["DataWrangler"], # accepts DataWrangler, FeatureStore, EmrClusters, AutoMl, Experiments, Training, ModelEvaluation, Pipelines, Models, JumpStart, InferenceRecommender, Endpoints, Projects
26769
+ # hidden_app_types: ["JupyterServer"], # accepts JupyterServer, KernelGateway, DetailedProfiler, TensorBoard, CodeEditor, JupyterLab, RStudioServerPro, RSessionGateway, Canvas
26770
+ # },
26737
26771
  # },
26738
26772
  # })
26739
26773
  #
@@ -27013,7 +27047,7 @@ module Aws::SageMaker
27013
27047
  params: params,
27014
27048
  config: config)
27015
27049
  context[:gem_name] = 'aws-sdk-sagemaker'
27016
- context[:gem_version] = '1.250.0'
27050
+ context[:gem_version] = '1.252.0'
27017
27051
  Seahorse::Client::Request.new(handlers, context)
27018
27052
  end
27019
27053
 
@@ -944,6 +944,8 @@ module Aws::SageMaker
944
944
  GroupingAttributeName = Shapes::StringShape.new(name: 'GroupingAttributeName')
945
945
  GroupingAttributeNames = Shapes::ListShape.new(name: 'GroupingAttributeNames')
946
946
  Groups = Shapes::ListShape.new(name: 'Groups')
947
+ HiddenAppTypesList = Shapes::ListShape.new(name: 'HiddenAppTypesList')
948
+ HiddenMlToolsList = Shapes::ListShape.new(name: 'HiddenMlToolsList')
947
949
  HolidayConfig = Shapes::ListShape.new(name: 'HolidayConfig')
948
950
  HolidayConfigAttributes = Shapes::StructureShape.new(name: 'HolidayConfigAttributes')
949
951
  HookParameters = Shapes::MapShape.new(name: 'HookParameters')
@@ -1389,6 +1391,7 @@ module Aws::SageMaker
1389
1391
  MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
1390
1392
  MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
1391
1393
  MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
1394
+ MlTools = Shapes::StringShape.new(name: 'MlTools')
1392
1395
  MlflowVersion = Shapes::StringShape.new(name: 'MlflowVersion')
1393
1396
  Model = Shapes::StructureShape.new(name: 'Model')
1394
1397
  ModelAccessConfig = Shapes::StructureShape.new(name: 'ModelAccessConfig')
@@ -2023,6 +2026,7 @@ module Aws::SageMaker
2023
2026
  StudioLifecycleConfigSortKey = Shapes::StringShape.new(name: 'StudioLifecycleConfigSortKey')
2024
2027
  StudioLifecycleConfigsList = Shapes::ListShape.new(name: 'StudioLifecycleConfigsList')
2025
2028
  StudioWebPortal = Shapes::StringShape.new(name: 'StudioWebPortal')
2029
+ StudioWebPortalSettings = Shapes::StructureShape.new(name: 'StudioWebPortalSettings')
2026
2030
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
2027
2031
  Subnets = Shapes::ListShape.new(name: 'Subnets')
2028
2032
  SubscribedWorkteam = Shapes::StructureShape.new(name: 'SubscribedWorkteam')
@@ -5869,6 +5873,10 @@ module Aws::SageMaker
5869
5873
 
5870
5874
  Groups.member = Shapes::ShapeRef.new(shape: Group)
5871
5875
 
5876
+ HiddenAppTypesList.member = Shapes::ShapeRef.new(shape: AppType)
5877
+
5878
+ HiddenMlToolsList.member = Shapes::ShapeRef.new(shape: MlTools)
5879
+
5872
5880
  HolidayConfig.member = Shapes::ShapeRef.new(shape: HolidayConfigAttributes)
5873
5881
 
5874
5882
  HolidayConfigAttributes.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
@@ -9239,6 +9247,10 @@ module Aws::SageMaker
9239
9247
 
9240
9248
  StudioLifecycleConfigsList.member = Shapes::ShapeRef.new(shape: StudioLifecycleConfigDetails)
9241
9249
 
9250
+ StudioWebPortalSettings.add_member(:hidden_ml_tools, Shapes::ShapeRef.new(shape: HiddenMlToolsList, location_name: "HiddenMlTools"))
9251
+ StudioWebPortalSettings.add_member(:hidden_app_types, Shapes::ShapeRef.new(shape: HiddenAppTypesList, location_name: "HiddenAppTypes"))
9252
+ StudioWebPortalSettings.struct_class = Types::StudioWebPortalSettings
9253
+
9242
9254
  Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
9243
9255
 
9244
9256
  SubscribedWorkteam.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
@@ -10077,6 +10089,7 @@ module Aws::SageMaker
10077
10089
  UserSettings.add_member(:studio_web_portal, Shapes::ShapeRef.new(shape: StudioWebPortal, location_name: "StudioWebPortal"))
10078
10090
  UserSettings.add_member(:custom_posix_user_config, Shapes::ShapeRef.new(shape: CustomPosixUserConfig, location_name: "CustomPosixUserConfig"))
10079
10091
  UserSettings.add_member(:custom_file_system_configs, Shapes::ShapeRef.new(shape: CustomFileSystemConfigs, location_name: "CustomFileSystemConfigs"))
10092
+ UserSettings.add_member(:studio_web_portal_settings, Shapes::ShapeRef.new(shape: StudioWebPortalSettings, location_name: "StudioWebPortalSettings"))
10080
10093
  UserSettings.struct_class = Types::UserSettings
10081
10094
 
10082
10095
  VariantProperty.add_member(:variant_property_type, Shapes::ShapeRef.new(shape: VariantPropertyType, required: true, location_name: "VariantPropertyType"))
@@ -3984,7 +3984,12 @@ module Aws::SageMaker
3984
3984
 
3985
3985
  # Defines the configuration for attaching an additional Amazon Elastic
3986
3986
  # Block Store (EBS) volume to each instance of the SageMaker HyperPod
3987
- # cluster instance group.
3987
+ # cluster instance group. To learn more, see [SageMaker HyperPod release
3988
+ # notes: June 20, 2024][1].
3989
+ #
3990
+ #
3991
+ #
3992
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620
3988
3993
  #
3989
3994
  # @!attribute [rw] volume_size_in_gb
3990
3995
  # The size in gigabytes (GB) of the additional EBS volume to be
@@ -4164,7 +4169,12 @@ module Aws::SageMaker
4164
4169
  end
4165
4170
 
4166
4171
  # Defines the configuration for attaching additional storage to the
4167
- # instances in the SageMaker HyperPod cluster instance group.
4172
+ # instances in the SageMaker HyperPod cluster instance group. To learn
4173
+ # more, see [SageMaker HyperPod release notes: June 20, 2024][1].
4174
+ #
4175
+ #
4176
+ #
4177
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620
4168
4178
  #
4169
4179
  # @note ClusterInstanceStorageConfig is a union - when making an API calls you must set exactly one of the members.
4170
4180
  #
@@ -11051,7 +11061,8 @@ module Aws::SageMaker
11051
11061
  # @return [String]
11052
11062
  #
11053
11063
  # @!attribute [rw] hub_content_type
11054
- # The type of hub content to delete.
11064
+ # The type of hub content reference to delete. The only supported type
11065
+ # of hub content reference to delete is `ModelReference`.
11055
11066
  # @return [String]
11056
11067
  #
11057
11068
  # @!attribute [rw] hub_content_name
@@ -40763,6 +40774,32 @@ module Aws::SageMaker
40763
40774
  include Aws::Structure
40764
40775
  end
40765
40776
 
40777
+ # Studio settings. If these settings are applied on a user level, they
40778
+ # take priority over the settings applied on a domain level.
40779
+ #
40780
+ # @!attribute [rw] hidden_ml_tools
40781
+ # The machine learning tools that are hidden from the Studio left
40782
+ # navigation pane.
40783
+ # @return [Array<String>]
40784
+ #
40785
+ # @!attribute [rw] hidden_app_types
40786
+ # The [Applications supported in Studio][1] that are hidden from the
40787
+ # Studio left navigation pane.
40788
+ #
40789
+ #
40790
+ #
40791
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-apps.html
40792
+ # @return [Array<String>]
40793
+ #
40794
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StudioWebPortalSettings AWS API Documentation
40795
+ #
40796
+ class StudioWebPortalSettings < Struct.new(
40797
+ :hidden_ml_tools,
40798
+ :hidden_app_types)
40799
+ SENSITIVE = []
40800
+ include Aws::Structure
40801
+ end
40802
+
40766
40803
  # Describes a work team of a vendor that does the labelling job.
40767
40804
  #
40768
40805
  # @!attribute [rw] workteam_arn
@@ -45890,6 +45927,11 @@ module Aws::SageMaker
45890
45927
  # Studio.
45891
45928
  # @return [Array<Types::CustomFileSystemConfig>]
45892
45929
  #
45930
+ # @!attribute [rw] studio_web_portal_settings
45931
+ # Studio settings. If these settings are applied on a user level, they
45932
+ # take priority over the settings applied on a domain level.
45933
+ # @return [Types::StudioWebPortalSettings]
45934
+ #
45893
45935
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UserSettings AWS API Documentation
45894
45936
  #
45895
45937
  class UserSettings < Struct.new(
@@ -45908,7 +45950,8 @@ module Aws::SageMaker
45908
45950
  :default_landing_uri,
45909
45951
  :studio_web_portal,
45910
45952
  :custom_posix_user_config,
45911
- :custom_file_system_configs)
45953
+ :custom_file_system_configs,
45954
+ :studio_web_portal_settings)
45912
45955
  SENSITIVE = []
45913
45956
  include Aws::Structure
45914
45957
  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.250.0'
56
+ GEM_VERSION = '1.252.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
@@ -1100,7 +1101,11 @@ module Aws
1100
1101
  file_system_path: ::String?
1101
1102
  }?
1102
1103
  },
1103
- ]?
1104
+ ]?,
1105
+ studio_web_portal_settings: {
1106
+ hidden_ml_tools: Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]?,
1107
+ hidden_app_types: Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]?
1108
+ }?
1104
1109
  },
1105
1110
  ?domain_settings: {
1106
1111
  security_group_ids: Array[::String]?,
@@ -4039,7 +4044,11 @@ module Aws
4039
4044
  file_system_path: ::String?
4040
4045
  }?
4041
4046
  },
4042
- ]?
4047
+ ]?,
4048
+ studio_web_portal_settings: {
4049
+ hidden_ml_tools: Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]?,
4050
+ hidden_app_types: Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]?
4051
+ }?
4043
4052
  }
4044
4053
  ) -> _CreateUserProfileResponseSuccess
4045
4054
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserProfileResponseSuccess
@@ -8074,7 +8083,11 @@ module Aws
8074
8083
  file_system_path: ::String?
8075
8084
  }?
8076
8085
  },
8077
- ]?
8086
+ ]?,
8087
+ studio_web_portal_settings: {
8088
+ hidden_ml_tools: Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]?,
8089
+ hidden_app_types: Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]?
8090
+ }?
8078
8091
  },
8079
8092
  ?domain_settings_for_update: {
8080
8093
  r_studio_server_pro_domain_settings_for_update: {
@@ -9133,7 +9146,11 @@ module Aws
9133
9146
  file_system_path: ::String?
9134
9147
  }?
9135
9148
  },
9136
- ]?
9149
+ ]?,
9150
+ studio_web_portal_settings: {
9151
+ hidden_ml_tools: Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]?,
9152
+ hidden_app_types: Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]?
9153
+ }?
9137
9154
  }
9138
9155
  ) -> _UpdateUserProfileResponseSuccess
9139
9156
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserProfileResponseSuccess
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
data/sig/types.rbs CHANGED
@@ -8543,6 +8543,12 @@ module Aws::SageMaker
8543
8543
  SENSITIVE: []
8544
8544
  end
8545
8545
 
8546
+ class StudioWebPortalSettings
8547
+ attr_accessor hidden_ml_tools: ::Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]
8548
+ attr_accessor hidden_app_types: ::Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]
8549
+ SENSITIVE: []
8550
+ end
8551
+
8546
8552
  class SubscribedWorkteam
8547
8553
  attr_accessor workteam_arn: ::String
8548
8554
  attr_accessor marketplace_title: ::String
@@ -9595,6 +9601,7 @@ module Aws::SageMaker
9595
9601
  attr_accessor studio_web_portal: ("ENABLED" | "DISABLED")
9596
9602
  attr_accessor custom_posix_user_config: Types::CustomPosixUserConfig
9597
9603
  attr_accessor custom_file_system_configs: ::Array[Types::CustomFileSystemConfig]
9604
+ attr_accessor studio_web_portal_settings: Types::StudioWebPortalSettings
9598
9605
  SENSITIVE: []
9599
9606
  end
9600
9607
 
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.250.0
4
+ version: 1.252.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Amazon SageMaker Service (SageMaker). This
48
48
  gem is part of the AWS SDK for Ruby.
49
49
  email: