@aws-sdk/client-acm 3.186.0 → 3.188.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.
Files changed (29) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/ACM.js +62 -69
  3. package/dist-es/ACMClient.js +22 -28
  4. package/dist-es/commands/AddTagsToCertificateCommand.js +22 -29
  5. package/dist-es/commands/DeleteCertificateCommand.js +22 -29
  6. package/dist-es/commands/DescribeCertificateCommand.js +21 -28
  7. package/dist-es/commands/ExportCertificateCommand.js +21 -28
  8. package/dist-es/commands/GetAccountConfigurationCommand.js +22 -29
  9. package/dist-es/commands/GetCertificateCommand.js +21 -28
  10. package/dist-es/commands/ImportCertificateCommand.js +21 -28
  11. package/dist-es/commands/ListCertificatesCommand.js +21 -28
  12. package/dist-es/commands/ListTagsForCertificateCommand.js +21 -28
  13. package/dist-es/commands/PutAccountConfigurationCommand.js +22 -29
  14. package/dist-es/commands/RemoveTagsFromCertificateCommand.js +22 -29
  15. package/dist-es/commands/RenewCertificateCommand.js +22 -29
  16. package/dist-es/commands/RequestCertificateCommand.js +21 -28
  17. package/dist-es/commands/ResendValidationEmailCommand.js +22 -29
  18. package/dist-es/commands/UpdateCertificateOptionsCommand.js +22 -29
  19. package/dist-es/endpoints.js +8 -8
  20. package/dist-es/models/ACMServiceException.js +5 -10
  21. package/dist-es/models/models_0.js +282 -212
  22. package/dist-es/pagination/ListCertificatesPaginator.js +25 -68
  23. package/dist-es/protocols/Aws_json1_1.js +1129 -1452
  24. package/dist-es/runtimeConfig.browser.js +26 -12
  25. package/dist-es/runtimeConfig.js +30 -12
  26. package/dist-es/runtimeConfig.native.js +8 -5
  27. package/dist-es/runtimeConfig.shared.js +8 -11
  28. package/dist-es/waiters/waitForCertificateValidated.js +61 -102
  29. package/package.json +34 -34
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateCertificateOptionsRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateCertificateOptionsCommand, serializeAws_json1_1UpdateCertificateOptionsCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateCertificateOptionsCommand = (function (_super) {
7
- __extends(UpdateCertificateOptionsCommand, _super);
8
- function UpdateCertificateOptionsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateCertificateOptionsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateCertificateOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "ACMClient";
18
- var commandName = "UpdateCertificateOptionsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "ACMClient";
15
+ const commandName = "UpdateCertificateOptionsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateCertificateOptionsRequestFilterSensitiveLog,
24
- outputFilterSensitiveLog: function (output) { return output; },
21
+ outputFilterSensitiveLog: (output) => output,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateCertificateOptionsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateCertificateOptionsCommand(input, context);
33
- };
34
- UpdateCertificateOptionsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateCertificateOptionsCommand(output, context);
36
- };
37
- return UpdateCertificateOptionsCommand;
38
- }($Command));
39
- export { UpdateCertificateOptionsCommand };
31
+ }
32
+ }
@@ -1,6 +1,5 @@
1
- import { __assign, __awaiter, __generator } from "tslib";
2
1
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
- var regionHash = {
2
+ const regionHash = {
4
3
  "ca-central-1": {
5
4
  variants: [
6
5
  {
@@ -60,7 +59,7 @@ var regionHash = {
60
59
  ],
61
60
  },
62
61
  };
63
- var partitionHash = {
62
+ const partitionHash = {
64
63
  aws: {
65
64
  regions: [
66
65
  "af-south-1",
@@ -185,8 +184,9 @@ var partitionHash = {
185
184
  ],
186
185
  },
187
186
  };
188
- export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
189
- return __generator(this, function (_a) {
190
- return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "acm", regionHash: regionHash, partitionHash: partitionHash }))];
191
- });
192
- }); };
187
+ export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
188
+ ...options,
189
+ signingService: "acm",
190
+ regionHash,
191
+ partitionHash,
192
+ });
@@ -1,12 +1,7 @@
1
- import { __extends } from "tslib";
2
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
- var ACMServiceException = (function (_super) {
4
- __extends(ACMServiceException, _super);
5
- function ACMServiceException(options) {
6
- var _this = _super.call(this, options) || this;
7
- Object.setPrototypeOf(_this, ACMServiceException.prototype);
8
- return _this;
2
+ export class ACMServiceException extends __ServiceException {
3
+ constructor(options) {
4
+ super(options);
5
+ Object.setPrototypeOf(this, ACMServiceException.prototype);
9
6
  }
10
- return ACMServiceException;
11
- }(__ServiceException));
12
- export { ACMServiceException };
7
+ }
@@ -1,103 +1,102 @@
1
- import { __assign, __extends } from "tslib";
2
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
2
  import { ACMServiceException as __BaseException } from "./ACMServiceException";
4
- var AccessDeniedException = (function (_super) {
5
- __extends(AccessDeniedException, _super);
6
- function AccessDeniedException(opts) {
7
- var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
8
- _this.name = "AccessDeniedException";
9
- _this.$fault = "client";
10
- Object.setPrototypeOf(_this, AccessDeniedException.prototype);
11
- _this.Message = opts.Message;
12
- return _this;
3
+ export class AccessDeniedException extends __BaseException {
4
+ constructor(opts) {
5
+ super({
6
+ name: "AccessDeniedException",
7
+ $fault: "client",
8
+ ...opts,
9
+ });
10
+ this.name = "AccessDeniedException";
11
+ this.$fault = "client";
12
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
+ this.Message = opts.Message;
13
14
  }
14
- return AccessDeniedException;
15
- }(__BaseException));
16
- export { AccessDeniedException };
17
- var InvalidArnException = (function (_super) {
18
- __extends(InvalidArnException, _super);
19
- function InvalidArnException(opts) {
20
- var _this = _super.call(this, __assign({ name: "InvalidArnException", $fault: "client" }, opts)) || this;
21
- _this.name = "InvalidArnException";
22
- _this.$fault = "client";
23
- Object.setPrototypeOf(_this, InvalidArnException.prototype);
24
- return _this;
15
+ }
16
+ export class InvalidArnException extends __BaseException {
17
+ constructor(opts) {
18
+ super({
19
+ name: "InvalidArnException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ this.name = "InvalidArnException";
24
+ this.$fault = "client";
25
+ Object.setPrototypeOf(this, InvalidArnException.prototype);
25
26
  }
26
- return InvalidArnException;
27
- }(__BaseException));
28
- export { InvalidArnException };
29
- var InvalidParameterException = (function (_super) {
30
- __extends(InvalidParameterException, _super);
31
- function InvalidParameterException(opts) {
32
- var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
33
- _this.name = "InvalidParameterException";
34
- _this.$fault = "client";
35
- Object.setPrototypeOf(_this, InvalidParameterException.prototype);
36
- return _this;
27
+ }
28
+ export class InvalidParameterException extends __BaseException {
29
+ constructor(opts) {
30
+ super({
31
+ name: "InvalidParameterException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ this.name = "InvalidParameterException";
36
+ this.$fault = "client";
37
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
37
38
  }
38
- return InvalidParameterException;
39
- }(__BaseException));
40
- export { InvalidParameterException };
41
- var InvalidTagException = (function (_super) {
42
- __extends(InvalidTagException, _super);
43
- function InvalidTagException(opts) {
44
- var _this = _super.call(this, __assign({ name: "InvalidTagException", $fault: "client" }, opts)) || this;
45
- _this.name = "InvalidTagException";
46
- _this.$fault = "client";
47
- Object.setPrototypeOf(_this, InvalidTagException.prototype);
48
- return _this;
39
+ }
40
+ export class InvalidTagException extends __BaseException {
41
+ constructor(opts) {
42
+ super({
43
+ name: "InvalidTagException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ this.name = "InvalidTagException";
48
+ this.$fault = "client";
49
+ Object.setPrototypeOf(this, InvalidTagException.prototype);
49
50
  }
50
- return InvalidTagException;
51
- }(__BaseException));
52
- export { InvalidTagException };
53
- var ResourceNotFoundException = (function (_super) {
54
- __extends(ResourceNotFoundException, _super);
55
- function ResourceNotFoundException(opts) {
56
- var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
57
- _this.name = "ResourceNotFoundException";
58
- _this.$fault = "client";
59
- Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
60
- return _this;
51
+ }
52
+ export class ResourceNotFoundException extends __BaseException {
53
+ constructor(opts) {
54
+ super({
55
+ name: "ResourceNotFoundException",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ this.name = "ResourceNotFoundException";
60
+ this.$fault = "client";
61
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
61
62
  }
62
- return ResourceNotFoundException;
63
- }(__BaseException));
64
- export { ResourceNotFoundException };
65
- var TagPolicyException = (function (_super) {
66
- __extends(TagPolicyException, _super);
67
- function TagPolicyException(opts) {
68
- var _this = _super.call(this, __assign({ name: "TagPolicyException", $fault: "client" }, opts)) || this;
69
- _this.name = "TagPolicyException";
70
- _this.$fault = "client";
71
- Object.setPrototypeOf(_this, TagPolicyException.prototype);
72
- return _this;
63
+ }
64
+ export class TagPolicyException extends __BaseException {
65
+ constructor(opts) {
66
+ super({
67
+ name: "TagPolicyException",
68
+ $fault: "client",
69
+ ...opts,
70
+ });
71
+ this.name = "TagPolicyException";
72
+ this.$fault = "client";
73
+ Object.setPrototypeOf(this, TagPolicyException.prototype);
73
74
  }
74
- return TagPolicyException;
75
- }(__BaseException));
76
- export { TagPolicyException };
77
- var ThrottlingException = (function (_super) {
78
- __extends(ThrottlingException, _super);
79
- function ThrottlingException(opts) {
80
- var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
81
- _this.name = "ThrottlingException";
82
- _this.$fault = "client";
83
- Object.setPrototypeOf(_this, ThrottlingException.prototype);
84
- return _this;
75
+ }
76
+ export class ThrottlingException extends __BaseException {
77
+ constructor(opts) {
78
+ super({
79
+ name: "ThrottlingException",
80
+ $fault: "client",
81
+ ...opts,
82
+ });
83
+ this.name = "ThrottlingException";
84
+ this.$fault = "client";
85
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
85
86
  }
86
- return ThrottlingException;
87
- }(__BaseException));
88
- export { ThrottlingException };
89
- var TooManyTagsException = (function (_super) {
90
- __extends(TooManyTagsException, _super);
91
- function TooManyTagsException(opts) {
92
- var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
93
- _this.name = "TooManyTagsException";
94
- _this.$fault = "client";
95
- Object.setPrototypeOf(_this, TooManyTagsException.prototype);
96
- return _this;
87
+ }
88
+ export class TooManyTagsException extends __BaseException {
89
+ constructor(opts) {
90
+ super({
91
+ name: "TooManyTagsException",
92
+ $fault: "client",
93
+ ...opts,
94
+ });
95
+ this.name = "TooManyTagsException";
96
+ this.$fault = "client";
97
+ Object.setPrototypeOf(this, TooManyTagsException.prototype);
97
98
  }
98
- return TooManyTagsException;
99
- }(__BaseException));
100
- export { TooManyTagsException };
99
+ }
101
100
  export var RecordType;
102
101
  (function (RecordType) {
103
102
  RecordType["CNAME"] = "CNAME";
@@ -218,54 +217,54 @@ export var CertificateType;
218
217
  CertificateType["IMPORTED"] = "IMPORTED";
219
218
  CertificateType["PRIVATE"] = "PRIVATE";
220
219
  })(CertificateType || (CertificateType = {}));
221
- var ResourceInUseException = (function (_super) {
222
- __extends(ResourceInUseException, _super);
223
- function ResourceInUseException(opts) {
224
- var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
225
- _this.name = "ResourceInUseException";
226
- _this.$fault = "client";
227
- Object.setPrototypeOf(_this, ResourceInUseException.prototype);
228
- return _this;
220
+ export class ResourceInUseException extends __BaseException {
221
+ constructor(opts) {
222
+ super({
223
+ name: "ResourceInUseException",
224
+ $fault: "client",
225
+ ...opts,
226
+ });
227
+ this.name = "ResourceInUseException";
228
+ this.$fault = "client";
229
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
229
230
  }
230
- return ResourceInUseException;
231
- }(__BaseException));
232
- export { ResourceInUseException };
233
- var RequestInProgressException = (function (_super) {
234
- __extends(RequestInProgressException, _super);
235
- function RequestInProgressException(opts) {
236
- var _this = _super.call(this, __assign({ name: "RequestInProgressException", $fault: "client" }, opts)) || this;
237
- _this.name = "RequestInProgressException";
238
- _this.$fault = "client";
239
- Object.setPrototypeOf(_this, RequestInProgressException.prototype);
240
- return _this;
231
+ }
232
+ export class RequestInProgressException extends __BaseException {
233
+ constructor(opts) {
234
+ super({
235
+ name: "RequestInProgressException",
236
+ $fault: "client",
237
+ ...opts,
238
+ });
239
+ this.name = "RequestInProgressException";
240
+ this.$fault = "client";
241
+ Object.setPrototypeOf(this, RequestInProgressException.prototype);
241
242
  }
242
- return RequestInProgressException;
243
- }(__BaseException));
244
- export { RequestInProgressException };
245
- var LimitExceededException = (function (_super) {
246
- __extends(LimitExceededException, _super);
247
- function LimitExceededException(opts) {
248
- var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
249
- _this.name = "LimitExceededException";
250
- _this.$fault = "client";
251
- Object.setPrototypeOf(_this, LimitExceededException.prototype);
252
- return _this;
243
+ }
244
+ export class LimitExceededException extends __BaseException {
245
+ constructor(opts) {
246
+ super({
247
+ name: "LimitExceededException",
248
+ $fault: "client",
249
+ ...opts,
250
+ });
251
+ this.name = "LimitExceededException";
252
+ this.$fault = "client";
253
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
253
254
  }
254
- return LimitExceededException;
255
- }(__BaseException));
256
- export { LimitExceededException };
257
- var InvalidArgsException = (function (_super) {
258
- __extends(InvalidArgsException, _super);
259
- function InvalidArgsException(opts) {
260
- var _this = _super.call(this, __assign({ name: "InvalidArgsException", $fault: "client" }, opts)) || this;
261
- _this.name = "InvalidArgsException";
262
- _this.$fault = "client";
263
- Object.setPrototypeOf(_this, InvalidArgsException.prototype);
264
- return _this;
255
+ }
256
+ export class InvalidArgsException extends __BaseException {
257
+ constructor(opts) {
258
+ super({
259
+ name: "InvalidArgsException",
260
+ $fault: "client",
261
+ ...opts,
262
+ });
263
+ this.name = "InvalidArgsException";
264
+ this.$fault = "client";
265
+ Object.setPrototypeOf(this, InvalidArgsException.prototype);
265
266
  }
266
- return InvalidArgsException;
267
- }(__BaseException));
268
- export { InvalidArgsException };
267
+ }
269
268
  export var SortBy;
270
269
  (function (SortBy) {
271
270
  SortBy["CREATED_AT"] = "CREATED_AT";
@@ -275,85 +274,156 @@ export var SortOrder;
275
274
  SortOrder["ASCENDING"] = "ASCENDING";
276
275
  SortOrder["DESCENDING"] = "DESCENDING";
277
276
  })(SortOrder || (SortOrder = {}));
278
- var ConflictException = (function (_super) {
279
- __extends(ConflictException, _super);
280
- function ConflictException(opts) {
281
- var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
282
- _this.name = "ConflictException";
283
- _this.$fault = "client";
284
- Object.setPrototypeOf(_this, ConflictException.prototype);
285
- return _this;
277
+ export class ConflictException extends __BaseException {
278
+ constructor(opts) {
279
+ super({
280
+ name: "ConflictException",
281
+ $fault: "client",
282
+ ...opts,
283
+ });
284
+ this.name = "ConflictException";
285
+ this.$fault = "client";
286
+ Object.setPrototypeOf(this, ConflictException.prototype);
286
287
  }
287
- return ConflictException;
288
- }(__BaseException));
289
- export { ConflictException };
290
- var ValidationException = (function (_super) {
291
- __extends(ValidationException, _super);
292
- function ValidationException(opts) {
293
- var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
294
- _this.name = "ValidationException";
295
- _this.$fault = "client";
296
- Object.setPrototypeOf(_this, ValidationException.prototype);
297
- return _this;
288
+ }
289
+ export class ValidationException extends __BaseException {
290
+ constructor(opts) {
291
+ super({
292
+ name: "ValidationException",
293
+ $fault: "client",
294
+ ...opts,
295
+ });
296
+ this.name = "ValidationException";
297
+ this.$fault = "client";
298
+ Object.setPrototypeOf(this, ValidationException.prototype);
298
299
  }
299
- return ValidationException;
300
- }(__BaseException));
301
- export { ValidationException };
302
- var InvalidDomainValidationOptionsException = (function (_super) {
303
- __extends(InvalidDomainValidationOptionsException, _super);
304
- function InvalidDomainValidationOptionsException(opts) {
305
- var _this = _super.call(this, __assign({ name: "InvalidDomainValidationOptionsException", $fault: "client" }, opts)) || this;
306
- _this.name = "InvalidDomainValidationOptionsException";
307
- _this.$fault = "client";
308
- Object.setPrototypeOf(_this, InvalidDomainValidationOptionsException.prototype);
309
- return _this;
300
+ }
301
+ export class InvalidDomainValidationOptionsException extends __BaseException {
302
+ constructor(opts) {
303
+ super({
304
+ name: "InvalidDomainValidationOptionsException",
305
+ $fault: "client",
306
+ ...opts,
307
+ });
308
+ this.name = "InvalidDomainValidationOptionsException";
309
+ this.$fault = "client";
310
+ Object.setPrototypeOf(this, InvalidDomainValidationOptionsException.prototype);
310
311
  }
311
- return InvalidDomainValidationOptionsException;
312
- }(__BaseException));
313
- export { InvalidDomainValidationOptionsException };
314
- var InvalidStateException = (function (_super) {
315
- __extends(InvalidStateException, _super);
316
- function InvalidStateException(opts) {
317
- var _this = _super.call(this, __assign({ name: "InvalidStateException", $fault: "client" }, opts)) || this;
318
- _this.name = "InvalidStateException";
319
- _this.$fault = "client";
320
- Object.setPrototypeOf(_this, InvalidStateException.prototype);
321
- return _this;
312
+ }
313
+ export class InvalidStateException extends __BaseException {
314
+ constructor(opts) {
315
+ super({
316
+ name: "InvalidStateException",
317
+ $fault: "client",
318
+ ...opts,
319
+ });
320
+ this.name = "InvalidStateException";
321
+ this.$fault = "client";
322
+ Object.setPrototypeOf(this, InvalidStateException.prototype);
322
323
  }
323
- return InvalidStateException;
324
- }(__BaseException));
325
- export { InvalidStateException };
326
- export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
327
- export var AddTagsToCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
- export var ResourceRecordFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
329
- export var DomainValidationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
330
- export var ExtendedKeyUsageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
331
- export var KeyUsageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
- export var CertificateOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
- export var RenewalSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
- export var CertificateDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
335
- export var DeleteCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
- export var DescribeCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
- export var DescribeCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
- export var ExportCertificateRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Passphrase && { Passphrase: SENSITIVE_STRING }))); };
339
- export var ExportCertificateResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PrivateKey && { PrivateKey: SENSITIVE_STRING }))); };
340
- export var ExpiryEventsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
- export var GetAccountConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
342
- export var GetCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
343
- export var GetCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
344
- export var ImportCertificateRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PrivateKey && { PrivateKey: SENSITIVE_STRING }))); };
345
- export var ImportCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
- export var FiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
347
- export var ListCertificatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
- export var CertificateSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
349
- export var ListCertificatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
350
- export var ListTagsForCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
351
- export var ListTagsForCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
352
- export var PutAccountConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
353
- export var RemoveTagsFromCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
- export var RenewCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
355
- export var DomainValidationOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
356
- export var RequestCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
- export var RequestCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
- export var ResendValidationEmailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
359
- export var UpdateCertificateOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
324
+ }
325
+ export const TagFilterSensitiveLog = (obj) => ({
326
+ ...obj,
327
+ });
328
+ export const AddTagsToCertificateRequestFilterSensitiveLog = (obj) => ({
329
+ ...obj,
330
+ });
331
+ export const ResourceRecordFilterSensitiveLog = (obj) => ({
332
+ ...obj,
333
+ });
334
+ export const DomainValidationFilterSensitiveLog = (obj) => ({
335
+ ...obj,
336
+ });
337
+ export const ExtendedKeyUsageFilterSensitiveLog = (obj) => ({
338
+ ...obj,
339
+ });
340
+ export const KeyUsageFilterSensitiveLog = (obj) => ({
341
+ ...obj,
342
+ });
343
+ export const CertificateOptionsFilterSensitiveLog = (obj) => ({
344
+ ...obj,
345
+ });
346
+ export const RenewalSummaryFilterSensitiveLog = (obj) => ({
347
+ ...obj,
348
+ });
349
+ export const CertificateDetailFilterSensitiveLog = (obj) => ({
350
+ ...obj,
351
+ });
352
+ export const DeleteCertificateRequestFilterSensitiveLog = (obj) => ({
353
+ ...obj,
354
+ });
355
+ export const DescribeCertificateRequestFilterSensitiveLog = (obj) => ({
356
+ ...obj,
357
+ });
358
+ export const DescribeCertificateResponseFilterSensitiveLog = (obj) => ({
359
+ ...obj,
360
+ });
361
+ export const ExportCertificateRequestFilterSensitiveLog = (obj) => ({
362
+ ...obj,
363
+ ...(obj.Passphrase && { Passphrase: SENSITIVE_STRING }),
364
+ });
365
+ export const ExportCertificateResponseFilterSensitiveLog = (obj) => ({
366
+ ...obj,
367
+ ...(obj.PrivateKey && { PrivateKey: SENSITIVE_STRING }),
368
+ });
369
+ export const ExpiryEventsConfigurationFilterSensitiveLog = (obj) => ({
370
+ ...obj,
371
+ });
372
+ export const GetAccountConfigurationResponseFilterSensitiveLog = (obj) => ({
373
+ ...obj,
374
+ });
375
+ export const GetCertificateRequestFilterSensitiveLog = (obj) => ({
376
+ ...obj,
377
+ });
378
+ export const GetCertificateResponseFilterSensitiveLog = (obj) => ({
379
+ ...obj,
380
+ });
381
+ export const ImportCertificateRequestFilterSensitiveLog = (obj) => ({
382
+ ...obj,
383
+ ...(obj.PrivateKey && { PrivateKey: SENSITIVE_STRING }),
384
+ });
385
+ export const ImportCertificateResponseFilterSensitiveLog = (obj) => ({
386
+ ...obj,
387
+ });
388
+ export const FiltersFilterSensitiveLog = (obj) => ({
389
+ ...obj,
390
+ });
391
+ export const ListCertificatesRequestFilterSensitiveLog = (obj) => ({
392
+ ...obj,
393
+ });
394
+ export const CertificateSummaryFilterSensitiveLog = (obj) => ({
395
+ ...obj,
396
+ });
397
+ export const ListCertificatesResponseFilterSensitiveLog = (obj) => ({
398
+ ...obj,
399
+ });
400
+ export const ListTagsForCertificateRequestFilterSensitiveLog = (obj) => ({
401
+ ...obj,
402
+ });
403
+ export const ListTagsForCertificateResponseFilterSensitiveLog = (obj) => ({
404
+ ...obj,
405
+ });
406
+ export const PutAccountConfigurationRequestFilterSensitiveLog = (obj) => ({
407
+ ...obj,
408
+ });
409
+ export const RemoveTagsFromCertificateRequestFilterSensitiveLog = (obj) => ({
410
+ ...obj,
411
+ });
412
+ export const RenewCertificateRequestFilterSensitiveLog = (obj) => ({
413
+ ...obj,
414
+ });
415
+ export const DomainValidationOptionFilterSensitiveLog = (obj) => ({
416
+ ...obj,
417
+ });
418
+ export const RequestCertificateRequestFilterSensitiveLog = (obj) => ({
419
+ ...obj,
420
+ });
421
+ export const RequestCertificateResponseFilterSensitiveLog = (obj) => ({
422
+ ...obj,
423
+ });
424
+ export const ResendValidationEmailRequestFilterSensitiveLog = (obj) => ({
425
+ ...obj,
426
+ });
427
+ export const UpdateCertificateOptionsRequestFilterSensitiveLog = (obj) => ({
428
+ ...obj,
429
+ });