aws-sdk-customerprofiles 1.33.0 → 1.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +5 -1
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9feca08f2fee542d7df1d1b6d42ec6ba17cd821b0164d1adbbf53799e989aa4
|
4
|
+
data.tar.gz: 8879c8150a2f143c8966750661f7249b11b5aa88f4122b80cf8b9c4714b5941c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bd33840823b1c608b8887a32852071d3cc85e88be08f1f418a7a9990a6a172a9b11f3eb60becafec11be0dea3089adcb87fea7e58e49f78d6c4160c0d339a43
|
7
|
+
data.tar.gz: a8b5b9fb704d94b7fd889a38f41327b04fda1b93f025cba070ae9f44cb7a9f82d0eec2600118a3282a77a560cf4f9ce79c0ac65ec5403ffe3736be59998c1ae3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
3718
|
+
context[:gem_version] = '1.34.0'
|
3715
3719
|
Seahorse::Client::Request.new(handlers, context)
|
3716
3720
|
end
|
3717
3721
|
|
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.
|
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-
|
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
|