aws-sdk-sagemaker 1.132.0 → 1.133.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: 1cd1b92144eb08f7bb4352b13c0071ba52388ee2a77081d9dbb9ca3af52fa917
4
- data.tar.gz: 20ea40bf0250ee0cfbe266e45aed046b2b667c1c77ca80d42bc580a5ebc2a5a3
3
+ metadata.gz: 9ce89c0650d553eabd39c87af9a5d773b9b2e4b3cf85c9f26462e28bf2048051
4
+ data.tar.gz: c4ac9ffaa82b7caad47eb72fbffe479dc5f2cac32581bf586b832be315ffc1ce
5
5
  SHA512:
6
- metadata.gz: 4ada52b9c33c52ca825ad2f1a95a6d9f0eb2dd372680a9b872b6203879fb1a59d380ee8fdbe6f257fb2baa0d040ed9beb6deeeab6fbdf33ef19a4874b03014c5
7
- data.tar.gz: a8e2af0edd3b12d7c455369d5243ba5eb026bc25f9714d130df0dde1ff6244937f7c9626328911cdc57e6a54249b1ab09c792fa0d6a3cad9baeb59442061160f
6
+ metadata.gz: 8242062616c0f5d05cd88439734c7cb04b8cc16352d7165dfd6302f8c917a7865589088443ddb3585d4860dd30322265f34fd90eb942c874627e580650967b74
7
+ data.tar.gz: 19b8b28206a72093bc5295f32640cb26f3675067b698916aa8af631b4e0f6ee3a94a00cee7134bb505fa3a157f8c537b4b0b600dd45a873bbe44713c33a2891c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.133.0 (2022-07-19)
5
+ ------------------
6
+
7
+ * Feature - Fixed an issue with cross account QueryLineage
8
+
4
9
  1.132.0 (2022-07-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.132.0
1
+ 1.133.0
@@ -16743,7 +16743,7 @@ module Aws::SageMaker
16743
16743
  #
16744
16744
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html
16745
16745
  #
16746
- # @option params [required, Array<String>] :start_arns
16746
+ # @option params [Array<String>] :start_arns
16747
16747
  # A list of resource Amazon Resource Name (ARN) that represent the
16748
16748
  # starting point for your lineage query.
16749
16749
  #
@@ -16802,7 +16802,7 @@ module Aws::SageMaker
16802
16802
  # @example Request syntax with placeholder values
16803
16803
  #
16804
16804
  # resp = client.query_lineage({
16805
- # start_arns: ["AssociationEntityArn"], # required
16805
+ # start_arns: ["AssociationEntityArn"],
16806
16806
  # direction: "Both", # accepts Both, Ascendants, Descendants
16807
16807
  # include_edges: false,
16808
16808
  # filters: {
@@ -20269,7 +20269,7 @@ module Aws::SageMaker
20269
20269
  params: params,
20270
20270
  config: config)
20271
20271
  context[:gem_name] = 'aws-sdk-sagemaker'
20272
- context[:gem_version] = '1.132.0'
20272
+ context[:gem_version] = '1.133.0'
20273
20273
  Seahorse::Client::Request.new(handlers, context)
20274
20274
  end
20275
20275
 
@@ -6437,7 +6437,7 @@ module Aws::SageMaker
6437
6437
  QueryFilters.add_member(:properties, Shapes::ShapeRef.new(shape: QueryProperties, location_name: "Properties"))
6438
6438
  QueryFilters.struct_class = Types::QueryFilters
6439
6439
 
6440
- QueryLineageRequest.add_member(:start_arns, Shapes::ShapeRef.new(shape: QueryLineageStartArns, required: true, location_name: "StartArns"))
6440
+ QueryLineageRequest.add_member(:start_arns, Shapes::ShapeRef.new(shape: QueryLineageStartArns, location_name: "StartArns"))
6441
6441
  QueryLineageRequest.add_member(:direction, Shapes::ShapeRef.new(shape: Direction, location_name: "Direction"))
6442
6442
  QueryLineageRequest.add_member(:include_edges, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeEdges"))
6443
6443
  QueryLineageRequest.add_member(:filters, Shapes::ShapeRef.new(shape: QueryFilters, location_name: "Filters"))
@@ -34717,7 +34717,7 @@ module Aws::SageMaker
34717
34717
  # data as a hash:
34718
34718
  #
34719
34719
  # {
34720
- # start_arns: ["AssociationEntityArn"], # required
34720
+ # start_arns: ["AssociationEntityArn"],
34721
34721
  # direction: "Both", # accepts Both, Ascendants, Descendants
34722
34722
  # include_edges: false,
34723
34723
  # filters: {
@@ -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.132.0'
52
+ GEM_VERSION = '1.133.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.132.0
4
+ version: 1.133.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: 2022-07-18 00:00:00.000000000 Z
11
+ date: 2022-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core