aws-sdk-backup 1.14.0 → 1.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-backup.rb +1 -1
- data/lib/aws-sdk-backup/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: b506b404fb3b2a29aed6bf3a11a4686caf792c18c1225893010edf06f431c4c9
|
4
|
+
data.tar.gz: fe03cad0a710225a98309c2fdcabea2148110e3af9ba8c119259ed5866fb5a94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a2dafd8f7a852ca4853d007c2dfc4f77a9fd87f559b86f981428df69ae6c7353ab857b9daca8f57f137fb98cbb8a66ba16d5a758eca79687cf68d2998a5acce
|
7
|
+
data.tar.gz: e1d5a55159523049ed6ea2ca4135d6d6aee018d31712076936887d7599bcc9fa543ab20fc4649fff026cce301c393241179694a529e7652db8ac9b9f1741fc19
|
data/lib/aws-sdk-backup.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::Backup
|
|
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.
|
@@ -2702,7 +2702,7 @@ module Aws::Backup
|
|
2702
2702
|
params: params,
|
2703
2703
|
config: config)
|
2704
2704
|
context[:gem_name] = 'aws-sdk-backup'
|
2705
|
-
context[:gem_version] = '1.
|
2705
|
+
context[:gem_version] = '1.15.0'
|
2706
2706
|
Seahorse::Client::Request.new(handlers, context)
|
2707
2707
|
end
|
2708
2708
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-backup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.15.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
|