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