@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,114 @@
|
|
|
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 { DeleteMigrationProjectMessage, DeleteMigrationProjectResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteMigrationProjectCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteMigrationProjectCommandInput extends DeleteMigrationProjectMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteMigrationProjectCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteMigrationProjectCommandOutput extends DeleteMigrationProjectResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Deletes the specified migration project.</p>
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>The migration project must be closed before you can delete 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, DeleteMigrationProjectCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
|
+
* // const { DatabaseMigrationServiceClient, DeleteMigrationProjectCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
+
* const input = { // DeleteMigrationProjectMessage
|
|
37
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DeleteMigrationProjectCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // DeleteMigrationProjectResponse
|
|
42
|
+
* // MigrationProject: { // MigrationProject
|
|
43
|
+
* // MigrationProjectName: "STRING_VALUE",
|
|
44
|
+
* // MigrationProjectArn: "STRING_VALUE",
|
|
45
|
+
* // MigrationProjectCreationTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // SourceDataProviderDescriptors: [ // DataProviderDescriptorList
|
|
47
|
+
* // { // DataProviderDescriptor
|
|
48
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
49
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
50
|
+
* // DataProviderName: "STRING_VALUE",
|
|
51
|
+
* // DataProviderArn: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // TargetDataProviderDescriptors: [
|
|
55
|
+
* // {
|
|
56
|
+
* // SecretsManagerSecretId: "STRING_VALUE",
|
|
57
|
+
* // SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
58
|
+
* // DataProviderName: "STRING_VALUE",
|
|
59
|
+
* // DataProviderArn: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // InstanceProfileArn: "STRING_VALUE",
|
|
63
|
+
* // InstanceProfileName: "STRING_VALUE",
|
|
64
|
+
* // TransformationRules: "STRING_VALUE",
|
|
65
|
+
* // Description: "STRING_VALUE",
|
|
66
|
+
* // SchemaConversionApplicationAttributes: { // SCApplicationAttributes
|
|
67
|
+
* // S3BucketPath: "STRING_VALUE",
|
|
68
|
+
* // S3BucketRoleArn: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // },
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
75
|
+
* @param DeleteMigrationProjectCommandInput - {@link DeleteMigrationProjectCommandInput}
|
|
76
|
+
* @returns {@link DeleteMigrationProjectCommandOutput}
|
|
77
|
+
* @see {@link DeleteMigrationProjectCommandInput} for command's `input` shape.
|
|
78
|
+
* @see {@link DeleteMigrationProjectCommandOutput} for command's `response` shape.
|
|
79
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
82
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
83
|
+
* role is correctly configured.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
86
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
89
|
+
* <p>The resource could not be found.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
export declare class DeleteMigrationProjectCommand extends $Command<DeleteMigrationProjectCommandInput, DeleteMigrationProjectCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
96
|
+
readonly input: DeleteMigrationProjectCommandInput;
|
|
97
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
constructor(input: DeleteMigrationProjectCommandInput);
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMigrationProjectCommandInput, DeleteMigrationProjectCommandOutput>;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
private serialize;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
private deserialize;
|
|
114
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
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 { DescribeConversionConfigurationMessage, DescribeConversionConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeConversionConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeConversionConfigurationCommandInput extends DescribeConversionConfigurationMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeConversionConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeConversionConfigurationCommandOutput extends DescribeConversionConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns configuration parameters for a schema conversion project.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DatabaseMigrationServiceClient, DescribeConversionConfigurationCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
|
+
* // const { DatabaseMigrationServiceClient, DescribeConversionConfigurationCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
+
* const input = { // DescribeConversionConfigurationMessage
|
|
34
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
36
|
+
* const command = new DescribeConversionConfigurationCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* // { // DescribeConversionConfigurationResponse
|
|
39
|
+
* // MigrationProjectIdentifier: "STRING_VALUE",
|
|
40
|
+
* // ConversionConfiguration: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param DescribeConversionConfigurationCommandInput - {@link DescribeConversionConfigurationCommandInput}
|
|
46
|
+
* @returns {@link DescribeConversionConfigurationCommandOutput}
|
|
47
|
+
* @see {@link DescribeConversionConfigurationCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link DescribeConversionConfigurationCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
52
|
+
* <p>The resource could not be found.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
export declare class DescribeConversionConfigurationCommand extends $Command<DescribeConversionConfigurationCommandInput, DescribeConversionConfigurationCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
59
|
+
readonly input: DescribeConversionConfigurationCommandInput;
|
|
60
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
constructor(input: DescribeConversionConfigurationCommandInput);
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConversionConfigurationCommandInput, DescribeConversionConfigurationCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
76
|
+
private deserialize;
|
|
77
|
+
}
|
|
@@ -0,0 +1,132 @@
|
|
|
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 { DescribeDataProvidersMessage, DescribeDataProvidersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeDataProvidersCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeDataProvidersCommandInput extends DescribeDataProvidersMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeDataProvidersCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeDataProvidersCommandOutput extends DescribeDataProvidersResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns a paginated list of data providers for your account in the current region.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DatabaseMigrationServiceClient, DescribeDataProvidersCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
|
+
* // const { DatabaseMigrationServiceClient, DescribeDataProvidersCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
+
* const input = { // DescribeDataProvidersMessage
|
|
34
|
+
* Filters: [ // FilterList
|
|
35
|
+
* { // Filter
|
|
36
|
+
* Name: "STRING_VALUE", // required
|
|
37
|
+
* Values: [ // FilterValueList // required
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* MaxRecords: Number("int"),
|
|
43
|
+
* Marker: "STRING_VALUE",
|
|
44
|
+
* };
|
|
45
|
+
* const command = new DescribeDataProvidersCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // DescribeDataProvidersResponse
|
|
48
|
+
* // Marker: "STRING_VALUE",
|
|
49
|
+
* // DataProviders: [ // DataProviderList
|
|
50
|
+
* // { // DataProvider
|
|
51
|
+
* // DataProviderName: "STRING_VALUE",
|
|
52
|
+
* // DataProviderArn: "STRING_VALUE",
|
|
53
|
+
* // DataProviderCreationTime: new Date("TIMESTAMP"),
|
|
54
|
+
* // Description: "STRING_VALUE",
|
|
55
|
+
* // Engine: "STRING_VALUE",
|
|
56
|
+
* // Settings: { // DataProviderSettings Union: only one key present
|
|
57
|
+
* // PostgreSqlSettings: { // PostgreSqlDataProviderSettings
|
|
58
|
+
* // ServerName: "STRING_VALUE",
|
|
59
|
+
* // Port: Number("int"),
|
|
60
|
+
* // DatabaseName: "STRING_VALUE",
|
|
61
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
62
|
+
* // CertificateArn: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // MySqlSettings: { // MySqlDataProviderSettings
|
|
65
|
+
* // ServerName: "STRING_VALUE",
|
|
66
|
+
* // Port: Number("int"),
|
|
67
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
68
|
+
* // CertificateArn: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // OracleSettings: { // OracleDataProviderSettings
|
|
71
|
+
* // ServerName: "STRING_VALUE",
|
|
72
|
+
* // Port: Number("int"),
|
|
73
|
+
* // DatabaseName: "STRING_VALUE",
|
|
74
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
75
|
+
* // CertificateArn: "STRING_VALUE",
|
|
76
|
+
* // AsmServer: "STRING_VALUE",
|
|
77
|
+
* // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
|
|
78
|
+
* // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
79
|
+
* // SecretsManagerSecurityDbEncryptionSecretId: "STRING_VALUE",
|
|
80
|
+
* // SecretsManagerSecurityDbEncryptionAccessRoleArn: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
83
|
+
* // ServerName: "STRING_VALUE",
|
|
84
|
+
* // Port: Number("int"),
|
|
85
|
+
* // DatabaseName: "STRING_VALUE",
|
|
86
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
87
|
+
* // CertificateArn: "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // },
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // };
|
|
93
|
+
*
|
|
94
|
+
* ```
|
|
95
|
+
*
|
|
96
|
+
* @param DescribeDataProvidersCommandInput - {@link DescribeDataProvidersCommandInput}
|
|
97
|
+
* @returns {@link DescribeDataProvidersCommandOutput}
|
|
98
|
+
* @see {@link DescribeDataProvidersCommandInput} for command's `input` shape.
|
|
99
|
+
* @see {@link DescribeDataProvidersCommandOutput} for command's `response` shape.
|
|
100
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
103
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
104
|
+
* role is correctly configured.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
107
|
+
* <p>The resource could not be found.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
export declare class DescribeDataProvidersCommand extends $Command<DescribeDataProvidersCommandInput, DescribeDataProvidersCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
114
|
+
readonly input: DescribeDataProvidersCommandInput;
|
|
115
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
constructor(input: DescribeDataProvidersCommandInput);
|
|
120
|
+
/**
|
|
121
|
+
* @internal
|
|
122
|
+
*/
|
|
123
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDataProvidersCommandInput, DescribeDataProvidersCommandOutput>;
|
|
124
|
+
/**
|
|
125
|
+
* @internal
|
|
126
|
+
*/
|
|
127
|
+
private serialize;
|
|
128
|
+
/**
|
|
129
|
+
* @internal
|
|
130
|
+
*/
|
|
131
|
+
private deserialize;
|
|
132
|
+
}
|
|
@@ -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 { DescribeExtensionPackAssociationsMessage, DescribeExtensionPackAssociationsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeExtensionPackAssociationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeExtensionPackAssociationsCommandInput extends DescribeExtensionPackAssociationsMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeExtensionPackAssociationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeExtensionPackAssociationsCommandOutput extends DescribeExtensionPackAssociationsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns a paginated list of extension pack associations for the specified migration project.
|
|
27
|
+
* An extension pack is an add-on module
|
|
28
|
+
* that emulates functions present in a source database that are required when converting objects
|
|
29
|
+
* to the target database.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { DatabaseMigrationServiceClient, DescribeExtensionPackAssociationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
|
+
* // const { DatabaseMigrationServiceClient, DescribeExtensionPackAssociationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
+
* const input = { // DescribeExtensionPackAssociationsMessage
|
|
37
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* Filters: [ // FilterList
|
|
39
|
+
* { // Filter
|
|
40
|
+
* Name: "STRING_VALUE", // required
|
|
41
|
+
* Values: [ // FilterValueList // required
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* Marker: "STRING_VALUE",
|
|
47
|
+
* MaxRecords: Number("int"),
|
|
48
|
+
* };
|
|
49
|
+
* const command = new DescribeExtensionPackAssociationsCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // DescribeExtensionPackAssociationsResponse
|
|
52
|
+
* // Marker: "STRING_VALUE",
|
|
53
|
+
* // Requests: [ // SchemaConversionRequestList
|
|
54
|
+
* // { // SchemaConversionRequest
|
|
55
|
+
* // Status: "STRING_VALUE",
|
|
56
|
+
* // RequestIdentifier: "STRING_VALUE",
|
|
57
|
+
* // MigrationProjectArn: "STRING_VALUE",
|
|
58
|
+
* // Error: { // ErrorDetails Union: only one key present
|
|
59
|
+
* // defaultErrorDetails: { // DefaultErrorDetails
|
|
60
|
+
* // Message: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // },
|
|
63
|
+
* // ExportSqlDetails: { // ExportSqlDetails
|
|
64
|
+
* // S3ObjectKey: "STRING_VALUE",
|
|
65
|
+
* // ObjectURL: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* @param DescribeExtensionPackAssociationsCommandInput - {@link DescribeExtensionPackAssociationsCommandInput}
|
|
74
|
+
* @returns {@link DescribeExtensionPackAssociationsCommandOutput}
|
|
75
|
+
* @see {@link DescribeExtensionPackAssociationsCommandInput} for command's `input` shape.
|
|
76
|
+
* @see {@link DescribeExtensionPackAssociationsCommandOutput} for command's `response` shape.
|
|
77
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
export declare class DescribeExtensionPackAssociationsCommand extends $Command<DescribeExtensionPackAssociationsCommandInput, DescribeExtensionPackAssociationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
84
|
+
readonly input: DescribeExtensionPackAssociationsCommandInput;
|
|
85
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
constructor(input: DescribeExtensionPackAssociationsCommandInput);
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExtensionPackAssociationsCommandInput, DescribeExtensionPackAssociationsCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private deserialize;
|
|
102
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
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 { DescribeInstanceProfilesMessage, DescribeInstanceProfilesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeInstanceProfilesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeInstanceProfilesCommandInput extends DescribeInstanceProfilesMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeInstanceProfilesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeInstanceProfilesCommandOutput extends DescribeInstanceProfilesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns a paginated list of instance profiles for your account in the current region.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DatabaseMigrationServiceClient, DescribeInstanceProfilesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
|
+
* // const { DatabaseMigrationServiceClient, DescribeInstanceProfilesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
+
* const input = { // DescribeInstanceProfilesMessage
|
|
34
|
+
* Filters: [ // FilterList
|
|
35
|
+
* { // Filter
|
|
36
|
+
* Name: "STRING_VALUE", // required
|
|
37
|
+
* Values: [ // FilterValueList // required
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* MaxRecords: Number("int"),
|
|
43
|
+
* Marker: "STRING_VALUE",
|
|
44
|
+
* };
|
|
45
|
+
* const command = new DescribeInstanceProfilesCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // DescribeInstanceProfilesResponse
|
|
48
|
+
* // Marker: "STRING_VALUE",
|
|
49
|
+
* // InstanceProfiles: [ // InstanceProfileList
|
|
50
|
+
* // { // InstanceProfile
|
|
51
|
+
* // InstanceProfileArn: "STRING_VALUE",
|
|
52
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
53
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
54
|
+
* // PubliclyAccessible: true || false,
|
|
55
|
+
* // NetworkType: "STRING_VALUE",
|
|
56
|
+
* // InstanceProfileName: "STRING_VALUE",
|
|
57
|
+
* // Description: "STRING_VALUE",
|
|
58
|
+
* // InstanceProfileCreationTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // SubnetGroupIdentifier: "STRING_VALUE",
|
|
60
|
+
* // VpcSecurityGroups: [ // StringList
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @param DescribeInstanceProfilesCommandInput - {@link DescribeInstanceProfilesCommandInput}
|
|
70
|
+
* @returns {@link DescribeInstanceProfilesCommandOutput}
|
|
71
|
+
* @see {@link DescribeInstanceProfilesCommandInput} for command's `input` shape.
|
|
72
|
+
* @see {@link DescribeInstanceProfilesCommandOutput} for command's `response` shape.
|
|
73
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
76
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
77
|
+
* role is correctly configured.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
80
|
+
* <p>The resource could not be found.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
export declare class DescribeInstanceProfilesCommand extends $Command<DescribeInstanceProfilesCommandInput, DescribeInstanceProfilesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
87
|
+
readonly input: DescribeInstanceProfilesCommandInput;
|
|
88
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
constructor(input: DescribeInstanceProfilesCommandInput);
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceProfilesCommandInput, DescribeInstanceProfilesCommandOutput>;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
private serialize;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
private deserialize;
|
|
105
|
+
}
|
|
@@ -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 { DescribeMetadataModelAssessmentsMessage, DescribeMetadataModelAssessmentsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeMetadataModelAssessmentsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeMetadataModelAssessmentsCommandInput extends DescribeMetadataModelAssessmentsMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeMetadataModelAssessmentsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeMetadataModelAssessmentsCommandOutput extends DescribeMetadataModelAssessmentsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns a paginated list of metadata model assessments for your account in the current region.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { DatabaseMigrationServiceClient, DescribeMetadataModelAssessmentsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
|
+
* // const { DatabaseMigrationServiceClient, DescribeMetadataModelAssessmentsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
+
* const input = { // DescribeMetadataModelAssessmentsMessage
|
|
34
|
+
* MigrationProjectIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* Filters: [ // FilterList
|
|
36
|
+
* { // Filter
|
|
37
|
+
* Name: "STRING_VALUE", // required
|
|
38
|
+
* Values: [ // FilterValueList // required
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* },
|
|
42
|
+
* ],
|
|
43
|
+
* Marker: "STRING_VALUE",
|
|
44
|
+
* MaxRecords: Number("int"),
|
|
45
|
+
* };
|
|
46
|
+
* const command = new DescribeMetadataModelAssessmentsCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // DescribeMetadataModelAssessmentsResponse
|
|
49
|
+
* // Marker: "STRING_VALUE",
|
|
50
|
+
* // Requests: [ // SchemaConversionRequestList
|
|
51
|
+
* // { // SchemaConversionRequest
|
|
52
|
+
* // Status: "STRING_VALUE",
|
|
53
|
+
* // RequestIdentifier: "STRING_VALUE",
|
|
54
|
+
* // MigrationProjectArn: "STRING_VALUE",
|
|
55
|
+
* // Error: { // ErrorDetails Union: only one key present
|
|
56
|
+
* // defaultErrorDetails: { // DefaultErrorDetails
|
|
57
|
+
* // Message: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // ExportSqlDetails: { // ExportSqlDetails
|
|
61
|
+
* // S3ObjectKey: "STRING_VALUE",
|
|
62
|
+
* // ObjectURL: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* @param DescribeMetadataModelAssessmentsCommandInput - {@link DescribeMetadataModelAssessmentsCommandInput}
|
|
71
|
+
* @returns {@link DescribeMetadataModelAssessmentsCommandOutput}
|
|
72
|
+
* @see {@link DescribeMetadataModelAssessmentsCommandInput} for command's `input` shape.
|
|
73
|
+
* @see {@link DescribeMetadataModelAssessmentsCommandOutput} for command's `response` shape.
|
|
74
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
77
|
+
* <p>The resource could not be 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 DescribeMetadataModelAssessmentsCommand extends $Command<DescribeMetadataModelAssessmentsCommandInput, DescribeMetadataModelAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
84
|
+
readonly input: DescribeMetadataModelAssessmentsCommandInput;
|
|
85
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
constructor(input: DescribeMetadataModelAssessmentsCommandInput);
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMetadataModelAssessmentsCommandInput, DescribeMetadataModelAssessmentsCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private deserialize;
|
|
102
|
+
}
|