aws-sdk-acmpca 1.90.0 → 1.91.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 +4 -4
- data/lib/aws-sdk-acmpca/client_api.rb +1 -0
- data/lib/aws-sdk-acmpca.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +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: 61190478aec8f7acf233065ef2a77d12b25e04a67f556baa167e6c0905ee50cf
|
4
|
+
data.tar.gz: a61048adfc561568d96ba088e8c87ddb8871e5a2bed845ad57aa2543d148d782
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78238184c17de38c20aa4f5c3d763e2dfa558328f934deeee28c3224173a345e32e8dffd36d315d26d3e6fadf8efab143650e35836eed22da67ef7d1dbcdec71
|
7
|
+
data.tar.gz: 70c6f6ae34cacc7699a18c883adb2df2da225e1c037731fa7aa04b5feb886cb9e45360adf045b2885e36ea70ee5ffc191bf4b8726b1191a5cb6ca9185c906b74
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.91.0
|
@@ -609,7 +609,7 @@ module Aws::ACMPCA
|
|
609
609
|
#
|
610
610
|
# resp = client.create_certificate_authority({
|
611
611
|
# certificate_authority_configuration: { # required
|
612
|
-
# key_algorithm: "RSA_2048", # required, accepts RSA_2048, RSA_4096, EC_prime256v1, EC_secp384r1, SM2
|
612
|
+
# key_algorithm: "RSA_2048", # required, accepts RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1, SM2
|
613
613
|
# signing_algorithm: "SHA256WITHECDSA", # required, accepts SHA256WITHECDSA, SHA384WITHECDSA, SHA512WITHECDSA, SHA256WITHRSA, SHA384WITHRSA, SHA512WITHRSA, SM3WITHSM2
|
614
614
|
# subject: { # required
|
615
615
|
# country: "CountryCodeString",
|
@@ -1154,7 +1154,7 @@ module Aws::ACMPCA
|
|
1154
1154
|
# resp.certificate_authority.not_before #=> Time
|
1155
1155
|
# resp.certificate_authority.not_after #=> Time
|
1156
1156
|
# resp.certificate_authority.failure_reason #=> String, one of "REQUEST_TIMED_OUT", "UNSUPPORTED_ALGORITHM", "OTHER"
|
1157
|
-
# resp.certificate_authority.certificate_authority_configuration.key_algorithm #=> String, one of "RSA_2048", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "SM2"
|
1157
|
+
# resp.certificate_authority.certificate_authority_configuration.key_algorithm #=> String, one of "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1", "SM2"
|
1158
1158
|
# resp.certificate_authority.certificate_authority_configuration.signing_algorithm #=> String, one of "SHA256WITHECDSA", "SHA384WITHECDSA", "SHA512WITHECDSA", "SHA256WITHRSA", "SHA384WITHRSA", "SHA512WITHRSA", "SM3WITHSM2"
|
1159
1159
|
# resp.certificate_authority.certificate_authority_configuration.subject.country #=> String
|
1160
1160
|
# resp.certificate_authority.certificate_authority_configuration.subject.organization #=> String
|
@@ -2005,7 +2005,7 @@ module Aws::ACMPCA
|
|
2005
2005
|
# resp.certificate_authorities[0].not_before #=> Time
|
2006
2006
|
# resp.certificate_authorities[0].not_after #=> Time
|
2007
2007
|
# resp.certificate_authorities[0].failure_reason #=> String, one of "REQUEST_TIMED_OUT", "UNSUPPORTED_ALGORITHM", "OTHER"
|
2008
|
-
# resp.certificate_authorities[0].certificate_authority_configuration.key_algorithm #=> String, one of "RSA_2048", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "SM2"
|
2008
|
+
# resp.certificate_authorities[0].certificate_authority_configuration.key_algorithm #=> String, one of "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1", "SM2"
|
2009
2009
|
# resp.certificate_authorities[0].certificate_authority_configuration.signing_algorithm #=> String, one of "SHA256WITHECDSA", "SHA384WITHECDSA", "SHA512WITHECDSA", "SHA256WITHRSA", "SHA384WITHRSA", "SHA512WITHRSA", "SM3WITHSM2"
|
2010
2010
|
# resp.certificate_authorities[0].certificate_authority_configuration.subject.country #=> String
|
2011
2011
|
# resp.certificate_authorities[0].certificate_authority_configuration.subject.organization #=> String
|
@@ -2697,7 +2697,7 @@ module Aws::ACMPCA
|
|
2697
2697
|
tracer: tracer
|
2698
2698
|
)
|
2699
2699
|
context[:gem_name] = 'aws-sdk-acmpca'
|
2700
|
-
context[:gem_version] = '1.
|
2700
|
+
context[:gem_version] = '1.91.0'
|
2701
2701
|
Seahorse::Client::Request.new(handlers, context)
|
2702
2702
|
end
|
2703
2703
|
|
@@ -791,6 +791,7 @@ module Aws::ACMPCA
|
|
791
791
|
o.output = Shapes::ShapeRef.new(shape: ListTagsResponse)
|
792
792
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
793
793
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestFailedException)
|
794
795
|
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
795
796
|
o[:pager] = Aws::Pager.new(
|
796
797
|
limit_key: "max_results",
|
data/lib/aws-sdk-acmpca.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -85,7 +85,7 @@ module Aws
|
|
85
85
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ACMPCA/Client.html#create_certificate_authority-instance_method
|
86
86
|
def create_certificate_authority: (
|
87
87
|
certificate_authority_configuration: {
|
88
|
-
key_algorithm: ("RSA_2048" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "SM2"),
|
88
|
+
key_algorithm: ("RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1" | "SM2"),
|
89
89
|
signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2"),
|
90
90
|
subject: {
|
91
91
|
country: ::String?,
|
data/sig/types.rbs
CHANGED
@@ -65,7 +65,7 @@ module Aws::ACMPCA
|
|
65
65
|
end
|
66
66
|
|
67
67
|
class CertificateAuthorityConfiguration
|
68
|
-
attr_accessor key_algorithm: ("RSA_2048" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "SM2")
|
68
|
+
attr_accessor key_algorithm: ("RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1" | "SM2")
|
69
69
|
attr_accessor signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2")
|
70
70
|
attr_accessor subject: Types::ASN1Subject
|
71
71
|
attr_accessor csr_extensions: Types::CsrExtensions
|
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.91.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: 2025-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|