aws-sdk-customerprofiles 1.62.0 → 1.63.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: bc1d43f69c584aecdf0f1140cfe0706bd51b913ca78c903cef439366d2f6bfc8
4
- data.tar.gz: 7ba85a12c0e0d4a1df00d175a36afdcc326b38849fe3100c38533ee9f0a614da
3
+ metadata.gz: def9b3532a00945017ad5022cd6c571ae1dd68502e67ce1193eb9701687e4cac
4
+ data.tar.gz: b3d29eb92ce96bac809a2a3e64d708d86abb56beec3feefbd5577011e9906094
5
5
  SHA512:
6
- metadata.gz: 01b0e2c45a42d87c5d396f70d48bcff69994ebf78641b9bbd120eea8e7cfb52f63f364ed89b141028e375ee42f5a57561aee2d1dff2dd48e6e96b800a5af3fb2
7
- data.tar.gz: ca4358cb6bdc879d177f5b74f937bce55852ecf863382d29ab4065aad298e1a3d24271a6eb148de3963523e47e1954cc3917680da4215a73b6ce6b64ed2bc946
6
+ metadata.gz: 3b503f9661b59d414148eade37e12992dddf064530ea3675448fbbf7ab836d19a63f60eaba802ce0c6e51b643f05a163411b22f361a3b3321e830671875586bc
7
+ data.tar.gz: 77e6d4ad0313e8c38ac756d0e60a73bd953033d6b6ec98a6679e7f7eba00e5183ddd680b852772fc3161e32b08923b1f0605c00aa3c17137e857a58dac0d8661
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.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.62.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -200,8 +200,7 @@ module Aws::CustomerProfiles
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
@@ -5824,7 +5823,7 @@ module Aws::CustomerProfiles
5824
5823
  tracer: tracer
5825
5824
  )
5826
5825
  context[:gem_name] = 'aws-sdk-customerprofiles'
5827
- context[:gem_version] = '1.62.0'
5826
+ context[:gem_version] = '1.63.0'
5828
5827
  Seahorse::Client::Request.new(handlers, context)
5829
5828
  end
5830
5829
 
@@ -54,7 +54,7 @@ module Aws::CustomerProfiles
54
54
  autoload :EndpointProvider, 'aws-sdk-customerprofiles/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-customerprofiles/endpoints'
56
56
 
57
- GEM_VERSION = '1.62.0'
57
+ GEM_VERSION = '1.63.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-customerprofiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services