aws-sdk-pinpointemail 1.65.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: 42ebb8f98a3b165294195934ba2980aa3c4d0a9b1b0d6e831986aa8740f03c9e
4
- data.tar.gz: 806c630151732793774ef0e06fd345cbecd7b1a041d9e1866abd4d5e4b52e5f7
3
+ metadata.gz: 8884245a3590c87dc8e1efd4667b7637995ecc9f92671cb9a9adcfc95332a6a0
4
+ data.tar.gz: 9f322fd1be0d03e81cb4b1034798e56fc71fe1a7f0602209588522a8a73c54cf
5
5
  SHA512:
6
- metadata.gz: 23433cfafac8058579922dd4c311a7f27865cc75cf9014ae7868c060c0de1c8aae1633fd06dbb6226cd63eb74b34f60ba20d8f10a31b6a70f91e6ee1078913f1
7
- data.tar.gz: f95b19701b90f30cfb63179f174cf2e3fd7e1904fac6d900998b8489e6a40008e41fc1e504ea9be77d85858a53491a7e990eedf8f87b3b47e2413b8fb7aa79cd
6
+ metadata.gz: 759b31c338643a0b749a55bfd0d769b688d607ea298a38999785743a91d57b782dac999d28be3ececf55be4c18e786b450adccb98e302eac97c6439f10f6cc76
7
+ data.tar.gz: ab7c6f4784697c52350da75547b4181289cf9ad2d39cb927994430755d9ba66299f6e906340c346a8be19a6c8fb4a59f13a7a8efa55e20386134fdba763be1ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.65.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -200,8 +200,7 @@ module Aws::PinpointEmail
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
@@ -2403,7 +2402,7 @@ module Aws::PinpointEmail
2403
2402
  tracer: tracer
2404
2403
  )
2405
2404
  context[:gem_name] = 'aws-sdk-pinpointemail'
2406
- context[:gem_version] = '1.65.0'
2405
+ context[:gem_version] = '1.66.0'
2407
2406
  Seahorse::Client::Request.new(handlers, context)
2408
2407
  end
2409
2408
 
@@ -54,7 +54,7 @@ module Aws::PinpointEmail
54
54
  autoload :EndpointProvider, 'aws-sdk-pinpointemail/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pinpointemail/endpoints'
56
56
 
57
- GEM_VERSION = '1.65.0'
57
+ GEM_VERSION = '1.66.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpointemail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services