aws-sdk-pcaconnectorad 1.11.0 → 1.12.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-pcaconnectorad/client.rb +7 -1
- data/lib/aws-sdk-pcaconnectorad.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: d87561c7be0ca2811fa283bd8359ee8fdc0dd73a3b847a0304f76c29f8f7ed4a
|
4
|
+
data.tar.gz: 5f8c3a0e612b6e7d37a1b56278941afbfacc20d527d2d306a76fbdd37c14fb4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0139a8b1c14c003fdf5c786bcf86a6e301d6e0a7d5fb3320d8786180d40413697b7030d50896484b1ff56b17fc953290ca99fe6ac17e26aa3a5082c74d3db010'
|
7
|
+
data.tar.gz: 3eacae4c31f659158e68d4bdf371b25e1adfa20b572f3c7439788b9cd040c5f9033d88d4d17e19f4a42afe17ee5f3dd07f532f471930c38fea57005d77753680
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.12.0
|
@@ -425,6 +425,12 @@ module Aws::PcaConnectorAd
|
|
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
|
#
|
@@ -2290,7 +2296,7 @@ module Aws::PcaConnectorAd
|
|
2290
2296
|
tracer: tracer
|
2291
2297
|
)
|
2292
2298
|
context[:gem_name] = 'aws-sdk-pcaconnectorad'
|
2293
|
-
context[:gem_version] = '1.
|
2299
|
+
context[:gem_version] = '1.12.0'
|
2294
2300
|
Seahorse::Client::Request.new(handlers, context)
|
2295
2301
|
end
|
2296
2302
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pcaconnectorad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.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
|