aws-sdk-pinpoint 1.107.0 → 1.108.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: e3de64915bfe560da9c92b9bc6dcc973ea546d2317f3925835f7787ba5b14058
4
- data.tar.gz: f3efa8f67d00e23151e521ec5913388875b82d1b6b51a36079b0454f335cdfef
3
+ metadata.gz: 4ad89fdc2bb121a90f6741051b6bd6ff9bed8124f23e3126f7ad9c34c1f0e1df
4
+ data.tar.gz: 2f1c24206535957320cf634d88b91ca4edad6abb37d236e84563ac22f48b45dd
5
5
  SHA512:
6
- metadata.gz: 95cab3e6217c12f17922f8cf67652a893b8a4e9291bca0c904da18a44796fa139f073a7003b2ebf2a0c7470c71ede9f6203c4e3bdf45af5cbd29d726bcfe626b
7
- data.tar.gz: e3a901a6d74e6db9901fd4985133dc344feda7bce338bdd4398460b7037889fb44c69d089972a44f7358d646291b06f82fafde29ae1ee80e70f6869bbfc4a040
6
+ metadata.gz: 6195dc7e1e5af5d371771ee5af8f0b0ea5e63ee796878e21d6d0a4ea48508f6089ed2b0e0a9e5cd8e87dbcdb1b3233798bd66f8d9963b7a629e24e02f7c68346
7
+ data.tar.gz: 62e184597b32b2df66b33a5a99431a4bb2e35ba5090e50c847ac3632a5dce61d3d8d39c31b64dcb7be57510286527af788f870487a4afbc2bff8b9dc988b55b8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.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.107.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -200,8 +200,7 @@ module Aws::Pinpoint
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
@@ -13038,7 +13037,7 @@ module Aws::Pinpoint
13038
13037
  tracer: tracer
13039
13038
  )
13040
13039
  context[:gem_name] = 'aws-sdk-pinpoint'
13041
- context[:gem_version] = '1.107.0'
13040
+ context[:gem_version] = '1.108.0'
13042
13041
  Seahorse::Client::Request.new(handlers, context)
13043
13042
  end
13044
13043
 
@@ -54,7 +54,7 @@ module Aws::Pinpoint
54
54
  autoload :EndpointProvider, 'aws-sdk-pinpoint/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pinpoint/endpoints'
56
56
 
57
- GEM_VERSION = '1.107.0'
57
+ GEM_VERSION = '1.108.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-pinpoint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.107.0
4
+ version: 1.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services