@aws-sdk/client-acm-pca 3.47.1 → 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.
- package/CHANGELOG.md +32 -0
- package/package.json +40 -34
- package/dist-types/ts3.4/ACMPCA.d.ts +0 -120
- package/dist-types/ts3.4/ACMPCAClient.d.ts +0 -96
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -23
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -917
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -3
- package/dist-types/ts3.4/waiters/waitForAuditReportCreated.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForCertificateIssued.d.ts +0 -7
|
@@ -1,917 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
export interface ASN1Subject {
|
|
4
|
-
|
|
5
|
-
Country?: string;
|
|
6
|
-
|
|
7
|
-
Organization?: string;
|
|
8
|
-
|
|
9
|
-
OrganizationalUnit?: string;
|
|
10
|
-
|
|
11
|
-
DistinguishedNameQualifier?: string;
|
|
12
|
-
|
|
13
|
-
State?: string;
|
|
14
|
-
|
|
15
|
-
CommonName?: string;
|
|
16
|
-
|
|
17
|
-
SerialNumber?: string;
|
|
18
|
-
|
|
19
|
-
Locality?: string;
|
|
20
|
-
|
|
21
|
-
Title?: string;
|
|
22
|
-
|
|
23
|
-
Surname?: string;
|
|
24
|
-
|
|
25
|
-
GivenName?: string;
|
|
26
|
-
|
|
27
|
-
Initials?: string;
|
|
28
|
-
|
|
29
|
-
Pseudonym?: string;
|
|
30
|
-
|
|
31
|
-
GenerationQualifier?: string;
|
|
32
|
-
}
|
|
33
|
-
export declare namespace ASN1Subject {
|
|
34
|
-
|
|
35
|
-
const filterSensitiveLog: (obj: ASN1Subject) => any;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export interface EdiPartyName {
|
|
39
|
-
|
|
40
|
-
PartyName: string | undefined;
|
|
41
|
-
|
|
42
|
-
NameAssigner?: string;
|
|
43
|
-
}
|
|
44
|
-
export declare namespace EdiPartyName {
|
|
45
|
-
|
|
46
|
-
const filterSensitiveLog: (obj: EdiPartyName) => any;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export interface OtherName {
|
|
50
|
-
|
|
51
|
-
TypeId: string | undefined;
|
|
52
|
-
|
|
53
|
-
Value: string | undefined;
|
|
54
|
-
}
|
|
55
|
-
export declare namespace OtherName {
|
|
56
|
-
|
|
57
|
-
const filterSensitiveLog: (obj: OtherName) => any;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export interface GeneralName {
|
|
61
|
-
|
|
62
|
-
OtherName?: OtherName;
|
|
63
|
-
|
|
64
|
-
Rfc822Name?: string;
|
|
65
|
-
|
|
66
|
-
DnsName?: string;
|
|
67
|
-
|
|
68
|
-
DirectoryName?: ASN1Subject;
|
|
69
|
-
|
|
70
|
-
EdiPartyName?: EdiPartyName;
|
|
71
|
-
|
|
72
|
-
UniformResourceIdentifier?: string;
|
|
73
|
-
|
|
74
|
-
IpAddress?: string;
|
|
75
|
-
|
|
76
|
-
RegisteredId?: string;
|
|
77
|
-
}
|
|
78
|
-
export declare namespace GeneralName {
|
|
79
|
-
|
|
80
|
-
const filterSensitiveLog: (obj: GeneralName) => any;
|
|
81
|
-
}
|
|
82
|
-
export declare enum AccessMethodType {
|
|
83
|
-
CA_REPOSITORY = "CA_REPOSITORY",
|
|
84
|
-
RESOURCE_PKI_MANIFEST = "RESOURCE_PKI_MANIFEST",
|
|
85
|
-
RESOURCE_PKI_NOTIFY = "RESOURCE_PKI_NOTIFY"
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
export interface AccessMethod {
|
|
89
|
-
|
|
90
|
-
CustomObjectIdentifier?: string;
|
|
91
|
-
|
|
92
|
-
AccessMethodType?: AccessMethodType | string;
|
|
93
|
-
}
|
|
94
|
-
export declare namespace AccessMethod {
|
|
95
|
-
|
|
96
|
-
const filterSensitiveLog: (obj: AccessMethod) => any;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
export interface AccessDescription {
|
|
100
|
-
|
|
101
|
-
AccessMethod: AccessMethod | undefined;
|
|
102
|
-
|
|
103
|
-
AccessLocation: GeneralName | undefined;
|
|
104
|
-
}
|
|
105
|
-
export declare namespace AccessDescription {
|
|
106
|
-
|
|
107
|
-
const filterSensitiveLog: (obj: AccessDescription) => any;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
export interface KeyUsage {
|
|
111
|
-
|
|
112
|
-
DigitalSignature?: boolean;
|
|
113
|
-
|
|
114
|
-
NonRepudiation?: boolean;
|
|
115
|
-
|
|
116
|
-
KeyEncipherment?: boolean;
|
|
117
|
-
|
|
118
|
-
DataEncipherment?: boolean;
|
|
119
|
-
|
|
120
|
-
KeyAgreement?: boolean;
|
|
121
|
-
|
|
122
|
-
KeyCertSign?: boolean;
|
|
123
|
-
|
|
124
|
-
CRLSign?: boolean;
|
|
125
|
-
|
|
126
|
-
EncipherOnly?: boolean;
|
|
127
|
-
|
|
128
|
-
DecipherOnly?: boolean;
|
|
129
|
-
}
|
|
130
|
-
export declare namespace KeyUsage {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: KeyUsage) => any;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
export interface CsrExtensions {
|
|
136
|
-
|
|
137
|
-
KeyUsage?: KeyUsage;
|
|
138
|
-
|
|
139
|
-
SubjectInformationAccess?: AccessDescription[];
|
|
140
|
-
}
|
|
141
|
-
export declare namespace CsrExtensions {
|
|
142
|
-
|
|
143
|
-
const filterSensitiveLog: (obj: CsrExtensions) => any;
|
|
144
|
-
}
|
|
145
|
-
export declare enum KeyAlgorithm {
|
|
146
|
-
EC_prime256v1 = "EC_prime256v1",
|
|
147
|
-
EC_secp384r1 = "EC_secp384r1",
|
|
148
|
-
RSA_2048 = "RSA_2048",
|
|
149
|
-
RSA_4096 = "RSA_4096"
|
|
150
|
-
}
|
|
151
|
-
export declare enum SigningAlgorithm {
|
|
152
|
-
SHA256WITHECDSA = "SHA256WITHECDSA",
|
|
153
|
-
SHA256WITHRSA = "SHA256WITHRSA",
|
|
154
|
-
SHA384WITHECDSA = "SHA384WITHECDSA",
|
|
155
|
-
SHA384WITHRSA = "SHA384WITHRSA",
|
|
156
|
-
SHA512WITHECDSA = "SHA512WITHECDSA",
|
|
157
|
-
SHA512WITHRSA = "SHA512WITHRSA"
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
export interface CertificateAuthorityConfiguration {
|
|
161
|
-
|
|
162
|
-
KeyAlgorithm: KeyAlgorithm | string | undefined;
|
|
163
|
-
|
|
164
|
-
SigningAlgorithm: SigningAlgorithm | string | undefined;
|
|
165
|
-
|
|
166
|
-
Subject: ASN1Subject | undefined;
|
|
167
|
-
|
|
168
|
-
CsrExtensions?: CsrExtensions;
|
|
169
|
-
}
|
|
170
|
-
export declare namespace CertificateAuthorityConfiguration {
|
|
171
|
-
|
|
172
|
-
const filterSensitiveLog: (obj: CertificateAuthorityConfiguration) => any;
|
|
173
|
-
}
|
|
174
|
-
export declare enum CertificateAuthorityType {
|
|
175
|
-
ROOT = "ROOT",
|
|
176
|
-
SUBORDINATE = "SUBORDINATE"
|
|
177
|
-
}
|
|
178
|
-
export declare enum KeyStorageSecurityStandard {
|
|
179
|
-
FIPS_140_2_LEVEL_2_OR_HIGHER = "FIPS_140_2_LEVEL_2_OR_HIGHER",
|
|
180
|
-
FIPS_140_2_LEVEL_3_OR_HIGHER = "FIPS_140_2_LEVEL_3_OR_HIGHER"
|
|
181
|
-
}
|
|
182
|
-
export declare enum S3ObjectAcl {
|
|
183
|
-
BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
|
|
184
|
-
PUBLIC_READ = "PUBLIC_READ"
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
export interface CrlConfiguration {
|
|
188
|
-
|
|
189
|
-
Enabled: boolean | undefined;
|
|
190
|
-
|
|
191
|
-
ExpirationInDays?: number;
|
|
192
|
-
|
|
193
|
-
CustomCname?: string;
|
|
194
|
-
|
|
195
|
-
S3BucketName?: string;
|
|
196
|
-
|
|
197
|
-
S3ObjectAcl?: S3ObjectAcl | string;
|
|
198
|
-
}
|
|
199
|
-
export declare namespace CrlConfiguration {
|
|
200
|
-
|
|
201
|
-
const filterSensitiveLog: (obj: CrlConfiguration) => any;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
export interface OcspConfiguration {
|
|
205
|
-
|
|
206
|
-
Enabled: boolean | undefined;
|
|
207
|
-
|
|
208
|
-
OcspCustomCname?: string;
|
|
209
|
-
}
|
|
210
|
-
export declare namespace OcspConfiguration {
|
|
211
|
-
|
|
212
|
-
const filterSensitiveLog: (obj: OcspConfiguration) => any;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
export interface RevocationConfiguration {
|
|
216
|
-
|
|
217
|
-
CrlConfiguration?: CrlConfiguration;
|
|
218
|
-
|
|
219
|
-
OcspConfiguration?: OcspConfiguration;
|
|
220
|
-
}
|
|
221
|
-
export declare namespace RevocationConfiguration {
|
|
222
|
-
|
|
223
|
-
const filterSensitiveLog: (obj: RevocationConfiguration) => any;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
export interface Tag {
|
|
227
|
-
|
|
228
|
-
Key: string | undefined;
|
|
229
|
-
|
|
230
|
-
Value?: string;
|
|
231
|
-
}
|
|
232
|
-
export declare namespace Tag {
|
|
233
|
-
|
|
234
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
235
|
-
}
|
|
236
|
-
export interface CreateCertificateAuthorityRequest {
|
|
237
|
-
|
|
238
|
-
CertificateAuthorityConfiguration: CertificateAuthorityConfiguration | undefined;
|
|
239
|
-
|
|
240
|
-
RevocationConfiguration?: RevocationConfiguration;
|
|
241
|
-
|
|
242
|
-
CertificateAuthorityType: CertificateAuthorityType | string | undefined;
|
|
243
|
-
|
|
244
|
-
IdempotencyToken?: string;
|
|
245
|
-
|
|
246
|
-
KeyStorageSecurityStandard?: KeyStorageSecurityStandard | string;
|
|
247
|
-
|
|
248
|
-
Tags?: Tag[];
|
|
249
|
-
}
|
|
250
|
-
export declare namespace CreateCertificateAuthorityRequest {
|
|
251
|
-
|
|
252
|
-
const filterSensitiveLog: (obj: CreateCertificateAuthorityRequest) => any;
|
|
253
|
-
}
|
|
254
|
-
export interface CreateCertificateAuthorityResponse {
|
|
255
|
-
|
|
256
|
-
CertificateAuthorityArn?: string;
|
|
257
|
-
}
|
|
258
|
-
export declare namespace CreateCertificateAuthorityResponse {
|
|
259
|
-
|
|
260
|
-
const filterSensitiveLog: (obj: CreateCertificateAuthorityResponse) => any;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
export interface InvalidArgsException extends __SmithyException, $MetadataBearer {
|
|
264
|
-
name: "InvalidArgsException";
|
|
265
|
-
$fault: "client";
|
|
266
|
-
message?: string;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
export interface InvalidPolicyException extends __SmithyException, $MetadataBearer {
|
|
270
|
-
name: "InvalidPolicyException";
|
|
271
|
-
$fault: "client";
|
|
272
|
-
message?: string;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
export interface InvalidTagException extends __SmithyException, $MetadataBearer {
|
|
276
|
-
name: "InvalidTagException";
|
|
277
|
-
$fault: "client";
|
|
278
|
-
message?: string;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
282
|
-
name: "LimitExceededException";
|
|
283
|
-
$fault: "client";
|
|
284
|
-
message?: string;
|
|
285
|
-
}
|
|
286
|
-
export declare enum AuditReportResponseFormat {
|
|
287
|
-
CSV = "CSV",
|
|
288
|
-
JSON = "JSON"
|
|
289
|
-
}
|
|
290
|
-
export interface CreateCertificateAuthorityAuditReportRequest {
|
|
291
|
-
|
|
292
|
-
CertificateAuthorityArn: string | undefined;
|
|
293
|
-
|
|
294
|
-
S3BucketName: string | undefined;
|
|
295
|
-
|
|
296
|
-
AuditReportResponseFormat: AuditReportResponseFormat | string | undefined;
|
|
297
|
-
}
|
|
298
|
-
export declare namespace CreateCertificateAuthorityAuditReportRequest {
|
|
299
|
-
|
|
300
|
-
const filterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportRequest) => any;
|
|
301
|
-
}
|
|
302
|
-
export interface CreateCertificateAuthorityAuditReportResponse {
|
|
303
|
-
|
|
304
|
-
AuditReportId?: string;
|
|
305
|
-
|
|
306
|
-
S3Key?: string;
|
|
307
|
-
}
|
|
308
|
-
export declare namespace CreateCertificateAuthorityAuditReportResponse {
|
|
309
|
-
|
|
310
|
-
const filterSensitiveLog: (obj: CreateCertificateAuthorityAuditReportResponse) => any;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
export interface InvalidArnException extends __SmithyException, $MetadataBearer {
|
|
314
|
-
name: "InvalidArnException";
|
|
315
|
-
$fault: "client";
|
|
316
|
-
message?: string;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
export interface InvalidStateException extends __SmithyException, $MetadataBearer {
|
|
320
|
-
name: "InvalidStateException";
|
|
321
|
-
$fault: "client";
|
|
322
|
-
message?: string;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
export interface RequestFailedException extends __SmithyException, $MetadataBearer {
|
|
326
|
-
name: "RequestFailedException";
|
|
327
|
-
$fault: "client";
|
|
328
|
-
message?: string;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
export interface RequestInProgressException extends __SmithyException, $MetadataBearer {
|
|
332
|
-
name: "RequestInProgressException";
|
|
333
|
-
$fault: "client";
|
|
334
|
-
message?: string;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
338
|
-
name: "ResourceNotFoundException";
|
|
339
|
-
$fault: "client";
|
|
340
|
-
message?: string;
|
|
341
|
-
}
|
|
342
|
-
export declare enum ActionType {
|
|
343
|
-
GetCertificate = "GetCertificate",
|
|
344
|
-
IssueCertificate = "IssueCertificate",
|
|
345
|
-
ListPermissions = "ListPermissions"
|
|
346
|
-
}
|
|
347
|
-
export interface CreatePermissionRequest {
|
|
348
|
-
|
|
349
|
-
CertificateAuthorityArn: string | undefined;
|
|
350
|
-
|
|
351
|
-
Principal: string | undefined;
|
|
352
|
-
|
|
353
|
-
SourceAccount?: string;
|
|
354
|
-
|
|
355
|
-
Actions: (ActionType | string)[] | undefined;
|
|
356
|
-
}
|
|
357
|
-
export declare namespace CreatePermissionRequest {
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: CreatePermissionRequest) => any;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
export interface PermissionAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
363
|
-
name: "PermissionAlreadyExistsException";
|
|
364
|
-
$fault: "client";
|
|
365
|
-
message?: string;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
|
|
369
|
-
name: "ConcurrentModificationException";
|
|
370
|
-
$fault: "client";
|
|
371
|
-
message?: string;
|
|
372
|
-
}
|
|
373
|
-
export interface DeleteCertificateAuthorityRequest {
|
|
374
|
-
|
|
375
|
-
CertificateAuthorityArn: string | undefined;
|
|
376
|
-
|
|
377
|
-
PermanentDeletionTimeInDays?: number;
|
|
378
|
-
}
|
|
379
|
-
export declare namespace DeleteCertificateAuthorityRequest {
|
|
380
|
-
|
|
381
|
-
const filterSensitiveLog: (obj: DeleteCertificateAuthorityRequest) => any;
|
|
382
|
-
}
|
|
383
|
-
export interface DeletePermissionRequest {
|
|
384
|
-
|
|
385
|
-
CertificateAuthorityArn: string | undefined;
|
|
386
|
-
|
|
387
|
-
Principal: string | undefined;
|
|
388
|
-
|
|
389
|
-
SourceAccount?: string;
|
|
390
|
-
}
|
|
391
|
-
export declare namespace DeletePermissionRequest {
|
|
392
|
-
|
|
393
|
-
const filterSensitiveLog: (obj: DeletePermissionRequest) => any;
|
|
394
|
-
}
|
|
395
|
-
export interface DeletePolicyRequest {
|
|
396
|
-
|
|
397
|
-
ResourceArn: string | undefined;
|
|
398
|
-
}
|
|
399
|
-
export declare namespace DeletePolicyRequest {
|
|
400
|
-
|
|
401
|
-
const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
export interface LockoutPreventedException extends __SmithyException, $MetadataBearer {
|
|
405
|
-
name: "LockoutPreventedException";
|
|
406
|
-
$fault: "client";
|
|
407
|
-
message?: string;
|
|
408
|
-
}
|
|
409
|
-
export interface DescribeCertificateAuthorityRequest {
|
|
410
|
-
|
|
411
|
-
CertificateAuthorityArn: string | undefined;
|
|
412
|
-
}
|
|
413
|
-
export declare namespace DescribeCertificateAuthorityRequest {
|
|
414
|
-
|
|
415
|
-
const filterSensitiveLog: (obj: DescribeCertificateAuthorityRequest) => any;
|
|
416
|
-
}
|
|
417
|
-
export declare enum FailureReason {
|
|
418
|
-
OTHER = "OTHER",
|
|
419
|
-
REQUEST_TIMED_OUT = "REQUEST_TIMED_OUT",
|
|
420
|
-
UNSUPPORTED_ALGORITHM = "UNSUPPORTED_ALGORITHM"
|
|
421
|
-
}
|
|
422
|
-
export declare enum CertificateAuthorityStatus {
|
|
423
|
-
ACTIVE = "ACTIVE",
|
|
424
|
-
CREATING = "CREATING",
|
|
425
|
-
DELETED = "DELETED",
|
|
426
|
-
DISABLED = "DISABLED",
|
|
427
|
-
EXPIRED = "EXPIRED",
|
|
428
|
-
FAILED = "FAILED",
|
|
429
|
-
PENDING_CERTIFICATE = "PENDING_CERTIFICATE"
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
export interface CertificateAuthority {
|
|
433
|
-
|
|
434
|
-
Arn?: string;
|
|
435
|
-
|
|
436
|
-
OwnerAccount?: string;
|
|
437
|
-
|
|
438
|
-
CreatedAt?: Date;
|
|
439
|
-
|
|
440
|
-
LastStateChangeAt?: Date;
|
|
441
|
-
|
|
442
|
-
Type?: CertificateAuthorityType | string;
|
|
443
|
-
|
|
444
|
-
Serial?: string;
|
|
445
|
-
|
|
446
|
-
Status?: CertificateAuthorityStatus | string;
|
|
447
|
-
|
|
448
|
-
NotBefore?: Date;
|
|
449
|
-
|
|
450
|
-
NotAfter?: Date;
|
|
451
|
-
|
|
452
|
-
FailureReason?: FailureReason | string;
|
|
453
|
-
|
|
454
|
-
CertificateAuthorityConfiguration?: CertificateAuthorityConfiguration;
|
|
455
|
-
|
|
456
|
-
RevocationConfiguration?: RevocationConfiguration;
|
|
457
|
-
|
|
458
|
-
RestorableUntil?: Date;
|
|
459
|
-
|
|
460
|
-
KeyStorageSecurityStandard?: KeyStorageSecurityStandard | string;
|
|
461
|
-
}
|
|
462
|
-
export declare namespace CertificateAuthority {
|
|
463
|
-
|
|
464
|
-
const filterSensitiveLog: (obj: CertificateAuthority) => any;
|
|
465
|
-
}
|
|
466
|
-
export interface DescribeCertificateAuthorityResponse {
|
|
467
|
-
|
|
468
|
-
CertificateAuthority?: CertificateAuthority;
|
|
469
|
-
}
|
|
470
|
-
export declare namespace DescribeCertificateAuthorityResponse {
|
|
471
|
-
|
|
472
|
-
const filterSensitiveLog: (obj: DescribeCertificateAuthorityResponse) => any;
|
|
473
|
-
}
|
|
474
|
-
export interface DescribeCertificateAuthorityAuditReportRequest {
|
|
475
|
-
|
|
476
|
-
CertificateAuthorityArn: string | undefined;
|
|
477
|
-
|
|
478
|
-
AuditReportId: string | undefined;
|
|
479
|
-
}
|
|
480
|
-
export declare namespace DescribeCertificateAuthorityAuditReportRequest {
|
|
481
|
-
|
|
482
|
-
const filterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportRequest) => any;
|
|
483
|
-
}
|
|
484
|
-
export declare enum AuditReportStatus {
|
|
485
|
-
CREATING = "CREATING",
|
|
486
|
-
FAILED = "FAILED",
|
|
487
|
-
SUCCESS = "SUCCESS"
|
|
488
|
-
}
|
|
489
|
-
export interface DescribeCertificateAuthorityAuditReportResponse {
|
|
490
|
-
|
|
491
|
-
AuditReportStatus?: AuditReportStatus | string;
|
|
492
|
-
|
|
493
|
-
S3BucketName?: string;
|
|
494
|
-
|
|
495
|
-
S3Key?: string;
|
|
496
|
-
|
|
497
|
-
CreatedAt?: Date;
|
|
498
|
-
}
|
|
499
|
-
export declare namespace DescribeCertificateAuthorityAuditReportResponse {
|
|
500
|
-
|
|
501
|
-
const filterSensitiveLog: (obj: DescribeCertificateAuthorityAuditReportResponse) => any;
|
|
502
|
-
}
|
|
503
|
-
export interface GetCertificateRequest {
|
|
504
|
-
|
|
505
|
-
CertificateAuthorityArn: string | undefined;
|
|
506
|
-
|
|
507
|
-
CertificateArn: string | undefined;
|
|
508
|
-
}
|
|
509
|
-
export declare namespace GetCertificateRequest {
|
|
510
|
-
|
|
511
|
-
const filterSensitiveLog: (obj: GetCertificateRequest) => any;
|
|
512
|
-
}
|
|
513
|
-
export interface GetCertificateResponse {
|
|
514
|
-
|
|
515
|
-
Certificate?: string;
|
|
516
|
-
|
|
517
|
-
CertificateChain?: string;
|
|
518
|
-
}
|
|
519
|
-
export declare namespace GetCertificateResponse {
|
|
520
|
-
|
|
521
|
-
const filterSensitiveLog: (obj: GetCertificateResponse) => any;
|
|
522
|
-
}
|
|
523
|
-
export interface GetCertificateAuthorityCertificateRequest {
|
|
524
|
-
|
|
525
|
-
CertificateAuthorityArn: string | undefined;
|
|
526
|
-
}
|
|
527
|
-
export declare namespace GetCertificateAuthorityCertificateRequest {
|
|
528
|
-
|
|
529
|
-
const filterSensitiveLog: (obj: GetCertificateAuthorityCertificateRequest) => any;
|
|
530
|
-
}
|
|
531
|
-
export interface GetCertificateAuthorityCertificateResponse {
|
|
532
|
-
|
|
533
|
-
Certificate?: string;
|
|
534
|
-
|
|
535
|
-
CertificateChain?: string;
|
|
536
|
-
}
|
|
537
|
-
export declare namespace GetCertificateAuthorityCertificateResponse {
|
|
538
|
-
|
|
539
|
-
const filterSensitiveLog: (obj: GetCertificateAuthorityCertificateResponse) => any;
|
|
540
|
-
}
|
|
541
|
-
export interface GetCertificateAuthorityCsrRequest {
|
|
542
|
-
|
|
543
|
-
CertificateAuthorityArn: string | undefined;
|
|
544
|
-
}
|
|
545
|
-
export declare namespace GetCertificateAuthorityCsrRequest {
|
|
546
|
-
|
|
547
|
-
const filterSensitiveLog: (obj: GetCertificateAuthorityCsrRequest) => any;
|
|
548
|
-
}
|
|
549
|
-
export interface GetCertificateAuthorityCsrResponse {
|
|
550
|
-
|
|
551
|
-
Csr?: string;
|
|
552
|
-
}
|
|
553
|
-
export declare namespace GetCertificateAuthorityCsrResponse {
|
|
554
|
-
|
|
555
|
-
const filterSensitiveLog: (obj: GetCertificateAuthorityCsrResponse) => any;
|
|
556
|
-
}
|
|
557
|
-
export interface GetPolicyRequest {
|
|
558
|
-
|
|
559
|
-
ResourceArn: string | undefined;
|
|
560
|
-
}
|
|
561
|
-
export declare namespace GetPolicyRequest {
|
|
562
|
-
|
|
563
|
-
const filterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
564
|
-
}
|
|
565
|
-
export interface GetPolicyResponse {
|
|
566
|
-
|
|
567
|
-
Policy?: string;
|
|
568
|
-
}
|
|
569
|
-
export declare namespace GetPolicyResponse {
|
|
570
|
-
|
|
571
|
-
const filterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
export interface CertificateMismatchException extends __SmithyException, $MetadataBearer {
|
|
575
|
-
name: "CertificateMismatchException";
|
|
576
|
-
$fault: "client";
|
|
577
|
-
message?: string;
|
|
578
|
-
}
|
|
579
|
-
export interface ImportCertificateAuthorityCertificateRequest {
|
|
580
|
-
|
|
581
|
-
CertificateAuthorityArn: string | undefined;
|
|
582
|
-
|
|
583
|
-
Certificate: Uint8Array | undefined;
|
|
584
|
-
|
|
585
|
-
CertificateChain?: Uint8Array;
|
|
586
|
-
}
|
|
587
|
-
export declare namespace ImportCertificateAuthorityCertificateRequest {
|
|
588
|
-
|
|
589
|
-
const filterSensitiveLog: (obj: ImportCertificateAuthorityCertificateRequest) => any;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
593
|
-
name: "InvalidRequestException";
|
|
594
|
-
$fault: "client";
|
|
595
|
-
message?: string;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
export interface MalformedCertificateException extends __SmithyException, $MetadataBearer {
|
|
599
|
-
name: "MalformedCertificateException";
|
|
600
|
-
$fault: "client";
|
|
601
|
-
message?: string;
|
|
602
|
-
}
|
|
603
|
-
export declare enum PolicyQualifierId {
|
|
604
|
-
CPS = "CPS"
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
export interface Qualifier {
|
|
608
|
-
|
|
609
|
-
CpsUri: string | undefined;
|
|
610
|
-
}
|
|
611
|
-
export declare namespace Qualifier {
|
|
612
|
-
|
|
613
|
-
const filterSensitiveLog: (obj: Qualifier) => any;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
export interface PolicyQualifierInfo {
|
|
617
|
-
|
|
618
|
-
PolicyQualifierId: PolicyQualifierId | string | undefined;
|
|
619
|
-
|
|
620
|
-
Qualifier: Qualifier | undefined;
|
|
621
|
-
}
|
|
622
|
-
export declare namespace PolicyQualifierInfo {
|
|
623
|
-
|
|
624
|
-
const filterSensitiveLog: (obj: PolicyQualifierInfo) => any;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
export interface PolicyInformation {
|
|
628
|
-
|
|
629
|
-
CertPolicyId: string | undefined;
|
|
630
|
-
|
|
631
|
-
PolicyQualifiers?: PolicyQualifierInfo[];
|
|
632
|
-
}
|
|
633
|
-
export declare namespace PolicyInformation {
|
|
634
|
-
|
|
635
|
-
const filterSensitiveLog: (obj: PolicyInformation) => any;
|
|
636
|
-
}
|
|
637
|
-
export declare enum ExtendedKeyUsageType {
|
|
638
|
-
CERTIFICATE_TRANSPARENCY = "CERTIFICATE_TRANSPARENCY",
|
|
639
|
-
CLIENT_AUTH = "CLIENT_AUTH",
|
|
640
|
-
CODE_SIGNING = "CODE_SIGNING",
|
|
641
|
-
DOCUMENT_SIGNING = "DOCUMENT_SIGNING",
|
|
642
|
-
EMAIL_PROTECTION = "EMAIL_PROTECTION",
|
|
643
|
-
OCSP_SIGNING = "OCSP_SIGNING",
|
|
644
|
-
SERVER_AUTH = "SERVER_AUTH",
|
|
645
|
-
SMART_CARD_LOGIN = "SMART_CARD_LOGIN",
|
|
646
|
-
TIME_STAMPING = "TIME_STAMPING"
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
export interface ExtendedKeyUsage {
|
|
650
|
-
|
|
651
|
-
ExtendedKeyUsageType?: ExtendedKeyUsageType | string;
|
|
652
|
-
|
|
653
|
-
ExtendedKeyUsageObjectIdentifier?: string;
|
|
654
|
-
}
|
|
655
|
-
export declare namespace ExtendedKeyUsage {
|
|
656
|
-
|
|
657
|
-
const filterSensitiveLog: (obj: ExtendedKeyUsage) => any;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
export interface Extensions {
|
|
661
|
-
|
|
662
|
-
CertificatePolicies?: PolicyInformation[];
|
|
663
|
-
|
|
664
|
-
ExtendedKeyUsage?: ExtendedKeyUsage[];
|
|
665
|
-
|
|
666
|
-
KeyUsage?: KeyUsage;
|
|
667
|
-
|
|
668
|
-
SubjectAlternativeNames?: GeneralName[];
|
|
669
|
-
}
|
|
670
|
-
export declare namespace Extensions {
|
|
671
|
-
|
|
672
|
-
const filterSensitiveLog: (obj: Extensions) => any;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
export interface ApiPassthrough {
|
|
676
|
-
|
|
677
|
-
Extensions?: Extensions;
|
|
678
|
-
|
|
679
|
-
Subject?: ASN1Subject;
|
|
680
|
-
}
|
|
681
|
-
export declare namespace ApiPassthrough {
|
|
682
|
-
|
|
683
|
-
const filterSensitiveLog: (obj: ApiPassthrough) => any;
|
|
684
|
-
}
|
|
685
|
-
export declare enum ValidityPeriodType {
|
|
686
|
-
ABSOLUTE = "ABSOLUTE",
|
|
687
|
-
DAYS = "DAYS",
|
|
688
|
-
END_DATE = "END_DATE",
|
|
689
|
-
MONTHS = "MONTHS",
|
|
690
|
-
YEARS = "YEARS"
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
export interface Validity {
|
|
694
|
-
|
|
695
|
-
Value: number | undefined;
|
|
696
|
-
|
|
697
|
-
Type: ValidityPeriodType | string | undefined;
|
|
698
|
-
}
|
|
699
|
-
export declare namespace Validity {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: Validity) => any;
|
|
702
|
-
}
|
|
703
|
-
export interface IssueCertificateRequest {
|
|
704
|
-
|
|
705
|
-
ApiPassthrough?: ApiPassthrough;
|
|
706
|
-
|
|
707
|
-
CertificateAuthorityArn: string | undefined;
|
|
708
|
-
|
|
709
|
-
Csr: Uint8Array | undefined;
|
|
710
|
-
|
|
711
|
-
SigningAlgorithm: SigningAlgorithm | string | undefined;
|
|
712
|
-
|
|
713
|
-
TemplateArn?: string;
|
|
714
|
-
|
|
715
|
-
Validity: Validity | undefined;
|
|
716
|
-
|
|
717
|
-
ValidityNotBefore?: Validity;
|
|
718
|
-
|
|
719
|
-
IdempotencyToken?: string;
|
|
720
|
-
}
|
|
721
|
-
export declare namespace IssueCertificateRequest {
|
|
722
|
-
|
|
723
|
-
const filterSensitiveLog: (obj: IssueCertificateRequest) => any;
|
|
724
|
-
}
|
|
725
|
-
export interface IssueCertificateResponse {
|
|
726
|
-
|
|
727
|
-
CertificateArn?: string;
|
|
728
|
-
}
|
|
729
|
-
export declare namespace IssueCertificateResponse {
|
|
730
|
-
|
|
731
|
-
const filterSensitiveLog: (obj: IssueCertificateResponse) => any;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
export interface MalformedCSRException extends __SmithyException, $MetadataBearer {
|
|
735
|
-
name: "MalformedCSRException";
|
|
736
|
-
$fault: "client";
|
|
737
|
-
message?: string;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
741
|
-
name: "InvalidNextTokenException";
|
|
742
|
-
$fault: "client";
|
|
743
|
-
message?: string;
|
|
744
|
-
}
|
|
745
|
-
export declare enum ResourceOwner {
|
|
746
|
-
OTHER_ACCOUNTS = "OTHER_ACCOUNTS",
|
|
747
|
-
SELF = "SELF"
|
|
748
|
-
}
|
|
749
|
-
export interface ListCertificateAuthoritiesRequest {
|
|
750
|
-
|
|
751
|
-
NextToken?: string;
|
|
752
|
-
|
|
753
|
-
MaxResults?: number;
|
|
754
|
-
|
|
755
|
-
ResourceOwner?: ResourceOwner | string;
|
|
756
|
-
}
|
|
757
|
-
export declare namespace ListCertificateAuthoritiesRequest {
|
|
758
|
-
|
|
759
|
-
const filterSensitiveLog: (obj: ListCertificateAuthoritiesRequest) => any;
|
|
760
|
-
}
|
|
761
|
-
export interface ListCertificateAuthoritiesResponse {
|
|
762
|
-
|
|
763
|
-
CertificateAuthorities?: CertificateAuthority[];
|
|
764
|
-
|
|
765
|
-
NextToken?: string;
|
|
766
|
-
}
|
|
767
|
-
export declare namespace ListCertificateAuthoritiesResponse {
|
|
768
|
-
|
|
769
|
-
const filterSensitiveLog: (obj: ListCertificateAuthoritiesResponse) => any;
|
|
770
|
-
}
|
|
771
|
-
export interface ListPermissionsRequest {
|
|
772
|
-
|
|
773
|
-
CertificateAuthorityArn: string | undefined;
|
|
774
|
-
|
|
775
|
-
NextToken?: string;
|
|
776
|
-
|
|
777
|
-
MaxResults?: number;
|
|
778
|
-
}
|
|
779
|
-
export declare namespace ListPermissionsRequest {
|
|
780
|
-
|
|
781
|
-
const filterSensitiveLog: (obj: ListPermissionsRequest) => any;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
export interface Permission {
|
|
785
|
-
|
|
786
|
-
CertificateAuthorityArn?: string;
|
|
787
|
-
|
|
788
|
-
CreatedAt?: Date;
|
|
789
|
-
|
|
790
|
-
Principal?: string;
|
|
791
|
-
|
|
792
|
-
SourceAccount?: string;
|
|
793
|
-
|
|
794
|
-
Actions?: (ActionType | string)[];
|
|
795
|
-
|
|
796
|
-
Policy?: string;
|
|
797
|
-
}
|
|
798
|
-
export declare namespace Permission {
|
|
799
|
-
|
|
800
|
-
const filterSensitiveLog: (obj: Permission) => any;
|
|
801
|
-
}
|
|
802
|
-
export interface ListPermissionsResponse {
|
|
803
|
-
|
|
804
|
-
Permissions?: Permission[];
|
|
805
|
-
|
|
806
|
-
NextToken?: string;
|
|
807
|
-
}
|
|
808
|
-
export declare namespace ListPermissionsResponse {
|
|
809
|
-
|
|
810
|
-
const filterSensitiveLog: (obj: ListPermissionsResponse) => any;
|
|
811
|
-
}
|
|
812
|
-
export interface ListTagsRequest {
|
|
813
|
-
|
|
814
|
-
CertificateAuthorityArn: string | undefined;
|
|
815
|
-
|
|
816
|
-
NextToken?: string;
|
|
817
|
-
|
|
818
|
-
MaxResults?: number;
|
|
819
|
-
}
|
|
820
|
-
export declare namespace ListTagsRequest {
|
|
821
|
-
|
|
822
|
-
const filterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
823
|
-
}
|
|
824
|
-
export interface ListTagsResponse {
|
|
825
|
-
|
|
826
|
-
Tags?: Tag[];
|
|
827
|
-
|
|
828
|
-
NextToken?: string;
|
|
829
|
-
}
|
|
830
|
-
export declare namespace ListTagsResponse {
|
|
831
|
-
|
|
832
|
-
const filterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
833
|
-
}
|
|
834
|
-
export interface PutPolicyRequest {
|
|
835
|
-
|
|
836
|
-
ResourceArn: string | undefined;
|
|
837
|
-
|
|
838
|
-
Policy: string | undefined;
|
|
839
|
-
}
|
|
840
|
-
export declare namespace PutPolicyRequest {
|
|
841
|
-
|
|
842
|
-
const filterSensitiveLog: (obj: PutPolicyRequest) => any;
|
|
843
|
-
}
|
|
844
|
-
export interface RestoreCertificateAuthorityRequest {
|
|
845
|
-
|
|
846
|
-
CertificateAuthorityArn: string | undefined;
|
|
847
|
-
}
|
|
848
|
-
export declare namespace RestoreCertificateAuthorityRequest {
|
|
849
|
-
|
|
850
|
-
const filterSensitiveLog: (obj: RestoreCertificateAuthorityRequest) => any;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
export interface RequestAlreadyProcessedException extends __SmithyException, $MetadataBearer {
|
|
854
|
-
name: "RequestAlreadyProcessedException";
|
|
855
|
-
$fault: "client";
|
|
856
|
-
message?: string;
|
|
857
|
-
}
|
|
858
|
-
export declare enum RevocationReason {
|
|
859
|
-
AFFILIATION_CHANGED = "AFFILIATION_CHANGED",
|
|
860
|
-
A_A_COMPROMISE = "A_A_COMPROMISE",
|
|
861
|
-
CERTIFICATE_AUTHORITY_COMPROMISE = "CERTIFICATE_AUTHORITY_COMPROMISE",
|
|
862
|
-
CESSATION_OF_OPERATION = "CESSATION_OF_OPERATION",
|
|
863
|
-
KEY_COMPROMISE = "KEY_COMPROMISE",
|
|
864
|
-
PRIVILEGE_WITHDRAWN = "PRIVILEGE_WITHDRAWN",
|
|
865
|
-
SUPERSEDED = "SUPERSEDED",
|
|
866
|
-
UNSPECIFIED = "UNSPECIFIED"
|
|
867
|
-
}
|
|
868
|
-
export interface RevokeCertificateRequest {
|
|
869
|
-
|
|
870
|
-
CertificateAuthorityArn: string | undefined;
|
|
871
|
-
|
|
872
|
-
CertificateSerial: string | undefined;
|
|
873
|
-
|
|
874
|
-
RevocationReason: RevocationReason | string | undefined;
|
|
875
|
-
}
|
|
876
|
-
export declare namespace RevokeCertificateRequest {
|
|
877
|
-
|
|
878
|
-
const filterSensitiveLog: (obj: RevokeCertificateRequest) => any;
|
|
879
|
-
}
|
|
880
|
-
export interface TagCertificateAuthorityRequest {
|
|
881
|
-
|
|
882
|
-
CertificateAuthorityArn: string | undefined;
|
|
883
|
-
|
|
884
|
-
Tags: Tag[] | undefined;
|
|
885
|
-
}
|
|
886
|
-
export declare namespace TagCertificateAuthorityRequest {
|
|
887
|
-
|
|
888
|
-
const filterSensitiveLog: (obj: TagCertificateAuthorityRequest) => any;
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
892
|
-
name: "TooManyTagsException";
|
|
893
|
-
$fault: "client";
|
|
894
|
-
message?: string;
|
|
895
|
-
}
|
|
896
|
-
export interface UntagCertificateAuthorityRequest {
|
|
897
|
-
|
|
898
|
-
CertificateAuthorityArn: string | undefined;
|
|
899
|
-
|
|
900
|
-
Tags: Tag[] | undefined;
|
|
901
|
-
}
|
|
902
|
-
export declare namespace UntagCertificateAuthorityRequest {
|
|
903
|
-
|
|
904
|
-
const filterSensitiveLog: (obj: UntagCertificateAuthorityRequest) => any;
|
|
905
|
-
}
|
|
906
|
-
export interface UpdateCertificateAuthorityRequest {
|
|
907
|
-
|
|
908
|
-
CertificateAuthorityArn: string | undefined;
|
|
909
|
-
|
|
910
|
-
RevocationConfiguration?: RevocationConfiguration;
|
|
911
|
-
|
|
912
|
-
Status?: CertificateAuthorityStatus | string;
|
|
913
|
-
}
|
|
914
|
-
export declare namespace UpdateCertificateAuthorityRequest {
|
|
915
|
-
|
|
916
|
-
const filterSensitiveLog: (obj: UpdateCertificateAuthorityRequest) => any;
|
|
917
|
-
}
|