aws-sdk-elasticloadbalancingv2 1.75.0 → 1.76.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d0db30df7d7caa50eaccfa945f11961922dc21afc53724ccdfc2215908201b0
4
- data.tar.gz: ed949905714a4297c1c6cb739130ce2e04e4bc8e565c3a79ef371ea3926a0b14
3
+ metadata.gz: 97ada9cfa7b50e6f138b88d1921792e53567d3f0b75ce6cde33983a4978ec99c
4
+ data.tar.gz: c9ed5a33b4c7e94e788ee5c7063eb40dfc199229161e656db71bd62552959619
5
5
  SHA512:
6
- metadata.gz: dea73570c9259ead2134f2997248164c0681eccfa685a3de4cefdf952f573a1a408fc04c9ec1c7a899ab7e8dcbcef9af516599efa8fbe8bdf58ac18f94dcaf08
7
- data.tar.gz: ffacc552855f928b0df1b8101b76c9477cf78252e409b88d4a1dad9082beb165657e2072aea87ec4a1cae3e90fe238f008f853d395aeb1c1310c32ff7988d676
6
+ metadata.gz: 165765f2db364470d438e0045c9c55a75b31fd06998d3342d9378c58472e6f75fc765f958e027eb97c0a9361e34527dd647e54401359c2884adfadc858cd2819
7
+ data.tar.gz: 45a0f84ebdca1d2a8f2ed5beb69d51e5d1b30cc2cb0b883394aa87771b665e6fdb3c892ec301d5f0bd0dd35666d03599489daa2b02e64dabb592414ed0dc1f2f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2022-02-03)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.75.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -28,6 +28,7 @@ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
30
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
32
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
33
  require 'aws-sdk-core/plugins/protocols/query.rb'
33
34
 
@@ -75,6 +76,7 @@ module Aws::ElasticLoadBalancingV2
75
76
  add_plugin(Aws::Plugins::TransferEncoding)
76
77
  add_plugin(Aws::Plugins::HttpChecksum)
77
78
  add_plugin(Aws::Plugins::DefaultsMode)
79
+ add_plugin(Aws::Plugins::RecursionDetection)
78
80
  add_plugin(Aws::Plugins::SignatureV4)
79
81
  add_plugin(Aws::Plugins::Protocols::Query)
80
82
 
@@ -4309,7 +4311,7 @@ module Aws::ElasticLoadBalancingV2
4309
4311
  params: params,
4310
4312
  config: config)
4311
4313
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4312
- context[:gem_version] = '1.75.0'
4314
+ context[:gem_version] = '1.76.0'
4313
4315
  Seahorse::Client::Request.new(handlers, context)
4314
4316
  end
4315
4317
 
@@ -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.75.0'
52
+ GEM_VERSION = '1.76.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.75.0
4
+ version: 1.76.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-12-21 00:00:00.000000000 Z
11
+ date: 2022-02-03 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.125.0
22
+ version: 3.126.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.125.0
32
+ version: 3.126.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement