aws-sdk-customerprofiles 1.33.0 → 1.34.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: 5da3b3c46e89f3e2288719966db74fdd33f87ba8bf73c7ed0adf22147e56b549
4
- data.tar.gz: d294348502949fcac722b4f4dbe9c02cb234984c74594a9574cc94d0b78a1e91
3
+ metadata.gz: b9feca08f2fee542d7df1d1b6d42ec6ba17cd821b0164d1adbbf53799e989aa4
4
+ data.tar.gz: 8879c8150a2f143c8966750661f7249b11b5aa88f4122b80cf8b9c4714b5941c
5
5
  SHA512:
6
- metadata.gz: aa696fa981eb7658bd97aac1023391ba3995cb86cfe0fd8213fff1166f977e8f512e871d1d77440f7a423e593e324ff7c328b7a713484c88e0fff78103a29ba4
7
- data.tar.gz: 5aaec8e4aa97be9d6cc9881049c10ff2e50a47bac250df7b5635384cb31e4fe9a7b663a403d23c3e169b73ec5cca39eb0f287c6db48731e4602dd104b1fcc93f
6
+ metadata.gz: 7bd33840823b1c608b8887a32852071d3cc85e88be08f1f418a7a9990a6a172a9b11f3eb60becafec11be0dea3089adcb87fea7e58e49f78d6c4160c0d339a43
7
+ data.tar.gz: a8b5b9fb704d94b7fd889a38f41327b04fda1b93f025cba070ae9f44cb7a9f82d0eec2600118a3282a77a560cf4f9ce79c0ac65ec5403ffe3736be59998c1ae3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.33.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -216,6 +216,10 @@ module Aws::CustomerProfiles
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -3711,7 +3715,7 @@ module Aws::CustomerProfiles
3711
3715
  params: params,
3712
3716
  config: config)
3713
3717
  context[:gem_name] = 'aws-sdk-customerprofiles'
3714
- context[:gem_version] = '1.33.0'
3718
+ context[:gem_version] = '1.34.0'
3715
3719
  Seahorse::Client::Request.new(handlers, context)
3716
3720
  end
3717
3721
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-customerprofiles/customizations'
52
52
  # @!group service
53
53
  module Aws::CustomerProfiles
54
54
 
55
- GEM_VERSION = '1.33.0'
55
+ GEM_VERSION = '1.34.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-customerprofiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core