aws-sdk-route53recoverycontrolconfig 1.31.0 → 1.32.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: fdc7b1f2d6d1c3fc4f38cff23123284fcb3724a31288274015d4d6086a16bd88
4
- data.tar.gz: c5def37270b5d27a02a891f0c486e1852800686b2fca0841b7a2f1eec7cbe2b3
3
+ metadata.gz: b374743489239dce98351febc903c104b5c9a3d697ff36535716fa6e805d9182
4
+ data.tar.gz: e1ba2486e70dee4ca18a2c91610af5aed630d5bef6097bad30434c884c7f89bf
5
5
  SHA512:
6
- metadata.gz: 6c1fedf5a882a5356471ebfb1878bcc02a48e720ea6556737b0b29c3a10f9a796b7ef054c6f5f28454350dbfba11adabfb4dc273583f38e87fe57723f4a95588
7
- data.tar.gz: 6fa8fa05d0615590f304f982bc71ddcbf9e3a23e07dd5481020ee01ca0a2316dd552acf35bd93cc3dceeb94c84b6bff0aee918ab9993c1070348996b4c26efb9
6
+ metadata.gz: ced1a306ca52e64d940486ff03b724117d7c8d3d69d5f8003304bd89b129f871a577cd4b2cc2bfeda7d7b5fa0191ef7caf1171dcf71bad87a5480ff154d21e41
7
+ data.tar.gz: 5589f1b320f9e40bfa0dc1fc074e3bd627c52c67eff276a810e85c13b5dcabfa1f311193b869db9cd0d61969c185321b3ae3561679eac2ad695de44c1e96ff73
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -425,6 +425,12 @@ module Aws::Route53RecoveryControlConfig
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
  #
@@ -1483,7 +1489,7 @@ module Aws::Route53RecoveryControlConfig
1483
1489
  tracer: tracer
1484
1490
  )
1485
1491
  context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig'
1486
- context[:gem_version] = '1.31.0'
1492
+ context[:gem_version] = '1.32.0'
1487
1493
  Seahorse::Client::Request.new(handlers, context)
1488
1494
  end
1489
1495
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-route53recoverycontrolconfig/customizations'
53
53
  # @!group service
54
54
  module Aws::Route53RecoveryControlConfig
55
55
 
56
- GEM_VERSION = '1.31.0'
56
+ GEM_VERSION = '1.32.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53recoverycontrolconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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-03 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