@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
|
@@ -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({
|
|
@@ -31,10 +31,10 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
|
|
|
31
31
|
* import { DatabaseMigrationServiceClient, AddTagsToResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
32
32
|
* // const { DatabaseMigrationServiceClient, AddTagsToResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
33
33
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // AddTagsToResourceMessage
|
|
35
35
|
* ResourceArn: "STRING_VALUE", // required
|
|
36
|
-
* Tags: [ // required
|
|
37
|
-
* {
|
|
36
|
+
* Tags: [ // TagList // required
|
|
37
|
+
* { // Tag
|
|
38
38
|
* Key: "STRING_VALUE",
|
|
39
39
|
* Value: "STRING_VALUE",
|
|
40
40
|
* ResourceArn: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, ApplyPendingMaintenanceActionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, ApplyPendingMaintenanceActionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ApplyPendingMaintenanceActionMessage
|
|
30
30
|
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
31
31
|
* ApplyAction: "STRING_VALUE", // required
|
|
32
32
|
* OptInType: "STRING_VALUE", // required
|
|
@@ -31,11 +31,11 @@ export interface BatchStartRecommendationsCommandOutput extends BatchStartRecomm
|
|
|
31
31
|
* import { DatabaseMigrationServiceClient, BatchStartRecommendationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
32
32
|
* // const { DatabaseMigrationServiceClient, BatchStartRecommendationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
33
33
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
34
|
-
* const input = {
|
|
35
|
-
* Data: [
|
|
36
|
-
* {
|
|
34
|
+
* const input = { // BatchStartRecommendationsRequest
|
|
35
|
+
* Data: [ // StartRecommendationsRequestEntryList
|
|
36
|
+
* { // StartRecommendationsRequestEntry
|
|
37
37
|
* DatabaseId: "STRING_VALUE", // required
|
|
38
|
-
* Settings: {
|
|
38
|
+
* Settings: { // RecommendationSettings
|
|
39
39
|
* InstanceSizingType: "STRING_VALUE", // required
|
|
40
40
|
* WorkloadType: "STRING_VALUE", // required
|
|
41
41
|
* },
|
|
@@ -29,7 +29,7 @@ export interface CancelReplicationTaskAssessmentRunCommandOutput extends CancelR
|
|
|
29
29
|
* import { DatabaseMigrationServiceClient, CancelReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
30
30
|
* // const { DatabaseMigrationServiceClient, CancelReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
31
31
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CancelReplicationTaskAssessmentRunMessage
|
|
33
33
|
* ReplicationTaskAssessmentRunArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CancelReplicationTaskAssessmentRunCommand(input);
|
|
@@ -33,7 +33,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
33
33
|
* import { DatabaseMigrationServiceClient, CreateEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
34
|
* // const { DatabaseMigrationServiceClient, CreateEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
35
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // CreateEndpointMessage
|
|
37
37
|
* EndpointIdentifier: "STRING_VALUE", // required
|
|
38
38
|
* EndpointType: "source" || "target", // required
|
|
39
39
|
* EngineName: "STRING_VALUE", // required
|
|
@@ -44,8 +44,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
44
44
|
* DatabaseName: "STRING_VALUE",
|
|
45
45
|
* ExtraConnectionAttributes: "STRING_VALUE",
|
|
46
46
|
* KmsKeyId: "STRING_VALUE",
|
|
47
|
-
* Tags: [
|
|
48
|
-
* {
|
|
47
|
+
* Tags: [ // TagList
|
|
48
|
+
* { // Tag
|
|
49
49
|
* Key: "STRING_VALUE",
|
|
50
50
|
* Value: "STRING_VALUE",
|
|
51
51
|
* ResourceArn: "STRING_VALUE",
|
|
@@ -55,10 +55,10 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
55
55
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
56
56
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
57
57
|
* ExternalTableDefinition: "STRING_VALUE",
|
|
58
|
-
* DynamoDbSettings: {
|
|
58
|
+
* DynamoDbSettings: { // DynamoDbSettings
|
|
59
59
|
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
60
60
|
* },
|
|
61
|
-
* S3Settings: {
|
|
61
|
+
* S3Settings: { // S3Settings
|
|
62
62
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
63
63
|
* ExternalTableDefinition: "STRING_VALUE",
|
|
64
64
|
* CsvRowDelimiter: "STRING_VALUE",
|
|
@@ -101,11 +101,11 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
101
101
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
102
102
|
* GlueCatalogGeneration: true || false,
|
|
103
103
|
* },
|
|
104
|
-
* DmsTransferSettings: {
|
|
104
|
+
* DmsTransferSettings: { // DmsTransferSettings
|
|
105
105
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
106
106
|
* BucketName: "STRING_VALUE",
|
|
107
107
|
* },
|
|
108
|
-
* MongoDbSettings: {
|
|
108
|
+
* MongoDbSettings: { // MongoDbSettings
|
|
109
109
|
* Username: "STRING_VALUE",
|
|
110
110
|
* Password: "STRING_VALUE",
|
|
111
111
|
* ServerName: "STRING_VALUE",
|
|
@@ -121,7 +121,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
121
121
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
122
122
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
123
123
|
* },
|
|
124
|
-
* KinesisSettings: {
|
|
124
|
+
* KinesisSettings: { // KinesisSettings
|
|
125
125
|
* StreamArn: "STRING_VALUE",
|
|
126
126
|
* MessageFormat: "json" || "json-unformatted",
|
|
127
127
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
@@ -133,7 +133,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
133
133
|
* IncludeNullAndEmpty: true || false,
|
|
134
134
|
* NoHexPrefix: true || false,
|
|
135
135
|
* },
|
|
136
|
-
* KafkaSettings: {
|
|
136
|
+
* KafkaSettings: { // KafkaSettings
|
|
137
137
|
* Broker: "STRING_VALUE",
|
|
138
138
|
* Topic: "STRING_VALUE",
|
|
139
139
|
* MessageFormat: "json" || "json-unformatted",
|
|
@@ -154,14 +154,14 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
154
154
|
* NoHexPrefix: true || false,
|
|
155
155
|
* SaslMechanism: "scram-sha-512" || "plain",
|
|
156
156
|
* },
|
|
157
|
-
* ElasticsearchSettings: {
|
|
157
|
+
* ElasticsearchSettings: { // ElasticsearchSettings
|
|
158
158
|
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
159
159
|
* EndpointUri: "STRING_VALUE", // required
|
|
160
160
|
* FullLoadErrorPercentage: Number("int"),
|
|
161
161
|
* ErrorRetryDuration: Number("int"),
|
|
162
162
|
* UseNewMappingType: true || false,
|
|
163
163
|
* },
|
|
164
|
-
* NeptuneSettings: {
|
|
164
|
+
* NeptuneSettings: { // NeptuneSettings
|
|
165
165
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
166
166
|
* S3BucketName: "STRING_VALUE", // required
|
|
167
167
|
* S3BucketFolder: "STRING_VALUE", // required
|
|
@@ -170,7 +170,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
170
170
|
* MaxRetryCount: Number("int"),
|
|
171
171
|
* IamAuthEnabled: true || false,
|
|
172
172
|
* },
|
|
173
|
-
* RedshiftSettings: {
|
|
173
|
+
* RedshiftSettings: { // RedshiftSettings
|
|
174
174
|
* AcceptAnyDate: true || false,
|
|
175
175
|
* AfterConnectScript: "STRING_VALUE",
|
|
176
176
|
* BucketFolder: "STRING_VALUE",
|
|
@@ -203,7 +203,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
203
203
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
204
204
|
* MapBooleanAsBoolean: true || false,
|
|
205
205
|
* },
|
|
206
|
-
* PostgreSQLSettings: {
|
|
206
|
+
* PostgreSQLSettings: { // PostgreSQLSettings
|
|
207
207
|
* AfterConnectScript: "STRING_VALUE",
|
|
208
208
|
* CaptureDdls: true || false,
|
|
209
209
|
* MaxFileSize: Number("int"),
|
|
@@ -225,7 +225,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
225
225
|
* TrimSpaceInChar: true || false,
|
|
226
226
|
* MapBooleanAsBoolean: true || false,
|
|
227
227
|
* },
|
|
228
|
-
* MySQLSettings: {
|
|
228
|
+
* MySQLSettings: { // MySQLSettings
|
|
229
229
|
* AfterConnectScript: "STRING_VALUE",
|
|
230
230
|
* CleanSourceMetadataOnMismatch: true || false,
|
|
231
231
|
* DatabaseName: "STRING_VALUE",
|
|
@@ -241,11 +241,11 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
241
241
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
242
242
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
243
243
|
* },
|
|
244
|
-
* OracleSettings: {
|
|
244
|
+
* OracleSettings: { // OracleSettings
|
|
245
245
|
* AddSupplementalLogging: true || false,
|
|
246
246
|
* ArchivedLogDestId: Number("int"),
|
|
247
247
|
* AdditionalArchivedLogDestId: Number("int"),
|
|
248
|
-
* ExtraArchivedLogDestIds: [
|
|
248
|
+
* ExtraArchivedLogDestIds: [ // IntegerList
|
|
249
249
|
* Number("int"),
|
|
250
250
|
* ],
|
|
251
251
|
* AllowSelectNestedTables: true || false,
|
|
@@ -287,7 +287,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
287
287
|
* TrimSpaceInChar: true || false,
|
|
288
288
|
* ConvertTimestampWithZoneToUTC: true || false,
|
|
289
289
|
* },
|
|
290
|
-
* SybaseSettings: {
|
|
290
|
+
* SybaseSettings: { // SybaseSettings
|
|
291
291
|
* DatabaseName: "STRING_VALUE",
|
|
292
292
|
* Password: "STRING_VALUE",
|
|
293
293
|
* Port: Number("int"),
|
|
@@ -296,7 +296,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
296
296
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
297
297
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
298
298
|
* },
|
|
299
|
-
* MicrosoftSQLServerSettings: {
|
|
299
|
+
* MicrosoftSQLServerSettings: { // MicrosoftSQLServerSettings
|
|
300
300
|
* Port: Number("int"),
|
|
301
301
|
* BcpPacketSize: Number("int"),
|
|
302
302
|
* DatabaseName: "STRING_VALUE",
|
|
@@ -315,7 +315,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
315
315
|
* TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
|
|
316
316
|
* ForceLobLookup: true || false,
|
|
317
317
|
* },
|
|
318
|
-
* IBMDb2Settings: {
|
|
318
|
+
* IBMDb2Settings: { // IBMDb2Settings
|
|
319
319
|
* DatabaseName: "STRING_VALUE",
|
|
320
320
|
* Password: "STRING_VALUE",
|
|
321
321
|
* Port: Number("int"),
|
|
@@ -328,7 +328,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
328
328
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
329
329
|
* },
|
|
330
330
|
* ResourceIdentifier: "STRING_VALUE",
|
|
331
|
-
* DocDbSettings: {
|
|
331
|
+
* DocDbSettings: { // DocDbSettings
|
|
332
332
|
* Username: "STRING_VALUE",
|
|
333
333
|
* Password: "STRING_VALUE",
|
|
334
334
|
* ServerName: "STRING_VALUE",
|
|
@@ -341,7 +341,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
341
341
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
342
342
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
343
343
|
* },
|
|
344
|
-
* RedisSettings: {
|
|
344
|
+
* RedisSettings: { // RedisSettings
|
|
345
345
|
* ServerName: "STRING_VALUE", // required
|
|
346
346
|
* Port: Number("int"), // required
|
|
347
347
|
* SslSecurityProtocol: "plaintext" || "ssl-encryption",
|
|
@@ -350,7 +350,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
350
350
|
* AuthPassword: "STRING_VALUE",
|
|
351
351
|
* SslCaCertificateArn: "STRING_VALUE",
|
|
352
352
|
* },
|
|
353
|
-
* GcpMySQLSettings: {
|
|
353
|
+
* GcpMySQLSettings: { // GcpMySQLSettings
|
|
354
354
|
* AfterConnectScript: "STRING_VALUE",
|
|
355
355
|
* CleanSourceMetadataOnMismatch: true || false,
|
|
356
356
|
* DatabaseName: "STRING_VALUE",
|
|
@@ -41,19 +41,19 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
|
|
|
41
41
|
* import { DatabaseMigrationServiceClient, CreateEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
42
42
|
* // const { DatabaseMigrationServiceClient, CreateEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
43
43
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // CreateEventSubscriptionMessage
|
|
45
45
|
* SubscriptionName: "STRING_VALUE", // required
|
|
46
46
|
* SnsTopicArn: "STRING_VALUE", // required
|
|
47
47
|
* SourceType: "STRING_VALUE",
|
|
48
|
-
* EventCategories: [
|
|
48
|
+
* EventCategories: [ // EventCategoriesList
|
|
49
49
|
* "STRING_VALUE",
|
|
50
50
|
* ],
|
|
51
|
-
* SourceIds: [
|
|
51
|
+
* SourceIds: [ // SourceIdsList
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
54
|
* Enabled: true || false,
|
|
55
|
-
* Tags: [
|
|
56
|
-
* {
|
|
55
|
+
* Tags: [ // TagList
|
|
56
|
+
* { // Tag
|
|
57
57
|
* Key: "STRING_VALUE",
|
|
58
58
|
* Value: "STRING_VALUE",
|
|
59
59
|
* ResourceArn: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface CreateFleetAdvisorCollectorCommandOutput extends CreateFleetAdv
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, CreateFleetAdvisorCollectorCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, CreateFleetAdvisorCollectorCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateFleetAdvisorCollectorRequest
|
|
30
30
|
* CollectorName: "STRING_VALUE", // required
|
|
31
31
|
* Description: "STRING_VALUE",
|
|
32
32
|
* ServiceAccessRoleArn: "STRING_VALUE", // required
|