@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
|
@@ -3,19 +3,25 @@ import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from ".
|
|
|
3
3
|
import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
4
4
|
import { BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput } from "./commands/BatchStartRecommendationsCommand";
|
|
5
5
|
import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput } from "./commands/CancelReplicationTaskAssessmentRunCommand";
|
|
6
|
+
import { CreateDataProviderCommandInput, CreateDataProviderCommandOutput } from "./commands/CreateDataProviderCommand";
|
|
6
7
|
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
|
|
7
8
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
8
9
|
import { CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput } from "./commands/CreateFleetAdvisorCollectorCommand";
|
|
10
|
+
import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
|
|
11
|
+
import { CreateMigrationProjectCommandInput, CreateMigrationProjectCommandOutput } from "./commands/CreateMigrationProjectCommand";
|
|
9
12
|
import { CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput } from "./commands/CreateReplicationConfigCommand";
|
|
10
13
|
import { CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput } from "./commands/CreateReplicationInstanceCommand";
|
|
11
14
|
import { CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput } from "./commands/CreateReplicationSubnetGroupCommand";
|
|
12
15
|
import { CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput } from "./commands/CreateReplicationTaskCommand";
|
|
13
16
|
import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
|
|
14
17
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
18
|
+
import { DeleteDataProviderCommandInput, DeleteDataProviderCommandOutput } from "./commands/DeleteDataProviderCommand";
|
|
15
19
|
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
|
|
16
20
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
17
21
|
import { DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput } from "./commands/DeleteFleetAdvisorCollectorCommand";
|
|
18
22
|
import { DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput } from "./commands/DeleteFleetAdvisorDatabasesCommand";
|
|
23
|
+
import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
|
|
24
|
+
import { DeleteMigrationProjectCommandInput, DeleteMigrationProjectCommandOutput } from "./commands/DeleteMigrationProjectCommand";
|
|
19
25
|
import { DeleteReplicationConfigCommandInput, DeleteReplicationConfigCommandOutput } from "./commands/DeleteReplicationConfigCommand";
|
|
20
26
|
import { DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput } from "./commands/DeleteReplicationInstanceCommand";
|
|
21
27
|
import { DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput } from "./commands/DeleteReplicationSubnetGroupCommand";
|
|
@@ -25,6 +31,8 @@ import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommand
|
|
|
25
31
|
import { DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput } from "./commands/DescribeApplicableIndividualAssessmentsCommand";
|
|
26
32
|
import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
|
|
27
33
|
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
34
|
+
import { DescribeConversionConfigurationCommandInput, DescribeConversionConfigurationCommandOutput } from "./commands/DescribeConversionConfigurationCommand";
|
|
35
|
+
import { DescribeDataProvidersCommandInput, DescribeDataProvidersCommandOutput } from "./commands/DescribeDataProvidersCommand";
|
|
28
36
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
29
37
|
import { DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput } from "./commands/DescribeEndpointSettingsCommand";
|
|
30
38
|
import { DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput } from "./commands/DescribeEndpointTypesCommand";
|
|
@@ -32,11 +40,19 @@ import { DescribeEngineVersionsCommandInput, DescribeEngineVersionsCommandOutput
|
|
|
32
40
|
import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
|
|
33
41
|
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
|
|
34
42
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
|
|
43
|
+
import { DescribeExtensionPackAssociationsCommandInput, DescribeExtensionPackAssociationsCommandOutput } from "./commands/DescribeExtensionPackAssociationsCommand";
|
|
35
44
|
import { DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput } from "./commands/DescribeFleetAdvisorCollectorsCommand";
|
|
36
45
|
import { DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput } from "./commands/DescribeFleetAdvisorDatabasesCommand";
|
|
37
46
|
import { DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput } from "./commands/DescribeFleetAdvisorLsaAnalysisCommand";
|
|
38
47
|
import { DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput } from "./commands/DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
39
48
|
import { DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput } from "./commands/DescribeFleetAdvisorSchemasCommand";
|
|
49
|
+
import { DescribeInstanceProfilesCommandInput, DescribeInstanceProfilesCommandOutput } from "./commands/DescribeInstanceProfilesCommand";
|
|
50
|
+
import { DescribeMetadataModelAssessmentsCommandInput, DescribeMetadataModelAssessmentsCommandOutput } from "./commands/DescribeMetadataModelAssessmentsCommand";
|
|
51
|
+
import { DescribeMetadataModelConversionsCommandInput, DescribeMetadataModelConversionsCommandOutput } from "./commands/DescribeMetadataModelConversionsCommand";
|
|
52
|
+
import { DescribeMetadataModelExportsAsScriptCommandInput, DescribeMetadataModelExportsAsScriptCommandOutput } from "./commands/DescribeMetadataModelExportsAsScriptCommand";
|
|
53
|
+
import { DescribeMetadataModelExportsToTargetCommandInput, DescribeMetadataModelExportsToTargetCommandOutput } from "./commands/DescribeMetadataModelExportsToTargetCommand";
|
|
54
|
+
import { DescribeMetadataModelImportsCommandInput, DescribeMetadataModelImportsCommandOutput } from "./commands/DescribeMetadataModelImportsCommand";
|
|
55
|
+
import { DescribeMigrationProjectsCommandInput, DescribeMigrationProjectsCommandOutput } from "./commands/DescribeMigrationProjectsCommand";
|
|
40
56
|
import { DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput } from "./commands/DescribeOrderableReplicationInstancesCommand";
|
|
41
57
|
import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
42
58
|
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "./commands/DescribeRecommendationLimitationsCommand";
|
|
@@ -54,10 +70,15 @@ import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeRepli
|
|
|
54
70
|
import { DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput } from "./commands/DescribeReplicationTasksCommand";
|
|
55
71
|
import { DescribeSchemasCommandInput, DescribeSchemasCommandOutput } from "./commands/DescribeSchemasCommand";
|
|
56
72
|
import { DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput } from "./commands/DescribeTableStatisticsCommand";
|
|
73
|
+
import { ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput } from "./commands/ExportMetadataModelAssessmentCommand";
|
|
57
74
|
import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
|
|
58
75
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
76
|
+
import { ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput } from "./commands/ModifyConversionConfigurationCommand";
|
|
77
|
+
import { ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput } from "./commands/ModifyDataProviderCommand";
|
|
59
78
|
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "./commands/ModifyEndpointCommand";
|
|
60
79
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
|
|
80
|
+
import { ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput } from "./commands/ModifyInstanceProfileCommand";
|
|
81
|
+
import { ModifyMigrationProjectCommandInput, ModifyMigrationProjectCommandOutput } from "./commands/ModifyMigrationProjectCommand";
|
|
61
82
|
import { ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput } from "./commands/ModifyReplicationConfigCommand";
|
|
62
83
|
import { ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput } from "./commands/ModifyReplicationInstanceCommand";
|
|
63
84
|
import { ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput } from "./commands/ModifyReplicationSubnetGroupCommand";
|
|
@@ -69,6 +90,12 @@ import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutp
|
|
|
69
90
|
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "./commands/ReloadTablesCommand";
|
|
70
91
|
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
71
92
|
import { RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
93
|
+
import { StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput } from "./commands/StartExtensionPackAssociationCommand";
|
|
94
|
+
import { StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput } from "./commands/StartMetadataModelAssessmentCommand";
|
|
95
|
+
import { StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput } from "./commands/StartMetadataModelConversionCommand";
|
|
96
|
+
import { StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput } from "./commands/StartMetadataModelExportAsScriptCommand";
|
|
97
|
+
import { StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput } from "./commands/StartMetadataModelExportToTargetCommand";
|
|
98
|
+
import { StartMetadataModelImportCommandInput, StartMetadataModelImportCommandOutput } from "./commands/StartMetadataModelImportCommand";
|
|
72
99
|
import { StartRecommendationsCommandInput, StartRecommendationsCommandOutput } from "./commands/StartRecommendationsCommand";
|
|
73
100
|
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "./commands/StartReplicationCommand";
|
|
74
101
|
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "./commands/StartReplicationTaskAssessmentCommand";
|
|
@@ -104,6 +131,12 @@ export interface DatabaseMigrationService {
|
|
|
104
131
|
cancelReplicationTaskAssessmentRun(args: CancelReplicationTaskAssessmentRunCommandInput, options?: __HttpHandlerOptions): Promise<CancelReplicationTaskAssessmentRunCommandOutput>;
|
|
105
132
|
cancelReplicationTaskAssessmentRun(args: CancelReplicationTaskAssessmentRunCommandInput, cb: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void): void;
|
|
106
133
|
cancelReplicationTaskAssessmentRun(args: CancelReplicationTaskAssessmentRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void): void;
|
|
134
|
+
/**
|
|
135
|
+
* @see {@link CreateDataProviderCommand}
|
|
136
|
+
*/
|
|
137
|
+
createDataProvider(args: CreateDataProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataProviderCommandOutput>;
|
|
138
|
+
createDataProvider(args: CreateDataProviderCommandInput, cb: (err: any, data?: CreateDataProviderCommandOutput) => void): void;
|
|
139
|
+
createDataProvider(args: CreateDataProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataProviderCommandOutput) => void): void;
|
|
107
140
|
/**
|
|
108
141
|
* @see {@link CreateEndpointCommand}
|
|
109
142
|
*/
|
|
@@ -122,6 +155,18 @@ export interface DatabaseMigrationService {
|
|
|
122
155
|
createFleetAdvisorCollector(args: CreateFleetAdvisorCollectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateFleetAdvisorCollectorCommandOutput>;
|
|
123
156
|
createFleetAdvisorCollector(args: CreateFleetAdvisorCollectorCommandInput, cb: (err: any, data?: CreateFleetAdvisorCollectorCommandOutput) => void): void;
|
|
124
157
|
createFleetAdvisorCollector(args: CreateFleetAdvisorCollectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetAdvisorCollectorCommandOutput) => void): void;
|
|
158
|
+
/**
|
|
159
|
+
* @see {@link CreateInstanceProfileCommand}
|
|
160
|
+
*/
|
|
161
|
+
createInstanceProfile(args: CreateInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstanceProfileCommandOutput>;
|
|
162
|
+
createInstanceProfile(args: CreateInstanceProfileCommandInput, cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void): void;
|
|
163
|
+
createInstanceProfile(args: CreateInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void): void;
|
|
164
|
+
/**
|
|
165
|
+
* @see {@link CreateMigrationProjectCommand}
|
|
166
|
+
*/
|
|
167
|
+
createMigrationProject(args: CreateMigrationProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateMigrationProjectCommandOutput>;
|
|
168
|
+
createMigrationProject(args: CreateMigrationProjectCommandInput, cb: (err: any, data?: CreateMigrationProjectCommandOutput) => void): void;
|
|
169
|
+
createMigrationProject(args: CreateMigrationProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMigrationProjectCommandOutput) => void): void;
|
|
125
170
|
/**
|
|
126
171
|
* @see {@link CreateReplicationConfigCommand}
|
|
127
172
|
*/
|
|
@@ -158,6 +203,12 @@ export interface DatabaseMigrationService {
|
|
|
158
203
|
deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
|
|
159
204
|
deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
160
205
|
deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
|
|
206
|
+
/**
|
|
207
|
+
* @see {@link DeleteDataProviderCommand}
|
|
208
|
+
*/
|
|
209
|
+
deleteDataProvider(args: DeleteDataProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataProviderCommandOutput>;
|
|
210
|
+
deleteDataProvider(args: DeleteDataProviderCommandInput, cb: (err: any, data?: DeleteDataProviderCommandOutput) => void): void;
|
|
211
|
+
deleteDataProvider(args: DeleteDataProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataProviderCommandOutput) => void): void;
|
|
161
212
|
/**
|
|
162
213
|
* @see {@link DeleteEndpointCommand}
|
|
163
214
|
*/
|
|
@@ -182,6 +233,18 @@ export interface DatabaseMigrationService {
|
|
|
182
233
|
deleteFleetAdvisorDatabases(args: DeleteFleetAdvisorDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetAdvisorDatabasesCommandOutput>;
|
|
183
234
|
deleteFleetAdvisorDatabases(args: DeleteFleetAdvisorDatabasesCommandInput, cb: (err: any, data?: DeleteFleetAdvisorDatabasesCommandOutput) => void): void;
|
|
184
235
|
deleteFleetAdvisorDatabases(args: DeleteFleetAdvisorDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetAdvisorDatabasesCommandOutput) => void): void;
|
|
236
|
+
/**
|
|
237
|
+
* @see {@link DeleteInstanceProfileCommand}
|
|
238
|
+
*/
|
|
239
|
+
deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceProfileCommandOutput>;
|
|
240
|
+
deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void): void;
|
|
241
|
+
deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void): void;
|
|
242
|
+
/**
|
|
243
|
+
* @see {@link DeleteMigrationProjectCommand}
|
|
244
|
+
*/
|
|
245
|
+
deleteMigrationProject(args: DeleteMigrationProjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMigrationProjectCommandOutput>;
|
|
246
|
+
deleteMigrationProject(args: DeleteMigrationProjectCommandInput, cb: (err: any, data?: DeleteMigrationProjectCommandOutput) => void): void;
|
|
247
|
+
deleteMigrationProject(args: DeleteMigrationProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMigrationProjectCommandOutput) => void): void;
|
|
185
248
|
/**
|
|
186
249
|
* @see {@link DeleteReplicationConfigCommand}
|
|
187
250
|
*/
|
|
@@ -236,6 +299,18 @@ export interface DatabaseMigrationService {
|
|
|
236
299
|
describeConnections(args: DescribeConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionsCommandOutput>;
|
|
237
300
|
describeConnections(args: DescribeConnectionsCommandInput, cb: (err: any, data?: DescribeConnectionsCommandOutput) => void): void;
|
|
238
301
|
describeConnections(args: DescribeConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionsCommandOutput) => void): void;
|
|
302
|
+
/**
|
|
303
|
+
* @see {@link DescribeConversionConfigurationCommand}
|
|
304
|
+
*/
|
|
305
|
+
describeConversionConfiguration(args: DescribeConversionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConversionConfigurationCommandOutput>;
|
|
306
|
+
describeConversionConfiguration(args: DescribeConversionConfigurationCommandInput, cb: (err: any, data?: DescribeConversionConfigurationCommandOutput) => void): void;
|
|
307
|
+
describeConversionConfiguration(args: DescribeConversionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConversionConfigurationCommandOutput) => void): void;
|
|
308
|
+
/**
|
|
309
|
+
* @see {@link DescribeDataProvidersCommand}
|
|
310
|
+
*/
|
|
311
|
+
describeDataProviders(args: DescribeDataProvidersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataProvidersCommandOutput>;
|
|
312
|
+
describeDataProviders(args: DescribeDataProvidersCommandInput, cb: (err: any, data?: DescribeDataProvidersCommandOutput) => void): void;
|
|
313
|
+
describeDataProviders(args: DescribeDataProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataProvidersCommandOutput) => void): void;
|
|
239
314
|
/**
|
|
240
315
|
* @see {@link DescribeEndpointsCommand}
|
|
241
316
|
*/
|
|
@@ -278,6 +353,12 @@ export interface DatabaseMigrationService {
|
|
|
278
353
|
describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSubscriptionsCommandOutput>;
|
|
279
354
|
describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
|
|
280
355
|
describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
|
|
356
|
+
/**
|
|
357
|
+
* @see {@link DescribeExtensionPackAssociationsCommand}
|
|
358
|
+
*/
|
|
359
|
+
describeExtensionPackAssociations(args: DescribeExtensionPackAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExtensionPackAssociationsCommandOutput>;
|
|
360
|
+
describeExtensionPackAssociations(args: DescribeExtensionPackAssociationsCommandInput, cb: (err: any, data?: DescribeExtensionPackAssociationsCommandOutput) => void): void;
|
|
361
|
+
describeExtensionPackAssociations(args: DescribeExtensionPackAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExtensionPackAssociationsCommandOutput) => void): void;
|
|
281
362
|
/**
|
|
282
363
|
* @see {@link DescribeFleetAdvisorCollectorsCommand}
|
|
283
364
|
*/
|
|
@@ -308,6 +389,48 @@ export interface DatabaseMigrationService {
|
|
|
308
389
|
describeFleetAdvisorSchemas(args: DescribeFleetAdvisorSchemasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFleetAdvisorSchemasCommandOutput>;
|
|
309
390
|
describeFleetAdvisorSchemas(args: DescribeFleetAdvisorSchemasCommandInput, cb: (err: any, data?: DescribeFleetAdvisorSchemasCommandOutput) => void): void;
|
|
310
391
|
describeFleetAdvisorSchemas(args: DescribeFleetAdvisorSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetAdvisorSchemasCommandOutput) => void): void;
|
|
392
|
+
/**
|
|
393
|
+
* @see {@link DescribeInstanceProfilesCommand}
|
|
394
|
+
*/
|
|
395
|
+
describeInstanceProfiles(args: DescribeInstanceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceProfilesCommandOutput>;
|
|
396
|
+
describeInstanceProfiles(args: DescribeInstanceProfilesCommandInput, cb: (err: any, data?: DescribeInstanceProfilesCommandOutput) => void): void;
|
|
397
|
+
describeInstanceProfiles(args: DescribeInstanceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceProfilesCommandOutput) => void): void;
|
|
398
|
+
/**
|
|
399
|
+
* @see {@link DescribeMetadataModelAssessmentsCommand}
|
|
400
|
+
*/
|
|
401
|
+
describeMetadataModelAssessments(args: DescribeMetadataModelAssessmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelAssessmentsCommandOutput>;
|
|
402
|
+
describeMetadataModelAssessments(args: DescribeMetadataModelAssessmentsCommandInput, cb: (err: any, data?: DescribeMetadataModelAssessmentsCommandOutput) => void): void;
|
|
403
|
+
describeMetadataModelAssessments(args: DescribeMetadataModelAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelAssessmentsCommandOutput) => void): void;
|
|
404
|
+
/**
|
|
405
|
+
* @see {@link DescribeMetadataModelConversionsCommand}
|
|
406
|
+
*/
|
|
407
|
+
describeMetadataModelConversions(args: DescribeMetadataModelConversionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelConversionsCommandOutput>;
|
|
408
|
+
describeMetadataModelConversions(args: DescribeMetadataModelConversionsCommandInput, cb: (err: any, data?: DescribeMetadataModelConversionsCommandOutput) => void): void;
|
|
409
|
+
describeMetadataModelConversions(args: DescribeMetadataModelConversionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelConversionsCommandOutput) => void): void;
|
|
410
|
+
/**
|
|
411
|
+
* @see {@link DescribeMetadataModelExportsAsScriptCommand}
|
|
412
|
+
*/
|
|
413
|
+
describeMetadataModelExportsAsScript(args: DescribeMetadataModelExportsAsScriptCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelExportsAsScriptCommandOutput>;
|
|
414
|
+
describeMetadataModelExportsAsScript(args: DescribeMetadataModelExportsAsScriptCommandInput, cb: (err: any, data?: DescribeMetadataModelExportsAsScriptCommandOutput) => void): void;
|
|
415
|
+
describeMetadataModelExportsAsScript(args: DescribeMetadataModelExportsAsScriptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelExportsAsScriptCommandOutput) => void): void;
|
|
416
|
+
/**
|
|
417
|
+
* @see {@link DescribeMetadataModelExportsToTargetCommand}
|
|
418
|
+
*/
|
|
419
|
+
describeMetadataModelExportsToTarget(args: DescribeMetadataModelExportsToTargetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelExportsToTargetCommandOutput>;
|
|
420
|
+
describeMetadataModelExportsToTarget(args: DescribeMetadataModelExportsToTargetCommandInput, cb: (err: any, data?: DescribeMetadataModelExportsToTargetCommandOutput) => void): void;
|
|
421
|
+
describeMetadataModelExportsToTarget(args: DescribeMetadataModelExportsToTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelExportsToTargetCommandOutput) => void): void;
|
|
422
|
+
/**
|
|
423
|
+
* @see {@link DescribeMetadataModelImportsCommand}
|
|
424
|
+
*/
|
|
425
|
+
describeMetadataModelImports(args: DescribeMetadataModelImportsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelImportsCommandOutput>;
|
|
426
|
+
describeMetadataModelImports(args: DescribeMetadataModelImportsCommandInput, cb: (err: any, data?: DescribeMetadataModelImportsCommandOutput) => void): void;
|
|
427
|
+
describeMetadataModelImports(args: DescribeMetadataModelImportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelImportsCommandOutput) => void): void;
|
|
428
|
+
/**
|
|
429
|
+
* @see {@link DescribeMigrationProjectsCommand}
|
|
430
|
+
*/
|
|
431
|
+
describeMigrationProjects(args: DescribeMigrationProjectsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMigrationProjectsCommandOutput>;
|
|
432
|
+
describeMigrationProjects(args: DescribeMigrationProjectsCommandInput, cb: (err: any, data?: DescribeMigrationProjectsCommandOutput) => void): void;
|
|
433
|
+
describeMigrationProjects(args: DescribeMigrationProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMigrationProjectsCommandOutput) => void): void;
|
|
311
434
|
/**
|
|
312
435
|
* @see {@link DescribeOrderableReplicationInstancesCommand}
|
|
313
436
|
*/
|
|
@@ -410,6 +533,12 @@ export interface DatabaseMigrationService {
|
|
|
410
533
|
describeTableStatistics(args: DescribeTableStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTableStatisticsCommandOutput>;
|
|
411
534
|
describeTableStatistics(args: DescribeTableStatisticsCommandInput, cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void): void;
|
|
412
535
|
describeTableStatistics(args: DescribeTableStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void): void;
|
|
536
|
+
/**
|
|
537
|
+
* @see {@link ExportMetadataModelAssessmentCommand}
|
|
538
|
+
*/
|
|
539
|
+
exportMetadataModelAssessment(args: ExportMetadataModelAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<ExportMetadataModelAssessmentCommandOutput>;
|
|
540
|
+
exportMetadataModelAssessment(args: ExportMetadataModelAssessmentCommandInput, cb: (err: any, data?: ExportMetadataModelAssessmentCommandOutput) => void): void;
|
|
541
|
+
exportMetadataModelAssessment(args: ExportMetadataModelAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportMetadataModelAssessmentCommandOutput) => void): void;
|
|
413
542
|
/**
|
|
414
543
|
* @see {@link ImportCertificateCommand}
|
|
415
544
|
*/
|
|
@@ -422,6 +551,18 @@ export interface DatabaseMigrationService {
|
|
|
422
551
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
423
552
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
424
553
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
554
|
+
/**
|
|
555
|
+
* @see {@link ModifyConversionConfigurationCommand}
|
|
556
|
+
*/
|
|
557
|
+
modifyConversionConfiguration(args: ModifyConversionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyConversionConfigurationCommandOutput>;
|
|
558
|
+
modifyConversionConfiguration(args: ModifyConversionConfigurationCommandInput, cb: (err: any, data?: ModifyConversionConfigurationCommandOutput) => void): void;
|
|
559
|
+
modifyConversionConfiguration(args: ModifyConversionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyConversionConfigurationCommandOutput) => void): void;
|
|
560
|
+
/**
|
|
561
|
+
* @see {@link ModifyDataProviderCommand}
|
|
562
|
+
*/
|
|
563
|
+
modifyDataProvider(args: ModifyDataProviderCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDataProviderCommandOutput>;
|
|
564
|
+
modifyDataProvider(args: ModifyDataProviderCommandInput, cb: (err: any, data?: ModifyDataProviderCommandOutput) => void): void;
|
|
565
|
+
modifyDataProvider(args: ModifyDataProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDataProviderCommandOutput) => void): void;
|
|
425
566
|
/**
|
|
426
567
|
* @see {@link ModifyEndpointCommand}
|
|
427
568
|
*/
|
|
@@ -434,6 +575,18 @@ export interface DatabaseMigrationService {
|
|
|
434
575
|
modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyEventSubscriptionCommandOutput>;
|
|
435
576
|
modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
|
|
436
577
|
modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
|
|
578
|
+
/**
|
|
579
|
+
* @see {@link ModifyInstanceProfileCommand}
|
|
580
|
+
*/
|
|
581
|
+
modifyInstanceProfile(args: ModifyInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<ModifyInstanceProfileCommandOutput>;
|
|
582
|
+
modifyInstanceProfile(args: ModifyInstanceProfileCommandInput, cb: (err: any, data?: ModifyInstanceProfileCommandOutput) => void): void;
|
|
583
|
+
modifyInstanceProfile(args: ModifyInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyInstanceProfileCommandOutput) => void): void;
|
|
584
|
+
/**
|
|
585
|
+
* @see {@link ModifyMigrationProjectCommand}
|
|
586
|
+
*/
|
|
587
|
+
modifyMigrationProject(args: ModifyMigrationProjectCommandInput, options?: __HttpHandlerOptions): Promise<ModifyMigrationProjectCommandOutput>;
|
|
588
|
+
modifyMigrationProject(args: ModifyMigrationProjectCommandInput, cb: (err: any, data?: ModifyMigrationProjectCommandOutput) => void): void;
|
|
589
|
+
modifyMigrationProject(args: ModifyMigrationProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyMigrationProjectCommandOutput) => void): void;
|
|
437
590
|
/**
|
|
438
591
|
* @see {@link ModifyReplicationConfigCommand}
|
|
439
592
|
*/
|
|
@@ -500,6 +653,42 @@ export interface DatabaseMigrationService {
|
|
|
500
653
|
runFleetAdvisorLsaAnalysis(args: RunFleetAdvisorLsaAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<RunFleetAdvisorLsaAnalysisCommandOutput>;
|
|
501
654
|
runFleetAdvisorLsaAnalysis(args: RunFleetAdvisorLsaAnalysisCommandInput, cb: (err: any, data?: RunFleetAdvisorLsaAnalysisCommandOutput) => void): void;
|
|
502
655
|
runFleetAdvisorLsaAnalysis(args: RunFleetAdvisorLsaAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RunFleetAdvisorLsaAnalysisCommandOutput) => void): void;
|
|
656
|
+
/**
|
|
657
|
+
* @see {@link StartExtensionPackAssociationCommand}
|
|
658
|
+
*/
|
|
659
|
+
startExtensionPackAssociation(args: StartExtensionPackAssociationCommandInput, options?: __HttpHandlerOptions): Promise<StartExtensionPackAssociationCommandOutput>;
|
|
660
|
+
startExtensionPackAssociation(args: StartExtensionPackAssociationCommandInput, cb: (err: any, data?: StartExtensionPackAssociationCommandOutput) => void): void;
|
|
661
|
+
startExtensionPackAssociation(args: StartExtensionPackAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExtensionPackAssociationCommandOutput) => void): void;
|
|
662
|
+
/**
|
|
663
|
+
* @see {@link StartMetadataModelAssessmentCommand}
|
|
664
|
+
*/
|
|
665
|
+
startMetadataModelAssessment(args: StartMetadataModelAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<StartMetadataModelAssessmentCommandOutput>;
|
|
666
|
+
startMetadataModelAssessment(args: StartMetadataModelAssessmentCommandInput, cb: (err: any, data?: StartMetadataModelAssessmentCommandOutput) => void): void;
|
|
667
|
+
startMetadataModelAssessment(args: StartMetadataModelAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMetadataModelAssessmentCommandOutput) => void): void;
|
|
668
|
+
/**
|
|
669
|
+
* @see {@link StartMetadataModelConversionCommand}
|
|
670
|
+
*/
|
|
671
|
+
startMetadataModelConversion(args: StartMetadataModelConversionCommandInput, options?: __HttpHandlerOptions): Promise<StartMetadataModelConversionCommandOutput>;
|
|
672
|
+
startMetadataModelConversion(args: StartMetadataModelConversionCommandInput, cb: (err: any, data?: StartMetadataModelConversionCommandOutput) => void): void;
|
|
673
|
+
startMetadataModelConversion(args: StartMetadataModelConversionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMetadataModelConversionCommandOutput) => void): void;
|
|
674
|
+
/**
|
|
675
|
+
* @see {@link StartMetadataModelExportAsScriptCommand}
|
|
676
|
+
*/
|
|
677
|
+
startMetadataModelExportAsScript(args: StartMetadataModelExportAsScriptCommandInput, options?: __HttpHandlerOptions): Promise<StartMetadataModelExportAsScriptCommandOutput>;
|
|
678
|
+
startMetadataModelExportAsScript(args: StartMetadataModelExportAsScriptCommandInput, cb: (err: any, data?: StartMetadataModelExportAsScriptCommandOutput) => void): void;
|
|
679
|
+
startMetadataModelExportAsScript(args: StartMetadataModelExportAsScriptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMetadataModelExportAsScriptCommandOutput) => void): void;
|
|
680
|
+
/**
|
|
681
|
+
* @see {@link StartMetadataModelExportToTargetCommand}
|
|
682
|
+
*/
|
|
683
|
+
startMetadataModelExportToTarget(args: StartMetadataModelExportToTargetCommandInput, options?: __HttpHandlerOptions): Promise<StartMetadataModelExportToTargetCommandOutput>;
|
|
684
|
+
startMetadataModelExportToTarget(args: StartMetadataModelExportToTargetCommandInput, cb: (err: any, data?: StartMetadataModelExportToTargetCommandOutput) => void): void;
|
|
685
|
+
startMetadataModelExportToTarget(args: StartMetadataModelExportToTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMetadataModelExportToTargetCommandOutput) => void): void;
|
|
686
|
+
/**
|
|
687
|
+
* @see {@link StartMetadataModelImportCommand}
|
|
688
|
+
*/
|
|
689
|
+
startMetadataModelImport(args: StartMetadataModelImportCommandInput, options?: __HttpHandlerOptions): Promise<StartMetadataModelImportCommandOutput>;
|
|
690
|
+
startMetadataModelImport(args: StartMetadataModelImportCommandInput, cb: (err: any, data?: StartMetadataModelImportCommandOutput) => void): void;
|
|
691
|
+
startMetadataModelImport(args: StartMetadataModelImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMetadataModelImportCommandOutput) => void): void;
|
|
503
692
|
/**
|
|
504
693
|
* @see {@link StartRecommendationsCommand}
|
|
505
694
|
*/
|
|
@@ -12,19 +12,25 @@ import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from ".
|
|
|
12
12
|
import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
13
13
|
import { BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput } from "./commands/BatchStartRecommendationsCommand";
|
|
14
14
|
import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput } from "./commands/CancelReplicationTaskAssessmentRunCommand";
|
|
15
|
+
import { CreateDataProviderCommandInput, CreateDataProviderCommandOutput } from "./commands/CreateDataProviderCommand";
|
|
15
16
|
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
|
|
16
17
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
17
18
|
import { CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput } from "./commands/CreateFleetAdvisorCollectorCommand";
|
|
19
|
+
import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
|
|
20
|
+
import { CreateMigrationProjectCommandInput, CreateMigrationProjectCommandOutput } from "./commands/CreateMigrationProjectCommand";
|
|
18
21
|
import { CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput } from "./commands/CreateReplicationConfigCommand";
|
|
19
22
|
import { CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput } from "./commands/CreateReplicationInstanceCommand";
|
|
20
23
|
import { CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput } from "./commands/CreateReplicationSubnetGroupCommand";
|
|
21
24
|
import { CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput } from "./commands/CreateReplicationTaskCommand";
|
|
22
25
|
import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
|
|
23
26
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
27
|
+
import { DeleteDataProviderCommandInput, DeleteDataProviderCommandOutput } from "./commands/DeleteDataProviderCommand";
|
|
24
28
|
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
|
|
25
29
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
26
30
|
import { DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput } from "./commands/DeleteFleetAdvisorCollectorCommand";
|
|
27
31
|
import { DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput } from "./commands/DeleteFleetAdvisorDatabasesCommand";
|
|
32
|
+
import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
|
|
33
|
+
import { DeleteMigrationProjectCommandInput, DeleteMigrationProjectCommandOutput } from "./commands/DeleteMigrationProjectCommand";
|
|
28
34
|
import { DeleteReplicationConfigCommandInput, DeleteReplicationConfigCommandOutput } from "./commands/DeleteReplicationConfigCommand";
|
|
29
35
|
import { DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput } from "./commands/DeleteReplicationInstanceCommand";
|
|
30
36
|
import { DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput } from "./commands/DeleteReplicationSubnetGroupCommand";
|
|
@@ -34,6 +40,8 @@ import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommand
|
|
|
34
40
|
import { DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput } from "./commands/DescribeApplicableIndividualAssessmentsCommand";
|
|
35
41
|
import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
|
|
36
42
|
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
43
|
+
import { DescribeConversionConfigurationCommandInput, DescribeConversionConfigurationCommandOutput } from "./commands/DescribeConversionConfigurationCommand";
|
|
44
|
+
import { DescribeDataProvidersCommandInput, DescribeDataProvidersCommandOutput } from "./commands/DescribeDataProvidersCommand";
|
|
37
45
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
38
46
|
import { DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput } from "./commands/DescribeEndpointSettingsCommand";
|
|
39
47
|
import { DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput } from "./commands/DescribeEndpointTypesCommand";
|
|
@@ -41,11 +49,19 @@ import { DescribeEngineVersionsCommandInput, DescribeEngineVersionsCommandOutput
|
|
|
41
49
|
import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
|
|
42
50
|
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
|
|
43
51
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
|
|
52
|
+
import { DescribeExtensionPackAssociationsCommandInput, DescribeExtensionPackAssociationsCommandOutput } from "./commands/DescribeExtensionPackAssociationsCommand";
|
|
44
53
|
import { DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput } from "./commands/DescribeFleetAdvisorCollectorsCommand";
|
|
45
54
|
import { DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput } from "./commands/DescribeFleetAdvisorDatabasesCommand";
|
|
46
55
|
import { DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput } from "./commands/DescribeFleetAdvisorLsaAnalysisCommand";
|
|
47
56
|
import { DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput } from "./commands/DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
48
57
|
import { DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput } from "./commands/DescribeFleetAdvisorSchemasCommand";
|
|
58
|
+
import { DescribeInstanceProfilesCommandInput, DescribeInstanceProfilesCommandOutput } from "./commands/DescribeInstanceProfilesCommand";
|
|
59
|
+
import { DescribeMetadataModelAssessmentsCommandInput, DescribeMetadataModelAssessmentsCommandOutput } from "./commands/DescribeMetadataModelAssessmentsCommand";
|
|
60
|
+
import { DescribeMetadataModelConversionsCommandInput, DescribeMetadataModelConversionsCommandOutput } from "./commands/DescribeMetadataModelConversionsCommand";
|
|
61
|
+
import { DescribeMetadataModelExportsAsScriptCommandInput, DescribeMetadataModelExportsAsScriptCommandOutput } from "./commands/DescribeMetadataModelExportsAsScriptCommand";
|
|
62
|
+
import { DescribeMetadataModelExportsToTargetCommandInput, DescribeMetadataModelExportsToTargetCommandOutput } from "./commands/DescribeMetadataModelExportsToTargetCommand";
|
|
63
|
+
import { DescribeMetadataModelImportsCommandInput, DescribeMetadataModelImportsCommandOutput } from "./commands/DescribeMetadataModelImportsCommand";
|
|
64
|
+
import { DescribeMigrationProjectsCommandInput, DescribeMigrationProjectsCommandOutput } from "./commands/DescribeMigrationProjectsCommand";
|
|
49
65
|
import { DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput } from "./commands/DescribeOrderableReplicationInstancesCommand";
|
|
50
66
|
import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
51
67
|
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "./commands/DescribeRecommendationLimitationsCommand";
|
|
@@ -63,10 +79,15 @@ import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeRepli
|
|
|
63
79
|
import { DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput } from "./commands/DescribeReplicationTasksCommand";
|
|
64
80
|
import { DescribeSchemasCommandInput, DescribeSchemasCommandOutput } from "./commands/DescribeSchemasCommand";
|
|
65
81
|
import { DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput } from "./commands/DescribeTableStatisticsCommand";
|
|
82
|
+
import { ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput } from "./commands/ExportMetadataModelAssessmentCommand";
|
|
66
83
|
import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
|
|
67
84
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
85
|
+
import { ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput } from "./commands/ModifyConversionConfigurationCommand";
|
|
86
|
+
import { ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput } from "./commands/ModifyDataProviderCommand";
|
|
68
87
|
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "./commands/ModifyEndpointCommand";
|
|
69
88
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
|
|
89
|
+
import { ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput } from "./commands/ModifyInstanceProfileCommand";
|
|
90
|
+
import { ModifyMigrationProjectCommandInput, ModifyMigrationProjectCommandOutput } from "./commands/ModifyMigrationProjectCommand";
|
|
70
91
|
import { ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput } from "./commands/ModifyReplicationConfigCommand";
|
|
71
92
|
import { ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput } from "./commands/ModifyReplicationInstanceCommand";
|
|
72
93
|
import { ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput } from "./commands/ModifyReplicationSubnetGroupCommand";
|
|
@@ -78,6 +99,12 @@ import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutp
|
|
|
78
99
|
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "./commands/ReloadTablesCommand";
|
|
79
100
|
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
80
101
|
import { RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
102
|
+
import { StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput } from "./commands/StartExtensionPackAssociationCommand";
|
|
103
|
+
import { StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput } from "./commands/StartMetadataModelAssessmentCommand";
|
|
104
|
+
import { StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput } from "./commands/StartMetadataModelConversionCommand";
|
|
105
|
+
import { StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput } from "./commands/StartMetadataModelExportAsScriptCommand";
|
|
106
|
+
import { StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput } from "./commands/StartMetadataModelExportToTargetCommand";
|
|
107
|
+
import { StartMetadataModelImportCommandInput, StartMetadataModelImportCommandOutput } from "./commands/StartMetadataModelImportCommand";
|
|
81
108
|
import { StartRecommendationsCommandInput, StartRecommendationsCommandOutput } from "./commands/StartRecommendationsCommand";
|
|
82
109
|
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "./commands/StartReplicationCommand";
|
|
83
110
|
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "./commands/StartReplicationTaskAssessmentCommand";
|
|
@@ -92,11 +119,11 @@ export { __Client };
|
|
|
92
119
|
/**
|
|
93
120
|
* @public
|
|
94
121
|
*/
|
|
95
|
-
export type ServiceInputTypes = AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | BatchStartRecommendationsCommandInput | CancelReplicationTaskAssessmentRunCommandInput | CreateEndpointCommandInput | CreateEventSubscriptionCommandInput | CreateFleetAdvisorCollectorCommandInput | CreateReplicationConfigCommandInput | CreateReplicationInstanceCommandInput | CreateReplicationSubnetGroupCommandInput | CreateReplicationTaskCommandInput | DeleteCertificateCommandInput | DeleteConnectionCommandInput | DeleteEndpointCommandInput | DeleteEventSubscriptionCommandInput | DeleteFleetAdvisorCollectorCommandInput | DeleteFleetAdvisorDatabasesCommandInput | DeleteReplicationConfigCommandInput | DeleteReplicationInstanceCommandInput | DeleteReplicationSubnetGroupCommandInput | DeleteReplicationTaskAssessmentRunCommandInput | DeleteReplicationTaskCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicableIndividualAssessmentsCommandInput | DescribeCertificatesCommandInput | DescribeConnectionsCommandInput | DescribeEndpointSettingsCommandInput | DescribeEndpointTypesCommandInput | DescribeEndpointsCommandInput | DescribeEngineVersionsCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeFleetAdvisorCollectorsCommandInput | DescribeFleetAdvisorDatabasesCommandInput | DescribeFleetAdvisorLsaAnalysisCommandInput | DescribeFleetAdvisorSchemaObjectSummaryCommandInput | DescribeFleetAdvisorSchemasCommandInput | DescribeOrderableReplicationInstancesCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeRecommendationLimitationsCommandInput | DescribeRecommendationsCommandInput | DescribeRefreshSchemasStatusCommandInput | DescribeReplicationConfigsCommandInput | DescribeReplicationInstanceTaskLogsCommandInput | DescribeReplicationInstancesCommandInput | DescribeReplicationSubnetGroupsCommandInput | DescribeReplicationTableStatisticsCommandInput | DescribeReplicationTaskAssessmentResultsCommandInput | DescribeReplicationTaskAssessmentRunsCommandInput | DescribeReplicationTaskIndividualAssessmentsCommandInput | DescribeReplicationTasksCommandInput | DescribeReplicationsCommandInput | DescribeSchemasCommandInput | DescribeTableStatisticsCommandInput | ImportCertificateCommandInput | ListTagsForResourceCommandInput | ModifyEndpointCommandInput | ModifyEventSubscriptionCommandInput | ModifyReplicationConfigCommandInput | ModifyReplicationInstanceCommandInput | ModifyReplicationSubnetGroupCommandInput | ModifyReplicationTaskCommandInput | MoveReplicationTaskCommandInput | RebootReplicationInstanceCommandInput | RefreshSchemasCommandInput | ReloadReplicationTablesCommandInput | ReloadTablesCommandInput | RemoveTagsFromResourceCommandInput | RunFleetAdvisorLsaAnalysisCommandInput | StartRecommendationsCommandInput | StartReplicationCommandInput | StartReplicationTaskAssessmentCommandInput | StartReplicationTaskAssessmentRunCommandInput | StartReplicationTaskCommandInput | StopReplicationCommandInput | StopReplicationTaskCommandInput | TestConnectionCommandInput | UpdateSubscriptionsToEventBridgeCommandInput;
|
|
122
|
+
export type ServiceInputTypes = AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | BatchStartRecommendationsCommandInput | CancelReplicationTaskAssessmentRunCommandInput | CreateDataProviderCommandInput | CreateEndpointCommandInput | CreateEventSubscriptionCommandInput | CreateFleetAdvisorCollectorCommandInput | CreateInstanceProfileCommandInput | CreateMigrationProjectCommandInput | CreateReplicationConfigCommandInput | CreateReplicationInstanceCommandInput | CreateReplicationSubnetGroupCommandInput | CreateReplicationTaskCommandInput | DeleteCertificateCommandInput | DeleteConnectionCommandInput | DeleteDataProviderCommandInput | DeleteEndpointCommandInput | DeleteEventSubscriptionCommandInput | DeleteFleetAdvisorCollectorCommandInput | DeleteFleetAdvisorDatabasesCommandInput | DeleteInstanceProfileCommandInput | DeleteMigrationProjectCommandInput | DeleteReplicationConfigCommandInput | DeleteReplicationInstanceCommandInput | DeleteReplicationSubnetGroupCommandInput | DeleteReplicationTaskAssessmentRunCommandInput | DeleteReplicationTaskCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicableIndividualAssessmentsCommandInput | DescribeCertificatesCommandInput | DescribeConnectionsCommandInput | DescribeConversionConfigurationCommandInput | DescribeDataProvidersCommandInput | DescribeEndpointSettingsCommandInput | DescribeEndpointTypesCommandInput | DescribeEndpointsCommandInput | DescribeEngineVersionsCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExtensionPackAssociationsCommandInput | DescribeFleetAdvisorCollectorsCommandInput | DescribeFleetAdvisorDatabasesCommandInput | DescribeFleetAdvisorLsaAnalysisCommandInput | DescribeFleetAdvisorSchemaObjectSummaryCommandInput | DescribeFleetAdvisorSchemasCommandInput | DescribeInstanceProfilesCommandInput | DescribeMetadataModelAssessmentsCommandInput | DescribeMetadataModelConversionsCommandInput | DescribeMetadataModelExportsAsScriptCommandInput | DescribeMetadataModelExportsToTargetCommandInput | DescribeMetadataModelImportsCommandInput | DescribeMigrationProjectsCommandInput | DescribeOrderableReplicationInstancesCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeRecommendationLimitationsCommandInput | DescribeRecommendationsCommandInput | DescribeRefreshSchemasStatusCommandInput | DescribeReplicationConfigsCommandInput | DescribeReplicationInstanceTaskLogsCommandInput | DescribeReplicationInstancesCommandInput | DescribeReplicationSubnetGroupsCommandInput | DescribeReplicationTableStatisticsCommandInput | DescribeReplicationTaskAssessmentResultsCommandInput | DescribeReplicationTaskAssessmentRunsCommandInput | DescribeReplicationTaskIndividualAssessmentsCommandInput | DescribeReplicationTasksCommandInput | DescribeReplicationsCommandInput | DescribeSchemasCommandInput | DescribeTableStatisticsCommandInput | ExportMetadataModelAssessmentCommandInput | ImportCertificateCommandInput | ListTagsForResourceCommandInput | ModifyConversionConfigurationCommandInput | ModifyDataProviderCommandInput | ModifyEndpointCommandInput | ModifyEventSubscriptionCommandInput | ModifyInstanceProfileCommandInput | ModifyMigrationProjectCommandInput | ModifyReplicationConfigCommandInput | ModifyReplicationInstanceCommandInput | ModifyReplicationSubnetGroupCommandInput | ModifyReplicationTaskCommandInput | MoveReplicationTaskCommandInput | RebootReplicationInstanceCommandInput | RefreshSchemasCommandInput | ReloadReplicationTablesCommandInput | ReloadTablesCommandInput | RemoveTagsFromResourceCommandInput | RunFleetAdvisorLsaAnalysisCommandInput | StartExtensionPackAssociationCommandInput | StartMetadataModelAssessmentCommandInput | StartMetadataModelConversionCommandInput | StartMetadataModelExportAsScriptCommandInput | StartMetadataModelExportToTargetCommandInput | StartMetadataModelImportCommandInput | StartRecommendationsCommandInput | StartReplicationCommandInput | StartReplicationTaskAssessmentCommandInput | StartReplicationTaskAssessmentRunCommandInput | StartReplicationTaskCommandInput | StopReplicationCommandInput | StopReplicationTaskCommandInput | TestConnectionCommandInput | UpdateSubscriptionsToEventBridgeCommandInput;
|
|
96
123
|
/**
|
|
97
124
|
* @public
|
|
98
125
|
*/
|
|
99
|
-
export type ServiceOutputTypes = AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | BatchStartRecommendationsCommandOutput | CancelReplicationTaskAssessmentRunCommandOutput | CreateEndpointCommandOutput | CreateEventSubscriptionCommandOutput | CreateFleetAdvisorCollectorCommandOutput | CreateReplicationConfigCommandOutput | CreateReplicationInstanceCommandOutput | CreateReplicationSubnetGroupCommandOutput | CreateReplicationTaskCommandOutput | DeleteCertificateCommandOutput | DeleteConnectionCommandOutput | DeleteEndpointCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteFleetAdvisorCollectorCommandOutput | DeleteFleetAdvisorDatabasesCommandOutput | DeleteReplicationConfigCommandOutput | DeleteReplicationInstanceCommandOutput | DeleteReplicationSubnetGroupCommandOutput | DeleteReplicationTaskAssessmentRunCommandOutput | DeleteReplicationTaskCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicableIndividualAssessmentsCommandOutput | DescribeCertificatesCommandOutput | DescribeConnectionsCommandOutput | DescribeEndpointSettingsCommandOutput | DescribeEndpointTypesCommandOutput | DescribeEndpointsCommandOutput | DescribeEngineVersionsCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeFleetAdvisorCollectorsCommandOutput | DescribeFleetAdvisorDatabasesCommandOutput | DescribeFleetAdvisorLsaAnalysisCommandOutput | DescribeFleetAdvisorSchemaObjectSummaryCommandOutput | DescribeFleetAdvisorSchemasCommandOutput | DescribeOrderableReplicationInstancesCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeRecommendationLimitationsCommandOutput | DescribeRecommendationsCommandOutput | DescribeRefreshSchemasStatusCommandOutput | DescribeReplicationConfigsCommandOutput | DescribeReplicationInstanceTaskLogsCommandOutput | DescribeReplicationInstancesCommandOutput | DescribeReplicationSubnetGroupsCommandOutput | DescribeReplicationTableStatisticsCommandOutput | DescribeReplicationTaskAssessmentResultsCommandOutput | DescribeReplicationTaskAssessmentRunsCommandOutput | DescribeReplicationTaskIndividualAssessmentsCommandOutput | DescribeReplicationTasksCommandOutput | DescribeReplicationsCommandOutput | DescribeSchemasCommandOutput | DescribeTableStatisticsCommandOutput | ImportCertificateCommandOutput | ListTagsForResourceCommandOutput | ModifyEndpointCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyReplicationConfigCommandOutput | ModifyReplicationInstanceCommandOutput | ModifyReplicationSubnetGroupCommandOutput | ModifyReplicationTaskCommandOutput | MoveReplicationTaskCommandOutput | RebootReplicationInstanceCommandOutput | RefreshSchemasCommandOutput | ReloadReplicationTablesCommandOutput | ReloadTablesCommandOutput | RemoveTagsFromResourceCommandOutput | RunFleetAdvisorLsaAnalysisCommandOutput | StartRecommendationsCommandOutput | StartReplicationCommandOutput | StartReplicationTaskAssessmentCommandOutput | StartReplicationTaskAssessmentRunCommandOutput | StartReplicationTaskCommandOutput | StopReplicationCommandOutput | StopReplicationTaskCommandOutput | TestConnectionCommandOutput | UpdateSubscriptionsToEventBridgeCommandOutput;
|
|
126
|
+
export type ServiceOutputTypes = AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | BatchStartRecommendationsCommandOutput | CancelReplicationTaskAssessmentRunCommandOutput | CreateDataProviderCommandOutput | CreateEndpointCommandOutput | CreateEventSubscriptionCommandOutput | CreateFleetAdvisorCollectorCommandOutput | CreateInstanceProfileCommandOutput | CreateMigrationProjectCommandOutput | CreateReplicationConfigCommandOutput | CreateReplicationInstanceCommandOutput | CreateReplicationSubnetGroupCommandOutput | CreateReplicationTaskCommandOutput | DeleteCertificateCommandOutput | DeleteConnectionCommandOutput | DeleteDataProviderCommandOutput | DeleteEndpointCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteFleetAdvisorCollectorCommandOutput | DeleteFleetAdvisorDatabasesCommandOutput | DeleteInstanceProfileCommandOutput | DeleteMigrationProjectCommandOutput | DeleteReplicationConfigCommandOutput | DeleteReplicationInstanceCommandOutput | DeleteReplicationSubnetGroupCommandOutput | DeleteReplicationTaskAssessmentRunCommandOutput | DeleteReplicationTaskCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicableIndividualAssessmentsCommandOutput | DescribeCertificatesCommandOutput | DescribeConnectionsCommandOutput | DescribeConversionConfigurationCommandOutput | DescribeDataProvidersCommandOutput | DescribeEndpointSettingsCommandOutput | DescribeEndpointTypesCommandOutput | DescribeEndpointsCommandOutput | DescribeEngineVersionsCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExtensionPackAssociationsCommandOutput | DescribeFleetAdvisorCollectorsCommandOutput | DescribeFleetAdvisorDatabasesCommandOutput | DescribeFleetAdvisorLsaAnalysisCommandOutput | DescribeFleetAdvisorSchemaObjectSummaryCommandOutput | DescribeFleetAdvisorSchemasCommandOutput | DescribeInstanceProfilesCommandOutput | DescribeMetadataModelAssessmentsCommandOutput | DescribeMetadataModelConversionsCommandOutput | DescribeMetadataModelExportsAsScriptCommandOutput | DescribeMetadataModelExportsToTargetCommandOutput | DescribeMetadataModelImportsCommandOutput | DescribeMigrationProjectsCommandOutput | DescribeOrderableReplicationInstancesCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeRecommendationLimitationsCommandOutput | DescribeRecommendationsCommandOutput | DescribeRefreshSchemasStatusCommandOutput | DescribeReplicationConfigsCommandOutput | DescribeReplicationInstanceTaskLogsCommandOutput | DescribeReplicationInstancesCommandOutput | DescribeReplicationSubnetGroupsCommandOutput | DescribeReplicationTableStatisticsCommandOutput | DescribeReplicationTaskAssessmentResultsCommandOutput | DescribeReplicationTaskAssessmentRunsCommandOutput | DescribeReplicationTaskIndividualAssessmentsCommandOutput | DescribeReplicationTasksCommandOutput | DescribeReplicationsCommandOutput | DescribeSchemasCommandOutput | DescribeTableStatisticsCommandOutput | ExportMetadataModelAssessmentCommandOutput | ImportCertificateCommandOutput | ListTagsForResourceCommandOutput | ModifyConversionConfigurationCommandOutput | ModifyDataProviderCommandOutput | ModifyEndpointCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyInstanceProfileCommandOutput | ModifyMigrationProjectCommandOutput | ModifyReplicationConfigCommandOutput | ModifyReplicationInstanceCommandOutput | ModifyReplicationSubnetGroupCommandOutput | ModifyReplicationTaskCommandOutput | MoveReplicationTaskCommandOutput | RebootReplicationInstanceCommandOutput | RefreshSchemasCommandOutput | ReloadReplicationTablesCommandOutput | ReloadTablesCommandOutput | RemoveTagsFromResourceCommandOutput | RunFleetAdvisorLsaAnalysisCommandOutput | StartExtensionPackAssociationCommandOutput | StartMetadataModelAssessmentCommandOutput | StartMetadataModelConversionCommandOutput | StartMetadataModelExportAsScriptCommandOutput | StartMetadataModelExportToTargetCommandOutput | StartMetadataModelImportCommandOutput | StartRecommendationsCommandOutput | StartReplicationCommandOutput | StartReplicationTaskAssessmentCommandOutput | StartReplicationTaskAssessmentRunCommandOutput | StartReplicationTaskCommandOutput | StopReplicationCommandOutput | StopReplicationTaskCommandOutput | TestConnectionCommandOutput | UpdateSubscriptionsToEventBridgeCommandOutput;
|
|
100
127
|
/**
|
|
101
128
|
* @public
|
|
102
129
|
*/
|