@aws-sdk/client-database-migration-service 3.382.0 → 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 +216 -0
- package/dist-cjs/DatabaseMigrationService.js +54 -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/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 +27 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +61 -83
- package/dist-cjs/models/models_1.js +56 -0
- package/dist-cjs/pagination/DescribeDataProvidersPaginator.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 +10 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1556 -124
- package/dist-es/DatabaseMigrationService.js +54 -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/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 +27 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +57 -76
- package/dist-es/models/models_1.js +50 -0
- package/dist-es/pagination/DescribeDataProvidersPaginator.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 +10 -1
- package/dist-es/protocols/Aws_json1_1.js +1647 -270
- package/dist-types/DatabaseMigrationService.d.ts +189 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +29 -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/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 +27 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2419 -2006
- package/dist-types/models/models_1.d.ts +1322 -0
- package/dist-types/pagination/DescribeDataProvidersPaginator.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 +10 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +243 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +477 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +162 -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/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 +27 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +374 -236
- 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/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 +10 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +324 -0
- package/package.json +1 -1
|
@@ -0,0 +1,80 @@
|
|
|
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 { ModifyConversionConfigurationMessage, ModifyConversionConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ModifyConversionConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ModifyConversionConfigurationCommandInput extends ModifyConversionConfigurationMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ModifyConversionConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ModifyConversionConfigurationCommandOutput extends ModifyConversionConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Modifies the specified schema conversion configuration using the provided parameters. </p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DatabaseMigrationServiceClient, ModifyConversionConfigurationCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
|
+
* // const { DatabaseMigrationServiceClient, ModifyConversionConfigurationCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
+
* const input = { // ModifyConversionConfigurationMessage
|
|
34
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* ConversionConfiguration: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new ModifyConversionConfigurationCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // ModifyConversionConfigurationResponse
|
|
40
|
+
* // MigrationProjectIdentifier: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param ModifyConversionConfigurationCommandInput - {@link ModifyConversionConfigurationCommandInput}
|
|
46
|
+
* @returns {@link ModifyConversionConfigurationCommandOutput}
|
|
47
|
+
* @see {@link ModifyConversionConfigurationCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link ModifyConversionConfigurationCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
52
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
55
|
+
* <p>The resource could not be found.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
export declare class ModifyConversionConfigurationCommand extends $Command<ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
62
|
+
readonly input: ModifyConversionConfigurationCommandInput;
|
|
63
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
constructor(input: ModifyConversionConfigurationCommandInput);
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
71
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
75
|
+
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
private deserialize;
|
|
80
|
+
}
|
|
@@ -0,0 +1,164 @@
|
|
|
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 { ModifyDataProviderMessage, ModifyDataProviderResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ModifyDataProviderCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ModifyDataProviderCommandInput extends ModifyDataProviderMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ModifyDataProviderCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ModifyDataProviderCommandOutput extends ModifyDataProviderResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Modifies the specified data provider using the provided settings.</p>
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>You must remove the data provider from all migration projects before you can modify it.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { DatabaseMigrationServiceClient, ModifyDataProviderCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
|
+
* // const { DatabaseMigrationServiceClient, ModifyDataProviderCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
+
* const input = { // ModifyDataProviderMessage
|
|
37
|
+
* DataProviderIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* DataProviderName: "STRING_VALUE",
|
|
39
|
+
* Description: "STRING_VALUE",
|
|
40
|
+
* Engine: "STRING_VALUE",
|
|
41
|
+
* ExactSettings: true || false,
|
|
42
|
+
* Settings: { // DataProviderSettings Union: only one key present
|
|
43
|
+
* PostgreSqlSettings: { // PostgreSqlDataProviderSettings
|
|
44
|
+
* ServerName: "STRING_VALUE",
|
|
45
|
+
* Port: Number("int"),
|
|
46
|
+
* DatabaseName: "STRING_VALUE",
|
|
47
|
+
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
48
|
+
* CertificateArn: "STRING_VALUE",
|
|
49
|
+
* },
|
|
50
|
+
* MySqlSettings: { // MySqlDataProviderSettings
|
|
51
|
+
* ServerName: "STRING_VALUE",
|
|
52
|
+
* Port: Number("int"),
|
|
53
|
+
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
54
|
+
* CertificateArn: "STRING_VALUE",
|
|
55
|
+
* },
|
|
56
|
+
* OracleSettings: { // OracleDataProviderSettings
|
|
57
|
+
* ServerName: "STRING_VALUE",
|
|
58
|
+
* Port: Number("int"),
|
|
59
|
+
* DatabaseName: "STRING_VALUE",
|
|
60
|
+
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
61
|
+
* CertificateArn: "STRING_VALUE",
|
|
62
|
+
* AsmServer: "STRING_VALUE",
|
|
63
|
+
* SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
64
|
+
* SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
65
|
+
* SecretsManagerSecurityDbEncryptionSecretId: "STRING_VALUE",
|
|
66
|
+
* SecretsManagerSecurityDbEncryptionAccessRoleArn: "STRING_VALUE",
|
|
67
|
+
* },
|
|
68
|
+
* MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
69
|
+
* ServerName: "STRING_VALUE",
|
|
70
|
+
* Port: Number("int"),
|
|
71
|
+
* DatabaseName: "STRING_VALUE",
|
|
72
|
+
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
73
|
+
* CertificateArn: "STRING_VALUE",
|
|
74
|
+
* },
|
|
75
|
+
* },
|
|
76
|
+
* };
|
|
77
|
+
* const command = new ModifyDataProviderCommand(input);
|
|
78
|
+
* const response = await client.send(command);
|
|
79
|
+
* // { // ModifyDataProviderResponse
|
|
80
|
+
* // DataProvider: { // DataProvider
|
|
81
|
+
* // DataProviderName: "STRING_VALUE",
|
|
82
|
+
* // DataProviderArn: "STRING_VALUE",
|
|
83
|
+
* // DataProviderCreationTime: new Date("TIMESTAMP"),
|
|
84
|
+
* // Description: "STRING_VALUE",
|
|
85
|
+
* // Engine: "STRING_VALUE",
|
|
86
|
+
* // Settings: { // DataProviderSettings Union: only one key present
|
|
87
|
+
* // PostgreSqlSettings: { // PostgreSqlDataProviderSettings
|
|
88
|
+
* // ServerName: "STRING_VALUE",
|
|
89
|
+
* // Port: Number("int"),
|
|
90
|
+
* // DatabaseName: "STRING_VALUE",
|
|
91
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
92
|
+
* // CertificateArn: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // MySqlSettings: { // MySqlDataProviderSettings
|
|
95
|
+
* // ServerName: "STRING_VALUE",
|
|
96
|
+
* // Port: Number("int"),
|
|
97
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
98
|
+
* // CertificateArn: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // OracleSettings: { // OracleDataProviderSettings
|
|
101
|
+
* // ServerName: "STRING_VALUE",
|
|
102
|
+
* // Port: Number("int"),
|
|
103
|
+
* // DatabaseName: "STRING_VALUE",
|
|
104
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
105
|
+
* // CertificateArn: "STRING_VALUE",
|
|
106
|
+
* // AsmServer: "STRING_VALUE",
|
|
107
|
+
* // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
108
|
+
* // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
109
|
+
* // SecretsManagerSecurityDbEncryptionSecretId: "STRING_VALUE",
|
|
110
|
+
* // SecretsManagerSecurityDbEncryptionAccessRoleArn: "STRING_VALUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
113
|
+
* // ServerName: "STRING_VALUE",
|
|
114
|
+
* // Port: Number("int"),
|
|
115
|
+
* // DatabaseName: "STRING_VALUE",
|
|
116
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
117
|
+
* // CertificateArn: "STRING_VALUE",
|
|
118
|
+
* // },
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
121
|
+
* // };
|
|
122
|
+
*
|
|
123
|
+
* ```
|
|
124
|
+
*
|
|
125
|
+
* @param ModifyDataProviderCommandInput - {@link ModifyDataProviderCommandInput}
|
|
126
|
+
* @returns {@link ModifyDataProviderCommandOutput}
|
|
127
|
+
* @see {@link ModifyDataProviderCommandInput} for command's `input` shape.
|
|
128
|
+
* @see {@link ModifyDataProviderCommandOutput} for command's `response` shape.
|
|
129
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
130
|
+
*
|
|
131
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
132
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
133
|
+
* role is correctly configured.</p>
|
|
134
|
+
*
|
|
135
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
136
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
137
|
+
*
|
|
138
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
139
|
+
* <p>The resource could not be found.</p>
|
|
140
|
+
*
|
|
141
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
142
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
143
|
+
*
|
|
144
|
+
*/
|
|
145
|
+
export declare class ModifyDataProviderCommand extends $Command<ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
146
|
+
readonly input: ModifyDataProviderCommandInput;
|
|
147
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
constructor(input: ModifyDataProviderCommandInput);
|
|
152
|
+
/**
|
|
153
|
+
* @internal
|
|
154
|
+
*/
|
|
155
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput>;
|
|
156
|
+
/**
|
|
157
|
+
* @internal
|
|
158
|
+
*/
|
|
159
|
+
private serialize;
|
|
160
|
+
/**
|
|
161
|
+
* @internal
|
|
162
|
+
*/
|
|
163
|
+
private deserialize;
|
|
164
|
+
}
|
|
@@ -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 { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResponse } from "../models/
|
|
5
|
+
import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -0,0 +1,120 @@
|
|
|
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 { ModifyInstanceProfileMessage, ModifyInstanceProfileResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ModifyInstanceProfileCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ModifyInstanceProfileCommandInput extends ModifyInstanceProfileMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ModifyInstanceProfileCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ModifyInstanceProfileCommandOutput extends ModifyInstanceProfileResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Modifies the specified instance profile using the provided parameters.</p>
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>All migration projects associated with the instance profile must be deleted
|
|
29
|
+
* or modified before you can modify the instance profile.</p>
|
|
30
|
+
* </note>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DatabaseMigrationServiceClient, ModifyInstanceProfileCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
35
|
+
* // const { DatabaseMigrationServiceClient, ModifyInstanceProfileCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
36
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
37
|
+
* const input = { // ModifyInstanceProfileMessage
|
|
38
|
+
* InstanceProfileIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
40
|
+
* KmsKeyArn: "STRING_VALUE",
|
|
41
|
+
* PubliclyAccessible: true || false,
|
|
42
|
+
* NetworkType: "STRING_VALUE",
|
|
43
|
+
* InstanceProfileName: "STRING_VALUE",
|
|
44
|
+
* Description: "STRING_VALUE",
|
|
45
|
+
* SubnetGroupIdentifier: "STRING_VALUE",
|
|
46
|
+
* VpcSecurityGroups: [ // StringList
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
50
|
+
* const command = new ModifyInstanceProfileCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // { // ModifyInstanceProfileResponse
|
|
53
|
+
* // InstanceProfile: { // InstanceProfile
|
|
54
|
+
* // InstanceProfileArn: "STRING_VALUE",
|
|
55
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
56
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
57
|
+
* // PubliclyAccessible: true || false,
|
|
58
|
+
* // NetworkType: "STRING_VALUE",
|
|
59
|
+
* // InstanceProfileName: "STRING_VALUE",
|
|
60
|
+
* // Description: "STRING_VALUE",
|
|
61
|
+
* // InstanceProfileCreationTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // SubnetGroupIdentifier: "STRING_VALUE",
|
|
63
|
+
* // VpcSecurityGroups: [ // StringList
|
|
64
|
+
* // "STRING_VALUE",
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
69
|
+
* ```
|
|
70
|
+
*
|
|
71
|
+
* @param ModifyInstanceProfileCommandInput - {@link ModifyInstanceProfileCommandInput}
|
|
72
|
+
* @returns {@link ModifyInstanceProfileCommandOutput}
|
|
73
|
+
* @see {@link ModifyInstanceProfileCommandInput} for command's `input` shape.
|
|
74
|
+
* @see {@link ModifyInstanceProfileCommandOutput} for command's `response` shape.
|
|
75
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
78
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
79
|
+
* role is correctly configured.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
82
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
85
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
88
|
+
* <p>The resource could not be found.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link S3AccessDeniedFault} (client fault)
|
|
91
|
+
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link S3ResourceNotFoundFault} (client fault)
|
|
94
|
+
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
95
|
+
* found.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
export declare class ModifyInstanceProfileCommand extends $Command<ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
102
|
+
readonly input: ModifyInstanceProfileCommandInput;
|
|
103
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
constructor(input: ModifyInstanceProfileCommandInput);
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
111
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput>;
|
|
112
|
+
/**
|
|
113
|
+
* @internal
|
|
114
|
+
*/
|
|
115
|
+
private serialize;
|
|
116
|
+
/**
|
|
117
|
+
* @internal
|
|
118
|
+
*/
|
|
119
|
+
private deserialize;
|
|
120
|
+
}
|
|
@@ -0,0 +1,143 @@
|
|
|
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 { ModifyMigrationProjectMessage, ModifyMigrationProjectResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ModifyMigrationProjectCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ModifyMigrationProjectCommandInput extends ModifyMigrationProjectMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ModifyMigrationProjectCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ModifyMigrationProjectCommandOutput extends ModifyMigrationProjectResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Modifies the specified migration project using the provided parameters.</p>
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The migration project must be closed before you can modify it.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { DatabaseMigrationServiceClient, ModifyMigrationProjectCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
|
+
* // const { DatabaseMigrationServiceClient, ModifyMigrationProjectCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
+
* const input = { // ModifyMigrationProjectMessage
|
|
37
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* MigrationProjectName: "STRING_VALUE",
|
|
39
|
+
* SourceDataProviderDescriptors: [ // DataProviderDescriptorDefinitionList
|
|
40
|
+
* { // DataProviderDescriptorDefinition
|
|
41
|
+
* DataProviderIdentifier: "STRING_VALUE", // required
|
|
42
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
43
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* TargetDataProviderDescriptors: [
|
|
47
|
+
* {
|
|
48
|
+
* DataProviderIdentifier: "STRING_VALUE", // required
|
|
49
|
+
* SecretsManagerSecretId: "STRING_VALUE",
|
|
50
|
+
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* ],
|
|
53
|
+
* InstanceProfileIdentifier: "STRING_VALUE",
|
|
54
|
+
* TransformationRules: "STRING_VALUE",
|
|
55
|
+
* Description: "STRING_VALUE",
|
|
56
|
+
* SchemaConversionApplicationAttributes: { // SCApplicationAttributes
|
|
57
|
+
* S3BucketPath: "STRING_VALUE",
|
|
58
|
+
* S3BucketRoleArn: "STRING_VALUE",
|
|
59
|
+
* },
|
|
60
|
+
* };
|
|
61
|
+
* const command = new ModifyMigrationProjectCommand(input);
|
|
62
|
+
* const response = await client.send(command);
|
|
63
|
+
* // { // ModifyMigrationProjectResponse
|
|
64
|
+
* // MigrationProject: { // MigrationProject
|
|
65
|
+
* // MigrationProjectName: "STRING_VALUE",
|
|
66
|
+
* // MigrationProjectArn: "STRING_VALUE",
|
|
67
|
+
* // MigrationProjectCreationTime: new Date("TIMESTAMP"),
|
|
68
|
+
* // SourceDataProviderDescriptors: [ // DataProviderDescriptorList
|
|
69
|
+
* // { // DataProviderDescriptor
|
|
70
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
71
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
72
|
+
* // DataProviderName: "STRING_VALUE",
|
|
73
|
+
* // DataProviderArn: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // TargetDataProviderDescriptors: [
|
|
77
|
+
* // {
|
|
78
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
79
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
80
|
+
* // DataProviderName: "STRING_VALUE",
|
|
81
|
+
* // DataProviderArn: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // InstanceProfileArn: "STRING_VALUE",
|
|
85
|
+
* // InstanceProfileName: "STRING_VALUE",
|
|
86
|
+
* // TransformationRules: "STRING_VALUE",
|
|
87
|
+
* // Description: "STRING_VALUE",
|
|
88
|
+
* // SchemaConversionApplicationAttributes: { // SCApplicationAttributes
|
|
89
|
+
* // S3BucketPath: "STRING_VALUE",
|
|
90
|
+
* // S3BucketRoleArn: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
93
|
+
* // };
|
|
94
|
+
*
|
|
95
|
+
* ```
|
|
96
|
+
*
|
|
97
|
+
* @param ModifyMigrationProjectCommandInput - {@link ModifyMigrationProjectCommandInput}
|
|
98
|
+
* @returns {@link ModifyMigrationProjectCommandOutput}
|
|
99
|
+
* @see {@link ModifyMigrationProjectCommandInput} for command's `input` shape.
|
|
100
|
+
* @see {@link ModifyMigrationProjectCommandOutput} for command's `response` shape.
|
|
101
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
104
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
105
|
+
* role is correctly configured.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
108
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
111
|
+
* <p>The resource could not be found.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link S3AccessDeniedFault} (client fault)
|
|
114
|
+
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link S3ResourceNotFoundFault} (client fault)
|
|
117
|
+
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
118
|
+
* found.</p>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
121
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
122
|
+
*
|
|
123
|
+
*/
|
|
124
|
+
export declare class ModifyMigrationProjectCommand extends $Command<ModifyMigrationProjectCommandInput, ModifyMigrationProjectCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
125
|
+
readonly input: ModifyMigrationProjectCommandInput;
|
|
126
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
constructor(input: ModifyMigrationProjectCommandInput);
|
|
131
|
+
/**
|
|
132
|
+
* @internal
|
|
133
|
+
*/
|
|
134
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyMigrationProjectCommandInput, ModifyMigrationProjectCommandOutput>;
|
|
135
|
+
/**
|
|
136
|
+
* @internal
|
|
137
|
+
*/
|
|
138
|
+
private serialize;
|
|
139
|
+
/**
|
|
140
|
+
* @internal
|
|
141
|
+
*/
|
|
142
|
+
private deserialize;
|
|
143
|
+
}
|
|
@@ -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 { ModifyReplicationConfigMessage, ModifyReplicationConfigResponse } from "../models/
|
|
5
|
+
import { ModifyReplicationConfigMessage, ModifyReplicationConfigResponse } 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 { ModifyReplicationInstanceMessage, ModifyReplicationInstanceResponse } from "../models/
|
|
5
|
+
import { ModifyReplicationInstanceMessage, ModifyReplicationInstanceResponse } 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 { ModifyReplicationSubnetGroupMessage, ModifyReplicationSubnetGroupResponse } from "../models/
|
|
5
|
+
import { ModifyReplicationSubnetGroupMessage, ModifyReplicationSubnetGroupResponse } 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 { ModifyReplicationTaskMessage, ModifyReplicationTaskResponse } from "../models/
|
|
5
|
+
import { ModifyReplicationTaskMessage, ModifyReplicationTaskResponse } 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 { MoveReplicationTaskMessage, MoveReplicationTaskResponse } from "../models/
|
|
5
|
+
import { MoveReplicationTaskMessage, MoveReplicationTaskResponse } 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 { 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
|
*/
|