@aws-sdk/client-database-migration-service 3.105.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 +11 -0
- package/dist-cjs/DatabaseMigrationService.js +135 -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/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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.107.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.106.0...v3.107.0) (2022-06-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-database-migration-service:** This release adds DMS Fleet Advisor APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to create and modify fleet advisor instances, and to collect and analyze information about the local data infrastructure. ([9d1b69c](https://github.com/aws/aws-sdk-js-v3/commit/9d1b69ce70c444cdade541393c18098cb978eec2))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -6,6 +6,7 @@ const ApplyPendingMaintenanceActionCommand_1 = require("./commands/ApplyPendingM
|
|
|
6
6
|
const CancelReplicationTaskAssessmentRunCommand_1 = require("./commands/CancelReplicationTaskAssessmentRunCommand");
|
|
7
7
|
const CreateEndpointCommand_1 = require("./commands/CreateEndpointCommand");
|
|
8
8
|
const CreateEventSubscriptionCommand_1 = require("./commands/CreateEventSubscriptionCommand");
|
|
9
|
+
const CreateFleetAdvisorCollectorCommand_1 = require("./commands/CreateFleetAdvisorCollectorCommand");
|
|
9
10
|
const CreateReplicationInstanceCommand_1 = require("./commands/CreateReplicationInstanceCommand");
|
|
10
11
|
const CreateReplicationSubnetGroupCommand_1 = require("./commands/CreateReplicationSubnetGroupCommand");
|
|
11
12
|
const CreateReplicationTaskCommand_1 = require("./commands/CreateReplicationTaskCommand");
|
|
@@ -13,6 +14,8 @@ const DeleteCertificateCommand_1 = require("./commands/DeleteCertificateCommand"
|
|
|
13
14
|
const DeleteConnectionCommand_1 = require("./commands/DeleteConnectionCommand");
|
|
14
15
|
const DeleteEndpointCommand_1 = require("./commands/DeleteEndpointCommand");
|
|
15
16
|
const DeleteEventSubscriptionCommand_1 = require("./commands/DeleteEventSubscriptionCommand");
|
|
17
|
+
const DeleteFleetAdvisorCollectorCommand_1 = require("./commands/DeleteFleetAdvisorCollectorCommand");
|
|
18
|
+
const DeleteFleetAdvisorDatabasesCommand_1 = require("./commands/DeleteFleetAdvisorDatabasesCommand");
|
|
16
19
|
const DeleteReplicationInstanceCommand_1 = require("./commands/DeleteReplicationInstanceCommand");
|
|
17
20
|
const DeleteReplicationSubnetGroupCommand_1 = require("./commands/DeleteReplicationSubnetGroupCommand");
|
|
18
21
|
const DeleteReplicationTaskAssessmentRunCommand_1 = require("./commands/DeleteReplicationTaskAssessmentRunCommand");
|
|
@@ -27,6 +30,11 @@ const DescribeEndpointTypesCommand_1 = require("./commands/DescribeEndpointTypes
|
|
|
27
30
|
const DescribeEventCategoriesCommand_1 = require("./commands/DescribeEventCategoriesCommand");
|
|
28
31
|
const DescribeEventsCommand_1 = require("./commands/DescribeEventsCommand");
|
|
29
32
|
const DescribeEventSubscriptionsCommand_1 = require("./commands/DescribeEventSubscriptionsCommand");
|
|
33
|
+
const DescribeFleetAdvisorCollectorsCommand_1 = require("./commands/DescribeFleetAdvisorCollectorsCommand");
|
|
34
|
+
const DescribeFleetAdvisorDatabasesCommand_1 = require("./commands/DescribeFleetAdvisorDatabasesCommand");
|
|
35
|
+
const DescribeFleetAdvisorLsaAnalysisCommand_1 = require("./commands/DescribeFleetAdvisorLsaAnalysisCommand");
|
|
36
|
+
const DescribeFleetAdvisorSchemaObjectSummaryCommand_1 = require("./commands/DescribeFleetAdvisorSchemaObjectSummaryCommand");
|
|
37
|
+
const DescribeFleetAdvisorSchemasCommand_1 = require("./commands/DescribeFleetAdvisorSchemasCommand");
|
|
30
38
|
const DescribeOrderableReplicationInstancesCommand_1 = require("./commands/DescribeOrderableReplicationInstancesCommand");
|
|
31
39
|
const DescribePendingMaintenanceActionsCommand_1 = require("./commands/DescribePendingMaintenanceActionsCommand");
|
|
32
40
|
const DescribeRefreshSchemasStatusCommand_1 = require("./commands/DescribeRefreshSchemasStatusCommand");
|
|
@@ -51,6 +59,7 @@ const RebootReplicationInstanceCommand_1 = require("./commands/RebootReplication
|
|
|
51
59
|
const RefreshSchemasCommand_1 = require("./commands/RefreshSchemasCommand");
|
|
52
60
|
const ReloadTablesCommand_1 = require("./commands/ReloadTablesCommand");
|
|
53
61
|
const RemoveTagsFromResourceCommand_1 = require("./commands/RemoveTagsFromResourceCommand");
|
|
62
|
+
const RunFleetAdvisorLsaAnalysisCommand_1 = require("./commands/RunFleetAdvisorLsaAnalysisCommand");
|
|
54
63
|
const StartReplicationTaskAssessmentCommand_1 = require("./commands/StartReplicationTaskAssessmentCommand");
|
|
55
64
|
const StartReplicationTaskAssessmentRunCommand_1 = require("./commands/StartReplicationTaskAssessmentRunCommand");
|
|
56
65
|
const StartReplicationTaskCommand_1 = require("./commands/StartReplicationTaskCommand");
|
|
@@ -128,6 +137,20 @@ class DatabaseMigrationService extends DatabaseMigrationServiceClient_1.Database
|
|
|
128
137
|
return this.send(command, optionsOrCb);
|
|
129
138
|
}
|
|
130
139
|
}
|
|
140
|
+
createFleetAdvisorCollector(args, optionsOrCb, cb) {
|
|
141
|
+
const command = new CreateFleetAdvisorCollectorCommand_1.CreateFleetAdvisorCollectorCommand(args);
|
|
142
|
+
if (typeof optionsOrCb === "function") {
|
|
143
|
+
this.send(command, optionsOrCb);
|
|
144
|
+
}
|
|
145
|
+
else if (typeof cb === "function") {
|
|
146
|
+
if (typeof optionsOrCb !== "object")
|
|
147
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
148
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
149
|
+
}
|
|
150
|
+
else {
|
|
151
|
+
return this.send(command, optionsOrCb);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
131
154
|
createReplicationInstance(args, optionsOrCb, cb) {
|
|
132
155
|
const command = new CreateReplicationInstanceCommand_1.CreateReplicationInstanceCommand(args);
|
|
133
156
|
if (typeof optionsOrCb === "function") {
|
|
@@ -226,6 +249,34 @@ class DatabaseMigrationService extends DatabaseMigrationServiceClient_1.Database
|
|
|
226
249
|
return this.send(command, optionsOrCb);
|
|
227
250
|
}
|
|
228
251
|
}
|
|
252
|
+
deleteFleetAdvisorCollector(args, optionsOrCb, cb) {
|
|
253
|
+
const command = new DeleteFleetAdvisorCollectorCommand_1.DeleteFleetAdvisorCollectorCommand(args);
|
|
254
|
+
if (typeof optionsOrCb === "function") {
|
|
255
|
+
this.send(command, optionsOrCb);
|
|
256
|
+
}
|
|
257
|
+
else if (typeof cb === "function") {
|
|
258
|
+
if (typeof optionsOrCb !== "object")
|
|
259
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
260
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
261
|
+
}
|
|
262
|
+
else {
|
|
263
|
+
return this.send(command, optionsOrCb);
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
deleteFleetAdvisorDatabases(args, optionsOrCb, cb) {
|
|
267
|
+
const command = new DeleteFleetAdvisorDatabasesCommand_1.DeleteFleetAdvisorDatabasesCommand(args);
|
|
268
|
+
if (typeof optionsOrCb === "function") {
|
|
269
|
+
this.send(command, optionsOrCb);
|
|
270
|
+
}
|
|
271
|
+
else if (typeof cb === "function") {
|
|
272
|
+
if (typeof optionsOrCb !== "object")
|
|
273
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
274
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
275
|
+
}
|
|
276
|
+
else {
|
|
277
|
+
return this.send(command, optionsOrCb);
|
|
278
|
+
}
|
|
279
|
+
}
|
|
229
280
|
deleteReplicationInstance(args, optionsOrCb, cb) {
|
|
230
281
|
const command = new DeleteReplicationInstanceCommand_1.DeleteReplicationInstanceCommand(args);
|
|
231
282
|
if (typeof optionsOrCb === "function") {
|
|
@@ -422,6 +473,76 @@ class DatabaseMigrationService extends DatabaseMigrationServiceClient_1.Database
|
|
|
422
473
|
return this.send(command, optionsOrCb);
|
|
423
474
|
}
|
|
424
475
|
}
|
|
476
|
+
describeFleetAdvisorCollectors(args, optionsOrCb, cb) {
|
|
477
|
+
const command = new DescribeFleetAdvisorCollectorsCommand_1.DescribeFleetAdvisorCollectorsCommand(args);
|
|
478
|
+
if (typeof optionsOrCb === "function") {
|
|
479
|
+
this.send(command, optionsOrCb);
|
|
480
|
+
}
|
|
481
|
+
else if (typeof cb === "function") {
|
|
482
|
+
if (typeof optionsOrCb !== "object")
|
|
483
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
484
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
485
|
+
}
|
|
486
|
+
else {
|
|
487
|
+
return this.send(command, optionsOrCb);
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
describeFleetAdvisorDatabases(args, optionsOrCb, cb) {
|
|
491
|
+
const command = new DescribeFleetAdvisorDatabasesCommand_1.DescribeFleetAdvisorDatabasesCommand(args);
|
|
492
|
+
if (typeof optionsOrCb === "function") {
|
|
493
|
+
this.send(command, optionsOrCb);
|
|
494
|
+
}
|
|
495
|
+
else if (typeof cb === "function") {
|
|
496
|
+
if (typeof optionsOrCb !== "object")
|
|
497
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
498
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
499
|
+
}
|
|
500
|
+
else {
|
|
501
|
+
return this.send(command, optionsOrCb);
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
describeFleetAdvisorLsaAnalysis(args, optionsOrCb, cb) {
|
|
505
|
+
const command = new DescribeFleetAdvisorLsaAnalysisCommand_1.DescribeFleetAdvisorLsaAnalysisCommand(args);
|
|
506
|
+
if (typeof optionsOrCb === "function") {
|
|
507
|
+
this.send(command, optionsOrCb);
|
|
508
|
+
}
|
|
509
|
+
else if (typeof cb === "function") {
|
|
510
|
+
if (typeof optionsOrCb !== "object")
|
|
511
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
512
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
513
|
+
}
|
|
514
|
+
else {
|
|
515
|
+
return this.send(command, optionsOrCb);
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
describeFleetAdvisorSchemaObjectSummary(args, optionsOrCb, cb) {
|
|
519
|
+
const command = new DescribeFleetAdvisorSchemaObjectSummaryCommand_1.DescribeFleetAdvisorSchemaObjectSummaryCommand(args);
|
|
520
|
+
if (typeof optionsOrCb === "function") {
|
|
521
|
+
this.send(command, optionsOrCb);
|
|
522
|
+
}
|
|
523
|
+
else if (typeof cb === "function") {
|
|
524
|
+
if (typeof optionsOrCb !== "object")
|
|
525
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
526
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
527
|
+
}
|
|
528
|
+
else {
|
|
529
|
+
return this.send(command, optionsOrCb);
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
describeFleetAdvisorSchemas(args, optionsOrCb, cb) {
|
|
533
|
+
const command = new DescribeFleetAdvisorSchemasCommand_1.DescribeFleetAdvisorSchemasCommand(args);
|
|
534
|
+
if (typeof optionsOrCb === "function") {
|
|
535
|
+
this.send(command, optionsOrCb);
|
|
536
|
+
}
|
|
537
|
+
else if (typeof cb === "function") {
|
|
538
|
+
if (typeof optionsOrCb !== "object")
|
|
539
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
540
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
541
|
+
}
|
|
542
|
+
else {
|
|
543
|
+
return this.send(command, optionsOrCb);
|
|
544
|
+
}
|
|
545
|
+
}
|
|
425
546
|
describeOrderableReplicationInstances(args, optionsOrCb, cb) {
|
|
426
547
|
const command = new DescribeOrderableReplicationInstancesCommand_1.DescribeOrderableReplicationInstancesCommand(args);
|
|
427
548
|
if (typeof optionsOrCb === "function") {
|
|
@@ -758,6 +879,20 @@ class DatabaseMigrationService extends DatabaseMigrationServiceClient_1.Database
|
|
|
758
879
|
return this.send(command, optionsOrCb);
|
|
759
880
|
}
|
|
760
881
|
}
|
|
882
|
+
runFleetAdvisorLsaAnalysis(args, optionsOrCb, cb) {
|
|
883
|
+
const command = new RunFleetAdvisorLsaAnalysisCommand_1.RunFleetAdvisorLsaAnalysisCommand(args);
|
|
884
|
+
if (typeof optionsOrCb === "function") {
|
|
885
|
+
this.send(command, optionsOrCb);
|
|
886
|
+
}
|
|
887
|
+
else if (typeof cb === "function") {
|
|
888
|
+
if (typeof optionsOrCb !== "object")
|
|
889
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
890
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
891
|
+
}
|
|
892
|
+
else {
|
|
893
|
+
return this.send(command, optionsOrCb);
|
|
894
|
+
}
|
|
895
|
+
}
|
|
761
896
|
startReplicationTask(args, optionsOrCb, cb) {
|
|
762
897
|
const command = new StartReplicationTaskCommand_1.StartReplicationTaskCommand(args);
|
|
763
898
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateFleetAdvisorCollectorCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class CreateFleetAdvisorCollectorCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
const commandName = "CreateFleetAdvisorCollectorCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateFleetAdvisorCollectorRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateFleetAdvisorCollectorResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1CreateFleetAdvisorCollectorCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateFleetAdvisorCollectorCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.CreateFleetAdvisorCollectorCommand = CreateFleetAdvisorCollectorCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteFleetAdvisorCollectorCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DeleteFleetAdvisorCollectorCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
const commandName = "DeleteFleetAdvisorCollectorCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteCollectorRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: (output) => output,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteFleetAdvisorCollectorCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteFleetAdvisorCollectorCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteFleetAdvisorCollectorCommand = DeleteFleetAdvisorCollectorCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteFleetAdvisorDatabasesCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DeleteFleetAdvisorDatabasesCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
const commandName = "DeleteFleetAdvisorDatabasesCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteFleetAdvisorDatabasesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteFleetAdvisorDatabasesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DeleteFleetAdvisorDatabasesCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteFleetAdvisorDatabasesCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteFleetAdvisorDatabasesCommand = DeleteFleetAdvisorDatabasesCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetAdvisorCollectorsCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DescribeFleetAdvisorCollectorsCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
const commandName = "DescribeFleetAdvisorCollectorsCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorCollectorsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorCollectorsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeFleetAdvisorCollectorsCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeFleetAdvisorCollectorsCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DescribeFleetAdvisorCollectorsCommand = DescribeFleetAdvisorCollectorsCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetAdvisorDatabasesCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DescribeFleetAdvisorDatabasesCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
const commandName = "DescribeFleetAdvisorDatabasesCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorDatabasesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorDatabasesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeFleetAdvisorDatabasesCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeFleetAdvisorDatabasesCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DescribeFleetAdvisorDatabasesCommand = DescribeFleetAdvisorDatabasesCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetAdvisorLsaAnalysisCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DescribeFleetAdvisorLsaAnalysisCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
const commandName = "DescribeFleetAdvisorLsaAnalysisCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorLsaAnalysisRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorLsaAnalysisResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DescribeFleetAdvisorLsaAnalysisCommand = DescribeFleetAdvisorLsaAnalysisCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetAdvisorSchemaObjectSummaryCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DescribeFleetAdvisorSchemaObjectSummaryCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
const commandName = "DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorSchemaObjectSummaryRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorSchemaObjectSummaryResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DescribeFleetAdvisorSchemaObjectSummaryCommand = DescribeFleetAdvisorSchemaObjectSummaryCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetAdvisorSchemasCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DescribeFleetAdvisorSchemasCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
const commandName = "DescribeFleetAdvisorSchemasCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorSchemasRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetAdvisorSchemasResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1DescribeFleetAdvisorSchemasCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeFleetAdvisorSchemasCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DescribeFleetAdvisorSchemasCommand = DescribeFleetAdvisorSchemasCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RunFleetAdvisorLsaAnalysisCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class RunFleetAdvisorLsaAnalysisCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
const commandName = "RunFleetAdvisorLsaAnalysisCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: (input) => input,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.RunFleetAdvisorLsaAnalysisResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.RunFleetAdvisorLsaAnalysisCommand = RunFleetAdvisorLsaAnalysisCommand;
|
|
@@ -6,6 +6,7 @@ tslib_1.__exportStar(require("./ApplyPendingMaintenanceActionCommand"), exports)
|
|
|
6
6
|
tslib_1.__exportStar(require("./CancelReplicationTaskAssessmentRunCommand"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./CreateEndpointCommand"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./CreateEventSubscriptionCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateFleetAdvisorCollectorCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./CreateReplicationInstanceCommand"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./CreateReplicationSubnetGroupCommand"), exports);
|
|
11
12
|
tslib_1.__exportStar(require("./CreateReplicationTaskCommand"), exports);
|
|
@@ -13,6 +14,8 @@ tslib_1.__exportStar(require("./DeleteCertificateCommand"), exports);
|
|
|
13
14
|
tslib_1.__exportStar(require("./DeleteConnectionCommand"), exports);
|
|
14
15
|
tslib_1.__exportStar(require("./DeleteEndpointCommand"), exports);
|
|
15
16
|
tslib_1.__exportStar(require("./DeleteEventSubscriptionCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteFleetAdvisorCollectorCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteFleetAdvisorDatabasesCommand"), exports);
|
|
16
19
|
tslib_1.__exportStar(require("./DeleteReplicationInstanceCommand"), exports);
|
|
17
20
|
tslib_1.__exportStar(require("./DeleteReplicationSubnetGroupCommand"), exports);
|
|
18
21
|
tslib_1.__exportStar(require("./DeleteReplicationTaskAssessmentRunCommand"), exports);
|
|
@@ -27,6 +30,11 @@ tslib_1.__exportStar(require("./DescribeEndpointsCommand"), exports);
|
|
|
27
30
|
tslib_1.__exportStar(require("./DescribeEventCategoriesCommand"), exports);
|
|
28
31
|
tslib_1.__exportStar(require("./DescribeEventSubscriptionsCommand"), exports);
|
|
29
32
|
tslib_1.__exportStar(require("./DescribeEventsCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./DescribeFleetAdvisorCollectorsCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DescribeFleetAdvisorDatabasesCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./DescribeFleetAdvisorLsaAnalysisCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./DescribeFleetAdvisorSchemaObjectSummaryCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeFleetAdvisorSchemasCommand"), exports);
|
|
30
38
|
tslib_1.__exportStar(require("./DescribeOrderableReplicationInstancesCommand"), exports);
|
|
31
39
|
tslib_1.__exportStar(require("./DescribePendingMaintenanceActionsCommand"), exports);
|
|
32
40
|
tslib_1.__exportStar(require("./DescribeRefreshSchemasStatusCommand"), exports);
|
|
@@ -51,6 +59,7 @@ tslib_1.__exportStar(require("./RebootReplicationInstanceCommand"), exports);
|
|
|
51
59
|
tslib_1.__exportStar(require("./RefreshSchemasCommand"), exports);
|
|
52
60
|
tslib_1.__exportStar(require("./ReloadTablesCommand"), exports);
|
|
53
61
|
tslib_1.__exportStar(require("./RemoveTagsFromResourceCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./RunFleetAdvisorLsaAnalysisCommand"), exports);
|
|
54
63
|
tslib_1.__exportStar(require("./StartReplicationTaskAssessmentCommand"), exports);
|
|
55
64
|
tslib_1.__exportStar(require("./StartReplicationTaskAssessmentRunCommand"), exports);
|
|
56
65
|
tslib_1.__exportStar(require("./StartReplicationTaskCommand"), exports);
|