@aws-sdk/client-database-migration-service 3.933.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,2441 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Certificate, ComputeConfig, Connection, DataMigration, DataProvider, DataProviderDescriptorDefinition, DataProviderSettings, DmsSslModeValue, DmsTransferSettings, DocDbSettings, DynamoDbSettings, ElasticsearchSettings, Endpoint, EventSubscription, Filter, GcpMySQLSettings, IBMDb2Settings, InstanceProfile, KafkaSettings, KerberosAuthenticationSettings, KinesisSettings, MicrosoftSQLServerSettings, MigrationProject, MigrationTypeValue, MongoDbSettings, MySQLSettings, NeptuneSettings, OracleSettings, OriginTypeValue, PostgreSQLSettings, RecommendationSettings, RedisSettings, RedshiftSettings, RefreshSchemasStatus, ReplicationConfig, ReplicationEndpointTypeValue, ReplicationInstance, ReplicationInstanceTaskLog, ReplicationSubnetGroup, ReplicationTask, ReplicationTaskAssessmentRun, ReplicationTaskAssessmentRunProgress, ReplicationTaskAssessmentRunResultStatistic, S3Settings, SCApplicationAttributes, SourceDataSetting, SybaseSettings, Tag, TargetDataSetting, TimestreamSettings } from "./models_0";
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface DescribeReplicationInstanceTaskLogsResponse {
|
|
8
|
-
/**
|
|
9
|
-
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
10
|
-
* @public
|
|
11
|
-
*/
|
|
12
|
-
ReplicationInstanceArn?: string | undefined;
|
|
13
|
-
/**
|
|
14
|
-
* <p>An array of replication task log metadata. Each member of the array contains the
|
|
15
|
-
* replication task name, ARN, and task log size (in bytes). </p>
|
|
16
|
-
* @public
|
|
17
|
-
*/
|
|
18
|
-
ReplicationInstanceTaskLogs?: ReplicationInstanceTaskLog[] | undefined;
|
|
19
|
-
/**
|
|
20
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
21
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
22
|
-
* by <code>MaxRecords</code>.</p>
|
|
23
|
-
* @public
|
|
24
|
-
*/
|
|
25
|
-
Marker?: string | undefined;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* <p></p>
|
|
29
|
-
* @public
|
|
30
|
-
*/
|
|
31
|
-
export interface DescribeReplicationsMessage {
|
|
32
|
-
/**
|
|
33
|
-
* <p>Filters applied to the replications.</p>
|
|
34
|
-
* <p> Valid filter names: <code>replication-config-arn</code> | <code>replication-config-id</code>
|
|
35
|
-
* </p>
|
|
36
|
-
* @public
|
|
37
|
-
*/
|
|
38
|
-
Filters?: Filter[] | undefined;
|
|
39
|
-
/**
|
|
40
|
-
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
41
|
-
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
42
|
-
* the response so that the remaining results can be retrieved. </p>
|
|
43
|
-
* @public
|
|
44
|
-
*/
|
|
45
|
-
MaxRecords?: number | undefined;
|
|
46
|
-
/**
|
|
47
|
-
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
48
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
49
|
-
* by <code>MaxRecords</code>. </p>
|
|
50
|
-
* @public
|
|
51
|
-
*/
|
|
52
|
-
Marker?: string | undefined;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* <p>The results returned in <code>describe-replications</code> to display the results of the
|
|
56
|
-
* premigration assessment from the replication configuration.</p>
|
|
57
|
-
* @public
|
|
58
|
-
*/
|
|
59
|
-
export interface PremigrationAssessmentStatus {
|
|
60
|
-
/**
|
|
61
|
-
* <p>The Amazon Resource Name (ARN) of this assessment run.</p>
|
|
62
|
-
* @public
|
|
63
|
-
*/
|
|
64
|
-
PremigrationAssessmentRunArn?: string | undefined;
|
|
65
|
-
/**
|
|
66
|
-
* <p>A configurable setting you can set to <code>true</code> (the defualt setting) or
|
|
67
|
-
* <code>false</code>. Use this setting to to stop the replication from starting
|
|
68
|
-
* automatically if the assessment fails. This can help you evaluate the issue that is
|
|
69
|
-
* preventing the replication from running successfully.</p>
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
FailOnAssessmentFailure?: boolean | undefined;
|
|
73
|
-
/**
|
|
74
|
-
* <p>This describes the assessment run status. The status can be one of the following
|
|
75
|
-
* values:</p>
|
|
76
|
-
* <ul>
|
|
77
|
-
* <li>
|
|
78
|
-
* <p>
|
|
79
|
-
* <code>cancelling</code>: The assessment run was canceled.</p>
|
|
80
|
-
* </li>
|
|
81
|
-
* <li>
|
|
82
|
-
* <p>
|
|
83
|
-
* <code>deleting</code>: The assessment run was deleted.</p>
|
|
84
|
-
* </li>
|
|
85
|
-
* <li>
|
|
86
|
-
* <p>
|
|
87
|
-
* <code>failed</code>: At least one individual assessment completed with a failed
|
|
88
|
-
* status. </p>
|
|
89
|
-
* </li>
|
|
90
|
-
* <li>
|
|
91
|
-
* <p>
|
|
92
|
-
* <code>error-provisioning</code>: An internal error occurred while resources were
|
|
93
|
-
* provisioned (during the <code>provisioning</code> status).</p>
|
|
94
|
-
* </li>
|
|
95
|
-
* <li>
|
|
96
|
-
* <p>
|
|
97
|
-
* <code>error-executing</code> An internal error occurred while individual
|
|
98
|
-
* assessments ran (during the <code>running</code> status).</p>
|
|
99
|
-
* </li>
|
|
100
|
-
* <li>
|
|
101
|
-
* <p>
|
|
102
|
-
* <code>invalid state</code>: The assessment run is in an unknown state. </p>
|
|
103
|
-
* </li>
|
|
104
|
-
* <li>
|
|
105
|
-
* <p>
|
|
106
|
-
* <code>passed</code>: All individual assessments have completed and none have a
|
|
107
|
-
* failed status.</p>
|
|
108
|
-
* </li>
|
|
109
|
-
* <li>
|
|
110
|
-
* <p>
|
|
111
|
-
* <code>provisioning</code>: The resources required to run individual assessments
|
|
112
|
-
* are being provisioned. </p>
|
|
113
|
-
* </li>
|
|
114
|
-
* <li>
|
|
115
|
-
* <p>
|
|
116
|
-
* <code>running</code>: Individual assessments are being run. </p>
|
|
117
|
-
* </li>
|
|
118
|
-
* <li>
|
|
119
|
-
* <p>
|
|
120
|
-
* <code>starting</code>: The assessment run is starting, but resources are not yet
|
|
121
|
-
* being provisioned for individual assessments. </p>
|
|
122
|
-
* </li>
|
|
123
|
-
* <li>
|
|
124
|
-
* <p>
|
|
125
|
-
* <code>warning</code>: At least one individual assessment completed with a warning
|
|
126
|
-
* status. </p>
|
|
127
|
-
* </li>
|
|
128
|
-
* </ul>
|
|
129
|
-
* @public
|
|
130
|
-
*/
|
|
131
|
-
Status?: string | undefined;
|
|
132
|
-
/**
|
|
133
|
-
* <p>The date which the assessment run was created.</p>
|
|
134
|
-
* @public
|
|
135
|
-
*/
|
|
136
|
-
PremigrationAssessmentRunCreationDate?: Date | undefined;
|
|
137
|
-
/**
|
|
138
|
-
* <p>The progress values reported by the <code>AssessmentProgress</code> response
|
|
139
|
-
* element.</p>
|
|
140
|
-
* @public
|
|
141
|
-
*/
|
|
142
|
-
AssessmentProgress?: ReplicationTaskAssessmentRunProgress | undefined;
|
|
143
|
-
/**
|
|
144
|
-
* <p>The last message generated by an individual assessment failure.</p>
|
|
145
|
-
* @public
|
|
146
|
-
*/
|
|
147
|
-
LastFailureMessage?: string | undefined;
|
|
148
|
-
/**
|
|
149
|
-
* <p>The Amazon S3 bucket that Database Migration Service Serverless created to store the results of this
|
|
150
|
-
* assessment run.</p>
|
|
151
|
-
* @public
|
|
152
|
-
*/
|
|
153
|
-
ResultLocationBucket?: string | undefined;
|
|
154
|
-
/**
|
|
155
|
-
* <p>The folder within an Amazon S3 bucket where you want Database Migration Service to store the results of
|
|
156
|
-
* this assessment run.</p>
|
|
157
|
-
* @public
|
|
158
|
-
*/
|
|
159
|
-
ResultLocationFolder?: string | undefined;
|
|
160
|
-
/**
|
|
161
|
-
* <p>The supported values are <code>SSE_KMS</code> and <code>SSE_S3</code>. If these values
|
|
162
|
-
* are not provided, then the files are not encrypted at rest. For more information, see
|
|
163
|
-
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys">Creating Amazon Web Services KMS
|
|
164
|
-
* keys to encrypt Amazon S3 target objects</a>.</p>
|
|
165
|
-
* @public
|
|
166
|
-
*/
|
|
167
|
-
ResultEncryptionMode?: string | undefined;
|
|
168
|
-
/**
|
|
169
|
-
* <p>The ARN of a custom KMS encryption key that you specify when you set
|
|
170
|
-
* <code>ResultEncryptionMode</code> to <code>SSE_KMS</code>.</p>
|
|
171
|
-
* @public
|
|
172
|
-
*/
|
|
173
|
-
ResultKmsKeyArn?: string | undefined;
|
|
174
|
-
/**
|
|
175
|
-
* <p>The object containing the result statistics for a completed assessment run.</p>
|
|
176
|
-
* @public
|
|
177
|
-
*/
|
|
178
|
-
ResultStatistic?: ReplicationTaskAssessmentRunResultStatistic | undefined;
|
|
179
|
-
}
|
|
180
|
-
/**
|
|
181
|
-
* <p>Information about provisioning resources for an DMS serverless replication.</p>
|
|
182
|
-
* @public
|
|
183
|
-
*/
|
|
184
|
-
export interface ProvisionData {
|
|
185
|
-
/**
|
|
186
|
-
* <p>The current provisioning state </p>
|
|
187
|
-
* @public
|
|
188
|
-
*/
|
|
189
|
-
ProvisionState?: string | undefined;
|
|
190
|
-
/**
|
|
191
|
-
* <p>The number of capacity units the replication is using.</p>
|
|
192
|
-
* @public
|
|
193
|
-
*/
|
|
194
|
-
ProvisionedCapacityUnits?: number | undefined;
|
|
195
|
-
/**
|
|
196
|
-
* <p>The timestamp when DMS provisioned replication resources.</p>
|
|
197
|
-
* @public
|
|
198
|
-
*/
|
|
199
|
-
DateProvisioned?: Date | undefined;
|
|
200
|
-
/**
|
|
201
|
-
* <p>Whether the new provisioning is available to the replication.</p>
|
|
202
|
-
* @public
|
|
203
|
-
*/
|
|
204
|
-
IsNewProvisioningAvailable?: boolean | undefined;
|
|
205
|
-
/**
|
|
206
|
-
* <p>The timestamp when provisioning became available.</p>
|
|
207
|
-
* @public
|
|
208
|
-
*/
|
|
209
|
-
DateNewProvisioningDataAvailable?: Date | undefined;
|
|
210
|
-
/**
|
|
211
|
-
* <p>A message describing the reason that DMS provisioned new resources for the serverless
|
|
212
|
-
* replication.</p>
|
|
213
|
-
* @public
|
|
214
|
-
*/
|
|
215
|
-
ReasonForNewProvisioningData?: string | undefined;
|
|
216
|
-
}
|
|
217
|
-
/**
|
|
218
|
-
* <p>This object provides a collection of statistics about a serverless replication.</p>
|
|
219
|
-
* @public
|
|
220
|
-
*/
|
|
221
|
-
export interface ReplicationStats {
|
|
222
|
-
/**
|
|
223
|
-
* <p>The percent complete for the full load serverless replication.</p>
|
|
224
|
-
* @public
|
|
225
|
-
*/
|
|
226
|
-
FullLoadProgressPercent?: number | undefined;
|
|
227
|
-
/**
|
|
228
|
-
* <p>The elapsed time of the replication, in milliseconds.</p>
|
|
229
|
-
* @public
|
|
230
|
-
*/
|
|
231
|
-
ElapsedTimeMillis?: number | undefined;
|
|
232
|
-
/**
|
|
233
|
-
* <p>The number of tables loaded for this replication.</p>
|
|
234
|
-
* @public
|
|
235
|
-
*/
|
|
236
|
-
TablesLoaded?: number | undefined;
|
|
237
|
-
/**
|
|
238
|
-
* <p>The number of tables currently loading for this replication.</p>
|
|
239
|
-
* @public
|
|
240
|
-
*/
|
|
241
|
-
TablesLoading?: number | undefined;
|
|
242
|
-
/**
|
|
243
|
-
* <p>The number of tables queued for this replication.</p>
|
|
244
|
-
* @public
|
|
245
|
-
*/
|
|
246
|
-
TablesQueued?: number | undefined;
|
|
247
|
-
/**
|
|
248
|
-
* <p>The number of errors that have occured for this replication.</p>
|
|
249
|
-
* @public
|
|
250
|
-
*/
|
|
251
|
-
TablesErrored?: number | undefined;
|
|
252
|
-
/**
|
|
253
|
-
* <p>The date the replication was started either with a fresh start or a target
|
|
254
|
-
* reload.</p>
|
|
255
|
-
* @public
|
|
256
|
-
*/
|
|
257
|
-
FreshStartDate?: Date | undefined;
|
|
258
|
-
/**
|
|
259
|
-
* <p>The date the replication is scheduled to start.</p>
|
|
260
|
-
* @public
|
|
261
|
-
*/
|
|
262
|
-
StartDate?: Date | undefined;
|
|
263
|
-
/**
|
|
264
|
-
* <p>The date the replication was stopped.</p>
|
|
265
|
-
* @public
|
|
266
|
-
*/
|
|
267
|
-
StopDate?: Date | undefined;
|
|
268
|
-
/**
|
|
269
|
-
* <p>The date the replication full load was started.</p>
|
|
270
|
-
* @public
|
|
271
|
-
*/
|
|
272
|
-
FullLoadStartDate?: Date | undefined;
|
|
273
|
-
/**
|
|
274
|
-
* <p>The date the replication full load was finished.</p>
|
|
275
|
-
* @public
|
|
276
|
-
*/
|
|
277
|
-
FullLoadFinishDate?: Date | undefined;
|
|
278
|
-
}
|
|
279
|
-
/**
|
|
280
|
-
* <p>Provides information that describes a serverless replication created by the
|
|
281
|
-
* <code>CreateReplication</code> operation.</p>
|
|
282
|
-
* @public
|
|
283
|
-
*/
|
|
284
|
-
export interface Replication {
|
|
285
|
-
/**
|
|
286
|
-
* <p>The identifier for the <code>ReplicationConfig</code> associated with the
|
|
287
|
-
* replication.</p>
|
|
288
|
-
* @public
|
|
289
|
-
*/
|
|
290
|
-
ReplicationConfigIdentifier?: string | undefined;
|
|
291
|
-
/**
|
|
292
|
-
* <p>The Amazon Resource Name for the <code>ReplicationConfig</code> associated with the
|
|
293
|
-
* replication.</p>
|
|
294
|
-
* @public
|
|
295
|
-
*/
|
|
296
|
-
ReplicationConfigArn?: string | undefined;
|
|
297
|
-
/**
|
|
298
|
-
* <p>The Amazon Resource Name for an existing <code>Endpoint</code> the serverless
|
|
299
|
-
* replication uses for its data source.</p>
|
|
300
|
-
* @public
|
|
301
|
-
*/
|
|
302
|
-
SourceEndpointArn?: string | undefined;
|
|
303
|
-
/**
|
|
304
|
-
* <p>The Amazon Resource Name for an existing <code>Endpoint</code> the serverless
|
|
305
|
-
* replication uses for its data target.</p>
|
|
306
|
-
* @public
|
|
307
|
-
*/
|
|
308
|
-
TargetEndpointArn?: string | undefined;
|
|
309
|
-
/**
|
|
310
|
-
* <p>The type of the serverless replication.</p>
|
|
311
|
-
* @public
|
|
312
|
-
*/
|
|
313
|
-
ReplicationType?: MigrationTypeValue | undefined;
|
|
314
|
-
/**
|
|
315
|
-
* <p>The current status of the serverless replication.</p>
|
|
316
|
-
* @public
|
|
317
|
-
*/
|
|
318
|
-
Status?: string | undefined;
|
|
319
|
-
/**
|
|
320
|
-
* <p>Information about provisioning resources for an DMS serverless replication.</p>
|
|
321
|
-
* @public
|
|
322
|
-
*/
|
|
323
|
-
ProvisionData?: ProvisionData | undefined;
|
|
324
|
-
/**
|
|
325
|
-
* <p>The status output of premigration assessment in describe-replications.</p>
|
|
326
|
-
* @public
|
|
327
|
-
*/
|
|
328
|
-
PremigrationAssessmentStatuses?: PremigrationAssessmentStatus[] | undefined;
|
|
329
|
-
/**
|
|
330
|
-
* <p>The reason the replication task was stopped. This response parameter can return one of
|
|
331
|
-
* the following values:</p>
|
|
332
|
-
* <ul>
|
|
333
|
-
* <li>
|
|
334
|
-
* <p>
|
|
335
|
-
* <code>"Stop Reason NORMAL"</code>
|
|
336
|
-
* </p>
|
|
337
|
-
* </li>
|
|
338
|
-
* <li>
|
|
339
|
-
* <p>
|
|
340
|
-
* <code>"Stop Reason RECOVERABLE_ERROR"</code>
|
|
341
|
-
* </p>
|
|
342
|
-
* </li>
|
|
343
|
-
* <li>
|
|
344
|
-
* <p>
|
|
345
|
-
* <code>"Stop Reason FATAL_ERROR"</code>
|
|
346
|
-
* </p>
|
|
347
|
-
* </li>
|
|
348
|
-
* <li>
|
|
349
|
-
* <p>
|
|
350
|
-
* <code>"Stop Reason FULL_LOAD_ONLY_FINISHED"</code>
|
|
351
|
-
* </p>
|
|
352
|
-
* </li>
|
|
353
|
-
* <li>
|
|
354
|
-
* <p>
|
|
355
|
-
* <code>"Stop Reason STOPPED_AFTER_FULL_LOAD"</code> – Full load
|
|
356
|
-
* completed, with cached changes not applied</p>
|
|
357
|
-
* </li>
|
|
358
|
-
* <li>
|
|
359
|
-
* <p>
|
|
360
|
-
* <code>"Stop Reason STOPPED_AFTER_CACHED_EVENTS"</code> – Full
|
|
361
|
-
* load completed, with cached changes applied</p>
|
|
362
|
-
* </li>
|
|
363
|
-
* <li>
|
|
364
|
-
* <p>
|
|
365
|
-
* <code>"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED"</code>
|
|
366
|
-
* </p>
|
|
367
|
-
* </li>
|
|
368
|
-
* <li>
|
|
369
|
-
* <p>
|
|
370
|
-
* <code>"Stop Reason STOPPED_AFTER_DDL_APPLY"</code> – User-defined
|
|
371
|
-
* stop task after DDL applied</p>
|
|
372
|
-
* </li>
|
|
373
|
-
* <li>
|
|
374
|
-
* <p>
|
|
375
|
-
* <code>"Stop Reason STOPPED_DUE_TO_LOW_MEMORY"</code>
|
|
376
|
-
* </p>
|
|
377
|
-
* </li>
|
|
378
|
-
* <li>
|
|
379
|
-
* <p>
|
|
380
|
-
* <code>"Stop Reason STOPPED_DUE_TO_LOW_DISK"</code>
|
|
381
|
-
* </p>
|
|
382
|
-
* </li>
|
|
383
|
-
* <li>
|
|
384
|
-
* <p>
|
|
385
|
-
* <code>"Stop Reason STOPPED_AT_SERVER_TIME"</code> – User-defined
|
|
386
|
-
* server time for stopping task</p>
|
|
387
|
-
* </li>
|
|
388
|
-
* <li>
|
|
389
|
-
* <p>
|
|
390
|
-
* <code>"Stop Reason STOPPED_AT_COMMIT_TIME"</code> – User-defined
|
|
391
|
-
* commit time for stopping task</p>
|
|
392
|
-
* </li>
|
|
393
|
-
* <li>
|
|
394
|
-
* <p>
|
|
395
|
-
* <code>"Stop Reason RECONFIGURATION_RESTART"</code>
|
|
396
|
-
* </p>
|
|
397
|
-
* </li>
|
|
398
|
-
* <li>
|
|
399
|
-
* <p>
|
|
400
|
-
* <code>"Stop Reason RECYCLE_TASK"</code>
|
|
401
|
-
* </p>
|
|
402
|
-
* </li>
|
|
403
|
-
* </ul>
|
|
404
|
-
* @public
|
|
405
|
-
*/
|
|
406
|
-
StopReason?: string | undefined;
|
|
407
|
-
/**
|
|
408
|
-
* <p>Error and other information about why a serverless replication failed.</p>
|
|
409
|
-
* @public
|
|
410
|
-
*/
|
|
411
|
-
FailureMessages?: string[] | undefined;
|
|
412
|
-
/**
|
|
413
|
-
* <p>This object provides a collection of statistics about a serverless replication.</p>
|
|
414
|
-
* @public
|
|
415
|
-
*/
|
|
416
|
-
ReplicationStats?: ReplicationStats | undefined;
|
|
417
|
-
/**
|
|
418
|
-
* <p>The type of replication to start.</p>
|
|
419
|
-
* @public
|
|
420
|
-
*/
|
|
421
|
-
StartReplicationType?: string | undefined;
|
|
422
|
-
/**
|
|
423
|
-
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
424
|
-
* <code>CdcStartTime</code> or <code>CdcStartPosition</code> to specify when you want a
|
|
425
|
-
* CDC operation to start. Specifying both values results in an error.</p>
|
|
426
|
-
* @public
|
|
427
|
-
*/
|
|
428
|
-
CdcStartTime?: Date | undefined;
|
|
429
|
-
/**
|
|
430
|
-
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
431
|
-
* <code>CdcStartTime</code> or <code>CdcStartPosition</code> to specify when you want a
|
|
432
|
-
* CDC operation to start. Specifying both values results in an error.</p>
|
|
433
|
-
* @public
|
|
434
|
-
*/
|
|
435
|
-
CdcStartPosition?: string | undefined;
|
|
436
|
-
/**
|
|
437
|
-
* <p>Indicates when you want a change data capture (CDC) operation to stop. The value can be
|
|
438
|
-
* either server time or commit time.</p>
|
|
439
|
-
* @public
|
|
440
|
-
*/
|
|
441
|
-
CdcStopPosition?: string | undefined;
|
|
442
|
-
/**
|
|
443
|
-
* <p>Indicates the last checkpoint that occurred during a change data capture (CDC)
|
|
444
|
-
* operation. You can provide this value to the <code>CdcStartPosition</code> parameter to
|
|
445
|
-
* start a CDC operation that begins at that checkpoint.</p>
|
|
446
|
-
* @public
|
|
447
|
-
*/
|
|
448
|
-
RecoveryCheckpoint?: string | undefined;
|
|
449
|
-
/**
|
|
450
|
-
* <p>The time the serverless replication was created.</p>
|
|
451
|
-
* @public
|
|
452
|
-
*/
|
|
453
|
-
ReplicationCreateTime?: Date | undefined;
|
|
454
|
-
/**
|
|
455
|
-
* <p>The time the serverless replication was updated.</p>
|
|
456
|
-
* @public
|
|
457
|
-
*/
|
|
458
|
-
ReplicationUpdateTime?: Date | undefined;
|
|
459
|
-
/**
|
|
460
|
-
* <p>The timestamp when replication was last stopped.</p>
|
|
461
|
-
* @public
|
|
462
|
-
*/
|
|
463
|
-
ReplicationLastStopTime?: Date | undefined;
|
|
464
|
-
/**
|
|
465
|
-
* <p>The timestamp when DMS will deprovision the replication.</p>
|
|
466
|
-
* @public
|
|
467
|
-
*/
|
|
468
|
-
ReplicationDeprovisionTime?: Date | undefined;
|
|
469
|
-
}
|
|
470
|
-
/**
|
|
471
|
-
* <p></p>
|
|
472
|
-
* @public
|
|
473
|
-
*/
|
|
474
|
-
export interface DescribeReplicationsResponse {
|
|
475
|
-
/**
|
|
476
|
-
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
477
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
478
|
-
* by <code>MaxRecords</code>. </p>
|
|
479
|
-
* @public
|
|
480
|
-
*/
|
|
481
|
-
Marker?: string | undefined;
|
|
482
|
-
/**
|
|
483
|
-
* <p>The replication descriptions.</p>
|
|
484
|
-
* @public
|
|
485
|
-
*/
|
|
486
|
-
Replications?: Replication[] | undefined;
|
|
487
|
-
}
|
|
488
|
-
/**
|
|
489
|
-
* <p></p>
|
|
490
|
-
* @public
|
|
491
|
-
*/
|
|
492
|
-
export interface DescribeReplicationSubnetGroupsMessage {
|
|
493
|
-
/**
|
|
494
|
-
* <p>Filters applied to replication subnet groups.</p>
|
|
495
|
-
* <p>Valid filter names: replication-subnet-group-id</p>
|
|
496
|
-
* @public
|
|
497
|
-
*/
|
|
498
|
-
Filters?: Filter[] | undefined;
|
|
499
|
-
/**
|
|
500
|
-
* <p> The maximum number of records to include in the response. If more records exist than
|
|
501
|
-
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
502
|
-
* in the response so that the remaining results can be retrieved. </p>
|
|
503
|
-
* <p>Default: 100</p>
|
|
504
|
-
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
505
|
-
* @public
|
|
506
|
-
*/
|
|
507
|
-
MaxRecords?: number | undefined;
|
|
508
|
-
/**
|
|
509
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
510
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
511
|
-
* by <code>MaxRecords</code>. </p>
|
|
512
|
-
* @public
|
|
513
|
-
*/
|
|
514
|
-
Marker?: string | undefined;
|
|
515
|
-
}
|
|
516
|
-
/**
|
|
517
|
-
* <p></p>
|
|
518
|
-
* @public
|
|
519
|
-
*/
|
|
520
|
-
export interface DescribeReplicationSubnetGroupsResponse {
|
|
521
|
-
/**
|
|
522
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
523
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
524
|
-
* by <code>MaxRecords</code>. </p>
|
|
525
|
-
* @public
|
|
526
|
-
*/
|
|
527
|
-
Marker?: string | undefined;
|
|
528
|
-
/**
|
|
529
|
-
* <p>A description of the replication subnet groups.</p>
|
|
530
|
-
* @public
|
|
531
|
-
*/
|
|
532
|
-
ReplicationSubnetGroups?: ReplicationSubnetGroup[] | undefined;
|
|
533
|
-
}
|
|
534
|
-
/**
|
|
535
|
-
* <p></p>
|
|
536
|
-
* @public
|
|
537
|
-
*/
|
|
538
|
-
export interface DescribeReplicationTableStatisticsMessage {
|
|
539
|
-
/**
|
|
540
|
-
* <p>The replication config to describe.</p>
|
|
541
|
-
* @public
|
|
542
|
-
*/
|
|
543
|
-
ReplicationConfigArn: string | undefined;
|
|
544
|
-
/**
|
|
545
|
-
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
546
|
-
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
547
|
-
* the response so that the remaining results can be retrieved. </p>
|
|
548
|
-
* @public
|
|
549
|
-
*/
|
|
550
|
-
MaxRecords?: number | undefined;
|
|
551
|
-
/**
|
|
552
|
-
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
553
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
554
|
-
* by <code>MaxRecords</code>. </p>
|
|
555
|
-
* @public
|
|
556
|
-
*/
|
|
557
|
-
Marker?: string | undefined;
|
|
558
|
-
/**
|
|
559
|
-
* <p>Filters applied to the replication table statistics.</p>
|
|
560
|
-
* @public
|
|
561
|
-
*/
|
|
562
|
-
Filters?: Filter[] | undefined;
|
|
563
|
-
}
|
|
564
|
-
/**
|
|
565
|
-
* <p>Provides a collection of table statistics in response to a request by the
|
|
566
|
-
* <code>DescribeTableStatistics</code> operation.</p>
|
|
567
|
-
* @public
|
|
568
|
-
*/
|
|
569
|
-
export interface TableStatistics {
|
|
570
|
-
/**
|
|
571
|
-
* <p>The schema name.</p>
|
|
572
|
-
* @public
|
|
573
|
-
*/
|
|
574
|
-
SchemaName?: string | undefined;
|
|
575
|
-
/**
|
|
576
|
-
* <p>The name of the table.</p>
|
|
577
|
-
* @public
|
|
578
|
-
*/
|
|
579
|
-
TableName?: string | undefined;
|
|
580
|
-
/**
|
|
581
|
-
* <p>The number of insert actions performed on a table.</p>
|
|
582
|
-
* @public
|
|
583
|
-
*/
|
|
584
|
-
Inserts?: number | undefined;
|
|
585
|
-
/**
|
|
586
|
-
* <p>The number of delete actions performed on a table.</p>
|
|
587
|
-
* @public
|
|
588
|
-
*/
|
|
589
|
-
Deletes?: number | undefined;
|
|
590
|
-
/**
|
|
591
|
-
* <p>The number of update actions performed on a table.</p>
|
|
592
|
-
* @public
|
|
593
|
-
*/
|
|
594
|
-
Updates?: number | undefined;
|
|
595
|
-
/**
|
|
596
|
-
* <p>The data definition language (DDL) used to build and modify the structure of your
|
|
597
|
-
* tables.</p>
|
|
598
|
-
* @public
|
|
599
|
-
*/
|
|
600
|
-
Ddls?: number | undefined;
|
|
601
|
-
/**
|
|
602
|
-
* <p>The number of insert actions applied on a target table.</p>
|
|
603
|
-
* @public
|
|
604
|
-
*/
|
|
605
|
-
AppliedInserts?: number | undefined;
|
|
606
|
-
/**
|
|
607
|
-
* <p>The number of delete actions applied on a target table.</p>
|
|
608
|
-
* @public
|
|
609
|
-
*/
|
|
610
|
-
AppliedDeletes?: number | undefined;
|
|
611
|
-
/**
|
|
612
|
-
* <p>The number of update actions applied on a target table.</p>
|
|
613
|
-
* @public
|
|
614
|
-
*/
|
|
615
|
-
AppliedUpdates?: number | undefined;
|
|
616
|
-
/**
|
|
617
|
-
* <p>The number of data definition language (DDL) statements used to build and modify the
|
|
618
|
-
* structure of your tables applied on the target.</p>
|
|
619
|
-
* @public
|
|
620
|
-
*/
|
|
621
|
-
AppliedDdls?: number | undefined;
|
|
622
|
-
/**
|
|
623
|
-
* <p>The number of rows added during the full load operation.</p>
|
|
624
|
-
* @public
|
|
625
|
-
*/
|
|
626
|
-
FullLoadRows?: number | undefined;
|
|
627
|
-
/**
|
|
628
|
-
* <p>The number of rows that failed conditional checks during the full load operation (valid
|
|
629
|
-
* only for migrations where DynamoDB is the target).</p>
|
|
630
|
-
* @public
|
|
631
|
-
*/
|
|
632
|
-
FullLoadCondtnlChkFailedRows?: number | undefined;
|
|
633
|
-
/**
|
|
634
|
-
* <p>The number of rows that failed to load during the full load operation (valid only for
|
|
635
|
-
* migrations where DynamoDB is the target).</p>
|
|
636
|
-
* @public
|
|
637
|
-
*/
|
|
638
|
-
FullLoadErrorRows?: number | undefined;
|
|
639
|
-
/**
|
|
640
|
-
* <p>The time when the full load operation started.</p>
|
|
641
|
-
* @public
|
|
642
|
-
*/
|
|
643
|
-
FullLoadStartTime?: Date | undefined;
|
|
644
|
-
/**
|
|
645
|
-
* <p>The time when the full load operation completed.</p>
|
|
646
|
-
* @public
|
|
647
|
-
*/
|
|
648
|
-
FullLoadEndTime?: Date | undefined;
|
|
649
|
-
/**
|
|
650
|
-
* <p>A value that indicates if the table was reloaded (<code>true</code>) or loaded as part
|
|
651
|
-
* of a new full load operation (<code>false</code>).</p>
|
|
652
|
-
* @public
|
|
653
|
-
*/
|
|
654
|
-
FullLoadReloaded?: boolean | undefined;
|
|
655
|
-
/**
|
|
656
|
-
* <p>The last time a table was updated.</p>
|
|
657
|
-
* @public
|
|
658
|
-
*/
|
|
659
|
-
LastUpdateTime?: Date | undefined;
|
|
660
|
-
/**
|
|
661
|
-
* <p>The state of the tables described.</p>
|
|
662
|
-
* <p>Valid states: Table does not exist | Before load | Full load | Table completed | Table
|
|
663
|
-
* cancelled | Table error | Table is being reloaded</p>
|
|
664
|
-
* @public
|
|
665
|
-
*/
|
|
666
|
-
TableState?: string | undefined;
|
|
667
|
-
/**
|
|
668
|
-
* <p>The number of records that have yet to be validated.</p>
|
|
669
|
-
* @public
|
|
670
|
-
*/
|
|
671
|
-
ValidationPendingRecords?: number | undefined;
|
|
672
|
-
/**
|
|
673
|
-
* <p>The number of records that failed validation.</p>
|
|
674
|
-
* @public
|
|
675
|
-
*/
|
|
676
|
-
ValidationFailedRecords?: number | undefined;
|
|
677
|
-
/**
|
|
678
|
-
* <p>The number of records that couldn't be validated.</p>
|
|
679
|
-
* @public
|
|
680
|
-
*/
|
|
681
|
-
ValidationSuspendedRecords?: number | undefined;
|
|
682
|
-
/**
|
|
683
|
-
* <p>The validation state of the table.</p>
|
|
684
|
-
* <p>This parameter can have the following values:</p>
|
|
685
|
-
* <ul>
|
|
686
|
-
* <li>
|
|
687
|
-
* <p>Not enabled – Validation isn't enabled for the table in the migration
|
|
688
|
-
* task.</p>
|
|
689
|
-
* </li>
|
|
690
|
-
* <li>
|
|
691
|
-
* <p>Pending records – Some records in the table are waiting for
|
|
692
|
-
* validation.</p>
|
|
693
|
-
* </li>
|
|
694
|
-
* <li>
|
|
695
|
-
* <p>Mismatched records – Some records in the table don't match between the
|
|
696
|
-
* source and target.</p>
|
|
697
|
-
* </li>
|
|
698
|
-
* <li>
|
|
699
|
-
* <p>Suspended records – Some records in the table couldn't be
|
|
700
|
-
* validated.</p>
|
|
701
|
-
* </li>
|
|
702
|
-
* <li>
|
|
703
|
-
* <p>No primary key –The table couldn't be validated because it has no
|
|
704
|
-
* primary key.</p>
|
|
705
|
-
* </li>
|
|
706
|
-
* <li>
|
|
707
|
-
* <p>Table error – The table wasn't validated because it's in an error
|
|
708
|
-
* state and some data wasn't migrated.</p>
|
|
709
|
-
* </li>
|
|
710
|
-
* <li>
|
|
711
|
-
* <p>Validated – All rows in the table are validated. If the table is updated,
|
|
712
|
-
* the status can change from Validated.</p>
|
|
713
|
-
* </li>
|
|
714
|
-
* <li>
|
|
715
|
-
* <p>Error – The table couldn't be validated because of an unexpected
|
|
716
|
-
* error.</p>
|
|
717
|
-
* </li>
|
|
718
|
-
* <li>
|
|
719
|
-
* <p>Pending validation – The table is waiting validation.</p>
|
|
720
|
-
* </li>
|
|
721
|
-
* <li>
|
|
722
|
-
* <p>Preparing table – Preparing the table enabled in the migration task for
|
|
723
|
-
* validation.</p>
|
|
724
|
-
* </li>
|
|
725
|
-
* <li>
|
|
726
|
-
* <p>Pending revalidation – All rows in the table are pending validation after
|
|
727
|
-
* the table was updated.</p>
|
|
728
|
-
* </li>
|
|
729
|
-
* </ul>
|
|
730
|
-
* @public
|
|
731
|
-
*/
|
|
732
|
-
ValidationState?: string | undefined;
|
|
733
|
-
/**
|
|
734
|
-
* <p>Additional details about the state of validation.</p>
|
|
735
|
-
* @public
|
|
736
|
-
*/
|
|
737
|
-
ValidationStateDetails?: string | undefined;
|
|
738
|
-
/**
|
|
739
|
-
* <p>Records the current state of table resynchronization in the migration task.</p>
|
|
740
|
-
* <p>This parameter can have the following values:</p>
|
|
741
|
-
* <ul>
|
|
742
|
-
* <li>
|
|
743
|
-
* <p>Not enabled – Resync is not enabled for the table in the migration task.</p>
|
|
744
|
-
* </li>
|
|
745
|
-
* <li>
|
|
746
|
-
* <p>Pending – The tables are waiting for resync.</p>
|
|
747
|
-
* </li>
|
|
748
|
-
* <li>
|
|
749
|
-
* <p>In progress – Resync in progress for some records in the table.</p>
|
|
750
|
-
* </li>
|
|
751
|
-
* <li>
|
|
752
|
-
* <p>No primary key – The table could not be resynced because it has no primary key.</p>
|
|
753
|
-
* </li>
|
|
754
|
-
* <li>
|
|
755
|
-
* <p>Last resync at: <code>date/time</code> – Resync session is finished at time. Time provided in UTC format.</p>
|
|
756
|
-
* </li>
|
|
757
|
-
* </ul>
|
|
758
|
-
* @public
|
|
759
|
-
*/
|
|
760
|
-
ResyncState?: string | undefined;
|
|
761
|
-
/**
|
|
762
|
-
* <p>Records the total number of mismatched data rows where the system attempted to apply
|
|
763
|
-
* fixes in the target database.</p>
|
|
764
|
-
* @public
|
|
765
|
-
*/
|
|
766
|
-
ResyncRowsAttempted?: number | undefined;
|
|
767
|
-
/**
|
|
768
|
-
* <p>Records the total number of mismatched data rows where fixes were successfully applied in the target database.</p>
|
|
769
|
-
* @public
|
|
770
|
-
*/
|
|
771
|
-
ResyncRowsSucceeded?: number | undefined;
|
|
772
|
-
/**
|
|
773
|
-
* <p>Records the total number of mismatched data rows where fix attempts failed in the target
|
|
774
|
-
* database.</p>
|
|
775
|
-
* @public
|
|
776
|
-
*/
|
|
777
|
-
ResyncRowsFailed?: number | undefined;
|
|
778
|
-
/**
|
|
779
|
-
* <p>Calculates the percentage of failed validations that were successfully resynced to the system.</p>
|
|
780
|
-
* @public
|
|
781
|
-
*/
|
|
782
|
-
ResyncProgress?: number | undefined;
|
|
783
|
-
}
|
|
784
|
-
/**
|
|
785
|
-
* <p></p>
|
|
786
|
-
* @public
|
|
787
|
-
*/
|
|
788
|
-
export interface DescribeReplicationTableStatisticsResponse {
|
|
789
|
-
/**
|
|
790
|
-
* <p>The Amazon Resource Name of the replication config.</p>
|
|
791
|
-
* @public
|
|
792
|
-
*/
|
|
793
|
-
ReplicationConfigArn?: string | undefined;
|
|
794
|
-
/**
|
|
795
|
-
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
796
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
797
|
-
* by <code>MaxRecords</code>. </p>
|
|
798
|
-
* @public
|
|
799
|
-
*/
|
|
800
|
-
Marker?: string | undefined;
|
|
801
|
-
/**
|
|
802
|
-
* <p>Returns table statistics on the replication, including table name, rows inserted, rows
|
|
803
|
-
* updated, and rows deleted.</p>
|
|
804
|
-
* @public
|
|
805
|
-
*/
|
|
806
|
-
ReplicationTableStatistics?: TableStatistics[] | undefined;
|
|
807
|
-
}
|
|
808
|
-
/**
|
|
809
|
-
* <p></p>
|
|
810
|
-
* @public
|
|
811
|
-
*/
|
|
812
|
-
export interface DescribeReplicationTaskAssessmentResultsMessage {
|
|
813
|
-
/**
|
|
814
|
-
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input
|
|
815
|
-
* parameter is specified, the API returns only one result and ignore the values of the
|
|
816
|
-
* <code>MaxRecords</code> and <code>Marker</code> parameters. </p>
|
|
817
|
-
* @public
|
|
818
|
-
*/
|
|
819
|
-
ReplicationTaskArn?: string | undefined;
|
|
820
|
-
/**
|
|
821
|
-
* <p> The maximum number of records to include in the response. If more records exist than
|
|
822
|
-
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
823
|
-
* in the response so that the remaining results can be retrieved. </p>
|
|
824
|
-
* <p>Default: 100</p>
|
|
825
|
-
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
826
|
-
* @public
|
|
827
|
-
*/
|
|
828
|
-
MaxRecords?: number | undefined;
|
|
829
|
-
/**
|
|
830
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
831
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
832
|
-
* by <code>MaxRecords</code>. </p>
|
|
833
|
-
* @public
|
|
834
|
-
*/
|
|
835
|
-
Marker?: string | undefined;
|
|
836
|
-
}
|
|
837
|
-
/**
|
|
838
|
-
* <p> The task assessment report in JSON format. </p>
|
|
839
|
-
* @public
|
|
840
|
-
*/
|
|
841
|
-
export interface ReplicationTaskAssessmentResult {
|
|
842
|
-
/**
|
|
843
|
-
* <p> The replication task identifier of the task on which the task assessment was run.
|
|
844
|
-
* </p>
|
|
845
|
-
* @public
|
|
846
|
-
*/
|
|
847
|
-
ReplicationTaskIdentifier?: string | undefined;
|
|
848
|
-
/**
|
|
849
|
-
* <p>The Amazon Resource Name (ARN) of the replication task. </p>
|
|
850
|
-
* @public
|
|
851
|
-
*/
|
|
852
|
-
ReplicationTaskArn?: string | undefined;
|
|
853
|
-
/**
|
|
854
|
-
* <p>The date the task assessment was completed. </p>
|
|
855
|
-
* @public
|
|
856
|
-
*/
|
|
857
|
-
ReplicationTaskLastAssessmentDate?: Date | undefined;
|
|
858
|
-
/**
|
|
859
|
-
* <p> The status of the task assessment. </p>
|
|
860
|
-
* @public
|
|
861
|
-
*/
|
|
862
|
-
AssessmentStatus?: string | undefined;
|
|
863
|
-
/**
|
|
864
|
-
* <p> The file containing the results of the task assessment. </p>
|
|
865
|
-
* @public
|
|
866
|
-
*/
|
|
867
|
-
AssessmentResultsFile?: string | undefined;
|
|
868
|
-
/**
|
|
869
|
-
* <p> The task assessment results in JSON format. </p>
|
|
870
|
-
* <p>The response object only contains this field if you provide <a>DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn</a> in the
|
|
871
|
-
* request.</p>
|
|
872
|
-
* @public
|
|
873
|
-
*/
|
|
874
|
-
AssessmentResults?: string | undefined;
|
|
875
|
-
/**
|
|
876
|
-
* <p> The URL of the S3 object containing the task assessment results. </p>
|
|
877
|
-
* <p>The response object only contains this field if you provide <a>DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn</a> in the
|
|
878
|
-
* request.</p>
|
|
879
|
-
* @public
|
|
880
|
-
*/
|
|
881
|
-
S3ObjectUrl?: string | undefined;
|
|
882
|
-
}
|
|
883
|
-
/**
|
|
884
|
-
* <p></p>
|
|
885
|
-
* @public
|
|
886
|
-
*/
|
|
887
|
-
export interface DescribeReplicationTaskAssessmentResultsResponse {
|
|
888
|
-
/**
|
|
889
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
890
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
891
|
-
* by <code>MaxRecords</code>. </p>
|
|
892
|
-
* @public
|
|
893
|
-
*/
|
|
894
|
-
Marker?: string | undefined;
|
|
895
|
-
/**
|
|
896
|
-
* <p>- The Amazon S3 bucket where the task assessment report is located. </p>
|
|
897
|
-
* @public
|
|
898
|
-
*/
|
|
899
|
-
BucketName?: string | undefined;
|
|
900
|
-
/**
|
|
901
|
-
* <p> The task assessment report. </p>
|
|
902
|
-
* @public
|
|
903
|
-
*/
|
|
904
|
-
ReplicationTaskAssessmentResults?: ReplicationTaskAssessmentResult[] | undefined;
|
|
905
|
-
}
|
|
906
|
-
/**
|
|
907
|
-
* <p></p>
|
|
908
|
-
* @public
|
|
909
|
-
*/
|
|
910
|
-
export interface DescribeReplicationTaskAssessmentRunsMessage {
|
|
911
|
-
/**
|
|
912
|
-
* <p>Filters applied to the premigration assessment runs described in the form of key-value
|
|
913
|
-
* pairs.</p>
|
|
914
|
-
* <p>Valid filter names: <code>replication-task-assessment-run-arn</code>,
|
|
915
|
-
* <code>replication-task-arn</code>, <code>replication-instance-arn</code>,
|
|
916
|
-
* <code>status</code>
|
|
917
|
-
* </p>
|
|
918
|
-
* @public
|
|
919
|
-
*/
|
|
920
|
-
Filters?: Filter[] | undefined;
|
|
921
|
-
/**
|
|
922
|
-
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
923
|
-
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
924
|
-
* the response so that the remaining results can be retrieved.</p>
|
|
925
|
-
* @public
|
|
926
|
-
*/
|
|
927
|
-
MaxRecords?: number | undefined;
|
|
928
|
-
/**
|
|
929
|
-
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
930
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
931
|
-
* by <code>MaxRecords</code>.</p>
|
|
932
|
-
* @public
|
|
933
|
-
*/
|
|
934
|
-
Marker?: string | undefined;
|
|
935
|
-
}
|
|
936
|
-
/**
|
|
937
|
-
* <p></p>
|
|
938
|
-
* @public
|
|
939
|
-
*/
|
|
940
|
-
export interface DescribeReplicationTaskAssessmentRunsResponse {
|
|
941
|
-
/**
|
|
942
|
-
* <p>A pagination token returned for you to pass to a subsequent request. If you pass this
|
|
943
|
-
* token as the <code>Marker</code> value in a subsequent request, the response includes only
|
|
944
|
-
* records beyond the marker, up to the value specified in the request by
|
|
945
|
-
* <code>MaxRecords</code>.</p>
|
|
946
|
-
* @public
|
|
947
|
-
*/
|
|
948
|
-
Marker?: string | undefined;
|
|
949
|
-
/**
|
|
950
|
-
* <p>One or more premigration assessment runs as specified by <code>Filters</code>.</p>
|
|
951
|
-
* @public
|
|
952
|
-
*/
|
|
953
|
-
ReplicationTaskAssessmentRuns?: ReplicationTaskAssessmentRun[] | undefined;
|
|
954
|
-
}
|
|
955
|
-
/**
|
|
956
|
-
* <p></p>
|
|
957
|
-
* @public
|
|
958
|
-
*/
|
|
959
|
-
export interface DescribeReplicationTaskIndividualAssessmentsMessage {
|
|
960
|
-
/**
|
|
961
|
-
* <p>Filters applied to the individual assessments described in the form of key-value
|
|
962
|
-
* pairs.</p>
|
|
963
|
-
* <p>Valid filter names: <code>replication-task-assessment-run-arn</code>,
|
|
964
|
-
* <code>replication-task-arn</code>, <code>status</code>
|
|
965
|
-
* </p>
|
|
966
|
-
* @public
|
|
967
|
-
*/
|
|
968
|
-
Filters?: Filter[] | undefined;
|
|
969
|
-
/**
|
|
970
|
-
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
971
|
-
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
972
|
-
* the response so that the remaining results can be retrieved.</p>
|
|
973
|
-
* @public
|
|
974
|
-
*/
|
|
975
|
-
MaxRecords?: number | undefined;
|
|
976
|
-
/**
|
|
977
|
-
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
978
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
979
|
-
* by <code>MaxRecords</code>.</p>
|
|
980
|
-
* @public
|
|
981
|
-
*/
|
|
982
|
-
Marker?: string | undefined;
|
|
983
|
-
}
|
|
984
|
-
/**
|
|
985
|
-
* <p>Provides information that describes an individual assessment from a premigration
|
|
986
|
-
* assessment run.</p>
|
|
987
|
-
* @public
|
|
988
|
-
*/
|
|
989
|
-
export interface ReplicationTaskIndividualAssessment {
|
|
990
|
-
/**
|
|
991
|
-
* <p>Amazon Resource Name (ARN) of this individual assessment.</p>
|
|
992
|
-
* @public
|
|
993
|
-
*/
|
|
994
|
-
ReplicationTaskIndividualAssessmentArn?: string | undefined;
|
|
995
|
-
/**
|
|
996
|
-
* <p>ARN of the premigration assessment run that is created to run this individual
|
|
997
|
-
* assessment.</p>
|
|
998
|
-
* @public
|
|
999
|
-
*/
|
|
1000
|
-
ReplicationTaskAssessmentRunArn?: string | undefined;
|
|
1001
|
-
/**
|
|
1002
|
-
* <p>Name of this individual assessment.</p>
|
|
1003
|
-
* @public
|
|
1004
|
-
*/
|
|
1005
|
-
IndividualAssessmentName?: string | undefined;
|
|
1006
|
-
/**
|
|
1007
|
-
* <p>Individual assessment status.</p>
|
|
1008
|
-
* <p>This status can have one of the following values:</p>
|
|
1009
|
-
* <ul>
|
|
1010
|
-
* <li>
|
|
1011
|
-
* <p>
|
|
1012
|
-
* <code>"cancelled"</code>
|
|
1013
|
-
* </p>
|
|
1014
|
-
* </li>
|
|
1015
|
-
* <li>
|
|
1016
|
-
* <p>
|
|
1017
|
-
* <code>"error"</code>
|
|
1018
|
-
* </p>
|
|
1019
|
-
* </li>
|
|
1020
|
-
* <li>
|
|
1021
|
-
* <p>
|
|
1022
|
-
* <code>"failed"</code>
|
|
1023
|
-
* </p>
|
|
1024
|
-
* </li>
|
|
1025
|
-
* <li>
|
|
1026
|
-
* <p>
|
|
1027
|
-
* <code>"passed"</code>
|
|
1028
|
-
* </p>
|
|
1029
|
-
* </li>
|
|
1030
|
-
* <li>
|
|
1031
|
-
* <p>
|
|
1032
|
-
* <code>"pending"</code>
|
|
1033
|
-
* </p>
|
|
1034
|
-
* </li>
|
|
1035
|
-
* <li>
|
|
1036
|
-
* <p>
|
|
1037
|
-
* <code>"skipped"</code>
|
|
1038
|
-
* </p>
|
|
1039
|
-
* </li>
|
|
1040
|
-
* <li>
|
|
1041
|
-
* <p>
|
|
1042
|
-
* <code>"running"</code>
|
|
1043
|
-
* </p>
|
|
1044
|
-
* </li>
|
|
1045
|
-
* </ul>
|
|
1046
|
-
* @public
|
|
1047
|
-
*/
|
|
1048
|
-
Status?: string | undefined;
|
|
1049
|
-
/**
|
|
1050
|
-
* <p>Date when this individual assessment was started as part of running the
|
|
1051
|
-
* <code>StartReplicationTaskAssessmentRun</code> operation.</p>
|
|
1052
|
-
* @public
|
|
1053
|
-
*/
|
|
1054
|
-
ReplicationTaskIndividualAssessmentStartDate?: Date | undefined;
|
|
1055
|
-
}
|
|
1056
|
-
/**
|
|
1057
|
-
* <p></p>
|
|
1058
|
-
* @public
|
|
1059
|
-
*/
|
|
1060
|
-
export interface DescribeReplicationTaskIndividualAssessmentsResponse {
|
|
1061
|
-
/**
|
|
1062
|
-
* <p>A pagination token returned for you to pass to a subsequent request. If you pass this
|
|
1063
|
-
* token as the <code>Marker</code> value in a subsequent request, the response includes only
|
|
1064
|
-
* records beyond the marker, up to the value specified in the request by
|
|
1065
|
-
* <code>MaxRecords</code>.</p>
|
|
1066
|
-
* @public
|
|
1067
|
-
*/
|
|
1068
|
-
Marker?: string | undefined;
|
|
1069
|
-
/**
|
|
1070
|
-
* <p>One or more individual assessments as specified by <code>Filters</code>.</p>
|
|
1071
|
-
* @public
|
|
1072
|
-
*/
|
|
1073
|
-
ReplicationTaskIndividualAssessments?: ReplicationTaskIndividualAssessment[] | undefined;
|
|
1074
|
-
}
|
|
1075
|
-
/**
|
|
1076
|
-
* <p></p>
|
|
1077
|
-
* @public
|
|
1078
|
-
*/
|
|
1079
|
-
export interface DescribeReplicationTasksMessage {
|
|
1080
|
-
/**
|
|
1081
|
-
* <p>Filters applied to replication tasks.</p>
|
|
1082
|
-
* <p>Valid filter names: replication-task-arn | replication-task-id | migration-type |
|
|
1083
|
-
* endpoint-arn | replication-instance-arn</p>
|
|
1084
|
-
* @public
|
|
1085
|
-
*/
|
|
1086
|
-
Filters?: Filter[] | undefined;
|
|
1087
|
-
/**
|
|
1088
|
-
* <p> The maximum number of records to include in the response. If more records exist than
|
|
1089
|
-
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
1090
|
-
* in the response so that the remaining results can be retrieved. </p>
|
|
1091
|
-
* <p>Default: 100</p>
|
|
1092
|
-
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
1093
|
-
* @public
|
|
1094
|
-
*/
|
|
1095
|
-
MaxRecords?: number | undefined;
|
|
1096
|
-
/**
|
|
1097
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
1098
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
1099
|
-
* by <code>MaxRecords</code>. </p>
|
|
1100
|
-
* @public
|
|
1101
|
-
*/
|
|
1102
|
-
Marker?: string | undefined;
|
|
1103
|
-
/**
|
|
1104
|
-
* <p>An option to set to avoid returning information about settings. Use this to reduce
|
|
1105
|
-
* overhead when setting information is too large. To use this option, choose
|
|
1106
|
-
* <code>true</code>; otherwise, choose <code>false</code> (the default).</p>
|
|
1107
|
-
* @public
|
|
1108
|
-
*/
|
|
1109
|
-
WithoutSettings?: boolean | undefined;
|
|
1110
|
-
}
|
|
1111
|
-
/**
|
|
1112
|
-
* <p></p>
|
|
1113
|
-
* @public
|
|
1114
|
-
*/
|
|
1115
|
-
export interface DescribeReplicationTasksResponse {
|
|
1116
|
-
/**
|
|
1117
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
1118
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
1119
|
-
* by <code>MaxRecords</code>. </p>
|
|
1120
|
-
* @public
|
|
1121
|
-
*/
|
|
1122
|
-
Marker?: string | undefined;
|
|
1123
|
-
/**
|
|
1124
|
-
* <p>A description of the replication tasks.</p>
|
|
1125
|
-
* @public
|
|
1126
|
-
*/
|
|
1127
|
-
ReplicationTasks?: ReplicationTask[] | undefined;
|
|
1128
|
-
}
|
|
1129
|
-
/**
|
|
1130
|
-
* <p></p>
|
|
1131
|
-
* @public
|
|
1132
|
-
*/
|
|
1133
|
-
export interface DescribeSchemasMessage {
|
|
1134
|
-
/**
|
|
1135
|
-
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
|
|
1136
|
-
* @public
|
|
1137
|
-
*/
|
|
1138
|
-
EndpointArn: string | undefined;
|
|
1139
|
-
/**
|
|
1140
|
-
* <p> The maximum number of records to include in the response. If more records exist than
|
|
1141
|
-
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
1142
|
-
* in the response so that the remaining results can be retrieved. </p>
|
|
1143
|
-
* <p>Default: 100</p>
|
|
1144
|
-
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
1145
|
-
* @public
|
|
1146
|
-
*/
|
|
1147
|
-
MaxRecords?: number | undefined;
|
|
1148
|
-
/**
|
|
1149
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
1150
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
1151
|
-
* by <code>MaxRecords</code>. </p>
|
|
1152
|
-
* @public
|
|
1153
|
-
*/
|
|
1154
|
-
Marker?: string | undefined;
|
|
1155
|
-
}
|
|
1156
|
-
/**
|
|
1157
|
-
* <p></p>
|
|
1158
|
-
* @public
|
|
1159
|
-
*/
|
|
1160
|
-
export interface DescribeSchemasResponse {
|
|
1161
|
-
/**
|
|
1162
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
1163
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
1164
|
-
* by <code>MaxRecords</code>. </p>
|
|
1165
|
-
* @public
|
|
1166
|
-
*/
|
|
1167
|
-
Marker?: string | undefined;
|
|
1168
|
-
/**
|
|
1169
|
-
* <p>The described schema.</p>
|
|
1170
|
-
* @public
|
|
1171
|
-
*/
|
|
1172
|
-
Schemas?: string[] | undefined;
|
|
1173
|
-
}
|
|
1174
|
-
/**
|
|
1175
|
-
* <p></p>
|
|
1176
|
-
* @public
|
|
1177
|
-
*/
|
|
1178
|
-
export interface DescribeTableStatisticsMessage {
|
|
1179
|
-
/**
|
|
1180
|
-
* <p>The Amazon Resource Name (ARN) of the replication task.</p>
|
|
1181
|
-
* @public
|
|
1182
|
-
*/
|
|
1183
|
-
ReplicationTaskArn: string | undefined;
|
|
1184
|
-
/**
|
|
1185
|
-
* <p> The maximum number of records to include in the response. If more records exist than
|
|
1186
|
-
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
1187
|
-
* in the response so that the remaining results can be retrieved. </p>
|
|
1188
|
-
* <p>Default: 100</p>
|
|
1189
|
-
* <p>Constraints: Minimum 20, maximum 500.</p>
|
|
1190
|
-
* @public
|
|
1191
|
-
*/
|
|
1192
|
-
MaxRecords?: number | undefined;
|
|
1193
|
-
/**
|
|
1194
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
1195
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
1196
|
-
* by <code>MaxRecords</code>. </p>
|
|
1197
|
-
* @public
|
|
1198
|
-
*/
|
|
1199
|
-
Marker?: string | undefined;
|
|
1200
|
-
/**
|
|
1201
|
-
* <p>Filters applied to table statistics.</p>
|
|
1202
|
-
* <p>Valid filter names: schema-name | table-name | table-state</p>
|
|
1203
|
-
* <p>A combination of filters creates an AND condition where each record matches all
|
|
1204
|
-
* specified filters.</p>
|
|
1205
|
-
* @public
|
|
1206
|
-
*/
|
|
1207
|
-
Filters?: Filter[] | undefined;
|
|
1208
|
-
}
|
|
1209
|
-
/**
|
|
1210
|
-
* <p></p>
|
|
1211
|
-
* @public
|
|
1212
|
-
*/
|
|
1213
|
-
export interface DescribeTableStatisticsResponse {
|
|
1214
|
-
/**
|
|
1215
|
-
* <p>The Amazon Resource Name (ARN) of the replication task.</p>
|
|
1216
|
-
* @public
|
|
1217
|
-
*/
|
|
1218
|
-
ReplicationTaskArn?: string | undefined;
|
|
1219
|
-
/**
|
|
1220
|
-
* <p>The table statistics.</p>
|
|
1221
|
-
* @public
|
|
1222
|
-
*/
|
|
1223
|
-
TableStatistics?: TableStatistics[] | undefined;
|
|
1224
|
-
/**
|
|
1225
|
-
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
1226
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
1227
|
-
* by <code>MaxRecords</code>. </p>
|
|
1228
|
-
* @public
|
|
1229
|
-
*/
|
|
1230
|
-
Marker?: string | undefined;
|
|
1231
|
-
}
|
|
1232
|
-
/**
|
|
1233
|
-
* @public
|
|
1234
|
-
* @enum
|
|
1235
|
-
*/
|
|
1236
|
-
export declare const AssessmentReportType: {
|
|
1237
|
-
readonly CSV: "csv";
|
|
1238
|
-
readonly PDF: "pdf";
|
|
1239
|
-
};
|
|
1240
|
-
/**
|
|
1241
|
-
* @public
|
|
1242
|
-
*/
|
|
1243
|
-
export type AssessmentReportType = (typeof AssessmentReportType)[keyof typeof AssessmentReportType];
|
|
1244
|
-
/**
|
|
1245
|
-
* @public
|
|
1246
|
-
*/
|
|
1247
|
-
export interface ExportMetadataModelAssessmentMessage {
|
|
1248
|
-
/**
|
|
1249
|
-
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
1250
|
-
* @public
|
|
1251
|
-
*/
|
|
1252
|
-
MigrationProjectIdentifier: string | undefined;
|
|
1253
|
-
/**
|
|
1254
|
-
* <p>A value that specifies the database objects to assess.</p>
|
|
1255
|
-
* @public
|
|
1256
|
-
*/
|
|
1257
|
-
SelectionRules: string | undefined;
|
|
1258
|
-
/**
|
|
1259
|
-
* <p>The name of the assessment file to create in your Amazon S3 bucket.</p>
|
|
1260
|
-
* @public
|
|
1261
|
-
*/
|
|
1262
|
-
FileName?: string | undefined;
|
|
1263
|
-
/**
|
|
1264
|
-
* <p>The file format of the assessment file.</p>
|
|
1265
|
-
* @public
|
|
1266
|
-
*/
|
|
1267
|
-
AssessmentReportTypes?: AssessmentReportType[] | undefined;
|
|
1268
|
-
}
|
|
1269
|
-
/**
|
|
1270
|
-
* <p>Provides information about an exported metadata model assessment.</p>
|
|
1271
|
-
* @public
|
|
1272
|
-
*/
|
|
1273
|
-
export interface ExportMetadataModelAssessmentResultEntry {
|
|
1274
|
-
/**
|
|
1275
|
-
* <p>The object key for the object containing the exported metadata model assessment.</p>
|
|
1276
|
-
* @public
|
|
1277
|
-
*/
|
|
1278
|
-
S3ObjectKey?: string | undefined;
|
|
1279
|
-
/**
|
|
1280
|
-
* <p>The URL for the object containing the exported metadata model assessment.</p>
|
|
1281
|
-
* @public
|
|
1282
|
-
*/
|
|
1283
|
-
ObjectURL?: string | undefined;
|
|
1284
|
-
}
|
|
1285
|
-
/**
|
|
1286
|
-
* @public
|
|
1287
|
-
*/
|
|
1288
|
-
export interface ExportMetadataModelAssessmentResponse {
|
|
1289
|
-
/**
|
|
1290
|
-
* <p>The Amazon S3 details for an assessment exported in PDF format.</p>
|
|
1291
|
-
* @public
|
|
1292
|
-
*/
|
|
1293
|
-
PdfReport?: ExportMetadataModelAssessmentResultEntry | undefined;
|
|
1294
|
-
/**
|
|
1295
|
-
* <p>The Amazon S3 details for an assessment exported in CSV format.</p>
|
|
1296
|
-
* @public
|
|
1297
|
-
*/
|
|
1298
|
-
CsvReport?: ExportMetadataModelAssessmentResultEntry | undefined;
|
|
1299
|
-
}
|
|
1300
|
-
/**
|
|
1301
|
-
* @public
|
|
1302
|
-
*/
|
|
1303
|
-
export interface GetTargetSelectionRulesMessage {
|
|
1304
|
-
/**
|
|
1305
|
-
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
1306
|
-
* @public
|
|
1307
|
-
*/
|
|
1308
|
-
MigrationProjectIdentifier: string | undefined;
|
|
1309
|
-
/**
|
|
1310
|
-
* <p>The JSON string representing the source selection rules for conversion. Selection rules must contain only supported metadata model types. For more information, see Selection Rules in the DMS User Guide.</p>
|
|
1311
|
-
* @public
|
|
1312
|
-
*/
|
|
1313
|
-
SelectionRules: string | undefined;
|
|
1314
|
-
}
|
|
1315
|
-
/**
|
|
1316
|
-
* @public
|
|
1317
|
-
*/
|
|
1318
|
-
export interface GetTargetSelectionRulesResponse {
|
|
1319
|
-
/**
|
|
1320
|
-
* <p>The JSON string representing the counterpart selection rules in the target.</p>
|
|
1321
|
-
* @public
|
|
1322
|
-
*/
|
|
1323
|
-
TargetSelectionRules?: string | undefined;
|
|
1324
|
-
}
|
|
1325
|
-
/**
|
|
1326
|
-
* @public
|
|
1327
|
-
*/
|
|
1328
|
-
export interface ImportCertificateMessage {
|
|
1329
|
-
/**
|
|
1330
|
-
* <p>A customer-assigned name for the certificate. Identifiers must begin with a letter and
|
|
1331
|
-
* must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or
|
|
1332
|
-
* contain two consecutive hyphens.</p>
|
|
1333
|
-
* @public
|
|
1334
|
-
*/
|
|
1335
|
-
CertificateIdentifier: string | undefined;
|
|
1336
|
-
/**
|
|
1337
|
-
* <p>The contents of a <code>.pem</code> file, which contains an X.509 certificate.</p>
|
|
1338
|
-
* @public
|
|
1339
|
-
*/
|
|
1340
|
-
CertificatePem?: string | undefined;
|
|
1341
|
-
/**
|
|
1342
|
-
* <p>The location of an imported Oracle Wallet certificate for use with SSL. Provide the name
|
|
1343
|
-
* of a <code>.sso</code> file using the <code>fileb://</code> prefix. You can't provide the
|
|
1344
|
-
* certificate inline.</p>
|
|
1345
|
-
* <p>Example: <code>filebase64("$\{path.root\}/rds-ca-2019-root.sso")</code>
|
|
1346
|
-
* </p>
|
|
1347
|
-
* @public
|
|
1348
|
-
*/
|
|
1349
|
-
CertificateWallet?: Uint8Array | undefined;
|
|
1350
|
-
/**
|
|
1351
|
-
* <p>The tags associated with the certificate.</p>
|
|
1352
|
-
* @public
|
|
1353
|
-
*/
|
|
1354
|
-
Tags?: Tag[] | undefined;
|
|
1355
|
-
}
|
|
1356
|
-
/**
|
|
1357
|
-
* @public
|
|
1358
|
-
*/
|
|
1359
|
-
export interface ImportCertificateResponse {
|
|
1360
|
-
/**
|
|
1361
|
-
* <p>The certificate to be uploaded.</p>
|
|
1362
|
-
* @public
|
|
1363
|
-
*/
|
|
1364
|
-
Certificate?: Certificate | undefined;
|
|
1365
|
-
}
|
|
1366
|
-
/**
|
|
1367
|
-
* <p>The certificate was not valid.</p>
|
|
1368
|
-
* @public
|
|
1369
|
-
*/
|
|
1370
|
-
export declare class InvalidCertificateFault extends __BaseException {
|
|
1371
|
-
readonly name: "InvalidCertificateFault";
|
|
1372
|
-
readonly $fault: "client";
|
|
1373
|
-
/**
|
|
1374
|
-
* @internal
|
|
1375
|
-
*/
|
|
1376
|
-
constructor(opts: __ExceptionOptionType<InvalidCertificateFault, __BaseException>);
|
|
1377
|
-
}
|
|
1378
|
-
/**
|
|
1379
|
-
* <p></p>
|
|
1380
|
-
* @public
|
|
1381
|
-
*/
|
|
1382
|
-
export interface ListTagsForResourceMessage {
|
|
1383
|
-
/**
|
|
1384
|
-
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to
|
|
1385
|
-
* list tags for. This returns a list of keys (names of tags) created for the resource and
|
|
1386
|
-
* their associated tag values.</p>
|
|
1387
|
-
* @public
|
|
1388
|
-
*/
|
|
1389
|
-
ResourceArn?: string | undefined;
|
|
1390
|
-
/**
|
|
1391
|
-
* <p>List of ARNs that identify multiple DMS resources that you want to list tags for. This
|
|
1392
|
-
* returns a list of keys (tag names) and their associated tag values. It also returns each
|
|
1393
|
-
* tag's associated <code>ResourceArn</code> value, which is the ARN of the resource for which
|
|
1394
|
-
* each listed tag is created. </p>
|
|
1395
|
-
* @public
|
|
1396
|
-
*/
|
|
1397
|
-
ResourceArnList?: string[] | undefined;
|
|
1398
|
-
}
|
|
1399
|
-
/**
|
|
1400
|
-
* <p></p>
|
|
1401
|
-
* @public
|
|
1402
|
-
*/
|
|
1403
|
-
export interface ListTagsForResourceResponse {
|
|
1404
|
-
/**
|
|
1405
|
-
* <p>A list of tags for the resource.</p>
|
|
1406
|
-
* @public
|
|
1407
|
-
*/
|
|
1408
|
-
TagList?: Tag[] | undefined;
|
|
1409
|
-
}
|
|
1410
|
-
/**
|
|
1411
|
-
* @public
|
|
1412
|
-
*/
|
|
1413
|
-
export interface ModifyConversionConfigurationMessage {
|
|
1414
|
-
/**
|
|
1415
|
-
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
1416
|
-
* @public
|
|
1417
|
-
*/
|
|
1418
|
-
MigrationProjectIdentifier: string | undefined;
|
|
1419
|
-
/**
|
|
1420
|
-
* <p>The new conversion configuration.</p>
|
|
1421
|
-
* @public
|
|
1422
|
-
*/
|
|
1423
|
-
ConversionConfiguration: string | undefined;
|
|
1424
|
-
}
|
|
1425
|
-
/**
|
|
1426
|
-
* @public
|
|
1427
|
-
*/
|
|
1428
|
-
export interface ModifyConversionConfigurationResponse {
|
|
1429
|
-
/**
|
|
1430
|
-
* <p>The name or Amazon Resource Name (ARN) of the modified configuration.</p>
|
|
1431
|
-
* @public
|
|
1432
|
-
*/
|
|
1433
|
-
MigrationProjectIdentifier?: string | undefined;
|
|
1434
|
-
}
|
|
1435
|
-
/**
|
|
1436
|
-
* @public
|
|
1437
|
-
*/
|
|
1438
|
-
export interface ModifyDataMigrationMessage {
|
|
1439
|
-
/**
|
|
1440
|
-
* <p>The identifier (name or ARN) of the data migration to modify.</p>
|
|
1441
|
-
* @public
|
|
1442
|
-
*/
|
|
1443
|
-
DataMigrationIdentifier: string | undefined;
|
|
1444
|
-
/**
|
|
1445
|
-
* <p>The new name for the data migration.</p>
|
|
1446
|
-
* @public
|
|
1447
|
-
*/
|
|
1448
|
-
DataMigrationName?: string | undefined;
|
|
1449
|
-
/**
|
|
1450
|
-
* <p>Whether to enable Cloudwatch logs for the data migration.</p>
|
|
1451
|
-
* @public
|
|
1452
|
-
*/
|
|
1453
|
-
EnableCloudwatchLogs?: boolean | undefined;
|
|
1454
|
-
/**
|
|
1455
|
-
* <p>The new service access role ARN for the data migration.</p>
|
|
1456
|
-
* @public
|
|
1457
|
-
*/
|
|
1458
|
-
ServiceAccessRoleArn?: string | undefined;
|
|
1459
|
-
/**
|
|
1460
|
-
* <p>The new migration type for the data migration.</p>
|
|
1461
|
-
* @public
|
|
1462
|
-
*/
|
|
1463
|
-
DataMigrationType?: MigrationTypeValue | undefined;
|
|
1464
|
-
/**
|
|
1465
|
-
* <p>The new information about the source data provider for the data migration.</p>
|
|
1466
|
-
* @public
|
|
1467
|
-
*/
|
|
1468
|
-
SourceDataSettings?: SourceDataSetting[] | undefined;
|
|
1469
|
-
/**
|
|
1470
|
-
* <p>The new information about the target data provider for the data migration.</p>
|
|
1471
|
-
* @public
|
|
1472
|
-
*/
|
|
1473
|
-
TargetDataSettings?: TargetDataSetting[] | undefined;
|
|
1474
|
-
/**
|
|
1475
|
-
* <p>The number of parallel jobs that trigger parallel threads to unload the tables from the
|
|
1476
|
-
* source, and then load them to the target.</p>
|
|
1477
|
-
* @public
|
|
1478
|
-
*/
|
|
1479
|
-
NumberOfJobs?: number | undefined;
|
|
1480
|
-
/**
|
|
1481
|
-
* <p>A JSON-formatted string that defines what objects to include and exclude from the
|
|
1482
|
-
* migration.</p>
|
|
1483
|
-
* @public
|
|
1484
|
-
*/
|
|
1485
|
-
SelectionRules?: string | undefined;
|
|
1486
|
-
}
|
|
1487
|
-
/**
|
|
1488
|
-
* @public
|
|
1489
|
-
*/
|
|
1490
|
-
export interface ModifyDataMigrationResponse {
|
|
1491
|
-
/**
|
|
1492
|
-
* <p>Information about the modified data migration.</p>
|
|
1493
|
-
* @public
|
|
1494
|
-
*/
|
|
1495
|
-
DataMigration?: DataMigration | undefined;
|
|
1496
|
-
}
|
|
1497
|
-
/**
|
|
1498
|
-
* @public
|
|
1499
|
-
*/
|
|
1500
|
-
export interface ModifyDataProviderMessage {
|
|
1501
|
-
/**
|
|
1502
|
-
* <p>The identifier of the data provider. Identifiers must begin with a letter
|
|
1503
|
-
* and must contain only ASCII letters, digits, and hyphens. They can't end with
|
|
1504
|
-
* a hyphen, or contain two consecutive hyphens.</p>
|
|
1505
|
-
* @public
|
|
1506
|
-
*/
|
|
1507
|
-
DataProviderIdentifier: string | undefined;
|
|
1508
|
-
/**
|
|
1509
|
-
* <p>The name of the data provider.</p>
|
|
1510
|
-
* @public
|
|
1511
|
-
*/
|
|
1512
|
-
DataProviderName?: string | undefined;
|
|
1513
|
-
/**
|
|
1514
|
-
* <p>A user-friendly description of the data provider.</p>
|
|
1515
|
-
* @public
|
|
1516
|
-
*/
|
|
1517
|
-
Description?: string | undefined;
|
|
1518
|
-
/**
|
|
1519
|
-
* <p>The type of database engine for the data provider. Valid values include <code>"aurora"</code>,
|
|
1520
|
-
* <code>"aurora-postgresql"</code>, <code>"mysql"</code>, <code>"oracle"</code>, <code>"postgres"</code>,
|
|
1521
|
-
* <code>"sqlserver"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code>, <code>docdb</code>, and <code>sybase</code>. A value of <code>"aurora"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>
|
|
1522
|
-
* @public
|
|
1523
|
-
*/
|
|
1524
|
-
Engine?: string | undefined;
|
|
1525
|
-
/**
|
|
1526
|
-
* <p>Indicates whether the data provider is virtual.</p>
|
|
1527
|
-
* @public
|
|
1528
|
-
*/
|
|
1529
|
-
Virtual?: boolean | undefined;
|
|
1530
|
-
/**
|
|
1531
|
-
* <p>If this attribute is Y, the current call to <code>ModifyDataProvider</code> replaces all
|
|
1532
|
-
* existing data provider settings with the exact settings that you specify in this call. If this
|
|
1533
|
-
* attribute is N, the current call to <code>ModifyDataProvider</code> does two things: </p>
|
|
1534
|
-
* <ul>
|
|
1535
|
-
* <li>
|
|
1536
|
-
* <p>It replaces any data provider settings that already exist with new values,
|
|
1537
|
-
* for settings with the same names.</p>
|
|
1538
|
-
* </li>
|
|
1539
|
-
* <li>
|
|
1540
|
-
* <p>It creates new data provider settings that you specify in the call,
|
|
1541
|
-
* for settings with different names. </p>
|
|
1542
|
-
* </li>
|
|
1543
|
-
* </ul>
|
|
1544
|
-
* @public
|
|
1545
|
-
*/
|
|
1546
|
-
ExactSettings?: boolean | undefined;
|
|
1547
|
-
/**
|
|
1548
|
-
* <p>The settings in JSON format for a data provider.</p>
|
|
1549
|
-
* @public
|
|
1550
|
-
*/
|
|
1551
|
-
Settings?: DataProviderSettings | undefined;
|
|
1552
|
-
}
|
|
1553
|
-
/**
|
|
1554
|
-
* @public
|
|
1555
|
-
*/
|
|
1556
|
-
export interface ModifyDataProviderResponse {
|
|
1557
|
-
/**
|
|
1558
|
-
* <p>The data provider that was modified.</p>
|
|
1559
|
-
* @public
|
|
1560
|
-
*/
|
|
1561
|
-
DataProvider?: DataProvider | undefined;
|
|
1562
|
-
}
|
|
1563
|
-
/**
|
|
1564
|
-
* <p></p>
|
|
1565
|
-
* @public
|
|
1566
|
-
*/
|
|
1567
|
-
export interface ModifyEndpointMessage {
|
|
1568
|
-
/**
|
|
1569
|
-
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
|
|
1570
|
-
* @public
|
|
1571
|
-
*/
|
|
1572
|
-
EndpointArn: string | undefined;
|
|
1573
|
-
/**
|
|
1574
|
-
* <p>The database endpoint identifier. Identifiers must begin with a letter and must contain
|
|
1575
|
-
* only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two
|
|
1576
|
-
* consecutive hyphens.</p>
|
|
1577
|
-
* @public
|
|
1578
|
-
*/
|
|
1579
|
-
EndpointIdentifier?: string | undefined;
|
|
1580
|
-
/**
|
|
1581
|
-
* <p>The type of endpoint. Valid values are <code>source</code> and
|
|
1582
|
-
* <code>target</code>.</p>
|
|
1583
|
-
* @public
|
|
1584
|
-
*/
|
|
1585
|
-
EndpointType?: ReplicationEndpointTypeValue | undefined;
|
|
1586
|
-
/**
|
|
1587
|
-
* <p>The database engine name. Valid values, depending on the EndpointType, include
|
|
1588
|
-
* <code>"mysql"</code>, <code>"oracle"</code>, <code>"postgres"</code>,
|
|
1589
|
-
* <code>"mariadb"</code>, <code>"aurora"</code>, <code>"aurora-postgresql"</code>,
|
|
1590
|
-
* <code>"redshift"</code>, <code>"s3"</code>, <code>"db2"</code>, <code>"db2-zos"</code>,
|
|
1591
|
-
* <code>"azuredb"</code>, <code>"sybase"</code>, <code>"dynamodb"</code>,
|
|
1592
|
-
* <code>"mongodb"</code>, <code>"kinesis"</code>, <code>"kafka"</code>,
|
|
1593
|
-
* <code>"elasticsearch"</code>, <code>"documentdb"</code>, <code>"sqlserver"</code>,
|
|
1594
|
-
* <code>"neptune"</code>, and <code>"babelfish"</code>.</p>
|
|
1595
|
-
* @public
|
|
1596
|
-
*/
|
|
1597
|
-
EngineName?: string | undefined;
|
|
1598
|
-
/**
|
|
1599
|
-
* <p>The user name to be used to login to the endpoint database.</p>
|
|
1600
|
-
* @public
|
|
1601
|
-
*/
|
|
1602
|
-
Username?: string | undefined;
|
|
1603
|
-
/**
|
|
1604
|
-
* <p>The password to be used to login to the endpoint database.</p>
|
|
1605
|
-
* @public
|
|
1606
|
-
*/
|
|
1607
|
-
Password?: string | undefined;
|
|
1608
|
-
/**
|
|
1609
|
-
* <p>The name of the server where the endpoint database resides.</p>
|
|
1610
|
-
* @public
|
|
1611
|
-
*/
|
|
1612
|
-
ServerName?: string | undefined;
|
|
1613
|
-
/**
|
|
1614
|
-
* <p>The port used by the endpoint database.</p>
|
|
1615
|
-
* @public
|
|
1616
|
-
*/
|
|
1617
|
-
Port?: number | undefined;
|
|
1618
|
-
/**
|
|
1619
|
-
* <p>The name of the endpoint database. For a MySQL source or target endpoint, do not specify
|
|
1620
|
-
* DatabaseName.</p>
|
|
1621
|
-
* @public
|
|
1622
|
-
*/
|
|
1623
|
-
DatabaseName?: string | undefined;
|
|
1624
|
-
/**
|
|
1625
|
-
* <p>Additional attributes associated with the connection. To reset this parameter, pass the
|
|
1626
|
-
* empty string ("") as an argument.</p>
|
|
1627
|
-
* @public
|
|
1628
|
-
*/
|
|
1629
|
-
ExtraConnectionAttributes?: string | undefined;
|
|
1630
|
-
/**
|
|
1631
|
-
* <p>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</p>
|
|
1632
|
-
* @public
|
|
1633
|
-
*/
|
|
1634
|
-
CertificateArn?: string | undefined;
|
|
1635
|
-
/**
|
|
1636
|
-
* <p>The SSL mode used to connect to the endpoint. The default value is
|
|
1637
|
-
* <code>none</code>.</p>
|
|
1638
|
-
* @public
|
|
1639
|
-
*/
|
|
1640
|
-
SslMode?: DmsSslModeValue | undefined;
|
|
1641
|
-
/**
|
|
1642
|
-
* <p> The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint.
|
|
1643
|
-
* The role must allow the <code>iam:PassRole</code> action.</p>
|
|
1644
|
-
* @public
|
|
1645
|
-
*/
|
|
1646
|
-
ServiceAccessRoleArn?: string | undefined;
|
|
1647
|
-
/**
|
|
1648
|
-
* <p>The external table definition.</p>
|
|
1649
|
-
* @public
|
|
1650
|
-
*/
|
|
1651
|
-
ExternalTableDefinition?: string | undefined;
|
|
1652
|
-
/**
|
|
1653
|
-
* <p>Settings in JSON format for the target Amazon DynamoDB endpoint. For information about
|
|
1654
|
-
* other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html#CHAP_Target.DynamoDB.ObjectMapping">Using Object Mapping to Migrate Data to DynamoDB</a> in the <i>Database Migration Service
|
|
1655
|
-
* User Guide.</i>
|
|
1656
|
-
* </p>
|
|
1657
|
-
* @public
|
|
1658
|
-
*/
|
|
1659
|
-
DynamoDbSettings?: DynamoDbSettings | undefined;
|
|
1660
|
-
/**
|
|
1661
|
-
* <p>Settings in JSON format for the target Amazon S3 endpoint. For more information about
|
|
1662
|
-
* the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring">Extra
|
|
1663
|
-
* Connection Attributes When Using Amazon S3 as a Target for DMS</a> in the
|
|
1664
|
-
* <i>Database Migration Service User Guide.</i>
|
|
1665
|
-
* </p>
|
|
1666
|
-
* @public
|
|
1667
|
-
*/
|
|
1668
|
-
S3Settings?: S3Settings | undefined;
|
|
1669
|
-
/**
|
|
1670
|
-
* <p>The settings in JSON format for the DMS transfer type of source endpoint. </p>
|
|
1671
|
-
* <p>Attributes include the following:</p>
|
|
1672
|
-
* <ul>
|
|
1673
|
-
* <li>
|
|
1674
|
-
* <p>serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access
|
|
1675
|
-
* IAM role. The role must allow the <code>iam:PassRole</code> action.</p>
|
|
1676
|
-
* </li>
|
|
1677
|
-
* <li>
|
|
1678
|
-
* <p>BucketName - The name of the S3 bucket to use.</p>
|
|
1679
|
-
* </li>
|
|
1680
|
-
* </ul>
|
|
1681
|
-
* <p>Shorthand syntax for these settings is as follows: <code>ServiceAccessRoleArn=string
|
|
1682
|
-
* ,BucketName=string</code>
|
|
1683
|
-
* </p>
|
|
1684
|
-
* <p>JSON syntax for these settings is as follows: <code>\{ "ServiceAccessRoleArn": "string",
|
|
1685
|
-
* "BucketName": "string"\} </code>
|
|
1686
|
-
* </p>
|
|
1687
|
-
* @public
|
|
1688
|
-
*/
|
|
1689
|
-
DmsTransferSettings?: DmsTransferSettings | undefined;
|
|
1690
|
-
/**
|
|
1691
|
-
* <p>Settings in JSON format for the source MongoDB endpoint. For more information about the
|
|
1692
|
-
* available settings, see the configuration properties section in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration">Endpoint configuration settings when using MongoDB as a source for Database Migration Service</a> in
|
|
1693
|
-
* the <i>Database Migration Service User Guide.</i>
|
|
1694
|
-
* </p>
|
|
1695
|
-
* @public
|
|
1696
|
-
*/
|
|
1697
|
-
MongoDbSettings?: MongoDbSettings | undefined;
|
|
1698
|
-
/**
|
|
1699
|
-
* <p>Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For
|
|
1700
|
-
* more information about the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping">Using object mapping to migrate data to a Kinesis data stream</a> in the
|
|
1701
|
-
* <i>Database Migration Service User Guide.</i>
|
|
1702
|
-
* </p>
|
|
1703
|
-
* @public
|
|
1704
|
-
*/
|
|
1705
|
-
KinesisSettings?: KinesisSettings | undefined;
|
|
1706
|
-
/**
|
|
1707
|
-
* <p>Settings in JSON format for the target Apache Kafka endpoint. For more information about
|
|
1708
|
-
* the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping">Using
|
|
1709
|
-
* object mapping to migrate data to a Kafka topic</a> in the <i>Database Migration Service User
|
|
1710
|
-
* Guide.</i>
|
|
1711
|
-
* </p>
|
|
1712
|
-
* @public
|
|
1713
|
-
*/
|
|
1714
|
-
KafkaSettings?: KafkaSettings | undefined;
|
|
1715
|
-
/**
|
|
1716
|
-
* <p>Settings in JSON format for the target OpenSearch endpoint. For more
|
|
1717
|
-
* information about the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration">Extra Connection Attributes When Using OpenSearch as a Target for
|
|
1718
|
-
* DMS</a> in the <i>Database Migration Service User Guide.</i>
|
|
1719
|
-
* </p>
|
|
1720
|
-
* @public
|
|
1721
|
-
*/
|
|
1722
|
-
ElasticsearchSettings?: ElasticsearchSettings | undefined;
|
|
1723
|
-
/**
|
|
1724
|
-
* <p>Settings in JSON format for the target Amazon Neptune endpoint. For more information
|
|
1725
|
-
* about the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings">Specifying graph-mapping rules using Gremlin and R2RML for Amazon
|
|
1726
|
-
* Neptune as a target</a> in the <i>Database Migration Service User Guide.</i>
|
|
1727
|
-
* </p>
|
|
1728
|
-
* @public
|
|
1729
|
-
*/
|
|
1730
|
-
NeptuneSettings?: NeptuneSettings | undefined;
|
|
1731
|
-
/**
|
|
1732
|
-
* <p>Provides information that defines an Amazon Redshift endpoint.</p>
|
|
1733
|
-
* @public
|
|
1734
|
-
*/
|
|
1735
|
-
RedshiftSettings?: RedshiftSettings | undefined;
|
|
1736
|
-
/**
|
|
1737
|
-
* <p>Settings in JSON format for the source and target PostgreSQL endpoint. For information
|
|
1738
|
-
* about other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib">Extra connection attributes when using PostgreSQL as a source for DMS</a> and
|
|
1739
|
-
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html#CHAP_Target.PostgreSQL.ConnectionAttrib"> Extra connection attributes when using PostgreSQL as a target for DMS</a> in the
|
|
1740
|
-
* <i>Database Migration Service User Guide.</i>
|
|
1741
|
-
* </p>
|
|
1742
|
-
* @public
|
|
1743
|
-
*/
|
|
1744
|
-
PostgreSQLSettings?: PostgreSQLSettings | undefined;
|
|
1745
|
-
/**
|
|
1746
|
-
* <p>Settings in JSON format for the source and target MySQL endpoint. For information about
|
|
1747
|
-
* other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.ConnectionAttrib">Extra connection attributes when using MySQL as a source for DMS</a> and <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html#CHAP_Target.MySQL.ConnectionAttrib">Extra connection attributes when using a MySQL-compatible database as a target for
|
|
1748
|
-
* DMS</a> in the <i>Database Migration Service User Guide.</i>
|
|
1749
|
-
* </p>
|
|
1750
|
-
* @public
|
|
1751
|
-
*/
|
|
1752
|
-
MySQLSettings?: MySQLSettings | undefined;
|
|
1753
|
-
/**
|
|
1754
|
-
* <p>Settings in JSON format for the source and target Oracle endpoint. For information about
|
|
1755
|
-
* other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.ConnectionAttrib">Extra connection attributes when using Oracle as a source for DMS</a> and <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.ConnectionAttrib">
|
|
1756
|
-
* Extra connection attributes when using Oracle as a target for DMS</a> in the
|
|
1757
|
-
* <i>Database Migration Service User Guide.</i>
|
|
1758
|
-
* </p>
|
|
1759
|
-
* @public
|
|
1760
|
-
*/
|
|
1761
|
-
OracleSettings?: OracleSettings | undefined;
|
|
1762
|
-
/**
|
|
1763
|
-
* <p>Settings in JSON format for the source and target SAP ASE endpoint. For information
|
|
1764
|
-
* about other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html#CHAP_Source.SAP.ConnectionAttrib">Extra
|
|
1765
|
-
* connection attributes when using SAP ASE as a source for DMS</a> and <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html#CHAP_Target.SAP.ConnectionAttrib">Extra
|
|
1766
|
-
* connection attributes when using SAP ASE as a target for DMS</a> in the
|
|
1767
|
-
* <i>Database Migration Service User Guide.</i>
|
|
1768
|
-
* </p>
|
|
1769
|
-
* @public
|
|
1770
|
-
*/
|
|
1771
|
-
SybaseSettings?: SybaseSettings | undefined;
|
|
1772
|
-
/**
|
|
1773
|
-
* <p>Settings in JSON format for the source and target Microsoft SQL Server endpoint. For
|
|
1774
|
-
* information about other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.ConnectionAttrib">Extra connection attributes when using SQL Server as a source for DMS</a> and
|
|
1775
|
-
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html#CHAP_Target.SQLServer.ConnectionAttrib"> Extra connection attributes when using SQL Server as a target for DMS</a> in the
|
|
1776
|
-
* <i>Database Migration Service User Guide.</i>
|
|
1777
|
-
* </p>
|
|
1778
|
-
* @public
|
|
1779
|
-
*/
|
|
1780
|
-
MicrosoftSQLServerSettings?: MicrosoftSQLServerSettings | undefined;
|
|
1781
|
-
/**
|
|
1782
|
-
* <p>Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other
|
|
1783
|
-
* available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html#CHAP_Source.DB2.ConnectionAttrib">Extra
|
|
1784
|
-
* connection attributes when using Db2 LUW as a source for DMS</a> in the
|
|
1785
|
-
* <i>Database Migration Service User Guide.</i>
|
|
1786
|
-
* </p>
|
|
1787
|
-
* @public
|
|
1788
|
-
*/
|
|
1789
|
-
IBMDb2Settings?: IBMDb2Settings | undefined;
|
|
1790
|
-
/**
|
|
1791
|
-
* <p>Settings in JSON format for the source DocumentDB endpoint. For more information about
|
|
1792
|
-
* the available settings, see the configuration properties section in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html"> Using
|
|
1793
|
-
* DocumentDB as a Target for Database Migration Service </a> in the <i>Database Migration Service User
|
|
1794
|
-
* Guide.</i>
|
|
1795
|
-
* </p>
|
|
1796
|
-
* @public
|
|
1797
|
-
*/
|
|
1798
|
-
DocDbSettings?: DocDbSettings | undefined;
|
|
1799
|
-
/**
|
|
1800
|
-
* <p>Settings in JSON format for the Redis target endpoint.</p>
|
|
1801
|
-
* @public
|
|
1802
|
-
*/
|
|
1803
|
-
RedisSettings?: RedisSettings | undefined;
|
|
1804
|
-
/**
|
|
1805
|
-
* <p>If this attribute is Y, the current call to <code>ModifyEndpoint</code> replaces all
|
|
1806
|
-
* existing endpoint settings with the exact settings that you specify in this call. If this
|
|
1807
|
-
* attribute is N, the current call to <code>ModifyEndpoint</code> does two things: </p>
|
|
1808
|
-
* <ul>
|
|
1809
|
-
* <li>
|
|
1810
|
-
* <p>It replaces any endpoint settings that already exist with new values, for settings
|
|
1811
|
-
* with the same names.</p>
|
|
1812
|
-
* </li>
|
|
1813
|
-
* <li>
|
|
1814
|
-
* <p>It creates new endpoint settings that you specify in the call, for settings with
|
|
1815
|
-
* different names. </p>
|
|
1816
|
-
* </li>
|
|
1817
|
-
* </ul>
|
|
1818
|
-
* <p>For example, if you call <code>create-endpoint ... --endpoint-settings '\{"a":1\}'
|
|
1819
|
-
* ...</code>, the endpoint has the following endpoint settings: <code>'\{"a":1\}'</code>. If
|
|
1820
|
-
* you then call <code>modify-endpoint ... --endpoint-settings '\{"b":2\}' ...</code> for the
|
|
1821
|
-
* same endpoint, the endpoint has the following settings: <code>'\{"a":1,"b":2\}'</code>. </p>
|
|
1822
|
-
* <p>However, suppose that you follow this with a call to <code>modify-endpoint ...
|
|
1823
|
-
* --endpoint-settings '\{"b":2\}' --exact-settings ...</code> for that same endpoint again.
|
|
1824
|
-
* Then the endpoint has the following settings: <code>'\{"b":2\}'</code>. All existing settings
|
|
1825
|
-
* are replaced with the exact settings that you specify. </p>
|
|
1826
|
-
* @public
|
|
1827
|
-
*/
|
|
1828
|
-
ExactSettings?: boolean | undefined;
|
|
1829
|
-
/**
|
|
1830
|
-
* <p>Settings in JSON format for the source GCP MySQL endpoint.</p>
|
|
1831
|
-
* @public
|
|
1832
|
-
*/
|
|
1833
|
-
GcpMySQLSettings?: GcpMySQLSettings | undefined;
|
|
1834
|
-
/**
|
|
1835
|
-
* <p>Settings in JSON format for the target Amazon Timestream endpoint.</p>
|
|
1836
|
-
* @public
|
|
1837
|
-
*/
|
|
1838
|
-
TimestreamSettings?: TimestreamSettings | undefined;
|
|
1839
|
-
}
|
|
1840
|
-
/**
|
|
1841
|
-
* <p></p>
|
|
1842
|
-
* @public
|
|
1843
|
-
*/
|
|
1844
|
-
export interface ModifyEndpointResponse {
|
|
1845
|
-
/**
|
|
1846
|
-
* <p>The modified endpoint.</p>
|
|
1847
|
-
* @public
|
|
1848
|
-
*/
|
|
1849
|
-
Endpoint?: Endpoint | undefined;
|
|
1850
|
-
}
|
|
1851
|
-
/**
|
|
1852
|
-
* <p></p>
|
|
1853
|
-
* @public
|
|
1854
|
-
*/
|
|
1855
|
-
export interface ModifyEventSubscriptionMessage {
|
|
1856
|
-
/**
|
|
1857
|
-
* <p>The name of the DMS event notification subscription to be modified.</p>
|
|
1858
|
-
* @public
|
|
1859
|
-
*/
|
|
1860
|
-
SubscriptionName: string | undefined;
|
|
1861
|
-
/**
|
|
1862
|
-
* <p> The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.
|
|
1863
|
-
* The ARN is created by Amazon SNS when you create a topic and subscribe to it.</p>
|
|
1864
|
-
* @public
|
|
1865
|
-
*/
|
|
1866
|
-
SnsTopicArn?: string | undefined;
|
|
1867
|
-
/**
|
|
1868
|
-
* <p> The type of DMS resource that generates the events you want to subscribe to. </p>
|
|
1869
|
-
* <p>Valid values: replication-instance | replication-task</p>
|
|
1870
|
-
* @public
|
|
1871
|
-
*/
|
|
1872
|
-
SourceType?: string | undefined;
|
|
1873
|
-
/**
|
|
1874
|
-
* <p> A list of event categories for a source type that you want to subscribe to. Use the
|
|
1875
|
-
* <code>DescribeEventCategories</code> action to see a list of event categories. </p>
|
|
1876
|
-
* @public
|
|
1877
|
-
*/
|
|
1878
|
-
EventCategories?: string[] | undefined;
|
|
1879
|
-
/**
|
|
1880
|
-
* <p> A Boolean value; set to <b>true</b> to activate the
|
|
1881
|
-
* subscription. </p>
|
|
1882
|
-
* @public
|
|
1883
|
-
*/
|
|
1884
|
-
Enabled?: boolean | undefined;
|
|
1885
|
-
}
|
|
1886
|
-
/**
|
|
1887
|
-
* <p></p>
|
|
1888
|
-
* @public
|
|
1889
|
-
*/
|
|
1890
|
-
export interface ModifyEventSubscriptionResponse {
|
|
1891
|
-
/**
|
|
1892
|
-
* <p>The modified event subscription.</p>
|
|
1893
|
-
* @public
|
|
1894
|
-
*/
|
|
1895
|
-
EventSubscription?: EventSubscription | undefined;
|
|
1896
|
-
}
|
|
1897
|
-
/**
|
|
1898
|
-
* @public
|
|
1899
|
-
*/
|
|
1900
|
-
export interface ModifyInstanceProfileMessage {
|
|
1901
|
-
/**
|
|
1902
|
-
* <p>The identifier of the instance profile. Identifiers must begin with a letter and must contain
|
|
1903
|
-
* only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive
|
|
1904
|
-
* hyphens.</p>
|
|
1905
|
-
* @public
|
|
1906
|
-
*/
|
|
1907
|
-
InstanceProfileIdentifier: string | undefined;
|
|
1908
|
-
/**
|
|
1909
|
-
* <p>The Availability Zone where the instance profile runs.</p>
|
|
1910
|
-
* @public
|
|
1911
|
-
*/
|
|
1912
|
-
AvailabilityZone?: string | undefined;
|
|
1913
|
-
/**
|
|
1914
|
-
* <p>The Amazon Resource Name (ARN) of the KMS key that is used to encrypt
|
|
1915
|
-
* the connection parameters for the instance profile.</p>
|
|
1916
|
-
* <p>If you don't specify a value for the <code>KmsKeyArn</code> parameter, then
|
|
1917
|
-
* DMS uses an Amazon Web Services owned encryption key to encrypt your resources.</p>
|
|
1918
|
-
* @public
|
|
1919
|
-
*/
|
|
1920
|
-
KmsKeyArn?: string | undefined;
|
|
1921
|
-
/**
|
|
1922
|
-
* <p>Specifies the accessibility options for the instance profile. A value of
|
|
1923
|
-
* <code>true</code> represents an instance profile with a public IP address. A value of
|
|
1924
|
-
* <code>false</code> represents an instance profile with a private IP address. The default value
|
|
1925
|
-
* is <code>true</code>.</p>
|
|
1926
|
-
* @public
|
|
1927
|
-
*/
|
|
1928
|
-
PubliclyAccessible?: boolean | undefined;
|
|
1929
|
-
/**
|
|
1930
|
-
* <p>Specifies the network type for the instance profile. A value of <code>IPV4</code>
|
|
1931
|
-
* represents an instance profile with IPv4 network type and only supports IPv4 addressing.
|
|
1932
|
-
* A value of <code>IPV6</code> represents an instance profile with IPv6 network type
|
|
1933
|
-
* and only supports IPv6 addressing. A value of <code>DUAL</code> represents an instance
|
|
1934
|
-
* profile with dual network type that supports IPv4 and IPv6 addressing.</p>
|
|
1935
|
-
* @public
|
|
1936
|
-
*/
|
|
1937
|
-
NetworkType?: string | undefined;
|
|
1938
|
-
/**
|
|
1939
|
-
* <p>A user-friendly name for the instance profile.</p>
|
|
1940
|
-
* @public
|
|
1941
|
-
*/
|
|
1942
|
-
InstanceProfileName?: string | undefined;
|
|
1943
|
-
/**
|
|
1944
|
-
* <p>A user-friendly description for the instance profile.</p>
|
|
1945
|
-
* @public
|
|
1946
|
-
*/
|
|
1947
|
-
Description?: string | undefined;
|
|
1948
|
-
/**
|
|
1949
|
-
* <p>A subnet group to associate with the instance profile.</p>
|
|
1950
|
-
* @public
|
|
1951
|
-
*/
|
|
1952
|
-
SubnetGroupIdentifier?: string | undefined;
|
|
1953
|
-
/**
|
|
1954
|
-
* <p>Specifies the VPC security groups to be used with the instance profile.
|
|
1955
|
-
* The VPC security group must work with the VPC containing the instance profile.</p>
|
|
1956
|
-
* @public
|
|
1957
|
-
*/
|
|
1958
|
-
VpcSecurityGroups?: string[] | undefined;
|
|
1959
|
-
}
|
|
1960
|
-
/**
|
|
1961
|
-
* @public
|
|
1962
|
-
*/
|
|
1963
|
-
export interface ModifyInstanceProfileResponse {
|
|
1964
|
-
/**
|
|
1965
|
-
* <p>The instance profile that was modified.</p>
|
|
1966
|
-
* @public
|
|
1967
|
-
*/
|
|
1968
|
-
InstanceProfile?: InstanceProfile | undefined;
|
|
1969
|
-
}
|
|
1970
|
-
/**
|
|
1971
|
-
* @public
|
|
1972
|
-
*/
|
|
1973
|
-
export interface ModifyMigrationProjectMessage {
|
|
1974
|
-
/**
|
|
1975
|
-
* <p>The identifier of the migration project. Identifiers must begin with a letter
|
|
1976
|
-
* and must contain only ASCII letters, digits, and hyphens. They can't end with
|
|
1977
|
-
* a hyphen, or contain two consecutive hyphens.</p>
|
|
1978
|
-
* @public
|
|
1979
|
-
*/
|
|
1980
|
-
MigrationProjectIdentifier: string | undefined;
|
|
1981
|
-
/**
|
|
1982
|
-
* <p>A user-friendly name for the migration project.</p>
|
|
1983
|
-
* @public
|
|
1984
|
-
*/
|
|
1985
|
-
MigrationProjectName?: string | undefined;
|
|
1986
|
-
/**
|
|
1987
|
-
* <p>Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.</p>
|
|
1988
|
-
* @public
|
|
1989
|
-
*/
|
|
1990
|
-
SourceDataProviderDescriptors?: DataProviderDescriptorDefinition[] | undefined;
|
|
1991
|
-
/**
|
|
1992
|
-
* <p>Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.</p>
|
|
1993
|
-
* @public
|
|
1994
|
-
*/
|
|
1995
|
-
TargetDataProviderDescriptors?: DataProviderDescriptorDefinition[] | undefined;
|
|
1996
|
-
/**
|
|
1997
|
-
* <p>The name or Amazon Resource Name (ARN) for the instance profile.</p>
|
|
1998
|
-
* @public
|
|
1999
|
-
*/
|
|
2000
|
-
InstanceProfileIdentifier?: string | undefined;
|
|
2001
|
-
/**
|
|
2002
|
-
* <p>The settings in JSON format for migration rules. Migration rules make it possible for you to change
|
|
2003
|
-
* the object names according to the rules that you specify. For example, you can change an object name
|
|
2004
|
-
* to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.</p>
|
|
2005
|
-
* @public
|
|
2006
|
-
*/
|
|
2007
|
-
TransformationRules?: string | undefined;
|
|
2008
|
-
/**
|
|
2009
|
-
* <p>A user-friendly description of the migration project.</p>
|
|
2010
|
-
* @public
|
|
2011
|
-
*/
|
|
2012
|
-
Description?: string | undefined;
|
|
2013
|
-
/**
|
|
2014
|
-
* <p>The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.</p>
|
|
2015
|
-
* @public
|
|
2016
|
-
*/
|
|
2017
|
-
SchemaConversionApplicationAttributes?: SCApplicationAttributes | undefined;
|
|
2018
|
-
}
|
|
2019
|
-
/**
|
|
2020
|
-
* @public
|
|
2021
|
-
*/
|
|
2022
|
-
export interface ModifyMigrationProjectResponse {
|
|
2023
|
-
/**
|
|
2024
|
-
* <p>The migration project that was modified.</p>
|
|
2025
|
-
* @public
|
|
2026
|
-
*/
|
|
2027
|
-
MigrationProject?: MigrationProject | undefined;
|
|
2028
|
-
}
|
|
2029
|
-
/**
|
|
2030
|
-
* <p></p>
|
|
2031
|
-
* @public
|
|
2032
|
-
*/
|
|
2033
|
-
export interface ModifyReplicationConfigMessage {
|
|
2034
|
-
/**
|
|
2035
|
-
* <p>The Amazon Resource Name of the replication to modify.</p>
|
|
2036
|
-
* @public
|
|
2037
|
-
*/
|
|
2038
|
-
ReplicationConfigArn: string | undefined;
|
|
2039
|
-
/**
|
|
2040
|
-
* <p>The new replication config to apply to the replication.</p>
|
|
2041
|
-
* @public
|
|
2042
|
-
*/
|
|
2043
|
-
ReplicationConfigIdentifier?: string | undefined;
|
|
2044
|
-
/**
|
|
2045
|
-
* <p>The type of replication.</p>
|
|
2046
|
-
* @public
|
|
2047
|
-
*/
|
|
2048
|
-
ReplicationType?: MigrationTypeValue | undefined;
|
|
2049
|
-
/**
|
|
2050
|
-
* <p>Table mappings specified in the replication.</p>
|
|
2051
|
-
* @public
|
|
2052
|
-
*/
|
|
2053
|
-
TableMappings?: string | undefined;
|
|
2054
|
-
/**
|
|
2055
|
-
* <p>The settings for the replication.</p>
|
|
2056
|
-
* @public
|
|
2057
|
-
*/
|
|
2058
|
-
ReplicationSettings?: string | undefined;
|
|
2059
|
-
/**
|
|
2060
|
-
* <p>Additional settings for the replication.</p>
|
|
2061
|
-
* @public
|
|
2062
|
-
*/
|
|
2063
|
-
SupplementalSettings?: string | undefined;
|
|
2064
|
-
/**
|
|
2065
|
-
* <p>Configuration parameters for provisioning an DMS Serverless replication.</p>
|
|
2066
|
-
* @public
|
|
2067
|
-
*/
|
|
2068
|
-
ComputeConfig?: ComputeConfig | undefined;
|
|
2069
|
-
/**
|
|
2070
|
-
* <p>The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless
|
|
2071
|
-
* replication configuration.</p>
|
|
2072
|
-
* @public
|
|
2073
|
-
*/
|
|
2074
|
-
SourceEndpointArn?: string | undefined;
|
|
2075
|
-
/**
|
|
2076
|
-
* <p>The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless
|
|
2077
|
-
* replication configuration.</p>
|
|
2078
|
-
* @public
|
|
2079
|
-
*/
|
|
2080
|
-
TargetEndpointArn?: string | undefined;
|
|
2081
|
-
}
|
|
2082
|
-
/**
|
|
2083
|
-
* @public
|
|
2084
|
-
*/
|
|
2085
|
-
export interface ModifyReplicationConfigResponse {
|
|
2086
|
-
/**
|
|
2087
|
-
* <p>Information about the serverless replication config that was modified.</p>
|
|
2088
|
-
* @public
|
|
2089
|
-
*/
|
|
2090
|
-
ReplicationConfig?: ReplicationConfig | undefined;
|
|
2091
|
-
}
|
|
2092
|
-
/**
|
|
2093
|
-
* <p></p>
|
|
2094
|
-
* @public
|
|
2095
|
-
*/
|
|
2096
|
-
export interface ModifyReplicationInstanceMessage {
|
|
2097
|
-
/**
|
|
2098
|
-
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
2099
|
-
* @public
|
|
2100
|
-
*/
|
|
2101
|
-
ReplicationInstanceArn: string | undefined;
|
|
2102
|
-
/**
|
|
2103
|
-
* <p>The amount of storage (in gigabytes) to be allocated for the replication
|
|
2104
|
-
* instance.</p>
|
|
2105
|
-
* @public
|
|
2106
|
-
*/
|
|
2107
|
-
AllocatedStorage?: number | undefined;
|
|
2108
|
-
/**
|
|
2109
|
-
* <p>Indicates whether the changes should be applied immediately or during the next
|
|
2110
|
-
* maintenance window.</p>
|
|
2111
|
-
* @public
|
|
2112
|
-
*/
|
|
2113
|
-
ApplyImmediately?: boolean | undefined;
|
|
2114
|
-
/**
|
|
2115
|
-
* <p>The compute and memory capacity of the replication instance as defined for the specified
|
|
2116
|
-
* replication instance class. For example to specify the instance class dms.c4.large, set
|
|
2117
|
-
* this parameter to <code>"dms.c4.large"</code>.</p>
|
|
2118
|
-
* <p>For more information on the settings and capacities for the available replication
|
|
2119
|
-
* instance classes, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth"> Selecting the right DMS replication instance for your
|
|
2120
|
-
* migration</a>. </p>
|
|
2121
|
-
* @public
|
|
2122
|
-
*/
|
|
2123
|
-
ReplicationInstanceClass?: string | undefined;
|
|
2124
|
-
/**
|
|
2125
|
-
* <p> Specifies the VPC security group to be used with the replication instance. The VPC
|
|
2126
|
-
* security group must work with the VPC containing the replication instance. </p>
|
|
2127
|
-
* @public
|
|
2128
|
-
*/
|
|
2129
|
-
VpcSecurityGroupIds?: string[] | undefined;
|
|
2130
|
-
/**
|
|
2131
|
-
* <p>The weekly time range (in UTC) during which system maintenance can occur, which might
|
|
2132
|
-
* result in an outage. Changing this parameter does not result in an outage, except in the
|
|
2133
|
-
* following situation, and the change is asynchronously applied as soon as possible. If
|
|
2134
|
-
* moving this window to the current time, there must be at least 30 minutes between the
|
|
2135
|
-
* current time and end of the window to ensure pending changes are applied.</p>
|
|
2136
|
-
* <p>Default: Uses existing setting</p>
|
|
2137
|
-
* <p>Format: ddd:hh24:mi-ddd:hh24:mi</p>
|
|
2138
|
-
* <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p>
|
|
2139
|
-
* <p>Constraints: Must be at least 30 minutes</p>
|
|
2140
|
-
* @public
|
|
2141
|
-
*/
|
|
2142
|
-
PreferredMaintenanceWindow?: string | undefined;
|
|
2143
|
-
/**
|
|
2144
|
-
* <p> Specifies whether the replication instance is a Multi-AZ deployment. You can't set
|
|
2145
|
-
* the <code>AvailabilityZone</code> parameter if the Multi-AZ parameter is set to
|
|
2146
|
-
* <code>true</code>. </p>
|
|
2147
|
-
* @public
|
|
2148
|
-
*/
|
|
2149
|
-
MultiAZ?: boolean | undefined;
|
|
2150
|
-
/**
|
|
2151
|
-
* <p>The engine version number of the replication instance.</p>
|
|
2152
|
-
* <p>When modifying a major engine version of an instance, also set
|
|
2153
|
-
* <code>AllowMajorVersionUpgrade</code> to <code>true</code>.</p>
|
|
2154
|
-
* @public
|
|
2155
|
-
*/
|
|
2156
|
-
EngineVersion?: string | undefined;
|
|
2157
|
-
/**
|
|
2158
|
-
* <p>Indicates that major version upgrades are allowed. Changing this parameter does not
|
|
2159
|
-
* result in an outage, and the change is asynchronously applied as soon as possible.</p>
|
|
2160
|
-
* <p>This parameter must be set to <code>true</code> when specifying a value for the
|
|
2161
|
-
* <code>EngineVersion</code> parameter that is a different major version than the
|
|
2162
|
-
* replication instance's current version.</p>
|
|
2163
|
-
* @public
|
|
2164
|
-
*/
|
|
2165
|
-
AllowMajorVersionUpgrade?: boolean | undefined;
|
|
2166
|
-
/**
|
|
2167
|
-
* <p>A value that indicates that minor version upgrades are applied automatically to the
|
|
2168
|
-
* replication instance during the maintenance window. Changing this parameter doesn't result
|
|
2169
|
-
* in an outage, except in the case described following. The change is asynchronously applied
|
|
2170
|
-
* as soon as possible. </p>
|
|
2171
|
-
* <p>An outage does result if these factors apply: </p>
|
|
2172
|
-
* <ul>
|
|
2173
|
-
* <li>
|
|
2174
|
-
* <p>This parameter is set to <code>true</code> during the maintenance window.</p>
|
|
2175
|
-
* </li>
|
|
2176
|
-
* <li>
|
|
2177
|
-
* <p>A newer minor version is available. </p>
|
|
2178
|
-
* </li>
|
|
2179
|
-
* <li>
|
|
2180
|
-
* <p>DMS has enabled automatic patching for the given engine version. </p>
|
|
2181
|
-
* </li>
|
|
2182
|
-
* </ul>
|
|
2183
|
-
* @public
|
|
2184
|
-
*/
|
|
2185
|
-
AutoMinorVersionUpgrade?: boolean | undefined;
|
|
2186
|
-
/**
|
|
2187
|
-
* <p>The replication instance identifier. This parameter is stored as a lowercase
|
|
2188
|
-
* string.</p>
|
|
2189
|
-
* @public
|
|
2190
|
-
*/
|
|
2191
|
-
ReplicationInstanceIdentifier?: string | undefined;
|
|
2192
|
-
/**
|
|
2193
|
-
* <p>The type of IP address protocol used by a replication instance, such as IPv4 only or
|
|
2194
|
-
* Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet
|
|
2195
|
-
* supported.</p>
|
|
2196
|
-
* @public
|
|
2197
|
-
*/
|
|
2198
|
-
NetworkType?: string | undefined;
|
|
2199
|
-
/**
|
|
2200
|
-
* <p>Specifies the settings required for kerberos authentication when modifying a replication
|
|
2201
|
-
* instance.</p>
|
|
2202
|
-
* @public
|
|
2203
|
-
*/
|
|
2204
|
-
KerberosAuthenticationSettings?: KerberosAuthenticationSettings | undefined;
|
|
2205
|
-
}
|
|
2206
|
-
/**
|
|
2207
|
-
* <p></p>
|
|
2208
|
-
* @public
|
|
2209
|
-
*/
|
|
2210
|
-
export interface ModifyReplicationInstanceResponse {
|
|
2211
|
-
/**
|
|
2212
|
-
* <p>The modified replication instance.</p>
|
|
2213
|
-
* @public
|
|
2214
|
-
*/
|
|
2215
|
-
ReplicationInstance?: ReplicationInstance | undefined;
|
|
2216
|
-
}
|
|
2217
|
-
/**
|
|
2218
|
-
* <p>An upgrade dependency is preventing the database migration.</p>
|
|
2219
|
-
* @public
|
|
2220
|
-
*/
|
|
2221
|
-
export declare class UpgradeDependencyFailureFault extends __BaseException {
|
|
2222
|
-
readonly name: "UpgradeDependencyFailureFault";
|
|
2223
|
-
readonly $fault: "client";
|
|
2224
|
-
/**
|
|
2225
|
-
* @internal
|
|
2226
|
-
*/
|
|
2227
|
-
constructor(opts: __ExceptionOptionType<UpgradeDependencyFailureFault, __BaseException>);
|
|
2228
|
-
}
|
|
2229
|
-
/**
|
|
2230
|
-
* <p></p>
|
|
2231
|
-
* @public
|
|
2232
|
-
*/
|
|
2233
|
-
export interface ModifyReplicationSubnetGroupMessage {
|
|
2234
|
-
/**
|
|
2235
|
-
* <p>The name of the replication instance subnet group.</p>
|
|
2236
|
-
* @public
|
|
2237
|
-
*/
|
|
2238
|
-
ReplicationSubnetGroupIdentifier: string | undefined;
|
|
2239
|
-
/**
|
|
2240
|
-
* <p>A description for the replication instance subnet group.</p>
|
|
2241
|
-
* @public
|
|
2242
|
-
*/
|
|
2243
|
-
ReplicationSubnetGroupDescription?: string | undefined;
|
|
2244
|
-
/**
|
|
2245
|
-
* <p>A list of subnet IDs.</p>
|
|
2246
|
-
* @public
|
|
2247
|
-
*/
|
|
2248
|
-
SubnetIds: string[] | undefined;
|
|
2249
|
-
}
|
|
2250
|
-
/**
|
|
2251
|
-
* <p></p>
|
|
2252
|
-
* @public
|
|
2253
|
-
*/
|
|
2254
|
-
export interface ModifyReplicationSubnetGroupResponse {
|
|
2255
|
-
/**
|
|
2256
|
-
* <p>The modified replication subnet group.</p>
|
|
2257
|
-
* @public
|
|
2258
|
-
*/
|
|
2259
|
-
ReplicationSubnetGroup?: ReplicationSubnetGroup | undefined;
|
|
2260
|
-
}
|
|
2261
|
-
/**
|
|
2262
|
-
* <p>The specified subnet is already in use.</p>
|
|
2263
|
-
* @public
|
|
2264
|
-
*/
|
|
2265
|
-
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
2266
|
-
readonly name: "SubnetAlreadyInUse";
|
|
2267
|
-
readonly $fault: "client";
|
|
2268
|
-
/**
|
|
2269
|
-
* @internal
|
|
2270
|
-
*/
|
|
2271
|
-
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
2272
|
-
}
|
|
2273
|
-
/**
|
|
2274
|
-
* <p></p>
|
|
2275
|
-
* @public
|
|
2276
|
-
*/
|
|
2277
|
-
export interface ModifyReplicationTaskMessage {
|
|
2278
|
-
/**
|
|
2279
|
-
* <p>The Amazon Resource Name (ARN) of the replication task.</p>
|
|
2280
|
-
* @public
|
|
2281
|
-
*/
|
|
2282
|
-
ReplicationTaskArn: string | undefined;
|
|
2283
|
-
/**
|
|
2284
|
-
* <p>The replication task identifier.</p>
|
|
2285
|
-
* <p>Constraints:</p>
|
|
2286
|
-
* <ul>
|
|
2287
|
-
* <li>
|
|
2288
|
-
* <p>Must contain 1-255 alphanumeric characters or hyphens.</p>
|
|
2289
|
-
* </li>
|
|
2290
|
-
* <li>
|
|
2291
|
-
* <p>First character must be a letter.</p>
|
|
2292
|
-
* </li>
|
|
2293
|
-
* <li>
|
|
2294
|
-
* <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>
|
|
2295
|
-
* </li>
|
|
2296
|
-
* </ul>
|
|
2297
|
-
* @public
|
|
2298
|
-
*/
|
|
2299
|
-
ReplicationTaskIdentifier?: string | undefined;
|
|
2300
|
-
/**
|
|
2301
|
-
* <p>The migration type. Valid values: <code>full-load</code> | <code>cdc</code> |
|
|
2302
|
-
* <code>full-load-and-cdc</code>
|
|
2303
|
-
* </p>
|
|
2304
|
-
* @public
|
|
2305
|
-
*/
|
|
2306
|
-
MigrationType?: MigrationTypeValue | undefined;
|
|
2307
|
-
/**
|
|
2308
|
-
* <p>When using the CLI or boto3, provide the path of the JSON file that contains the table
|
|
2309
|
-
* mappings. Precede the path with <code>file://</code>. For example, <code>--table-mappings
|
|
2310
|
-
* file://mappingfile.json</code>. When working with the DMS API, provide the JSON as the
|
|
2311
|
-
* parameter value. </p>
|
|
2312
|
-
* @public
|
|
2313
|
-
*/
|
|
2314
|
-
TableMappings?: string | undefined;
|
|
2315
|
-
/**
|
|
2316
|
-
* <p>JSON file that contains settings for the task, such as task metadata settings.</p>
|
|
2317
|
-
* @public
|
|
2318
|
-
*/
|
|
2319
|
-
ReplicationTaskSettings?: string | undefined;
|
|
2320
|
-
/**
|
|
2321
|
-
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
2322
|
-
* CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start.
|
|
2323
|
-
* Specifying both values results in an error.</p>
|
|
2324
|
-
* <p>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</p>
|
|
2325
|
-
* @public
|
|
2326
|
-
*/
|
|
2327
|
-
CdcStartTime?: Date | undefined;
|
|
2328
|
-
/**
|
|
2329
|
-
* <p>Indicates when you want a change data capture (CDC) operation to start. Use either
|
|
2330
|
-
* CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.
|
|
2331
|
-
* Specifying both values results in an error.</p>
|
|
2332
|
-
* <p> The value can be in date, checkpoint, or LSN/SCN format.</p>
|
|
2333
|
-
* <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p>
|
|
2334
|
-
* <p>Checkpoint Example: --cdc-start-position
|
|
2335
|
-
* "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"</p>
|
|
2336
|
-
* <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p>
|
|
2337
|
-
* <note>
|
|
2338
|
-
* <p>When you use this task setting with a source PostgreSQL database, a logical
|
|
2339
|
-
* replication slot should already be created and associated with the source endpoint. You
|
|
2340
|
-
* can verify this by setting the <code>slotName</code> extra connection attribute to the
|
|
2341
|
-
* name of this logical replication slot. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib">Extra Connection Attributes When Using PostgreSQL as a Source
|
|
2342
|
-
* for DMS</a>.</p>
|
|
2343
|
-
* </note>
|
|
2344
|
-
* @public
|
|
2345
|
-
*/
|
|
2346
|
-
CdcStartPosition?: string | undefined;
|
|
2347
|
-
/**
|
|
2348
|
-
* <p>Indicates when you want a change data capture (CDC) operation to stop. The value can be
|
|
2349
|
-
* either server time or commit time.</p>
|
|
2350
|
-
* <p>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</p>
|
|
2351
|
-
* <p>Commit time example: --cdc-stop-position “commit_time:2018-02-09T12:12:12“</p>
|
|
2352
|
-
* @public
|
|
2353
|
-
*/
|
|
2354
|
-
CdcStopPosition?: string | undefined;
|
|
2355
|
-
/**
|
|
2356
|
-
* <p>Supplemental information that the task requires to migrate the data for certain source
|
|
2357
|
-
* and target endpoints. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html">Specifying Supplemental Data for
|
|
2358
|
-
* Task Settings</a> in the <i>Database Migration Service User Guide.</i>
|
|
2359
|
-
* </p>
|
|
2360
|
-
* @public
|
|
2361
|
-
*/
|
|
2362
|
-
TaskData?: string | undefined;
|
|
2363
|
-
}
|
|
2364
|
-
/**
|
|
2365
|
-
* <p></p>
|
|
2366
|
-
* @public
|
|
2367
|
-
*/
|
|
2368
|
-
export interface ModifyReplicationTaskResponse {
|
|
2369
|
-
/**
|
|
2370
|
-
* <p>The replication task that was modified.</p>
|
|
2371
|
-
* @public
|
|
2372
|
-
*/
|
|
2373
|
-
ReplicationTask?: ReplicationTask | undefined;
|
|
2374
|
-
}
|
|
2375
|
-
/**
|
|
2376
|
-
* <p></p>
|
|
2377
|
-
* @public
|
|
2378
|
-
*/
|
|
2379
|
-
export interface MoveReplicationTaskMessage {
|
|
2380
|
-
/**
|
|
2381
|
-
* <p>The Amazon Resource Name (ARN) of the task that you want to move.</p>
|
|
2382
|
-
* @public
|
|
2383
|
-
*/
|
|
2384
|
-
ReplicationTaskArn: string | undefined;
|
|
2385
|
-
/**
|
|
2386
|
-
* <p>The ARN of the replication instance where you want to move the task to.</p>
|
|
2387
|
-
* @public
|
|
2388
|
-
*/
|
|
2389
|
-
TargetReplicationInstanceArn: string | undefined;
|
|
2390
|
-
}
|
|
2391
|
-
/**
|
|
2392
|
-
* <p></p>
|
|
2393
|
-
* @public
|
|
2394
|
-
*/
|
|
2395
|
-
export interface MoveReplicationTaskResponse {
|
|
2396
|
-
/**
|
|
2397
|
-
* <p>The replication task that was moved.</p>
|
|
2398
|
-
* @public
|
|
2399
|
-
*/
|
|
2400
|
-
ReplicationTask?: ReplicationTask | undefined;
|
|
2401
|
-
}
|
|
2402
|
-
/**
|
|
2403
|
-
* @public
|
|
2404
|
-
*/
|
|
2405
|
-
export interface RebootReplicationInstanceMessage {
|
|
2406
|
-
/**
|
|
2407
|
-
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
2408
|
-
* @public
|
|
2409
|
-
*/
|
|
2410
|
-
ReplicationInstanceArn: string | undefined;
|
|
2411
|
-
/**
|
|
2412
|
-
* <p>If this parameter is <code>true</code>, the reboot is conducted through a Multi-AZ
|
|
2413
|
-
* failover. If the instance isn't configured for Multi-AZ, then you can't specify
|
|
2414
|
-
* <code>true</code>. ( <code>--force-planned-failover</code> and
|
|
2415
|
-
* <code>--force-failover</code> can't both be set to <code>true</code>.)</p>
|
|
2416
|
-
* @public
|
|
2417
|
-
*/
|
|
2418
|
-
ForceFailover?: boolean | undefined;
|
|
2419
|
-
/**
|
|
2420
|
-
* <p>If this parameter is <code>true</code>, the reboot is conducted through a planned
|
|
2421
|
-
* Multi-AZ failover where resources are released and cleaned up prior to conducting the
|
|
2422
|
-
* failover. If the instance isn''t configured for Multi-AZ, then you can't specify
|
|
2423
|
-
* <code>true</code>. ( <code>--force-planned-failover</code> and
|
|
2424
|
-
* <code>--force-failover</code> can't both be set to <code>true</code>.)</p>
|
|
2425
|
-
* @public
|
|
2426
|
-
*/
|
|
2427
|
-
ForcePlannedFailover?: boolean | undefined;
|
|
2428
|
-
}
|
|
2429
|
-
/**
|
|
2430
|
-
* @public
|
|
2431
|
-
*/
|
|
2432
|
-
export interface RebootReplicationInstanceResponse {
|
|
2433
|
-
/**
|
|
2434
|
-
* <p>The replication instance that is being rebooted. </p>
|
|
2435
|
-
* @public
|
|
2436
|
-
*/
|
|
2437
|
-
ReplicationInstance?: ReplicationInstance | undefined;
|
|
2438
|
-
}
|
|
1
|
+
import { OriginTypeValue, ReloadOptionValue, StartReplicationMigrationTypeValue, StartReplicationTaskTypeValue } from "./enums";
|
|
2
|
+
import { Connection, DataMigration, RecommendationSettings, RefreshSchemasStatus, Replication, ReplicationTask, ReplicationTaskAssessmentRun, Tag } from "./models_0";
|
|
2439
3
|
/**
|
|
2440
4
|
* <p></p>
|
|
2441
5
|
* @public
|
|
@@ -2463,18 +27,6 @@ export interface RefreshSchemasResponse {
|
|
|
2463
27
|
*/
|
|
2464
28
|
RefreshSchemasStatus?: RefreshSchemasStatus | undefined;
|
|
2465
29
|
}
|
|
2466
|
-
/**
|
|
2467
|
-
* @public
|
|
2468
|
-
* @enum
|
|
2469
|
-
*/
|
|
2470
|
-
export declare const ReloadOptionValue: {
|
|
2471
|
-
readonly DATA_RELOAD: "data-reload";
|
|
2472
|
-
readonly VALIDATE_ONLY: "validate-only";
|
|
2473
|
-
};
|
|
2474
|
-
/**
|
|
2475
|
-
* @public
|
|
2476
|
-
*/
|
|
2477
|
-
export type ReloadOptionValue = (typeof ReloadOptionValue)[keyof typeof ReloadOptionValue];
|
|
2478
30
|
/**
|
|
2479
31
|
* <p>Provides the name of the schema and table to be reloaded.</p>
|
|
2480
32
|
* @public
|
|
@@ -2597,19 +149,6 @@ export interface RunFleetAdvisorLsaAnalysisResponse {
|
|
|
2597
149
|
*/
|
|
2598
150
|
Status?: string | undefined;
|
|
2599
151
|
}
|
|
2600
|
-
/**
|
|
2601
|
-
* @public
|
|
2602
|
-
* @enum
|
|
2603
|
-
*/
|
|
2604
|
-
export declare const StartReplicationMigrationTypeValue: {
|
|
2605
|
-
readonly RELOAD_TARGET: "reload-target";
|
|
2606
|
-
readonly RESUME_PROCESSING: "resume-processing";
|
|
2607
|
-
readonly START_REPLICATION: "start-replication";
|
|
2608
|
-
};
|
|
2609
|
-
/**
|
|
2610
|
-
* @public
|
|
2611
|
-
*/
|
|
2612
|
-
export type StartReplicationMigrationTypeValue = (typeof StartReplicationMigrationTypeValue)[keyof typeof StartReplicationMigrationTypeValue];
|
|
2613
152
|
/**
|
|
2614
153
|
* @public
|
|
2615
154
|
*/
|
|
@@ -3014,19 +553,6 @@ export interface StartReplicationResponse {
|
|
|
3014
553
|
*/
|
|
3015
554
|
Replication?: Replication | undefined;
|
|
3016
555
|
}
|
|
3017
|
-
/**
|
|
3018
|
-
* @public
|
|
3019
|
-
* @enum
|
|
3020
|
-
*/
|
|
3021
|
-
export declare const StartReplicationTaskTypeValue: {
|
|
3022
|
-
readonly RELOAD_TARGET: "reload-target";
|
|
3023
|
-
readonly RESUME_PROCESSING: "resume-processing";
|
|
3024
|
-
readonly START_REPLICATION: "start-replication";
|
|
3025
|
-
};
|
|
3026
|
-
/**
|
|
3027
|
-
* @public
|
|
3028
|
-
*/
|
|
3029
|
-
export type StartReplicationTaskTypeValue = (typeof StartReplicationTaskTypeValue)[keyof typeof StartReplicationTaskTypeValue];
|
|
3030
556
|
/**
|
|
3031
557
|
* <p></p>
|
|
3032
558
|
* @public
|
|
@@ -3121,18 +647,6 @@ export interface StartReplicationTaskAssessmentResponse {
|
|
|
3121
647
|
*/
|
|
3122
648
|
ReplicationTask?: ReplicationTask | undefined;
|
|
3123
649
|
}
|
|
3124
|
-
/**
|
|
3125
|
-
* <p>An Key Management Service (KMS) error is preventing access to KMS.</p>
|
|
3126
|
-
* @public
|
|
3127
|
-
*/
|
|
3128
|
-
export declare class KMSFault extends __BaseException {
|
|
3129
|
-
readonly name: "KMSFault";
|
|
3130
|
-
readonly $fault: "client";
|
|
3131
|
-
/**
|
|
3132
|
-
* @internal
|
|
3133
|
-
*/
|
|
3134
|
-
constructor(opts: __ExceptionOptionType<KMSFault, __BaseException>);
|
|
3135
|
-
}
|
|
3136
650
|
/**
|
|
3137
651
|
* <p></p>
|
|
3138
652
|
* @public
|