aws-sdk-acmpca 1.58.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acmpca/client.rb +10 -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
|
@@ -1,6 +1,16 @@
|
|
|
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
|
+
|
|
9
|
+
1.59.0 (2023-07-11)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.58.0 (2023-07-06)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
|
@@ -216,6 +216,10 @@ module Aws::ACMPCA
|
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
218
218
|
#
|
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
221
|
+
# variables and the shared configuration file.
|
|
222
|
+
#
|
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
220
224
|
# The log formatter.
|
|
221
225
|
#
|
|
@@ -1718,11 +1722,11 @@ module Aws::ACMPCA
|
|
|
1718
1722
|
# @option params [String] :idempotency_token
|
|
1719
1723
|
# Alphanumeric string that can be used to distinguish between calls to
|
|
1720
1724
|
# the **IssueCertificate** action. Idempotency tokens for
|
|
1721
|
-
# **IssueCertificate** time out after
|
|
1722
|
-
# **IssueCertificate** multiple times with the same idempotency
|
|
1723
|
-
# within
|
|
1724
|
-
# are requesting only one certificate and will issue only one.
|
|
1725
|
-
# 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
|
|
1726
1730
|
# Private CA recognizes that you are requesting multiple certificates.
|
|
1727
1731
|
#
|
|
1728
1732
|
# @return [Types::IssueCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -2582,7 +2586,7 @@ module Aws::ACMPCA
|
|
|
2582
2586
|
params: params,
|
|
2583
2587
|
config: config)
|
|
2584
2588
|
context[:gem_name] = 'aws-sdk-acmpca'
|
|
2585
|
-
context[:gem_version] = '1.
|
|
2589
|
+
context[:gem_version] = '1.60.0'
|
|
2586
2590
|
Seahorse::Client::Request.new(handlers, context)
|
|
2587
2591
|
end
|
|
2588
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
|