@aws-sdk/client-acm 3.130.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 -1
- package/dist-cjs/commands/AddTagsToCertificateCommand.js +1 -1
- package/dist-cjs/commands/DeleteCertificateCommand.js +1 -1
- package/dist-cjs/commands/DescribeCertificateCommand.js +2 -2
- package/dist-cjs/commands/ExportCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetAccountConfigurationCommand.js +1 -1
- package/dist-cjs/commands/GetCertificateCommand.js +2 -2
- package/dist-cjs/commands/ImportCertificateCommand.js +2 -2
- package/dist-cjs/commands/ListCertificatesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForCertificateCommand.js +2 -2
- package/dist-cjs/commands/PutAccountConfigurationCommand.js +1 -1
- package/dist-cjs/commands/RemoveTagsFromCertificateCommand.js +1 -1
- package/dist-cjs/commands/RenewCertificateCommand.js +1 -1
- package/dist-cjs/commands/RequestCertificateCommand.js +2 -2
- package/dist-cjs/commands/ResendValidationEmailCommand.js +1 -1
- package/dist-cjs/commands/UpdateCertificateOptionsCommand.js +1 -1
- package/dist-cjs/models/models_0.js +141 -209
- package/dist-es/commands/AddTagsToCertificateCommand.js +2 -2
- package/dist-es/commands/DeleteCertificateCommand.js +2 -2
- package/dist-es/commands/DescribeCertificateCommand.js +3 -3
- package/dist-es/commands/ExportCertificateCommand.js +3 -3
- package/dist-es/commands/GetAccountConfigurationCommand.js +2 -2
- package/dist-es/commands/GetCertificateCommand.js +3 -3
- package/dist-es/commands/ImportCertificateCommand.js +3 -3
- package/dist-es/commands/ListCertificatesCommand.js +3 -3
- package/dist-es/commands/ListTagsForCertificateCommand.js +3 -3
- package/dist-es/commands/PutAccountConfigurationCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromCertificateCommand.js +2 -2
- package/dist-es/commands/RenewCertificateCommand.js +2 -2
- package/dist-es/commands/RequestCertificateCommand.js +3 -3
- package/dist-es/commands/ResendValidationEmailCommand.js +2 -2
- package/dist-es/commands/UpdateCertificateOptionsCommand.js +2 -2
- package/dist-es/models/models_0.js +34 -136
- package/dist-types/models/models_0.d.ts +136 -204
- package/dist-types/ts3.4/models/models_0.d.ts +68 -136
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.FiltersFilterSensitiveLog = exports.ImportCertificateResponseFilterSensitiveLog = exports.ImportCertificateRequestFilterSensitiveLog = exports.GetCertificateResponseFilterSensitiveLog = exports.GetCertificateRequestFilterSensitiveLog = exports.GetAccountConfigurationResponseFilterSensitiveLog = exports.ExpiryEventsConfigurationFilterSensitiveLog = exports.ExportCertificateResponseFilterSensitiveLog = exports.ExportCertificateRequestFilterSensitiveLog = exports.DescribeCertificateResponseFilterSensitiveLog = exports.DescribeCertificateRequestFilterSensitiveLog = exports.DeleteCertificateRequestFilterSensitiveLog = exports.CertificateDetailFilterSensitiveLog = exports.RenewalSummaryFilterSensitiveLog = exports.CertificateOptionsFilterSensitiveLog = exports.KeyUsageFilterSensitiveLog = exports.ExtendedKeyUsageFilterSensitiveLog = exports.DomainValidationFilterSensitiveLog = exports.ResourceRecordFilterSensitiveLog = exports.AddTagsToCertificateRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.InvalidStateException = exports.InvalidDomainValidationOptionsException = exports.ValidationException = exports.ConflictException = exports.InvalidArgsException = exports.LimitExceededException = exports.RequestInProgressException = exports.ResourceInUseException = exports.CertificateType = exports.CertificateStatus = exports.RevocationReason = exports.RenewalStatus = exports.RenewalEligibility = exports.CertificateTransparencyLoggingPreference = exports.KeyUsageName = exports.KeyAlgorithm = exports.FailureReason = exports.ExtendedKeyUsageName = exports.DomainStatus = exports.ValidationMethod = exports.RecordType = exports.TooManyTagsException = exports.ThrottlingException = exports.TagPolicyException = exports.ResourceNotFoundException = exports.InvalidTagException = exports.InvalidParameterException = exports.InvalidArnException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UpdateCertificateOptionsRequestFilterSensitiveLog = exports.ResendValidationEmailRequestFilterSensitiveLog = exports.RequestCertificateResponseFilterSensitiveLog = exports.RequestCertificateRequestFilterSensitiveLog = exports.DomainValidationOptionFilterSensitiveLog = exports.RenewCertificateRequestFilterSensitiveLog = exports.RemoveTagsFromCertificateRequestFilterSensitiveLog = exports.PutAccountConfigurationRequestFilterSensitiveLog = exports.ListTagsForCertificateResponseFilterSensitiveLog = exports.ListTagsForCertificateRequestFilterSensitiveLog = exports.ListCertificatesResponseFilterSensitiveLog = exports.CertificateSummaryFilterSensitiveLog = exports.ListCertificatesRequestFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const ACMServiceException_1 = require("./ACMServiceException");
|
|
7
7
|
class AccessDeniedException extends ACMServiceException_1.ACMServiceException {
|
|
@@ -18,18 +18,6 @@ class AccessDeniedException extends ACMServiceException_1.ACMServiceException {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
exports.AccessDeniedException = AccessDeniedException;
|
|
21
|
-
var Tag;
|
|
22
|
-
(function (Tag) {
|
|
23
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
24
|
-
...obj,
|
|
25
|
-
});
|
|
26
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
27
|
-
var AddTagsToCertificateRequest;
|
|
28
|
-
(function (AddTagsToCertificateRequest) {
|
|
29
|
-
AddTagsToCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
30
|
-
...obj,
|
|
31
|
-
});
|
|
32
|
-
})(AddTagsToCertificateRequest = exports.AddTagsToCertificateRequest || (exports.AddTagsToCertificateRequest = {}));
|
|
33
21
|
class InvalidArnException extends ACMServiceException_1.ACMServiceException {
|
|
34
22
|
constructor(opts) {
|
|
35
23
|
super({
|
|
@@ -125,12 +113,6 @@ var RecordType;
|
|
|
125
113
|
(function (RecordType) {
|
|
126
114
|
RecordType["CNAME"] = "CNAME";
|
|
127
115
|
})(RecordType = exports.RecordType || (exports.RecordType = {}));
|
|
128
|
-
var ResourceRecord;
|
|
129
|
-
(function (ResourceRecord) {
|
|
130
|
-
ResourceRecord.filterSensitiveLog = (obj) => ({
|
|
131
|
-
...obj,
|
|
132
|
-
});
|
|
133
|
-
})(ResourceRecord = exports.ResourceRecord || (exports.ResourceRecord = {}));
|
|
134
116
|
var ValidationMethod;
|
|
135
117
|
(function (ValidationMethod) {
|
|
136
118
|
ValidationMethod["DNS"] = "DNS";
|
|
@@ -142,12 +124,6 @@ var DomainStatus;
|
|
|
142
124
|
DomainStatus["PENDING_VALIDATION"] = "PENDING_VALIDATION";
|
|
143
125
|
DomainStatus["SUCCESS"] = "SUCCESS";
|
|
144
126
|
})(DomainStatus = exports.DomainStatus || (exports.DomainStatus = {}));
|
|
145
|
-
var DomainValidation;
|
|
146
|
-
(function (DomainValidation) {
|
|
147
|
-
DomainValidation.filterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
})(DomainValidation = exports.DomainValidation || (exports.DomainValidation = {}));
|
|
151
127
|
var ExtendedKeyUsageName;
|
|
152
128
|
(function (ExtendedKeyUsageName) {
|
|
153
129
|
ExtendedKeyUsageName["ANY"] = "ANY";
|
|
@@ -163,12 +139,6 @@ var ExtendedKeyUsageName;
|
|
|
163
139
|
ExtendedKeyUsageName["TLS_WEB_CLIENT_AUTHENTICATION"] = "TLS_WEB_CLIENT_AUTHENTICATION";
|
|
164
140
|
ExtendedKeyUsageName["TLS_WEB_SERVER_AUTHENTICATION"] = "TLS_WEB_SERVER_AUTHENTICATION";
|
|
165
141
|
})(ExtendedKeyUsageName = exports.ExtendedKeyUsageName || (exports.ExtendedKeyUsageName = {}));
|
|
166
|
-
var ExtendedKeyUsage;
|
|
167
|
-
(function (ExtendedKeyUsage) {
|
|
168
|
-
ExtendedKeyUsage.filterSensitiveLog = (obj) => ({
|
|
169
|
-
...obj,
|
|
170
|
-
});
|
|
171
|
-
})(ExtendedKeyUsage = exports.ExtendedKeyUsage || (exports.ExtendedKeyUsage = {}));
|
|
172
142
|
var FailureReason;
|
|
173
143
|
(function (FailureReason) {
|
|
174
144
|
FailureReason["ADDITIONAL_VERIFICATION_REQUIRED"] = "ADDITIONAL_VERIFICATION_REQUIRED";
|
|
@@ -213,23 +183,11 @@ var KeyUsageName;
|
|
|
213
183
|
KeyUsageName["KEY_ENCIPHERMENT"] = "KEY_ENCIPHERMENT";
|
|
214
184
|
KeyUsageName["NON_REPUDATION"] = "NON_REPUDIATION";
|
|
215
185
|
})(KeyUsageName = exports.KeyUsageName || (exports.KeyUsageName = {}));
|
|
216
|
-
var KeyUsage;
|
|
217
|
-
(function (KeyUsage) {
|
|
218
|
-
KeyUsage.filterSensitiveLog = (obj) => ({
|
|
219
|
-
...obj,
|
|
220
|
-
});
|
|
221
|
-
})(KeyUsage = exports.KeyUsage || (exports.KeyUsage = {}));
|
|
222
186
|
var CertificateTransparencyLoggingPreference;
|
|
223
187
|
(function (CertificateTransparencyLoggingPreference) {
|
|
224
188
|
CertificateTransparencyLoggingPreference["DISABLED"] = "DISABLED";
|
|
225
189
|
CertificateTransparencyLoggingPreference["ENABLED"] = "ENABLED";
|
|
226
190
|
})(CertificateTransparencyLoggingPreference = exports.CertificateTransparencyLoggingPreference || (exports.CertificateTransparencyLoggingPreference = {}));
|
|
227
|
-
var CertificateOptions;
|
|
228
|
-
(function (CertificateOptions) {
|
|
229
|
-
CertificateOptions.filterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
});
|
|
232
|
-
})(CertificateOptions = exports.CertificateOptions || (exports.CertificateOptions = {}));
|
|
233
191
|
var RenewalEligibility;
|
|
234
192
|
(function (RenewalEligibility) {
|
|
235
193
|
RenewalEligibility["ELIGIBLE"] = "ELIGIBLE";
|
|
@@ -242,12 +200,6 @@ var RenewalStatus;
|
|
|
242
200
|
RenewalStatus["PENDING_VALIDATION"] = "PENDING_VALIDATION";
|
|
243
201
|
RenewalStatus["SUCCESS"] = "SUCCESS";
|
|
244
202
|
})(RenewalStatus = exports.RenewalStatus || (exports.RenewalStatus = {}));
|
|
245
|
-
var RenewalSummary;
|
|
246
|
-
(function (RenewalSummary) {
|
|
247
|
-
RenewalSummary.filterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
});
|
|
250
|
-
})(RenewalSummary = exports.RenewalSummary || (exports.RenewalSummary = {}));
|
|
251
203
|
var RevocationReason;
|
|
252
204
|
(function (RevocationReason) {
|
|
253
205
|
RevocationReason["AFFILIATION_CHANGED"] = "AFFILIATION_CHANGED";
|
|
@@ -277,18 +229,6 @@ var CertificateType;
|
|
|
277
229
|
CertificateType["IMPORTED"] = "IMPORTED";
|
|
278
230
|
CertificateType["PRIVATE"] = "PRIVATE";
|
|
279
231
|
})(CertificateType = exports.CertificateType || (exports.CertificateType = {}));
|
|
280
|
-
var CertificateDetail;
|
|
281
|
-
(function (CertificateDetail) {
|
|
282
|
-
CertificateDetail.filterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
})(CertificateDetail = exports.CertificateDetail || (exports.CertificateDetail = {}));
|
|
286
|
-
var DeleteCertificateRequest;
|
|
287
|
-
(function (DeleteCertificateRequest) {
|
|
288
|
-
DeleteCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
})(DeleteCertificateRequest = exports.DeleteCertificateRequest || (exports.DeleteCertificateRequest = {}));
|
|
292
232
|
class ResourceInUseException extends ACMServiceException_1.ACMServiceException {
|
|
293
233
|
constructor(opts) {
|
|
294
234
|
super({
|
|
@@ -302,32 +242,6 @@ class ResourceInUseException extends ACMServiceException_1.ACMServiceException {
|
|
|
302
242
|
}
|
|
303
243
|
}
|
|
304
244
|
exports.ResourceInUseException = ResourceInUseException;
|
|
305
|
-
var DescribeCertificateRequest;
|
|
306
|
-
(function (DescribeCertificateRequest) {
|
|
307
|
-
DescribeCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
});
|
|
310
|
-
})(DescribeCertificateRequest = exports.DescribeCertificateRequest || (exports.DescribeCertificateRequest = {}));
|
|
311
|
-
var DescribeCertificateResponse;
|
|
312
|
-
(function (DescribeCertificateResponse) {
|
|
313
|
-
DescribeCertificateResponse.filterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
})(DescribeCertificateResponse = exports.DescribeCertificateResponse || (exports.DescribeCertificateResponse = {}));
|
|
317
|
-
var ExportCertificateRequest;
|
|
318
|
-
(function (ExportCertificateRequest) {
|
|
319
|
-
ExportCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
...(obj.Passphrase && { Passphrase: smithy_client_1.SENSITIVE_STRING }),
|
|
322
|
-
});
|
|
323
|
-
})(ExportCertificateRequest = exports.ExportCertificateRequest || (exports.ExportCertificateRequest = {}));
|
|
324
|
-
var ExportCertificateResponse;
|
|
325
|
-
(function (ExportCertificateResponse) {
|
|
326
|
-
ExportCertificateResponse.filterSensitiveLog = (obj) => ({
|
|
327
|
-
...obj,
|
|
328
|
-
...(obj.PrivateKey && { PrivateKey: smithy_client_1.SENSITIVE_STRING }),
|
|
329
|
-
});
|
|
330
|
-
})(ExportCertificateResponse = exports.ExportCertificateResponse || (exports.ExportCertificateResponse = {}));
|
|
331
245
|
class RequestInProgressException extends ACMServiceException_1.ACMServiceException {
|
|
332
246
|
constructor(opts) {
|
|
333
247
|
super({
|
|
@@ -341,43 +255,6 @@ class RequestInProgressException extends ACMServiceException_1.ACMServiceExcepti
|
|
|
341
255
|
}
|
|
342
256
|
}
|
|
343
257
|
exports.RequestInProgressException = RequestInProgressException;
|
|
344
|
-
var ExpiryEventsConfiguration;
|
|
345
|
-
(function (ExpiryEventsConfiguration) {
|
|
346
|
-
ExpiryEventsConfiguration.filterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
})(ExpiryEventsConfiguration = exports.ExpiryEventsConfiguration || (exports.ExpiryEventsConfiguration = {}));
|
|
350
|
-
var GetAccountConfigurationResponse;
|
|
351
|
-
(function (GetAccountConfigurationResponse) {
|
|
352
|
-
GetAccountConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
})(GetAccountConfigurationResponse = exports.GetAccountConfigurationResponse || (exports.GetAccountConfigurationResponse = {}));
|
|
356
|
-
var GetCertificateRequest;
|
|
357
|
-
(function (GetCertificateRequest) {
|
|
358
|
-
GetCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
359
|
-
...obj,
|
|
360
|
-
});
|
|
361
|
-
})(GetCertificateRequest = exports.GetCertificateRequest || (exports.GetCertificateRequest = {}));
|
|
362
|
-
var GetCertificateResponse;
|
|
363
|
-
(function (GetCertificateResponse) {
|
|
364
|
-
GetCertificateResponse.filterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
})(GetCertificateResponse = exports.GetCertificateResponse || (exports.GetCertificateResponse = {}));
|
|
368
|
-
var ImportCertificateRequest;
|
|
369
|
-
(function (ImportCertificateRequest) {
|
|
370
|
-
ImportCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
...(obj.PrivateKey && { PrivateKey: smithy_client_1.SENSITIVE_STRING }),
|
|
373
|
-
});
|
|
374
|
-
})(ImportCertificateRequest = exports.ImportCertificateRequest || (exports.ImportCertificateRequest = {}));
|
|
375
|
-
var ImportCertificateResponse;
|
|
376
|
-
(function (ImportCertificateResponse) {
|
|
377
|
-
ImportCertificateResponse.filterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
})(ImportCertificateResponse = exports.ImportCertificateResponse || (exports.ImportCertificateResponse = {}));
|
|
381
258
|
class LimitExceededException extends ACMServiceException_1.ACMServiceException {
|
|
382
259
|
constructor(opts) {
|
|
383
260
|
super({
|
|
@@ -404,42 +281,6 @@ class InvalidArgsException extends ACMServiceException_1.ACMServiceException {
|
|
|
404
281
|
}
|
|
405
282
|
}
|
|
406
283
|
exports.InvalidArgsException = InvalidArgsException;
|
|
407
|
-
var Filters;
|
|
408
|
-
(function (Filters) {
|
|
409
|
-
Filters.filterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
});
|
|
412
|
-
})(Filters = exports.Filters || (exports.Filters = {}));
|
|
413
|
-
var ListCertificatesRequest;
|
|
414
|
-
(function (ListCertificatesRequest) {
|
|
415
|
-
ListCertificatesRequest.filterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
})(ListCertificatesRequest = exports.ListCertificatesRequest || (exports.ListCertificatesRequest = {}));
|
|
419
|
-
var CertificateSummary;
|
|
420
|
-
(function (CertificateSummary) {
|
|
421
|
-
CertificateSummary.filterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
|
-
})(CertificateSummary = exports.CertificateSummary || (exports.CertificateSummary = {}));
|
|
425
|
-
var ListCertificatesResponse;
|
|
426
|
-
(function (ListCertificatesResponse) {
|
|
427
|
-
ListCertificatesResponse.filterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
})(ListCertificatesResponse = exports.ListCertificatesResponse || (exports.ListCertificatesResponse = {}));
|
|
431
|
-
var ListTagsForCertificateRequest;
|
|
432
|
-
(function (ListTagsForCertificateRequest) {
|
|
433
|
-
ListTagsForCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
})(ListTagsForCertificateRequest = exports.ListTagsForCertificateRequest || (exports.ListTagsForCertificateRequest = {}));
|
|
437
|
-
var ListTagsForCertificateResponse;
|
|
438
|
-
(function (ListTagsForCertificateResponse) {
|
|
439
|
-
ListTagsForCertificateResponse.filterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
})(ListTagsForCertificateResponse = exports.ListTagsForCertificateResponse || (exports.ListTagsForCertificateResponse = {}));
|
|
443
284
|
class ConflictException extends ACMServiceException_1.ACMServiceException {
|
|
444
285
|
constructor(opts) {
|
|
445
286
|
super({
|
|
@@ -453,12 +294,6 @@ class ConflictException extends ACMServiceException_1.ACMServiceException {
|
|
|
453
294
|
}
|
|
454
295
|
}
|
|
455
296
|
exports.ConflictException = ConflictException;
|
|
456
|
-
var PutAccountConfigurationRequest;
|
|
457
|
-
(function (PutAccountConfigurationRequest) {
|
|
458
|
-
PutAccountConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
})(PutAccountConfigurationRequest = exports.PutAccountConfigurationRequest || (exports.PutAccountConfigurationRequest = {}));
|
|
462
297
|
class ValidationException extends ACMServiceException_1.ACMServiceException {
|
|
463
298
|
constructor(opts) {
|
|
464
299
|
super({
|
|
@@ -472,18 +307,6 @@ class ValidationException extends ACMServiceException_1.ACMServiceException {
|
|
|
472
307
|
}
|
|
473
308
|
}
|
|
474
309
|
exports.ValidationException = ValidationException;
|
|
475
|
-
var RemoveTagsFromCertificateRequest;
|
|
476
|
-
(function (RemoveTagsFromCertificateRequest) {
|
|
477
|
-
RemoveTagsFromCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
478
|
-
...obj,
|
|
479
|
-
});
|
|
480
|
-
})(RemoveTagsFromCertificateRequest = exports.RemoveTagsFromCertificateRequest || (exports.RemoveTagsFromCertificateRequest = {}));
|
|
481
|
-
var RenewCertificateRequest;
|
|
482
|
-
(function (RenewCertificateRequest) {
|
|
483
|
-
RenewCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
484
|
-
...obj,
|
|
485
|
-
});
|
|
486
|
-
})(RenewCertificateRequest = exports.RenewCertificateRequest || (exports.RenewCertificateRequest = {}));
|
|
487
310
|
class InvalidDomainValidationOptionsException extends ACMServiceException_1.ACMServiceException {
|
|
488
311
|
constructor(opts) {
|
|
489
312
|
super({
|
|
@@ -497,24 +320,6 @@ class InvalidDomainValidationOptionsException extends ACMServiceException_1.ACMS
|
|
|
497
320
|
}
|
|
498
321
|
}
|
|
499
322
|
exports.InvalidDomainValidationOptionsException = InvalidDomainValidationOptionsException;
|
|
500
|
-
var DomainValidationOption;
|
|
501
|
-
(function (DomainValidationOption) {
|
|
502
|
-
DomainValidationOption.filterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
})(DomainValidationOption = exports.DomainValidationOption || (exports.DomainValidationOption = {}));
|
|
506
|
-
var RequestCertificateRequest;
|
|
507
|
-
(function (RequestCertificateRequest) {
|
|
508
|
-
RequestCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
509
|
-
...obj,
|
|
510
|
-
});
|
|
511
|
-
})(RequestCertificateRequest = exports.RequestCertificateRequest || (exports.RequestCertificateRequest = {}));
|
|
512
|
-
var RequestCertificateResponse;
|
|
513
|
-
(function (RequestCertificateResponse) {
|
|
514
|
-
RequestCertificateResponse.filterSensitiveLog = (obj) => ({
|
|
515
|
-
...obj,
|
|
516
|
-
});
|
|
517
|
-
})(RequestCertificateResponse = exports.RequestCertificateResponse || (exports.RequestCertificateResponse = {}));
|
|
518
323
|
class InvalidStateException extends ACMServiceException_1.ACMServiceException {
|
|
519
324
|
constructor(opts) {
|
|
520
325
|
super({
|
|
@@ -528,15 +333,142 @@ class InvalidStateException extends ACMServiceException_1.ACMServiceException {
|
|
|
528
333
|
}
|
|
529
334
|
}
|
|
530
335
|
exports.InvalidStateException = InvalidStateException;
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
336
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
337
|
+
...obj,
|
|
338
|
+
});
|
|
339
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
340
|
+
const AddTagsToCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
341
|
+
...obj,
|
|
342
|
+
});
|
|
343
|
+
exports.AddTagsToCertificateRequestFilterSensitiveLog = AddTagsToCertificateRequestFilterSensitiveLog;
|
|
344
|
+
const ResourceRecordFilterSensitiveLog = (obj) => ({
|
|
345
|
+
...obj,
|
|
346
|
+
});
|
|
347
|
+
exports.ResourceRecordFilterSensitiveLog = ResourceRecordFilterSensitiveLog;
|
|
348
|
+
const DomainValidationFilterSensitiveLog = (obj) => ({
|
|
349
|
+
...obj,
|
|
350
|
+
});
|
|
351
|
+
exports.DomainValidationFilterSensitiveLog = DomainValidationFilterSensitiveLog;
|
|
352
|
+
const ExtendedKeyUsageFilterSensitiveLog = (obj) => ({
|
|
353
|
+
...obj,
|
|
354
|
+
});
|
|
355
|
+
exports.ExtendedKeyUsageFilterSensitiveLog = ExtendedKeyUsageFilterSensitiveLog;
|
|
356
|
+
const KeyUsageFilterSensitiveLog = (obj) => ({
|
|
357
|
+
...obj,
|
|
358
|
+
});
|
|
359
|
+
exports.KeyUsageFilterSensitiveLog = KeyUsageFilterSensitiveLog;
|
|
360
|
+
const CertificateOptionsFilterSensitiveLog = (obj) => ({
|
|
361
|
+
...obj,
|
|
362
|
+
});
|
|
363
|
+
exports.CertificateOptionsFilterSensitiveLog = CertificateOptionsFilterSensitiveLog;
|
|
364
|
+
const RenewalSummaryFilterSensitiveLog = (obj) => ({
|
|
365
|
+
...obj,
|
|
366
|
+
});
|
|
367
|
+
exports.RenewalSummaryFilterSensitiveLog = RenewalSummaryFilterSensitiveLog;
|
|
368
|
+
const CertificateDetailFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
});
|
|
371
|
+
exports.CertificateDetailFilterSensitiveLog = CertificateDetailFilterSensitiveLog;
|
|
372
|
+
const DeleteCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
373
|
+
...obj,
|
|
374
|
+
});
|
|
375
|
+
exports.DeleteCertificateRequestFilterSensitiveLog = DeleteCertificateRequestFilterSensitiveLog;
|
|
376
|
+
const DescribeCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
377
|
+
...obj,
|
|
378
|
+
});
|
|
379
|
+
exports.DescribeCertificateRequestFilterSensitiveLog = DescribeCertificateRequestFilterSensitiveLog;
|
|
380
|
+
const DescribeCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
exports.DescribeCertificateResponseFilterSensitiveLog = DescribeCertificateResponseFilterSensitiveLog;
|
|
384
|
+
const ExportCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
385
|
+
...obj,
|
|
386
|
+
...(obj.Passphrase && { Passphrase: smithy_client_1.SENSITIVE_STRING }),
|
|
387
|
+
});
|
|
388
|
+
exports.ExportCertificateRequestFilterSensitiveLog = ExportCertificateRequestFilterSensitiveLog;
|
|
389
|
+
const ExportCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
390
|
+
...obj,
|
|
391
|
+
...(obj.PrivateKey && { PrivateKey: smithy_client_1.SENSITIVE_STRING }),
|
|
392
|
+
});
|
|
393
|
+
exports.ExportCertificateResponseFilterSensitiveLog = ExportCertificateResponseFilterSensitiveLog;
|
|
394
|
+
const ExpiryEventsConfigurationFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
exports.ExpiryEventsConfigurationFilterSensitiveLog = ExpiryEventsConfigurationFilterSensitiveLog;
|
|
398
|
+
const GetAccountConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.GetAccountConfigurationResponseFilterSensitiveLog = GetAccountConfigurationResponseFilterSensitiveLog;
|
|
402
|
+
const GetCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
exports.GetCertificateRequestFilterSensitiveLog = GetCertificateRequestFilterSensitiveLog;
|
|
406
|
+
const GetCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
exports.GetCertificateResponseFilterSensitiveLog = GetCertificateResponseFilterSensitiveLog;
|
|
410
|
+
const ImportCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
...(obj.PrivateKey && { PrivateKey: smithy_client_1.SENSITIVE_STRING }),
|
|
413
|
+
});
|
|
414
|
+
exports.ImportCertificateRequestFilterSensitiveLog = ImportCertificateRequestFilterSensitiveLog;
|
|
415
|
+
const ImportCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
exports.ImportCertificateResponseFilterSensitiveLog = ImportCertificateResponseFilterSensitiveLog;
|
|
419
|
+
const FiltersFilterSensitiveLog = (obj) => ({
|
|
420
|
+
...obj,
|
|
421
|
+
});
|
|
422
|
+
exports.FiltersFilterSensitiveLog = FiltersFilterSensitiveLog;
|
|
423
|
+
const ListCertificatesRequestFilterSensitiveLog = (obj) => ({
|
|
424
|
+
...obj,
|
|
425
|
+
});
|
|
426
|
+
exports.ListCertificatesRequestFilterSensitiveLog = ListCertificatesRequestFilterSensitiveLog;
|
|
427
|
+
const CertificateSummaryFilterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
exports.CertificateSummaryFilterSensitiveLog = CertificateSummaryFilterSensitiveLog;
|
|
431
|
+
const ListCertificatesResponseFilterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
});
|
|
434
|
+
exports.ListCertificatesResponseFilterSensitiveLog = ListCertificatesResponseFilterSensitiveLog;
|
|
435
|
+
const ListTagsForCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
436
|
+
...obj,
|
|
437
|
+
});
|
|
438
|
+
exports.ListTagsForCertificateRequestFilterSensitiveLog = ListTagsForCertificateRequestFilterSensitiveLog;
|
|
439
|
+
const ListTagsForCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
440
|
+
...obj,
|
|
441
|
+
});
|
|
442
|
+
exports.ListTagsForCertificateResponseFilterSensitiveLog = ListTagsForCertificateResponseFilterSensitiveLog;
|
|
443
|
+
const PutAccountConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
444
|
+
...obj,
|
|
445
|
+
});
|
|
446
|
+
exports.PutAccountConfigurationRequestFilterSensitiveLog = PutAccountConfigurationRequestFilterSensitiveLog;
|
|
447
|
+
const RemoveTagsFromCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
448
|
+
...obj,
|
|
449
|
+
});
|
|
450
|
+
exports.RemoveTagsFromCertificateRequestFilterSensitiveLog = RemoveTagsFromCertificateRequestFilterSensitiveLog;
|
|
451
|
+
const RenewCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
452
|
+
...obj,
|
|
453
|
+
});
|
|
454
|
+
exports.RenewCertificateRequestFilterSensitiveLog = RenewCertificateRequestFilterSensitiveLog;
|
|
455
|
+
const DomainValidationOptionFilterSensitiveLog = (obj) => ({
|
|
456
|
+
...obj,
|
|
457
|
+
});
|
|
458
|
+
exports.DomainValidationOptionFilterSensitiveLog = DomainValidationOptionFilterSensitiveLog;
|
|
459
|
+
const RequestCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
460
|
+
...obj,
|
|
461
|
+
});
|
|
462
|
+
exports.RequestCertificateRequestFilterSensitiveLog = RequestCertificateRequestFilterSensitiveLog;
|
|
463
|
+
const RequestCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
});
|
|
466
|
+
exports.RequestCertificateResponseFilterSensitiveLog = RequestCertificateResponseFilterSensitiveLog;
|
|
467
|
+
const ResendValidationEmailRequestFilterSensitiveLog = (obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
});
|
|
470
|
+
exports.ResendValidationEmailRequestFilterSensitiveLog = ResendValidationEmailRequestFilterSensitiveLog;
|
|
471
|
+
const UpdateCertificateOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
472
|
+
...obj,
|
|
473
|
+
});
|
|
474
|
+
exports.UpdateCertificateOptionsRequestFilterSensitiveLog = UpdateCertificateOptionsRequestFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AddTagsToCertificateRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AddTagsToCertificateCommand, serializeAws_json1_1AddTagsToCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AddTagsToCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(AddTagsToCertificateCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AddTagsToCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddTagsToCertificateRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteCertificateRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteCertificateCommand, serializeAws_json1_1DeleteCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCertificateCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCertificateRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeCertificateRequestFilterSensitiveLog, DescribeCertificateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeCertificateCommand, serializeAws_json1_1DescribeCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCertificateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCertificateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeCertificateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ExportCertificateRequestFilterSensitiveLog, ExportCertificateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ExportCertificateCommand, serializeAws_json1_1ExportCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ExportCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(ExportCertificateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ExportCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ExportCertificateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExportCertificateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetAccountConfigurationResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetAccountConfigurationCommand, serializeAws_json1_1GetAccountConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAccountConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(GetAccountConfigurationCommand, _super);
|
|
@@ -21,7 +21,7 @@ var GetAccountConfigurationCommand = (function (_super) {
|
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
23
|
inputFilterSensitiveLog: function (input) { return input; },
|
|
24
|
-
outputFilterSensitiveLog:
|
|
24
|
+
outputFilterSensitiveLog: GetAccountConfigurationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetCertificateRequestFilterSensitiveLog, GetCertificateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetCertificateCommand, serializeAws_json1_1GetCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(GetCertificateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetCertificateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetCertificateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ImportCertificateRequestFilterSensitiveLog, ImportCertificateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ImportCertificateCommand, serializeAws_json1_1ImportCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ImportCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(ImportCertificateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ImportCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ImportCertificateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ImportCertificateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListCertificatesRequestFilterSensitiveLog, ListCertificatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListCertificatesCommand, serializeAws_json1_1ListCertificatesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListCertificatesCommand = (function (_super) {
|
|
7
7
|
__extends(ListCertificatesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListCertificatesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListCertificatesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListCertificatesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForCertificateRequestFilterSensitiveLog, ListTagsForCertificateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForCertificateCommand, serializeAws_json1_1ListTagsForCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForCertificateCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForCertificateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForCertificateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForCertificateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForCertificateResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutAccountConfigurationRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutAccountConfigurationCommand, serializeAws_json1_1PutAccountConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutAccountConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(PutAccountConfigurationCommand, _super);
|
|
@@ -20,7 +20,7 @@ var PutAccountConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutAccountConfigurationRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|