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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4a3e552a184e56a1b5c444fe9f38ad18e6c6a2d6a19e3fae9302b1570a0e9e0
4
- data.tar.gz: 897980aca30d6ca76c84b15419e07a495404e21bf69420d77e6efa24c7681b59
3
+ metadata.gz: 8d705b436b021f2f4f4eb2e541c17dda05d3c2b0567299efa26d6589b76b4419
4
+ data.tar.gz: a5205e96872f6ca6c1f5f370b99d05abbef5cf20278ef7d717cca79589f7c917
5
5
  SHA512:
6
- metadata.gz: 9b796d157901f2fb3cd5c8877d041ad1b539f94c4e0ea29ca74acd42fc35bc8ada146466a3ede33725df3619f8ce5d954b2aea0ee091914e6f6d0039318c52e8
7
- data.tar.gz: 8fd78efd9f98a6276e2de7ae560e68e1740dbdc1d9f8de049b78f19351c3b21321e5bf4d065aab32e620b0e3f7a5e37e70f4996a81a90a558fc6fac257a09e50
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.88.0
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.rb'
11
- require 'aws-sdk-core/plugins/credentials_configuration.rb'
12
- require 'aws-sdk-core/plugins/logging.rb'
13
- require 'aws-sdk-core/plugins/param_converter.rb'
14
- require 'aws-sdk-core/plugins/param_validator.rb'
15
- require 'aws-sdk-core/plugins/user_agent.rb'
16
- require 'aws-sdk-core/plugins/helpful_socket_errors.rb'
17
- require 'aws-sdk-core/plugins/retry_errors.rb'
18
- require 'aws-sdk-core/plugins/global_configuration.rb'
19
- require 'aws-sdk-core/plugins/regional_endpoint.rb'
20
- require 'aws-sdk-core/plugins/endpoint_discovery.rb'
21
- require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
- require 'aws-sdk-core/plugins/response_paging.rb'
23
- require 'aws-sdk-core/plugins/stub_responses.rb'
24
- require 'aws-sdk-core/plugins/idempotency_token.rb'
25
- require 'aws-sdk-core/plugins/invocation_id.rb'
26
- require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
27
- require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
28
- require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
29
- require 'aws-sdk-core/plugins/transfer_encoding.rb'
30
- require 'aws-sdk-core/plugins/http_checksum.rb'
31
- require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
- require 'aws-sdk-core/plugins/request_compression.rb'
33
- require 'aws-sdk-core/plugins/defaults_mode.rb'
34
- require 'aws-sdk-core/plugins/recursion_detection.rb'
35
- require 'aws-sdk-core/plugins/telemetry.rb'
36
- require 'aws-sdk-core/plugins/sign.rb'
37
- require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
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.88.0'
2700
+ context[:gem_version] = '1.90.0'
2701
2701
  Seahorse::Client::Request.new(handlers, context)
2702
2702
  end
2703
2703
 
@@ -805,41 +805,37 @@ module Aws::ACMPCA
805
805
  # @return [Types::CrlDistributionPointExtensionConfiguration]
806
806
  #
807
807
  # @!attribute [rw] crl_type
808
- # Choose whether to use a partitioned or complete CRL. Your choice
809
- # determines the maximum number of certificates that the certificate
810
- # authority can issue and revoke, as described in the [Amazon Web
811
- # Services Private CA quotas][1].
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
- # * `PARTITIONED` - The default setting. Partitioned CRLs are an
814
- # especially good option for devices that have limited processing
815
- # power or storage capacity, such as certain IoT devices. Compared
816
- # to complete CRLs, partitioned CRLs dramatically increase the
817
- # number of certificates your private CA can issue. Each certificate
818
- # that Amazon Web Services Private CA issues is bound to a specific
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
- # To make sure that your client fetches the CRL from a valid
823
- # endpoint, we recommend that you programmatically validate that the
824
- # CRL's issuing distribution point (IDP) URI matches the
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
- # * `COMPLETE` - Amazon Web Services Private CA maintains a single CRL
830
- # file for all unexpired certificates issued by a CA that have been
831
- # revoked for any reason.
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://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca-connector-ad
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 file path in S3 for CRL(s). For example,
841
- # `http://<CustomName>/<CustomPath>/<CrlPartition_GUID>.crl`. You can
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
@@ -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.88.0'
58
+ GEM_VERSION = '1.90.0'
59
59
 
60
60
  end
61
61
 
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.88.0
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 00:00:00.000000000 Z
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