@aws-sdk/client-acm 3.948.0 → 3.953.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 (36) hide show
  1. package/dist-cjs/index.js +260 -190
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AddTagsToCertificateCommand.js +2 -2
  4. package/dist-es/commands/DeleteCertificateCommand.js +2 -2
  5. package/dist-es/commands/DescribeCertificateCommand.js +2 -2
  6. package/dist-es/commands/ExportCertificateCommand.js +2 -2
  7. package/dist-es/commands/GetAccountConfigurationCommand.js +2 -2
  8. package/dist-es/commands/GetCertificateCommand.js +2 -2
  9. package/dist-es/commands/ImportCertificateCommand.js +2 -2
  10. package/dist-es/commands/ListCertificatesCommand.js +2 -2
  11. package/dist-es/commands/ListTagsForCertificateCommand.js +2 -2
  12. package/dist-es/commands/PutAccountConfigurationCommand.js +2 -2
  13. package/dist-es/commands/RemoveTagsFromCertificateCommand.js +2 -2
  14. package/dist-es/commands/RenewCertificateCommand.js +2 -2
  15. package/dist-es/commands/RequestCertificateCommand.js +2 -2
  16. package/dist-es/commands/ResendValidationEmailCommand.js +2 -2
  17. package/dist-es/commands/RevokeCertificateCommand.js +2 -2
  18. package/dist-es/commands/UpdateCertificateOptionsCommand.js +2 -2
  19. package/dist-es/index.js +1 -0
  20. package/dist-es/runtimeConfig.shared.js +6 -6
  21. package/dist-es/schemas/schemas_0.js +138 -138
  22. package/dist-types/ACMClient.d.ts +1 -10
  23. package/dist-types/index.d.ts +1 -0
  24. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  25. package/dist-types/runtimeConfig.d.ts +6 -2
  26. package/dist-types/runtimeConfig.native.d.ts +6 -2
  27. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  28. package/dist-types/schemas/schemas_0.d.ts +71 -90
  29. package/dist-types/ts3.4/ACMClient.d.ts +0 -4
  30. package/dist-types/ts3.4/index.d.ts +1 -0
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +70 -91
  36. package/package.json +35 -35
@@ -150,12 +150,12 @@ const _mB = "managedBy";
150
150
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.acm";
151
151
  const n0 = "com.amazonaws.acm";
152
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/errors";
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 = [
153
+ import { ACMServiceException } from "../models/ACMServiceException";
154
+ import { AccessDeniedException, ConflictException, InvalidArgsException, InvalidArnException, InvalidDomainValidationOptionsException, InvalidParameterException, InvalidStateException, InvalidTagException, LimitExceededException, RequestInProgressException, ResourceInUseException, ResourceNotFoundException, TagPolicyException, ThrottlingException, TooManyTagsException, ValidationException, } from "../models/errors";
155
+ var PassphraseBlob = [0, n0, _PB, 8, 21];
156
+ var PrivateKey = [0, n0, _PK, 8, 0];
157
+ var PrivateKeyBlob = [0, n0, _PKB, 8, 21];
158
+ export var AccessDeniedException$ = [
159
159
  -3,
160
160
  n0,
161
161
  _ADE,
@@ -163,9 +163,9 @@ export var AccessDeniedException = [
163
163
  [_M],
164
164
  [0],
165
165
  ];
166
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
167
- export var AddTagsToCertificateRequest = [3, n0, _ATTCR, 0, [_CA, _T], [0, () => TagList]];
168
- export var CertificateDetail = [
166
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
167
+ export var AddTagsToCertificateRequest$ = [3, n0, _ATTCR, 0, [_CA, _T], [0, () => TagList]];
168
+ export var CertificateDetail$ = [
169
169
  3,
170
170
  n0,
171
171
  _CD,
@@ -221,16 +221,16 @@ export var CertificateDetail = [
221
221
  64 | 0,
222
222
  0,
223
223
  0,
224
- () => RenewalSummary,
224
+ () => RenewalSummary$,
225
225
  () => KeyUsageList,
226
226
  () => ExtendedKeyUsageList,
227
227
  0,
228
228
  0,
229
- () => CertificateOptions,
229
+ () => CertificateOptions$,
230
230
  ],
231
231
  ];
232
- export var CertificateOptions = [3, n0, _CO, 0, [_CTLP, _E], [0, 0]];
233
- export var CertificateSummary = [
232
+ export var CertificateOptions$ = [3, n0, _CO, 0, [_CTLP, _E], [0, 0]];
233
+ export var CertificateSummary$ = [
234
234
  3,
235
235
  n0,
236
236
  _CS,
@@ -238,22 +238,22 @@ export var CertificateSummary = [
238
238
  [_CA, _DN, _SANS, _HASAN, _St, _Ty, _KA, _KU, _EKU, _EO, _IU, _Ex, _RE, _NB, _NA, _CAr, _IA, _IAm, _RA, _MB],
239
239
  [0, 0, 64 | 0, 2, 0, 0, 0, 64 | 0, 64 | 0, 0, 2, 2, 0, 4, 4, 4, 4, 4, 4, 0],
240
240
  ];
241
- export var ConflictException = [-3, n0, _CE, { [_e]: _c }, [_m], [0]];
242
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
243
- export var DeleteCertificateRequest = [3, n0, _DCR, 0, [_CA], [0]];
244
- export var DescribeCertificateRequest = [3, n0, _DCRe, 0, [_CA], [0]];
245
- export var DescribeCertificateResponse = [3, n0, _DCRes, 0, [_C], [() => CertificateDetail]];
246
- export var DomainValidation = [
241
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c }, [_m], [0]];
242
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
243
+ export var DeleteCertificateRequest$ = [3, n0, _DCR, 0, [_CA], [0]];
244
+ export var DescribeCertificateRequest$ = [3, n0, _DCRe, 0, [_CA], [0]];
245
+ export var DescribeCertificateResponse$ = [3, n0, _DCRes, 0, [_C], [() => CertificateDetail$]];
246
+ export var DomainValidation$ = [
247
247
  3,
248
248
  n0,
249
249
  _DV,
250
250
  0,
251
251
  [_DN, _VE, _VD, _VS, _RRe, _HR, _VM],
252
- [0, 64 | 0, 0, 0, () => ResourceRecord, () => HttpRedirect, 0],
252
+ [0, 64 | 0, 0, 0, () => ResourceRecord$, () => HttpRedirect$, 0],
253
253
  ];
254
- export var DomainValidationOption = [3, n0, _DVOo, 0, [_DN, _VD], [0, 0]];
255
- export var ExpiryEventsConfiguration = [3, n0, _EEC, 0, [_DBE], [1]];
256
- export var ExportCertificateRequest = [
254
+ export var DomainValidationOption$ = [3, n0, _DVOo, 0, [_DN, _VD], [0, 0]];
255
+ export var ExpiryEventsConfiguration$ = [3, n0, _EEC, 0, [_DBE], [1]];
256
+ export var ExportCertificateRequest$ = [
257
257
  3,
258
258
  n0,
259
259
  _ECR,
@@ -261,7 +261,7 @@ export var ExportCertificateRequest = [
261
261
  [_CA, _P],
262
262
  [0, [() => PassphraseBlob, 0]],
263
263
  ];
264
- export var ExportCertificateResponse = [
264
+ export var ExportCertificateResponse$ = [
265
265
  3,
266
266
  n0,
267
267
  _ECRx,
@@ -269,20 +269,20 @@ export var ExportCertificateResponse = [
269
269
  [_C, _CC, _PK],
270
270
  [0, 0, [() => PrivateKey, 0]],
271
271
  ];
272
- export var ExtendedKeyUsage = [3, n0, _EKUx, 0, [_N, _OID], [0, 0]];
273
- export var Filters = [3, n0, _F, 0, [_eKU, _kU, _kT, _eO, _mB], [64 | 0, 64 | 0, 64 | 0, 0, 0]];
274
- export var GetAccountConfigurationResponse = [
272
+ export var ExtendedKeyUsage$ = [3, n0, _EKUx, 0, [_N, _OID], [0, 0]];
273
+ export var Filters$ = [3, n0, _F, 0, [_eKU, _kU, _kT, _eO, _mB], [64 | 0, 64 | 0, 64 | 0, 0, 0]];
274
+ export var GetAccountConfigurationResponse$ = [
275
275
  3,
276
276
  n0,
277
277
  _GACR,
278
278
  0,
279
279
  [_EE],
280
- [() => ExpiryEventsConfiguration],
280
+ [() => ExpiryEventsConfiguration$],
281
281
  ];
282
- export var GetCertificateRequest = [3, n0, _GCR, 0, [_CA], [0]];
283
- export var GetCertificateResponse = [3, n0, _GCRe, 0, [_C, _CC], [0, 0]];
284
- export var HttpRedirect = [3, n0, _HR, 0, [_RF, _RT], [0, 0]];
285
- export var ImportCertificateRequest = [
282
+ export var GetCertificateRequest$ = [3, n0, _GCR, 0, [_CA], [0]];
283
+ export var GetCertificateResponse$ = [3, n0, _GCRe, 0, [_C, _CC], [0, 0]];
284
+ export var HttpRedirect$ = [3, n0, _HR, 0, [_RF, _RT], [0, 0]];
285
+ export var ImportCertificateRequest$ = [
286
286
  3,
287
287
  n0,
288
288
  _ICR,
@@ -290,31 +290,31 @@ export var ImportCertificateRequest = [
290
290
  [_CA, _C, _PK, _CC, _T],
291
291
  [0, 21, [() => PrivateKeyBlob, 0], 21, () => TagList],
292
292
  ];
293
- export var ImportCertificateResponse = [3, n0, _ICRm, 0, [_CA], [0]];
294
- export var InvalidArgsException = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
295
- TypeRegistry.for(n0).registerError(InvalidArgsException, __InvalidArgsException);
296
- export var InvalidArnException = [-3, n0, _IAEn, { [_e]: _c }, [_m], [0]];
297
- TypeRegistry.for(n0).registerError(InvalidArnException, __InvalidArnException);
298
- export var InvalidDomainValidationOptionsException = [-3, n0, _IDVOE, { [_e]: _c }, [_m], [0]];
299
- TypeRegistry.for(n0).registerError(InvalidDomainValidationOptionsException, __InvalidDomainValidationOptionsException);
300
- export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
301
- TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
302
- export var InvalidStateException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
303
- TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
304
- export var InvalidTagException = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
305
- TypeRegistry.for(n0).registerError(InvalidTagException, __InvalidTagException);
306
- export var KeyUsage = [3, n0, _KUe, 0, [_N], [0]];
307
- export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
308
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
309
- export var ListCertificatesRequest = [
293
+ export var ImportCertificateResponse$ = [3, n0, _ICRm, 0, [_CA], [0]];
294
+ export var InvalidArgsException$ = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
295
+ TypeRegistry.for(n0).registerError(InvalidArgsException$, InvalidArgsException);
296
+ export var InvalidArnException$ = [-3, n0, _IAEn, { [_e]: _c }, [_m], [0]];
297
+ TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
298
+ export var InvalidDomainValidationOptionsException$ = [-3, n0, _IDVOE, { [_e]: _c }, [_m], [0]];
299
+ TypeRegistry.for(n0).registerError(InvalidDomainValidationOptionsException$, InvalidDomainValidationOptionsException);
300
+ export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
301
+ TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
302
+ export var InvalidStateException$ = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
303
+ TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
304
+ export var InvalidTagException$ = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
305
+ TypeRegistry.for(n0).registerError(InvalidTagException$, InvalidTagException);
306
+ export var KeyUsage$ = [3, n0, _KUe, 0, [_N], [0]];
307
+ export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
308
+ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
309
+ export var ListCertificatesRequest$ = [
310
310
  3,
311
311
  n0,
312
312
  _LCR,
313
313
  0,
314
314
  [_CSe, _In, _NT, _MI, _SB, _SO],
315
- [64 | 0, () => Filters, 0, 1, 0, 0],
315
+ [64 | 0, () => Filters$, 0, 1, 0, 0],
316
316
  ];
317
- export var ListCertificatesResponse = [
317
+ export var ListCertificatesResponse$ = [
318
318
  3,
319
319
  n0,
320
320
  _LCRi,
@@ -322,18 +322,18 @@ export var ListCertificatesResponse = [
322
322
  [_NT, _CSL],
323
323
  [0, () => CertificateSummaryList],
324
324
  ];
325
- export var ListTagsForCertificateRequest = [3, n0, _LTFCR, 0, [_CA], [0]];
326
- export var ListTagsForCertificateResponse = [3, n0, _LTFCRi, 0, [_T], [() => TagList]];
327
- export var PutAccountConfigurationRequest = [
325
+ export var ListTagsForCertificateRequest$ = [3, n0, _LTFCR, 0, [_CA], [0]];
326
+ export var ListTagsForCertificateResponse$ = [3, n0, _LTFCRi, 0, [_T], [() => TagList]];
327
+ export var PutAccountConfigurationRequest$ = [
328
328
  3,
329
329
  n0,
330
330
  _PACR,
331
331
  0,
332
332
  [_EE, _IT],
333
- [() => ExpiryEventsConfiguration, 0],
333
+ [() => ExpiryEventsConfiguration$, 0],
334
334
  ];
335
- export var RemoveTagsFromCertificateRequest = [3, n0, _RTFCR, 0, [_CA, _T], [0, () => TagList]];
336
- export var RenewalSummary = [
335
+ export var RemoveTagsFromCertificateRequest$ = [3, n0, _RTFCR, 0, [_CA, _T], [0, () => TagList]];
336
+ export var RenewalSummary$ = [
337
337
  3,
338
338
  n0,
339
339
  _RS,
@@ -341,30 +341,30 @@ export var RenewalSummary = [
341
341
  [_RSe, _DVO, _RSR, _UA],
342
342
  [0, () => DomainValidationList, 0, 4],
343
343
  ];
344
- export var RenewCertificateRequest = [3, n0, _RCR, 0, [_CA], [0]];
345
- export var RequestCertificateRequest = [
344
+ export var RenewCertificateRequest$ = [3, n0, _RCR, 0, [_CA], [0]];
345
+ export var RequestCertificateRequest$ = [
346
346
  3,
347
347
  n0,
348
348
  _RCRe,
349
349
  0,
350
350
  [_DN, _VM, _SAN, _IT, _DVO, _O, _CAA, _T, _KA, _MB],
351
- [0, 0, 64 | 0, 0, () => DomainValidationOptionList, () => CertificateOptions, 0, () => TagList, 0, 0],
351
+ [0, 0, 64 | 0, 0, () => DomainValidationOptionList, () => CertificateOptions$, 0, () => TagList, 0, 0],
352
352
  ];
353
- export var RequestCertificateResponse = [3, n0, _RCReq, 0, [_CA], [0]];
354
- export var RequestInProgressException = [-3, n0, _RIPE, { [_e]: _c }, [_m], [0]];
355
- TypeRegistry.for(n0).registerError(RequestInProgressException, __RequestInProgressException);
356
- export var ResendValidationEmailRequest = [3, n0, _RVER, 0, [_CA, _D, _VD], [0, 0, 0]];
357
- export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
358
- TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
359
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
360
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
361
- export var ResourceRecord = [3, n0, _RRe, 0, [_N, _Ty, _V], [0, 0, 0]];
362
- export var RevokeCertificateRequest = [3, n0, _RCRev, 0, [_CA, _RR], [0, 0]];
363
- export var RevokeCertificateResponse = [3, n0, _RCRevo, 0, [_CA], [0]];
364
- export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
365
- export var TagPolicyException = [-3, n0, _TPE, { [_e]: _c }, [_m], [0]];
366
- TypeRegistry.for(n0).registerError(TagPolicyException, __TagPolicyException);
367
- export var ThrottlingException = [
353
+ export var RequestCertificateResponse$ = [3, n0, _RCReq, 0, [_CA], [0]];
354
+ export var RequestInProgressException$ = [-3, n0, _RIPE, { [_e]: _c }, [_m], [0]];
355
+ TypeRegistry.for(n0).registerError(RequestInProgressException$, RequestInProgressException);
356
+ export var ResendValidationEmailRequest$ = [3, n0, _RVER, 0, [_CA, _D, _VD], [0, 0, 0]];
357
+ export var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
358
+ TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
359
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
360
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
361
+ export var ResourceRecord$ = [3, n0, _RRe, 0, [_N, _Ty, _V], [0, 0, 0]];
362
+ export var RevokeCertificateRequest$ = [3, n0, _RCRev, 0, [_CA, _RR], [0, 0]];
363
+ export var RevokeCertificateResponse$ = [3, n0, _RCRevo, 0, [_CA], [0]];
364
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
365
+ export var TagPolicyException$ = [-3, n0, _TPE, { [_e]: _c }, [_m], [0]];
366
+ TypeRegistry.for(n0).registerError(TagPolicyException$, TagPolicyException);
367
+ export var ThrottlingException$ = [
368
368
  -3,
369
369
  n0,
370
370
  _TE,
@@ -372,18 +372,18 @@ export var ThrottlingException = [
372
372
  [_m],
373
373
  [0],
374
374
  ];
375
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
376
- export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
377
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
378
- export var UpdateCertificateOptionsRequest = [
375
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
376
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
377
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
378
+ export var UpdateCertificateOptionsRequest$ = [
379
379
  3,
380
380
  n0,
381
381
  _UCOR,
382
382
  0,
383
383
  [_CA, _O],
384
- [0, () => CertificateOptions],
384
+ [0, () => CertificateOptions$],
385
385
  ];
386
- export var ValidationException = [
386
+ export var ValidationException$ = [
387
387
  -3,
388
388
  n0,
389
389
  _VEa,
@@ -391,136 +391,136 @@ export var ValidationException = [
391
391
  [_m],
392
392
  [0],
393
393
  ];
394
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
395
- export var __Unit = "unit";
396
- export var ACMServiceException = [-3, _s, "ACMServiceException", 0, [], []];
397
- TypeRegistry.for(_s).registerError(ACMServiceException, __ACMServiceException);
398
- export var CertificateStatuses = 64 | 0;
399
- export var CertificateSummaryList = [1, n0, _CSL, 0, () => CertificateSummary];
400
- export var DomainList = 64 | 0;
401
- export var DomainValidationList = [1, n0, _DVL, 0, () => DomainValidation];
402
- export var DomainValidationOptionList = [1, n0, _DVOL, 0, () => DomainValidationOption];
403
- export var ExtendedKeyUsageFilterList = 64 | 0;
404
- export var ExtendedKeyUsageList = [1, n0, _EKUL, 0, () => ExtendedKeyUsage];
405
- export var ExtendedKeyUsageNames = 64 | 0;
406
- export var InUseList = 64 | 0;
407
- export var KeyAlgorithmList = 64 | 0;
408
- export var KeyUsageFilterList = 64 | 0;
409
- export var KeyUsageList = [1, n0, _KUL, 0, () => KeyUsage];
410
- export var KeyUsageNames = 64 | 0;
411
- export var TagList = [1, n0, _TL, 0, () => Tag];
412
- export var ValidationEmailList = 64 | 0;
413
- export var AddTagsToCertificate = [
394
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
395
+ var __Unit = "unit";
396
+ export var ACMServiceException$ = [-3, _s, "ACMServiceException", 0, [], []];
397
+ TypeRegistry.for(_s).registerError(ACMServiceException$, ACMServiceException);
398
+ var CertificateStatuses = 64 | 0;
399
+ var CertificateSummaryList = [1, n0, _CSL, 0, () => CertificateSummary$];
400
+ var DomainList = 64 | 0;
401
+ var DomainValidationList = [1, n0, _DVL, 0, () => DomainValidation$];
402
+ var DomainValidationOptionList = [1, n0, _DVOL, 0, () => DomainValidationOption$];
403
+ var ExtendedKeyUsageFilterList = 64 | 0;
404
+ var ExtendedKeyUsageList = [1, n0, _EKUL, 0, () => ExtendedKeyUsage$];
405
+ var ExtendedKeyUsageNames = 64 | 0;
406
+ var InUseList = 64 | 0;
407
+ var KeyAlgorithmList = 64 | 0;
408
+ var KeyUsageFilterList = 64 | 0;
409
+ var KeyUsageList = [1, n0, _KUL, 0, () => KeyUsage$];
410
+ var KeyUsageNames = 64 | 0;
411
+ var TagList = [1, n0, _TL, 0, () => Tag$];
412
+ var ValidationEmailList = 64 | 0;
413
+ export var AddTagsToCertificate$ = [
414
414
  9,
415
415
  n0,
416
416
  _ATTC,
417
417
  0,
418
- () => AddTagsToCertificateRequest,
418
+ () => AddTagsToCertificateRequest$,
419
419
  () => __Unit,
420
420
  ];
421
- export var DeleteCertificate = [9, n0, _DC, 0, () => DeleteCertificateRequest, () => __Unit];
422
- export var DescribeCertificate = [
421
+ export var DeleteCertificate$ = [9, n0, _DC, 0, () => DeleteCertificateRequest$, () => __Unit];
422
+ export var DescribeCertificate$ = [
423
423
  9,
424
424
  n0,
425
425
  _DCe,
426
426
  0,
427
- () => DescribeCertificateRequest,
428
- () => DescribeCertificateResponse,
427
+ () => DescribeCertificateRequest$,
428
+ () => DescribeCertificateResponse$,
429
429
  ];
430
- export var ExportCertificate = [
430
+ export var ExportCertificate$ = [
431
431
  9,
432
432
  n0,
433
433
  _EC,
434
434
  0,
435
- () => ExportCertificateRequest,
436
- () => ExportCertificateResponse,
435
+ () => ExportCertificateRequest$,
436
+ () => ExportCertificateResponse$,
437
437
  ];
438
- export var GetAccountConfiguration = [
438
+ export var GetAccountConfiguration$ = [
439
439
  9,
440
440
  n0,
441
441
  _GAC,
442
442
  0,
443
443
  () => __Unit,
444
- () => GetAccountConfigurationResponse,
444
+ () => GetAccountConfigurationResponse$,
445
445
  ];
446
- export var GetCertificate = [
446
+ export var GetCertificate$ = [
447
447
  9,
448
448
  n0,
449
449
  _GC,
450
450
  0,
451
- () => GetCertificateRequest,
452
- () => GetCertificateResponse,
451
+ () => GetCertificateRequest$,
452
+ () => GetCertificateResponse$,
453
453
  ];
454
- export var ImportCertificate = [
454
+ export var ImportCertificate$ = [
455
455
  9,
456
456
  n0,
457
457
  _IC,
458
458
  0,
459
- () => ImportCertificateRequest,
460
- () => ImportCertificateResponse,
459
+ () => ImportCertificateRequest$,
460
+ () => ImportCertificateResponse$,
461
461
  ];
462
- export var ListCertificates = [
462
+ export var ListCertificates$ = [
463
463
  9,
464
464
  n0,
465
465
  _LC,
466
466
  0,
467
- () => ListCertificatesRequest,
468
- () => ListCertificatesResponse,
467
+ () => ListCertificatesRequest$,
468
+ () => ListCertificatesResponse$,
469
469
  ];
470
- export var ListTagsForCertificate = [
470
+ export var ListTagsForCertificate$ = [
471
471
  9,
472
472
  n0,
473
473
  _LTFC,
474
474
  0,
475
- () => ListTagsForCertificateRequest,
476
- () => ListTagsForCertificateResponse,
475
+ () => ListTagsForCertificateRequest$,
476
+ () => ListTagsForCertificateResponse$,
477
477
  ];
478
- export var PutAccountConfiguration = [
478
+ export var PutAccountConfiguration$ = [
479
479
  9,
480
480
  n0,
481
481
  _PAC,
482
482
  0,
483
- () => PutAccountConfigurationRequest,
483
+ () => PutAccountConfigurationRequest$,
484
484
  () => __Unit,
485
485
  ];
486
- export var RemoveTagsFromCertificate = [
486
+ export var RemoveTagsFromCertificate$ = [
487
487
  9,
488
488
  n0,
489
489
  _RTFC,
490
490
  0,
491
- () => RemoveTagsFromCertificateRequest,
491
+ () => RemoveTagsFromCertificateRequest$,
492
492
  () => __Unit,
493
493
  ];
494
- export var RenewCertificate = [9, n0, _RC, 0, () => RenewCertificateRequest, () => __Unit];
495
- export var RequestCertificate = [
494
+ export var RenewCertificate$ = [9, n0, _RC, 0, () => RenewCertificateRequest$, () => __Unit];
495
+ export var RequestCertificate$ = [
496
496
  9,
497
497
  n0,
498
498
  _RCe,
499
499
  0,
500
- () => RequestCertificateRequest,
501
- () => RequestCertificateResponse,
500
+ () => RequestCertificateRequest$,
501
+ () => RequestCertificateResponse$,
502
502
  ];
503
- export var ResendValidationEmail = [
503
+ export var ResendValidationEmail$ = [
504
504
  9,
505
505
  n0,
506
506
  _RVE,
507
507
  0,
508
- () => ResendValidationEmailRequest,
508
+ () => ResendValidationEmailRequest$,
509
509
  () => __Unit,
510
510
  ];
511
- export var RevokeCertificate = [
511
+ export var RevokeCertificate$ = [
512
512
  9,
513
513
  n0,
514
514
  _RCev,
515
515
  0,
516
- () => RevokeCertificateRequest,
517
- () => RevokeCertificateResponse,
516
+ () => RevokeCertificateRequest$,
517
+ () => RevokeCertificateResponse$,
518
518
  ];
519
- export var UpdateCertificateOptions = [
519
+ export var UpdateCertificateOptions$ = [
520
520
  9,
521
521
  n0,
522
522
  _UCO,
523
523
  0,
524
- () => UpdateCertificateOptionsRequest,
524
+ () => UpdateCertificateOptionsRequest$,
525
525
  () => __Unit,
526
526
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput } from "./commands/AddTagsToCertificateCommand";
11
11
  import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
@@ -157,15 +157,6 @@ 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>;
169
160
  /**
170
161
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
171
162
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ACMExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./waiters";
14
15
  export * from "./models/enums";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  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;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
1
2
  import type { ACMClientConfig } from "./ACMClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ACMHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;