aws-sdk-acmpca 1.88.0 → 1.90.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acmpca/client.rb +29 -29
- data/lib/aws-sdk-acmpca/types.rb +22 -26
- 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: 8d705b436b021f2f4f4eb2e541c17dda05d3c2b0567299efa26d6589b76b4419
|
4
|
+
data.tar.gz: a5205e96872f6ca6c1f5f370b99d05abbef5cf20278ef7d717cca79589f7c917
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b2e10f119d681b4696f5e9106268ebf145cce20692a3f03e288ce22561e177bf75e65832a22d01c40d29c1c1bf2767b2a31161dc648d6cea606c1a436f3a460
|
7
|
+
data.tar.gz: 7afa13c2e5555dcd7db2f78e4d9f3017a4db3c035fd4a5792e625cbda22839d98a0f395d75b08ff4d85a4bdba7096359cfdf3af5783d4154f091a8a9615fcfab
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.90.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.89.0 (2025-02-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Private Certificate Authority (PCA) documentation updates
|
13
|
+
|
4
14
|
1.88.0 (2025-02-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.90.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::ACMPCA
|
40
40
|
# An API client for ACMPCA. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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.90.0'
|
2701
2701
|
Seahorse::Client::Request.new(handlers, context)
|
2702
2702
|
end
|
2703
2703
|
|
data/lib/aws-sdk-acmpca/types.rb
CHANGED
@@ -805,41 +805,37 @@ module Aws::ACMPCA
|
|
805
805
|
# @return [Types::CrlDistributionPointExtensionConfiguration]
|
806
806
|
#
|
807
807
|
# @!attribute [rw] crl_type
|
808
|
-
#
|
809
|
-
# determines the maximum number of certificates that the
|
810
|
-
# authority can issue and revoke
|
811
|
-
# Services Private CA
|
808
|
+
# Specifies whether to create a complete or partitioned CRL. This
|
809
|
+
# setting determines the maximum number of certificates that the
|
810
|
+
# certificate authority can issue and revoke. For more information,
|
811
|
+
# see [Amazon Web Services Private CA
|
812
|
+
# quotas](privateca/latest/userguide/pca.html#limits_pca).
|
812
813
|
#
|
813
|
-
# * `
|
814
|
-
#
|
815
|
-
#
|
816
|
-
#
|
817
|
-
#
|
818
|
-
#
|
819
|
-
# CRL partition through the CRL distribution point (CDP) defined in
|
820
|
-
# [RFC 5280][2].
|
814
|
+
# * `COMPLETE` - The default setting. Amazon Web Services Private CA
|
815
|
+
# maintains a single CRL file for all unexpired certificates issued by
|
816
|
+
# a CA that have been revoked for any reason. Each certificate that
|
817
|
+
# Amazon Web Services Private CA issues is bound to a specific CRL
|
818
|
+
# through its CRL distribution point (CDP) extension, defined in [
|
819
|
+
# RFC 5280][1].
|
821
820
|
#
|
822
|
-
#
|
823
|
-
#
|
824
|
-
#
|
825
|
-
# certificate's CDP URI. Amazon Web Services Private CA marks the
|
826
|
-
# IDP extension as critical, which your client must be able to
|
827
|
-
# process.
|
821
|
+
# * `PARTITIONED` - Compared to complete CRLs, partitioned CRLs
|
822
|
+
# dramatically increase the number of certificates your private CA
|
823
|
+
# can issue.
|
828
824
|
#
|
829
|
-
#
|
830
|
-
#
|
831
|
-
#
|
825
|
+
# When using partitioned CRLs, you must validate that the CRL's
|
826
|
+
# associated issuing distribution point (IDP) URI matches the
|
827
|
+
# certificate's CDP URI to ensure the right CRL has been fetched.
|
828
|
+
# Amazon Web Services Private CA marks the IDP extension as
|
829
|
+
# critical, which your client must be able to process.
|
832
830
|
#
|
833
831
|
#
|
834
832
|
#
|
835
|
-
# [1]: https://
|
836
|
-
# [2]: https://datatracker.ietf.org/doc/html/rfc5280
|
833
|
+
# [1]: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.9
|
837
834
|
# @return [String]
|
838
835
|
#
|
839
836
|
# @!attribute [rw] custom_path
|
840
|
-
# Designates a custom
|
841
|
-
# `http://<CustomName
|
842
|
-
# change the custom path up to five times.
|
837
|
+
# Designates a custom file path in S3 for CRL(s). For example,
|
838
|
+
# `http://<CustomName>/ <CustomPath>/<CrlPartition_GUID>.crl`.
|
843
839
|
# @return [String]
|
844
840
|
#
|
845
841
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CrlConfiguration AWS API Documentation
|
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.90.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-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|