aws-sdk-dataexchange 1.64.0 → 1.65.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: 84655f85826811bdf3ef4b893526384383c199c3890806d52add3790a0754921
4
+ data.tar.gz: dab802345b1052f83c3eb545b41f42d42f46514ea5907f20b8d5aa6906c54a3a
5
5
  SHA512:
6
- metadata.gz: 0d254c7fb431d3718b94cc2b1efcccd7ba67d1141af15dd4dc21f49eecf5cbfc7940be8e8bda965ed853b86b9aaa5dcfbcc8b1ff114be0443799a6837411c464
7
- data.tar.gz: 1675a75b6fa5724840e0b611d5033e2b3d32ff4738b573b1297b1a2e96aaf21337356a54a8ae7b0ea6035f52e668760a3182eb9bdb83d281fe9a5e4d2b84fc81
6
+ metadata.gz: 2943908fd475b02d11458a8b8adc0629e6649b83f337bb8de0d76655bf6b98eccc295319ef215a78c55038ce2db2c118c6eb20d041057e138b0d988b17b4e405
7
+ data.tar.gz: 6154b1ce17e0c033817be4a39713ca5bf8e7bedb8d97f0122e2685ddbda3e73fade53f4ea33285855326e4389e667bdd4e814e323e8d7bb412c3a8e6fe838873
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.64.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -2742,7 +2742,7 @@ module Aws::DataExchange
2742
2742
  tracer: tracer
2743
2743
  )
2744
2744
  context[:gem_name] = 'aws-sdk-dataexchange'
2745
- context[:gem_version] = '1.64.0'
2745
+ context[:gem_version] = '1.65.0'
2746
2746
  Seahorse::Client::Request.new(handlers, context)
2747
2747
  end
2748
2748
 
@@ -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.65.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.65.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: []