@aws-sdk/client-database-migration-service 3.379.1 → 3.384.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/README.md +224 -0
- package/dist-cjs/DatabaseMigrationService.js +56 -0
- package/dist-cjs/commands/CreateDataProviderCommand.js +46 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/CreateMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DeleteDataProviderCommand.js +46 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/DeleteMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DescribeConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DescribeDataProvidersCommand.js +46 -0
- package/dist-cjs/commands/DescribeEngineVersionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
- package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
- package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +65 -87
- package/dist-cjs/models/models_1.js +56 -0
- package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeEngineVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +11 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1601 -109
- package/dist-es/DatabaseMigrationService.js +56 -0
- package/dist-es/commands/CreateDataProviderCommand.js +42 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
- package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
- package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
- package/dist-es/commands/DescribeEngineVersionsCommand.js +42 -0
- package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
- package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
- package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
- package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
- package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
- package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
- package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +61 -80
- package/dist-es/models/models_1.js +50 -0
- package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
- package/dist-es/pagination/DescribeEngineVersionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
- package/dist-es/pagination/index.js +11 -1
- package/dist-es/protocols/Aws_json1_1.js +1539 -104
- package/dist-types/DatabaseMigrationService.d.ts +196 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +30 -2
- package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
- package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
- package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +88 -0
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
- package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
- package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2691 -1072
- package/dist-types/models/models_1.d.ts +1322 -0
- package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeEngineVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +11 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +252 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +494 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +168 -0
- package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeEngineVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +398 -242
- package/dist-types/ts3.4/models/models_1.d.ts +312 -0
- package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeEngineVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +336 -0
- package/package.json +5 -5
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeMigrationProjectsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class DescribeMigrationProjectsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeMigrationProjectsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "DescribeMigrationProjectsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeMigrationProjectsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeMigrationProjectsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DescribeMigrationProjectsCommand = DescribeMigrationProjectsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExportMetadataModelAssessmentCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class ExportMetadataModelAssessmentCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ExportMetadataModelAssessmentCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "ExportMetadataModelAssessmentCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_ExportMetadataModelAssessmentCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_ExportMetadataModelAssessmentCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ExportMetadataModelAssessmentCommand = ExportMetadataModelAssessmentCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModifyConversionConfigurationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class ModifyConversionConfigurationCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ModifyConversionConfigurationCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "ModifyConversionConfigurationCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_ModifyConversionConfigurationCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_ModifyConversionConfigurationCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ModifyConversionConfigurationCommand = ModifyConversionConfigurationCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModifyDataProviderCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class ModifyDataProviderCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ModifyDataProviderCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "ModifyDataProviderCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_ModifyDataProviderCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_ModifyDataProviderCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ModifyDataProviderCommand = ModifyDataProviderCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModifyInstanceProfileCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class ModifyInstanceProfileCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ModifyInstanceProfileCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "ModifyInstanceProfileCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_ModifyInstanceProfileCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_ModifyInstanceProfileCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ModifyInstanceProfileCommand = ModifyInstanceProfileCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModifyMigrationProjectCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class ModifyMigrationProjectCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ModifyMigrationProjectCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "ModifyMigrationProjectCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_ModifyMigrationProjectCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_ModifyMigrationProjectCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ModifyMigrationProjectCommand = ModifyMigrationProjectCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartExtensionPackAssociationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class StartExtensionPackAssociationCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartExtensionPackAssociationCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "StartExtensionPackAssociationCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_StartExtensionPackAssociationCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_StartExtensionPackAssociationCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartExtensionPackAssociationCommand = StartExtensionPackAssociationCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartMetadataModelAssessmentCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class StartMetadataModelAssessmentCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartMetadataModelAssessmentCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "StartMetadataModelAssessmentCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_StartMetadataModelAssessmentCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_StartMetadataModelAssessmentCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartMetadataModelAssessmentCommand = StartMetadataModelAssessmentCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartMetadataModelConversionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class StartMetadataModelConversionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartMetadataModelConversionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "StartMetadataModelConversionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_StartMetadataModelConversionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_StartMetadataModelConversionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartMetadataModelConversionCommand = StartMetadataModelConversionCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartMetadataModelExportAsScriptCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class StartMetadataModelExportAsScriptCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartMetadataModelExportAsScriptCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "StartMetadataModelExportAsScriptCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_StartMetadataModelExportAsScriptCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_StartMetadataModelExportAsScriptCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartMetadataModelExportAsScriptCommand = StartMetadataModelExportAsScriptCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartMetadataModelExportToTargetCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class StartMetadataModelExportToTargetCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartMetadataModelExportToTargetCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "StartMetadataModelExportToTargetCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_StartMetadataModelExportToTargetCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_StartMetadataModelExportToTargetCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartMetadataModelExportToTargetCommand = StartMetadataModelExportToTargetCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartMetadataModelImportCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class StartMetadataModelImportCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartMetadataModelImportCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "DatabaseMigrationServiceClient";
|
|
28
|
+
const commandName = "StartMetadataModelImportCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_StartMetadataModelImportCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_StartMetadataModelImportCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartMetadataModelImportCommand = StartMetadataModelImportCommand;
|
|
@@ -5,19 +5,25 @@ tslib_1.__exportStar(require("./AddTagsToResourceCommand"), exports);
|
|
|
5
5
|
tslib_1.__exportStar(require("./ApplyPendingMaintenanceActionCommand"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./BatchStartRecommendationsCommand"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./CancelReplicationTaskAssessmentRunCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateDataProviderCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./CreateEndpointCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./CreateEventSubscriptionCommand"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./CreateFleetAdvisorCollectorCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateInstanceProfileCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateMigrationProjectCommand"), exports);
|
|
11
14
|
tslib_1.__exportStar(require("./CreateReplicationConfigCommand"), exports);
|
|
12
15
|
tslib_1.__exportStar(require("./CreateReplicationInstanceCommand"), exports);
|
|
13
16
|
tslib_1.__exportStar(require("./CreateReplicationSubnetGroupCommand"), exports);
|
|
14
17
|
tslib_1.__exportStar(require("./CreateReplicationTaskCommand"), exports);
|
|
15
18
|
tslib_1.__exportStar(require("./DeleteCertificateCommand"), exports);
|
|
16
19
|
tslib_1.__exportStar(require("./DeleteConnectionCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteDataProviderCommand"), exports);
|
|
17
21
|
tslib_1.__exportStar(require("./DeleteEndpointCommand"), exports);
|
|
18
22
|
tslib_1.__exportStar(require("./DeleteEventSubscriptionCommand"), exports);
|
|
19
23
|
tslib_1.__exportStar(require("./DeleteFleetAdvisorCollectorCommand"), exports);
|
|
20
24
|
tslib_1.__exportStar(require("./DeleteFleetAdvisorDatabasesCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DeleteInstanceProfileCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DeleteMigrationProjectCommand"), exports);
|
|
21
27
|
tslib_1.__exportStar(require("./DeleteReplicationConfigCommand"), exports);
|
|
22
28
|
tslib_1.__exportStar(require("./DeleteReplicationInstanceCommand"), exports);
|
|
23
29
|
tslib_1.__exportStar(require("./DeleteReplicationSubnetGroupCommand"), exports);
|
|
@@ -27,17 +33,28 @@ tslib_1.__exportStar(require("./DescribeAccountAttributesCommand"), exports);
|
|
|
27
33
|
tslib_1.__exportStar(require("./DescribeApplicableIndividualAssessmentsCommand"), exports);
|
|
28
34
|
tslib_1.__exportStar(require("./DescribeCertificatesCommand"), exports);
|
|
29
35
|
tslib_1.__exportStar(require("./DescribeConnectionsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./DescribeConversionConfigurationCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeDataProvidersCommand"), exports);
|
|
30
38
|
tslib_1.__exportStar(require("./DescribeEndpointSettingsCommand"), exports);
|
|
31
39
|
tslib_1.__exportStar(require("./DescribeEndpointTypesCommand"), exports);
|
|
32
40
|
tslib_1.__exportStar(require("./DescribeEndpointsCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./DescribeEngineVersionsCommand"), exports);
|
|
33
42
|
tslib_1.__exportStar(require("./DescribeEventCategoriesCommand"), exports);
|
|
34
43
|
tslib_1.__exportStar(require("./DescribeEventSubscriptionsCommand"), exports);
|
|
35
44
|
tslib_1.__exportStar(require("./DescribeEventsCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./DescribeExtensionPackAssociationsCommand"), exports);
|
|
36
46
|
tslib_1.__exportStar(require("./DescribeFleetAdvisorCollectorsCommand"), exports);
|
|
37
47
|
tslib_1.__exportStar(require("./DescribeFleetAdvisorDatabasesCommand"), exports);
|
|
38
48
|
tslib_1.__exportStar(require("./DescribeFleetAdvisorLsaAnalysisCommand"), exports);
|
|
39
49
|
tslib_1.__exportStar(require("./DescribeFleetAdvisorSchemaObjectSummaryCommand"), exports);
|
|
40
50
|
tslib_1.__exportStar(require("./DescribeFleetAdvisorSchemasCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./DescribeInstanceProfilesCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./DescribeMetadataModelAssessmentsCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./DescribeMetadataModelConversionsCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./DescribeMetadataModelExportsAsScriptCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./DescribeMetadataModelExportsToTargetCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./DescribeMetadataModelImportsCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./DescribeMigrationProjectsCommand"), exports);
|
|
41
58
|
tslib_1.__exportStar(require("./DescribeOrderableReplicationInstancesCommand"), exports);
|
|
42
59
|
tslib_1.__exportStar(require("./DescribePendingMaintenanceActionsCommand"), exports);
|
|
43
60
|
tslib_1.__exportStar(require("./DescribeRecommendationLimitationsCommand"), exports);
|
|
@@ -55,10 +72,15 @@ tslib_1.__exportStar(require("./DescribeReplicationTasksCommand"), exports);
|
|
|
55
72
|
tslib_1.__exportStar(require("./DescribeReplicationsCommand"), exports);
|
|
56
73
|
tslib_1.__exportStar(require("./DescribeSchemasCommand"), exports);
|
|
57
74
|
tslib_1.__exportStar(require("./DescribeTableStatisticsCommand"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./ExportMetadataModelAssessmentCommand"), exports);
|
|
58
76
|
tslib_1.__exportStar(require("./ImportCertificateCommand"), exports);
|
|
59
77
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
78
|
+
tslib_1.__exportStar(require("./ModifyConversionConfigurationCommand"), exports);
|
|
79
|
+
tslib_1.__exportStar(require("./ModifyDataProviderCommand"), exports);
|
|
60
80
|
tslib_1.__exportStar(require("./ModifyEndpointCommand"), exports);
|
|
61
81
|
tslib_1.__exportStar(require("./ModifyEventSubscriptionCommand"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./ModifyInstanceProfileCommand"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./ModifyMigrationProjectCommand"), exports);
|
|
62
84
|
tslib_1.__exportStar(require("./ModifyReplicationConfigCommand"), exports);
|
|
63
85
|
tslib_1.__exportStar(require("./ModifyReplicationInstanceCommand"), exports);
|
|
64
86
|
tslib_1.__exportStar(require("./ModifyReplicationSubnetGroupCommand"), exports);
|
|
@@ -70,6 +92,12 @@ tslib_1.__exportStar(require("./ReloadReplicationTablesCommand"), exports);
|
|
|
70
92
|
tslib_1.__exportStar(require("./ReloadTablesCommand"), exports);
|
|
71
93
|
tslib_1.__exportStar(require("./RemoveTagsFromResourceCommand"), exports);
|
|
72
94
|
tslib_1.__exportStar(require("./RunFleetAdvisorLsaAnalysisCommand"), exports);
|
|
95
|
+
tslib_1.__exportStar(require("./StartExtensionPackAssociationCommand"), exports);
|
|
96
|
+
tslib_1.__exportStar(require("./StartMetadataModelAssessmentCommand"), exports);
|
|
97
|
+
tslib_1.__exportStar(require("./StartMetadataModelConversionCommand"), exports);
|
|
98
|
+
tslib_1.__exportStar(require("./StartMetadataModelExportAsScriptCommand"), exports);
|
|
99
|
+
tslib_1.__exportStar(require("./StartMetadataModelExportToTargetCommand"), exports);
|
|
100
|
+
tslib_1.__exportStar(require("./StartMetadataModelImportCommand"), exports);
|
|
73
101
|
tslib_1.__exportStar(require("./StartRecommendationsCommand"), exports);
|
|
74
102
|
tslib_1.__exportStar(require("./StartReplicationCommand"), exports);
|
|
75
103
|
tslib_1.__exportStar(require("./StartReplicationTaskAssessmentCommand"), exports);
|