aws-sdk-connectcontactlens 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 203519e5bd0d9aef71375ee8e30ef25636a41846573750d667fd5aaa1309fe3e
4
- data.tar.gz: a5f06f56eee152f92e0f78f69df27c875f3a28431d32362bee38f0bd17cf05e0
3
+ metadata.gz: 943a4499cdb5394aeeb49640877512494567fff8327b98f9e5392be3ead413c1
4
+ data.tar.gz: cc3da419360878a40635aff2e049ae44bad4984b0c5924d6bbee9cfd89024c1b
5
5
  SHA512:
6
- metadata.gz: e11c2ffea30804c6f3cdb3fe8682d31d40d1d1c19e0bfda39b92a110a3de901fcd3500011e93ee6c6e9d0eb34225adad8acb412f10dd71be775b9062c805c729
7
- data.tar.gz: 5049bfb11328a94e928d8d92f9baaa80a44a28279893f23d197d52e7f79e37e307f8c3cb4d10f0ede573bc7b0e15d5caffdefff449bd710409352daf48658575
6
+ metadata.gz: 52ef1c64f174df462d4992762e52c75a869a75bf21b5be74326d68d6522af59a1fcff5c374958521dc9dda64b9643ea67741da573e34ae5562e5fcc37644a0d0
7
+ data.tar.gz: bfd7dad5913eafb83e97878f47692b0b43816e3c410205f3b08bce85e2edc8194a3e3639df9c04aebaa7f4cecfa62f22a59e08ab54d332b6854ebf14b764b759
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.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.17.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -216,6 +216,10 @@ module Aws::ConnectContactLens
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
  #
@@ -459,7 +463,7 @@ module Aws::ConnectContactLens
459
463
  params: params,
460
464
  config: config)
461
465
  context[:gem_name] = 'aws-sdk-connectcontactlens'
462
- context[:gem_version] = '1.17.0'
466
+ context[:gem_version] = '1.18.0'
463
467
  Seahorse::Client::Request.new(handlers, context)
464
468
  end
465
469
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connectcontactlens/customizations'
52
52
  # @!group service
53
53
  module Aws::ConnectContactLens
54
54
 
55
- GEM_VERSION = '1.17.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectcontactlens
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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