aws-sdk-elasticloadbalancing 1.58.0 → 1.59.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: 78c8a44b00887d20699230e5b616d2587c2078baa92aa6389ab3b6d6f39dced1
4
- data.tar.gz: 152819628248071e97106390561facfc58de0494f1033a6eb092aa1dedd19e06
3
+ metadata.gz: aaa2c8935c38ab924bd3d538fc8a7aa88faa91afad49e62cee13e7977a39448d
4
+ data.tar.gz: 162a4d54bbaac4fc0de06776adbb08d84e4b05dbaa91b51c00217d78c147d772
5
5
  SHA512:
6
- metadata.gz: a557717eec01c281c5e24bfc9f4b576819aea225f0d889bbbec7c3ae94522926aebc8ad5f370f45a4a4b5735d65a00b6e3dffc01d322518d1a0f824917229a49
7
- data.tar.gz: 19d317e920aab117b0fc21aa9fdcba243a9507221a3c8eee6e566abdec9f34d8c9cdaca8d438c95416a5355e9aa6deb33c2715b8d448916ef3c55d70a9911d00
6
+ metadata.gz: 0a59c4dfb1dcf3ec369fad70921c295b4eaa1ad5b3771bc170f717b45ea405a7fc86d69e9f4be17d98a5231ab6acbbd1d52f2847afba92b209ffa28a1d50b9fe
7
+ data.tar.gz: f99b58ad71ff23298c27ab64aa88c45ebe4fa2eeda66f7d85f74877f065183eb3a18fd8949bee7fba05e17001ee8be9d7cbd8e5a6970d039335aa06ddc500221
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -2701,7 +2701,7 @@ module Aws::ElasticLoadBalancing
2701
2701
  params: params,
2702
2702
  config: config)
2703
2703
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2704
- context[:gem_version] = '1.58.0'
2704
+ context[:gem_version] = '1.59.0'
2705
2705
  Seahorse::Client::Request.new(handlers, context)
2706
2706
  end
2707
2707
 
@@ -635,8 +635,10 @@ module Aws::ElasticLoadBalancing
635
635
 
636
636
  api.metadata = {
637
637
  "apiVersion" => "2012-06-01",
638
+ "auth" => ["aws.auth#sigv4"],
638
639
  "endpointPrefix" => "elasticloadbalancing",
639
640
  "protocol" => "query",
641
+ "protocols" => ["query"],
640
642
  "serviceFullName" => "Elastic Load Balancing",
641
643
  "serviceId" => "Elastic Load Balancing",
642
644
  "signatureVersion" => "v4",
@@ -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.58.0'
56
+ GEM_VERSION = '1.59.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.58.0
4
+ version: 1.59.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