@aws-sdk/client-database-migration-service 3.379.1 → 3.384.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +224 -0
- package/dist-cjs/DatabaseMigrationService.js +56 -0
- package/dist-cjs/commands/CreateDataProviderCommand.js +46 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/CreateMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DeleteDataProviderCommand.js +46 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/DeleteMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DescribeConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DescribeDataProvidersCommand.js +46 -0
- package/dist-cjs/commands/DescribeEngineVersionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
- package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
- package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +65 -87
- package/dist-cjs/models/models_1.js +56 -0
- package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeEngineVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +11 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1601 -109
- package/dist-es/DatabaseMigrationService.js +56 -0
- package/dist-es/commands/CreateDataProviderCommand.js +42 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
- package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
- package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
- package/dist-es/commands/DescribeEngineVersionsCommand.js +42 -0
- package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
- package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
- package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
- package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
- package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
- package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
- package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +61 -80
- package/dist-es/models/models_1.js +50 -0
- package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
- package/dist-es/pagination/DescribeEngineVersionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
- package/dist-es/pagination/index.js +11 -1
- package/dist-es/protocols/Aws_json1_1.js +1539 -104
- package/dist-types/DatabaseMigrationService.d.ts +196 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +30 -2
- package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
- package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
- package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +88 -0
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
- package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
- package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2691 -1072
- package/dist-types/models/models_1.d.ts +1322 -0
- package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeEngineVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +11 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +252 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +494 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +168 -0
- package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeEngineVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +398 -242
- package/dist-types/ts3.4/models/models_1.d.ts +312 -0
- package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeEngineVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +336 -0
- package/package.json +5 -5
|
@@ -19,6 +19,10 @@ import {
|
|
|
19
19
|
CancelReplicationTaskAssessmentRunCommandInput,
|
|
20
20
|
CancelReplicationTaskAssessmentRunCommandOutput,
|
|
21
21
|
} from "../commands/CancelReplicationTaskAssessmentRunCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateDataProviderCommandInput,
|
|
24
|
+
CreateDataProviderCommandOutput,
|
|
25
|
+
} from "../commands/CreateDataProviderCommand";
|
|
22
26
|
import {
|
|
23
27
|
CreateEndpointCommandInput,
|
|
24
28
|
CreateEndpointCommandOutput,
|
|
@@ -31,6 +35,14 @@ import {
|
|
|
31
35
|
CreateFleetAdvisorCollectorCommandInput,
|
|
32
36
|
CreateFleetAdvisorCollectorCommandOutput,
|
|
33
37
|
} from "../commands/CreateFleetAdvisorCollectorCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateInstanceProfileCommandInput,
|
|
40
|
+
CreateInstanceProfileCommandOutput,
|
|
41
|
+
} from "../commands/CreateInstanceProfileCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateMigrationProjectCommandInput,
|
|
44
|
+
CreateMigrationProjectCommandOutput,
|
|
45
|
+
} from "../commands/CreateMigrationProjectCommand";
|
|
34
46
|
import {
|
|
35
47
|
CreateReplicationConfigCommandInput,
|
|
36
48
|
CreateReplicationConfigCommandOutput,
|
|
@@ -55,6 +67,10 @@ import {
|
|
|
55
67
|
DeleteConnectionCommandInput,
|
|
56
68
|
DeleteConnectionCommandOutput,
|
|
57
69
|
} from "../commands/DeleteConnectionCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteDataProviderCommandInput,
|
|
72
|
+
DeleteDataProviderCommandOutput,
|
|
73
|
+
} from "../commands/DeleteDataProviderCommand";
|
|
58
74
|
import {
|
|
59
75
|
DeleteEndpointCommandInput,
|
|
60
76
|
DeleteEndpointCommandOutput,
|
|
@@ -71,6 +87,14 @@ import {
|
|
|
71
87
|
DeleteFleetAdvisorDatabasesCommandInput,
|
|
72
88
|
DeleteFleetAdvisorDatabasesCommandOutput,
|
|
73
89
|
} from "../commands/DeleteFleetAdvisorDatabasesCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteInstanceProfileCommandInput,
|
|
92
|
+
DeleteInstanceProfileCommandOutput,
|
|
93
|
+
} from "../commands/DeleteInstanceProfileCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteMigrationProjectCommandInput,
|
|
96
|
+
DeleteMigrationProjectCommandOutput,
|
|
97
|
+
} from "../commands/DeleteMigrationProjectCommand";
|
|
74
98
|
import {
|
|
75
99
|
DeleteReplicationConfigCommandInput,
|
|
76
100
|
DeleteReplicationConfigCommandOutput,
|
|
@@ -107,6 +131,14 @@ import {
|
|
|
107
131
|
DescribeConnectionsCommandInput,
|
|
108
132
|
DescribeConnectionsCommandOutput,
|
|
109
133
|
} from "../commands/DescribeConnectionsCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeConversionConfigurationCommandInput,
|
|
136
|
+
DescribeConversionConfigurationCommandOutput,
|
|
137
|
+
} from "../commands/DescribeConversionConfigurationCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeDataProvidersCommandInput,
|
|
140
|
+
DescribeDataProvidersCommandOutput,
|
|
141
|
+
} from "../commands/DescribeDataProvidersCommand";
|
|
110
142
|
import {
|
|
111
143
|
DescribeEndpointsCommandInput,
|
|
112
144
|
DescribeEndpointsCommandOutput,
|
|
@@ -119,6 +151,10 @@ import {
|
|
|
119
151
|
DescribeEndpointTypesCommandInput,
|
|
120
152
|
DescribeEndpointTypesCommandOutput,
|
|
121
153
|
} from "../commands/DescribeEndpointTypesCommand";
|
|
154
|
+
import {
|
|
155
|
+
DescribeEngineVersionsCommandInput,
|
|
156
|
+
DescribeEngineVersionsCommandOutput,
|
|
157
|
+
} from "../commands/DescribeEngineVersionsCommand";
|
|
122
158
|
import {
|
|
123
159
|
DescribeEventCategoriesCommandInput,
|
|
124
160
|
DescribeEventCategoriesCommandOutput,
|
|
@@ -131,6 +167,10 @@ import {
|
|
|
131
167
|
DescribeEventSubscriptionsCommandInput,
|
|
132
168
|
DescribeEventSubscriptionsCommandOutput,
|
|
133
169
|
} from "../commands/DescribeEventSubscriptionsCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribeExtensionPackAssociationsCommandInput,
|
|
172
|
+
DescribeExtensionPackAssociationsCommandOutput,
|
|
173
|
+
} from "../commands/DescribeExtensionPackAssociationsCommand";
|
|
134
174
|
import {
|
|
135
175
|
DescribeFleetAdvisorCollectorsCommandInput,
|
|
136
176
|
DescribeFleetAdvisorCollectorsCommandOutput,
|
|
@@ -151,6 +191,34 @@ import {
|
|
|
151
191
|
DescribeFleetAdvisorSchemasCommandInput,
|
|
152
192
|
DescribeFleetAdvisorSchemasCommandOutput,
|
|
153
193
|
} from "../commands/DescribeFleetAdvisorSchemasCommand";
|
|
194
|
+
import {
|
|
195
|
+
DescribeInstanceProfilesCommandInput,
|
|
196
|
+
DescribeInstanceProfilesCommandOutput,
|
|
197
|
+
} from "../commands/DescribeInstanceProfilesCommand";
|
|
198
|
+
import {
|
|
199
|
+
DescribeMetadataModelAssessmentsCommandInput,
|
|
200
|
+
DescribeMetadataModelAssessmentsCommandOutput,
|
|
201
|
+
} from "../commands/DescribeMetadataModelAssessmentsCommand";
|
|
202
|
+
import {
|
|
203
|
+
DescribeMetadataModelConversionsCommandInput,
|
|
204
|
+
DescribeMetadataModelConversionsCommandOutput,
|
|
205
|
+
} from "../commands/DescribeMetadataModelConversionsCommand";
|
|
206
|
+
import {
|
|
207
|
+
DescribeMetadataModelExportsAsScriptCommandInput,
|
|
208
|
+
DescribeMetadataModelExportsAsScriptCommandOutput,
|
|
209
|
+
} from "../commands/DescribeMetadataModelExportsAsScriptCommand";
|
|
210
|
+
import {
|
|
211
|
+
DescribeMetadataModelExportsToTargetCommandInput,
|
|
212
|
+
DescribeMetadataModelExportsToTargetCommandOutput,
|
|
213
|
+
} from "../commands/DescribeMetadataModelExportsToTargetCommand";
|
|
214
|
+
import {
|
|
215
|
+
DescribeMetadataModelImportsCommandInput,
|
|
216
|
+
DescribeMetadataModelImportsCommandOutput,
|
|
217
|
+
} from "../commands/DescribeMetadataModelImportsCommand";
|
|
218
|
+
import {
|
|
219
|
+
DescribeMigrationProjectsCommandInput,
|
|
220
|
+
DescribeMigrationProjectsCommandOutput,
|
|
221
|
+
} from "../commands/DescribeMigrationProjectsCommand";
|
|
154
222
|
import {
|
|
155
223
|
DescribeOrderableReplicationInstancesCommandInput,
|
|
156
224
|
DescribeOrderableReplicationInstancesCommandOutput,
|
|
@@ -219,6 +287,10 @@ import {
|
|
|
219
287
|
DescribeTableStatisticsCommandInput,
|
|
220
288
|
DescribeTableStatisticsCommandOutput,
|
|
221
289
|
} from "../commands/DescribeTableStatisticsCommand";
|
|
290
|
+
import {
|
|
291
|
+
ExportMetadataModelAssessmentCommandInput,
|
|
292
|
+
ExportMetadataModelAssessmentCommandOutput,
|
|
293
|
+
} from "../commands/ExportMetadataModelAssessmentCommand";
|
|
222
294
|
import {
|
|
223
295
|
ImportCertificateCommandInput,
|
|
224
296
|
ImportCertificateCommandOutput,
|
|
@@ -227,6 +299,14 @@ import {
|
|
|
227
299
|
ListTagsForResourceCommandInput,
|
|
228
300
|
ListTagsForResourceCommandOutput,
|
|
229
301
|
} from "../commands/ListTagsForResourceCommand";
|
|
302
|
+
import {
|
|
303
|
+
ModifyConversionConfigurationCommandInput,
|
|
304
|
+
ModifyConversionConfigurationCommandOutput,
|
|
305
|
+
} from "../commands/ModifyConversionConfigurationCommand";
|
|
306
|
+
import {
|
|
307
|
+
ModifyDataProviderCommandInput,
|
|
308
|
+
ModifyDataProviderCommandOutput,
|
|
309
|
+
} from "../commands/ModifyDataProviderCommand";
|
|
230
310
|
import {
|
|
231
311
|
ModifyEndpointCommandInput,
|
|
232
312
|
ModifyEndpointCommandOutput,
|
|
@@ -235,6 +315,14 @@ import {
|
|
|
235
315
|
ModifyEventSubscriptionCommandInput,
|
|
236
316
|
ModifyEventSubscriptionCommandOutput,
|
|
237
317
|
} from "../commands/ModifyEventSubscriptionCommand";
|
|
318
|
+
import {
|
|
319
|
+
ModifyInstanceProfileCommandInput,
|
|
320
|
+
ModifyInstanceProfileCommandOutput,
|
|
321
|
+
} from "../commands/ModifyInstanceProfileCommand";
|
|
322
|
+
import {
|
|
323
|
+
ModifyMigrationProjectCommandInput,
|
|
324
|
+
ModifyMigrationProjectCommandOutput,
|
|
325
|
+
} from "../commands/ModifyMigrationProjectCommand";
|
|
238
326
|
import {
|
|
239
327
|
ModifyReplicationConfigCommandInput,
|
|
240
328
|
ModifyReplicationConfigCommandOutput,
|
|
@@ -279,6 +367,30 @@ import {
|
|
|
279
367
|
RunFleetAdvisorLsaAnalysisCommandInput,
|
|
280
368
|
RunFleetAdvisorLsaAnalysisCommandOutput,
|
|
281
369
|
} from "../commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
370
|
+
import {
|
|
371
|
+
StartExtensionPackAssociationCommandInput,
|
|
372
|
+
StartExtensionPackAssociationCommandOutput,
|
|
373
|
+
} from "../commands/StartExtensionPackAssociationCommand";
|
|
374
|
+
import {
|
|
375
|
+
StartMetadataModelAssessmentCommandInput,
|
|
376
|
+
StartMetadataModelAssessmentCommandOutput,
|
|
377
|
+
} from "../commands/StartMetadataModelAssessmentCommand";
|
|
378
|
+
import {
|
|
379
|
+
StartMetadataModelConversionCommandInput,
|
|
380
|
+
StartMetadataModelConversionCommandOutput,
|
|
381
|
+
} from "../commands/StartMetadataModelConversionCommand";
|
|
382
|
+
import {
|
|
383
|
+
StartMetadataModelExportAsScriptCommandInput,
|
|
384
|
+
StartMetadataModelExportAsScriptCommandOutput,
|
|
385
|
+
} from "../commands/StartMetadataModelExportAsScriptCommand";
|
|
386
|
+
import {
|
|
387
|
+
StartMetadataModelExportToTargetCommandInput,
|
|
388
|
+
StartMetadataModelExportToTargetCommandOutput,
|
|
389
|
+
} from "../commands/StartMetadataModelExportToTargetCommand";
|
|
390
|
+
import {
|
|
391
|
+
StartMetadataModelImportCommandInput,
|
|
392
|
+
StartMetadataModelImportCommandOutput,
|
|
393
|
+
} from "../commands/StartMetadataModelImportCommand";
|
|
282
394
|
import {
|
|
283
395
|
StartRecommendationsCommandInput,
|
|
284
396
|
StartRecommendationsCommandOutput,
|
|
@@ -331,6 +443,10 @@ export declare const se_CancelReplicationTaskAssessmentRunCommand: (
|
|
|
331
443
|
input: CancelReplicationTaskAssessmentRunCommandInput,
|
|
332
444
|
context: __SerdeContext
|
|
333
445
|
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const se_CreateDataProviderCommand: (
|
|
447
|
+
input: CreateDataProviderCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
334
450
|
export declare const se_CreateEndpointCommand: (
|
|
335
451
|
input: CreateEndpointCommandInput,
|
|
336
452
|
context: __SerdeContext
|
|
@@ -343,6 +459,14 @@ export declare const se_CreateFleetAdvisorCollectorCommand: (
|
|
|
343
459
|
input: CreateFleetAdvisorCollectorCommandInput,
|
|
344
460
|
context: __SerdeContext
|
|
345
461
|
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const se_CreateInstanceProfileCommand: (
|
|
463
|
+
input: CreateInstanceProfileCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const se_CreateMigrationProjectCommand: (
|
|
467
|
+
input: CreateMigrationProjectCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
346
470
|
export declare const se_CreateReplicationConfigCommand: (
|
|
347
471
|
input: CreateReplicationConfigCommandInput,
|
|
348
472
|
context: __SerdeContext
|
|
@@ -367,6 +491,10 @@ export declare const se_DeleteConnectionCommand: (
|
|
|
367
491
|
input: DeleteConnectionCommandInput,
|
|
368
492
|
context: __SerdeContext
|
|
369
493
|
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const se_DeleteDataProviderCommand: (
|
|
495
|
+
input: DeleteDataProviderCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
370
498
|
export declare const se_DeleteEndpointCommand: (
|
|
371
499
|
input: DeleteEndpointCommandInput,
|
|
372
500
|
context: __SerdeContext
|
|
@@ -383,6 +511,14 @@ export declare const se_DeleteFleetAdvisorDatabasesCommand: (
|
|
|
383
511
|
input: DeleteFleetAdvisorDatabasesCommandInput,
|
|
384
512
|
context: __SerdeContext
|
|
385
513
|
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const se_DeleteInstanceProfileCommand: (
|
|
515
|
+
input: DeleteInstanceProfileCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const se_DeleteMigrationProjectCommand: (
|
|
519
|
+
input: DeleteMigrationProjectCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
386
522
|
export declare const se_DeleteReplicationConfigCommand: (
|
|
387
523
|
input: DeleteReplicationConfigCommandInput,
|
|
388
524
|
context: __SerdeContext
|
|
@@ -419,6 +555,14 @@ export declare const se_DescribeConnectionsCommand: (
|
|
|
419
555
|
input: DescribeConnectionsCommandInput,
|
|
420
556
|
context: __SerdeContext
|
|
421
557
|
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const se_DescribeConversionConfigurationCommand: (
|
|
559
|
+
input: DescribeConversionConfigurationCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const se_DescribeDataProvidersCommand: (
|
|
563
|
+
input: DescribeDataProvidersCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
422
566
|
export declare const se_DescribeEndpointsCommand: (
|
|
423
567
|
input: DescribeEndpointsCommandInput,
|
|
424
568
|
context: __SerdeContext
|
|
@@ -431,6 +575,10 @@ export declare const se_DescribeEndpointTypesCommand: (
|
|
|
431
575
|
input: DescribeEndpointTypesCommandInput,
|
|
432
576
|
context: __SerdeContext
|
|
433
577
|
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const se_DescribeEngineVersionsCommand: (
|
|
579
|
+
input: DescribeEngineVersionsCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
434
582
|
export declare const se_DescribeEventCategoriesCommand: (
|
|
435
583
|
input: DescribeEventCategoriesCommandInput,
|
|
436
584
|
context: __SerdeContext
|
|
@@ -443,6 +591,10 @@ export declare const se_DescribeEventSubscriptionsCommand: (
|
|
|
443
591
|
input: DescribeEventSubscriptionsCommandInput,
|
|
444
592
|
context: __SerdeContext
|
|
445
593
|
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const se_DescribeExtensionPackAssociationsCommand: (
|
|
595
|
+
input: DescribeExtensionPackAssociationsCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
446
598
|
export declare const se_DescribeFleetAdvisorCollectorsCommand: (
|
|
447
599
|
input: DescribeFleetAdvisorCollectorsCommandInput,
|
|
448
600
|
context: __SerdeContext
|
|
@@ -463,6 +615,34 @@ export declare const se_DescribeFleetAdvisorSchemasCommand: (
|
|
|
463
615
|
input: DescribeFleetAdvisorSchemasCommandInput,
|
|
464
616
|
context: __SerdeContext
|
|
465
617
|
) => Promise<__HttpRequest>;
|
|
618
|
+
export declare const se_DescribeInstanceProfilesCommand: (
|
|
619
|
+
input: DescribeInstanceProfilesCommandInput,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const se_DescribeMetadataModelAssessmentsCommand: (
|
|
623
|
+
input: DescribeMetadataModelAssessmentsCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const se_DescribeMetadataModelConversionsCommand: (
|
|
627
|
+
input: DescribeMetadataModelConversionsCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
630
|
+
export declare const se_DescribeMetadataModelExportsAsScriptCommand: (
|
|
631
|
+
input: DescribeMetadataModelExportsAsScriptCommandInput,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<__HttpRequest>;
|
|
634
|
+
export declare const se_DescribeMetadataModelExportsToTargetCommand: (
|
|
635
|
+
input: DescribeMetadataModelExportsToTargetCommandInput,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<__HttpRequest>;
|
|
638
|
+
export declare const se_DescribeMetadataModelImportsCommand: (
|
|
639
|
+
input: DescribeMetadataModelImportsCommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
642
|
+
export declare const se_DescribeMigrationProjectsCommand: (
|
|
643
|
+
input: DescribeMigrationProjectsCommandInput,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<__HttpRequest>;
|
|
466
646
|
export declare const se_DescribeOrderableReplicationInstancesCommand: (
|
|
467
647
|
input: DescribeOrderableReplicationInstancesCommandInput,
|
|
468
648
|
context: __SerdeContext
|
|
@@ -531,6 +711,10 @@ export declare const se_DescribeTableStatisticsCommand: (
|
|
|
531
711
|
input: DescribeTableStatisticsCommandInput,
|
|
532
712
|
context: __SerdeContext
|
|
533
713
|
) => Promise<__HttpRequest>;
|
|
714
|
+
export declare const se_ExportMetadataModelAssessmentCommand: (
|
|
715
|
+
input: ExportMetadataModelAssessmentCommandInput,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<__HttpRequest>;
|
|
534
718
|
export declare const se_ImportCertificateCommand: (
|
|
535
719
|
input: ImportCertificateCommandInput,
|
|
536
720
|
context: __SerdeContext
|
|
@@ -539,6 +723,14 @@ export declare const se_ListTagsForResourceCommand: (
|
|
|
539
723
|
input: ListTagsForResourceCommandInput,
|
|
540
724
|
context: __SerdeContext
|
|
541
725
|
) => Promise<__HttpRequest>;
|
|
726
|
+
export declare const se_ModifyConversionConfigurationCommand: (
|
|
727
|
+
input: ModifyConversionConfigurationCommandInput,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<__HttpRequest>;
|
|
730
|
+
export declare const se_ModifyDataProviderCommand: (
|
|
731
|
+
input: ModifyDataProviderCommandInput,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<__HttpRequest>;
|
|
542
734
|
export declare const se_ModifyEndpointCommand: (
|
|
543
735
|
input: ModifyEndpointCommandInput,
|
|
544
736
|
context: __SerdeContext
|
|
@@ -547,6 +739,14 @@ export declare const se_ModifyEventSubscriptionCommand: (
|
|
|
547
739
|
input: ModifyEventSubscriptionCommandInput,
|
|
548
740
|
context: __SerdeContext
|
|
549
741
|
) => Promise<__HttpRequest>;
|
|
742
|
+
export declare const se_ModifyInstanceProfileCommand: (
|
|
743
|
+
input: ModifyInstanceProfileCommandInput,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<__HttpRequest>;
|
|
746
|
+
export declare const se_ModifyMigrationProjectCommand: (
|
|
747
|
+
input: ModifyMigrationProjectCommandInput,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<__HttpRequest>;
|
|
550
750
|
export declare const se_ModifyReplicationConfigCommand: (
|
|
551
751
|
input: ModifyReplicationConfigCommandInput,
|
|
552
752
|
context: __SerdeContext
|
|
@@ -591,6 +791,30 @@ export declare const se_RunFleetAdvisorLsaAnalysisCommand: (
|
|
|
591
791
|
input: RunFleetAdvisorLsaAnalysisCommandInput,
|
|
592
792
|
context: __SerdeContext
|
|
593
793
|
) => Promise<__HttpRequest>;
|
|
794
|
+
export declare const se_StartExtensionPackAssociationCommand: (
|
|
795
|
+
input: StartExtensionPackAssociationCommandInput,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<__HttpRequest>;
|
|
798
|
+
export declare const se_StartMetadataModelAssessmentCommand: (
|
|
799
|
+
input: StartMetadataModelAssessmentCommandInput,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<__HttpRequest>;
|
|
802
|
+
export declare const se_StartMetadataModelConversionCommand: (
|
|
803
|
+
input: StartMetadataModelConversionCommandInput,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<__HttpRequest>;
|
|
806
|
+
export declare const se_StartMetadataModelExportAsScriptCommand: (
|
|
807
|
+
input: StartMetadataModelExportAsScriptCommandInput,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<__HttpRequest>;
|
|
810
|
+
export declare const se_StartMetadataModelExportToTargetCommand: (
|
|
811
|
+
input: StartMetadataModelExportToTargetCommandInput,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<__HttpRequest>;
|
|
814
|
+
export declare const se_StartMetadataModelImportCommand: (
|
|
815
|
+
input: StartMetadataModelImportCommandInput,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<__HttpRequest>;
|
|
594
818
|
export declare const se_StartRecommendationsCommand: (
|
|
595
819
|
input: StartRecommendationsCommandInput,
|
|
596
820
|
context: __SerdeContext
|
|
@@ -643,6 +867,10 @@ export declare const de_CancelReplicationTaskAssessmentRunCommand: (
|
|
|
643
867
|
output: __HttpResponse,
|
|
644
868
|
context: __SerdeContext
|
|
645
869
|
) => Promise<CancelReplicationTaskAssessmentRunCommandOutput>;
|
|
870
|
+
export declare const de_CreateDataProviderCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<CreateDataProviderCommandOutput>;
|
|
646
874
|
export declare const de_CreateEndpointCommand: (
|
|
647
875
|
output: __HttpResponse,
|
|
648
876
|
context: __SerdeContext
|
|
@@ -655,6 +883,14 @@ export declare const de_CreateFleetAdvisorCollectorCommand: (
|
|
|
655
883
|
output: __HttpResponse,
|
|
656
884
|
context: __SerdeContext
|
|
657
885
|
) => Promise<CreateFleetAdvisorCollectorCommandOutput>;
|
|
886
|
+
export declare const de_CreateInstanceProfileCommand: (
|
|
887
|
+
output: __HttpResponse,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<CreateInstanceProfileCommandOutput>;
|
|
890
|
+
export declare const de_CreateMigrationProjectCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<CreateMigrationProjectCommandOutput>;
|
|
658
894
|
export declare const de_CreateReplicationConfigCommand: (
|
|
659
895
|
output: __HttpResponse,
|
|
660
896
|
context: __SerdeContext
|
|
@@ -679,6 +915,10 @@ export declare const de_DeleteConnectionCommand: (
|
|
|
679
915
|
output: __HttpResponse,
|
|
680
916
|
context: __SerdeContext
|
|
681
917
|
) => Promise<DeleteConnectionCommandOutput>;
|
|
918
|
+
export declare const de_DeleteDataProviderCommand: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<DeleteDataProviderCommandOutput>;
|
|
682
922
|
export declare const de_DeleteEndpointCommand: (
|
|
683
923
|
output: __HttpResponse,
|
|
684
924
|
context: __SerdeContext
|
|
@@ -695,6 +935,14 @@ export declare const de_DeleteFleetAdvisorDatabasesCommand: (
|
|
|
695
935
|
output: __HttpResponse,
|
|
696
936
|
context: __SerdeContext
|
|
697
937
|
) => Promise<DeleteFleetAdvisorDatabasesCommandOutput>;
|
|
938
|
+
export declare const de_DeleteInstanceProfileCommand: (
|
|
939
|
+
output: __HttpResponse,
|
|
940
|
+
context: __SerdeContext
|
|
941
|
+
) => Promise<DeleteInstanceProfileCommandOutput>;
|
|
942
|
+
export declare const de_DeleteMigrationProjectCommand: (
|
|
943
|
+
output: __HttpResponse,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<DeleteMigrationProjectCommandOutput>;
|
|
698
946
|
export declare const de_DeleteReplicationConfigCommand: (
|
|
699
947
|
output: __HttpResponse,
|
|
700
948
|
context: __SerdeContext
|
|
@@ -731,6 +979,14 @@ export declare const de_DescribeConnectionsCommand: (
|
|
|
731
979
|
output: __HttpResponse,
|
|
732
980
|
context: __SerdeContext
|
|
733
981
|
) => Promise<DescribeConnectionsCommandOutput>;
|
|
982
|
+
export declare const de_DescribeConversionConfigurationCommand: (
|
|
983
|
+
output: __HttpResponse,
|
|
984
|
+
context: __SerdeContext
|
|
985
|
+
) => Promise<DescribeConversionConfigurationCommandOutput>;
|
|
986
|
+
export declare const de_DescribeDataProvidersCommand: (
|
|
987
|
+
output: __HttpResponse,
|
|
988
|
+
context: __SerdeContext
|
|
989
|
+
) => Promise<DescribeDataProvidersCommandOutput>;
|
|
734
990
|
export declare const de_DescribeEndpointsCommand: (
|
|
735
991
|
output: __HttpResponse,
|
|
736
992
|
context: __SerdeContext
|
|
@@ -743,6 +999,10 @@ export declare const de_DescribeEndpointTypesCommand: (
|
|
|
743
999
|
output: __HttpResponse,
|
|
744
1000
|
context: __SerdeContext
|
|
745
1001
|
) => Promise<DescribeEndpointTypesCommandOutput>;
|
|
1002
|
+
export declare const de_DescribeEngineVersionsCommand: (
|
|
1003
|
+
output: __HttpResponse,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<DescribeEngineVersionsCommandOutput>;
|
|
746
1006
|
export declare const de_DescribeEventCategoriesCommand: (
|
|
747
1007
|
output: __HttpResponse,
|
|
748
1008
|
context: __SerdeContext
|
|
@@ -755,6 +1015,10 @@ export declare const de_DescribeEventSubscriptionsCommand: (
|
|
|
755
1015
|
output: __HttpResponse,
|
|
756
1016
|
context: __SerdeContext
|
|
757
1017
|
) => Promise<DescribeEventSubscriptionsCommandOutput>;
|
|
1018
|
+
export declare const de_DescribeExtensionPackAssociationsCommand: (
|
|
1019
|
+
output: __HttpResponse,
|
|
1020
|
+
context: __SerdeContext
|
|
1021
|
+
) => Promise<DescribeExtensionPackAssociationsCommandOutput>;
|
|
758
1022
|
export declare const de_DescribeFleetAdvisorCollectorsCommand: (
|
|
759
1023
|
output: __HttpResponse,
|
|
760
1024
|
context: __SerdeContext
|
|
@@ -775,6 +1039,34 @@ export declare const de_DescribeFleetAdvisorSchemasCommand: (
|
|
|
775
1039
|
output: __HttpResponse,
|
|
776
1040
|
context: __SerdeContext
|
|
777
1041
|
) => Promise<DescribeFleetAdvisorSchemasCommandOutput>;
|
|
1042
|
+
export declare const de_DescribeInstanceProfilesCommand: (
|
|
1043
|
+
output: __HttpResponse,
|
|
1044
|
+
context: __SerdeContext
|
|
1045
|
+
) => Promise<DescribeInstanceProfilesCommandOutput>;
|
|
1046
|
+
export declare const de_DescribeMetadataModelAssessmentsCommand: (
|
|
1047
|
+
output: __HttpResponse,
|
|
1048
|
+
context: __SerdeContext
|
|
1049
|
+
) => Promise<DescribeMetadataModelAssessmentsCommandOutput>;
|
|
1050
|
+
export declare const de_DescribeMetadataModelConversionsCommand: (
|
|
1051
|
+
output: __HttpResponse,
|
|
1052
|
+
context: __SerdeContext
|
|
1053
|
+
) => Promise<DescribeMetadataModelConversionsCommandOutput>;
|
|
1054
|
+
export declare const de_DescribeMetadataModelExportsAsScriptCommand: (
|
|
1055
|
+
output: __HttpResponse,
|
|
1056
|
+
context: __SerdeContext
|
|
1057
|
+
) => Promise<DescribeMetadataModelExportsAsScriptCommandOutput>;
|
|
1058
|
+
export declare const de_DescribeMetadataModelExportsToTargetCommand: (
|
|
1059
|
+
output: __HttpResponse,
|
|
1060
|
+
context: __SerdeContext
|
|
1061
|
+
) => Promise<DescribeMetadataModelExportsToTargetCommandOutput>;
|
|
1062
|
+
export declare const de_DescribeMetadataModelImportsCommand: (
|
|
1063
|
+
output: __HttpResponse,
|
|
1064
|
+
context: __SerdeContext
|
|
1065
|
+
) => Promise<DescribeMetadataModelImportsCommandOutput>;
|
|
1066
|
+
export declare const de_DescribeMigrationProjectsCommand: (
|
|
1067
|
+
output: __HttpResponse,
|
|
1068
|
+
context: __SerdeContext
|
|
1069
|
+
) => Promise<DescribeMigrationProjectsCommandOutput>;
|
|
778
1070
|
export declare const de_DescribeOrderableReplicationInstancesCommand: (
|
|
779
1071
|
output: __HttpResponse,
|
|
780
1072
|
context: __SerdeContext
|
|
@@ -843,6 +1135,10 @@ export declare const de_DescribeTableStatisticsCommand: (
|
|
|
843
1135
|
output: __HttpResponse,
|
|
844
1136
|
context: __SerdeContext
|
|
845
1137
|
) => Promise<DescribeTableStatisticsCommandOutput>;
|
|
1138
|
+
export declare const de_ExportMetadataModelAssessmentCommand: (
|
|
1139
|
+
output: __HttpResponse,
|
|
1140
|
+
context: __SerdeContext
|
|
1141
|
+
) => Promise<ExportMetadataModelAssessmentCommandOutput>;
|
|
846
1142
|
export declare const de_ImportCertificateCommand: (
|
|
847
1143
|
output: __HttpResponse,
|
|
848
1144
|
context: __SerdeContext
|
|
@@ -851,6 +1147,14 @@ export declare const de_ListTagsForResourceCommand: (
|
|
|
851
1147
|
output: __HttpResponse,
|
|
852
1148
|
context: __SerdeContext
|
|
853
1149
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
1150
|
+
export declare const de_ModifyConversionConfigurationCommand: (
|
|
1151
|
+
output: __HttpResponse,
|
|
1152
|
+
context: __SerdeContext
|
|
1153
|
+
) => Promise<ModifyConversionConfigurationCommandOutput>;
|
|
1154
|
+
export declare const de_ModifyDataProviderCommand: (
|
|
1155
|
+
output: __HttpResponse,
|
|
1156
|
+
context: __SerdeContext
|
|
1157
|
+
) => Promise<ModifyDataProviderCommandOutput>;
|
|
854
1158
|
export declare const de_ModifyEndpointCommand: (
|
|
855
1159
|
output: __HttpResponse,
|
|
856
1160
|
context: __SerdeContext
|
|
@@ -859,6 +1163,14 @@ export declare const de_ModifyEventSubscriptionCommand: (
|
|
|
859
1163
|
output: __HttpResponse,
|
|
860
1164
|
context: __SerdeContext
|
|
861
1165
|
) => Promise<ModifyEventSubscriptionCommandOutput>;
|
|
1166
|
+
export declare const de_ModifyInstanceProfileCommand: (
|
|
1167
|
+
output: __HttpResponse,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<ModifyInstanceProfileCommandOutput>;
|
|
1170
|
+
export declare const de_ModifyMigrationProjectCommand: (
|
|
1171
|
+
output: __HttpResponse,
|
|
1172
|
+
context: __SerdeContext
|
|
1173
|
+
) => Promise<ModifyMigrationProjectCommandOutput>;
|
|
862
1174
|
export declare const de_ModifyReplicationConfigCommand: (
|
|
863
1175
|
output: __HttpResponse,
|
|
864
1176
|
context: __SerdeContext
|
|
@@ -903,6 +1215,30 @@ export declare const de_RunFleetAdvisorLsaAnalysisCommand: (
|
|
|
903
1215
|
output: __HttpResponse,
|
|
904
1216
|
context: __SerdeContext
|
|
905
1217
|
) => Promise<RunFleetAdvisorLsaAnalysisCommandOutput>;
|
|
1218
|
+
export declare const de_StartExtensionPackAssociationCommand: (
|
|
1219
|
+
output: __HttpResponse,
|
|
1220
|
+
context: __SerdeContext
|
|
1221
|
+
) => Promise<StartExtensionPackAssociationCommandOutput>;
|
|
1222
|
+
export declare const de_StartMetadataModelAssessmentCommand: (
|
|
1223
|
+
output: __HttpResponse,
|
|
1224
|
+
context: __SerdeContext
|
|
1225
|
+
) => Promise<StartMetadataModelAssessmentCommandOutput>;
|
|
1226
|
+
export declare const de_StartMetadataModelConversionCommand: (
|
|
1227
|
+
output: __HttpResponse,
|
|
1228
|
+
context: __SerdeContext
|
|
1229
|
+
) => Promise<StartMetadataModelConversionCommandOutput>;
|
|
1230
|
+
export declare const de_StartMetadataModelExportAsScriptCommand: (
|
|
1231
|
+
output: __HttpResponse,
|
|
1232
|
+
context: __SerdeContext
|
|
1233
|
+
) => Promise<StartMetadataModelExportAsScriptCommandOutput>;
|
|
1234
|
+
export declare const de_StartMetadataModelExportToTargetCommand: (
|
|
1235
|
+
output: __HttpResponse,
|
|
1236
|
+
context: __SerdeContext
|
|
1237
|
+
) => Promise<StartMetadataModelExportToTargetCommandOutput>;
|
|
1238
|
+
export declare const de_StartMetadataModelImportCommand: (
|
|
1239
|
+
output: __HttpResponse,
|
|
1240
|
+
context: __SerdeContext
|
|
1241
|
+
) => Promise<StartMetadataModelImportCommandOutput>;
|
|
906
1242
|
export declare const de_StartRecommendationsCommand: (
|
|
907
1243
|
output: __HttpResponse,
|
|
908
1244
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.384.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.382.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.382.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.379.1",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.379.1",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.382.0",
|
|
31
31
|
"@aws-sdk/types": "3.378.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.382.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.1",
|