@aws-sdk/client-resource-groups-tagging-api 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.
@@ -1,8 +1,35 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { ResourceGroupsTaggingAPIServiceException as __BaseException } from "./ResourceGroupsTaggingAPIServiceException";
2
3
  export var ComplianceDetails;
3
4
  (function (ComplianceDetails) {
4
5
  ComplianceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
6
  })(ComplianceDetails || (ComplianceDetails = {}));
7
+ var ConcurrentModificationException = (function (_super) {
8
+ __extends(ConcurrentModificationException, _super);
9
+ function ConcurrentModificationException(opts) {
10
+ var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
11
+ _this.name = "ConcurrentModificationException";
12
+ _this.$fault = "client";
13
+ Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
14
+ _this.Message = opts.Message;
15
+ return _this;
16
+ }
17
+ return ConcurrentModificationException;
18
+ }(__BaseException));
19
+ export { ConcurrentModificationException };
20
+ var ConstraintViolationException = (function (_super) {
21
+ __extends(ConstraintViolationException, _super);
22
+ function ConstraintViolationException(opts) {
23
+ var _this = _super.call(this, __assign({ name: "ConstraintViolationException", $fault: "client" }, opts)) || this;
24
+ _this.name = "ConstraintViolationException";
25
+ _this.$fault = "client";
26
+ Object.setPrototypeOf(_this, ConstraintViolationException.prototype);
27
+ _this.Message = opts.Message;
28
+ return _this;
29
+ }
30
+ return ConstraintViolationException;
31
+ }(__BaseException));
32
+ export { ConstraintViolationException };
6
33
  export var DescribeReportCreationInput;
7
34
  (function (DescribeReportCreationInput) {
8
35
  DescribeReportCreationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -11,6 +38,45 @@ export var DescribeReportCreationOutput;
11
38
  (function (DescribeReportCreationOutput) {
12
39
  DescribeReportCreationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
13
40
  })(DescribeReportCreationOutput || (DescribeReportCreationOutput = {}));
41
+ var InternalServiceException = (function (_super) {
42
+ __extends(InternalServiceException, _super);
43
+ function InternalServiceException(opts) {
44
+ var _this = _super.call(this, __assign({ name: "InternalServiceException", $fault: "server" }, opts)) || this;
45
+ _this.name = "InternalServiceException";
46
+ _this.$fault = "server";
47
+ Object.setPrototypeOf(_this, InternalServiceException.prototype);
48
+ _this.Message = opts.Message;
49
+ return _this;
50
+ }
51
+ return InternalServiceException;
52
+ }(__BaseException));
53
+ export { InternalServiceException };
54
+ var InvalidParameterException = (function (_super) {
55
+ __extends(InvalidParameterException, _super);
56
+ function InvalidParameterException(opts) {
57
+ var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
58
+ _this.name = "InvalidParameterException";
59
+ _this.$fault = "client";
60
+ Object.setPrototypeOf(_this, InvalidParameterException.prototype);
61
+ _this.Message = opts.Message;
62
+ return _this;
63
+ }
64
+ return InvalidParameterException;
65
+ }(__BaseException));
66
+ export { InvalidParameterException };
67
+ var ThrottledException = (function (_super) {
68
+ __extends(ThrottledException, _super);
69
+ function ThrottledException(opts) {
70
+ var _this = _super.call(this, __assign({ name: "ThrottledException", $fault: "client" }, opts)) || this;
71
+ _this.name = "ThrottledException";
72
+ _this.$fault = "client";
73
+ Object.setPrototypeOf(_this, ThrottledException.prototype);
74
+ _this.Message = opts.Message;
75
+ return _this;
76
+ }
77
+ return ThrottledException;
78
+ }(__BaseException));
79
+ export { ThrottledException };
14
80
  export var ErrorCode;
15
81
  (function (ErrorCode) {
16
82
  ErrorCode["INTERNAL_SERVICE_EXCEPTION"] = "InternalServiceException";
@@ -64,6 +130,19 @@ export var GetResourcesOutput;
64
130
  (function (GetResourcesOutput) {
65
131
  GetResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
66
132
  })(GetResourcesOutput || (GetResourcesOutput = {}));
133
+ var PaginationTokenExpiredException = (function (_super) {
134
+ __extends(PaginationTokenExpiredException, _super);
135
+ function PaginationTokenExpiredException(opts) {
136
+ var _this = _super.call(this, __assign({ name: "PaginationTokenExpiredException", $fault: "client" }, opts)) || this;
137
+ _this.name = "PaginationTokenExpiredException";
138
+ _this.$fault = "client";
139
+ Object.setPrototypeOf(_this, PaginationTokenExpiredException.prototype);
140
+ _this.Message = opts.Message;
141
+ return _this;
142
+ }
143
+ return PaginationTokenExpiredException;
144
+ }(__BaseException));
145
+ export { PaginationTokenExpiredException };
67
146
  export var GetTagKeysInput;
68
147
  (function (GetTagKeysInput) {
69
148
  GetTagKeysInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };