aws-sdk-elasticloadbalancingv2 1.96.0 → 1.97.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: b1dae355e8d221c94e0b17756fd42b421f315a0206db469de6e89113967e2c1e
4
- data.tar.gz: 9527e793c5d1e202afb41d01be988a318cb5defab862657fb934ef9db836bf36
3
+ metadata.gz: 3f728e803b27f2d6496fb0d6cf87243c3519708e857f0ddeb564095d72ca63d6
4
+ data.tar.gz: 3c0cb4a79cc4f9d12f1fea50277bf05b7a02766b2727884b9203e16ba54f9b57
5
5
  SHA512:
6
- metadata.gz: 8ed711c1e3fac542689783c6b851ae3dbb016960994367f0d92f514becdd6189a6571fb8af7fe04010c571a502dad0a59d96b6ae2333e6e6fb00d2401dab2d12
7
- data.tar.gz: c42c161f66603f1606923075901806e15bacf57cc42a689988607076a83705238aaf6c16addc9fc24c64b89973c58260c3e6e807ea6b5beb95ae4753b05c922e
6
+ metadata.gz: a448912f88700e025cc912120ab9f13bac469f69bbf11480c1ee2e515d1d53d1e3b109c40fe079411edf2e35b5bcdbf74dcf70e97f9769f0b573d299c619b9bd
7
+ data.tar.gz: 8b2028ee153abaff0011162a39ce91582316f76ba148d29dbd7f002389ecc33987b4149ca72d6d13ea8b8beec350ee15785e0b3fe8bea95524bcad0f68849097
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.96.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.97.0
@@ -4831,7 +4831,7 @@ module Aws::ElasticLoadBalancingV2
4831
4831
  params: params,
4832
4832
  config: config)
4833
4833
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4834
- context[:gem_version] = '1.96.0'
4834
+ context[:gem_version] = '1.97.0'
4835
4835
  Seahorse::Client::Request.new(handlers, context)
4836
4836
  end
4837
4837
 
@@ -14,6 +14,7 @@ module Aws::ElasticLoadBalancingV2
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::ElasticLoadBalancingV2::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.96.0'
56
+ GEM_VERSION = '1.97.0'
57
57
 
58
58
  end