aws-sdk-sagemaker 1.102.0 → 1.103.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: 6b9b7691675ddc58bc162b9dad9acc3fd9a159acd50424880279fe258d0d5a8d
4
- data.tar.gz: 61b8af61d77012aeb0f1a12f7b626f18f7d4cf7f18a20ca8beaef6298b8bb3ea
3
+ metadata.gz: 29fe0c2a507e667126f1659edbe513b9be2165c943e91998f5ade12140a74ffe
4
+ data.tar.gz: f83381c4f570105b9da923b01ecae626735a33ce880e451eee94d420b1d44066
5
5
  SHA512:
6
- metadata.gz: 5a0a3ddea0cda2b13cf49aa42aece24d0210c9321aa92a78b4a4baaa2db57514740ae7688298b374755a6fcbe4ed2cbf60ae7c820b52432f815c221a7005288c
7
- data.tar.gz: a760abc7e2450c9fc1db83e4e24551b14fb9e2238b7a9ff06ca9a07199df77b50e5e3734ffd701de33c25d5eb8e66247dfd2dd93e63210eb0c5150691d490353
6
+ metadata.gz: 1d16df5f15f5765367303fc41b636622595e491ee6edd2eedcd3a73d5c604fbc72534b5d1c6ec32c51158aa239b19097122e2324fd995734ce4568c35cd4e352
7
+ data.tar.gz: fc942a93826ab7152a9294c63be64830ef6fd4dd1c8ebb063baa6f572f49fba53a5a50fc683ea0d393da6ae1d3cedc62f33df2398e589926a5e080024af3413f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.103.0 (2021-10-14)
5
+ ------------------
6
+
7
+ * Feature - This release updates the provisioning artifact ID to an optional parameter in CreateProject API. The provisioning artifact ID defaults to the latest provisioning artifact ID of the product if you don't provide one.
8
+
4
9
  1.102.0 (2021-10-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.103.0
@@ -5046,8 +5046,10 @@ module Aws::SageMaker
5046
5046
  #
5047
5047
  # @option params [required, Types::ServiceCatalogProvisioningDetails] :service_catalog_provisioning_details
5048
5048
  # The product ID and provisioning artifact ID to provision a service
5049
- # catalog. For information, see [What is Amazon Web Services Service
5050
- # Catalog][1].
5049
+ # catalog. The provisioning artifact ID will default to the latest
5050
+ # provisioning artifact ID of the product, if you don't provide the
5051
+ # provisioning artifact ID. For more information, see [What is Amazon
5052
+ # Web Services Service Catalog][1].
5051
5053
  #
5052
5054
  #
5053
5055
  #
@@ -5075,7 +5077,7 @@ module Aws::SageMaker
5075
5077
  # project_description: "EntityDescription",
5076
5078
  # service_catalog_provisioning_details: { # required
5077
5079
  # product_id: "ServiceCatalogEntityId", # required
5078
- # provisioning_artifact_id: "ServiceCatalogEntityId", # required
5080
+ # provisioning_artifact_id: "ServiceCatalogEntityId",
5079
5081
  # path_id: "ServiceCatalogEntityId",
5080
5082
  # provisioning_parameters: [
5081
5083
  # {
@@ -18039,7 +18041,7 @@ module Aws::SageMaker
18039
18041
  params: params,
18040
18042
  config: config)
18041
18043
  context[:gem_name] = 'aws-sdk-sagemaker'
18042
- context[:gem_version] = '1.102.0'
18044
+ context[:gem_version] = '1.103.0'
18043
18045
  Seahorse::Client::Request.new(handlers, context)
18044
18046
  end
18045
18047
 
@@ -5772,7 +5772,7 @@ module Aws::SageMaker
5772
5772
  ServiceCatalogProvisionedProductDetails.struct_class = Types::ServiceCatalogProvisionedProductDetails
5773
5773
 
5774
5774
  ServiceCatalogProvisioningDetails.add_member(:product_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, required: true, location_name: "ProductId"))
5775
- ServiceCatalogProvisioningDetails.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, required: true, location_name: "ProvisioningArtifactId"))
5775
+ ServiceCatalogProvisioningDetails.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, location_name: "ProvisioningArtifactId"))
5776
5776
  ServiceCatalogProvisioningDetails.add_member(:path_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, location_name: "PathId"))
5777
5777
  ServiceCatalogProvisioningDetails.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: ProvisioningParameters, location_name: "ProvisioningParameters"))
5778
5778
  ServiceCatalogProvisioningDetails.struct_class = Types::ServiceCatalogProvisioningDetails
@@ -7939,7 +7939,7 @@ module Aws::SageMaker
7939
7939
  # project_description: "EntityDescription",
7940
7940
  # service_catalog_provisioning_details: { # required
7941
7941
  # product_id: "ServiceCatalogEntityId", # required
7942
- # provisioning_artifact_id: "ServiceCatalogEntityId", # required
7942
+ # provisioning_artifact_id: "ServiceCatalogEntityId",
7943
7943
  # path_id: "ServiceCatalogEntityId",
7944
7944
  # provisioning_parameters: [
7945
7945
  # {
@@ -7966,8 +7966,10 @@ module Aws::SageMaker
7966
7966
  #
7967
7967
  # @!attribute [rw] service_catalog_provisioning_details
7968
7968
  # The product ID and provisioning artifact ID to provision a service
7969
- # catalog. For information, see [What is Amazon Web Services Service
7970
- # Catalog][1].
7969
+ # catalog. The provisioning artifact ID will default to the latest
7970
+ # provisioning artifact ID of the product, if you don't provide the
7971
+ # provisioning artifact ID. For more information, see [What is Amazon
7972
+ # Web Services Service Catalog][1].
7971
7973
  #
7972
7974
  #
7973
7975
  #
@@ -25355,7 +25357,7 @@ module Aws::SageMaker
25355
25357
  # model artifacts.
25356
25358
  #
25357
25359
  # Model artifacts are the output that results from training a model, and
25358
- # typically consist of trained parameters, a model defintion that
25360
+ # typically consist of trained parameters, a model definition that
25359
25361
  # describes how to compute inferences, and other metadata.
25360
25362
  #
25361
25363
  # @!attribute [rw] s3_model_artifacts
@@ -31923,7 +31925,7 @@ module Aws::SageMaker
31923
31925
  #
31924
31926
  # {
31925
31927
  # product_id: "ServiceCatalogEntityId", # required
31926
- # provisioning_artifact_id: "ServiceCatalogEntityId", # required
31928
+ # provisioning_artifact_id: "ServiceCatalogEntityId",
31927
31929
  # path_id: "ServiceCatalogEntityId",
31928
31930
  # provisioning_parameters: [
31929
31931
  # {
@@ -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.102.0'
52
+ GEM_VERSION = '1.103.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.102.0
4
+ version: 1.103.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-06 00:00:00.000000000 Z
11
+ date: 2021-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core