@aws-sdk/client-acm 3.927.0 → 3.929.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 (40) hide show
  1. package/dist-cjs/index.js +728 -795
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ACMClient.js +2 -0
  4. package/dist-es/commands/AddTagsToCertificateCommand.js +3 -9
  5. package/dist-es/commands/DeleteCertificateCommand.js +3 -9
  6. package/dist-es/commands/DescribeCertificateCommand.js +3 -9
  7. package/dist-es/commands/ExportCertificateCommand.js +3 -10
  8. package/dist-es/commands/GetAccountConfigurationCommand.js +3 -9
  9. package/dist-es/commands/GetCertificateCommand.js +3 -9
  10. package/dist-es/commands/ImportCertificateCommand.js +3 -10
  11. package/dist-es/commands/ListCertificatesCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForCertificateCommand.js +3 -9
  13. package/dist-es/commands/PutAccountConfigurationCommand.js +3 -9
  14. package/dist-es/commands/RemoveTagsFromCertificateCommand.js +3 -9
  15. package/dist-es/commands/RenewCertificateCommand.js +3 -9
  16. package/dist-es/commands/RequestCertificateCommand.js +3 -9
  17. package/dist-es/commands/ResendValidationEmailCommand.js +3 -9
  18. package/dist-es/commands/RevokeCertificateCommand.js +3 -9
  19. package/dist-es/commands/UpdateCertificateOptionsCommand.js +3 -9
  20. package/dist-es/models/models_0.js +0 -13
  21. package/dist-es/runtimeConfig.shared.js +7 -0
  22. package/dist-es/schemas/schemas_0.js +655 -0
  23. package/dist-types/ACMClient.d.ts +10 -1
  24. package/dist-types/models/models_0.d.ts +0 -12
  25. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  26. package/dist-types/runtimeConfig.d.ts +1 -0
  27. package/dist-types/runtimeConfig.native.d.ts +1 -0
  28. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  29. package/dist-types/schemas/schemas_0.d.ts +90 -0
  30. package/dist-types/ts3.4/ACMClient.d.ts +4 -0
  31. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +96 -0
  37. package/package.json +5 -5
  38. package/dist-es/protocols/Aws_json1_1.js +0 -624
  39. package/dist-types/protocols/Aws_json1_1.d.ts +0 -146
  40. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -197
@@ -0,0 +1,655 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _ATTC = "AddTagsToCertificate";
3
+ const _ATTCR = "AddTagsToCertificateRequest";
4
+ const _C = "Certificate";
5
+ const _CA = "CertificateArn";
6
+ const _CAA = "CertificateAuthorityArn";
7
+ const _CAr = "CreatedAt";
8
+ const _CC = "CertificateChain";
9
+ const _CD = "CertificateDetail";
10
+ const _CE = "ConflictException";
11
+ const _CO = "CertificateOptions";
12
+ const _CS = "CertificateSummary";
13
+ const _CSL = "CertificateSummaryList";
14
+ const _CSe = "CertificateStatuses";
15
+ const _CTLP = "CertificateTransparencyLoggingPreference";
16
+ const _D = "Domain";
17
+ const _DBE = "DaysBeforeExpiry";
18
+ const _DC = "DeleteCertificate";
19
+ const _DCR = "DeleteCertificateRequest";
20
+ const _DCRe = "DescribeCertificateRequest";
21
+ const _DCRes = "DescribeCertificateResponse";
22
+ const _DCe = "DescribeCertificate";
23
+ const _DN = "DomainName";
24
+ const _DV = "DomainValidation";
25
+ const _DVL = "DomainValidationList";
26
+ const _DVO = "DomainValidationOptions";
27
+ const _DVOL = "DomainValidationOptionList";
28
+ const _DVOo = "DomainValidationOption";
29
+ const _E = "Export";
30
+ const _EC = "ExportCertificate";
31
+ const _ECR = "ExportCertificateRequest";
32
+ const _ECRx = "ExportCertificateResponse";
33
+ const _EE = "ExpiryEvents";
34
+ const _EEC = "ExpiryEventsConfiguration";
35
+ const _EKU = "ExtendedKeyUsages";
36
+ const _EKUL = "ExtendedKeyUsageList";
37
+ const _EKUx = "ExtendedKeyUsage";
38
+ const _EO = "ExportOption";
39
+ const _Ex = "Exported";
40
+ const _F = "Filters";
41
+ const _FR = "FailureReason";
42
+ const _GAC = "GetAccountConfiguration";
43
+ const _GACR = "GetAccountConfigurationResponse";
44
+ const _GC = "GetCertificate";
45
+ const _GCR = "GetCertificateRequest";
46
+ const _GCRe = "GetCertificateResponse";
47
+ const _HASAN = "HasAdditionalSubjectAlternativeNames";
48
+ const _HR = "HttpRedirect";
49
+ const _I = "Issuer";
50
+ const _IA = "IssuedAt";
51
+ const _IAE = "InvalidArgsException";
52
+ const _IAEn = "InvalidArnException";
53
+ const _IAm = "ImportedAt";
54
+ const _IC = "ImportCertificate";
55
+ const _ICR = "ImportCertificateRequest";
56
+ const _ICRm = "ImportCertificateResponse";
57
+ const _IDVOE = "InvalidDomainValidationOptionsException";
58
+ const _IPE = "InvalidParameterException";
59
+ const _ISE = "InvalidStateException";
60
+ const _IT = "IdempotencyToken";
61
+ const _ITE = "InvalidTagException";
62
+ const _IU = "InUse";
63
+ const _IUB = "InUseBy";
64
+ const _In = "Includes";
65
+ const _K = "Key";
66
+ const _KA = "KeyAlgorithm";
67
+ const _KU = "KeyUsages";
68
+ const _KUL = "KeyUsageList";
69
+ const _KUe = "KeyUsage";
70
+ const _LC = "ListCertificates";
71
+ const _LCR = "ListCertificatesRequest";
72
+ const _LCRi = "ListCertificatesResponse";
73
+ const _LEE = "LimitExceededException";
74
+ const _LTFC = "ListTagsForCertificate";
75
+ const _LTFCR = "ListTagsForCertificateRequest";
76
+ const _LTFCRi = "ListTagsForCertificateResponse";
77
+ const _M = "Message";
78
+ const _MB = "ManagedBy";
79
+ const _MI = "MaxItems";
80
+ const _N = "Name";
81
+ const _NA = "NotAfter";
82
+ const _NB = "NotBefore";
83
+ const _NT = "NextToken";
84
+ const _O = "Options";
85
+ const _OID = "OID";
86
+ const _P = "Passphrase";
87
+ const _PAC = "PutAccountConfiguration";
88
+ const _PACR = "PutAccountConfigurationRequest";
89
+ const _PB = "PassphraseBlob";
90
+ const _PK = "PrivateKey";
91
+ const _PKB = "PrivateKeyBlob";
92
+ const _RA = "RevokedAt";
93
+ const _RC = "RenewCertificate";
94
+ const _RCR = "RenewCertificateRequest";
95
+ const _RCRe = "RequestCertificateRequest";
96
+ const _RCReq = "RequestCertificateResponse";
97
+ const _RCRev = "RevokeCertificateRequest";
98
+ const _RCRevo = "RevokeCertificateResponse";
99
+ const _RCe = "RequestCertificate";
100
+ const _RCev = "RevokeCertificate";
101
+ const _RE = "RenewalEligibility";
102
+ const _RF = "RedirectFrom";
103
+ const _RIPE = "RequestInProgressException";
104
+ const _RIUE = "ResourceInUseException";
105
+ const _RNFE = "ResourceNotFoundException";
106
+ const _RR = "RevocationReason";
107
+ const _RRe = "ResourceRecord";
108
+ const _RS = "RenewalSummary";
109
+ const _RSR = "RenewalStatusReason";
110
+ const _RSe = "RenewalStatus";
111
+ const _RT = "RedirectTo";
112
+ const _RTFC = "RemoveTagsFromCertificate";
113
+ const _RTFCR = "RemoveTagsFromCertificateRequest";
114
+ const _RVE = "ResendValidationEmail";
115
+ const _RVER = "ResendValidationEmailRequest";
116
+ const _S = "Serial";
117
+ const _SA = "SignatureAlgorithm";
118
+ const _SAN = "SubjectAlternativeNames";
119
+ const _SANS = "SubjectAlternativeNameSummaries";
120
+ const _SB = "SortBy";
121
+ const _SO = "SortOrder";
122
+ const _St = "Status";
123
+ const _Su = "Subject";
124
+ const _T = "Tags";
125
+ const _TE = "ThrottlingException";
126
+ const _TL = "TagList";
127
+ const _TMTE = "TooManyTagsException";
128
+ const _TPE = "TagPolicyException";
129
+ const _Ta = "Tag";
130
+ const _Ty = "Type";
131
+ const _UA = "UpdatedAt";
132
+ const _UCO = "UpdateCertificateOptions";
133
+ const _UCOR = "UpdateCertificateOptionsRequest";
134
+ const _V = "Value";
135
+ const _VD = "ValidationDomain";
136
+ const _VE = "ValidationEmails";
137
+ const _VEa = "ValidationException";
138
+ const _VM = "ValidationMethod";
139
+ const _VS = "ValidationStatus";
140
+ const _aQE = "awsQueryError";
141
+ const _c = "client";
142
+ const _e = "error";
143
+ const _eKU = "extendedKeyUsage";
144
+ const _eO = "exportOption";
145
+ const _hE = "httpError";
146
+ const _kT = "keyTypes";
147
+ const _kU = "keyUsage";
148
+ const _m = "message";
149
+ const _mB = "managedBy";
150
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.acm";
151
+ const n0 = "com.amazonaws.acm";
152
+ import { TypeRegistry } from "@smithy/core/schema";
153
+ import { ACMServiceException as __ACMServiceException } from "../models/ACMServiceException";
154
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InvalidArgsException as __InvalidArgsException, InvalidArnException as __InvalidArnException, InvalidDomainValidationOptionsException as __InvalidDomainValidationOptionsException, InvalidParameterException as __InvalidParameterException, InvalidStateException as __InvalidStateException, InvalidTagException as __InvalidTagException, LimitExceededException as __LimitExceededException, RequestInProgressException as __RequestInProgressException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, TagPolicyException as __TagPolicyException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/index";
155
+ export var PassphraseBlob = [0, n0, _PB, 8, 21];
156
+ export var PrivateKey = [0, n0, _PK, 8, 0];
157
+ export var PrivateKeyBlob = [0, n0, _PKB, 8, 21];
158
+ export var AccessDeniedException = [
159
+ -3,
160
+ n0,
161
+ _ADE,
162
+ {
163
+ [_e]: _c,
164
+ [_hE]: 403,
165
+ [_aQE]: [`AccessDenied`, 403],
166
+ },
167
+ [_M],
168
+ [0],
169
+ ];
170
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
171
+ export var AddTagsToCertificateRequest = [3, n0, _ATTCR, 0, [_CA, _T], [0, () => TagList]];
172
+ export var CertificateDetail = [
173
+ 3,
174
+ n0,
175
+ _CD,
176
+ 0,
177
+ [
178
+ _CA,
179
+ _DN,
180
+ _SAN,
181
+ _MB,
182
+ _DVO,
183
+ _S,
184
+ _Su,
185
+ _I,
186
+ _CAr,
187
+ _IA,
188
+ _IAm,
189
+ _St,
190
+ _RA,
191
+ _RR,
192
+ _NB,
193
+ _NA,
194
+ _KA,
195
+ _SA,
196
+ _IUB,
197
+ _FR,
198
+ _Ty,
199
+ _RS,
200
+ _KU,
201
+ _EKU,
202
+ _CAA,
203
+ _RE,
204
+ _O,
205
+ ],
206
+ [
207
+ 0,
208
+ 0,
209
+ 64 | 0,
210
+ 0,
211
+ () => DomainValidationList,
212
+ 0,
213
+ 0,
214
+ 0,
215
+ 4,
216
+ 4,
217
+ 4,
218
+ 0,
219
+ 4,
220
+ 0,
221
+ 4,
222
+ 4,
223
+ 0,
224
+ 0,
225
+ 64 | 0,
226
+ 0,
227
+ 0,
228
+ () => RenewalSummary,
229
+ () => KeyUsageList,
230
+ () => ExtendedKeyUsageList,
231
+ 0,
232
+ 0,
233
+ () => CertificateOptions,
234
+ ],
235
+ ];
236
+ export var CertificateOptions = [3, n0, _CO, 0, [_CTLP, _E], [0, 0]];
237
+ export var CertificateSummary = [
238
+ 3,
239
+ n0,
240
+ _CS,
241
+ 0,
242
+ [_CA, _DN, _SANS, _HASAN, _St, _Ty, _KA, _KU, _EKU, _EO, _IU, _Ex, _RE, _NB, _NA, _CAr, _IA, _IAm, _RA, _MB],
243
+ [0, 0, 64 | 0, 2, 0, 0, 0, 64 | 0, 64 | 0, 0, 2, 2, 0, 4, 4, 4, 4, 4, 4, 0],
244
+ ];
245
+ export var ConflictException = [
246
+ -3,
247
+ n0,
248
+ _CE,
249
+ {
250
+ [_e]: _c,
251
+ },
252
+ [_m],
253
+ [0],
254
+ ];
255
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
256
+ export var DeleteCertificateRequest = [3, n0, _DCR, 0, [_CA], [0]];
257
+ export var DescribeCertificateRequest = [3, n0, _DCRe, 0, [_CA], [0]];
258
+ export var DescribeCertificateResponse = [3, n0, _DCRes, 0, [_C], [() => CertificateDetail]];
259
+ export var DomainValidation = [
260
+ 3,
261
+ n0,
262
+ _DV,
263
+ 0,
264
+ [_DN, _VE, _VD, _VS, _RRe, _HR, _VM],
265
+ [0, 64 | 0, 0, 0, () => ResourceRecord, () => HttpRedirect, 0],
266
+ ];
267
+ export var DomainValidationOption = [3, n0, _DVOo, 0, [_DN, _VD], [0, 0]];
268
+ export var ExpiryEventsConfiguration = [3, n0, _EEC, 0, [_DBE], [1]];
269
+ export var ExportCertificateRequest = [
270
+ 3,
271
+ n0,
272
+ _ECR,
273
+ 0,
274
+ [_CA, _P],
275
+ [0, [() => PassphraseBlob, 0]],
276
+ ];
277
+ export var ExportCertificateResponse = [
278
+ 3,
279
+ n0,
280
+ _ECRx,
281
+ 0,
282
+ [_C, _CC, _PK],
283
+ [0, 0, [() => PrivateKey, 0]],
284
+ ];
285
+ export var ExtendedKeyUsage = [3, n0, _EKUx, 0, [_N, _OID], [0, 0]];
286
+ export var Filters = [3, n0, _F, 0, [_eKU, _kU, _kT, _eO, _mB], [64 | 0, 64 | 0, 64 | 0, 0, 0]];
287
+ export var GetAccountConfigurationResponse = [
288
+ 3,
289
+ n0,
290
+ _GACR,
291
+ 0,
292
+ [_EE],
293
+ [() => ExpiryEventsConfiguration],
294
+ ];
295
+ export var GetCertificateRequest = [3, n0, _GCR, 0, [_CA], [0]];
296
+ export var GetCertificateResponse = [3, n0, _GCRe, 0, [_C, _CC], [0, 0]];
297
+ export var HttpRedirect = [3, n0, _HR, 0, [_RF, _RT], [0, 0]];
298
+ export var ImportCertificateRequest = [
299
+ 3,
300
+ n0,
301
+ _ICR,
302
+ 0,
303
+ [_CA, _C, _PK, _CC, _T],
304
+ [0, 21, [() => PrivateKeyBlob, 0], 21, () => TagList],
305
+ ];
306
+ export var ImportCertificateResponse = [3, n0, _ICRm, 0, [_CA], [0]];
307
+ export var InvalidArgsException = [
308
+ -3,
309
+ n0,
310
+ _IAE,
311
+ {
312
+ [_e]: _c,
313
+ },
314
+ [_m],
315
+ [0],
316
+ ];
317
+ TypeRegistry.for(n0).registerError(InvalidArgsException, __InvalidArgsException);
318
+ export var InvalidArnException = [
319
+ -3,
320
+ n0,
321
+ _IAEn,
322
+ {
323
+ [_e]: _c,
324
+ },
325
+ [_m],
326
+ [0],
327
+ ];
328
+ TypeRegistry.for(n0).registerError(InvalidArnException, __InvalidArnException);
329
+ export var InvalidDomainValidationOptionsException = [
330
+ -3,
331
+ n0,
332
+ _IDVOE,
333
+ {
334
+ [_e]: _c,
335
+ },
336
+ [_m],
337
+ [0],
338
+ ];
339
+ TypeRegistry.for(n0).registerError(InvalidDomainValidationOptionsException, __InvalidDomainValidationOptionsException);
340
+ export var InvalidParameterException = [
341
+ -3,
342
+ n0,
343
+ _IPE,
344
+ {
345
+ [_e]: _c,
346
+ },
347
+ [_m],
348
+ [0],
349
+ ];
350
+ TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
351
+ export var InvalidStateException = [
352
+ -3,
353
+ n0,
354
+ _ISE,
355
+ {
356
+ [_e]: _c,
357
+ },
358
+ [_m],
359
+ [0],
360
+ ];
361
+ TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
362
+ export var InvalidTagException = [
363
+ -3,
364
+ n0,
365
+ _ITE,
366
+ {
367
+ [_e]: _c,
368
+ },
369
+ [_m],
370
+ [0],
371
+ ];
372
+ TypeRegistry.for(n0).registerError(InvalidTagException, __InvalidTagException);
373
+ export var KeyUsage = [3, n0, _KUe, 0, [_N], [0]];
374
+ export var LimitExceededException = [
375
+ -3,
376
+ n0,
377
+ _LEE,
378
+ {
379
+ [_e]: _c,
380
+ },
381
+ [_m],
382
+ [0],
383
+ ];
384
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
385
+ export var ListCertificatesRequest = [
386
+ 3,
387
+ n0,
388
+ _LCR,
389
+ 0,
390
+ [_CSe, _In, _NT, _MI, _SB, _SO],
391
+ [64 | 0, () => Filters, 0, 1, 0, 0],
392
+ ];
393
+ export var ListCertificatesResponse = [
394
+ 3,
395
+ n0,
396
+ _LCRi,
397
+ 0,
398
+ [_NT, _CSL],
399
+ [0, () => CertificateSummaryList],
400
+ ];
401
+ export var ListTagsForCertificateRequest = [3, n0, _LTFCR, 0, [_CA], [0]];
402
+ export var ListTagsForCertificateResponse = [3, n0, _LTFCRi, 0, [_T], [() => TagList]];
403
+ export var PutAccountConfigurationRequest = [
404
+ 3,
405
+ n0,
406
+ _PACR,
407
+ 0,
408
+ [_EE, _IT],
409
+ [() => ExpiryEventsConfiguration, 0],
410
+ ];
411
+ export var RemoveTagsFromCertificateRequest = [3, n0, _RTFCR, 0, [_CA, _T], [0, () => TagList]];
412
+ export var RenewalSummary = [
413
+ 3,
414
+ n0,
415
+ _RS,
416
+ 0,
417
+ [_RSe, _DVO, _RSR, _UA],
418
+ [0, () => DomainValidationList, 0, 4],
419
+ ];
420
+ export var RenewCertificateRequest = [3, n0, _RCR, 0, [_CA], [0]];
421
+ export var RequestCertificateRequest = [
422
+ 3,
423
+ n0,
424
+ _RCRe,
425
+ 0,
426
+ [_DN, _VM, _SAN, _IT, _DVO, _O, _CAA, _T, _KA, _MB],
427
+ [0, 0, 64 | 0, 0, () => DomainValidationOptionList, () => CertificateOptions, 0, () => TagList, 0, 0],
428
+ ];
429
+ export var RequestCertificateResponse = [3, n0, _RCReq, 0, [_CA], [0]];
430
+ export var RequestInProgressException = [
431
+ -3,
432
+ n0,
433
+ _RIPE,
434
+ {
435
+ [_e]: _c,
436
+ },
437
+ [_m],
438
+ [0],
439
+ ];
440
+ TypeRegistry.for(n0).registerError(RequestInProgressException, __RequestInProgressException);
441
+ export var ResendValidationEmailRequest = [3, n0, _RVER, 0, [_CA, _D, _VD], [0, 0, 0]];
442
+ export var ResourceInUseException = [
443
+ -3,
444
+ n0,
445
+ _RIUE,
446
+ {
447
+ [_e]: _c,
448
+ },
449
+ [_m],
450
+ [0],
451
+ ];
452
+ TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
453
+ export var ResourceNotFoundException = [
454
+ -3,
455
+ n0,
456
+ _RNFE,
457
+ {
458
+ [_e]: _c,
459
+ },
460
+ [_m],
461
+ [0],
462
+ ];
463
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
464
+ export var ResourceRecord = [3, n0, _RRe, 0, [_N, _Ty, _V], [0, 0, 0]];
465
+ export var RevokeCertificateRequest = [3, n0, _RCRev, 0, [_CA, _RR], [0, 0]];
466
+ export var RevokeCertificateResponse = [3, n0, _RCRevo, 0, [_CA], [0]];
467
+ export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
468
+ export var TagPolicyException = [
469
+ -3,
470
+ n0,
471
+ _TPE,
472
+ {
473
+ [_e]: _c,
474
+ },
475
+ [_m],
476
+ [0],
477
+ ];
478
+ TypeRegistry.for(n0).registerError(TagPolicyException, __TagPolicyException);
479
+ export var ThrottlingException = [
480
+ -3,
481
+ n0,
482
+ _TE,
483
+ {
484
+ [_e]: _c,
485
+ [_hE]: 400,
486
+ [_aQE]: [`Throttling`, 400],
487
+ },
488
+ [_m],
489
+ [0],
490
+ ];
491
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
492
+ export var TooManyTagsException = [
493
+ -3,
494
+ n0,
495
+ _TMTE,
496
+ {
497
+ [_e]: _c,
498
+ },
499
+ [_m],
500
+ [0],
501
+ ];
502
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
503
+ export var UpdateCertificateOptionsRequest = [
504
+ 3,
505
+ n0,
506
+ _UCOR,
507
+ 0,
508
+ [_CA, _O],
509
+ [0, () => CertificateOptions],
510
+ ];
511
+ export var ValidationException = [
512
+ -3,
513
+ n0,
514
+ _VEa,
515
+ {
516
+ [_e]: _c,
517
+ [_hE]: 400,
518
+ [_aQE]: [`ValidationError`, 400],
519
+ },
520
+ [_m],
521
+ [0],
522
+ ];
523
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
524
+ export var __Unit = "unit";
525
+ export var ACMServiceException = [-3, _s, "ACMServiceException", 0, [], []];
526
+ TypeRegistry.for(_s).registerError(ACMServiceException, __ACMServiceException);
527
+ export var CertificateStatuses = 64 | 0;
528
+ export var CertificateSummaryList = [1, n0, _CSL, 0, () => CertificateSummary];
529
+ export var DomainList = 64 | 0;
530
+ export var DomainValidationList = [1, n0, _DVL, 0, () => DomainValidation];
531
+ export var DomainValidationOptionList = [1, n0, _DVOL, 0, () => DomainValidationOption];
532
+ export var ExtendedKeyUsageFilterList = 64 | 0;
533
+ export var ExtendedKeyUsageList = [1, n0, _EKUL, 0, () => ExtendedKeyUsage];
534
+ export var ExtendedKeyUsageNames = 64 | 0;
535
+ export var InUseList = 64 | 0;
536
+ export var KeyAlgorithmList = 64 | 0;
537
+ export var KeyUsageFilterList = 64 | 0;
538
+ export var KeyUsageList = [1, n0, _KUL, 0, () => KeyUsage];
539
+ export var KeyUsageNames = 64 | 0;
540
+ export var TagList = [1, n0, _TL, 0, () => Tag];
541
+ export var ValidationEmailList = 64 | 0;
542
+ export var AddTagsToCertificate = [
543
+ 9,
544
+ n0,
545
+ _ATTC,
546
+ 0,
547
+ () => AddTagsToCertificateRequest,
548
+ () => __Unit,
549
+ ];
550
+ export var DeleteCertificate = [9, n0, _DC, 0, () => DeleteCertificateRequest, () => __Unit];
551
+ export var DescribeCertificate = [
552
+ 9,
553
+ n0,
554
+ _DCe,
555
+ 0,
556
+ () => DescribeCertificateRequest,
557
+ () => DescribeCertificateResponse,
558
+ ];
559
+ export var ExportCertificate = [
560
+ 9,
561
+ n0,
562
+ _EC,
563
+ 0,
564
+ () => ExportCertificateRequest,
565
+ () => ExportCertificateResponse,
566
+ ];
567
+ export var GetAccountConfiguration = [
568
+ 9,
569
+ n0,
570
+ _GAC,
571
+ 0,
572
+ () => __Unit,
573
+ () => GetAccountConfigurationResponse,
574
+ ];
575
+ export var GetCertificate = [
576
+ 9,
577
+ n0,
578
+ _GC,
579
+ 0,
580
+ () => GetCertificateRequest,
581
+ () => GetCertificateResponse,
582
+ ];
583
+ export var ImportCertificate = [
584
+ 9,
585
+ n0,
586
+ _IC,
587
+ 0,
588
+ () => ImportCertificateRequest,
589
+ () => ImportCertificateResponse,
590
+ ];
591
+ export var ListCertificates = [
592
+ 9,
593
+ n0,
594
+ _LC,
595
+ 0,
596
+ () => ListCertificatesRequest,
597
+ () => ListCertificatesResponse,
598
+ ];
599
+ export var ListTagsForCertificate = [
600
+ 9,
601
+ n0,
602
+ _LTFC,
603
+ 0,
604
+ () => ListTagsForCertificateRequest,
605
+ () => ListTagsForCertificateResponse,
606
+ ];
607
+ export var PutAccountConfiguration = [
608
+ 9,
609
+ n0,
610
+ _PAC,
611
+ 0,
612
+ () => PutAccountConfigurationRequest,
613
+ () => __Unit,
614
+ ];
615
+ export var RemoveTagsFromCertificate = [
616
+ 9,
617
+ n0,
618
+ _RTFC,
619
+ 0,
620
+ () => RemoveTagsFromCertificateRequest,
621
+ () => __Unit,
622
+ ];
623
+ export var RenewCertificate = [9, n0, _RC, 0, () => RenewCertificateRequest, () => __Unit];
624
+ export var RequestCertificate = [
625
+ 9,
626
+ n0,
627
+ _RCe,
628
+ 0,
629
+ () => RequestCertificateRequest,
630
+ () => RequestCertificateResponse,
631
+ ];
632
+ export var ResendValidationEmail = [
633
+ 9,
634
+ n0,
635
+ _RVE,
636
+ 0,
637
+ () => ResendValidationEmailRequest,
638
+ () => __Unit,
639
+ ];
640
+ export var RevokeCertificate = [
641
+ 9,
642
+ n0,
643
+ _RCev,
644
+ 0,
645
+ () => RevokeCertificateRequest,
646
+ () => RevokeCertificateResponse,
647
+ ];
648
+ export var UpdateCertificateOptions = [
649
+ 9,
650
+ n0,
651
+ _UCO,
652
+ 0,
653
+ () => UpdateCertificateOptionsRequest,
654
+ () => __Unit,
655
+ ];
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput } from "./commands/AddTagsToCertificateCommand";
11
11
  import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
@@ -157,6 +157,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
157
157
  * Optional extensions
158
158
  */
159
159
  extensions?: RuntimeExtension[];
160
+ /**
161
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
162
+ * may be overridden. A default will always be set by the client.
163
+ * Available options depend on the service's supported protocols and will not be validated by
164
+ * the client.
165
+ * @alpha
166
+ *
167
+ */
168
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
160
169
  /**
161
170
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
162
171
  */
@@ -1310,15 +1310,3 @@ export interface UpdateCertificateOptionsRequest {
1310
1310
  */
1311
1311
  Options: CertificateOptions | undefined;
1312
1312
  }
1313
- /**
1314
- * @internal
1315
- */
1316
- export declare const ExportCertificateRequestFilterSensitiveLog: (obj: ExportCertificateRequest) => any;
1317
- /**
1318
- * @internal
1319
- */
1320
- export declare const ExportCertificateResponseFilterSensitiveLog: (obj: ExportCertificateResponse) => any;
1321
- /**
1322
- * @internal
1323
- */
1324
- export declare const ImportCertificateRequestFilterSensitiveLog: (obj: ImportCertificateRequest) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;