@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
|
@@ -1,47 +1,11 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { ACMPCAServiceException as __BaseException } from "./ACMPCAServiceException";
|
|
3
|
-
export var CustomAttribute;
|
|
4
|
-
(function (CustomAttribute) {
|
|
5
|
-
CustomAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(CustomAttribute || (CustomAttribute = {}));
|
|
7
|
-
export var ASN1Subject;
|
|
8
|
-
(function (ASN1Subject) {
|
|
9
|
-
ASN1Subject.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(ASN1Subject || (ASN1Subject = {}));
|
|
11
|
-
export var EdiPartyName;
|
|
12
|
-
(function (EdiPartyName) {
|
|
13
|
-
EdiPartyName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(EdiPartyName || (EdiPartyName = {}));
|
|
15
|
-
export var OtherName;
|
|
16
|
-
(function (OtherName) {
|
|
17
|
-
OtherName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
-
})(OtherName || (OtherName = {}));
|
|
19
|
-
export var GeneralName;
|
|
20
|
-
(function (GeneralName) {
|
|
21
|
-
GeneralName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(GeneralName || (GeneralName = {}));
|
|
23
3
|
export var AccessMethodType;
|
|
24
4
|
(function (AccessMethodType) {
|
|
25
5
|
AccessMethodType["CA_REPOSITORY"] = "CA_REPOSITORY";
|
|
26
6
|
AccessMethodType["RESOURCE_PKI_MANIFEST"] = "RESOURCE_PKI_MANIFEST";
|
|
27
7
|
AccessMethodType["RESOURCE_PKI_NOTIFY"] = "RESOURCE_PKI_NOTIFY";
|
|
28
8
|
})(AccessMethodType || (AccessMethodType = {}));
|
|
29
|
-
export var AccessMethod;
|
|
30
|
-
(function (AccessMethod) {
|
|
31
|
-
AccessMethod.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
|
-
})(AccessMethod || (AccessMethod = {}));
|
|
33
|
-
export var AccessDescription;
|
|
34
|
-
(function (AccessDescription) {
|
|
35
|
-
AccessDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
|
-
})(AccessDescription || (AccessDescription = {}));
|
|
37
|
-
export var KeyUsage;
|
|
38
|
-
(function (KeyUsage) {
|
|
39
|
-
KeyUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
|
-
})(KeyUsage || (KeyUsage = {}));
|
|
41
|
-
export var CsrExtensions;
|
|
42
|
-
(function (CsrExtensions) {
|
|
43
|
-
CsrExtensions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
-
})(CsrExtensions || (CsrExtensions = {}));
|
|
45
9
|
export var KeyAlgorithm;
|
|
46
10
|
(function (KeyAlgorithm) {
|
|
47
11
|
KeyAlgorithm["EC_prime256v1"] = "EC_prime256v1";
|
|
@@ -58,10 +22,6 @@ export var SigningAlgorithm;
|
|
|
58
22
|
SigningAlgorithm["SHA512WITHECDSA"] = "SHA512WITHECDSA";
|
|
59
23
|
SigningAlgorithm["SHA512WITHRSA"] = "SHA512WITHRSA";
|
|
60
24
|
})(SigningAlgorithm || (SigningAlgorithm = {}));
|
|
61
|
-
export var CertificateAuthorityConfiguration;
|
|
62
|
-
(function (CertificateAuthorityConfiguration) {
|
|
63
|
-
CertificateAuthorityConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
-
})(CertificateAuthorityConfiguration || (CertificateAuthorityConfiguration = {}));
|
|
65
25
|
export var CertificateAuthorityType;
|
|
66
26
|
(function (CertificateAuthorityType) {
|
|
67
27
|
CertificateAuthorityType["ROOT"] = "ROOT";
|
|
@@ -77,30 +37,6 @@ export var S3ObjectAcl;
|
|
|
77
37
|
S3ObjectAcl["BUCKET_OWNER_FULL_CONTROL"] = "BUCKET_OWNER_FULL_CONTROL";
|
|
78
38
|
S3ObjectAcl["PUBLIC_READ"] = "PUBLIC_READ";
|
|
79
39
|
})(S3ObjectAcl || (S3ObjectAcl = {}));
|
|
80
|
-
export var CrlConfiguration;
|
|
81
|
-
(function (CrlConfiguration) {
|
|
82
|
-
CrlConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(CrlConfiguration || (CrlConfiguration = {}));
|
|
84
|
-
export var OcspConfiguration;
|
|
85
|
-
(function (OcspConfiguration) {
|
|
86
|
-
OcspConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
-
})(OcspConfiguration || (OcspConfiguration = {}));
|
|
88
|
-
export var RevocationConfiguration;
|
|
89
|
-
(function (RevocationConfiguration) {
|
|
90
|
-
RevocationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
-
})(RevocationConfiguration || (RevocationConfiguration = {}));
|
|
92
|
-
export var Tag;
|
|
93
|
-
(function (Tag) {
|
|
94
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
-
})(Tag || (Tag = {}));
|
|
96
|
-
export var CreateCertificateAuthorityRequest;
|
|
97
|
-
(function (CreateCertificateAuthorityRequest) {
|
|
98
|
-
CreateCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
-
})(CreateCertificateAuthorityRequest || (CreateCertificateAuthorityRequest = {}));
|
|
100
|
-
export var CreateCertificateAuthorityResponse;
|
|
101
|
-
(function (CreateCertificateAuthorityResponse) {
|
|
102
|
-
CreateCertificateAuthorityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
-
})(CreateCertificateAuthorityResponse || (CreateCertificateAuthorityResponse = {}));
|
|
104
40
|
var InvalidArgsException = (function (_super) {
|
|
105
41
|
__extends(InvalidArgsException, _super);
|
|
106
42
|
function InvalidArgsException(opts) {
|
|
@@ -154,14 +90,6 @@ export var AuditReportResponseFormat;
|
|
|
154
90
|
AuditReportResponseFormat["CSV"] = "CSV";
|
|
155
91
|
AuditReportResponseFormat["JSON"] = "JSON";
|
|
156
92
|
})(AuditReportResponseFormat || (AuditReportResponseFormat = {}));
|
|
157
|
-
export var CreateCertificateAuthorityAuditReportRequest;
|
|
158
|
-
(function (CreateCertificateAuthorityAuditReportRequest) {
|
|
159
|
-
CreateCertificateAuthorityAuditReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
-
})(CreateCertificateAuthorityAuditReportRequest || (CreateCertificateAuthorityAuditReportRequest = {}));
|
|
161
|
-
export var CreateCertificateAuthorityAuditReportResponse;
|
|
162
|
-
(function (CreateCertificateAuthorityAuditReportResponse) {
|
|
163
|
-
CreateCertificateAuthorityAuditReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
-
})(CreateCertificateAuthorityAuditReportResponse || (CreateCertificateAuthorityAuditReportResponse = {}));
|
|
165
93
|
var InvalidArnException = (function (_super) {
|
|
166
94
|
__extends(InvalidArnException, _super);
|
|
167
95
|
function InvalidArnException(opts) {
|
|
@@ -228,10 +156,6 @@ export var ActionType;
|
|
|
228
156
|
ActionType["IssueCertificate"] = "IssueCertificate";
|
|
229
157
|
ActionType["ListPermissions"] = "ListPermissions";
|
|
230
158
|
})(ActionType || (ActionType = {}));
|
|
231
|
-
export var CreatePermissionRequest;
|
|
232
|
-
(function (CreatePermissionRequest) {
|
|
233
|
-
CreatePermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(CreatePermissionRequest || (CreatePermissionRequest = {}));
|
|
235
159
|
var PermissionAlreadyExistsException = (function (_super) {
|
|
236
160
|
__extends(PermissionAlreadyExistsException, _super);
|
|
237
161
|
function PermissionAlreadyExistsException(opts) {
|
|
@@ -256,18 +180,6 @@ var ConcurrentModificationException = (function (_super) {
|
|
|
256
180
|
return ConcurrentModificationException;
|
|
257
181
|
}(__BaseException));
|
|
258
182
|
export { ConcurrentModificationException };
|
|
259
|
-
export var DeleteCertificateAuthorityRequest;
|
|
260
|
-
(function (DeleteCertificateAuthorityRequest) {
|
|
261
|
-
DeleteCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(DeleteCertificateAuthorityRequest || (DeleteCertificateAuthorityRequest = {}));
|
|
263
|
-
export var DeletePermissionRequest;
|
|
264
|
-
(function (DeletePermissionRequest) {
|
|
265
|
-
DeletePermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(DeletePermissionRequest || (DeletePermissionRequest = {}));
|
|
267
|
-
export var DeletePolicyRequest;
|
|
268
|
-
(function (DeletePolicyRequest) {
|
|
269
|
-
DeletePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(DeletePolicyRequest || (DeletePolicyRequest = {}));
|
|
271
183
|
var LockoutPreventedException = (function (_super) {
|
|
272
184
|
__extends(LockoutPreventedException, _super);
|
|
273
185
|
function LockoutPreventedException(opts) {
|
|
@@ -280,10 +192,6 @@ var LockoutPreventedException = (function (_super) {
|
|
|
280
192
|
return LockoutPreventedException;
|
|
281
193
|
}(__BaseException));
|
|
282
194
|
export { LockoutPreventedException };
|
|
283
|
-
export var DescribeCertificateAuthorityRequest;
|
|
284
|
-
(function (DescribeCertificateAuthorityRequest) {
|
|
285
|
-
DescribeCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(DescribeCertificateAuthorityRequest || (DescribeCertificateAuthorityRequest = {}));
|
|
287
195
|
export var FailureReason;
|
|
288
196
|
(function (FailureReason) {
|
|
289
197
|
FailureReason["OTHER"] = "OTHER";
|
|
@@ -300,60 +208,12 @@ export var CertificateAuthorityStatus;
|
|
|
300
208
|
CertificateAuthorityStatus["FAILED"] = "FAILED";
|
|
301
209
|
CertificateAuthorityStatus["PENDING_CERTIFICATE"] = "PENDING_CERTIFICATE";
|
|
302
210
|
})(CertificateAuthorityStatus || (CertificateAuthorityStatus = {}));
|
|
303
|
-
export var CertificateAuthority;
|
|
304
|
-
(function (CertificateAuthority) {
|
|
305
|
-
CertificateAuthority.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
-
})(CertificateAuthority || (CertificateAuthority = {}));
|
|
307
|
-
export var DescribeCertificateAuthorityResponse;
|
|
308
|
-
(function (DescribeCertificateAuthorityResponse) {
|
|
309
|
-
DescribeCertificateAuthorityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
-
})(DescribeCertificateAuthorityResponse || (DescribeCertificateAuthorityResponse = {}));
|
|
311
|
-
export var DescribeCertificateAuthorityAuditReportRequest;
|
|
312
|
-
(function (DescribeCertificateAuthorityAuditReportRequest) {
|
|
313
|
-
DescribeCertificateAuthorityAuditReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
-
})(DescribeCertificateAuthorityAuditReportRequest || (DescribeCertificateAuthorityAuditReportRequest = {}));
|
|
315
211
|
export var AuditReportStatus;
|
|
316
212
|
(function (AuditReportStatus) {
|
|
317
213
|
AuditReportStatus["CREATING"] = "CREATING";
|
|
318
214
|
AuditReportStatus["FAILED"] = "FAILED";
|
|
319
215
|
AuditReportStatus["SUCCESS"] = "SUCCESS";
|
|
320
216
|
})(AuditReportStatus || (AuditReportStatus = {}));
|
|
321
|
-
export var DescribeCertificateAuthorityAuditReportResponse;
|
|
322
|
-
(function (DescribeCertificateAuthorityAuditReportResponse) {
|
|
323
|
-
DescribeCertificateAuthorityAuditReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
-
})(DescribeCertificateAuthorityAuditReportResponse || (DescribeCertificateAuthorityAuditReportResponse = {}));
|
|
325
|
-
export var GetCertificateRequest;
|
|
326
|
-
(function (GetCertificateRequest) {
|
|
327
|
-
GetCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
-
})(GetCertificateRequest || (GetCertificateRequest = {}));
|
|
329
|
-
export var GetCertificateResponse;
|
|
330
|
-
(function (GetCertificateResponse) {
|
|
331
|
-
GetCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(GetCertificateResponse || (GetCertificateResponse = {}));
|
|
333
|
-
export var GetCertificateAuthorityCertificateRequest;
|
|
334
|
-
(function (GetCertificateAuthorityCertificateRequest) {
|
|
335
|
-
GetCertificateAuthorityCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
-
})(GetCertificateAuthorityCertificateRequest || (GetCertificateAuthorityCertificateRequest = {}));
|
|
337
|
-
export var GetCertificateAuthorityCertificateResponse;
|
|
338
|
-
(function (GetCertificateAuthorityCertificateResponse) {
|
|
339
|
-
GetCertificateAuthorityCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
-
})(GetCertificateAuthorityCertificateResponse || (GetCertificateAuthorityCertificateResponse = {}));
|
|
341
|
-
export var GetCertificateAuthorityCsrRequest;
|
|
342
|
-
(function (GetCertificateAuthorityCsrRequest) {
|
|
343
|
-
GetCertificateAuthorityCsrRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
-
})(GetCertificateAuthorityCsrRequest || (GetCertificateAuthorityCsrRequest = {}));
|
|
345
|
-
export var GetCertificateAuthorityCsrResponse;
|
|
346
|
-
(function (GetCertificateAuthorityCsrResponse) {
|
|
347
|
-
GetCertificateAuthorityCsrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
-
})(GetCertificateAuthorityCsrResponse || (GetCertificateAuthorityCsrResponse = {}));
|
|
349
|
-
export var GetPolicyRequest;
|
|
350
|
-
(function (GetPolicyRequest) {
|
|
351
|
-
GetPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(GetPolicyRequest || (GetPolicyRequest = {}));
|
|
353
|
-
export var GetPolicyResponse;
|
|
354
|
-
(function (GetPolicyResponse) {
|
|
355
|
-
GetPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(GetPolicyResponse || (GetPolicyResponse = {}));
|
|
357
217
|
var CertificateMismatchException = (function (_super) {
|
|
358
218
|
__extends(CertificateMismatchException, _super);
|
|
359
219
|
function CertificateMismatchException(opts) {
|
|
@@ -366,10 +226,6 @@ var CertificateMismatchException = (function (_super) {
|
|
|
366
226
|
return CertificateMismatchException;
|
|
367
227
|
}(__BaseException));
|
|
368
228
|
export { CertificateMismatchException };
|
|
369
|
-
export var ImportCertificateAuthorityCertificateRequest;
|
|
370
|
-
(function (ImportCertificateAuthorityCertificateRequest) {
|
|
371
|
-
ImportCertificateAuthorityCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(ImportCertificateAuthorityCertificateRequest || (ImportCertificateAuthorityCertificateRequest = {}));
|
|
373
229
|
var InvalidRequestException = (function (_super) {
|
|
374
230
|
__extends(InvalidRequestException, _super);
|
|
375
231
|
function InvalidRequestException(opts) {
|
|
@@ -398,22 +254,6 @@ export var PolicyQualifierId;
|
|
|
398
254
|
(function (PolicyQualifierId) {
|
|
399
255
|
PolicyQualifierId["CPS"] = "CPS";
|
|
400
256
|
})(PolicyQualifierId || (PolicyQualifierId = {}));
|
|
401
|
-
export var Qualifier;
|
|
402
|
-
(function (Qualifier) {
|
|
403
|
-
Qualifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(Qualifier || (Qualifier = {}));
|
|
405
|
-
export var PolicyQualifierInfo;
|
|
406
|
-
(function (PolicyQualifierInfo) {
|
|
407
|
-
PolicyQualifierInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(PolicyQualifierInfo || (PolicyQualifierInfo = {}));
|
|
409
|
-
export var PolicyInformation;
|
|
410
|
-
(function (PolicyInformation) {
|
|
411
|
-
PolicyInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(PolicyInformation || (PolicyInformation = {}));
|
|
413
|
-
export var CustomExtension;
|
|
414
|
-
(function (CustomExtension) {
|
|
415
|
-
CustomExtension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
})(CustomExtension || (CustomExtension = {}));
|
|
417
257
|
export var ExtendedKeyUsageType;
|
|
418
258
|
(function (ExtendedKeyUsageType) {
|
|
419
259
|
ExtendedKeyUsageType["CERTIFICATE_TRANSPARENCY"] = "CERTIFICATE_TRANSPARENCY";
|
|
@@ -426,18 +266,6 @@ export var ExtendedKeyUsageType;
|
|
|
426
266
|
ExtendedKeyUsageType["SMART_CARD_LOGIN"] = "SMART_CARD_LOGIN";
|
|
427
267
|
ExtendedKeyUsageType["TIME_STAMPING"] = "TIME_STAMPING";
|
|
428
268
|
})(ExtendedKeyUsageType || (ExtendedKeyUsageType = {}));
|
|
429
|
-
export var ExtendedKeyUsage;
|
|
430
|
-
(function (ExtendedKeyUsage) {
|
|
431
|
-
ExtendedKeyUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
})(ExtendedKeyUsage || (ExtendedKeyUsage = {}));
|
|
433
|
-
export var Extensions;
|
|
434
|
-
(function (Extensions) {
|
|
435
|
-
Extensions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
-
})(Extensions || (Extensions = {}));
|
|
437
|
-
export var ApiPassthrough;
|
|
438
|
-
(function (ApiPassthrough) {
|
|
439
|
-
ApiPassthrough.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(ApiPassthrough || (ApiPassthrough = {}));
|
|
441
269
|
export var ValidityPeriodType;
|
|
442
270
|
(function (ValidityPeriodType) {
|
|
443
271
|
ValidityPeriodType["ABSOLUTE"] = "ABSOLUTE";
|
|
@@ -446,18 +274,6 @@ export var ValidityPeriodType;
|
|
|
446
274
|
ValidityPeriodType["MONTHS"] = "MONTHS";
|
|
447
275
|
ValidityPeriodType["YEARS"] = "YEARS";
|
|
448
276
|
})(ValidityPeriodType || (ValidityPeriodType = {}));
|
|
449
|
-
export var Validity;
|
|
450
|
-
(function (Validity) {
|
|
451
|
-
Validity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
-
})(Validity || (Validity = {}));
|
|
453
|
-
export var IssueCertificateRequest;
|
|
454
|
-
(function (IssueCertificateRequest) {
|
|
455
|
-
IssueCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
-
})(IssueCertificateRequest || (IssueCertificateRequest = {}));
|
|
457
|
-
export var IssueCertificateResponse;
|
|
458
|
-
(function (IssueCertificateResponse) {
|
|
459
|
-
IssueCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
-
})(IssueCertificateResponse || (IssueCertificateResponse = {}));
|
|
461
277
|
var MalformedCSRException = (function (_super) {
|
|
462
278
|
__extends(MalformedCSRException, _super);
|
|
463
279
|
function MalformedCSRException(opts) {
|
|
@@ -487,42 +303,6 @@ export var ResourceOwner;
|
|
|
487
303
|
ResourceOwner["OTHER_ACCOUNTS"] = "OTHER_ACCOUNTS";
|
|
488
304
|
ResourceOwner["SELF"] = "SELF";
|
|
489
305
|
})(ResourceOwner || (ResourceOwner = {}));
|
|
490
|
-
export var ListCertificateAuthoritiesRequest;
|
|
491
|
-
(function (ListCertificateAuthoritiesRequest) {
|
|
492
|
-
ListCertificateAuthoritiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
-
})(ListCertificateAuthoritiesRequest || (ListCertificateAuthoritiesRequest = {}));
|
|
494
|
-
export var ListCertificateAuthoritiesResponse;
|
|
495
|
-
(function (ListCertificateAuthoritiesResponse) {
|
|
496
|
-
ListCertificateAuthoritiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
-
})(ListCertificateAuthoritiesResponse || (ListCertificateAuthoritiesResponse = {}));
|
|
498
|
-
export var ListPermissionsRequest;
|
|
499
|
-
(function (ListPermissionsRequest) {
|
|
500
|
-
ListPermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
-
})(ListPermissionsRequest || (ListPermissionsRequest = {}));
|
|
502
|
-
export var Permission;
|
|
503
|
-
(function (Permission) {
|
|
504
|
-
Permission.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
-
})(Permission || (Permission = {}));
|
|
506
|
-
export var ListPermissionsResponse;
|
|
507
|
-
(function (ListPermissionsResponse) {
|
|
508
|
-
ListPermissionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
-
})(ListPermissionsResponse || (ListPermissionsResponse = {}));
|
|
510
|
-
export var ListTagsRequest;
|
|
511
|
-
(function (ListTagsRequest) {
|
|
512
|
-
ListTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
-
})(ListTagsRequest || (ListTagsRequest = {}));
|
|
514
|
-
export var ListTagsResponse;
|
|
515
|
-
(function (ListTagsResponse) {
|
|
516
|
-
ListTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
-
})(ListTagsResponse || (ListTagsResponse = {}));
|
|
518
|
-
export var PutPolicyRequest;
|
|
519
|
-
(function (PutPolicyRequest) {
|
|
520
|
-
PutPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
-
})(PutPolicyRequest || (PutPolicyRequest = {}));
|
|
522
|
-
export var RestoreCertificateAuthorityRequest;
|
|
523
|
-
(function (RestoreCertificateAuthorityRequest) {
|
|
524
|
-
RestoreCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
-
})(RestoreCertificateAuthorityRequest || (RestoreCertificateAuthorityRequest = {}));
|
|
526
306
|
var RequestAlreadyProcessedException = (function (_super) {
|
|
527
307
|
__extends(RequestAlreadyProcessedException, _super);
|
|
528
308
|
function RequestAlreadyProcessedException(opts) {
|
|
@@ -546,14 +326,6 @@ export var RevocationReason;
|
|
|
546
326
|
RevocationReason["SUPERSEDED"] = "SUPERSEDED";
|
|
547
327
|
RevocationReason["UNSPECIFIED"] = "UNSPECIFIED";
|
|
548
328
|
})(RevocationReason || (RevocationReason = {}));
|
|
549
|
-
export var RevokeCertificateRequest;
|
|
550
|
-
(function (RevokeCertificateRequest) {
|
|
551
|
-
RevokeCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
})(RevokeCertificateRequest || (RevokeCertificateRequest = {}));
|
|
553
|
-
export var TagCertificateAuthorityRequest;
|
|
554
|
-
(function (TagCertificateAuthorityRequest) {
|
|
555
|
-
TagCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
-
})(TagCertificateAuthorityRequest || (TagCertificateAuthorityRequest = {}));
|
|
557
329
|
var TooManyTagsException = (function (_super) {
|
|
558
330
|
__extends(TooManyTagsException, _super);
|
|
559
331
|
function TooManyTagsException(opts) {
|
|
@@ -566,11 +338,62 @@ var TooManyTagsException = (function (_super) {
|
|
|
566
338
|
return TooManyTagsException;
|
|
567
339
|
}(__BaseException));
|
|
568
340
|
export { TooManyTagsException };
|
|
569
|
-
export var
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
export var
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
341
|
+
export var CustomAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var ASN1SubjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var EdiPartyNameFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var OtherNameFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var GeneralNameFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var AccessMethodFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var AccessDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var KeyUsageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var CsrExtensionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var CertificateAuthorityConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var CrlConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var OcspConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var RevocationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var CreateCertificateAuthorityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var CreateCertificateAuthorityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
export var CreateCertificateAuthorityAuditReportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var CreateCertificateAuthorityAuditReportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var CreatePermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var DeleteCertificateAuthorityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var DeletePermissionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var DeletePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var DescribeCertificateAuthorityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var CertificateAuthorityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var DescribeCertificateAuthorityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var DescribeCertificateAuthorityAuditReportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var DescribeCertificateAuthorityAuditReportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var GetCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var GetCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var GetCertificateAuthorityCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var GetCertificateAuthorityCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var GetCertificateAuthorityCsrRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var GetCertificateAuthorityCsrResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var GetPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var GetPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var ImportCertificateAuthorityCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var QualifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var PolicyQualifierInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var PolicyInformationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var CustomExtensionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var ExtendedKeyUsageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var ExtensionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var ApiPassthroughFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var ValidityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var IssueCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var IssueCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var ListCertificateAuthoritiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var ListCertificateAuthoritiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var ListPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var PermissionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var ListPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var ListTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var ListTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var PutPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
export var RestoreCertificateAuthorityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
export var RevokeCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var TagCertificateAuthorityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var UntagCertificateAuthorityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var UpdateCertificateAuthorityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
package/dist-types/ACMPCA.d.ts
CHANGED
|
@@ -37,7 +37,6 @@ import { UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityComma
|
|
|
37
37
|
* request because the request exceeds the operation's quota for the number of requests per
|
|
38
38
|
* second. When a request is throttled, ACM Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. ACM Private CA does not guarantee a minimum request
|
|
39
39
|
* rate for APIs. </p>
|
|
40
|
-
*
|
|
41
40
|
* <p>To see an up-to-date list of your ACM Private CA quotas, or to request a quota increase,
|
|
42
41
|
* log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
|
|
43
42
|
* console.</p>
|
|
@@ -162,7 +162,6 @@ export interface ACMPCAClientResolvedConfig extends ACMPCAClientResolvedConfigTy
|
|
|
162
162
|
* request because the request exceeds the operation's quota for the number of requests per
|
|
163
163
|
* second. When a request is throttled, ACM Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. ACM Private CA does not guarantee a minimum request
|
|
164
164
|
* rate for APIs. </p>
|
|
165
|
-
*
|
|
166
165
|
* <p>To see an up-to-date list of your ACM Private CA quotas, or to request a quota increase,
|
|
167
166
|
* log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
|
|
168
167
|
* console.</p>
|