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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d705b436b021f2f4f4eb2e541c17dda05d3c2b0567299efa26d6589b76b4419
4
- data.tar.gz: a5205e96872f6ca6c1f5f370b99d05abbef5cf20278ef7d717cca79589f7c917
3
+ metadata.gz: 61190478aec8f7acf233065ef2a77d12b25e04a67f556baa167e6c0905ee50cf
4
+ data.tar.gz: a61048adfc561568d96ba088e8c87ddb8871e5a2bed845ad57aa2543d148d782
5
5
  SHA512:
6
- metadata.gz: 7b2e10f119d681b4696f5e9106268ebf145cce20692a3f03e288ce22561e177bf75e65832a22d01c40d29c1c1bf2767b2a31161dc648d6cea606c1a436f3a460
7
- data.tar.gz: 7afa13c2e5555dcd7db2f78e4d9f3017a4db3c035fd4a5792e625cbda22839d98a0f395d75b08ff4d85a4bdba7096359cfdf3af5783d4154f091a8a9615fcfab
6
+ metadata.gz: 78238184c17de38c20aa4f5c3d763e2dfa558328f934deeee28c3224173a345e32e8dffd36d315d26d3e6fadf8efab143650e35836eed22da67ef7d1dbcdec71
7
+ data.tar.gz: 70c6f6ae34cacc7699a18c883adb2df2da225e1c037731fa7aa04b5feb886cb9e45360adf045b2885e36ea70ee5ffc191bf4b8726b1191a5cb6ca9185c906b74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2025-03-13)
5
+ ------------------
6
+
7
+ * Feature - Private Certificate Authority service now supports P521 and RSA3072 key algorithms.
8
+
4
9
  1.90.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
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.90.0'
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",
@@ -55,7 +55,7 @@ module Aws::ACMPCA
55
55
  autoload :EndpointProvider, 'aws-sdk-acmpca/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-acmpca/endpoints'
57
57
 
58
- GEM_VERSION = '1.90.0'
58
+ GEM_VERSION = '1.91.0'
59
59
 
60
60
  end
61
61
 
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.90.0
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-02-18 00:00:00.000000000 Z
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