aws-sdk-acmpca 1.33.0 → 1.37.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +198 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-acmpca.rb +2 -2
- data/lib/aws-sdk-acmpca/client.rb +27 -5
- data/lib/aws-sdk-acmpca/client_api.rb +6 -1
- data/lib/aws-sdk-acmpca/errors.rb +1 -1
- data/lib/aws-sdk-acmpca/resource.rb +1 -1
- data/lib/aws-sdk-acmpca/types.rb +78 -9
- data/lib/aws-sdk-acmpca/waiters.rb +1 -1
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38b5f0e23b9dbdbe9d3eb87e65593341cc5887f0a4afd4988eecdb78f234a814
|
4
|
+
data.tar.gz: 80d052671c41002d2a6a503796c695816782fd3336108624a304da11e85e8f68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cee4a72a5e3d497787872fdaa2a05a02646c92512ca948ff9ffd0d601d81ae30e8c9cfa9fc68387cdf49886cb6f6d9f65c21373f456f250fd3f4ca4f7ea13dce
|
7
|
+
data.tar.gz: 49628afef5e7762c160f16b3dd793da706e0280b40f821ac1be1f2eb120c375e3d4b619b310f9b4730d691fae3742dbaa0fe58442aa445d3e60e418f9e747658
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,198 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.37.0 (2021-07-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.36.0 (2021-05-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release enables customers to store CRLs in S3 buckets with Block Public Access enabled. The release adds the S3ObjectAcl parameter to the CreateCertificateAuthority and UpdateCertificateAuthority APIs to allow customers to choose whether their CRL will be publicly available.
|
13
|
+
|
14
|
+
1.35.0 (2021-05-04)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds the KeyStorageSecurityStandard parameter to the CreateCertificateAuthority API to allow customers to mandate a security standard to which the CA key will be stored within.
|
18
|
+
|
19
|
+
1.34.0 (2021-03-10)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.33.0 (2021-02-02)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.32.0 (2021-01-19)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - ACM Private CA is launching additional certificate templates and API parameters. This allows customers to create custom certificates for their identity and secure communication use cases.
|
33
|
+
|
34
|
+
1.31.0 (2020-12-29)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - This release adds a new parameter "CsrExtensions" in the "CertificateAuthorityConfiguration" data structure, which allows customers to add the addition of KU and SIA into the CA CSR.
|
38
|
+
|
39
|
+
1.30.0 (2020-09-30)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.29.0 (2020-09-15)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.28.0 (2020-08-25)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.27.0 (2020-08-17)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - ACM Private CA is launching cross-account support. This allows customers to share their private CAs with other accounts, AWS Organizations, and organizational units to issue end-entity certificates.
|
58
|
+
|
59
|
+
1.26.0 (2020-06-23)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
63
|
+
|
64
|
+
1.25.1 (2020-06-11)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
68
|
+
|
69
|
+
1.25.0 (2020-06-10)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Issue - This version has been yanked. (#2327).
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.24.0 (2020-05-28)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.23.0 (2020-05-07)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
84
|
+
|
85
|
+
1.22.0 (2020-03-09)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
89
|
+
|
90
|
+
1.21.0 (2019-10-23)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.20.0 (2019-07-25)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.19.0 (2019-07-01)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.18.0 (2019-06-20)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - ACM Private CA is launching Root CAs and hierarchy management, a new feature that expands the scope of ACM Private CA from supporting only subordinate issuing CAs, to now include a full CA hierarchy that includes root CAs - the cryptographic root of trust for an organization.
|
109
|
+
|
110
|
+
1.17.0 (2019-06-17)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
114
|
+
|
115
|
+
1.16.0 (2019-05-21)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.15.0 (2019-05-15)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.14.0 (2019-05-14)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.13.0 (2019-03-22)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.12.0 (2019-03-21)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.11.0 (2019-03-18)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.10.0 (2019-03-14)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.9.0 (2019-01-23)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.8.0 (2018-12-21)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.7.0 (2018-11-20)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.6.0 (2018-10-24)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.5.0 (2018-10-23)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.4.0 (2018-09-06)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
179
|
+
|
180
|
+
1.3.0 (2018-09-05)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.2.0 (2018-06-26)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.1.0 (2018-06-20)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - API update.
|
194
|
+
|
195
|
+
1.0.0 (2018-04-04)
|
196
|
+
------------------
|
197
|
+
|
198
|
+
* Feature - Initial release of `aws-sdk-acmpca`.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.37.0
|
data/lib/aws-sdk-acmpca.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-acmpca/customizations'
|
|
49
49
|
# @!group service
|
50
50
|
module Aws::ACMPCA
|
51
51
|
|
52
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.37.0'
|
53
53
|
|
54
54
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -350,7 +350,7 @@ module Aws::ACMPCA
|
|
350
350
|
# successful, this action returns the Amazon Resource Name (ARN) of the
|
351
351
|
# CA.
|
352
352
|
#
|
353
|
-
# ACM Private
|
353
|
+
# ACM Private CA assets that are stored in Amazon S3 can be protected
|
354
354
|
# with encryption. For more information, see [Encrypting Your CRLs][1].
|
355
355
|
#
|
356
356
|
# <note markdown="1"> Both PCA and the IAM principal must have permission to write to the S3
|
@@ -394,6 +394,20 @@ module Aws::ACMPCA
|
|
394
394
|
# one. If you change the idempotency token for each call, PCA recognizes
|
395
395
|
# that you are requesting multiple certificate authorities.
|
396
396
|
#
|
397
|
+
# @option params [String] :key_storage_security_standard
|
398
|
+
# Specifies a cryptographic key management compliance standard used for
|
399
|
+
# handling CA keys.
|
400
|
+
#
|
401
|
+
# Default: FIPS\_140\_2\_LEVEL\_3\_OR\_HIGHER
|
402
|
+
#
|
403
|
+
# Note: `FIPS_140_2_LEVEL_3_OR_HIGHER` is not supported in Region
|
404
|
+
# ap-northeast-3. When creating a CA in the ap-northeast-3, you must
|
405
|
+
# provide `FIPS_140_2_LEVEL_2_OR_HIGHER` as the argument for
|
406
|
+
# `KeyStorageSecurityStandard`. Failure to do this results in an
|
407
|
+
# `InvalidArgsException` with the message, "A certificate authority
|
408
|
+
# cannot be created in this region with the specified security
|
409
|
+
# standard."
|
410
|
+
#
|
397
411
|
# @option params [Array<Types::Tag>] :tags
|
398
412
|
# Key-value pairs that will be attached to the new private CA. You can
|
399
413
|
# associate up to 50 tags with a private CA. For information using tags
|
@@ -489,10 +503,12 @@ module Aws::ACMPCA
|
|
489
503
|
# expiration_in_days: 1,
|
490
504
|
# custom_cname: "String253",
|
491
505
|
# s3_bucket_name: "String3To255",
|
506
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
492
507
|
# },
|
493
508
|
# },
|
494
509
|
# certificate_authority_type: "ROOT", # required, accepts ROOT, SUBORDINATE
|
495
510
|
# idempotency_token: "IdempotencyToken",
|
511
|
+
# key_storage_security_standard: "FIPS_140_2_LEVEL_2_OR_HIGHER", # accepts FIPS_140_2_LEVEL_2_OR_HIGHER, FIPS_140_2_LEVEL_3_OR_HIGHER
|
496
512
|
# tags: [
|
497
513
|
# {
|
498
514
|
# key: "TagKey", # required
|
@@ -526,7 +542,7 @@ module Aws::ACMPCA
|
|
526
542
|
#
|
527
543
|
# </note>
|
528
544
|
#
|
529
|
-
# ACM Private
|
545
|
+
# ACM Private CA assets that are stored in Amazon S3 can be protected
|
530
546
|
# with encryption. For more information, see [Encrypting Your Audit
|
531
547
|
# Reports][4].
|
532
548
|
#
|
@@ -982,7 +998,9 @@ module Aws::ACMPCA
|
|
982
998
|
# resp.certificate_authority.revocation_configuration.crl_configuration.expiration_in_days #=> Integer
|
983
999
|
# resp.certificate_authority.revocation_configuration.crl_configuration.custom_cname #=> String
|
984
1000
|
# resp.certificate_authority.revocation_configuration.crl_configuration.s3_bucket_name #=> String
|
1001
|
+
# resp.certificate_authority.revocation_configuration.crl_configuration.s3_object_acl #=> String, one of "PUBLIC_READ", "BUCKET_OWNER_FULL_CONTROL"
|
985
1002
|
# resp.certificate_authority.restorable_until #=> Time
|
1003
|
+
# resp.certificate_authority.key_storage_security_standard #=> String, one of "FIPS_140_2_LEVEL_2_OR_HIGHER", "FIPS_140_2_LEVEL_3_OR_HIGHER"
|
986
1004
|
#
|
987
1005
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/DescribeCertificateAuthority AWS API Documentation
|
988
1006
|
#
|
@@ -1440,11 +1458,12 @@ module Aws::ACMPCA
|
|
1440
1458
|
#
|
1441
1459
|
# If conflicting or duplicate certificate information is supplied during
|
1442
1460
|
# certificate issuance, ACM Private CA applies [order of operation
|
1443
|
-
# rules]
|
1461
|
+
# rules][2] to determine what information is used.
|
1444
1462
|
#
|
1445
1463
|
#
|
1446
1464
|
#
|
1447
1465
|
# [1]: https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html
|
1466
|
+
# [2]: https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html#template-order-of-operations
|
1448
1467
|
#
|
1449
1468
|
# @option params [required, String] :certificate_authority_arn
|
1450
1469
|
# The Amazon Resource Name (ARN) that was returned when you called
|
@@ -1785,7 +1804,9 @@ module Aws::ACMPCA
|
|
1785
1804
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.expiration_in_days #=> Integer
|
1786
1805
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.custom_cname #=> String
|
1787
1806
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.s3_bucket_name #=> String
|
1807
|
+
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.s3_object_acl #=> String, one of "PUBLIC_READ", "BUCKET_OWNER_FULL_CONTROL"
|
1788
1808
|
# resp.certificate_authorities[0].restorable_until #=> Time
|
1809
|
+
# resp.certificate_authorities[0].key_storage_security_standard #=> String, one of "FIPS_140_2_LEVEL_2_OR_HIGHER", "FIPS_140_2_LEVEL_3_OR_HIGHER"
|
1789
1810
|
# resp.next_token #=> String
|
1790
1811
|
#
|
1791
1812
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/ListCertificateAuthorities AWS API Documentation
|
@@ -2312,6 +2333,7 @@ module Aws::ACMPCA
|
|
2312
2333
|
# expiration_in_days: 1,
|
2313
2334
|
# custom_cname: "String253",
|
2314
2335
|
# s3_bucket_name: "String3To255",
|
2336
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
2315
2337
|
# },
|
2316
2338
|
# },
|
2317
2339
|
# status: "CREATING", # accepts CREATING, PENDING_CERTIFICATE, ACTIVE, DELETED, DISABLED, EXPIRED, FAILED
|
@@ -2339,7 +2361,7 @@ module Aws::ACMPCA
|
|
2339
2361
|
params: params,
|
2340
2362
|
config: config)
|
2341
2363
|
context[:gem_name] = 'aws-sdk-acmpca'
|
2342
|
-
context[:gem_version] = '1.
|
2364
|
+
context[:gem_version] = '1.37.0'
|
2343
2365
|
Seahorse::Client::Request.new(handlers, context)
|
2344
2366
|
end
|
2345
2367
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -88,6 +88,7 @@ module Aws::ACMPCA
|
|
88
88
|
IssueCertificateRequest = Shapes::StructureShape.new(name: 'IssueCertificateRequest')
|
89
89
|
IssueCertificateResponse = Shapes::StructureShape.new(name: 'IssueCertificateResponse')
|
90
90
|
KeyAlgorithm = Shapes::StringShape.new(name: 'KeyAlgorithm')
|
91
|
+
KeyStorageSecurityStandard = Shapes::StringShape.new(name: 'KeyStorageSecurityStandard')
|
91
92
|
KeyUsage = Shapes::StructureShape.new(name: 'KeyUsage')
|
92
93
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
93
94
|
ListCertificateAuthoritiesRequest = Shapes::StructureShape.new(name: 'ListCertificateAuthoritiesRequest')
|
@@ -125,6 +126,7 @@ module Aws::ACMPCA
|
|
125
126
|
RevokeCertificateRequest = Shapes::StructureShape.new(name: 'RevokeCertificateRequest')
|
126
127
|
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
127
128
|
S3Key = Shapes::StringShape.new(name: 'S3Key')
|
129
|
+
S3ObjectAcl = Shapes::StringShape.new(name: 'S3ObjectAcl')
|
128
130
|
SigningAlgorithm = Shapes::StringShape.new(name: 'SigningAlgorithm')
|
129
131
|
String = Shapes::StringShape.new(name: 'String')
|
130
132
|
String128 = Shapes::StringShape.new(name: 'String128')
|
@@ -196,6 +198,7 @@ module Aws::ACMPCA
|
|
196
198
|
CertificateAuthority.add_member(:certificate_authority_configuration, Shapes::ShapeRef.new(shape: CertificateAuthorityConfiguration, location_name: "CertificateAuthorityConfiguration"))
|
197
199
|
CertificateAuthority.add_member(:revocation_configuration, Shapes::ShapeRef.new(shape: RevocationConfiguration, location_name: "RevocationConfiguration"))
|
198
200
|
CertificateAuthority.add_member(:restorable_until, Shapes::ShapeRef.new(shape: TStamp, location_name: "RestorableUntil"))
|
201
|
+
CertificateAuthority.add_member(:key_storage_security_standard, Shapes::ShapeRef.new(shape: KeyStorageSecurityStandard, location_name: "KeyStorageSecurityStandard"))
|
199
202
|
CertificateAuthority.struct_class = Types::CertificateAuthority
|
200
203
|
|
201
204
|
CertificateAuthorityConfiguration.add_member(:key_algorithm, Shapes::ShapeRef.new(shape: KeyAlgorithm, required: true, location_name: "KeyAlgorithm"))
|
@@ -225,6 +228,7 @@ module Aws::ACMPCA
|
|
225
228
|
CreateCertificateAuthorityRequest.add_member(:revocation_configuration, Shapes::ShapeRef.new(shape: RevocationConfiguration, location_name: "RevocationConfiguration"))
|
226
229
|
CreateCertificateAuthorityRequest.add_member(:certificate_authority_type, Shapes::ShapeRef.new(shape: CertificateAuthorityType, required: true, location_name: "CertificateAuthorityType"))
|
227
230
|
CreateCertificateAuthorityRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken"))
|
231
|
+
CreateCertificateAuthorityRequest.add_member(:key_storage_security_standard, Shapes::ShapeRef.new(shape: KeyStorageSecurityStandard, location_name: "KeyStorageSecurityStandard"))
|
228
232
|
CreateCertificateAuthorityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
229
233
|
CreateCertificateAuthorityRequest.struct_class = Types::CreateCertificateAuthorityRequest
|
230
234
|
|
@@ -241,6 +245,7 @@ module Aws::ACMPCA
|
|
241
245
|
CrlConfiguration.add_member(:expiration_in_days, Shapes::ShapeRef.new(shape: Integer1To5000, location_name: "ExpirationInDays", metadata: {"box"=>true}))
|
242
246
|
CrlConfiguration.add_member(:custom_cname, Shapes::ShapeRef.new(shape: String253, location_name: "CustomCname"))
|
243
247
|
CrlConfiguration.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String3To255, location_name: "S3BucketName"))
|
248
|
+
CrlConfiguration.add_member(:s3_object_acl, Shapes::ShapeRef.new(shape: S3ObjectAcl, location_name: "S3ObjectAcl"))
|
244
249
|
CrlConfiguration.struct_class = Types::CrlConfiguration
|
245
250
|
|
246
251
|
CsrExtensions.add_member(:key_usage, Shapes::ShapeRef.new(shape: KeyUsage, location_name: "KeyUsage"))
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
data/lib/aws-sdk-acmpca/types.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -236,8 +236,12 @@ module Aws::ACMPCA
|
|
236
236
|
# variant must be selected, or else this parameter is ignored.
|
237
237
|
#
|
238
238
|
# If conflicting or duplicate certificate information is supplied from
|
239
|
-
# other sources, ACM Private CA applies [order of operation
|
240
|
-
#
|
239
|
+
# other sources, ACM Private CA applies [order of operation rules][1] to
|
240
|
+
# determine what information is used.
|
241
|
+
#
|
242
|
+
#
|
243
|
+
#
|
244
|
+
# [1]: https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html#template-order-of-operations
|
241
245
|
#
|
242
246
|
# @note When making an API call, you may pass ApiPassthrough
|
243
247
|
# data as a hash:
|
@@ -428,6 +432,20 @@ module Aws::ACMPCA
|
|
428
432
|
# [1]: https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_DeleteCertificateAuthorityRequest.html
|
429
433
|
# @return [Time]
|
430
434
|
#
|
435
|
+
# @!attribute [rw] key_storage_security_standard
|
436
|
+
# Defines a cryptographic key management compliance standard used for
|
437
|
+
# handling CA keys.
|
438
|
+
#
|
439
|
+
# Default: FIPS\_140\_2\_LEVEL\_3\_OR\_HIGHER
|
440
|
+
#
|
441
|
+
# Note: AWS Region ap-northeast-3 supports only
|
442
|
+
# FIPS\_140\_2\_LEVEL\_2\_OR\_HIGHER. You must explicitly specify this
|
443
|
+
# parameter and value when creating a CA in that Region. Specifying a
|
444
|
+
# different value (or no value) results in an `InvalidArgsException`
|
445
|
+
# with the message "A certificate authority cannot be created in this
|
446
|
+
# region with the specified security standard."
|
447
|
+
# @return [String]
|
448
|
+
#
|
431
449
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CertificateAuthority AWS API Documentation
|
432
450
|
#
|
433
451
|
class CertificateAuthority < Struct.new(
|
@@ -443,7 +461,8 @@ module Aws::ACMPCA
|
|
443
461
|
:failure_reason,
|
444
462
|
:certificate_authority_configuration,
|
445
463
|
:revocation_configuration,
|
446
|
-
:restorable_until
|
464
|
+
:restorable_until,
|
465
|
+
:key_storage_security_standard)
|
447
466
|
SENSITIVE = []
|
448
467
|
include Aws::Structure
|
449
468
|
end
|
@@ -735,10 +754,12 @@ module Aws::ACMPCA
|
|
735
754
|
# expiration_in_days: 1,
|
736
755
|
# custom_cname: "String253",
|
737
756
|
# s3_bucket_name: "String3To255",
|
757
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
738
758
|
# },
|
739
759
|
# },
|
740
760
|
# certificate_authority_type: "ROOT", # required, accepts ROOT, SUBORDINATE
|
741
761
|
# idempotency_token: "IdempotencyToken",
|
762
|
+
# key_storage_security_standard: "FIPS_140_2_LEVEL_2_OR_HIGHER", # accepts FIPS_140_2_LEVEL_2_OR_HIGHER, FIPS_140_2_LEVEL_3_OR_HIGHER
|
742
763
|
# tags: [
|
743
764
|
# {
|
744
765
|
# key: "TagKey", # required
|
@@ -781,6 +802,21 @@ module Aws::ACMPCA
|
|
781
802
|
# authorities.
|
782
803
|
# @return [String]
|
783
804
|
#
|
805
|
+
# @!attribute [rw] key_storage_security_standard
|
806
|
+
# Specifies a cryptographic key management compliance standard used
|
807
|
+
# for handling CA keys.
|
808
|
+
#
|
809
|
+
# Default: FIPS\_140\_2\_LEVEL\_3\_OR\_HIGHER
|
810
|
+
#
|
811
|
+
# Note: `FIPS_140_2_LEVEL_3_OR_HIGHER` is not supported in Region
|
812
|
+
# ap-northeast-3. When creating a CA in the ap-northeast-3, you must
|
813
|
+
# provide `FIPS_140_2_LEVEL_2_OR_HIGHER` as the argument for
|
814
|
+
# `KeyStorageSecurityStandard`. Failure to do this results in an
|
815
|
+
# `InvalidArgsException` with the message, "A certificate authority
|
816
|
+
# cannot be created in this region with the specified security
|
817
|
+
# standard."
|
818
|
+
# @return [String]
|
819
|
+
#
|
784
820
|
# @!attribute [rw] tags
|
785
821
|
# Key-value pairs that will be attached to the new private CA. You can
|
786
822
|
# associate up to 50 tags with a private CA. For information using
|
@@ -799,6 +835,7 @@ module Aws::ACMPCA
|
|
799
835
|
:revocation_configuration,
|
800
836
|
:certificate_authority_type,
|
801
837
|
:idempotency_token,
|
838
|
+
:key_storage_security_standard,
|
802
839
|
:tags)
|
803
840
|
SENSITIVE = []
|
804
841
|
include Aws::Structure
|
@@ -880,7 +917,7 @@ module Aws::ACMPCA
|
|
880
917
|
# Points** extension of each certificate it issues. Your S3 bucket
|
881
918
|
# policy must give write permission to ACM Private CA.
|
882
919
|
#
|
883
|
-
# ACM Private
|
920
|
+
# ACM Private CA assets that are stored in Amazon S3 can be protected
|
884
921
|
# with encryption. For more information, see [Encrypting Your CRLs][1].
|
885
922
|
#
|
886
923
|
# Your private CA uses the value in the **ExpirationInDays** parameter
|
@@ -949,6 +986,7 @@ module Aws::ACMPCA
|
|
949
986
|
# expiration_in_days: 1,
|
950
987
|
# custom_cname: "String253",
|
951
988
|
# s3_bucket_name: "String3To255",
|
989
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
952
990
|
# }
|
953
991
|
#
|
954
992
|
# @!attribute [rw] enabled
|
@@ -981,12 +1019,39 @@ module Aws::ACMPCA
|
|
981
1019
|
# is placed into the **CRL Distribution Points** extension of the
|
982
1020
|
# issued certificate. You can change the name of your bucket by
|
983
1021
|
# calling the [UpdateCertificateAuthority][1] action. You must specify
|
984
|
-
# a bucket policy that allows ACM Private CA to write the CRL to
|
985
|
-
# bucket.
|
1022
|
+
# a [bucket policy][2] that allows ACM Private CA to write the CRL to
|
1023
|
+
# your bucket.
|
986
1024
|
#
|
987
1025
|
#
|
988
1026
|
#
|
989
1027
|
# [1]: https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html
|
1028
|
+
# [2]: https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies
|
1029
|
+
# @return [String]
|
1030
|
+
#
|
1031
|
+
# @!attribute [rw] s3_object_acl
|
1032
|
+
# Determines whether the CRL will be publicly readable or privately
|
1033
|
+
# held in the CRL Amazon S3 bucket. If you choose PUBLIC\_READ, the
|
1034
|
+
# CRL will be accessible over the public internet. If you choose
|
1035
|
+
# BUCKET\_OWNER\_FULL\_CONTROL, only the owner of the CRL S3 bucket
|
1036
|
+
# can access the CRL, and your PKI clients may need an alternative
|
1037
|
+
# method of access.
|
1038
|
+
#
|
1039
|
+
# If no value is specified, the default is `PUBLIC_READ`.
|
1040
|
+
#
|
1041
|
+
# *Note:* This default can cause CA creation to fail in some
|
1042
|
+
# circumstances. If you have have enabled the Block Public Access
|
1043
|
+
# (BPA) feature in your S3 account, then you must specify the value of
|
1044
|
+
# this parameter as `BUCKET_OWNER_FULL_CONTROL`, and not doing so
|
1045
|
+
# results in an error. If you have disabled BPA in S3, then you can
|
1046
|
+
# specify either `BUCKET_OWNER_FULL_CONTROL` or `PUBLIC_READ` as the
|
1047
|
+
# value.
|
1048
|
+
#
|
1049
|
+
# For more information, see [Blocking public access to the S3
|
1050
|
+
# bucket][1].
|
1051
|
+
#
|
1052
|
+
#
|
1053
|
+
#
|
1054
|
+
# [1]: https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-bpa
|
990
1055
|
# @return [String]
|
991
1056
|
#
|
992
1057
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CrlConfiguration AWS API Documentation
|
@@ -995,7 +1060,8 @@ module Aws::ACMPCA
|
|
995
1060
|
:enabled,
|
996
1061
|
:expiration_in_days,
|
997
1062
|
:custom_cname,
|
998
|
-
:s3_bucket_name
|
1063
|
+
:s3_bucket_name,
|
1064
|
+
:s3_object_acl)
|
999
1065
|
SENSITIVE = []
|
1000
1066
|
include Aws::Structure
|
1001
1067
|
end
|
@@ -2014,11 +2080,12 @@ module Aws::ACMPCA
|
|
2014
2080
|
#
|
2015
2081
|
# If conflicting or duplicate certificate information is supplied
|
2016
2082
|
# during certificate issuance, ACM Private CA applies [order of
|
2017
|
-
# operation rules]
|
2083
|
+
# operation rules][2] to determine what information is used.
|
2018
2084
|
#
|
2019
2085
|
#
|
2020
2086
|
#
|
2021
2087
|
# [1]: https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html
|
2088
|
+
# [2]: https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html#template-order-of-operations
|
2022
2089
|
# @return [Types::ApiPassthrough]
|
2023
2090
|
#
|
2024
2091
|
# @!attribute [rw] certificate_authority_arn
|
@@ -2832,6 +2899,7 @@ module Aws::ACMPCA
|
|
2832
2899
|
# expiration_in_days: 1,
|
2833
2900
|
# custom_cname: "String253",
|
2834
2901
|
# s3_bucket_name: "String3To255",
|
2902
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
2835
2903
|
# },
|
2836
2904
|
# }
|
2837
2905
|
#
|
@@ -3037,6 +3105,7 @@ module Aws::ACMPCA
|
|
3037
3105
|
# expiration_in_days: 1,
|
3038
3106
|
# custom_cname: "String253",
|
3039
3107
|
# s3_bucket_name: "String3To255",
|
3108
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
3040
3109
|
# },
|
3041
3110
|
# },
|
3042
3111
|
# status: "CREATING", # accepts CREATING, PENDING_CERTIFICATE, ACTIVE, DELETED, DISABLED, EXPIRED, FAILED
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
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.37.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: 2021-
|
11
|
+
date: 2021-07-28 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.
|
22
|
+
version: 3.118.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.
|
32
|
+
version: 3.118.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,11 +47,14 @@ dependencies:
|
|
47
47
|
description: Official AWS Ruby gem for AWS Certificate Manager Private Certificate
|
48
48
|
Authority (ACM-PCA). This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|
50
|
-
-
|
50
|
+
- aws-dr-rubygems@amazon.com
|
51
51
|
executables: []
|
52
52
|
extensions: []
|
53
53
|
extra_rdoc_files: []
|
54
54
|
files:
|
55
|
+
- CHANGELOG.md
|
56
|
+
- LICENSE.txt
|
57
|
+
- VERSION
|
55
58
|
- lib/aws-sdk-acmpca.rb
|
56
59
|
- lib/aws-sdk-acmpca/client.rb
|
57
60
|
- lib/aws-sdk-acmpca/client_api.rb
|
@@ -64,8 +67,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
64
67
|
licenses:
|
65
68
|
- Apache-2.0
|
66
69
|
metadata:
|
67
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
68
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-acmpca
|
71
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-acmpca/CHANGELOG.md
|
69
72
|
post_install_message:
|
70
73
|
rdoc_options: []
|
71
74
|
require_paths:
|
@@ -81,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
84
|
- !ruby/object:Gem::Version
|
82
85
|
version: '0'
|
83
86
|
requirements: []
|
84
|
-
|
85
|
-
rubygems_version: 2.7.6.2
|
87
|
+
rubygems_version: 3.1.6
|
86
88
|
signing_key:
|
87
89
|
specification_version: 4
|
88
90
|
summary: AWS SDK for Ruby - ACM-PCA
|