@aws-sdk/client-acm 3.296.0 → 3.297.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.
@@ -16,12 +16,14 @@ import { RequestCertificateCommandInput, RequestCertificateCommandOutput } from
16
16
  import { ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput } from "./commands/ResendValidationEmailCommand";
17
17
  import { UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput } from "./commands/UpdateCertificateOptionsCommand";
18
18
  /**
19
+ * @public
19
20
  * <fullname>Certificate Manager</fullname>
20
21
  * <p>You can use Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites
21
22
  * 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>
22
23
  */
23
24
  export declare class ACM extends ACMClient {
24
25
  /**
26
+ * @public
25
27
  * <p>Adds one or more tags to an ACM certificate. Tags are labels that you can use to
26
28
  * identify and organize your Amazon Web Services resources. Each tag consists of a <code>key</code> and an
27
29
  * optional <code>value</code>. You specify the certificate on input by its Amazon Resource Name
@@ -41,6 +43,7 @@ export declare class ACM extends ACMClient {
41
43
  addTagsToCertificate(args: AddTagsToCertificateCommandInput, cb: (err: any, data?: AddTagsToCertificateCommandOutput) => void): void;
42
44
  addTagsToCertificate(args: AddTagsToCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToCertificateCommandOutput) => void): void;
43
45
  /**
46
+ * @public
44
47
  * <p>Deletes a certificate and its associated private key. If this action succeeds, the
45
48
  * 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
46
49
  * services integrated with ACM. </p>
@@ -54,6 +57,7 @@ export declare class ACM extends ACMClient {
54
57
  deleteCertificate(args: DeleteCertificateCommandInput, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
55
58
  deleteCertificate(args: DeleteCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
56
59
  /**
60
+ * @public
57
61
  * <p>Returns detailed metadata about the specified ACM certificate.</p>
58
62
  * <p>If you have just created a certificate using the <code>RequestCertificate</code> action,
59
63
  * there is a delay of several seconds before you can retrieve information about it.</p>
@@ -62,6 +66,7 @@ export declare class ACM extends ACMClient {
62
66
  describeCertificate(args: DescribeCertificateCommandInput, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
63
67
  describeCertificate(args: DescribeCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
64
68
  /**
69
+ * @public
65
70
  * <p>Exports a private certificate issued by a private certificate authority (CA) for use
66
71
  * anywhere. The exported file contains the certificate, the certificate chain, and the encrypted
67
72
  * private 2048-bit RSA key associated with the public key that is embedded in the certificate.
@@ -74,12 +79,14 @@ export declare class ACM extends ACMClient {
74
79
  exportCertificate(args: ExportCertificateCommandInput, cb: (err: any, data?: ExportCertificateCommandOutput) => void): void;
75
80
  exportCertificate(args: ExportCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportCertificateCommandOutput) => void): void;
76
81
  /**
82
+ * @public
77
83
  * <p>Returns the account configuration options associated with an Amazon Web Services account.</p>
78
84
  */
79
85
  getAccountConfiguration(args: GetAccountConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountConfigurationCommandOutput>;
80
86
  getAccountConfiguration(args: GetAccountConfigurationCommandInput, cb: (err: any, data?: GetAccountConfigurationCommandOutput) => void): void;
81
87
  getAccountConfiguration(args: GetAccountConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountConfigurationCommandOutput) => void): void;
82
88
  /**
89
+ * @public
83
90
  * <p>Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of
84
91
  * the certificate of the issuing CA and the intermediate certificates of any other subordinate
85
92
  * 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
@@ -89,6 +96,7 @@ export declare class ACM extends ACMClient {
89
96
  getCertificate(args: GetCertificateCommandInput, cb: (err: any, data?: GetCertificateCommandOutput) => void): void;
90
97
  getCertificate(args: GetCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCertificateCommandOutput) => void): void;
91
98
  /**
99
+ * @public
92
100
  * <p>Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with
93
101
  * ACM. Note that <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html">integrated
94
102
  * services</a> allow only certificate types and keys they support to be associated with
@@ -162,6 +170,7 @@ export declare class ACM extends ACMClient {
162
170
  importCertificate(args: ImportCertificateCommandInput, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
163
171
  importCertificate(args: ImportCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
164
172
  /**
173
+ * @public
165
174
  * <p>Retrieves a list of certificate ARNs and domain names. You can request that only
166
175
  * certificates that match a specific status be listed. You can also filter by specific
167
176
  * attributes of the certificate. Default filtering returns only <code>RSA_2048</code>
@@ -171,6 +180,7 @@ export declare class ACM extends ACMClient {
171
180
  listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
172
181
  listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
173
182
  /**
183
+ * @public
174
184
  * <p>Lists the tags that have been applied to the ACM certificate. Use the certificate's
175
185
  * Amazon Resource Name (ARN) to specify the certificate. To add a tag to an ACM certificate,
176
186
  * use the <a>AddTagsToCertificate</a> action. To delete a tag, use the <a>RemoveTagsFromCertificate</a> action. </p>
@@ -179,6 +189,7 @@ export declare class ACM extends ACMClient {
179
189
  listTagsForCertificate(args: ListTagsForCertificateCommandInput, cb: (err: any, data?: ListTagsForCertificateCommandOutput) => void): void;
180
190
  listTagsForCertificate(args: ListTagsForCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForCertificateCommandOutput) => void): void;
181
191
  /**
192
+ * @public
182
193
  * <p>Adds or modifies account-level configurations in ACM. </p>
183
194
  * <p>The supported configuration option is <code>DaysBeforeExpiry</code>. This option specifies
184
195
  * the number of days prior to certificate expiration when ACM starts generating
@@ -190,6 +201,7 @@ export declare class ACM extends ACMClient {
190
201
  putAccountConfiguration(args: PutAccountConfigurationCommandInput, cb: (err: any, data?: PutAccountConfigurationCommandOutput) => void): void;
191
202
  putAccountConfiguration(args: PutAccountConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountConfigurationCommandOutput) => void): void;
192
203
  /**
204
+ * @public
193
205
  * <p>Remove one or more tags from an ACM certificate. A tag consists of a key-value pair. If
194
206
  * you do not specify the value portion of the tag when calling this function, the tag will be
195
207
  * removed regardless of value. If you specify a value, the tag is removed only if it is
@@ -201,6 +213,7 @@ export declare class ACM extends ACMClient {
201
213
  removeTagsFromCertificate(args: RemoveTagsFromCertificateCommandInput, cb: (err: any, data?: RemoveTagsFromCertificateCommandOutput) => void): void;
202
214
  removeTagsFromCertificate(args: RemoveTagsFromCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromCertificateCommandOutput) => void): void;
203
215
  /**
216
+ * @public
204
217
  * <p>Renews an eligible ACM certificate. At this time, only exported private certificates can
205
218
  * be renewed with this operation. In order to renew your Amazon Web Services Private CA certificates with ACM, you
206
219
  * must first <a href="https://docs.aws.amazon.com/privateca/latest/userguide/PcaPermissions.html">grant the ACM
@@ -211,6 +224,7 @@ export declare class ACM extends ACMClient {
211
224
  renewCertificate(args: RenewCertificateCommandInput, cb: (err: any, data?: RenewCertificateCommandOutput) => void): void;
212
225
  renewCertificate(args: RenewCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RenewCertificateCommandOutput) => void): void;
213
226
  /**
227
+ * @public
214
228
  * <p>Requests an ACM certificate for use with other Amazon Web Services services. To request an ACM
215
229
  * certificate, you must specify a fully qualified domain name (FQDN) in the
216
230
  * <code>DomainName</code> parameter. You can also specify additional FQDNs in the
@@ -232,6 +246,7 @@ export declare class ACM extends ACMClient {
232
246
  requestCertificate(args: RequestCertificateCommandInput, cb: (err: any, data?: RequestCertificateCommandOutput) => void): void;
233
247
  requestCertificate(args: RequestCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RequestCertificateCommandOutput) => void): void;
234
248
  /**
249
+ * @public
235
250
  * <p>Resends the email that requests domain ownership validation. The domain owner or an
236
251
  * authorized representative must approve the ACM certificate before it can be issued. The
237
252
  * certificate can be approved by clicking a link in the mail to navigate to the Amazon
@@ -246,6 +261,7 @@ export declare class ACM extends ACMClient {
246
261
  resendValidationEmail(args: ResendValidationEmailCommandInput, cb: (err: any, data?: ResendValidationEmailCommandOutput) => void): void;
247
262
  resendValidationEmail(args: ResendValidationEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResendValidationEmailCommandOutput) => void): void;
248
263
  /**
264
+ * @public
249
265
  * <p>Updates a certificate. Currently, you can use this function to specify whether to opt in
250
266
  * to or out of recording your certificate in a certificate transparency log. For more
251
267
  * information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-bestpractices.html#best-practices-transparency"> Opting Out of
@@ -23,15 +23,24 @@ import { RequestCertificateCommandInput, RequestCertificateCommandOutput } from
23
23
  import { ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput } from "./commands/ResendValidationEmailCommand";
24
24
  import { UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput } from "./commands/UpdateCertificateOptionsCommand";
25
25
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
26
+ /**
27
+ * @public
28
+ */
26
29
  export type ServiceInputTypes = AddTagsToCertificateCommandInput | DeleteCertificateCommandInput | DescribeCertificateCommandInput | ExportCertificateCommandInput | GetAccountConfigurationCommandInput | GetCertificateCommandInput | ImportCertificateCommandInput | ListCertificatesCommandInput | ListTagsForCertificateCommandInput | PutAccountConfigurationCommandInput | RemoveTagsFromCertificateCommandInput | RenewCertificateCommandInput | RequestCertificateCommandInput | ResendValidationEmailCommandInput | UpdateCertificateOptionsCommandInput;
30
+ /**
31
+ * @public
32
+ */
27
33
  export type ServiceOutputTypes = AddTagsToCertificateCommandOutput | DeleteCertificateCommandOutput | DescribeCertificateCommandOutput | ExportCertificateCommandOutput | GetAccountConfigurationCommandOutput | GetCertificateCommandOutput | ImportCertificateCommandOutput | ListCertificatesCommandOutput | ListTagsForCertificateCommandOutput | PutAccountConfigurationCommandOutput | RemoveTagsFromCertificateCommandOutput | RenewCertificateCommandOutput | RequestCertificateCommandOutput | ResendValidationEmailCommandOutput | UpdateCertificateOptionsCommandOutput;
34
+ /**
35
+ * @public
36
+ */
28
37
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
29
38
  /**
30
39
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
31
40
  */
32
41
  requestHandler?: __HttpHandler;
33
42
  /**
34
- * A constructor for a class implementing the {@link __Checksum} interface
43
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
35
44
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
36
45
  * @internal
37
46
  */
@@ -121,23 +130,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
121
130
  */
122
131
  logger?: __Logger;
123
132
  /**
124
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
133
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
125
134
  */
126
135
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
127
136
  }
137
+ /**
138
+ * @public
139
+ */
128
140
  type ACMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
129
141
  /**
130
- * The configuration interface of ACMClient class constructor that set the region, credentials and other options.
142
+ * @public
143
+ *
144
+ * The configuration interface of ACMClient class constructor that set the region, credentials and other options.
131
145
  */
132
146
  export interface ACMClientConfig extends ACMClientConfigType {
133
147
  }
148
+ /**
149
+ * @public
150
+ */
134
151
  type ACMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
135
152
  /**
136
- * The resolved configuration interface of ACMClient class. This is resolved and normalized from the {@link ACMClientConfig | constructor configuration interface}.
153
+ * @public
154
+ *
155
+ * The resolved configuration interface of ACMClient class. This is resolved and normalized from the {@link ACMClientConfig | constructor configuration interface}.
137
156
  */
138
157
  export interface ACMClientResolvedConfig extends ACMClientResolvedConfigType {
139
158
  }
140
159
  /**
160
+ * @public
141
161
  * <fullname>Certificate Manager</fullname>
142
162
  * <p>You can use Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites
143
163
  * 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>
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
5
  import { AddTagsToCertificateRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddTagsToCertificateCommand}.
8
10
  */
9
11
  export interface AddTagsToCertificateCommandInput extends AddTagsToCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddTagsToCertificateCommand}.
13
17
  */
14
18
  export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds one or more tags to an ACM certificate. Tags are labels that you can use to
18
23
  * identify and organize your Amazon Web Services resources. Each tag consists of a <code>key</code> and an
19
24
  * optional <code>value</code>. You specify the certificate on input by its Amazon Resource Name
@@ -38,6 +43,8 @@ export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param AddTagsToCertificateCommandInput - {@link AddTagsToCertificateCommandInput}
47
+ * @returns {@link AddTagsToCertificateCommandOutput}
41
48
  * @see {@link AddTagsToCertificateCommandInput} for command's `input` shape.
42
49
  * @see {@link AddTagsToCertificateCommandOutput} for command's `response` shape.
43
50
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
@@ -70,11 +77,20 @@ export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {
70
77
  export declare class AddTagsToCertificateCommand extends $Command<AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput, ACMClientResolvedConfig> {
71
78
  readonly input: AddTagsToCertificateCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: AddTagsToCertificateCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
5
  import { DeleteCertificateRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCertificateCommand}.
8
10
  */
9
11
  export interface DeleteCertificateCommandInput extends DeleteCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCertificateCommand}.
13
17
  */
14
18
  export interface DeleteCertificateCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a certificate and its associated private key. If this action succeeds, the
18
23
  * 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
19
24
  * services integrated with ACM. </p>
@@ -32,6 +37,8 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param DeleteCertificateCommandInput - {@link DeleteCertificateCommandInput}
41
+ * @returns {@link DeleteCertificateCommandOutput}
35
42
  * @see {@link DeleteCertificateCommandInput} for command's `input` shape.
36
43
  * @see {@link DeleteCertificateCommandOutput} for command's `response` shape.
37
44
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
@@ -62,11 +69,20 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
62
69
  export declare class DeleteCertificateCommand extends $Command<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, ACMClientResolvedConfig> {
63
70
  readonly input: DeleteCertificateCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: DeleteCertificateCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCertificateCommandInput, DeleteCertificateCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
5
  import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCertificateCommand}.
8
10
  */
9
11
  export interface DescribeCertificateCommandInput extends DescribeCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCertificateCommand}.
13
17
  */
14
18
  export interface DescribeCertificateCommandOutput extends DescribeCertificateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns detailed metadata about the specified ACM certificate.</p>
18
23
  * <p>If you have just created a certificate using the <code>RequestCertificate</code> action,
19
24
  * there is a delay of several seconds before you can retrieve information about it.</p>
@@ -27,6 +32,8 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeCertificateCommandInput - {@link DescribeCertificateCommandInput}
36
+ * @returns {@link DescribeCertificateCommandOutput}
30
37
  * @see {@link DescribeCertificateCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeCertificateCommandOutput} for command's `response` shape.
32
39
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
43
50
  export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, ACMClientResolvedConfig> {
44
51
  readonly input: DescribeCertificateCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DescribeCertificateCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificateCommandInput, DescribeCertificateCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
5
  import { ExportCertificateRequest, ExportCertificateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExportCertificateCommand}.
8
10
  */
9
11
  export interface ExportCertificateCommandInput extends ExportCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExportCertificateCommand}.
13
17
  */
14
18
  export interface ExportCertificateCommandOutput extends ExportCertificateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Exports a private certificate issued by a private certificate authority (CA) for use
18
23
  * anywhere. The exported file contains the certificate, the certificate chain, and the encrypted
19
24
  * private 2048-bit RSA key associated with the public key that is embedded in the certificate.
@@ -31,6 +36,8 @@ export interface ExportCertificateCommandOutput extends ExportCertificateRespons
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param ExportCertificateCommandInput - {@link ExportCertificateCommandInput}
40
+ * @returns {@link ExportCertificateCommandOutput}
34
41
  * @see {@link ExportCertificateCommandInput} for command's `input` shape.
35
42
  * @see {@link ExportCertificateCommandOutput} for command's `response` shape.
36
43
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
@@ -51,11 +58,20 @@ export interface ExportCertificateCommandOutput extends ExportCertificateRespons
51
58
  export declare class ExportCertificateCommand extends $Command<ExportCertificateCommandInput, ExportCertificateCommandOutput, ACMClientResolvedConfig> {
52
59
  readonly input: ExportCertificateCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: ExportCertificateCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportCertificateCommandInput, ExportCertificateCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
5
  import { GetAccountConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAccountConfigurationCommand}.
8
10
  */
9
11
  export interface GetAccountConfigurationCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAccountConfigurationCommand}.
13
17
  */
14
18
  export interface GetAccountConfigurationCommandOutput extends GetAccountConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the account configuration options associated with an Amazon Web Services account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetAccountConfigurationCommandOutput extends GetAccountConfigur
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetAccountConfigurationCommandInput - {@link GetAccountConfigurationCommandInput}
34
+ * @returns {@link GetAccountConfigurationCommandOutput}
28
35
  * @see {@link GetAccountConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link GetAccountConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetAccountConfigurationCommandOutput extends GetAccountConfigur
40
47
  export declare class GetAccountConfigurationCommand extends $Command<GetAccountConfigurationCommandInput, GetAccountConfigurationCommandOutput, ACMClientResolvedConfig> {
41
48
  readonly input: GetAccountConfigurationCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetAccountConfigurationCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountConfigurationCommandInput, GetAccountConfigurationCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
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 an Amazon-issued certificate and its certificate chain. The chain consists of
18
23
  * the certificate of the issuing CA and the intermediate certificates of any other subordinate
19
24
  * 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
@@ -28,6 +33,8 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param GetCertificateCommandInput - {@link GetCertificateCommandInput}
37
+ * @returns {@link GetCertificateCommandOutput}
31
38
  * @see {@link GetCertificateCommandInput} for command's `input` shape.
32
39
  * @see {@link GetCertificateCommandOutput} for command's `response` shape.
33
40
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M
48
55
  export declare class GetCertificateCommand extends $Command<GetCertificateCommandInput, GetCertificateCommandOutput, ACMClientResolvedConfig> {
49
56
  readonly input: GetCertificateCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetCertificateCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCertificateCommandInput, GetCertificateCommandOutput>;
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 { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
5
  import { ImportCertificateRequest, ImportCertificateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportCertificateCommand}.
8
10
  */
9
11
  export interface ImportCertificateCommandInput extends ImportCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportCertificateCommand}.
13
17
  */
14
18
  export interface ImportCertificateCommandOutput extends ImportCertificateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with
18
23
  * ACM. Note that <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html">integrated
19
24
  * services</a> allow only certificate types and keys they support to be associated with
@@ -92,6 +97,8 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
92
97
  * const response = await client.send(command);
93
98
  * ```
94
99
  *
100
+ * @param ImportCertificateCommandInput - {@link ImportCertificateCommandInput}
101
+ * @returns {@link ImportCertificateCommandOutput}
95
102
  * @see {@link ImportCertificateCommandInput} for command's `input` shape.
96
103
  * @see {@link ImportCertificateCommandOutput} for command's `response` shape.
97
104
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
@@ -124,11 +131,20 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
124
131
  export declare class ImportCertificateCommand extends $Command<ImportCertificateCommandInput, ImportCertificateCommandOutput, ACMClientResolvedConfig> {
125
132
  readonly input: ImportCertificateCommandInput;
126
133
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
+ /**
135
+ * @public
136
+ */
127
137
  constructor(input: ImportCertificateCommandInput);
128
138
  /**
129
139
  * @internal
130
140
  */
131
141
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateCommandInput, ImportCertificateCommandOutput>;
142
+ /**
143
+ * @internal
144
+ */
132
145
  private serialize;
146
+ /**
147
+ * @internal
148
+ */
133
149
  private deserialize;
134
150
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
5
  import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListCertificatesCommand}.
8
10
  */
9
11
  export interface ListCertificatesCommandInput extends ListCertificatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListCertificatesCommand}.
13
17
  */
14
18
  export interface ListCertificatesCommandOutput extends ListCertificatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of certificate ARNs and domain names. You can request that only
18
23
  * certificates that match a specific status be listed. You can also filter by specific
19
24
  * attributes of the certificate. Default filtering returns only <code>RSA_2048</code>
@@ -28,6 +33,8 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListCertificatesCommandInput - {@link ListCertificatesCommandInput}
37
+ * @returns {@link ListCertificatesCommandOutput}
31
38
  * @see {@link ListCertificatesCommandInput} for command's `input` shape.
32
39
  * @see {@link ListCertificatesCommandOutput} for command's `response` shape.
33
40
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
43
50
  export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, ACMClientResolvedConfig> {
44
51
  readonly input: ListCertificatesCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListCertificatesCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
5
  import { ListTagsForCertificateRequest, ListTagsForCertificateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForCertificateCommand}.
8
10
  */
9
11
  export interface ListTagsForCertificateCommandInput extends ListTagsForCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForCertificateCommand}.
13
17
  */
14
18
  export interface ListTagsForCertificateCommandOutput extends ListTagsForCertificateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the tags that have been applied to the ACM certificate. Use the certificate's
18
23
  * Amazon Resource Name (ARN) to specify the certificate. To add a tag to an ACM certificate,
19
24
  * use the <a>AddTagsToCertificate</a> action. To delete a tag, use the <a>RemoveTagsFromCertificate</a> action. </p>
@@ -27,6 +32,8 @@ export interface ListTagsForCertificateCommandOutput extends ListTagsForCertific
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListTagsForCertificateCommandInput - {@link ListTagsForCertificateCommandInput}
36
+ * @returns {@link ListTagsForCertificateCommandOutput}
30
37
  * @see {@link ListTagsForCertificateCommandInput} for command's `input` shape.
31
38
  * @see {@link ListTagsForCertificateCommandOutput} for command's `response` shape.
32
39
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListTagsForCertificateCommandOutput extends ListTagsForCertific
43
50
  export declare class ListTagsForCertificateCommand extends $Command<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig> {
44
51
  readonly input: ListTagsForCertificateCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListTagsForCertificateCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }