@aws-sdk/client-database-migration-service 3.382.0 → 3.384.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +216 -0
- package/dist-cjs/DatabaseMigrationService.js +54 -0
- package/dist-cjs/commands/CreateDataProviderCommand.js +46 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/CreateMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DeleteDataProviderCommand.js +46 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/DeleteMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DescribeConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DescribeDataProvidersCommand.js +46 -0
- package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
- package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
- package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
- package/dist-cjs/commands/index.js +27 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +61 -83
- package/dist-cjs/models/models_1.js +56 -0
- package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +10 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1556 -124
- package/dist-es/DatabaseMigrationService.js +54 -0
- package/dist-es/commands/CreateDataProviderCommand.js +42 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
- package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
- package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
- package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
- package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
- package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
- package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
- package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
- package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
- package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +57 -76
- package/dist-es/models/models_1.js +50 -0
- package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
- package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
- package/dist-es/pagination/index.js +10 -1
- package/dist-es/protocols/Aws_json1_1.js +1647 -270
- package/dist-types/DatabaseMigrationService.d.ts +189 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +29 -2
- package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
- package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
- package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
- package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2419 -2006
- package/dist-types/models/models_1.d.ts +1322 -0
- package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +243 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +477 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +374 -236
- package/dist-types/ts3.4/models/models_1.d.ts +312 -0
- package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +324 -0
- package/package.json +1 -1
|
@@ -0,0 +1,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 { 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,18 +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";
|
|
7
8
|
export * from "./DescribeEngineVersionsPaginator";
|
|
8
9
|
export * from "./DescribeEventSubscriptionsPaginator";
|
|
9
10
|
export * from "./DescribeEventsPaginator";
|
|
10
|
-
export * from "./DescribeFleetAdvisorCollectorsPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeExtensionPackAssociationsPaginator";
|
|
13
|
+
export * from "./DescribeFleetAdvisorCollectorsPaginator";
|
|
12
14
|
export * from "./DescribeFleetAdvisorDatabasesPaginator";
|
|
13
15
|
export * from "./DescribeFleetAdvisorLsaAnalysisPaginator";
|
|
14
16
|
export * from "./DescribeFleetAdvisorSchemaObjectSummaryPaginator";
|
|
15
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";
|
|
16
25
|
export * from "./DescribeOrderableReplicationInstancesPaginator";
|
|
17
26
|
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
18
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,6 +32,8 @@ 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";
|
|
@@ -33,11 +41,19 @@ import { DescribeEngineVersionsCommandInput, DescribeEngineVersionsCommandOutput
|
|
|
33
41
|
import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "../commands/DescribeEventCategoriesCommand";
|
|
34
42
|
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
|
|
35
43
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
|
|
44
|
+
import { DescribeExtensionPackAssociationsCommandInput, DescribeExtensionPackAssociationsCommandOutput } from "../commands/DescribeExtensionPackAssociationsCommand";
|
|
36
45
|
import { DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput } from "../commands/DescribeFleetAdvisorCollectorsCommand";
|
|
37
46
|
import { DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput } from "../commands/DescribeFleetAdvisorDatabasesCommand";
|
|
38
47
|
import { DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput } from "../commands/DescribeFleetAdvisorLsaAnalysisCommand";
|
|
39
48
|
import { DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput } from "../commands/DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
40
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";
|
|
41
57
|
import { DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput } from "../commands/DescribeOrderableReplicationInstancesCommand";
|
|
42
58
|
import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "../commands/DescribePendingMaintenanceActionsCommand";
|
|
43
59
|
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "../commands/DescribeRecommendationLimitationsCommand";
|
|
@@ -55,10 +71,15 @@ import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeRepli
|
|
|
55
71
|
import { DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput } from "../commands/DescribeReplicationTasksCommand";
|
|
56
72
|
import { DescribeSchemasCommandInput, DescribeSchemasCommandOutput } from "../commands/DescribeSchemasCommand";
|
|
57
73
|
import { DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput } from "../commands/DescribeTableStatisticsCommand";
|
|
74
|
+
import { ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput } from "../commands/ExportMetadataModelAssessmentCommand";
|
|
58
75
|
import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
|
|
59
76
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
77
|
+
import { ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput } from "../commands/ModifyConversionConfigurationCommand";
|
|
78
|
+
import { ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput } from "../commands/ModifyDataProviderCommand";
|
|
60
79
|
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "../commands/ModifyEndpointCommand";
|
|
61
80
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
|
|
81
|
+
import { ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput } from "../commands/ModifyInstanceProfileCommand";
|
|
82
|
+
import { ModifyMigrationProjectCommandInput, ModifyMigrationProjectCommandOutput } from "../commands/ModifyMigrationProjectCommand";
|
|
62
83
|
import { ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput } from "../commands/ModifyReplicationConfigCommand";
|
|
63
84
|
import { ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput } from "../commands/ModifyReplicationInstanceCommand";
|
|
64
85
|
import { ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput } from "../commands/ModifyReplicationSubnetGroupCommand";
|
|
@@ -70,6 +91,12 @@ import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutp
|
|
|
70
91
|
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "../commands/ReloadTablesCommand";
|
|
71
92
|
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
|
|
72
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";
|
|
73
100
|
import { StartRecommendationsCommandInput, StartRecommendationsCommandOutput } from "../commands/StartRecommendationsCommand";
|
|
74
101
|
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "../commands/StartReplicationCommand";
|
|
75
102
|
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "../commands/StartReplicationTaskAssessmentCommand";
|
|
@@ -95,6 +122,10 @@ export declare const se_BatchStartRecommendationsCommand: (input: BatchStartReco
|
|
|
95
122
|
* serializeAws_json1_1CancelReplicationTaskAssessmentRunCommand
|
|
96
123
|
*/
|
|
97
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>;
|
|
98
129
|
/**
|
|
99
130
|
* serializeAws_json1_1CreateEndpointCommand
|
|
100
131
|
*/
|
|
@@ -107,6 +138,14 @@ export declare const se_CreateEventSubscriptionCommand: (input: CreateEventSubsc
|
|
|
107
138
|
* serializeAws_json1_1CreateFleetAdvisorCollectorCommand
|
|
108
139
|
*/
|
|
109
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>;
|
|
110
149
|
/**
|
|
111
150
|
* serializeAws_json1_1CreateReplicationConfigCommand
|
|
112
151
|
*/
|
|
@@ -131,6 +170,10 @@ export declare const se_DeleteCertificateCommand: (input: DeleteCertificateComma
|
|
|
131
170
|
* serializeAws_json1_1DeleteConnectionCommand
|
|
132
171
|
*/
|
|
133
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>;
|
|
134
177
|
/**
|
|
135
178
|
* serializeAws_json1_1DeleteEndpointCommand
|
|
136
179
|
*/
|
|
@@ -147,6 +190,14 @@ export declare const se_DeleteFleetAdvisorCollectorCommand: (input: DeleteFleetA
|
|
|
147
190
|
* serializeAws_json1_1DeleteFleetAdvisorDatabasesCommand
|
|
148
191
|
*/
|
|
149
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>;
|
|
150
201
|
/**
|
|
151
202
|
* serializeAws_json1_1DeleteReplicationConfigCommand
|
|
152
203
|
*/
|
|
@@ -183,6 +234,14 @@ export declare const se_DescribeCertificatesCommand: (input: DescribeCertificate
|
|
|
183
234
|
* serializeAws_json1_1DescribeConnectionsCommand
|
|
184
235
|
*/
|
|
185
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>;
|
|
186
245
|
/**
|
|
187
246
|
* serializeAws_json1_1DescribeEndpointsCommand
|
|
188
247
|
*/
|
|
@@ -211,6 +270,10 @@ export declare const se_DescribeEventsCommand: (input: DescribeEventsCommandInpu
|
|
|
211
270
|
* serializeAws_json1_1DescribeEventSubscriptionsCommand
|
|
212
271
|
*/
|
|
213
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>;
|
|
214
277
|
/**
|
|
215
278
|
* serializeAws_json1_1DescribeFleetAdvisorCollectorsCommand
|
|
216
279
|
*/
|
|
@@ -231,6 +294,34 @@ export declare const se_DescribeFleetAdvisorSchemaObjectSummaryCommand: (input:
|
|
|
231
294
|
* serializeAws_json1_1DescribeFleetAdvisorSchemasCommand
|
|
232
295
|
*/
|
|
233
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>;
|
|
234
325
|
/**
|
|
235
326
|
* serializeAws_json1_1DescribeOrderableReplicationInstancesCommand
|
|
236
327
|
*/
|
|
@@ -299,6 +390,10 @@ export declare const se_DescribeSchemasCommand: (input: DescribeSchemasCommandIn
|
|
|
299
390
|
* serializeAws_json1_1DescribeTableStatisticsCommand
|
|
300
391
|
*/
|
|
301
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>;
|
|
302
397
|
/**
|
|
303
398
|
* serializeAws_json1_1ImportCertificateCommand
|
|
304
399
|
*/
|
|
@@ -307,6 +402,14 @@ export declare const se_ImportCertificateCommand: (input: ImportCertificateComma
|
|
|
307
402
|
* serializeAws_json1_1ListTagsForResourceCommand
|
|
308
403
|
*/
|
|
309
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>;
|
|
310
413
|
/**
|
|
311
414
|
* serializeAws_json1_1ModifyEndpointCommand
|
|
312
415
|
*/
|
|
@@ -315,6 +418,14 @@ export declare const se_ModifyEndpointCommand: (input: ModifyEndpointCommandInpu
|
|
|
315
418
|
* serializeAws_json1_1ModifyEventSubscriptionCommand
|
|
316
419
|
*/
|
|
317
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>;
|
|
318
429
|
/**
|
|
319
430
|
* serializeAws_json1_1ModifyReplicationConfigCommand
|
|
320
431
|
*/
|
|
@@ -359,6 +470,30 @@ export declare const se_RemoveTagsFromResourceCommand: (input: RemoveTagsFromRes
|
|
|
359
470
|
* serializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand
|
|
360
471
|
*/
|
|
361
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>;
|
|
362
497
|
/**
|
|
363
498
|
* serializeAws_json1_1StartRecommendationsCommand
|
|
364
499
|
*/
|
|
@@ -411,6 +546,10 @@ export declare const de_BatchStartRecommendationsCommand: (output: __HttpRespons
|
|
|
411
546
|
* deserializeAws_json1_1CancelReplicationTaskAssessmentRunCommand
|
|
412
547
|
*/
|
|
413
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>;
|
|
414
553
|
/**
|
|
415
554
|
* deserializeAws_json1_1CreateEndpointCommand
|
|
416
555
|
*/
|
|
@@ -423,6 +562,14 @@ export declare const de_CreateEventSubscriptionCommand: (output: __HttpResponse,
|
|
|
423
562
|
* deserializeAws_json1_1CreateFleetAdvisorCollectorCommand
|
|
424
563
|
*/
|
|
425
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>;
|
|
426
573
|
/**
|
|
427
574
|
* deserializeAws_json1_1CreateReplicationConfigCommand
|
|
428
575
|
*/
|
|
@@ -447,6 +594,10 @@ export declare const de_DeleteCertificateCommand: (output: __HttpResponse, conte
|
|
|
447
594
|
* deserializeAws_json1_1DeleteConnectionCommand
|
|
448
595
|
*/
|
|
449
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>;
|
|
450
601
|
/**
|
|
451
602
|
* deserializeAws_json1_1DeleteEndpointCommand
|
|
452
603
|
*/
|
|
@@ -463,6 +614,14 @@ export declare const de_DeleteFleetAdvisorCollectorCommand: (output: __HttpRespo
|
|
|
463
614
|
* deserializeAws_json1_1DeleteFleetAdvisorDatabasesCommand
|
|
464
615
|
*/
|
|
465
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>;
|
|
466
625
|
/**
|
|
467
626
|
* deserializeAws_json1_1DeleteReplicationConfigCommand
|
|
468
627
|
*/
|
|
@@ -499,6 +658,14 @@ export declare const de_DescribeCertificatesCommand: (output: __HttpResponse, co
|
|
|
499
658
|
* deserializeAws_json1_1DescribeConnectionsCommand
|
|
500
659
|
*/
|
|
501
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>;
|
|
502
669
|
/**
|
|
503
670
|
* deserializeAws_json1_1DescribeEndpointsCommand
|
|
504
671
|
*/
|
|
@@ -527,6 +694,10 @@ export declare const de_DescribeEventsCommand: (output: __HttpResponse, context:
|
|
|
527
694
|
* deserializeAws_json1_1DescribeEventSubscriptionsCommand
|
|
528
695
|
*/
|
|
529
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>;
|
|
530
701
|
/**
|
|
531
702
|
* deserializeAws_json1_1DescribeFleetAdvisorCollectorsCommand
|
|
532
703
|
*/
|
|
@@ -547,6 +718,34 @@ export declare const de_DescribeFleetAdvisorSchemaObjectSummaryCommand: (output:
|
|
|
547
718
|
* deserializeAws_json1_1DescribeFleetAdvisorSchemasCommand
|
|
548
719
|
*/
|
|
549
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>;
|
|
550
749
|
/**
|
|
551
750
|
* deserializeAws_json1_1DescribeOrderableReplicationInstancesCommand
|
|
552
751
|
*/
|
|
@@ -615,6 +814,10 @@ export declare const de_DescribeSchemasCommand: (output: __HttpResponse, context
|
|
|
615
814
|
* deserializeAws_json1_1DescribeTableStatisticsCommand
|
|
616
815
|
*/
|
|
617
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>;
|
|
618
821
|
/**
|
|
619
822
|
* deserializeAws_json1_1ImportCertificateCommand
|
|
620
823
|
*/
|
|
@@ -623,6 +826,14 @@ export declare const de_ImportCertificateCommand: (output: __HttpResponse, conte
|
|
|
623
826
|
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
624
827
|
*/
|
|
625
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>;
|
|
626
837
|
/**
|
|
627
838
|
* deserializeAws_json1_1ModifyEndpointCommand
|
|
628
839
|
*/
|
|
@@ -631,6 +842,14 @@ export declare const de_ModifyEndpointCommand: (output: __HttpResponse, context:
|
|
|
631
842
|
* deserializeAws_json1_1ModifyEventSubscriptionCommand
|
|
632
843
|
*/
|
|
633
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>;
|
|
634
853
|
/**
|
|
635
854
|
* deserializeAws_json1_1ModifyReplicationConfigCommand
|
|
636
855
|
*/
|
|
@@ -675,6 +894,30 @@ export declare const de_RemoveTagsFromResourceCommand: (output: __HttpResponse,
|
|
|
675
894
|
* deserializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand
|
|
676
895
|
*/
|
|
677
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>;
|
|
678
921
|
/**
|
|
679
922
|
* deserializeAws_json1_1StartRecommendationsCommand
|
|
680
923
|
*/
|