aws-sdk-connectparticipant 1.2.0 → 1.3.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: 2a81b7fb44e1cfd8d6240ded235e68e12c20a43406972a085791c4d3a8abe8a6
4
- data.tar.gz: 1da9d53853ebced72b6123e2560125c731e5f1017d2868446b28a7bfa1c0b1d1
3
+ metadata.gz: d691696511612402b4abc6eceeedc4ca4673e40da92d84c90f79ca2b0727d505
4
+ data.tar.gz: e2107385a6116ebb2e952b8ef80f081ef3882452457f65021a76f70a15c0f1c7
5
5
  SHA512:
6
- metadata.gz: 347b458eec09fa73277db4d758d8c4a12cfea957fb596667c16160fc5093ba1fd4e2a231c7a07100808935a697cf02b9adae3123d677122ba0df8a310320fc2d
7
- data.tar.gz: fac6d749c82684f9b282e15df8270fb575f27acc6bd3fa6c3feb4cc7cef2e936c2dd6237472dfdff479b352d2544c0980f7ebc39ecb818a80411ce5efee6851c
6
+ metadata.gz: 5187395130329815ed7d15dee9dae6c9efb10829177f69a38e1f52fdb069a30a55caefe3fa039589c8f74fd4d4d9f624d03c9e33a94d3759f02567a032f1c2b3
7
+ data.tar.gz: 50434896f38a6c3e8121015bbb3a0264fc5aff0a9b42131bc4fd6bf0db35b796ca7df22b3a1cf58800372858e5838f5ea9fc82464d481a5e20bceae76cf9a30e
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-connectparticipant/customizations'
45
45
  # @service
46
46
  module Aws::ConnectParticipant
47
47
 
48
- GEM_VERSION = '1.2.0'
48
+ GEM_VERSION = '1.3.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::ConnectParticipant
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.
@@ -586,7 +586,7 @@ module Aws::ConnectParticipant
586
586
  params: params,
587
587
  config: config)
588
588
  context[:gem_name] = 'aws-sdk-connectparticipant'
589
- context[:gem_version] = '1.2.0'
589
+ context[:gem_version] = '1.3.0'
590
590
  Seahorse::Client::Request.new(handlers, context)
591
591
  end
592
592
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectparticipant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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