aws-sdk-acmpca 1.59.0 → 1.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acmpca/client.rb +6 -6
- data/lib/aws-sdk-acmpca/types.rb +2 -2
- 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: 0253d6b272f742e44b7f1593acd2c8b2b7a3788c3311caafe160ea7fce2041de
|
|
4
|
+
data.tar.gz: 663dd111cf025e7dbc3c42c4f1e580bfa3d67fa7e1467a9f6517909fab3bde8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71f1c009e9872fe77312e7d350e89ad21c0af67543fcb63513c45e378de34e0ab2b53c8082c8a0c733b3262a3ed3762f900bd448bcc26a04fbd42eecadc9c6f8
|
|
7
|
+
data.tar.gz: 0e09fbe94a4d9210a8fc69aeb7d7549f8f7d02cfda9563592c26f5f2a20f2e61fd08133d6c2a6de3fa14d987438e434fcb07311b3363b097906aeda6c3390202
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
1726
|
-
# **IssueCertificate** multiple times with the same idempotency
|
|
1727
|
-
# within
|
|
1728
|
-
# are requesting only one certificate and will issue only one.
|
|
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.
|
|
2589
|
+
context[:gem_version] = '1.60.0'
|
|
2590
2590
|
Seahorse::Client::Request.new(handlers, context)
|
|
2591
2591
|
end
|
|
2592
2592
|
|
data/lib/aws-sdk-acmpca/types.rb
CHANGED
|
@@ -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
|
|
1666
|
+
# **IssueCertificate** time out after five minutes. Therefore, if you
|
|
1667
1667
|
# call **IssueCertificate** multiple times with the same idempotency
|
|
1668
|
-
# token within
|
|
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
|
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.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-
|
|
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
|