aws-sdk-elasticloadbalancingv2 1.106.0 → 1.107.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: fe6a4e6fcf6236520e6b1aadb75d622c925c0f60385bc5826235c1434739b7d5
4
- data.tar.gz: 2f0024e9a835c54efa2292192fc75b788f0c7f0ac502b1aa6c2b8d3501162e9f
3
+ metadata.gz: ba94eee15fa325f8cf8abf5c08821029d86fd607e7f537eb719e651a7700beb9
4
+ data.tar.gz: 154cfe1519865d1c11e8c8cdebe7fd2d4ae0dbfedd437d124a961e1dd0855c8b
5
5
  SHA512:
6
- metadata.gz: 9e88602e848ddfe2a1f5a32384bb26346e928b00f225f634460e07e08cdc84d414edcc858aafbe6d85adec52692fa5a60424934b5fbdb97b6f4ea7f95596cf75
7
- data.tar.gz: 62d42564c8f43ed53a4496b3c22fc74b85b28211a56e5d0ef105c21351a3b69d6f07d1e89c5f9f5be067eda4fc2c4d05583fa440b43da12689d16541d5169b84
6
+ metadata.gz: 3512fb18b795ac9c5f1a63195f6f623987490648d82823b5742665852d463f5817e51a0e72d89fe4847ae4d553727ed0085230e284d4ad29101c31ce2f52f173
7
+ data.tar.gz: c17432411bcd6584edc81726d6b8bee9e32e0d0002ad31772e1a81610d7461e7bf8d063239a287bf8cd3716944e2bc75a14a84830618c4b2c6e7dded2dd2ce91
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.106.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.107.0
@@ -4887,7 +4887,7 @@ module Aws::ElasticLoadBalancingV2
4887
4887
  params: params,
4888
4888
  config: config)
4889
4889
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4890
- context[:gem_version] = '1.106.0'
4890
+ context[:gem_version] = '1.107.0'
4891
4891
  Seahorse::Client::Request.new(handlers, context)
4892
4892
  end
4893
4893
 
@@ -1197,6 +1197,7 @@ module Aws::ElasticLoadBalancingV2
1197
1197
 
1198
1198
  api.metadata = {
1199
1199
  "apiVersion" => "2015-12-01",
1200
+ "auth" => ["aws.auth#sigv4"],
1200
1201
  "endpointPrefix" => "elasticloadbalancing",
1201
1202
  "protocol" => "query",
1202
1203
  "protocols" => ["query"],
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
53
53
  # @!group service
54
54
  module Aws::ElasticLoadBalancingV2
55
55
 
56
- GEM_VERSION = '1.106.0'
56
+ GEM_VERSION = '1.107.0'
57
57
 
58
58
  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.106.0
4
+ version: 1.107.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core