aws-sdk-connect 1.24.0 → 1.25.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: e8b861a5654c3b2098bccb6938ef872c845fc1c718af25999b060586b8ee3da7
4
- data.tar.gz: da95ec41b58a0ade7e458962eaa2c64e57cb2e406d89386484105c757e1e1e14
3
+ metadata.gz: 02f1a66f20d6d0ab95c1cc72d58799b300091ef0cb8d630d6ff681fcf151eb94
4
+ data.tar.gz: c023e6a2706d5fa7b3e242b556c0be10505583a0bf192b52c14c48a285f71c7b
5
5
  SHA512:
6
- metadata.gz: 15c05d822625f684cb9c8f157d76cd10c73fe9405afcf5c5ac572d5dd5772c8cf3298fba1bc04a148fed4f78e29bda8fdeda5db9138283c5646956ea1a0bfa5a
7
- data.tar.gz: bb3b4ced82b40c5710ce9947f93a252cc0d0100242e29b3672be1030b09286a3f1d93bff251d60cbf1358d06894f3fef21b02407ec65a4be527edca447c72a21
6
+ metadata.gz: 838afd12d3686b6a2c92bade218448a2f71522e32ae60475d3f5468f156e5a4f50c3e54c2de05382d486006deef4bd733e3373b8f706d74a785bfc8ea675d393
7
+ data.tar.gz: e91a3fcc975bb15dc0bdf78a5c56f0fc919525d12950c0626126e4aa5cba5c43ccec203808cc08baedd8248c03d9cb6ac009efeb8cd7cfffd351b0a6ba4d4424
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-connect/customizations'
45
45
  # @service
46
46
  module Aws::Connect
47
47
 
48
- GEM_VERSION = '1.24.0'
48
+ GEM_VERSION = '1.25.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::Connect
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -1940,7 +1940,7 @@ module Aws::Connect
1940
1940
  params: params,
1941
1941
  config: config)
1942
1942
  context[:gem_name] = 'aws-sdk-connect'
1943
- context[:gem_version] = '1.24.0'
1943
+ context[:gem_version] = '1.25.0'
1944
1944
  Seahorse::Client::Request.new(handlers, context)
1945
1945
  end
1946
1946
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core