@aws-sdk/client-database-migration-service 3.300.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/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +4 -4
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +22 -22
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +5 -5
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +4 -4
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEventsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +4 -4
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +4 -4
- package/dist-types/commands/DescribeSchemasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +4 -4
- package/dist-types/commands/ImportCertificateCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ModifyEndpointCommand.d.ts +20 -20
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +2 -2
- 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/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +3 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/dist-types/commands/StartRecommendationsCommand.d.ts +2 -2
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- 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
|
@@ -43,144 +43,121 @@ class InvalidResourceStateFault extends DatabaseMigrationServiceServiceException
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.InvalidResourceStateFault = InvalidResourceStateFault;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
DatePartitionSequenceValue["MMYYYYDD"] = "MMYYYYDD";
|
|
162
|
-
DatePartitionSequenceValue["YYYYMM"] = "YYYYMM";
|
|
163
|
-
DatePartitionSequenceValue["YYYYMMDD"] = "YYYYMMDD";
|
|
164
|
-
DatePartitionSequenceValue["YYYYMMDDHH"] = "YYYYMMDDHH";
|
|
165
|
-
})(DatePartitionSequenceValue = exports.DatePartitionSequenceValue || (exports.DatePartitionSequenceValue = {}));
|
|
166
|
-
var EncodingTypeValue;
|
|
167
|
-
(function (EncodingTypeValue) {
|
|
168
|
-
EncodingTypeValue["PLAIN"] = "plain";
|
|
169
|
-
EncodingTypeValue["PLAIN_DICTIONARY"] = "plain-dictionary";
|
|
170
|
-
EncodingTypeValue["RLE_DICTIONARY"] = "rle-dictionary";
|
|
171
|
-
})(EncodingTypeValue = exports.EncodingTypeValue || (exports.EncodingTypeValue = {}));
|
|
172
|
-
var ParquetVersionValue;
|
|
173
|
-
(function (ParquetVersionValue) {
|
|
174
|
-
ParquetVersionValue["PARQUET_1_0"] = "parquet-1-0";
|
|
175
|
-
ParquetVersionValue["PARQUET_2_0"] = "parquet-2-0";
|
|
176
|
-
})(ParquetVersionValue = exports.ParquetVersionValue || (exports.ParquetVersionValue = {}));
|
|
177
|
-
var DmsSslModeValue;
|
|
178
|
-
(function (DmsSslModeValue) {
|
|
179
|
-
DmsSslModeValue["NONE"] = "none";
|
|
180
|
-
DmsSslModeValue["REQUIRE"] = "require";
|
|
181
|
-
DmsSslModeValue["VERIFY_CA"] = "verify-ca";
|
|
182
|
-
DmsSslModeValue["VERIFY_FULL"] = "verify-full";
|
|
183
|
-
})(DmsSslModeValue = exports.DmsSslModeValue || (exports.DmsSslModeValue = {}));
|
|
46
|
+
exports.NestingLevelValue = {
|
|
47
|
+
NONE: "none",
|
|
48
|
+
ONE: "one",
|
|
49
|
+
};
|
|
50
|
+
exports.ReplicationEndpointTypeValue = {
|
|
51
|
+
SOURCE: "source",
|
|
52
|
+
TARGET: "target",
|
|
53
|
+
};
|
|
54
|
+
exports.TargetDbType = {
|
|
55
|
+
MULTIPLE_DATABASES: "multiple-databases",
|
|
56
|
+
SPECIFIC_DATABASE: "specific-database",
|
|
57
|
+
};
|
|
58
|
+
exports.MessageFormatValue = {
|
|
59
|
+
JSON: "json",
|
|
60
|
+
JSON_UNFORMATTED: "json-unformatted",
|
|
61
|
+
};
|
|
62
|
+
exports.KafkaSaslMechanism = {
|
|
63
|
+
PLAIN: "plain",
|
|
64
|
+
SCRAM_SHA_512: "scram-sha-512",
|
|
65
|
+
};
|
|
66
|
+
exports.KafkaSecurityProtocol = {
|
|
67
|
+
PLAINTEXT: "plaintext",
|
|
68
|
+
SASL_SSL: "sasl-ssl",
|
|
69
|
+
SSL_AUTHENTICATION: "ssl-authentication",
|
|
70
|
+
SSL_ENCRYPTION: "ssl-encryption",
|
|
71
|
+
};
|
|
72
|
+
exports.SafeguardPolicy = {
|
|
73
|
+
EXCLUSIVE_AUTOMATIC_TRUNCATION: "exclusive-automatic-truncation",
|
|
74
|
+
RELY_ON_SQL_SERVER_REPLICATION_AGENT: "rely-on-sql-server-replication-agent",
|
|
75
|
+
SHARED_AUTOMATIC_TRUNCATION: "shared-automatic-truncation",
|
|
76
|
+
};
|
|
77
|
+
exports.TlogAccessMode = {
|
|
78
|
+
BackupOnly: "BackupOnly",
|
|
79
|
+
PreferBackup: "PreferBackup",
|
|
80
|
+
PreferTlog: "PreferTlog",
|
|
81
|
+
TlogOnly: "TlogOnly",
|
|
82
|
+
};
|
|
83
|
+
exports.AuthMechanismValue = {
|
|
84
|
+
DEFAULT: "default",
|
|
85
|
+
MONGODB_CR: "mongodb_cr",
|
|
86
|
+
SCRAM_SHA_1: "scram_sha_1",
|
|
87
|
+
};
|
|
88
|
+
exports.AuthTypeValue = {
|
|
89
|
+
NO: "no",
|
|
90
|
+
PASSWORD: "password",
|
|
91
|
+
};
|
|
92
|
+
exports.CharLengthSemantics = {
|
|
93
|
+
BYTE: "byte",
|
|
94
|
+
CHAR: "char",
|
|
95
|
+
DEFAULT: "default",
|
|
96
|
+
};
|
|
97
|
+
exports.PluginNameValue = {
|
|
98
|
+
NO_PREFERENCE: "no-preference",
|
|
99
|
+
PGLOGICAL: "pglogical",
|
|
100
|
+
TEST_DECODING: "test-decoding",
|
|
101
|
+
};
|
|
102
|
+
exports.RedisAuthTypeValue = {
|
|
103
|
+
AUTH_ROLE: "auth-role",
|
|
104
|
+
AUTH_TOKEN: "auth-token",
|
|
105
|
+
NONE: "none",
|
|
106
|
+
};
|
|
107
|
+
exports.SslSecurityProtocolValue = {
|
|
108
|
+
PLAINTEXT: "plaintext",
|
|
109
|
+
SSL_ENCRYPTION: "ssl-encryption",
|
|
110
|
+
};
|
|
111
|
+
exports.EncryptionModeValue = {
|
|
112
|
+
SSE_KMS: "sse-kms",
|
|
113
|
+
SSE_S3: "sse-s3",
|
|
114
|
+
};
|
|
115
|
+
exports.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
|
+
exports.CompressionTypeValue = {
|
|
126
|
+
GZIP: "gzip",
|
|
127
|
+
NONE: "none",
|
|
128
|
+
};
|
|
129
|
+
exports.DataFormatValue = {
|
|
130
|
+
CSV: "csv",
|
|
131
|
+
PARQUET: "parquet",
|
|
132
|
+
};
|
|
133
|
+
exports.DatePartitionDelimiterValue = {
|
|
134
|
+
DASH: "DASH",
|
|
135
|
+
NONE: "NONE",
|
|
136
|
+
SLASH: "SLASH",
|
|
137
|
+
UNDERSCORE: "UNDERSCORE",
|
|
138
|
+
};
|
|
139
|
+
exports.DatePartitionSequenceValue = {
|
|
140
|
+
DDMMYYYY: "DDMMYYYY",
|
|
141
|
+
MMYYYYDD: "MMYYYYDD",
|
|
142
|
+
YYYYMM: "YYYYMM",
|
|
143
|
+
YYYYMMDD: "YYYYMMDD",
|
|
144
|
+
YYYYMMDDHH: "YYYYMMDDHH",
|
|
145
|
+
};
|
|
146
|
+
exports.EncodingTypeValue = {
|
|
147
|
+
PLAIN: "plain",
|
|
148
|
+
PLAIN_DICTIONARY: "plain-dictionary",
|
|
149
|
+
RLE_DICTIONARY: "rle-dictionary",
|
|
150
|
+
};
|
|
151
|
+
exports.ParquetVersionValue = {
|
|
152
|
+
PARQUET_1_0: "parquet-1-0",
|
|
153
|
+
PARQUET_2_0: "parquet-2-0",
|
|
154
|
+
};
|
|
155
|
+
exports.DmsSslModeValue = {
|
|
156
|
+
NONE: "none",
|
|
157
|
+
REQUIRE: "require",
|
|
158
|
+
VERIFY_CA: "verify-ca",
|
|
159
|
+
VERIFY_FULL: "verify-full",
|
|
160
|
+
};
|
|
184
161
|
class KMSKeyNotAccessibleFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
185
162
|
constructor(opts) {
|
|
186
163
|
super({
|
|
@@ -390,12 +367,11 @@ class StorageQuotaExceededFault extends DatabaseMigrationServiceServiceException
|
|
|
390
367
|
}
|
|
391
368
|
}
|
|
392
369
|
exports.StorageQuotaExceededFault = StorageQuotaExceededFault;
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
})(MigrationTypeValue = exports.MigrationTypeValue || (exports.MigrationTypeValue = {}));
|
|
370
|
+
exports.MigrationTypeValue = {
|
|
371
|
+
CDC: "cdc",
|
|
372
|
+
FULL_LOAD: "full-load",
|
|
373
|
+
FULL_LOAD_AND_CDC: "full-load-and-cdc",
|
|
374
|
+
};
|
|
399
375
|
class CollectorNotFoundFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
400
376
|
constructor(opts) {
|
|
401
377
|
super({
|
|
@@ -422,39 +398,33 @@ class InvalidOperationFault extends DatabaseMigrationServiceServiceException_1.D
|
|
|
422
398
|
}
|
|
423
399
|
}
|
|
424
400
|
exports.InvalidOperationFault = InvalidOperationFault;
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
}
|
|
452
|
-
var RefreshSchemasStatusTypeValue;
|
|
453
|
-
(function (RefreshSchemasStatusTypeValue) {
|
|
454
|
-
RefreshSchemasStatusTypeValue["FAILED"] = "failed";
|
|
455
|
-
RefreshSchemasStatusTypeValue["REFRESHING"] = "refreshing";
|
|
456
|
-
RefreshSchemasStatusTypeValue["SUCCESSFUL"] = "successful";
|
|
457
|
-
})(RefreshSchemasStatusTypeValue = exports.RefreshSchemasStatusTypeValue || (exports.RefreshSchemasStatusTypeValue = {}));
|
|
401
|
+
exports.EndpointSettingTypeValue = {
|
|
402
|
+
BOOLEAN: "boolean",
|
|
403
|
+
ENUM: "enum",
|
|
404
|
+
INTEGER: "integer",
|
|
405
|
+
STRING: "string",
|
|
406
|
+
};
|
|
407
|
+
exports.SourceType = {
|
|
408
|
+
replication_instance: "replication-instance",
|
|
409
|
+
};
|
|
410
|
+
exports.CollectorStatus = {
|
|
411
|
+
ACTIVE: "ACTIVE",
|
|
412
|
+
UNREGISTERED: "UNREGISTERED",
|
|
413
|
+
};
|
|
414
|
+
exports.VersionStatus = {
|
|
415
|
+
OUTDATED: "OUTDATED",
|
|
416
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
417
|
+
UP_TO_DATE: "UP_TO_DATE",
|
|
418
|
+
};
|
|
419
|
+
exports.ReleaseStatusValues = {
|
|
420
|
+
BETA: "beta",
|
|
421
|
+
PROD: "prod",
|
|
422
|
+
};
|
|
423
|
+
exports.RefreshSchemasStatusTypeValue = {
|
|
424
|
+
FAILED: "failed",
|
|
425
|
+
REFRESHING: "refreshing",
|
|
426
|
+
SUCCESSFUL: "successful",
|
|
427
|
+
};
|
|
458
428
|
class InvalidCertificateFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
459
429
|
constructor(opts) {
|
|
460
430
|
super({
|
|
@@ -494,17 +464,15 @@ class SubnetAlreadyInUse extends DatabaseMigrationServiceServiceException_1.Data
|
|
|
494
464
|
}
|
|
495
465
|
}
|
|
496
466
|
exports.SubnetAlreadyInUse = SubnetAlreadyInUse;
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
StartReplicationTaskTypeValue["START_REPLICATION"] = "start-replication";
|
|
507
|
-
})(StartReplicationTaskTypeValue = exports.StartReplicationTaskTypeValue || (exports.StartReplicationTaskTypeValue = {}));
|
|
467
|
+
exports.ReloadOptionValue = {
|
|
468
|
+
DATA_RELOAD: "data-reload",
|
|
469
|
+
VALIDATE_ONLY: "validate-only",
|
|
470
|
+
};
|
|
471
|
+
exports.StartReplicationTaskTypeValue = {
|
|
472
|
+
RELOAD_TARGET: "reload-target",
|
|
473
|
+
RESUME_PROCESSING: "resume-processing",
|
|
474
|
+
START_REPLICATION: "start-replication",
|
|
475
|
+
};
|
|
508
476
|
class KMSFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
509
477
|
constructor(opts) {
|
|
510
478
|
super({
|