aws-sdk-dataexchange 1.74.0 → 1.75.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: c69e310a10c0cb185f771e310307bd5958fbe064106be8b5059a80e10b4486d4
4
- data.tar.gz: f90cecff7125172401882389facec74a423e3e998b4ffce94fcfade490b7ca2d
3
+ metadata.gz: ad8baa85a400e1ff267ecc2ef756ff8a658edbb8e87e2ec7aba8aebad9496aab
4
+ data.tar.gz: 8a8cdb07751100511a023e3f4b060639e55ea0c307044221971a0f61391e37fe
5
5
  SHA512:
6
- metadata.gz: 834151d640ed0d74e5ae012a1bcd4f02c9e640444fb81e2489250e64bae36a5aa58ed3982b9738bd768dc9bc47dcf3421c714001b810c8d47dabb7319958736f
7
- data.tar.gz: 7457c36f554bcb556128e02fcc9aedbb0aadce7daf39eec7d2b5c2eac39d8965e6796fba73f733b99fa2d48fae5fbd5d36a6d27f6874015db5afaee44e7f85d3
6
+ metadata.gz: a650b716a361221954a14f3c0ed6254f434d60eaf334fcf2f549e22fdf8c01d84a4a3a4d5b71f60873676bf9f3f4a37c1ae73a5a9733970b00415851673f6630
7
+ data.tar.gz: 7d438a35f41cdd28c125c0674129eb415549a296a94386a0f1fcaca441b5d77be931ddc0796696b067cb5aba5b8fa2b56972a1a29e993e0493dac203a542d97b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.74.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -2760,7 +2760,7 @@ module Aws::DataExchange
2760
2760
  tracer: tracer
2761
2761
  )
2762
2762
  context[:gem_name] = 'aws-sdk-dataexchange'
2763
- context[:gem_version] = '1.74.0'
2763
+ context[:gem_version] = '1.75.0'
2764
2764
  Seahorse::Client::Request.new(handlers, context)
2765
2765
  end
2766
2766
 
@@ -13,22 +13,22 @@ module Aws::DataExchange
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.74.0'
58
+ GEM_VERSION = '1.75.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services