aws-sdk-paymentcryptographydata 1.31.0 → 1.32.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: 0505666d75f7ab2265501101e5a7c14d52c282d1a88c18a12f723f33590488fb
4
- data.tar.gz: 931f1056e696617a62ba447f23095a17ce87e3f78e558c8ed1c2ba051e13cc1d
3
+ metadata.gz: 31cd3f16e68e7ab05ceff63f5e53b40650f8dce0689129065c5d45323899c567
4
+ data.tar.gz: b5042b309b53dfbbc665c49d6b6fa48237d50f6170b852871d2a1f255d55b4a9
5
5
  SHA512:
6
- metadata.gz: a8150b2c7e595e5fba8cda16e1676ea0fc1ca982137b687a9fd729c44b9cd5505843f686660e24251b29b6b988053b4a5530de0c31e3840da6da38af4f657a71
7
- data.tar.gz: 77fcc12f5c88baf7c350acad532b14f5f4598957d4e488751c8cf3bab8b1496240c8e137cb7d4375abccbff233e8266ba63b8045987be096db6649bb1c91c129
6
+ metadata.gz: 115cb840ed88164459718a1227a02a18899d47d501e0e6a0a22584210b11528e08dc3f5e8c508f9e417bdeccf78a2c69f9640eb75a75aff0491489a564ba2efe
7
+ data.tar.gz: dd46e59d076901327dd47738d9ce0f9ae4b90ca1e3e4738fd598e7b1cc1ac729b6491de7e59c6b423af9d7c4182468a4e2ea2e2e1790992b0778cafa0241c190
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.31.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -200,8 +200,7 @@ module Aws::PaymentCryptographyData
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
@@ -2222,7 +2221,7 @@ module Aws::PaymentCryptographyData
2222
2221
  tracer: tracer
2223
2222
  )
2224
2223
  context[:gem_name] = 'aws-sdk-paymentcryptographydata'
2225
- context[:gem_version] = '1.31.0'
2224
+ context[:gem_version] = '1.32.0'
2226
2225
  Seahorse::Client::Request.new(handlers, context)
2227
2226
  end
2228
2227
 
@@ -55,7 +55,7 @@ module Aws::PaymentCryptographyData
55
55
  autoload :EndpointProvider, 'aws-sdk-paymentcryptographydata/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-paymentcryptographydata/endpoints'
57
57
 
58
- GEM_VERSION = '1.31.0'
58
+ GEM_VERSION = '1.32.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-paymentcryptographydata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services