@aws-sdk/client-acm-pca 3.533.0 → 3.535.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-types/ACMPCA.d.ts +2 -1
- package/dist-types/ACMPCAClient.d.ts +1 -1
- package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +2 -1
- package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +2 -1
- package/dist-types/commands/CreatePermissionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +2 -1
- package/dist-types/commands/DeletePermissionCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +2 -1
- package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +2 -1
- package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +2 -1
- package/dist-types/commands/GetCertificateCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +2 -1
- package/dist-types/commands/IssueCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +2 -1
- package/dist-types/commands/ListPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +2 -1
- package/dist-types/commands/PutPolicyCommand.d.ts +2 -1
- package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +2 -1
- package/dist-types/commands/RevokeCertificateCommand.d.ts +2 -1
- package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +2 -1
- package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +227 -227
- package/dist-types/ts3.4/ACMPCA.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +9 -0
- package/package.json +41 -41
package/dist-types/ACMPCA.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ export interface ACMPCA {
|
|
|
111
111
|
/**
|
|
112
112
|
* @see {@link ListCertificateAuthoritiesCommand}
|
|
113
113
|
*/
|
|
114
|
+
listCertificateAuthorities(): Promise<ListCertificateAuthoritiesCommandOutput>;
|
|
114
115
|
listCertificateAuthorities(args: ListCertificateAuthoritiesCommandInput, options?: __HttpHandlerOptions): Promise<ListCertificateAuthoritiesCommandOutput>;
|
|
115
116
|
listCertificateAuthorities(args: ListCertificateAuthoritiesCommandInput, cb: (err: any, data?: ListCertificateAuthoritiesCommandOutput) => void): void;
|
|
116
117
|
listCertificateAuthorities(args: ListCertificateAuthoritiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificateAuthoritiesCommandOutput) => void): void;
|
|
@@ -164,7 +165,6 @@ export interface ACMPCA {
|
|
|
164
165
|
updateCertificateAuthority(args: UpdateCertificateAuthorityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCertificateAuthorityCommandOutput) => void): void;
|
|
165
166
|
}
|
|
166
167
|
/**
|
|
167
|
-
* @public
|
|
168
168
|
* <p>This is the <i>Amazon Web Services Private Certificate Authority API Reference</i>. It provides descriptions,
|
|
169
169
|
* syntax, and usage examples for each of the actions and data types involved in creating
|
|
170
170
|
* and managing a private certificate authority (CA) for your organization.</p>
|
|
@@ -181,6 +181,7 @@ export interface ACMPCA {
|
|
|
181
181
|
* <p>To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase,
|
|
182
182
|
* log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
|
|
183
183
|
* console.</p>
|
|
184
|
+
* @public
|
|
184
185
|
*/
|
|
185
186
|
export declare class ACMPCA extends ACMPCAClient implements ACMPCA {
|
|
186
187
|
}
|
|
@@ -174,7 +174,6 @@ export type ACMPCAClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
|
|
|
174
174
|
export interface ACMPCAClientResolvedConfig extends ACMPCAClientResolvedConfigType {
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
|
-
* @public
|
|
178
177
|
* <p>This is the <i>Amazon Web Services Private Certificate Authority API Reference</i>. It provides descriptions,
|
|
179
178
|
* syntax, and usage examples for each of the actions and data types involved in creating
|
|
180
179
|
* and managing a private certificate authority (CA) for your organization.</p>
|
|
@@ -191,6 +190,7 @@ export interface ACMPCAClientResolvedConfig extends ACMPCAClientResolvedConfigTy
|
|
|
191
190
|
* <p>To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase,
|
|
192
191
|
* log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
|
|
193
192
|
* console.</p>
|
|
193
|
+
* @public
|
|
194
194
|
*/
|
|
195
195
|
export declare class ACMPCAClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ACMPCAClientResolvedConfig> {
|
|
196
196
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateCertificateAuthorityAuditReportCommandOutput extends Crea
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCertificateAuthorityAuditReportCommand_base: {
|
|
24
24
|
new (input: CreateCertificateAuthorityAuditReportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCertificateAuthorityAuditReportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an audit report that lists every time that your CA private key is used. The
|
|
30
30
|
* report is saved in the Amazon S3 bucket that you specify on input. The <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html">IssueCertificate</a> and <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_RevokeCertificate.html">RevokeCertificate</a> actions use
|
|
31
31
|
* the private key. </p>
|
|
@@ -91,6 +91,7 @@ declare const CreateCertificateAuthorityAuditReportCommand_base: {
|
|
|
91
91
|
* @throws {@link ACMPCAServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateCertificateAuthorityAuditReportCommand extends CreateCertificateAuthorityAuditReportCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCertificateAuthorityCommandOutput extends CreateCertifica
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCertificateAuthorityCommand_base: {
|
|
24
24
|
new (input: CreateCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a root or subordinate private certificate authority (CA). You must specify the
|
|
30
30
|
* CA configuration, an optional configuration for Online Certificate Status Protocol
|
|
31
31
|
* (OCSP) and/or a certificate revocation list (CRL), the CA type, and an optional
|
|
@@ -197,6 +197,7 @@ declare const CreateCertificateAuthorityCommand_base: {
|
|
|
197
197
|
* @throws {@link ACMPCAServiceException}
|
|
198
198
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
199
199
|
*
|
|
200
|
+
* @public
|
|
200
201
|
*/
|
|
201
202
|
export declare class CreateCertificateAuthorityCommand extends CreateCertificateAuthorityCommand_base {
|
|
202
203
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePermissionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePermissionCommand_base: {
|
|
24
24
|
new (input: CreatePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePermissionCommandInput, CreatePermissionCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePermissionCommandInput, CreatePermissionCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Grants one or more permissions on a private CA to the Certificate Manager (ACM) service
|
|
30
30
|
* principal (<code>acm.amazonaws.com</code>). These permissions allow ACM to issue and
|
|
31
31
|
* renew ACM certificates that reside in the same Amazon Web Services account as the CA.</p>
|
|
@@ -103,6 +103,7 @@ declare const CreatePermissionCommand_base: {
|
|
|
103
103
|
* @throws {@link ACMPCAServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreatePermissionCommand extends CreatePermissionCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCertificateAuthorityCommand_base: {
|
|
24
24
|
new (input: DeleteCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a private certificate authority (CA). You must provide the Amazon Resource
|
|
30
30
|
* Name (ARN) of the private CA that you want to delete. You can find the ARN by calling
|
|
31
31
|
* the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_ListCertificateAuthorities.html">ListCertificateAuthorities</a> action. </p>
|
|
@@ -85,6 +85,7 @@ declare const DeleteCertificateAuthorityCommand_base: {
|
|
|
85
85
|
* @throws {@link ACMPCAServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DeleteCertificateAuthorityCommand extends DeleteCertificateAuthorityCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePermissionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePermissionCommand_base: {
|
|
24
24
|
new (input: DeletePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionCommandInput, DeletePermissionCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionCommandInput, DeletePermissionCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Revokes permissions on a private CA granted to the Certificate Manager (ACM) service principal
|
|
30
30
|
* (acm.amazonaws.com). </p>
|
|
31
31
|
* <p>These permissions allow ACM to issue and renew ACM certificates that reside in the
|
|
@@ -95,6 +95,7 @@ declare const DeletePermissionCommand_base: {
|
|
|
95
95
|
* @throws {@link ACMPCAServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DeletePermissionCommand extends DeletePermissionCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePolicyCommand_base: {
|
|
24
24
|
new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the resource-based policy attached to a private CA. Deletion will remove any
|
|
30
30
|
* access that the policy has granted. If there is no policy attached to the private CA,
|
|
31
31
|
* this action will return successful.</p>
|
|
@@ -107,6 +107,7 @@ declare const DeletePolicyCommand_base: {
|
|
|
107
107
|
* @throws {@link ACMPCAServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
109
109
|
*
|
|
110
|
+
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
112
113
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCertificateAuthorityAuditReportCommandOutput extends De
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCertificateAuthorityAuditReportCommand_base: {
|
|
24
24
|
new (input: DescribeCertificateAuthorityAuditReportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateAuthorityAuditReportCommandInput, DescribeCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeCertificateAuthorityAuditReportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateAuthorityAuditReportCommandInput, DescribeCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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
|
|
30
30
|
* every time the certificate authority (CA) private key is used. The private key is used
|
|
31
31
|
* when you call the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html">IssueCertificate</a> action or the
|
|
@@ -71,6 +71,7 @@ declare const DescribeCertificateAuthorityAuditReportCommand_base: {
|
|
|
71
71
|
* @throws {@link ACMPCAServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeCertificateAuthorityAuditReportCommand extends DescribeCertificateAuthorityAuditReportCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCertificateAuthorityCommandOutput extends DescribeCerti
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCertificateAuthorityCommand_base: {
|
|
24
24
|
new (input: DescribeCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateAuthorityCommandInput, DescribeCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateAuthorityCommandInput, DescribeCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists information about your private certificate authority (CA) or one that has been
|
|
30
30
|
* shared with you. You specify the private CA on input by its ARN (Amazon Resource Name).
|
|
31
31
|
* The output contains the status of your CA. This can be any of the following: </p>
|
|
@@ -215,6 +215,7 @@ declare const DescribeCertificateAuthorityCommand_base: {
|
|
|
215
215
|
* @throws {@link ACMPCAServiceException}
|
|
216
216
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
217
217
|
*
|
|
218
|
+
* @public
|
|
218
219
|
*/
|
|
219
220
|
export declare class DescribeCertificateAuthorityCommand extends DescribeCertificateAuthorityCommand_base {
|
|
220
221
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCertificateAuthorityCertificateCommandOutput extends GetCert
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCertificateAuthorityCertificateCommand_base: {
|
|
24
24
|
new (input: GetCertificateAuthorityCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateAuthorityCertificateCommandInput, GetCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCertificateAuthorityCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateAuthorityCertificateCommandInput, GetCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the certificate and certificate chain for your private certificate authority
|
|
30
30
|
* (CA) or one that has been shared with you. Both the certificate and the chain are base64
|
|
31
31
|
* PEM-encoded. The chain does not include the CA certificate. Each certificate in the
|
|
@@ -68,6 +68,7 @@ declare const GetCertificateAuthorityCertificateCommand_base: {
|
|
|
68
68
|
* @throws {@link ACMPCAServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetCertificateAuthorityCertificateCommand extends GetCertificateAuthorityCertificateCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateA
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCertificateAuthorityCsrCommand_base: {
|
|
24
24
|
new (input: GetCertificateAuthorityCsrCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateAuthorityCsrCommandInput, GetCertificateAuthorityCsrCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCertificateAuthorityCsrCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateAuthorityCsrCommandInput, GetCertificateAuthorityCsrCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the certificate signing request (CSR) for your private certificate authority
|
|
30
30
|
* (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
|
|
31
31
|
* or on-premises root or subordinate CA. Then import the signed certificate back into
|
|
@@ -74,6 +74,7 @@ declare const GetCertificateAuthorityCsrCommand_base: {
|
|
|
74
74
|
* @throws {@link ACMPCAServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetCertificateAuthorityCsrCommand extends GetCertificateAuthorityCsrCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCertificateCommand_base: {
|
|
24
24
|
new (input: GetCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateCommandInput, GetCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateCommandInput, GetCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a certificate from your private CA or one that has been shared with you. The
|
|
30
30
|
* 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
|
|
31
31
|
* must specify both the ARN of your private CA and the ARN of the issued certificate when
|
|
@@ -79,6 +79,7 @@ declare const GetCertificateCommand_base: {
|
|
|
79
79
|
* @throws {@link ACMPCAServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetCertificateCommand extends GetCertificateCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPolicyCommand_base: {
|
|
24
24
|
new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the resource-based policy attached to a private CA. If either the private CA
|
|
30
30
|
* resource or the policy cannot be found, this action returns a
|
|
31
31
|
* <code>ResourceNotFoundException</code>. </p>
|
|
@@ -97,6 +97,7 @@ declare const GetPolicyCommand_base: {
|
|
|
97
97
|
* @throws {@link ACMPCAServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
|
|
|
22
22
|
}
|
|
23
23
|
declare const ImportCertificateAuthorityCertificateCommand_base: {
|
|
24
24
|
new (input: ImportCertificateAuthorityCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ImportCertificateAuthorityCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Imports a signed private CA certificate into Amazon Web Services Private CA. This action is used when you
|
|
30
30
|
* are using a chain of trust whose root is located outside Amazon Web Services Private CA. Before you can call
|
|
31
31
|
* this action, the following preparations must in place:</p>
|
|
@@ -210,6 +210,7 @@ declare const ImportCertificateAuthorityCertificateCommand_base: {
|
|
|
210
210
|
* @throws {@link ACMPCAServiceException}
|
|
211
211
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
212
212
|
*
|
|
213
|
+
* @public
|
|
213
214
|
*/
|
|
214
215
|
export declare class ImportCertificateAuthorityCertificateCommand extends ImportCertificateAuthorityCertificateCommand_base {
|
|
215
216
|
}
|
|
@@ -22,10 +22,10 @@ export interface IssueCertificateCommandOutput extends IssueCertificateResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const IssueCertificateCommand_base: {
|
|
24
24
|
new (input: IssueCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<IssueCertificateCommandInput, IssueCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: IssueCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<IssueCertificateCommandInput, IssueCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Uses your private certificate authority (CA), or one that has been shared with you, to
|
|
30
30
|
* issue a client certificate. This action returns the Amazon Resource Name (ARN) of the
|
|
31
31
|
* 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
|
|
@@ -195,6 +195,7 @@ declare const IssueCertificateCommand_base: {
|
|
|
195
195
|
* @throws {@link ACMPCAServiceException}
|
|
196
196
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
197
197
|
*
|
|
198
|
+
* @public
|
|
198
199
|
*/
|
|
199
200
|
export declare class IssueCertificateCommand extends IssueCertificateCommand_base {
|
|
200
201
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCertificateAuthoritiesCommandOutput extends ListCertificate
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCertificateAuthoritiesCommand_base: {
|
|
24
24
|
new (input: ListCertificateAuthoritiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCertificateAuthoritiesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the private certificate authorities that you created by using the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -176,6 +176,7 @@ declare const ListCertificateAuthoritiesCommand_base: {
|
|
|
176
176
|
* @throws {@link ACMPCAServiceException}
|
|
177
177
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
178
178
|
*
|
|
179
|
+
* @public
|
|
179
180
|
*/
|
|
180
181
|
export declare class ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_base {
|
|
181
182
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPermissionsCommand_base: {
|
|
24
24
|
new (input: ListPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List all permissions on a private CA, if any, granted to the Certificate Manager (ACM) service
|
|
30
30
|
* principal (acm.amazonaws.com). </p>
|
|
31
31
|
* <p>These permissions allow ACM to issue and renew ACM certificates that reside in the
|
|
@@ -112,6 +112,7 @@ declare const ListPermissionsCommand_base: {
|
|
|
112
112
|
* @throws {@link ACMPCAServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
114
114
|
*
|
|
115
|
+
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
117
118
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsCommand_base: {
|
|
24
24
|
new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags, if any, that are associated with your private CA or one that has been
|
|
30
30
|
* shared with you. Tags are labels that you can use to identify and organize your CAs.
|
|
31
31
|
* Each tag consists of a key and an optional value. Call the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_TagCertificateAuthority.html">TagCertificateAuthority</a>
|
|
@@ -75,6 +75,7 @@ declare const ListTagsCommand_base: {
|
|
|
75
75
|
* @throws {@link ACMPCAServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutPolicyCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutPolicyCommand_base: {
|
|
24
24
|
new (input: PutPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attaches a resource-based policy to a private CA. </p>
|
|
30
30
|
* <p>A policy can also be applied by sharing a private CA through Amazon Web Services Resource Access
|
|
31
31
|
* Manager (RAM). For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/pca-ram.html">Attach a Policy for Cross-Account
|
|
@@ -109,6 +109,7 @@ declare const PutPolicyCommand_base: {
|
|
|
109
109
|
* @throws {@link ACMPCAServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
111
111
|
*
|
|
112
|
+
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
114
115
|
}
|
|
@@ -22,10 +22,10 @@ export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBear
|
|
|
22
22
|
}
|
|
23
23
|
declare const RestoreCertificateAuthorityCommand_base: {
|
|
24
24
|
new (input: RestoreCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RestoreCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restores a certificate authority (CA) that is in the <code>DELETED</code> state. You
|
|
30
30
|
* can restore a CA during the period that you defined in the <b>PermanentDeletionTimeInDays</b> parameter of the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_DeleteCertificateAuthority.html">DeleteCertificateAuthority</a> action. Currently, you can specify 7 to 30 days.
|
|
31
31
|
* If you did not specify a <b>PermanentDeletionTimeInDays</b>
|
|
@@ -72,6 +72,7 @@ declare const RestoreCertificateAuthorityCommand_base: {
|
|
|
72
72
|
* @throws {@link ACMPCAServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class RestoreCertificateAuthorityCommand extends RestoreCertificateAuthorityCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface RevokeCertificateCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const RevokeCertificateCommand_base: {
|
|
24
24
|
new (input: RevokeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RevokeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Revokes a certificate that was issued inside Amazon Web Services Private CA. If you enable a certificate
|
|
30
30
|
* revocation list (CRL) when you create or update your private CA, information about the
|
|
31
31
|
* revoked certificates will be included in the CRL. Amazon Web Services Private CA writes the CRL to an S3
|
|
@@ -102,6 +102,7 @@ declare const RevokeCertificateCommand_base: {
|
|
|
102
102
|
* @throws {@link ACMPCAServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class RevokeCertificateCommand extends RevokeCertificateCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagCertificateAuthorityCommand_base: {
|
|
24
24
|
new (input: TagCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds one or more tags to your private CA. Tags are labels that you can use to identify
|
|
30
30
|
* and organize your Amazon Web Services resources. Each tag consists of a key and an optional value. You
|
|
31
31
|
* specify the private CA on input by its Amazon Resource Name (ARN). You specify the tag
|
|
@@ -90,6 +90,7 @@ declare const TagCertificateAuthorityCommand_base: {
|
|
|
90
90
|
* @throws {@link ACMPCAServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class TagCertificateAuthorityCommand extends TagCertificateAuthorityCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagCertificateAuthorityCommand_base: {
|
|
24
24
|
new (input: UntagCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Remove one or more tags from your private CA. A tag consists of a key-value pair. If
|
|
30
30
|
* you do not specify the value portion of the tag when calling this action, the tag will
|
|
31
31
|
* be removed regardless of value. If you specify a value, the tag is removed only if it is
|
|
@@ -76,6 +76,7 @@ declare const UntagCertificateAuthorityCommand_base: {
|
|
|
76
76
|
* @throws {@link ACMPCAServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UntagCertificateAuthorityCommand extends UntagCertificateAuthorityCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCertificateAuthorityCommand_base: {
|
|
24
24
|
new (input: UpdateCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the status or configuration of a private certificate authority (CA). Your
|
|
30
30
|
* private CA must be in the <code>ACTIVE</code> or <code>DISABLED</code> state before you
|
|
31
31
|
* can update it. You can disable a private CA that is in the <code>ACTIVE</code> state or
|
|
@@ -99,6 +99,7 @@ declare const UpdateCertificateAuthorityCommand_base: {
|
|
|
99
99
|
* @throws {@link ACMPCAServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from ACMPCA service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UpdateCertificateAuthorityCommand extends UpdateCertificateAuthorityCommand_base {
|
|
104
105
|
}
|