aws-sdk-acmpca 1.53.0 → 1.54.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: 0edf1634ac1ecccd3a553bdaeb0af2286d9726dae76809035c23c9646b758111
4
- data.tar.gz: 7f31e903cc3da3c54ca0a2c8c4d6b6c820d64557619e1dc47433eb8e6b2af556
3
+ metadata.gz: 1a950f79086032431c1710a0929938d777315c11905ade3f5fdf8f5d3eefcf02
4
+ data.tar.gz: 483bdcde74895d47eea75fe9dbfe2eb243ae2fd1af355647117524d123a832c9
5
5
  SHA512:
6
- metadata.gz: b732e104ac090db63a2b3f623dc906cfebe472f2622dbec22797875119b92fc0c0a72f8dfaeb782ceb1967a04e15e3fa2a6d19a41cfe5861260e11a0ebf3d7c0
7
- data.tar.gz: 753923b7ffadb7473afe781c27e2a7b9bca5da4af7c9b3b6a0e6ccfb17b47f55803b91c31bc97fd73a29aa6528386968cdd544e30a9426916b79ba410f0b548b
6
+ metadata.gz: 483446a0cf71c085fd8cf0eec770c9fd2ad650f95590d54d333668032768d48a75d209c4ce018222f7232f3929005ded69d29d319eee9eab04390ce9e99ddbde
7
+ data.tar.gz: 4bb1a4d983fdb8b7c0ebe65361a81bd354a560f4fac9831a704358f5e49e145e3b914b3873e095259d9794c2762d48047d4089c6354ea2f53b706c767709ab4b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -275,6 +275,11 @@ module Aws::ACMPCA
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -2562,7 +2567,7 @@ module Aws::ACMPCA
2562
2567
  params: params,
2563
2568
  config: config)
2564
2569
  context[:gem_name] = 'aws-sdk-acmpca'
2565
- context[:gem_version] = '1.53.0'
2570
+ context[:gem_version] = '1.54.0'
2566
2571
  Seahorse::Client::Request.new(handlers, context)
2567
2572
  end
2568
2573
 
@@ -657,45 +657,45 @@ module Aws::ACMPCA
657
657
  #
658
658
  # CRLs contain the following fields:
659
659
  #
660
- # * **Version**\: The current version number defined in RFC 5280 is V2.
660
+ # * **Version**: The current version number defined in RFC 5280 is V2.
661
661
  # The integer value is 0x1.
662
662
  #
663
- # * **Signature Algorithm**\: The name of the algorithm used to sign the
663
+ # * **Signature Algorithm**: The name of the algorithm used to sign the
664
664
  # CRL.
665
665
  #
666
- # * **Issuer**\: The X.500 distinguished name of your private CA that
666
+ # * **Issuer**: The X.500 distinguished name of your private CA that
667
667
  # issued the CRL.
668
668
  #
669
- # * **Last Update**\: The issue date and time of this CRL.
669
+ # * **Last Update**: The issue date and time of this CRL.
670
670
  #
671
- # * **Next Update**\: The day and time by which the next CRL will be
671
+ # * **Next Update**: The day and time by which the next CRL will be
672
672
  # issued.
673
673
  #
674
- # * **Revoked Certificates**\: List of revoked certificates. Each list
674
+ # * **Revoked Certificates**: List of revoked certificates. Each list
675
675
  # item contains the following information.
676
676
  #
677
- # * **Serial Number**\: The serial number, in hexadecimal format, of
677
+ # * **Serial Number**: The serial number, in hexadecimal format, of
678
678
  # the revoked certificate.
679
679
  #
680
- # * **Revocation Date**\: Date and time the certificate was revoked.
680
+ # * **Revocation Date**: Date and time the certificate was revoked.
681
681
  #
682
- # * **CRL Entry Extensions**\: Optional extensions for the CRL entry.
682
+ # * **CRL Entry Extensions**: Optional extensions for the CRL entry.
683
683
  #
684
- # * **X509v3 CRL Reason Code**\: Reason the certificate was revoked.
684
+ # * **X509v3 CRL Reason Code**: Reason the certificate was revoked.
685
685
  #
686
686
  # ^
687
687
  #
688
- # * **CRL Extensions**\: Optional extensions for the CRL.
688
+ # * **CRL Extensions**: Optional extensions for the CRL.
689
689
  #
690
- # * **X509v3 Authority Key Identifier**\: Identifies the public key
690
+ # * **X509v3 Authority Key Identifier**: Identifies the public key
691
691
  # associated with the private key used to sign the certificate.
692
692
  #
693
- # * **X509v3 CRL Number:**\: Decimal sequence number for the CRL.
693
+ # * **X509v3 CRL Number:**: Decimal sequence number for the CRL.
694
694
  #
695
- # * **Signature Algorithm**\: Algorithm used by your private CA to sign
695
+ # * **Signature Algorithm**: Algorithm used by your private CA to sign
696
696
  # the CRL.
697
697
  #
698
- # * **Signature Value**\: Signature computed over the CRL.
698
+ # * **Signature Value**: Signature computed over the CRL.
699
699
  #
700
700
  # Certificate revocation lists created by Amazon Web Services Private CA
701
701
  # are DER-encoded. You can use the following OpenSSL command to list a
@@ -2526,10 +2526,10 @@ module Aws::ACMPCA
2526
2526
  #
2527
2527
  # Amazon Web Services Private CA API consumes the `Validity` data type
2528
2528
  # differently in two distinct parameters of the `IssueCertificate`
2529
- # action. The required parameter `IssueCertificate`\:`Validity`
2530
- # specifies the end of a certificate's validity period. The optional
2531
- # parameter `IssueCertificate`\:`ValidityNotBefore` specifies a
2532
- # customized starting time for the validity period.
2529
+ # action. The required parameter `IssueCertificate`:`Validity` specifies
2530
+ # the end of a certificate's validity period. The optional parameter
2531
+ # `IssueCertificate`:`ValidityNotBefore` specifies a customized starting
2532
+ # time for the validity period.
2533
2533
  #
2534
2534
  #
2535
2535
  #
@@ -2545,7 +2545,7 @@ module Aws::ACMPCA
2545
2545
  # those listed below. Type definitions with values include a sample
2546
2546
  # input value and the resulting output.
2547
2547
  #
2548
- # `END_DATE`\: The specific date and time when the certificate will
2548
+ # `END_DATE`: The specific date and time when the certificate will
2549
2549
  # expire, expressed using UTCTime (YYMMDDHHMMSS) or GeneralizedTime
2550
2550
  # (YYYYMMDDHHMMSS) format. When UTCTime is used, if the year field
2551
2551
  # (YY) is greater than or equal to 50, the year is interpreted as
@@ -2556,7 +2556,7 @@ module Aws::ACMPCA
2556
2556
  #
2557
2557
  # * Output expiration date/time: 12/31/2049 23:59:59
2558
2558
  #
2559
- # `ABSOLUTE`\: The specific date and time when the validity of a
2559
+ # `ABSOLUTE`: The specific date and time when the validity of a
2560
2560
  # certificate will start or expire, expressed in seconds since the
2561
2561
  # Unix Epoch.
2562
2562
  #
@@ -2564,7 +2564,7 @@ module Aws::ACMPCA
2564
2564
  #
2565
2565
  # * Output expiration date/time: 01/01/2050 00:00:00
2566
2566
  #
2567
- # `DAYS`, `MONTHS`, `YEARS`\: The relative time from the moment of
2567
+ # `DAYS`, `MONTHS`, `YEARS`: The relative time from the moment of
2568
2568
  # issuance until the certificate will expire, expressed in days,
2569
2569
  # months, or years.
2570
2570
  #
@@ -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.53.0'
56
+ GEM_VERSION = '1.54.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.53.0
4
+ version: 1.54.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement