@aws-sdk/client-application-discovery-service 3.490.0 → 3.496.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.
Files changed (49) hide show
  1. package/dist-cjs/ApplicationDiscoveryService.js +1 -67
  2. package/dist-cjs/ApplicationDiscoveryServiceClient.js +1 -43
  3. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +1 -28
  4. package/dist-cjs/commands/BatchDeleteAgentsCommand.js +1 -28
  5. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +1 -28
  6. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  7. package/dist-cjs/commands/CreateTagsCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteApplicationsCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteTagsCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeAgentsCommand.js +1 -29
  11. package/dist-cjs/commands/DescribeBatchDeleteConfigurationTaskCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeConfigurationsCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeExportTasksCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeImportTasksCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeTagsCommand.js +1 -28
  18. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +1 -28
  19. package/dist-cjs/commands/ExportConfigurationsCommand.js +1 -28
  20. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +1 -28
  21. package/dist-cjs/commands/ListConfigurationsCommand.js +1 -28
  22. package/dist-cjs/commands/ListServerNeighborsCommand.js +1 -28
  23. package/dist-cjs/commands/StartBatchDeleteConfigurationTaskCommand.js +1 -28
  24. package/dist-cjs/commands/StartContinuousExportCommand.js +1 -28
  25. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +1 -28
  26. package/dist-cjs/commands/StartExportTaskCommand.js +1 -28
  27. package/dist-cjs/commands/StartImportTaskCommand.js +1 -28
  28. package/dist-cjs/commands/StopContinuousExportCommand.js +1 -28
  29. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +1 -28
  30. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  31. package/dist-cjs/commands/index.js +1 -31
  32. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  33. package/dist-cjs/extensionConfiguration.js +1 -2
  34. package/dist-cjs/index.js +2899 -11
  35. package/dist-cjs/models/ApplicationDiscoveryServiceServiceException.js +1 -12
  36. package/dist-cjs/models/index.js +1 -4
  37. package/dist-cjs/models/models_0.js +1 -250
  38. package/dist-cjs/pagination/DescribeAgentsPaginator.js +1 -7
  39. package/dist-cjs/pagination/DescribeContinuousExportsPaginator.js +1 -7
  40. package/dist-cjs/pagination/DescribeExportConfigurationsPaginator.js +1 -7
  41. package/dist-cjs/pagination/DescribeExportTasksPaginator.js +1 -7
  42. package/dist-cjs/pagination/DescribeImportTasksPaginator.js +1 -7
  43. package/dist-cjs/pagination/DescribeTagsPaginator.js +1 -7
  44. package/dist-cjs/pagination/Interfaces.js +1 -2
  45. package/dist-cjs/pagination/ListConfigurationsPaginator.js +1 -7
  46. package/dist-cjs/pagination/index.js +1 -11
  47. package/dist-cjs/protocols/Aws_json1_1.js +1 -1862
  48. package/dist-cjs/runtimeExtensions.js +1 -22
  49. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplicationDiscoveryServiceServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class ApplicationDiscoveryServiceServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, ApplicationDiscoveryServiceServiceException.prototype);
10
- }
11
- }
12
- exports.ApplicationDiscoveryServiceServiceException = ApplicationDiscoveryServiceServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,250 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAgentsResponseFilterSensitiveLog = exports.AgentInfoFilterSensitiveLog = exports.AgentNetworkInfoFilterSensitiveLog = exports.ExportPreferences = exports.Tenancy = exports.TermLength = exports.PurchasingOption = exports.OfferingClass = exports.ExportDataFormat = exports.ResourceInUseException = exports.ConflictErrorException = exports.LimitExceededException = exports.OrderString = exports.ConfigurationItemType = exports.ImportStatus = exports.ImportTaskFilterName = exports.ExportStatus = exports.OperationNotPermittedException = exports.ContinuousExportStatus = exports.DataSource = exports.BatchDeleteConfigurationTaskStatus = exports.DeletionConfigurationItemType = exports.ResourceNotFoundException = exports.BatchDeleteImportDataErrorCode = exports.DeleteAgentErrorCode = exports.ServerInternalErrorException = exports.InvalidParameterValueException = exports.InvalidParameterException = exports.HomeRegionNotSetException = exports.AuthorizationErrorException = exports.AgentStatus = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ApplicationDiscoveryServiceServiceException_1 = require("./ApplicationDiscoveryServiceServiceException");
6
- exports.AgentStatus = {
7
- BLACKLISTED: "BLACKLISTED",
8
- HEALTHY: "HEALTHY",
9
- RUNNING: "RUNNING",
10
- SHUTDOWN: "SHUTDOWN",
11
- UNHEALTHY: "UNHEALTHY",
12
- UNKNOWN: "UNKNOWN",
13
- };
14
- class AuthorizationErrorException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
15
- constructor(opts) {
16
- super({
17
- name: "AuthorizationErrorException",
18
- $fault: "client",
19
- ...opts,
20
- });
21
- this.name = "AuthorizationErrorException";
22
- this.$fault = "client";
23
- Object.setPrototypeOf(this, AuthorizationErrorException.prototype);
24
- }
25
- }
26
- exports.AuthorizationErrorException = AuthorizationErrorException;
27
- class HomeRegionNotSetException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
28
- constructor(opts) {
29
- super({
30
- name: "HomeRegionNotSetException",
31
- $fault: "client",
32
- ...opts,
33
- });
34
- this.name = "HomeRegionNotSetException";
35
- this.$fault = "client";
36
- Object.setPrototypeOf(this, HomeRegionNotSetException.prototype);
37
- }
38
- }
39
- exports.HomeRegionNotSetException = HomeRegionNotSetException;
40
- class InvalidParameterException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
41
- constructor(opts) {
42
- super({
43
- name: "InvalidParameterException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- this.name = "InvalidParameterException";
48
- this.$fault = "client";
49
- Object.setPrototypeOf(this, InvalidParameterException.prototype);
50
- }
51
- }
52
- exports.InvalidParameterException = InvalidParameterException;
53
- class InvalidParameterValueException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
54
- constructor(opts) {
55
- super({
56
- name: "InvalidParameterValueException",
57
- $fault: "client",
58
- ...opts,
59
- });
60
- this.name = "InvalidParameterValueException";
61
- this.$fault = "client";
62
- Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
63
- }
64
- }
65
- exports.InvalidParameterValueException = InvalidParameterValueException;
66
- class ServerInternalErrorException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
67
- constructor(opts) {
68
- super({
69
- name: "ServerInternalErrorException",
70
- $fault: "server",
71
- ...opts,
72
- });
73
- this.name = "ServerInternalErrorException";
74
- this.$fault = "server";
75
- Object.setPrototypeOf(this, ServerInternalErrorException.prototype);
76
- }
77
- }
78
- exports.ServerInternalErrorException = ServerInternalErrorException;
79
- exports.DeleteAgentErrorCode = {
80
- AGENT_IN_USE: "AGENT_IN_USE",
81
- INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
82
- NOT_FOUND: "NOT_FOUND",
83
- };
84
- exports.BatchDeleteImportDataErrorCode = {
85
- INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
86
- NOT_FOUND: "NOT_FOUND",
87
- OVER_LIMIT: "OVER_LIMIT",
88
- };
89
- class ResourceNotFoundException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
90
- constructor(opts) {
91
- super({
92
- name: "ResourceNotFoundException",
93
- $fault: "client",
94
- ...opts,
95
- });
96
- this.name = "ResourceNotFoundException";
97
- this.$fault = "client";
98
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
99
- }
100
- }
101
- exports.ResourceNotFoundException = ResourceNotFoundException;
102
- exports.DeletionConfigurationItemType = {
103
- SERVER: "SERVER",
104
- };
105
- exports.BatchDeleteConfigurationTaskStatus = {
106
- COMPLETED: "COMPLETED",
107
- DELETING: "DELETING",
108
- FAILED: "FAILED",
109
- INITIALIZING: "INITIALIZING",
110
- VALIDATING: "VALIDATING",
111
- };
112
- exports.DataSource = {
113
- AGENT: "AGENT",
114
- };
115
- exports.ContinuousExportStatus = {
116
- ACTIVE: "ACTIVE",
117
- ERROR: "ERROR",
118
- INACTIVE: "INACTIVE",
119
- START_FAILED: "START_FAILED",
120
- START_IN_PROGRESS: "START_IN_PROGRESS",
121
- STOP_FAILED: "STOP_FAILED",
122
- STOP_IN_PROGRESS: "STOP_IN_PROGRESS",
123
- };
124
- class OperationNotPermittedException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
125
- constructor(opts) {
126
- super({
127
- name: "OperationNotPermittedException",
128
- $fault: "client",
129
- ...opts,
130
- });
131
- this.name = "OperationNotPermittedException";
132
- this.$fault = "client";
133
- Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
134
- }
135
- }
136
- exports.OperationNotPermittedException = OperationNotPermittedException;
137
- exports.ExportStatus = {
138
- FAILED: "FAILED",
139
- IN_PROGRESS: "IN_PROGRESS",
140
- SUCCEEDED: "SUCCEEDED",
141
- };
142
- exports.ImportTaskFilterName = {
143
- IMPORT_TASK_ID: "IMPORT_TASK_ID",
144
- NAME: "NAME",
145
- STATUS: "STATUS",
146
- };
147
- exports.ImportStatus = {
148
- DELETE_COMPLETE: "DELETE_COMPLETE",
149
- DELETE_FAILED: "DELETE_FAILED",
150
- DELETE_FAILED_LIMIT_EXCEEDED: "DELETE_FAILED_LIMIT_EXCEEDED",
151
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
152
- IMPORT_COMPLETE: "IMPORT_COMPLETE",
153
- IMPORT_COMPLETE_WITH_ERRORS: "IMPORT_COMPLETE_WITH_ERRORS",
154
- IMPORT_FAILED: "IMPORT_FAILED",
155
- IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
156
- IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
157
- IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
158
- INTERNAL_ERROR: "INTERNAL_ERROR",
159
- };
160
- exports.ConfigurationItemType = {
161
- APPLICATION: "APPLICATION",
162
- CONNECTIONS: "CONNECTION",
163
- PROCESS: "PROCESS",
164
- SERVER: "SERVER",
165
- };
166
- exports.OrderString = {
167
- ASC: "ASC",
168
- DESC: "DESC",
169
- };
170
- class LimitExceededException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
171
- constructor(opts) {
172
- super({
173
- name: "LimitExceededException",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- this.name = "LimitExceededException";
178
- this.$fault = "client";
179
- Object.setPrototypeOf(this, LimitExceededException.prototype);
180
- }
181
- }
182
- exports.LimitExceededException = LimitExceededException;
183
- class ConflictErrorException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
184
- constructor(opts) {
185
- super({
186
- name: "ConflictErrorException",
187
- $fault: "client",
188
- ...opts,
189
- });
190
- this.name = "ConflictErrorException";
191
- this.$fault = "client";
192
- Object.setPrototypeOf(this, ConflictErrorException.prototype);
193
- }
194
- }
195
- exports.ConflictErrorException = ConflictErrorException;
196
- class ResourceInUseException extends ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException {
197
- constructor(opts) {
198
- super({
199
- name: "ResourceInUseException",
200
- $fault: "client",
201
- ...opts,
202
- });
203
- this.name = "ResourceInUseException";
204
- this.$fault = "client";
205
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
206
- }
207
- }
208
- exports.ResourceInUseException = ResourceInUseException;
209
- exports.ExportDataFormat = {
210
- CSV: "CSV",
211
- };
212
- exports.OfferingClass = {
213
- CONVERTIBLE: "CONVERTIBLE",
214
- STANDARD: "STANDARD",
215
- };
216
- exports.PurchasingOption = {
217
- ALL_UPFRONT: "ALL_UPFRONT",
218
- NO_UPFRONT: "NO_UPFRONT",
219
- PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
220
- };
221
- exports.TermLength = {
222
- ONE_YEAR: "ONE_YEAR",
223
- THREE_YEAR: "THREE_YEAR",
224
- };
225
- exports.Tenancy = {
226
- DEDICATED: "DEDICATED",
227
- SHARED: "SHARED",
228
- };
229
- var ExportPreferences;
230
- (function (ExportPreferences) {
231
- ExportPreferences.visit = (value, visitor) => {
232
- if (value.ec2RecommendationsPreferences !== undefined)
233
- return visitor.ec2RecommendationsPreferences(value.ec2RecommendationsPreferences);
234
- return visitor._(value.$unknown[0], value.$unknown[1]);
235
- };
236
- })(ExportPreferences = exports.ExportPreferences || (exports.ExportPreferences = {}));
237
- const AgentNetworkInfoFilterSensitiveLog = (obj) => ({
238
- ...obj,
239
- });
240
- exports.AgentNetworkInfoFilterSensitiveLog = AgentNetworkInfoFilterSensitiveLog;
241
- const AgentInfoFilterSensitiveLog = (obj) => ({
242
- ...obj,
243
- ...(obj.agentNetworkInfoList && { agentNetworkInfoList: smithy_client_1.SENSITIVE_STRING }),
244
- });
245
- exports.AgentInfoFilterSensitiveLog = AgentInfoFilterSensitiveLog;
246
- const DescribeAgentsResponseFilterSensitiveLog = (obj) => ({
247
- ...obj,
248
- ...(obj.agentsInfo && { agentsInfo: obj.agentsInfo.map((item) => (0, exports.AgentInfoFilterSensitiveLog)(item)) }),
249
- });
250
- exports.DescribeAgentsResponseFilterSensitiveLog = DescribeAgentsResponseFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeAgents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ApplicationDiscoveryServiceClient_1 = require("../ApplicationDiscoveryServiceClient");
6
- const DescribeAgentsCommand_1 = require("../commands/DescribeAgentsCommand");
7
- exports.paginateDescribeAgents = (0, core_1.createPaginator)(ApplicationDiscoveryServiceClient_1.ApplicationDiscoveryServiceClient, DescribeAgentsCommand_1.DescribeAgentsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeContinuousExports = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ApplicationDiscoveryServiceClient_1 = require("../ApplicationDiscoveryServiceClient");
6
- const DescribeContinuousExportsCommand_1 = require("../commands/DescribeContinuousExportsCommand");
7
- exports.paginateDescribeContinuousExports = (0, core_1.createPaginator)(ApplicationDiscoveryServiceClient_1.ApplicationDiscoveryServiceClient, DescribeContinuousExportsCommand_1.DescribeContinuousExportsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeExportConfigurations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ApplicationDiscoveryServiceClient_1 = require("../ApplicationDiscoveryServiceClient");
6
- const DescribeExportConfigurationsCommand_1 = require("../commands/DescribeExportConfigurationsCommand");
7
- exports.paginateDescribeExportConfigurations = (0, core_1.createPaginator)(ApplicationDiscoveryServiceClient_1.ApplicationDiscoveryServiceClient, DescribeExportConfigurationsCommand_1.DescribeExportConfigurationsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeExportTasks = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ApplicationDiscoveryServiceClient_1 = require("../ApplicationDiscoveryServiceClient");
6
- const DescribeExportTasksCommand_1 = require("../commands/DescribeExportTasksCommand");
7
- exports.paginateDescribeExportTasks = (0, core_1.createPaginator)(ApplicationDiscoveryServiceClient_1.ApplicationDiscoveryServiceClient, DescribeExportTasksCommand_1.DescribeExportTasksCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeImportTasks = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ApplicationDiscoveryServiceClient_1 = require("../ApplicationDiscoveryServiceClient");
6
- const DescribeImportTasksCommand_1 = require("../commands/DescribeImportTasksCommand");
7
- exports.paginateDescribeImportTasks = (0, core_1.createPaginator)(ApplicationDiscoveryServiceClient_1.ApplicationDiscoveryServiceClient, DescribeImportTasksCommand_1.DescribeImportTasksCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeTags = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ApplicationDiscoveryServiceClient_1 = require("../ApplicationDiscoveryServiceClient");
6
- const DescribeTagsCommand_1 = require("../commands/DescribeTagsCommand");
7
- exports.paginateDescribeTags = (0, core_1.createPaginator)(ApplicationDiscoveryServiceClient_1.ApplicationDiscoveryServiceClient, DescribeTagsCommand_1.DescribeTagsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListConfigurations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ApplicationDiscoveryServiceClient_1 = require("../ApplicationDiscoveryServiceClient");
6
- const ListConfigurationsCommand_1 = require("../commands/ListConfigurationsCommand");
7
- exports.paginateListConfigurations = (0, core_1.createPaginator)(ApplicationDiscoveryServiceClient_1.ApplicationDiscoveryServiceClient, ListConfigurationsCommand_1.ListConfigurationsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,11 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeAgentsPaginator"), exports);
5
- tslib_1.__exportStar(require("./DescribeContinuousExportsPaginator"), exports);
6
- tslib_1.__exportStar(require("./DescribeExportConfigurationsPaginator"), exports);
7
- tslib_1.__exportStar(require("./DescribeExportTasksPaginator"), exports);
8
- tslib_1.__exportStar(require("./DescribeImportTasksPaginator"), exports);
9
- tslib_1.__exportStar(require("./DescribeTagsPaginator"), exports);
10
- tslib_1.__exportStar(require("./Interfaces"), exports);
11
- tslib_1.__exportStar(require("./ListConfigurationsPaginator"), exports);
1
+ module.exports = require("../index.js");