aws-sdk-elasticloadbalancingv2 1.116.0 → 1.117.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: 3c2a51b78312ca9c7ed3519a4174b3698dad364616a0f6add81a4cdb80deb47f
4
- data.tar.gz: 0c3db5203f0705fc5566365a22d705672f909988b08db594c9a2872b9851e8bd
3
+ metadata.gz: 4d0a361037abe3a3b3a946b10df873e705f57b4ee7f9a437c98f56d58da2f2f4
4
+ data.tar.gz: bede51c3b2c0c5354952d6134aac9f5379c9469a9d21065186a97e7b14c22a1e
5
5
  SHA512:
6
- metadata.gz: 83a8b8a7279f60223ff5bfbcead415464a1464ef8077b2fc16046d1ca5428f985d59c119a2dd0c2de8e3f916a3ac47532c30e5a657a3c58c96594c53a87e3911
7
- data.tar.gz: f9b6c9400293d32b1ccd2541b730089e299627796b28c91246f5843aa92eb1fbcc8f4ec29ca91ad153727a73da540a6aea2bcab799c55ff05649c1be069de823
6
+ metadata.gz: 78de526b44417f0c728207ca1767542df1a07cfb1c26aaa8d3410b4eefde12614c96e40bd6733da2e948fa1460e756395e81e20fa6b3e0d91e01885d394b4b1a
7
+ data.tar.gz: '04920900ed95684e789f4b8e9bfa519bff348079df68e2a24859693b0ef3db80cd51f866fd61fc390fbcdd173de2f827988926c1e88b968a3e16f9df641b3821'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.116.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
1
+ 1.117.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/query.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:elasticloadbalancingv2)
40
-
41
39
  module Aws::ElasticLoadBalancingV2
42
40
  # An API client for ElasticLoadBalancingV2. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -5094,7 +5092,7 @@ module Aws::ElasticLoadBalancingV2
5094
5092
  tracer: tracer
5095
5093
  )
5096
5094
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
5097
- context[:gem_version] = '1.116.0'
5095
+ context[:gem_version] = '1.117.0'
5098
5096
  Seahorse::Client::Request.new(handlers, context)
5099
5097
  end
5100
5098
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:elasticloadbalancingv2)
15
+
14
16
  # This module provides support for Elastic Load Balancing. This module is available in the
15
17
  # `aws-sdk-elasticloadbalancingv2` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::ElasticLoadBalancingV2
53
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancingv2/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancingv2/endpoints'
55
57
 
56
- GEM_VERSION = '1.116.0'
58
+ GEM_VERSION = '1.117.0'
57
59
 
58
60
  end
59
61
 
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.116.0
4
+ version: 1.117.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core