@aws-sdk/client-application-discovery-service 3.934.0 → 3.936.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-cjs/index.js CHANGED
@@ -117,14 +117,6 @@ let ApplicationDiscoveryServiceServiceException$1 = class ApplicationDiscoverySe
117
117
  }
118
118
  };
119
119
 
120
- const AgentStatus = {
121
- BLACKLISTED: "BLACKLISTED",
122
- HEALTHY: "HEALTHY",
123
- RUNNING: "RUNNING",
124
- SHUTDOWN: "SHUTDOWN",
125
- UNHEALTHY: "UNHEALTHY",
126
- UNKNOWN: "UNKNOWN",
127
- };
128
120
  let AuthorizationErrorException$1 = class AuthorizationErrorException extends ApplicationDiscoveryServiceServiceException$1 {
129
121
  name = "AuthorizationErrorException";
130
122
  $fault = "client";
@@ -185,16 +177,6 @@ let ServerInternalErrorException$1 = class ServerInternalErrorException extends
185
177
  Object.setPrototypeOf(this, ServerInternalErrorException.prototype);
186
178
  }
187
179
  };
188
- const DeleteAgentErrorCode = {
189
- AGENT_IN_USE: "AGENT_IN_USE",
190
- INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
191
- NOT_FOUND: "NOT_FOUND",
192
- };
193
- const BatchDeleteImportDataErrorCode = {
194
- INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
195
- NOT_FOUND: "NOT_FOUND",
196
- OVER_LIMIT: "OVER_LIMIT",
197
- };
198
180
  let ResourceNotFoundException$1 = class ResourceNotFoundException extends ApplicationDiscoveryServiceServiceException$1 {
199
181
  name = "ResourceNotFoundException";
200
182
  $fault = "client";
@@ -207,28 +189,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Applic
207
189
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
208
190
  }
209
191
  };
210
- const DeletionConfigurationItemType = {
211
- SERVER: "SERVER",
212
- };
213
- const BatchDeleteConfigurationTaskStatus = {
214
- COMPLETED: "COMPLETED",
215
- DELETING: "DELETING",
216
- FAILED: "FAILED",
217
- INITIALIZING: "INITIALIZING",
218
- VALIDATING: "VALIDATING",
219
- };
220
- const DataSource = {
221
- AGENT: "AGENT",
222
- };
223
- const ContinuousExportStatus = {
224
- ACTIVE: "ACTIVE",
225
- ERROR: "ERROR",
226
- INACTIVE: "INACTIVE",
227
- START_FAILED: "START_FAILED",
228
- START_IN_PROGRESS: "START_IN_PROGRESS",
229
- STOP_FAILED: "STOP_FAILED",
230
- STOP_IN_PROGRESS: "STOP_IN_PROGRESS",
231
- };
232
192
  let OperationNotPermittedException$1 = class OperationNotPermittedException extends ApplicationDiscoveryServiceServiceException$1 {
233
193
  name = "OperationNotPermittedException";
234
194
  $fault = "client";
@@ -241,47 +201,6 @@ let OperationNotPermittedException$1 = class OperationNotPermittedException exte
241
201
  Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
242
202
  }
243
203
  };
244
- const ExportStatus = {
245
- FAILED: "FAILED",
246
- IN_PROGRESS: "IN_PROGRESS",
247
- SUCCEEDED: "SUCCEEDED",
248
- };
249
- const ImportTaskFilterName = {
250
- FILE_CLASSIFICATION: "FILE_CLASSIFICATION",
251
- IMPORT_TASK_ID: "IMPORT_TASK_ID",
252
- NAME: "NAME",
253
- STATUS: "STATUS",
254
- };
255
- const FileClassification = {
256
- IMPORT_TEMPLATE: "IMPORT_TEMPLATE",
257
- MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT",
258
- RVTOOLS_EXPORT: "RVTOOLS_EXPORT",
259
- VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT",
260
- };
261
- const ImportStatus = {
262
- DELETE_COMPLETE: "DELETE_COMPLETE",
263
- DELETE_FAILED: "DELETE_FAILED",
264
- DELETE_FAILED_LIMIT_EXCEEDED: "DELETE_FAILED_LIMIT_EXCEEDED",
265
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
266
- IMPORT_COMPLETE: "IMPORT_COMPLETE",
267
- IMPORT_COMPLETE_WITH_ERRORS: "IMPORT_COMPLETE_WITH_ERRORS",
268
- IMPORT_FAILED: "IMPORT_FAILED",
269
- IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
270
- IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
271
- IMPORT_FAILED_UNSUPPORTED_FILE_TYPE: "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE",
272
- IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
273
- INTERNAL_ERROR: "INTERNAL_ERROR",
274
- };
275
- const ConfigurationItemType = {
276
- APPLICATION: "APPLICATION",
277
- CONNECTIONS: "CONNECTION",
278
- PROCESS: "PROCESS",
279
- SERVER: "SERVER",
280
- };
281
- const OrderString = {
282
- ASC: "ASC",
283
- DESC: "DESC",
284
- };
285
204
  let LimitExceededException$1 = class LimitExceededException extends ApplicationDiscoveryServiceServiceException$1 {
286
205
  name = "LimitExceededException";
287
206
  $fault = "client";
@@ -318,26 +237,6 @@ let ResourceInUseException$1 = class ResourceInUseException extends ApplicationD
318
237
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
319
238
  }
320
239
  };
321
- const ExportDataFormat = {
322
- CSV: "CSV",
323
- };
324
- const OfferingClass = {
325
- CONVERTIBLE: "CONVERTIBLE",
326
- STANDARD: "STANDARD",
327
- };
328
- const PurchasingOption = {
329
- ALL_UPFRONT: "ALL_UPFRONT",
330
- NO_UPFRONT: "NO_UPFRONT",
331
- PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
332
- };
333
- const TermLength = {
334
- ONE_YEAR: "ONE_YEAR",
335
- THREE_YEAR: "THREE_YEAR",
336
- };
337
- const Tenancy = {
338
- DEDICATED: "DEDICATED",
339
- SHARED: "SHARED",
340
- };
341
240
 
342
241
  const _ACITA = "AssociateConfigurationItemsToApplication";
343
242
  const _ACITAR = "AssociateConfigurationItemsToApplicationRequest";
@@ -1778,6 +1677,108 @@ const paginateDescribeTags = core.createPaginator(ApplicationDiscoveryServiceCli
1778
1677
 
1779
1678
  const paginateListConfigurations = core.createPaginator(ApplicationDiscoveryServiceClient, ListConfigurationsCommand, "nextToken", "nextToken", "maxResults");
1780
1679
 
1680
+ const AgentStatus = {
1681
+ BLACKLISTED: "BLACKLISTED",
1682
+ HEALTHY: "HEALTHY",
1683
+ RUNNING: "RUNNING",
1684
+ SHUTDOWN: "SHUTDOWN",
1685
+ UNHEALTHY: "UNHEALTHY",
1686
+ UNKNOWN: "UNKNOWN",
1687
+ };
1688
+ const DeleteAgentErrorCode = {
1689
+ AGENT_IN_USE: "AGENT_IN_USE",
1690
+ INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
1691
+ NOT_FOUND: "NOT_FOUND",
1692
+ };
1693
+ const BatchDeleteImportDataErrorCode = {
1694
+ INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
1695
+ NOT_FOUND: "NOT_FOUND",
1696
+ OVER_LIMIT: "OVER_LIMIT",
1697
+ };
1698
+ const DeletionConfigurationItemType = {
1699
+ SERVER: "SERVER",
1700
+ };
1701
+ const BatchDeleteConfigurationTaskStatus = {
1702
+ COMPLETED: "COMPLETED",
1703
+ DELETING: "DELETING",
1704
+ FAILED: "FAILED",
1705
+ INITIALIZING: "INITIALIZING",
1706
+ VALIDATING: "VALIDATING",
1707
+ };
1708
+ const DataSource = {
1709
+ AGENT: "AGENT",
1710
+ };
1711
+ const ContinuousExportStatus = {
1712
+ ACTIVE: "ACTIVE",
1713
+ ERROR: "ERROR",
1714
+ INACTIVE: "INACTIVE",
1715
+ START_FAILED: "START_FAILED",
1716
+ START_IN_PROGRESS: "START_IN_PROGRESS",
1717
+ STOP_FAILED: "STOP_FAILED",
1718
+ STOP_IN_PROGRESS: "STOP_IN_PROGRESS",
1719
+ };
1720
+ const ExportStatus = {
1721
+ FAILED: "FAILED",
1722
+ IN_PROGRESS: "IN_PROGRESS",
1723
+ SUCCEEDED: "SUCCEEDED",
1724
+ };
1725
+ const ImportTaskFilterName = {
1726
+ FILE_CLASSIFICATION: "FILE_CLASSIFICATION",
1727
+ IMPORT_TASK_ID: "IMPORT_TASK_ID",
1728
+ NAME: "NAME",
1729
+ STATUS: "STATUS",
1730
+ };
1731
+ const FileClassification = {
1732
+ IMPORT_TEMPLATE: "IMPORT_TEMPLATE",
1733
+ MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT",
1734
+ RVTOOLS_EXPORT: "RVTOOLS_EXPORT",
1735
+ VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT",
1736
+ };
1737
+ const ImportStatus = {
1738
+ DELETE_COMPLETE: "DELETE_COMPLETE",
1739
+ DELETE_FAILED: "DELETE_FAILED",
1740
+ DELETE_FAILED_LIMIT_EXCEEDED: "DELETE_FAILED_LIMIT_EXCEEDED",
1741
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
1742
+ IMPORT_COMPLETE: "IMPORT_COMPLETE",
1743
+ IMPORT_COMPLETE_WITH_ERRORS: "IMPORT_COMPLETE_WITH_ERRORS",
1744
+ IMPORT_FAILED: "IMPORT_FAILED",
1745
+ IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
1746
+ IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
1747
+ IMPORT_FAILED_UNSUPPORTED_FILE_TYPE: "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE",
1748
+ IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
1749
+ INTERNAL_ERROR: "INTERNAL_ERROR",
1750
+ };
1751
+ const ConfigurationItemType = {
1752
+ APPLICATION: "APPLICATION",
1753
+ CONNECTIONS: "CONNECTION",
1754
+ PROCESS: "PROCESS",
1755
+ SERVER: "SERVER",
1756
+ };
1757
+ const OrderString = {
1758
+ ASC: "ASC",
1759
+ DESC: "DESC",
1760
+ };
1761
+ const ExportDataFormat = {
1762
+ CSV: "CSV",
1763
+ };
1764
+ const OfferingClass = {
1765
+ CONVERTIBLE: "CONVERTIBLE",
1766
+ STANDARD: "STANDARD",
1767
+ };
1768
+ const PurchasingOption = {
1769
+ ALL_UPFRONT: "ALL_UPFRONT",
1770
+ NO_UPFRONT: "NO_UPFRONT",
1771
+ PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
1772
+ };
1773
+ const TermLength = {
1774
+ ONE_YEAR: "ONE_YEAR",
1775
+ THREE_YEAR: "THREE_YEAR",
1776
+ };
1777
+ const Tenancy = {
1778
+ DEDICATED: "DEDICATED",
1779
+ SHARED: "SHARED",
1780
+ };
1781
+
1781
1782
  Object.defineProperty(exports, "$Command", {
1782
1783
  enumerable: true,
1783
1784
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./ApplicationDiscoveryServiceClient";
2
2
  export * from "./ApplicationDiscoveryService";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
6
7
  export { ApplicationDiscoveryServiceServiceException } from "./models/ApplicationDiscoveryServiceServiceException";
@@ -0,0 +1,101 @@
1
+ export const AgentStatus = {
2
+ BLACKLISTED: "BLACKLISTED",
3
+ HEALTHY: "HEALTHY",
4
+ RUNNING: "RUNNING",
5
+ SHUTDOWN: "SHUTDOWN",
6
+ UNHEALTHY: "UNHEALTHY",
7
+ UNKNOWN: "UNKNOWN",
8
+ };
9
+ export const DeleteAgentErrorCode = {
10
+ AGENT_IN_USE: "AGENT_IN_USE",
11
+ INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
12
+ NOT_FOUND: "NOT_FOUND",
13
+ };
14
+ export const BatchDeleteImportDataErrorCode = {
15
+ INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
16
+ NOT_FOUND: "NOT_FOUND",
17
+ OVER_LIMIT: "OVER_LIMIT",
18
+ };
19
+ export const DeletionConfigurationItemType = {
20
+ SERVER: "SERVER",
21
+ };
22
+ export const BatchDeleteConfigurationTaskStatus = {
23
+ COMPLETED: "COMPLETED",
24
+ DELETING: "DELETING",
25
+ FAILED: "FAILED",
26
+ INITIALIZING: "INITIALIZING",
27
+ VALIDATING: "VALIDATING",
28
+ };
29
+ export const DataSource = {
30
+ AGENT: "AGENT",
31
+ };
32
+ export const ContinuousExportStatus = {
33
+ ACTIVE: "ACTIVE",
34
+ ERROR: "ERROR",
35
+ INACTIVE: "INACTIVE",
36
+ START_FAILED: "START_FAILED",
37
+ START_IN_PROGRESS: "START_IN_PROGRESS",
38
+ STOP_FAILED: "STOP_FAILED",
39
+ STOP_IN_PROGRESS: "STOP_IN_PROGRESS",
40
+ };
41
+ export const ExportStatus = {
42
+ FAILED: "FAILED",
43
+ IN_PROGRESS: "IN_PROGRESS",
44
+ SUCCEEDED: "SUCCEEDED",
45
+ };
46
+ export const ImportTaskFilterName = {
47
+ FILE_CLASSIFICATION: "FILE_CLASSIFICATION",
48
+ IMPORT_TASK_ID: "IMPORT_TASK_ID",
49
+ NAME: "NAME",
50
+ STATUS: "STATUS",
51
+ };
52
+ export const FileClassification = {
53
+ IMPORT_TEMPLATE: "IMPORT_TEMPLATE",
54
+ MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT",
55
+ RVTOOLS_EXPORT: "RVTOOLS_EXPORT",
56
+ VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT",
57
+ };
58
+ export const ImportStatus = {
59
+ DELETE_COMPLETE: "DELETE_COMPLETE",
60
+ DELETE_FAILED: "DELETE_FAILED",
61
+ DELETE_FAILED_LIMIT_EXCEEDED: "DELETE_FAILED_LIMIT_EXCEEDED",
62
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
63
+ IMPORT_COMPLETE: "IMPORT_COMPLETE",
64
+ IMPORT_COMPLETE_WITH_ERRORS: "IMPORT_COMPLETE_WITH_ERRORS",
65
+ IMPORT_FAILED: "IMPORT_FAILED",
66
+ IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
67
+ IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
68
+ IMPORT_FAILED_UNSUPPORTED_FILE_TYPE: "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE",
69
+ IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
70
+ INTERNAL_ERROR: "INTERNAL_ERROR",
71
+ };
72
+ export const ConfigurationItemType = {
73
+ APPLICATION: "APPLICATION",
74
+ CONNECTIONS: "CONNECTION",
75
+ PROCESS: "PROCESS",
76
+ SERVER: "SERVER",
77
+ };
78
+ export const OrderString = {
79
+ ASC: "ASC",
80
+ DESC: "DESC",
81
+ };
82
+ export const ExportDataFormat = {
83
+ CSV: "CSV",
84
+ };
85
+ export const OfferingClass = {
86
+ CONVERTIBLE: "CONVERTIBLE",
87
+ STANDARD: "STANDARD",
88
+ };
89
+ export const PurchasingOption = {
90
+ ALL_UPFRONT: "ALL_UPFRONT",
91
+ NO_UPFRONT: "NO_UPFRONT",
92
+ PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
93
+ };
94
+ export const TermLength = {
95
+ ONE_YEAR: "ONE_YEAR",
96
+ THREE_YEAR: "THREE_YEAR",
97
+ };
98
+ export const Tenancy = {
99
+ DEDICATED: "DEDICATED",
100
+ SHARED: "SHARED",
101
+ };
@@ -0,0 +1,121 @@
1
+ import { ApplicationDiscoveryServiceServiceException as __BaseException } from "./ApplicationDiscoveryServiceServiceException";
2
+ export class AuthorizationErrorException extends __BaseException {
3
+ name = "AuthorizationErrorException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "AuthorizationErrorException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, AuthorizationErrorException.prototype);
12
+ }
13
+ }
14
+ export class HomeRegionNotSetException extends __BaseException {
15
+ name = "HomeRegionNotSetException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "HomeRegionNotSetException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, HomeRegionNotSetException.prototype);
24
+ }
25
+ }
26
+ export class InvalidParameterException extends __BaseException {
27
+ name = "InvalidParameterException";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "InvalidParameterException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
36
+ }
37
+ }
38
+ export class InvalidParameterValueException extends __BaseException {
39
+ name = "InvalidParameterValueException";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "InvalidParameterValueException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
48
+ }
49
+ }
50
+ export class ServerInternalErrorException extends __BaseException {
51
+ name = "ServerInternalErrorException";
52
+ $fault = "server";
53
+ constructor(opts) {
54
+ super({
55
+ name: "ServerInternalErrorException",
56
+ $fault: "server",
57
+ ...opts,
58
+ });
59
+ Object.setPrototypeOf(this, ServerInternalErrorException.prototype);
60
+ }
61
+ }
62
+ export class ResourceNotFoundException extends __BaseException {
63
+ name = "ResourceNotFoundException";
64
+ $fault = "client";
65
+ constructor(opts) {
66
+ super({
67
+ name: "ResourceNotFoundException",
68
+ $fault: "client",
69
+ ...opts,
70
+ });
71
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
72
+ }
73
+ }
74
+ export class OperationNotPermittedException extends __BaseException {
75
+ name = "OperationNotPermittedException";
76
+ $fault = "client";
77
+ constructor(opts) {
78
+ super({
79
+ name: "OperationNotPermittedException",
80
+ $fault: "client",
81
+ ...opts,
82
+ });
83
+ Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
84
+ }
85
+ }
86
+ export class LimitExceededException extends __BaseException {
87
+ name = "LimitExceededException";
88
+ $fault = "client";
89
+ constructor(opts) {
90
+ super({
91
+ name: "LimitExceededException",
92
+ $fault: "client",
93
+ ...opts,
94
+ });
95
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
96
+ }
97
+ }
98
+ export class ConflictErrorException extends __BaseException {
99
+ name = "ConflictErrorException";
100
+ $fault = "client";
101
+ constructor(opts) {
102
+ super({
103
+ name: "ConflictErrorException",
104
+ $fault: "client",
105
+ ...opts,
106
+ });
107
+ Object.setPrototypeOf(this, ConflictErrorException.prototype);
108
+ }
109
+ }
110
+ export class ResourceInUseException extends __BaseException {
111
+ name = "ResourceInUseException";
112
+ $fault = "client";
113
+ constructor(opts) {
114
+ super({
115
+ name: "ResourceInUseException",
116
+ $fault: "client",
117
+ ...opts,
118
+ });
119
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
120
+ }
121
+ }
@@ -1,222 +1 @@
1
- import { ApplicationDiscoveryServiceServiceException as __BaseException } from "./ApplicationDiscoveryServiceServiceException";
2
- export const AgentStatus = {
3
- BLACKLISTED: "BLACKLISTED",
4
- HEALTHY: "HEALTHY",
5
- RUNNING: "RUNNING",
6
- SHUTDOWN: "SHUTDOWN",
7
- UNHEALTHY: "UNHEALTHY",
8
- UNKNOWN: "UNKNOWN",
9
- };
10
- export class AuthorizationErrorException extends __BaseException {
11
- name = "AuthorizationErrorException";
12
- $fault = "client";
13
- constructor(opts) {
14
- super({
15
- name: "AuthorizationErrorException",
16
- $fault: "client",
17
- ...opts,
18
- });
19
- Object.setPrototypeOf(this, AuthorizationErrorException.prototype);
20
- }
21
- }
22
- export class HomeRegionNotSetException extends __BaseException {
23
- name = "HomeRegionNotSetException";
24
- $fault = "client";
25
- constructor(opts) {
26
- super({
27
- name: "HomeRegionNotSetException",
28
- $fault: "client",
29
- ...opts,
30
- });
31
- Object.setPrototypeOf(this, HomeRegionNotSetException.prototype);
32
- }
33
- }
34
- export class InvalidParameterException extends __BaseException {
35
- name = "InvalidParameterException";
36
- $fault = "client";
37
- constructor(opts) {
38
- super({
39
- name: "InvalidParameterException",
40
- $fault: "client",
41
- ...opts,
42
- });
43
- Object.setPrototypeOf(this, InvalidParameterException.prototype);
44
- }
45
- }
46
- export class InvalidParameterValueException extends __BaseException {
47
- name = "InvalidParameterValueException";
48
- $fault = "client";
49
- constructor(opts) {
50
- super({
51
- name: "InvalidParameterValueException",
52
- $fault: "client",
53
- ...opts,
54
- });
55
- Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
56
- }
57
- }
58
- export class ServerInternalErrorException extends __BaseException {
59
- name = "ServerInternalErrorException";
60
- $fault = "server";
61
- constructor(opts) {
62
- super({
63
- name: "ServerInternalErrorException",
64
- $fault: "server",
65
- ...opts,
66
- });
67
- Object.setPrototypeOf(this, ServerInternalErrorException.prototype);
68
- }
69
- }
70
- export const DeleteAgentErrorCode = {
71
- AGENT_IN_USE: "AGENT_IN_USE",
72
- INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
73
- NOT_FOUND: "NOT_FOUND",
74
- };
75
- export const BatchDeleteImportDataErrorCode = {
76
- INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
77
- NOT_FOUND: "NOT_FOUND",
78
- OVER_LIMIT: "OVER_LIMIT",
79
- };
80
- export class ResourceNotFoundException extends __BaseException {
81
- name = "ResourceNotFoundException";
82
- $fault = "client";
83
- constructor(opts) {
84
- super({
85
- name: "ResourceNotFoundException",
86
- $fault: "client",
87
- ...opts,
88
- });
89
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
90
- }
91
- }
92
- export const DeletionConfigurationItemType = {
93
- SERVER: "SERVER",
94
- };
95
- export const BatchDeleteConfigurationTaskStatus = {
96
- COMPLETED: "COMPLETED",
97
- DELETING: "DELETING",
98
- FAILED: "FAILED",
99
- INITIALIZING: "INITIALIZING",
100
- VALIDATING: "VALIDATING",
101
- };
102
- export const DataSource = {
103
- AGENT: "AGENT",
104
- };
105
- export const ContinuousExportStatus = {
106
- ACTIVE: "ACTIVE",
107
- ERROR: "ERROR",
108
- INACTIVE: "INACTIVE",
109
- START_FAILED: "START_FAILED",
110
- START_IN_PROGRESS: "START_IN_PROGRESS",
111
- STOP_FAILED: "STOP_FAILED",
112
- STOP_IN_PROGRESS: "STOP_IN_PROGRESS",
113
- };
114
- export class OperationNotPermittedException extends __BaseException {
115
- name = "OperationNotPermittedException";
116
- $fault = "client";
117
- constructor(opts) {
118
- super({
119
- name: "OperationNotPermittedException",
120
- $fault: "client",
121
- ...opts,
122
- });
123
- Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
124
- }
125
- }
126
- export const ExportStatus = {
127
- FAILED: "FAILED",
128
- IN_PROGRESS: "IN_PROGRESS",
129
- SUCCEEDED: "SUCCEEDED",
130
- };
131
- export const ImportTaskFilterName = {
132
- FILE_CLASSIFICATION: "FILE_CLASSIFICATION",
133
- IMPORT_TASK_ID: "IMPORT_TASK_ID",
134
- NAME: "NAME",
135
- STATUS: "STATUS",
136
- };
137
- export const FileClassification = {
138
- IMPORT_TEMPLATE: "IMPORT_TEMPLATE",
139
- MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT",
140
- RVTOOLS_EXPORT: "RVTOOLS_EXPORT",
141
- VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT",
142
- };
143
- export const ImportStatus = {
144
- DELETE_COMPLETE: "DELETE_COMPLETE",
145
- DELETE_FAILED: "DELETE_FAILED",
146
- DELETE_FAILED_LIMIT_EXCEEDED: "DELETE_FAILED_LIMIT_EXCEEDED",
147
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
148
- IMPORT_COMPLETE: "IMPORT_COMPLETE",
149
- IMPORT_COMPLETE_WITH_ERRORS: "IMPORT_COMPLETE_WITH_ERRORS",
150
- IMPORT_FAILED: "IMPORT_FAILED",
151
- IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
152
- IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
153
- IMPORT_FAILED_UNSUPPORTED_FILE_TYPE: "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE",
154
- IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
155
- INTERNAL_ERROR: "INTERNAL_ERROR",
156
- };
157
- export const ConfigurationItemType = {
158
- APPLICATION: "APPLICATION",
159
- CONNECTIONS: "CONNECTION",
160
- PROCESS: "PROCESS",
161
- SERVER: "SERVER",
162
- };
163
- export const OrderString = {
164
- ASC: "ASC",
165
- DESC: "DESC",
166
- };
167
- export class LimitExceededException extends __BaseException {
168
- name = "LimitExceededException";
169
- $fault = "client";
170
- constructor(opts) {
171
- super({
172
- name: "LimitExceededException",
173
- $fault: "client",
174
- ...opts,
175
- });
176
- Object.setPrototypeOf(this, LimitExceededException.prototype);
177
- }
178
- }
179
- export class ConflictErrorException extends __BaseException {
180
- name = "ConflictErrorException";
181
- $fault = "client";
182
- constructor(opts) {
183
- super({
184
- name: "ConflictErrorException",
185
- $fault: "client",
186
- ...opts,
187
- });
188
- Object.setPrototypeOf(this, ConflictErrorException.prototype);
189
- }
190
- }
191
- export class ResourceInUseException extends __BaseException {
192
- name = "ResourceInUseException";
193
- $fault = "client";
194
- constructor(opts) {
195
- super({
196
- name: "ResourceInUseException",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
201
- }
202
- }
203
- export const ExportDataFormat = {
204
- CSV: "CSV",
205
- };
206
- export const OfferingClass = {
207
- CONVERTIBLE: "CONVERTIBLE",
208
- STANDARD: "STANDARD",
209
- };
210
- export const PurchasingOption = {
211
- ALL_UPFRONT: "ALL_UPFRONT",
212
- NO_UPFRONT: "NO_UPFRONT",
213
- PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
214
- };
215
- export const TermLength = {
216
- ONE_YEAR: "ONE_YEAR",
217
- THREE_YEAR: "THREE_YEAR",
218
- };
219
- export const Tenancy = {
220
- DEDICATED: "DEDICATED",
221
- SHARED: "SHARED",
222
- };
1
+ export {};