@aws-sdk/client-database-migration-service 3.934.0 → 3.935.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/dist-cjs/index.js +204 -204
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +203 -0
- package/dist-es/models/errors.js +315 -0
- package/dist-es/models/models_0.js +1 -452
- package/dist-es/models/models_1.js +1 -67
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSchemasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/GetTargetSelectionRulesCommand.d.ts +1 -1
- package/dist-types/commands/ImportCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDataMigrationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +1 -1
- 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/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +547 -0
- package/dist-types/models/errors.d.ts +321 -0
- package/dist-types/models/models_0.d.ts +2391 -773
- package/dist-types/models/models_1.d.ts +2 -2488
- package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTargetSelectionRulesCommand.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 +1 -1
- package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +1 -1
- 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/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +284 -0
- package/dist-types/ts3.4/models/errors.d.ts +177 -0
- package/dist-types/ts3.4/models/models_0.d.ts +459 -411
- package/dist-types/ts3.4/models/models_1.d.ts +7 -512
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,499 +1,19 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
3
1
|
import {
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
OriginTypeValue,
|
|
3
|
+
ReloadOptionValue,
|
|
4
|
+
StartReplicationMigrationTypeValue,
|
|
5
|
+
StartReplicationTaskTypeValue,
|
|
6
|
+
} from "./enums";
|
|
7
|
+
import {
|
|
6
8
|
Connection,
|
|
7
9
|
DataMigration,
|
|
8
|
-
DataProvider,
|
|
9
|
-
DataProviderDescriptorDefinition,
|
|
10
|
-
DataProviderSettings,
|
|
11
|
-
DmsSslModeValue,
|
|
12
|
-
DmsTransferSettings,
|
|
13
|
-
DocDbSettings,
|
|
14
|
-
DynamoDbSettings,
|
|
15
|
-
ElasticsearchSettings,
|
|
16
|
-
Endpoint,
|
|
17
|
-
EventSubscription,
|
|
18
|
-
Filter,
|
|
19
|
-
GcpMySQLSettings,
|
|
20
|
-
IBMDb2Settings,
|
|
21
|
-
InstanceProfile,
|
|
22
|
-
KafkaSettings,
|
|
23
|
-
KerberosAuthenticationSettings,
|
|
24
|
-
KinesisSettings,
|
|
25
|
-
MicrosoftSQLServerSettings,
|
|
26
|
-
MigrationProject,
|
|
27
|
-
MigrationTypeValue,
|
|
28
|
-
MongoDbSettings,
|
|
29
|
-
MySQLSettings,
|
|
30
|
-
NeptuneSettings,
|
|
31
|
-
OracleSettings,
|
|
32
|
-
OriginTypeValue,
|
|
33
|
-
PostgreSQLSettings,
|
|
34
10
|
RecommendationSettings,
|
|
35
|
-
RedisSettings,
|
|
36
|
-
RedshiftSettings,
|
|
37
11
|
RefreshSchemasStatus,
|
|
38
|
-
|
|
39
|
-
ReplicationEndpointTypeValue,
|
|
40
|
-
ReplicationInstance,
|
|
41
|
-
ReplicationInstanceTaskLog,
|
|
42
|
-
ReplicationSubnetGroup,
|
|
12
|
+
Replication,
|
|
43
13
|
ReplicationTask,
|
|
44
14
|
ReplicationTaskAssessmentRun,
|
|
45
|
-
ReplicationTaskAssessmentRunProgress,
|
|
46
|
-
ReplicationTaskAssessmentRunResultStatistic,
|
|
47
|
-
S3Settings,
|
|
48
|
-
SCApplicationAttributes,
|
|
49
|
-
SourceDataSetting,
|
|
50
|
-
SybaseSettings,
|
|
51
15
|
Tag,
|
|
52
|
-
TargetDataSetting,
|
|
53
|
-
TimestreamSettings,
|
|
54
16
|
} from "./models_0";
|
|
55
|
-
export interface DescribeReplicationInstanceTaskLogsResponse {
|
|
56
|
-
ReplicationInstanceArn?: string | undefined;
|
|
57
|
-
ReplicationInstanceTaskLogs?: ReplicationInstanceTaskLog[] | undefined;
|
|
58
|
-
Marker?: string | undefined;
|
|
59
|
-
}
|
|
60
|
-
export interface DescribeReplicationsMessage {
|
|
61
|
-
Filters?: Filter[] | undefined;
|
|
62
|
-
MaxRecords?: number | undefined;
|
|
63
|
-
Marker?: string | undefined;
|
|
64
|
-
}
|
|
65
|
-
export interface PremigrationAssessmentStatus {
|
|
66
|
-
PremigrationAssessmentRunArn?: string | undefined;
|
|
67
|
-
FailOnAssessmentFailure?: boolean | undefined;
|
|
68
|
-
Status?: string | undefined;
|
|
69
|
-
PremigrationAssessmentRunCreationDate?: Date | undefined;
|
|
70
|
-
AssessmentProgress?: ReplicationTaskAssessmentRunProgress | undefined;
|
|
71
|
-
LastFailureMessage?: string | undefined;
|
|
72
|
-
ResultLocationBucket?: string | undefined;
|
|
73
|
-
ResultLocationFolder?: string | undefined;
|
|
74
|
-
ResultEncryptionMode?: string | undefined;
|
|
75
|
-
ResultKmsKeyArn?: string | undefined;
|
|
76
|
-
ResultStatistic?: ReplicationTaskAssessmentRunResultStatistic | undefined;
|
|
77
|
-
}
|
|
78
|
-
export interface ProvisionData {
|
|
79
|
-
ProvisionState?: string | undefined;
|
|
80
|
-
ProvisionedCapacityUnits?: number | undefined;
|
|
81
|
-
DateProvisioned?: Date | undefined;
|
|
82
|
-
IsNewProvisioningAvailable?: boolean | undefined;
|
|
83
|
-
DateNewProvisioningDataAvailable?: Date | undefined;
|
|
84
|
-
ReasonForNewProvisioningData?: string | undefined;
|
|
85
|
-
}
|
|
86
|
-
export interface ReplicationStats {
|
|
87
|
-
FullLoadProgressPercent?: number | undefined;
|
|
88
|
-
ElapsedTimeMillis?: number | undefined;
|
|
89
|
-
TablesLoaded?: number | undefined;
|
|
90
|
-
TablesLoading?: number | undefined;
|
|
91
|
-
TablesQueued?: number | undefined;
|
|
92
|
-
TablesErrored?: number | undefined;
|
|
93
|
-
FreshStartDate?: Date | undefined;
|
|
94
|
-
StartDate?: Date | undefined;
|
|
95
|
-
StopDate?: Date | undefined;
|
|
96
|
-
FullLoadStartDate?: Date | undefined;
|
|
97
|
-
FullLoadFinishDate?: Date | undefined;
|
|
98
|
-
}
|
|
99
|
-
export interface Replication {
|
|
100
|
-
ReplicationConfigIdentifier?: string | undefined;
|
|
101
|
-
ReplicationConfigArn?: string | undefined;
|
|
102
|
-
SourceEndpointArn?: string | undefined;
|
|
103
|
-
TargetEndpointArn?: string | undefined;
|
|
104
|
-
ReplicationType?: MigrationTypeValue | undefined;
|
|
105
|
-
Status?: string | undefined;
|
|
106
|
-
ProvisionData?: ProvisionData | undefined;
|
|
107
|
-
PremigrationAssessmentStatuses?: PremigrationAssessmentStatus[] | undefined;
|
|
108
|
-
StopReason?: string | undefined;
|
|
109
|
-
FailureMessages?: string[] | undefined;
|
|
110
|
-
ReplicationStats?: ReplicationStats | undefined;
|
|
111
|
-
StartReplicationType?: string | undefined;
|
|
112
|
-
CdcStartTime?: Date | undefined;
|
|
113
|
-
CdcStartPosition?: string | undefined;
|
|
114
|
-
CdcStopPosition?: string | undefined;
|
|
115
|
-
RecoveryCheckpoint?: string | undefined;
|
|
116
|
-
ReplicationCreateTime?: Date | undefined;
|
|
117
|
-
ReplicationUpdateTime?: Date | undefined;
|
|
118
|
-
ReplicationLastStopTime?: Date | undefined;
|
|
119
|
-
ReplicationDeprovisionTime?: Date | undefined;
|
|
120
|
-
}
|
|
121
|
-
export interface DescribeReplicationsResponse {
|
|
122
|
-
Marker?: string | undefined;
|
|
123
|
-
Replications?: Replication[] | undefined;
|
|
124
|
-
}
|
|
125
|
-
export interface DescribeReplicationSubnetGroupsMessage {
|
|
126
|
-
Filters?: Filter[] | undefined;
|
|
127
|
-
MaxRecords?: number | undefined;
|
|
128
|
-
Marker?: string | undefined;
|
|
129
|
-
}
|
|
130
|
-
export interface DescribeReplicationSubnetGroupsResponse {
|
|
131
|
-
Marker?: string | undefined;
|
|
132
|
-
ReplicationSubnetGroups?: ReplicationSubnetGroup[] | undefined;
|
|
133
|
-
}
|
|
134
|
-
export interface DescribeReplicationTableStatisticsMessage {
|
|
135
|
-
ReplicationConfigArn: string | undefined;
|
|
136
|
-
MaxRecords?: number | undefined;
|
|
137
|
-
Marker?: string | undefined;
|
|
138
|
-
Filters?: Filter[] | undefined;
|
|
139
|
-
}
|
|
140
|
-
export interface TableStatistics {
|
|
141
|
-
SchemaName?: string | undefined;
|
|
142
|
-
TableName?: string | undefined;
|
|
143
|
-
Inserts?: number | undefined;
|
|
144
|
-
Deletes?: number | undefined;
|
|
145
|
-
Updates?: number | undefined;
|
|
146
|
-
Ddls?: number | undefined;
|
|
147
|
-
AppliedInserts?: number | undefined;
|
|
148
|
-
AppliedDeletes?: number | undefined;
|
|
149
|
-
AppliedUpdates?: number | undefined;
|
|
150
|
-
AppliedDdls?: number | undefined;
|
|
151
|
-
FullLoadRows?: number | undefined;
|
|
152
|
-
FullLoadCondtnlChkFailedRows?: number | undefined;
|
|
153
|
-
FullLoadErrorRows?: number | undefined;
|
|
154
|
-
FullLoadStartTime?: Date | undefined;
|
|
155
|
-
FullLoadEndTime?: Date | undefined;
|
|
156
|
-
FullLoadReloaded?: boolean | undefined;
|
|
157
|
-
LastUpdateTime?: Date | undefined;
|
|
158
|
-
TableState?: string | undefined;
|
|
159
|
-
ValidationPendingRecords?: number | undefined;
|
|
160
|
-
ValidationFailedRecords?: number | undefined;
|
|
161
|
-
ValidationSuspendedRecords?: number | undefined;
|
|
162
|
-
ValidationState?: string | undefined;
|
|
163
|
-
ValidationStateDetails?: string | undefined;
|
|
164
|
-
ResyncState?: string | undefined;
|
|
165
|
-
ResyncRowsAttempted?: number | undefined;
|
|
166
|
-
ResyncRowsSucceeded?: number | undefined;
|
|
167
|
-
ResyncRowsFailed?: number | undefined;
|
|
168
|
-
ResyncProgress?: number | undefined;
|
|
169
|
-
}
|
|
170
|
-
export interface DescribeReplicationTableStatisticsResponse {
|
|
171
|
-
ReplicationConfigArn?: string | undefined;
|
|
172
|
-
Marker?: string | undefined;
|
|
173
|
-
ReplicationTableStatistics?: TableStatistics[] | undefined;
|
|
174
|
-
}
|
|
175
|
-
export interface DescribeReplicationTaskAssessmentResultsMessage {
|
|
176
|
-
ReplicationTaskArn?: string | undefined;
|
|
177
|
-
MaxRecords?: number | undefined;
|
|
178
|
-
Marker?: string | undefined;
|
|
179
|
-
}
|
|
180
|
-
export interface ReplicationTaskAssessmentResult {
|
|
181
|
-
ReplicationTaskIdentifier?: string | undefined;
|
|
182
|
-
ReplicationTaskArn?: string | undefined;
|
|
183
|
-
ReplicationTaskLastAssessmentDate?: Date | undefined;
|
|
184
|
-
AssessmentStatus?: string | undefined;
|
|
185
|
-
AssessmentResultsFile?: string | undefined;
|
|
186
|
-
AssessmentResults?: string | undefined;
|
|
187
|
-
S3ObjectUrl?: string | undefined;
|
|
188
|
-
}
|
|
189
|
-
export interface DescribeReplicationTaskAssessmentResultsResponse {
|
|
190
|
-
Marker?: string | undefined;
|
|
191
|
-
BucketName?: string | undefined;
|
|
192
|
-
ReplicationTaskAssessmentResults?:
|
|
193
|
-
| ReplicationTaskAssessmentResult[]
|
|
194
|
-
| undefined;
|
|
195
|
-
}
|
|
196
|
-
export interface DescribeReplicationTaskAssessmentRunsMessage {
|
|
197
|
-
Filters?: Filter[] | undefined;
|
|
198
|
-
MaxRecords?: number | undefined;
|
|
199
|
-
Marker?: string | undefined;
|
|
200
|
-
}
|
|
201
|
-
export interface DescribeReplicationTaskAssessmentRunsResponse {
|
|
202
|
-
Marker?: string | undefined;
|
|
203
|
-
ReplicationTaskAssessmentRuns?: ReplicationTaskAssessmentRun[] | undefined;
|
|
204
|
-
}
|
|
205
|
-
export interface DescribeReplicationTaskIndividualAssessmentsMessage {
|
|
206
|
-
Filters?: Filter[] | undefined;
|
|
207
|
-
MaxRecords?: number | undefined;
|
|
208
|
-
Marker?: string | undefined;
|
|
209
|
-
}
|
|
210
|
-
export interface ReplicationTaskIndividualAssessment {
|
|
211
|
-
ReplicationTaskIndividualAssessmentArn?: string | undefined;
|
|
212
|
-
ReplicationTaskAssessmentRunArn?: string | undefined;
|
|
213
|
-
IndividualAssessmentName?: string | undefined;
|
|
214
|
-
Status?: string | undefined;
|
|
215
|
-
ReplicationTaskIndividualAssessmentStartDate?: Date | undefined;
|
|
216
|
-
}
|
|
217
|
-
export interface DescribeReplicationTaskIndividualAssessmentsResponse {
|
|
218
|
-
Marker?: string | undefined;
|
|
219
|
-
ReplicationTaskIndividualAssessments?:
|
|
220
|
-
| ReplicationTaskIndividualAssessment[]
|
|
221
|
-
| undefined;
|
|
222
|
-
}
|
|
223
|
-
export interface DescribeReplicationTasksMessage {
|
|
224
|
-
Filters?: Filter[] | undefined;
|
|
225
|
-
MaxRecords?: number | undefined;
|
|
226
|
-
Marker?: string | undefined;
|
|
227
|
-
WithoutSettings?: boolean | undefined;
|
|
228
|
-
}
|
|
229
|
-
export interface DescribeReplicationTasksResponse {
|
|
230
|
-
Marker?: string | undefined;
|
|
231
|
-
ReplicationTasks?: ReplicationTask[] | undefined;
|
|
232
|
-
}
|
|
233
|
-
export interface DescribeSchemasMessage {
|
|
234
|
-
EndpointArn: string | undefined;
|
|
235
|
-
MaxRecords?: number | undefined;
|
|
236
|
-
Marker?: string | undefined;
|
|
237
|
-
}
|
|
238
|
-
export interface DescribeSchemasResponse {
|
|
239
|
-
Marker?: string | undefined;
|
|
240
|
-
Schemas?: string[] | undefined;
|
|
241
|
-
}
|
|
242
|
-
export interface DescribeTableStatisticsMessage {
|
|
243
|
-
ReplicationTaskArn: string | undefined;
|
|
244
|
-
MaxRecords?: number | undefined;
|
|
245
|
-
Marker?: string | undefined;
|
|
246
|
-
Filters?: Filter[] | undefined;
|
|
247
|
-
}
|
|
248
|
-
export interface DescribeTableStatisticsResponse {
|
|
249
|
-
ReplicationTaskArn?: string | undefined;
|
|
250
|
-
TableStatistics?: TableStatistics[] | undefined;
|
|
251
|
-
Marker?: string | undefined;
|
|
252
|
-
}
|
|
253
|
-
export declare const AssessmentReportType: {
|
|
254
|
-
readonly CSV: "csv";
|
|
255
|
-
readonly PDF: "pdf";
|
|
256
|
-
};
|
|
257
|
-
export type AssessmentReportType =
|
|
258
|
-
(typeof AssessmentReportType)[keyof typeof AssessmentReportType];
|
|
259
|
-
export interface ExportMetadataModelAssessmentMessage {
|
|
260
|
-
MigrationProjectIdentifier: string | undefined;
|
|
261
|
-
SelectionRules: string | undefined;
|
|
262
|
-
FileName?: string | undefined;
|
|
263
|
-
AssessmentReportTypes?: AssessmentReportType[] | undefined;
|
|
264
|
-
}
|
|
265
|
-
export interface ExportMetadataModelAssessmentResultEntry {
|
|
266
|
-
S3ObjectKey?: string | undefined;
|
|
267
|
-
ObjectURL?: string | undefined;
|
|
268
|
-
}
|
|
269
|
-
export interface ExportMetadataModelAssessmentResponse {
|
|
270
|
-
PdfReport?: ExportMetadataModelAssessmentResultEntry | undefined;
|
|
271
|
-
CsvReport?: ExportMetadataModelAssessmentResultEntry | undefined;
|
|
272
|
-
}
|
|
273
|
-
export interface GetTargetSelectionRulesMessage {
|
|
274
|
-
MigrationProjectIdentifier: string | undefined;
|
|
275
|
-
SelectionRules: string | undefined;
|
|
276
|
-
}
|
|
277
|
-
export interface GetTargetSelectionRulesResponse {
|
|
278
|
-
TargetSelectionRules?: string | undefined;
|
|
279
|
-
}
|
|
280
|
-
export interface ImportCertificateMessage {
|
|
281
|
-
CertificateIdentifier: string | undefined;
|
|
282
|
-
CertificatePem?: string | undefined;
|
|
283
|
-
CertificateWallet?: Uint8Array | undefined;
|
|
284
|
-
Tags?: Tag[] | undefined;
|
|
285
|
-
}
|
|
286
|
-
export interface ImportCertificateResponse {
|
|
287
|
-
Certificate?: Certificate | undefined;
|
|
288
|
-
}
|
|
289
|
-
export declare class InvalidCertificateFault extends __BaseException {
|
|
290
|
-
readonly name: "InvalidCertificateFault";
|
|
291
|
-
readonly $fault: "client";
|
|
292
|
-
constructor(
|
|
293
|
-
opts: __ExceptionOptionType<InvalidCertificateFault, __BaseException>
|
|
294
|
-
);
|
|
295
|
-
}
|
|
296
|
-
export interface ListTagsForResourceMessage {
|
|
297
|
-
ResourceArn?: string | undefined;
|
|
298
|
-
ResourceArnList?: string[] | undefined;
|
|
299
|
-
}
|
|
300
|
-
export interface ListTagsForResourceResponse {
|
|
301
|
-
TagList?: Tag[] | undefined;
|
|
302
|
-
}
|
|
303
|
-
export interface ModifyConversionConfigurationMessage {
|
|
304
|
-
MigrationProjectIdentifier: string | undefined;
|
|
305
|
-
ConversionConfiguration: string | undefined;
|
|
306
|
-
}
|
|
307
|
-
export interface ModifyConversionConfigurationResponse {
|
|
308
|
-
MigrationProjectIdentifier?: string | undefined;
|
|
309
|
-
}
|
|
310
|
-
export interface ModifyDataMigrationMessage {
|
|
311
|
-
DataMigrationIdentifier: string | undefined;
|
|
312
|
-
DataMigrationName?: string | undefined;
|
|
313
|
-
EnableCloudwatchLogs?: boolean | undefined;
|
|
314
|
-
ServiceAccessRoleArn?: string | undefined;
|
|
315
|
-
DataMigrationType?: MigrationTypeValue | undefined;
|
|
316
|
-
SourceDataSettings?: SourceDataSetting[] | undefined;
|
|
317
|
-
TargetDataSettings?: TargetDataSetting[] | undefined;
|
|
318
|
-
NumberOfJobs?: number | undefined;
|
|
319
|
-
SelectionRules?: string | undefined;
|
|
320
|
-
}
|
|
321
|
-
export interface ModifyDataMigrationResponse {
|
|
322
|
-
DataMigration?: DataMigration | undefined;
|
|
323
|
-
}
|
|
324
|
-
export interface ModifyDataProviderMessage {
|
|
325
|
-
DataProviderIdentifier: string | undefined;
|
|
326
|
-
DataProviderName?: string | undefined;
|
|
327
|
-
Description?: string | undefined;
|
|
328
|
-
Engine?: string | undefined;
|
|
329
|
-
Virtual?: boolean | undefined;
|
|
330
|
-
ExactSettings?: boolean | undefined;
|
|
331
|
-
Settings?: DataProviderSettings | undefined;
|
|
332
|
-
}
|
|
333
|
-
export interface ModifyDataProviderResponse {
|
|
334
|
-
DataProvider?: DataProvider | undefined;
|
|
335
|
-
}
|
|
336
|
-
export interface ModifyEndpointMessage {
|
|
337
|
-
EndpointArn: string | undefined;
|
|
338
|
-
EndpointIdentifier?: string | undefined;
|
|
339
|
-
EndpointType?: ReplicationEndpointTypeValue | undefined;
|
|
340
|
-
EngineName?: string | undefined;
|
|
341
|
-
Username?: string | undefined;
|
|
342
|
-
Password?: string | undefined;
|
|
343
|
-
ServerName?: string | undefined;
|
|
344
|
-
Port?: number | undefined;
|
|
345
|
-
DatabaseName?: string | undefined;
|
|
346
|
-
ExtraConnectionAttributes?: string | undefined;
|
|
347
|
-
CertificateArn?: string | undefined;
|
|
348
|
-
SslMode?: DmsSslModeValue | undefined;
|
|
349
|
-
ServiceAccessRoleArn?: string | undefined;
|
|
350
|
-
ExternalTableDefinition?: string | undefined;
|
|
351
|
-
DynamoDbSettings?: DynamoDbSettings | undefined;
|
|
352
|
-
S3Settings?: S3Settings | undefined;
|
|
353
|
-
DmsTransferSettings?: DmsTransferSettings | undefined;
|
|
354
|
-
MongoDbSettings?: MongoDbSettings | undefined;
|
|
355
|
-
KinesisSettings?: KinesisSettings | undefined;
|
|
356
|
-
KafkaSettings?: KafkaSettings | undefined;
|
|
357
|
-
ElasticsearchSettings?: ElasticsearchSettings | undefined;
|
|
358
|
-
NeptuneSettings?: NeptuneSettings | undefined;
|
|
359
|
-
RedshiftSettings?: RedshiftSettings | undefined;
|
|
360
|
-
PostgreSQLSettings?: PostgreSQLSettings | undefined;
|
|
361
|
-
MySQLSettings?: MySQLSettings | undefined;
|
|
362
|
-
OracleSettings?: OracleSettings | undefined;
|
|
363
|
-
SybaseSettings?: SybaseSettings | undefined;
|
|
364
|
-
MicrosoftSQLServerSettings?: MicrosoftSQLServerSettings | undefined;
|
|
365
|
-
IBMDb2Settings?: IBMDb2Settings | undefined;
|
|
366
|
-
DocDbSettings?: DocDbSettings | undefined;
|
|
367
|
-
RedisSettings?: RedisSettings | undefined;
|
|
368
|
-
ExactSettings?: boolean | undefined;
|
|
369
|
-
GcpMySQLSettings?: GcpMySQLSettings | undefined;
|
|
370
|
-
TimestreamSettings?: TimestreamSettings | undefined;
|
|
371
|
-
}
|
|
372
|
-
export interface ModifyEndpointResponse {
|
|
373
|
-
Endpoint?: Endpoint | undefined;
|
|
374
|
-
}
|
|
375
|
-
export interface ModifyEventSubscriptionMessage {
|
|
376
|
-
SubscriptionName: string | undefined;
|
|
377
|
-
SnsTopicArn?: string | undefined;
|
|
378
|
-
SourceType?: string | undefined;
|
|
379
|
-
EventCategories?: string[] | undefined;
|
|
380
|
-
Enabled?: boolean | undefined;
|
|
381
|
-
}
|
|
382
|
-
export interface ModifyEventSubscriptionResponse {
|
|
383
|
-
EventSubscription?: EventSubscription | undefined;
|
|
384
|
-
}
|
|
385
|
-
export interface ModifyInstanceProfileMessage {
|
|
386
|
-
InstanceProfileIdentifier: string | undefined;
|
|
387
|
-
AvailabilityZone?: string | undefined;
|
|
388
|
-
KmsKeyArn?: string | undefined;
|
|
389
|
-
PubliclyAccessible?: boolean | undefined;
|
|
390
|
-
NetworkType?: string | undefined;
|
|
391
|
-
InstanceProfileName?: string | undefined;
|
|
392
|
-
Description?: string | undefined;
|
|
393
|
-
SubnetGroupIdentifier?: string | undefined;
|
|
394
|
-
VpcSecurityGroups?: string[] | undefined;
|
|
395
|
-
}
|
|
396
|
-
export interface ModifyInstanceProfileResponse {
|
|
397
|
-
InstanceProfile?: InstanceProfile | undefined;
|
|
398
|
-
}
|
|
399
|
-
export interface ModifyMigrationProjectMessage {
|
|
400
|
-
MigrationProjectIdentifier: string | undefined;
|
|
401
|
-
MigrationProjectName?: string | undefined;
|
|
402
|
-
SourceDataProviderDescriptors?:
|
|
403
|
-
| DataProviderDescriptorDefinition[]
|
|
404
|
-
| undefined;
|
|
405
|
-
TargetDataProviderDescriptors?:
|
|
406
|
-
| DataProviderDescriptorDefinition[]
|
|
407
|
-
| undefined;
|
|
408
|
-
InstanceProfileIdentifier?: string | undefined;
|
|
409
|
-
TransformationRules?: string | undefined;
|
|
410
|
-
Description?: string | undefined;
|
|
411
|
-
SchemaConversionApplicationAttributes?: SCApplicationAttributes | undefined;
|
|
412
|
-
}
|
|
413
|
-
export interface ModifyMigrationProjectResponse {
|
|
414
|
-
MigrationProject?: MigrationProject | undefined;
|
|
415
|
-
}
|
|
416
|
-
export interface ModifyReplicationConfigMessage {
|
|
417
|
-
ReplicationConfigArn: string | undefined;
|
|
418
|
-
ReplicationConfigIdentifier?: string | undefined;
|
|
419
|
-
ReplicationType?: MigrationTypeValue | undefined;
|
|
420
|
-
TableMappings?: string | undefined;
|
|
421
|
-
ReplicationSettings?: string | undefined;
|
|
422
|
-
SupplementalSettings?: string | undefined;
|
|
423
|
-
ComputeConfig?: ComputeConfig | undefined;
|
|
424
|
-
SourceEndpointArn?: string | undefined;
|
|
425
|
-
TargetEndpointArn?: string | undefined;
|
|
426
|
-
}
|
|
427
|
-
export interface ModifyReplicationConfigResponse {
|
|
428
|
-
ReplicationConfig?: ReplicationConfig | undefined;
|
|
429
|
-
}
|
|
430
|
-
export interface ModifyReplicationInstanceMessage {
|
|
431
|
-
ReplicationInstanceArn: string | undefined;
|
|
432
|
-
AllocatedStorage?: number | undefined;
|
|
433
|
-
ApplyImmediately?: boolean | undefined;
|
|
434
|
-
ReplicationInstanceClass?: string | undefined;
|
|
435
|
-
VpcSecurityGroupIds?: string[] | undefined;
|
|
436
|
-
PreferredMaintenanceWindow?: string | undefined;
|
|
437
|
-
MultiAZ?: boolean | undefined;
|
|
438
|
-
EngineVersion?: string | undefined;
|
|
439
|
-
AllowMajorVersionUpgrade?: boolean | undefined;
|
|
440
|
-
AutoMinorVersionUpgrade?: boolean | undefined;
|
|
441
|
-
ReplicationInstanceIdentifier?: string | undefined;
|
|
442
|
-
NetworkType?: string | undefined;
|
|
443
|
-
KerberosAuthenticationSettings?: KerberosAuthenticationSettings | undefined;
|
|
444
|
-
}
|
|
445
|
-
export interface ModifyReplicationInstanceResponse {
|
|
446
|
-
ReplicationInstance?: ReplicationInstance | undefined;
|
|
447
|
-
}
|
|
448
|
-
export declare class UpgradeDependencyFailureFault extends __BaseException {
|
|
449
|
-
readonly name: "UpgradeDependencyFailureFault";
|
|
450
|
-
readonly $fault: "client";
|
|
451
|
-
constructor(
|
|
452
|
-
opts: __ExceptionOptionType<UpgradeDependencyFailureFault, __BaseException>
|
|
453
|
-
);
|
|
454
|
-
}
|
|
455
|
-
export interface ModifyReplicationSubnetGroupMessage {
|
|
456
|
-
ReplicationSubnetGroupIdentifier: string | undefined;
|
|
457
|
-
ReplicationSubnetGroupDescription?: string | undefined;
|
|
458
|
-
SubnetIds: string[] | undefined;
|
|
459
|
-
}
|
|
460
|
-
export interface ModifyReplicationSubnetGroupResponse {
|
|
461
|
-
ReplicationSubnetGroup?: ReplicationSubnetGroup | undefined;
|
|
462
|
-
}
|
|
463
|
-
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
464
|
-
readonly name: "SubnetAlreadyInUse";
|
|
465
|
-
readonly $fault: "client";
|
|
466
|
-
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
467
|
-
}
|
|
468
|
-
export interface ModifyReplicationTaskMessage {
|
|
469
|
-
ReplicationTaskArn: string | undefined;
|
|
470
|
-
ReplicationTaskIdentifier?: string | undefined;
|
|
471
|
-
MigrationType?: MigrationTypeValue | undefined;
|
|
472
|
-
TableMappings?: string | undefined;
|
|
473
|
-
ReplicationTaskSettings?: string | undefined;
|
|
474
|
-
CdcStartTime?: Date | undefined;
|
|
475
|
-
CdcStartPosition?: string | undefined;
|
|
476
|
-
CdcStopPosition?: string | undefined;
|
|
477
|
-
TaskData?: string | undefined;
|
|
478
|
-
}
|
|
479
|
-
export interface ModifyReplicationTaskResponse {
|
|
480
|
-
ReplicationTask?: ReplicationTask | undefined;
|
|
481
|
-
}
|
|
482
|
-
export interface MoveReplicationTaskMessage {
|
|
483
|
-
ReplicationTaskArn: string | undefined;
|
|
484
|
-
TargetReplicationInstanceArn: string | undefined;
|
|
485
|
-
}
|
|
486
|
-
export interface MoveReplicationTaskResponse {
|
|
487
|
-
ReplicationTask?: ReplicationTask | undefined;
|
|
488
|
-
}
|
|
489
|
-
export interface RebootReplicationInstanceMessage {
|
|
490
|
-
ReplicationInstanceArn: string | undefined;
|
|
491
|
-
ForceFailover?: boolean | undefined;
|
|
492
|
-
ForcePlannedFailover?: boolean | undefined;
|
|
493
|
-
}
|
|
494
|
-
export interface RebootReplicationInstanceResponse {
|
|
495
|
-
ReplicationInstance?: ReplicationInstance | undefined;
|
|
496
|
-
}
|
|
497
17
|
export interface RefreshSchemasMessage {
|
|
498
18
|
EndpointArn: string | undefined;
|
|
499
19
|
ReplicationInstanceArn: string | undefined;
|
|
@@ -501,12 +21,6 @@ export interface RefreshSchemasMessage {
|
|
|
501
21
|
export interface RefreshSchemasResponse {
|
|
502
22
|
RefreshSchemasStatus?: RefreshSchemasStatus | undefined;
|
|
503
23
|
}
|
|
504
|
-
export declare const ReloadOptionValue: {
|
|
505
|
-
readonly DATA_RELOAD: "data-reload";
|
|
506
|
-
readonly VALIDATE_ONLY: "validate-only";
|
|
507
|
-
};
|
|
508
|
-
export type ReloadOptionValue =
|
|
509
|
-
(typeof ReloadOptionValue)[keyof typeof ReloadOptionValue];
|
|
510
24
|
export interface TableToReload {
|
|
511
25
|
SchemaName: string | undefined;
|
|
512
26
|
TableName: string | undefined;
|
|
@@ -536,13 +50,6 @@ export interface RunFleetAdvisorLsaAnalysisResponse {
|
|
|
536
50
|
LsaAnalysisId?: string | undefined;
|
|
537
51
|
Status?: string | undefined;
|
|
538
52
|
}
|
|
539
|
-
export declare const StartReplicationMigrationTypeValue: {
|
|
540
|
-
readonly RELOAD_TARGET: "reload-target";
|
|
541
|
-
readonly RESUME_PROCESSING: "resume-processing";
|
|
542
|
-
readonly START_REPLICATION: "start-replication";
|
|
543
|
-
};
|
|
544
|
-
export type StartReplicationMigrationTypeValue =
|
|
545
|
-
(typeof StartReplicationMigrationTypeValue)[keyof typeof StartReplicationMigrationTypeValue];
|
|
546
53
|
export interface StartDataMigrationMessage {
|
|
547
54
|
DataMigrationIdentifier: string | undefined;
|
|
548
55
|
StartType: StartReplicationMigrationTypeValue | undefined;
|
|
@@ -640,13 +147,6 @@ export interface StartReplicationMessage {
|
|
|
640
147
|
export interface StartReplicationResponse {
|
|
641
148
|
Replication?: Replication | undefined;
|
|
642
149
|
}
|
|
643
|
-
export declare const StartReplicationTaskTypeValue: {
|
|
644
|
-
readonly RELOAD_TARGET: "reload-target";
|
|
645
|
-
readonly RESUME_PROCESSING: "resume-processing";
|
|
646
|
-
readonly START_REPLICATION: "start-replication";
|
|
647
|
-
};
|
|
648
|
-
export type StartReplicationTaskTypeValue =
|
|
649
|
-
(typeof StartReplicationTaskTypeValue)[keyof typeof StartReplicationTaskTypeValue];
|
|
650
150
|
export interface StartReplicationTaskMessage {
|
|
651
151
|
ReplicationTaskArn: string | undefined;
|
|
652
152
|
StartReplicationTaskType: StartReplicationTaskTypeValue | undefined;
|
|
@@ -663,11 +163,6 @@ export interface StartReplicationTaskAssessmentMessage {
|
|
|
663
163
|
export interface StartReplicationTaskAssessmentResponse {
|
|
664
164
|
ReplicationTask?: ReplicationTask | undefined;
|
|
665
165
|
}
|
|
666
|
-
export declare class KMSFault extends __BaseException {
|
|
667
|
-
readonly name: "KMSFault";
|
|
668
|
-
readonly $fault: "client";
|
|
669
|
-
constructor(opts: __ExceptionOptionType<KMSFault, __BaseException>);
|
|
670
|
-
}
|
|
671
166
|
export interface StartReplicationTaskAssessmentRunMessage {
|
|
672
167
|
ReplicationTaskArn: string | undefined;
|
|
673
168
|
ServiceAccessRoleArn: string | undefined;
|
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.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-database-migration-service",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED