@aws-sdk/client-acm 3.1020.0 → 3.1022.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 (38) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +81 -32
  3. package/dist-cjs/models/errors.js +2 -0
  4. package/dist-cjs/schemas/schemas_0.js +230 -48
  5. package/dist-es/ACM.js +4 -0
  6. package/dist-es/commands/SearchCertificatesCommand.js +16 -0
  7. package/dist-es/commands/index.js +1 -0
  8. package/dist-es/models/enums.js +60 -32
  9. package/dist-es/models/errors.js +2 -0
  10. package/dist-es/pagination/SearchCertificatesPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/schemas/schemas_0.js +228 -46
  13. package/dist-types/ACM.d.ts +15 -0
  14. package/dist-types/ACMClient.d.ts +3 -2
  15. package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  16. package/dist-types/commands/ExportCertificateCommand.d.ts +4 -1
  17. package/dist-types/commands/ImportCertificateCommand.d.ts +3 -0
  18. package/dist-types/commands/RenewCertificateCommand.d.ts +1 -1
  19. package/dist-types/commands/RevokeCertificateCommand.d.ts +1 -1
  20. package/dist-types/commands/SearchCertificatesCommand.d.ts +303 -0
  21. package/dist-types/commands/index.d.ts +1 -0
  22. package/dist-types/models/enums.d.ts +122 -70
  23. package/dist-types/models/errors.d.ts +6 -0
  24. package/dist-types/models/models_0.d.ts +1062 -6
  25. package/dist-types/pagination/SearchCertificatesPaginator.d.ts +7 -0
  26. package/dist-types/pagination/index.d.ts +1 -0
  27. package/dist-types/schemas/schemas_0.d.ts +22 -1
  28. package/dist-types/ts3.4/ACM.d.ts +25 -0
  29. package/dist-types/ts3.4/ACMClient.d.ts +6 -0
  30. package/dist-types/ts3.4/commands/SearchCertificatesCommand.d.ts +51 -0
  31. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  32. package/dist-types/ts3.4/models/enums.d.ts +78 -44
  33. package/dist-types/ts3.4/models/errors.d.ts +2 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +570 -0
  35. package/dist-types/ts3.4/pagination/SearchCertificatesPaginator.d.ts +11 -0
  36. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  37. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  38. package/package.json +6 -6
@@ -1,32 +1,54 @@
1
+ const _A = "And";
2
+ const _ACM = "AcmCertificateMetadata";
3
+ const _ACMF = "AcmCertificateMetadataFilter";
1
4
  const _ADE = "AccessDeniedException";
2
5
  const _ATTC = "AddTagsToCertificate";
3
6
  const _ATTCR = "AddTagsToCertificateRequest";
4
7
  const _C = "Certificate";
5
- const _CA = "CertificateArn";
8
+ const _CA = "CreatedAt";
6
9
  const _CAA = "CertificateAuthorityArn";
7
- const _CAr = "CreatedAt";
10
+ const _CAL = "CustomAttributeList";
11
+ const _CAe = "CertificateArn";
12
+ const _CAu = "CustomAttribute";
13
+ const _CAus = "CustomAttributes";
8
14
  const _CC = "CertificateChain";
9
15
  const _CD = "CertificateDetail";
10
16
  const _CE = "ConflictException";
17
+ const _CF = "CertificateFilter";
18
+ const _CFS = "CertificateFilterStatement";
19
+ const _CFSL = "CertificateFilterStatementList";
20
+ const _CM = "CertificateMetadata";
21
+ const _CN = "CommonName";
22
+ const _CNF = "CommonNameFilter";
11
23
  const _CO = "CertificateOptions";
24
+ const _COo = "ComparisonOperator";
12
25
  const _CS = "CertificateSummary";
13
26
  const _CSL = "CertificateSummaryList";
27
+ const _CSR = "CertificateSearchResult";
28
+ const _CSRL = "CertificateSearchResultList";
14
29
  const _CSe = "CertificateStatuses";
15
30
  const _CTLP = "CertificateTransparencyLoggingPreference";
31
+ const _Co = "Country";
16
32
  const _D = "Domain";
17
33
  const _DBE = "DaysBeforeExpiry";
18
- const _DC = "DeleteCertificate";
34
+ const _DC = "DomainComponents";
19
35
  const _DCR = "DeleteCertificateRequest";
20
36
  const _DCRe = "DescribeCertificateRequest";
21
37
  const _DCRes = "DescribeCertificateResponse";
22
- const _DCe = "DescribeCertificate";
38
+ const _DCe = "DeleteCertificate";
39
+ const _DCes = "DescribeCertificate";
23
40
  const _DN = "DomainName";
41
+ const _DNF = "DnsNameFilter";
42
+ const _DNQ = "DistinguishedNameQualifier";
43
+ const _DNi = "DistinguishedName";
44
+ const _DNir = "DirectoryName";
45
+ const _DNn = "DnsName";
24
46
  const _DV = "DomainValidation";
25
47
  const _DVL = "DomainValidationList";
26
48
  const _DVO = "DomainValidationOptions";
27
49
  const _DVOL = "DomainValidationOptionList";
28
50
  const _DVOo = "DomainValidationOption";
29
- const _E = "Export";
51
+ const _E = "Exported";
30
52
  const _EC = "ExportCertificate";
31
53
  const _ECR = "ExportCertificateRequest";
32
54
  const _ECRx = "ExportCertificateResponse";
@@ -36,21 +58,29 @@ const _EKU = "ExtendedKeyUsages";
36
58
  const _EKUL = "ExtendedKeyUsageList";
37
59
  const _EKUx = "ExtendedKeyUsage";
38
60
  const _EO = "ExportOption";
39
- const _Ex = "Exported";
61
+ const _En = "End";
62
+ const _Ex = "Export";
40
63
  const _F = "Filters";
41
64
  const _FR = "FailureReason";
65
+ const _FS = "FilterStatement";
66
+ const _Fi = "Filter";
42
67
  const _GAC = "GetAccountConfiguration";
43
68
  const _GACR = "GetAccountConfigurationResponse";
44
69
  const _GC = "GetCertificate";
45
70
  const _GCR = "GetCertificateRequest";
46
71
  const _GCRe = "GetCertificateResponse";
72
+ const _GN = "GivenName";
73
+ const _GNL = "GeneralNameList";
74
+ const _GNe = "GeneralName";
75
+ const _GQ = "GenerationQualifier";
47
76
  const _HASAN = "HasAdditionalSubjectAlternativeNames";
48
77
  const _HR = "HttpRedirect";
49
78
  const _I = "Issuer";
50
- const _IA = "IssuedAt";
79
+ const _IA = "ImportedAt";
51
80
  const _IAE = "InvalidArgsException";
52
81
  const _IAEn = "InvalidArnException";
53
- const _IAm = "ImportedAt";
82
+ const _IAp = "IpAddress";
83
+ const _IAs = "IssuedAt";
54
84
  const _IC = "ImportCertificate";
55
85
  const _ICR = "ImportCertificateRequest";
56
86
  const _ICRm = "ImportCertificateResponse";
@@ -61,12 +91,14 @@ const _IT = "IdempotencyToken";
61
91
  const _ITE = "InvalidTagException";
62
92
  const _IU = "InUse";
63
93
  const _IUB = "InUseBy";
64
- const _In = "Includes";
94
+ const _In = "Initials";
95
+ const _Inc = "Includes";
65
96
  const _K = "Key";
66
97
  const _KA = "KeyAlgorithm";
67
98
  const _KU = "KeyUsages";
68
99
  const _KUL = "KeyUsageList";
69
100
  const _KUe = "KeyUsage";
101
+ const _L = "Locality";
70
102
  const _LC = "ListCertificates";
71
103
  const _LCR = "ListCertificatesRequest";
72
104
  const _LCRi = "ListCertificatesResponse";
@@ -77,18 +109,27 @@ const _LTFCRi = "ListTagsForCertificateResponse";
77
109
  const _M = "Message";
78
110
  const _MB = "ManagedBy";
79
111
  const _MI = "MaxItems";
112
+ const _MR = "MaxResults";
80
113
  const _N = "Name";
81
114
  const _NA = "NotAfter";
82
115
  const _NB = "NotBefore";
83
116
  const _NT = "NextToken";
117
+ const _No = "Not";
84
118
  const _O = "Options";
119
+ const _OI = "ObjectIdentifier";
85
120
  const _OID = "OID";
86
- const _P = "Passphrase";
121
+ const _ON = "OtherName";
122
+ const _OU = "OrganizationalUnit";
123
+ const _Or = "Organization";
124
+ const _Or_ = "Or";
125
+ const _P = "Pseudonym";
87
126
  const _PAC = "PutAccountConfiguration";
88
127
  const _PACR = "PutAccountConfigurationRequest";
89
128
  const _PB = "PassphraseBlob";
90
129
  const _PK = "PrivateKey";
91
130
  const _PKB = "PrivateKeyBlob";
131
+ const _Pa = "Passphrase";
132
+ const _R = "Results";
92
133
  const _RA = "RevokedAt";
93
134
  const _RC = "RenewCertificate";
94
135
  const _RCR = "RenewCertificateRequest";
@@ -100,43 +141,62 @@ const _RCe = "RequestCertificate";
100
141
  const _RCev = "RevokeCertificate";
101
142
  const _RE = "RenewalEligibility";
102
143
  const _RF = "RedirectFrom";
144
+ const _RI = "RegisteredId";
103
145
  const _RIPE = "RequestInProgressException";
104
146
  const _RIUE = "ResourceInUseException";
147
+ const _RN = "Rfc822Name";
105
148
  const _RNFE = "ResourceNotFoundException";
106
149
  const _RR = "RevocationReason";
107
150
  const _RRe = "ResourceRecord";
108
- const _RS = "RenewalSummary";
151
+ const _RS = "RenewalStatus";
109
152
  const _RSR = "RenewalStatusReason";
110
- const _RSe = "RenewalStatus";
153
+ const _RSe = "RenewalSummary";
111
154
  const _RT = "RedirectTo";
112
155
  const _RTFC = "RemoveTagsFromCertificate";
113
156
  const _RTFCR = "RemoveTagsFromCertificateRequest";
114
157
  const _RVE = "ResendValidationEmail";
115
158
  const _RVER = "ResendValidationEmailRequest";
116
- const _S = "Serial";
159
+ const _S = "Status";
117
160
  const _SA = "SignatureAlgorithm";
118
161
  const _SAN = "SubjectAlternativeNames";
162
+ const _SANF = "SubjectAlternativeNameFilter";
119
163
  const _SANS = "SubjectAlternativeNameSummaries";
164
+ const _SANu = "SubjectAlternativeName";
120
165
  const _SB = "SortBy";
166
+ const _SC = "SearchCertificates";
167
+ const _SCR = "SearchCertificatesRequest";
168
+ const _SCRe = "SearchCertificatesResponse";
169
+ const _SF = "SubjectFilter";
170
+ const _SN = "SerialNumber";
121
171
  const _SO = "SortOrder";
122
- const _St = "Status";
172
+ const _Se = "Serial";
173
+ const _St = "State";
174
+ const _Sta = "Start";
123
175
  const _Su = "Subject";
124
- const _T = "Tags";
176
+ const _Sur = "Surname";
177
+ const _T = "Type";
125
178
  const _TE = "ThrottlingException";
126
179
  const _TL = "TagList";
127
180
  const _TMTE = "TooManyTagsException";
128
181
  const _TPE = "TagPolicyException";
129
- const _Ta = "Tag";
130
- const _Ty = "Type";
182
+ const _TR = "ThrottlingReason";
183
+ const _TRL = "ThrottlingReasonList";
184
+ const _TRi = "TimestampRange";
185
+ const _Ta = "Tags";
186
+ const _Tag = "Tag";
187
+ const _Ti = "Title";
131
188
  const _UA = "UpdatedAt";
132
189
  const _UCO = "UpdateCertificateOptions";
133
190
  const _UCOR = "UpdateCertificateOptionsRequest";
191
+ const _URI = "UniformResourceIdentifier";
134
192
  const _V = "Value";
135
193
  const _VD = "ValidationDomain";
136
194
  const _VE = "ValidationException";
137
195
  const _VEa = "ValidationEmails";
138
196
  const _VM = "ValidationMethod";
139
197
  const _VS = "ValidationStatus";
198
+ const _XA = "X509Attributes";
199
+ const _XAF = "X509AttributeFilter";
140
200
  const _aQE = "awsQueryError";
141
201
  const _c = "client";
142
202
  const _e = "error";
@@ -147,7 +207,10 @@ const _kT = "keyTypes";
147
207
  const _kU = "keyUsage";
148
208
  const _m = "message";
149
209
  const _mB = "managedBy";
210
+ const _r = "reason";
211
+ const _re = "resource";
150
212
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.acm";
213
+ const _tR = "throttlingReasons";
151
214
  const n0 = "com.amazonaws.acm";
152
215
  import { TypeRegistry } from "@smithy/core/schema";
153
216
  import { ACMServiceException } from "../models/ACMServiceException";
@@ -236,8 +299,8 @@ export var TagPolicyException$ = [-3, n0, _TPE,
236
299
  n0_registry.registerError(TagPolicyException$, TagPolicyException);
237
300
  export var ThrottlingException$ = [-3, n0, _TE,
238
301
  { [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
239
- [_m],
240
- [0]
302
+ [_m, _tR],
303
+ [0, () => ThrottlingReasonList]
241
304
  ];
242
305
  n0_registry.registerError(ThrottlingException$, ThrottlingException);
243
306
  export var TooManyTagsException$ = [-3, n0, _TMTE,
@@ -259,34 +322,54 @@ export const errorTypeRegistries = [
259
322
  var PassphraseBlob = [0, n0, _PB, 8, 21];
260
323
  var PrivateKey = [0, n0, _PK, 8, 0];
261
324
  var PrivateKeyBlob = [0, n0, _PKB, 8, 21];
325
+ export var AcmCertificateMetadata$ = [3, n0, _ACM,
326
+ 0,
327
+ [_CA, _E, _IA, _IU, _IAs, _RE, _RA, _S, _RS, _T, _EO, _MB, _VM],
328
+ [4, 2, 4, 2, 4, 0, 4, 0, 0, 0, 0, 0, 0]
329
+ ];
262
330
  export var AddTagsToCertificateRequest$ = [3, n0, _ATTCR,
263
331
  0,
264
- [_CA, _T],
332
+ [_CAe, _Ta],
265
333
  [0, () => TagList], 2
266
334
  ];
267
335
  export var CertificateDetail$ = [3, n0, _CD,
268
336
  0,
269
- [_CA, _DN, _SAN, _MB, _DVO, _S, _Su, _I, _CAr, _IA, _IAm, _St, _RA, _RR, _NB, _NA, _KA, _SA, _IUB, _FR, _Ty, _RS, _KU, _EKU, _CAA, _RE, _O],
337
+ [_CAe, _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],
270
338
  [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$]
271
339
  ];
272
340
  export var CertificateOptions$ = [3, n0, _CO,
273
341
  0,
274
- [_CTLP, _E],
342
+ [_CTLP, _Ex],
275
343
  [0, 0]
276
344
  ];
345
+ export var CertificateSearchResult$ = [3, n0, _CSR,
346
+ 0,
347
+ [_CAe, _XA, _CM],
348
+ [0, () => X509Attributes$, () => CertificateMetadata$]
349
+ ];
277
350
  export var CertificateSummary$ = [3, n0, _CS,
278
351
  0,
279
- [_CA, _DN, _SANS, _HASAN, _St, _Ty, _KA, _KU, _EKU, _EO, _IU, _Ex, _RE, _NB, _NA, _CAr, _IA, _IAm, _RA, _MB],
352
+ [_CAe, _DN, _SANS, _HASAN, _S, _T, _KA, _KU, _EKU, _EO, _IU, _E, _RE, _NB, _NA, _CA, _IAs, _IA, _RA, _MB],
280
353
  [0, 0, 64 | 0, 2, 0, 0, 0, 64 | 0, 64 | 0, 0, 2, 2, 0, 4, 4, 4, 4, 4, 4, 0]
281
354
  ];
355
+ export var CommonNameFilter$ = [3, n0, _CNF,
356
+ 0,
357
+ [_V, _COo],
358
+ [0, 0], 2
359
+ ];
360
+ export var CustomAttribute$ = [3, n0, _CAu,
361
+ 0,
362
+ [_OI, _V],
363
+ [0, 0]
364
+ ];
282
365
  export var DeleteCertificateRequest$ = [3, n0, _DCR,
283
366
  0,
284
- [_CA],
367
+ [_CAe],
285
368
  [0], 1
286
369
  ];
287
370
  export var DescribeCertificateRequest$ = [3, n0, _DCRe,
288
371
  0,
289
- [_CA],
372
+ [_CAe],
290
373
  [0], 1
291
374
  ];
292
375
  export var DescribeCertificateResponse$ = [3, n0, _DCRes,
@@ -294,6 +377,16 @@ export var DescribeCertificateResponse$ = [3, n0, _DCRes,
294
377
  [_C],
295
378
  [() => CertificateDetail$]
296
379
  ];
380
+ export var DistinguishedName$ = [3, n0, _DNi,
381
+ 0,
382
+ [_CN, _DC, _Co, _CAus, _DNQ, _GQ, _GN, _In, _L, _Or, _OU, _P, _SN, _St, _Sur, _Ti],
383
+ [0, 64 | 0, 0, () => CustomAttributeList, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
384
+ ];
385
+ export var DnsNameFilter$ = [3, n0, _DNF,
386
+ 0,
387
+ [_V, _COo],
388
+ [0, 0], 2
389
+ ];
297
390
  export var DomainValidation$ = [3, n0, _DV,
298
391
  0,
299
392
  [_DN, _VEa, _VD, _VS, _RRe, _HR, _VM],
@@ -311,7 +404,7 @@ export var ExpiryEventsConfiguration$ = [3, n0, _EEC,
311
404
  ];
312
405
  export var ExportCertificateRequest$ = [3, n0, _ECR,
313
406
  0,
314
- [_CA, _P],
407
+ [_CAe, _Pa],
315
408
  [0, [() => PassphraseBlob, 0]], 2
316
409
  ];
317
410
  export var ExportCertificateResponse$ = [3, n0, _ECRx,
@@ -336,7 +429,7 @@ export var GetAccountConfigurationResponse$ = [3, n0, _GACR,
336
429
  ];
337
430
  export var GetCertificateRequest$ = [3, n0, _GCR,
338
431
  0,
339
- [_CA],
432
+ [_CAe],
340
433
  [0], 1
341
434
  ];
342
435
  export var GetCertificateResponse$ = [3, n0, _GCRe,
@@ -351,12 +444,12 @@ export var HttpRedirect$ = [3, n0, _HR,
351
444
  ];
352
445
  export var ImportCertificateRequest$ = [3, n0, _ICR,
353
446
  0,
354
- [_C, _PK, _CA, _CC, _T],
447
+ [_C, _PK, _CAe, _CC, _Ta],
355
448
  [21, [() => PrivateKeyBlob, 0], 0, 21, () => TagList], 2
356
449
  ];
357
450
  export var ImportCertificateResponse$ = [3, n0, _ICRm,
358
451
  0,
359
- [_CA],
452
+ [_CAe],
360
453
  [0]
361
454
  ];
362
455
  export var KeyUsage$ = [3, n0, _KUe,
@@ -366,7 +459,7 @@ export var KeyUsage$ = [3, n0, _KUe,
366
459
  ];
367
460
  export var ListCertificatesRequest$ = [3, n0, _LCR,
368
461
  0,
369
- [_CSe, _In, _NT, _MI, _SB, _SO],
462
+ [_CSe, _Inc, _NT, _MI, _SB, _SO],
370
463
  [64 | 0, () => Filters$, 0, 1, 0, 0]
371
464
  ];
372
465
  export var ListCertificatesResponse$ = [3, n0, _LCRi,
@@ -376,14 +469,19 @@ export var ListCertificatesResponse$ = [3, n0, _LCRi,
376
469
  ];
377
470
  export var ListTagsForCertificateRequest$ = [3, n0, _LTFCR,
378
471
  0,
379
- [_CA],
472
+ [_CAe],
380
473
  [0], 1
381
474
  ];
382
475
  export var ListTagsForCertificateResponse$ = [3, n0, _LTFCRi,
383
476
  0,
384
- [_T],
477
+ [_Ta],
385
478
  [() => TagList]
386
479
  ];
480
+ export var OtherName$ = [3, n0, _ON,
481
+ 0,
482
+ [_OI, _V],
483
+ [0, 0]
484
+ ];
387
485
  export var PutAccountConfigurationRequest$ = [3, n0, _PACR,
388
486
  0,
389
487
  [_IT, _EE],
@@ -391,64 +489,99 @@ export var PutAccountConfigurationRequest$ = [3, n0, _PACR,
391
489
  ];
392
490
  export var RemoveTagsFromCertificateRequest$ = [3, n0, _RTFCR,
393
491
  0,
394
- [_CA, _T],
492
+ [_CAe, _Ta],
395
493
  [0, () => TagList], 2
396
494
  ];
397
- export var RenewalSummary$ = [3, n0, _RS,
495
+ export var RenewalSummary$ = [3, n0, _RSe,
398
496
  0,
399
- [_RSe, _DVO, _UA, _RSR],
497
+ [_RS, _DVO, _UA, _RSR],
400
498
  [0, () => DomainValidationList, 4, 0], 3
401
499
  ];
402
500
  export var RenewCertificateRequest$ = [3, n0, _RCR,
403
501
  0,
404
- [_CA],
502
+ [_CAe],
405
503
  [0], 1
406
504
  ];
407
505
  export var RequestCertificateRequest$ = [3, n0, _RCRe,
408
506
  0,
409
- [_DN, _VM, _SAN, _IT, _DVO, _O, _CAA, _T, _KA, _MB],
507
+ [_DN, _VM, _SAN, _IT, _DVO, _O, _CAA, _Ta, _KA, _MB],
410
508
  [0, 0, 64 | 0, 0, () => DomainValidationOptionList, () => CertificateOptions$, 0, () => TagList, 0, 0], 1
411
509
  ];
412
510
  export var RequestCertificateResponse$ = [3, n0, _RCReq,
413
511
  0,
414
- [_CA],
512
+ [_CAe],
415
513
  [0]
416
514
  ];
417
515
  export var ResendValidationEmailRequest$ = [3, n0, _RVER,
418
516
  0,
419
- [_CA, _D, _VD],
517
+ [_CAe, _D, _VD],
420
518
  [0, 0, 0], 3
421
519
  ];
422
520
  export var ResourceRecord$ = [3, n0, _RRe,
423
521
  0,
424
- [_N, _Ty, _V],
522
+ [_N, _T, _V],
425
523
  [0, 0, 0], 3
426
524
  ];
427
525
  export var RevokeCertificateRequest$ = [3, n0, _RCRev,
428
526
  0,
429
- [_CA, _RR],
527
+ [_CAe, _RR],
430
528
  [0, 0], 2
431
529
  ];
432
530
  export var RevokeCertificateResponse$ = [3, n0, _RCRevo,
433
531
  0,
434
- [_CA],
532
+ [_CAe],
435
533
  [0]
436
534
  ];
437
- export var Tag$ = [3, n0, _Ta,
535
+ export var SearchCertificatesRequest$ = [3, n0, _SCR,
536
+ 0,
537
+ [_FS, _MR, _NT, _SB, _SO],
538
+ [() => CertificateFilterStatement$, 1, 0, 0, 0]
539
+ ];
540
+ export var SearchCertificatesResponse$ = [3, n0, _SCRe,
541
+ 0,
542
+ [_R, _NT],
543
+ [() => CertificateSearchResultList, 0]
544
+ ];
545
+ export var Tag$ = [3, n0, _Tag,
438
546
  0,
439
547
  [_K, _V],
440
548
  [0, 0], 1
441
549
  ];
550
+ export var ThrottlingReason$ = [3, n0, _TR,
551
+ 0,
552
+ [_r, _re],
553
+ [0, 0]
554
+ ];
555
+ export var TimestampRange$ = [3, n0, _TRi,
556
+ 0,
557
+ [_Sta, _En],
558
+ [4, 4]
559
+ ];
442
560
  export var UpdateCertificateOptionsRequest$ = [3, n0, _UCOR,
443
561
  0,
444
- [_CA, _O],
562
+ [_CAe, _O],
445
563
  [0, () => CertificateOptions$], 2
446
564
  ];
565
+ export var X509Attributes$ = [3, n0, _XA,
566
+ 0,
567
+ [_I, _Su, _SAN, _EKU, _KA, _KU, _SN, _NA, _NB],
568
+ [() => DistinguishedName$, () => DistinguishedName$, () => GeneralNameList, 64 | 0, 0, 64 | 0, 0, 4, 4]
569
+ ];
447
570
  var __Unit = "unit";
571
+ var CertificateFilterStatementList = [1, n0, _CFSL,
572
+ 0, () => CertificateFilterStatement$
573
+ ];
574
+ var CertificateSearchResultList = [1, n0, _CSRL,
575
+ 0, () => CertificateSearchResult$
576
+ ];
448
577
  var CertificateStatuses = 64 | 0;
449
578
  var CertificateSummaryList = [1, n0, _CSL,
450
579
  0, () => CertificateSummary$
451
580
  ];
581
+ var CustomAttributeList = [1, n0, _CAL,
582
+ 0, () => CustomAttribute$
583
+ ];
584
+ var DomainComponentList = 64 | 0;
452
585
  var DomainList = 64 | 0;
453
586
  var DomainValidationList = [1, n0, _DVL,
454
587
  0, () => DomainValidation$
@@ -461,6 +594,9 @@ var ExtendedKeyUsageList = [1, n0, _EKUL,
461
594
  0, () => ExtendedKeyUsage$
462
595
  ];
463
596
  var ExtendedKeyUsageNames = 64 | 0;
597
+ var GeneralNameList = [1, n0, _GNL,
598
+ 0, () => GeneralName$
599
+ ];
464
600
  var InUseList = 64 | 0;
465
601
  var KeyAlgorithmList = 64 | 0;
466
602
  var KeyUsageFilterList = 64 | 0;
@@ -471,14 +607,57 @@ var KeyUsageNames = 64 | 0;
471
607
  var TagList = [1, n0, _TL,
472
608
  0, () => Tag$
473
609
  ];
610
+ var ThrottlingReasonList = [1, n0, _TRL,
611
+ 0, () => ThrottlingReason$
612
+ ];
474
613
  var ValidationEmailList = 64 | 0;
614
+ export var AcmCertificateMetadataFilter$ = [4, n0, _ACMF,
615
+ 0,
616
+ [_S, _RS, _T, _IU, _E, _EO, _MB, _VM],
617
+ [0, 0, 0, 2, 2, 0, 0, 0]
618
+ ];
619
+ export var CertificateFilter$ = [4, n0, _CF,
620
+ 0,
621
+ [_CAe, _XAF, _ACMF],
622
+ [0, () => X509AttributeFilter$, () => AcmCertificateMetadataFilter$]
623
+ ];
624
+ export var CertificateFilterStatement$ = [4, n0, _CFS,
625
+ 0,
626
+ [_A, _Or_, _No, _Fi],
627
+ [() => CertificateFilterStatementList, () => CertificateFilterStatementList, () => CertificateFilterStatement$, () => CertificateFilter$]
628
+ ];
629
+ export var CertificateMetadata$ = [4, n0, _CM,
630
+ 0,
631
+ [_ACM],
632
+ [() => AcmCertificateMetadata$]
633
+ ];
634
+ export var GeneralName$ = [4, n0, _GNe,
635
+ 0,
636
+ [_DNir, _DNn, _IAp, _ON, _RI, _RN, _URI],
637
+ [() => DistinguishedName$, 0, 0, () => OtherName$, 0, 0, 0]
638
+ ];
639
+ export var SubjectAlternativeNameFilter$ = [4, n0, _SANF,
640
+ 0,
641
+ [_DNn],
642
+ [() => DnsNameFilter$]
643
+ ];
644
+ export var SubjectFilter$ = [4, n0, _SF,
645
+ 0,
646
+ [_CN],
647
+ [() => CommonNameFilter$]
648
+ ];
649
+ export var X509AttributeFilter$ = [4, n0, _XAF,
650
+ 0,
651
+ [_Su, _SANu, _EKUx, _KUe, _KA, _SN, _NA, _NB],
652
+ [() => SubjectFilter$, () => SubjectAlternativeNameFilter$, 0, 0, 0, 0, () => TimestampRange$, () => TimestampRange$]
653
+ ];
475
654
  export var AddTagsToCertificate$ = [9, n0, _ATTC,
476
655
  0, () => AddTagsToCertificateRequest$, () => __Unit
477
656
  ];
478
- export var DeleteCertificate$ = [9, n0, _DC,
657
+ export var DeleteCertificate$ = [9, n0, _DCe,
479
658
  0, () => DeleteCertificateRequest$, () => __Unit
480
659
  ];
481
- export var DescribeCertificate$ = [9, n0, _DCe,
660
+ export var DescribeCertificate$ = [9, n0, _DCes,
482
661
  0, () => DescribeCertificateRequest$, () => DescribeCertificateResponse$
483
662
  ];
484
663
  export var ExportCertificate$ = [9, n0, _EC,
@@ -517,6 +696,9 @@ export var ResendValidationEmail$ = [9, n0, _RVE,
517
696
  export var RevokeCertificate$ = [9, n0, _RCev,
518
697
  0, () => RevokeCertificateRequest$, () => RevokeCertificateResponse$
519
698
  ];
699
+ export var SearchCertificates$ = [9, n0, _SC,
700
+ 0, () => SearchCertificatesRequest$, () => SearchCertificatesResponse$
701
+ ];
520
702
  export var UpdateCertificateOptions$ = [9, n0, _UCO,
521
703
  0, () => UpdateCertificateOptionsRequest$, () => __Unit
522
704
  ];
@@ -16,6 +16,7 @@ import { type RenewCertificateCommandInput, type RenewCertificateCommandOutput }
16
16
  import { type RequestCertificateCommandInput, type RequestCertificateCommandOutput } from "./commands/RequestCertificateCommand";
17
17
  import { type ResendValidationEmailCommandInput, type ResendValidationEmailCommandOutput } from "./commands/ResendValidationEmailCommand";
18
18
  import { type RevokeCertificateCommandInput, type RevokeCertificateCommandOutput } from "./commands/RevokeCertificateCommand";
19
+ import { type SearchCertificatesCommandInput, type SearchCertificatesCommandOutput } from "./commands/SearchCertificatesCommand";
19
20
  import { type UpdateCertificateOptionsCommandInput, type UpdateCertificateOptionsCommandOutput } from "./commands/UpdateCertificateOptionsCommand";
20
21
  export interface ACM {
21
22
  /**
@@ -110,6 +111,13 @@ export interface ACM {
110
111
  revokeCertificate(args: RevokeCertificateCommandInput, options?: __HttpHandlerOptions): Promise<RevokeCertificateCommandOutput>;
111
112
  revokeCertificate(args: RevokeCertificateCommandInput, cb: (err: any, data?: RevokeCertificateCommandOutput) => void): void;
112
113
  revokeCertificate(args: RevokeCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeCertificateCommandOutput) => void): void;
114
+ /**
115
+ * @see {@link SearchCertificatesCommand}
116
+ */
117
+ searchCertificates(): Promise<SearchCertificatesCommandOutput>;
118
+ searchCertificates(args: SearchCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<SearchCertificatesCommandOutput>;
119
+ searchCertificates(args: SearchCertificatesCommandInput, cb: (err: any, data?: SearchCertificatesCommandOutput) => void): void;
120
+ searchCertificates(args: SearchCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchCertificatesCommandOutput) => void): void;
113
121
  /**
114
122
  * @see {@link UpdateCertificateOptionsCommand}
115
123
  */
@@ -123,6 +131,13 @@ export interface ACM {
123
131
  * @returns AsyncIterable of {@link ListCertificatesCommandOutput}.
124
132
  */
125
133
  paginateListCertificates(args?: ListCertificatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCertificatesCommandOutput>;
134
+ /**
135
+ * @see {@link SearchCertificatesCommand}
136
+ * @param args - command input.
137
+ * @param paginationConfig - optional pagination config.
138
+ * @returns AsyncIterable of {@link SearchCertificatesCommandOutput}.
139
+ */
140
+ paginateSearchCertificates(args?: SearchCertificatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchCertificatesCommandOutput>;
126
141
  /**
127
142
  * @see {@link DescribeCertificateCommand}
128
143
  * @param args - command input.
@@ -22,6 +22,7 @@ import type { RenewCertificateCommandInput, RenewCertificateCommandOutput } from
22
22
  import type { RequestCertificateCommandInput, RequestCertificateCommandOutput } from "./commands/RequestCertificateCommand";
23
23
  import type { ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput } from "./commands/ResendValidationEmailCommand";
24
24
  import type { RevokeCertificateCommandInput, RevokeCertificateCommandOutput } from "./commands/RevokeCertificateCommand";
25
+ import type { SearchCertificatesCommandInput, SearchCertificatesCommandOutput } from "./commands/SearchCertificatesCommand";
25
26
  import type { UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput } from "./commands/UpdateCertificateOptionsCommand";
26
27
  import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
27
28
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
@@ -29,11 +30,11 @@ export { __Client };
29
30
  /**
30
31
  * @public
31
32
  */
32
- export type ServiceInputTypes = AddTagsToCertificateCommandInput | DeleteCertificateCommandInput | DescribeCertificateCommandInput | ExportCertificateCommandInput | GetAccountConfigurationCommandInput | GetCertificateCommandInput | ImportCertificateCommandInput | ListCertificatesCommandInput | ListTagsForCertificateCommandInput | PutAccountConfigurationCommandInput | RemoveTagsFromCertificateCommandInput | RenewCertificateCommandInput | RequestCertificateCommandInput | ResendValidationEmailCommandInput | RevokeCertificateCommandInput | UpdateCertificateOptionsCommandInput;
33
+ export type ServiceInputTypes = AddTagsToCertificateCommandInput | DeleteCertificateCommandInput | DescribeCertificateCommandInput | ExportCertificateCommandInput | GetAccountConfigurationCommandInput | GetCertificateCommandInput | ImportCertificateCommandInput | ListCertificatesCommandInput | ListTagsForCertificateCommandInput | PutAccountConfigurationCommandInput | RemoveTagsFromCertificateCommandInput | RenewCertificateCommandInput | RequestCertificateCommandInput | ResendValidationEmailCommandInput | RevokeCertificateCommandInput | SearchCertificatesCommandInput | UpdateCertificateOptionsCommandInput;
33
34
  /**
34
35
  * @public
35
36
  */
36
- export type ServiceOutputTypes = AddTagsToCertificateCommandOutput | DeleteCertificateCommandOutput | DescribeCertificateCommandOutput | ExportCertificateCommandOutput | GetAccountConfigurationCommandOutput | GetCertificateCommandOutput | ImportCertificateCommandOutput | ListCertificatesCommandOutput | ListTagsForCertificateCommandOutput | PutAccountConfigurationCommandOutput | RemoveTagsFromCertificateCommandOutput | RenewCertificateCommandOutput | RequestCertificateCommandOutput | ResendValidationEmailCommandOutput | RevokeCertificateCommandOutput | UpdateCertificateOptionsCommandOutput;
37
+ export type ServiceOutputTypes = AddTagsToCertificateCommandOutput | DeleteCertificateCommandOutput | DescribeCertificateCommandOutput | ExportCertificateCommandOutput | GetAccountConfigurationCommandOutput | GetCertificateCommandOutput | ImportCertificateCommandOutput | ListCertificatesCommandOutput | ListTagsForCertificateCommandOutput | PutAccountConfigurationCommandOutput | RemoveTagsFromCertificateCommandOutput | RenewCertificateCommandOutput | RequestCertificateCommandOutput | ResendValidationEmailCommandOutput | RevokeCertificateCommandOutput | SearchCertificatesCommandOutput | UpdateCertificateOptionsCommandOutput;
37
38
  /**
38
39
  * @public
39
40
  */
@@ -27,7 +27,7 @@ declare const DeleteCertificateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a certificate and its associated private key. If this action succeeds, the 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 services integrated with ACM. </p> <note> <p>You cannot delete an ACM certificate that is being used by another Amazon Web Services service. To delete a certificate that is in use, the certificate association must first be removed.</p> </note>
30
+ * <p>Deletes a certificate and its associated private key. If this action succeeds, the certificate is not available for use by Amazon Web Services services integrated with ACM. Deleting a certificate is eventually consistent. The may be a short delay before the 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.</p> <note> <p>You cannot delete an ACM certificate that is being used by another Amazon Web Services service. To delete a certificate that is in use, you must first remove the certificate association using the console or the CLI for the associated service.</p> <p>Deleting a certificate issued by a private certificate authority (CA) has no effect on the CA. You will continue to be charged for the CA until it is deleted. For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/PCADeleteCA.html"> Deleting Your Private CA</a> in the <i>Private Certificate Authority User Guide</i>.</p> </note> <p>Deleting a certificate issued by a private certificate authority (CA) has no effect on the CA. You will continue to be charged for the CA until it is deleted. For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/PCADeleteCA.html">Deleting your private CA</a> in the <i>Amazon Web Services Private Certificate Authority User Guide</i>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const ExportCertificateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Exports a private certificate issued by a private certificate authority (CA) or public certificate for use anywhere. The exported file contains the certificate, the certificate chain, and the encrypted private key associated with the public key that is embedded in the certificate. For security, you must assign a passphrase for the private key when exporting it. </p> <p>For information about exporting and formatting a certificate using the ACM console or CLI, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/export-private.html">Export a private certificate</a> and <a href="https://docs.aws.amazon.com/acm/latest/userguide/export-public-certificate">Export a public certificate</a>.</p>
30
+ * <p>Exports a private certificate issued by a private certificate authority (CA) or a public certificate for use anywhere. The exported file contains the certificate, the certificate chain, and the encrypted private key associated with the public key that is embedded in the certificate. For security, you must assign a passphrase for the private key when exporting it. </p> <p>For information about exporting and formatting a certificate using the ACM console or CLI, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/export-private.html">Export a private certificate</a> and <a href="https://docs.aws.amazon.com/acm/latest/userguide/export-public-certificate">Export a public certificate</a>.</p> <note> <p>ACM public certificates created prior to June 17, 2025 cannot be exported.</p> </note>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -65,6 +65,9 @@ declare const ExportCertificateCommand_base: {
65
65
  * @throws {@link ResourceNotFoundException} (client fault)
66
66
  * <p>The specified certificate cannot be found in the caller's account or the caller's account cannot be found.</p>
67
67
  *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * <p>The request was denied because it exceeded a quota.</p>
70
+ *
68
71
  * @throws {@link ACMServiceException}
69
72
  * <p>Base exception class for all service exceptions from ACM service.</p>
70
73
  *
@@ -62,6 +62,9 @@ declare const ImportCertificateCommand_base: {
62
62
  * @see {@link ImportCertificateCommandOutput} for command's `response` shape.
63
63
  * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
64
64
  *
65
+ * @throws {@link ConflictException} (client fault)
66
+ * <p>You are trying to update a resource or configuration that is already being created or updated. Wait for the previous operation to finish and try again.</p>
67
+ *
65
68
  * @throws {@link InvalidArnException} (client fault)
66
69
  * <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
67
70
  *
@@ -27,7 +27,7 @@ declare const RenewCertificateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Renews an <a href="https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html">eligible ACM certificate</a>. In order to renew your Amazon Web Services Private CA certificates with ACM, you must first <a href="https://docs.aws.amazon.com/privateca/latest/userguide/PcaPermissions.html">grant the ACM service principal permission to do so</a>. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/manual-renewal.html">Testing Managed Renewal</a> in the ACM User Guide.</p>
30
+ * <p>Renews an <a href="https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html">eligible ACM certificate</a>. In order to renew your Amazon Web Services Private CA certificates with ACM, you must first <a href="https://docs.aws.amazon.com/privateca/latest/userguide/assign-permissions.html#PcaPermissions">grant the ACM service principal permission to do so</a>. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html">Testing Managed Renewal</a> in the ACM User Guide.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript