aws-sdk-acm 1.75.0 → 1.76.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acm/client.rb +7 -1
- data/lib/aws-sdk-acm.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: 4e2ce671877a6c1253ae730f4d2816bec44ec088b00f5c7403d2be657a11e1dd
|
|
4
|
+
data.tar.gz: 364c6898d6d89edb2a1f07aaf51740bf6cc43472eba98e90ce1b339f8bb8b8ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3eb586ee7da58828f64753e3694a23db845d5323ccc58ad4971ccadbd82802d69c82bb3214bec23c2e1f4d1ef0d2563467dec7ad69af33faf2aa4418406dec05
|
|
7
|
+
data.tar.gz: a98f22033c42762781c52a9addbffefd9ff16f776762f099c2c1cc397b72b572ef6c4d2da07cc72a0a510008aa9b810e947805a603495ec8b3406d7141b9b5f1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.76.0
|
data/lib/aws-sdk-acm/client.rb
CHANGED
|
@@ -432,6 +432,12 @@ module Aws::ACM
|
|
|
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
|
#
|
|
@@ -1504,7 +1510,7 @@ module Aws::ACM
|
|
|
1504
1510
|
tracer: tracer
|
|
1505
1511
|
)
|
|
1506
1512
|
context[:gem_name] = 'aws-sdk-acm'
|
|
1507
|
-
context[:gem_version] = '1.
|
|
1513
|
+
context[:gem_version] = '1.76.0'
|
|
1508
1514
|
Seahorse::Client::Request.new(handlers, context)
|
|
1509
1515
|
end
|
|
1510
1516
|
|
data/lib/aws-sdk-acm.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-acm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.76.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
|