aws-sdk-globalaccelerator 1.17.0 → 1.18.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 +4 -4
- data/lib/aws-sdk-globalaccelerator.rb +1 -1
- data/lib/aws-sdk-globalaccelerator/client.rb +2 -2
- 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: 6be95881c7b4cdffc6a5379b79f26de5cf8b9d5a866e55c26d8fb5d66b129b89
|
|
4
|
+
data.tar.gz: 0cf0ba2f2b96807bc4a785472b23e599f7dc393c9299e63a758fe464b70536f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03cb40728d0c29c16617939136536a52773027dc699dba4f07a9154886b423b9feac3cee6acedc40ef03a10ec4b24f2488e0f619c4ad787ba7e67a8652a884be
|
|
7
|
+
data.tar.gz: 6aff279147706bdda4e5ec7db73470c83c1d74b484056532a81e8ba046ee315934eda6feddd63eed1596e9264ca3d8bfb718ee9f5f20382d26d17a0dba83cf2d
|
|
@@ -176,7 +176,7 @@ module Aws::GlobalAccelerator
|
|
|
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.
|
|
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.
|
|
@@ -1686,7 +1686,7 @@ module Aws::GlobalAccelerator
|
|
|
1686
1686
|
params: params,
|
|
1687
1687
|
config: config)
|
|
1688
1688
|
context[:gem_name] = 'aws-sdk-globalaccelerator'
|
|
1689
|
-
context[:gem_version] = '1.
|
|
1689
|
+
context[:gem_version] = '1.18.0'
|
|
1690
1690
|
Seahorse::Client::Request.new(handlers, context)
|
|
1691
1691
|
end
|
|
1692
1692
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-globalaccelerator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
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: 2020-05-
|
|
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
|