@aws-sdk/client-acm 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist-cjs/commands/AddTagsToCertificateCommand.js +2 -3
  2. package/dist-cjs/commands/DeleteCertificateCommand.js +2 -3
  3. package/dist-cjs/commands/DescribeCertificateCommand.js +2 -3
  4. package/dist-cjs/commands/GetAccountConfigurationCommand.js +2 -3
  5. package/dist-cjs/commands/GetCertificateCommand.js +2 -3
  6. package/dist-cjs/commands/ImportCertificateCommand.js +1 -1
  7. package/dist-cjs/commands/ListCertificatesCommand.js +2 -3
  8. package/dist-cjs/commands/ListTagsForCertificateCommand.js +2 -3
  9. package/dist-cjs/commands/PutAccountConfigurationCommand.js +2 -3
  10. package/dist-cjs/commands/RemoveTagsFromCertificateCommand.js +2 -3
  11. package/dist-cjs/commands/RenewCertificateCommand.js +2 -3
  12. package/dist-cjs/commands/RequestCertificateCommand.js +2 -3
  13. package/dist-cjs/commands/ResendValidationEmailCommand.js +2 -3
  14. package/dist-cjs/commands/UpdateCertificateOptionsCommand.js +2 -3
  15. package/dist-cjs/models/models_0.js +1 -126
  16. package/dist-es/commands/AddTagsToCertificateCommand.js +2 -3
  17. package/dist-es/commands/DeleteCertificateCommand.js +2 -3
  18. package/dist-es/commands/DescribeCertificateCommand.js +2 -3
  19. package/dist-es/commands/GetAccountConfigurationCommand.js +2 -3
  20. package/dist-es/commands/GetCertificateCommand.js +2 -3
  21. package/dist-es/commands/ImportCertificateCommand.js +2 -2
  22. package/dist-es/commands/ListCertificatesCommand.js +2 -3
  23. package/dist-es/commands/ListTagsForCertificateCommand.js +2 -3
  24. package/dist-es/commands/PutAccountConfigurationCommand.js +2 -3
  25. package/dist-es/commands/RemoveTagsFromCertificateCommand.js +2 -3
  26. package/dist-es/commands/RenewCertificateCommand.js +2 -3
  27. package/dist-es/commands/RequestCertificateCommand.js +2 -3
  28. package/dist-es/commands/ResendValidationEmailCommand.js +2 -3
  29. package/dist-es/commands/UpdateCertificateOptionsCommand.js +2 -3
  30. package/dist-es/models/models_0.js +0 -93
  31. package/dist-types/ACM.d.ts +16 -0
  32. package/dist-types/ACMClient.d.ts +24 -4
  33. package/dist-types/commands/AddTagsToCertificateCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
  36. package/dist-types/commands/ExportCertificateCommand.d.ts +16 -0
  37. package/dist-types/commands/GetAccountConfigurationCommand.d.ts +16 -0
  38. package/dist-types/commands/GetCertificateCommand.d.ts +16 -0
  39. package/dist-types/commands/ImportCertificateCommand.d.ts +16 -0
  40. package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListTagsForCertificateCommand.d.ts +16 -0
  42. package/dist-types/commands/PutAccountConfigurationCommand.d.ts +16 -0
  43. package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +16 -0
  44. package/dist-types/commands/RenewCertificateCommand.d.ts +16 -0
  45. package/dist-types/commands/RequestCertificateCommand.d.ts +16 -0
  46. package/dist-types/commands/ResendValidationEmailCommand.d.ts +16 -0
  47. package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +16 -0
  48. package/dist-types/models/ACMServiceException.d.ts +2 -0
  49. package/dist-types/models/models_0.d.ts +139 -124
  50. package/dist-types/pagination/Interfaces.d.ts +3 -0
  51. package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +0 -87
  53. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RenewCertificateRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1RenewCertificateCommand, serializeAws_json1_1RenewCertificateCommand, } from "../protocols/Aws_json1_1";
6
5
  export class RenewCertificateCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class RenewCertificateCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: RenewCertificateRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RequestCertificateRequestFilterSensitiveLog, RequestCertificateResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1RequestCertificateCommand, serializeAws_json1_1RequestCertificateCommand, } from "../protocols/Aws_json1_1";
6
5
  export class RequestCertificateCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class RequestCertificateCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: RequestCertificateRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: RequestCertificateResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ResendValidationEmailRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1ResendValidationEmailCommand, serializeAws_json1_1ResendValidationEmailCommand, } from "../protocols/Aws_json1_1";
6
5
  export class ResendValidationEmailCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ResendValidationEmailCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ResendValidationEmailRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateCertificateOptionsRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateCertificateOptionsCommand, serializeAws_json1_1UpdateCertificateOptionsCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateCertificateOptionsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateCertificateOptionsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateCertificateOptionsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -322,42 +322,6 @@ export class InvalidStateException extends __BaseException {
322
322
  Object.setPrototypeOf(this, InvalidStateException.prototype);
323
323
  }
324
324
  }
325
- export const TagFilterSensitiveLog = (obj) => ({
326
- ...obj,
327
- });
328
- export const AddTagsToCertificateRequestFilterSensitiveLog = (obj) => ({
329
- ...obj,
330
- });
331
- export const ResourceRecordFilterSensitiveLog = (obj) => ({
332
- ...obj,
333
- });
334
- export const DomainValidationFilterSensitiveLog = (obj) => ({
335
- ...obj,
336
- });
337
- export const ExtendedKeyUsageFilterSensitiveLog = (obj) => ({
338
- ...obj,
339
- });
340
- export const KeyUsageFilterSensitiveLog = (obj) => ({
341
- ...obj,
342
- });
343
- export const CertificateOptionsFilterSensitiveLog = (obj) => ({
344
- ...obj,
345
- });
346
- export const RenewalSummaryFilterSensitiveLog = (obj) => ({
347
- ...obj,
348
- });
349
- export const CertificateDetailFilterSensitiveLog = (obj) => ({
350
- ...obj,
351
- });
352
- export const DeleteCertificateRequestFilterSensitiveLog = (obj) => ({
353
- ...obj,
354
- });
355
- export const DescribeCertificateRequestFilterSensitiveLog = (obj) => ({
356
- ...obj,
357
- });
358
- export const DescribeCertificateResponseFilterSensitiveLog = (obj) => ({
359
- ...obj,
360
- });
361
325
  export const ExportCertificateRequestFilterSensitiveLog = (obj) => ({
362
326
  ...obj,
363
327
  ...(obj.Passphrase && { Passphrase: SENSITIVE_STRING }),
@@ -366,64 +330,7 @@ export const ExportCertificateResponseFilterSensitiveLog = (obj) => ({
366
330
  ...obj,
367
331
  ...(obj.PrivateKey && { PrivateKey: SENSITIVE_STRING }),
368
332
  });
369
- export const ExpiryEventsConfigurationFilterSensitiveLog = (obj) => ({
370
- ...obj,
371
- });
372
- export const GetAccountConfigurationResponseFilterSensitiveLog = (obj) => ({
373
- ...obj,
374
- });
375
- export const GetCertificateRequestFilterSensitiveLog = (obj) => ({
376
- ...obj,
377
- });
378
- export const GetCertificateResponseFilterSensitiveLog = (obj) => ({
379
- ...obj,
380
- });
381
333
  export const ImportCertificateRequestFilterSensitiveLog = (obj) => ({
382
334
  ...obj,
383
335
  ...(obj.PrivateKey && { PrivateKey: SENSITIVE_STRING }),
384
336
  });
385
- export const ImportCertificateResponseFilterSensitiveLog = (obj) => ({
386
- ...obj,
387
- });
388
- export const FiltersFilterSensitiveLog = (obj) => ({
389
- ...obj,
390
- });
391
- export const ListCertificatesRequestFilterSensitiveLog = (obj) => ({
392
- ...obj,
393
- });
394
- export const CertificateSummaryFilterSensitiveLog = (obj) => ({
395
- ...obj,
396
- });
397
- export const ListCertificatesResponseFilterSensitiveLog = (obj) => ({
398
- ...obj,
399
- });
400
- export const ListTagsForCertificateRequestFilterSensitiveLog = (obj) => ({
401
- ...obj,
402
- });
403
- export const ListTagsForCertificateResponseFilterSensitiveLog = (obj) => ({
404
- ...obj,
405
- });
406
- export const PutAccountConfigurationRequestFilterSensitiveLog = (obj) => ({
407
- ...obj,
408
- });
409
- export const RemoveTagsFromCertificateRequestFilterSensitiveLog = (obj) => ({
410
- ...obj,
411
- });
412
- export const RenewCertificateRequestFilterSensitiveLog = (obj) => ({
413
- ...obj,
414
- });
415
- export const DomainValidationOptionFilterSensitiveLog = (obj) => ({
416
- ...obj,
417
- });
418
- export const RequestCertificateRequestFilterSensitiveLog = (obj) => ({
419
- ...obj,
420
- });
421
- export const RequestCertificateResponseFilterSensitiveLog = (obj) => ({
422
- ...obj,
423
- });
424
- export const ResendValidationEmailRequestFilterSensitiveLog = (obj) => ({
425
- ...obj,
426
- });
427
- export const UpdateCertificateOptionsRequestFilterSensitiveLog = (obj) => ({
428
- ...obj,
429
- });
@@ -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
  }