aws-sdk-elasticloadbalancingv2 1.71.0 → 1.72.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: 7a0770735ba380d3b5c0a003d2b848c6df335060f7c06761544877e3f4311b77
4
- data.tar.gz: b3bed9243276aa78e863f53a6461f792a0ebcc455b639ea8df10638f59faaaf0
3
+ metadata.gz: 318a32164bfa3f0110e8dc8f06d1a88f149f9cca3e5654aaed16ae0d7d53740d
4
+ data.tar.gz: 2c94db7a0ff870fa887f8d7dc360628a53d92fd175306452e949a2d89afdf660
5
5
  SHA512:
6
- metadata.gz: fb6da40c72fc7affdd5cde6fc0223cf8ef8ce83534e02099cced793b6731385832cf5eba3d85461540741cdc1042e365b47b1d5609e252b7aaa5e20c2d128caf
7
- data.tar.gz: fecae1d5bf0706aa1919b8626cc99c54a3ff7e98d04f2c189ede64f5a6bd006c317df0f9163a979719ecd05d086d57dc6b4fcdb6a1b4e711f93f3ed35939efd0
6
+ metadata.gz: 9644bc6a075fdb260cb9fac423f5d4b18570e1df0d256eb7401e066abe0fc55255e4b99d578a00ebb2972cfbda259af8f2a93a49b93b035dc53628fd41d2fc87
7
+ data.tar.gz: 6e3931c6811bc3d24286bc54eb35837904b3000b8b958a85889520b24c66ca4474e4c9700bdf4d7e5292f26099ed95a3c5f989205dd448ea877732965618c1af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.71.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -275,6 +275,15 @@ module Aws::ElasticLoadBalancingV2
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -4290,7 +4299,7 @@ module Aws::ElasticLoadBalancingV2
4290
4299
  params: params,
4291
4300
  config: config)
4292
4301
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4293
- context[:gem_version] = '1.71.0'
4302
+ context[:gem_version] = '1.72.0'
4294
4303
  Seahorse::Client::Request.new(handlers, context)
4295
4304
  end
4296
4305
 
@@ -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.71.0'
52
+ GEM_VERSION = '1.72.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.71.0
4
+ version: 1.72.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-10-18 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.121.2
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.121.2
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement