aws-sdk-route53recoverycluster 1.17.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53recoverycluster/client.rb +5 -1
- data/lib/aws-sdk-route53recoverycluster.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: 87d98cb1f7a1e503a84e15fed8f26962d21f79f3b569906c51686d4009306f95
|
4
|
+
data.tar.gz: ae285db49a2b44aa14df8b634bd43b31317c8dd595e09d4e0850d4079b1f6576
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c49238efb2861ca055d7cc6a450e2e5bbf0713752be06685f8614c16726eee0c35c4edba3858652c40e6401cf1091d08af5378c84595a52fea92b8b7d70f9ce
|
7
|
+
data.tar.gz: 2be7eb3fd6d72d30cbb936030d03f7f623fcad029ceb43d82369dd9ec5ca53d830fdac564607543511eb6ef5d8715929bd4bd328aace73fa62334fb8e72def72
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.18.0
|
@@ -216,6 +216,10 @@ module Aws::Route53RecoveryCluster
|
|
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
|
#
|
@@ -716,7 +720,7 @@ module Aws::Route53RecoveryCluster
|
|
716
720
|
params: params,
|
717
721
|
config: config)
|
718
722
|
context[:gem_name] = 'aws-sdk-route53recoverycluster'
|
719
|
-
context[:gem_version] = '1.
|
723
|
+
context[:gem_version] = '1.18.0'
|
720
724
|
Seahorse::Client::Request.new(handlers, context)
|
721
725
|
end
|
722
726
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53recoverycluster
|
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: 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
|