aws-sdk-acmpca 1.59.0 → 1.61.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: afcd00771c0c7d6e8f338a89a4087490f773eb62e28b0c8f5bcb1be2e3836547
4
+ data.tar.gz: 89fc27a9ec3014a9cef84fa052f38349ad902badac7f99593879f4e8725ccc3b
5
5
  SHA512:
6
- metadata.gz: e384a65adaff2b84751ee48ad0a119a95570e0eb7f5758637460da13a4b06b4e1711ef667eabaf06e435272975cd96918fca34df6513f39c5b3f8e33248fb9ce
7
- data.tar.gz: df591e8663dff56950280d593bc94c2cd03d2e1e60825c975971ea84557b1cff268606952bd89c770b78c367b85e28339d7226b38b34ca8801768aa88de3c2f3
6
+ metadata.gz: ea494e03cce95d9b948d9005640ad80cf3e6a7e28aa853a367a747c311e524b27d50b8d059ce548231b0b55f5702ef2501b4c4c337e7b6054e1f092cceb15ddd
7
+ data.tar.gz: 8234eb81589acdf0413b5aa0cf5049e69f6c8a8724cc0db80f0d25b763f649d670dd37ec99795de40fac357a7211a7c35f57bb48b6edc80ab6a5e4d09b1e81c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.60.0 (2023-08-04)
10
+ ------------------
11
+
12
+ * Feature - Documentation correction for AWS Private CA
13
+
4
14
  1.59.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.61.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.61.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.61.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.61.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-09-27 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.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement