@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
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
-
import { RebootReplicationInstanceMessage, RebootReplicationInstanceResponse } from "../models/
|
|
5
|
+
import { RebootReplicationInstanceMessage, RebootReplicationInstanceResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
-
import { RefreshSchemasMessage, RefreshSchemasResponse } from "../models/
|
|
5
|
+
import { RefreshSchemasMessage, RefreshSchemasResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
-
import { ReloadReplicationTablesMessage, ReloadReplicationTablesResponse } from "../models/
|
|
5
|
+
import { ReloadReplicationTablesMessage, ReloadReplicationTablesResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
-
import { ReloadTablesMessage, ReloadTablesResponse } from "../models/
|
|
5
|
+
import { ReloadTablesMessage, ReloadTablesResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
-
import { RemoveTagsFromResourceMessage, RemoveTagsFromResourceResponse } from "../models/
|
|
5
|
+
import { RemoveTagsFromResourceMessage, RemoveTagsFromResourceResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
-
import { RunFleetAdvisorLsaAnalysisResponse } from "../models/
|
|
5
|
+
import { RunFleetAdvisorLsaAnalysisResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
+
import { StartExtensionPackAssociationMessage, StartExtensionPackAssociationResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StartExtensionPackAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartExtensionPackAssociationCommandInput extends StartExtensionPackAssociationMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartExtensionPackAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartExtensionPackAssociationCommandOutput extends StartExtensionPackAssociationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Applies the extension pack to your target database. An extension pack is an add-on
|
|
27
|
+
* module that emulates functions present in a source database that are required when
|
|
28
|
+
* converting objects to the target database.
|
|
29
|
+
* </p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { DatabaseMigrationServiceClient, StartExtensionPackAssociationCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
|
+
* // const { DatabaseMigrationServiceClient, StartExtensionPackAssociationCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
+
* const input = { // StartExtensionPackAssociationMessage
|
|
37
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new StartExtensionPackAssociationCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // StartExtensionPackAssociationResponse
|
|
42
|
+
* // RequestIdentifier: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param StartExtensionPackAssociationCommandInput - {@link StartExtensionPackAssociationCommandInput}
|
|
48
|
+
* @returns {@link StartExtensionPackAssociationCommandOutput}
|
|
49
|
+
* @see {@link StartExtensionPackAssociationCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link StartExtensionPackAssociationCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
54
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
55
|
+
* role is correctly configured.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
58
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
61
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceAlreadyExistsFault} (client fault)
|
|
64
|
+
* <p>The resource you are attempting to create already exists.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
67
|
+
* <p>The resource could not be found.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ResourceQuotaExceededFault} (client fault)
|
|
70
|
+
* <p>The quota for this resource quota has been exceeded.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link S3AccessDeniedFault} (client fault)
|
|
73
|
+
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link S3ResourceNotFoundFault} (client fault)
|
|
76
|
+
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
77
|
+
* found.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
export declare class StartExtensionPackAssociationCommand extends $Command<StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
84
|
+
readonly input: StartExtensionPackAssociationCommandInput;
|
|
85
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
constructor(input: StartExtensionPackAssociationCommandInput);
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private deserialize;
|
|
102
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
+
import { StartMetadataModelAssessmentMessage, StartMetadataModelAssessmentResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StartMetadataModelAssessmentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartMetadataModelAssessmentCommandInput extends StartMetadataModelAssessmentMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartMetadataModelAssessmentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartMetadataModelAssessmentCommandOutput extends StartMetadataModelAssessmentResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates a database migration assessment report by assessing the migration complexity for
|
|
27
|
+
* your source database. A database migration assessment report summarizes all of the schema
|
|
28
|
+
* conversion tasks. It also details the action items for database objects that can't be converted
|
|
29
|
+
* to the database engine of your target database instance. </p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { DatabaseMigrationServiceClient, StartMetadataModelAssessmentCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
|
+
* // const { DatabaseMigrationServiceClient, StartMetadataModelAssessmentCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
+
* const input = { // StartMetadataModelAssessmentMessage
|
|
37
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* SelectionRules: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new StartMetadataModelAssessmentCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // StartMetadataModelAssessmentResponse
|
|
43
|
+
* // RequestIdentifier: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param StartMetadataModelAssessmentCommandInput - {@link StartMetadataModelAssessmentCommandInput}
|
|
49
|
+
* @returns {@link StartMetadataModelAssessmentCommandOutput}
|
|
50
|
+
* @see {@link StartMetadataModelAssessmentCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link StartMetadataModelAssessmentCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
55
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
56
|
+
* role is correctly configured.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
59
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
62
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceAlreadyExistsFault} (client fault)
|
|
65
|
+
* <p>The resource you are attempting to create already exists.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
68
|
+
* <p>The resource could not be found.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ResourceQuotaExceededFault} (client fault)
|
|
71
|
+
* <p>The quota for this resource quota has been exceeded.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link S3AccessDeniedFault} (client fault)
|
|
74
|
+
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link S3ResourceNotFoundFault} (client fault)
|
|
77
|
+
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
78
|
+
* found.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
export declare class StartMetadataModelAssessmentCommand extends $Command<StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
85
|
+
readonly input: StartMetadataModelAssessmentCommandInput;
|
|
86
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
constructor(input: StartMetadataModelAssessmentCommandInput);
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
98
|
+
private serialize;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
102
|
+
private deserialize;
|
|
103
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
+
import { StartMetadataModelConversionMessage, StartMetadataModelConversionResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StartMetadataModelConversionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartMetadataModelConversionCommandInput extends StartMetadataModelConversionMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartMetadataModelConversionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartMetadataModelConversionCommandOutput extends StartMetadataModelConversionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Converts your source database objects to a format compatible with the target database. </p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DatabaseMigrationServiceClient, StartMetadataModelConversionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
|
+
* // const { DatabaseMigrationServiceClient, StartMetadataModelConversionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
+
* const input = { // StartMetadataModelConversionMessage
|
|
34
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* SelectionRules: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new StartMetadataModelConversionCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // StartMetadataModelConversionResponse
|
|
40
|
+
* // RequestIdentifier: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param StartMetadataModelConversionCommandInput - {@link StartMetadataModelConversionCommandInput}
|
|
46
|
+
* @returns {@link StartMetadataModelConversionCommandOutput}
|
|
47
|
+
* @see {@link StartMetadataModelConversionCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link StartMetadataModelConversionCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
52
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
53
|
+
* role is correctly configured.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
56
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
59
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceAlreadyExistsFault} (client fault)
|
|
62
|
+
* <p>The resource you are attempting to create already exists.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
65
|
+
* <p>The resource could not be found.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceQuotaExceededFault} (client fault)
|
|
68
|
+
* <p>The quota for this resource quota has been exceeded.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link S3AccessDeniedFault} (client fault)
|
|
71
|
+
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link S3ResourceNotFoundFault} (client fault)
|
|
74
|
+
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
75
|
+
* found.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
export declare class StartMetadataModelConversionCommand extends $Command<StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
82
|
+
readonly input: StartMetadataModelConversionCommandInput;
|
|
83
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
constructor(input: StartMetadataModelConversionCommandInput);
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private serialize;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
private deserialize;
|
|
100
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
+
import { StartMetadataModelExportAsScriptMessage, StartMetadataModelExportAsScriptResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StartMetadataModelExportAsScriptCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartMetadataModelExportAsScriptCommandInput extends StartMetadataModelExportAsScriptMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartMetadataModelExportAsScriptCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartMetadataModelExportAsScriptCommandOutput extends StartMetadataModelExportAsScriptResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DatabaseMigrationServiceClient, StartMetadataModelExportAsScriptCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
|
+
* // const { DatabaseMigrationServiceClient, StartMetadataModelExportAsScriptCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
+
* const input = { // StartMetadataModelExportAsScriptMessage
|
|
34
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* SelectionRules: "STRING_VALUE", // required
|
|
36
|
+
* Origin: "SOURCE" || "TARGET", // required
|
|
37
|
+
* FileName: "STRING_VALUE",
|
|
38
|
+
* };
|
|
39
|
+
* const command = new StartMetadataModelExportAsScriptCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // StartMetadataModelExportAsScriptResponse
|
|
42
|
+
* // RequestIdentifier: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param StartMetadataModelExportAsScriptCommandInput - {@link StartMetadataModelExportAsScriptCommandInput}
|
|
48
|
+
* @returns {@link StartMetadataModelExportAsScriptCommandOutput}
|
|
49
|
+
* @see {@link StartMetadataModelExportAsScriptCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link StartMetadataModelExportAsScriptCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
54
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
55
|
+
* role is correctly configured.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
58
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
61
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceAlreadyExistsFault} (client fault)
|
|
64
|
+
* <p>The resource you are attempting to create already exists.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
67
|
+
* <p>The resource could not be found.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ResourceQuotaExceededFault} (client fault)
|
|
70
|
+
* <p>The quota for this resource quota has been exceeded.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link S3AccessDeniedFault} (client fault)
|
|
73
|
+
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link S3ResourceNotFoundFault} (client fault)
|
|
76
|
+
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
77
|
+
* found.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
export declare class StartMetadataModelExportAsScriptCommand extends $Command<StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
84
|
+
readonly input: StartMetadataModelExportAsScriptCommandInput;
|
|
85
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
constructor(input: StartMetadataModelExportAsScriptCommandInput);
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private deserialize;
|
|
102
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
5
|
+
import { StartMetadataModelExportToTargetMessage, StartMetadataModelExportToTargetResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StartMetadataModelExportToTargetCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartMetadataModelExportToTargetCommandInput extends StartMetadataModelExportToTargetMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartMetadataModelExportToTargetCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartMetadataModelExportToTargetCommandOutput extends StartMetadataModelExportToTargetResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Applies converted database objects to your target database. </p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DatabaseMigrationServiceClient, StartMetadataModelExportToTargetCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
|
+
* // const { DatabaseMigrationServiceClient, StartMetadataModelExportToTargetCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
+
* const input = { // StartMetadataModelExportToTargetMessage
|
|
34
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* SelectionRules: "STRING_VALUE", // required
|
|
36
|
+
* OverwriteExtensionPack: true || false,
|
|
37
|
+
* };
|
|
38
|
+
* const command = new StartMetadataModelExportToTargetCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* // { // StartMetadataModelExportToTargetResponse
|
|
41
|
+
* // RequestIdentifier: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @param StartMetadataModelExportToTargetCommandInput - {@link StartMetadataModelExportToTargetCommandInput}
|
|
47
|
+
* @returns {@link StartMetadataModelExportToTargetCommandOutput}
|
|
48
|
+
* @see {@link StartMetadataModelExportToTargetCommandInput} for command's `input` shape.
|
|
49
|
+
* @see {@link StartMetadataModelExportToTargetCommandOutput} for command's `response` shape.
|
|
50
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
53
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
54
|
+
* role is correctly configured.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
57
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
60
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceAlreadyExistsFault} (client fault)
|
|
63
|
+
* <p>The resource you are attempting to create already exists.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
66
|
+
* <p>The resource could not be found.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceQuotaExceededFault} (client fault)
|
|
69
|
+
* <p>The quota for this resource quota has been exceeded.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link S3AccessDeniedFault} (client fault)
|
|
72
|
+
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link S3ResourceNotFoundFault} (client fault)
|
|
75
|
+
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
76
|
+
* found.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
export declare class StartMetadataModelExportToTargetCommand extends $Command<StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
83
|
+
readonly input: StartMetadataModelExportToTargetCommandInput;
|
|
84
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
constructor(input: StartMetadataModelExportToTargetCommandInput);
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
92
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
private deserialize;
|
|
101
|
+
}
|