aws-sdk-acmpca 1.84.0 → 1.85.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-acmpca/client.rb +1 -1
- data/lib/aws-sdk-acmpca/types.rb +0 -2
- data/lib/aws-sdk-acmpca.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: 2f3faa994bb5d03b863c7760e1961254bcb53c1e68c515c4f053f6dcc469f94c
|
|
4
|
+
data.tar.gz: ad2a74078a199312c230f9b53ee19a83f004c03737c85bc75ad85bec26fb7cd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8cb91a68df0dec0eb1b52e78b4dc98e504cd406c2b5b21b8a1a00713aefdc0ae5ffead5ff0fd94817cb089d785fe0e7b48d2b6005fcb25882caffd099508f218
|
|
7
|
+
data.tar.gz: 24a8832662d17e3f4269403e94778299ad779b3faba255ccb0db51d83927886d9c34e501f340b0e5e5f66c2ff1d534b587ce2207726cad79ac8d83296a0b3ceb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.85.0
|
data/lib/aws-sdk-acmpca/types.rb
CHANGED
|
@@ -689,14 +689,12 @@ module Aws::ACMPCA
|
|
|
689
689
|
# * **X509v3 CRL Reason Code**: Reason the certificate was revoked.
|
|
690
690
|
#
|
|
691
691
|
# ^
|
|
692
|
-
#
|
|
693
692
|
# * **CRL Extensions**: Optional extensions for the CRL.
|
|
694
693
|
#
|
|
695
694
|
# * **X509v3 Authority Key Identifier**: Identifies the public key
|
|
696
695
|
# associated with the private key used to sign the certificate.
|
|
697
696
|
#
|
|
698
697
|
# * **X509v3 CRL Number:**: Decimal sequence number for the CRL.
|
|
699
|
-
#
|
|
700
698
|
# * **Signature Algorithm**: Algorithm used by your private CA to sign
|
|
701
699
|
# the CRL.
|
|
702
700
|
#
|
data/lib/aws-sdk-acmpca.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-acmpca
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.85.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-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|