aws-sdk-acmpca 1.69.0 → 1.70.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa2bb642fd5339653b3e5966d947149bd072b6472adfcd045cebac14c5278104
4
- data.tar.gz: 04306f55b4309d58709b29b83f96f33d80a4d43cfd03a00b2c2923d625d135fa
3
+ metadata.gz: 2981fa3a16aab158c63bbf04cd1f847c9dcc742b8663d47df542211683a37021
4
+ data.tar.gz: db4776619e9aed8e985713857bd90fa31d37530075cd298d4d7479f5932d7827
5
5
  SHA512:
6
- metadata.gz: 1a887b9d331571abe5b19757f02976378e99141bbf25c42a60f3a2e65731a3ed296322954ac4751ee382ddf9e54b62a0c48c52dd5681eb5edc7f8b778b9d5046
7
- data.tar.gz: 9638898d721f1b963d3da1c1baee13323c2c1fb25dc71a97ffc8a2ad06729c3fc7514e60e2930088d4f58c10b6a6b51e0c49bda77dc6fce6c66ce8c5b9971fc0
6
+ metadata.gz: fc723c5454b69ca2beeceec878d24268b124b1185c009ed10c1cb5bc8c511a05f0ee53b5853970e9f08390f16ad9c890a621d594b41e9e4e39b0e8ac708fff07
7
+ data.tar.gz: 1adfb7d0bd2cfaab237c9264c2fcea1ef78f903ac7396849cf216b674e106e489125b5d6209b5a091113c77065617d5dfa18f9ded173314db7aca7546b433a7f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2024-06-17)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update that adds name constraints as an allowed extension for ImportCertificateAuthorityCertificate.
8
+
4
9
  1.69.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -453,7 +453,7 @@ module Aws::ACMPCA
453
453
  #
454
454
  #
455
455
  # [1]: https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html#s3-policies
456
- # [2]: https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#crl-encryption
456
+ # [2]: https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html#crl-encryption
457
457
  #
458
458
  # @option params [required, Types::CertificateAuthorityConfiguration] :certificate_authority_configuration
459
459
  # Name and bit size of the private key algorithm, the name of the
@@ -1518,44 +1518,46 @@ module Aws::ACMPCA
1518
1518
  # Amazon Web Services Private CA allows the following extensions to be
1519
1519
  # marked critical in the imported CA certificate or chain.
1520
1520
  #
1521
- # * Basic constraints (*must* be marked critical)
1521
+ # * Authority key identifier
1522
1522
  #
1523
- # * Subject alternative names
1523
+ # * Basic constraints (*must* be marked critical)
1524
1524
  #
1525
- # * Key usage
1525
+ # * Certificate policies
1526
1526
  #
1527
1527
  # * Extended key usage
1528
1528
  #
1529
- # * Authority key identifier
1530
- #
1531
- # * Subject key identifier
1529
+ # * Inhibit anyPolicy
1532
1530
  #
1533
1531
  # * Issuer alternative name
1534
1532
  #
1535
- # * Subject directory attributes
1536
- #
1537
- # * Subject information access
1533
+ # * Key usage
1538
1534
  #
1539
- # * Certificate policies
1535
+ # * Name constraints
1540
1536
  #
1541
1537
  # * Policy mappings
1542
1538
  #
1543
- # * Inhibit anyPolicy
1539
+ # * Subject alternative name
1544
1540
  #
1545
- # Amazon Web Services Private CA rejects the following extensions when
1546
- # they are marked critical in an imported CA certificate or chain.
1541
+ # * Subject directory attributes
1547
1542
  #
1548
- # * Name constraints
1543
+ # * Subject key identifier
1549
1544
  #
1550
- # * Policy constraints
1545
+ # * Subject information access
1551
1546
  #
1552
- # * CRL distribution points
1547
+ # Amazon Web Services Private CA rejects the following extensions when
1548
+ # they are marked critical in an imported CA certificate or chain.
1553
1549
  #
1554
1550
  # * Authority information access
1555
1551
  #
1552
+ # * CRL distribution points
1553
+ #
1556
1554
  # * Freshest CRL
1557
1555
  #
1558
- # * Any other extension
1556
+ # * Policy constraints
1557
+ #
1558
+ # Amazon Web Services Private Certificate Authority will also reject any
1559
+ # other extension marked as critical not contained on the preceding list
1560
+ # of allowed extensions.
1559
1561
  #
1560
1562
  #
1561
1563
  #
@@ -2622,7 +2624,7 @@ module Aws::ACMPCA
2622
2624
  params: params,
2623
2625
  config: config)
2624
2626
  context[:gem_name] = 'aws-sdk-acmpca'
2625
- context[:gem_version] = '1.69.0'
2627
+ context[:gem_version] = '1.70.0'
2626
2628
  Seahorse::Client::Request.new(handlers, context)
2627
2629
  end
2628
2630
 
@@ -551,6 +551,7 @@ module Aws::ACMPCA
551
551
 
552
552
  api.metadata = {
553
553
  "apiVersion" => "2017-08-22",
554
+ "auth" => ["aws.auth#sigv4"],
554
555
  "endpointPrefix" => "acm-pca",
555
556
  "jsonVersion" => "1.1",
556
557
  "protocol" => "json",
@@ -716,7 +716,7 @@ module Aws::ACMPCA
716
716
  #
717
717
  #
718
718
  #
719
- # [1]: https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#crl-encryption
719
+ # [1]: https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html#crl-encryption
720
720
  # [2]: https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html
721
721
  #
722
722
  # @!attribute [rw] enabled
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-acmpca/customizations'
53
53
  # @!group service
54
54
  module Aws::ACMPCA
55
55
 
56
- GEM_VERSION = '1.69.0'
56
+ GEM_VERSION = '1.70.0'
57
57
 
58
58
  end
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.69.0
4
+ version: 1.70.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-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core