@aws-sdk/client-database-migration-service 3.379.1 → 3.384.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +224 -0
- package/dist-cjs/DatabaseMigrationService.js +56 -0
- package/dist-cjs/commands/CreateDataProviderCommand.js +46 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/CreateMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DeleteDataProviderCommand.js +46 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/DeleteMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DescribeConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DescribeDataProvidersCommand.js +46 -0
- package/dist-cjs/commands/DescribeEngineVersionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
- package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
- package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +65 -87
- package/dist-cjs/models/models_1.js +56 -0
- package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeEngineVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +11 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1601 -109
- package/dist-es/DatabaseMigrationService.js +56 -0
- package/dist-es/commands/CreateDataProviderCommand.js +42 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
- package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
- package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
- package/dist-es/commands/DescribeEngineVersionsCommand.js +42 -0
- package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
- package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
- package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
- package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
- package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
- package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
- package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +61 -80
- package/dist-es/models/models_1.js +50 -0
- package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
- package/dist-es/pagination/DescribeEngineVersionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
- package/dist-es/pagination/index.js +11 -1
- package/dist-es/protocols/Aws_json1_1.js +1539 -104
- package/dist-types/DatabaseMigrationService.d.ts +196 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +30 -2
- package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
- package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
- package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +88 -0
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
- package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
- package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2691 -1072
- package/dist-types/models/models_1.d.ts +1322 -0
- package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeEngineVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +11 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +252 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +494 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +168 -0
- package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeEngineVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +398 -242
- package/dist-types/ts3.4/models/models_1.d.ts +312 -0
- package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeEngineVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +336 -0
- package/package.json +5 -5
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeDataProvidersCommandInput, DescribeDataProvidersCommandOutput } from "../commands/DescribeDataProvidersCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeDataProviders(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeDataProvidersCommandInput, ...additionalArguments: any): Paginator<DescribeDataProvidersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeEngineVersionsCommandInput, DescribeEngineVersionsCommandOutput } from "../commands/DescribeEngineVersionsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeEngineVersions(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeEngineVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeEngineVersionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeExtensionPackAssociationsCommandInput, DescribeExtensionPackAssociationsCommandOutput } from "../commands/DescribeExtensionPackAssociationsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeExtensionPackAssociations(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeExtensionPackAssociationsCommandInput, ...additionalArguments: any): Paginator<DescribeExtensionPackAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeInstanceProfilesCommandInput, DescribeInstanceProfilesCommandOutput } from "../commands/DescribeInstanceProfilesCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeInstanceProfiles(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeInstanceProfilesCommandInput, ...additionalArguments: any): Paginator<DescribeInstanceProfilesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeMetadataModelAssessmentsCommandInput, DescribeMetadataModelAssessmentsCommandOutput } from "../commands/DescribeMetadataModelAssessmentsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeMetadataModelAssessments(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeMetadataModelAssessmentsCommandInput, ...additionalArguments: any): Paginator<DescribeMetadataModelAssessmentsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeMetadataModelConversionsCommandInput, DescribeMetadataModelConversionsCommandOutput } from "../commands/DescribeMetadataModelConversionsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeMetadataModelConversions(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeMetadataModelConversionsCommandInput, ...additionalArguments: any): Paginator<DescribeMetadataModelConversionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeMetadataModelExportsAsScriptCommandInput, DescribeMetadataModelExportsAsScriptCommandOutput } from "../commands/DescribeMetadataModelExportsAsScriptCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeMetadataModelExportsAsScript(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeMetadataModelExportsAsScriptCommandInput, ...additionalArguments: any): Paginator<DescribeMetadataModelExportsAsScriptCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeMetadataModelExportsToTargetCommandInput, DescribeMetadataModelExportsToTargetCommandOutput } from "../commands/DescribeMetadataModelExportsToTargetCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeMetadataModelExportsToTarget(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeMetadataModelExportsToTargetCommandInput, ...additionalArguments: any): Paginator<DescribeMetadataModelExportsToTargetCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeMetadataModelImportsCommandInput, DescribeMetadataModelImportsCommandOutput } from "../commands/DescribeMetadataModelImportsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeMetadataModelImports(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeMetadataModelImportsCommandInput, ...additionalArguments: any): Paginator<DescribeMetadataModelImportsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeMigrationProjectsCommandInput, DescribeMigrationProjectsCommandOutput } from "../commands/DescribeMigrationProjectsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeMigrationProjects(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeMigrationProjectsCommandInput, ...additionalArguments: any): Paginator<DescribeMigrationProjectsCommandOutput>;
|
|
@@ -1,17 +1,27 @@
|
|
|
1
1
|
export * from "./DescribeApplicableIndividualAssessmentsPaginator";
|
|
2
2
|
export * from "./DescribeCertificatesPaginator";
|
|
3
3
|
export * from "./DescribeConnectionsPaginator";
|
|
4
|
+
export * from "./DescribeDataProvidersPaginator";
|
|
4
5
|
export * from "./DescribeEndpointSettingsPaginator";
|
|
5
6
|
export * from "./DescribeEndpointTypesPaginator";
|
|
6
7
|
export * from "./DescribeEndpointsPaginator";
|
|
8
|
+
export * from "./DescribeEngineVersionsPaginator";
|
|
7
9
|
export * from "./DescribeEventSubscriptionsPaginator";
|
|
8
10
|
export * from "./DescribeEventsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeExtensionPackAssociationsPaginator";
|
|
9
13
|
export * from "./DescribeFleetAdvisorCollectorsPaginator";
|
|
10
14
|
export * from "./DescribeFleetAdvisorDatabasesPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
15
|
export * from "./DescribeFleetAdvisorLsaAnalysisPaginator";
|
|
13
16
|
export * from "./DescribeFleetAdvisorSchemaObjectSummaryPaginator";
|
|
14
17
|
export * from "./DescribeFleetAdvisorSchemasPaginator";
|
|
18
|
+
export * from "./DescribeInstanceProfilesPaginator";
|
|
19
|
+
export * from "./DescribeMetadataModelAssessmentsPaginator";
|
|
20
|
+
export * from "./DescribeMetadataModelConversionsPaginator";
|
|
21
|
+
export * from "./DescribeMetadataModelExportsAsScriptPaginator";
|
|
22
|
+
export * from "./DescribeMetadataModelExportsToTargetPaginator";
|
|
23
|
+
export * from "./DescribeMetadataModelImportsPaginator";
|
|
24
|
+
export * from "./DescribeMigrationProjectsPaginator";
|
|
15
25
|
export * from "./DescribeOrderableReplicationInstancesPaginator";
|
|
16
26
|
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
17
27
|
export * from "./DescribeRecommendationLimitationsPaginator";
|
|
@@ -4,19 +4,25 @@ import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from ".
|
|
|
4
4
|
import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "../commands/ApplyPendingMaintenanceActionCommand";
|
|
5
5
|
import { BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput } from "../commands/BatchStartRecommendationsCommand";
|
|
6
6
|
import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput } from "../commands/CancelReplicationTaskAssessmentRunCommand";
|
|
7
|
+
import { CreateDataProviderCommandInput, CreateDataProviderCommandOutput } from "../commands/CreateDataProviderCommand";
|
|
7
8
|
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
|
|
8
9
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
|
|
9
10
|
import { CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput } from "../commands/CreateFleetAdvisorCollectorCommand";
|
|
11
|
+
import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "../commands/CreateInstanceProfileCommand";
|
|
12
|
+
import { CreateMigrationProjectCommandInput, CreateMigrationProjectCommandOutput } from "../commands/CreateMigrationProjectCommand";
|
|
10
13
|
import { CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput } from "../commands/CreateReplicationConfigCommand";
|
|
11
14
|
import { CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput } from "../commands/CreateReplicationInstanceCommand";
|
|
12
15
|
import { CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput } from "../commands/CreateReplicationSubnetGroupCommand";
|
|
13
16
|
import { CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput } from "../commands/CreateReplicationTaskCommand";
|
|
14
17
|
import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
|
|
15
18
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
|
|
19
|
+
import { DeleteDataProviderCommandInput, DeleteDataProviderCommandOutput } from "../commands/DeleteDataProviderCommand";
|
|
16
20
|
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
|
|
17
21
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
|
|
18
22
|
import { DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput } from "../commands/DeleteFleetAdvisorCollectorCommand";
|
|
19
23
|
import { DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput } from "../commands/DeleteFleetAdvisorDatabasesCommand";
|
|
24
|
+
import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "../commands/DeleteInstanceProfileCommand";
|
|
25
|
+
import { DeleteMigrationProjectCommandInput, DeleteMigrationProjectCommandOutput } from "../commands/DeleteMigrationProjectCommand";
|
|
20
26
|
import { DeleteReplicationConfigCommandInput, DeleteReplicationConfigCommandOutput } from "../commands/DeleteReplicationConfigCommand";
|
|
21
27
|
import { DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput } from "../commands/DeleteReplicationInstanceCommand";
|
|
22
28
|
import { DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput } from "../commands/DeleteReplicationSubnetGroupCommand";
|
|
@@ -26,17 +32,28 @@ import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommand
|
|
|
26
32
|
import { DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput } from "../commands/DescribeApplicableIndividualAssessmentsCommand";
|
|
27
33
|
import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "../commands/DescribeCertificatesCommand";
|
|
28
34
|
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "../commands/DescribeConnectionsCommand";
|
|
35
|
+
import { DescribeConversionConfigurationCommandInput, DescribeConversionConfigurationCommandOutput } from "../commands/DescribeConversionConfigurationCommand";
|
|
36
|
+
import { DescribeDataProvidersCommandInput, DescribeDataProvidersCommandOutput } from "../commands/DescribeDataProvidersCommand";
|
|
29
37
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
|
|
30
38
|
import { DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput } from "../commands/DescribeEndpointSettingsCommand";
|
|
31
39
|
import { DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput } from "../commands/DescribeEndpointTypesCommand";
|
|
40
|
+
import { DescribeEngineVersionsCommandInput, DescribeEngineVersionsCommandOutput } from "../commands/DescribeEngineVersionsCommand";
|
|
32
41
|
import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "../commands/DescribeEventCategoriesCommand";
|
|
33
42
|
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
|
|
34
43
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
|
|
44
|
+
import { DescribeExtensionPackAssociationsCommandInput, DescribeExtensionPackAssociationsCommandOutput } from "../commands/DescribeExtensionPackAssociationsCommand";
|
|
35
45
|
import { DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput } from "../commands/DescribeFleetAdvisorCollectorsCommand";
|
|
36
46
|
import { DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput } from "../commands/DescribeFleetAdvisorDatabasesCommand";
|
|
37
47
|
import { DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput } from "../commands/DescribeFleetAdvisorLsaAnalysisCommand";
|
|
38
48
|
import { DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput } from "../commands/DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
39
49
|
import { DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput } from "../commands/DescribeFleetAdvisorSchemasCommand";
|
|
50
|
+
import { DescribeInstanceProfilesCommandInput, DescribeInstanceProfilesCommandOutput } from "../commands/DescribeInstanceProfilesCommand";
|
|
51
|
+
import { DescribeMetadataModelAssessmentsCommandInput, DescribeMetadataModelAssessmentsCommandOutput } from "../commands/DescribeMetadataModelAssessmentsCommand";
|
|
52
|
+
import { DescribeMetadataModelConversionsCommandInput, DescribeMetadataModelConversionsCommandOutput } from "../commands/DescribeMetadataModelConversionsCommand";
|
|
53
|
+
import { DescribeMetadataModelExportsAsScriptCommandInput, DescribeMetadataModelExportsAsScriptCommandOutput } from "../commands/DescribeMetadataModelExportsAsScriptCommand";
|
|
54
|
+
import { DescribeMetadataModelExportsToTargetCommandInput, DescribeMetadataModelExportsToTargetCommandOutput } from "../commands/DescribeMetadataModelExportsToTargetCommand";
|
|
55
|
+
import { DescribeMetadataModelImportsCommandInput, DescribeMetadataModelImportsCommandOutput } from "../commands/DescribeMetadataModelImportsCommand";
|
|
56
|
+
import { DescribeMigrationProjectsCommandInput, DescribeMigrationProjectsCommandOutput } from "../commands/DescribeMigrationProjectsCommand";
|
|
40
57
|
import { DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput } from "../commands/DescribeOrderableReplicationInstancesCommand";
|
|
41
58
|
import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "../commands/DescribePendingMaintenanceActionsCommand";
|
|
42
59
|
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "../commands/DescribeRecommendationLimitationsCommand";
|
|
@@ -54,10 +71,15 @@ import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeRepli
|
|
|
54
71
|
import { DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput } from "../commands/DescribeReplicationTasksCommand";
|
|
55
72
|
import { DescribeSchemasCommandInput, DescribeSchemasCommandOutput } from "../commands/DescribeSchemasCommand";
|
|
56
73
|
import { DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput } from "../commands/DescribeTableStatisticsCommand";
|
|
74
|
+
import { ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput } from "../commands/ExportMetadataModelAssessmentCommand";
|
|
57
75
|
import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
|
|
58
76
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
77
|
+
import { ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput } from "../commands/ModifyConversionConfigurationCommand";
|
|
78
|
+
import { ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput } from "../commands/ModifyDataProviderCommand";
|
|
59
79
|
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "../commands/ModifyEndpointCommand";
|
|
60
80
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
|
|
81
|
+
import { ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput } from "../commands/ModifyInstanceProfileCommand";
|
|
82
|
+
import { ModifyMigrationProjectCommandInput, ModifyMigrationProjectCommandOutput } from "../commands/ModifyMigrationProjectCommand";
|
|
61
83
|
import { ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput } from "../commands/ModifyReplicationConfigCommand";
|
|
62
84
|
import { ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput } from "../commands/ModifyReplicationInstanceCommand";
|
|
63
85
|
import { ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput } from "../commands/ModifyReplicationSubnetGroupCommand";
|
|
@@ -69,6 +91,12 @@ import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutp
|
|
|
69
91
|
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "../commands/ReloadTablesCommand";
|
|
70
92
|
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
|
|
71
93
|
import { RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput } from "../commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
94
|
+
import { StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput } from "../commands/StartExtensionPackAssociationCommand";
|
|
95
|
+
import { StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput } from "../commands/StartMetadataModelAssessmentCommand";
|
|
96
|
+
import { StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput } from "../commands/StartMetadataModelConversionCommand";
|
|
97
|
+
import { StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput } from "../commands/StartMetadataModelExportAsScriptCommand";
|
|
98
|
+
import { StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput } from "../commands/StartMetadataModelExportToTargetCommand";
|
|
99
|
+
import { StartMetadataModelImportCommandInput, StartMetadataModelImportCommandOutput } from "../commands/StartMetadataModelImportCommand";
|
|
72
100
|
import { StartRecommendationsCommandInput, StartRecommendationsCommandOutput } from "../commands/StartRecommendationsCommand";
|
|
73
101
|
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "../commands/StartReplicationCommand";
|
|
74
102
|
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "../commands/StartReplicationTaskAssessmentCommand";
|
|
@@ -94,6 +122,10 @@ export declare const se_BatchStartRecommendationsCommand: (input: BatchStartReco
|
|
|
94
122
|
* serializeAws_json1_1CancelReplicationTaskAssessmentRunCommand
|
|
95
123
|
*/
|
|
96
124
|
export declare const se_CancelReplicationTaskAssessmentRunCommand: (input: CancelReplicationTaskAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
/**
|
|
126
|
+
* serializeAws_json1_1CreateDataProviderCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const se_CreateDataProviderCommand: (input: CreateDataProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
129
|
/**
|
|
98
130
|
* serializeAws_json1_1CreateEndpointCommand
|
|
99
131
|
*/
|
|
@@ -106,6 +138,14 @@ export declare const se_CreateEventSubscriptionCommand: (input: CreateEventSubsc
|
|
|
106
138
|
* serializeAws_json1_1CreateFleetAdvisorCollectorCommand
|
|
107
139
|
*/
|
|
108
140
|
export declare const se_CreateFleetAdvisorCollectorCommand: (input: CreateFleetAdvisorCollectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
/**
|
|
142
|
+
* serializeAws_json1_1CreateInstanceProfileCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const se_CreateInstanceProfileCommand: (input: CreateInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
/**
|
|
146
|
+
* serializeAws_json1_1CreateMigrationProjectCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const se_CreateMigrationProjectCommand: (input: CreateMigrationProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
149
|
/**
|
|
110
150
|
* serializeAws_json1_1CreateReplicationConfigCommand
|
|
111
151
|
*/
|
|
@@ -130,6 +170,10 @@ export declare const se_DeleteCertificateCommand: (input: DeleteCertificateComma
|
|
|
130
170
|
* serializeAws_json1_1DeleteConnectionCommand
|
|
131
171
|
*/
|
|
132
172
|
export declare const se_DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
/**
|
|
174
|
+
* serializeAws_json1_1DeleteDataProviderCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const se_DeleteDataProviderCommand: (input: DeleteDataProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
177
|
/**
|
|
134
178
|
* serializeAws_json1_1DeleteEndpointCommand
|
|
135
179
|
*/
|
|
@@ -146,6 +190,14 @@ export declare const se_DeleteFleetAdvisorCollectorCommand: (input: DeleteFleetA
|
|
|
146
190
|
* serializeAws_json1_1DeleteFleetAdvisorDatabasesCommand
|
|
147
191
|
*/
|
|
148
192
|
export declare const se_DeleteFleetAdvisorDatabasesCommand: (input: DeleteFleetAdvisorDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
+
/**
|
|
194
|
+
* serializeAws_json1_1DeleteInstanceProfileCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const se_DeleteInstanceProfileCommand: (input: DeleteInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
+
/**
|
|
198
|
+
* serializeAws_json1_1DeleteMigrationProjectCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const se_DeleteMigrationProjectCommand: (input: DeleteMigrationProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
201
|
/**
|
|
150
202
|
* serializeAws_json1_1DeleteReplicationConfigCommand
|
|
151
203
|
*/
|
|
@@ -182,6 +234,14 @@ export declare const se_DescribeCertificatesCommand: (input: DescribeCertificate
|
|
|
182
234
|
* serializeAws_json1_1DescribeConnectionsCommand
|
|
183
235
|
*/
|
|
184
236
|
export declare const se_DescribeConnectionsCommand: (input: DescribeConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
+
/**
|
|
238
|
+
* serializeAws_json1_1DescribeConversionConfigurationCommand
|
|
239
|
+
*/
|
|
240
|
+
export declare const se_DescribeConversionConfigurationCommand: (input: DescribeConversionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
+
/**
|
|
242
|
+
* serializeAws_json1_1DescribeDataProvidersCommand
|
|
243
|
+
*/
|
|
244
|
+
export declare const se_DescribeDataProvidersCommand: (input: DescribeDataProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
245
|
/**
|
|
186
246
|
* serializeAws_json1_1DescribeEndpointsCommand
|
|
187
247
|
*/
|
|
@@ -194,6 +254,10 @@ export declare const se_DescribeEndpointSettingsCommand: (input: DescribeEndpoin
|
|
|
194
254
|
* serializeAws_json1_1DescribeEndpointTypesCommand
|
|
195
255
|
*/
|
|
196
256
|
export declare const se_DescribeEndpointTypesCommand: (input: DescribeEndpointTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
|
+
/**
|
|
258
|
+
* serializeAws_json1_1DescribeEngineVersionsCommand
|
|
259
|
+
*/
|
|
260
|
+
export declare const se_DescribeEngineVersionsCommand: (input: DescribeEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
261
|
/**
|
|
198
262
|
* serializeAws_json1_1DescribeEventCategoriesCommand
|
|
199
263
|
*/
|
|
@@ -206,6 +270,10 @@ export declare const se_DescribeEventsCommand: (input: DescribeEventsCommandInpu
|
|
|
206
270
|
* serializeAws_json1_1DescribeEventSubscriptionsCommand
|
|
207
271
|
*/
|
|
208
272
|
export declare const se_DescribeEventSubscriptionsCommand: (input: DescribeEventSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
+
/**
|
|
274
|
+
* serializeAws_json1_1DescribeExtensionPackAssociationsCommand
|
|
275
|
+
*/
|
|
276
|
+
export declare const se_DescribeExtensionPackAssociationsCommand: (input: DescribeExtensionPackAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
277
|
/**
|
|
210
278
|
* serializeAws_json1_1DescribeFleetAdvisorCollectorsCommand
|
|
211
279
|
*/
|
|
@@ -226,6 +294,34 @@ export declare const se_DescribeFleetAdvisorSchemaObjectSummaryCommand: (input:
|
|
|
226
294
|
* serializeAws_json1_1DescribeFleetAdvisorSchemasCommand
|
|
227
295
|
*/
|
|
228
296
|
export declare const se_DescribeFleetAdvisorSchemasCommand: (input: DescribeFleetAdvisorSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
297
|
+
/**
|
|
298
|
+
* serializeAws_json1_1DescribeInstanceProfilesCommand
|
|
299
|
+
*/
|
|
300
|
+
export declare const se_DescribeInstanceProfilesCommand: (input: DescribeInstanceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
301
|
+
/**
|
|
302
|
+
* serializeAws_json1_1DescribeMetadataModelAssessmentsCommand
|
|
303
|
+
*/
|
|
304
|
+
export declare const se_DescribeMetadataModelAssessmentsCommand: (input: DescribeMetadataModelAssessmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
|
+
/**
|
|
306
|
+
* serializeAws_json1_1DescribeMetadataModelConversionsCommand
|
|
307
|
+
*/
|
|
308
|
+
export declare const se_DescribeMetadataModelConversionsCommand: (input: DescribeMetadataModelConversionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
309
|
+
/**
|
|
310
|
+
* serializeAws_json1_1DescribeMetadataModelExportsAsScriptCommand
|
|
311
|
+
*/
|
|
312
|
+
export declare const se_DescribeMetadataModelExportsAsScriptCommand: (input: DescribeMetadataModelExportsAsScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
|
+
/**
|
|
314
|
+
* serializeAws_json1_1DescribeMetadataModelExportsToTargetCommand
|
|
315
|
+
*/
|
|
316
|
+
export declare const se_DescribeMetadataModelExportsToTargetCommand: (input: DescribeMetadataModelExportsToTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
|
+
/**
|
|
318
|
+
* serializeAws_json1_1DescribeMetadataModelImportsCommand
|
|
319
|
+
*/
|
|
320
|
+
export declare const se_DescribeMetadataModelImportsCommand: (input: DescribeMetadataModelImportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
|
+
/**
|
|
322
|
+
* serializeAws_json1_1DescribeMigrationProjectsCommand
|
|
323
|
+
*/
|
|
324
|
+
export declare const se_DescribeMigrationProjectsCommand: (input: DescribeMigrationProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
325
|
/**
|
|
230
326
|
* serializeAws_json1_1DescribeOrderableReplicationInstancesCommand
|
|
231
327
|
*/
|
|
@@ -294,6 +390,10 @@ export declare const se_DescribeSchemasCommand: (input: DescribeSchemasCommandIn
|
|
|
294
390
|
* serializeAws_json1_1DescribeTableStatisticsCommand
|
|
295
391
|
*/
|
|
296
392
|
export declare const se_DescribeTableStatisticsCommand: (input: DescribeTableStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
393
|
+
/**
|
|
394
|
+
* serializeAws_json1_1ExportMetadataModelAssessmentCommand
|
|
395
|
+
*/
|
|
396
|
+
export declare const se_ExportMetadataModelAssessmentCommand: (input: ExportMetadataModelAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
297
397
|
/**
|
|
298
398
|
* serializeAws_json1_1ImportCertificateCommand
|
|
299
399
|
*/
|
|
@@ -302,6 +402,14 @@ export declare const se_ImportCertificateCommand: (input: ImportCertificateComma
|
|
|
302
402
|
* serializeAws_json1_1ListTagsForResourceCommand
|
|
303
403
|
*/
|
|
304
404
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
405
|
+
/**
|
|
406
|
+
* serializeAws_json1_1ModifyConversionConfigurationCommand
|
|
407
|
+
*/
|
|
408
|
+
export declare const se_ModifyConversionConfigurationCommand: (input: ModifyConversionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
409
|
+
/**
|
|
410
|
+
* serializeAws_json1_1ModifyDataProviderCommand
|
|
411
|
+
*/
|
|
412
|
+
export declare const se_ModifyDataProviderCommand: (input: ModifyDataProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
413
|
/**
|
|
306
414
|
* serializeAws_json1_1ModifyEndpointCommand
|
|
307
415
|
*/
|
|
@@ -310,6 +418,14 @@ export declare const se_ModifyEndpointCommand: (input: ModifyEndpointCommandInpu
|
|
|
310
418
|
* serializeAws_json1_1ModifyEventSubscriptionCommand
|
|
311
419
|
*/
|
|
312
420
|
export declare const se_ModifyEventSubscriptionCommand: (input: ModifyEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
421
|
+
/**
|
|
422
|
+
* serializeAws_json1_1ModifyInstanceProfileCommand
|
|
423
|
+
*/
|
|
424
|
+
export declare const se_ModifyInstanceProfileCommand: (input: ModifyInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
425
|
+
/**
|
|
426
|
+
* serializeAws_json1_1ModifyMigrationProjectCommand
|
|
427
|
+
*/
|
|
428
|
+
export declare const se_ModifyMigrationProjectCommand: (input: ModifyMigrationProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
429
|
/**
|
|
314
430
|
* serializeAws_json1_1ModifyReplicationConfigCommand
|
|
315
431
|
*/
|
|
@@ -354,6 +470,30 @@ export declare const se_RemoveTagsFromResourceCommand: (input: RemoveTagsFromRes
|
|
|
354
470
|
* serializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand
|
|
355
471
|
*/
|
|
356
472
|
export declare const se_RunFleetAdvisorLsaAnalysisCommand: (input: RunFleetAdvisorLsaAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
473
|
+
/**
|
|
474
|
+
* serializeAws_json1_1StartExtensionPackAssociationCommand
|
|
475
|
+
*/
|
|
476
|
+
export declare const se_StartExtensionPackAssociationCommand: (input: StartExtensionPackAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
477
|
+
/**
|
|
478
|
+
* serializeAws_json1_1StartMetadataModelAssessmentCommand
|
|
479
|
+
*/
|
|
480
|
+
export declare const se_StartMetadataModelAssessmentCommand: (input: StartMetadataModelAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
481
|
+
/**
|
|
482
|
+
* serializeAws_json1_1StartMetadataModelConversionCommand
|
|
483
|
+
*/
|
|
484
|
+
export declare const se_StartMetadataModelConversionCommand: (input: StartMetadataModelConversionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
485
|
+
/**
|
|
486
|
+
* serializeAws_json1_1StartMetadataModelExportAsScriptCommand
|
|
487
|
+
*/
|
|
488
|
+
export declare const se_StartMetadataModelExportAsScriptCommand: (input: StartMetadataModelExportAsScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
489
|
+
/**
|
|
490
|
+
* serializeAws_json1_1StartMetadataModelExportToTargetCommand
|
|
491
|
+
*/
|
|
492
|
+
export declare const se_StartMetadataModelExportToTargetCommand: (input: StartMetadataModelExportToTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
493
|
+
/**
|
|
494
|
+
* serializeAws_json1_1StartMetadataModelImportCommand
|
|
495
|
+
*/
|
|
496
|
+
export declare const se_StartMetadataModelImportCommand: (input: StartMetadataModelImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
357
497
|
/**
|
|
358
498
|
* serializeAws_json1_1StartRecommendationsCommand
|
|
359
499
|
*/
|
|
@@ -406,6 +546,10 @@ export declare const de_BatchStartRecommendationsCommand: (output: __HttpRespons
|
|
|
406
546
|
* deserializeAws_json1_1CancelReplicationTaskAssessmentRunCommand
|
|
407
547
|
*/
|
|
408
548
|
export declare const de_CancelReplicationTaskAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelReplicationTaskAssessmentRunCommandOutput>;
|
|
549
|
+
/**
|
|
550
|
+
* deserializeAws_json1_1CreateDataProviderCommand
|
|
551
|
+
*/
|
|
552
|
+
export declare const de_CreateDataProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataProviderCommandOutput>;
|
|
409
553
|
/**
|
|
410
554
|
* deserializeAws_json1_1CreateEndpointCommand
|
|
411
555
|
*/
|
|
@@ -418,6 +562,14 @@ export declare const de_CreateEventSubscriptionCommand: (output: __HttpResponse,
|
|
|
418
562
|
* deserializeAws_json1_1CreateFleetAdvisorCollectorCommand
|
|
419
563
|
*/
|
|
420
564
|
export declare const de_CreateFleetAdvisorCollectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetAdvisorCollectorCommandOutput>;
|
|
565
|
+
/**
|
|
566
|
+
* deserializeAws_json1_1CreateInstanceProfileCommand
|
|
567
|
+
*/
|
|
568
|
+
export declare const de_CreateInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceProfileCommandOutput>;
|
|
569
|
+
/**
|
|
570
|
+
* deserializeAws_json1_1CreateMigrationProjectCommand
|
|
571
|
+
*/
|
|
572
|
+
export declare const de_CreateMigrationProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMigrationProjectCommandOutput>;
|
|
421
573
|
/**
|
|
422
574
|
* deserializeAws_json1_1CreateReplicationConfigCommand
|
|
423
575
|
*/
|
|
@@ -442,6 +594,10 @@ export declare const de_DeleteCertificateCommand: (output: __HttpResponse, conte
|
|
|
442
594
|
* deserializeAws_json1_1DeleteConnectionCommand
|
|
443
595
|
*/
|
|
444
596
|
export declare const de_DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
|
|
597
|
+
/**
|
|
598
|
+
* deserializeAws_json1_1DeleteDataProviderCommand
|
|
599
|
+
*/
|
|
600
|
+
export declare const de_DeleteDataProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataProviderCommandOutput>;
|
|
445
601
|
/**
|
|
446
602
|
* deserializeAws_json1_1DeleteEndpointCommand
|
|
447
603
|
*/
|
|
@@ -458,6 +614,14 @@ export declare const de_DeleteFleetAdvisorCollectorCommand: (output: __HttpRespo
|
|
|
458
614
|
* deserializeAws_json1_1DeleteFleetAdvisorDatabasesCommand
|
|
459
615
|
*/
|
|
460
616
|
export declare const de_DeleteFleetAdvisorDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetAdvisorDatabasesCommandOutput>;
|
|
617
|
+
/**
|
|
618
|
+
* deserializeAws_json1_1DeleteInstanceProfileCommand
|
|
619
|
+
*/
|
|
620
|
+
export declare const de_DeleteInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceProfileCommandOutput>;
|
|
621
|
+
/**
|
|
622
|
+
* deserializeAws_json1_1DeleteMigrationProjectCommand
|
|
623
|
+
*/
|
|
624
|
+
export declare const de_DeleteMigrationProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMigrationProjectCommandOutput>;
|
|
461
625
|
/**
|
|
462
626
|
* deserializeAws_json1_1DeleteReplicationConfigCommand
|
|
463
627
|
*/
|
|
@@ -494,6 +658,14 @@ export declare const de_DescribeCertificatesCommand: (output: __HttpResponse, co
|
|
|
494
658
|
* deserializeAws_json1_1DescribeConnectionsCommand
|
|
495
659
|
*/
|
|
496
660
|
export declare const de_DescribeConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionsCommandOutput>;
|
|
661
|
+
/**
|
|
662
|
+
* deserializeAws_json1_1DescribeConversionConfigurationCommand
|
|
663
|
+
*/
|
|
664
|
+
export declare const de_DescribeConversionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConversionConfigurationCommandOutput>;
|
|
665
|
+
/**
|
|
666
|
+
* deserializeAws_json1_1DescribeDataProvidersCommand
|
|
667
|
+
*/
|
|
668
|
+
export declare const de_DescribeDataProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataProvidersCommandOutput>;
|
|
497
669
|
/**
|
|
498
670
|
* deserializeAws_json1_1DescribeEndpointsCommand
|
|
499
671
|
*/
|
|
@@ -506,6 +678,10 @@ export declare const de_DescribeEndpointSettingsCommand: (output: __HttpResponse
|
|
|
506
678
|
* deserializeAws_json1_1DescribeEndpointTypesCommand
|
|
507
679
|
*/
|
|
508
680
|
export declare const de_DescribeEndpointTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointTypesCommandOutput>;
|
|
681
|
+
/**
|
|
682
|
+
* deserializeAws_json1_1DescribeEngineVersionsCommand
|
|
683
|
+
*/
|
|
684
|
+
export declare const de_DescribeEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEngineVersionsCommandOutput>;
|
|
509
685
|
/**
|
|
510
686
|
* deserializeAws_json1_1DescribeEventCategoriesCommand
|
|
511
687
|
*/
|
|
@@ -518,6 +694,10 @@ export declare const de_DescribeEventsCommand: (output: __HttpResponse, context:
|
|
|
518
694
|
* deserializeAws_json1_1DescribeEventSubscriptionsCommand
|
|
519
695
|
*/
|
|
520
696
|
export declare const de_DescribeEventSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventSubscriptionsCommandOutput>;
|
|
697
|
+
/**
|
|
698
|
+
* deserializeAws_json1_1DescribeExtensionPackAssociationsCommand
|
|
699
|
+
*/
|
|
700
|
+
export declare const de_DescribeExtensionPackAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExtensionPackAssociationsCommandOutput>;
|
|
521
701
|
/**
|
|
522
702
|
* deserializeAws_json1_1DescribeFleetAdvisorCollectorsCommand
|
|
523
703
|
*/
|
|
@@ -538,6 +718,34 @@ export declare const de_DescribeFleetAdvisorSchemaObjectSummaryCommand: (output:
|
|
|
538
718
|
* deserializeAws_json1_1DescribeFleetAdvisorSchemasCommand
|
|
539
719
|
*/
|
|
540
720
|
export declare const de_DescribeFleetAdvisorSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetAdvisorSchemasCommandOutput>;
|
|
721
|
+
/**
|
|
722
|
+
* deserializeAws_json1_1DescribeInstanceProfilesCommand
|
|
723
|
+
*/
|
|
724
|
+
export declare const de_DescribeInstanceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceProfilesCommandOutput>;
|
|
725
|
+
/**
|
|
726
|
+
* deserializeAws_json1_1DescribeMetadataModelAssessmentsCommand
|
|
727
|
+
*/
|
|
728
|
+
export declare const de_DescribeMetadataModelAssessmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMetadataModelAssessmentsCommandOutput>;
|
|
729
|
+
/**
|
|
730
|
+
* deserializeAws_json1_1DescribeMetadataModelConversionsCommand
|
|
731
|
+
*/
|
|
732
|
+
export declare const de_DescribeMetadataModelConversionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMetadataModelConversionsCommandOutput>;
|
|
733
|
+
/**
|
|
734
|
+
* deserializeAws_json1_1DescribeMetadataModelExportsAsScriptCommand
|
|
735
|
+
*/
|
|
736
|
+
export declare const de_DescribeMetadataModelExportsAsScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMetadataModelExportsAsScriptCommandOutput>;
|
|
737
|
+
/**
|
|
738
|
+
* deserializeAws_json1_1DescribeMetadataModelExportsToTargetCommand
|
|
739
|
+
*/
|
|
740
|
+
export declare const de_DescribeMetadataModelExportsToTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMetadataModelExportsToTargetCommandOutput>;
|
|
741
|
+
/**
|
|
742
|
+
* deserializeAws_json1_1DescribeMetadataModelImportsCommand
|
|
743
|
+
*/
|
|
744
|
+
export declare const de_DescribeMetadataModelImportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMetadataModelImportsCommandOutput>;
|
|
745
|
+
/**
|
|
746
|
+
* deserializeAws_json1_1DescribeMigrationProjectsCommand
|
|
747
|
+
*/
|
|
748
|
+
export declare const de_DescribeMigrationProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMigrationProjectsCommandOutput>;
|
|
541
749
|
/**
|
|
542
750
|
* deserializeAws_json1_1DescribeOrderableReplicationInstancesCommand
|
|
543
751
|
*/
|
|
@@ -606,6 +814,10 @@ export declare const de_DescribeSchemasCommand: (output: __HttpResponse, context
|
|
|
606
814
|
* deserializeAws_json1_1DescribeTableStatisticsCommand
|
|
607
815
|
*/
|
|
608
816
|
export declare const de_DescribeTableStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTableStatisticsCommandOutput>;
|
|
817
|
+
/**
|
|
818
|
+
* deserializeAws_json1_1ExportMetadataModelAssessmentCommand
|
|
819
|
+
*/
|
|
820
|
+
export declare const de_ExportMetadataModelAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportMetadataModelAssessmentCommandOutput>;
|
|
609
821
|
/**
|
|
610
822
|
* deserializeAws_json1_1ImportCertificateCommand
|
|
611
823
|
*/
|
|
@@ -614,6 +826,14 @@ export declare const de_ImportCertificateCommand: (output: __HttpResponse, conte
|
|
|
614
826
|
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
615
827
|
*/
|
|
616
828
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
829
|
+
/**
|
|
830
|
+
* deserializeAws_json1_1ModifyConversionConfigurationCommand
|
|
831
|
+
*/
|
|
832
|
+
export declare const de_ModifyConversionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyConversionConfigurationCommandOutput>;
|
|
833
|
+
/**
|
|
834
|
+
* deserializeAws_json1_1ModifyDataProviderCommand
|
|
835
|
+
*/
|
|
836
|
+
export declare const de_ModifyDataProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDataProviderCommandOutput>;
|
|
617
837
|
/**
|
|
618
838
|
* deserializeAws_json1_1ModifyEndpointCommand
|
|
619
839
|
*/
|
|
@@ -622,6 +842,14 @@ export declare const de_ModifyEndpointCommand: (output: __HttpResponse, context:
|
|
|
622
842
|
* deserializeAws_json1_1ModifyEventSubscriptionCommand
|
|
623
843
|
*/
|
|
624
844
|
export declare const de_ModifyEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyEventSubscriptionCommandOutput>;
|
|
845
|
+
/**
|
|
846
|
+
* deserializeAws_json1_1ModifyInstanceProfileCommand
|
|
847
|
+
*/
|
|
848
|
+
export declare const de_ModifyInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyInstanceProfileCommandOutput>;
|
|
849
|
+
/**
|
|
850
|
+
* deserializeAws_json1_1ModifyMigrationProjectCommand
|
|
851
|
+
*/
|
|
852
|
+
export declare const de_ModifyMigrationProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyMigrationProjectCommandOutput>;
|
|
625
853
|
/**
|
|
626
854
|
* deserializeAws_json1_1ModifyReplicationConfigCommand
|
|
627
855
|
*/
|
|
@@ -666,6 +894,30 @@ export declare const de_RemoveTagsFromResourceCommand: (output: __HttpResponse,
|
|
|
666
894
|
* deserializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand
|
|
667
895
|
*/
|
|
668
896
|
export declare const de_RunFleetAdvisorLsaAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunFleetAdvisorLsaAnalysisCommandOutput>;
|
|
897
|
+
/**
|
|
898
|
+
* deserializeAws_json1_1StartExtensionPackAssociationCommand
|
|
899
|
+
*/
|
|
900
|
+
export declare const de_StartExtensionPackAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExtensionPackAssociationCommandOutput>;
|
|
901
|
+
/**
|
|
902
|
+
* deserializeAws_json1_1StartMetadataModelAssessmentCommand
|
|
903
|
+
*/
|
|
904
|
+
export declare const de_StartMetadataModelAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMetadataModelAssessmentCommandOutput>;
|
|
905
|
+
/**
|
|
906
|
+
* deserializeAws_json1_1StartMetadataModelConversionCommand
|
|
907
|
+
*/
|
|
908
|
+
export declare const de_StartMetadataModelConversionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMetadataModelConversionCommandOutput>;
|
|
909
|
+
/**
|
|
910
|
+
* deserializeAws_json1_1StartMetadataModelExportAsScriptCommand
|
|
911
|
+
*/
|
|
912
|
+
export declare const de_StartMetadataModelExportAsScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMetadataModelExportAsScriptCommandOutput>;
|
|
913
|
+
/**
|
|
914
|
+
* deserializeAws_json1_1StartMetadataModelExportToTargetCommand
|
|
915
|
+
*/
|
|
916
|
+
export declare const de_StartMetadataModelExportToTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMetadataModelExportToTargetCommandOutput>;
|
|
917
|
+
/**
|
|
918
|
+
* deserializeAws_json1_1StartMetadataModelImportCommand
|
|
919
|
+
*/
|
|
920
|
+
export declare const de_StartMetadataModelImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMetadataModelImportCommandOutput>;
|
|
669
921
|
/**
|
|
670
922
|
* deserializeAws_json1_1StartRecommendationsCommand
|
|
671
923
|
*/
|