@aws-sdk/client-acm-pca 3.296.0 → 3.298.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/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -3
- package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +2 -3
- package/dist-cjs/commands/CreatePermissionCommand.js +2 -3
- package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +2 -3
- package/dist-cjs/commands/DeletePermissionCommand.js +2 -3
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
- package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -3
- package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +2 -3
- package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +2 -3
- package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +2 -3
- package/dist-cjs/commands/GetCertificateCommand.js +2 -3
- package/dist-cjs/commands/GetPolicyCommand.js +2 -3
- package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +2 -3
- package/dist-cjs/commands/IssueCertificateCommand.js +2 -3
- package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +2 -3
- package/dist-cjs/commands/ListPermissionsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsCommand.js +2 -3
- package/dist-cjs/commands/PutPolicyCommand.js +2 -3
- package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +2 -3
- package/dist-cjs/commands/RevokeCertificateCommand.js +2 -3
- package/dist-cjs/commands/TagCertificateAuthorityCommand.js +2 -3
- package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +2 -3
- package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -238
- package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -3
- package/dist-es/commands/CreateCertificateAuthorityCommand.js +2 -3
- package/dist-es/commands/CreatePermissionCommand.js +2 -3
- package/dist-es/commands/DeleteCertificateAuthorityCommand.js +2 -3
- package/dist-es/commands/DeletePermissionCommand.js +2 -3
- package/dist-es/commands/DeletePolicyCommand.js +2 -3
- package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -3
- package/dist-es/commands/DescribeCertificateAuthorityCommand.js +2 -3
- package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +2 -3
- package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +2 -3
- package/dist-es/commands/GetCertificateCommand.js +2 -3
- package/dist-es/commands/GetPolicyCommand.js +2 -3
- package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -3
- package/dist-es/commands/IssueCertificateCommand.js +2 -3
- package/dist-es/commands/ListCertificateAuthoritiesCommand.js +2 -3
- package/dist-es/commands/ListPermissionsCommand.js +2 -3
- package/dist-es/commands/ListTagsCommand.js +2 -3
- package/dist-es/commands/PutPolicyCommand.js +2 -3
- package/dist-es/commands/RestoreCertificateAuthorityCommand.js +2 -3
- package/dist-es/commands/RevokeCertificateCommand.js +2 -3
- package/dist-es/commands/TagCertificateAuthorityCommand.js +2 -3
- package/dist-es/commands/UntagCertificateAuthorityCommand.js +2 -3
- package/dist-es/commands/UpdateCertificateAuthorityCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -177
- package/dist-types/ACMPCA.d.ts +24 -0
- package/dist-types/ACMPCAClient.d.ts +24 -4
- package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +16 -0
- package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +16 -0
- package/dist-types/commands/CreatePermissionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +16 -0
- package/dist-types/commands/DeletePermissionCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +16 -0
- package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +16 -0
- package/dist-types/commands/GetCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +16 -0
- package/dist-types/commands/IssueCertificateCommand.d.ts +16 -0
- package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +16 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsCommand.d.ts +16 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +16 -0
- package/dist-types/commands/RevokeCertificateCommand.d.ts +16 -0
- package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +16 -0
- package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +16 -0
- package/dist-types/models/ACMPCAServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +199 -236
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCertificateAuthoritiesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -155
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { CreatePermissionRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreatePermissionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreatePermissionCommandInput extends CreatePermissionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreatePermissionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreatePermissionCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Grants one or more permissions on a private CA to the Certificate Manager (ACM) service
|
|
18
23
|
* principal (<code>acm.amazonaws.com</code>). These permissions allow ACM to issue and
|
|
19
24
|
* renew ACM certificates that reside in the same Amazon Web Services account as the CA.</p>
|
|
@@ -51,6 +56,8 @@ export interface CreatePermissionCommandOutput extends __MetadataBearer {
|
|
|
51
56
|
* const response = await client.send(command);
|
|
52
57
|
* ```
|
|
53
58
|
*
|
|
59
|
+
* @param CreatePermissionCommandInput - {@link CreatePermissionCommandInput}
|
|
60
|
+
* @returns {@link CreatePermissionCommandOutput}
|
|
54
61
|
* @see {@link CreatePermissionCommandInput} for command's `input` shape.
|
|
55
62
|
* @see {@link CreatePermissionCommandOutput} for command's `response` shape.
|
|
56
63
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -81,11 +88,20 @@ export interface CreatePermissionCommandOutput extends __MetadataBearer {
|
|
|
81
88
|
export declare class CreatePermissionCommand extends $Command<CreatePermissionCommandInput, CreatePermissionCommandOutput, ACMPCAClientResolvedConfig> {
|
|
82
89
|
readonly input: CreatePermissionCommandInput;
|
|
83
90
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
84
94
|
constructor(input: CreatePermissionCommandInput);
|
|
85
95
|
/**
|
|
86
96
|
* @internal
|
|
87
97
|
*/
|
|
88
98
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePermissionCommandInput, CreatePermissionCommandOutput>;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
89
102
|
private serialize;
|
|
103
|
+
/**
|
|
104
|
+
* @internal
|
|
105
|
+
*/
|
|
90
106
|
private deserialize;
|
|
91
107
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { DeleteCertificateAuthorityRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteCertificateAuthorityCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteCertificateAuthorityCommandInput extends DeleteCertificateAuthorityRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteCertificateAuthorityCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a private certificate authority (CA). You must provide the Amazon Resource
|
|
18
23
|
* Name (ARN) of the private CA that you want to delete. You can find the ARN by calling
|
|
19
24
|
* the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_ListCertificateAuthorities.html">ListCertificateAuthorities</a> action. </p>
|
|
@@ -44,6 +49,8 @@ export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBeare
|
|
|
44
49
|
* const response = await client.send(command);
|
|
45
50
|
* ```
|
|
46
51
|
*
|
|
52
|
+
* @param DeleteCertificateAuthorityCommandInput - {@link DeleteCertificateAuthorityCommandInput}
|
|
53
|
+
* @returns {@link DeleteCertificateAuthorityCommandOutput}
|
|
47
54
|
* @see {@link DeleteCertificateAuthorityCommandInput} for command's `input` shape.
|
|
48
55
|
* @see {@link DeleteCertificateAuthorityCommandOutput} for command's `response` shape.
|
|
49
56
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBeare
|
|
|
67
74
|
export declare class DeleteCertificateAuthorityCommand extends $Command<DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
|
|
68
75
|
readonly input: DeleteCertificateAuthorityCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: DeleteCertificateAuthorityCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { DeletePermissionRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeletePermissionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeletePermissionCommandInput extends DeletePermissionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeletePermissionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeletePermissionCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Revokes permissions on a private CA granted to the Certificate Manager (ACM) service principal
|
|
18
23
|
* (acm.amazonaws.com). </p>
|
|
19
24
|
* <p>These permissions allow ACM to issue and renew ACM certificates that reside in the
|
|
@@ -53,6 +58,8 @@ export interface DeletePermissionCommandOutput extends __MetadataBearer {
|
|
|
53
58
|
* const response = await client.send(command);
|
|
54
59
|
* ```
|
|
55
60
|
*
|
|
61
|
+
* @param DeletePermissionCommandInput - {@link DeletePermissionCommandInput}
|
|
62
|
+
* @returns {@link DeletePermissionCommandOutput}
|
|
56
63
|
* @see {@link DeletePermissionCommandInput} for command's `input` shape.
|
|
57
64
|
* @see {@link DeletePermissionCommandOutput} for command's `response` shape.
|
|
58
65
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -76,11 +83,20 @@ export interface DeletePermissionCommandOutput extends __MetadataBearer {
|
|
|
76
83
|
export declare class DeletePermissionCommand extends $Command<DeletePermissionCommandInput, DeletePermissionCommandOutput, ACMPCAClientResolvedConfig> {
|
|
77
84
|
readonly input: DeletePermissionCommandInput;
|
|
78
85
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
79
89
|
constructor(input: DeletePermissionCommandInput);
|
|
80
90
|
/**
|
|
81
91
|
* @internal
|
|
82
92
|
*/
|
|
83
93
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePermissionCommandInput, DeletePermissionCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
84
97
|
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
85
101
|
private deserialize;
|
|
86
102
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { DeletePolicyRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeletePolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeletePolicyCommandInput extends DeletePolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeletePolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the resource-based policy attached to a private CA. Deletion will remove any
|
|
18
23
|
* access that the policy has granted. If there is no policy attached to the private CA,
|
|
19
24
|
* this action will return successful.</p>
|
|
@@ -59,6 +64,8 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
59
64
|
* const response = await client.send(command);
|
|
60
65
|
* ```
|
|
61
66
|
*
|
|
67
|
+
* @param DeletePolicyCommandInput - {@link DeletePolicyCommandInput}
|
|
68
|
+
* @returns {@link DeletePolicyCommandOutput}
|
|
62
69
|
* @see {@link DeletePolicyCommandInput} for command's `input` shape.
|
|
63
70
|
* @see {@link DeletePolicyCommandOutput} for command's `response` shape.
|
|
64
71
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -90,11 +97,20 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
90
97
|
export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, ACMPCAClientResolvedConfig> {
|
|
91
98
|
readonly input: DeletePolicyCommandInput;
|
|
92
99
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
93
103
|
constructor(input: DeletePolicyCommandInput);
|
|
94
104
|
/**
|
|
95
105
|
* @internal
|
|
96
106
|
*/
|
|
97
107
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
98
111
|
private serialize;
|
|
112
|
+
/**
|
|
113
|
+
* @internal
|
|
114
|
+
*/
|
|
99
115
|
private deserialize;
|
|
100
116
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { DescribeCertificateAuthorityAuditReportRequest, DescribeCertificateAuthorityAuditReportResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCertificateAuthorityAuditReportCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCertificateAuthorityAuditReportCommandInput extends DescribeCertificateAuthorityAuditReportRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCertificateAuthorityAuditReportCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCertificateAuthorityAuditReportCommandOutput extends DescribeCertificateAuthorityAuditReportResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists information about a specific audit report created by calling the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html">CreateCertificateAuthorityAuditReport</a> action. Audit information is created
|
|
18
23
|
* every time the certificate authority (CA) private key is used. The private key is used
|
|
19
24
|
* when you call the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html">IssueCertificate</a> action or the
|
|
@@ -28,6 +33,8 @@ export interface DescribeCertificateAuthorityAuditReportCommandOutput extends De
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeCertificateAuthorityAuditReportCommandInput - {@link DescribeCertificateAuthorityAuditReportCommandInput}
|
|
37
|
+
* @returns {@link DescribeCertificateAuthorityAuditReportCommandOutput}
|
|
31
38
|
* @see {@link DescribeCertificateAuthorityAuditReportCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeCertificateAuthorityAuditReportCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface DescribeCertificateAuthorityAuditReportCommandOutput extends De
|
|
|
48
55
|
export declare class DescribeCertificateAuthorityAuditReportCommand extends $Command<DescribeCertificateAuthorityAuditReportCommandInput, DescribeCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig> {
|
|
49
56
|
readonly input: DescribeCertificateAuthorityAuditReportCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: DescribeCertificateAuthorityAuditReportCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificateAuthorityAuditReportCommandInput, DescribeCertificateAuthorityAuditReportCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { DescribeCertificateAuthorityRequest, DescribeCertificateAuthorityResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCertificateAuthorityCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCertificateAuthorityCommandInput extends DescribeCertificateAuthorityRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCertificateAuthorityCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCertificateAuthorityCommandOutput extends DescribeCertificateAuthorityResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists information about your private certificate authority (CA) or one that has been
|
|
18
23
|
* shared with you. You specify the private CA on input by its ARN (Amazon Resource Name).
|
|
19
24
|
* The output contains the status of your CA. This can be any of the following: </p>
|
|
@@ -65,6 +70,8 @@ export interface DescribeCertificateAuthorityCommandOutput extends DescribeCerti
|
|
|
65
70
|
* const response = await client.send(command);
|
|
66
71
|
* ```
|
|
67
72
|
*
|
|
73
|
+
* @param DescribeCertificateAuthorityCommandInput - {@link DescribeCertificateAuthorityCommandInput}
|
|
74
|
+
* @returns {@link DescribeCertificateAuthorityCommandOutput}
|
|
68
75
|
* @see {@link DescribeCertificateAuthorityCommandInput} for command's `input` shape.
|
|
69
76
|
* @see {@link DescribeCertificateAuthorityCommandOutput} for command's `response` shape.
|
|
70
77
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -82,11 +89,20 @@ export interface DescribeCertificateAuthorityCommandOutput extends DescribeCerti
|
|
|
82
89
|
export declare class DescribeCertificateAuthorityCommand extends $Command<DescribeCertificateAuthorityCommandInput, DescribeCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
|
|
83
90
|
readonly input: DescribeCertificateAuthorityCommandInput;
|
|
84
91
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
85
95
|
constructor(input: DescribeCertificateAuthorityCommandInput);
|
|
86
96
|
/**
|
|
87
97
|
* @internal
|
|
88
98
|
*/
|
|
89
99
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificateAuthorityCommandInput, DescribeCertificateAuthorityCommandOutput>;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
90
103
|
private serialize;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
91
107
|
private deserialize;
|
|
92
108
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { GetCertificateAuthorityCertificateRequest, GetCertificateAuthorityCertificateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCertificateAuthorityCertificateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCertificateAuthorityCertificateCommandInput extends GetCertificateAuthorityCertificateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCertificateAuthorityCertificateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCertificateAuthorityCertificateCommandOutput extends GetCertificateAuthorityCertificateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the certificate and certificate chain for your private certificate authority
|
|
18
23
|
* (CA) or one that has been shared with you. Both the certificate and the chain are base64
|
|
19
24
|
* PEM-encoded. The chain does not include the CA certificate. Each certificate in the
|
|
@@ -28,6 +33,8 @@ export interface GetCertificateAuthorityCertificateCommandOutput extends GetCert
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param GetCertificateAuthorityCertificateCommandInput - {@link GetCertificateAuthorityCertificateCommandInput}
|
|
37
|
+
* @returns {@link GetCertificateAuthorityCertificateCommandOutput}
|
|
31
38
|
* @see {@link GetCertificateAuthorityCertificateCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link GetCertificateAuthorityCertificateCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface GetCertificateAuthorityCertificateCommandOutput extends GetCert
|
|
|
48
55
|
export declare class GetCertificateAuthorityCertificateCommand extends $Command<GetCertificateAuthorityCertificateCommandInput, GetCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig> {
|
|
49
56
|
readonly input: GetCertificateAuthorityCertificateCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: GetCertificateAuthorityCertificateCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCertificateAuthorityCertificateCommandInput, GetCertificateAuthorityCertificateCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { GetCertificateAuthorityCsrRequest, GetCertificateAuthorityCsrResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCertificateAuthorityCsrCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCertificateAuthorityCsrCommandInput extends GetCertificateAuthorityCsrRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCertificateAuthorityCsrCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateAuthorityCsrResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the certificate signing request (CSR) for your private certificate authority
|
|
18
23
|
* (CA). The CSR is created when you call the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action. Sign the CSR with your Amazon Web Services Private CA-hosted
|
|
19
24
|
* or on-premises root or subordinate CA. Then import the signed certificate back into
|
|
@@ -29,6 +34,8 @@ export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateA
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetCertificateAuthorityCsrCommandInput - {@link GetCertificateAuthorityCsrCommandInput}
|
|
38
|
+
* @returns {@link GetCertificateAuthorityCsrCommandOutput}
|
|
32
39
|
* @see {@link GetCertificateAuthorityCsrCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetCertificateAuthorityCsrCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateA
|
|
|
55
62
|
export declare class GetCertificateAuthorityCsrCommand extends $Command<GetCertificateAuthorityCsrCommandInput, GetCertificateAuthorityCsrCommandOutput, ACMPCAClientResolvedConfig> {
|
|
56
63
|
readonly input: GetCertificateAuthorityCsrCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: GetCertificateAuthorityCsrCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCertificateAuthorityCsrCommandInput, GetCertificateAuthorityCsrCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCertificateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCertificateCommandInput extends GetCertificateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCertificateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCertificateCommandOutput extends GetCertificateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a certificate from your private CA or one that has been shared with you. The
|
|
18
23
|
* ARN of the certificate is returned when you call the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html">IssueCertificate</a> action. You
|
|
19
24
|
* must specify both the ARN of your private CA and the ARN of the issued certificate when
|
|
@@ -32,6 +37,8 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param GetCertificateCommandInput - {@link GetCertificateCommandInput}
|
|
41
|
+
* @returns {@link GetCertificateCommandOutput}
|
|
35
42
|
* @see {@link GetCertificateCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link GetCertificateCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M
|
|
|
58
65
|
export declare class GetCertificateCommand extends $Command<GetCertificateCommandInput, GetCertificateCommandOutput, ACMPCAClientResolvedConfig> {
|
|
59
66
|
readonly input: GetCertificateCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: GetCertificateCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCertificateCommandInput, GetCertificateCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the resource-based policy attached to a private CA. If either the private CA
|
|
18
23
|
* resource or the policy cannot be found, this action returns a
|
|
19
24
|
* <code>ResourceNotFoundException</code>. </p>
|
|
@@ -55,6 +60,8 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
55
60
|
* const response = await client.send(command);
|
|
56
61
|
* ```
|
|
57
62
|
*
|
|
63
|
+
* @param GetPolicyCommandInput - {@link GetPolicyCommandInput}
|
|
64
|
+
* @returns {@link GetPolicyCommandOutput}
|
|
58
65
|
* @see {@link GetPolicyCommandInput} for command's `input` shape.
|
|
59
66
|
* @see {@link GetPolicyCommandOutput} for command's `response` shape.
|
|
60
67
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -78,11 +85,20 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
78
85
|
export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, ACMPCAClientResolvedConfig> {
|
|
79
86
|
readonly input: GetPolicyCommandInput;
|
|
80
87
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
81
91
|
constructor(input: GetPolicyCommandInput);
|
|
82
92
|
/**
|
|
83
93
|
* @internal
|
|
84
94
|
*/
|
|
85
95
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
86
99
|
private serialize;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
87
103
|
private deserialize;
|
|
88
104
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ImportCertificateAuthorityCertificateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ImportCertificateAuthorityCertificateCommandInput extends ImportCertificateAuthorityCertificateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ImportCertificateAuthorityCertificateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ImportCertificateAuthorityCertificateCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Imports a signed private CA certificate into Amazon Web Services Private CA. This action is used when you
|
|
18
23
|
* are using a chain of trust whose root is located outside Amazon Web Services Private CA. Before you can call
|
|
19
24
|
* this action, the following preparations must in place:</p>
|
|
@@ -152,6 +157,8 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
|
|
|
152
157
|
* const response = await client.send(command);
|
|
153
158
|
* ```
|
|
154
159
|
*
|
|
160
|
+
* @param ImportCertificateAuthorityCertificateCommandInput - {@link ImportCertificateAuthorityCertificateCommandInput}
|
|
161
|
+
* @returns {@link ImportCertificateAuthorityCertificateCommandOutput}
|
|
155
162
|
* @see {@link ImportCertificateAuthorityCertificateCommandInput} for command's `input` shape.
|
|
156
163
|
* @see {@link ImportCertificateAuthorityCertificateCommandOutput} for command's `response` shape.
|
|
157
164
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -191,11 +198,20 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
|
|
|
191
198
|
export declare class ImportCertificateAuthorityCertificateCommand extends $Command<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig> {
|
|
192
199
|
readonly input: ImportCertificateAuthorityCertificateCommandInput;
|
|
193
200
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
194
204
|
constructor(input: ImportCertificateAuthorityCertificateCommandInput);
|
|
195
205
|
/**
|
|
196
206
|
* @internal
|
|
197
207
|
*/
|
|
198
208
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput>;
|
|
209
|
+
/**
|
|
210
|
+
* @internal
|
|
211
|
+
*/
|
|
199
212
|
private serialize;
|
|
213
|
+
/**
|
|
214
|
+
* @internal
|
|
215
|
+
*/
|
|
200
216
|
private deserialize;
|
|
201
217
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
5
5
|
import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link IssueCertificateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface IssueCertificateCommandInput extends IssueCertificateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link IssueCertificateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface IssueCertificateCommandOutput extends IssueCertificateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Uses your private certificate authority (CA), or one that has been shared with you, to
|
|
18
23
|
* issue a client certificate. This action returns the Amazon Resource Name (ARN) of the
|
|
19
24
|
* certificate. You can retrieve the certificate by calling the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_GetCertificate.html">GetCertificate</a> action and
|
|
@@ -32,6 +37,8 @@ export interface IssueCertificateCommandOutput extends IssueCertificateResponse,
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param IssueCertificateCommandInput - {@link IssueCertificateCommandInput}
|
|
41
|
+
* @returns {@link IssueCertificateCommandOutput}
|
|
35
42
|
* @see {@link IssueCertificateCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link IssueCertificateCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface IssueCertificateCommandOutput extends IssueCertificateResponse,
|
|
|
62
69
|
export declare class IssueCertificateCommand extends $Command<IssueCertificateCommandInput, IssueCertificateCommandOutput, ACMPCAClientResolvedConfig> {
|
|
63
70
|
readonly input: IssueCertificateCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: IssueCertificateCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IssueCertificateCommandInput, IssueCertificateCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|