@aws-sdk/client-acm 3.1108.0 → 3.1110.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/README.md +7 -0
- package/dist-cjs/index.js +105 -9
- package/dist-es/ACM.js +4 -0
- package/dist-es/commands/ListCertificateDomainValidationsCommand.js +4 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +8 -0
- package/dist-es/pagination/ListCertificateDomainValidationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +75 -8
- package/dist-types/ACM.d.ts +14 -0
- package/dist-types/ACMClient.d.ts +3 -2
- package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificateDomainValidationsCommand.d.ts +128 -0
- package/dist-types/commands/RequestCertificateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +24 -0
- package/dist-types/models/models_0.d.ts +209 -3
- package/dist-types/pagination/ListCertificateDomainValidationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/ACM.d.ts +24 -0
- package/dist-types/ts3.4/ACMClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListCertificateDomainValidationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +67 -0
- package/dist-types/ts3.4/pagination/ListCertificateDomainValidationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -335,6 +335,13 @@ ListAcmeExternalAccountBindings
|
|
|
335
335
|
</details>
|
|
336
336
|
<details>
|
|
337
337
|
<summary>
|
|
338
|
+
ListCertificateDomainValidations
|
|
339
|
+
</summary>
|
|
340
|
+
|
|
341
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/acm/command/ListCertificateDomainValidationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-acm/Interface/ListCertificateDomainValidationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-acm/Interface/ListCertificateDomainValidationsCommandOutput/)
|
|
342
|
+
</details>
|
|
343
|
+
<details>
|
|
344
|
+
<summary>
|
|
338
345
|
ListCertificates
|
|
339
346
|
</summary>
|
|
340
347
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -71,7 +71,7 @@ const commonParams = {
|
|
|
71
71
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
72
72
|
};
|
|
73
73
|
|
|
74
|
-
var version = "3.
|
|
74
|
+
var version = "3.1109.0";
|
|
75
75
|
var packageInfo = {
|
|
76
76
|
version: version};
|
|
77
77
|
|
|
@@ -385,6 +385,7 @@ const _AKA = "AllowedKeyAlgorithms";
|
|
|
385
385
|
const _ATTC = "AddTagsToCertificate";
|
|
386
386
|
const _ATTCR = "AddTagsToCertificateRequest";
|
|
387
387
|
const _AU = "AccountUrl";
|
|
388
|
+
const _AVC = "ActiveValidationConfiguration";
|
|
388
389
|
const _C = "Contacts";
|
|
389
390
|
const _CA = "CreatedAt";
|
|
390
391
|
const _CAA = "CertificateAuthorityArn";
|
|
@@ -463,10 +464,14 @@ const _DPD = "DnsPrevalidationDetails";
|
|
|
463
464
|
const _DPO = "DnsPrevalidationOptions";
|
|
464
465
|
const _DS = "DomainScope";
|
|
465
466
|
const _DV = "DomainValidation";
|
|
467
|
+
const _DVC = "DnsValidationChallenge";
|
|
466
468
|
const _DVL = "DomainValidationList";
|
|
469
|
+
const _DVMUS = "DomainValidationMethodUpdateSummary";
|
|
467
470
|
const _DVO = "DomainValidationOptions";
|
|
468
471
|
const _DVOL = "DomainValidationOptionList";
|
|
469
472
|
const _DVOo = "DomainValidationOption";
|
|
473
|
+
const _DVS = "DomainValidationSummary";
|
|
474
|
+
const _DVSL = "DomainValidationSummaryList";
|
|
470
475
|
const _E = "Exported";
|
|
471
476
|
const _EA = "ExpiresAt";
|
|
472
477
|
const _EAB = "ExternalAccountBinding";
|
|
@@ -482,14 +487,16 @@ const _EKUL = "ExtendedKeyUsageList";
|
|
|
482
487
|
const _EKUx = "ExtendedKeyUsage";
|
|
483
488
|
const _EO = "ExportOption";
|
|
484
489
|
const _EU = "EndpointUrl";
|
|
490
|
+
const _EVC = "EmailValidationChallenge";
|
|
485
491
|
const _En = "End";
|
|
486
492
|
const _Ex = "Export";
|
|
487
493
|
const _Exp = "Expiration";
|
|
488
|
-
const _F = "
|
|
494
|
+
const _F = "From";
|
|
489
495
|
const _FD = "FailureDetails";
|
|
490
496
|
const _FR = "FailureReason";
|
|
491
497
|
const _FS = "FilterStatement";
|
|
492
|
-
const _Fi = "
|
|
498
|
+
const _Fi = "Filters";
|
|
499
|
+
const _Fil = "Filter";
|
|
493
500
|
const _GAC = "GetAccountConfiguration";
|
|
494
501
|
const _GACR = "GetAccountConfigurationResponse";
|
|
495
502
|
const _GAEABC = "GetAcmeExternalAccountBindingCredentials";
|
|
@@ -544,6 +551,9 @@ const _LAEABRi = "ListAcmeExternalAccountBindingsResponse";
|
|
|
544
551
|
const _LAER = "ListAcmeEndpointsRequest";
|
|
545
552
|
const _LAERi = "ListAcmeEndpointsResponse";
|
|
546
553
|
const _LC = "ListCertificates";
|
|
554
|
+
const _LCDV = "ListCertificateDomainValidations";
|
|
555
|
+
const _LCDVR = "ListCertificateDomainValidationsRequest";
|
|
556
|
+
const _LCDVRi = "ListCertificateDomainValidationsResponse";
|
|
547
557
|
const _LCR = "ListCertificatesRequest";
|
|
548
558
|
const _LCRi = "ListCertificatesResponse";
|
|
549
559
|
const _LEE = "LimitExceededException";
|
|
@@ -590,6 +600,7 @@ const _RAAR = "RevokeAcmeAccountRequest";
|
|
|
590
600
|
const _RAEAB = "RevokeAcmeExternalAccountBinding";
|
|
591
601
|
const _RAEABR = "RevokeAcmeExternalAccountBindingRequest";
|
|
592
602
|
const _RAe = "ResourceArn";
|
|
603
|
+
const _RAeq = "RequestedAt";
|
|
593
604
|
const _RAo = "RoleArn";
|
|
594
605
|
const _RC = "RenewCertificate";
|
|
595
606
|
const _RCR = "RenewCertificateRequest";
|
|
@@ -614,6 +625,7 @@ const _RSe = "RenewalSummary";
|
|
|
614
625
|
const _RT = "RedirectTo";
|
|
615
626
|
const _RTFC = "RemoveTagsFromCertificate";
|
|
616
627
|
const _RTFCR = "RemoveTagsFromCertificateRequest";
|
|
628
|
+
const _RVC = "RequestedValidationConfiguration";
|
|
617
629
|
const _RVE = "ResendValidationEmail";
|
|
618
630
|
const _RVER = "ResendValidationEmailRequest";
|
|
619
631
|
const _Re = "Results";
|
|
@@ -651,6 +663,7 @@ const _TRi = "TimestampRange";
|
|
|
651
663
|
const _Ta = "Tags";
|
|
652
664
|
const _Tag = "Tag";
|
|
653
665
|
const _Ti = "Title";
|
|
666
|
+
const _To = "To";
|
|
654
667
|
const _UA = "UpdatedAt";
|
|
655
668
|
const _UADV = "UpdateAcmeDomainValidation";
|
|
656
669
|
const _UADVR = "UpdateAcmeDomainValidationRequest";
|
|
@@ -661,7 +674,10 @@ const _UCOR = "UpdateCertificateOptionsRequest";
|
|
|
661
674
|
const _UR = "UntagResource";
|
|
662
675
|
const _URI = "UniformResourceIdentifier";
|
|
663
676
|
const _URR = "UntagResourceRequest";
|
|
677
|
+
const _US = "UpdateSummary";
|
|
664
678
|
const _V = "Value";
|
|
679
|
+
const _VC = "ValidationConfiguration";
|
|
680
|
+
const _VCa = "ValidationChallenge";
|
|
665
681
|
const _VD = "ValidationDomain";
|
|
666
682
|
const _VE = "ValidationException";
|
|
667
683
|
const _VEa = "ValidationEmails";
|
|
@@ -858,13 +874,13 @@ var AddTagsToCertificateRequest$ = [3, n0, _ATTCR,
|
|
|
858
874
|
];
|
|
859
875
|
var CertificateDetail$ = [3, n0, _CD,
|
|
860
876
|
0,
|
|
861
|
-
[_CAer, _DN, _SAN, _MB, _DVO, _Se, _Su, _I, _CA, _IAs, _IA, _S, _RA, _RR, _NB, _NA, _KA, _SA, _IUB, _FR, _T, _RSe, _KU, _EKU, _CAA, _RE, _O, _CKPO, _AEA, _AAI],
|
|
862
|
-
[0, 0, 64 | 0, 0, () => DomainValidationList, 0, 0, 0, 4, 4, 4, 0, 4, 0, 4, 4, 0, 0, 64 | 0, 0, 0, () => RenewalSummary$, () => KeyUsageList, () => ExtendedKeyUsageList, 0, 0, () => CertificateOptions$, 0, 0, 0]
|
|
877
|
+
[_CAer, _DN, _SAN, _MB, _DVO, _Se, _Su, _I, _CA, _IAs, _IA, _S, _RA, _RR, _NB, _NA, _KA, _SA, _IUB, _FR, _T, _RSe, _KU, _EKU, _CAA, _RE, _O, _US, _CKPO, _AEA, _AAI],
|
|
878
|
+
[0, 0, 64 | 0, 0, () => DomainValidationList, 0, 0, 0, 4, 4, 4, 0, 4, 0, 4, 4, 0, 0, 64 | 0, 0, 0, () => RenewalSummary$, () => KeyUsageList, () => ExtendedKeyUsageList, 0, 0, () => CertificateOptions$, () => UpdateSummary$, 0, 0, 0]
|
|
863
879
|
];
|
|
864
880
|
var CertificateOptions$ = [3, n0, _CO,
|
|
865
881
|
0,
|
|
866
|
-
[_CTLP, _Ex],
|
|
867
|
-
[0, 0]
|
|
882
|
+
[_CTLP, _Ex, _VM],
|
|
883
|
+
[0, 0, 0]
|
|
868
884
|
];
|
|
869
885
|
var CertificateSearchResult$ = [3, n0, _CSR,
|
|
870
886
|
0,
|
|
@@ -1006,6 +1022,11 @@ var DnsPrevalidationOptions$ = [3, n0, _DPO,
|
|
|
1006
1022
|
[_DS, _HZI],
|
|
1007
1023
|
[() => DomainScope$, 0]
|
|
1008
1024
|
];
|
|
1025
|
+
var DnsValidationChallenge$ = [3, n0, _DVC,
|
|
1026
|
+
0,
|
|
1027
|
+
[_RRe],
|
|
1028
|
+
[() => ResourceRecord$]
|
|
1029
|
+
];
|
|
1009
1030
|
var DomainScope$ = [3, n0, _DS,
|
|
1010
1031
|
0,
|
|
1011
1032
|
[_ED, _Sub, _W],
|
|
@@ -1016,11 +1037,26 @@ var DomainValidation$ = [3, n0, _DV,
|
|
|
1016
1037
|
[_DN, _VEa, _VD, _VS, _RRe, _HR, _VM],
|
|
1017
1038
|
[0, 64 | 0, 0, 0, () => ResourceRecord$, () => HttpRedirect$, 0], 1
|
|
1018
1039
|
];
|
|
1040
|
+
var DomainValidationMethodUpdateSummary$ = [3, n0, _DVMUS,
|
|
1041
|
+
0,
|
|
1042
|
+
[_F, _To],
|
|
1043
|
+
[0, 0]
|
|
1044
|
+
];
|
|
1019
1045
|
var DomainValidationOption$ = [3, n0, _DVOo,
|
|
1020
1046
|
0,
|
|
1021
1047
|
[_DN, _VD],
|
|
1022
1048
|
[0, 0], 2
|
|
1023
1049
|
];
|
|
1050
|
+
var DomainValidationSummary$ = [3, n0, _DVS,
|
|
1051
|
+
0,
|
|
1052
|
+
[_DN, _AVC, _RVC],
|
|
1053
|
+
[0, () => ValidationConfiguration$, () => ValidationConfiguration$], 1
|
|
1054
|
+
];
|
|
1055
|
+
var EmailValidationChallenge$ = [3, n0, _EVC,
|
|
1056
|
+
0,
|
|
1057
|
+
[_VEa, _VD],
|
|
1058
|
+
[64 | 0, 0]
|
|
1059
|
+
];
|
|
1024
1060
|
var Expiration$ = [3, n0, _Exp,
|
|
1025
1061
|
0,
|
|
1026
1062
|
[_V, _T],
|
|
@@ -1051,7 +1087,7 @@ var FailureDetails$ = [3, n0, _FD,
|
|
|
1051
1087
|
[_R, _M],
|
|
1052
1088
|
[0, 0]
|
|
1053
1089
|
];
|
|
1054
|
-
var Filters$ = [3, n0,
|
|
1090
|
+
var Filters$ = [3, n0, _Fi,
|
|
1055
1091
|
0,
|
|
1056
1092
|
[_eKU, _kU, _kT, _eO, _mB],
|
|
1057
1093
|
[64 | 0, 64 | 0, 64 | 0, 0, 0]
|
|
@@ -1141,6 +1177,16 @@ var ListAcmeExternalAccountBindingsResponse$ = [3, n0, _LAEABRi,
|
|
|
1141
1177
|
[_EABx, _NT],
|
|
1142
1178
|
[() => AcmeExternalAccountBindingList, 0]
|
|
1143
1179
|
];
|
|
1180
|
+
var ListCertificateDomainValidationsRequest$ = [3, n0, _LCDVR,
|
|
1181
|
+
0,
|
|
1182
|
+
[_CAer, _NT, _MI],
|
|
1183
|
+
[0, 0, 1], 1
|
|
1184
|
+
];
|
|
1185
|
+
var ListCertificateDomainValidationsResponse$ = [3, n0, _LCDVRi,
|
|
1186
|
+
0,
|
|
1187
|
+
[_DVSL, _NT],
|
|
1188
|
+
[() => DomainValidationSummaryList, 0]
|
|
1189
|
+
];
|
|
1144
1190
|
var ListCertificatesRequest$ = [3, n0, _LCR,
|
|
1145
1191
|
0,
|
|
1146
1192
|
[_CSe, _CKPOe, _Inc, _NT, _MI, _SB, _SO],
|
|
@@ -1291,6 +1337,16 @@ var UpdateCertificateOptionsRequest$ = [3, n0, _UCOR,
|
|
|
1291
1337
|
[_CAer, _O],
|
|
1292
1338
|
[0, () => CertificateOptions$], 2
|
|
1293
1339
|
];
|
|
1340
|
+
var UpdateSummary$ = [3, n0, _US,
|
|
1341
|
+
0,
|
|
1342
|
+
[_S, _T, _DVMUS, _RAeq, _UA],
|
|
1343
|
+
[0, 0, () => DomainValidationMethodUpdateSummary$, 4, 4]
|
|
1344
|
+
];
|
|
1345
|
+
var ValidationConfiguration$ = [3, n0, _VC,
|
|
1346
|
+
0,
|
|
1347
|
+
[_VM, _VCa, _VS],
|
|
1348
|
+
[0, () => ValidationChallenge$, 0]
|
|
1349
|
+
];
|
|
1294
1350
|
var X509Attributes$ = [3, n0, _XA,
|
|
1295
1351
|
0,
|
|
1296
1352
|
[_I, _Su, _SAN, _EKU, _KA, _KU, _SN, _NA, _NB],
|
|
@@ -1331,6 +1387,9 @@ var DomainValidationList = [1, n0, _DVL,
|
|
|
1331
1387
|
var DomainValidationOptionList = [1, n0, _DVOL,
|
|
1332
1388
|
0, () => DomainValidationOption$
|
|
1333
1389
|
];
|
|
1390
|
+
var DomainValidationSummaryList = [1, n0, _DVSL,
|
|
1391
|
+
0, () => DomainValidationSummary$
|
|
1392
|
+
];
|
|
1334
1393
|
var ExtendedKeyUsageList = [1, n0, _EKUL,
|
|
1335
1394
|
0, () => ExtendedKeyUsage$
|
|
1336
1395
|
];
|
|
@@ -1363,7 +1422,7 @@ var CertificateFilter$ = [4, n0, _CF,
|
|
|
1363
1422
|
];
|
|
1364
1423
|
var CertificateFilterStatement$ = [4, n0, _CFS,
|
|
1365
1424
|
0,
|
|
1366
|
-
[_A, _Or_, _No,
|
|
1425
|
+
[_A, _Or_, _No, _Fil],
|
|
1367
1426
|
[() => CertificateFilterStatementList, () => CertificateFilterStatementList, () => CertificateFilterStatement$, () => CertificateFilter$]
|
|
1368
1427
|
];
|
|
1369
1428
|
var CertificateMetadata$ = [4, n0, _CM,
|
|
@@ -1396,6 +1455,11 @@ var SubjectFilter$ = [4, n0, _SF,
|
|
|
1396
1455
|
[_CN],
|
|
1397
1456
|
[() => CommonNameFilter$]
|
|
1398
1457
|
];
|
|
1458
|
+
var ValidationChallenge$ = [4, n0, _VCa,
|
|
1459
|
+
0,
|
|
1460
|
+
[_EVC, _DVC],
|
|
1461
|
+
[() => EmailValidationChallenge$, () => DnsValidationChallenge$]
|
|
1462
|
+
];
|
|
1399
1463
|
var X509AttributeFilter$ = [4, n0, _XAF,
|
|
1400
1464
|
0,
|
|
1401
1465
|
[_Su, _SANu, _EKUx, _KUe, _KA, _SN, _NA, _NB],
|
|
@@ -1467,6 +1531,9 @@ var ListAcmeEndpoints$ = [9, n0, _LAE,
|
|
|
1467
1531
|
var ListAcmeExternalAccountBindings$ = [9, n0, _LAEAB,
|
|
1468
1532
|
0, () => ListAcmeExternalAccountBindingsRequest$, () => ListAcmeExternalAccountBindingsResponse$
|
|
1469
1533
|
];
|
|
1534
|
+
var ListCertificateDomainValidations$ = [9, n0, _LCDV,
|
|
1535
|
+
0, () => ListCertificateDomainValidationsRequest$, () => ListCertificateDomainValidationsResponse$
|
|
1536
|
+
];
|
|
1470
1537
|
var ListCertificates$ = [9, n0, _LC,
|
|
1471
1538
|
0, () => ListCertificatesRequest$, () => ListCertificatesResponse$
|
|
1472
1539
|
];
|
|
@@ -1740,6 +1807,9 @@ class ListAcmeEndpointsCommand extends command(_ep1, _mw0, "ListAcmeEndpoints",
|
|
|
1740
1807
|
class ListAcmeExternalAccountBindingsCommand extends command(_ep1, _mw0, "ListAcmeExternalAccountBindings", ListAcmeExternalAccountBindings$) {
|
|
1741
1808
|
}
|
|
1742
1809
|
|
|
1810
|
+
class ListCertificateDomainValidationsCommand extends command(_ep0, _mw0, "ListCertificateDomainValidations", ListCertificateDomainValidations$) {
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1743
1813
|
class ListCertificatesCommand extends command(_ep0, _mw0, "ListCertificates", ListCertificates$) {
|
|
1744
1814
|
}
|
|
1745
1815
|
|
|
@@ -1799,6 +1869,8 @@ const paginateListAcmeEndpoints = createPaginator(ACMClient, ListAcmeEndpointsCo
|
|
|
1799
1869
|
|
|
1800
1870
|
const paginateListAcmeExternalAccountBindings = createPaginator(ACMClient, ListAcmeExternalAccountBindingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1801
1871
|
|
|
1872
|
+
const paginateListCertificateDomainValidations = createPaginator(ACMClient, ListCertificateDomainValidationsCommand, "NextToken", "NextToken", "MaxItems");
|
|
1873
|
+
|
|
1802
1874
|
const paginateListCertificates = createPaginator(ACMClient, ListCertificatesCommand, "NextToken", "NextToken", "MaxItems");
|
|
1803
1875
|
|
|
1804
1876
|
const paginateSearchCertificates = createPaginator(ACMClient, SearchCertificatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -2053,6 +2125,7 @@ const commands = {
|
|
|
2053
2125
|
ListAcmeDomainValidationsCommand,
|
|
2054
2126
|
ListAcmeEndpointsCommand,
|
|
2055
2127
|
ListAcmeExternalAccountBindingsCommand,
|
|
2128
|
+
ListCertificateDomainValidationsCommand,
|
|
2056
2129
|
ListCertificatesCommand,
|
|
2057
2130
|
ListTagsForCertificateCommand,
|
|
2058
2131
|
ListTagsForResourceCommand,
|
|
@@ -2076,6 +2149,7 @@ const paginators = {
|
|
|
2076
2149
|
paginateListAcmeDomainValidations,
|
|
2077
2150
|
paginateListAcmeEndpoints,
|
|
2078
2151
|
paginateListAcmeExternalAccountBindings,
|
|
2152
|
+
paginateListCertificateDomainValidations,
|
|
2079
2153
|
paginateListCertificates,
|
|
2080
2154
|
paginateSearchCertificates,
|
|
2081
2155
|
};
|
|
@@ -2258,6 +2332,14 @@ const RevocationReason = {
|
|
|
2258
2332
|
SUPERSEDED: "SUPERSEDED",
|
|
2259
2333
|
UNSPECIFIED: "UNSPECIFIED",
|
|
2260
2334
|
};
|
|
2335
|
+
const UpdateStatus = {
|
|
2336
|
+
FAILED: "FAILED",
|
|
2337
|
+
PENDING_DOMAIN_VALIDATION: "PENDING_DOMAIN_VALIDATION",
|
|
2338
|
+
SUCCESS: "SUCCESS",
|
|
2339
|
+
};
|
|
2340
|
+
const UpdateType = {
|
|
2341
|
+
DOMAIN_VALIDATION_METHOD: "DOMAIN_VALIDATION_METHOD",
|
|
2342
|
+
};
|
|
2261
2343
|
const ComparisonOperator = {
|
|
2262
2344
|
CONTAINS: "CONTAINS",
|
|
2263
2345
|
EQUALS: "EQUALS",
|
|
@@ -2394,11 +2476,15 @@ exports.DistinguishedName$ = DistinguishedName$;
|
|
|
2394
2476
|
exports.DnsNameFilter$ = DnsNameFilter$;
|
|
2395
2477
|
exports.DnsPrevalidationDetails$ = DnsPrevalidationDetails$;
|
|
2396
2478
|
exports.DnsPrevalidationOptions$ = DnsPrevalidationOptions$;
|
|
2479
|
+
exports.DnsValidationChallenge$ = DnsValidationChallenge$;
|
|
2397
2480
|
exports.DomainScope$ = DomainScope$;
|
|
2398
2481
|
exports.DomainScopeOption = DomainScopeOption;
|
|
2399
2482
|
exports.DomainStatus = DomainStatus;
|
|
2400
2483
|
exports.DomainValidation$ = DomainValidation$;
|
|
2484
|
+
exports.DomainValidationMethodUpdateSummary$ = DomainValidationMethodUpdateSummary$;
|
|
2401
2485
|
exports.DomainValidationOption$ = DomainValidationOption$;
|
|
2486
|
+
exports.DomainValidationSummary$ = DomainValidationSummary$;
|
|
2487
|
+
exports.EmailValidationChallenge$ = EmailValidationChallenge$;
|
|
2402
2488
|
exports.Expiration$ = Expiration$;
|
|
2403
2489
|
exports.ExpiryEventsConfiguration$ = ExpiryEventsConfiguration$;
|
|
2404
2490
|
exports.ExportCertificate$ = ExportCertificate$;
|
|
@@ -2462,6 +2548,10 @@ exports.ListAcmeExternalAccountBindings$ = ListAcmeExternalAccountBindings$;
|
|
|
2462
2548
|
exports.ListAcmeExternalAccountBindingsCommand = ListAcmeExternalAccountBindingsCommand;
|
|
2463
2549
|
exports.ListAcmeExternalAccountBindingsRequest$ = ListAcmeExternalAccountBindingsRequest$;
|
|
2464
2550
|
exports.ListAcmeExternalAccountBindingsResponse$ = ListAcmeExternalAccountBindingsResponse$;
|
|
2551
|
+
exports.ListCertificateDomainValidations$ = ListCertificateDomainValidations$;
|
|
2552
|
+
exports.ListCertificateDomainValidationsCommand = ListCertificateDomainValidationsCommand;
|
|
2553
|
+
exports.ListCertificateDomainValidationsRequest$ = ListCertificateDomainValidationsRequest$;
|
|
2554
|
+
exports.ListCertificateDomainValidationsResponse$ = ListCertificateDomainValidationsResponse$;
|
|
2465
2555
|
exports.ListCertificates$ = ListCertificates$;
|
|
2466
2556
|
exports.ListCertificatesCommand = ListCertificatesCommand;
|
|
2467
2557
|
exports.ListCertificatesRequest$ = ListCertificatesRequest$;
|
|
@@ -2555,6 +2645,11 @@ exports.UpdateAcmeEndpointRequest$ = UpdateAcmeEndpointRequest$;
|
|
|
2555
2645
|
exports.UpdateCertificateOptions$ = UpdateCertificateOptions$;
|
|
2556
2646
|
exports.UpdateCertificateOptionsCommand = UpdateCertificateOptionsCommand;
|
|
2557
2647
|
exports.UpdateCertificateOptionsRequest$ = UpdateCertificateOptionsRequest$;
|
|
2648
|
+
exports.UpdateStatus = UpdateStatus;
|
|
2649
|
+
exports.UpdateSummary$ = UpdateSummary$;
|
|
2650
|
+
exports.UpdateType = UpdateType;
|
|
2651
|
+
exports.ValidationChallenge$ = ValidationChallenge$;
|
|
2652
|
+
exports.ValidationConfiguration$ = ValidationConfiguration$;
|
|
2558
2653
|
exports.ValidationException = ValidationException;
|
|
2559
2654
|
exports.ValidationException$ = ValidationException$;
|
|
2560
2655
|
exports.ValidationMethod = ValidationMethod;
|
|
@@ -2565,6 +2660,7 @@ exports.paginateListAcmeAccounts = paginateListAcmeAccounts;
|
|
|
2565
2660
|
exports.paginateListAcmeDomainValidations = paginateListAcmeDomainValidations;
|
|
2566
2661
|
exports.paginateListAcmeEndpoints = paginateListAcmeEndpoints;
|
|
2567
2662
|
exports.paginateListAcmeExternalAccountBindings = paginateListAcmeExternalAccountBindings;
|
|
2663
|
+
exports.paginateListCertificateDomainValidations = paginateListCertificateDomainValidations;
|
|
2568
2664
|
exports.paginateListCertificates = paginateListCertificates;
|
|
2569
2665
|
exports.paginateSearchCertificates = paginateSearchCertificates;
|
|
2570
2666
|
exports.waitForAcmeDomainValidationDeleted = waitForAcmeDomainValidationDeleted;
|
package/dist-es/ACM.js
CHANGED
|
@@ -22,6 +22,7 @@ import { ListAcmeAccountsCommand, } from "./commands/ListAcmeAccountsCommand";
|
|
|
22
22
|
import { ListAcmeDomainValidationsCommand, } from "./commands/ListAcmeDomainValidationsCommand";
|
|
23
23
|
import { ListAcmeEndpointsCommand, } from "./commands/ListAcmeEndpointsCommand";
|
|
24
24
|
import { ListAcmeExternalAccountBindingsCommand, } from "./commands/ListAcmeExternalAccountBindingsCommand";
|
|
25
|
+
import { ListCertificateDomainValidationsCommand, } from "./commands/ListCertificateDomainValidationsCommand";
|
|
25
26
|
import { ListCertificatesCommand, } from "./commands/ListCertificatesCommand";
|
|
26
27
|
import { ListTagsForCertificateCommand, } from "./commands/ListTagsForCertificateCommand";
|
|
27
28
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
@@ -43,6 +44,7 @@ import { paginateListAcmeAccounts } from "./pagination/ListAcmeAccountsPaginator
|
|
|
43
44
|
import { paginateListAcmeDomainValidations } from "./pagination/ListAcmeDomainValidationsPaginator";
|
|
44
45
|
import { paginateListAcmeEndpoints } from "./pagination/ListAcmeEndpointsPaginator";
|
|
45
46
|
import { paginateListAcmeExternalAccountBindings } from "./pagination/ListAcmeExternalAccountBindingsPaginator";
|
|
47
|
+
import { paginateListCertificateDomainValidations } from "./pagination/ListCertificateDomainValidationsPaginator";
|
|
46
48
|
import { paginateListCertificates } from "./pagination/ListCertificatesPaginator";
|
|
47
49
|
import { paginateSearchCertificates } from "./pagination/SearchCertificatesPaginator";
|
|
48
50
|
import { waitUntilAcmeDomainValidationDeleted } from "./waiters/waitForAcmeDomainValidationDeleted";
|
|
@@ -73,6 +75,7 @@ const commands = {
|
|
|
73
75
|
ListAcmeDomainValidationsCommand,
|
|
74
76
|
ListAcmeEndpointsCommand,
|
|
75
77
|
ListAcmeExternalAccountBindingsCommand,
|
|
78
|
+
ListCertificateDomainValidationsCommand,
|
|
76
79
|
ListCertificatesCommand,
|
|
77
80
|
ListTagsForCertificateCommand,
|
|
78
81
|
ListTagsForResourceCommand,
|
|
@@ -96,6 +99,7 @@ const paginators = {
|
|
|
96
99
|
paginateListAcmeDomainValidations,
|
|
97
100
|
paginateListAcmeEndpoints,
|
|
98
101
|
paginateListAcmeExternalAccountBindings,
|
|
102
|
+
paginateListCertificateDomainValidations,
|
|
99
103
|
paginateListCertificates,
|
|
100
104
|
paginateSearchCertificates,
|
|
101
105
|
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { ListCertificateDomainValidations$ } from "../schemas/schemas_0";
|
|
3
|
+
export class ListCertificateDomainValidationsCommand extends command(_ep0, _mw0, "ListCertificateDomainValidations", ListCertificateDomainValidations$) {
|
|
4
|
+
}
|
|
@@ -20,6 +20,7 @@ export * from "./ListAcmeAccountsCommand";
|
|
|
20
20
|
export * from "./ListAcmeDomainValidationsCommand";
|
|
21
21
|
export * from "./ListAcmeEndpointsCommand";
|
|
22
22
|
export * from "./ListAcmeExternalAccountBindingsCommand";
|
|
23
|
+
export * from "./ListCertificateDomainValidationsCommand";
|
|
23
24
|
export * from "./ListCertificatesCommand";
|
|
24
25
|
export * from "./ListTagsForCertificateCommand";
|
|
25
26
|
export * from "./ListTagsForResourceCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -166,6 +166,14 @@ export const RevocationReason = {
|
|
|
166
166
|
SUPERSEDED: "SUPERSEDED",
|
|
167
167
|
UNSPECIFIED: "UNSPECIFIED",
|
|
168
168
|
};
|
|
169
|
+
export const UpdateStatus = {
|
|
170
|
+
FAILED: "FAILED",
|
|
171
|
+
PENDING_DOMAIN_VALIDATION: "PENDING_DOMAIN_VALIDATION",
|
|
172
|
+
SUCCESS: "SUCCESS",
|
|
173
|
+
};
|
|
174
|
+
export const UpdateType = {
|
|
175
|
+
DOMAIN_VALIDATION_METHOD: "DOMAIN_VALIDATION_METHOD",
|
|
176
|
+
};
|
|
169
177
|
export const ComparisonOperator = {
|
|
170
178
|
CONTAINS: "CONTAINS",
|
|
171
179
|
EQUALS: "EQUALS",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ACMClient } from "../ACMClient";
|
|
3
|
+
import { ListCertificateDomainValidationsCommand, } from "../commands/ListCertificateDomainValidationsCommand";
|
|
4
|
+
export const paginateListCertificateDomainValidations = createPaginator(ACMClient, ListCertificateDomainValidationsCommand, "NextToken", "NextToken", "MaxItems");
|
|
@@ -3,5 +3,6 @@ export * from "./ListAcmeAccountsPaginator";
|
|
|
3
3
|
export * from "./ListAcmeDomainValidationsPaginator";
|
|
4
4
|
export * from "./ListAcmeEndpointsPaginator";
|
|
5
5
|
export * from "./ListAcmeExternalAccountBindingsPaginator";
|
|
6
|
+
export * from "./ListCertificateDomainValidationsPaginator";
|
|
6
7
|
export * from "./ListCertificatesPaginator";
|
|
7
8
|
export * from "./SearchCertificatesPaginator";
|
|
@@ -26,6 +26,7 @@ const _AKA = "AllowedKeyAlgorithms";
|
|
|
26
26
|
const _ATTC = "AddTagsToCertificate";
|
|
27
27
|
const _ATTCR = "AddTagsToCertificateRequest";
|
|
28
28
|
const _AU = "AccountUrl";
|
|
29
|
+
const _AVC = "ActiveValidationConfiguration";
|
|
29
30
|
const _C = "Contacts";
|
|
30
31
|
const _CA = "CreatedAt";
|
|
31
32
|
const _CAA = "CertificateAuthorityArn";
|
|
@@ -104,10 +105,14 @@ const _DPD = "DnsPrevalidationDetails";
|
|
|
104
105
|
const _DPO = "DnsPrevalidationOptions";
|
|
105
106
|
const _DS = "DomainScope";
|
|
106
107
|
const _DV = "DomainValidation";
|
|
108
|
+
const _DVC = "DnsValidationChallenge";
|
|
107
109
|
const _DVL = "DomainValidationList";
|
|
110
|
+
const _DVMUS = "DomainValidationMethodUpdateSummary";
|
|
108
111
|
const _DVO = "DomainValidationOptions";
|
|
109
112
|
const _DVOL = "DomainValidationOptionList";
|
|
110
113
|
const _DVOo = "DomainValidationOption";
|
|
114
|
+
const _DVS = "DomainValidationSummary";
|
|
115
|
+
const _DVSL = "DomainValidationSummaryList";
|
|
111
116
|
const _E = "Exported";
|
|
112
117
|
const _EA = "ExpiresAt";
|
|
113
118
|
const _EAB = "ExternalAccountBinding";
|
|
@@ -123,14 +128,16 @@ const _EKUL = "ExtendedKeyUsageList";
|
|
|
123
128
|
const _EKUx = "ExtendedKeyUsage";
|
|
124
129
|
const _EO = "ExportOption";
|
|
125
130
|
const _EU = "EndpointUrl";
|
|
131
|
+
const _EVC = "EmailValidationChallenge";
|
|
126
132
|
const _En = "End";
|
|
127
133
|
const _Ex = "Export";
|
|
128
134
|
const _Exp = "Expiration";
|
|
129
|
-
const _F = "
|
|
135
|
+
const _F = "From";
|
|
130
136
|
const _FD = "FailureDetails";
|
|
131
137
|
const _FR = "FailureReason";
|
|
132
138
|
const _FS = "FilterStatement";
|
|
133
|
-
const _Fi = "
|
|
139
|
+
const _Fi = "Filters";
|
|
140
|
+
const _Fil = "Filter";
|
|
134
141
|
const _GAC = "GetAccountConfiguration";
|
|
135
142
|
const _GACR = "GetAccountConfigurationResponse";
|
|
136
143
|
const _GAEABC = "GetAcmeExternalAccountBindingCredentials";
|
|
@@ -185,6 +192,9 @@ const _LAEABRi = "ListAcmeExternalAccountBindingsResponse";
|
|
|
185
192
|
const _LAER = "ListAcmeEndpointsRequest";
|
|
186
193
|
const _LAERi = "ListAcmeEndpointsResponse";
|
|
187
194
|
const _LC = "ListCertificates";
|
|
195
|
+
const _LCDV = "ListCertificateDomainValidations";
|
|
196
|
+
const _LCDVR = "ListCertificateDomainValidationsRequest";
|
|
197
|
+
const _LCDVRi = "ListCertificateDomainValidationsResponse";
|
|
188
198
|
const _LCR = "ListCertificatesRequest";
|
|
189
199
|
const _LCRi = "ListCertificatesResponse";
|
|
190
200
|
const _LEE = "LimitExceededException";
|
|
@@ -231,6 +241,7 @@ const _RAAR = "RevokeAcmeAccountRequest";
|
|
|
231
241
|
const _RAEAB = "RevokeAcmeExternalAccountBinding";
|
|
232
242
|
const _RAEABR = "RevokeAcmeExternalAccountBindingRequest";
|
|
233
243
|
const _RAe = "ResourceArn";
|
|
244
|
+
const _RAeq = "RequestedAt";
|
|
234
245
|
const _RAo = "RoleArn";
|
|
235
246
|
const _RC = "RenewCertificate";
|
|
236
247
|
const _RCR = "RenewCertificateRequest";
|
|
@@ -255,6 +266,7 @@ const _RSe = "RenewalSummary";
|
|
|
255
266
|
const _RT = "RedirectTo";
|
|
256
267
|
const _RTFC = "RemoveTagsFromCertificate";
|
|
257
268
|
const _RTFCR = "RemoveTagsFromCertificateRequest";
|
|
269
|
+
const _RVC = "RequestedValidationConfiguration";
|
|
258
270
|
const _RVE = "ResendValidationEmail";
|
|
259
271
|
const _RVER = "ResendValidationEmailRequest";
|
|
260
272
|
const _Re = "Results";
|
|
@@ -292,6 +304,7 @@ const _TRi = "TimestampRange";
|
|
|
292
304
|
const _Ta = "Tags";
|
|
293
305
|
const _Tag = "Tag";
|
|
294
306
|
const _Ti = "Title";
|
|
307
|
+
const _To = "To";
|
|
295
308
|
const _UA = "UpdatedAt";
|
|
296
309
|
const _UADV = "UpdateAcmeDomainValidation";
|
|
297
310
|
const _UADVR = "UpdateAcmeDomainValidationRequest";
|
|
@@ -302,7 +315,10 @@ const _UCOR = "UpdateCertificateOptionsRequest";
|
|
|
302
315
|
const _UR = "UntagResource";
|
|
303
316
|
const _URI = "UniformResourceIdentifier";
|
|
304
317
|
const _URR = "UntagResourceRequest";
|
|
318
|
+
const _US = "UpdateSummary";
|
|
305
319
|
const _V = "Value";
|
|
320
|
+
const _VC = "ValidationConfiguration";
|
|
321
|
+
const _VCa = "ValidationChallenge";
|
|
306
322
|
const _VD = "ValidationDomain";
|
|
307
323
|
const _VE = "ValidationException";
|
|
308
324
|
const _VEa = "ValidationEmails";
|
|
@@ -502,13 +518,13 @@ export var AddTagsToCertificateRequest$ = [3, n0, _ATTCR,
|
|
|
502
518
|
];
|
|
503
519
|
export var CertificateDetail$ = [3, n0, _CD,
|
|
504
520
|
0,
|
|
505
|
-
[_CAer, _DN, _SAN, _MB, _DVO, _Se, _Su, _I, _CA, _IAs, _IA, _S, _RA, _RR, _NB, _NA, _KA, _SA, _IUB, _FR, _T, _RSe, _KU, _EKU, _CAA, _RE, _O, _CKPO, _AEA, _AAI],
|
|
506
|
-
[0, 0, 64 | 0, 0, () => DomainValidationList, 0, 0, 0, 4, 4, 4, 0, 4, 0, 4, 4, 0, 0, 64 | 0, 0, 0, () => RenewalSummary$, () => KeyUsageList, () => ExtendedKeyUsageList, 0, 0, () => CertificateOptions$, 0, 0, 0]
|
|
521
|
+
[_CAer, _DN, _SAN, _MB, _DVO, _Se, _Su, _I, _CA, _IAs, _IA, _S, _RA, _RR, _NB, _NA, _KA, _SA, _IUB, _FR, _T, _RSe, _KU, _EKU, _CAA, _RE, _O, _US, _CKPO, _AEA, _AAI],
|
|
522
|
+
[0, 0, 64 | 0, 0, () => DomainValidationList, 0, 0, 0, 4, 4, 4, 0, 4, 0, 4, 4, 0, 0, 64 | 0, 0, 0, () => RenewalSummary$, () => KeyUsageList, () => ExtendedKeyUsageList, 0, 0, () => CertificateOptions$, () => UpdateSummary$, 0, 0, 0]
|
|
507
523
|
];
|
|
508
524
|
export var CertificateOptions$ = [3, n0, _CO,
|
|
509
525
|
0,
|
|
510
|
-
[_CTLP, _Ex],
|
|
511
|
-
[0, 0]
|
|
526
|
+
[_CTLP, _Ex, _VM],
|
|
527
|
+
[0, 0, 0]
|
|
512
528
|
];
|
|
513
529
|
export var CertificateSearchResult$ = [3, n0, _CSR,
|
|
514
530
|
0,
|
|
@@ -650,6 +666,11 @@ export var DnsPrevalidationOptions$ = [3, n0, _DPO,
|
|
|
650
666
|
[_DS, _HZI],
|
|
651
667
|
[() => DomainScope$, 0]
|
|
652
668
|
];
|
|
669
|
+
export var DnsValidationChallenge$ = [3, n0, _DVC,
|
|
670
|
+
0,
|
|
671
|
+
[_RRe],
|
|
672
|
+
[() => ResourceRecord$]
|
|
673
|
+
];
|
|
653
674
|
export var DomainScope$ = [3, n0, _DS,
|
|
654
675
|
0,
|
|
655
676
|
[_ED, _Sub, _W],
|
|
@@ -660,11 +681,26 @@ export var DomainValidation$ = [3, n0, _DV,
|
|
|
660
681
|
[_DN, _VEa, _VD, _VS, _RRe, _HR, _VM],
|
|
661
682
|
[0, 64 | 0, 0, 0, () => ResourceRecord$, () => HttpRedirect$, 0], 1
|
|
662
683
|
];
|
|
684
|
+
export var DomainValidationMethodUpdateSummary$ = [3, n0, _DVMUS,
|
|
685
|
+
0,
|
|
686
|
+
[_F, _To],
|
|
687
|
+
[0, 0]
|
|
688
|
+
];
|
|
663
689
|
export var DomainValidationOption$ = [3, n0, _DVOo,
|
|
664
690
|
0,
|
|
665
691
|
[_DN, _VD],
|
|
666
692
|
[0, 0], 2
|
|
667
693
|
];
|
|
694
|
+
export var DomainValidationSummary$ = [3, n0, _DVS,
|
|
695
|
+
0,
|
|
696
|
+
[_DN, _AVC, _RVC],
|
|
697
|
+
[0, () => ValidationConfiguration$, () => ValidationConfiguration$], 1
|
|
698
|
+
];
|
|
699
|
+
export var EmailValidationChallenge$ = [3, n0, _EVC,
|
|
700
|
+
0,
|
|
701
|
+
[_VEa, _VD],
|
|
702
|
+
[64 | 0, 0]
|
|
703
|
+
];
|
|
668
704
|
export var Expiration$ = [3, n0, _Exp,
|
|
669
705
|
0,
|
|
670
706
|
[_V, _T],
|
|
@@ -695,7 +731,7 @@ export var FailureDetails$ = [3, n0, _FD,
|
|
|
695
731
|
[_R, _M],
|
|
696
732
|
[0, 0]
|
|
697
733
|
];
|
|
698
|
-
export var Filters$ = [3, n0,
|
|
734
|
+
export var Filters$ = [3, n0, _Fi,
|
|
699
735
|
0,
|
|
700
736
|
[_eKU, _kU, _kT, _eO, _mB],
|
|
701
737
|
[64 | 0, 64 | 0, 64 | 0, 0, 0]
|
|
@@ -785,6 +821,16 @@ export var ListAcmeExternalAccountBindingsResponse$ = [3, n0, _LAEABRi,
|
|
|
785
821
|
[_EABx, _NT],
|
|
786
822
|
[() => AcmeExternalAccountBindingList, 0]
|
|
787
823
|
];
|
|
824
|
+
export var ListCertificateDomainValidationsRequest$ = [3, n0, _LCDVR,
|
|
825
|
+
0,
|
|
826
|
+
[_CAer, _NT, _MI],
|
|
827
|
+
[0, 0, 1], 1
|
|
828
|
+
];
|
|
829
|
+
export var ListCertificateDomainValidationsResponse$ = [3, n0, _LCDVRi,
|
|
830
|
+
0,
|
|
831
|
+
[_DVSL, _NT],
|
|
832
|
+
[() => DomainValidationSummaryList, 0]
|
|
833
|
+
];
|
|
788
834
|
export var ListCertificatesRequest$ = [3, n0, _LCR,
|
|
789
835
|
0,
|
|
790
836
|
[_CSe, _CKPOe, _Inc, _NT, _MI, _SB, _SO],
|
|
@@ -935,6 +981,16 @@ export var UpdateCertificateOptionsRequest$ = [3, n0, _UCOR,
|
|
|
935
981
|
[_CAer, _O],
|
|
936
982
|
[0, () => CertificateOptions$], 2
|
|
937
983
|
];
|
|
984
|
+
export var UpdateSummary$ = [3, n0, _US,
|
|
985
|
+
0,
|
|
986
|
+
[_S, _T, _DVMUS, _RAeq, _UA],
|
|
987
|
+
[0, 0, () => DomainValidationMethodUpdateSummary$, 4, 4]
|
|
988
|
+
];
|
|
989
|
+
export var ValidationConfiguration$ = [3, n0, _VC,
|
|
990
|
+
0,
|
|
991
|
+
[_VM, _VCa, _VS],
|
|
992
|
+
[0, () => ValidationChallenge$, 0]
|
|
993
|
+
];
|
|
938
994
|
export var X509Attributes$ = [3, n0, _XA,
|
|
939
995
|
0,
|
|
940
996
|
[_I, _Su, _SAN, _EKU, _KA, _KU, _SN, _NA, _NB],
|
|
@@ -979,6 +1035,9 @@ var DomainValidationList = [1, n0, _DVL,
|
|
|
979
1035
|
var DomainValidationOptionList = [1, n0, _DVOL,
|
|
980
1036
|
0, () => DomainValidationOption$
|
|
981
1037
|
];
|
|
1038
|
+
var DomainValidationSummaryList = [1, n0, _DVSL,
|
|
1039
|
+
0, () => DomainValidationSummary$
|
|
1040
|
+
];
|
|
982
1041
|
var ExtendedKeyUsageFilterList = 64 | 0;
|
|
983
1042
|
var ExtendedKeyUsageList = [1, n0, _EKUL,
|
|
984
1043
|
0, () => ExtendedKeyUsage$
|
|
@@ -1020,7 +1079,7 @@ export var CertificateFilter$ = [4, n0, _CF,
|
|
|
1020
1079
|
];
|
|
1021
1080
|
export var CertificateFilterStatement$ = [4, n0, _CFS,
|
|
1022
1081
|
0,
|
|
1023
|
-
[_A, _Or_, _No,
|
|
1082
|
+
[_A, _Or_, _No, _Fil],
|
|
1024
1083
|
[() => CertificateFilterStatementList, () => CertificateFilterStatementList, () => CertificateFilterStatement$, () => CertificateFilter$]
|
|
1025
1084
|
];
|
|
1026
1085
|
export var CertificateMetadata$ = [4, n0, _CM,
|
|
@@ -1053,6 +1112,11 @@ export var SubjectFilter$ = [4, n0, _SF,
|
|
|
1053
1112
|
[_CN],
|
|
1054
1113
|
[() => CommonNameFilter$]
|
|
1055
1114
|
];
|
|
1115
|
+
export var ValidationChallenge$ = [4, n0, _VCa,
|
|
1116
|
+
0,
|
|
1117
|
+
[_EVC, _DVC],
|
|
1118
|
+
[() => EmailValidationChallenge$, () => DnsValidationChallenge$]
|
|
1119
|
+
];
|
|
1056
1120
|
export var X509AttributeFilter$ = [4, n0, _XAF,
|
|
1057
1121
|
0,
|
|
1058
1122
|
[_Su, _SANu, _EKUx, _KUe, _KA, _SN, _NA, _NB],
|
|
@@ -1124,6 +1188,9 @@ export var ListAcmeEndpoints$ = [9, n0, _LAE,
|
|
|
1124
1188
|
export var ListAcmeExternalAccountBindings$ = [9, n0, _LAEAB,
|
|
1125
1189
|
0, () => ListAcmeExternalAccountBindingsRequest$, () => ListAcmeExternalAccountBindingsResponse$
|
|
1126
1190
|
];
|
|
1191
|
+
export var ListCertificateDomainValidations$ = [9, n0, _LCDV,
|
|
1192
|
+
0, () => ListCertificateDomainValidationsRequest$, () => ListCertificateDomainValidationsResponse$
|
|
1193
|
+
];
|
|
1127
1194
|
export var ListCertificates$ = [9, n0, _LC,
|
|
1128
1195
|
0, () => ListCertificatesRequest$, () => ListCertificatesResponse$
|
|
1129
1196
|
];
|
package/dist-types/ACM.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ import { type ListAcmeAccountsCommandInput, type ListAcmeAccountsCommandOutput }
|
|
|
23
23
|
import { type ListAcmeDomainValidationsCommandInput, type ListAcmeDomainValidationsCommandOutput } from "./commands/ListAcmeDomainValidationsCommand";
|
|
24
24
|
import { type ListAcmeEndpointsCommandInput, type ListAcmeEndpointsCommandOutput } from "./commands/ListAcmeEndpointsCommand";
|
|
25
25
|
import { type ListAcmeExternalAccountBindingsCommandInput, type ListAcmeExternalAccountBindingsCommandOutput } from "./commands/ListAcmeExternalAccountBindingsCommand";
|
|
26
|
+
import { type ListCertificateDomainValidationsCommandInput, type ListCertificateDomainValidationsCommandOutput } from "./commands/ListCertificateDomainValidationsCommand";
|
|
26
27
|
import { type ListCertificatesCommandInput, type ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
|
|
27
28
|
import { type ListTagsForCertificateCommandInput, type ListTagsForCertificateCommandOutput } from "./commands/ListTagsForCertificateCommand";
|
|
28
29
|
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
@@ -176,6 +177,12 @@ export interface ACM {
|
|
|
176
177
|
listAcmeExternalAccountBindings(args: ListAcmeExternalAccountBindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListAcmeExternalAccountBindingsCommandOutput>;
|
|
177
178
|
listAcmeExternalAccountBindings(args: ListAcmeExternalAccountBindingsCommandInput, cb: (err: any, data?: ListAcmeExternalAccountBindingsCommandOutput) => void): void;
|
|
178
179
|
listAcmeExternalAccountBindings(args: ListAcmeExternalAccountBindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAcmeExternalAccountBindingsCommandOutput) => void): void;
|
|
180
|
+
/**
|
|
181
|
+
* @see {@link ListCertificateDomainValidationsCommand}
|
|
182
|
+
*/
|
|
183
|
+
listCertificateDomainValidations(args: ListCertificateDomainValidationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCertificateDomainValidationsCommandOutput>;
|
|
184
|
+
listCertificateDomainValidations(args: ListCertificateDomainValidationsCommandInput, cb: (err: any, data?: ListCertificateDomainValidationsCommandOutput) => void): void;
|
|
185
|
+
listCertificateDomainValidations(args: ListCertificateDomainValidationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificateDomainValidationsCommandOutput) => void): void;
|
|
179
186
|
/**
|
|
180
187
|
* @see {@link ListCertificatesCommand}
|
|
181
188
|
*/
|
|
@@ -308,6 +315,13 @@ export interface ACM {
|
|
|
308
315
|
* @returns AsyncIterable of {@link ListAcmeExternalAccountBindingsCommandOutput}.
|
|
309
316
|
*/
|
|
310
317
|
paginateListAcmeExternalAccountBindings(args: ListAcmeExternalAccountBindingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAcmeExternalAccountBindingsCommandOutput>;
|
|
318
|
+
/**
|
|
319
|
+
* @see {@link ListCertificateDomainValidationsCommand}
|
|
320
|
+
* @param args - command input.
|
|
321
|
+
* @param paginationConfig - optional pagination config.
|
|
322
|
+
* @returns AsyncIterable of {@link ListCertificateDomainValidationsCommandOutput}.
|
|
323
|
+
*/
|
|
324
|
+
paginateListCertificateDomainValidations(args: ListCertificateDomainValidationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCertificateDomainValidationsCommandOutput>;
|
|
311
325
|
/**
|
|
312
326
|
* @see {@link ListCertificatesCommand}
|
|
313
327
|
* @param args - command input.
|