@aws-sdk/client-acm-pca 3.170.0 → 3.171.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ACMPCA.d.ts +0 -23
- package/dist-types/ts3.4/ACMPCAClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ACMPCAServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -241
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForAuditReportCreated.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForCertificateIssued.d.ts +0 -2
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-acm-pca
|
|
@@ -92,7 +92,6 @@ import {
|
|
|
92
92
|
UpdateCertificateAuthorityCommandInput,
|
|
93
93
|
UpdateCertificateAuthorityCommandOutput,
|
|
94
94
|
} from "./commands/UpdateCertificateAuthorityCommand";
|
|
95
|
-
|
|
96
95
|
export declare class ACMPCA extends ACMPCAClient {
|
|
97
96
|
createCertificateAuthority(
|
|
98
97
|
args: CreateCertificateAuthorityCommandInput,
|
|
@@ -107,7 +106,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
107
106
|
options: __HttpHandlerOptions,
|
|
108
107
|
cb: (err: any, data?: CreateCertificateAuthorityCommandOutput) => void
|
|
109
108
|
): void;
|
|
110
|
-
|
|
111
109
|
createCertificateAuthorityAuditReport(
|
|
112
110
|
args: CreateCertificateAuthorityAuditReportCommandInput,
|
|
113
111
|
options?: __HttpHandlerOptions
|
|
@@ -127,7 +125,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
127
125
|
data?: CreateCertificateAuthorityAuditReportCommandOutput
|
|
128
126
|
) => void
|
|
129
127
|
): void;
|
|
130
|
-
|
|
131
128
|
createPermission(
|
|
132
129
|
args: CreatePermissionCommandInput,
|
|
133
130
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +138,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
141
138
|
options: __HttpHandlerOptions,
|
|
142
139
|
cb: (err: any, data?: CreatePermissionCommandOutput) => void
|
|
143
140
|
): void;
|
|
144
|
-
|
|
145
141
|
deleteCertificateAuthority(
|
|
146
142
|
args: DeleteCertificateAuthorityCommandInput,
|
|
147
143
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +151,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
155
151
|
options: __HttpHandlerOptions,
|
|
156
152
|
cb: (err: any, data?: DeleteCertificateAuthorityCommandOutput) => void
|
|
157
153
|
): void;
|
|
158
|
-
|
|
159
154
|
deletePermission(
|
|
160
155
|
args: DeletePermissionCommandInput,
|
|
161
156
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +164,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
169
164
|
options: __HttpHandlerOptions,
|
|
170
165
|
cb: (err: any, data?: DeletePermissionCommandOutput) => void
|
|
171
166
|
): void;
|
|
172
|
-
|
|
173
167
|
deletePolicy(
|
|
174
168
|
args: DeletePolicyCommandInput,
|
|
175
169
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +177,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
183
177
|
options: __HttpHandlerOptions,
|
|
184
178
|
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
185
179
|
): void;
|
|
186
|
-
|
|
187
180
|
describeCertificateAuthority(
|
|
188
181
|
args: DescribeCertificateAuthorityCommandInput,
|
|
189
182
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +190,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
197
190
|
options: __HttpHandlerOptions,
|
|
198
191
|
cb: (err: any, data?: DescribeCertificateAuthorityCommandOutput) => void
|
|
199
192
|
): void;
|
|
200
|
-
|
|
201
193
|
describeCertificateAuthorityAuditReport(
|
|
202
194
|
args: DescribeCertificateAuthorityAuditReportCommandInput,
|
|
203
195
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +209,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
217
209
|
data?: DescribeCertificateAuthorityAuditReportCommandOutput
|
|
218
210
|
) => void
|
|
219
211
|
): void;
|
|
220
|
-
|
|
221
212
|
getCertificate(
|
|
222
213
|
args: GetCertificateCommandInput,
|
|
223
214
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +222,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
231
222
|
options: __HttpHandlerOptions,
|
|
232
223
|
cb: (err: any, data?: GetCertificateCommandOutput) => void
|
|
233
224
|
): void;
|
|
234
|
-
|
|
235
225
|
getCertificateAuthorityCertificate(
|
|
236
226
|
args: GetCertificateAuthorityCertificateCommandInput,
|
|
237
227
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +241,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
251
241
|
data?: GetCertificateAuthorityCertificateCommandOutput
|
|
252
242
|
) => void
|
|
253
243
|
): void;
|
|
254
|
-
|
|
255
244
|
getCertificateAuthorityCsr(
|
|
256
245
|
args: GetCertificateAuthorityCsrCommandInput,
|
|
257
246
|
options?: __HttpHandlerOptions
|
|
@@ -265,7 +254,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
265
254
|
options: __HttpHandlerOptions,
|
|
266
255
|
cb: (err: any, data?: GetCertificateAuthorityCsrCommandOutput) => void
|
|
267
256
|
): void;
|
|
268
|
-
|
|
269
257
|
getPolicy(
|
|
270
258
|
args: GetPolicyCommandInput,
|
|
271
259
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +267,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
279
267
|
options: __HttpHandlerOptions,
|
|
280
268
|
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
281
269
|
): void;
|
|
282
|
-
|
|
283
270
|
importCertificateAuthorityCertificate(
|
|
284
271
|
args: ImportCertificateAuthorityCertificateCommandInput,
|
|
285
272
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +286,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
299
286
|
data?: ImportCertificateAuthorityCertificateCommandOutput
|
|
300
287
|
) => void
|
|
301
288
|
): void;
|
|
302
|
-
|
|
303
289
|
issueCertificate(
|
|
304
290
|
args: IssueCertificateCommandInput,
|
|
305
291
|
options?: __HttpHandlerOptions
|
|
@@ -313,7 +299,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
313
299
|
options: __HttpHandlerOptions,
|
|
314
300
|
cb: (err: any, data?: IssueCertificateCommandOutput) => void
|
|
315
301
|
): void;
|
|
316
|
-
|
|
317
302
|
listCertificateAuthorities(
|
|
318
303
|
args: ListCertificateAuthoritiesCommandInput,
|
|
319
304
|
options?: __HttpHandlerOptions
|
|
@@ -327,7 +312,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
327
312
|
options: __HttpHandlerOptions,
|
|
328
313
|
cb: (err: any, data?: ListCertificateAuthoritiesCommandOutput) => void
|
|
329
314
|
): void;
|
|
330
|
-
|
|
331
315
|
listPermissions(
|
|
332
316
|
args: ListPermissionsCommandInput,
|
|
333
317
|
options?: __HttpHandlerOptions
|
|
@@ -341,7 +325,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
341
325
|
options: __HttpHandlerOptions,
|
|
342
326
|
cb: (err: any, data?: ListPermissionsCommandOutput) => void
|
|
343
327
|
): void;
|
|
344
|
-
|
|
345
328
|
listTags(
|
|
346
329
|
args: ListTagsCommandInput,
|
|
347
330
|
options?: __HttpHandlerOptions
|
|
@@ -355,7 +338,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
355
338
|
options: __HttpHandlerOptions,
|
|
356
339
|
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
357
340
|
): void;
|
|
358
|
-
|
|
359
341
|
putPolicy(
|
|
360
342
|
args: PutPolicyCommandInput,
|
|
361
343
|
options?: __HttpHandlerOptions
|
|
@@ -369,7 +351,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
369
351
|
options: __HttpHandlerOptions,
|
|
370
352
|
cb: (err: any, data?: PutPolicyCommandOutput) => void
|
|
371
353
|
): void;
|
|
372
|
-
|
|
373
354
|
restoreCertificateAuthority(
|
|
374
355
|
args: RestoreCertificateAuthorityCommandInput,
|
|
375
356
|
options?: __HttpHandlerOptions
|
|
@@ -383,7 +364,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
383
364
|
options: __HttpHandlerOptions,
|
|
384
365
|
cb: (err: any, data?: RestoreCertificateAuthorityCommandOutput) => void
|
|
385
366
|
): void;
|
|
386
|
-
|
|
387
367
|
revokeCertificate(
|
|
388
368
|
args: RevokeCertificateCommandInput,
|
|
389
369
|
options?: __HttpHandlerOptions
|
|
@@ -397,7 +377,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
397
377
|
options: __HttpHandlerOptions,
|
|
398
378
|
cb: (err: any, data?: RevokeCertificateCommandOutput) => void
|
|
399
379
|
): void;
|
|
400
|
-
|
|
401
380
|
tagCertificateAuthority(
|
|
402
381
|
args: TagCertificateAuthorityCommandInput,
|
|
403
382
|
options?: __HttpHandlerOptions
|
|
@@ -411,7 +390,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
411
390
|
options: __HttpHandlerOptions,
|
|
412
391
|
cb: (err: any, data?: TagCertificateAuthorityCommandOutput) => void
|
|
413
392
|
): void;
|
|
414
|
-
|
|
415
393
|
untagCertificateAuthority(
|
|
416
394
|
args: UntagCertificateAuthorityCommandInput,
|
|
417
395
|
options?: __HttpHandlerOptions
|
|
@@ -425,7 +403,6 @@ export declare class ACMPCA extends ACMPCAClient {
|
|
|
425
403
|
options: __HttpHandlerOptions,
|
|
426
404
|
cb: (err: any, data?: UntagCertificateAuthorityCommandOutput) => void
|
|
427
405
|
): void;
|
|
428
|
-
|
|
429
406
|
updateCertificateAuthority(
|
|
430
407
|
args: UpdateCertificateAuthorityCommandInput,
|
|
431
408
|
options?: __HttpHandlerOptions
|
|
@@ -185,47 +185,26 @@ export declare type ServiceOutputTypes =
|
|
|
185
185
|
export interface ClientDefaults
|
|
186
186
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
187
187
|
requestHandler?: __HttpHandler;
|
|
188
|
-
|
|
189
188
|
sha256?: __HashConstructor;
|
|
190
|
-
|
|
191
189
|
urlParser?: __UrlParser;
|
|
192
|
-
|
|
193
190
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
194
|
-
|
|
195
191
|
streamCollector?: __StreamCollector;
|
|
196
|
-
|
|
197
192
|
base64Decoder?: __Decoder;
|
|
198
|
-
|
|
199
193
|
base64Encoder?: __Encoder;
|
|
200
|
-
|
|
201
194
|
utf8Decoder?: __Decoder;
|
|
202
|
-
|
|
203
195
|
utf8Encoder?: __Encoder;
|
|
204
|
-
|
|
205
196
|
runtime?: string;
|
|
206
|
-
|
|
207
197
|
disableHostPrefix?: boolean;
|
|
208
|
-
|
|
209
198
|
maxAttempts?: number | __Provider<number>;
|
|
210
|
-
|
|
211
199
|
retryMode?: string | __Provider<string>;
|
|
212
|
-
|
|
213
200
|
logger?: __Logger;
|
|
214
|
-
|
|
215
201
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
-
|
|
217
202
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
218
|
-
|
|
219
203
|
serviceId?: string;
|
|
220
|
-
|
|
221
204
|
region?: string | __Provider<string>;
|
|
222
|
-
|
|
223
205
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
-
|
|
225
206
|
regionInfoProvider?: RegionInfoProvider;
|
|
226
|
-
|
|
227
207
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
228
|
-
|
|
229
208
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
230
209
|
}
|
|
231
210
|
declare type ACMPCAClientConfigType = Partial<
|
|
@@ -238,7 +217,6 @@ declare type ACMPCAClientConfigType = Partial<
|
|
|
238
217
|
HostHeaderInputConfig &
|
|
239
218
|
AwsAuthInputConfig &
|
|
240
219
|
UserAgentInputConfig;
|
|
241
|
-
|
|
242
220
|
export interface ACMPCAClientConfig extends ACMPCAClientConfigType {}
|
|
243
221
|
declare type ACMPCAClientResolvedConfigType =
|
|
244
222
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -249,10 +227,8 @@ declare type ACMPCAClientResolvedConfigType =
|
|
|
249
227
|
HostHeaderResolvedConfig &
|
|
250
228
|
AwsAuthResolvedConfig &
|
|
251
229
|
UserAgentResolvedConfig;
|
|
252
|
-
|
|
253
230
|
export interface ACMPCAClientResolvedConfig
|
|
254
231
|
extends ACMPCAClientResolvedConfigType {}
|
|
255
|
-
|
|
256
232
|
export declare class ACMPCAClient extends __Client<
|
|
257
233
|
__HttpHandlerOptions,
|
|
258
234
|
ServiceInputTypes,
|
|
@@ -261,7 +237,6 @@ export declare class ACMPCAClient extends __Client<
|
|
|
261
237
|
> {
|
|
262
238
|
readonly config: ACMPCAClientResolvedConfig;
|
|
263
239
|
constructor(configuration: ACMPCAClientConfig);
|
|
264
|
-
|
|
265
240
|
destroy(): void;
|
|
266
241
|
}
|
|
267
242
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateCertificateAuthorityAuditReportCommandInput
|
|
|
19
19
|
export interface CreateCertificateAuthorityAuditReportCommandOutput
|
|
20
20
|
extends CreateCertificateAuthorityAuditReportResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCertificateAuthorityAuditReportCommand extends $Command<
|
|
24
23
|
CreateCertificateAuthorityAuditReportCommandInput,
|
|
25
24
|
CreateCertificateAuthorityAuditReportCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCertificateAuthorityAuditReportCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCertificateAuthorityAuditReportCommandInput;
|
|
29
28
|
constructor(input: CreateCertificateAuthorityAuditReportCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateCertificateAuthorityCommandInput
|
|
|
19
19
|
export interface CreateCertificateAuthorityCommandOutput
|
|
20
20
|
extends CreateCertificateAuthorityResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCertificateAuthorityCommand extends $Command<
|
|
24
23
|
CreateCertificateAuthorityCommandInput,
|
|
25
24
|
CreateCertificateAuthorityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCertificateAuthorityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCertificateAuthorityCommandInput;
|
|
29
28
|
constructor(input: CreateCertificateAuthorityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { CreatePermissionRequest } from "../models/models_0";
|
|
14
14
|
export interface CreatePermissionCommandInput extends CreatePermissionRequest {}
|
|
15
15
|
export interface CreatePermissionCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class CreatePermissionCommand extends $Command<
|
|
18
17
|
CreatePermissionCommandInput,
|
|
19
18
|
CreatePermissionCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class CreatePermissionCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: CreatePermissionCommandInput;
|
|
23
22
|
constructor(input: CreatePermissionCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteCertificateAuthorityCommandInput
|
|
|
15
15
|
extends DeleteCertificateAuthorityRequest {}
|
|
16
16
|
export interface DeleteCertificateAuthorityCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteCertificateAuthorityCommand extends $Command<
|
|
20
19
|
DeleteCertificateAuthorityCommandInput,
|
|
21
20
|
DeleteCertificateAuthorityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteCertificateAuthorityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteCertificateAuthorityCommandInput;
|
|
25
24
|
constructor(input: DeleteCertificateAuthorityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeletePermissionRequest } from "../models/models_0";
|
|
14
14
|
export interface DeletePermissionCommandInput extends DeletePermissionRequest {}
|
|
15
15
|
export interface DeletePermissionCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeletePermissionCommand extends $Command<
|
|
18
17
|
DeletePermissionCommandInput,
|
|
19
18
|
DeletePermissionCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeletePermissionCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeletePermissionCommandInput;
|
|
23
22
|
constructor(input: DeletePermissionCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeletePolicyRequest } from "../models/models_0";
|
|
14
14
|
export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
|
|
15
15
|
export interface DeletePolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeletePolicyCommand extends $Command<
|
|
18
17
|
DeletePolicyCommandInput,
|
|
19
18
|
DeletePolicyCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeletePolicyCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeletePolicyCommandInput;
|
|
23
22
|
constructor(input: DeletePolicyCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCertificateAuthorityAuditReportCommandInput
|
|
|
19
19
|
export interface DescribeCertificateAuthorityAuditReportCommandOutput
|
|
20
20
|
extends DescribeCertificateAuthorityAuditReportResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCertificateAuthorityAuditReportCommand extends $Command<
|
|
24
23
|
DescribeCertificateAuthorityAuditReportCommandInput,
|
|
25
24
|
DescribeCertificateAuthorityAuditReportCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCertificateAuthorityAuditReportCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCertificateAuthorityAuditReportCommandInput;
|
|
29
28
|
constructor(input: DescribeCertificateAuthorityAuditReportCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCertificateAuthorityCommandInput
|
|
|
19
19
|
export interface DescribeCertificateAuthorityCommandOutput
|
|
20
20
|
extends DescribeCertificateAuthorityResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCertificateAuthorityCommand extends $Command<
|
|
24
23
|
DescribeCertificateAuthorityCommandInput,
|
|
25
24
|
DescribeCertificateAuthorityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCertificateAuthorityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCertificateAuthorityCommandInput;
|
|
29
28
|
constructor(input: DescribeCertificateAuthorityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCertificateAuthorityCertificateCommandInput
|
|
|
19
19
|
export interface GetCertificateAuthorityCertificateCommandOutput
|
|
20
20
|
extends GetCertificateAuthorityCertificateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCertificateAuthorityCertificateCommand extends $Command<
|
|
24
23
|
GetCertificateAuthorityCertificateCommandInput,
|
|
25
24
|
GetCertificateAuthorityCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCertificateAuthorityCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCertificateAuthorityCertificateCommandInput;
|
|
29
28
|
constructor(input: GetCertificateAuthorityCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCertificateAuthorityCsrCommandInput
|
|
|
19
19
|
export interface GetCertificateAuthorityCsrCommandOutput
|
|
20
20
|
extends GetCertificateAuthorityCsrResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCertificateAuthorityCsrCommand extends $Command<
|
|
24
23
|
GetCertificateAuthorityCsrCommandInput,
|
|
25
24
|
GetCertificateAuthorityCsrCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCertificateAuthorityCsrCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCertificateAuthorityCsrCommandInput;
|
|
29
28
|
constructor(input: GetCertificateAuthorityCsrCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetCertificateCommandInput extends GetCertificateRequest {}
|
|
|
18
18
|
export interface GetCertificateCommandOutput
|
|
19
19
|
extends GetCertificateResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetCertificateCommand extends $Command<
|
|
23
22
|
GetCertificateCommandInput,
|
|
24
23
|
GetCertificateCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetCertificateCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetCertificateCommandInput;
|
|
28
27
|
constructor(input: GetCertificateCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
|
15
15
|
export interface GetPolicyCommandOutput
|
|
16
16
|
extends GetPolicyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetPolicyCommand extends $Command<
|
|
20
19
|
GetPolicyCommandInput,
|
|
21
20
|
GetPolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetPolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetPolicyCommandInput;
|
|
25
24
|
constructor(input: GetPolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ImportCertificateAuthorityCertificateCommandInput
|
|
|
15
15
|
extends ImportCertificateAuthorityCertificateRequest {}
|
|
16
16
|
export interface ImportCertificateAuthorityCertificateCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ImportCertificateAuthorityCertificateCommand extends $Command<
|
|
20
19
|
ImportCertificateAuthorityCertificateCommandInput,
|
|
21
20
|
ImportCertificateAuthorityCertificateCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ImportCertificateAuthorityCertificateCommand extends $Comma
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ImportCertificateAuthorityCertificateCommandInput;
|
|
25
24
|
constructor(input: ImportCertificateAuthorityCertificateCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface IssueCertificateCommandInput extends IssueCertificateRequest {}
|
|
|
18
18
|
export interface IssueCertificateCommandOutput
|
|
19
19
|
extends IssueCertificateResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class IssueCertificateCommand extends $Command<
|
|
23
22
|
IssueCertificateCommandInput,
|
|
24
23
|
IssueCertificateCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class IssueCertificateCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: IssueCertificateCommandInput;
|
|
28
27
|
constructor(input: IssueCertificateCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCertificateAuthoritiesCommandInput
|
|
|
19
19
|
export interface ListCertificateAuthoritiesCommandOutput
|
|
20
20
|
extends ListCertificateAuthoritiesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCertificateAuthoritiesCommand extends $Command<
|
|
24
23
|
ListCertificateAuthoritiesCommandInput,
|
|
25
24
|
ListCertificateAuthoritiesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCertificateAuthoritiesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCertificateAuthoritiesCommandInput;
|
|
29
28
|
constructor(input: ListCertificateAuthoritiesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
|
|
|
18
18
|
export interface ListPermissionsCommandOutput
|
|
19
19
|
extends ListPermissionsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPermissionsCommand extends $Command<
|
|
23
22
|
ListPermissionsCommandInput,
|
|
24
23
|
ListPermissionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPermissionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPermissionsCommandInput;
|
|
28
27
|
constructor(input: ListPermissionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
|
15
15
|
export interface ListTagsCommandOutput
|
|
16
16
|
extends ListTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTagsCommand extends $Command<
|
|
20
19
|
ListTagsCommandInput,
|
|
21
20
|
ListTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTagsCommandInput;
|
|
25
24
|
constructor(input: ListTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { PutPolicyRequest } from "../models/models_0";
|
|
14
14
|
export interface PutPolicyCommandInput extends PutPolicyRequest {}
|
|
15
15
|
export interface PutPolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class PutPolicyCommand extends $Command<
|
|
18
17
|
PutPolicyCommandInput,
|
|
19
18
|
PutPolicyCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class PutPolicyCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: PutPolicyCommandInput;
|
|
23
22
|
constructor(input: PutPolicyCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RestoreCertificateAuthorityCommandInput
|
|
|
15
15
|
extends RestoreCertificateAuthorityRequest {}
|
|
16
16
|
export interface RestoreCertificateAuthorityCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RestoreCertificateAuthorityCommand extends $Command<
|
|
20
19
|
RestoreCertificateAuthorityCommandInput,
|
|
21
20
|
RestoreCertificateAuthorityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RestoreCertificateAuthorityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RestoreCertificateAuthorityCommandInput;
|
|
25
24
|
constructor(input: RestoreCertificateAuthorityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { RevokeCertificateRequest } from "../models/models_0";
|
|
|
14
14
|
export interface RevokeCertificateCommandInput
|
|
15
15
|
extends RevokeCertificateRequest {}
|
|
16
16
|
export interface RevokeCertificateCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class RevokeCertificateCommand extends $Command<
|
|
19
18
|
RevokeCertificateCommandInput,
|
|
20
19
|
RevokeCertificateCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class RevokeCertificateCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: RevokeCertificateCommandInput;
|
|
24
23
|
constructor(input: RevokeCertificateCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagCertificateAuthorityCommandInput
|
|
|
15
15
|
extends TagCertificateAuthorityRequest {}
|
|
16
16
|
export interface TagCertificateAuthorityCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagCertificateAuthorityCommand extends $Command<
|
|
20
19
|
TagCertificateAuthorityCommandInput,
|
|
21
20
|
TagCertificateAuthorityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagCertificateAuthorityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagCertificateAuthorityCommandInput;
|
|
25
24
|
constructor(input: TagCertificateAuthorityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagCertificateAuthorityCommandInput
|
|
|
15
15
|
extends UntagCertificateAuthorityRequest {}
|
|
16
16
|
export interface UntagCertificateAuthorityCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagCertificateAuthorityCommand extends $Command<
|
|
20
19
|
UntagCertificateAuthorityCommandInput,
|
|
21
20
|
UntagCertificateAuthorityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagCertificateAuthorityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagCertificateAuthorityCommandInput;
|
|
25
24
|
constructor(input: UntagCertificateAuthorityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateCertificateAuthorityCommandInput
|
|
|
15
15
|
extends UpdateCertificateAuthorityRequest {}
|
|
16
16
|
export interface UpdateCertificateAuthorityCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateCertificateAuthorityCommand extends $Command<
|
|
20
19
|
UpdateCertificateAuthorityCommandInput,
|
|
21
20
|
UpdateCertificateAuthorityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateCertificateAuthorityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateCertificateAuthorityCommandInput;
|
|
25
24
|
constructor(input: UpdateCertificateAuthorityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMPCAClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ACMPCAServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|