aws-sdk-sagemaker 1.206.0 → 1.207.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2354ca99d8df88b8cf1b13b2dec606d01ca2e2ea73b69160f1a1e2d1fde2f311
4
- data.tar.gz: 043bfb723af93d22198fea3d0a09e721f21048271553f20914edab0e0b3c74ab
3
+ metadata.gz: 04546f4a01e3f71103b4bd895c6af9606228edf6db98c8cbf0ac9da9552e803f
4
+ data.tar.gz: 51e82fdade39ee3b2c11c370d4118d8c6ad505219d6653a172b430a1e4e0b2fa
5
5
  SHA512:
6
- metadata.gz: fe0b43f103abb68bd5a0d9058c9b2fc71199d95f5a776a282c50ad933720128e4084c7c04a560c2aebffc9290d50ccb661cf96addedb66fa91a28bf8b0425091
7
- data.tar.gz: e434f4151c84dfcfeb5846b5e919d131882245ec7b6d8cf99fa9abb49873016b386a78351275d9a85bb6fd0a199afbf5541a62b6218156f86c8faf4aa23a7c85
6
+ metadata.gz: 99a6d5ff454c72b82077875181a1cb24a653afaf0f679f05f94f149cac44d482d73f67880a9675b16d9e13693a704429af74022adf84d9cf1d4ba40ff04a9877
7
+ data.tar.gz: b069c081e80fd868eea0b18fc37e30af3f8684f1c15f8aadf1545241482dae1b65831acf48078b65c0ecffb16fcf79546254ae68d707b4e4e51c97bbc2a12e9e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.207.0 (2023-08-30)
5
+ ------------------
6
+
7
+ * Feature - Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings
8
+
4
9
  1.206.0 (2023-08-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.206.0
1
+ 1.207.0
@@ -2345,6 +2345,13 @@ module Aws::SageMaker
2345
2345
  # s3_artifact_path: "S3Uri",
2346
2346
  # s3_kms_key_id: "KmsKeyId",
2347
2347
  # },
2348
+ # identity_provider_o_auth_settings: [
2349
+ # {
2350
+ # data_source_name: "SalesforceGenie", # accepts SalesforceGenie, Snowflake
2351
+ # status: "ENABLED", # accepts ENABLED, DISABLED
2352
+ # secret_arn: "SecretArn",
2353
+ # },
2354
+ # ],
2348
2355
  # },
2349
2356
  # },
2350
2357
  # subnet_ids: ["SubnetId"], # required
@@ -8162,6 +8169,13 @@ module Aws::SageMaker
8162
8169
  # s3_artifact_path: "S3Uri",
8163
8170
  # s3_kms_key_id: "KmsKeyId",
8164
8171
  # },
8172
+ # identity_provider_o_auth_settings: [
8173
+ # {
8174
+ # data_source_name: "SalesforceGenie", # accepts SalesforceGenie, Snowflake
8175
+ # status: "ENABLED", # accepts ENABLED, DISABLED
8176
+ # secret_arn: "SecretArn",
8177
+ # },
8178
+ # ],
8165
8179
  # },
8166
8180
  # },
8167
8181
  # })
@@ -10885,6 +10899,10 @@ module Aws::SageMaker
10885
10899
  # resp.default_user_settings.canvas_app_settings.model_register_settings.cross_account_model_register_role_arn #=> String
10886
10900
  # resp.default_user_settings.canvas_app_settings.workspace_settings.s3_artifact_path #=> String
10887
10901
  # resp.default_user_settings.canvas_app_settings.workspace_settings.s3_kms_key_id #=> String
10902
+ # resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings #=> Array
10903
+ # resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].data_source_name #=> String, one of "SalesforceGenie", "Snowflake"
10904
+ # resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].status #=> String, one of "ENABLED", "DISABLED"
10905
+ # resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].secret_arn #=> String
10888
10906
  # resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
10889
10907
  # resp.home_efs_file_system_kms_key_id #=> String
10890
10908
  # resp.subnet_ids #=> Array
@@ -14546,6 +14564,10 @@ module Aws::SageMaker
14546
14564
  # resp.user_settings.canvas_app_settings.model_register_settings.cross_account_model_register_role_arn #=> String
14547
14565
  # resp.user_settings.canvas_app_settings.workspace_settings.s3_artifact_path #=> String
14548
14566
  # resp.user_settings.canvas_app_settings.workspace_settings.s3_kms_key_id #=> String
14567
+ # resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings #=> Array
14568
+ # resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].data_source_name #=> String, one of "SalesforceGenie", "Snowflake"
14569
+ # resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].status #=> String, one of "ENABLED", "DISABLED"
14570
+ # resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].secret_arn #=> String
14549
14571
  #
14550
14572
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
14551
14573
  #
@@ -22090,6 +22112,13 @@ module Aws::SageMaker
22090
22112
  # s3_artifact_path: "S3Uri",
22091
22113
  # s3_kms_key_id: "KmsKeyId",
22092
22114
  # },
22115
+ # identity_provider_o_auth_settings: [
22116
+ # {
22117
+ # data_source_name: "SalesforceGenie", # accepts SalesforceGenie, Snowflake
22118
+ # status: "ENABLED", # accepts ENABLED, DISABLED
22119
+ # secret_arn: "SecretArn",
22120
+ # },
22121
+ # ],
22093
22122
  # },
22094
22123
  # },
22095
22124
  # domain_settings_for_update: {
@@ -23837,6 +23866,13 @@ module Aws::SageMaker
23837
23866
  # s3_artifact_path: "S3Uri",
23838
23867
  # s3_kms_key_id: "KmsKeyId",
23839
23868
  # },
23869
+ # identity_provider_o_auth_settings: [
23870
+ # {
23871
+ # data_source_name: "SalesforceGenie", # accepts SalesforceGenie, Snowflake
23872
+ # status: "ENABLED", # accepts ENABLED, DISABLED
23873
+ # secret_arn: "SecretArn",
23874
+ # },
23875
+ # ],
23840
23876
  # },
23841
23877
  # },
23842
23878
  # })
@@ -24094,7 +24130,7 @@ module Aws::SageMaker
24094
24130
  params: params,
24095
24131
  config: config)
24096
24132
  context[:gem_name] = 'aws-sdk-sagemaker'
24097
- context[:gem_version] = '1.206.0'
24133
+ context[:gem_version] = '1.207.0'
24098
24134
  Seahorse::Client::Request.new(handlers, context)
24099
24135
  end
24100
24136
 
@@ -422,6 +422,7 @@ module Aws::SageMaker
422
422
  DataQualityBaselineConfig = Shapes::StructureShape.new(name: 'DataQualityBaselineConfig')
423
423
  DataQualityJobInput = Shapes::StructureShape.new(name: 'DataQualityJobInput')
424
424
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
425
+ DataSourceName = Shapes::StringShape.new(name: 'DataSourceName')
425
426
  Database = Shapes::StringShape.new(name: 'Database')
426
427
  DatasetDefinition = Shapes::StructureShape.new(name: 'DatasetDefinition')
427
428
  DebugHookConfig = Shapes::StructureShape.new(name: 'DebugHookConfig')
@@ -921,6 +922,8 @@ module Aws::SageMaker
921
922
  HyperbandStrategyMinResource = Shapes::IntegerShape.new(name: 'HyperbandStrategyMinResource')
922
923
  IamIdentity = Shapes::StructureShape.new(name: 'IamIdentity')
923
924
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
925
+ IdentityProviderOAuthSetting = Shapes::StructureShape.new(name: 'IdentityProviderOAuthSetting')
926
+ IdentityProviderOAuthSettings = Shapes::ListShape.new(name: 'IdentityProviderOAuthSettings')
924
927
  Image = Shapes::StructureShape.new(name: 'Image')
925
928
  ImageArn = Shapes::StringShape.new(name: 'ImageArn')
926
929
  ImageBaseImage = Shapes::StringShape.new(name: 'ImageBaseImage')
@@ -2524,6 +2527,7 @@ module Aws::SageMaker
2524
2527
  CanvasAppSettings.add_member(:time_series_forecasting_settings, Shapes::ShapeRef.new(shape: TimeSeriesForecastingSettings, location_name: "TimeSeriesForecastingSettings"))
2525
2528
  CanvasAppSettings.add_member(:model_register_settings, Shapes::ShapeRef.new(shape: ModelRegisterSettings, location_name: "ModelRegisterSettings"))
2526
2529
  CanvasAppSettings.add_member(:workspace_settings, Shapes::ShapeRef.new(shape: WorkspaceSettings, location_name: "WorkspaceSettings"))
2530
+ CanvasAppSettings.add_member(:identity_provider_o_auth_settings, Shapes::ShapeRef.new(shape: IdentityProviderOAuthSettings, location_name: "IdentityProviderOAuthSettings"))
2527
2531
  CanvasAppSettings.struct_class = Types::CanvasAppSettings
2528
2532
 
2529
2533
  CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
@@ -5521,6 +5525,13 @@ module Aws::SageMaker
5521
5525
  IamIdentity.add_member(:source_identity, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentity"))
5522
5526
  IamIdentity.struct_class = Types::IamIdentity
5523
5527
 
5528
+ IdentityProviderOAuthSetting.add_member(:data_source_name, Shapes::ShapeRef.new(shape: DataSourceName, location_name: "DataSourceName"))
5529
+ IdentityProviderOAuthSetting.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "Status"))
5530
+ IdentityProviderOAuthSetting.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
5531
+ IdentityProviderOAuthSetting.struct_class = Types::IdentityProviderOAuthSetting
5532
+
5533
+ IdentityProviderOAuthSettings.member = Shapes::ShapeRef.new(shape: IdentityProviderOAuthSetting)
5534
+
5524
5535
  Image.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
5525
5536
  Image.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
5526
5537
  Image.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
@@ -3107,12 +3107,17 @@ module Aws::SageMaker
3107
3107
  # The workspace settings for the SageMaker Canvas application.
3108
3108
  # @return [Types::WorkspaceSettings]
3109
3109
  #
3110
+ # @!attribute [rw] identity_provider_o_auth_settings
3111
+ # The settings for connecting to an external data source with OAuth.
3112
+ # @return [Array<Types::IdentityProviderOAuthSetting>]
3113
+ #
3110
3114
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CanvasAppSettings AWS API Documentation
3111
3115
  #
3112
3116
  class CanvasAppSettings < Struct.new(
3113
3117
  :time_series_forecasting_settings,
3114
3118
  :model_register_settings,
3115
- :workspace_settings)
3119
+ :workspace_settings,
3120
+ :identity_provider_o_auth_settings)
3116
3121
  SENSITIVE = []
3117
3122
  include Aws::Structure
3118
3123
  end
@@ -21056,6 +21061,35 @@ module Aws::SageMaker
21056
21061
  include Aws::Structure
21057
21062
  end
21058
21063
 
21064
+ # The Amazon SageMaker Canvas app setting where you configure OAuth for
21065
+ # connecting to an external data source, such as Snowflake.
21066
+ #
21067
+ # @!attribute [rw] data_source_name
21068
+ # The name of the data source that you're connecting to. Canvas
21069
+ # currently supports OAuth for Snowflake and Salesforce Data Cloud.
21070
+ # @return [String]
21071
+ #
21072
+ # @!attribute [rw] status
21073
+ # Describes whether OAuth for a data source is enabled or disabled in
21074
+ # the Canvas application.
21075
+ # @return [String]
21076
+ #
21077
+ # @!attribute [rw] secret_arn
21078
+ # The ARN of an Amazon Web Services Secrets Manager secret that stores
21079
+ # the credentials from your identity provider, such as the client ID
21080
+ # and secret, authorization URL, and token URL.
21081
+ # @return [String]
21082
+ #
21083
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/IdentityProviderOAuthSetting AWS API Documentation
21084
+ #
21085
+ class IdentityProviderOAuthSetting < Struct.new(
21086
+ :data_source_name,
21087
+ :status,
21088
+ :secret_arn)
21089
+ SENSITIVE = []
21090
+ include Aws::Structure
21091
+ end
21092
+
21059
21093
  # A SageMaker image. A SageMaker image represents a set of container
21060
21094
  # images that are derived from a common base container image. Each of
21061
21095
  # these container images is represented by a SageMaker `ImageVersion`.
@@ -34483,7 +34517,7 @@ module Aws::SageMaker
34483
34517
  #
34484
34518
  # @!attribute [rw] job_duration_in_seconds
34485
34519
  # Specifies the maximum duration of the job, in seconds. The maximum
34486
- # value is 7200.
34520
+ # value is 18,000 seconds.
34487
34521
  # @return [Integer]
34488
34522
  #
34489
34523
  # @!attribute [rw] traffic_pattern
@@ -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.206.0'
56
+ GEM_VERSION = '1.207.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.206.0
4
+ version: 1.207.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: 2023-08-15 00:00:00.000000000 Z
11
+ date: 2023-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core