@aws-sdk/client-database-migration-service 3.183.0 → 3.185.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/protocols/Aws_json1_1.js +2 -2
- package/dist-es/DatabaseMigrationService.js +269 -262
- package/dist-es/DatabaseMigrationServiceClient.js +28 -22
- package/dist-es/commands/AddTagsToResourceCommand.js +28 -21
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +28 -21
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +28 -21
- package/dist-es/commands/CreateEndpointCommand.js +28 -21
- package/dist-es/commands/CreateEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +28 -21
- package/dist-es/commands/CreateReplicationInstanceCommand.js +28 -21
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +28 -21
- package/dist-es/commands/CreateReplicationTaskCommand.js +28 -21
- package/dist-es/commands/DeleteCertificateCommand.js +28 -21
- package/dist-es/commands/DeleteConnectionCommand.js +28 -21
- package/dist-es/commands/DeleteEndpointCommand.js +28 -21
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +29 -22
- package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +28 -21
- package/dist-es/commands/DeleteReplicationInstanceCommand.js +28 -21
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +28 -21
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +28 -21
- package/dist-es/commands/DeleteReplicationTaskCommand.js +28 -21
- package/dist-es/commands/DescribeAccountAttributesCommand.js +28 -21
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +28 -21
- package/dist-es/commands/DescribeCertificatesCommand.js +28 -21
- package/dist-es/commands/DescribeConnectionsCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointTypesCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointsCommand.js +28 -21
- package/dist-es/commands/DescribeEventCategoriesCommand.js +28 -21
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +28 -21
- package/dist-es/commands/DescribeEventsCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +28 -21
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +28 -21
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +28 -21
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationInstancesCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationTasksCommand.js +28 -21
- package/dist-es/commands/DescribeSchemasCommand.js +28 -21
- package/dist-es/commands/DescribeTableStatisticsCommand.js +28 -21
- package/dist-es/commands/ImportCertificateCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ModifyEndpointCommand.js +28 -21
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/ModifyReplicationInstanceCommand.js +28 -21
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +28 -21
- package/dist-es/commands/ModifyReplicationTaskCommand.js +28 -21
- package/dist-es/commands/MoveReplicationTaskCommand.js +28 -21
- package/dist-es/commands/RebootReplicationInstanceCommand.js +28 -21
- package/dist-es/commands/RefreshSchemasCommand.js +28 -21
- package/dist-es/commands/ReloadTablesCommand.js +28 -21
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +28 -21
- package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +29 -22
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +28 -21
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +28 -21
- package/dist-es/commands/StartReplicationTaskCommand.js +28 -21
- package/dist-es/commands/StopReplicationTaskCommand.js +28 -21
- package/dist-es/commands/TestConnectionCommand.js +28 -21
- package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DatabaseMigrationServiceServiceException.js +10 -5
- package/dist-es/models/models_0.js +471 -904
- package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +68 -25
- package/dist-es/pagination/DescribeCertificatesPaginator.js +68 -25
- package/dist-es/pagination/DescribeConnectionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointTypesPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorCollectorsPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorDatabasesPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorSchemasPaginator.js +68 -25
- package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +68 -25
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationTasksPaginator.js +68 -25
- package/dist-es/pagination/DescribeSchemasPaginator.js +68 -25
- package/dist-es/pagination/DescribeTableStatisticsPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +5431 -4646
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForEndpointDeleted.js +90 -49
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +163 -92
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +66 -35
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +162 -91
- package/dist-es/waiters/waitForReplicationTaskReady.js +259 -148
- package/dist-es/waiters/waitForReplicationTaskRunning.js +259 -148
- package/dist-es/waiters/waitForReplicationTaskStopped.js +235 -134
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +91 -50
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeFleetAdvisorCollectorsRequestFilterSensitiveLog, DescribeFleetAdvisorCollectorsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeFleetAdvisorCollectorsCommand, serializeAws_json1_1DescribeFleetAdvisorCollectorsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeFleetAdvisorCollectorsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
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,
|
|
20
23
|
inputFilterSensitiveLog: DescribeFleetAdvisorCollectorsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeFleetAdvisorCollectorsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1DescribeFleetAdvisorCollectorsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorCollectorsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeFleetAdvisorCollectorsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorCollectorsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorCollectorsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeFleetAdvisorDatabasesRequestFilterSensitiveLog, DescribeFleetAdvisorDatabasesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeFleetAdvisorDatabasesCommand, serializeAws_json1_1DescribeFleetAdvisorDatabasesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeFleetAdvisorDatabasesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
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,
|
|
20
23
|
inputFilterSensitiveLog: DescribeFleetAdvisorDatabasesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeFleetAdvisorDatabasesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1DescribeFleetAdvisorDatabasesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorDatabasesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeFleetAdvisorDatabasesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorDatabasesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorDatabasesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeFleetAdvisorLsaAnalysisRequestFilterSensitiveLog, DescribeFleetAdvisorLsaAnalysisResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand, serializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeFleetAdvisorLsaAnalysisCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
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,
|
|
20
23
|
inputFilterSensitiveLog: DescribeFleetAdvisorLsaAnalysisRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeFleetAdvisorLsaAnalysisResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorLsaAnalysisCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeFleetAdvisorLsaAnalysisCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorLsaAnalysisCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorLsaAnalysisCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeFleetAdvisorSchemaObjectSummaryRequestFilterSensitiveLog, DescribeFleetAdvisorSchemaObjectSummaryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand, serializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeFleetAdvisorSchemaObjectSummaryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
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,
|
|
20
23
|
inputFilterSensitiveLog: DescribeFleetAdvisorSchemaObjectSummaryRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeFleetAdvisorSchemaObjectSummaryResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorSchemaObjectSummaryCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeFleetAdvisorSchemaObjectSummaryCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorSchemaObjectSummaryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorSchemaObjectSummaryCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeFleetAdvisorSchemasRequestFilterSensitiveLog, DescribeFleetAdvisorSchemasResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeFleetAdvisorSchemasCommand, serializeAws_json1_1DescribeFleetAdvisorSchemasCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeFleetAdvisorSchemasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
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,
|
|
20
23
|
inputFilterSensitiveLog: DescribeFleetAdvisorSchemasRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeFleetAdvisorSchemasResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
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) {
|
|
27
32
|
return serializeAws_json1_1DescribeFleetAdvisorSchemasCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetAdvisorSchemasCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeFleetAdvisorSchemasCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetAdvisorSchemasCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetAdvisorSchemasCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeOrderableReplicationInstancesMessageFilterSensitiveLog, DescribeOrderableReplicationInstancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeOrderableReplicationInstancesCommand, serializeAws_json1_1DescribeOrderableReplicationInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeOrderableReplicationInstancesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeOrderableReplicationInstancesCommand, _super);
|
|
8
|
+
function DescribeOrderableReplicationInstancesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeOrderableReplicationInstancesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribeOrderableReplicationInstancesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeOrderableReplicationInstancesMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeOrderableReplicationInstancesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeOrderableReplicationInstancesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeOrderableReplicationInstancesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeOrderableReplicationInstancesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeOrderableReplicationInstancesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeOrderableReplicationInstancesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeOrderableReplicationInstancesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribePendingMaintenanceActionsMessageFilterSensitiveLog, DescribePendingMaintenanceActionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribePendingMaintenanceActionsCommand, serializeAws_json1_1DescribePendingMaintenanceActionsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribePendingMaintenanceActionsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribePendingMaintenanceActionsCommand, _super);
|
|
8
|
+
function DescribePendingMaintenanceActionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribePendingMaintenanceActionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribePendingMaintenanceActionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribePendingMaintenanceActionsMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribePendingMaintenanceActionsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribePendingMaintenanceActionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribePendingMaintenanceActionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribePendingMaintenanceActionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribePendingMaintenanceActionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribePendingMaintenanceActionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribePendingMaintenanceActionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeRefreshSchemasStatusMessageFilterSensitiveLog, DescribeRefreshSchemasStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeRefreshSchemasStatusCommand, serializeAws_json1_1DescribeRefreshSchemasStatusCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeRefreshSchemasStatusCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeRefreshSchemasStatusCommand, _super);
|
|
8
|
+
function DescribeRefreshSchemasStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeRefreshSchemasStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribeRefreshSchemasStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeRefreshSchemasStatusMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeRefreshSchemasStatusResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeRefreshSchemasStatusCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeRefreshSchemasStatusCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeRefreshSchemasStatusCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeRefreshSchemasStatusCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeRefreshSchemasStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeRefreshSchemasStatusCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeReplicationInstanceTaskLogsMessageFilterSensitiveLog, DescribeReplicationInstanceTaskLogsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeReplicationInstanceTaskLogsCommand, serializeAws_json1_1DescribeReplicationInstanceTaskLogsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeReplicationInstanceTaskLogsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeReplicationInstanceTaskLogsCommand, _super);
|
|
8
|
+
function DescribeReplicationInstanceTaskLogsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeReplicationInstanceTaskLogsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribeReplicationInstanceTaskLogsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeReplicationInstanceTaskLogsMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeReplicationInstanceTaskLogsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeReplicationInstanceTaskLogsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeReplicationInstanceTaskLogsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeReplicationInstanceTaskLogsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeReplicationInstanceTaskLogsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeReplicationInstanceTaskLogsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeReplicationInstanceTaskLogsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeReplicationInstancesMessageFilterSensitiveLog, DescribeReplicationInstancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeReplicationInstancesCommand, serializeAws_json1_1DescribeReplicationInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeReplicationInstancesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeReplicationInstancesCommand, _super);
|
|
8
|
+
function DescribeReplicationInstancesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeReplicationInstancesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DatabaseMigrationServiceClient";
|
|
18
|
+
var commandName = "DescribeReplicationInstancesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeReplicationInstancesMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeReplicationInstancesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeReplicationInstancesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeReplicationInstancesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeReplicationInstancesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeReplicationInstancesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeReplicationInstancesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeReplicationInstancesCommand };
|