@aws-sdk/client-support 3.52.0 → 3.53.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/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./SupportClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { SupportServiceException } from "./models/SupportServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var SupportServiceException = (function (_super) {
4
+ __extends(SupportServiceException, _super);
5
+ function SupportServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, SupportServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return SupportServiceException;
11
+ }(__ServiceException));
12
+ export { SupportServiceException };
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { SupportServiceException as __BaseException } from "./SupportServiceException";
2
3
  export var Attachment;
3
4
  (function (Attachment) {
4
5
  Attachment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -11,6 +12,66 @@ export var AddAttachmentsToSetResponse;
11
12
  (function (AddAttachmentsToSetResponse) {
12
13
  AddAttachmentsToSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
13
14
  })(AddAttachmentsToSetResponse || (AddAttachmentsToSetResponse = {}));
15
+ var AttachmentLimitExceeded = (function (_super) {
16
+ __extends(AttachmentLimitExceeded, _super);
17
+ function AttachmentLimitExceeded(opts) {
18
+ var _this = _super.call(this, __assign({ name: "AttachmentLimitExceeded", $fault: "client" }, opts)) || this;
19
+ _this.name = "AttachmentLimitExceeded";
20
+ _this.$fault = "client";
21
+ Object.setPrototypeOf(_this, AttachmentLimitExceeded.prototype);
22
+ return _this;
23
+ }
24
+ return AttachmentLimitExceeded;
25
+ }(__BaseException));
26
+ export { AttachmentLimitExceeded };
27
+ var AttachmentSetExpired = (function (_super) {
28
+ __extends(AttachmentSetExpired, _super);
29
+ function AttachmentSetExpired(opts) {
30
+ var _this = _super.call(this, __assign({ name: "AttachmentSetExpired", $fault: "client" }, opts)) || this;
31
+ _this.name = "AttachmentSetExpired";
32
+ _this.$fault = "client";
33
+ Object.setPrototypeOf(_this, AttachmentSetExpired.prototype);
34
+ return _this;
35
+ }
36
+ return AttachmentSetExpired;
37
+ }(__BaseException));
38
+ export { AttachmentSetExpired };
39
+ var AttachmentSetIdNotFound = (function (_super) {
40
+ __extends(AttachmentSetIdNotFound, _super);
41
+ function AttachmentSetIdNotFound(opts) {
42
+ var _this = _super.call(this, __assign({ name: "AttachmentSetIdNotFound", $fault: "client" }, opts)) || this;
43
+ _this.name = "AttachmentSetIdNotFound";
44
+ _this.$fault = "client";
45
+ Object.setPrototypeOf(_this, AttachmentSetIdNotFound.prototype);
46
+ return _this;
47
+ }
48
+ return AttachmentSetIdNotFound;
49
+ }(__BaseException));
50
+ export { AttachmentSetIdNotFound };
51
+ var AttachmentSetSizeLimitExceeded = (function (_super) {
52
+ __extends(AttachmentSetSizeLimitExceeded, _super);
53
+ function AttachmentSetSizeLimitExceeded(opts) {
54
+ var _this = _super.call(this, __assign({ name: "AttachmentSetSizeLimitExceeded", $fault: "client" }, opts)) || this;
55
+ _this.name = "AttachmentSetSizeLimitExceeded";
56
+ _this.$fault = "client";
57
+ Object.setPrototypeOf(_this, AttachmentSetSizeLimitExceeded.prototype);
58
+ return _this;
59
+ }
60
+ return AttachmentSetSizeLimitExceeded;
61
+ }(__BaseException));
62
+ export { AttachmentSetSizeLimitExceeded };
63
+ var InternalServerError = (function (_super) {
64
+ __extends(InternalServerError, _super);
65
+ function InternalServerError(opts) {
66
+ var _this = _super.call(this, __assign({ name: "InternalServerError", $fault: "server" }, opts)) || this;
67
+ _this.name = "InternalServerError";
68
+ _this.$fault = "server";
69
+ Object.setPrototypeOf(_this, InternalServerError.prototype);
70
+ return _this;
71
+ }
72
+ return InternalServerError;
73
+ }(__BaseException));
74
+ export { InternalServerError };
14
75
  export var AddCommunicationToCaseRequest;
15
76
  (function (AddCommunicationToCaseRequest) {
16
77
  AddCommunicationToCaseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -19,10 +80,46 @@ export var AddCommunicationToCaseResponse;
19
80
  (function (AddCommunicationToCaseResponse) {
20
81
  AddCommunicationToCaseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
21
82
  })(AddCommunicationToCaseResponse || (AddCommunicationToCaseResponse = {}));
83
+ var CaseIdNotFound = (function (_super) {
84
+ __extends(CaseIdNotFound, _super);
85
+ function CaseIdNotFound(opts) {
86
+ var _this = _super.call(this, __assign({ name: "CaseIdNotFound", $fault: "client" }, opts)) || this;
87
+ _this.name = "CaseIdNotFound";
88
+ _this.$fault = "client";
89
+ Object.setPrototypeOf(_this, CaseIdNotFound.prototype);
90
+ return _this;
91
+ }
92
+ return CaseIdNotFound;
93
+ }(__BaseException));
94
+ export { CaseIdNotFound };
22
95
  export var AttachmentDetails;
23
96
  (function (AttachmentDetails) {
24
97
  AttachmentDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
25
98
  })(AttachmentDetails || (AttachmentDetails = {}));
99
+ var AttachmentIdNotFound = (function (_super) {
100
+ __extends(AttachmentIdNotFound, _super);
101
+ function AttachmentIdNotFound(opts) {
102
+ var _this = _super.call(this, __assign({ name: "AttachmentIdNotFound", $fault: "client" }, opts)) || this;
103
+ _this.name = "AttachmentIdNotFound";
104
+ _this.$fault = "client";
105
+ Object.setPrototypeOf(_this, AttachmentIdNotFound.prototype);
106
+ return _this;
107
+ }
108
+ return AttachmentIdNotFound;
109
+ }(__BaseException));
110
+ export { AttachmentIdNotFound };
111
+ var CaseCreationLimitExceeded = (function (_super) {
112
+ __extends(CaseCreationLimitExceeded, _super);
113
+ function CaseCreationLimitExceeded(opts) {
114
+ var _this = _super.call(this, __assign({ name: "CaseCreationLimitExceeded", $fault: "client" }, opts)) || this;
115
+ _this.name = "CaseCreationLimitExceeded";
116
+ _this.$fault = "client";
117
+ Object.setPrototypeOf(_this, CaseCreationLimitExceeded.prototype);
118
+ return _this;
119
+ }
120
+ return CaseCreationLimitExceeded;
121
+ }(__BaseException));
122
+ export { CaseCreationLimitExceeded };
26
123
  export var CreateCaseRequest;
27
124
  (function (CreateCaseRequest) {
28
125
  CreateCaseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -31,6 +128,18 @@ export var CreateCaseResponse;
31
128
  (function (CreateCaseResponse) {
32
129
  CreateCaseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
33
130
  })(CreateCaseResponse || (CreateCaseResponse = {}));
131
+ var DescribeAttachmentLimitExceeded = (function (_super) {
132
+ __extends(DescribeAttachmentLimitExceeded, _super);
133
+ function DescribeAttachmentLimitExceeded(opts) {
134
+ var _this = _super.call(this, __assign({ name: "DescribeAttachmentLimitExceeded", $fault: "client" }, opts)) || this;
135
+ _this.name = "DescribeAttachmentLimitExceeded";
136
+ _this.$fault = "client";
137
+ Object.setPrototypeOf(_this, DescribeAttachmentLimitExceeded.prototype);
138
+ return _this;
139
+ }
140
+ return DescribeAttachmentLimitExceeded;
141
+ }(__BaseException));
142
+ export { DescribeAttachmentLimitExceeded };
34
143
  export var DescribeAttachmentRequest;
35
144
  (function (DescribeAttachmentRequest) {
36
145
  DescribeAttachmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };