aws-sdk-elasticloadbalancingv2 1.73.0 → 1.74.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2c44d7ffc692eec2f4c8ef210972fd3df032ce45a3391311854c193d88281ad
4
- data.tar.gz: cd1ebaa6bc50871b2fbfcedb05cd777f03e689a4eb96d12eef00f1b947f1b25b
3
+ metadata.gz: d47884003a6b9d622b4b4311a2ec819d4764a04a3cab07682de65eb1f5ef3bcb
4
+ data.tar.gz: 3756a9535e70cbdbad5c98131a72878e0a6508e6a4e3474255a0bd89c742cfb0
5
5
  SHA512:
6
- metadata.gz: c6ff70fb0377d37a053195cdb4bc16df620d052b5aee7ebcc7eece2751d2b600853cfaff2c48bd86bc083beae4a55917009685116788e551c9ac037b3ecce0b7
7
- data.tar.gz: e2336a42afc2333a8c69d1439d70ceb7143a65192e9f854a729d6b4cb833788bf5ffb93ae5a5332176bc14cb8304e15bfa2dbda99dfe90b163d6ba6c9f46363b
6
+ metadata.gz: 34457b9602f882425494183e2361180650df4be61975f7c38ee71765c5abc24a96c75daad75e0e9771245807a97683c8f7930883bf4fc18fc89faebc130adbed
7
+ data.tar.gz: b52cd0b06c07430dccdbc81bbb01751e0e209969731e9ef3e40a35b9f6883725c07ecd5b989f89c7dced322fdfc6bcf5d326d415a2d5e8726c2b46e66e286f82
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.73.0 (2021-11-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
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.73.0'
4303
+ context[:gem_version] = '1.74.0'
4302
4304
  Seahorse::Client::Request.new(handlers, context)
4303
4305
  end
4304
4306
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
49
49
  # @!group service
50
50
  module Aws::ElasticLoadBalancingV2
51
51
 
52
- GEM_VERSION = '1.73.0'
52
+ GEM_VERSION = '1.74.0'
53
53
 
54
54
  end
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.73.0
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-23 00:00:00.000000000 Z
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