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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d0486a1119b17580201f0431ea96e45071767919646bb0008a15d93036497e7
4
- data.tar.gz: 6710e01f3684a0e187920286901acbbfc997205eabfa51104160d822ce4d6d21
3
+ metadata.gz: b506b404fb3b2a29aed6bf3a11a4686caf792c18c1225893010edf06f431c4c9
4
+ data.tar.gz: fe03cad0a710225a98309c2fdcabea2148110e3af9ba8c119259ed5866fb5a94
5
5
  SHA512:
6
- metadata.gz: 576d2002a5762f2e39a31fd5864d318d0f271eb081e215aa11d8724d813e37db08f03647c5acee17170132873b285babef5c1799133797da5b55f44de735a7f3
7
- data.tar.gz: 977b981ad46d613ab7cffeaaf7607527cf0b27127d4bf3dbcc57f9b8ef331890b9784a98c7c12da8ce48cf79c8f60575a398ef6d84f0a9fbc63c0dbcf020546e
6
+ metadata.gz: 3a2dafd8f7a852ca4853d007c2dfc4f77a9fd87f559b86f981428df69ae6c7353ab857b9daca8f57f137fb98cbb8a66ba16d5a758eca79687cf68d2998a5acce
7
+ data.tar.gz: e1d5a55159523049ed6ea2ca4135d6d6aee018d31712076936887d7599bcc9fa543ab20fc4649fff026cce301c393241179694a529e7652db8ac9b9f1741fc19
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-backup/customizations'
45
45
  # @service
46
46
  module Aws::Backup
47
47
 
48
- GEM_VERSION = '1.14.0'
48
+ GEM_VERSION = '1.15.0'
49
49
 
50
50
  end
@@ -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. 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.
@@ -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.14.0'
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.14.0
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-20 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