aws-sdk-elasticloadbalancing 1.54.0 → 1.55.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: 200bc9d9dd81f6ff697383f2576865ef3059849586a2d73747c67bd42c286bf6
4
- data.tar.gz: 5bf31dd9abf00f9a153158417a1c30deeb21987fbbd00bb51bcf473d79fd92c8
3
+ metadata.gz: 7f3b7e5439c4097525166c2789c1d0495467e6c842bd624a37e9452d569b63b7
4
+ data.tar.gz: 842d9df48b3709912bfedcca33bae254fb7c964657e97280d155c7c64506b90e
5
5
  SHA512:
6
- metadata.gz: b1ba9a98f08a6d17f48466cdf35b0a213e9acd3cb46b2471e77b42308429e78361efc7078e2238a417c6b6d3843a9502433a8f88c55d025a8eed6125883dff72
7
- data.tar.gz: 3350477e4f42c49a3ca941b92da203b44aed043d858b5097e2fb56abbb688efbe4d5f7cd1cefd9e29a108cd01d3071f2f2bf7e2ff84ee80739554e3c3caba08a
6
+ metadata.gz: '091c4516c8793369a0d0bacb615df983b2e46b0892620c954fdb37390736d25f6196b719737d9a16f24b2d8d90eb5866e8cad5ed12655b4357234ff534faadd8'
7
+ data.tar.gz: 1e9dfeb9300dd20bb303c099ce58f4204bdf9053beaad8036ef7af9a9d31ef2a61e2de11c81d4ec586ae39d6fc965d4be9555ce1847e0d8b1bbe23b9aa184092
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -301,8 +301,9 @@ module Aws::ElasticLoadBalancing
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -2697,7 +2698,7 @@ module Aws::ElasticLoadBalancing
2697
2698
  params: params,
2698
2699
  config: config)
2699
2700
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2700
- context[:gem_version] = '1.54.0'
2701
+ context[:gem_version] = '1.55.0'
2701
2702
  Seahorse::Client::Request.new(handlers, context)
2702
2703
  end
2703
2704
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
53
53
  # @!group service
54
54
  module Aws::ElasticLoadBalancing
55
55
 
56
- GEM_VERSION = '1.54.0'
56
+ GEM_VERSION = '1.55.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core