@aws-sdk/client-service-catalog 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
@@ -3,3 +3,4 @@ export * from "./ServiceCatalogClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { ServiceCatalogServiceException } from "./models/ServiceCatalogServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var ServiceCatalogServiceException = (function (_super) {
4
+ __extends(ServiceCatalogServiceException, _super);
5
+ function ServiceCatalogServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, ServiceCatalogServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return ServiceCatalogServiceException;
11
+ }(__ServiceException));
12
+ export { ServiceCatalogServiceException };
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { ServiceCatalogServiceException as __BaseException } from "./ServiceCatalogServiceException";
2
3
  export var PortfolioShareType;
3
4
  (function (PortfolioShareType) {
4
5
  PortfolioShareType["AWS_ORGANIZATIONS"] = "AWS_ORGANIZATIONS";
@@ -13,6 +14,45 @@ export var AcceptPortfolioShareOutput;
13
14
  (function (AcceptPortfolioShareOutput) {
14
15
  AcceptPortfolioShareOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
16
  })(AcceptPortfolioShareOutput || (AcceptPortfolioShareOutput = {}));
17
+ var InvalidParametersException = (function (_super) {
18
+ __extends(InvalidParametersException, _super);
19
+ function InvalidParametersException(opts) {
20
+ var _this = _super.call(this, __assign({ name: "InvalidParametersException", $fault: "client" }, opts)) || this;
21
+ _this.name = "InvalidParametersException";
22
+ _this.$fault = "client";
23
+ Object.setPrototypeOf(_this, InvalidParametersException.prototype);
24
+ _this.Message = opts.Message;
25
+ return _this;
26
+ }
27
+ return InvalidParametersException;
28
+ }(__BaseException));
29
+ export { InvalidParametersException };
30
+ var LimitExceededException = (function (_super) {
31
+ __extends(LimitExceededException, _super);
32
+ function LimitExceededException(opts) {
33
+ var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
34
+ _this.name = "LimitExceededException";
35
+ _this.$fault = "client";
36
+ Object.setPrototypeOf(_this, LimitExceededException.prototype);
37
+ _this.Message = opts.Message;
38
+ return _this;
39
+ }
40
+ return LimitExceededException;
41
+ }(__BaseException));
42
+ export { LimitExceededException };
43
+ var ResourceNotFoundException = (function (_super) {
44
+ __extends(ResourceNotFoundException, _super);
45
+ function ResourceNotFoundException(opts) {
46
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
47
+ _this.name = "ResourceNotFoundException";
48
+ _this.$fault = "client";
49
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
50
+ _this.Message = opts.Message;
51
+ return _this;
52
+ }
53
+ return ResourceNotFoundException;
54
+ }(__BaseException));
55
+ export { ResourceNotFoundException };
16
56
  export var AccessLevelFilterKey;
17
57
  (function (AccessLevelFilterKey) {
18
58
  AccessLevelFilterKey["ACCOUNT"] = "Account";
@@ -41,6 +81,19 @@ export var AssociateBudgetWithResourceOutput;
41
81
  (function (AssociateBudgetWithResourceOutput) {
42
82
  AssociateBudgetWithResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
83
  })(AssociateBudgetWithResourceOutput || (AssociateBudgetWithResourceOutput = {}));
84
+ var DuplicateResourceException = (function (_super) {
85
+ __extends(DuplicateResourceException, _super);
86
+ function DuplicateResourceException(opts) {
87
+ var _this = _super.call(this, __assign({ name: "DuplicateResourceException", $fault: "client" }, opts)) || this;
88
+ _this.name = "DuplicateResourceException";
89
+ _this.$fault = "client";
90
+ Object.setPrototypeOf(_this, DuplicateResourceException.prototype);
91
+ _this.Message = opts.Message;
92
+ return _this;
93
+ }
94
+ return DuplicateResourceException;
95
+ }(__BaseException));
96
+ export { DuplicateResourceException };
44
97
  export var PrincipalType;
45
98
  (function (PrincipalType) {
46
99
  PrincipalType["IAM"] = "IAM";
@@ -77,6 +130,32 @@ export var AssociateTagOptionWithResourceOutput;
77
130
  (function (AssociateTagOptionWithResourceOutput) {
78
131
  AssociateTagOptionWithResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
79
132
  })(AssociateTagOptionWithResourceOutput || (AssociateTagOptionWithResourceOutput = {}));
133
+ var InvalidStateException = (function (_super) {
134
+ __extends(InvalidStateException, _super);
135
+ function InvalidStateException(opts) {
136
+ var _this = _super.call(this, __assign({ name: "InvalidStateException", $fault: "client" }, opts)) || this;
137
+ _this.name = "InvalidStateException";
138
+ _this.$fault = "client";
139
+ Object.setPrototypeOf(_this, InvalidStateException.prototype);
140
+ _this.Message = opts.Message;
141
+ return _this;
142
+ }
143
+ return InvalidStateException;
144
+ }(__BaseException));
145
+ export { InvalidStateException };
146
+ var TagOptionNotMigratedException = (function (_super) {
147
+ __extends(TagOptionNotMigratedException, _super);
148
+ function TagOptionNotMigratedException(opts) {
149
+ var _this = _super.call(this, __assign({ name: "TagOptionNotMigratedException", $fault: "client" }, opts)) || this;
150
+ _this.name = "TagOptionNotMigratedException";
151
+ _this.$fault = "client";
152
+ Object.setPrototypeOf(_this, TagOptionNotMigratedException.prototype);
153
+ _this.Message = opts.Message;
154
+ return _this;
155
+ }
156
+ return TagOptionNotMigratedException;
157
+ }(__BaseException));
158
+ export { TagOptionNotMigratedException };
80
159
  export var ServiceActionAssociation;
81
160
  (function (ServiceActionAssociation) {
82
161
  ServiceActionAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -173,6 +252,19 @@ export var CreatePortfolioShareOutput;
173
252
  (function (CreatePortfolioShareOutput) {
174
253
  CreatePortfolioShareOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
175
254
  })(CreatePortfolioShareOutput || (CreatePortfolioShareOutput = {}));
255
+ var OperationNotSupportedException = (function (_super) {
256
+ __extends(OperationNotSupportedException, _super);
257
+ function OperationNotSupportedException(opts) {
258
+ var _this = _super.call(this, __assign({ name: "OperationNotSupportedException", $fault: "client" }, opts)) || this;
259
+ _this.name = "OperationNotSupportedException";
260
+ _this.$fault = "client";
261
+ Object.setPrototypeOf(_this, OperationNotSupportedException.prototype);
262
+ _this.Message = opts.Message;
263
+ return _this;
264
+ }
265
+ return OperationNotSupportedException;
266
+ }(__BaseException));
267
+ export { OperationNotSupportedException };
176
268
  export var ProductType;
177
269
  (function (ProductType) {
178
270
  ProductType["CLOUD_FORMATION_TEMPLATE"] = "CLOUD_FORMATION_TEMPLATE";
@@ -292,6 +384,19 @@ export var DeletePortfolioOutput;
292
384
  (function (DeletePortfolioOutput) {
293
385
  DeletePortfolioOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
386
  })(DeletePortfolioOutput || (DeletePortfolioOutput = {}));
387
+ var ResourceInUseException = (function (_super) {
388
+ __extends(ResourceInUseException, _super);
389
+ function ResourceInUseException(opts) {
390
+ var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
391
+ _this.name = "ResourceInUseException";
392
+ _this.$fault = "client";
393
+ Object.setPrototypeOf(_this, ResourceInUseException.prototype);
394
+ _this.Message = opts.Message;
395
+ return _this;
396
+ }
397
+ return ResourceInUseException;
398
+ }(__BaseException));
399
+ export { ResourceInUseException };
295
400
  export var DeletePortfolioShareInput;
296
401
  (function (DeletePortfolioShareInput) {
297
402
  DeletePortfolioShareInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };