@aws-sdk/client-application-discovery-service 3.51.0 → 3.54.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 "./ApplicationDiscoveryServiceClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { ApplicationDiscoveryServiceServiceException } from "./models/ApplicationDiscoveryServiceServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var ApplicationDiscoveryServiceServiceException = (function (_super) {
4
+ __extends(ApplicationDiscoveryServiceServiceException, _super);
5
+ function ApplicationDiscoveryServiceServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, ApplicationDiscoveryServiceServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return ApplicationDiscoveryServiceServiceException;
11
+ }(__ServiceException));
12
+ export { ApplicationDiscoveryServiceServiceException };
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { ApplicationDiscoveryServiceServiceException as __BaseException } from "./ApplicationDiscoveryServiceServiceException";
2
3
  export var AgentConfigurationStatus;
3
4
  (function (AgentConfigurationStatus) {
4
5
  AgentConfigurationStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -28,6 +29,66 @@ export var AssociateConfigurationItemsToApplicationResponse;
28
29
  (function (AssociateConfigurationItemsToApplicationResponse) {
29
30
  AssociateConfigurationItemsToApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
31
  })(AssociateConfigurationItemsToApplicationResponse || (AssociateConfigurationItemsToApplicationResponse = {}));
32
+ var AuthorizationErrorException = (function (_super) {
33
+ __extends(AuthorizationErrorException, _super);
34
+ function AuthorizationErrorException(opts) {
35
+ var _this = _super.call(this, __assign({ name: "AuthorizationErrorException", $fault: "client" }, opts)) || this;
36
+ _this.name = "AuthorizationErrorException";
37
+ _this.$fault = "client";
38
+ Object.setPrototypeOf(_this, AuthorizationErrorException.prototype);
39
+ return _this;
40
+ }
41
+ return AuthorizationErrorException;
42
+ }(__BaseException));
43
+ export { AuthorizationErrorException };
44
+ var HomeRegionNotSetException = (function (_super) {
45
+ __extends(HomeRegionNotSetException, _super);
46
+ function HomeRegionNotSetException(opts) {
47
+ var _this = _super.call(this, __assign({ name: "HomeRegionNotSetException", $fault: "client" }, opts)) || this;
48
+ _this.name = "HomeRegionNotSetException";
49
+ _this.$fault = "client";
50
+ Object.setPrototypeOf(_this, HomeRegionNotSetException.prototype);
51
+ return _this;
52
+ }
53
+ return HomeRegionNotSetException;
54
+ }(__BaseException));
55
+ export { HomeRegionNotSetException };
56
+ var InvalidParameterException = (function (_super) {
57
+ __extends(InvalidParameterException, _super);
58
+ function InvalidParameterException(opts) {
59
+ var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
60
+ _this.name = "InvalidParameterException";
61
+ _this.$fault = "client";
62
+ Object.setPrototypeOf(_this, InvalidParameterException.prototype);
63
+ return _this;
64
+ }
65
+ return InvalidParameterException;
66
+ }(__BaseException));
67
+ export { InvalidParameterException };
68
+ var InvalidParameterValueException = (function (_super) {
69
+ __extends(InvalidParameterValueException, _super);
70
+ function InvalidParameterValueException(opts) {
71
+ var _this = _super.call(this, __assign({ name: "InvalidParameterValueException", $fault: "client" }, opts)) || this;
72
+ _this.name = "InvalidParameterValueException";
73
+ _this.$fault = "client";
74
+ Object.setPrototypeOf(_this, InvalidParameterValueException.prototype);
75
+ return _this;
76
+ }
77
+ return InvalidParameterValueException;
78
+ }(__BaseException));
79
+ export { InvalidParameterValueException };
80
+ var ServerInternalErrorException = (function (_super) {
81
+ __extends(ServerInternalErrorException, _super);
82
+ function ServerInternalErrorException(opts) {
83
+ var _this = _super.call(this, __assign({ name: "ServerInternalErrorException", $fault: "server" }, opts)) || this;
84
+ _this.name = "ServerInternalErrorException";
85
+ _this.$fault = "server";
86
+ Object.setPrototypeOf(_this, ServerInternalErrorException.prototype);
87
+ return _this;
88
+ }
89
+ return ServerInternalErrorException;
90
+ }(__BaseException));
91
+ export { ServerInternalErrorException };
31
92
  export var BatchDeleteImportDataRequest;
32
93
  (function (BatchDeleteImportDataRequest) {
33
94
  BatchDeleteImportDataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -66,6 +127,18 @@ export var CreateTagsResponse;
66
127
  (function (CreateTagsResponse) {
67
128
  CreateTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
68
129
  })(CreateTagsResponse || (CreateTagsResponse = {}));
130
+ var ResourceNotFoundException = (function (_super) {
131
+ __extends(ResourceNotFoundException, _super);
132
+ function ResourceNotFoundException(opts) {
133
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
134
+ _this.name = "ResourceNotFoundException";
135
+ _this.$fault = "client";
136
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
137
+ return _this;
138
+ }
139
+ return ResourceNotFoundException;
140
+ }(__BaseException));
141
+ export { ResourceNotFoundException };
69
142
  export var DeleteApplicationsRequest;
70
143
  (function (DeleteApplicationsRequest) {
71
144
  DeleteApplicationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -128,6 +201,18 @@ export var DescribeContinuousExportsResponse;
128
201
  (function (DescribeContinuousExportsResponse) {
129
202
  DescribeContinuousExportsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
130
203
  })(DescribeContinuousExportsResponse || (DescribeContinuousExportsResponse = {}));
204
+ var OperationNotPermittedException = (function (_super) {
205
+ __extends(OperationNotPermittedException, _super);
206
+ function OperationNotPermittedException(opts) {
207
+ var _this = _super.call(this, __assign({ name: "OperationNotPermittedException", $fault: "client" }, opts)) || this;
208
+ _this.name = "OperationNotPermittedException";
209
+ _this.$fault = "client";
210
+ Object.setPrototypeOf(_this, OperationNotPermittedException.prototype);
211
+ return _this;
212
+ }
213
+ return OperationNotPermittedException;
214
+ }(__BaseException));
215
+ export { OperationNotPermittedException };
131
216
  export var DescribeExportConfigurationsRequest;
132
217
  (function (DescribeExportConfigurationsRequest) {
133
218
  DescribeExportConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -274,6 +359,30 @@ export var ListServerNeighborsResponse;
274
359
  (function (ListServerNeighborsResponse) {
275
360
  ListServerNeighborsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
276
361
  })(ListServerNeighborsResponse || (ListServerNeighborsResponse = {}));
362
+ var ConflictErrorException = (function (_super) {
363
+ __extends(ConflictErrorException, _super);
364
+ function ConflictErrorException(opts) {
365
+ var _this = _super.call(this, __assign({ name: "ConflictErrorException", $fault: "client" }, opts)) || this;
366
+ _this.name = "ConflictErrorException";
367
+ _this.$fault = "client";
368
+ Object.setPrototypeOf(_this, ConflictErrorException.prototype);
369
+ return _this;
370
+ }
371
+ return ConflictErrorException;
372
+ }(__BaseException));
373
+ export { ConflictErrorException };
374
+ var ResourceInUseException = (function (_super) {
375
+ __extends(ResourceInUseException, _super);
376
+ function ResourceInUseException(opts) {
377
+ var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
378
+ _this.name = "ResourceInUseException";
379
+ _this.$fault = "client";
380
+ Object.setPrototypeOf(_this, ResourceInUseException.prototype);
381
+ return _this;
382
+ }
383
+ return ResourceInUseException;
384
+ }(__BaseException));
385
+ export { ResourceInUseException };
277
386
  export var StartContinuousExportRequest;
278
387
  (function (StartContinuousExportRequest) {
279
388
  StartContinuousExportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };