@aws-sdk/client-database-migration-service 3.934.0 → 3.936.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 +19 -19
- 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
package/dist-cjs/index.js
CHANGED
|
@@ -154,16 +154,6 @@ let ResourceNotFoundFault$1 = class ResourceNotFoundFault extends DatabaseMigrat
|
|
|
154
154
|
Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
|
|
155
155
|
}
|
|
156
156
|
};
|
|
157
|
-
const MigrationTypeValue = {
|
|
158
|
-
CDC: "cdc",
|
|
159
|
-
FULL_LOAD: "full-load",
|
|
160
|
-
FULL_LOAD_AND_CDC: "full-load-and-cdc",
|
|
161
|
-
};
|
|
162
|
-
const TablePreparationMode = {
|
|
163
|
-
DO_NOTHING: "do-nothing",
|
|
164
|
-
DROP_TABLES_ON_TARGET: "drop-tables-on-target",
|
|
165
|
-
TRUNCATE: "truncate",
|
|
166
|
-
};
|
|
167
157
|
let FailedDependencyFault$1 = class FailedDependencyFault extends DatabaseMigrationServiceServiceException$1 {
|
|
168
158
|
name = "FailedDependencyFault";
|
|
169
159
|
$fault = "client";
|
|
@@ -214,150 +204,6 @@ let ResourceQuotaExceededFault$1 = class ResourceQuotaExceededFault extends Data
|
|
|
214
204
|
Object.setPrototypeOf(this, ResourceQuotaExceededFault.prototype);
|
|
215
205
|
}
|
|
216
206
|
};
|
|
217
|
-
const DmsSslModeValue = {
|
|
218
|
-
NONE: "none",
|
|
219
|
-
REQUIRE: "require",
|
|
220
|
-
VERIFY_CA: "verify-ca",
|
|
221
|
-
VERIFY_FULL: "verify-full",
|
|
222
|
-
};
|
|
223
|
-
const AuthMechanismValue = {
|
|
224
|
-
DEFAULT: "default",
|
|
225
|
-
MONGODB_CR: "mongodb_cr",
|
|
226
|
-
SCRAM_SHA_1: "scram_sha_1",
|
|
227
|
-
};
|
|
228
|
-
const AuthTypeValue = {
|
|
229
|
-
NO: "no",
|
|
230
|
-
PASSWORD: "password",
|
|
231
|
-
};
|
|
232
|
-
const NestingLevelValue = {
|
|
233
|
-
NONE: "none",
|
|
234
|
-
ONE: "one",
|
|
235
|
-
};
|
|
236
|
-
const ReplicationEndpointTypeValue = {
|
|
237
|
-
SOURCE: "source",
|
|
238
|
-
TARGET: "target",
|
|
239
|
-
};
|
|
240
|
-
const TargetDbType = {
|
|
241
|
-
MULTIPLE_DATABASES: "multiple-databases",
|
|
242
|
-
SPECIFIC_DATABASE: "specific-database",
|
|
243
|
-
};
|
|
244
|
-
const MessageFormatValue = {
|
|
245
|
-
JSON: "json",
|
|
246
|
-
JSON_UNFORMATTED: "json-unformatted",
|
|
247
|
-
};
|
|
248
|
-
const KafkaSaslMechanism = {
|
|
249
|
-
PLAIN: "plain",
|
|
250
|
-
SCRAM_SHA_512: "scram-sha-512",
|
|
251
|
-
};
|
|
252
|
-
const KafkaSecurityProtocol = {
|
|
253
|
-
PLAINTEXT: "plaintext",
|
|
254
|
-
SASL_SSL: "sasl-ssl",
|
|
255
|
-
SSL_AUTHENTICATION: "ssl-authentication",
|
|
256
|
-
SSL_ENCRYPTION: "ssl-encryption",
|
|
257
|
-
};
|
|
258
|
-
const KafkaSslEndpointIdentificationAlgorithm = {
|
|
259
|
-
HTTPS: "https",
|
|
260
|
-
NONE: "none",
|
|
261
|
-
};
|
|
262
|
-
const SqlServerAuthenticationMethod = {
|
|
263
|
-
Kerberos: "kerberos",
|
|
264
|
-
Password: "password",
|
|
265
|
-
};
|
|
266
|
-
const SafeguardPolicy = {
|
|
267
|
-
EXCLUSIVE_AUTOMATIC_TRUNCATION: "exclusive-automatic-truncation",
|
|
268
|
-
RELY_ON_SQL_SERVER_REPLICATION_AGENT: "rely-on-sql-server-replication-agent",
|
|
269
|
-
SHARED_AUTOMATIC_TRUNCATION: "shared-automatic-truncation",
|
|
270
|
-
};
|
|
271
|
-
const TlogAccessMode = {
|
|
272
|
-
BackupOnly: "BackupOnly",
|
|
273
|
-
PreferBackup: "PreferBackup",
|
|
274
|
-
PreferTlog: "PreferTlog",
|
|
275
|
-
TlogOnly: "TlogOnly",
|
|
276
|
-
};
|
|
277
|
-
const MySQLAuthenticationMethod = {
|
|
278
|
-
IAM: "iam",
|
|
279
|
-
Password: "password",
|
|
280
|
-
};
|
|
281
|
-
const OracleAuthenticationMethod = {
|
|
282
|
-
Kerberos: "kerberos",
|
|
283
|
-
Password: "password",
|
|
284
|
-
};
|
|
285
|
-
const CharLengthSemantics = {
|
|
286
|
-
BYTE: "byte",
|
|
287
|
-
CHAR: "char",
|
|
288
|
-
DEFAULT: "default",
|
|
289
|
-
};
|
|
290
|
-
const PostgreSQLAuthenticationMethod = {
|
|
291
|
-
IAM: "iam",
|
|
292
|
-
Password: "password",
|
|
293
|
-
};
|
|
294
|
-
const DatabaseMode = {
|
|
295
|
-
BABELFISH: "babelfish",
|
|
296
|
-
DEFAULT: "default",
|
|
297
|
-
};
|
|
298
|
-
const LongVarcharMappingType = {
|
|
299
|
-
CLOB: "clob",
|
|
300
|
-
NCLOB: "nclob",
|
|
301
|
-
WSTRING: "wstring",
|
|
302
|
-
};
|
|
303
|
-
const PluginNameValue = {
|
|
304
|
-
NO_PREFERENCE: "no-preference",
|
|
305
|
-
PGLOGICAL: "pglogical",
|
|
306
|
-
TEST_DECODING: "test-decoding",
|
|
307
|
-
};
|
|
308
|
-
const RedisAuthTypeValue = {
|
|
309
|
-
AUTH_ROLE: "auth-role",
|
|
310
|
-
AUTH_TOKEN: "auth-token",
|
|
311
|
-
NONE: "none",
|
|
312
|
-
};
|
|
313
|
-
const SslSecurityProtocolValue = {
|
|
314
|
-
PLAINTEXT: "plaintext",
|
|
315
|
-
SSL_ENCRYPTION: "ssl-encryption",
|
|
316
|
-
};
|
|
317
|
-
const EncryptionModeValue = {
|
|
318
|
-
SSE_KMS: "sse-kms",
|
|
319
|
-
SSE_S3: "sse-s3",
|
|
320
|
-
};
|
|
321
|
-
const CannedAclForObjectsValue = {
|
|
322
|
-
AUTHENTICATED_READ: "authenticated-read",
|
|
323
|
-
AWS_EXEC_READ: "aws-exec-read",
|
|
324
|
-
BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
|
|
325
|
-
BUCKET_OWNER_READ: "bucket-owner-read",
|
|
326
|
-
NONE: "none",
|
|
327
|
-
PRIVATE: "private",
|
|
328
|
-
PUBLIC_READ: "public-read",
|
|
329
|
-
PUBLIC_READ_WRITE: "public-read-write",
|
|
330
|
-
};
|
|
331
|
-
const CompressionTypeValue = {
|
|
332
|
-
GZIP: "gzip",
|
|
333
|
-
NONE: "none",
|
|
334
|
-
};
|
|
335
|
-
const DataFormatValue = {
|
|
336
|
-
CSV: "csv",
|
|
337
|
-
PARQUET: "parquet",
|
|
338
|
-
};
|
|
339
|
-
const DatePartitionDelimiterValue = {
|
|
340
|
-
DASH: "DASH",
|
|
341
|
-
NONE: "NONE",
|
|
342
|
-
SLASH: "SLASH",
|
|
343
|
-
UNDERSCORE: "UNDERSCORE",
|
|
344
|
-
};
|
|
345
|
-
const DatePartitionSequenceValue = {
|
|
346
|
-
DDMMYYYY: "DDMMYYYY",
|
|
347
|
-
MMYYYYDD: "MMYYYYDD",
|
|
348
|
-
YYYYMM: "YYYYMM",
|
|
349
|
-
YYYYMMDD: "YYYYMMDD",
|
|
350
|
-
YYYYMMDDHH: "YYYYMMDDHH",
|
|
351
|
-
};
|
|
352
|
-
const EncodingTypeValue = {
|
|
353
|
-
PLAIN: "plain",
|
|
354
|
-
PLAIN_DICTIONARY: "plain-dictionary",
|
|
355
|
-
RLE_DICTIONARY: "rle-dictionary",
|
|
356
|
-
};
|
|
357
|
-
const ParquetVersionValue = {
|
|
358
|
-
PARQUET_1_0: "parquet-1-0",
|
|
359
|
-
PARQUET_2_0: "parquet-2-0",
|
|
360
|
-
};
|
|
361
207
|
let KMSKeyNotAccessibleFault$1 = class KMSKeyNotAccessibleFault extends DatabaseMigrationServiceServiceException$1 {
|
|
362
208
|
name = "KMSKeyNotAccessibleFault";
|
|
363
209
|
$fault = "client";
|
|
@@ -538,42 +384,6 @@ let CollectorNotFoundFault$1 = class CollectorNotFoundFault extends DatabaseMigr
|
|
|
538
384
|
Object.setPrototypeOf(this, CollectorNotFoundFault.prototype);
|
|
539
385
|
}
|
|
540
386
|
};
|
|
541
|
-
const EndpointSettingTypeValue = {
|
|
542
|
-
BOOLEAN: "boolean",
|
|
543
|
-
ENUM: "enum",
|
|
544
|
-
INTEGER: "integer",
|
|
545
|
-
STRING: "string",
|
|
546
|
-
};
|
|
547
|
-
const ReleaseStatusValues = {
|
|
548
|
-
BETA: "beta",
|
|
549
|
-
PROD: "prod",
|
|
550
|
-
};
|
|
551
|
-
const SourceType = {
|
|
552
|
-
replication_instance: "replication-instance",
|
|
553
|
-
};
|
|
554
|
-
const CollectorStatus = {
|
|
555
|
-
ACTIVE: "ACTIVE",
|
|
556
|
-
UNREGISTERED: "UNREGISTERED",
|
|
557
|
-
};
|
|
558
|
-
const VersionStatus = {
|
|
559
|
-
OUTDATED: "OUTDATED",
|
|
560
|
-
UNSUPPORTED: "UNSUPPORTED",
|
|
561
|
-
UP_TO_DATE: "UP_TO_DATE",
|
|
562
|
-
};
|
|
563
|
-
const OriginTypeValue = {
|
|
564
|
-
SOURCE: "SOURCE",
|
|
565
|
-
TARGET: "TARGET",
|
|
566
|
-
};
|
|
567
|
-
const RefreshSchemasStatusTypeValue = {
|
|
568
|
-
FAILED: "failed",
|
|
569
|
-
REFRESHING: "refreshing",
|
|
570
|
-
SUCCESSFUL: "successful",
|
|
571
|
-
};
|
|
572
|
-
|
|
573
|
-
const AssessmentReportType = {
|
|
574
|
-
CSV: "csv",
|
|
575
|
-
PDF: "pdf",
|
|
576
|
-
};
|
|
577
387
|
let InvalidCertificateFault$1 = class InvalidCertificateFault extends DatabaseMigrationServiceServiceException$1 {
|
|
578
388
|
name = "InvalidCertificateFault";
|
|
579
389
|
$fault = "client";
|
|
@@ -610,20 +420,6 @@ let SubnetAlreadyInUse$1 = class SubnetAlreadyInUse extends DatabaseMigrationSer
|
|
|
610
420
|
Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
|
|
611
421
|
}
|
|
612
422
|
};
|
|
613
|
-
const ReloadOptionValue = {
|
|
614
|
-
DATA_RELOAD: "data-reload",
|
|
615
|
-
VALIDATE_ONLY: "validate-only",
|
|
616
|
-
};
|
|
617
|
-
const StartReplicationMigrationTypeValue = {
|
|
618
|
-
RELOAD_TARGET: "reload-target",
|
|
619
|
-
RESUME_PROCESSING: "resume-processing",
|
|
620
|
-
START_REPLICATION: "start-replication",
|
|
621
|
-
};
|
|
622
|
-
const StartReplicationTaskTypeValue = {
|
|
623
|
-
RELOAD_TARGET: "reload-target",
|
|
624
|
-
RESUME_PROCESSING: "resume-processing",
|
|
625
|
-
START_REPLICATION: "start-replication",
|
|
626
|
-
};
|
|
627
423
|
let KMSFault$1 = class KMSFault extends DatabaseMigrationServiceServiceException$1 {
|
|
628
424
|
name = "KMSFault";
|
|
629
425
|
$fault = "client";
|
|
@@ -8378,6 +8174,210 @@ const waitUntilTestConnectionSucceeds = async (params, input) => {
|
|
|
8378
8174
|
return utilWaiter.checkExceptions(result);
|
|
8379
8175
|
};
|
|
8380
8176
|
|
|
8177
|
+
const MigrationTypeValue = {
|
|
8178
|
+
CDC: "cdc",
|
|
8179
|
+
FULL_LOAD: "full-load",
|
|
8180
|
+
FULL_LOAD_AND_CDC: "full-load-and-cdc",
|
|
8181
|
+
};
|
|
8182
|
+
const TablePreparationMode = {
|
|
8183
|
+
DO_NOTHING: "do-nothing",
|
|
8184
|
+
DROP_TABLES_ON_TARGET: "drop-tables-on-target",
|
|
8185
|
+
TRUNCATE: "truncate",
|
|
8186
|
+
};
|
|
8187
|
+
const DmsSslModeValue = {
|
|
8188
|
+
NONE: "none",
|
|
8189
|
+
REQUIRE: "require",
|
|
8190
|
+
VERIFY_CA: "verify-ca",
|
|
8191
|
+
VERIFY_FULL: "verify-full",
|
|
8192
|
+
};
|
|
8193
|
+
const AuthMechanismValue = {
|
|
8194
|
+
DEFAULT: "default",
|
|
8195
|
+
MONGODB_CR: "mongodb_cr",
|
|
8196
|
+
SCRAM_SHA_1: "scram_sha_1",
|
|
8197
|
+
};
|
|
8198
|
+
const AuthTypeValue = {
|
|
8199
|
+
NO: "no",
|
|
8200
|
+
PASSWORD: "password",
|
|
8201
|
+
};
|
|
8202
|
+
const NestingLevelValue = {
|
|
8203
|
+
NONE: "none",
|
|
8204
|
+
ONE: "one",
|
|
8205
|
+
};
|
|
8206
|
+
const ReplicationEndpointTypeValue = {
|
|
8207
|
+
SOURCE: "source",
|
|
8208
|
+
TARGET: "target",
|
|
8209
|
+
};
|
|
8210
|
+
const TargetDbType = {
|
|
8211
|
+
MULTIPLE_DATABASES: "multiple-databases",
|
|
8212
|
+
SPECIFIC_DATABASE: "specific-database",
|
|
8213
|
+
};
|
|
8214
|
+
const MessageFormatValue = {
|
|
8215
|
+
JSON: "json",
|
|
8216
|
+
JSON_UNFORMATTED: "json-unformatted",
|
|
8217
|
+
};
|
|
8218
|
+
const KafkaSaslMechanism = {
|
|
8219
|
+
PLAIN: "plain",
|
|
8220
|
+
SCRAM_SHA_512: "scram-sha-512",
|
|
8221
|
+
};
|
|
8222
|
+
const KafkaSecurityProtocol = {
|
|
8223
|
+
PLAINTEXT: "plaintext",
|
|
8224
|
+
SASL_SSL: "sasl-ssl",
|
|
8225
|
+
SSL_AUTHENTICATION: "ssl-authentication",
|
|
8226
|
+
SSL_ENCRYPTION: "ssl-encryption",
|
|
8227
|
+
};
|
|
8228
|
+
const KafkaSslEndpointIdentificationAlgorithm = {
|
|
8229
|
+
HTTPS: "https",
|
|
8230
|
+
NONE: "none",
|
|
8231
|
+
};
|
|
8232
|
+
const SqlServerAuthenticationMethod = {
|
|
8233
|
+
Kerberos: "kerberos",
|
|
8234
|
+
Password: "password",
|
|
8235
|
+
};
|
|
8236
|
+
const SafeguardPolicy = {
|
|
8237
|
+
EXCLUSIVE_AUTOMATIC_TRUNCATION: "exclusive-automatic-truncation",
|
|
8238
|
+
RELY_ON_SQL_SERVER_REPLICATION_AGENT: "rely-on-sql-server-replication-agent",
|
|
8239
|
+
SHARED_AUTOMATIC_TRUNCATION: "shared-automatic-truncation",
|
|
8240
|
+
};
|
|
8241
|
+
const TlogAccessMode = {
|
|
8242
|
+
BackupOnly: "BackupOnly",
|
|
8243
|
+
PreferBackup: "PreferBackup",
|
|
8244
|
+
PreferTlog: "PreferTlog",
|
|
8245
|
+
TlogOnly: "TlogOnly",
|
|
8246
|
+
};
|
|
8247
|
+
const MySQLAuthenticationMethod = {
|
|
8248
|
+
IAM: "iam",
|
|
8249
|
+
Password: "password",
|
|
8250
|
+
};
|
|
8251
|
+
const OracleAuthenticationMethod = {
|
|
8252
|
+
Kerberos: "kerberos",
|
|
8253
|
+
Password: "password",
|
|
8254
|
+
};
|
|
8255
|
+
const CharLengthSemantics = {
|
|
8256
|
+
BYTE: "byte",
|
|
8257
|
+
CHAR: "char",
|
|
8258
|
+
DEFAULT: "default",
|
|
8259
|
+
};
|
|
8260
|
+
const PostgreSQLAuthenticationMethod = {
|
|
8261
|
+
IAM: "iam",
|
|
8262
|
+
Password: "password",
|
|
8263
|
+
};
|
|
8264
|
+
const DatabaseMode = {
|
|
8265
|
+
BABELFISH: "babelfish",
|
|
8266
|
+
DEFAULT: "default",
|
|
8267
|
+
};
|
|
8268
|
+
const LongVarcharMappingType = {
|
|
8269
|
+
CLOB: "clob",
|
|
8270
|
+
NCLOB: "nclob",
|
|
8271
|
+
WSTRING: "wstring",
|
|
8272
|
+
};
|
|
8273
|
+
const PluginNameValue = {
|
|
8274
|
+
NO_PREFERENCE: "no-preference",
|
|
8275
|
+
PGLOGICAL: "pglogical",
|
|
8276
|
+
TEST_DECODING: "test-decoding",
|
|
8277
|
+
};
|
|
8278
|
+
const RedisAuthTypeValue = {
|
|
8279
|
+
AUTH_ROLE: "auth-role",
|
|
8280
|
+
AUTH_TOKEN: "auth-token",
|
|
8281
|
+
NONE: "none",
|
|
8282
|
+
};
|
|
8283
|
+
const SslSecurityProtocolValue = {
|
|
8284
|
+
PLAINTEXT: "plaintext",
|
|
8285
|
+
SSL_ENCRYPTION: "ssl-encryption",
|
|
8286
|
+
};
|
|
8287
|
+
const EncryptionModeValue = {
|
|
8288
|
+
SSE_KMS: "sse-kms",
|
|
8289
|
+
SSE_S3: "sse-s3",
|
|
8290
|
+
};
|
|
8291
|
+
const CannedAclForObjectsValue = {
|
|
8292
|
+
AUTHENTICATED_READ: "authenticated-read",
|
|
8293
|
+
AWS_EXEC_READ: "aws-exec-read",
|
|
8294
|
+
BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
|
|
8295
|
+
BUCKET_OWNER_READ: "bucket-owner-read",
|
|
8296
|
+
NONE: "none",
|
|
8297
|
+
PRIVATE: "private",
|
|
8298
|
+
PUBLIC_READ: "public-read",
|
|
8299
|
+
PUBLIC_READ_WRITE: "public-read-write",
|
|
8300
|
+
};
|
|
8301
|
+
const CompressionTypeValue = {
|
|
8302
|
+
GZIP: "gzip",
|
|
8303
|
+
NONE: "none",
|
|
8304
|
+
};
|
|
8305
|
+
const DataFormatValue = {
|
|
8306
|
+
CSV: "csv",
|
|
8307
|
+
PARQUET: "parquet",
|
|
8308
|
+
};
|
|
8309
|
+
const DatePartitionDelimiterValue = {
|
|
8310
|
+
DASH: "DASH",
|
|
8311
|
+
NONE: "NONE",
|
|
8312
|
+
SLASH: "SLASH",
|
|
8313
|
+
UNDERSCORE: "UNDERSCORE",
|
|
8314
|
+
};
|
|
8315
|
+
const DatePartitionSequenceValue = {
|
|
8316
|
+
DDMMYYYY: "DDMMYYYY",
|
|
8317
|
+
MMYYYYDD: "MMYYYYDD",
|
|
8318
|
+
YYYYMM: "YYYYMM",
|
|
8319
|
+
YYYYMMDD: "YYYYMMDD",
|
|
8320
|
+
YYYYMMDDHH: "YYYYMMDDHH",
|
|
8321
|
+
};
|
|
8322
|
+
const EncodingTypeValue = {
|
|
8323
|
+
PLAIN: "plain",
|
|
8324
|
+
PLAIN_DICTIONARY: "plain-dictionary",
|
|
8325
|
+
RLE_DICTIONARY: "rle-dictionary",
|
|
8326
|
+
};
|
|
8327
|
+
const ParquetVersionValue = {
|
|
8328
|
+
PARQUET_1_0: "parquet-1-0",
|
|
8329
|
+
PARQUET_2_0: "parquet-2-0",
|
|
8330
|
+
};
|
|
8331
|
+
const EndpointSettingTypeValue = {
|
|
8332
|
+
BOOLEAN: "boolean",
|
|
8333
|
+
ENUM: "enum",
|
|
8334
|
+
INTEGER: "integer",
|
|
8335
|
+
STRING: "string",
|
|
8336
|
+
};
|
|
8337
|
+
const ReleaseStatusValues = {
|
|
8338
|
+
BETA: "beta",
|
|
8339
|
+
PROD: "prod",
|
|
8340
|
+
};
|
|
8341
|
+
const SourceType = {
|
|
8342
|
+
replication_instance: "replication-instance",
|
|
8343
|
+
};
|
|
8344
|
+
const CollectorStatus = {
|
|
8345
|
+
ACTIVE: "ACTIVE",
|
|
8346
|
+
UNREGISTERED: "UNREGISTERED",
|
|
8347
|
+
};
|
|
8348
|
+
const VersionStatus = {
|
|
8349
|
+
OUTDATED: "OUTDATED",
|
|
8350
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
8351
|
+
UP_TO_DATE: "UP_TO_DATE",
|
|
8352
|
+
};
|
|
8353
|
+
const OriginTypeValue = {
|
|
8354
|
+
SOURCE: "SOURCE",
|
|
8355
|
+
TARGET: "TARGET",
|
|
8356
|
+
};
|
|
8357
|
+
const RefreshSchemasStatusTypeValue = {
|
|
8358
|
+
FAILED: "failed",
|
|
8359
|
+
REFRESHING: "refreshing",
|
|
8360
|
+
SUCCESSFUL: "successful",
|
|
8361
|
+
};
|
|
8362
|
+
const AssessmentReportType = {
|
|
8363
|
+
CSV: "csv",
|
|
8364
|
+
PDF: "pdf",
|
|
8365
|
+
};
|
|
8366
|
+
const ReloadOptionValue = {
|
|
8367
|
+
DATA_RELOAD: "data-reload",
|
|
8368
|
+
VALIDATE_ONLY: "validate-only",
|
|
8369
|
+
};
|
|
8370
|
+
const StartReplicationMigrationTypeValue = {
|
|
8371
|
+
RELOAD_TARGET: "reload-target",
|
|
8372
|
+
RESUME_PROCESSING: "resume-processing",
|
|
8373
|
+
START_REPLICATION: "start-replication",
|
|
8374
|
+
};
|
|
8375
|
+
const StartReplicationTaskTypeValue = {
|
|
8376
|
+
RELOAD_TARGET: "reload-target",
|
|
8377
|
+
RESUME_PROCESSING: "resume-processing",
|
|
8378
|
+
START_REPLICATION: "start-replication",
|
|
8379
|
+
};
|
|
8380
|
+
|
|
8381
8381
|
Object.defineProperty(exports, "$Command", {
|
|
8382
8382
|
enumerable: true,
|
|
8383
8383
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -3,5 +3,6 @@ export * from "./DatabaseMigrationService";
|
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
5
|
export * from "./waiters";
|
|
6
|
-
export * from "./models";
|
|
6
|
+
export * from "./models/enums";
|
|
7
|
+
export * from "./models/errors";
|
|
7
8
|
export { DatabaseMigrationServiceServiceException } from "./models/DatabaseMigrationServiceServiceException";
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
export const MigrationTypeValue = {
|
|
2
|
+
CDC: "cdc",
|
|
3
|
+
FULL_LOAD: "full-load",
|
|
4
|
+
FULL_LOAD_AND_CDC: "full-load-and-cdc",
|
|
5
|
+
};
|
|
6
|
+
export const TablePreparationMode = {
|
|
7
|
+
DO_NOTHING: "do-nothing",
|
|
8
|
+
DROP_TABLES_ON_TARGET: "drop-tables-on-target",
|
|
9
|
+
TRUNCATE: "truncate",
|
|
10
|
+
};
|
|
11
|
+
export const DmsSslModeValue = {
|
|
12
|
+
NONE: "none",
|
|
13
|
+
REQUIRE: "require",
|
|
14
|
+
VERIFY_CA: "verify-ca",
|
|
15
|
+
VERIFY_FULL: "verify-full",
|
|
16
|
+
};
|
|
17
|
+
export const AuthMechanismValue = {
|
|
18
|
+
DEFAULT: "default",
|
|
19
|
+
MONGODB_CR: "mongodb_cr",
|
|
20
|
+
SCRAM_SHA_1: "scram_sha_1",
|
|
21
|
+
};
|
|
22
|
+
export const AuthTypeValue = {
|
|
23
|
+
NO: "no",
|
|
24
|
+
PASSWORD: "password",
|
|
25
|
+
};
|
|
26
|
+
export const NestingLevelValue = {
|
|
27
|
+
NONE: "none",
|
|
28
|
+
ONE: "one",
|
|
29
|
+
};
|
|
30
|
+
export const ReplicationEndpointTypeValue = {
|
|
31
|
+
SOURCE: "source",
|
|
32
|
+
TARGET: "target",
|
|
33
|
+
};
|
|
34
|
+
export const TargetDbType = {
|
|
35
|
+
MULTIPLE_DATABASES: "multiple-databases",
|
|
36
|
+
SPECIFIC_DATABASE: "specific-database",
|
|
37
|
+
};
|
|
38
|
+
export const MessageFormatValue = {
|
|
39
|
+
JSON: "json",
|
|
40
|
+
JSON_UNFORMATTED: "json-unformatted",
|
|
41
|
+
};
|
|
42
|
+
export const KafkaSaslMechanism = {
|
|
43
|
+
PLAIN: "plain",
|
|
44
|
+
SCRAM_SHA_512: "scram-sha-512",
|
|
45
|
+
};
|
|
46
|
+
export const KafkaSecurityProtocol = {
|
|
47
|
+
PLAINTEXT: "plaintext",
|
|
48
|
+
SASL_SSL: "sasl-ssl",
|
|
49
|
+
SSL_AUTHENTICATION: "ssl-authentication",
|
|
50
|
+
SSL_ENCRYPTION: "ssl-encryption",
|
|
51
|
+
};
|
|
52
|
+
export const KafkaSslEndpointIdentificationAlgorithm = {
|
|
53
|
+
HTTPS: "https",
|
|
54
|
+
NONE: "none",
|
|
55
|
+
};
|
|
56
|
+
export const SqlServerAuthenticationMethod = {
|
|
57
|
+
Kerberos: "kerberos",
|
|
58
|
+
Password: "password",
|
|
59
|
+
};
|
|
60
|
+
export const SafeguardPolicy = {
|
|
61
|
+
EXCLUSIVE_AUTOMATIC_TRUNCATION: "exclusive-automatic-truncation",
|
|
62
|
+
RELY_ON_SQL_SERVER_REPLICATION_AGENT: "rely-on-sql-server-replication-agent",
|
|
63
|
+
SHARED_AUTOMATIC_TRUNCATION: "shared-automatic-truncation",
|
|
64
|
+
};
|
|
65
|
+
export const TlogAccessMode = {
|
|
66
|
+
BackupOnly: "BackupOnly",
|
|
67
|
+
PreferBackup: "PreferBackup",
|
|
68
|
+
PreferTlog: "PreferTlog",
|
|
69
|
+
TlogOnly: "TlogOnly",
|
|
70
|
+
};
|
|
71
|
+
export const MySQLAuthenticationMethod = {
|
|
72
|
+
IAM: "iam",
|
|
73
|
+
Password: "password",
|
|
74
|
+
};
|
|
75
|
+
export const OracleAuthenticationMethod = {
|
|
76
|
+
Kerberos: "kerberos",
|
|
77
|
+
Password: "password",
|
|
78
|
+
};
|
|
79
|
+
export const CharLengthSemantics = {
|
|
80
|
+
BYTE: "byte",
|
|
81
|
+
CHAR: "char",
|
|
82
|
+
DEFAULT: "default",
|
|
83
|
+
};
|
|
84
|
+
export const PostgreSQLAuthenticationMethod = {
|
|
85
|
+
IAM: "iam",
|
|
86
|
+
Password: "password",
|
|
87
|
+
};
|
|
88
|
+
export const DatabaseMode = {
|
|
89
|
+
BABELFISH: "babelfish",
|
|
90
|
+
DEFAULT: "default",
|
|
91
|
+
};
|
|
92
|
+
export const LongVarcharMappingType = {
|
|
93
|
+
CLOB: "clob",
|
|
94
|
+
NCLOB: "nclob",
|
|
95
|
+
WSTRING: "wstring",
|
|
96
|
+
};
|
|
97
|
+
export const PluginNameValue = {
|
|
98
|
+
NO_PREFERENCE: "no-preference",
|
|
99
|
+
PGLOGICAL: "pglogical",
|
|
100
|
+
TEST_DECODING: "test-decoding",
|
|
101
|
+
};
|
|
102
|
+
export const RedisAuthTypeValue = {
|
|
103
|
+
AUTH_ROLE: "auth-role",
|
|
104
|
+
AUTH_TOKEN: "auth-token",
|
|
105
|
+
NONE: "none",
|
|
106
|
+
};
|
|
107
|
+
export const SslSecurityProtocolValue = {
|
|
108
|
+
PLAINTEXT: "plaintext",
|
|
109
|
+
SSL_ENCRYPTION: "ssl-encryption",
|
|
110
|
+
};
|
|
111
|
+
export const EncryptionModeValue = {
|
|
112
|
+
SSE_KMS: "sse-kms",
|
|
113
|
+
SSE_S3: "sse-s3",
|
|
114
|
+
};
|
|
115
|
+
export const CannedAclForObjectsValue = {
|
|
116
|
+
AUTHENTICATED_READ: "authenticated-read",
|
|
117
|
+
AWS_EXEC_READ: "aws-exec-read",
|
|
118
|
+
BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
|
|
119
|
+
BUCKET_OWNER_READ: "bucket-owner-read",
|
|
120
|
+
NONE: "none",
|
|
121
|
+
PRIVATE: "private",
|
|
122
|
+
PUBLIC_READ: "public-read",
|
|
123
|
+
PUBLIC_READ_WRITE: "public-read-write",
|
|
124
|
+
};
|
|
125
|
+
export const CompressionTypeValue = {
|
|
126
|
+
GZIP: "gzip",
|
|
127
|
+
NONE: "none",
|
|
128
|
+
};
|
|
129
|
+
export const DataFormatValue = {
|
|
130
|
+
CSV: "csv",
|
|
131
|
+
PARQUET: "parquet",
|
|
132
|
+
};
|
|
133
|
+
export const DatePartitionDelimiterValue = {
|
|
134
|
+
DASH: "DASH",
|
|
135
|
+
NONE: "NONE",
|
|
136
|
+
SLASH: "SLASH",
|
|
137
|
+
UNDERSCORE: "UNDERSCORE",
|
|
138
|
+
};
|
|
139
|
+
export const DatePartitionSequenceValue = {
|
|
140
|
+
DDMMYYYY: "DDMMYYYY",
|
|
141
|
+
MMYYYYDD: "MMYYYYDD",
|
|
142
|
+
YYYYMM: "YYYYMM",
|
|
143
|
+
YYYYMMDD: "YYYYMMDD",
|
|
144
|
+
YYYYMMDDHH: "YYYYMMDDHH",
|
|
145
|
+
};
|
|
146
|
+
export const EncodingTypeValue = {
|
|
147
|
+
PLAIN: "plain",
|
|
148
|
+
PLAIN_DICTIONARY: "plain-dictionary",
|
|
149
|
+
RLE_DICTIONARY: "rle-dictionary",
|
|
150
|
+
};
|
|
151
|
+
export const ParquetVersionValue = {
|
|
152
|
+
PARQUET_1_0: "parquet-1-0",
|
|
153
|
+
PARQUET_2_0: "parquet-2-0",
|
|
154
|
+
};
|
|
155
|
+
export const EndpointSettingTypeValue = {
|
|
156
|
+
BOOLEAN: "boolean",
|
|
157
|
+
ENUM: "enum",
|
|
158
|
+
INTEGER: "integer",
|
|
159
|
+
STRING: "string",
|
|
160
|
+
};
|
|
161
|
+
export const ReleaseStatusValues = {
|
|
162
|
+
BETA: "beta",
|
|
163
|
+
PROD: "prod",
|
|
164
|
+
};
|
|
165
|
+
export const SourceType = {
|
|
166
|
+
replication_instance: "replication-instance",
|
|
167
|
+
};
|
|
168
|
+
export const CollectorStatus = {
|
|
169
|
+
ACTIVE: "ACTIVE",
|
|
170
|
+
UNREGISTERED: "UNREGISTERED",
|
|
171
|
+
};
|
|
172
|
+
export const VersionStatus = {
|
|
173
|
+
OUTDATED: "OUTDATED",
|
|
174
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
175
|
+
UP_TO_DATE: "UP_TO_DATE",
|
|
176
|
+
};
|
|
177
|
+
export const OriginTypeValue = {
|
|
178
|
+
SOURCE: "SOURCE",
|
|
179
|
+
TARGET: "TARGET",
|
|
180
|
+
};
|
|
181
|
+
export const RefreshSchemasStatusTypeValue = {
|
|
182
|
+
FAILED: "failed",
|
|
183
|
+
REFRESHING: "refreshing",
|
|
184
|
+
SUCCESSFUL: "successful",
|
|
185
|
+
};
|
|
186
|
+
export const AssessmentReportType = {
|
|
187
|
+
CSV: "csv",
|
|
188
|
+
PDF: "pdf",
|
|
189
|
+
};
|
|
190
|
+
export const ReloadOptionValue = {
|
|
191
|
+
DATA_RELOAD: "data-reload",
|
|
192
|
+
VALIDATE_ONLY: "validate-only",
|
|
193
|
+
};
|
|
194
|
+
export const StartReplicationMigrationTypeValue = {
|
|
195
|
+
RELOAD_TARGET: "reload-target",
|
|
196
|
+
RESUME_PROCESSING: "resume-processing",
|
|
197
|
+
START_REPLICATION: "start-replication",
|
|
198
|
+
};
|
|
199
|
+
export const StartReplicationTaskTypeValue = {
|
|
200
|
+
RELOAD_TARGET: "reload-target",
|
|
201
|
+
RESUME_PROCESSING: "resume-processing",
|
|
202
|
+
START_REPLICATION: "start-replication",
|
|
203
|
+
};
|