aws-sdk-route53recoverycontrolconfig 1.5.0 → 1.6.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-route53recoverycontrolconfig/client.rb +4 -2
- data/lib/aws-sdk-route53recoverycontrolconfig.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: 4e187ccfe9c9edf065ec9e70e86333a2cfaf62474d5732d2f93d5b5b89478a2e
|
4
|
+
data.tar.gz: 23f1578b2df82d03a49e92500269a21944dbc78c1728a48890dcea83b57f2730
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 807ab9b762dbde7b4de9daf63f987df4fa2e63f052e18d1fe5c30fc6753a8954551101768bb7d78bdb615af8ce0349b43e56ec0837f5d2f35b99e5d516781770
|
7
|
+
data.tar.gz: 9b8d9f9e2f72d80993fb013055eaadb39a26e17b5b1331c065387210b82abe4efd644340a957f3f4cc04dd385c2ef125355c49c875e0fcefccf5ddc88869d6b8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -119,7 +119,9 @@ module Aws::Route53RecoveryControlConfig
|
|
119
119
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
120
|
# are very aggressive. Construct and pass an instance of
|
121
121
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
-
# enable retries and extended timeouts.
|
122
|
+
# enable retries and extended timeouts. Instance profile credential
|
123
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
124
|
+
# to true.
|
123
125
|
#
|
124
126
|
# @option options [required, String] :region
|
125
127
|
# The AWS region to connect to. The configured `:region` is
|
@@ -1224,7 +1226,7 @@ module Aws::Route53RecoveryControlConfig
|
|
1224
1226
|
params: params,
|
1225
1227
|
config: config)
|
1226
1228
|
context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig'
|
1227
|
-
context[:gem_version] = '1.
|
1229
|
+
context[:gem_version] = '1.6.0'
|
1228
1230
|
Seahorse::Client::Request.new(handlers, context)
|
1229
1231
|
end
|
1230
1232
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53recoverycontrolconfig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.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: 2021-11-
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|