@aws-sdk/client-acm 3.49.0 → 3.50.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 (34) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +26 -26
  3. package/dist-types/ts3.4/ACM.d.ts +0 -80
  4. package/dist-types/ts3.4/ACMClient.d.ts +0 -88
  5. package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/index.d.ts +0 -15
  21. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  22. package/dist-types/ts3.4/index.d.ts +0 -6
  23. package/dist-types/ts3.4/models/index.d.ts +0 -1
  24. package/dist-types/ts3.4/models/models_0.d.ts +0 -620
  25. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  26. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +0 -4
  27. package/dist-types/ts3.4/pagination/index.d.ts +0 -2
  28. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -47
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  33. package/dist-types/ts3.4/waiters/index.d.ts +0 -1
  34. package/dist-types/ts3.4/waiters/waitForCertificateValidated.d.ts +0 -7
@@ -1,620 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
4
- name: "AccessDeniedException";
5
- $fault: "client";
6
- Message?: string;
7
- }
8
-
9
- export interface Tag {
10
-
11
- Key: string | undefined;
12
-
13
- Value?: string;
14
- }
15
- export declare namespace Tag {
16
-
17
- const filterSensitiveLog: (obj: Tag) => any;
18
- }
19
- export interface AddTagsToCertificateRequest {
20
-
21
- CertificateArn: string | undefined;
22
-
23
- Tags: Tag[] | undefined;
24
- }
25
- export declare namespace AddTagsToCertificateRequest {
26
-
27
- const filterSensitiveLog: (obj: AddTagsToCertificateRequest) => any;
28
- }
29
-
30
- export interface InvalidArnException extends __SmithyException, $MetadataBearer {
31
- name: "InvalidArnException";
32
- $fault: "client";
33
- message?: string;
34
- }
35
-
36
- export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
37
- name: "InvalidParameterException";
38
- $fault: "client";
39
- message?: string;
40
- }
41
-
42
- export interface InvalidTagException extends __SmithyException, $MetadataBearer {
43
- name: "InvalidTagException";
44
- $fault: "client";
45
- message?: string;
46
- }
47
-
48
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
49
- name: "ResourceNotFoundException";
50
- $fault: "client";
51
- message?: string;
52
- }
53
-
54
- export interface TagPolicyException extends __SmithyException, $MetadataBearer {
55
- name: "TagPolicyException";
56
- $fault: "client";
57
- message?: string;
58
- }
59
-
60
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
61
- name: "ThrottlingException";
62
- $fault: "client";
63
- message?: string;
64
- }
65
-
66
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
67
- name: "TooManyTagsException";
68
- $fault: "client";
69
- message?: string;
70
- }
71
- export declare enum RecordType {
72
- CNAME = "CNAME"
73
- }
74
-
75
- export interface ResourceRecord {
76
-
77
- Name: string | undefined;
78
-
79
- Type: RecordType | string | undefined;
80
-
81
- Value: string | undefined;
82
- }
83
- export declare namespace ResourceRecord {
84
-
85
- const filterSensitiveLog: (obj: ResourceRecord) => any;
86
- }
87
- export declare enum ValidationMethod {
88
- DNS = "DNS",
89
- EMAIL = "EMAIL"
90
- }
91
- export declare enum DomainStatus {
92
- FAILED = "FAILED",
93
- PENDING_VALIDATION = "PENDING_VALIDATION",
94
- SUCCESS = "SUCCESS"
95
- }
96
-
97
- export interface DomainValidation {
98
-
99
- DomainName: string | undefined;
100
-
101
- ValidationEmails?: string[];
102
-
103
- ValidationDomain?: string;
104
-
105
- ValidationStatus?: DomainStatus | string;
106
-
107
- ResourceRecord?: ResourceRecord;
108
-
109
- ValidationMethod?: ValidationMethod | string;
110
- }
111
- export declare namespace DomainValidation {
112
-
113
- const filterSensitiveLog: (obj: DomainValidation) => any;
114
- }
115
- export declare enum ExtendedKeyUsageName {
116
- ANY = "ANY",
117
- CODE_SIGNING = "CODE_SIGNING",
118
- CUSTOM = "CUSTOM",
119
- EMAIL_PROTECTION = "EMAIL_PROTECTION",
120
- IPSEC_END_SYSTEM = "IPSEC_END_SYSTEM",
121
- IPSEC_TUNNEL = "IPSEC_TUNNEL",
122
- IPSEC_USER = "IPSEC_USER",
123
- NONE = "NONE",
124
- OCSP_SIGNING = "OCSP_SIGNING",
125
- TIME_STAMPING = "TIME_STAMPING",
126
- TLS_WEB_CLIENT_AUTHENTICATION = "TLS_WEB_CLIENT_AUTHENTICATION",
127
- TLS_WEB_SERVER_AUTHENTICATION = "TLS_WEB_SERVER_AUTHENTICATION"
128
- }
129
-
130
- export interface ExtendedKeyUsage {
131
-
132
- Name?: ExtendedKeyUsageName | string;
133
-
134
- OID?: string;
135
- }
136
- export declare namespace ExtendedKeyUsage {
137
-
138
- const filterSensitiveLog: (obj: ExtendedKeyUsage) => any;
139
- }
140
- export declare enum FailureReason {
141
- ADDITIONAL_VERIFICATION_REQUIRED = "ADDITIONAL_VERIFICATION_REQUIRED",
142
- CAA_ERROR = "CAA_ERROR",
143
- DOMAIN_NOT_ALLOWED = "DOMAIN_NOT_ALLOWED",
144
- DOMAIN_VALIDATION_DENIED = "DOMAIN_VALIDATION_DENIED",
145
- INVALID_PUBLIC_DOMAIN = "INVALID_PUBLIC_DOMAIN",
146
- NO_AVAILABLE_CONTACTS = "NO_AVAILABLE_CONTACTS",
147
- OTHER = "OTHER",
148
- PCA_ACCESS_DENIED = "PCA_ACCESS_DENIED",
149
- PCA_INVALID_ARGS = "PCA_INVALID_ARGS",
150
- PCA_INVALID_ARN = "PCA_INVALID_ARN",
151
- PCA_INVALID_DURATION = "PCA_INVALID_DURATION",
152
- PCA_INVALID_STATE = "PCA_INVALID_STATE",
153
- PCA_LIMIT_EXCEEDED = "PCA_LIMIT_EXCEEDED",
154
- PCA_NAME_CONSTRAINTS_VALIDATION = "PCA_NAME_CONSTRAINTS_VALIDATION",
155
- PCA_REQUEST_FAILED = "PCA_REQUEST_FAILED",
156
- PCA_RESOURCE_NOT_FOUND = "PCA_RESOURCE_NOT_FOUND",
157
- SLR_NOT_FOUND = "SLR_NOT_FOUND"
158
- }
159
- export declare enum KeyAlgorithm {
160
- EC_prime256v1 = "EC_prime256v1",
161
- EC_secp384r1 = "EC_secp384r1",
162
- EC_secp521r1 = "EC_secp521r1",
163
- RSA_1024 = "RSA_1024",
164
- RSA_2048 = "RSA_2048",
165
- RSA_3072 = "RSA_3072",
166
- RSA_4096 = "RSA_4096"
167
- }
168
- export declare enum KeyUsageName {
169
- ANY = "ANY",
170
- CERTIFICATE_SIGNING = "CERTIFICATE_SIGNING",
171
- CRL_SIGNING = "CRL_SIGNING",
172
- CUSTOM = "CUSTOM",
173
- DATA_ENCIPHERMENT = "DATA_ENCIPHERMENT",
174
- DECIPHER_ONLY = "DECIPHER_ONLY",
175
- DIGITAL_SIGNATURE = "DIGITAL_SIGNATURE",
176
- ENCHIPER_ONLY = "ENCIPHER_ONLY",
177
- KEY_AGREEMENT = "KEY_AGREEMENT",
178
- KEY_ENCIPHERMENT = "KEY_ENCIPHERMENT",
179
- NON_REPUDATION = "NON_REPUDIATION"
180
- }
181
-
182
- export interface KeyUsage {
183
-
184
- Name?: KeyUsageName | string;
185
- }
186
- export declare namespace KeyUsage {
187
-
188
- const filterSensitiveLog: (obj: KeyUsage) => any;
189
- }
190
- export declare enum CertificateTransparencyLoggingPreference {
191
- DISABLED = "DISABLED",
192
- ENABLED = "ENABLED"
193
- }
194
-
195
- export interface CertificateOptions {
196
-
197
- CertificateTransparencyLoggingPreference?: CertificateTransparencyLoggingPreference | string;
198
- }
199
- export declare namespace CertificateOptions {
200
-
201
- const filterSensitiveLog: (obj: CertificateOptions) => any;
202
- }
203
- export declare enum RenewalEligibility {
204
- ELIGIBLE = "ELIGIBLE",
205
- INELIGIBLE = "INELIGIBLE"
206
- }
207
- export declare enum RenewalStatus {
208
- FAILED = "FAILED",
209
- PENDING_AUTO_RENEWAL = "PENDING_AUTO_RENEWAL",
210
- PENDING_VALIDATION = "PENDING_VALIDATION",
211
- SUCCESS = "SUCCESS"
212
- }
213
-
214
- export interface RenewalSummary {
215
-
216
- RenewalStatus: RenewalStatus | string | undefined;
217
-
218
- DomainValidationOptions: DomainValidation[] | undefined;
219
-
220
- RenewalStatusReason?: FailureReason | string;
221
-
222
- UpdatedAt: Date | undefined;
223
- }
224
- export declare namespace RenewalSummary {
225
-
226
- const filterSensitiveLog: (obj: RenewalSummary) => any;
227
- }
228
- export declare enum RevocationReason {
229
- AFFILIATION_CHANGED = "AFFILIATION_CHANGED",
230
- A_A_COMPROMISE = "A_A_COMPROMISE",
231
- CA_COMPROMISE = "CA_COMPROMISE",
232
- CERTIFICATE_HOLD = "CERTIFICATE_HOLD",
233
- CESSATION_OF_OPERATION = "CESSATION_OF_OPERATION",
234
- KEY_COMPROMISE = "KEY_COMPROMISE",
235
- PRIVILEGE_WITHDRAWN = "PRIVILEGE_WITHDRAWN",
236
- REMOVE_FROM_CRL = "REMOVE_FROM_CRL",
237
- SUPERCEDED = "SUPERCEDED",
238
- UNSPECIFIED = "UNSPECIFIED"
239
- }
240
- export declare enum CertificateStatus {
241
- EXPIRED = "EXPIRED",
242
- FAILED = "FAILED",
243
- INACTIVE = "INACTIVE",
244
- ISSUED = "ISSUED",
245
- PENDING_VALIDATION = "PENDING_VALIDATION",
246
- REVOKED = "REVOKED",
247
- VALIDATION_TIMED_OUT = "VALIDATION_TIMED_OUT"
248
- }
249
- export declare enum CertificateType {
250
- AMAZON_ISSUED = "AMAZON_ISSUED",
251
- IMPORTED = "IMPORTED",
252
- PRIVATE = "PRIVATE"
253
- }
254
-
255
- export interface CertificateDetail {
256
-
257
- CertificateArn?: string;
258
-
259
- DomainName?: string;
260
-
261
- SubjectAlternativeNames?: string[];
262
-
263
- DomainValidationOptions?: DomainValidation[];
264
-
265
- Serial?: string;
266
-
267
- Subject?: string;
268
-
269
- Issuer?: string;
270
-
271
- CreatedAt?: Date;
272
-
273
- IssuedAt?: Date;
274
-
275
- ImportedAt?: Date;
276
-
277
- Status?: CertificateStatus | string;
278
-
279
- RevokedAt?: Date;
280
-
281
- RevocationReason?: RevocationReason | string;
282
-
283
- NotBefore?: Date;
284
-
285
- NotAfter?: Date;
286
-
287
- KeyAlgorithm?: KeyAlgorithm | string;
288
-
289
- SignatureAlgorithm?: string;
290
-
291
- InUseBy?: string[];
292
-
293
- FailureReason?: FailureReason | string;
294
-
295
- Type?: CertificateType | string;
296
-
297
- RenewalSummary?: RenewalSummary;
298
-
299
- KeyUsages?: KeyUsage[];
300
-
301
- ExtendedKeyUsages?: ExtendedKeyUsage[];
302
-
303
- CertificateAuthorityArn?: string;
304
-
305
- RenewalEligibility?: RenewalEligibility | string;
306
-
307
- Options?: CertificateOptions;
308
- }
309
- export declare namespace CertificateDetail {
310
-
311
- const filterSensitiveLog: (obj: CertificateDetail) => any;
312
- }
313
- export interface DeleteCertificateRequest {
314
-
315
- CertificateArn: string | undefined;
316
- }
317
- export declare namespace DeleteCertificateRequest {
318
-
319
- const filterSensitiveLog: (obj: DeleteCertificateRequest) => any;
320
- }
321
-
322
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
323
- name: "ResourceInUseException";
324
- $fault: "client";
325
- message?: string;
326
- }
327
- export interface DescribeCertificateRequest {
328
-
329
- CertificateArn: string | undefined;
330
- }
331
- export declare namespace DescribeCertificateRequest {
332
-
333
- const filterSensitiveLog: (obj: DescribeCertificateRequest) => any;
334
- }
335
- export interface DescribeCertificateResponse {
336
-
337
- Certificate?: CertificateDetail;
338
- }
339
- export declare namespace DescribeCertificateResponse {
340
-
341
- const filterSensitiveLog: (obj: DescribeCertificateResponse) => any;
342
- }
343
- export interface ExportCertificateRequest {
344
-
345
- CertificateArn: string | undefined;
346
-
347
- Passphrase: Uint8Array | undefined;
348
- }
349
- export declare namespace ExportCertificateRequest {
350
-
351
- const filterSensitiveLog: (obj: ExportCertificateRequest) => any;
352
- }
353
- export interface ExportCertificateResponse {
354
-
355
- Certificate?: string;
356
-
357
- CertificateChain?: string;
358
-
359
- PrivateKey?: string;
360
- }
361
- export declare namespace ExportCertificateResponse {
362
-
363
- const filterSensitiveLog: (obj: ExportCertificateResponse) => any;
364
- }
365
-
366
- export interface RequestInProgressException extends __SmithyException, $MetadataBearer {
367
- name: "RequestInProgressException";
368
- $fault: "client";
369
- message?: string;
370
- }
371
-
372
- export interface ExpiryEventsConfiguration {
373
-
374
- DaysBeforeExpiry?: number;
375
- }
376
- export declare namespace ExpiryEventsConfiguration {
377
-
378
- const filterSensitiveLog: (obj: ExpiryEventsConfiguration) => any;
379
- }
380
- export interface GetAccountConfigurationResponse {
381
-
382
- ExpiryEvents?: ExpiryEventsConfiguration;
383
- }
384
- export declare namespace GetAccountConfigurationResponse {
385
-
386
- const filterSensitiveLog: (obj: GetAccountConfigurationResponse) => any;
387
- }
388
- export interface GetCertificateRequest {
389
-
390
- CertificateArn: string | undefined;
391
- }
392
- export declare namespace GetCertificateRequest {
393
-
394
- const filterSensitiveLog: (obj: GetCertificateRequest) => any;
395
- }
396
- export interface GetCertificateResponse {
397
-
398
- Certificate?: string;
399
-
400
- CertificateChain?: string;
401
- }
402
- export declare namespace GetCertificateResponse {
403
-
404
- const filterSensitiveLog: (obj: GetCertificateResponse) => any;
405
- }
406
- export interface ImportCertificateRequest {
407
-
408
- CertificateArn?: string;
409
-
410
- Certificate: Uint8Array | undefined;
411
-
412
- PrivateKey: Uint8Array | undefined;
413
-
414
- CertificateChain?: Uint8Array;
415
-
416
- Tags?: Tag[];
417
- }
418
- export declare namespace ImportCertificateRequest {
419
-
420
- const filterSensitiveLog: (obj: ImportCertificateRequest) => any;
421
- }
422
- export interface ImportCertificateResponse {
423
-
424
- CertificateArn?: string;
425
- }
426
- export declare namespace ImportCertificateResponse {
427
-
428
- const filterSensitiveLog: (obj: ImportCertificateResponse) => any;
429
- }
430
-
431
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
432
- name: "LimitExceededException";
433
- $fault: "client";
434
- message?: string;
435
- }
436
-
437
- export interface InvalidArgsException extends __SmithyException, $MetadataBearer {
438
- name: "InvalidArgsException";
439
- $fault: "client";
440
- message?: string;
441
- }
442
-
443
- export interface Filters {
444
-
445
- extendedKeyUsage?: (ExtendedKeyUsageName | string)[];
446
-
447
- keyUsage?: (KeyUsageName | string)[];
448
-
449
- keyTypes?: (KeyAlgorithm | string)[];
450
- }
451
- export declare namespace Filters {
452
-
453
- const filterSensitiveLog: (obj: Filters) => any;
454
- }
455
- export interface ListCertificatesRequest {
456
-
457
- CertificateStatuses?: (CertificateStatus | string)[];
458
-
459
- Includes?: Filters;
460
-
461
- NextToken?: string;
462
-
463
- MaxItems?: number;
464
- }
465
- export declare namespace ListCertificatesRequest {
466
-
467
- const filterSensitiveLog: (obj: ListCertificatesRequest) => any;
468
- }
469
-
470
- export interface CertificateSummary {
471
-
472
- CertificateArn?: string;
473
-
474
- DomainName?: string;
475
- }
476
- export declare namespace CertificateSummary {
477
-
478
- const filterSensitiveLog: (obj: CertificateSummary) => any;
479
- }
480
- export interface ListCertificatesResponse {
481
-
482
- NextToken?: string;
483
-
484
- CertificateSummaryList?: CertificateSummary[];
485
- }
486
- export declare namespace ListCertificatesResponse {
487
-
488
- const filterSensitiveLog: (obj: ListCertificatesResponse) => any;
489
- }
490
- export interface ListTagsForCertificateRequest {
491
-
492
- CertificateArn: string | undefined;
493
- }
494
- export declare namespace ListTagsForCertificateRequest {
495
-
496
- const filterSensitiveLog: (obj: ListTagsForCertificateRequest) => any;
497
- }
498
- export interface ListTagsForCertificateResponse {
499
-
500
- Tags?: Tag[];
501
- }
502
- export declare namespace ListTagsForCertificateResponse {
503
-
504
- const filterSensitiveLog: (obj: ListTagsForCertificateResponse) => any;
505
- }
506
-
507
- export interface ConflictException extends __SmithyException, $MetadataBearer {
508
- name: "ConflictException";
509
- $fault: "client";
510
- message?: string;
511
- }
512
- export interface PutAccountConfigurationRequest {
513
-
514
- ExpiryEvents?: ExpiryEventsConfiguration;
515
-
516
- IdempotencyToken: string | undefined;
517
- }
518
- export declare namespace PutAccountConfigurationRequest {
519
-
520
- const filterSensitiveLog: (obj: PutAccountConfigurationRequest) => any;
521
- }
522
-
523
- export interface ValidationException extends __SmithyException, $MetadataBearer {
524
- name: "ValidationException";
525
- $fault: "client";
526
- message?: string;
527
- }
528
- export interface RemoveTagsFromCertificateRequest {
529
-
530
- CertificateArn: string | undefined;
531
-
532
- Tags: Tag[] | undefined;
533
- }
534
- export declare namespace RemoveTagsFromCertificateRequest {
535
-
536
- const filterSensitiveLog: (obj: RemoveTagsFromCertificateRequest) => any;
537
- }
538
- export interface RenewCertificateRequest {
539
-
540
- CertificateArn: string | undefined;
541
- }
542
- export declare namespace RenewCertificateRequest {
543
-
544
- const filterSensitiveLog: (obj: RenewCertificateRequest) => any;
545
- }
546
-
547
- export interface InvalidDomainValidationOptionsException extends __SmithyException, $MetadataBearer {
548
- name: "InvalidDomainValidationOptionsException";
549
- $fault: "client";
550
- message?: string;
551
- }
552
-
553
- export interface DomainValidationOption {
554
-
555
- DomainName: string | undefined;
556
-
557
- ValidationDomain: string | undefined;
558
- }
559
- export declare namespace DomainValidationOption {
560
-
561
- const filterSensitiveLog: (obj: DomainValidationOption) => any;
562
- }
563
- export interface RequestCertificateRequest {
564
-
565
- DomainName: string | undefined;
566
-
567
- ValidationMethod?: ValidationMethod | string;
568
-
569
- SubjectAlternativeNames?: string[];
570
-
571
- IdempotencyToken?: string;
572
-
573
- DomainValidationOptions?: DomainValidationOption[];
574
-
575
- Options?: CertificateOptions;
576
-
577
- CertificateAuthorityArn?: string;
578
-
579
- Tags?: Tag[];
580
- }
581
- export declare namespace RequestCertificateRequest {
582
-
583
- const filterSensitiveLog: (obj: RequestCertificateRequest) => any;
584
- }
585
- export interface RequestCertificateResponse {
586
-
587
- CertificateArn?: string;
588
- }
589
- export declare namespace RequestCertificateResponse {
590
-
591
- const filterSensitiveLog: (obj: RequestCertificateResponse) => any;
592
- }
593
-
594
- export interface InvalidStateException extends __SmithyException, $MetadataBearer {
595
- name: "InvalidStateException";
596
- $fault: "client";
597
- message?: string;
598
- }
599
- export interface ResendValidationEmailRequest {
600
-
601
- CertificateArn: string | undefined;
602
-
603
- Domain: string | undefined;
604
-
605
- ValidationDomain: string | undefined;
606
- }
607
- export declare namespace ResendValidationEmailRequest {
608
-
609
- const filterSensitiveLog: (obj: ResendValidationEmailRequest) => any;
610
- }
611
- export interface UpdateCertificateOptionsRequest {
612
-
613
- CertificateArn: string | undefined;
614
-
615
- Options: CertificateOptions | undefined;
616
- }
617
- export declare namespace UpdateCertificateOptionsRequest {
618
-
619
- const filterSensitiveLog: (obj: UpdateCertificateOptionsRequest) => any;
620
- }
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { ACM } from "../ACM";
3
- import { ACMClient } from "../ACMClient";
4
- export interface ACMPaginationConfiguration extends PaginationConfiguration {
5
- client: ACM | ACMClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
3
- import { ACMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListCertificates(config: ACMPaginationConfiguration, input: ListCertificatesCommandInput, ...additionalArguments: any): Paginator<ListCertificatesCommandOutput>;
@@ -1,2 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListCertificatesPaginator";
@@ -1,47 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput } from "../commands/AddTagsToCertificateCommand";
4
- import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
5
- import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "../commands/DescribeCertificateCommand";
6
- import { ExportCertificateCommandInput, ExportCertificateCommandOutput } from "../commands/ExportCertificateCommand";
7
- import { GetAccountConfigurationCommandInput, GetAccountConfigurationCommandOutput } from "../commands/GetAccountConfigurationCommand";
8
- import { GetCertificateCommandInput, GetCertificateCommandOutput } from "../commands/GetCertificateCommand";
9
- import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
10
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
11
- import { ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput } from "../commands/ListTagsForCertificateCommand";
12
- import { PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput } from "../commands/PutAccountConfigurationCommand";
13
- import { RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput } from "../commands/RemoveTagsFromCertificateCommand";
14
- import { RenewCertificateCommandInput, RenewCertificateCommandOutput } from "../commands/RenewCertificateCommand";
15
- import { RequestCertificateCommandInput, RequestCertificateCommandOutput } from "../commands/RequestCertificateCommand";
16
- import { ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput } from "../commands/ResendValidationEmailCommand";
17
- import { UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput } from "../commands/UpdateCertificateOptionsCommand";
18
- export declare const serializeAws_json1_1AddTagsToCertificateCommand: (input: AddTagsToCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_json1_1DeleteCertificateCommand: (input: DeleteCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_json1_1DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_json1_1ExportCertificateCommand: (input: ExportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_json1_1GetAccountConfigurationCommand: (input: GetAccountConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_json1_1GetCertificateCommand: (input: GetCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_1ImportCertificateCommand: (input: ImportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_1ListCertificatesCommand: (input: ListCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_1ListTagsForCertificateCommand: (input: ListTagsForCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1PutAccountConfigurationCommand: (input: PutAccountConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1RemoveTagsFromCertificateCommand: (input: RemoveTagsFromCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1RenewCertificateCommand: (input: RenewCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1RequestCertificateCommand: (input: RequestCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1ResendValidationEmailCommand: (input: ResendValidationEmailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1UpdateCertificateOptionsCommand: (input: UpdateCertificateOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const deserializeAws_json1_1AddTagsToCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToCertificateCommandOutput>;
34
- export declare const deserializeAws_json1_1DeleteCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateCommandOutput>;
35
- export declare const deserializeAws_json1_1DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
36
- export declare const deserializeAws_json1_1ExportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportCertificateCommandOutput>;
37
- export declare const deserializeAws_json1_1GetAccountConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountConfigurationCommandOutput>;
38
- export declare const deserializeAws_json1_1GetCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCertificateCommandOutput>;
39
- export declare const deserializeAws_json1_1ImportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCertificateCommandOutput>;
40
- export declare const deserializeAws_json1_1ListCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesCommandOutput>;
41
- export declare const deserializeAws_json1_1ListTagsForCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForCertificateCommandOutput>;
42
- export declare const deserializeAws_json1_1PutAccountConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountConfigurationCommandOutput>;
43
- export declare const deserializeAws_json1_1RemoveTagsFromCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromCertificateCommandOutput>;
44
- export declare const deserializeAws_json1_1RenewCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenewCertificateCommandOutput>;
45
- export declare const deserializeAws_json1_1RequestCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestCertificateCommandOutput>;
46
- export declare const deserializeAws_json1_1ResendValidationEmailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResendValidationEmailCommandOutput>;
47
- export declare const deserializeAws_json1_1UpdateCertificateOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateOptionsCommandOutput>;