@aws-sdk/client-database-migration-service 3.99.0 → 3.107.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/CHANGELOG.md +30 -0
- package/dist-cjs/DatabaseMigrationService.js +135 -0
- package/dist-cjs/DatabaseMigrationServiceClient.js +2 -0
- package/dist-cjs/commands/CreateFleetAdvisorCollectorCommand.js +36 -0
- package/dist-cjs/commands/DeleteFleetAdvisorCollectorCommand.js +36 -0
- package/dist-cjs/commands/DeleteFleetAdvisorDatabasesCommand.js +36 -0
- package/dist-cjs/commands/DescribeFleetAdvisorCollectorsCommand.js +36 -0
- package/dist-cjs/commands/DescribeFleetAdvisorDatabasesCommand.js +36 -0
- package/dist-cjs/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +36 -0
- package/dist-cjs/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +36 -0
- package/dist-cjs/commands/DescribeFleetAdvisorSchemasCommand.js +36 -0
- package/dist-cjs/commands/RunFleetAdvisorLsaAnalysisCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +222 -17
- package/dist-cjs/pagination/DescribeFleetAdvisorCollectorsPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeFleetAdvisorDatabasesPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeFleetAdvisorSchemasPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +6 -1
- package/dist-cjs/protocols/Aws_json1_1.js +797 -3
- package/dist-es/DatabaseMigrationService.js +135 -0
- package/dist-es/DatabaseMigrationServiceClient.js +2 -0
- package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +39 -0
- package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +39 -0
- package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +39 -0
- package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +39 -0
- package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +39 -0
- package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +39 -0
- package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +39 -0
- package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +159 -12
- package/dist-es/pagination/DescribeFleetAdvisorCollectorsPaginator.js +75 -0
- package/dist-es/pagination/DescribeFleetAdvisorDatabasesPaginator.js +75 -0
- package/dist-es/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.js +75 -0
- package/dist-es/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.js +75 -0
- package/dist-es/pagination/DescribeFleetAdvisorSchemasPaginator.js +75 -0
- package/dist-es/pagination/index.js +6 -1
- package/dist-es/protocols/Aws_json1_1.js +921 -9
- package/dist-types/DatabaseMigrationService.d.ts +66 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +11 -2
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +37 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +36 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +35 -0
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +1038 -171
- package/dist-types/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +6 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +45 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateFleetAdvisorCollectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetAdvisorCollectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +412 -7
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +4 -3
|
@@ -4,6 +4,7 @@ import { ApplyPendingMaintenanceActionCommand, } from "./commands/ApplyPendingMa
|
|
|
4
4
|
import { CancelReplicationTaskAssessmentRunCommand, } from "./commands/CancelReplicationTaskAssessmentRunCommand";
|
|
5
5
|
import { CreateEndpointCommand, } from "./commands/CreateEndpointCommand";
|
|
6
6
|
import { CreateEventSubscriptionCommand, } from "./commands/CreateEventSubscriptionCommand";
|
|
7
|
+
import { CreateFleetAdvisorCollectorCommand, } from "./commands/CreateFleetAdvisorCollectorCommand";
|
|
7
8
|
import { CreateReplicationInstanceCommand, } from "./commands/CreateReplicationInstanceCommand";
|
|
8
9
|
import { CreateReplicationSubnetGroupCommand, } from "./commands/CreateReplicationSubnetGroupCommand";
|
|
9
10
|
import { CreateReplicationTaskCommand, } from "./commands/CreateReplicationTaskCommand";
|
|
@@ -11,6 +12,8 @@ import { DeleteCertificateCommand, } from "./commands/DeleteCertificateCommand";
|
|
|
11
12
|
import { DeleteConnectionCommand, } from "./commands/DeleteConnectionCommand";
|
|
12
13
|
import { DeleteEndpointCommand, } from "./commands/DeleteEndpointCommand";
|
|
13
14
|
import { DeleteEventSubscriptionCommand, } from "./commands/DeleteEventSubscriptionCommand";
|
|
15
|
+
import { DeleteFleetAdvisorCollectorCommand, } from "./commands/DeleteFleetAdvisorCollectorCommand";
|
|
16
|
+
import { DeleteFleetAdvisorDatabasesCommand, } from "./commands/DeleteFleetAdvisorDatabasesCommand";
|
|
14
17
|
import { DeleteReplicationInstanceCommand, } from "./commands/DeleteReplicationInstanceCommand";
|
|
15
18
|
import { DeleteReplicationSubnetGroupCommand, } from "./commands/DeleteReplicationSubnetGroupCommand";
|
|
16
19
|
import { DeleteReplicationTaskAssessmentRunCommand, } from "./commands/DeleteReplicationTaskAssessmentRunCommand";
|
|
@@ -25,6 +28,11 @@ import { DescribeEndpointTypesCommand, } from "./commands/DescribeEndpointTypesC
|
|
|
25
28
|
import { DescribeEventCategoriesCommand, } from "./commands/DescribeEventCategoriesCommand";
|
|
26
29
|
import { DescribeEventsCommand, } from "./commands/DescribeEventsCommand";
|
|
27
30
|
import { DescribeEventSubscriptionsCommand, } from "./commands/DescribeEventSubscriptionsCommand";
|
|
31
|
+
import { DescribeFleetAdvisorCollectorsCommand, } from "./commands/DescribeFleetAdvisorCollectorsCommand";
|
|
32
|
+
import { DescribeFleetAdvisorDatabasesCommand, } from "./commands/DescribeFleetAdvisorDatabasesCommand";
|
|
33
|
+
import { DescribeFleetAdvisorLsaAnalysisCommand, } from "./commands/DescribeFleetAdvisorLsaAnalysisCommand";
|
|
34
|
+
import { DescribeFleetAdvisorSchemaObjectSummaryCommand, } from "./commands/DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
35
|
+
import { DescribeFleetAdvisorSchemasCommand, } from "./commands/DescribeFleetAdvisorSchemasCommand";
|
|
28
36
|
import { DescribeOrderableReplicationInstancesCommand, } from "./commands/DescribeOrderableReplicationInstancesCommand";
|
|
29
37
|
import { DescribePendingMaintenanceActionsCommand, } from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
30
38
|
import { DescribeRefreshSchemasStatusCommand, } from "./commands/DescribeRefreshSchemasStatusCommand";
|
|
@@ -49,6 +57,7 @@ import { RebootReplicationInstanceCommand, } from "./commands/RebootReplicationI
|
|
|
49
57
|
import { RefreshSchemasCommand, } from "./commands/RefreshSchemasCommand";
|
|
50
58
|
import { ReloadTablesCommand, } from "./commands/ReloadTablesCommand";
|
|
51
59
|
import { RemoveTagsFromResourceCommand, } from "./commands/RemoveTagsFromResourceCommand";
|
|
60
|
+
import { RunFleetAdvisorLsaAnalysisCommand, } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
52
61
|
import { StartReplicationTaskAssessmentCommand, } from "./commands/StartReplicationTaskAssessmentCommand";
|
|
53
62
|
import { StartReplicationTaskAssessmentRunCommand, } from "./commands/StartReplicationTaskAssessmentRunCommand";
|
|
54
63
|
import { StartReplicationTaskCommand, } from "./commands/StartReplicationTaskCommand";
|
|
@@ -130,6 +139,20 @@ var DatabaseMigrationService = (function (_super) {
|
|
|
130
139
|
return this.send(command, optionsOrCb);
|
|
131
140
|
}
|
|
132
141
|
};
|
|
142
|
+
DatabaseMigrationService.prototype.createFleetAdvisorCollector = function (args, optionsOrCb, cb) {
|
|
143
|
+
var command = new CreateFleetAdvisorCollectorCommand(args);
|
|
144
|
+
if (typeof optionsOrCb === "function") {
|
|
145
|
+
this.send(command, optionsOrCb);
|
|
146
|
+
}
|
|
147
|
+
else if (typeof cb === "function") {
|
|
148
|
+
if (typeof optionsOrCb !== "object")
|
|
149
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
150
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
151
|
+
}
|
|
152
|
+
else {
|
|
153
|
+
return this.send(command, optionsOrCb);
|
|
154
|
+
}
|
|
155
|
+
};
|
|
133
156
|
DatabaseMigrationService.prototype.createReplicationInstance = function (args, optionsOrCb, cb) {
|
|
134
157
|
var command = new CreateReplicationInstanceCommand(args);
|
|
135
158
|
if (typeof optionsOrCb === "function") {
|
|
@@ -228,6 +251,34 @@ var DatabaseMigrationService = (function (_super) {
|
|
|
228
251
|
return this.send(command, optionsOrCb);
|
|
229
252
|
}
|
|
230
253
|
};
|
|
254
|
+
DatabaseMigrationService.prototype.deleteFleetAdvisorCollector = function (args, optionsOrCb, cb) {
|
|
255
|
+
var command = new DeleteFleetAdvisorCollectorCommand(args);
|
|
256
|
+
if (typeof optionsOrCb === "function") {
|
|
257
|
+
this.send(command, optionsOrCb);
|
|
258
|
+
}
|
|
259
|
+
else if (typeof cb === "function") {
|
|
260
|
+
if (typeof optionsOrCb !== "object")
|
|
261
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
262
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
263
|
+
}
|
|
264
|
+
else {
|
|
265
|
+
return this.send(command, optionsOrCb);
|
|
266
|
+
}
|
|
267
|
+
};
|
|
268
|
+
DatabaseMigrationService.prototype.deleteFleetAdvisorDatabases = function (args, optionsOrCb, cb) {
|
|
269
|
+
var command = new DeleteFleetAdvisorDatabasesCommand(args);
|
|
270
|
+
if (typeof optionsOrCb === "function") {
|
|
271
|
+
this.send(command, optionsOrCb);
|
|
272
|
+
}
|
|
273
|
+
else if (typeof cb === "function") {
|
|
274
|
+
if (typeof optionsOrCb !== "object")
|
|
275
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
276
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
277
|
+
}
|
|
278
|
+
else {
|
|
279
|
+
return this.send(command, optionsOrCb);
|
|
280
|
+
}
|
|
281
|
+
};
|
|
231
282
|
DatabaseMigrationService.prototype.deleteReplicationInstance = function (args, optionsOrCb, cb) {
|
|
232
283
|
var command = new DeleteReplicationInstanceCommand(args);
|
|
233
284
|
if (typeof optionsOrCb === "function") {
|
|
@@ -424,6 +475,76 @@ var DatabaseMigrationService = (function (_super) {
|
|
|
424
475
|
return this.send(command, optionsOrCb);
|
|
425
476
|
}
|
|
426
477
|
};
|
|
478
|
+
DatabaseMigrationService.prototype.describeFleetAdvisorCollectors = function (args, optionsOrCb, cb) {
|
|
479
|
+
var command = new DescribeFleetAdvisorCollectorsCommand(args);
|
|
480
|
+
if (typeof optionsOrCb === "function") {
|
|
481
|
+
this.send(command, optionsOrCb);
|
|
482
|
+
}
|
|
483
|
+
else if (typeof cb === "function") {
|
|
484
|
+
if (typeof optionsOrCb !== "object")
|
|
485
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
486
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
487
|
+
}
|
|
488
|
+
else {
|
|
489
|
+
return this.send(command, optionsOrCb);
|
|
490
|
+
}
|
|
491
|
+
};
|
|
492
|
+
DatabaseMigrationService.prototype.describeFleetAdvisorDatabases = function (args, optionsOrCb, cb) {
|
|
493
|
+
var command = new DescribeFleetAdvisorDatabasesCommand(args);
|
|
494
|
+
if (typeof optionsOrCb === "function") {
|
|
495
|
+
this.send(command, optionsOrCb);
|
|
496
|
+
}
|
|
497
|
+
else if (typeof cb === "function") {
|
|
498
|
+
if (typeof optionsOrCb !== "object")
|
|
499
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
500
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
501
|
+
}
|
|
502
|
+
else {
|
|
503
|
+
return this.send(command, optionsOrCb);
|
|
504
|
+
}
|
|
505
|
+
};
|
|
506
|
+
DatabaseMigrationService.prototype.describeFleetAdvisorLsaAnalysis = function (args, optionsOrCb, cb) {
|
|
507
|
+
var command = new DescribeFleetAdvisorLsaAnalysisCommand(args);
|
|
508
|
+
if (typeof optionsOrCb === "function") {
|
|
509
|
+
this.send(command, optionsOrCb);
|
|
510
|
+
}
|
|
511
|
+
else if (typeof cb === "function") {
|
|
512
|
+
if (typeof optionsOrCb !== "object")
|
|
513
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
514
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
515
|
+
}
|
|
516
|
+
else {
|
|
517
|
+
return this.send(command, optionsOrCb);
|
|
518
|
+
}
|
|
519
|
+
};
|
|
520
|
+
DatabaseMigrationService.prototype.describeFleetAdvisorSchemaObjectSummary = function (args, optionsOrCb, cb) {
|
|
521
|
+
var command = new DescribeFleetAdvisorSchemaObjectSummaryCommand(args);
|
|
522
|
+
if (typeof optionsOrCb === "function") {
|
|
523
|
+
this.send(command, optionsOrCb);
|
|
524
|
+
}
|
|
525
|
+
else if (typeof cb === "function") {
|
|
526
|
+
if (typeof optionsOrCb !== "object")
|
|
527
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
528
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
529
|
+
}
|
|
530
|
+
else {
|
|
531
|
+
return this.send(command, optionsOrCb);
|
|
532
|
+
}
|
|
533
|
+
};
|
|
534
|
+
DatabaseMigrationService.prototype.describeFleetAdvisorSchemas = function (args, optionsOrCb, cb) {
|
|
535
|
+
var command = new DescribeFleetAdvisorSchemasCommand(args);
|
|
536
|
+
if (typeof optionsOrCb === "function") {
|
|
537
|
+
this.send(command, optionsOrCb);
|
|
538
|
+
}
|
|
539
|
+
else if (typeof cb === "function") {
|
|
540
|
+
if (typeof optionsOrCb !== "object")
|
|
541
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
542
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
543
|
+
}
|
|
544
|
+
else {
|
|
545
|
+
return this.send(command, optionsOrCb);
|
|
546
|
+
}
|
|
547
|
+
};
|
|
427
548
|
DatabaseMigrationService.prototype.describeOrderableReplicationInstances = function (args, optionsOrCb, cb) {
|
|
428
549
|
var command = new DescribeOrderableReplicationInstancesCommand(args);
|
|
429
550
|
if (typeof optionsOrCb === "function") {
|
|
@@ -760,6 +881,20 @@ var DatabaseMigrationService = (function (_super) {
|
|
|
760
881
|
return this.send(command, optionsOrCb);
|
|
761
882
|
}
|
|
762
883
|
};
|
|
884
|
+
DatabaseMigrationService.prototype.runFleetAdvisorLsaAnalysis = function (args, optionsOrCb, cb) {
|
|
885
|
+
var command = new RunFleetAdvisorLsaAnalysisCommand(args);
|
|
886
|
+
if (typeof optionsOrCb === "function") {
|
|
887
|
+
this.send(command, optionsOrCb);
|
|
888
|
+
}
|
|
889
|
+
else if (typeof cb === "function") {
|
|
890
|
+
if (typeof optionsOrCb !== "object")
|
|
891
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
892
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
893
|
+
}
|
|
894
|
+
else {
|
|
895
|
+
return this.send(command, optionsOrCb);
|
|
896
|
+
}
|
|
897
|
+
};
|
|
763
898
|
DatabaseMigrationService.prototype.startReplicationTask = function (args, optionsOrCb, cb) {
|
|
764
899
|
var command = new StartReplicationTaskCommand(args);
|
|
765
900
|
if (typeof optionsOrCb === "function") {
|
|
@@ -3,6 +3,7 @@ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-re
|
|
|
3
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
4
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
5
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
|
+
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
6
7
|
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
7
8
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
8
9
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
@@ -25,6 +26,7 @@ var DatabaseMigrationServiceClient = (function (_super) {
|
|
|
25
26
|
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
26
27
|
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
27
28
|
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
|
|
28
30
|
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
29
31
|
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
30
32
|
return _this;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateFleetAdvisorCollectorRequest, CreateFleetAdvisorCollectorResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateFleetAdvisorCollectorCommand, serializeAws_json1_1CreateFleetAdvisorCollectorCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var CreateFleetAdvisorCollectorCommand = (function (_super) {
|
|
7
|
+
__extends(CreateFleetAdvisorCollectorCommand, _super);
|
|
8
|
+
function CreateFleetAdvisorCollectorCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CreateFleetAdvisorCollectorCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "CreateFleetAdvisorCollectorCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CreateFleetAdvisorCollectorRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFleetAdvisorCollectorResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateFleetAdvisorCollectorCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1CreateFleetAdvisorCollectorCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CreateFleetAdvisorCollectorCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1CreateFleetAdvisorCollectorCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CreateFleetAdvisorCollectorCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateFleetAdvisorCollectorCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteCollectorRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteFleetAdvisorCollectorCommand, serializeAws_json1_1DeleteFleetAdvisorCollectorCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeleteFleetAdvisorCollectorCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteFleetAdvisorCollectorCommand, _super);
|
|
8
|
+
function DeleteFleetAdvisorCollectorCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteFleetAdvisorCollectorCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DeleteFleetAdvisorCollectorCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteCollectorRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteFleetAdvisorCollectorCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DeleteFleetAdvisorCollectorCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteFleetAdvisorCollectorCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DeleteFleetAdvisorCollectorCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteFleetAdvisorCollectorCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteFleetAdvisorCollectorCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteFleetAdvisorDatabasesRequest, DeleteFleetAdvisorDatabasesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteFleetAdvisorDatabasesCommand, serializeAws_json1_1DeleteFleetAdvisorDatabasesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeleteFleetAdvisorDatabasesCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteFleetAdvisorDatabasesCommand, _super);
|
|
8
|
+
function DeleteFleetAdvisorDatabasesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteFleetAdvisorDatabasesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DeleteFleetAdvisorDatabasesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteFleetAdvisorDatabasesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFleetAdvisorDatabasesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteFleetAdvisorDatabasesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DeleteFleetAdvisorDatabasesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteFleetAdvisorDatabasesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DeleteFleetAdvisorDatabasesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteFleetAdvisorDatabasesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteFleetAdvisorDatabasesCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeFleetAdvisorCollectorsRequest, DescribeFleetAdvisorCollectorsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeFleetAdvisorCollectorsCommand, serializeAws_json1_1DescribeFleetAdvisorCollectorsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeFleetAdvisorCollectorsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeFleetAdvisorCollectorsCommand, _super);
|
|
8
|
+
function DescribeFleetAdvisorCollectorsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeFleetAdvisorCollectorsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribeFleetAdvisorCollectorsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeFleetAdvisorCollectorsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFleetAdvisorCollectorsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeFleetAdvisorCollectorsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeFleetAdvisorCollectorsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorCollectorsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeFleetAdvisorCollectorsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorCollectorsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorCollectorsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeFleetAdvisorDatabasesRequest, DescribeFleetAdvisorDatabasesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeFleetAdvisorDatabasesCommand, serializeAws_json1_1DescribeFleetAdvisorDatabasesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeFleetAdvisorDatabasesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeFleetAdvisorDatabasesCommand, _super);
|
|
8
|
+
function DescribeFleetAdvisorDatabasesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeFleetAdvisorDatabasesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribeFleetAdvisorDatabasesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeFleetAdvisorDatabasesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFleetAdvisorDatabasesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeFleetAdvisorDatabasesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeFleetAdvisorDatabasesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorDatabasesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeFleetAdvisorDatabasesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorDatabasesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorDatabasesCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeFleetAdvisorLsaAnalysisRequest, DescribeFleetAdvisorLsaAnalysisResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand, serializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeFleetAdvisorLsaAnalysisCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeFleetAdvisorLsaAnalysisCommand, _super);
|
|
8
|
+
function DescribeFleetAdvisorLsaAnalysisCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeFleetAdvisorLsaAnalysisCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribeFleetAdvisorLsaAnalysisCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeFleetAdvisorLsaAnalysisRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFleetAdvisorLsaAnalysisResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeFleetAdvisorLsaAnalysisCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorLsaAnalysisCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorLsaAnalysisCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorLsaAnalysisCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeFleetAdvisorSchemaObjectSummaryRequest, DescribeFleetAdvisorSchemaObjectSummaryResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand, serializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeFleetAdvisorSchemaObjectSummaryCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeFleetAdvisorSchemaObjectSummaryCommand, _super);
|
|
8
|
+
function DescribeFleetAdvisorSchemaObjectSummaryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeFleetAdvisorSchemaObjectSummaryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeFleetAdvisorSchemaObjectSummaryRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFleetAdvisorSchemaObjectSummaryResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeFleetAdvisorSchemaObjectSummaryCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorSchemaObjectSummaryCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorSchemaObjectSummaryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorSchemaObjectSummaryCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeFleetAdvisorSchemasRequest, DescribeFleetAdvisorSchemasResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeFleetAdvisorSchemasCommand, serializeAws_json1_1DescribeFleetAdvisorSchemasCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeFleetAdvisorSchemasCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeFleetAdvisorSchemasCommand, _super);
|
|
8
|
+
function DescribeFleetAdvisorSchemasCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeFleetAdvisorSchemasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribeFleetAdvisorSchemasCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeFleetAdvisorSchemasRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFleetAdvisorSchemasResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeFleetAdvisorSchemasCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DescribeFleetAdvisorSchemasCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorSchemasCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DescribeFleetAdvisorSchemasCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorSchemasCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorSchemasCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { RunFleetAdvisorLsaAnalysisResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand, serializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var RunFleetAdvisorLsaAnalysisCommand = (function (_super) {
|
|
7
|
+
__extends(RunFleetAdvisorLsaAnalysisCommand, _super);
|
|
8
|
+
function RunFleetAdvisorLsaAnalysisCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
RunFleetAdvisorLsaAnalysisCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "RunFleetAdvisorLsaAnalysisCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: function (input) { return input; },
|
|
24
|
+
outputFilterSensitiveLog: RunFleetAdvisorLsaAnalysisResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
RunFleetAdvisorLsaAnalysisCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
RunFleetAdvisorLsaAnalysisCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return RunFleetAdvisorLsaAnalysisCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { RunFleetAdvisorLsaAnalysisCommand };
|
|
@@ -3,6 +3,7 @@ export * from "./ApplyPendingMaintenanceActionCommand";
|
|
|
3
3
|
export * from "./CancelReplicationTaskAssessmentRunCommand";
|
|
4
4
|
export * from "./CreateEndpointCommand";
|
|
5
5
|
export * from "./CreateEventSubscriptionCommand";
|
|
6
|
+
export * from "./CreateFleetAdvisorCollectorCommand";
|
|
6
7
|
export * from "./CreateReplicationInstanceCommand";
|
|
7
8
|
export * from "./CreateReplicationSubnetGroupCommand";
|
|
8
9
|
export * from "./CreateReplicationTaskCommand";
|
|
@@ -10,6 +11,8 @@ export * from "./DeleteCertificateCommand";
|
|
|
10
11
|
export * from "./DeleteConnectionCommand";
|
|
11
12
|
export * from "./DeleteEndpointCommand";
|
|
12
13
|
export * from "./DeleteEventSubscriptionCommand";
|
|
14
|
+
export * from "./DeleteFleetAdvisorCollectorCommand";
|
|
15
|
+
export * from "./DeleteFleetAdvisorDatabasesCommand";
|
|
13
16
|
export * from "./DeleteReplicationInstanceCommand";
|
|
14
17
|
export * from "./DeleteReplicationSubnetGroupCommand";
|
|
15
18
|
export * from "./DeleteReplicationTaskAssessmentRunCommand";
|
|
@@ -24,6 +27,11 @@ export * from "./DescribeEndpointsCommand";
|
|
|
24
27
|
export * from "./DescribeEventCategoriesCommand";
|
|
25
28
|
export * from "./DescribeEventSubscriptionsCommand";
|
|
26
29
|
export * from "./DescribeEventsCommand";
|
|
30
|
+
export * from "./DescribeFleetAdvisorCollectorsCommand";
|
|
31
|
+
export * from "./DescribeFleetAdvisorDatabasesCommand";
|
|
32
|
+
export * from "./DescribeFleetAdvisorLsaAnalysisCommand";
|
|
33
|
+
export * from "./DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
34
|
+
export * from "./DescribeFleetAdvisorSchemasCommand";
|
|
27
35
|
export * from "./DescribeOrderableReplicationInstancesCommand";
|
|
28
36
|
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
29
37
|
export * from "./DescribeRefreshSchemasStatusCommand";
|
|
@@ -48,6 +56,7 @@ export * from "./RebootReplicationInstanceCommand";
|
|
|
48
56
|
export * from "./RefreshSchemasCommand";
|
|
49
57
|
export * from "./ReloadTablesCommand";
|
|
50
58
|
export * from "./RemoveTagsFromResourceCommand";
|
|
59
|
+
export * from "./RunFleetAdvisorLsaAnalysisCommand";
|
|
51
60
|
export * from "./StartReplicationTaskAssessmentCommand";
|
|
52
61
|
export * from "./StartReplicationTaskAssessmentRunCommand";
|
|
53
62
|
export * from "./StartReplicationTaskCommand";
|