@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
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DatabaseMigrationServiceClient";
|
|
14
|
-
import { RunFleetAdvisorLsaAnalysisResponse } from "../models/
|
|
14
|
+
import { RunFleetAdvisorLsaAnalysisResponse } from "../models/models_1";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface RunFleetAdvisorLsaAnalysisCommandInput {}
|
|
17
17
|
export interface RunFleetAdvisorLsaAnalysisCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DatabaseMigrationServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DatabaseMigrationServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
StartExtensionPackAssociationMessage,
|
|
16
|
+
StartExtensionPackAssociationResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartExtensionPackAssociationCommandInput
|
|
20
|
+
extends StartExtensionPackAssociationMessage {}
|
|
21
|
+
export interface StartExtensionPackAssociationCommandOutput
|
|
22
|
+
extends StartExtensionPackAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartExtensionPackAssociationCommand extends $Command<
|
|
25
|
+
StartExtensionPackAssociationCommandInput,
|
|
26
|
+
StartExtensionPackAssociationCommandOutput,
|
|
27
|
+
DatabaseMigrationServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartExtensionPackAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartExtensionPackAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DatabaseMigrationServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartExtensionPackAssociationCommandInput,
|
|
38
|
+
StartExtensionPackAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DatabaseMigrationServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DatabaseMigrationServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
StartMetadataModelAssessmentMessage,
|
|
16
|
+
StartMetadataModelAssessmentResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartMetadataModelAssessmentCommandInput
|
|
20
|
+
extends StartMetadataModelAssessmentMessage {}
|
|
21
|
+
export interface StartMetadataModelAssessmentCommandOutput
|
|
22
|
+
extends StartMetadataModelAssessmentResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartMetadataModelAssessmentCommand extends $Command<
|
|
25
|
+
StartMetadataModelAssessmentCommandInput,
|
|
26
|
+
StartMetadataModelAssessmentCommandOutput,
|
|
27
|
+
DatabaseMigrationServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartMetadataModelAssessmentCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartMetadataModelAssessmentCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DatabaseMigrationServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartMetadataModelAssessmentCommandInput,
|
|
38
|
+
StartMetadataModelAssessmentCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DatabaseMigrationServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DatabaseMigrationServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
StartMetadataModelConversionMessage,
|
|
16
|
+
StartMetadataModelConversionResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartMetadataModelConversionCommandInput
|
|
20
|
+
extends StartMetadataModelConversionMessage {}
|
|
21
|
+
export interface StartMetadataModelConversionCommandOutput
|
|
22
|
+
extends StartMetadataModelConversionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartMetadataModelConversionCommand extends $Command<
|
|
25
|
+
StartMetadataModelConversionCommandInput,
|
|
26
|
+
StartMetadataModelConversionCommandOutput,
|
|
27
|
+
DatabaseMigrationServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartMetadataModelConversionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartMetadataModelConversionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DatabaseMigrationServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartMetadataModelConversionCommandInput,
|
|
38
|
+
StartMetadataModelConversionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DatabaseMigrationServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DatabaseMigrationServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
StartMetadataModelExportAsScriptMessage,
|
|
16
|
+
StartMetadataModelExportAsScriptResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartMetadataModelExportAsScriptCommandInput
|
|
20
|
+
extends StartMetadataModelExportAsScriptMessage {}
|
|
21
|
+
export interface StartMetadataModelExportAsScriptCommandOutput
|
|
22
|
+
extends StartMetadataModelExportAsScriptResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartMetadataModelExportAsScriptCommand extends $Command<
|
|
25
|
+
StartMetadataModelExportAsScriptCommandInput,
|
|
26
|
+
StartMetadataModelExportAsScriptCommandOutput,
|
|
27
|
+
DatabaseMigrationServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartMetadataModelExportAsScriptCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartMetadataModelExportAsScriptCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DatabaseMigrationServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartMetadataModelExportAsScriptCommandInput,
|
|
38
|
+
StartMetadataModelExportAsScriptCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DatabaseMigrationServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DatabaseMigrationServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
StartMetadataModelExportToTargetMessage,
|
|
16
|
+
StartMetadataModelExportToTargetResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartMetadataModelExportToTargetCommandInput
|
|
20
|
+
extends StartMetadataModelExportToTargetMessage {}
|
|
21
|
+
export interface StartMetadataModelExportToTargetCommandOutput
|
|
22
|
+
extends StartMetadataModelExportToTargetResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartMetadataModelExportToTargetCommand extends $Command<
|
|
25
|
+
StartMetadataModelExportToTargetCommandInput,
|
|
26
|
+
StartMetadataModelExportToTargetCommandOutput,
|
|
27
|
+
DatabaseMigrationServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartMetadataModelExportToTargetCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartMetadataModelExportToTargetCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DatabaseMigrationServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartMetadataModelExportToTargetCommandInput,
|
|
38
|
+
StartMetadataModelExportToTargetCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DatabaseMigrationServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DatabaseMigrationServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
StartMetadataModelImportMessage,
|
|
16
|
+
StartMetadataModelImportResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartMetadataModelImportCommandInput
|
|
20
|
+
extends StartMetadataModelImportMessage {}
|
|
21
|
+
export interface StartMetadataModelImportCommandOutput
|
|
22
|
+
extends StartMetadataModelImportResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartMetadataModelImportCommand extends $Command<
|
|
25
|
+
StartMetadataModelImportCommandInput,
|
|
26
|
+
StartMetadataModelImportCommandOutput,
|
|
27
|
+
DatabaseMigrationServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartMetadataModelImportCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartMetadataModelImportCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DatabaseMigrationServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartMetadataModelImportCommandInput,
|
|
38
|
+
StartMetadataModelImportCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DatabaseMigrationServiceClient";
|
|
14
|
-
import { StartRecommendationsRequest } from "../models/
|
|
14
|
+
import { StartRecommendationsRequest } from "../models/models_1";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface StartRecommendationsCommandInput
|
|
17
17
|
extends StartRecommendationsRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
StartReplicationMessage,
|
|
16
16
|
StartReplicationResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface StartReplicationCommandInput extends StartReplicationMessage {}
|
|
20
20
|
export interface StartReplicationCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
StartReplicationTaskAssessmentMessage,
|
|
16
16
|
StartReplicationTaskAssessmentResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface StartReplicationTaskAssessmentCommandInput
|
|
20
20
|
extends StartReplicationTaskAssessmentMessage {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
StartReplicationTaskAssessmentRunMessage,
|
|
16
16
|
StartReplicationTaskAssessmentRunResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface StartReplicationTaskAssessmentRunCommandInput
|
|
20
20
|
extends StartReplicationTaskAssessmentRunMessage {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
StartReplicationTaskMessage,
|
|
16
16
|
StartReplicationTaskResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface StartReplicationTaskCommandInput
|
|
20
20
|
extends StartReplicationTaskMessage {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
StopReplicationMessage,
|
|
16
16
|
StopReplicationResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface StopReplicationCommandInput extends StopReplicationMessage {}
|
|
20
20
|
export interface StopReplicationCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
StopReplicationTaskMessage,
|
|
16
16
|
StopReplicationTaskResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface StopReplicationTaskCommandInput
|
|
20
20
|
extends StopReplicationTaskMessage {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
TestConnectionMessage,
|
|
16
16
|
TestConnectionResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface TestConnectionCommandInput extends TestConnectionMessage {}
|
|
20
20
|
export interface TestConnectionCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
UpdateSubscriptionsToEventBridgeMessage,
|
|
16
16
|
UpdateSubscriptionsToEventBridgeResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface UpdateSubscriptionsToEventBridgeCommandInput
|
|
20
20
|
extends UpdateSubscriptionsToEventBridgeMessage {}
|
|
@@ -2,19 +2,25 @@ export * from "./AddTagsToResourceCommand";
|
|
|
2
2
|
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
3
3
|
export * from "./BatchStartRecommendationsCommand";
|
|
4
4
|
export * from "./CancelReplicationTaskAssessmentRunCommand";
|
|
5
|
+
export * from "./CreateDataProviderCommand";
|
|
5
6
|
export * from "./CreateEndpointCommand";
|
|
6
7
|
export * from "./CreateEventSubscriptionCommand";
|
|
7
8
|
export * from "./CreateFleetAdvisorCollectorCommand";
|
|
9
|
+
export * from "./CreateInstanceProfileCommand";
|
|
10
|
+
export * from "./CreateMigrationProjectCommand";
|
|
8
11
|
export * from "./CreateReplicationConfigCommand";
|
|
9
12
|
export * from "./CreateReplicationInstanceCommand";
|
|
10
13
|
export * from "./CreateReplicationSubnetGroupCommand";
|
|
11
14
|
export * from "./CreateReplicationTaskCommand";
|
|
12
15
|
export * from "./DeleteCertificateCommand";
|
|
13
16
|
export * from "./DeleteConnectionCommand";
|
|
17
|
+
export * from "./DeleteDataProviderCommand";
|
|
14
18
|
export * from "./DeleteEndpointCommand";
|
|
15
19
|
export * from "./DeleteEventSubscriptionCommand";
|
|
16
20
|
export * from "./DeleteFleetAdvisorCollectorCommand";
|
|
17
21
|
export * from "./DeleteFleetAdvisorDatabasesCommand";
|
|
22
|
+
export * from "./DeleteInstanceProfileCommand";
|
|
23
|
+
export * from "./DeleteMigrationProjectCommand";
|
|
18
24
|
export * from "./DeleteReplicationConfigCommand";
|
|
19
25
|
export * from "./DeleteReplicationInstanceCommand";
|
|
20
26
|
export * from "./DeleteReplicationSubnetGroupCommand";
|
|
@@ -24,6 +30,8 @@ export * from "./DescribeAccountAttributesCommand";
|
|
|
24
30
|
export * from "./DescribeApplicableIndividualAssessmentsCommand";
|
|
25
31
|
export * from "./DescribeCertificatesCommand";
|
|
26
32
|
export * from "./DescribeConnectionsCommand";
|
|
33
|
+
export * from "./DescribeConversionConfigurationCommand";
|
|
34
|
+
export * from "./DescribeDataProvidersCommand";
|
|
27
35
|
export * from "./DescribeEndpointSettingsCommand";
|
|
28
36
|
export * from "./DescribeEndpointTypesCommand";
|
|
29
37
|
export * from "./DescribeEndpointsCommand";
|
|
@@ -31,11 +39,19 @@ export * from "./DescribeEngineVersionsCommand";
|
|
|
31
39
|
export * from "./DescribeEventCategoriesCommand";
|
|
32
40
|
export * from "./DescribeEventSubscriptionsCommand";
|
|
33
41
|
export * from "./DescribeEventsCommand";
|
|
42
|
+
export * from "./DescribeExtensionPackAssociationsCommand";
|
|
34
43
|
export * from "./DescribeFleetAdvisorCollectorsCommand";
|
|
35
44
|
export * from "./DescribeFleetAdvisorDatabasesCommand";
|
|
36
45
|
export * from "./DescribeFleetAdvisorLsaAnalysisCommand";
|
|
37
46
|
export * from "./DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
38
47
|
export * from "./DescribeFleetAdvisorSchemasCommand";
|
|
48
|
+
export * from "./DescribeInstanceProfilesCommand";
|
|
49
|
+
export * from "./DescribeMetadataModelAssessmentsCommand";
|
|
50
|
+
export * from "./DescribeMetadataModelConversionsCommand";
|
|
51
|
+
export * from "./DescribeMetadataModelExportsAsScriptCommand";
|
|
52
|
+
export * from "./DescribeMetadataModelExportsToTargetCommand";
|
|
53
|
+
export * from "./DescribeMetadataModelImportsCommand";
|
|
54
|
+
export * from "./DescribeMigrationProjectsCommand";
|
|
39
55
|
export * from "./DescribeOrderableReplicationInstancesCommand";
|
|
40
56
|
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
41
57
|
export * from "./DescribeRecommendationLimitationsCommand";
|
|
@@ -53,10 +69,15 @@ export * from "./DescribeReplicationTasksCommand";
|
|
|
53
69
|
export * from "./DescribeReplicationsCommand";
|
|
54
70
|
export * from "./DescribeSchemasCommand";
|
|
55
71
|
export * from "./DescribeTableStatisticsCommand";
|
|
72
|
+
export * from "./ExportMetadataModelAssessmentCommand";
|
|
56
73
|
export * from "./ImportCertificateCommand";
|
|
57
74
|
export * from "./ListTagsForResourceCommand";
|
|
75
|
+
export * from "./ModifyConversionConfigurationCommand";
|
|
76
|
+
export * from "./ModifyDataProviderCommand";
|
|
58
77
|
export * from "./ModifyEndpointCommand";
|
|
59
78
|
export * from "./ModifyEventSubscriptionCommand";
|
|
79
|
+
export * from "./ModifyInstanceProfileCommand";
|
|
80
|
+
export * from "./ModifyMigrationProjectCommand";
|
|
60
81
|
export * from "./ModifyReplicationConfigCommand";
|
|
61
82
|
export * from "./ModifyReplicationInstanceCommand";
|
|
62
83
|
export * from "./ModifyReplicationSubnetGroupCommand";
|
|
@@ -68,6 +89,12 @@ export * from "./ReloadReplicationTablesCommand";
|
|
|
68
89
|
export * from "./ReloadTablesCommand";
|
|
69
90
|
export * from "./RemoveTagsFromResourceCommand";
|
|
70
91
|
export * from "./RunFleetAdvisorLsaAnalysisCommand";
|
|
92
|
+
export * from "./StartExtensionPackAssociationCommand";
|
|
93
|
+
export * from "./StartMetadataModelAssessmentCommand";
|
|
94
|
+
export * from "./StartMetadataModelConversionCommand";
|
|
95
|
+
export * from "./StartMetadataModelExportAsScriptCommand";
|
|
96
|
+
export * from "./StartMetadataModelExportToTargetCommand";
|
|
97
|
+
export * from "./StartMetadataModelImportCommand";
|
|
71
98
|
export * from "./StartRecommendationsCommand";
|
|
72
99
|
export * from "./StartReplicationCommand";
|
|
73
100
|
export * from "./StartReplicationTaskAssessmentCommand";
|