aws-sdk-acmpca 1.59.0 → 1.60.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: ee58b0bb25d8dc1b83a3e59851842b4ea65f3893bab799854b18546f7ecdb549
4
- data.tar.gz: b49fd978f92edbeb109b62bcf68f8513565fb52354c00748ea2a8ce5f2062f0b
3
+ metadata.gz: 0253d6b272f742e44b7f1593acd2c8b2b7a3788c3311caafe160ea7fce2041de
4
+ data.tar.gz: 663dd111cf025e7dbc3c42c4f1e580bfa3d67fa7e1467a9f6517909fab3bde8c
5
5
  SHA512:
6
- metadata.gz: e384a65adaff2b84751ee48ad0a119a95570e0eb7f5758637460da13a4b06b4e1711ef667eabaf06e435272975cd96918fca34df6513f39c5b3f8e33248fb9ce
7
- data.tar.gz: df591e8663dff56950280d593bc94c2cd03d2e1e60825c975971ea84557b1cff268606952bd89c770b78c367b85e28339d7226b38b34ca8801768aa88de3c2f3
6
+ metadata.gz: 71f1c009e9872fe77312e7d350e89ad21c0af67543fcb63513c45e378de34e0ab2b53c8082c8a0c733b3262a3ed3762f900bd448bcc26a04fbd42eecadc9c6f8
7
+ data.tar.gz: 0e09fbe94a4d9210a8fc69aeb7d7549f8f7d02cfda9563592c26f5f2a20f2e61fd08133d6c2a6de3fa14d987438e434fcb07311b3363b097906aeda6c3390202
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2023-08-04)
5
+ ------------------
6
+
7
+ * Feature - Documentation correction for AWS Private CA
8
+
4
9
  1.59.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -1722,11 +1722,11 @@ module Aws::ACMPCA
1722
1722
  # @option params [String] :idempotency_token
1723
1723
  # Alphanumeric string that can be used to distinguish between calls to
1724
1724
  # the **IssueCertificate** action. Idempotency tokens for
1725
- # **IssueCertificate** time out after one minute. Therefore, if you call
1726
- # **IssueCertificate** multiple times with the same idempotency token
1727
- # within one minute, Amazon Web Services Private CA recognizes that you
1728
- # are requesting only one certificate and will issue only one. If you
1729
- # change the idempotency token for each call, Amazon Web Services
1725
+ # **IssueCertificate** time out after five minutes. Therefore, if you
1726
+ # call **IssueCertificate** multiple times with the same idempotency
1727
+ # token within five minutes, Amazon Web Services Private CA recognizes
1728
+ # that you are requesting only one certificate and will issue only one.
1729
+ # If you change the idempotency token for each call, Amazon Web Services
1730
1730
  # Private CA recognizes that you are requesting multiple certificates.
1731
1731
  #
1732
1732
  # @return [Types::IssueCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2586,7 +2586,7 @@ module Aws::ACMPCA
2586
2586
  params: params,
2587
2587
  config: config)
2588
2588
  context[:gem_name] = 'aws-sdk-acmpca'
2589
- context[:gem_version] = '1.59.0'
2589
+ context[:gem_version] = '1.60.0'
2590
2590
  Seahorse::Client::Request.new(handlers, context)
2591
2591
  end
2592
2592
 
@@ -1663,9 +1663,9 @@ module Aws::ACMPCA
1663
1663
  # @!attribute [rw] idempotency_token
1664
1664
  # Alphanumeric string that can be used to distinguish between calls to
1665
1665
  # the **IssueCertificate** action. Idempotency tokens for
1666
- # **IssueCertificate** time out after one minute. Therefore, if you
1666
+ # **IssueCertificate** time out after five minutes. Therefore, if you
1667
1667
  # call **IssueCertificate** multiple times with the same idempotency
1668
- # token within one minute, Amazon Web Services Private CA recognizes
1668
+ # token within five minutes, Amazon Web Services Private CA recognizes
1669
1669
  # that you are requesting only one certificate and will issue only
1670
1670
  # one. If you change the idempotency token for each call, Amazon Web
1671
1671
  # Services Private CA recognizes that you are requesting multiple
@@ -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.59.0'
56
+ GEM_VERSION = '1.60.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.59.0
4
+ version: 1.60.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-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core