@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.
- package/dist-cjs/commands/AddTagsToCertificateCommand.js +2 -3
- package/dist-cjs/commands/DeleteCertificateCommand.js +2 -3
- package/dist-cjs/commands/DescribeCertificateCommand.js +2 -3
- package/dist-cjs/commands/GetAccountConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetCertificateCommand.js +2 -3
- package/dist-cjs/commands/ImportCertificateCommand.js +1 -1
- package/dist-cjs/commands/ListCertificatesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForCertificateCommand.js +2 -3
- package/dist-cjs/commands/PutAccountConfigurationCommand.js +2 -3
- package/dist-cjs/commands/RemoveTagsFromCertificateCommand.js +2 -3
- package/dist-cjs/commands/RenewCertificateCommand.js +2 -3
- package/dist-cjs/commands/RequestCertificateCommand.js +2 -3
- package/dist-cjs/commands/ResendValidationEmailCommand.js +2 -3
- package/dist-cjs/commands/UpdateCertificateOptionsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -126
- package/dist-es/commands/AddTagsToCertificateCommand.js +2 -3
- package/dist-es/commands/DeleteCertificateCommand.js +2 -3
- package/dist-es/commands/DescribeCertificateCommand.js +2 -3
- package/dist-es/commands/GetAccountConfigurationCommand.js +2 -3
- package/dist-es/commands/GetCertificateCommand.js +2 -3
- package/dist-es/commands/ImportCertificateCommand.js +2 -2
- package/dist-es/commands/ListCertificatesCommand.js +2 -3
- package/dist-es/commands/ListTagsForCertificateCommand.js +2 -3
- package/dist-es/commands/PutAccountConfigurationCommand.js +2 -3
- package/dist-es/commands/RemoveTagsFromCertificateCommand.js +2 -3
- package/dist-es/commands/RenewCertificateCommand.js +2 -3
- package/dist-es/commands/RequestCertificateCommand.js +2 -3
- package/dist-es/commands/ResendValidationEmailCommand.js +2 -3
- package/dist-es/commands/UpdateCertificateOptionsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -93
- package/dist-types/ACM.d.ts +16 -0
- package/dist-types/ACMClient.d.ts +24 -4
- package/dist-types/commands/AddTagsToCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
- package/dist-types/commands/ExportCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetCertificateCommand.d.ts +16 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +16 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForCertificateCommand.d.ts +16 -0
- package/dist-types/commands/PutAccountConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +16 -0
- package/dist-types/commands/RenewCertificateCommand.d.ts +16 -0
- package/dist-types/commands/RequestCertificateCommand.d.ts +16 -0
- package/dist-types/commands/ResendValidationEmailCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +16 -0
- package/dist-types/models/ACMServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +139 -124
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -87
- package/package.json +4 -3
|
@@ -415,99 +415,12 @@ export interface UpdateCertificateOptionsRequest {
|
|
|
415
415
|
CertificateArn: string | undefined;
|
|
416
416
|
Options: CertificateOptions | undefined;
|
|
417
417
|
}
|
|
418
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
419
|
-
export declare const AddTagsToCertificateRequestFilterSensitiveLog: (
|
|
420
|
-
obj: AddTagsToCertificateRequest
|
|
421
|
-
) => any;
|
|
422
|
-
export declare const ResourceRecordFilterSensitiveLog: (
|
|
423
|
-
obj: ResourceRecord
|
|
424
|
-
) => any;
|
|
425
|
-
export declare const DomainValidationFilterSensitiveLog: (
|
|
426
|
-
obj: DomainValidation
|
|
427
|
-
) => any;
|
|
428
|
-
export declare const ExtendedKeyUsageFilterSensitiveLog: (
|
|
429
|
-
obj: ExtendedKeyUsage
|
|
430
|
-
) => any;
|
|
431
|
-
export declare const KeyUsageFilterSensitiveLog: (obj: KeyUsage) => any;
|
|
432
|
-
export declare const CertificateOptionsFilterSensitiveLog: (
|
|
433
|
-
obj: CertificateOptions
|
|
434
|
-
) => any;
|
|
435
|
-
export declare const RenewalSummaryFilterSensitiveLog: (
|
|
436
|
-
obj: RenewalSummary
|
|
437
|
-
) => any;
|
|
438
|
-
export declare const CertificateDetailFilterSensitiveLog: (
|
|
439
|
-
obj: CertificateDetail
|
|
440
|
-
) => any;
|
|
441
|
-
export declare const DeleteCertificateRequestFilterSensitiveLog: (
|
|
442
|
-
obj: DeleteCertificateRequest
|
|
443
|
-
) => any;
|
|
444
|
-
export declare const DescribeCertificateRequestFilterSensitiveLog: (
|
|
445
|
-
obj: DescribeCertificateRequest
|
|
446
|
-
) => any;
|
|
447
|
-
export declare const DescribeCertificateResponseFilterSensitiveLog: (
|
|
448
|
-
obj: DescribeCertificateResponse
|
|
449
|
-
) => any;
|
|
450
418
|
export declare const ExportCertificateRequestFilterSensitiveLog: (
|
|
451
419
|
obj: ExportCertificateRequest
|
|
452
420
|
) => any;
|
|
453
421
|
export declare const ExportCertificateResponseFilterSensitiveLog: (
|
|
454
422
|
obj: ExportCertificateResponse
|
|
455
423
|
) => any;
|
|
456
|
-
export declare const ExpiryEventsConfigurationFilterSensitiveLog: (
|
|
457
|
-
obj: ExpiryEventsConfiguration
|
|
458
|
-
) => any;
|
|
459
|
-
export declare const GetAccountConfigurationResponseFilterSensitiveLog: (
|
|
460
|
-
obj: GetAccountConfigurationResponse
|
|
461
|
-
) => any;
|
|
462
|
-
export declare const GetCertificateRequestFilterSensitiveLog: (
|
|
463
|
-
obj: GetCertificateRequest
|
|
464
|
-
) => any;
|
|
465
|
-
export declare const GetCertificateResponseFilterSensitiveLog: (
|
|
466
|
-
obj: GetCertificateResponse
|
|
467
|
-
) => any;
|
|
468
424
|
export declare const ImportCertificateRequestFilterSensitiveLog: (
|
|
469
425
|
obj: ImportCertificateRequest
|
|
470
426
|
) => any;
|
|
471
|
-
export declare const ImportCertificateResponseFilterSensitiveLog: (
|
|
472
|
-
obj: ImportCertificateResponse
|
|
473
|
-
) => any;
|
|
474
|
-
export declare const FiltersFilterSensitiveLog: (obj: Filters) => any;
|
|
475
|
-
export declare const ListCertificatesRequestFilterSensitiveLog: (
|
|
476
|
-
obj: ListCertificatesRequest
|
|
477
|
-
) => any;
|
|
478
|
-
export declare const CertificateSummaryFilterSensitiveLog: (
|
|
479
|
-
obj: CertificateSummary
|
|
480
|
-
) => any;
|
|
481
|
-
export declare const ListCertificatesResponseFilterSensitiveLog: (
|
|
482
|
-
obj: ListCertificatesResponse
|
|
483
|
-
) => any;
|
|
484
|
-
export declare const ListTagsForCertificateRequestFilterSensitiveLog: (
|
|
485
|
-
obj: ListTagsForCertificateRequest
|
|
486
|
-
) => any;
|
|
487
|
-
export declare const ListTagsForCertificateResponseFilterSensitiveLog: (
|
|
488
|
-
obj: ListTagsForCertificateResponse
|
|
489
|
-
) => any;
|
|
490
|
-
export declare const PutAccountConfigurationRequestFilterSensitiveLog: (
|
|
491
|
-
obj: PutAccountConfigurationRequest
|
|
492
|
-
) => any;
|
|
493
|
-
export declare const RemoveTagsFromCertificateRequestFilterSensitiveLog: (
|
|
494
|
-
obj: RemoveTagsFromCertificateRequest
|
|
495
|
-
) => any;
|
|
496
|
-
export declare const RenewCertificateRequestFilterSensitiveLog: (
|
|
497
|
-
obj: RenewCertificateRequest
|
|
498
|
-
) => any;
|
|
499
|
-
export declare const DomainValidationOptionFilterSensitiveLog: (
|
|
500
|
-
obj: DomainValidationOption
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const RequestCertificateRequestFilterSensitiveLog: (
|
|
503
|
-
obj: RequestCertificateRequest
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const RequestCertificateResponseFilterSensitiveLog: (
|
|
506
|
-
obj: RequestCertificateResponse
|
|
507
|
-
) => any;
|
|
508
|
-
export declare const ResendValidationEmailRequestFilterSensitiveLog: (
|
|
509
|
-
obj: ResendValidationEmailRequest
|
|
510
|
-
) => any;
|
|
511
|
-
export declare const UpdateCertificateOptionsRequestFilterSensitiveLog: (
|
|
512
|
-
obj: UpdateCertificateOptionsRequest
|
|
513
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo acm"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|