aws-sdk-elasticloadbalancingv2 1.73.0 → 1.74.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-elasticloadbalancingv2/client.rb +4 -2
- data/lib/aws-sdk-elasticloadbalancingv2.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: d47884003a6b9d622b4b4311a2ec819d4764a04a3cab07682de65eb1f5ef3bcb
|
4
|
+
data.tar.gz: 3756a9535e70cbdbad5c98131a72878e0a6508e6a4e3474255a0bd89c742cfb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34457b9602f882425494183e2361180650df4be61975f7c38ee71765c5abc24a96c75daad75e0e9771245807a97683c8f7930883bf4fc18fc89faebc130adbed
|
7
|
+
data.tar.gz: b52cd0b06c07430dccdbc81bbb01751e0e209969731e9ef3e40a35b9f6883725c07ecd5b989f89c7dced322fdfc6bcf5d326d415a2d5e8726c2b46e66e286f82
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -119,7 +119,9 @@ module Aws::ElasticLoadBalancingV2
|
|
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
|
@@ -4298,7 +4300,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4298
4300
|
params: params,
|
4299
4301
|
config: config)
|
4300
4302
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4301
|
-
context[:gem_version] = '1.
|
4303
|
+
context[:gem_version] = '1.74.0'
|
4302
4304
|
Seahorse::Client::Request.new(handlers, context)
|
4303
4305
|
end
|
4304
4306
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticloadbalancingv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.74.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
|