aws-sdk-backup 1.55.0 → 1.56.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backup/client.rb +5 -1
- data/lib/aws-sdk-backup.rb +1 -1
- 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: 012e6aaa8b820f8ae53b7ff2d76616e3b3e886696aaae08c5614f5c0809e324c
|
|
4
|
+
data.tar.gz: 66dd38fd11372c4f44eb8918fb3b3d3d0f91d5889e5d0cb46e75ae40c3e6821c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4aaea9383e5640046380b8bd1524ffaa3342d4895a0ad6831c22c5b8daf8572fd02a3eee9f6a03a9379127f1e3e8f1ae51b11a8699b8c0ef693afb7e923bf22
|
|
7
|
+
data.tar.gz: b6cfaeb2c8fa55ea284df1add48e933fedf9a50b501511f5d887bd3c5af27422a26e875f5fb6cfb3c4f8e6b8c913c0c472c3ed48155d0909409e1e533abe504b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.56.0
|
|
@@ -216,6 +216,10 @@ module Aws::Backup
|
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
218
218
|
#
|
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
221
|
+
# variables and the shared configuration file.
|
|
222
|
+
#
|
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
220
224
|
# The log formatter.
|
|
221
225
|
#
|
|
@@ -4484,7 +4488,7 @@ module Aws::Backup
|
|
|
4484
4488
|
params: params,
|
|
4485
4489
|
config: config)
|
|
4486
4490
|
context[:gem_name] = 'aws-sdk-backup'
|
|
4487
|
-
context[:gem_version] = '1.
|
|
4491
|
+
context[:gem_version] = '1.56.0'
|
|
4488
4492
|
Seahorse::Client::Request.new(handlers, context)
|
|
4489
4493
|
end
|
|
4490
4494
|
|
data/lib/aws-sdk-backup.rb
CHANGED
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.56.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: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|