aws-sdk-route53domains 1.64.0 → 1.65.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53domains/client.rb +7 -1
- data/lib/aws-sdk-route53domains.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52d9c9b82c245eee91633ace76d5f116db76390386ebf5bdcaee7d81f1d8f8f4
|
4
|
+
data.tar.gz: 6cb9880eb879f5e43c999694c5961334184276f0424fe0ef9feb0ca611f3a5d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e64e35ab5ba772c4a48925742a7a6518922f9000df28ec330341c74a76c6b54ea433963d9b0775bf1b21af4ad4265eee3d03c4f9c1529b4629e739d15b23f03
|
7
|
+
data.tar.gz: 7a7fdd0478da520e089d1f26499fd04eb2256a89a7eb120fa0d73ce3904146011d5362924a39eeaf226c0678a920308b30fe6653bdb472f37fe3bb68ec4c64ce
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
@@ -432,6 +432,12 @@ module Aws::Route53Domains
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -2821,7 +2827,7 @@ module Aws::Route53Domains
|
|
2821
2827
|
tracer: tracer
|
2822
2828
|
)
|
2823
2829
|
context[:gem_name] = 'aws-sdk-route53domains'
|
2824
|
-
context[:gem_version] = '1.
|
2830
|
+
context[:gem_version] = '1.65.0'
|
2825
2831
|
Seahorse::Client::Request.new(handlers, context)
|
2826
2832
|
end
|
2827
2833
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53domains
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.65.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-
|
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
|