@aws-sdk/client-acm-pca 3.131.0 → 3.141.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 +30 -0
- package/README.md +1 -2
- package/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -2
- package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +2 -2
- package/dist-cjs/commands/CreatePermissionCommand.js +1 -1
- package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +1 -1
- package/dist-cjs/commands/DeletePermissionCommand.js +1 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
- package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -2
- package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +2 -2
- package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +2 -2
- package/dist-cjs/commands/GetCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +1 -1
- package/dist-cjs/commands/IssueCertificateCommand.js +2 -2
- package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/PutPolicyCommand.js +1 -1
- package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +1 -1
- package/dist-cjs/commands/RevokeCertificateCommand.js +1 -1
- package/dist-cjs/commands/TagCertificateAuthorityCommand.js +1 -1
- package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +1 -1
- package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +1 -1
- package/dist-cjs/models/models_0.js +238 -356
- package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +3 -3
- package/dist-es/commands/CreateCertificateAuthorityCommand.js +3 -3
- package/dist-es/commands/CreatePermissionCommand.js +2 -2
- package/dist-es/commands/DeleteCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/DeletePermissionCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +3 -3
- package/dist-es/commands/DescribeCertificateAuthorityCommand.js +3 -3
- package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +3 -3
- package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +3 -3
- package/dist-es/commands/GetCertificateCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -2
- package/dist-es/commands/IssueCertificateCommand.js +3 -3
- package/dist-es/commands/ListCertificateAuthoritiesCommand.js +3 -3
- package/dist-es/commands/ListPermissionsCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/RestoreCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/RevokeCertificateCommand.js +2 -2
- package/dist-es/commands/TagCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/UntagCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/UpdateCertificateAuthorityCommand.js +2 -2
- package/dist-es/models/models_0.js +59 -236
- package/dist-types/ACMPCA.d.ts +0 -1
- package/dist-types/ACMPCAClient.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +264 -399
- package/dist-types/ts3.4/models/models_0.d.ts +118 -236
- package/package.json +6 -6
|
@@ -7,10 +7,6 @@ export interface CustomAttribute {
|
|
|
7
7
|
|
|
8
8
|
Value: string | undefined;
|
|
9
9
|
}
|
|
10
|
-
export declare namespace CustomAttribute {
|
|
11
|
-
|
|
12
|
-
const filterSensitiveLog: (obj: CustomAttribute) => any;
|
|
13
|
-
}
|
|
14
10
|
|
|
15
11
|
export interface ASN1Subject {
|
|
16
12
|
|
|
@@ -44,10 +40,6 @@ export interface ASN1Subject {
|
|
|
44
40
|
|
|
45
41
|
CustomAttributes?: CustomAttribute[];
|
|
46
42
|
}
|
|
47
|
-
export declare namespace ASN1Subject {
|
|
48
|
-
|
|
49
|
-
const filterSensitiveLog: (obj: ASN1Subject) => any;
|
|
50
|
-
}
|
|
51
43
|
|
|
52
44
|
export interface EdiPartyName {
|
|
53
45
|
|
|
@@ -55,10 +47,6 @@ export interface EdiPartyName {
|
|
|
55
47
|
|
|
56
48
|
NameAssigner?: string;
|
|
57
49
|
}
|
|
58
|
-
export declare namespace EdiPartyName {
|
|
59
|
-
|
|
60
|
-
const filterSensitiveLog: (obj: EdiPartyName) => any;
|
|
61
|
-
}
|
|
62
50
|
|
|
63
51
|
export interface OtherName {
|
|
64
52
|
|
|
@@ -66,10 +54,6 @@ export interface OtherName {
|
|
|
66
54
|
|
|
67
55
|
Value: string | undefined;
|
|
68
56
|
}
|
|
69
|
-
export declare namespace OtherName {
|
|
70
|
-
|
|
71
|
-
const filterSensitiveLog: (obj: OtherName) => any;
|
|
72
|
-
}
|
|
73
57
|
|
|
74
58
|
export interface GeneralName {
|
|
75
59
|
|
|
@@ -89,10 +73,6 @@ export interface GeneralName {
|
|
|
89
73
|
|
|
90
74
|
RegisteredId?: string;
|
|
91
75
|
}
|
|
92
|
-
export declare namespace GeneralName {
|
|
93
|
-
|
|
94
|
-
const filterSensitiveLog: (obj: GeneralName) => any;
|
|
95
|
-
}
|
|
96
76
|
export declare enum AccessMethodType {
|
|
97
77
|
CA_REPOSITORY = "CA_REPOSITORY",
|
|
98
78
|
RESOURCE_PKI_MANIFEST = "RESOURCE_PKI_MANIFEST",
|
|
@@ -105,10 +85,6 @@ export interface AccessMethod {
|
|
|
105
85
|
|
|
106
86
|
AccessMethodType?: AccessMethodType | string;
|
|
107
87
|
}
|
|
108
|
-
export declare namespace AccessMethod {
|
|
109
|
-
|
|
110
|
-
const filterSensitiveLog: (obj: AccessMethod) => any;
|
|
111
|
-
}
|
|
112
88
|
|
|
113
89
|
export interface AccessDescription {
|
|
114
90
|
|
|
@@ -116,10 +92,6 @@ export interface AccessDescription {
|
|
|
116
92
|
|
|
117
93
|
AccessLocation: GeneralName | undefined;
|
|
118
94
|
}
|
|
119
|
-
export declare namespace AccessDescription {
|
|
120
|
-
|
|
121
|
-
const filterSensitiveLog: (obj: AccessDescription) => any;
|
|
122
|
-
}
|
|
123
95
|
|
|
124
96
|
export interface KeyUsage {
|
|
125
97
|
|
|
@@ -141,10 +113,6 @@ export interface KeyUsage {
|
|
|
141
113
|
|
|
142
114
|
DecipherOnly?: boolean;
|
|
143
115
|
}
|
|
144
|
-
export declare namespace KeyUsage {
|
|
145
|
-
|
|
146
|
-
const filterSensitiveLog: (obj: KeyUsage) => any;
|
|
147
|
-
}
|
|
148
116
|
|
|
149
117
|
export interface CsrExtensions {
|
|
150
118
|
|
|
@@ -152,10 +120,6 @@ export interface CsrExtensions {
|
|
|
152
120
|
|
|
153
121
|
SubjectInformationAccess?: AccessDescription[];
|
|
154
122
|
}
|
|
155
|
-
export declare namespace CsrExtensions {
|
|
156
|
-
|
|
157
|
-
const filterSensitiveLog: (obj: CsrExtensions) => any;
|
|
158
|
-
}
|
|
159
123
|
export declare enum KeyAlgorithm {
|
|
160
124
|
EC_prime256v1 = "EC_prime256v1",
|
|
161
125
|
EC_secp384r1 = "EC_secp384r1",
|
|
@@ -181,10 +145,6 @@ export interface CertificateAuthorityConfiguration {
|
|
|
181
145
|
|
|
182
146
|
CsrExtensions?: CsrExtensions;
|
|
183
147
|
}
|
|
184
|
-
export declare namespace CertificateAuthorityConfiguration {
|
|
185
|
-
|
|
186
|
-
const filterSensitiveLog: (obj: CertificateAuthorityConfiguration) => any;
|
|
187
|
-
}
|
|
188
148
|
export declare enum CertificateAuthorityType {
|
|
189
149
|
ROOT = "ROOT",
|
|
190
150
|
SUBORDINATE = "SUBORDINATE"
|
|
@@ -210,10 +170,6 @@ export interface CrlConfiguration {
|
|
|
210
170
|
|
|
211
171
|
S3ObjectAcl?: S3ObjectAcl | string;
|
|
212
172
|
}
|
|
213
|
-
export declare namespace CrlConfiguration {
|
|
214
|
-
|
|
215
|
-
const filterSensitiveLog: (obj: CrlConfiguration) => any;
|
|
216
|
-
}
|
|
217
173
|
|
|
218
174
|
export interface OcspConfiguration {
|
|
219
175
|
|
|
@@ -221,10 +177,6 @@ export interface OcspConfiguration {
|
|
|
221
177
|
|
|
222
178
|
OcspCustomCname?: string;
|
|
223
179
|
}
|
|
224
|
-
export declare namespace OcspConfiguration {
|
|
225
|
-
|
|
226
|
-
const filterSensitiveLog: (obj: OcspConfiguration) => any;
|
|
227
|
-
}
|
|
228
180
|
|
|
229
181
|
export interface RevocationConfiguration {
|
|
230
182
|
|
|
@@ -232,10 +184,6 @@ export interface RevocationConfiguration {
|
|
|
232
184
|
|
|
233
185
|
OcspConfiguration?: OcspConfiguration;
|
|
234
186
|
}
|
|
235
|
-
export declare namespace RevocationConfiguration {
|
|
236
|
-
|
|
237
|
-
const filterSensitiveLog: (obj: RevocationConfiguration) => any;
|
|
238
|
-
}
|
|
239
187
|
|
|
240
188
|
export interface Tag {
|
|
241
189
|
|
|
@@ -243,10 +191,6 @@ export interface Tag {
|
|
|
243
191
|
|
|
244
192
|
Value?: string;
|
|
245
193
|
}
|
|
246
|
-
export declare namespace Tag {
|
|
247
|
-
|
|
248
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
249
|
-
}
|
|
250
194
|
export interface CreateCertificateAuthorityRequest {
|
|
251
195
|
|
|
252
196
|
CertificateAuthorityConfiguration: CertificateAuthorityConfiguration | undefined;
|
|
@@ -261,18 +205,10 @@ export interface CreateCertificateAuthorityRequest {
|
|
|
261
205
|
|
|
262
206
|
Tags?: Tag[];
|
|
263
207
|
}
|
|
264
|
-
export declare namespace CreateCertificateAuthorityRequest {
|
|
265
|
-
|
|
266
|
-
const filterSensitiveLog: (obj: CreateCertificateAuthorityRequest) => any;
|
|
267
|
-
}
|
|
268
208
|
export interface CreateCertificateAuthorityResponse {
|
|
269
209
|
|
|
270
210
|
CertificateAuthorityArn?: string;
|
|
271
211
|
}
|
|
272
|
-
export declare namespace CreateCertificateAuthorityResponse {
|
|
273
|
-
|
|
274
|
-
const filterSensitiveLog: (obj: CreateCertificateAuthorityResponse) => any;
|
|
275
|
-
}
|
|
276
212
|
|
|
277
213
|
export declare class InvalidArgsException extends __BaseException {
|
|
278
214
|
readonly name: "InvalidArgsException";
|
|
@@ -313,20 +249,12 @@ export interface CreateCertificateAuthorityAuditReportRequest {
|
|
|
313
249
|
|
|
314
250
|
AuditReportResponseFormat: AuditReportResponseFormat | string | undefined;
|
|
315
251
|
}
|
|
316
|
-
export declare namespace CreateCertificateAuthorityAuditReportRequest {
|
|
317
|
-
|
|
318
|
-
const filterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportRequest) => any;
|
|
319
|
-
}
|
|
320
252
|
export interface CreateCertificateAuthorityAuditReportResponse {
|
|
321
253
|
|
|
322
254
|
AuditReportId?: string;
|
|
323
255
|
|
|
324
256
|
S3Key?: string;
|
|
325
257
|
}
|
|
326
|
-
export declare namespace CreateCertificateAuthorityAuditReportResponse {
|
|
327
|
-
|
|
328
|
-
const filterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportResponse) => any;
|
|
329
|
-
}
|
|
330
258
|
|
|
331
259
|
export declare class InvalidArnException extends __BaseException {
|
|
332
260
|
readonly name: "InvalidArnException";
|
|
@@ -377,10 +305,6 @@ export interface CreatePermissionRequest {
|
|
|
377
305
|
|
|
378
306
|
Actions: (ActionType | string)[] | undefined;
|
|
379
307
|
}
|
|
380
|
-
export declare namespace CreatePermissionRequest {
|
|
381
|
-
|
|
382
|
-
const filterSensitiveLog: (obj: CreatePermissionRequest) => any;
|
|
383
|
-
}
|
|
384
308
|
|
|
385
309
|
export declare class PermissionAlreadyExistsException extends __BaseException {
|
|
386
310
|
readonly name: "PermissionAlreadyExistsException";
|
|
@@ -401,10 +325,6 @@ export interface DeleteCertificateAuthorityRequest {
|
|
|
401
325
|
|
|
402
326
|
PermanentDeletionTimeInDays?: number;
|
|
403
327
|
}
|
|
404
|
-
export declare namespace DeleteCertificateAuthorityRequest {
|
|
405
|
-
|
|
406
|
-
const filterSensitiveLog: (obj: DeleteCertificateAuthorityRequest) => any;
|
|
407
|
-
}
|
|
408
328
|
export interface DeletePermissionRequest {
|
|
409
329
|
|
|
410
330
|
CertificateAuthorityArn: string | undefined;
|
|
@@ -413,18 +333,10 @@ export interface DeletePermissionRequest {
|
|
|
413
333
|
|
|
414
334
|
SourceAccount?: string;
|
|
415
335
|
}
|
|
416
|
-
export declare namespace DeletePermissionRequest {
|
|
417
|
-
|
|
418
|
-
const filterSensitiveLog: (obj: DeletePermissionRequest) => any;
|
|
419
|
-
}
|
|
420
336
|
export interface DeletePolicyRequest {
|
|
421
337
|
|
|
422
338
|
ResourceArn: string | undefined;
|
|
423
339
|
}
|
|
424
|
-
export declare namespace DeletePolicyRequest {
|
|
425
|
-
|
|
426
|
-
const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
427
|
-
}
|
|
428
340
|
|
|
429
341
|
export declare class LockoutPreventedException extends __BaseException {
|
|
430
342
|
readonly name: "LockoutPreventedException";
|
|
@@ -436,10 +348,6 @@ export interface DescribeCertificateAuthorityRequest {
|
|
|
436
348
|
|
|
437
349
|
CertificateAuthorityArn: string | undefined;
|
|
438
350
|
}
|
|
439
|
-
export declare namespace DescribeCertificateAuthorityRequest {
|
|
440
|
-
|
|
441
|
-
const filterSensitiveLog: (obj: DescribeCertificateAuthorityRequest) => any;
|
|
442
|
-
}
|
|
443
351
|
export declare enum FailureReason {
|
|
444
352
|
OTHER = "OTHER",
|
|
445
353
|
REQUEST_TIMED_OUT = "REQUEST_TIMED_OUT",
|
|
@@ -485,28 +393,16 @@ export interface CertificateAuthority {
|
|
|
485
393
|
|
|
486
394
|
KeyStorageSecurityStandard?: KeyStorageSecurityStandard | string;
|
|
487
395
|
}
|
|
488
|
-
export declare namespace CertificateAuthority {
|
|
489
|
-
|
|
490
|
-
const filterSensitiveLog: (obj: CertificateAuthority) => any;
|
|
491
|
-
}
|
|
492
396
|
export interface DescribeCertificateAuthorityResponse {
|
|
493
397
|
|
|
494
398
|
CertificateAuthority?: CertificateAuthority;
|
|
495
399
|
}
|
|
496
|
-
export declare namespace DescribeCertificateAuthorityResponse {
|
|
497
|
-
|
|
498
|
-
const filterSensitiveLog: (obj: DescribeCertificateAuthorityResponse) => any;
|
|
499
|
-
}
|
|
500
400
|
export interface DescribeCertificateAuthorityAuditReportRequest {
|
|
501
401
|
|
|
502
402
|
CertificateAuthorityArn: string | undefined;
|
|
503
403
|
|
|
504
404
|
AuditReportId: string | undefined;
|
|
505
405
|
}
|
|
506
|
-
export declare namespace DescribeCertificateAuthorityAuditReportRequest {
|
|
507
|
-
|
|
508
|
-
const filterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportRequest) => any;
|
|
509
|
-
}
|
|
510
406
|
export declare enum AuditReportStatus {
|
|
511
407
|
CREATING = "CREATING",
|
|
512
408
|
FAILED = "FAILED",
|
|
@@ -522,80 +418,44 @@ export interface DescribeCertificateAuthorityAuditReportResponse {
|
|
|
522
418
|
|
|
523
419
|
CreatedAt?: Date;
|
|
524
420
|
}
|
|
525
|
-
export declare namespace DescribeCertificateAuthorityAuditReportResponse {
|
|
526
|
-
|
|
527
|
-
const filterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportResponse) => any;
|
|
528
|
-
}
|
|
529
421
|
export interface GetCertificateRequest {
|
|
530
422
|
|
|
531
423
|
CertificateAuthorityArn: string | undefined;
|
|
532
424
|
|
|
533
425
|
CertificateArn: string | undefined;
|
|
534
426
|
}
|
|
535
|
-
export declare namespace GetCertificateRequest {
|
|
536
|
-
|
|
537
|
-
const filterSensitiveLog: (obj: GetCertificateRequest) => any;
|
|
538
|
-
}
|
|
539
427
|
export interface GetCertificateResponse {
|
|
540
428
|
|
|
541
429
|
Certificate?: string;
|
|
542
430
|
|
|
543
431
|
CertificateChain?: string;
|
|
544
432
|
}
|
|
545
|
-
export declare namespace GetCertificateResponse {
|
|
546
|
-
|
|
547
|
-
const filterSensitiveLog: (obj: GetCertificateResponse) => any;
|
|
548
|
-
}
|
|
549
433
|
export interface GetCertificateAuthorityCertificateRequest {
|
|
550
434
|
|
|
551
435
|
CertificateAuthorityArn: string | undefined;
|
|
552
436
|
}
|
|
553
|
-
export declare namespace GetCertificateAuthorityCertificateRequest {
|
|
554
|
-
|
|
555
|
-
const filterSensitiveLog: (obj: GetCertificateAuthorityCertificateRequest) => any;
|
|
556
|
-
}
|
|
557
437
|
export interface GetCertificateAuthorityCertificateResponse {
|
|
558
438
|
|
|
559
439
|
Certificate?: string;
|
|
560
440
|
|
|
561
441
|
CertificateChain?: string;
|
|
562
442
|
}
|
|
563
|
-
export declare namespace GetCertificateAuthorityCertificateResponse {
|
|
564
|
-
|
|
565
|
-
const filterSensitiveLog: (obj: GetCertificateAuthorityCertificateResponse) => any;
|
|
566
|
-
}
|
|
567
443
|
export interface GetCertificateAuthorityCsrRequest {
|
|
568
444
|
|
|
569
445
|
CertificateAuthorityArn: string | undefined;
|
|
570
446
|
}
|
|
571
|
-
export declare namespace GetCertificateAuthorityCsrRequest {
|
|
572
|
-
|
|
573
|
-
const filterSensitiveLog: (obj: GetCertificateAuthorityCsrRequest) => any;
|
|
574
|
-
}
|
|
575
447
|
export interface GetCertificateAuthorityCsrResponse {
|
|
576
448
|
|
|
577
449
|
Csr?: string;
|
|
578
450
|
}
|
|
579
|
-
export declare namespace GetCertificateAuthorityCsrResponse {
|
|
580
|
-
|
|
581
|
-
const filterSensitiveLog: (obj: GetCertificateAuthorityCsrResponse) => any;
|
|
582
|
-
}
|
|
583
451
|
export interface GetPolicyRequest {
|
|
584
452
|
|
|
585
453
|
ResourceArn: string | undefined;
|
|
586
454
|
}
|
|
587
|
-
export declare namespace GetPolicyRequest {
|
|
588
|
-
|
|
589
|
-
const filterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
590
|
-
}
|
|
591
455
|
export interface GetPolicyResponse {
|
|
592
456
|
|
|
593
457
|
Policy?: string;
|
|
594
458
|
}
|
|
595
|
-
export declare namespace GetPolicyResponse {
|
|
596
|
-
|
|
597
|
-
const filterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
598
|
-
}
|
|
599
459
|
|
|
600
460
|
export declare class CertificateMismatchException extends __BaseException {
|
|
601
461
|
readonly name: "CertificateMismatchException";
|
|
@@ -611,10 +471,6 @@ export interface ImportCertificateAuthorityCertificateRequest {
|
|
|
611
471
|
|
|
612
472
|
CertificateChain?: Uint8Array;
|
|
613
473
|
}
|
|
614
|
-
export declare namespace ImportCertificateAuthorityCertificateRequest {
|
|
615
|
-
|
|
616
|
-
const filterSensitiveLog: (obj: ImportCertificateAuthorityCertificateRequest) => any;
|
|
617
|
-
}
|
|
618
474
|
|
|
619
475
|
export declare class InvalidRequestException extends __BaseException {
|
|
620
476
|
readonly name: "InvalidRequestException";
|
|
@@ -637,10 +493,6 @@ export interface Qualifier {
|
|
|
637
493
|
|
|
638
494
|
CpsUri: string | undefined;
|
|
639
495
|
}
|
|
640
|
-
export declare namespace Qualifier {
|
|
641
|
-
|
|
642
|
-
const filterSensitiveLog: (obj: Qualifier) => any;
|
|
643
|
-
}
|
|
644
496
|
|
|
645
497
|
export interface PolicyQualifierInfo {
|
|
646
498
|
|
|
@@ -648,10 +500,6 @@ export interface PolicyQualifierInfo {
|
|
|
648
500
|
|
|
649
501
|
Qualifier: Qualifier | undefined;
|
|
650
502
|
}
|
|
651
|
-
export declare namespace PolicyQualifierInfo {
|
|
652
|
-
|
|
653
|
-
const filterSensitiveLog: (obj: PolicyQualifierInfo) => any;
|
|
654
|
-
}
|
|
655
503
|
|
|
656
504
|
export interface PolicyInformation {
|
|
657
505
|
|
|
@@ -659,10 +507,6 @@ export interface PolicyInformation {
|
|
|
659
507
|
|
|
660
508
|
PolicyQualifiers?: PolicyQualifierInfo[];
|
|
661
509
|
}
|
|
662
|
-
export declare namespace PolicyInformation {
|
|
663
|
-
|
|
664
|
-
const filterSensitiveLog: (obj: PolicyInformation) => any;
|
|
665
|
-
}
|
|
666
510
|
|
|
667
511
|
export interface CustomExtension {
|
|
668
512
|
|
|
@@ -672,10 +516,6 @@ export interface CustomExtension {
|
|
|
672
516
|
|
|
673
517
|
Critical?: boolean;
|
|
674
518
|
}
|
|
675
|
-
export declare namespace CustomExtension {
|
|
676
|
-
|
|
677
|
-
const filterSensitiveLog: (obj: CustomExtension) => any;
|
|
678
|
-
}
|
|
679
519
|
export declare enum ExtendedKeyUsageType {
|
|
680
520
|
CERTIFICATE_TRANSPARENCY = "CERTIFICATE_TRANSPARENCY",
|
|
681
521
|
CLIENT_AUTH = "CLIENT_AUTH",
|
|
@@ -694,10 +534,6 @@ export interface ExtendedKeyUsage {
|
|
|
694
534
|
|
|
695
535
|
ExtendedKeyUsageObjectIdentifier?: string;
|
|
696
536
|
}
|
|
697
|
-
export declare namespace ExtendedKeyUsage {
|
|
698
|
-
|
|
699
|
-
const filterSensitiveLog: (obj: ExtendedKeyUsage) => any;
|
|
700
|
-
}
|
|
701
537
|
|
|
702
538
|
export interface Extensions {
|
|
703
539
|
|
|
@@ -711,10 +547,6 @@ export interface Extensions {
|
|
|
711
547
|
|
|
712
548
|
CustomExtensions?: CustomExtension[];
|
|
713
549
|
}
|
|
714
|
-
export declare namespace Extensions {
|
|
715
|
-
|
|
716
|
-
const filterSensitiveLog: (obj: Extensions) => any;
|
|
717
|
-
}
|
|
718
550
|
|
|
719
551
|
export interface ApiPassthrough {
|
|
720
552
|
|
|
@@ -722,10 +554,6 @@ export interface ApiPassthrough {
|
|
|
722
554
|
|
|
723
555
|
Subject?: ASN1Subject;
|
|
724
556
|
}
|
|
725
|
-
export declare namespace ApiPassthrough {
|
|
726
|
-
|
|
727
|
-
const filterSensitiveLog: (obj: ApiPassthrough) => any;
|
|
728
|
-
}
|
|
729
557
|
export declare enum ValidityPeriodType {
|
|
730
558
|
ABSOLUTE = "ABSOLUTE",
|
|
731
559
|
DAYS = "DAYS",
|
|
@@ -740,10 +568,6 @@ export interface Validity {
|
|
|
740
568
|
|
|
741
569
|
Type: ValidityPeriodType | string | undefined;
|
|
742
570
|
}
|
|
743
|
-
export declare namespace Validity {
|
|
744
|
-
|
|
745
|
-
const filterSensitiveLog: (obj: Validity) => any;
|
|
746
|
-
}
|
|
747
571
|
export interface IssueCertificateRequest {
|
|
748
572
|
|
|
749
573
|
ApiPassthrough?: ApiPassthrough;
|
|
@@ -762,18 +586,10 @@ export interface IssueCertificateRequest {
|
|
|
762
586
|
|
|
763
587
|
IdempotencyToken?: string;
|
|
764
588
|
}
|
|
765
|
-
export declare namespace IssueCertificateRequest {
|
|
766
|
-
|
|
767
|
-
const filterSensitiveLog: (obj: IssueCertificateRequest) => any;
|
|
768
|
-
}
|
|
769
589
|
export interface IssueCertificateResponse {
|
|
770
590
|
|
|
771
591
|
CertificateArn?: string;
|
|
772
592
|
}
|
|
773
|
-
export declare namespace IssueCertificateResponse {
|
|
774
|
-
|
|
775
|
-
const filterSensitiveLog: (obj: IssueCertificateResponse) => any;
|
|
776
|
-
}
|
|
777
593
|
|
|
778
594
|
export declare class MalformedCSRException extends __BaseException {
|
|
779
595
|
readonly name: "MalformedCSRException";
|
|
@@ -800,20 +616,12 @@ export interface ListCertificateAuthoritiesRequest {
|
|
|
800
616
|
|
|
801
617
|
ResourceOwner?: ResourceOwner | string;
|
|
802
618
|
}
|
|
803
|
-
export declare namespace ListCertificateAuthoritiesRequest {
|
|
804
|
-
|
|
805
|
-
const filterSensitiveLog: (obj: ListCertificateAuthoritiesRequest) => any;
|
|
806
|
-
}
|
|
807
619
|
export interface ListCertificateAuthoritiesResponse {
|
|
808
620
|
|
|
809
621
|
CertificateAuthorities?: CertificateAuthority[];
|
|
810
622
|
|
|
811
623
|
NextToken?: string;
|
|
812
624
|
}
|
|
813
|
-
export declare namespace ListCertificateAuthoritiesResponse {
|
|
814
|
-
|
|
815
|
-
const filterSensitiveLog: (obj: ListCertificateAuthoritiesResponse) => any;
|
|
816
|
-
}
|
|
817
625
|
export interface ListPermissionsRequest {
|
|
818
626
|
|
|
819
627
|
CertificateAuthorityArn: string | undefined;
|
|
@@ -822,10 +630,6 @@ export interface ListPermissionsRequest {
|
|
|
822
630
|
|
|
823
631
|
MaxResults?: number;
|
|
824
632
|
}
|
|
825
|
-
export declare namespace ListPermissionsRequest {
|
|
826
|
-
|
|
827
|
-
const filterSensitiveLog: (obj: ListPermissionsRequest) => any;
|
|
828
|
-
}
|
|
829
633
|
|
|
830
634
|
export interface Permission {
|
|
831
635
|
|
|
@@ -841,20 +645,12 @@ export interface Permission {
|
|
|
841
645
|
|
|
842
646
|
Policy?: string;
|
|
843
647
|
}
|
|
844
|
-
export declare namespace Permission {
|
|
845
|
-
|
|
846
|
-
const filterSensitiveLog: (obj: Permission) => any;
|
|
847
|
-
}
|
|
848
648
|
export interface ListPermissionsResponse {
|
|
849
649
|
|
|
850
650
|
Permissions?: Permission[];
|
|
851
651
|
|
|
852
652
|
NextToken?: string;
|
|
853
653
|
}
|
|
854
|
-
export declare namespace ListPermissionsResponse {
|
|
855
|
-
|
|
856
|
-
const filterSensitiveLog: (obj: ListPermissionsResponse) => any;
|
|
857
|
-
}
|
|
858
654
|
export interface ListTagsRequest {
|
|
859
655
|
|
|
860
656
|
CertificateAuthorityArn: string | undefined;
|
|
@@ -863,38 +659,22 @@ export interface ListTagsRequest {
|
|
|
863
659
|
|
|
864
660
|
MaxResults?: number;
|
|
865
661
|
}
|
|
866
|
-
export declare namespace ListTagsRequest {
|
|
867
|
-
|
|
868
|
-
const filterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
869
|
-
}
|
|
870
662
|
export interface ListTagsResponse {
|
|
871
663
|
|
|
872
664
|
Tags?: Tag[];
|
|
873
665
|
|
|
874
666
|
NextToken?: string;
|
|
875
667
|
}
|
|
876
|
-
export declare namespace ListTagsResponse {
|
|
877
|
-
|
|
878
|
-
const filterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
879
|
-
}
|
|
880
668
|
export interface PutPolicyRequest {
|
|
881
669
|
|
|
882
670
|
ResourceArn: string | undefined;
|
|
883
671
|
|
|
884
672
|
Policy: string | undefined;
|
|
885
673
|
}
|
|
886
|
-
export declare namespace PutPolicyRequest {
|
|
887
|
-
|
|
888
|
-
const filterSensitiveLog: (obj: PutPolicyRequest) => any;
|
|
889
|
-
}
|
|
890
674
|
export interface RestoreCertificateAuthorityRequest {
|
|
891
675
|
|
|
892
676
|
CertificateAuthorityArn: string | undefined;
|
|
893
677
|
}
|
|
894
|
-
export declare namespace RestoreCertificateAuthorityRequest {
|
|
895
|
-
|
|
896
|
-
const filterSensitiveLog: (obj: RestoreCertificateAuthorityRequest) => any;
|
|
897
|
-
}
|
|
898
678
|
|
|
899
679
|
export declare class RequestAlreadyProcessedException extends __BaseException {
|
|
900
680
|
readonly name: "RequestAlreadyProcessedException";
|
|
@@ -920,20 +700,12 @@ export interface RevokeCertificateRequest {
|
|
|
920
700
|
|
|
921
701
|
RevocationReason: RevocationReason | string | undefined;
|
|
922
702
|
}
|
|
923
|
-
export declare namespace RevokeCertificateRequest {
|
|
924
|
-
|
|
925
|
-
const filterSensitiveLog: (obj: RevokeCertificateRequest) => any;
|
|
926
|
-
}
|
|
927
703
|
export interface TagCertificateAuthorityRequest {
|
|
928
704
|
|
|
929
705
|
CertificateAuthorityArn: string | undefined;
|
|
930
706
|
|
|
931
707
|
Tags: Tag[] | undefined;
|
|
932
708
|
}
|
|
933
|
-
export declare namespace TagCertificateAuthorityRequest {
|
|
934
|
-
|
|
935
|
-
const filterSensitiveLog: (obj: TagCertificateAuthorityRequest) => any;
|
|
936
|
-
}
|
|
937
709
|
|
|
938
710
|
export declare class TooManyTagsException extends __BaseException {
|
|
939
711
|
readonly name: "TooManyTagsException";
|
|
@@ -947,10 +719,6 @@ export interface UntagCertificateAuthorityRequest {
|
|
|
947
719
|
|
|
948
720
|
Tags: Tag[] | undefined;
|
|
949
721
|
}
|
|
950
|
-
export declare namespace UntagCertificateAuthorityRequest {
|
|
951
|
-
|
|
952
|
-
const filterSensitiveLog: (obj: UntagCertificateAuthorityRequest) => any;
|
|
953
|
-
}
|
|
954
722
|
export interface UpdateCertificateAuthorityRequest {
|
|
955
723
|
|
|
956
724
|
CertificateAuthorityArn: string | undefined;
|
|
@@ -959,7 +727,121 @@ export interface UpdateCertificateAuthorityRequest {
|
|
|
959
727
|
|
|
960
728
|
Status?: CertificateAuthorityStatus | string;
|
|
961
729
|
}
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
730
|
+
|
|
731
|
+
export declare const CustomAttributeFilterSensitiveLog: (obj: CustomAttribute) => any;
|
|
732
|
+
|
|
733
|
+
export declare const ASN1SubjectFilterSensitiveLog: (obj: ASN1Subject) => any;
|
|
734
|
+
|
|
735
|
+
export declare const EdiPartyNameFilterSensitiveLog: (obj: EdiPartyName) => any;
|
|
736
|
+
|
|
737
|
+
export declare const OtherNameFilterSensitiveLog: (obj: OtherName) => any;
|
|
738
|
+
|
|
739
|
+
export declare const GeneralNameFilterSensitiveLog: (obj: GeneralName) => any;
|
|
740
|
+
|
|
741
|
+
export declare const AccessMethodFilterSensitiveLog: (obj: AccessMethod) => any;
|
|
742
|
+
|
|
743
|
+
export declare const AccessDescriptionFilterSensitiveLog: (obj: AccessDescription) => any;
|
|
744
|
+
|
|
745
|
+
export declare const KeyUsageFilterSensitiveLog: (obj: KeyUsage) => any;
|
|
746
|
+
|
|
747
|
+
export declare const CsrExtensionsFilterSensitiveLog: (obj: CsrExtensions) => any;
|
|
748
|
+
|
|
749
|
+
export declare const CertificateAuthorityConfigurationFilterSensitiveLog: (obj: CertificateAuthorityConfiguration) => any;
|
|
750
|
+
|
|
751
|
+
export declare const CrlConfigurationFilterSensitiveLog: (obj: CrlConfiguration) => any;
|
|
752
|
+
|
|
753
|
+
export declare const OcspConfigurationFilterSensitiveLog: (obj: OcspConfiguration) => any;
|
|
754
|
+
|
|
755
|
+
export declare const RevocationConfigurationFilterSensitiveLog: (obj: RevocationConfiguration) => any;
|
|
756
|
+
|
|
757
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
758
|
+
|
|
759
|
+
export declare const CreateCertificateAuthorityRequestFilterSensitiveLog: (obj: CreateCertificateAuthorityRequest) => any;
|
|
760
|
+
|
|
761
|
+
export declare const CreateCertificateAuthorityResponseFilterSensitiveLog: (obj: CreateCertificateAuthorityResponse) => any;
|
|
762
|
+
|
|
763
|
+
export declare const CreateCertificateAuthorityAuditReportRequestFilterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportRequest) => any;
|
|
764
|
+
|
|
765
|
+
export declare const CreateCertificateAuthorityAuditReportResponseFilterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportResponse) => any;
|
|
766
|
+
|
|
767
|
+
export declare const CreatePermissionRequestFilterSensitiveLog: (obj: CreatePermissionRequest) => any;
|
|
768
|
+
|
|
769
|
+
export declare const DeleteCertificateAuthorityRequestFilterSensitiveLog: (obj: DeleteCertificateAuthorityRequest) => any;
|
|
770
|
+
|
|
771
|
+
export declare const DeletePermissionRequestFilterSensitiveLog: (obj: DeletePermissionRequest) => any;
|
|
772
|
+
|
|
773
|
+
export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
774
|
+
|
|
775
|
+
export declare const DescribeCertificateAuthorityRequestFilterSensitiveLog: (obj: DescribeCertificateAuthorityRequest) => any;
|
|
776
|
+
|
|
777
|
+
export declare const CertificateAuthorityFilterSensitiveLog: (obj: CertificateAuthority) => any;
|
|
778
|
+
|
|
779
|
+
export declare const DescribeCertificateAuthorityResponseFilterSensitiveLog: (obj: DescribeCertificateAuthorityResponse) => any;
|
|
780
|
+
|
|
781
|
+
export declare const DescribeCertificateAuthorityAuditReportRequestFilterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportRequest) => any;
|
|
782
|
+
|
|
783
|
+
export declare const DescribeCertificateAuthorityAuditReportResponseFilterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportResponse) => any;
|
|
784
|
+
|
|
785
|
+
export declare const GetCertificateRequestFilterSensitiveLog: (obj: GetCertificateRequest) => any;
|
|
786
|
+
|
|
787
|
+
export declare const GetCertificateResponseFilterSensitiveLog: (obj: GetCertificateResponse) => any;
|
|
788
|
+
|
|
789
|
+
export declare const GetCertificateAuthorityCertificateRequestFilterSensitiveLog: (obj: GetCertificateAuthorityCertificateRequest) => any;
|
|
790
|
+
|
|
791
|
+
export declare const GetCertificateAuthorityCertificateResponseFilterSensitiveLog: (obj: GetCertificateAuthorityCertificateResponse) => any;
|
|
792
|
+
|
|
793
|
+
export declare const GetCertificateAuthorityCsrRequestFilterSensitiveLog: (obj: GetCertificateAuthorityCsrRequest) => any;
|
|
794
|
+
|
|
795
|
+
export declare const GetCertificateAuthorityCsrResponseFilterSensitiveLog: (obj: GetCertificateAuthorityCsrResponse) => any;
|
|
796
|
+
|
|
797
|
+
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
798
|
+
|
|
799
|
+
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
800
|
+
|
|
801
|
+
export declare const ImportCertificateAuthorityCertificateRequestFilterSensitiveLog: (obj: ImportCertificateAuthorityCertificateRequest) => any;
|
|
802
|
+
|
|
803
|
+
export declare const QualifierFilterSensitiveLog: (obj: Qualifier) => any;
|
|
804
|
+
|
|
805
|
+
export declare const PolicyQualifierInfoFilterSensitiveLog: (obj: PolicyQualifierInfo) => any;
|
|
806
|
+
|
|
807
|
+
export declare const PolicyInformationFilterSensitiveLog: (obj: PolicyInformation) => any;
|
|
808
|
+
|
|
809
|
+
export declare const CustomExtensionFilterSensitiveLog: (obj: CustomExtension) => any;
|
|
810
|
+
|
|
811
|
+
export declare const ExtendedKeyUsageFilterSensitiveLog: (obj: ExtendedKeyUsage) => any;
|
|
812
|
+
|
|
813
|
+
export declare const ExtensionsFilterSensitiveLog: (obj: Extensions) => any;
|
|
814
|
+
|
|
815
|
+
export declare const ApiPassthroughFilterSensitiveLog: (obj: ApiPassthrough) => any;
|
|
816
|
+
|
|
817
|
+
export declare const ValidityFilterSensitiveLog: (obj: Validity) => any;
|
|
818
|
+
|
|
819
|
+
export declare const IssueCertificateRequestFilterSensitiveLog: (obj: IssueCertificateRequest) => any;
|
|
820
|
+
|
|
821
|
+
export declare const IssueCertificateResponseFilterSensitiveLog: (obj: IssueCertificateResponse) => any;
|
|
822
|
+
|
|
823
|
+
export declare const ListCertificateAuthoritiesRequestFilterSensitiveLog: (obj: ListCertificateAuthoritiesRequest) => any;
|
|
824
|
+
|
|
825
|
+
export declare const ListCertificateAuthoritiesResponseFilterSensitiveLog: (obj: ListCertificateAuthoritiesResponse) => any;
|
|
826
|
+
|
|
827
|
+
export declare const ListPermissionsRequestFilterSensitiveLog: (obj: ListPermissionsRequest) => any;
|
|
828
|
+
|
|
829
|
+
export declare const PermissionFilterSensitiveLog: (obj: Permission) => any;
|
|
830
|
+
|
|
831
|
+
export declare const ListPermissionsResponseFilterSensitiveLog: (obj: ListPermissionsResponse) => any;
|
|
832
|
+
|
|
833
|
+
export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
834
|
+
|
|
835
|
+
export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
836
|
+
|
|
837
|
+
export declare const PutPolicyRequestFilterSensitiveLog: (obj: PutPolicyRequest) => any;
|
|
838
|
+
|
|
839
|
+
export declare const RestoreCertificateAuthorityRequestFilterSensitiveLog: (obj: RestoreCertificateAuthorityRequest) => any;
|
|
840
|
+
|
|
841
|
+
export declare const RevokeCertificateRequestFilterSensitiveLog: (obj: RevokeCertificateRequest) => any;
|
|
842
|
+
|
|
843
|
+
export declare const TagCertificateAuthorityRequestFilterSensitiveLog: (obj: TagCertificateAuthorityRequest) => any;
|
|
844
|
+
|
|
845
|
+
export declare const UntagCertificateAuthorityRequestFilterSensitiveLog: (obj: UntagCertificateAuthorityRequest) => any;
|
|
846
|
+
|
|
847
|
+
export declare const UpdateCertificateAuthorityRequestFilterSensitiveLog: (obj: UpdateCertificateAuthorityRequest) => any;
|