aws-sdk-sagemaker 1.295.0 → 1.296.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: 2c480ca016822550e9c6c93a9f54ed43e3b61f45fa72271218625217c7150955
4
- data.tar.gz: 4cff43895d2d9c859251c9d2a20b44cb2fc2f8ab3f88a2707225ee2bb860724b
3
+ metadata.gz: 51fbd3550515e697665e08020e0331b108b1a24aeb1b508bb765be3de701224e
4
+ data.tar.gz: 420ebd9c3e582f82918c0ffa6a053a0c39039468435b2b1fc47b992baeddf411
5
5
  SHA512:
6
- metadata.gz: bdedab7aa7e0d89fc38f678a328da56265f0470c90d2b9d8704088d0d7d9c4b1f84ed05c57d8c8bf461f42ec61fcf4a1958ed80f15151c6074a142ea6074f3d7
7
- data.tar.gz: ac513b36ace3ffe831cb98605ef888d1bc976afefa28427aee6e8a867e0238d8cfb2aefca6ae9bd343b87d8c7d716b07a3a6654f2598391d55af7cad758d47a1
6
+ metadata.gz: 5d3353f81b46cf8db1fd81ee1b99cc9e648fea9df2b2a13b344e7d5d1c4966e1917b48a656f0a147a0d5c26b0c19d7bde5051c013d9362813794635c4540af94
7
+ data.tar.gz: 8d3d678d2c14ce83083b493ae26473798cc0b1d1ec62acf1d7dba63789f81c64fdd31e935ace96ed29abf91b7c58a1beeacacddaa6fe7334a1d6f5fe5870ff5f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.296.0 (2025-03-25)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for customer-managed KMS keys in Amazon SageMaker Partner AI Apps
8
+
4
9
  1.295.0 (2025-03-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.295.0
1
+ 1.296.0
@@ -8047,6 +8047,11 @@ module Aws::SageMaker
8047
8047
  # @option params [required, String] :execution_role_arn
8048
8048
  # The ARN of the IAM role that the partner application uses.
8049
8049
  #
8050
+ # @option params [String] :kms_key_id
8051
+ # SageMaker Partner AI Apps uses Amazon Web Services KMS to encrypt data
8052
+ # at rest using an Amazon Web Services managed key by default. For more
8053
+ # control, specify a customer managed key.
8054
+ #
8050
8055
  # @option params [Types::PartnerAppMaintenanceConfig] :maintenance_config
8051
8056
  # Maintenance configuration settings for the SageMaker Partner AI App.
8052
8057
  #
@@ -8087,6 +8092,7 @@ module Aws::SageMaker
8087
8092
  # name: "PartnerAppName", # required
8088
8093
  # type: "lakera-guard", # required, accepts lakera-guard, comet, deepchecks-llm-evaluation, fiddler
8089
8094
  # execution_role_arn: "RoleArn", # required
8095
+ # kms_key_id: "KmsKeyId",
8090
8096
  # maintenance_config: {
8091
8097
  # maintenance_window_start: "WeeklyScheduleTimeFormat",
8092
8098
  # },
@@ -16638,7 +16644,9 @@ module Aws::SageMaker
16638
16644
  # * {Types::DescribePartnerAppResponse#type #type} => String
16639
16645
  # * {Types::DescribePartnerAppResponse#status #status} => String
16640
16646
  # * {Types::DescribePartnerAppResponse#creation_time #creation_time} => Time
16647
+ # * {Types::DescribePartnerAppResponse#last_modified_time #last_modified_time} => Time
16641
16648
  # * {Types::DescribePartnerAppResponse#execution_role_arn #execution_role_arn} => String
16649
+ # * {Types::DescribePartnerAppResponse#kms_key_id #kms_key_id} => String
16642
16650
  # * {Types::DescribePartnerAppResponse#base_url #base_url} => String
16643
16651
  # * {Types::DescribePartnerAppResponse#maintenance_config #maintenance_config} => Types::PartnerAppMaintenanceConfig
16644
16652
  # * {Types::DescribePartnerAppResponse#tier #tier} => String
@@ -16661,7 +16669,9 @@ module Aws::SageMaker
16661
16669
  # resp.type #=> String, one of "lakera-guard", "comet", "deepchecks-llm-evaluation", "fiddler"
16662
16670
  # resp.status #=> String, one of "Creating", "Updating", "Deleting", "Available", "Failed", "UpdateFailed", "Deleted"
16663
16671
  # resp.creation_time #=> Time
16672
+ # resp.last_modified_time #=> Time
16664
16673
  # resp.execution_role_arn #=> String
16674
+ # resp.kms_key_id #=> String
16665
16675
  # resp.base_url #=> String
16666
16676
  # resp.maintenance_config.maintenance_window_start #=> String
16667
16677
  # resp.tier #=> String
@@ -29747,7 +29757,7 @@ module Aws::SageMaker
29747
29757
  tracer: tracer
29748
29758
  )
29749
29759
  context[:gem_name] = 'aws-sdk-sagemaker'
29750
- context[:gem_version] = '1.295.0'
29760
+ context[:gem_version] = '1.296.0'
29751
29761
  Seahorse::Client::Request.new(handlers, context)
29752
29762
  end
29753
29763
 
@@ -3988,6 +3988,7 @@ module Aws::SageMaker
3988
3988
  CreatePartnerAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: PartnerAppName, required: true, location_name: "Name"))
3989
3989
  CreatePartnerAppRequest.add_member(:type, Shapes::ShapeRef.new(shape: PartnerAppType, required: true, location_name: "Type"))
3990
3990
  CreatePartnerAppRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRoleArn"))
3991
+ CreatePartnerAppRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
3991
3992
  CreatePartnerAppRequest.add_member(:maintenance_config, Shapes::ShapeRef.new(shape: PartnerAppMaintenanceConfig, location_name: "MaintenanceConfig"))
3992
3993
  CreatePartnerAppRequest.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, required: true, location_name: "Tier"))
3993
3994
  CreatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
@@ -5538,7 +5539,9 @@ module Aws::SageMaker
5538
5539
  DescribePartnerAppResponse.add_member(:type, Shapes::ShapeRef.new(shape: PartnerAppType, location_name: "Type"))
5539
5540
  DescribePartnerAppResponse.add_member(:status, Shapes::ShapeRef.new(shape: PartnerAppStatus, location_name: "Status"))
5540
5541
  DescribePartnerAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
5542
+ DescribePartnerAppResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
5541
5543
  DescribePartnerAppResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
5544
+ DescribePartnerAppResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
5542
5545
  DescribePartnerAppResponse.add_member(:base_url, Shapes::ShapeRef.new(shape: String2048, location_name: "BaseUrl"))
5543
5546
  DescribePartnerAppResponse.add_member(:maintenance_config, Shapes::ShapeRef.new(shape: PartnerAppMaintenanceConfig, location_name: "MaintenanceConfig"))
5544
5547
  DescribePartnerAppResponse.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Tier"))
@@ -9614,6 +9614,12 @@ module Aws::SageMaker
9614
9614
  # The ARN of the IAM role that the partner application uses.
9615
9615
  # @return [String]
9616
9616
  #
9617
+ # @!attribute [rw] kms_key_id
9618
+ # SageMaker Partner AI Apps uses Amazon Web Services KMS to encrypt
9619
+ # data at rest using an Amazon Web Services managed key by default.
9620
+ # For more control, specify a customer managed key.
9621
+ # @return [String]
9622
+ #
9617
9623
  # @!attribute [rw] maintenance_config
9618
9624
  # Maintenance configuration settings for the SageMaker Partner AI App.
9619
9625
  # @return [Types::PartnerAppMaintenanceConfig]
@@ -9657,6 +9663,7 @@ module Aws::SageMaker
9657
9663
  :name,
9658
9664
  :type,
9659
9665
  :execution_role_arn,
9666
+ :kms_key_id,
9660
9667
  :maintenance_config,
9661
9668
  :tier,
9662
9669
  :application_config,
@@ -17905,11 +17912,20 @@ module Aws::SageMaker
17905
17912
  # The time that the SageMaker Partner AI App was created.
17906
17913
  # @return [Time]
17907
17914
  #
17915
+ # @!attribute [rw] last_modified_time
17916
+ # The time that the SageMaker Partner AI App was last modified.
17917
+ # @return [Time]
17918
+ #
17908
17919
  # @!attribute [rw] execution_role_arn
17909
17920
  # The ARN of the IAM role associated with the SageMaker Partner AI
17910
17921
  # App.
17911
17922
  # @return [String]
17912
17923
  #
17924
+ # @!attribute [rw] kms_key_id
17925
+ # The Amazon Web Services KMS customer managed key used to encrypt the
17926
+ # data at rest associated with SageMaker Partner AI Apps.
17927
+ # @return [String]
17928
+ #
17913
17929
  # @!attribute [rw] base_url
17914
17930
  # The URL of the SageMaker Partner AI App that the Application SDK
17915
17931
  # uses to support in-app calls for the user.
@@ -17956,7 +17972,9 @@ module Aws::SageMaker
17956
17972
  :type,
17957
17973
  :status,
17958
17974
  :creation_time,
17975
+ :last_modified_time,
17959
17976
  :execution_role_arn,
17977
+ :kms_key_id,
17960
17978
  :base_url,
17961
17979
  :maintenance_config,
17962
17980
  :tier,
@@ -55,7 +55,7 @@ module Aws::SageMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-sagemaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-sagemaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.295.0'
58
+ GEM_VERSION = '1.296.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -3583,6 +3583,7 @@ module Aws
3583
3583
  name: ::String,
3584
3584
  type: ("lakera-guard" | "comet" | "deepchecks-llm-evaluation" | "fiddler"),
3585
3585
  execution_role_arn: ::String,
3586
+ ?kms_key_id: ::String,
3586
3587
  ?maintenance_config: {
3587
3588
  maintenance_window_start: ::String?
3588
3589
  },
@@ -6107,7 +6108,9 @@ module Aws
6107
6108
  def type: () -> ("lakera-guard" | "comet" | "deepchecks-llm-evaluation" | "fiddler")
6108
6109
  def status: () -> ("Creating" | "Updating" | "Deleting" | "Available" | "Failed" | "UpdateFailed" | "Deleted")
6109
6110
  def creation_time: () -> ::Time
6111
+ def last_modified_time: () -> ::Time
6110
6112
  def execution_role_arn: () -> ::String
6113
+ def kms_key_id: () -> ::String
6111
6114
  def base_url: () -> ::String
6112
6115
  def maintenance_config: () -> Types::PartnerAppMaintenanceConfig
6113
6116
  def tier: () -> ::String
data/sig/types.rbs CHANGED
@@ -1797,6 +1797,7 @@ module Aws::SageMaker
1797
1797
  attr_accessor name: ::String
1798
1798
  attr_accessor type: ("lakera-guard" | "comet" | "deepchecks-llm-evaluation" | "fiddler")
1799
1799
  attr_accessor execution_role_arn: ::String
1800
+ attr_accessor kms_key_id: ::String
1800
1801
  attr_accessor maintenance_config: Types::PartnerAppMaintenanceConfig
1801
1802
  attr_accessor tier: ::String
1802
1803
  attr_accessor application_config: Types::PartnerAppConfig
@@ -3791,7 +3792,9 @@ module Aws::SageMaker
3791
3792
  attr_accessor type: ("lakera-guard" | "comet" | "deepchecks-llm-evaluation" | "fiddler")
3792
3793
  attr_accessor status: ("Creating" | "Updating" | "Deleting" | "Available" | "Failed" | "UpdateFailed" | "Deleted")
3793
3794
  attr_accessor creation_time: ::Time
3795
+ attr_accessor last_modified_time: ::Time
3794
3796
  attr_accessor execution_role_arn: ::String
3797
+ attr_accessor kms_key_id: ::String
3795
3798
  attr_accessor base_url: ::String
3796
3799
  attr_accessor maintenance_config: Types::PartnerAppMaintenanceConfig
3797
3800
  attr_accessor tier: ::String
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.295.0
4
+ version: 1.296.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: 2025-03-21 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core