@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.
Files changed (75) hide show
  1. package/dist-cjs/index.js +204 -204
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +203 -0
  4. package/dist-es/models/errors.js +315 -0
  5. package/dist-es/models/models_0.js +1 -452
  6. package/dist-es/models/models_1.js +1 -67
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -2
  9. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeReplicationsCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeSchemasCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +1 -1
  18. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +1 -1
  19. package/dist-types/commands/GetTargetSelectionRulesCommand.d.ts +1 -1
  20. package/dist-types/commands/ImportCertificateCommand.d.ts +1 -1
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  22. package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +1 -1
  23. package/dist-types/commands/ModifyDataMigrationCommand.d.ts +1 -1
  24. package/dist-types/commands/ModifyDataProviderCommand.d.ts +1 -1
  25. package/dist-types/commands/ModifyEndpointCommand.d.ts +1 -1
  26. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  27. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +1 -1
  28. package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +1 -1
  29. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  30. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  32. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  33. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
  34. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  35. package/dist-types/index.d.ts +4 -1
  36. package/dist-types/models/enums.d.ts +547 -0
  37. package/dist-types/models/errors.d.ts +321 -0
  38. package/dist-types/models/models_0.d.ts +2391 -773
  39. package/dist-types/models/models_1.d.ts +2 -2488
  40. package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetTargetSelectionRulesCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ModifyDataMigrationCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/index.d.ts +4 -1
  68. package/dist-types/ts3.4/models/enums.d.ts +284 -0
  69. package/dist-types/ts3.4/models/errors.d.ts +177 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +459 -411
  71. package/dist-types/ts3.4/models/models_1.d.ts +7 -512
  72. package/package.json +12 -12
  73. package/dist-es/models/index.js +0 -2
  74. package/dist-types/models/index.d.ts +0 -2
  75. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,452 +1 @@
1
- import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
2
- export class AccessDeniedFault extends __BaseException {
3
- name = "AccessDeniedFault";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AccessDeniedFault",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AccessDeniedFault.prototype);
12
- }
13
- }
14
- export class InvalidResourceStateFault extends __BaseException {
15
- name = "InvalidResourceStateFault";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "InvalidResourceStateFault",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
24
- }
25
- }
26
- export class ResourceNotFoundFault extends __BaseException {
27
- name = "ResourceNotFoundFault";
28
- $fault = "client";
29
- constructor(opts) {
30
- super({
31
- name: "ResourceNotFoundFault",
32
- $fault: "client",
33
- ...opts,
34
- });
35
- Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
36
- }
37
- }
38
- export const MigrationTypeValue = {
39
- CDC: "cdc",
40
- FULL_LOAD: "full-load",
41
- FULL_LOAD_AND_CDC: "full-load-and-cdc",
42
- };
43
- export const TablePreparationMode = {
44
- DO_NOTHING: "do-nothing",
45
- DROP_TABLES_ON_TARGET: "drop-tables-on-target",
46
- TRUNCATE: "truncate",
47
- };
48
- export class FailedDependencyFault extends __BaseException {
49
- name = "FailedDependencyFault";
50
- $fault = "client";
51
- constructor(opts) {
52
- super({
53
- name: "FailedDependencyFault",
54
- $fault: "client",
55
- ...opts,
56
- });
57
- Object.setPrototypeOf(this, FailedDependencyFault.prototype);
58
- }
59
- }
60
- export class InvalidOperationFault extends __BaseException {
61
- name = "InvalidOperationFault";
62
- $fault = "client";
63
- constructor(opts) {
64
- super({
65
- name: "InvalidOperationFault",
66
- $fault: "client",
67
- ...opts,
68
- });
69
- Object.setPrototypeOf(this, InvalidOperationFault.prototype);
70
- }
71
- }
72
- export class ResourceAlreadyExistsFault extends __BaseException {
73
- name = "ResourceAlreadyExistsFault";
74
- $fault = "client";
75
- resourceArn;
76
- constructor(opts) {
77
- super({
78
- name: "ResourceAlreadyExistsFault",
79
- $fault: "client",
80
- ...opts,
81
- });
82
- Object.setPrototypeOf(this, ResourceAlreadyExistsFault.prototype);
83
- this.resourceArn = opts.resourceArn;
84
- }
85
- }
86
- export class ResourceQuotaExceededFault extends __BaseException {
87
- name = "ResourceQuotaExceededFault";
88
- $fault = "client";
89
- constructor(opts) {
90
- super({
91
- name: "ResourceQuotaExceededFault",
92
- $fault: "client",
93
- ...opts,
94
- });
95
- Object.setPrototypeOf(this, ResourceQuotaExceededFault.prototype);
96
- }
97
- }
98
- export const DmsSslModeValue = {
99
- NONE: "none",
100
- REQUIRE: "require",
101
- VERIFY_CA: "verify-ca",
102
- VERIFY_FULL: "verify-full",
103
- };
104
- export const AuthMechanismValue = {
105
- DEFAULT: "default",
106
- MONGODB_CR: "mongodb_cr",
107
- SCRAM_SHA_1: "scram_sha_1",
108
- };
109
- export const AuthTypeValue = {
110
- NO: "no",
111
- PASSWORD: "password",
112
- };
113
- export const NestingLevelValue = {
114
- NONE: "none",
115
- ONE: "one",
116
- };
117
- export const ReplicationEndpointTypeValue = {
118
- SOURCE: "source",
119
- TARGET: "target",
120
- };
121
- export const TargetDbType = {
122
- MULTIPLE_DATABASES: "multiple-databases",
123
- SPECIFIC_DATABASE: "specific-database",
124
- };
125
- export const MessageFormatValue = {
126
- JSON: "json",
127
- JSON_UNFORMATTED: "json-unformatted",
128
- };
129
- export const KafkaSaslMechanism = {
130
- PLAIN: "plain",
131
- SCRAM_SHA_512: "scram-sha-512",
132
- };
133
- export const KafkaSecurityProtocol = {
134
- PLAINTEXT: "plaintext",
135
- SASL_SSL: "sasl-ssl",
136
- SSL_AUTHENTICATION: "ssl-authentication",
137
- SSL_ENCRYPTION: "ssl-encryption",
138
- };
139
- export const KafkaSslEndpointIdentificationAlgorithm = {
140
- HTTPS: "https",
141
- NONE: "none",
142
- };
143
- export const SqlServerAuthenticationMethod = {
144
- Kerberos: "kerberos",
145
- Password: "password",
146
- };
147
- export const SafeguardPolicy = {
148
- EXCLUSIVE_AUTOMATIC_TRUNCATION: "exclusive-automatic-truncation",
149
- RELY_ON_SQL_SERVER_REPLICATION_AGENT: "rely-on-sql-server-replication-agent",
150
- SHARED_AUTOMATIC_TRUNCATION: "shared-automatic-truncation",
151
- };
152
- export const TlogAccessMode = {
153
- BackupOnly: "BackupOnly",
154
- PreferBackup: "PreferBackup",
155
- PreferTlog: "PreferTlog",
156
- TlogOnly: "TlogOnly",
157
- };
158
- export const MySQLAuthenticationMethod = {
159
- IAM: "iam",
160
- Password: "password",
161
- };
162
- export const OracleAuthenticationMethod = {
163
- Kerberos: "kerberos",
164
- Password: "password",
165
- };
166
- export const CharLengthSemantics = {
167
- BYTE: "byte",
168
- CHAR: "char",
169
- DEFAULT: "default",
170
- };
171
- export const PostgreSQLAuthenticationMethod = {
172
- IAM: "iam",
173
- Password: "password",
174
- };
175
- export const DatabaseMode = {
176
- BABELFISH: "babelfish",
177
- DEFAULT: "default",
178
- };
179
- export const LongVarcharMappingType = {
180
- CLOB: "clob",
181
- NCLOB: "nclob",
182
- WSTRING: "wstring",
183
- };
184
- export const PluginNameValue = {
185
- NO_PREFERENCE: "no-preference",
186
- PGLOGICAL: "pglogical",
187
- TEST_DECODING: "test-decoding",
188
- };
189
- export const RedisAuthTypeValue = {
190
- AUTH_ROLE: "auth-role",
191
- AUTH_TOKEN: "auth-token",
192
- NONE: "none",
193
- };
194
- export const SslSecurityProtocolValue = {
195
- PLAINTEXT: "plaintext",
196
- SSL_ENCRYPTION: "ssl-encryption",
197
- };
198
- export const EncryptionModeValue = {
199
- SSE_KMS: "sse-kms",
200
- SSE_S3: "sse-s3",
201
- };
202
- export const CannedAclForObjectsValue = {
203
- AUTHENTICATED_READ: "authenticated-read",
204
- AWS_EXEC_READ: "aws-exec-read",
205
- BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
206
- BUCKET_OWNER_READ: "bucket-owner-read",
207
- NONE: "none",
208
- PRIVATE: "private",
209
- PUBLIC_READ: "public-read",
210
- PUBLIC_READ_WRITE: "public-read-write",
211
- };
212
- export const CompressionTypeValue = {
213
- GZIP: "gzip",
214
- NONE: "none",
215
- };
216
- export const DataFormatValue = {
217
- CSV: "csv",
218
- PARQUET: "parquet",
219
- };
220
- export const DatePartitionDelimiterValue = {
221
- DASH: "DASH",
222
- NONE: "NONE",
223
- SLASH: "SLASH",
224
- UNDERSCORE: "UNDERSCORE",
225
- };
226
- export const DatePartitionSequenceValue = {
227
- DDMMYYYY: "DDMMYYYY",
228
- MMYYYYDD: "MMYYYYDD",
229
- YYYYMM: "YYYYMM",
230
- YYYYMMDD: "YYYYMMDD",
231
- YYYYMMDDHH: "YYYYMMDDHH",
232
- };
233
- export const EncodingTypeValue = {
234
- PLAIN: "plain",
235
- PLAIN_DICTIONARY: "plain-dictionary",
236
- RLE_DICTIONARY: "rle-dictionary",
237
- };
238
- export const ParquetVersionValue = {
239
- PARQUET_1_0: "parquet-1-0",
240
- PARQUET_2_0: "parquet-2-0",
241
- };
242
- export class KMSKeyNotAccessibleFault extends __BaseException {
243
- name = "KMSKeyNotAccessibleFault";
244
- $fault = "client";
245
- constructor(opts) {
246
- super({
247
- name: "KMSKeyNotAccessibleFault",
248
- $fault: "client",
249
- ...opts,
250
- });
251
- Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
252
- }
253
- }
254
- export class S3AccessDeniedFault extends __BaseException {
255
- name = "S3AccessDeniedFault";
256
- $fault = "client";
257
- constructor(opts) {
258
- super({
259
- name: "S3AccessDeniedFault",
260
- $fault: "client",
261
- ...opts,
262
- });
263
- Object.setPrototypeOf(this, S3AccessDeniedFault.prototype);
264
- }
265
- }
266
- export class KMSAccessDeniedFault extends __BaseException {
267
- name = "KMSAccessDeniedFault";
268
- $fault = "client";
269
- constructor(opts) {
270
- super({
271
- name: "KMSAccessDeniedFault",
272
- $fault: "client",
273
- ...opts,
274
- });
275
- Object.setPrototypeOf(this, KMSAccessDeniedFault.prototype);
276
- }
277
- }
278
- export class KMSDisabledFault extends __BaseException {
279
- name = "KMSDisabledFault";
280
- $fault = "client";
281
- constructor(opts) {
282
- super({
283
- name: "KMSDisabledFault",
284
- $fault: "client",
285
- ...opts,
286
- });
287
- Object.setPrototypeOf(this, KMSDisabledFault.prototype);
288
- }
289
- }
290
- export class KMSInvalidStateFault extends __BaseException {
291
- name = "KMSInvalidStateFault";
292
- $fault = "client";
293
- constructor(opts) {
294
- super({
295
- name: "KMSInvalidStateFault",
296
- $fault: "client",
297
- ...opts,
298
- });
299
- Object.setPrototypeOf(this, KMSInvalidStateFault.prototype);
300
- }
301
- }
302
- export class KMSNotFoundFault extends __BaseException {
303
- name = "KMSNotFoundFault";
304
- $fault = "client";
305
- constructor(opts) {
306
- super({
307
- name: "KMSNotFoundFault",
308
- $fault: "client",
309
- ...opts,
310
- });
311
- Object.setPrototypeOf(this, KMSNotFoundFault.prototype);
312
- }
313
- }
314
- export class KMSThrottlingFault extends __BaseException {
315
- name = "KMSThrottlingFault";
316
- $fault = "client";
317
- constructor(opts) {
318
- super({
319
- name: "KMSThrottlingFault",
320
- $fault: "client",
321
- ...opts,
322
- });
323
- Object.setPrototypeOf(this, KMSThrottlingFault.prototype);
324
- }
325
- }
326
- export class SNSInvalidTopicFault extends __BaseException {
327
- name = "SNSInvalidTopicFault";
328
- $fault = "client";
329
- constructor(opts) {
330
- super({
331
- name: "SNSInvalidTopicFault",
332
- $fault: "client",
333
- ...opts,
334
- });
335
- Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
336
- }
337
- }
338
- export class SNSNoAuthorizationFault extends __BaseException {
339
- name = "SNSNoAuthorizationFault";
340
- $fault = "client";
341
- constructor(opts) {
342
- super({
343
- name: "SNSNoAuthorizationFault",
344
- $fault: "client",
345
- ...opts,
346
- });
347
- Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
348
- }
349
- }
350
- export class S3ResourceNotFoundFault extends __BaseException {
351
- name = "S3ResourceNotFoundFault";
352
- $fault = "client";
353
- constructor(opts) {
354
- super({
355
- name: "S3ResourceNotFoundFault",
356
- $fault: "client",
357
- ...opts,
358
- });
359
- Object.setPrototypeOf(this, S3ResourceNotFoundFault.prototype);
360
- }
361
- }
362
- export class InvalidSubnet extends __BaseException {
363
- name = "InvalidSubnet";
364
- $fault = "client";
365
- constructor(opts) {
366
- super({
367
- name: "InvalidSubnet",
368
- $fault: "client",
369
- ...opts,
370
- });
371
- Object.setPrototypeOf(this, InvalidSubnet.prototype);
372
- }
373
- }
374
- export class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
375
- name = "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
376
- $fault = "client";
377
- constructor(opts) {
378
- super({
379
- name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs",
380
- $fault: "client",
381
- ...opts,
382
- });
383
- Object.setPrototypeOf(this, ReplicationSubnetGroupDoesNotCoverEnoughAZs.prototype);
384
- }
385
- }
386
- export class InsufficientResourceCapacityFault extends __BaseException {
387
- name = "InsufficientResourceCapacityFault";
388
- $fault = "client";
389
- constructor(opts) {
390
- super({
391
- name: "InsufficientResourceCapacityFault",
392
- $fault: "client",
393
- ...opts,
394
- });
395
- Object.setPrototypeOf(this, InsufficientResourceCapacityFault.prototype);
396
- }
397
- }
398
- export class StorageQuotaExceededFault extends __BaseException {
399
- name = "StorageQuotaExceededFault";
400
- $fault = "client";
401
- constructor(opts) {
402
- super({
403
- name: "StorageQuotaExceededFault",
404
- $fault: "client",
405
- ...opts,
406
- });
407
- Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
408
- }
409
- }
410
- export class CollectorNotFoundFault extends __BaseException {
411
- name = "CollectorNotFoundFault";
412
- $fault = "client";
413
- constructor(opts) {
414
- super({
415
- name: "CollectorNotFoundFault",
416
- $fault: "client",
417
- ...opts,
418
- });
419
- Object.setPrototypeOf(this, CollectorNotFoundFault.prototype);
420
- }
421
- }
422
- export const EndpointSettingTypeValue = {
423
- BOOLEAN: "boolean",
424
- ENUM: "enum",
425
- INTEGER: "integer",
426
- STRING: "string",
427
- };
428
- export const ReleaseStatusValues = {
429
- BETA: "beta",
430
- PROD: "prod",
431
- };
432
- export const SourceType = {
433
- replication_instance: "replication-instance",
434
- };
435
- export const CollectorStatus = {
436
- ACTIVE: "ACTIVE",
437
- UNREGISTERED: "UNREGISTERED",
438
- };
439
- export const VersionStatus = {
440
- OUTDATED: "OUTDATED",
441
- UNSUPPORTED: "UNSUPPORTED",
442
- UP_TO_DATE: "UP_TO_DATE",
443
- };
444
- export const OriginTypeValue = {
445
- SOURCE: "SOURCE",
446
- TARGET: "TARGET",
447
- };
448
- export const RefreshSchemasStatusTypeValue = {
449
- FAILED: "failed",
450
- REFRESHING: "refreshing",
451
- SUCCESSFUL: "successful",
452
- };
1
+ export {};
@@ -1,67 +1 @@
1
- import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
2
- export const AssessmentReportType = {
3
- CSV: "csv",
4
- PDF: "pdf",
5
- };
6
- export class InvalidCertificateFault extends __BaseException {
7
- name = "InvalidCertificateFault";
8
- $fault = "client";
9
- constructor(opts) {
10
- super({
11
- name: "InvalidCertificateFault",
12
- $fault: "client",
13
- ...opts,
14
- });
15
- Object.setPrototypeOf(this, InvalidCertificateFault.prototype);
16
- }
17
- }
18
- export class UpgradeDependencyFailureFault extends __BaseException {
19
- name = "UpgradeDependencyFailureFault";
20
- $fault = "client";
21
- constructor(opts) {
22
- super({
23
- name: "UpgradeDependencyFailureFault",
24
- $fault: "client",
25
- ...opts,
26
- });
27
- Object.setPrototypeOf(this, UpgradeDependencyFailureFault.prototype);
28
- }
29
- }
30
- export class SubnetAlreadyInUse extends __BaseException {
31
- name = "SubnetAlreadyInUse";
32
- $fault = "client";
33
- constructor(opts) {
34
- super({
35
- name: "SubnetAlreadyInUse",
36
- $fault: "client",
37
- ...opts,
38
- });
39
- Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
40
- }
41
- }
42
- export const ReloadOptionValue = {
43
- DATA_RELOAD: "data-reload",
44
- VALIDATE_ONLY: "validate-only",
45
- };
46
- export const StartReplicationMigrationTypeValue = {
47
- RELOAD_TARGET: "reload-target",
48
- RESUME_PROCESSING: "resume-processing",
49
- START_REPLICATION: "start-replication",
50
- };
51
- export const StartReplicationTaskTypeValue = {
52
- RELOAD_TARGET: "reload-target",
53
- RESUME_PROCESSING: "resume-processing",
54
- START_REPLICATION: "start-replication",
55
- };
56
- export class KMSFault extends __BaseException {
57
- name = "KMSFault";
58
- $fault = "client";
59
- constructor(opts) {
60
- super({
61
- name: "KMSFault",
62
- $fault: "client",
63
- ...opts,
64
- });
65
- Object.setPrototypeOf(this, KMSFault.prototype);
66
- }
67
- }
1
+ export {};
@@ -1149,7 +1149,7 @@ const _xN = "xmlName";
1149
1149
  const n0 = "com.amazonaws.databasemigrationservice";
1150
1150
  import { TypeRegistry } from "@smithy/core/schema";
1151
1151
  import { DatabaseMigrationServiceServiceException as __DatabaseMigrationServiceServiceException } from "../models/DatabaseMigrationServiceServiceException";
1152
- import { AccessDeniedFault as __AccessDeniedFault, CollectorNotFoundFault as __CollectorNotFoundFault, FailedDependencyFault as __FailedDependencyFault, InsufficientResourceCapacityFault as __InsufficientResourceCapacityFault, InvalidCertificateFault as __InvalidCertificateFault, InvalidOperationFault as __InvalidOperationFault, InvalidResourceStateFault as __InvalidResourceStateFault, InvalidSubnet as __InvalidSubnet, KMSAccessDeniedFault as __KMSAccessDeniedFault, KMSDisabledFault as __KMSDisabledFault, KMSFault as __KMSFault, KMSInvalidStateFault as __KMSInvalidStateFault, KMSKeyNotAccessibleFault as __KMSKeyNotAccessibleFault, KMSNotFoundFault as __KMSNotFoundFault, KMSThrottlingFault as __KMSThrottlingFault, ReplicationSubnetGroupDoesNotCoverEnoughAZs as __ReplicationSubnetGroupDoesNotCoverEnoughAZs, ResourceAlreadyExistsFault as __ResourceAlreadyExistsFault, ResourceNotFoundFault as __ResourceNotFoundFault, ResourceQuotaExceededFault as __ResourceQuotaExceededFault, S3AccessDeniedFault as __S3AccessDeniedFault, S3ResourceNotFoundFault as __S3ResourceNotFoundFault, SNSInvalidTopicFault as __SNSInvalidTopicFault, SNSNoAuthorizationFault as __SNSNoAuthorizationFault, StorageQuotaExceededFault as __StorageQuotaExceededFault, SubnetAlreadyInUse as __SubnetAlreadyInUse, UpgradeDependencyFailureFault as __UpgradeDependencyFailureFault, } from "../models/index";
1152
+ import { AccessDeniedFault as __AccessDeniedFault, CollectorNotFoundFault as __CollectorNotFoundFault, FailedDependencyFault as __FailedDependencyFault, InsufficientResourceCapacityFault as __InsufficientResourceCapacityFault, InvalidCertificateFault as __InvalidCertificateFault, InvalidOperationFault as __InvalidOperationFault, InvalidResourceStateFault as __InvalidResourceStateFault, InvalidSubnet as __InvalidSubnet, KMSAccessDeniedFault as __KMSAccessDeniedFault, KMSDisabledFault as __KMSDisabledFault, KMSFault as __KMSFault, KMSInvalidStateFault as __KMSInvalidStateFault, KMSKeyNotAccessibleFault as __KMSKeyNotAccessibleFault, KMSNotFoundFault as __KMSNotFoundFault, KMSThrottlingFault as __KMSThrottlingFault, ReplicationSubnetGroupDoesNotCoverEnoughAZs as __ReplicationSubnetGroupDoesNotCoverEnoughAZs, ResourceAlreadyExistsFault as __ResourceAlreadyExistsFault, ResourceNotFoundFault as __ResourceNotFoundFault, ResourceQuotaExceededFault as __ResourceQuotaExceededFault, S3AccessDeniedFault as __S3AccessDeniedFault, S3ResourceNotFoundFault as __S3ResourceNotFoundFault, SNSInvalidTopicFault as __SNSInvalidTopicFault, SNSNoAuthorizationFault as __SNSNoAuthorizationFault, StorageQuotaExceededFault as __StorageQuotaExceededFault, SubnetAlreadyInUse as __SubnetAlreadyInUse, UpgradeDependencyFailureFault as __UpgradeDependencyFailureFault, } from "../models/errors";
1153
1153
  export var SecretString = [0, n0, _SS, 8, 0];
1154
1154
  export var AccessDeniedFault = [
1155
1155
  -3,
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeReplicationInstanceTaskLogsMessage } from "../models/models_0";
5
- import { DescribeReplicationInstanceTaskLogsResponse } from "../models/models_1";
4
+ import { DescribeReplicationInstanceTaskLogsMessage, DescribeReplicationInstanceTaskLogsResponse } from "../models/models_0";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeReplicationSubnetGroupsMessage, DescribeReplicationSubnetGroupsResponse } from "../models/models_1";
4
+ import { DescribeReplicationSubnetGroupsMessage, DescribeReplicationSubnetGroupsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeReplicationTableStatisticsMessage, DescribeReplicationTableStatisticsResponse } from "../models/models_1";
4
+ import { DescribeReplicationTableStatisticsMessage, DescribeReplicationTableStatisticsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeReplicationTaskAssessmentResultsMessage, DescribeReplicationTaskAssessmentResultsResponse } from "../models/models_1";
4
+ import { DescribeReplicationTaskAssessmentResultsMessage, DescribeReplicationTaskAssessmentResultsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeReplicationTaskAssessmentRunsMessage, DescribeReplicationTaskAssessmentRunsResponse } from "../models/models_1";
4
+ import { DescribeReplicationTaskAssessmentRunsMessage, DescribeReplicationTaskAssessmentRunsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeReplicationTaskIndividualAssessmentsMessage, DescribeReplicationTaskIndividualAssessmentsResponse } from "../models/models_1";
4
+ import { DescribeReplicationTaskIndividualAssessmentsMessage, DescribeReplicationTaskIndividualAssessmentsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeReplicationTasksMessage, DescribeReplicationTasksResponse } from "../models/models_1";
4
+ import { DescribeReplicationTasksMessage, DescribeReplicationTasksResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeReplicationsMessage, DescribeReplicationsResponse } from "../models/models_1";
4
+ import { DescribeReplicationsMessage, DescribeReplicationsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeSchemasMessage, DescribeSchemasResponse } from "../models/models_1";
4
+ import { DescribeSchemasMessage, DescribeSchemasResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { DescribeTableStatisticsMessage, DescribeTableStatisticsResponse } from "../models/models_1";
4
+ import { DescribeTableStatisticsMessage, DescribeTableStatisticsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { ExportMetadataModelAssessmentMessage, ExportMetadataModelAssessmentResponse } from "../models/models_1";
4
+ import { ExportMetadataModelAssessmentMessage, ExportMetadataModelAssessmentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { GetTargetSelectionRulesMessage, GetTargetSelectionRulesResponse } from "../models/models_1";
4
+ import { GetTargetSelectionRulesMessage, GetTargetSelectionRulesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { ImportCertificateMessage, ImportCertificateResponse } from "../models/models_1";
4
+ import { ImportCertificateMessage, ImportCertificateResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
- import { ListTagsForResourceMessage, ListTagsForResourceResponse } from "../models/models_1";
4
+ import { ListTagsForResourceMessage, ListTagsForResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */