@aws-sdk/client-database-migration-service 3.301.0 → 3.303.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/models/models_0.js +156 -188
- package/dist-es/models/models_0.js +156 -188
- package/dist-types/models/models_0.d.ts +316 -156
- package/dist-types/ts3.4/models/models_0.d.ts +216 -156
- package/package.json +35 -35
|
@@ -36,144 +36,121 @@ export class InvalidResourceStateFault extends __BaseException {
|
|
|
36
36
|
Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
export
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
export
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
90
|
-
export
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
export
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
118
|
-
export
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}
|
|
139
|
-
export
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
}
|
|
144
|
-
export
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
DatePartitionSequenceValue["MMYYYYDD"] = "MMYYYYDD";
|
|
155
|
-
DatePartitionSequenceValue["YYYYMM"] = "YYYYMM";
|
|
156
|
-
DatePartitionSequenceValue["YYYYMMDD"] = "YYYYMMDD";
|
|
157
|
-
DatePartitionSequenceValue["YYYYMMDDHH"] = "YYYYMMDDHH";
|
|
158
|
-
})(DatePartitionSequenceValue || (DatePartitionSequenceValue = {}));
|
|
159
|
-
export var EncodingTypeValue;
|
|
160
|
-
(function (EncodingTypeValue) {
|
|
161
|
-
EncodingTypeValue["PLAIN"] = "plain";
|
|
162
|
-
EncodingTypeValue["PLAIN_DICTIONARY"] = "plain-dictionary";
|
|
163
|
-
EncodingTypeValue["RLE_DICTIONARY"] = "rle-dictionary";
|
|
164
|
-
})(EncodingTypeValue || (EncodingTypeValue = {}));
|
|
165
|
-
export var ParquetVersionValue;
|
|
166
|
-
(function (ParquetVersionValue) {
|
|
167
|
-
ParquetVersionValue["PARQUET_1_0"] = "parquet-1-0";
|
|
168
|
-
ParquetVersionValue["PARQUET_2_0"] = "parquet-2-0";
|
|
169
|
-
})(ParquetVersionValue || (ParquetVersionValue = {}));
|
|
170
|
-
export var DmsSslModeValue;
|
|
171
|
-
(function (DmsSslModeValue) {
|
|
172
|
-
DmsSslModeValue["NONE"] = "none";
|
|
173
|
-
DmsSslModeValue["REQUIRE"] = "require";
|
|
174
|
-
DmsSslModeValue["VERIFY_CA"] = "verify-ca";
|
|
175
|
-
DmsSslModeValue["VERIFY_FULL"] = "verify-full";
|
|
176
|
-
})(DmsSslModeValue || (DmsSslModeValue = {}));
|
|
39
|
+
export const NestingLevelValue = {
|
|
40
|
+
NONE: "none",
|
|
41
|
+
ONE: "one",
|
|
42
|
+
};
|
|
43
|
+
export const ReplicationEndpointTypeValue = {
|
|
44
|
+
SOURCE: "source",
|
|
45
|
+
TARGET: "target",
|
|
46
|
+
};
|
|
47
|
+
export const TargetDbType = {
|
|
48
|
+
MULTIPLE_DATABASES: "multiple-databases",
|
|
49
|
+
SPECIFIC_DATABASE: "specific-database",
|
|
50
|
+
};
|
|
51
|
+
export const MessageFormatValue = {
|
|
52
|
+
JSON: "json",
|
|
53
|
+
JSON_UNFORMATTED: "json-unformatted",
|
|
54
|
+
};
|
|
55
|
+
export const KafkaSaslMechanism = {
|
|
56
|
+
PLAIN: "plain",
|
|
57
|
+
SCRAM_SHA_512: "scram-sha-512",
|
|
58
|
+
};
|
|
59
|
+
export const KafkaSecurityProtocol = {
|
|
60
|
+
PLAINTEXT: "plaintext",
|
|
61
|
+
SASL_SSL: "sasl-ssl",
|
|
62
|
+
SSL_AUTHENTICATION: "ssl-authentication",
|
|
63
|
+
SSL_ENCRYPTION: "ssl-encryption",
|
|
64
|
+
};
|
|
65
|
+
export const SafeguardPolicy = {
|
|
66
|
+
EXCLUSIVE_AUTOMATIC_TRUNCATION: "exclusive-automatic-truncation",
|
|
67
|
+
RELY_ON_SQL_SERVER_REPLICATION_AGENT: "rely-on-sql-server-replication-agent",
|
|
68
|
+
SHARED_AUTOMATIC_TRUNCATION: "shared-automatic-truncation",
|
|
69
|
+
};
|
|
70
|
+
export const TlogAccessMode = {
|
|
71
|
+
BackupOnly: "BackupOnly",
|
|
72
|
+
PreferBackup: "PreferBackup",
|
|
73
|
+
PreferTlog: "PreferTlog",
|
|
74
|
+
TlogOnly: "TlogOnly",
|
|
75
|
+
};
|
|
76
|
+
export const AuthMechanismValue = {
|
|
77
|
+
DEFAULT: "default",
|
|
78
|
+
MONGODB_CR: "mongodb_cr",
|
|
79
|
+
SCRAM_SHA_1: "scram_sha_1",
|
|
80
|
+
};
|
|
81
|
+
export const AuthTypeValue = {
|
|
82
|
+
NO: "no",
|
|
83
|
+
PASSWORD: "password",
|
|
84
|
+
};
|
|
85
|
+
export const CharLengthSemantics = {
|
|
86
|
+
BYTE: "byte",
|
|
87
|
+
CHAR: "char",
|
|
88
|
+
DEFAULT: "default",
|
|
89
|
+
};
|
|
90
|
+
export const PluginNameValue = {
|
|
91
|
+
NO_PREFERENCE: "no-preference",
|
|
92
|
+
PGLOGICAL: "pglogical",
|
|
93
|
+
TEST_DECODING: "test-decoding",
|
|
94
|
+
};
|
|
95
|
+
export const RedisAuthTypeValue = {
|
|
96
|
+
AUTH_ROLE: "auth-role",
|
|
97
|
+
AUTH_TOKEN: "auth-token",
|
|
98
|
+
NONE: "none",
|
|
99
|
+
};
|
|
100
|
+
export const SslSecurityProtocolValue = {
|
|
101
|
+
PLAINTEXT: "plaintext",
|
|
102
|
+
SSL_ENCRYPTION: "ssl-encryption",
|
|
103
|
+
};
|
|
104
|
+
export const EncryptionModeValue = {
|
|
105
|
+
SSE_KMS: "sse-kms",
|
|
106
|
+
SSE_S3: "sse-s3",
|
|
107
|
+
};
|
|
108
|
+
export const CannedAclForObjectsValue = {
|
|
109
|
+
AUTHENTICATED_READ: "authenticated-read",
|
|
110
|
+
AWS_EXEC_READ: "aws-exec-read",
|
|
111
|
+
BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
|
|
112
|
+
BUCKET_OWNER_READ: "bucket-owner-read",
|
|
113
|
+
NONE: "none",
|
|
114
|
+
PRIVATE: "private",
|
|
115
|
+
PUBLIC_READ: "public-read",
|
|
116
|
+
PUBLIC_READ_WRITE: "public-read-write",
|
|
117
|
+
};
|
|
118
|
+
export const CompressionTypeValue = {
|
|
119
|
+
GZIP: "gzip",
|
|
120
|
+
NONE: "none",
|
|
121
|
+
};
|
|
122
|
+
export const DataFormatValue = {
|
|
123
|
+
CSV: "csv",
|
|
124
|
+
PARQUET: "parquet",
|
|
125
|
+
};
|
|
126
|
+
export const DatePartitionDelimiterValue = {
|
|
127
|
+
DASH: "DASH",
|
|
128
|
+
NONE: "NONE",
|
|
129
|
+
SLASH: "SLASH",
|
|
130
|
+
UNDERSCORE: "UNDERSCORE",
|
|
131
|
+
};
|
|
132
|
+
export const DatePartitionSequenceValue = {
|
|
133
|
+
DDMMYYYY: "DDMMYYYY",
|
|
134
|
+
MMYYYYDD: "MMYYYYDD",
|
|
135
|
+
YYYYMM: "YYYYMM",
|
|
136
|
+
YYYYMMDD: "YYYYMMDD",
|
|
137
|
+
YYYYMMDDHH: "YYYYMMDDHH",
|
|
138
|
+
};
|
|
139
|
+
export const EncodingTypeValue = {
|
|
140
|
+
PLAIN: "plain",
|
|
141
|
+
PLAIN_DICTIONARY: "plain-dictionary",
|
|
142
|
+
RLE_DICTIONARY: "rle-dictionary",
|
|
143
|
+
};
|
|
144
|
+
export const ParquetVersionValue = {
|
|
145
|
+
PARQUET_1_0: "parquet-1-0",
|
|
146
|
+
PARQUET_2_0: "parquet-2-0",
|
|
147
|
+
};
|
|
148
|
+
export const DmsSslModeValue = {
|
|
149
|
+
NONE: "none",
|
|
150
|
+
REQUIRE: "require",
|
|
151
|
+
VERIFY_CA: "verify-ca",
|
|
152
|
+
VERIFY_FULL: "verify-full",
|
|
153
|
+
};
|
|
177
154
|
export class KMSKeyNotAccessibleFault extends __BaseException {
|
|
178
155
|
constructor(opts) {
|
|
179
156
|
super({
|
|
@@ -367,12 +344,11 @@ export class StorageQuotaExceededFault extends __BaseException {
|
|
|
367
344
|
Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
|
|
368
345
|
}
|
|
369
346
|
}
|
|
370
|
-
export
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
})(MigrationTypeValue || (MigrationTypeValue = {}));
|
|
347
|
+
export const MigrationTypeValue = {
|
|
348
|
+
CDC: "cdc",
|
|
349
|
+
FULL_LOAD: "full-load",
|
|
350
|
+
FULL_LOAD_AND_CDC: "full-load-and-cdc",
|
|
351
|
+
};
|
|
376
352
|
export class CollectorNotFoundFault extends __BaseException {
|
|
377
353
|
constructor(opts) {
|
|
378
354
|
super({
|
|
@@ -397,39 +373,33 @@ export class InvalidOperationFault extends __BaseException {
|
|
|
397
373
|
Object.setPrototypeOf(this, InvalidOperationFault.prototype);
|
|
398
374
|
}
|
|
399
375
|
}
|
|
400
|
-
export
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
}
|
|
422
|
-
export
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
}
|
|
427
|
-
export var RefreshSchemasStatusTypeValue;
|
|
428
|
-
(function (RefreshSchemasStatusTypeValue) {
|
|
429
|
-
RefreshSchemasStatusTypeValue["FAILED"] = "failed";
|
|
430
|
-
RefreshSchemasStatusTypeValue["REFRESHING"] = "refreshing";
|
|
431
|
-
RefreshSchemasStatusTypeValue["SUCCESSFUL"] = "successful";
|
|
432
|
-
})(RefreshSchemasStatusTypeValue || (RefreshSchemasStatusTypeValue = {}));
|
|
376
|
+
export const EndpointSettingTypeValue = {
|
|
377
|
+
BOOLEAN: "boolean",
|
|
378
|
+
ENUM: "enum",
|
|
379
|
+
INTEGER: "integer",
|
|
380
|
+
STRING: "string",
|
|
381
|
+
};
|
|
382
|
+
export const SourceType = {
|
|
383
|
+
replication_instance: "replication-instance",
|
|
384
|
+
};
|
|
385
|
+
export const CollectorStatus = {
|
|
386
|
+
ACTIVE: "ACTIVE",
|
|
387
|
+
UNREGISTERED: "UNREGISTERED",
|
|
388
|
+
};
|
|
389
|
+
export const VersionStatus = {
|
|
390
|
+
OUTDATED: "OUTDATED",
|
|
391
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
392
|
+
UP_TO_DATE: "UP_TO_DATE",
|
|
393
|
+
};
|
|
394
|
+
export const ReleaseStatusValues = {
|
|
395
|
+
BETA: "beta",
|
|
396
|
+
PROD: "prod",
|
|
397
|
+
};
|
|
398
|
+
export const RefreshSchemasStatusTypeValue = {
|
|
399
|
+
FAILED: "failed",
|
|
400
|
+
REFRESHING: "refreshing",
|
|
401
|
+
SUCCESSFUL: "successful",
|
|
402
|
+
};
|
|
433
403
|
export class InvalidCertificateFault extends __BaseException {
|
|
434
404
|
constructor(opts) {
|
|
435
405
|
super({
|
|
@@ -466,17 +436,15 @@ export class SubnetAlreadyInUse extends __BaseException {
|
|
|
466
436
|
Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
|
|
467
437
|
}
|
|
468
438
|
}
|
|
469
|
-
export
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
StartReplicationTaskTypeValue["START_REPLICATION"] = "start-replication";
|
|
479
|
-
})(StartReplicationTaskTypeValue || (StartReplicationTaskTypeValue = {}));
|
|
439
|
+
export const ReloadOptionValue = {
|
|
440
|
+
DATA_RELOAD: "data-reload",
|
|
441
|
+
VALIDATE_ONLY: "validate-only",
|
|
442
|
+
};
|
|
443
|
+
export const StartReplicationTaskTypeValue = {
|
|
444
|
+
RELOAD_TARGET: "reload-target",
|
|
445
|
+
RESUME_PROCESSING: "resume-processing",
|
|
446
|
+
START_REPLICATION: "start-replication",
|
|
447
|
+
};
|
|
480
448
|
export class KMSFault extends __BaseException {
|
|
481
449
|
constructor(opts) {
|
|
482
450
|
super({
|