@aws-sdk/client-signer 3.52.0 → 3.54.1

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/dist-es/index.js CHANGED
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { SignerServiceException } from "./models/SignerServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var SignerServiceException = (function (_super) {
4
+ __extends(SignerServiceException, _super);
5
+ function SignerServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, SignerServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return SignerServiceException;
11
+ }(__ServiceException));
12
+ export { SignerServiceException };
@@ -1,4 +1,18 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { SignerServiceException as __BaseException } from "./SignerServiceException";
3
+ var AccessDeniedException = (function (_super) {
4
+ __extends(AccessDeniedException, _super);
5
+ function AccessDeniedException(opts) {
6
+ var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
7
+ _this.name = "AccessDeniedException";
8
+ _this.$fault = "client";
9
+ Object.setPrototypeOf(_this, AccessDeniedException.prototype);
10
+ _this.code = opts.code;
11
+ return _this;
12
+ }
13
+ return AccessDeniedException;
14
+ }(__BaseException));
15
+ export { AccessDeniedException };
2
16
  export var AddProfilePermissionRequest;
3
17
  (function (AddProfilePermissionRequest) {
4
18
  AddProfilePermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -7,6 +21,97 @@ export var AddProfilePermissionResponse;
7
21
  (function (AddProfilePermissionResponse) {
8
22
  AddProfilePermissionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
23
  })(AddProfilePermissionResponse || (AddProfilePermissionResponse = {}));
24
+ var ConflictException = (function (_super) {
25
+ __extends(ConflictException, _super);
26
+ function ConflictException(opts) {
27
+ var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
28
+ _this.name = "ConflictException";
29
+ _this.$fault = "client";
30
+ Object.setPrototypeOf(_this, ConflictException.prototype);
31
+ _this.code = opts.code;
32
+ return _this;
33
+ }
34
+ return ConflictException;
35
+ }(__BaseException));
36
+ export { ConflictException };
37
+ var InternalServiceErrorException = (function (_super) {
38
+ __extends(InternalServiceErrorException, _super);
39
+ function InternalServiceErrorException(opts) {
40
+ var _this = _super.call(this, __assign({ name: "InternalServiceErrorException", $fault: "server" }, opts)) || this;
41
+ _this.name = "InternalServiceErrorException";
42
+ _this.$fault = "server";
43
+ Object.setPrototypeOf(_this, InternalServiceErrorException.prototype);
44
+ _this.code = opts.code;
45
+ return _this;
46
+ }
47
+ return InternalServiceErrorException;
48
+ }(__BaseException));
49
+ export { InternalServiceErrorException };
50
+ var ResourceNotFoundException = (function (_super) {
51
+ __extends(ResourceNotFoundException, _super);
52
+ function ResourceNotFoundException(opts) {
53
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
54
+ _this.name = "ResourceNotFoundException";
55
+ _this.$fault = "client";
56
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
57
+ _this.code = opts.code;
58
+ return _this;
59
+ }
60
+ return ResourceNotFoundException;
61
+ }(__BaseException));
62
+ export { ResourceNotFoundException };
63
+ var ServiceLimitExceededException = (function (_super) {
64
+ __extends(ServiceLimitExceededException, _super);
65
+ function ServiceLimitExceededException(opts) {
66
+ var _this = _super.call(this, __assign({ name: "ServiceLimitExceededException", $fault: "client" }, opts)) || this;
67
+ _this.name = "ServiceLimitExceededException";
68
+ _this.$fault = "client";
69
+ Object.setPrototypeOf(_this, ServiceLimitExceededException.prototype);
70
+ _this.code = opts.code;
71
+ return _this;
72
+ }
73
+ return ServiceLimitExceededException;
74
+ }(__BaseException));
75
+ export { ServiceLimitExceededException };
76
+ var TooManyRequestsException = (function (_super) {
77
+ __extends(TooManyRequestsException, _super);
78
+ function TooManyRequestsException(opts) {
79
+ var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
80
+ _this.name = "TooManyRequestsException";
81
+ _this.$fault = "client";
82
+ Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
83
+ _this.code = opts.code;
84
+ return _this;
85
+ }
86
+ return TooManyRequestsException;
87
+ }(__BaseException));
88
+ export { TooManyRequestsException };
89
+ var ValidationException = (function (_super) {
90
+ __extends(ValidationException, _super);
91
+ function ValidationException(opts) {
92
+ var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
93
+ _this.name = "ValidationException";
94
+ _this.$fault = "client";
95
+ Object.setPrototypeOf(_this, ValidationException.prototype);
96
+ _this.code = opts.code;
97
+ return _this;
98
+ }
99
+ return ValidationException;
100
+ }(__BaseException));
101
+ export { ValidationException };
102
+ var BadRequestException = (function (_super) {
103
+ __extends(BadRequestException, _super);
104
+ function BadRequestException(opts) {
105
+ var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
106
+ _this.name = "BadRequestException";
107
+ _this.$fault = "client";
108
+ Object.setPrototypeOf(_this, BadRequestException.prototype);
109
+ _this.code = opts.code;
110
+ return _this;
111
+ }
112
+ return BadRequestException;
113
+ }(__BaseException));
114
+ export { BadRequestException };
10
115
  export var CancelSigningProfileRequest;
11
116
  (function (CancelSigningProfileRequest) {
12
117
  CancelSigningProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -155,6 +260,19 @@ export var ListTagsForResourceResponse;
155
260
  (function (ListTagsForResourceResponse) {
156
261
  ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
157
262
  })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
263
+ var NotFoundException = (function (_super) {
264
+ __extends(NotFoundException, _super);
265
+ function NotFoundException(opts) {
266
+ var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
267
+ _this.name = "NotFoundException";
268
+ _this.$fault = "client";
269
+ Object.setPrototypeOf(_this, NotFoundException.prototype);
270
+ _this.code = opts.code;
271
+ return _this;
272
+ }
273
+ return NotFoundException;
274
+ }(__BaseException));
275
+ export { NotFoundException };
158
276
  export var PutSigningProfileRequest;
159
277
  (function (PutSigningProfileRequest) {
160
278
  PutSigningProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -187,6 +305,19 @@ export var StartSigningJobResponse;
187
305
  (function (StartSigningJobResponse) {
188
306
  StartSigningJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
189
307
  })(StartSigningJobResponse || (StartSigningJobResponse = {}));
308
+ var ThrottlingException = (function (_super) {
309
+ __extends(ThrottlingException, _super);
310
+ function ThrottlingException(opts) {
311
+ var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
312
+ _this.name = "ThrottlingException";
313
+ _this.$fault = "client";
314
+ Object.setPrototypeOf(_this, ThrottlingException.prototype);
315
+ _this.code = opts.code;
316
+ return _this;
317
+ }
318
+ return ThrottlingException;
319
+ }(__BaseException));
320
+ export { ThrottlingException };
190
321
  export var TagResourceRequest;
191
322
  (function (TagResourceRequest) {
192
323
  TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };