@aws-sdk/client-database-migration-service 3.668.0 → 3.669.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 +48 -0
- package/dist-cjs/index.js +549 -103
- package/dist-es/DatabaseMigrationService.js +12 -0
- package/dist-es/commands/CreateDataMigrationCommand.js +23 -0
- package/dist-es/commands/DeleteDataMigrationCommand.js +23 -0
- package/dist-es/commands/DescribeDataMigrationsCommand.js +23 -0
- package/dist-es/commands/ImportCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyDataMigrationCommand.js +23 -0
- package/dist-es/commands/StartDataMigrationCommand.js +23 -0
- package/dist-es/commands/StopDataMigrationCommand.js +23 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +87 -66
- package/dist-es/models/models_1.js +42 -1
- package/dist-es/pagination/DescribeDataMigrationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_json1_1.js +262 -9
- package/dist-types/DatabaseMigrationService.d.ts +43 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +8 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -0
- package/dist-types/commands/CreateDataMigrationCommand.d.ts +146 -0
- package/dist-types/commands/CreateDataProviderCommand.d.ts +3 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +3 -0
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDataMigrationCommand.d.ts +119 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataMigrationsCommand.d.ts +133 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +3 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/ImportCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -1
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDataMigrationCommand.d.ts +133 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +3 -0
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +3 -0
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +3 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -0
- package/dist-types/commands/StartDataMigrationCommand.d.ts +126 -0
- package/dist-types/commands/StopDataMigrationCommand.d.ts +119 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +428 -244
- package/dist-types/models/models_1.d.ts +312 -1
- package/dist-types/pagination/DescribeDataMigrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +103 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataMigrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +131 -89
- package/dist-types/ts3.4/models/models_1.d.ts +102 -0
- package/dist-types/ts3.4/pagination/DescribeDataMigrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +6 -6
|
@@ -1,6 +1,238 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
3
|
-
import { ComputeConfig, Connection, DataProvider, DataProviderDescriptorDefinition, DataProviderSettings, DmsSslModeValue, DmsTransferSettings, DocDbSettings, DynamoDbSettings, ElasticsearchSettings, Endpoint, EventSubscription, GcpMySQLSettings, IBMDb2Settings, InstanceProfile, KafkaSettings, KinesisSettings, MicrosoftSQLServerSettings, MigrationProject, MigrationTypeValue, MongoDbSettings, MySQLSettings, NeptuneSettings, OracleSettings, PostgreSQLSettings, RecommendationSettings, RedisSettings, RedshiftSettings, RefreshSchemasStatus, Replication, ReplicationConfig, ReplicationEndpointTypeValue, ReplicationInstance, ReplicationSubnetGroup, ReplicationTask, ReplicationTaskAssessmentRun, S3Settings, SCApplicationAttributes, SybaseSettings, TimestreamSettings } from "./models_0";
|
|
3
|
+
import { Certificate, ComputeConfig, Connection, DataMigration, DataProvider, DataProviderDescriptorDefinition, DataProviderSettings, DmsSslModeValue, DmsTransferSettings, DocDbSettings, DynamoDbSettings, ElasticsearchSettings, Endpoint, EventSubscription, GcpMySQLSettings, IBMDb2Settings, InstanceProfile, KafkaSettings, KinesisSettings, MicrosoftSQLServerSettings, MigrationProject, MigrationTypeValue, MongoDbSettings, MySQLSettings, NeptuneSettings, OracleSettings, PostgreSQLSettings, RecommendationSettings, RedisSettings, RedshiftSettings, RefreshSchemasStatus, Replication, ReplicationConfig, ReplicationEndpointTypeValue, ReplicationInstance, ReplicationSubnetGroup, ReplicationTask, ReplicationTaskAssessmentRun, S3Settings, SCApplicationAttributes, SourceDataSetting, SybaseSettings, Tag, TimestreamSettings } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const AssessmentReportType: {
|
|
9
|
+
readonly CSV: "csv";
|
|
10
|
+
readonly PDF: "pdf";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type AssessmentReportType = (typeof AssessmentReportType)[keyof typeof AssessmentReportType];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export interface ExportMetadataModelAssessmentMessage {
|
|
20
|
+
/**
|
|
21
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
MigrationProjectIdentifier: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>A value that specifies the database objects to assess.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
SelectionRules: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The name of the assessment file to create in your Amazon S3 bucket.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
FileName?: string;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The file format of the assessment file.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
AssessmentReportTypes?: AssessmentReportType[];
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>Provides information about an exported metadata model assessment.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface ExportMetadataModelAssessmentResultEntry {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The object key for the object containing the exported metadata model assessment.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
S3ObjectKey?: string;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The URL for the object containing the exported metadata model assessment.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
ObjectURL?: string;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export interface ExportMetadataModelAssessmentResponse {
|
|
61
|
+
/**
|
|
62
|
+
* <p>The Amazon S3 details for an assessment exported in PDF format.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
PdfReport?: ExportMetadataModelAssessmentResultEntry;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The Amazon S3 details for an assessment exported in CSV format.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
CsvReport?: ExportMetadataModelAssessmentResultEntry;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export interface ImportCertificateMessage {
|
|
76
|
+
/**
|
|
77
|
+
* <p>A customer-assigned name for the certificate. Identifiers must begin with a letter and
|
|
78
|
+
* must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or
|
|
79
|
+
* contain two consecutive hyphens.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
CertificateIdentifier: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The contents of a <code>.pem</code> file, which contains an X.509 certificate.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
CertificatePem?: string;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The location of an imported Oracle Wallet certificate for use with SSL. Provide the name of a <code>.sso</code> file
|
|
90
|
+
* using the <code>fileb://</code> prefix. You can't provide the certificate inline.</p>
|
|
91
|
+
* <p>Example: <code>filebase64("$\{path.root\}/rds-ca-2019-root.sso")</code>
|
|
92
|
+
* </p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
CertificateWallet?: Uint8Array;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The tags associated with the certificate.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
Tags?: Tag[];
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface ImportCertificateResponse {
|
|
106
|
+
/**
|
|
107
|
+
* <p>The certificate to be uploaded.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
Certificate?: Certificate;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* <p>The certificate was not valid.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export declare class InvalidCertificateFault extends __BaseException {
|
|
117
|
+
readonly name: "InvalidCertificateFault";
|
|
118
|
+
readonly $fault: "client";
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
constructor(opts: __ExceptionOptionType<InvalidCertificateFault, __BaseException>);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* <p></p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
export interface ListTagsForResourceMessage {
|
|
129
|
+
/**
|
|
130
|
+
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to
|
|
131
|
+
* list tags for. This returns a list of keys (names of tags) created for the resource and
|
|
132
|
+
* their associated tag values.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
ResourceArn?: string;
|
|
136
|
+
/**
|
|
137
|
+
* <p>List of ARNs that identify multiple DMS resources that you want to list tags for. This
|
|
138
|
+
* returns a list of keys (tag names) and their associated tag values. It also returns each
|
|
139
|
+
* tag's associated <code>ResourceArn</code> value, which is the ARN of the resource for which
|
|
140
|
+
* each listed tag is created. </p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
ResourceArnList?: string[];
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* <p></p>
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
export interface ListTagsForResourceResponse {
|
|
150
|
+
/**
|
|
151
|
+
* <p>A list of tags for the resource.</p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
TagList?: Tag[];
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
export interface ModifyConversionConfigurationMessage {
|
|
160
|
+
/**
|
|
161
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
MigrationProjectIdentifier: string | undefined;
|
|
165
|
+
/**
|
|
166
|
+
* <p>The new conversion configuration.</p>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
ConversionConfiguration: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
export interface ModifyConversionConfigurationResponse {
|
|
175
|
+
/**
|
|
176
|
+
* <p>The name or Amazon Resource Name (ARN) of the modified configuration.</p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
MigrationProjectIdentifier?: string;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
export interface ModifyDataMigrationMessage {
|
|
185
|
+
/**
|
|
186
|
+
* <p>The identifier (name or ARN) of the data migration to modify.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
DataMigrationIdentifier: string | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The new name for the data migration.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
DataMigrationName?: string;
|
|
195
|
+
/**
|
|
196
|
+
* <p>Whether to enable Cloudwatch logs for the data migration.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
EnableCloudwatchLogs?: boolean;
|
|
200
|
+
/**
|
|
201
|
+
* <p>The new service access role ARN for the data migration.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
ServiceAccessRoleArn?: string;
|
|
205
|
+
/**
|
|
206
|
+
* <p>The new migration type for the data migration.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
DataMigrationType?: MigrationTypeValue;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The new information about the source data provider for the data migration.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
SourceDataSettings?: SourceDataSetting[];
|
|
215
|
+
/**
|
|
216
|
+
* <p>The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
NumberOfJobs?: number;
|
|
220
|
+
/**
|
|
221
|
+
* <p>A JSON-formatted string that defines what objects to include and exclude from the migration.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
SelectionRules?: string;
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
export interface ModifyDataMigrationResponse {
|
|
230
|
+
/**
|
|
231
|
+
* <p>Information about the modified data migration.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
DataMigration?: DataMigration;
|
|
235
|
+
}
|
|
4
236
|
/**
|
|
5
237
|
* @public
|
|
6
238
|
*/
|
|
@@ -1094,6 +1326,45 @@ export interface RunFleetAdvisorLsaAnalysisResponse {
|
|
|
1094
1326
|
*/
|
|
1095
1327
|
Status?: string;
|
|
1096
1328
|
}
|
|
1329
|
+
/**
|
|
1330
|
+
* @public
|
|
1331
|
+
* @enum
|
|
1332
|
+
*/
|
|
1333
|
+
export declare const StartReplicationMigrationTypeValue: {
|
|
1334
|
+
readonly RELOAD_TARGET: "reload-target";
|
|
1335
|
+
readonly RESUME_PROCESSING: "resume-processing";
|
|
1336
|
+
readonly START_REPLICATION: "start-replication";
|
|
1337
|
+
};
|
|
1338
|
+
/**
|
|
1339
|
+
* @public
|
|
1340
|
+
*/
|
|
1341
|
+
export type StartReplicationMigrationTypeValue = (typeof StartReplicationMigrationTypeValue)[keyof typeof StartReplicationMigrationTypeValue];
|
|
1342
|
+
/**
|
|
1343
|
+
* @public
|
|
1344
|
+
*/
|
|
1345
|
+
export interface StartDataMigrationMessage {
|
|
1346
|
+
/**
|
|
1347
|
+
* <p>The identifier (name or ARN) of the data migration to start.</p>
|
|
1348
|
+
* @public
|
|
1349
|
+
*/
|
|
1350
|
+
DataMigrationIdentifier: string | undefined;
|
|
1351
|
+
/**
|
|
1352
|
+
* <p>Specifies the start type for the data migration. Valid values include
|
|
1353
|
+
* <code>start-replication</code>, <code>reload-target</code>, and <code>resume-processing</code>.</p>
|
|
1354
|
+
* @public
|
|
1355
|
+
*/
|
|
1356
|
+
StartType: StartReplicationMigrationTypeValue | undefined;
|
|
1357
|
+
}
|
|
1358
|
+
/**
|
|
1359
|
+
* @public
|
|
1360
|
+
*/
|
|
1361
|
+
export interface StartDataMigrationResponse {
|
|
1362
|
+
/**
|
|
1363
|
+
* <p>The data migration that DMS started.</p>
|
|
1364
|
+
* @public
|
|
1365
|
+
*/
|
|
1366
|
+
DataMigration?: DataMigration;
|
|
1367
|
+
}
|
|
1097
1368
|
/**
|
|
1098
1369
|
* @public
|
|
1099
1370
|
*/
|
|
@@ -1568,6 +1839,26 @@ export interface StartReplicationTaskAssessmentRunResponse {
|
|
|
1568
1839
|
*/
|
|
1569
1840
|
ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
|
|
1570
1841
|
}
|
|
1842
|
+
/**
|
|
1843
|
+
* @public
|
|
1844
|
+
*/
|
|
1845
|
+
export interface StopDataMigrationMessage {
|
|
1846
|
+
/**
|
|
1847
|
+
* <p>The identifier (name or ARN) of the data migration to stop.</p>
|
|
1848
|
+
* @public
|
|
1849
|
+
*/
|
|
1850
|
+
DataMigrationIdentifier: string | undefined;
|
|
1851
|
+
}
|
|
1852
|
+
/**
|
|
1853
|
+
* @public
|
|
1854
|
+
*/
|
|
1855
|
+
export interface StopDataMigrationResponse {
|
|
1856
|
+
/**
|
|
1857
|
+
* <p>The data migration that DMS stopped.</p>
|
|
1858
|
+
* @public
|
|
1859
|
+
*/
|
|
1860
|
+
DataMigration?: DataMigration;
|
|
1861
|
+
}
|
|
1571
1862
|
/**
|
|
1572
1863
|
* <p></p>
|
|
1573
1864
|
* @public
|
|
@@ -1664,6 +1955,18 @@ export interface UpdateSubscriptionsToEventBridgeResponse {
|
|
|
1664
1955
|
*/
|
|
1665
1956
|
Result?: string;
|
|
1666
1957
|
}
|
|
1958
|
+
/**
|
|
1959
|
+
* @internal
|
|
1960
|
+
*/
|
|
1961
|
+
export declare const ImportCertificateMessageFilterSensitiveLog: (obj: ImportCertificateMessage) => any;
|
|
1962
|
+
/**
|
|
1963
|
+
* @internal
|
|
1964
|
+
*/
|
|
1965
|
+
export declare const ModifyDataMigrationMessageFilterSensitiveLog: (obj: ModifyDataMigrationMessage) => any;
|
|
1966
|
+
/**
|
|
1967
|
+
* @internal
|
|
1968
|
+
*/
|
|
1969
|
+
export declare const ModifyDataMigrationResponseFilterSensitiveLog: (obj: ModifyDataMigrationResponse) => any;
|
|
1667
1970
|
/**
|
|
1668
1971
|
* @internal
|
|
1669
1972
|
*/
|
|
@@ -1672,3 +1975,11 @@ export declare const ModifyEndpointMessageFilterSensitiveLog: (obj: ModifyEndpoi
|
|
|
1672
1975
|
* @internal
|
|
1673
1976
|
*/
|
|
1674
1977
|
export declare const ModifyEndpointResponseFilterSensitiveLog: (obj: ModifyEndpointResponse) => any;
|
|
1978
|
+
/**
|
|
1979
|
+
* @internal
|
|
1980
|
+
*/
|
|
1981
|
+
export declare const StartDataMigrationResponseFilterSensitiveLog: (obj: StartDataMigrationResponse) => any;
|
|
1982
|
+
/**
|
|
1983
|
+
* @internal
|
|
1984
|
+
*/
|
|
1985
|
+
export declare const StopDataMigrationResponseFilterSensitiveLog: (obj: StopDataMigrationResponse) => any;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeDataMigrationsCommandInput, DescribeDataMigrationsCommandOutput } from "../commands/DescribeDataMigrationsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeDataMigrations: (config: DatabaseMigrationServicePaginationConfiguration, input: DescribeDataMigrationsCommandInput, ...rest: any[]) => Paginator<DescribeDataMigrationsCommandOutput>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
export * from "./DescribeApplicableIndividualAssessmentsPaginator";
|
|
2
2
|
export * from "./DescribeCertificatesPaginator";
|
|
3
3
|
export * from "./DescribeConnectionsPaginator";
|
|
4
|
+
export * from "./DescribeDataMigrationsPaginator";
|
|
4
5
|
export * from "./DescribeDataProvidersPaginator";
|
|
5
6
|
export * from "./DescribeEndpointSettingsPaginator";
|
|
6
7
|
export * from "./DescribeEndpointTypesPaginator";
|
|
7
8
|
export * from "./DescribeEndpointsPaginator";
|
|
8
9
|
export * from "./DescribeEngineVersionsPaginator";
|
|
9
10
|
export * from "./DescribeEventSubscriptionsPaginator";
|
|
10
|
-
export * from "./DescribeEventsPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeEventsPaginator";
|
|
12
13
|
export * from "./DescribeExtensionPackAssociationsPaginator";
|
|
13
14
|
export * from "./DescribeFleetAdvisorCollectorsPaginator";
|
|
14
15
|
export * from "./DescribeFleetAdvisorDatabasesPaginator";
|
|
@@ -4,6 +4,7 @@ import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from ".
|
|
|
4
4
|
import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "../commands/ApplyPendingMaintenanceActionCommand";
|
|
5
5
|
import { BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput } from "../commands/BatchStartRecommendationsCommand";
|
|
6
6
|
import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput } from "../commands/CancelReplicationTaskAssessmentRunCommand";
|
|
7
|
+
import { CreateDataMigrationCommandInput, CreateDataMigrationCommandOutput } from "../commands/CreateDataMigrationCommand";
|
|
7
8
|
import { CreateDataProviderCommandInput, CreateDataProviderCommandOutput } from "../commands/CreateDataProviderCommand";
|
|
8
9
|
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
|
|
9
10
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
|
|
@@ -16,6 +17,7 @@ import { CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupC
|
|
|
16
17
|
import { CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput } from "../commands/CreateReplicationTaskCommand";
|
|
17
18
|
import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
|
|
18
19
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
|
|
20
|
+
import { DeleteDataMigrationCommandInput, DeleteDataMigrationCommandOutput } from "../commands/DeleteDataMigrationCommand";
|
|
19
21
|
import { DeleteDataProviderCommandInput, DeleteDataProviderCommandOutput } from "../commands/DeleteDataProviderCommand";
|
|
20
22
|
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
|
|
21
23
|
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
|
|
@@ -33,6 +35,7 @@ import { DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicable
|
|
|
33
35
|
import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "../commands/DescribeCertificatesCommand";
|
|
34
36
|
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "../commands/DescribeConnectionsCommand";
|
|
35
37
|
import { DescribeConversionConfigurationCommandInput, DescribeConversionConfigurationCommandOutput } from "../commands/DescribeConversionConfigurationCommand";
|
|
38
|
+
import { DescribeDataMigrationsCommandInput, DescribeDataMigrationsCommandOutput } from "../commands/DescribeDataMigrationsCommand";
|
|
36
39
|
import { DescribeDataProvidersCommandInput, DescribeDataProvidersCommandOutput } from "../commands/DescribeDataProvidersCommand";
|
|
37
40
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
|
|
38
41
|
import { DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput } from "../commands/DescribeEndpointSettingsCommand";
|
|
@@ -75,6 +78,7 @@ import { ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmen
|
|
|
75
78
|
import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
|
|
76
79
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
77
80
|
import { ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput } from "../commands/ModifyConversionConfigurationCommand";
|
|
81
|
+
import { ModifyDataMigrationCommandInput, ModifyDataMigrationCommandOutput } from "../commands/ModifyDataMigrationCommand";
|
|
78
82
|
import { ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput } from "../commands/ModifyDataProviderCommand";
|
|
79
83
|
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "../commands/ModifyEndpointCommand";
|
|
80
84
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
|
|
@@ -91,6 +95,7 @@ import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutp
|
|
|
91
95
|
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "../commands/ReloadTablesCommand";
|
|
92
96
|
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
|
|
93
97
|
import { RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput } from "../commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
98
|
+
import { StartDataMigrationCommandInput, StartDataMigrationCommandOutput } from "../commands/StartDataMigrationCommand";
|
|
94
99
|
import { StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput } from "../commands/StartExtensionPackAssociationCommand";
|
|
95
100
|
import { StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput } from "../commands/StartMetadataModelAssessmentCommand";
|
|
96
101
|
import { StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput } from "../commands/StartMetadataModelConversionCommand";
|
|
@@ -102,6 +107,7 @@ import { StartReplicationCommandInput, StartReplicationCommandOutput } from "../
|
|
|
102
107
|
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "../commands/StartReplicationTaskAssessmentCommand";
|
|
103
108
|
import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput } from "../commands/StartReplicationTaskAssessmentRunCommand";
|
|
104
109
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "../commands/StartReplicationTaskCommand";
|
|
110
|
+
import { StopDataMigrationCommandInput, StopDataMigrationCommandOutput } from "../commands/StopDataMigrationCommand";
|
|
105
111
|
import { StopReplicationCommandInput, StopReplicationCommandOutput } from "../commands/StopReplicationCommand";
|
|
106
112
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "../commands/StopReplicationTaskCommand";
|
|
107
113
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "../commands/TestConnectionCommand";
|
|
@@ -122,6 +128,10 @@ export declare const se_BatchStartRecommendationsCommand: (input: BatchStartReco
|
|
|
122
128
|
* serializeAws_json1_1CancelReplicationTaskAssessmentRunCommand
|
|
123
129
|
*/
|
|
124
130
|
export declare const se_CancelReplicationTaskAssessmentRunCommand: (input: CancelReplicationTaskAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_json1_1CreateDataMigrationCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_CreateDataMigrationCommand: (input: CreateDataMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
135
|
/**
|
|
126
136
|
* serializeAws_json1_1CreateDataProviderCommand
|
|
127
137
|
*/
|
|
@@ -170,6 +180,10 @@ export declare const se_DeleteCertificateCommand: (input: DeleteCertificateComma
|
|
|
170
180
|
* serializeAws_json1_1DeleteConnectionCommand
|
|
171
181
|
*/
|
|
172
182
|
export declare const se_DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
+
/**
|
|
184
|
+
* serializeAws_json1_1DeleteDataMigrationCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const se_DeleteDataMigrationCommand: (input: DeleteDataMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
187
|
/**
|
|
174
188
|
* serializeAws_json1_1DeleteDataProviderCommand
|
|
175
189
|
*/
|
|
@@ -238,6 +252,10 @@ export declare const se_DescribeConnectionsCommand: (input: DescribeConnectionsC
|
|
|
238
252
|
* serializeAws_json1_1DescribeConversionConfigurationCommand
|
|
239
253
|
*/
|
|
240
254
|
export declare const se_DescribeConversionConfigurationCommand: (input: DescribeConversionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
255
|
+
/**
|
|
256
|
+
* serializeAws_json1_1DescribeDataMigrationsCommand
|
|
257
|
+
*/
|
|
258
|
+
export declare const se_DescribeDataMigrationsCommand: (input: DescribeDataMigrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
259
|
/**
|
|
242
260
|
* serializeAws_json1_1DescribeDataProvidersCommand
|
|
243
261
|
*/
|
|
@@ -406,6 +424,10 @@ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceC
|
|
|
406
424
|
* serializeAws_json1_1ModifyConversionConfigurationCommand
|
|
407
425
|
*/
|
|
408
426
|
export declare const se_ModifyConversionConfigurationCommand: (input: ModifyConversionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
427
|
+
/**
|
|
428
|
+
* serializeAws_json1_1ModifyDataMigrationCommand
|
|
429
|
+
*/
|
|
430
|
+
export declare const se_ModifyDataMigrationCommand: (input: ModifyDataMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
409
431
|
/**
|
|
410
432
|
* serializeAws_json1_1ModifyDataProviderCommand
|
|
411
433
|
*/
|
|
@@ -470,6 +492,10 @@ export declare const se_RemoveTagsFromResourceCommand: (input: RemoveTagsFromRes
|
|
|
470
492
|
* serializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand
|
|
471
493
|
*/
|
|
472
494
|
export declare const se_RunFleetAdvisorLsaAnalysisCommand: (input: RunFleetAdvisorLsaAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
495
|
+
/**
|
|
496
|
+
* serializeAws_json1_1StartDataMigrationCommand
|
|
497
|
+
*/
|
|
498
|
+
export declare const se_StartDataMigrationCommand: (input: StartDataMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
473
499
|
/**
|
|
474
500
|
* serializeAws_json1_1StartExtensionPackAssociationCommand
|
|
475
501
|
*/
|
|
@@ -514,6 +540,10 @@ export declare const se_StartReplicationTaskAssessmentCommand: (input: StartRepl
|
|
|
514
540
|
* serializeAws_json1_1StartReplicationTaskAssessmentRunCommand
|
|
515
541
|
*/
|
|
516
542
|
export declare const se_StartReplicationTaskAssessmentRunCommand: (input: StartReplicationTaskAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
543
|
+
/**
|
|
544
|
+
* serializeAws_json1_1StopDataMigrationCommand
|
|
545
|
+
*/
|
|
546
|
+
export declare const se_StopDataMigrationCommand: (input: StopDataMigrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
517
547
|
/**
|
|
518
548
|
* serializeAws_json1_1StopReplicationCommand
|
|
519
549
|
*/
|
|
@@ -546,6 +576,10 @@ export declare const de_BatchStartRecommendationsCommand: (output: __HttpRespons
|
|
|
546
576
|
* deserializeAws_json1_1CancelReplicationTaskAssessmentRunCommand
|
|
547
577
|
*/
|
|
548
578
|
export declare const de_CancelReplicationTaskAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelReplicationTaskAssessmentRunCommandOutput>;
|
|
579
|
+
/**
|
|
580
|
+
* deserializeAws_json1_1CreateDataMigrationCommand
|
|
581
|
+
*/
|
|
582
|
+
export declare const de_CreateDataMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataMigrationCommandOutput>;
|
|
549
583
|
/**
|
|
550
584
|
* deserializeAws_json1_1CreateDataProviderCommand
|
|
551
585
|
*/
|
|
@@ -594,6 +628,10 @@ export declare const de_DeleteCertificateCommand: (output: __HttpResponse, conte
|
|
|
594
628
|
* deserializeAws_json1_1DeleteConnectionCommand
|
|
595
629
|
*/
|
|
596
630
|
export declare const de_DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
|
|
631
|
+
/**
|
|
632
|
+
* deserializeAws_json1_1DeleteDataMigrationCommand
|
|
633
|
+
*/
|
|
634
|
+
export declare const de_DeleteDataMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataMigrationCommandOutput>;
|
|
597
635
|
/**
|
|
598
636
|
* deserializeAws_json1_1DeleteDataProviderCommand
|
|
599
637
|
*/
|
|
@@ -662,6 +700,10 @@ export declare const de_DescribeConnectionsCommand: (output: __HttpResponse, con
|
|
|
662
700
|
* deserializeAws_json1_1DescribeConversionConfigurationCommand
|
|
663
701
|
*/
|
|
664
702
|
export declare const de_DescribeConversionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConversionConfigurationCommandOutput>;
|
|
703
|
+
/**
|
|
704
|
+
* deserializeAws_json1_1DescribeDataMigrationsCommand
|
|
705
|
+
*/
|
|
706
|
+
export declare const de_DescribeDataMigrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataMigrationsCommandOutput>;
|
|
665
707
|
/**
|
|
666
708
|
* deserializeAws_json1_1DescribeDataProvidersCommand
|
|
667
709
|
*/
|
|
@@ -830,6 +872,10 @@ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, con
|
|
|
830
872
|
* deserializeAws_json1_1ModifyConversionConfigurationCommand
|
|
831
873
|
*/
|
|
832
874
|
export declare const de_ModifyConversionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyConversionConfigurationCommandOutput>;
|
|
875
|
+
/**
|
|
876
|
+
* deserializeAws_json1_1ModifyDataMigrationCommand
|
|
877
|
+
*/
|
|
878
|
+
export declare const de_ModifyDataMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyDataMigrationCommandOutput>;
|
|
833
879
|
/**
|
|
834
880
|
* deserializeAws_json1_1ModifyDataProviderCommand
|
|
835
881
|
*/
|
|
@@ -894,6 +940,10 @@ export declare const de_RemoveTagsFromResourceCommand: (output: __HttpResponse,
|
|
|
894
940
|
* deserializeAws_json1_1RunFleetAdvisorLsaAnalysisCommand
|
|
895
941
|
*/
|
|
896
942
|
export declare const de_RunFleetAdvisorLsaAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunFleetAdvisorLsaAnalysisCommandOutput>;
|
|
943
|
+
/**
|
|
944
|
+
* deserializeAws_json1_1StartDataMigrationCommand
|
|
945
|
+
*/
|
|
946
|
+
export declare const de_StartDataMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataMigrationCommandOutput>;
|
|
897
947
|
/**
|
|
898
948
|
* deserializeAws_json1_1StartExtensionPackAssociationCommand
|
|
899
949
|
*/
|
|
@@ -938,6 +988,10 @@ export declare const de_StartReplicationTaskAssessmentCommand: (output: __HttpRe
|
|
|
938
988
|
* deserializeAws_json1_1StartReplicationTaskAssessmentRunCommand
|
|
939
989
|
*/
|
|
940
990
|
export declare const de_StartReplicationTaskAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationTaskAssessmentRunCommandOutput>;
|
|
991
|
+
/**
|
|
992
|
+
* deserializeAws_json1_1StopDataMigrationCommand
|
|
993
|
+
*/
|
|
994
|
+
export declare const de_StopDataMigrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDataMigrationCommandOutput>;
|
|
941
995
|
/**
|
|
942
996
|
* deserializeAws_json1_1StopReplicationCommand
|
|
943
997
|
*/
|