aws-sdk-datazone 1.12.0 → 1.14.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: 7809b6b426a31ac06b4009646c40d8d234c9b6560b5e4e3b8691156c08615a5b
4
- data.tar.gz: 3c193ea170d22e1fea0f3d081ad28c125651ad3f8179a2dbf994b265a29afcbc
3
+ metadata.gz: ed8174bc8d139accc444ee885ce87c631720a1c98b316209ea232fb7b211aa37
4
+ data.tar.gz: 7d962becd8b37b431aa42b26748d9484641ee8db4417420dc722872b27d372bd
5
5
  SHA512:
6
- metadata.gz: 9c3913e626c76466b86a13b7b0a4bc233f4a14840842d2cbdbdb276400689e0a22c3999162b8a06516a8d21290b63c000eeae895182d58084ccf6c60ffa38d70
7
- data.tar.gz: a79c8739bd8d2c50cab4a63c087bd2b6d19bb7d9e100d6172ab163d3e72922431b2151390e2089fb3bf0a785e486b0521ff76f85627f3bee806d02eee2efc2e0
6
+ metadata.gz: 583b04f0da6431fcac54469364e983cb36cfe31f7e337fdba0ef2c60de59592b799b3dade38cce989f3788e635a19d93d5866d77825a425dbe5a6fefcb1303d0
7
+ data.tar.gz: 817dc4c6eb0f57bdc79f2ab4f513d563b8b304fb254585f6bd7ac79c0b5f99ebcee11288eaa7e363ebc48dc944fddcdd45d1380ab8c0cef8486bf150a9a66f74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2024-07-09)
5
+ ------------------
6
+
7
+ * Feature - This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
8
+
9
+ 1.13.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.12.0 (2024-06-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.14.0
@@ -312,6 +312,15 @@ module Aws::DataZone
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -8452,7 +8461,7 @@ module Aws::DataZone
8452
8461
  params: params,
8453
8462
  config: config)
8454
8463
  context[:gem_name] = 'aws-sdk-datazone'
8455
- context[:gem_version] = '1.12.0'
8464
+ context[:gem_version] = '1.14.0'
8456
8465
  Seahorse::Client::Request.new(handlers, context)
8457
8466
  end
8458
8467
 
@@ -1246,11 +1246,11 @@ module Aws::DataZone
1246
1246
  DataProductItem.add_member(:item_id, Shapes::ShapeRef.new(shape: DataProductId, location_name: "itemId"))
1247
1247
  DataProductItem.struct_class = Types::DataProductItem
1248
1248
 
1249
- DataProductItems.member = Shapes::ShapeRef.new(shape: DataProductItem)
1249
+ DataProductItems.member = Shapes::ShapeRef.new(shape: DataProductItem, deprecated: true)
1250
1250
 
1251
1251
  DataProductSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1252
1252
  DataProductSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1253
- DataProductSummary.add_member(:data_product_items, Shapes::ShapeRef.new(shape: DataProductItems, location_name: "dataProductItems"))
1253
+ DataProductSummary.add_member(:data_product_items, Shapes::ShapeRef.new(shape: DataProductItems, deprecated: true, location_name: "dataProductItems"))
1254
1254
  DataProductSummary.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1255
1255
  DataProductSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1256
1256
  DataProductSummary.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
@@ -2786,7 +2786,7 @@ module Aws::DataZone
2786
2786
  SearchInput.struct_class = Types::SearchInput
2787
2787
 
2788
2788
  SearchInventoryResultItem.add_member(:asset_item, Shapes::ShapeRef.new(shape: AssetItem, location_name: "assetItem"))
2789
- SearchInventoryResultItem.add_member(:data_product_item, Shapes::ShapeRef.new(shape: DataProductSummary, location_name: "dataProductItem"))
2789
+ SearchInventoryResultItem.add_member(:data_product_item, Shapes::ShapeRef.new(shape: DataProductSummary, deprecated: true, location_name: "dataProductItem", metadata: {"deprecatedMessage"=>"This field is deprecated."}))
2790
2790
  SearchInventoryResultItem.add_member(:glossary_item, Shapes::ShapeRef.new(shape: GlossaryItem, location_name: "glossaryItem"))
2791
2791
  SearchInventoryResultItem.add_member(:glossary_term_item, Shapes::ShapeRef.new(shape: GlossaryTermItem, location_name: "glossaryTermItem"))
2792
2792
  SearchInventoryResultItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-datazone/customizations'
52
52
  # @!group service
53
53
  module Aws::DataZone
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.14.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: 2024-06-27 00:00:00.000000000 Z
11
+ date: 2024-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement