aws-sdk-dataexchange 1.64.0 → 1.66.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: 253f7d361ce8b72bd50bf1600c9c5b550a3012f8d32972959b60b96bcd2ff61e
4
- data.tar.gz: 00b4b6dde93675551e4f59410f5aec07e82866d08bb8c8295ca826acc9d1645f
3
+ metadata.gz: 63925bd13a51c651688118b5b515668002cb1a9a4227a20f8fc481a2069cea6c
4
+ data.tar.gz: fd68cc94c725599b5cb313b4d362316094bb40f43650d021014a7ecee8d56d54
5
5
  SHA512:
6
- metadata.gz: 0d254c7fb431d3718b94cc2b1efcccd7ba67d1141af15dd4dc21f49eecf5cbfc7940be8e8bda965ed853b86b9aaa5dcfbcc8b1ff114be0443799a6837411c464
7
- data.tar.gz: 1675a75b6fa5724840e0b611d5033e2b3d32ff4738b573b1297b1a2e96aaf21337356a54a8ae7b0ea6035f52e668760a3182eb9bdb83d281fe9a5e4d2b84fc81
6
+ metadata.gz: ed48c981e893aad421d1965c87789311a7964450e56919eb92ff43974c8b574f9577566388a84c7356d9ad867fe0a1693e807a65495a722fa3d7262ca77e5e11
7
+ data.tar.gz: 152a3355b3439f1eb0c12d42ff8cb2da60c8474acf9399ff98656c246068e684e8ecda692c11c9154f98846df0b53252924461a99e8de4b7d1d98fcfa43b4a21
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.65.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.64.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.66.0
@@ -200,8 +200,7 @@ module Aws::DataExchange
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2742,7 +2741,7 @@ module Aws::DataExchange
2742
2741
  tracer: tracer
2743
2742
  )
2744
2743
  context[:gem_name] = 'aws-sdk-dataexchange'
2745
- context[:gem_version] = '1.64.0'
2744
+ context[:gem_version] = '1.66.0'
2746
2745
  Seahorse::Client::Request.new(handlers, context)
2747
2746
  end
2748
2747
 
@@ -762,7 +762,7 @@ module Aws::DataExchange
762
762
  LakeFormationTagPolicyDetails.add_member(:table, Shapes::ShapeRef.new(shape: __string, location_name: "Table"))
763
763
  LakeFormationTagPolicyDetails.struct_class = Types::LakeFormationTagPolicyDetails
764
764
 
765
- ListDataGrantsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
765
+ ListDataGrantsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
766
766
  ListDataGrantsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
767
767
  ListDataGrantsRequest.struct_class = Types::ListDataGrantsRequest
768
768
 
@@ -853,7 +853,7 @@ module Aws::DataExchange
853
853
 
854
854
  ListOf__string.member = Shapes::ShapeRef.new(shape: __string)
855
855
 
856
- ListReceivedDataGrantsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
856
+ ListReceivedDataGrantsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
857
857
  ListReceivedDataGrantsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
858
858
  ListReceivedDataGrantsRequest.add_member(:acceptance_state, Shapes::ShapeRef.new(shape: AcceptanceStateFilterValues, location: "querystring", location_name: "acceptanceState"))
859
859
  ListReceivedDataGrantsRequest.struct_class = Types::ListReceivedDataGrantsRequest
@@ -1037,7 +1037,7 @@ module Aws::DataExchange
1037
1037
  SendApiAssetResponse[:payload_member] = SendApiAssetResponse.member(:body)
1038
1038
 
1039
1039
  SendDataSetNotificationRequest.add_member(:scope, Shapes::ShapeRef.new(shape: ScopeDetails, location_name: "Scope"))
1040
- SendDataSetNotificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1040
+ SendDataSetNotificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
1041
1041
  SendDataSetNotificationRequest.add_member(:comment, Shapes::ShapeRef.new(shape: __stringMin0Max4096, location_name: "Comment"))
1042
1042
  SendDataSetNotificationRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
1043
1043
  SendDataSetNotificationRequest.add_member(:details, Shapes::ShapeRef.new(shape: NotificationDetails, location_name: "Details"))
@@ -55,7 +55,7 @@ module Aws::DataExchange
55
55
  autoload :EndpointProvider, 'aws-sdk-dataexchange/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-dataexchange/endpoints'
57
57
 
58
- GEM_VERSION = '1.64.0'
58
+ GEM_VERSION = '1.66.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dataexchange
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dataexchange/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AWS Data Exchange
100
97
  test_files: []