aws-sdk-sagemaker 1.15.0 → 1.16.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
  SHA1:
3
- metadata.gz: e6c6d54003180ce52b39107c7adfa377392801eb
4
- data.tar.gz: cdb65654ff3d1595eb4430c17ff137cff94ed601
3
+ metadata.gz: 84bcabef6835dab6a8006c6f1a216b97a82d5418
4
+ data.tar.gz: 2df93bf31248e3fa5879eba36d6fcf1118b46139
5
5
  SHA512:
6
- metadata.gz: '06142596aae38449858815a979b91a1b513ae992375098afef34279b1926ec15675503dc905e00768b9b79cfa7aa92d25ceccd818be0c63e1368085cc92cc0dc'
7
- data.tar.gz: a04f192489cc2ce3ee6e1a537f60e461df0fd34a99e4486cfc6c5a01443362e633f80f5fe12ab386dbc006839c683a0c3536796e897ba704cefb471491cc8e3b
6
+ metadata.gz: e90f38be79a858cdb9cffa018b881579c31709fdb1638617ccd55a29dd71d500ffaf419674261406eae16618e4cbf7a32027ab30e143817cd65bb030ab7f313d
7
+ data.tar.gz: 269900cf1fece286fc544ae7875264326806be73fc38aab1d65a40043b372a8b2ce294db381f2230c47af1a9b061944be1c08197dc4df0d3d48a67203766ab23
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
43
43
  # @service
44
44
  module Aws::SageMaker
45
45
 
46
- GEM_VERSION = '1.15.0'
46
+ GEM_VERSION = '1.16.0'
47
47
 
48
48
  end
@@ -862,6 +862,16 @@ module Aws::SageMaker
862
862
  # showing the Jupyter server home page from the notebook instance. The
863
863
  # console uses this API to get the URL and show the page.
864
864
  #
865
+ # You can restrict access to this API and to the URL that it returns to
866
+ # a list of IP addresses that you specify. To restrict access, attach an
867
+ # IAM policy that denies access to this API unless the call comes from
868
+ # an IP address in the specified list to every AWS Identity and Access
869
+ # Management user, group, or role used to access the notebook instance.
870
+ # Use the `NotIpAddress` condition operator and the `aws:SourceIP`
871
+ # condition context key to specify the list of IP addresses that you
872
+ # want to have access to the notebook instance. For more information,
873
+ # see nbi-ip-filter.
874
+ #
865
875
  # @option params [required, String] :notebook_instance_name
866
876
  # The name of the notebook instance.
867
877
  #
@@ -1245,6 +1255,7 @@ module Aws::SageMaker
1245
1255
  # transform_resources: { # required
1246
1256
  # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
1247
1257
  # instance_count: 1, # required
1258
+ # volume_kms_key_id: "KmsKeyId",
1248
1259
  # },
1249
1260
  # tags: [
1250
1261
  # {
@@ -1467,7 +1478,7 @@ module Aws::SageMaker
1467
1478
  # resp.production_variants[0].desired_weight #=> Float
1468
1479
  # resp.production_variants[0].current_instance_count #=> Integer
1469
1480
  # resp.production_variants[0].desired_instance_count #=> Integer
1470
- # resp.endpoint_status #=> String, one of "OutOfService", "Creating", "Updating", "RollingBack", "InService", "Deleting", "Failed"
1481
+ # resp.endpoint_status #=> String, one of "OutOfService", "Creating", "Updating", "SystemUpdating", "RollingBack", "InService", "Deleting", "Failed"
1471
1482
  # resp.failure_reason #=> String
1472
1483
  # resp.creation_time #=> Time
1473
1484
  # resp.last_modified_time #=> Time
@@ -1916,6 +1927,7 @@ module Aws::SageMaker
1916
1927
  # resp.transform_output.kms_key_id #=> String
1917
1928
  # resp.transform_resources.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge"
1918
1929
  # resp.transform_resources.instance_count #=> Integer
1930
+ # resp.transform_resources.volume_kms_key_id #=> String
1919
1931
  # resp.creation_time #=> Time
1920
1932
  # resp.transform_start_time #=> Time
1921
1933
  # resp.transform_end_time #=> Time
@@ -2047,7 +2059,7 @@ module Aws::SageMaker
2047
2059
  # creation_time_after: Time.now,
2048
2060
  # last_modified_time_before: Time.now,
2049
2061
  # last_modified_time_after: Time.now,
2050
- # status_equals: "OutOfService", # accepts OutOfService, Creating, Updating, RollingBack, InService, Deleting, Failed
2062
+ # status_equals: "OutOfService", # accepts OutOfService, Creating, Updating, SystemUpdating, RollingBack, InService, Deleting, Failed
2051
2063
  # })
2052
2064
  #
2053
2065
  # @example Response structure
@@ -2057,7 +2069,7 @@ module Aws::SageMaker
2057
2069
  # resp.endpoints[0].endpoint_arn #=> String
2058
2070
  # resp.endpoints[0].creation_time #=> Time
2059
2071
  # resp.endpoints[0].last_modified_time #=> Time
2060
- # resp.endpoints[0].endpoint_status #=> String, one of "OutOfService", "Creating", "Updating", "RollingBack", "InService", "Deleting", "Failed"
2072
+ # resp.endpoints[0].endpoint_status #=> String, one of "OutOfService", "Creating", "Updating", "SystemUpdating", "RollingBack", "InService", "Deleting", "Failed"
2061
2073
  # resp.next_token #=> String
2062
2074
  #
2063
2075
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEndpoints AWS API Documentation
@@ -3024,7 +3036,7 @@ module Aws::SageMaker
3024
3036
  params: params,
3025
3037
  config: config)
3026
3038
  context[:gem_name] = 'aws-sdk-sagemaker'
3027
- context[:gem_version] = '1.15.0'
3039
+ context[:gem_version] = '1.16.0'
3028
3040
  Seahorse::Client::Request.new(handlers, context)
3029
3041
  end
3030
3042
 
@@ -977,6 +977,7 @@ module Aws::SageMaker
977
977
 
978
978
  TransformResources.add_member(:instance_type, Shapes::ShapeRef.new(shape: TransformInstanceType, required: true, location_name: "InstanceType"))
979
979
  TransformResources.add_member(:instance_count, Shapes::ShapeRef.new(shape: TransformInstanceCount, required: true, location_name: "InstanceCount"))
980
+ TransformResources.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
980
981
  TransformResources.struct_class = Types::TransformResources
981
982
 
982
983
  TransformS3DataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: S3DataType, required: true, location_name: "S3DataType"))
@@ -190,7 +190,7 @@ module Aws::SageMaker
190
190
  #
191
191
  #
192
192
  #
193
- # [1]: https://mxnet.incubator.apache.org/how_to/recordio.html?highlight=im2rec
193
+ # [1]: https://mxnet.incubator.apache.org/architecture/note_data_loading.html#data-format
194
194
  # @return [String]
195
195
  #
196
196
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Channel AWS API Documentation
@@ -1107,6 +1107,7 @@ module Aws::SageMaker
1107
1107
  # transform_resources: { # required
1108
1108
  # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
1109
1109
  # instance_count: 1, # required
1110
+ # volume_kms_key_id: "KmsKeyId",
1110
1111
  # },
1111
1112
  # tags: [
1112
1113
  # {
@@ -2804,7 +2805,7 @@ module Aws::SageMaker
2804
2805
  # creation_time_after: Time.now,
2805
2806
  # last_modified_time_before: Time.now,
2806
2807
  # last_modified_time_after: Time.now,
2807
- # status_equals: "OutOfService", # accepts OutOfService, Creating, Updating, RollingBack, InService, Deleting, Failed
2808
+ # status_equals: "OutOfService", # accepts OutOfService, Creating, Updating, SystemUpdating, RollingBack, InService, Deleting, Failed
2808
2809
  # }
2809
2810
  #
2810
2811
  # @!attribute [rw] sort_by
@@ -4697,6 +4698,7 @@ module Aws::SageMaker
4697
4698
  # {
4698
4699
  # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge
4699
4700
  # instance_count: 1, # required
4701
+ # volume_kms_key_id: "KmsKeyId",
4700
4702
  # }
4701
4703
  #
4702
4704
  # @!attribute [rw] instance_type
@@ -4712,11 +4714,19 @@ module Aws::SageMaker
4712
4714
  # value is `1`.
4713
4715
  # @return [Integer]
4714
4716
  #
4717
+ # @!attribute [rw] volume_kms_key_id
4718
+ # The Amazon Resource Name (ARN) of a AWS Key Management Service key
4719
+ # that Amazon SageMaker uses to encrypt data on the storage volume
4720
+ # attached to the ML compute instance(s) that run the batch transform
4721
+ # job.
4722
+ # @return [String]
4723
+ #
4715
4724
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TransformResources AWS API Documentation
4716
4725
  #
4717
4726
  class TransformResources < Struct.new(
4718
4727
  :instance_type,
4719
- :instance_count)
4728
+ :instance_count,
4729
+ :volume_kms_key_id)
4720
4730
  include Aws::Structure
4721
4731
  end
4722
4732
 
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.15.0
4
+ version: 1.16.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: 2018-08-17 00:00:00.000000000 Z
11
+ date: 2018-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core