aws-sdk-acmpca 1.102.0 → 1.103.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 +8 -8
- data/lib/aws-sdk-acmpca.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3835a933018b2488378e9a097585960be752f1cdf8dac37cc19e337d041e5e0
|
|
4
|
+
data.tar.gz: 6efa0e93a4f65f2f1a9ddb0c8970e4dd5f73d82885c4ffa403ebadd5e9c86aee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c6c9c6e7447ac182789b2b7015e48a875364dbce4655242368b5f3653cf0b1c628dd093e78b28529d97ccd083f51c9f6d1ab3008feae5d4eaebf0891cca9071
|
|
7
|
+
data.tar.gz: 893374631a78343b08e48487bd0851d5358b314327cf0ede8464938a6c4092cb9f13fed6b6ed35159cf485638bff5bfbb75cb86378fbfd41b59180cefad83149
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.103.0
|
|
@@ -615,8 +615,8 @@ module Aws::ACMPCA
|
|
|
615
615
|
#
|
|
616
616
|
# resp = client.create_certificate_authority({
|
|
617
617
|
# certificate_authority_configuration: { # required
|
|
618
|
-
# key_algorithm: "RSA_2048", # required, accepts RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1, SM2
|
|
619
|
-
# signing_algorithm: "SHA256WITHECDSA", # required, accepts SHA256WITHECDSA, SHA384WITHECDSA, SHA512WITHECDSA, SHA256WITHRSA, SHA384WITHRSA, SHA512WITHRSA, SM3WITHSM2
|
|
618
|
+
# key_algorithm: "RSA_2048", # required, accepts RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1, ML_DSA_44, ML_DSA_65, ML_DSA_87, SM2
|
|
619
|
+
# signing_algorithm: "SHA256WITHECDSA", # required, accepts SHA256WITHECDSA, SHA384WITHECDSA, SHA512WITHECDSA, SHA256WITHRSA, SHA384WITHRSA, SHA512WITHRSA, SM3WITHSM2, ML_DSA_44, ML_DSA_65, ML_DSA_87
|
|
620
620
|
# subject: { # required
|
|
621
621
|
# country: "CountryCodeString",
|
|
622
622
|
# organization: "String64",
|
|
@@ -1170,8 +1170,8 @@ module Aws::ACMPCA
|
|
|
1170
1170
|
# resp.certificate_authority.not_before #=> Time
|
|
1171
1171
|
# resp.certificate_authority.not_after #=> Time
|
|
1172
1172
|
# resp.certificate_authority.failure_reason #=> String, one of "REQUEST_TIMED_OUT", "UNSUPPORTED_ALGORITHM", "OTHER"
|
|
1173
|
-
# resp.certificate_authority.certificate_authority_configuration.key_algorithm #=> String, one of "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1", "SM2"
|
|
1174
|
-
# resp.certificate_authority.certificate_authority_configuration.signing_algorithm #=> String, one of "SHA256WITHECDSA", "SHA384WITHECDSA", "SHA512WITHECDSA", "SHA256WITHRSA", "SHA384WITHRSA", "SHA512WITHRSA", "SM3WITHSM2"
|
|
1173
|
+
# resp.certificate_authority.certificate_authority_configuration.key_algorithm #=> String, one of "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1", "ML_DSA_44", "ML_DSA_65", "ML_DSA_87", "SM2"
|
|
1174
|
+
# resp.certificate_authority.certificate_authority_configuration.signing_algorithm #=> String, one of "SHA256WITHECDSA", "SHA384WITHECDSA", "SHA512WITHECDSA", "SHA256WITHRSA", "SHA384WITHRSA", "SHA512WITHRSA", "SM3WITHSM2", "ML_DSA_44", "ML_DSA_65", "ML_DSA_87"
|
|
1175
1175
|
# resp.certificate_authority.certificate_authority_configuration.subject.country #=> String
|
|
1176
1176
|
# resp.certificate_authority.certificate_authority_configuration.subject.organization #=> String
|
|
1177
1177
|
# resp.certificate_authority.certificate_authority_configuration.subject.organizational_unit #=> String
|
|
@@ -1939,7 +1939,7 @@ module Aws::ACMPCA
|
|
|
1939
1939
|
# },
|
|
1940
1940
|
# certificate_authority_arn: "Arn", # required
|
|
1941
1941
|
# csr: "data", # required
|
|
1942
|
-
# signing_algorithm: "SHA256WITHECDSA", # required, accepts SHA256WITHECDSA, SHA384WITHECDSA, SHA512WITHECDSA, SHA256WITHRSA, SHA384WITHRSA, SHA512WITHRSA, SM3WITHSM2
|
|
1942
|
+
# signing_algorithm: "SHA256WITHECDSA", # required, accepts SHA256WITHECDSA, SHA384WITHECDSA, SHA512WITHECDSA, SHA256WITHRSA, SHA384WITHRSA, SHA512WITHRSA, SM3WITHSM2, ML_DSA_44, ML_DSA_65, ML_DSA_87
|
|
1943
1943
|
# template_arn: "Arn",
|
|
1944
1944
|
# validity: { # required
|
|
1945
1945
|
# value: 1, # required
|
|
@@ -2021,8 +2021,8 @@ module Aws::ACMPCA
|
|
|
2021
2021
|
# resp.certificate_authorities[0].not_before #=> Time
|
|
2022
2022
|
# resp.certificate_authorities[0].not_after #=> Time
|
|
2023
2023
|
# resp.certificate_authorities[0].failure_reason #=> String, one of "REQUEST_TIMED_OUT", "UNSUPPORTED_ALGORITHM", "OTHER"
|
|
2024
|
-
# 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"
|
|
2025
|
-
# resp.certificate_authorities[0].certificate_authority_configuration.signing_algorithm #=> String, one of "SHA256WITHECDSA", "SHA384WITHECDSA", "SHA512WITHECDSA", "SHA256WITHRSA", "SHA384WITHRSA", "SHA512WITHRSA", "SM3WITHSM2"
|
|
2024
|
+
# resp.certificate_authorities[0].certificate_authority_configuration.key_algorithm #=> String, one of "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1", "ML_DSA_44", "ML_DSA_65", "ML_DSA_87", "SM2"
|
|
2025
|
+
# resp.certificate_authorities[0].certificate_authority_configuration.signing_algorithm #=> String, one of "SHA256WITHECDSA", "SHA384WITHECDSA", "SHA512WITHECDSA", "SHA256WITHRSA", "SHA384WITHRSA", "SHA512WITHRSA", "SM3WITHSM2", "ML_DSA_44", "ML_DSA_65", "ML_DSA_87"
|
|
2026
2026
|
# resp.certificate_authorities[0].certificate_authority_configuration.subject.country #=> String
|
|
2027
2027
|
# resp.certificate_authorities[0].certificate_authority_configuration.subject.organization #=> String
|
|
2028
2028
|
# resp.certificate_authorities[0].certificate_authority_configuration.subject.organizational_unit #=> String
|
|
@@ -2713,7 +2713,7 @@ module Aws::ACMPCA
|
|
|
2713
2713
|
tracer: tracer
|
|
2714
2714
|
)
|
|
2715
2715
|
context[:gem_name] = 'aws-sdk-acmpca'
|
|
2716
|
-
context[:gem_version] = '1.
|
|
2716
|
+
context[:gem_version] = '1.103.0'
|
|
2717
2717
|
Seahorse::Client::Request.new(handlers, context)
|
|
2718
2718
|
end
|
|
2719
2719
|
|
data/lib/aws-sdk-acmpca.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -86,8 +86,8 @@ module Aws
|
|
|
86
86
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ACMPCA/Client.html#create_certificate_authority-instance_method
|
|
87
87
|
def create_certificate_authority: (
|
|
88
88
|
certificate_authority_configuration: {
|
|
89
|
-
key_algorithm: ("RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1" | "SM2"),
|
|
90
|
-
signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2"),
|
|
89
|
+
key_algorithm: ("RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87" | "SM2"),
|
|
90
|
+
signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87"),
|
|
91
91
|
subject: {
|
|
92
92
|
country: ::String?,
|
|
93
93
|
organization: ::String?,
|
|
@@ -428,7 +428,7 @@ module Aws
|
|
|
428
428
|
},
|
|
429
429
|
certificate_authority_arn: ::String,
|
|
430
430
|
csr: ::String,
|
|
431
|
-
signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2"),
|
|
431
|
+
signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87"),
|
|
432
432
|
?template_arn: ::String,
|
|
433
433
|
validity: {
|
|
434
434
|
value: ::Integer,
|
data/sig/types.rbs
CHANGED
|
@@ -65,8 +65,8 @@ module Aws::ACMPCA
|
|
|
65
65
|
end
|
|
66
66
|
|
|
67
67
|
class CertificateAuthorityConfiguration
|
|
68
|
-
attr_accessor key_algorithm: ("RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1" | "SM2")
|
|
69
|
-
attr_accessor signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2")
|
|
68
|
+
attr_accessor key_algorithm: ("RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87" | "SM2")
|
|
69
|
+
attr_accessor signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87")
|
|
70
70
|
attr_accessor subject: Types::ASN1Subject
|
|
71
71
|
attr_accessor csr_extensions: Types::CsrExtensions
|
|
72
72
|
SENSITIVE: []
|
|
@@ -319,7 +319,7 @@ module Aws::ACMPCA
|
|
|
319
319
|
attr_accessor api_passthrough: Types::ApiPassthrough
|
|
320
320
|
attr_accessor certificate_authority_arn: ::String
|
|
321
321
|
attr_accessor csr: ::String
|
|
322
|
-
attr_accessor signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2")
|
|
322
|
+
attr_accessor signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87")
|
|
323
323
|
attr_accessor template_arn: ::String
|
|
324
324
|
attr_accessor validity: Types::Validity
|
|
325
325
|
attr_accessor validity_not_before: Types::Validity
|