aws-sdk-acmpca 1.31.0 → 1.36.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 +193 -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 +193 -61
- data/lib/aws-sdk-acmpca/client_api.rb +53 -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 +642 -93
- 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: 6f3a3088e948b635c92f274b880ceb55aa7dafd77799a3f19af7b2171c38f982
|
4
|
+
data.tar.gz: ed00f35cdce2863f478e50e1597eea47cf92bdc518c071fb7e544d9c6bc6497a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c574e23bf71374dfd49579ce35aa830dac961fd033b03e324f63e30ff9114583610b2fcee9f7d5032e59de1d075de315cb71a51d80567bffbfb93d78a2211bf
|
7
|
+
data.tar.gz: 0df701f48febe1dbe26fa232ad220bcb6204b2627d972b5fbf8e206ad76ed5e2b7b4b265827e9977b1ad80a1bda064907b338469c40b991258a7e967a2ac90ab
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,193 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.36.0 (2021-05-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
9
|
+
1.35.0 (2021-05-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
14
|
+
1.34.0 (2021-03-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.33.0 (2021-02-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.32.0 (2021-01-19)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* 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.
|
28
|
+
|
29
|
+
1.31.0 (2020-12-29)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* 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.
|
33
|
+
|
34
|
+
1.30.0 (2020-09-30)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.29.0 (2020-09-15)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.28.0 (2020-08-25)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.27.0 (2020-08-17)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* 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.
|
53
|
+
|
54
|
+
1.26.0 (2020-06-23)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.25.1 (2020-06-11)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
63
|
+
|
64
|
+
1.25.0 (2020-06-10)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Issue - This version has been yanked. (#2327).
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.24.0 (2020-05-28)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.23.0 (2020-05-07)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.22.0 (2020-03-09)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
84
|
+
|
85
|
+
1.21.0 (2019-10-23)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
89
|
+
|
90
|
+
1.20.0 (2019-07-25)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.19.0 (2019-07-01)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.18.0 (2019-06-20)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* 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.
|
104
|
+
|
105
|
+
1.17.0 (2019-06-17)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
109
|
+
|
110
|
+
1.16.0 (2019-05-21)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - API update.
|
114
|
+
|
115
|
+
1.15.0 (2019-05-15)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.14.0 (2019-05-14)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.13.0 (2019-03-22)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.12.0 (2019-03-21)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.11.0 (2019-03-18)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.10.0 (2019-03-14)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.9.0 (2019-01-23)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.8.0 (2018-12-21)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.7.0 (2018-11-20)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.6.0 (2018-10-24)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.5.0 (2018-10-23)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.4.0 (2018-09-06)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
174
|
+
|
175
|
+
1.3.0 (2018-09-05)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.2.0 (2018-06-26)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.1.0 (2018-06-20)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.0.0 (2018-04-04)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* 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.36.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.36.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
|
@@ -385,12 +385,28 @@ module Aws::ACMPCA
|
|
385
385
|
# The type of the certificate authority.
|
386
386
|
#
|
387
387
|
# @option params [String] :idempotency_token
|
388
|
-
#
|
389
|
-
# **CreateCertificateAuthority
|
390
|
-
#
|
391
|
-
#
|
392
|
-
#
|
393
|
-
#
|
388
|
+
# Custom string that can be used to distinguish between calls to the
|
389
|
+
# **CreateCertificateAuthority** action. Idempotency tokens for
|
390
|
+
# **CreateCertificateAuthority** time out after five minutes. Therefore,
|
391
|
+
# if you call **CreateCertificateAuthority** multiple times with the
|
392
|
+
# same idempotency token within five minutes, ACM Private CA recognizes
|
393
|
+
# that you are requesting only certificate authority and will issue only
|
394
|
+
# one. If you change the idempotency token for each call, PCA recognizes
|
395
|
+
# that you are requesting multiple certificate authorities.
|
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."
|
394
410
|
#
|
395
411
|
# @option params [Array<Types::Tag>] :tags
|
396
412
|
# Key-value pairs that will be attached to the new private CA. You can
|
@@ -487,10 +503,12 @@ module Aws::ACMPCA
|
|
487
503
|
# expiration_in_days: 1,
|
488
504
|
# custom_cname: "String253",
|
489
505
|
# s3_bucket_name: "String3To255",
|
506
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
490
507
|
# },
|
491
508
|
# },
|
492
509
|
# certificate_authority_type: "ROOT", # required, accepts ROOT, SUBORDINATE
|
493
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
|
494
512
|
# tags: [
|
495
513
|
# {
|
496
514
|
# key: "TagKey", # required
|
@@ -524,7 +542,7 @@ module Aws::ACMPCA
|
|
524
542
|
#
|
525
543
|
# </note>
|
526
544
|
#
|
527
|
-
# ACM Private
|
545
|
+
# ACM Private CA assets that are stored in Amazon S3 can be protected
|
528
546
|
# with encryption. For more information, see [Encrypting Your Audit
|
529
547
|
# Reports][4].
|
530
548
|
#
|
@@ -884,7 +902,7 @@ module Aws::ACMPCA
|
|
884
902
|
# * `EXPIRED` - Your private CA certificate has expired.
|
885
903
|
#
|
886
904
|
# * `FAILED` - Your private CA has failed. Your CA can fail because of
|
887
|
-
# problems such a network outage or
|
905
|
+
# problems such a network outage or back-end AWS failure or other
|
888
906
|
# errors. A failed CA can never return to the pending state. You must
|
889
907
|
# create a new CA.
|
890
908
|
#
|
@@ -980,7 +998,9 @@ module Aws::ACMPCA
|
|
980
998
|
# resp.certificate_authority.revocation_configuration.crl_configuration.expiration_in_days #=> Integer
|
981
999
|
# resp.certificate_authority.revocation_configuration.crl_configuration.custom_cname #=> String
|
982
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"
|
983
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"
|
984
1004
|
#
|
985
1005
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/DescribeCertificateAuthority AWS API Documentation
|
986
1006
|
#
|
@@ -1276,8 +1296,8 @@ module Aws::ACMPCA
|
|
1276
1296
|
# following preparations must in place:
|
1277
1297
|
#
|
1278
1298
|
# 1. In ACM Private CA, call the [CreateCertificateAuthority][1] action
|
1279
|
-
# to create the private CA that
|
1280
|
-
#
|
1299
|
+
# to create the private CA that you plan to back with the imported
|
1300
|
+
# certificate.
|
1281
1301
|
#
|
1282
1302
|
# 2. Call the [GetCertificateAuthorityCsr][2] action to generate a
|
1283
1303
|
# certificate signing request (CSR).
|
@@ -1299,7 +1319,7 @@ module Aws::ACMPCA
|
|
1299
1319
|
# * Installing a subordinate CA certificate whose parent authority is
|
1300
1320
|
# externally hosted.
|
1301
1321
|
#
|
1302
|
-
# The following
|
1322
|
+
# The following additional requirements apply when you import a CA
|
1303
1323
|
# certificate.
|
1304
1324
|
#
|
1305
1325
|
# * Only a self-signed certificate can be imported as a root CA.
|
@@ -1429,6 +1449,22 @@ module Aws::ACMPCA
|
|
1429
1449
|
#
|
1430
1450
|
# [1]: https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_GetCertificate.html
|
1431
1451
|
#
|
1452
|
+
# @option params [Types::ApiPassthrough] :api_passthrough
|
1453
|
+
# Specifies X.509 certificate information to be included in the issued
|
1454
|
+
# certificate. An `APIPassthrough` or `APICSRPassthrough` template
|
1455
|
+
# variant must be selected, or else this parameter is ignored. For more
|
1456
|
+
# information about using these templates, see [Understanding
|
1457
|
+
# Certificate Templates][1].
|
1458
|
+
#
|
1459
|
+
# If conflicting or duplicate certificate information is supplied during
|
1460
|
+
# certificate issuance, ACM Private CA applies [order of operation
|
1461
|
+
# rules][2] to determine what information is used.
|
1462
|
+
#
|
1463
|
+
#
|
1464
|
+
#
|
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
|
1467
|
+
#
|
1432
1468
|
# @option params [required, String] :certificate_authority_arn
|
1433
1469
|
# The Amazon Resource Name (ARN) that was returned when you called
|
1434
1470
|
# [CreateCertificateAuthority][1]. This must be of the form:
|
@@ -1442,15 +1478,15 @@ module Aws::ACMPCA
|
|
1442
1478
|
#
|
1443
1479
|
# @option params [required, String, StringIO, File] :csr
|
1444
1480
|
# The certificate signing request (CSR) for the certificate you want to
|
1445
|
-
# issue.
|
1446
|
-
# a 2048 bit RSA private key.
|
1481
|
+
# issue. As an example, you can use the following OpenSSL command to
|
1482
|
+
# create the CSR and a 2048 bit RSA private key.
|
1447
1483
|
#
|
1448
1484
|
# `openssl req -new -newkey rsa:2048 -days 365 -keyout
|
1449
1485
|
# private/test_cert_priv_key.pem -out csr/test_cert_.csr`
|
1450
1486
|
#
|
1451
|
-
# If you have a configuration file, you can use the following
|
1452
|
-
# command. The `usr_cert` block in the configuration file
|
1453
|
-
# X509 version 3 extensions.
|
1487
|
+
# If you have a configuration file, you can then use the following
|
1488
|
+
# OpenSSL command. The `usr_cert` block in the configuration file
|
1489
|
+
# contains your X509 version 3 extensions.
|
1454
1490
|
#
|
1455
1491
|
# `openssl req -new -config openssl_rsa.cnf -extensions usr_cert -newkey
|
1456
1492
|
# rsa:2048 -days -365 -keyout private/test_cert_priv_key.pem -out
|
@@ -1464,7 +1500,8 @@ module Aws::ACMPCA
|
|
1464
1500
|
# be issued.
|
1465
1501
|
#
|
1466
1502
|
# This parameter should not be confused with the `SigningAlgorithm`
|
1467
|
-
# parameter used to sign a CSR
|
1503
|
+
# parameter used to sign a CSR in the `CreateCertificateAuthority`
|
1504
|
+
# action.
|
1468
1505
|
#
|
1469
1506
|
# @option params [String] :template_arn
|
1470
1507
|
# Specifies a custom configuration template to use when issuing a
|
@@ -1477,65 +1514,70 @@ module Aws::ACMPCA
|
|
1477
1514
|
# Note: The CA depth configured on a subordinate CA certificate must not
|
1478
1515
|
# exceed the limit set by its parents in the CA hierarchy.
|
1479
1516
|
#
|
1480
|
-
#
|
1481
|
-
#
|
1482
|
-
#
|
1483
|
-
# * arn:aws:acm-pca:::template/CodeSigningCertificate/V1
|
1517
|
+
# For a list of `TemplateArn` values supported by ACM Private CA, see
|
1518
|
+
# [Understanding Certificate Templates][2].
|
1484
1519
|
#
|
1485
|
-
# * arn:aws:acm-pca:::template/CodeSigningCertificate\_CSRPassthrough/V1
|
1486
1520
|
#
|
1487
|
-
# * arn:aws:acm-pca:::template/EndEntityCertificate/V1
|
1488
1521
|
#
|
1489
|
-
#
|
1490
|
-
#
|
1491
|
-
# * arn:aws:acm-pca:::template/EndEntityClientAuthCertificate/V1
|
1492
|
-
#
|
1493
|
-
# * arn:aws:acm-pca:::template/EndEntityClientAuthCertificate\_CSRPassthrough/V1
|
1494
|
-
#
|
1495
|
-
# * arn:aws:acm-pca:::template/EndEntityServerAuthCertificate/V1
|
1496
|
-
#
|
1497
|
-
# * arn:aws:acm-pca:::template/EndEntityServerAuthCertificate\_CSRPassthrough/V1
|
1522
|
+
# [1]: https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaTerms.html#terms-cadepth
|
1523
|
+
# [2]: https://docs.aws.amazon.com/acm-pca/latest/userguide/UsingTemplates.html
|
1498
1524
|
#
|
1499
|
-
#
|
1525
|
+
# @option params [required, Types::Validity] :validity
|
1526
|
+
# Information describing the end of the validity period of the
|
1527
|
+
# certificate. This parameter sets the “Not After” date for the
|
1528
|
+
# certificate.
|
1500
1529
|
#
|
1501
|
-
#
|
1530
|
+
# Certificate validity is the period of time during which a certificate
|
1531
|
+
# is valid. Validity can be expressed as an explicit date and time when
|
1532
|
+
# the certificate expires, or as a span of time after issuance, stated
|
1533
|
+
# in days, months, or years. For more information, see [Validity][1] in
|
1534
|
+
# RFC 5280.
|
1502
1535
|
#
|
1503
|
-
#
|
1536
|
+
# This value is unaffected when `ValidityNotBefore` is also specified.
|
1537
|
+
# For example, if `Validity` is set to 20 days in the future, the
|
1538
|
+
# certificate will expire 20 days from issuance time regardless of the
|
1539
|
+
# `ValidityNotBefore` value.
|
1504
1540
|
#
|
1505
|
-
#
|
1541
|
+
# The end of the validity period configured on a certificate must not
|
1542
|
+
# exceed the limit set on its parents in the CA hierarchy.
|
1506
1543
|
#
|
1507
|
-
# * arn:aws:acm-pca:::template/SubordinateCACertificate\_PathLen1/V1
|
1508
1544
|
#
|
1509
|
-
# * arn:aws:acm-pca:::template/SubordinateCACertificate\_PathLen2/V1
|
1510
1545
|
#
|
1511
|
-
#
|
1546
|
+
# [1]: https://tools.ietf.org/html/rfc5280#section-4.1.2.5
|
1512
1547
|
#
|
1513
|
-
#
|
1548
|
+
# @option params [Types::Validity] :validity_not_before
|
1549
|
+
# Information describing the start of the validity period of the
|
1550
|
+
# certificate. This parameter sets the “Not Before" date for the
|
1551
|
+
# certificate.
|
1514
1552
|
#
|
1553
|
+
# By default, when issuing a certificate, ACM Private CA sets the "Not
|
1554
|
+
# Before" date to the issuance time minus 60 minutes. This compensates
|
1555
|
+
# for clock inconsistencies across computer systems. The
|
1556
|
+
# `ValidityNotBefore` parameter can be used to customize the “Not
|
1557
|
+
# Before” value.
|
1515
1558
|
#
|
1559
|
+
# Unlike the `Validity` parameter, the `ValidityNotBefore` parameter is
|
1560
|
+
# optional.
|
1516
1561
|
#
|
1517
|
-
#
|
1518
|
-
#
|
1562
|
+
# The `ValidityNotBefore` value is expressed as an explicit date and
|
1563
|
+
# time, using the `Validity` type value `ABSOLUTE`. For more
|
1564
|
+
# information, see [Validity][1] in this API reference and [Validity][2]
|
1565
|
+
# in RFC 5280.
|
1519
1566
|
#
|
1520
|
-
# @option params [required, Types::Validity] :validity
|
1521
|
-
# Information describing the validity period of the certificate.
|
1522
1567
|
#
|
1523
|
-
# When issuing a certificate, ACM Private CA sets the "Not Before"
|
1524
|
-
# date in the validity field to date and time minus 60 minutes. This is
|
1525
|
-
# intended to compensate for time inconsistencies across systems of 60
|
1526
|
-
# minutes or less.
|
1527
1568
|
#
|
1528
|
-
#
|
1529
|
-
#
|
1569
|
+
# [1]: https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_Validity.html
|
1570
|
+
# [2]: https://tools.ietf.org/html/rfc5280#section-4.1.2.5
|
1530
1571
|
#
|
1531
1572
|
# @option params [String] :idempotency_token
|
1532
|
-
#
|
1533
|
-
# **IssueCertificate** action. Idempotency tokens
|
1534
|
-
#
|
1535
|
-
# the same idempotency token
|
1536
|
-
#
|
1537
|
-
#
|
1538
|
-
#
|
1573
|
+
# Alphanumeric string that can be used to distinguish between calls to
|
1574
|
+
# the **IssueCertificate** action. Idempotency tokens for
|
1575
|
+
# **IssueCertificate** time out after one minute. Therefore, if you call
|
1576
|
+
# **IssueCertificate** multiple times with the same idempotency token
|
1577
|
+
# within one minute, ACM Private CA recognizes that you are requesting
|
1578
|
+
# only one certificate and will issue only one. If you change the
|
1579
|
+
# idempotency token for each call, PCA recognizes that you are
|
1580
|
+
# requesting multiple certificates.
|
1539
1581
|
#
|
1540
1582
|
# @return [Types::IssueCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1541
1583
|
#
|
@@ -1544,6 +1586,89 @@ module Aws::ACMPCA
|
|
1544
1586
|
# @example Request syntax with placeholder values
|
1545
1587
|
#
|
1546
1588
|
# resp = client.issue_certificate({
|
1589
|
+
# api_passthrough: {
|
1590
|
+
# extensions: {
|
1591
|
+
# certificate_policies: [
|
1592
|
+
# {
|
1593
|
+
# cert_policy_id: "CustomObjectIdentifier", # required
|
1594
|
+
# policy_qualifiers: [
|
1595
|
+
# {
|
1596
|
+
# policy_qualifier_id: "CPS", # required, accepts CPS
|
1597
|
+
# qualifier: { # required
|
1598
|
+
# cps_uri: "String256", # required
|
1599
|
+
# },
|
1600
|
+
# },
|
1601
|
+
# ],
|
1602
|
+
# },
|
1603
|
+
# ],
|
1604
|
+
# extended_key_usage: [
|
1605
|
+
# {
|
1606
|
+
# extended_key_usage_type: "SERVER_AUTH", # accepts SERVER_AUTH, CLIENT_AUTH, CODE_SIGNING, EMAIL_PROTECTION, TIME_STAMPING, OCSP_SIGNING, SMART_CARD_LOGIN, DOCUMENT_SIGNING, CERTIFICATE_TRANSPARENCY
|
1607
|
+
# extended_key_usage_object_identifier: "CustomObjectIdentifier",
|
1608
|
+
# },
|
1609
|
+
# ],
|
1610
|
+
# key_usage: {
|
1611
|
+
# digital_signature: false,
|
1612
|
+
# non_repudiation: false,
|
1613
|
+
# key_encipherment: false,
|
1614
|
+
# data_encipherment: false,
|
1615
|
+
# key_agreement: false,
|
1616
|
+
# key_cert_sign: false,
|
1617
|
+
# crl_sign: false,
|
1618
|
+
# encipher_only: false,
|
1619
|
+
# decipher_only: false,
|
1620
|
+
# },
|
1621
|
+
# subject_alternative_names: [
|
1622
|
+
# {
|
1623
|
+
# other_name: {
|
1624
|
+
# type_id: "CustomObjectIdentifier", # required
|
1625
|
+
# value: "String256", # required
|
1626
|
+
# },
|
1627
|
+
# rfc_822_name: "String256",
|
1628
|
+
# dns_name: "String253",
|
1629
|
+
# directory_name: {
|
1630
|
+
# country: "CountryCodeString",
|
1631
|
+
# organization: "String64",
|
1632
|
+
# organizational_unit: "String64",
|
1633
|
+
# distinguished_name_qualifier: "ASN1PrintableString64",
|
1634
|
+
# state: "String128",
|
1635
|
+
# common_name: "String64",
|
1636
|
+
# serial_number: "ASN1PrintableString64",
|
1637
|
+
# locality: "String128",
|
1638
|
+
# title: "String64",
|
1639
|
+
# surname: "String40",
|
1640
|
+
# given_name: "String16",
|
1641
|
+
# initials: "String5",
|
1642
|
+
# pseudonym: "String128",
|
1643
|
+
# generation_qualifier: "String3",
|
1644
|
+
# },
|
1645
|
+
# edi_party_name: {
|
1646
|
+
# party_name: "String256", # required
|
1647
|
+
# name_assigner: "String256",
|
1648
|
+
# },
|
1649
|
+
# uniform_resource_identifier: "String253",
|
1650
|
+
# ip_address: "String39",
|
1651
|
+
# registered_id: "CustomObjectIdentifier",
|
1652
|
+
# },
|
1653
|
+
# ],
|
1654
|
+
# },
|
1655
|
+
# subject: {
|
1656
|
+
# country: "CountryCodeString",
|
1657
|
+
# organization: "String64",
|
1658
|
+
# organizational_unit: "String64",
|
1659
|
+
# distinguished_name_qualifier: "ASN1PrintableString64",
|
1660
|
+
# state: "String128",
|
1661
|
+
# common_name: "String64",
|
1662
|
+
# serial_number: "ASN1PrintableString64",
|
1663
|
+
# locality: "String128",
|
1664
|
+
# title: "String64",
|
1665
|
+
# surname: "String40",
|
1666
|
+
# given_name: "String16",
|
1667
|
+
# initials: "String5",
|
1668
|
+
# pseudonym: "String128",
|
1669
|
+
# generation_qualifier: "String3",
|
1670
|
+
# },
|
1671
|
+
# },
|
1547
1672
|
# certificate_authority_arn: "Arn", # required
|
1548
1673
|
# csr: "data", # required
|
1549
1674
|
# signing_algorithm: "SHA256WITHECDSA", # required, accepts SHA256WITHECDSA, SHA384WITHECDSA, SHA512WITHECDSA, SHA256WITHRSA, SHA384WITHRSA, SHA512WITHRSA
|
@@ -1552,6 +1677,10 @@ module Aws::ACMPCA
|
|
1552
1677
|
# value: 1, # required
|
1553
1678
|
# type: "END_DATE", # required, accepts END_DATE, ABSOLUTE, DAYS, MONTHS, YEARS
|
1554
1679
|
# },
|
1680
|
+
# validity_not_before: {
|
1681
|
+
# value: 1, # required
|
1682
|
+
# type: "END_DATE", # required, accepts END_DATE, ABSOLUTE, DAYS, MONTHS, YEARS
|
1683
|
+
# },
|
1555
1684
|
# idempotency_token: "IdempotencyToken",
|
1556
1685
|
# })
|
1557
1686
|
#
|
@@ -1675,7 +1804,9 @@ module Aws::ACMPCA
|
|
1675
1804
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.expiration_in_days #=> Integer
|
1676
1805
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.custom_cname #=> String
|
1677
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"
|
1678
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"
|
1679
1810
|
# resp.next_token #=> String
|
1680
1811
|
#
|
1681
1812
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/ListCertificateAuthorities AWS API Documentation
|
@@ -1894,7 +2025,7 @@ module Aws::ACMPCA
|
|
1894
2025
|
# [1]: https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_ListCertificateAuthorities.html
|
1895
2026
|
#
|
1896
2027
|
# @option params [required, String] :policy
|
1897
|
-
# The path and
|
2028
|
+
# The path and file name of a JSON-formatted IAM policy to attach to the
|
1898
2029
|
# specified private CA resource. If this policy does not contain all
|
1899
2030
|
# required statements or if it includes any statement that is not
|
1900
2031
|
# allowed, the `PutPolicy` action returns an `InvalidPolicyException`.
|
@@ -2202,6 +2333,7 @@ module Aws::ACMPCA
|
|
2202
2333
|
# expiration_in_days: 1,
|
2203
2334
|
# custom_cname: "String253",
|
2204
2335
|
# s3_bucket_name: "String3To255",
|
2336
|
+
# s3_object_acl: "PUBLIC_READ", # accepts PUBLIC_READ, BUCKET_OWNER_FULL_CONTROL
|
2205
2337
|
# },
|
2206
2338
|
# },
|
2207
2339
|
# status: "CREATING", # accepts CREATING, PENDING_CERTIFICATE, ACTIVE, DELETED, DISABLED, EXPIRED, FAILED
|
@@ -2229,7 +2361,7 @@ module Aws::ACMPCA
|
|
2229
2361
|
params: params,
|
2230
2362
|
config: config)
|
2231
2363
|
context[:gem_name] = 'aws-sdk-acmpca'
|
2232
|
-
context[:gem_version] = '1.
|
2364
|
+
context[:gem_version] = '1.36.0'
|
2233
2365
|
Seahorse::Client::Request.new(handlers, context)
|
2234
2366
|
end
|
2235
2367
|
|