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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30af2080e43a1d595f134dd18fb62d6d357bb983ba1100566d4093c1f20d2fed
4
- data.tar.gz: 9e7eaa84b363779a3d94ceb9c87669a6932400da1aef665cc7e8139af95d9ce7
3
+ metadata.gz: 0253d6b272f742e44b7f1593acd2c8b2b7a3788c3311caafe160ea7fce2041de
4
+ data.tar.gz: 663dd111cf025e7dbc3c42c4f1e580bfa3d67fa7e1467a9f6517909fab3bde8c
5
5
  SHA512:
6
- metadata.gz: e1fc700a07259f69fd8aef6d073672d282346693f6672148d1869c0c6e0d595c6400779067d699181b4473a232459709f7dd58407321cacad01a671ba02e166f
7
- data.tar.gz: 874fa12b7544cee521b22f486c0597d64e3de6b752eb4e365e85c63f4c5be9939ba7074ef5b165a43cec40098072c2aea9b5b99873222764a932fe5a03d2a66a
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.58.0
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 one minute. Therefore, if you call
1722
- # **IssueCertificate** multiple times with the same idempotency token
1723
- # within one minute, Amazon Web Services Private CA recognizes that you
1724
- # are requesting only one certificate and will issue only one. If you
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.58.0'
2589
+ context[:gem_version] = '1.60.0'
2586
2590
  Seahorse::Client::Request.new(handlers, context)
2587
2591
  end
2588
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.58.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.58.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-06 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