aws-sdk-elasticloadbalancingv2 1.111.0 → 1.112.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: c0073a9ada32b7a09124d6409431eacdb7d505911dfde540caf04cbee15a9f01
4
- data.tar.gz: 2a589c67d45638480f1ff4dc57d4858d9f7da758ad6a1d3b498cbec650afd041
3
+ metadata.gz: 7c3efe0f73969dad52e5e2e242ffca419c26c254d8e2bf0853c202137cbb879e
4
+ data.tar.gz: f1c6e2c94bd96d99a2b5d5800adb51e98c601efc2e162dc7d8c3077bb4906eee
5
5
  SHA512:
6
- metadata.gz: 82ea4aa023e84166ba4feb91aa994adaee4bc0a78d2b3f1ec4d34424bbeb853ce7d206324d9e0f3da4381acba4354356dffbfa91a4f72f55fac07b282dfcda3f
7
- data.tar.gz: 25785329d7c3460a77f8966cecf48fec65c52aff86fde80914be432837ef1272b2d83bb7823bdbcacdfe419bdfaa5546772045574e889b1448eb717f6affbae9
6
+ metadata.gz: b4d2d64e0d5eb2b26af78c24e56285f128e3e222c97bdbcd94d77219e5b7f06f48752047b1830dd82217194cbe7638586d26f13c954c3620340d184bd6e7af81
7
+ data.tar.gz: 9bb47023783633e71bc169cbe318530845e533d4bb6775bd04630223812ae1a133729011a7733467d8f005a22c3ada6c53a98cfccc8f0d89e5859e20c4317b16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.111.0 (2024-09-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.112.0
@@ -425,6 +425,12 @@ module Aws::ElasticLoadBalancingV2
425
425
  # @option options [String] :ssl_ca_store
426
426
  # Sets the X509::Store to verify peer certificate.
427
427
  #
428
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
429
+ # Sets a client certificate when creating http connections.
430
+ #
431
+ # @option options [OpenSSL::PKey] :ssl_key
432
+ # Sets a client key when creating http connections.
433
+ #
428
434
  # @option options [Float] :ssl_timeout
429
435
  # Sets the SSL timeout in seconds
430
436
  #
@@ -5082,7 +5088,7 @@ module Aws::ElasticLoadBalancingV2
5082
5088
  tracer: tracer
5083
5089
  )
5084
5090
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
5085
- context[:gem_version] = '1.111.0'
5091
+ context[:gem_version] = '1.112.0'
5086
5092
  Seahorse::Client::Request.new(handlers, context)
5087
5093
  end
5088
5094
 
@@ -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.111.0'
56
+ GEM_VERSION = '1.112.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.111.0
4
+ version: 1.112.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-09 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core