@aws-sdk/client-acm 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/ACM.d.ts +3 -1
- package/dist-types/ACMClient.d.ts +1 -1
- package/dist-types/commands/AddTagsToCertificateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ExportCertificateCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ImportCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForCertificateCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +2 -1
- package/dist-types/commands/RenewCertificateCommand.d.ts +2 -1
- package/dist-types/commands/RequestCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ResendValidationEmailCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +147 -147
- package/dist-types/ts3.4/ACM.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +9 -0
- package/package.json +41 -41
package/dist-types/ACM.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export interface ACM {
|
|
|
43
43
|
/**
|
|
44
44
|
* @see {@link GetAccountConfigurationCommand}
|
|
45
45
|
*/
|
|
46
|
+
getAccountConfiguration(): Promise<GetAccountConfigurationCommandOutput>;
|
|
46
47
|
getAccountConfiguration(args: GetAccountConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountConfigurationCommandOutput>;
|
|
47
48
|
getAccountConfiguration(args: GetAccountConfigurationCommandInput, cb: (err: any, data?: GetAccountConfigurationCommandOutput) => void): void;
|
|
48
49
|
getAccountConfiguration(args: GetAccountConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountConfigurationCommandOutput) => void): void;
|
|
@@ -61,6 +62,7 @@ export interface ACM {
|
|
|
61
62
|
/**
|
|
62
63
|
* @see {@link ListCertificatesCommand}
|
|
63
64
|
*/
|
|
65
|
+
listCertificates(): Promise<ListCertificatesCommandOutput>;
|
|
64
66
|
listCertificates(args: ListCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCertificatesCommandOutput>;
|
|
65
67
|
listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
|
|
66
68
|
listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
|
|
@@ -108,10 +110,10 @@ export interface ACM {
|
|
|
108
110
|
updateCertificateOptions(args: UpdateCertificateOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCertificateOptionsCommandOutput) => void): void;
|
|
109
111
|
}
|
|
110
112
|
/**
|
|
111
|
-
* @public
|
|
112
113
|
* <fullname>Certificate Manager</fullname>
|
|
113
114
|
* <p>You can use Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites
|
|
114
115
|
* and applications. For more information about using ACM, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
|
|
116
|
+
* @public
|
|
115
117
|
*/
|
|
116
118
|
export declare class ACM extends ACMClient implements ACM {
|
|
117
119
|
}
|
|
@@ -166,10 +166,10 @@ export type ACMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
|
|
|
166
166
|
export interface ACMClientResolvedConfig extends ACMClientResolvedConfigType {
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
|
-
* @public
|
|
170
169
|
* <fullname>Certificate Manager</fullname>
|
|
171
170
|
* <p>You can use Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites
|
|
172
171
|
* and applications. For more information about using ACM, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
|
|
172
|
+
* @public
|
|
173
173
|
*/
|
|
174
174
|
export declare class ACMClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ACMClientResolvedConfig> {
|
|
175
175
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddTagsToCertificateCommand_base: {
|
|
24
24
|
new (input: AddTagsToCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddTagsToCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput, ACMClientResolvedConfig, 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 an ACM certificate. Tags are labels that you can use to
|
|
30
30
|
* identify and organize your Amazon Web Services resources. Each tag consists of a <code>key</code> and an
|
|
31
31
|
* optional <code>value</code>. You specify the certificate on input by its Amazon Resource Name
|
|
@@ -93,6 +93,7 @@ declare const AddTagsToCertificateCommand_base: {
|
|
|
93
93
|
* @throws {@link ACMServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class AddTagsToCertificateCommand extends AddTagsToCertificateCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCertificateCommand_base: {
|
|
24
24
|
new (input: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a certificate and its associated private key. If this action succeeds, the
|
|
30
30
|
* certificate no longer appears in the list that can be displayed by calling the <a>ListCertificates</a> action or be retrieved by calling the <a>GetCertificate</a> action. The certificate will not be available for use by Amazon Web Services
|
|
31
31
|
* services integrated with ACM. </p>
|
|
@@ -79,6 +79,7 @@ declare const DeleteCertificateCommand_base: {
|
|
|
79
79
|
* @throws {@link ACMServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCertificateCommand_base: {
|
|
24
24
|
new (input: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns detailed metadata about the specified ACM certificate.</p>
|
|
30
30
|
* <p>If you have just created a certificate using the <code>RequestCertificate</code> action,
|
|
31
31
|
* there is a delay of several seconds before you can retrieve information about it.</p>
|
|
@@ -139,6 +139,7 @@ declare const DescribeCertificateCommand_base: {
|
|
|
139
139
|
* @throws {@link ACMServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
141
141
|
*
|
|
142
|
+
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
|
|
144
145
|
}
|
|
@@ -22,10 +22,10 @@ export interface ExportCertificateCommandOutput extends ExportCertificateRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ExportCertificateCommand_base: {
|
|
24
24
|
new (input: ExportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ExportCertificateCommandInput, ExportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ExportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ExportCertificateCommandInput, ExportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports a private certificate issued by a private certificate authority (CA) for use
|
|
30
30
|
* anywhere. The exported file contains the certificate, the certificate chain, and the encrypted
|
|
31
31
|
* private 2048-bit RSA key associated with the public key that is embedded in the certificate.
|
|
@@ -73,6 +73,7 @@ declare const ExportCertificateCommand_base: {
|
|
|
73
73
|
* @throws {@link ACMServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ExportCertificateCommand extends ExportCertificateCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAccountConfigurationCommandOutput extends GetAccountConfigur
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAccountConfigurationCommand_base: {
|
|
24
24
|
new (input: GetAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountConfigurationCommandInput, GetAccountConfigurationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetAccountConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountConfigurationCommandInput, GetAccountConfigurationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the account configuration options associated with an Amazon Web Services account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const GetAccountConfigurationCommand_base: {
|
|
|
59
59
|
* @throws {@link ACMServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class GetAccountConfigurationCommand extends GetAccountConfigurationCommand_base {
|
|
64
65
|
}
|
|
@@ -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, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateCommandInput, GetCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of
|
|
30
30
|
* the certificate of the issuing CA and the intermediate certificates of any other subordinate
|
|
31
31
|
* CAs. All of the certificates are base64 encoded. You can use <a href="https://wiki.openssl.org/index.php/Command_Line_Utilities">OpenSSL</a> to decode
|
|
@@ -68,6 +68,7 @@ declare const GetCertificateCommand_base: {
|
|
|
68
68
|
* @throws {@link ACMServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetCertificateCommand extends GetCertificateCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ImportCertificateCommand_base: {
|
|
24
24
|
new (input: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with
|
|
30
30
|
* ACM. Note that <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html">integrated
|
|
31
31
|
* services</a> allow only certificate types and keys they support to be associated with
|
|
@@ -152,6 +152,7 @@ declare const ImportCertificateCommand_base: {
|
|
|
152
152
|
* @throws {@link ACMServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
154
154
|
*
|
|
155
|
+
* @public
|
|
155
156
|
*/
|
|
156
157
|
export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
|
|
157
158
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCertificatesCommand_base: {
|
|
24
24
|
new (input: ListCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCertificatesCommandInput, ListCertificatesCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCertificatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCertificatesCommandInput, ListCertificatesCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of certificate ARNs and domain names. You can request that only
|
|
30
30
|
* certificates that match a specific status be listed. You can also filter by specific
|
|
31
31
|
* attributes of the certificate. Default filtering returns only <code>RSA_2048</code>
|
|
@@ -107,6 +107,7 @@ declare const ListCertificatesCommand_base: {
|
|
|
107
107
|
* @throws {@link ACMServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
109
109
|
*
|
|
110
|
+
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
|
|
112
113
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForCertificateCommandOutput extends ListTagsForCertific
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForCertificateCommand_base: {
|
|
24
24
|
new (input: ListTagsForCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags that have been applied to the ACM certificate. Use the certificate's
|
|
30
30
|
* Amazon Resource Name (ARN) to specify the certificate. To add a tag to an ACM certificate,
|
|
31
31
|
* use the <a>AddTagsToCertificate</a> action. To delete a tag, use the <a>RemoveTagsFromCertificate</a> action. </p>
|
|
@@ -67,6 +67,7 @@ declare const ListTagsForCertificateCommand_base: {
|
|
|
67
67
|
* @throws {@link ACMServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForCertificateCommand extends ListTagsForCertificateCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutAccountConfigurationCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutAccountConfigurationCommand_base: {
|
|
24
24
|
new (input: PutAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds or modifies account-level configurations in ACM. </p>
|
|
30
30
|
* <p>The supported configuration option is <code>DaysBeforeExpiry</code>. This option specifies
|
|
31
31
|
* the number of days prior to certificate expiration when ACM starts generating
|
|
@@ -72,6 +72,7 @@ declare const PutAccountConfigurationCommand_base: {
|
|
|
72
72
|
* @throws {@link ACMServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class PutAccountConfigurationCommand extends PutAccountConfigurationCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveTagsFromCertificateCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveTagsFromCertificateCommand_base: {
|
|
24
24
|
new (input: RemoveTagsFromCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveTagsFromCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig, 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 an ACM certificate. A tag consists of a key-value pair. If
|
|
30
30
|
* you do not specify the value portion of the tag when calling this function, the tag will be
|
|
31
31
|
* removed regardless of value. If you specify a value, the tag is removed only if it is
|
|
@@ -82,6 +82,7 @@ declare const RemoveTagsFromCertificateCommand_base: {
|
|
|
82
82
|
* @throws {@link ACMServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class RemoveTagsFromCertificateCommand extends RemoveTagsFromCertificateCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface RenewCertificateCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const RenewCertificateCommand_base: {
|
|
24
24
|
new (input: RenewCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RenewCertificateCommandInput, RenewCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RenewCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RenewCertificateCommandInput, RenewCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Renews an eligible ACM certificate. At this time, only exported private certificates can
|
|
30
30
|
* be renewed with this operation. In order to renew your Amazon Web Services Private CA certificates with ACM, you
|
|
31
31
|
* must first <a href="https://docs.aws.amazon.com/privateca/latest/userguide/PcaPermissions.html">grant the ACM
|
|
@@ -62,6 +62,7 @@ declare const RenewCertificateCommand_base: {
|
|
|
62
62
|
* @throws {@link ACMServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class RenewCertificateCommand extends RenewCertificateCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface RequestCertificateCommandOutput extends RequestCertificateRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const RequestCertificateCommand_base: {
|
|
24
24
|
new (input: RequestCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCertificateCommandInput, RequestCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RequestCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCertificateCommandInput, RequestCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Requests an ACM certificate for use with other Amazon Web Services services. To request an ACM
|
|
30
30
|
* certificate, you must specify a fully qualified domain name (FQDN) in the
|
|
31
31
|
* <code>DomainName</code> parameter. You can also specify additional FQDNs in the
|
|
@@ -113,6 +113,7 @@ declare const RequestCertificateCommand_base: {
|
|
|
113
113
|
* @throws {@link ACMServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
115
115
|
*
|
|
116
|
+
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class RequestCertificateCommand extends RequestCertificateCommand_base {
|
|
118
119
|
}
|
|
@@ -22,10 +22,10 @@ export interface ResendValidationEmailCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const ResendValidationEmailCommand_base: {
|
|
24
24
|
new (input: ResendValidationEmailCommandInput): import("@smithy/smithy-client").CommandImpl<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ResendValidationEmailCommandInput): import("@smithy/smithy-client").CommandImpl<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Resends the email that requests domain ownership validation. The domain owner or an
|
|
30
30
|
* authorized representative must approve the ACM certificate before it can be issued. The
|
|
31
31
|
* certificate can be approved by clicking a link in the mail to navigate to the Amazon
|
|
@@ -75,6 +75,7 @@ declare const ResendValidationEmailCommand_base: {
|
|
|
75
75
|
* @throws {@link ACMServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ResendValidationEmailCommand extends ResendValidationEmailCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCertificateOptionsCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCertificateOptionsCommand_base: {
|
|
24
24
|
new (input: UpdateCertificateOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCertificateOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a certificate. Currently, you can use this function to specify whether to opt in
|
|
30
30
|
* to or out of recording your certificate in a certificate transparency log. For more
|
|
31
31
|
* information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency"> Opting Out of
|
|
@@ -70,6 +70,7 @@ declare const UpdateCertificateOptionsCommand_base: {
|
|
|
70
70
|
* @throws {@link ACMServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ACM service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class UpdateCertificateOptionsCommand extends UpdateCertificateOptionsCommand_base {
|
|
75
76
|
}
|