@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.
- 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 +12 -12
- 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
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* <p>DMS was denied access to the endpoint. Check that the
|
|
5
|
-
* role is correctly configured.</p>
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export declare class AccessDeniedFault extends __BaseException {
|
|
9
|
-
readonly name: "AccessDeniedFault";
|
|
10
|
-
readonly $fault: "client";
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
constructor(opts: __ExceptionOptionType<AccessDeniedFault, __BaseException>);
|
|
15
|
-
}
|
|
1
|
+
import { AssessmentReportType, AuthMechanismValue, AuthTypeValue, CannedAclForObjectsValue, CharLengthSemantics, CollectorStatus, CompressionTypeValue, DatabaseMode, DataFormatValue, DatePartitionDelimiterValue, DatePartitionSequenceValue, DmsSslModeValue, EncodingTypeValue, EncryptionModeValue, EndpointSettingTypeValue, KafkaSaslMechanism, KafkaSecurityProtocol, KafkaSslEndpointIdentificationAlgorithm, LongVarcharMappingType, MessageFormatValue, MigrationTypeValue, MySQLAuthenticationMethod, NestingLevelValue, OracleAuthenticationMethod, OriginTypeValue, ParquetVersionValue, PluginNameValue, PostgreSQLAuthenticationMethod, RedisAuthTypeValue, RefreshSchemasStatusTypeValue, ReleaseStatusValues, ReplicationEndpointTypeValue, SafeguardPolicy, SourceType, SqlServerAuthenticationMethod, SslSecurityProtocolValue, TablePreparationMode, TargetDbType, TlogAccessMode, VersionStatus } from "./enums";
|
|
16
2
|
/**
|
|
17
3
|
* <p>Describes a quota for an Amazon Web Services account, for example the number of replication instances
|
|
18
4
|
* allowed.</p>
|
|
@@ -106,30 +92,6 @@ export interface AddTagsToResourceMessage {
|
|
|
106
92
|
*/
|
|
107
93
|
export interface AddTagsToResourceResponse {
|
|
108
94
|
}
|
|
109
|
-
/**
|
|
110
|
-
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
111
|
-
* @public
|
|
112
|
-
*/
|
|
113
|
-
export declare class InvalidResourceStateFault extends __BaseException {
|
|
114
|
-
readonly name: "InvalidResourceStateFault";
|
|
115
|
-
readonly $fault: "client";
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
constructor(opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>);
|
|
120
|
-
}
|
|
121
|
-
/**
|
|
122
|
-
* <p>The resource could not be found.</p>
|
|
123
|
-
* @public
|
|
124
|
-
*/
|
|
125
|
-
export declare class ResourceNotFoundFault extends __BaseException {
|
|
126
|
-
readonly name: "ResourceNotFoundFault";
|
|
127
|
-
readonly $fault: "client";
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
|
|
132
|
-
}
|
|
133
95
|
/**
|
|
134
96
|
* <p></p>
|
|
135
97
|
* @public
|
|
@@ -778,19 +740,6 @@ export interface CancelReplicationTaskAssessmentRunResponse {
|
|
|
778
740
|
*/
|
|
779
741
|
ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun | undefined;
|
|
780
742
|
}
|
|
781
|
-
/**
|
|
782
|
-
* @public
|
|
783
|
-
* @enum
|
|
784
|
-
*/
|
|
785
|
-
export declare const MigrationTypeValue: {
|
|
786
|
-
readonly CDC: "cdc";
|
|
787
|
-
readonly FULL_LOAD: "full-load";
|
|
788
|
-
readonly FULL_LOAD_AND_CDC: "full-load-and-cdc";
|
|
789
|
-
};
|
|
790
|
-
/**
|
|
791
|
-
* @public
|
|
792
|
-
*/
|
|
793
|
-
export type MigrationTypeValue = (typeof MigrationTypeValue)[keyof typeof MigrationTypeValue];
|
|
794
743
|
/**
|
|
795
744
|
* <p>Defines settings for a source data provider for a data migration.</p>
|
|
796
745
|
* @public
|
|
@@ -818,19 +767,6 @@ export interface SourceDataSetting {
|
|
|
818
767
|
*/
|
|
819
768
|
SlotName?: string | undefined;
|
|
820
769
|
}
|
|
821
|
-
/**
|
|
822
|
-
* @public
|
|
823
|
-
* @enum
|
|
824
|
-
*/
|
|
825
|
-
export declare const TablePreparationMode: {
|
|
826
|
-
readonly DO_NOTHING: "do-nothing";
|
|
827
|
-
readonly DROP_TABLES_ON_TARGET: "drop-tables-on-target";
|
|
828
|
-
readonly TRUNCATE: "truncate";
|
|
829
|
-
};
|
|
830
|
-
/**
|
|
831
|
-
* @public
|
|
832
|
-
*/
|
|
833
|
-
export type TablePreparationMode = (typeof TablePreparationMode)[keyof typeof TablePreparationMode];
|
|
834
770
|
/**
|
|
835
771
|
* <p>Defines settings for a target data provider for a data migration.</p>
|
|
836
772
|
* @public
|
|
@@ -1097,73 +1033,6 @@ export interface CreateDataMigrationResponse {
|
|
|
1097
1033
|
*/
|
|
1098
1034
|
DataMigration?: DataMigration | undefined;
|
|
1099
1035
|
}
|
|
1100
|
-
/**
|
|
1101
|
-
* <p>A dependency threw an exception.</p>
|
|
1102
|
-
* @public
|
|
1103
|
-
*/
|
|
1104
|
-
export declare class FailedDependencyFault extends __BaseException {
|
|
1105
|
-
readonly name: "FailedDependencyFault";
|
|
1106
|
-
readonly $fault: "client";
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
|
-
constructor(opts: __ExceptionOptionType<FailedDependencyFault, __BaseException>);
|
|
1111
|
-
}
|
|
1112
|
-
/**
|
|
1113
|
-
* <p>The action or operation requested isn't valid.</p>
|
|
1114
|
-
* @public
|
|
1115
|
-
*/
|
|
1116
|
-
export declare class InvalidOperationFault extends __BaseException {
|
|
1117
|
-
readonly name: "InvalidOperationFault";
|
|
1118
|
-
readonly $fault: "client";
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
constructor(opts: __ExceptionOptionType<InvalidOperationFault, __BaseException>);
|
|
1123
|
-
}
|
|
1124
|
-
/**
|
|
1125
|
-
* <p>The resource you are attempting to create already exists.</p>
|
|
1126
|
-
* @public
|
|
1127
|
-
*/
|
|
1128
|
-
export declare class ResourceAlreadyExistsFault extends __BaseException {
|
|
1129
|
-
readonly name: "ResourceAlreadyExistsFault";
|
|
1130
|
-
readonly $fault: "client";
|
|
1131
|
-
/**
|
|
1132
|
-
* <p></p>
|
|
1133
|
-
* @public
|
|
1134
|
-
*/
|
|
1135
|
-
resourceArn?: string | undefined;
|
|
1136
|
-
/**
|
|
1137
|
-
* @internal
|
|
1138
|
-
*/
|
|
1139
|
-
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsFault, __BaseException>);
|
|
1140
|
-
}
|
|
1141
|
-
/**
|
|
1142
|
-
* <p>The quota for this resource quota has been exceeded.</p>
|
|
1143
|
-
* @public
|
|
1144
|
-
*/
|
|
1145
|
-
export declare class ResourceQuotaExceededFault extends __BaseException {
|
|
1146
|
-
readonly name: "ResourceQuotaExceededFault";
|
|
1147
|
-
readonly $fault: "client";
|
|
1148
|
-
/**
|
|
1149
|
-
* @internal
|
|
1150
|
-
*/
|
|
1151
|
-
constructor(opts: __ExceptionOptionType<ResourceQuotaExceededFault, __BaseException>);
|
|
1152
|
-
}
|
|
1153
|
-
/**
|
|
1154
|
-
* @public
|
|
1155
|
-
* @enum
|
|
1156
|
-
*/
|
|
1157
|
-
export declare const DmsSslModeValue: {
|
|
1158
|
-
readonly NONE: "none";
|
|
1159
|
-
readonly REQUIRE: "require";
|
|
1160
|
-
readonly VERIFY_CA: "verify-ca";
|
|
1161
|
-
readonly VERIFY_FULL: "verify-full";
|
|
1162
|
-
};
|
|
1163
|
-
/**
|
|
1164
|
-
* @public
|
|
1165
|
-
*/
|
|
1166
|
-
export type DmsSslModeValue = (typeof DmsSslModeValue)[keyof typeof DmsSslModeValue];
|
|
1167
1036
|
/**
|
|
1168
1037
|
* <p>Provides information that defines a DocumentDB data provider.</p>
|
|
1169
1038
|
* @public
|
|
@@ -1359,31 +1228,6 @@ export interface MicrosoftSqlServerDataProviderSettings {
|
|
|
1359
1228
|
*/
|
|
1360
1229
|
S3AccessRoleArn?: string | undefined;
|
|
1361
1230
|
}
|
|
1362
|
-
/**
|
|
1363
|
-
* @public
|
|
1364
|
-
* @enum
|
|
1365
|
-
*/
|
|
1366
|
-
export declare const AuthMechanismValue: {
|
|
1367
|
-
readonly DEFAULT: "default";
|
|
1368
|
-
readonly MONGODB_CR: "mongodb_cr";
|
|
1369
|
-
readonly SCRAM_SHA_1: "scram_sha_1";
|
|
1370
|
-
};
|
|
1371
|
-
/**
|
|
1372
|
-
* @public
|
|
1373
|
-
*/
|
|
1374
|
-
export type AuthMechanismValue = (typeof AuthMechanismValue)[keyof typeof AuthMechanismValue];
|
|
1375
|
-
/**
|
|
1376
|
-
* @public
|
|
1377
|
-
* @enum
|
|
1378
|
-
*/
|
|
1379
|
-
export declare const AuthTypeValue: {
|
|
1380
|
-
readonly NO: "no";
|
|
1381
|
-
readonly PASSWORD: "password";
|
|
1382
|
-
};
|
|
1383
|
-
/**
|
|
1384
|
-
* @public
|
|
1385
|
-
*/
|
|
1386
|
-
export type AuthTypeValue = (typeof AuthTypeValue)[keyof typeof AuthTypeValue];
|
|
1387
1231
|
/**
|
|
1388
1232
|
* <p>Provides information that defines a MongoDB data provider.</p>
|
|
1389
1233
|
* @public
|
|
@@ -2007,18 +1851,6 @@ export interface DmsTransferSettings {
|
|
|
2007
1851
|
*/
|
|
2008
1852
|
BucketName?: string | undefined;
|
|
2009
1853
|
}
|
|
2010
|
-
/**
|
|
2011
|
-
* @public
|
|
2012
|
-
* @enum
|
|
2013
|
-
*/
|
|
2014
|
-
export declare const NestingLevelValue: {
|
|
2015
|
-
readonly NONE: "none";
|
|
2016
|
-
readonly ONE: "one";
|
|
2017
|
-
};
|
|
2018
|
-
/**
|
|
2019
|
-
* @public
|
|
2020
|
-
*/
|
|
2021
|
-
export type NestingLevelValue = (typeof NestingLevelValue)[keyof typeof NestingLevelValue];
|
|
2022
1854
|
/**
|
|
2023
1855
|
* <p>Provides information that defines a DocumentDB endpoint.</p>
|
|
2024
1856
|
* @public
|
|
@@ -2184,30 +2016,6 @@ export interface ElasticsearchSettings {
|
|
|
2184
2016
|
*/
|
|
2185
2017
|
UseNewMappingType?: boolean | undefined;
|
|
2186
2018
|
}
|
|
2187
|
-
/**
|
|
2188
|
-
* @public
|
|
2189
|
-
* @enum
|
|
2190
|
-
*/
|
|
2191
|
-
export declare const ReplicationEndpointTypeValue: {
|
|
2192
|
-
readonly SOURCE: "source";
|
|
2193
|
-
readonly TARGET: "target";
|
|
2194
|
-
};
|
|
2195
|
-
/**
|
|
2196
|
-
* @public
|
|
2197
|
-
*/
|
|
2198
|
-
export type ReplicationEndpointTypeValue = (typeof ReplicationEndpointTypeValue)[keyof typeof ReplicationEndpointTypeValue];
|
|
2199
|
-
/**
|
|
2200
|
-
* @public
|
|
2201
|
-
* @enum
|
|
2202
|
-
*/
|
|
2203
|
-
export declare const TargetDbType: {
|
|
2204
|
-
readonly MULTIPLE_DATABASES: "multiple-databases";
|
|
2205
|
-
readonly SPECIFIC_DATABASE: "specific-database";
|
|
2206
|
-
};
|
|
2207
|
-
/**
|
|
2208
|
-
* @public
|
|
2209
|
-
*/
|
|
2210
|
-
export type TargetDbType = (typeof TargetDbType)[keyof typeof TargetDbType];
|
|
2211
2019
|
/**
|
|
2212
2020
|
* <p>Settings in JSON format for the source GCP MySQL endpoint.</p>
|
|
2213
2021
|
* @public
|
|
@@ -2428,56 +2236,6 @@ export interface IBMDb2Settings {
|
|
|
2428
2236
|
*/
|
|
2429
2237
|
KeepCsvFiles?: boolean | undefined;
|
|
2430
2238
|
}
|
|
2431
|
-
/**
|
|
2432
|
-
* @public
|
|
2433
|
-
* @enum
|
|
2434
|
-
*/
|
|
2435
|
-
export declare const MessageFormatValue: {
|
|
2436
|
-
readonly JSON: "json";
|
|
2437
|
-
readonly JSON_UNFORMATTED: "json-unformatted";
|
|
2438
|
-
};
|
|
2439
|
-
/**
|
|
2440
|
-
* @public
|
|
2441
|
-
*/
|
|
2442
|
-
export type MessageFormatValue = (typeof MessageFormatValue)[keyof typeof MessageFormatValue];
|
|
2443
|
-
/**
|
|
2444
|
-
* @public
|
|
2445
|
-
* @enum
|
|
2446
|
-
*/
|
|
2447
|
-
export declare const KafkaSaslMechanism: {
|
|
2448
|
-
readonly PLAIN: "plain";
|
|
2449
|
-
readonly SCRAM_SHA_512: "scram-sha-512";
|
|
2450
|
-
};
|
|
2451
|
-
/**
|
|
2452
|
-
* @public
|
|
2453
|
-
*/
|
|
2454
|
-
export type KafkaSaslMechanism = (typeof KafkaSaslMechanism)[keyof typeof KafkaSaslMechanism];
|
|
2455
|
-
/**
|
|
2456
|
-
* @public
|
|
2457
|
-
* @enum
|
|
2458
|
-
*/
|
|
2459
|
-
export declare const KafkaSecurityProtocol: {
|
|
2460
|
-
readonly PLAINTEXT: "plaintext";
|
|
2461
|
-
readonly SASL_SSL: "sasl-ssl";
|
|
2462
|
-
readonly SSL_AUTHENTICATION: "ssl-authentication";
|
|
2463
|
-
readonly SSL_ENCRYPTION: "ssl-encryption";
|
|
2464
|
-
};
|
|
2465
|
-
/**
|
|
2466
|
-
* @public
|
|
2467
|
-
*/
|
|
2468
|
-
export type KafkaSecurityProtocol = (typeof KafkaSecurityProtocol)[keyof typeof KafkaSecurityProtocol];
|
|
2469
|
-
/**
|
|
2470
|
-
* @public
|
|
2471
|
-
* @enum
|
|
2472
|
-
*/
|
|
2473
|
-
export declare const KafkaSslEndpointIdentificationAlgorithm: {
|
|
2474
|
-
readonly HTTPS: "https";
|
|
2475
|
-
readonly NONE: "none";
|
|
2476
|
-
};
|
|
2477
|
-
/**
|
|
2478
|
-
* @public
|
|
2479
|
-
*/
|
|
2480
|
-
export type KafkaSslEndpointIdentificationAlgorithm = (typeof KafkaSslEndpointIdentificationAlgorithm)[keyof typeof KafkaSslEndpointIdentificationAlgorithm];
|
|
2481
2239
|
/**
|
|
2482
2240
|
* <p>Provides information that describes an Apache Kafka endpoint. This information includes
|
|
2483
2241
|
* the output format of records applied to the endpoint and details of transaction and control
|
|
@@ -2720,45 +2478,6 @@ export interface KinesisSettings {
|
|
|
2720
2478
|
*/
|
|
2721
2479
|
UseLargeIntegerValue?: boolean | undefined;
|
|
2722
2480
|
}
|
|
2723
|
-
/**
|
|
2724
|
-
* @public
|
|
2725
|
-
* @enum
|
|
2726
|
-
*/
|
|
2727
|
-
export declare const SqlServerAuthenticationMethod: {
|
|
2728
|
-
readonly Kerberos: "kerberos";
|
|
2729
|
-
readonly Password: "password";
|
|
2730
|
-
};
|
|
2731
|
-
/**
|
|
2732
|
-
* @public
|
|
2733
|
-
*/
|
|
2734
|
-
export type SqlServerAuthenticationMethod = (typeof SqlServerAuthenticationMethod)[keyof typeof SqlServerAuthenticationMethod];
|
|
2735
|
-
/**
|
|
2736
|
-
* @public
|
|
2737
|
-
* @enum
|
|
2738
|
-
*/
|
|
2739
|
-
export declare const SafeguardPolicy: {
|
|
2740
|
-
readonly EXCLUSIVE_AUTOMATIC_TRUNCATION: "exclusive-automatic-truncation";
|
|
2741
|
-
readonly RELY_ON_SQL_SERVER_REPLICATION_AGENT: "rely-on-sql-server-replication-agent";
|
|
2742
|
-
readonly SHARED_AUTOMATIC_TRUNCATION: "shared-automatic-truncation";
|
|
2743
|
-
};
|
|
2744
|
-
/**
|
|
2745
|
-
* @public
|
|
2746
|
-
*/
|
|
2747
|
-
export type SafeguardPolicy = (typeof SafeguardPolicy)[keyof typeof SafeguardPolicy];
|
|
2748
|
-
/**
|
|
2749
|
-
* @public
|
|
2750
|
-
* @enum
|
|
2751
|
-
*/
|
|
2752
|
-
export declare const TlogAccessMode: {
|
|
2753
|
-
readonly BackupOnly: "BackupOnly";
|
|
2754
|
-
readonly PreferBackup: "PreferBackup";
|
|
2755
|
-
readonly PreferTlog: "PreferTlog";
|
|
2756
|
-
readonly TlogOnly: "TlogOnly";
|
|
2757
|
-
};
|
|
2758
|
-
/**
|
|
2759
|
-
* @public
|
|
2760
|
-
*/
|
|
2761
|
-
export type TlogAccessMode = (typeof TlogAccessMode)[keyof typeof TlogAccessMode];
|
|
2762
2481
|
/**
|
|
2763
2482
|
* <p>Provides information that defines a Microsoft SQL Server endpoint.</p>
|
|
2764
2483
|
* @public
|
|
@@ -3035,18 +2754,6 @@ export interface MongoDbSettings {
|
|
|
3035
2754
|
*/
|
|
3036
2755
|
ReplicateShardCollections?: boolean | undefined;
|
|
3037
2756
|
}
|
|
3038
|
-
/**
|
|
3039
|
-
* @public
|
|
3040
|
-
* @enum
|
|
3041
|
-
*/
|
|
3042
|
-
export declare const MySQLAuthenticationMethod: {
|
|
3043
|
-
readonly IAM: "iam";
|
|
3044
|
-
readonly Password: "password";
|
|
3045
|
-
};
|
|
3046
|
-
/**
|
|
3047
|
-
* @public
|
|
3048
|
-
*/
|
|
3049
|
-
export type MySQLAuthenticationMethod = (typeof MySQLAuthenticationMethod)[keyof typeof MySQLAuthenticationMethod];
|
|
3050
2757
|
/**
|
|
3051
2758
|
* <p>Provides information that defines a MySQL endpoint.</p>
|
|
3052
2759
|
* @public
|
|
@@ -3243,31 +2950,6 @@ export interface NeptuneSettings {
|
|
|
3243
2950
|
*/
|
|
3244
2951
|
IamAuthEnabled?: boolean | undefined;
|
|
3245
2952
|
}
|
|
3246
|
-
/**
|
|
3247
|
-
* @public
|
|
3248
|
-
* @enum
|
|
3249
|
-
*/
|
|
3250
|
-
export declare const OracleAuthenticationMethod: {
|
|
3251
|
-
readonly Kerberos: "kerberos";
|
|
3252
|
-
readonly Password: "password";
|
|
3253
|
-
};
|
|
3254
|
-
/**
|
|
3255
|
-
* @public
|
|
3256
|
-
*/
|
|
3257
|
-
export type OracleAuthenticationMethod = (typeof OracleAuthenticationMethod)[keyof typeof OracleAuthenticationMethod];
|
|
3258
|
-
/**
|
|
3259
|
-
* @public
|
|
3260
|
-
* @enum
|
|
3261
|
-
*/
|
|
3262
|
-
export declare const CharLengthSemantics: {
|
|
3263
|
-
readonly BYTE: "byte";
|
|
3264
|
-
readonly CHAR: "char";
|
|
3265
|
-
readonly DEFAULT: "default";
|
|
3266
|
-
};
|
|
3267
|
-
/**
|
|
3268
|
-
* @public
|
|
3269
|
-
*/
|
|
3270
|
-
export type CharLengthSemantics = (typeof CharLengthSemantics)[keyof typeof CharLengthSemantics];
|
|
3271
2953
|
/**
|
|
3272
2954
|
* <p>Provides information that defines an Oracle endpoint.</p>
|
|
3273
2955
|
* @public
|
|
@@ -3655,56 +3337,6 @@ export interface OracleSettings {
|
|
|
3655
3337
|
*/
|
|
3656
3338
|
AuthenticationMethod?: OracleAuthenticationMethod | undefined;
|
|
3657
3339
|
}
|
|
3658
|
-
/**
|
|
3659
|
-
* @public
|
|
3660
|
-
* @enum
|
|
3661
|
-
*/
|
|
3662
|
-
export declare const PostgreSQLAuthenticationMethod: {
|
|
3663
|
-
readonly IAM: "iam";
|
|
3664
|
-
readonly Password: "password";
|
|
3665
|
-
};
|
|
3666
|
-
/**
|
|
3667
|
-
* @public
|
|
3668
|
-
*/
|
|
3669
|
-
export type PostgreSQLAuthenticationMethod = (typeof PostgreSQLAuthenticationMethod)[keyof typeof PostgreSQLAuthenticationMethod];
|
|
3670
|
-
/**
|
|
3671
|
-
* @public
|
|
3672
|
-
* @enum
|
|
3673
|
-
*/
|
|
3674
|
-
export declare const DatabaseMode: {
|
|
3675
|
-
readonly BABELFISH: "babelfish";
|
|
3676
|
-
readonly DEFAULT: "default";
|
|
3677
|
-
};
|
|
3678
|
-
/**
|
|
3679
|
-
* @public
|
|
3680
|
-
*/
|
|
3681
|
-
export type DatabaseMode = (typeof DatabaseMode)[keyof typeof DatabaseMode];
|
|
3682
|
-
/**
|
|
3683
|
-
* @public
|
|
3684
|
-
* @enum
|
|
3685
|
-
*/
|
|
3686
|
-
export declare const LongVarcharMappingType: {
|
|
3687
|
-
readonly CLOB: "clob";
|
|
3688
|
-
readonly NCLOB: "nclob";
|
|
3689
|
-
readonly WSTRING: "wstring";
|
|
3690
|
-
};
|
|
3691
|
-
/**
|
|
3692
|
-
* @public
|
|
3693
|
-
*/
|
|
3694
|
-
export type LongVarcharMappingType = (typeof LongVarcharMappingType)[keyof typeof LongVarcharMappingType];
|
|
3695
|
-
/**
|
|
3696
|
-
* @public
|
|
3697
|
-
* @enum
|
|
3698
|
-
*/
|
|
3699
|
-
export declare const PluginNameValue: {
|
|
3700
|
-
readonly NO_PREFERENCE: "no-preference";
|
|
3701
|
-
readonly PGLOGICAL: "pglogical";
|
|
3702
|
-
readonly TEST_DECODING: "test-decoding";
|
|
3703
|
-
};
|
|
3704
|
-
/**
|
|
3705
|
-
* @public
|
|
3706
|
-
*/
|
|
3707
|
-
export type PluginNameValue = (typeof PluginNameValue)[keyof typeof PluginNameValue];
|
|
3708
3340
|
/**
|
|
3709
3341
|
* <p>Provides information that defines a PostgreSQL endpoint.</p>
|
|
3710
3342
|
* @public
|
|
@@ -3915,31 +3547,6 @@ export interface PostgreSQLSettings {
|
|
|
3915
3547
|
*/
|
|
3916
3548
|
AuthenticationMethod?: PostgreSQLAuthenticationMethod | undefined;
|
|
3917
3549
|
}
|
|
3918
|
-
/**
|
|
3919
|
-
* @public
|
|
3920
|
-
* @enum
|
|
3921
|
-
*/
|
|
3922
|
-
export declare const RedisAuthTypeValue: {
|
|
3923
|
-
readonly AUTH_ROLE: "auth-role";
|
|
3924
|
-
readonly AUTH_TOKEN: "auth-token";
|
|
3925
|
-
readonly NONE: "none";
|
|
3926
|
-
};
|
|
3927
|
-
/**
|
|
3928
|
-
* @public
|
|
3929
|
-
*/
|
|
3930
|
-
export type RedisAuthTypeValue = (typeof RedisAuthTypeValue)[keyof typeof RedisAuthTypeValue];
|
|
3931
|
-
/**
|
|
3932
|
-
* @public
|
|
3933
|
-
* @enum
|
|
3934
|
-
*/
|
|
3935
|
-
export declare const SslSecurityProtocolValue: {
|
|
3936
|
-
readonly PLAINTEXT: "plaintext";
|
|
3937
|
-
readonly SSL_ENCRYPTION: "ssl-encryption";
|
|
3938
|
-
};
|
|
3939
|
-
/**
|
|
3940
|
-
* @public
|
|
3941
|
-
*/
|
|
3942
|
-
export type SslSecurityProtocolValue = (typeof SslSecurityProtocolValue)[keyof typeof SslSecurityProtocolValue];
|
|
3943
3550
|
/**
|
|
3944
3551
|
* <p>Provides information that defines a Redis target endpoint.</p>
|
|
3945
3552
|
* @public
|
|
@@ -3995,18 +3602,6 @@ export interface RedisSettings {
|
|
|
3995
3602
|
*/
|
|
3996
3603
|
SslCaCertificateArn?: string | undefined;
|
|
3997
3604
|
}
|
|
3998
|
-
/**
|
|
3999
|
-
* @public
|
|
4000
|
-
* @enum
|
|
4001
|
-
*/
|
|
4002
|
-
export declare const EncryptionModeValue: {
|
|
4003
|
-
readonly SSE_KMS: "sse-kms";
|
|
4004
|
-
readonly SSE_S3: "sse-s3";
|
|
4005
|
-
};
|
|
4006
|
-
/**
|
|
4007
|
-
* @public
|
|
4008
|
-
*/
|
|
4009
|
-
export type EncryptionModeValue = (typeof EncryptionModeValue)[keyof typeof EncryptionModeValue];
|
|
4010
3605
|
/**
|
|
4011
3606
|
* <p>Provides information that defines an Amazon Redshift endpoint.</p>
|
|
4012
3607
|
* @public
|
|
@@ -4262,102 +3857,6 @@ export interface RedshiftSettings {
|
|
|
4262
3857
|
*/
|
|
4263
3858
|
MapBooleanAsBoolean?: boolean | undefined;
|
|
4264
3859
|
}
|
|
4265
|
-
/**
|
|
4266
|
-
* @public
|
|
4267
|
-
* @enum
|
|
4268
|
-
*/
|
|
4269
|
-
export declare const CannedAclForObjectsValue: {
|
|
4270
|
-
readonly AUTHENTICATED_READ: "authenticated-read";
|
|
4271
|
-
readonly AWS_EXEC_READ: "aws-exec-read";
|
|
4272
|
-
readonly BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control";
|
|
4273
|
-
readonly BUCKET_OWNER_READ: "bucket-owner-read";
|
|
4274
|
-
readonly NONE: "none";
|
|
4275
|
-
readonly PRIVATE: "private";
|
|
4276
|
-
readonly PUBLIC_READ: "public-read";
|
|
4277
|
-
readonly PUBLIC_READ_WRITE: "public-read-write";
|
|
4278
|
-
};
|
|
4279
|
-
/**
|
|
4280
|
-
* @public
|
|
4281
|
-
*/
|
|
4282
|
-
export type CannedAclForObjectsValue = (typeof CannedAclForObjectsValue)[keyof typeof CannedAclForObjectsValue];
|
|
4283
|
-
/**
|
|
4284
|
-
* @public
|
|
4285
|
-
* @enum
|
|
4286
|
-
*/
|
|
4287
|
-
export declare const CompressionTypeValue: {
|
|
4288
|
-
readonly GZIP: "gzip";
|
|
4289
|
-
readonly NONE: "none";
|
|
4290
|
-
};
|
|
4291
|
-
/**
|
|
4292
|
-
* @public
|
|
4293
|
-
*/
|
|
4294
|
-
export type CompressionTypeValue = (typeof CompressionTypeValue)[keyof typeof CompressionTypeValue];
|
|
4295
|
-
/**
|
|
4296
|
-
* @public
|
|
4297
|
-
* @enum
|
|
4298
|
-
*/
|
|
4299
|
-
export declare const DataFormatValue: {
|
|
4300
|
-
readonly CSV: "csv";
|
|
4301
|
-
readonly PARQUET: "parquet";
|
|
4302
|
-
};
|
|
4303
|
-
/**
|
|
4304
|
-
* @public
|
|
4305
|
-
*/
|
|
4306
|
-
export type DataFormatValue = (typeof DataFormatValue)[keyof typeof DataFormatValue];
|
|
4307
|
-
/**
|
|
4308
|
-
* @public
|
|
4309
|
-
* @enum
|
|
4310
|
-
*/
|
|
4311
|
-
export declare const DatePartitionDelimiterValue: {
|
|
4312
|
-
readonly DASH: "DASH";
|
|
4313
|
-
readonly NONE: "NONE";
|
|
4314
|
-
readonly SLASH: "SLASH";
|
|
4315
|
-
readonly UNDERSCORE: "UNDERSCORE";
|
|
4316
|
-
};
|
|
4317
|
-
/**
|
|
4318
|
-
* @public
|
|
4319
|
-
*/
|
|
4320
|
-
export type DatePartitionDelimiterValue = (typeof DatePartitionDelimiterValue)[keyof typeof DatePartitionDelimiterValue];
|
|
4321
|
-
/**
|
|
4322
|
-
* @public
|
|
4323
|
-
* @enum
|
|
4324
|
-
*/
|
|
4325
|
-
export declare const DatePartitionSequenceValue: {
|
|
4326
|
-
readonly DDMMYYYY: "DDMMYYYY";
|
|
4327
|
-
readonly MMYYYYDD: "MMYYYYDD";
|
|
4328
|
-
readonly YYYYMM: "YYYYMM";
|
|
4329
|
-
readonly YYYYMMDD: "YYYYMMDD";
|
|
4330
|
-
readonly YYYYMMDDHH: "YYYYMMDDHH";
|
|
4331
|
-
};
|
|
4332
|
-
/**
|
|
4333
|
-
* @public
|
|
4334
|
-
*/
|
|
4335
|
-
export type DatePartitionSequenceValue = (typeof DatePartitionSequenceValue)[keyof typeof DatePartitionSequenceValue];
|
|
4336
|
-
/**
|
|
4337
|
-
* @public
|
|
4338
|
-
* @enum
|
|
4339
|
-
*/
|
|
4340
|
-
export declare const EncodingTypeValue: {
|
|
4341
|
-
readonly PLAIN: "plain";
|
|
4342
|
-
readonly PLAIN_DICTIONARY: "plain-dictionary";
|
|
4343
|
-
readonly RLE_DICTIONARY: "rle-dictionary";
|
|
4344
|
-
};
|
|
4345
|
-
/**
|
|
4346
|
-
* @public
|
|
4347
|
-
*/
|
|
4348
|
-
export type EncodingTypeValue = (typeof EncodingTypeValue)[keyof typeof EncodingTypeValue];
|
|
4349
|
-
/**
|
|
4350
|
-
* @public
|
|
4351
|
-
* @enum
|
|
4352
|
-
*/
|
|
4353
|
-
export declare const ParquetVersionValue: {
|
|
4354
|
-
readonly PARQUET_1_0: "parquet-1-0";
|
|
4355
|
-
readonly PARQUET_2_0: "parquet-2-0";
|
|
4356
|
-
};
|
|
4357
|
-
/**
|
|
4358
|
-
* @public
|
|
4359
|
-
*/
|
|
4360
|
-
export type ParquetVersionValue = (typeof ParquetVersionValue)[keyof typeof ParquetVersionValue];
|
|
4361
3860
|
/**
|
|
4362
3861
|
* <p>Settings for exporting data to Amazon S3. </p>
|
|
4363
3862
|
* @public
|
|
@@ -5560,30 +5059,6 @@ export interface CreateEndpointResponse {
|
|
|
5560
5059
|
*/
|
|
5561
5060
|
Endpoint?: Endpoint | undefined;
|
|
5562
5061
|
}
|
|
5563
|
-
/**
|
|
5564
|
-
* <p>DMS cannot access the KMS key.</p>
|
|
5565
|
-
* @public
|
|
5566
|
-
*/
|
|
5567
|
-
export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
5568
|
-
readonly name: "KMSKeyNotAccessibleFault";
|
|
5569
|
-
readonly $fault: "client";
|
|
5570
|
-
/**
|
|
5571
|
-
* @internal
|
|
5572
|
-
*/
|
|
5573
|
-
constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
|
|
5574
|
-
}
|
|
5575
|
-
/**
|
|
5576
|
-
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
5577
|
-
* @public
|
|
5578
|
-
*/
|
|
5579
|
-
export declare class S3AccessDeniedFault extends __BaseException {
|
|
5580
|
-
readonly name: "S3AccessDeniedFault";
|
|
5581
|
-
readonly $fault: "client";
|
|
5582
|
-
/**
|
|
5583
|
-
* @internal
|
|
5584
|
-
*/
|
|
5585
|
-
constructor(opts: __ExceptionOptionType<S3AccessDeniedFault, __BaseException>);
|
|
5586
|
-
}
|
|
5587
5062
|
/**
|
|
5588
5063
|
* <p></p>
|
|
5589
5064
|
* @public
|
|
@@ -5713,96 +5188,12 @@ export interface CreateEventSubscriptionResponse {
|
|
|
5713
5188
|
EventSubscription?: EventSubscription | undefined;
|
|
5714
5189
|
}
|
|
5715
5190
|
/**
|
|
5716
|
-
* <p>The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.</p>
|
|
5717
5191
|
* @public
|
|
5718
5192
|
*/
|
|
5719
|
-
export
|
|
5720
|
-
readonly name: "KMSAccessDeniedFault";
|
|
5721
|
-
readonly $fault: "client";
|
|
5193
|
+
export interface CreateFleetAdvisorCollectorRequest {
|
|
5722
5194
|
/**
|
|
5723
|
-
*
|
|
5724
|
-
|
|
5725
|
-
constructor(opts: __ExceptionOptionType<KMSAccessDeniedFault, __BaseException>);
|
|
5726
|
-
}
|
|
5727
|
-
/**
|
|
5728
|
-
* <p>The specified KMS key isn't enabled.</p>
|
|
5729
|
-
* @public
|
|
5730
|
-
*/
|
|
5731
|
-
export declare class KMSDisabledFault extends __BaseException {
|
|
5732
|
-
readonly name: "KMSDisabledFault";
|
|
5733
|
-
readonly $fault: "client";
|
|
5734
|
-
/**
|
|
5735
|
-
* @internal
|
|
5736
|
-
*/
|
|
5737
|
-
constructor(opts: __ExceptionOptionType<KMSDisabledFault, __BaseException>);
|
|
5738
|
-
}
|
|
5739
|
-
/**
|
|
5740
|
-
* <p>The state of the specified KMS resource isn't valid for this request.</p>
|
|
5741
|
-
* @public
|
|
5742
|
-
*/
|
|
5743
|
-
export declare class KMSInvalidStateFault extends __BaseException {
|
|
5744
|
-
readonly name: "KMSInvalidStateFault";
|
|
5745
|
-
readonly $fault: "client";
|
|
5746
|
-
/**
|
|
5747
|
-
* @internal
|
|
5748
|
-
*/
|
|
5749
|
-
constructor(opts: __ExceptionOptionType<KMSInvalidStateFault, __BaseException>);
|
|
5750
|
-
}
|
|
5751
|
-
/**
|
|
5752
|
-
* <p>The specified KMS entity or resource can't be found.</p>
|
|
5753
|
-
* @public
|
|
5754
|
-
*/
|
|
5755
|
-
export declare class KMSNotFoundFault extends __BaseException {
|
|
5756
|
-
readonly name: "KMSNotFoundFault";
|
|
5757
|
-
readonly $fault: "client";
|
|
5758
|
-
/**
|
|
5759
|
-
* @internal
|
|
5760
|
-
*/
|
|
5761
|
-
constructor(opts: __ExceptionOptionType<KMSNotFoundFault, __BaseException>);
|
|
5762
|
-
}
|
|
5763
|
-
/**
|
|
5764
|
-
* <p>This request triggered KMS request throttling.</p>
|
|
5765
|
-
* @public
|
|
5766
|
-
*/
|
|
5767
|
-
export declare class KMSThrottlingFault extends __BaseException {
|
|
5768
|
-
readonly name: "KMSThrottlingFault";
|
|
5769
|
-
readonly $fault: "client";
|
|
5770
|
-
/**
|
|
5771
|
-
* @internal
|
|
5772
|
-
*/
|
|
5773
|
-
constructor(opts: __ExceptionOptionType<KMSThrottlingFault, __BaseException>);
|
|
5774
|
-
}
|
|
5775
|
-
/**
|
|
5776
|
-
* <p>The SNS topic is invalid.</p>
|
|
5777
|
-
* @public
|
|
5778
|
-
*/
|
|
5779
|
-
export declare class SNSInvalidTopicFault extends __BaseException {
|
|
5780
|
-
readonly name: "SNSInvalidTopicFault";
|
|
5781
|
-
readonly $fault: "client";
|
|
5782
|
-
/**
|
|
5783
|
-
* @internal
|
|
5784
|
-
*/
|
|
5785
|
-
constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
|
|
5786
|
-
}
|
|
5787
|
-
/**
|
|
5788
|
-
* <p>You are not authorized for the SNS subscription.</p>
|
|
5789
|
-
* @public
|
|
5790
|
-
*/
|
|
5791
|
-
export declare class SNSNoAuthorizationFault extends __BaseException {
|
|
5792
|
-
readonly name: "SNSNoAuthorizationFault";
|
|
5793
|
-
readonly $fault: "client";
|
|
5794
|
-
/**
|
|
5795
|
-
* @internal
|
|
5796
|
-
*/
|
|
5797
|
-
constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
|
|
5798
|
-
}
|
|
5799
|
-
/**
|
|
5800
|
-
* @public
|
|
5801
|
-
*/
|
|
5802
|
-
export interface CreateFleetAdvisorCollectorRequest {
|
|
5803
|
-
/**
|
|
5804
|
-
* <p>The name of your Fleet Advisor collector (for example, <code>sample-collector</code>).</p>
|
|
5805
|
-
* @public
|
|
5195
|
+
* <p>The name of your Fleet Advisor collector (for example, <code>sample-collector</code>).</p>
|
|
5196
|
+
* @public
|
|
5806
5197
|
*/
|
|
5807
5198
|
CollectorName: string | undefined;
|
|
5808
5199
|
/**
|
|
@@ -5853,19 +5244,6 @@ export interface CreateFleetAdvisorCollectorResponse {
|
|
|
5853
5244
|
*/
|
|
5854
5245
|
S3BucketName?: string | undefined;
|
|
5855
5246
|
}
|
|
5856
|
-
/**
|
|
5857
|
-
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
5858
|
-
* found.</p>
|
|
5859
|
-
* @public
|
|
5860
|
-
*/
|
|
5861
|
-
export declare class S3ResourceNotFoundFault extends __BaseException {
|
|
5862
|
-
readonly name: "S3ResourceNotFoundFault";
|
|
5863
|
-
readonly $fault: "client";
|
|
5864
|
-
/**
|
|
5865
|
-
* @internal
|
|
5866
|
-
*/
|
|
5867
|
-
constructor(opts: __ExceptionOptionType<S3ResourceNotFoundFault, __BaseException>);
|
|
5868
|
-
}
|
|
5869
5247
|
/**
|
|
5870
5248
|
* @public
|
|
5871
5249
|
*/
|
|
@@ -6443,30 +5821,6 @@ export interface CreateReplicationConfigResponse {
|
|
|
6443
5821
|
*/
|
|
6444
5822
|
ReplicationConfig?: ReplicationConfig | undefined;
|
|
6445
5823
|
}
|
|
6446
|
-
/**
|
|
6447
|
-
* <p>The subnet provided isn't valid.</p>
|
|
6448
|
-
* @public
|
|
6449
|
-
*/
|
|
6450
|
-
export declare class InvalidSubnet extends __BaseException {
|
|
6451
|
-
readonly name: "InvalidSubnet";
|
|
6452
|
-
readonly $fault: "client";
|
|
6453
|
-
/**
|
|
6454
|
-
* @internal
|
|
6455
|
-
*/
|
|
6456
|
-
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
6457
|
-
}
|
|
6458
|
-
/**
|
|
6459
|
-
* <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
|
|
6460
|
-
* @public
|
|
6461
|
-
*/
|
|
6462
|
-
export declare class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
6463
|
-
readonly name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
6464
|
-
readonly $fault: "client";
|
|
6465
|
-
/**
|
|
6466
|
-
* @internal
|
|
6467
|
-
*/
|
|
6468
|
-
constructor(opts: __ExceptionOptionType<ReplicationSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
|
|
6469
|
-
}
|
|
6470
5824
|
/**
|
|
6471
5825
|
* <p>Specifies the settings required for kerberos authentication when creating the
|
|
6472
5826
|
* replication instance.</p>
|
|
@@ -7045,30 +6399,6 @@ export interface CreateReplicationInstanceResponse {
|
|
|
7045
6399
|
*/
|
|
7046
6400
|
ReplicationInstance?: ReplicationInstance | undefined;
|
|
7047
6401
|
}
|
|
7048
|
-
/**
|
|
7049
|
-
* <p>There are not enough resources allocated to the database migration.</p>
|
|
7050
|
-
* @public
|
|
7051
|
-
*/
|
|
7052
|
-
export declare class InsufficientResourceCapacityFault extends __BaseException {
|
|
7053
|
-
readonly name: "InsufficientResourceCapacityFault";
|
|
7054
|
-
readonly $fault: "client";
|
|
7055
|
-
/**
|
|
7056
|
-
* @internal
|
|
7057
|
-
*/
|
|
7058
|
-
constructor(opts: __ExceptionOptionType<InsufficientResourceCapacityFault, __BaseException>);
|
|
7059
|
-
}
|
|
7060
|
-
/**
|
|
7061
|
-
* <p>The storage quota has been exceeded.</p>
|
|
7062
|
-
* @public
|
|
7063
|
-
*/
|
|
7064
|
-
export declare class StorageQuotaExceededFault extends __BaseException {
|
|
7065
|
-
readonly name: "StorageQuotaExceededFault";
|
|
7066
|
-
readonly $fault: "client";
|
|
7067
|
-
/**
|
|
7068
|
-
* @internal
|
|
7069
|
-
*/
|
|
7070
|
-
constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
|
|
7071
|
-
}
|
|
7072
6402
|
/**
|
|
7073
6403
|
* <p></p>
|
|
7074
6404
|
* @public
|
|
@@ -7882,18 +7212,6 @@ export interface DeleteEventSubscriptionResponse {
|
|
|
7882
7212
|
*/
|
|
7883
7213
|
EventSubscription?: EventSubscription | undefined;
|
|
7884
7214
|
}
|
|
7885
|
-
/**
|
|
7886
|
-
* <p>The specified collector doesn't exist.</p>
|
|
7887
|
-
* @public
|
|
7888
|
-
*/
|
|
7889
|
-
export declare class CollectorNotFoundFault extends __BaseException {
|
|
7890
|
-
readonly name: "CollectorNotFoundFault";
|
|
7891
|
-
readonly $fault: "client";
|
|
7892
|
-
/**
|
|
7893
|
-
* @internal
|
|
7894
|
-
*/
|
|
7895
|
-
constructor(opts: __ExceptionOptionType<CollectorNotFoundFault, __BaseException>);
|
|
7896
|
-
}
|
|
7897
7215
|
/**
|
|
7898
7216
|
* @public
|
|
7899
7217
|
*/
|
|
@@ -8491,20 +7809,6 @@ export interface DescribeEndpointSettingsMessage {
|
|
|
8491
7809
|
*/
|
|
8492
7810
|
Marker?: string | undefined;
|
|
8493
7811
|
}
|
|
8494
|
-
/**
|
|
8495
|
-
* @public
|
|
8496
|
-
* @enum
|
|
8497
|
-
*/
|
|
8498
|
-
export declare const EndpointSettingTypeValue: {
|
|
8499
|
-
readonly BOOLEAN: "boolean";
|
|
8500
|
-
readonly ENUM: "enum";
|
|
8501
|
-
readonly INTEGER: "integer";
|
|
8502
|
-
readonly STRING: "string";
|
|
8503
|
-
};
|
|
8504
|
-
/**
|
|
8505
|
-
* @public
|
|
8506
|
-
*/
|
|
8507
|
-
export type EndpointSettingTypeValue = (typeof EndpointSettingTypeValue)[keyof typeof EndpointSettingTypeValue];
|
|
8508
7812
|
/**
|
|
8509
7813
|
* <p>Endpoint settings.</p>
|
|
8510
7814
|
* @public
|
|
@@ -8687,18 +7991,6 @@ export interface DescribeEngineVersionsMessage {
|
|
|
8687
7991
|
*/
|
|
8688
7992
|
Marker?: string | undefined;
|
|
8689
7993
|
}
|
|
8690
|
-
/**
|
|
8691
|
-
* @public
|
|
8692
|
-
* @enum
|
|
8693
|
-
*/
|
|
8694
|
-
export declare const ReleaseStatusValues: {
|
|
8695
|
-
readonly BETA: "beta";
|
|
8696
|
-
readonly PROD: "prod";
|
|
8697
|
-
};
|
|
8698
|
-
/**
|
|
8699
|
-
* @public
|
|
8700
|
-
*/
|
|
8701
|
-
export type ReleaseStatusValues = (typeof ReleaseStatusValues)[keyof typeof ReleaseStatusValues];
|
|
8702
7994
|
/**
|
|
8703
7995
|
* <p>Provides information about a replication instance version.</p>
|
|
8704
7996
|
* @public
|
|
@@ -8815,17 +8107,6 @@ export interface DescribeEventCategoriesResponse {
|
|
|
8815
8107
|
*/
|
|
8816
8108
|
EventCategoryGroupList?: EventCategoryGroup[] | undefined;
|
|
8817
8109
|
}
|
|
8818
|
-
/**
|
|
8819
|
-
* @public
|
|
8820
|
-
* @enum
|
|
8821
|
-
*/
|
|
8822
|
-
export declare const SourceType: {
|
|
8823
|
-
readonly replication_instance: "replication-instance";
|
|
8824
|
-
};
|
|
8825
|
-
/**
|
|
8826
|
-
* @public
|
|
8827
|
-
*/
|
|
8828
|
-
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
8829
8110
|
/**
|
|
8830
8111
|
* <p></p>
|
|
8831
8112
|
* @public
|
|
@@ -9079,18 +8360,6 @@ export interface DescribeFleetAdvisorCollectorsRequest {
|
|
|
9079
8360
|
*/
|
|
9080
8361
|
NextToken?: string | undefined;
|
|
9081
8362
|
}
|
|
9082
|
-
/**
|
|
9083
|
-
* @public
|
|
9084
|
-
* @enum
|
|
9085
|
-
*/
|
|
9086
|
-
export declare const CollectorStatus: {
|
|
9087
|
-
readonly ACTIVE: "ACTIVE";
|
|
9088
|
-
readonly UNREGISTERED: "UNREGISTERED";
|
|
9089
|
-
};
|
|
9090
|
-
/**
|
|
9091
|
-
* @public
|
|
9092
|
-
*/
|
|
9093
|
-
export type CollectorStatus = (typeof CollectorStatus)[keyof typeof CollectorStatus];
|
|
9094
8363
|
/**
|
|
9095
8364
|
* <p>Describes the last Fleet Advisor collector health check.</p>
|
|
9096
8365
|
* @public
|
|
@@ -9134,19 +8403,6 @@ export interface InventoryData {
|
|
|
9134
8403
|
*/
|
|
9135
8404
|
NumberOfSchemas?: number | undefined;
|
|
9136
8405
|
}
|
|
9137
|
-
/**
|
|
9138
|
-
* @public
|
|
9139
|
-
* @enum
|
|
9140
|
-
*/
|
|
9141
|
-
export declare const VersionStatus: {
|
|
9142
|
-
readonly OUTDATED: "OUTDATED";
|
|
9143
|
-
readonly UNSUPPORTED: "UNSUPPORTED";
|
|
9144
|
-
readonly UP_TO_DATE: "UP_TO_DATE";
|
|
9145
|
-
};
|
|
9146
|
-
/**
|
|
9147
|
-
* @public
|
|
9148
|
-
*/
|
|
9149
|
-
export type VersionStatus = (typeof VersionStatus)[keyof typeof VersionStatus];
|
|
9150
8406
|
/**
|
|
9151
8407
|
* <p>Describes a Fleet Advisor collector.</p>
|
|
9152
8408
|
* @public
|
|
@@ -9855,18 +9111,6 @@ export interface DescribeInstanceProfilesResponse {
|
|
|
9855
9111
|
*/
|
|
9856
9112
|
InstanceProfiles?: InstanceProfile[] | undefined;
|
|
9857
9113
|
}
|
|
9858
|
-
/**
|
|
9859
|
-
* @public
|
|
9860
|
-
* @enum
|
|
9861
|
-
*/
|
|
9862
|
-
export declare const OriginTypeValue: {
|
|
9863
|
-
readonly SOURCE: "SOURCE";
|
|
9864
|
-
readonly TARGET: "TARGET";
|
|
9865
|
-
};
|
|
9866
|
-
/**
|
|
9867
|
-
* @public
|
|
9868
|
-
*/
|
|
9869
|
-
export type OriginTypeValue = (typeof OriginTypeValue)[keyof typeof OriginTypeValue];
|
|
9870
9114
|
/**
|
|
9871
9115
|
* @public
|
|
9872
9116
|
*/
|
|
@@ -10840,19 +10084,6 @@ export interface DescribeRefreshSchemasStatusMessage {
|
|
|
10840
10084
|
*/
|
|
10841
10085
|
EndpointArn: string | undefined;
|
|
10842
10086
|
}
|
|
10843
|
-
/**
|
|
10844
|
-
* @public
|
|
10845
|
-
* @enum
|
|
10846
|
-
*/
|
|
10847
|
-
export declare const RefreshSchemasStatusTypeValue: {
|
|
10848
|
-
readonly FAILED: "failed";
|
|
10849
|
-
readonly REFRESHING: "refreshing";
|
|
10850
|
-
readonly SUCCESSFUL: "successful";
|
|
10851
|
-
};
|
|
10852
|
-
/**
|
|
10853
|
-
* @public
|
|
10854
|
-
*/
|
|
10855
|
-
export type RefreshSchemasStatusTypeValue = (typeof RefreshSchemasStatusTypeValue)[keyof typeof RefreshSchemasStatusTypeValue];
|
|
10856
10087
|
/**
|
|
10857
10088
|
* <p>Provides information that describes status of a schema at an endpoint specified by the
|
|
10858
10089
|
* <code>DescribeRefreshSchemaStatus</code> operation.</p>
|
|
@@ -11034,3 +10265,2390 @@ export interface ReplicationInstanceTaskLog {
|
|
|
11034
10265
|
*/
|
|
11035
10266
|
ReplicationInstanceTaskLogSize?: number | undefined;
|
|
11036
10267
|
}
|
|
10268
|
+
/**
|
|
10269
|
+
* @public
|
|
10270
|
+
*/
|
|
10271
|
+
export interface DescribeReplicationInstanceTaskLogsResponse {
|
|
10272
|
+
/**
|
|
10273
|
+
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
10274
|
+
* @public
|
|
10275
|
+
*/
|
|
10276
|
+
ReplicationInstanceArn?: string | undefined;
|
|
10277
|
+
/**
|
|
10278
|
+
* <p>An array of replication task log metadata. Each member of the array contains the
|
|
10279
|
+
* replication task name, ARN, and task log size (in bytes). </p>
|
|
10280
|
+
* @public
|
|
10281
|
+
*/
|
|
10282
|
+
ReplicationInstanceTaskLogs?: ReplicationInstanceTaskLog[] | undefined;
|
|
10283
|
+
/**
|
|
10284
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
10285
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
10286
|
+
* by <code>MaxRecords</code>.</p>
|
|
10287
|
+
* @public
|
|
10288
|
+
*/
|
|
10289
|
+
Marker?: string | undefined;
|
|
10290
|
+
}
|
|
10291
|
+
/**
|
|
10292
|
+
* <p></p>
|
|
10293
|
+
* @public
|
|
10294
|
+
*/
|
|
10295
|
+
export interface DescribeReplicationsMessage {
|
|
10296
|
+
/**
|
|
10297
|
+
* <p>Filters applied to the replications.</p>
|
|
10298
|
+
* <p> Valid filter names: <code>replication-config-arn</code> | <code>replication-config-id</code>
|
|
10299
|
+
* </p>
|
|
10300
|
+
* @public
|
|
10301
|
+
*/
|
|
10302
|
+
Filters?: Filter[] | undefined;
|
|
10303
|
+
/**
|
|
10304
|
+
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
10305
|
+
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
10306
|
+
* the response so that the remaining results can be retrieved. </p>
|
|
10307
|
+
* @public
|
|
10308
|
+
*/
|
|
10309
|
+
MaxRecords?: number | undefined;
|
|
10310
|
+
/**
|
|
10311
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
10312
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
10313
|
+
* by <code>MaxRecords</code>. </p>
|
|
10314
|
+
* @public
|
|
10315
|
+
*/
|
|
10316
|
+
Marker?: string | undefined;
|
|
10317
|
+
}
|
|
10318
|
+
/**
|
|
10319
|
+
* <p>The results returned in <code>describe-replications</code> to display the results of the
|
|
10320
|
+
* premigration assessment from the replication configuration.</p>
|
|
10321
|
+
* @public
|
|
10322
|
+
*/
|
|
10323
|
+
export interface PremigrationAssessmentStatus {
|
|
10324
|
+
/**
|
|
10325
|
+
* <p>The Amazon Resource Name (ARN) of this assessment run.</p>
|
|
10326
|
+
* @public
|
|
10327
|
+
*/
|
|
10328
|
+
PremigrationAssessmentRunArn?: string | undefined;
|
|
10329
|
+
/**
|
|
10330
|
+
* <p>A configurable setting you can set to <code>true</code> (the defualt setting) or
|
|
10331
|
+
* <code>false</code>. Use this setting to to stop the replication from starting
|
|
10332
|
+
* automatically if the assessment fails. This can help you evaluate the issue that is
|
|
10333
|
+
* preventing the replication from running successfully.</p>
|
|
10334
|
+
* @public
|
|
10335
|
+
*/
|
|
10336
|
+
FailOnAssessmentFailure?: boolean | undefined;
|
|
10337
|
+
/**
|
|
10338
|
+
* <p>This describes the assessment run status. The status can be one of the following
|
|
10339
|
+
* values:</p>
|
|
10340
|
+
* <ul>
|
|
10341
|
+
* <li>
|
|
10342
|
+
* <p>
|
|
10343
|
+
* <code>cancelling</code>: The assessment run was canceled.</p>
|
|
10344
|
+
* </li>
|
|
10345
|
+
* <li>
|
|
10346
|
+
* <p>
|
|
10347
|
+
* <code>deleting</code>: The assessment run was deleted.</p>
|
|
10348
|
+
* </li>
|
|
10349
|
+
* <li>
|
|
10350
|
+
* <p>
|
|
10351
|
+
* <code>failed</code>: At least one individual assessment completed with a failed
|
|
10352
|
+
* status. </p>
|
|
10353
|
+
* </li>
|
|
10354
|
+
* <li>
|
|
10355
|
+
* <p>
|
|
10356
|
+
* <code>error-provisioning</code>: An internal error occurred while resources were
|
|
10357
|
+
* provisioned (during the <code>provisioning</code> status).</p>
|
|
10358
|
+
* </li>
|
|
10359
|
+
* <li>
|
|
10360
|
+
* <p>
|
|
10361
|
+
* <code>error-executing</code> An internal error occurred while individual
|
|
10362
|
+
* assessments ran (during the <code>running</code> status).</p>
|
|
10363
|
+
* </li>
|
|
10364
|
+
* <li>
|
|
10365
|
+
* <p>
|
|
10366
|
+
* <code>invalid state</code>: The assessment run is in an unknown state. </p>
|
|
10367
|
+
* </li>
|
|
10368
|
+
* <li>
|
|
10369
|
+
* <p>
|
|
10370
|
+
* <code>passed</code>: All individual assessments have completed and none have a
|
|
10371
|
+
* failed status.</p>
|
|
10372
|
+
* </li>
|
|
10373
|
+
* <li>
|
|
10374
|
+
* <p>
|
|
10375
|
+
* <code>provisioning</code>: The resources required to run individual assessments
|
|
10376
|
+
* are being provisioned. </p>
|
|
10377
|
+
* </li>
|
|
10378
|
+
* <li>
|
|
10379
|
+
* <p>
|
|
10380
|
+
* <code>running</code>: Individual assessments are being run. </p>
|
|
10381
|
+
* </li>
|
|
10382
|
+
* <li>
|
|
10383
|
+
* <p>
|
|
10384
|
+
* <code>starting</code>: The assessment run is starting, but resources are not yet
|
|
10385
|
+
* being provisioned for individual assessments. </p>
|
|
10386
|
+
* </li>
|
|
10387
|
+
* <li>
|
|
10388
|
+
* <p>
|
|
10389
|
+
* <code>warning</code>: At least one individual assessment completed with a warning
|
|
10390
|
+
* status. </p>
|
|
10391
|
+
* </li>
|
|
10392
|
+
* </ul>
|
|
10393
|
+
* @public
|
|
10394
|
+
*/
|
|
10395
|
+
Status?: string | undefined;
|
|
10396
|
+
/**
|
|
10397
|
+
* <p>The date which the assessment run was created.</p>
|
|
10398
|
+
* @public
|
|
10399
|
+
*/
|
|
10400
|
+
PremigrationAssessmentRunCreationDate?: Date | undefined;
|
|
10401
|
+
/**
|
|
10402
|
+
* <p>The progress values reported by the <code>AssessmentProgress</code> response
|
|
10403
|
+
* element.</p>
|
|
10404
|
+
* @public
|
|
10405
|
+
*/
|
|
10406
|
+
AssessmentProgress?: ReplicationTaskAssessmentRunProgress | undefined;
|
|
10407
|
+
/**
|
|
10408
|
+
* <p>The last message generated by an individual assessment failure.</p>
|
|
10409
|
+
* @public
|
|
10410
|
+
*/
|
|
10411
|
+
LastFailureMessage?: string | undefined;
|
|
10412
|
+
/**
|
|
10413
|
+
* <p>The Amazon S3 bucket that Database Migration Service Serverless created to store the results of this
|
|
10414
|
+
* assessment run.</p>
|
|
10415
|
+
* @public
|
|
10416
|
+
*/
|
|
10417
|
+
ResultLocationBucket?: string | undefined;
|
|
10418
|
+
/**
|
|
10419
|
+
* <p>The folder within an Amazon S3 bucket where you want Database Migration Service to store the results of
|
|
10420
|
+
* this assessment run.</p>
|
|
10421
|
+
* @public
|
|
10422
|
+
*/
|
|
10423
|
+
ResultLocationFolder?: string | undefined;
|
|
10424
|
+
/**
|
|
10425
|
+
* <p>The supported values are <code>SSE_KMS</code> and <code>SSE_S3</code>. If these values
|
|
10426
|
+
* are not provided, then the files are not encrypted at rest. For more information, see
|
|
10427
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys">Creating Amazon Web Services KMS
|
|
10428
|
+
* keys to encrypt Amazon S3 target objects</a>.</p>
|
|
10429
|
+
* @public
|
|
10430
|
+
*/
|
|
10431
|
+
ResultEncryptionMode?: string | undefined;
|
|
10432
|
+
/**
|
|
10433
|
+
* <p>The ARN of a custom KMS encryption key that you specify when you set
|
|
10434
|
+
* <code>ResultEncryptionMode</code> to <code>SSE_KMS</code>.</p>
|
|
10435
|
+
* @public
|
|
10436
|
+
*/
|
|
10437
|
+
ResultKmsKeyArn?: string | undefined;
|
|
10438
|
+
/**
|
|
10439
|
+
* <p>The object containing the result statistics for a completed assessment run.</p>
|
|
10440
|
+
* @public
|
|
10441
|
+
*/
|
|
10442
|
+
ResultStatistic?: ReplicationTaskAssessmentRunResultStatistic | undefined;
|
|
10443
|
+
}
|
|
10444
|
+
/**
|
|
10445
|
+
* <p>Information about provisioning resources for an DMS serverless replication.</p>
|
|
10446
|
+
* @public
|
|
10447
|
+
*/
|
|
10448
|
+
export interface ProvisionData {
|
|
10449
|
+
/**
|
|
10450
|
+
* <p>The current provisioning state </p>
|
|
10451
|
+
* @public
|
|
10452
|
+
*/
|
|
10453
|
+
ProvisionState?: string | undefined;
|
|
10454
|
+
/**
|
|
10455
|
+
* <p>The number of capacity units the replication is using.</p>
|
|
10456
|
+
* @public
|
|
10457
|
+
*/
|
|
10458
|
+
ProvisionedCapacityUnits?: number | undefined;
|
|
10459
|
+
/**
|
|
10460
|
+
* <p>The timestamp when DMS provisioned replication resources.</p>
|
|
10461
|
+
* @public
|
|
10462
|
+
*/
|
|
10463
|
+
DateProvisioned?: Date | undefined;
|
|
10464
|
+
/**
|
|
10465
|
+
* <p>Whether the new provisioning is available to the replication.</p>
|
|
10466
|
+
* @public
|
|
10467
|
+
*/
|
|
10468
|
+
IsNewProvisioningAvailable?: boolean | undefined;
|
|
10469
|
+
/**
|
|
10470
|
+
* <p>The timestamp when provisioning became available.</p>
|
|
10471
|
+
* @public
|
|
10472
|
+
*/
|
|
10473
|
+
DateNewProvisioningDataAvailable?: Date | undefined;
|
|
10474
|
+
/**
|
|
10475
|
+
* <p>A message describing the reason that DMS provisioned new resources for the serverless
|
|
10476
|
+
* replication.</p>
|
|
10477
|
+
* @public
|
|
10478
|
+
*/
|
|
10479
|
+
ReasonForNewProvisioningData?: string | undefined;
|
|
10480
|
+
}
|
|
10481
|
+
/**
|
|
10482
|
+
* <p>This object provides a collection of statistics about a serverless replication.</p>
|
|
10483
|
+
* @public
|
|
10484
|
+
*/
|
|
10485
|
+
export interface ReplicationStats {
|
|
10486
|
+
/**
|
|
10487
|
+
* <p>The percent complete for the full load serverless replication.</p>
|
|
10488
|
+
* @public
|
|
10489
|
+
*/
|
|
10490
|
+
FullLoadProgressPercent?: number | undefined;
|
|
10491
|
+
/**
|
|
10492
|
+
* <p>The elapsed time of the replication, in milliseconds.</p>
|
|
10493
|
+
* @public
|
|
10494
|
+
*/
|
|
10495
|
+
ElapsedTimeMillis?: number | undefined;
|
|
10496
|
+
/**
|
|
10497
|
+
* <p>The number of tables loaded for this replication.</p>
|
|
10498
|
+
* @public
|
|
10499
|
+
*/
|
|
10500
|
+
TablesLoaded?: number | undefined;
|
|
10501
|
+
/**
|
|
10502
|
+
* <p>The number of tables currently loading for this replication.</p>
|
|
10503
|
+
* @public
|
|
10504
|
+
*/
|
|
10505
|
+
TablesLoading?: number | undefined;
|
|
10506
|
+
/**
|
|
10507
|
+
* <p>The number of tables queued for this replication.</p>
|
|
10508
|
+
* @public
|
|
10509
|
+
*/
|
|
10510
|
+
TablesQueued?: number | undefined;
|
|
10511
|
+
/**
|
|
10512
|
+
* <p>The number of errors that have occured for this replication.</p>
|
|
10513
|
+
* @public
|
|
10514
|
+
*/
|
|
10515
|
+
TablesErrored?: number | undefined;
|
|
10516
|
+
/**
|
|
10517
|
+
* <p>The date the replication was started either with a fresh start or a target
|
|
10518
|
+
* reload.</p>
|
|
10519
|
+
* @public
|
|
10520
|
+
*/
|
|
10521
|
+
FreshStartDate?: Date | undefined;
|
|
10522
|
+
/**
|
|
10523
|
+
* <p>The date the replication is scheduled to start.</p>
|
|
10524
|
+
* @public
|
|
10525
|
+
*/
|
|
10526
|
+
StartDate?: Date | undefined;
|
|
10527
|
+
/**
|
|
10528
|
+
* <p>The date the replication was stopped.</p>
|
|
10529
|
+
* @public
|
|
10530
|
+
*/
|
|
10531
|
+
StopDate?: Date | undefined;
|
|
10532
|
+
/**
|
|
10533
|
+
* <p>The date the replication full load was started.</p>
|
|
10534
|
+
* @public
|
|
10535
|
+
*/
|
|
10536
|
+
FullLoadStartDate?: Date | undefined;
|
|
10537
|
+
/**
|
|
10538
|
+
* <p>The date the replication full load was finished.</p>
|
|
10539
|
+
* @public
|
|
10540
|
+
*/
|
|
10541
|
+
FullLoadFinishDate?: Date | undefined;
|
|
10542
|
+
}
|
|
10543
|
+
/**
|
|
10544
|
+
* <p>Provides information that describes a serverless replication created by the
|
|
10545
|
+
* <code>CreateReplication</code> operation.</p>
|
|
10546
|
+
* @public
|
|
10547
|
+
*/
|
|
10548
|
+
export interface Replication {
|
|
10549
|
+
/**
|
|
10550
|
+
* <p>The identifier for the <code>ReplicationConfig</code> associated with the
|
|
10551
|
+
* replication.</p>
|
|
10552
|
+
* @public
|
|
10553
|
+
*/
|
|
10554
|
+
ReplicationConfigIdentifier?: string | undefined;
|
|
10555
|
+
/**
|
|
10556
|
+
* <p>The Amazon Resource Name for the <code>ReplicationConfig</code> associated with the
|
|
10557
|
+
* replication.</p>
|
|
10558
|
+
* @public
|
|
10559
|
+
*/
|
|
10560
|
+
ReplicationConfigArn?: string | undefined;
|
|
10561
|
+
/**
|
|
10562
|
+
* <p>The Amazon Resource Name for an existing <code>Endpoint</code> the serverless
|
|
10563
|
+
* replication uses for its data source.</p>
|
|
10564
|
+
* @public
|
|
10565
|
+
*/
|
|
10566
|
+
SourceEndpointArn?: string | undefined;
|
|
10567
|
+
/**
|
|
10568
|
+
* <p>The Amazon Resource Name for an existing <code>Endpoint</code> the serverless
|
|
10569
|
+
* replication uses for its data target.</p>
|
|
10570
|
+
* @public
|
|
10571
|
+
*/
|
|
10572
|
+
TargetEndpointArn?: string | undefined;
|
|
10573
|
+
/**
|
|
10574
|
+
* <p>The type of the serverless replication.</p>
|
|
10575
|
+
* @public
|
|
10576
|
+
*/
|
|
10577
|
+
ReplicationType?: MigrationTypeValue | undefined;
|
|
10578
|
+
/**
|
|
10579
|
+
* <p>The current status of the serverless replication.</p>
|
|
10580
|
+
* @public
|
|
10581
|
+
*/
|
|
10582
|
+
Status?: string | undefined;
|
|
10583
|
+
/**
|
|
10584
|
+
* <p>Information about provisioning resources for an DMS serverless replication.</p>
|
|
10585
|
+
* @public
|
|
10586
|
+
*/
|
|
10587
|
+
ProvisionData?: ProvisionData | undefined;
|
|
10588
|
+
/**
|
|
10589
|
+
* <p>The status output of premigration assessment in describe-replications.</p>
|
|
10590
|
+
* @public
|
|
10591
|
+
*/
|
|
10592
|
+
PremigrationAssessmentStatuses?: PremigrationAssessmentStatus[] | undefined;
|
|
10593
|
+
/**
|
|
10594
|
+
* <p>The reason the replication task was stopped. This response parameter can return one of
|
|
10595
|
+
* the following values:</p>
|
|
10596
|
+
* <ul>
|
|
10597
|
+
* <li>
|
|
10598
|
+
* <p>
|
|
10599
|
+
* <code>"Stop Reason NORMAL"</code>
|
|
10600
|
+
* </p>
|
|
10601
|
+
* </li>
|
|
10602
|
+
* <li>
|
|
10603
|
+
* <p>
|
|
10604
|
+
* <code>"Stop Reason RECOVERABLE_ERROR"</code>
|
|
10605
|
+
* </p>
|
|
10606
|
+
* </li>
|
|
10607
|
+
* <li>
|
|
10608
|
+
* <p>
|
|
10609
|
+
* <code>"Stop Reason FATAL_ERROR"</code>
|
|
10610
|
+
* </p>
|
|
10611
|
+
* </li>
|
|
10612
|
+
* <li>
|
|
10613
|
+
* <p>
|
|
10614
|
+
* <code>"Stop Reason FULL_LOAD_ONLY_FINISHED"</code>
|
|
10615
|
+
* </p>
|
|
10616
|
+
* </li>
|
|
10617
|
+
* <li>
|
|
10618
|
+
* <p>
|
|
10619
|
+
* <code>"Stop Reason STOPPED_AFTER_FULL_LOAD"</code> – Full load
|
|
10620
|
+
* completed, with cached changes not applied</p>
|
|
10621
|
+
* </li>
|
|
10622
|
+
* <li>
|
|
10623
|
+
* <p>
|
|
10624
|
+
* <code>"Stop Reason STOPPED_AFTER_CACHED_EVENTS"</code> – Full
|
|
10625
|
+
* load completed, with cached changes applied</p>
|
|
10626
|
+
* </li>
|
|
10627
|
+
* <li>
|
|
10628
|
+
* <p>
|
|
10629
|
+
* <code>"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED"</code>
|
|
10630
|
+
* </p>
|
|
10631
|
+
* </li>
|
|
10632
|
+
* <li>
|
|
10633
|
+
* <p>
|
|
10634
|
+
* <code>"Stop Reason STOPPED_AFTER_DDL_APPLY"</code> – User-defined
|
|
10635
|
+
* stop task after DDL applied</p>
|
|
10636
|
+
* </li>
|
|
10637
|
+
* <li>
|
|
10638
|
+
* <p>
|
|
10639
|
+
* <code>"Stop Reason STOPPED_DUE_TO_LOW_MEMORY"</code>
|
|
10640
|
+
* </p>
|
|
10641
|
+
* </li>
|
|
10642
|
+
* <li>
|
|
10643
|
+
* <p>
|
|
10644
|
+
* <code>"Stop Reason STOPPED_DUE_TO_LOW_DISK"</code>
|
|
10645
|
+
* </p>
|
|
10646
|
+
* </li>
|
|
10647
|
+
* <li>
|
|
10648
|
+
* <p>
|
|
10649
|
+
* <code>"Stop Reason STOPPED_AT_SERVER_TIME"</code> – User-defined
|
|
10650
|
+
* server time for stopping task</p>
|
|
10651
|
+
* </li>
|
|
10652
|
+
* <li>
|
|
10653
|
+
* <p>
|
|
10654
|
+
* <code>"Stop Reason STOPPED_AT_COMMIT_TIME"</code> – User-defined
|
|
10655
|
+
* commit time for stopping task</p>
|
|
10656
|
+
* </li>
|
|
10657
|
+
* <li>
|
|
10658
|
+
* <p>
|
|
10659
|
+
* <code>"Stop Reason RECONFIGURATION_RESTART"</code>
|
|
10660
|
+
* </p>
|
|
10661
|
+
* </li>
|
|
10662
|
+
* <li>
|
|
10663
|
+
* <p>
|
|
10664
|
+
* <code>"Stop Reason RECYCLE_TASK"</code>
|
|
10665
|
+
* </p>
|
|
10666
|
+
* </li>
|
|
10667
|
+
* </ul>
|
|
10668
|
+
* @public
|
|
10669
|
+
*/
|
|
10670
|
+
StopReason?: string | undefined;
|
|
10671
|
+
/**
|
|
10672
|
+
* <p>Error and other information about why a serverless replication failed.</p>
|
|
10673
|
+
* @public
|
|
10674
|
+
*/
|
|
10675
|
+
FailureMessages?: string[] | undefined;
|
|
10676
|
+
/**
|
|
10677
|
+
* <p>This object provides a collection of statistics about a serverless replication.</p>
|
|
10678
|
+
* @public
|
|
10679
|
+
*/
|
|
10680
|
+
ReplicationStats?: ReplicationStats | undefined;
|
|
10681
|
+
/**
|
|
10682
|
+
* <p>The type of replication to start.</p>
|
|
10683
|
+
* @public
|
|
10684
|
+
*/
|
|
10685
|
+
StartReplicationType?: string | undefined;
|
|
10686
|
+
/**
|
|
10687
|
+
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
10688
|
+
* <code>CdcStartTime</code> or <code>CdcStartPosition</code> to specify when you want a
|
|
10689
|
+
* CDC operation to start. Specifying both values results in an error.</p>
|
|
10690
|
+
* @public
|
|
10691
|
+
*/
|
|
10692
|
+
CdcStartTime?: Date | undefined;
|
|
10693
|
+
/**
|
|
10694
|
+
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
10695
|
+
* <code>CdcStartTime</code> or <code>CdcStartPosition</code> to specify when you want a
|
|
10696
|
+
* CDC operation to start. Specifying both values results in an error.</p>
|
|
10697
|
+
* @public
|
|
10698
|
+
*/
|
|
10699
|
+
CdcStartPosition?: string | undefined;
|
|
10700
|
+
/**
|
|
10701
|
+
* <p>Indicates when you want a change data capture (CDC) operation to stop. The value can be
|
|
10702
|
+
* either server time or commit time.</p>
|
|
10703
|
+
* @public
|
|
10704
|
+
*/
|
|
10705
|
+
CdcStopPosition?: string | undefined;
|
|
10706
|
+
/**
|
|
10707
|
+
* <p>Indicates the last checkpoint that occurred during a change data capture (CDC)
|
|
10708
|
+
* operation. You can provide this value to the <code>CdcStartPosition</code> parameter to
|
|
10709
|
+
* start a CDC operation that begins at that checkpoint.</p>
|
|
10710
|
+
* @public
|
|
10711
|
+
*/
|
|
10712
|
+
RecoveryCheckpoint?: string | undefined;
|
|
10713
|
+
/**
|
|
10714
|
+
* <p>The time the serverless replication was created.</p>
|
|
10715
|
+
* @public
|
|
10716
|
+
*/
|
|
10717
|
+
ReplicationCreateTime?: Date | undefined;
|
|
10718
|
+
/**
|
|
10719
|
+
* <p>The time the serverless replication was updated.</p>
|
|
10720
|
+
* @public
|
|
10721
|
+
*/
|
|
10722
|
+
ReplicationUpdateTime?: Date | undefined;
|
|
10723
|
+
/**
|
|
10724
|
+
* <p>The timestamp when replication was last stopped.</p>
|
|
10725
|
+
* @public
|
|
10726
|
+
*/
|
|
10727
|
+
ReplicationLastStopTime?: Date | undefined;
|
|
10728
|
+
/**
|
|
10729
|
+
* <p>The timestamp when DMS will deprovision the replication.</p>
|
|
10730
|
+
* @public
|
|
10731
|
+
*/
|
|
10732
|
+
ReplicationDeprovisionTime?: Date | undefined;
|
|
10733
|
+
}
|
|
10734
|
+
/**
|
|
10735
|
+
* <p></p>
|
|
10736
|
+
* @public
|
|
10737
|
+
*/
|
|
10738
|
+
export interface DescribeReplicationsResponse {
|
|
10739
|
+
/**
|
|
10740
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
10741
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
10742
|
+
* by <code>MaxRecords</code>. </p>
|
|
10743
|
+
* @public
|
|
10744
|
+
*/
|
|
10745
|
+
Marker?: string | undefined;
|
|
10746
|
+
/**
|
|
10747
|
+
* <p>The replication descriptions.</p>
|
|
10748
|
+
* @public
|
|
10749
|
+
*/
|
|
10750
|
+
Replications?: Replication[] | undefined;
|
|
10751
|
+
}
|
|
10752
|
+
/**
|
|
10753
|
+
* <p></p>
|
|
10754
|
+
* @public
|
|
10755
|
+
*/
|
|
10756
|
+
export interface DescribeReplicationSubnetGroupsMessage {
|
|
10757
|
+
/**
|
|
10758
|
+
* <p>Filters applied to replication subnet groups.</p>
|
|
10759
|
+
* <p>Valid filter names: replication-subnet-group-id</p>
|
|
10760
|
+
* @public
|
|
10761
|
+
*/
|
|
10762
|
+
Filters?: Filter[] | undefined;
|
|
10763
|
+
/**
|
|
10764
|
+
* <p> The maximum number of records to include in the response. If more records exist than
|
|
10765
|
+
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
10766
|
+
* in the response so that the remaining results can be retrieved. </p>
|
|
10767
|
+
* <p>Default: 100</p>
|
|
10768
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
10769
|
+
* @public
|
|
10770
|
+
*/
|
|
10771
|
+
MaxRecords?: number | undefined;
|
|
10772
|
+
/**
|
|
10773
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
10774
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
10775
|
+
* by <code>MaxRecords</code>. </p>
|
|
10776
|
+
* @public
|
|
10777
|
+
*/
|
|
10778
|
+
Marker?: string | undefined;
|
|
10779
|
+
}
|
|
10780
|
+
/**
|
|
10781
|
+
* <p></p>
|
|
10782
|
+
* @public
|
|
10783
|
+
*/
|
|
10784
|
+
export interface DescribeReplicationSubnetGroupsResponse {
|
|
10785
|
+
/**
|
|
10786
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
10787
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
10788
|
+
* by <code>MaxRecords</code>. </p>
|
|
10789
|
+
* @public
|
|
10790
|
+
*/
|
|
10791
|
+
Marker?: string | undefined;
|
|
10792
|
+
/**
|
|
10793
|
+
* <p>A description of the replication subnet groups.</p>
|
|
10794
|
+
* @public
|
|
10795
|
+
*/
|
|
10796
|
+
ReplicationSubnetGroups?: ReplicationSubnetGroup[] | undefined;
|
|
10797
|
+
}
|
|
10798
|
+
/**
|
|
10799
|
+
* <p></p>
|
|
10800
|
+
* @public
|
|
10801
|
+
*/
|
|
10802
|
+
export interface DescribeReplicationTableStatisticsMessage {
|
|
10803
|
+
/**
|
|
10804
|
+
* <p>The replication config to describe.</p>
|
|
10805
|
+
* @public
|
|
10806
|
+
*/
|
|
10807
|
+
ReplicationConfigArn: string | undefined;
|
|
10808
|
+
/**
|
|
10809
|
+
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
10810
|
+
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
10811
|
+
* the response so that the remaining results can be retrieved. </p>
|
|
10812
|
+
* @public
|
|
10813
|
+
*/
|
|
10814
|
+
MaxRecords?: number | undefined;
|
|
10815
|
+
/**
|
|
10816
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
10817
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
10818
|
+
* by <code>MaxRecords</code>. </p>
|
|
10819
|
+
* @public
|
|
10820
|
+
*/
|
|
10821
|
+
Marker?: string | undefined;
|
|
10822
|
+
/**
|
|
10823
|
+
* <p>Filters applied to the replication table statistics.</p>
|
|
10824
|
+
* @public
|
|
10825
|
+
*/
|
|
10826
|
+
Filters?: Filter[] | undefined;
|
|
10827
|
+
}
|
|
10828
|
+
/**
|
|
10829
|
+
* <p>Provides a collection of table statistics in response to a request by the
|
|
10830
|
+
* <code>DescribeTableStatistics</code> operation.</p>
|
|
10831
|
+
* @public
|
|
10832
|
+
*/
|
|
10833
|
+
export interface TableStatistics {
|
|
10834
|
+
/**
|
|
10835
|
+
* <p>The schema name.</p>
|
|
10836
|
+
* @public
|
|
10837
|
+
*/
|
|
10838
|
+
SchemaName?: string | undefined;
|
|
10839
|
+
/**
|
|
10840
|
+
* <p>The name of the table.</p>
|
|
10841
|
+
* @public
|
|
10842
|
+
*/
|
|
10843
|
+
TableName?: string | undefined;
|
|
10844
|
+
/**
|
|
10845
|
+
* <p>The number of insert actions performed on a table.</p>
|
|
10846
|
+
* @public
|
|
10847
|
+
*/
|
|
10848
|
+
Inserts?: number | undefined;
|
|
10849
|
+
/**
|
|
10850
|
+
* <p>The number of delete actions performed on a table.</p>
|
|
10851
|
+
* @public
|
|
10852
|
+
*/
|
|
10853
|
+
Deletes?: number | undefined;
|
|
10854
|
+
/**
|
|
10855
|
+
* <p>The number of update actions performed on a table.</p>
|
|
10856
|
+
* @public
|
|
10857
|
+
*/
|
|
10858
|
+
Updates?: number | undefined;
|
|
10859
|
+
/**
|
|
10860
|
+
* <p>The data definition language (DDL) used to build and modify the structure of your
|
|
10861
|
+
* tables.</p>
|
|
10862
|
+
* @public
|
|
10863
|
+
*/
|
|
10864
|
+
Ddls?: number | undefined;
|
|
10865
|
+
/**
|
|
10866
|
+
* <p>The number of insert actions applied on a target table.</p>
|
|
10867
|
+
* @public
|
|
10868
|
+
*/
|
|
10869
|
+
AppliedInserts?: number | undefined;
|
|
10870
|
+
/**
|
|
10871
|
+
* <p>The number of delete actions applied on a target table.</p>
|
|
10872
|
+
* @public
|
|
10873
|
+
*/
|
|
10874
|
+
AppliedDeletes?: number | undefined;
|
|
10875
|
+
/**
|
|
10876
|
+
* <p>The number of update actions applied on a target table.</p>
|
|
10877
|
+
* @public
|
|
10878
|
+
*/
|
|
10879
|
+
AppliedUpdates?: number | undefined;
|
|
10880
|
+
/**
|
|
10881
|
+
* <p>The number of data definition language (DDL) statements used to build and modify the
|
|
10882
|
+
* structure of your tables applied on the target.</p>
|
|
10883
|
+
* @public
|
|
10884
|
+
*/
|
|
10885
|
+
AppliedDdls?: number | undefined;
|
|
10886
|
+
/**
|
|
10887
|
+
* <p>The number of rows added during the full load operation.</p>
|
|
10888
|
+
* @public
|
|
10889
|
+
*/
|
|
10890
|
+
FullLoadRows?: number | undefined;
|
|
10891
|
+
/**
|
|
10892
|
+
* <p>The number of rows that failed conditional checks during the full load operation (valid
|
|
10893
|
+
* only for migrations where DynamoDB is the target).</p>
|
|
10894
|
+
* @public
|
|
10895
|
+
*/
|
|
10896
|
+
FullLoadCondtnlChkFailedRows?: number | undefined;
|
|
10897
|
+
/**
|
|
10898
|
+
* <p>The number of rows that failed to load during the full load operation (valid only for
|
|
10899
|
+
* migrations where DynamoDB is the target).</p>
|
|
10900
|
+
* @public
|
|
10901
|
+
*/
|
|
10902
|
+
FullLoadErrorRows?: number | undefined;
|
|
10903
|
+
/**
|
|
10904
|
+
* <p>The time when the full load operation started.</p>
|
|
10905
|
+
* @public
|
|
10906
|
+
*/
|
|
10907
|
+
FullLoadStartTime?: Date | undefined;
|
|
10908
|
+
/**
|
|
10909
|
+
* <p>The time when the full load operation completed.</p>
|
|
10910
|
+
* @public
|
|
10911
|
+
*/
|
|
10912
|
+
FullLoadEndTime?: Date | undefined;
|
|
10913
|
+
/**
|
|
10914
|
+
* <p>A value that indicates if the table was reloaded (<code>true</code>) or loaded as part
|
|
10915
|
+
* of a new full load operation (<code>false</code>).</p>
|
|
10916
|
+
* @public
|
|
10917
|
+
*/
|
|
10918
|
+
FullLoadReloaded?: boolean | undefined;
|
|
10919
|
+
/**
|
|
10920
|
+
* <p>The last time a table was updated.</p>
|
|
10921
|
+
* @public
|
|
10922
|
+
*/
|
|
10923
|
+
LastUpdateTime?: Date | undefined;
|
|
10924
|
+
/**
|
|
10925
|
+
* <p>The state of the tables described.</p>
|
|
10926
|
+
* <p>Valid states: Table does not exist | Before load | Full load | Table completed | Table
|
|
10927
|
+
* cancelled | Table error | Table is being reloaded</p>
|
|
10928
|
+
* @public
|
|
10929
|
+
*/
|
|
10930
|
+
TableState?: string | undefined;
|
|
10931
|
+
/**
|
|
10932
|
+
* <p>The number of records that have yet to be validated.</p>
|
|
10933
|
+
* @public
|
|
10934
|
+
*/
|
|
10935
|
+
ValidationPendingRecords?: number | undefined;
|
|
10936
|
+
/**
|
|
10937
|
+
* <p>The number of records that failed validation.</p>
|
|
10938
|
+
* @public
|
|
10939
|
+
*/
|
|
10940
|
+
ValidationFailedRecords?: number | undefined;
|
|
10941
|
+
/**
|
|
10942
|
+
* <p>The number of records that couldn't be validated.</p>
|
|
10943
|
+
* @public
|
|
10944
|
+
*/
|
|
10945
|
+
ValidationSuspendedRecords?: number | undefined;
|
|
10946
|
+
/**
|
|
10947
|
+
* <p>The validation state of the table.</p>
|
|
10948
|
+
* <p>This parameter can have the following values:</p>
|
|
10949
|
+
* <ul>
|
|
10950
|
+
* <li>
|
|
10951
|
+
* <p>Not enabled – Validation isn't enabled for the table in the migration
|
|
10952
|
+
* task.</p>
|
|
10953
|
+
* </li>
|
|
10954
|
+
* <li>
|
|
10955
|
+
* <p>Pending records – Some records in the table are waiting for
|
|
10956
|
+
* validation.</p>
|
|
10957
|
+
* </li>
|
|
10958
|
+
* <li>
|
|
10959
|
+
* <p>Mismatched records – Some records in the table don't match between the
|
|
10960
|
+
* source and target.</p>
|
|
10961
|
+
* </li>
|
|
10962
|
+
* <li>
|
|
10963
|
+
* <p>Suspended records – Some records in the table couldn't be
|
|
10964
|
+
* validated.</p>
|
|
10965
|
+
* </li>
|
|
10966
|
+
* <li>
|
|
10967
|
+
* <p>No primary key –The table couldn't be validated because it has no
|
|
10968
|
+
* primary key.</p>
|
|
10969
|
+
* </li>
|
|
10970
|
+
* <li>
|
|
10971
|
+
* <p>Table error – The table wasn't validated because it's in an error
|
|
10972
|
+
* state and some data wasn't migrated.</p>
|
|
10973
|
+
* </li>
|
|
10974
|
+
* <li>
|
|
10975
|
+
* <p>Validated – All rows in the table are validated. If the table is updated,
|
|
10976
|
+
* the status can change from Validated.</p>
|
|
10977
|
+
* </li>
|
|
10978
|
+
* <li>
|
|
10979
|
+
* <p>Error – The table couldn't be validated because of an unexpected
|
|
10980
|
+
* error.</p>
|
|
10981
|
+
* </li>
|
|
10982
|
+
* <li>
|
|
10983
|
+
* <p>Pending validation – The table is waiting validation.</p>
|
|
10984
|
+
* </li>
|
|
10985
|
+
* <li>
|
|
10986
|
+
* <p>Preparing table – Preparing the table enabled in the migration task for
|
|
10987
|
+
* validation.</p>
|
|
10988
|
+
* </li>
|
|
10989
|
+
* <li>
|
|
10990
|
+
* <p>Pending revalidation – All rows in the table are pending validation after
|
|
10991
|
+
* the table was updated.</p>
|
|
10992
|
+
* </li>
|
|
10993
|
+
* </ul>
|
|
10994
|
+
* @public
|
|
10995
|
+
*/
|
|
10996
|
+
ValidationState?: string | undefined;
|
|
10997
|
+
/**
|
|
10998
|
+
* <p>Additional details about the state of validation.</p>
|
|
10999
|
+
* @public
|
|
11000
|
+
*/
|
|
11001
|
+
ValidationStateDetails?: string | undefined;
|
|
11002
|
+
/**
|
|
11003
|
+
* <p>Records the current state of table resynchronization in the migration task.</p>
|
|
11004
|
+
* <p>This parameter can have the following values:</p>
|
|
11005
|
+
* <ul>
|
|
11006
|
+
* <li>
|
|
11007
|
+
* <p>Not enabled – Resync is not enabled for the table in the migration task.</p>
|
|
11008
|
+
* </li>
|
|
11009
|
+
* <li>
|
|
11010
|
+
* <p>Pending – The tables are waiting for resync.</p>
|
|
11011
|
+
* </li>
|
|
11012
|
+
* <li>
|
|
11013
|
+
* <p>In progress – Resync in progress for some records in the table.</p>
|
|
11014
|
+
* </li>
|
|
11015
|
+
* <li>
|
|
11016
|
+
* <p>No primary key – The table could not be resynced because it has no primary key.</p>
|
|
11017
|
+
* </li>
|
|
11018
|
+
* <li>
|
|
11019
|
+
* <p>Last resync at: <code>date/time</code> – Resync session is finished at time. Time provided in UTC format.</p>
|
|
11020
|
+
* </li>
|
|
11021
|
+
* </ul>
|
|
11022
|
+
* @public
|
|
11023
|
+
*/
|
|
11024
|
+
ResyncState?: string | undefined;
|
|
11025
|
+
/**
|
|
11026
|
+
* <p>Records the total number of mismatched data rows where the system attempted to apply
|
|
11027
|
+
* fixes in the target database.</p>
|
|
11028
|
+
* @public
|
|
11029
|
+
*/
|
|
11030
|
+
ResyncRowsAttempted?: number | undefined;
|
|
11031
|
+
/**
|
|
11032
|
+
* <p>Records the total number of mismatched data rows where fixes were successfully applied in the target database.</p>
|
|
11033
|
+
* @public
|
|
11034
|
+
*/
|
|
11035
|
+
ResyncRowsSucceeded?: number | undefined;
|
|
11036
|
+
/**
|
|
11037
|
+
* <p>Records the total number of mismatched data rows where fix attempts failed in the target
|
|
11038
|
+
* database.</p>
|
|
11039
|
+
* @public
|
|
11040
|
+
*/
|
|
11041
|
+
ResyncRowsFailed?: number | undefined;
|
|
11042
|
+
/**
|
|
11043
|
+
* <p>Calculates the percentage of failed validations that were successfully resynced to the system.</p>
|
|
11044
|
+
* @public
|
|
11045
|
+
*/
|
|
11046
|
+
ResyncProgress?: number | undefined;
|
|
11047
|
+
}
|
|
11048
|
+
/**
|
|
11049
|
+
* <p></p>
|
|
11050
|
+
* @public
|
|
11051
|
+
*/
|
|
11052
|
+
export interface DescribeReplicationTableStatisticsResponse {
|
|
11053
|
+
/**
|
|
11054
|
+
* <p>The Amazon Resource Name of the replication config.</p>
|
|
11055
|
+
* @public
|
|
11056
|
+
*/
|
|
11057
|
+
ReplicationConfigArn?: string | undefined;
|
|
11058
|
+
/**
|
|
11059
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
11060
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11061
|
+
* by <code>MaxRecords</code>. </p>
|
|
11062
|
+
* @public
|
|
11063
|
+
*/
|
|
11064
|
+
Marker?: string | undefined;
|
|
11065
|
+
/**
|
|
11066
|
+
* <p>Returns table statistics on the replication, including table name, rows inserted, rows
|
|
11067
|
+
* updated, and rows deleted.</p>
|
|
11068
|
+
* @public
|
|
11069
|
+
*/
|
|
11070
|
+
ReplicationTableStatistics?: TableStatistics[] | undefined;
|
|
11071
|
+
}
|
|
11072
|
+
/**
|
|
11073
|
+
* <p></p>
|
|
11074
|
+
* @public
|
|
11075
|
+
*/
|
|
11076
|
+
export interface DescribeReplicationTaskAssessmentResultsMessage {
|
|
11077
|
+
/**
|
|
11078
|
+
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input
|
|
11079
|
+
* parameter is specified, the API returns only one result and ignore the values of the
|
|
11080
|
+
* <code>MaxRecords</code> and <code>Marker</code> parameters. </p>
|
|
11081
|
+
* @public
|
|
11082
|
+
*/
|
|
11083
|
+
ReplicationTaskArn?: string | undefined;
|
|
11084
|
+
/**
|
|
11085
|
+
* <p> The maximum number of records to include in the response. If more records exist than
|
|
11086
|
+
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
11087
|
+
* in the response so that the remaining results can be retrieved. </p>
|
|
11088
|
+
* <p>Default: 100</p>
|
|
11089
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
11090
|
+
* @public
|
|
11091
|
+
*/
|
|
11092
|
+
MaxRecords?: number | undefined;
|
|
11093
|
+
/**
|
|
11094
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
11095
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11096
|
+
* by <code>MaxRecords</code>. </p>
|
|
11097
|
+
* @public
|
|
11098
|
+
*/
|
|
11099
|
+
Marker?: string | undefined;
|
|
11100
|
+
}
|
|
11101
|
+
/**
|
|
11102
|
+
* <p> The task assessment report in JSON format. </p>
|
|
11103
|
+
* @public
|
|
11104
|
+
*/
|
|
11105
|
+
export interface ReplicationTaskAssessmentResult {
|
|
11106
|
+
/**
|
|
11107
|
+
* <p> The replication task identifier of the task on which the task assessment was run.
|
|
11108
|
+
* </p>
|
|
11109
|
+
* @public
|
|
11110
|
+
*/
|
|
11111
|
+
ReplicationTaskIdentifier?: string | undefined;
|
|
11112
|
+
/**
|
|
11113
|
+
* <p>The Amazon Resource Name (ARN) of the replication task. </p>
|
|
11114
|
+
* @public
|
|
11115
|
+
*/
|
|
11116
|
+
ReplicationTaskArn?: string | undefined;
|
|
11117
|
+
/**
|
|
11118
|
+
* <p>The date the task assessment was completed. </p>
|
|
11119
|
+
* @public
|
|
11120
|
+
*/
|
|
11121
|
+
ReplicationTaskLastAssessmentDate?: Date | undefined;
|
|
11122
|
+
/**
|
|
11123
|
+
* <p> The status of the task assessment. </p>
|
|
11124
|
+
* @public
|
|
11125
|
+
*/
|
|
11126
|
+
AssessmentStatus?: string | undefined;
|
|
11127
|
+
/**
|
|
11128
|
+
* <p> The file containing the results of the task assessment. </p>
|
|
11129
|
+
* @public
|
|
11130
|
+
*/
|
|
11131
|
+
AssessmentResultsFile?: string | undefined;
|
|
11132
|
+
/**
|
|
11133
|
+
* <p> The task assessment results in JSON format. </p>
|
|
11134
|
+
* <p>The response object only contains this field if you provide <a>DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn</a> in the
|
|
11135
|
+
* request.</p>
|
|
11136
|
+
* @public
|
|
11137
|
+
*/
|
|
11138
|
+
AssessmentResults?: string | undefined;
|
|
11139
|
+
/**
|
|
11140
|
+
* <p> The URL of the S3 object containing the task assessment results. </p>
|
|
11141
|
+
* <p>The response object only contains this field if you provide <a>DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn</a> in the
|
|
11142
|
+
* request.</p>
|
|
11143
|
+
* @public
|
|
11144
|
+
*/
|
|
11145
|
+
S3ObjectUrl?: string | undefined;
|
|
11146
|
+
}
|
|
11147
|
+
/**
|
|
11148
|
+
* <p></p>
|
|
11149
|
+
* @public
|
|
11150
|
+
*/
|
|
11151
|
+
export interface DescribeReplicationTaskAssessmentResultsResponse {
|
|
11152
|
+
/**
|
|
11153
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
11154
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11155
|
+
* by <code>MaxRecords</code>. </p>
|
|
11156
|
+
* @public
|
|
11157
|
+
*/
|
|
11158
|
+
Marker?: string | undefined;
|
|
11159
|
+
/**
|
|
11160
|
+
* <p>- The Amazon S3 bucket where the task assessment report is located. </p>
|
|
11161
|
+
* @public
|
|
11162
|
+
*/
|
|
11163
|
+
BucketName?: string | undefined;
|
|
11164
|
+
/**
|
|
11165
|
+
* <p> The task assessment report. </p>
|
|
11166
|
+
* @public
|
|
11167
|
+
*/
|
|
11168
|
+
ReplicationTaskAssessmentResults?: ReplicationTaskAssessmentResult[] | undefined;
|
|
11169
|
+
}
|
|
11170
|
+
/**
|
|
11171
|
+
* <p></p>
|
|
11172
|
+
* @public
|
|
11173
|
+
*/
|
|
11174
|
+
export interface DescribeReplicationTaskAssessmentRunsMessage {
|
|
11175
|
+
/**
|
|
11176
|
+
* <p>Filters applied to the premigration assessment runs described in the form of key-value
|
|
11177
|
+
* pairs.</p>
|
|
11178
|
+
* <p>Valid filter names: <code>replication-task-assessment-run-arn</code>,
|
|
11179
|
+
* <code>replication-task-arn</code>, <code>replication-instance-arn</code>,
|
|
11180
|
+
* <code>status</code>
|
|
11181
|
+
* </p>
|
|
11182
|
+
* @public
|
|
11183
|
+
*/
|
|
11184
|
+
Filters?: Filter[] | undefined;
|
|
11185
|
+
/**
|
|
11186
|
+
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
11187
|
+
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
11188
|
+
* the response so that the remaining results can be retrieved.</p>
|
|
11189
|
+
* @public
|
|
11190
|
+
*/
|
|
11191
|
+
MaxRecords?: number | undefined;
|
|
11192
|
+
/**
|
|
11193
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
11194
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11195
|
+
* by <code>MaxRecords</code>.</p>
|
|
11196
|
+
* @public
|
|
11197
|
+
*/
|
|
11198
|
+
Marker?: string | undefined;
|
|
11199
|
+
}
|
|
11200
|
+
/**
|
|
11201
|
+
* <p></p>
|
|
11202
|
+
* @public
|
|
11203
|
+
*/
|
|
11204
|
+
export interface DescribeReplicationTaskAssessmentRunsResponse {
|
|
11205
|
+
/**
|
|
11206
|
+
* <p>A pagination token returned for you to pass to a subsequent request. If you pass this
|
|
11207
|
+
* token as the <code>Marker</code> value in a subsequent request, the response includes only
|
|
11208
|
+
* records beyond the marker, up to the value specified in the request by
|
|
11209
|
+
* <code>MaxRecords</code>.</p>
|
|
11210
|
+
* @public
|
|
11211
|
+
*/
|
|
11212
|
+
Marker?: string | undefined;
|
|
11213
|
+
/**
|
|
11214
|
+
* <p>One or more premigration assessment runs as specified by <code>Filters</code>.</p>
|
|
11215
|
+
* @public
|
|
11216
|
+
*/
|
|
11217
|
+
ReplicationTaskAssessmentRuns?: ReplicationTaskAssessmentRun[] | undefined;
|
|
11218
|
+
}
|
|
11219
|
+
/**
|
|
11220
|
+
* <p></p>
|
|
11221
|
+
* @public
|
|
11222
|
+
*/
|
|
11223
|
+
export interface DescribeReplicationTaskIndividualAssessmentsMessage {
|
|
11224
|
+
/**
|
|
11225
|
+
* <p>Filters applied to the individual assessments described in the form of key-value
|
|
11226
|
+
* pairs.</p>
|
|
11227
|
+
* <p>Valid filter names: <code>replication-task-assessment-run-arn</code>,
|
|
11228
|
+
* <code>replication-task-arn</code>, <code>status</code>
|
|
11229
|
+
* </p>
|
|
11230
|
+
* @public
|
|
11231
|
+
*/
|
|
11232
|
+
Filters?: Filter[] | undefined;
|
|
11233
|
+
/**
|
|
11234
|
+
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
11235
|
+
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
11236
|
+
* the response so that the remaining results can be retrieved.</p>
|
|
11237
|
+
* @public
|
|
11238
|
+
*/
|
|
11239
|
+
MaxRecords?: number | undefined;
|
|
11240
|
+
/**
|
|
11241
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
11242
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11243
|
+
* by <code>MaxRecords</code>.</p>
|
|
11244
|
+
* @public
|
|
11245
|
+
*/
|
|
11246
|
+
Marker?: string | undefined;
|
|
11247
|
+
}
|
|
11248
|
+
/**
|
|
11249
|
+
* <p>Provides information that describes an individual assessment from a premigration
|
|
11250
|
+
* assessment run.</p>
|
|
11251
|
+
* @public
|
|
11252
|
+
*/
|
|
11253
|
+
export interface ReplicationTaskIndividualAssessment {
|
|
11254
|
+
/**
|
|
11255
|
+
* <p>Amazon Resource Name (ARN) of this individual assessment.</p>
|
|
11256
|
+
* @public
|
|
11257
|
+
*/
|
|
11258
|
+
ReplicationTaskIndividualAssessmentArn?: string | undefined;
|
|
11259
|
+
/**
|
|
11260
|
+
* <p>ARN of the premigration assessment run that is created to run this individual
|
|
11261
|
+
* assessment.</p>
|
|
11262
|
+
* @public
|
|
11263
|
+
*/
|
|
11264
|
+
ReplicationTaskAssessmentRunArn?: string | undefined;
|
|
11265
|
+
/**
|
|
11266
|
+
* <p>Name of this individual assessment.</p>
|
|
11267
|
+
* @public
|
|
11268
|
+
*/
|
|
11269
|
+
IndividualAssessmentName?: string | undefined;
|
|
11270
|
+
/**
|
|
11271
|
+
* <p>Individual assessment status.</p>
|
|
11272
|
+
* <p>This status can have one of the following values:</p>
|
|
11273
|
+
* <ul>
|
|
11274
|
+
* <li>
|
|
11275
|
+
* <p>
|
|
11276
|
+
* <code>"cancelled"</code>
|
|
11277
|
+
* </p>
|
|
11278
|
+
* </li>
|
|
11279
|
+
* <li>
|
|
11280
|
+
* <p>
|
|
11281
|
+
* <code>"error"</code>
|
|
11282
|
+
* </p>
|
|
11283
|
+
* </li>
|
|
11284
|
+
* <li>
|
|
11285
|
+
* <p>
|
|
11286
|
+
* <code>"failed"</code>
|
|
11287
|
+
* </p>
|
|
11288
|
+
* </li>
|
|
11289
|
+
* <li>
|
|
11290
|
+
* <p>
|
|
11291
|
+
* <code>"passed"</code>
|
|
11292
|
+
* </p>
|
|
11293
|
+
* </li>
|
|
11294
|
+
* <li>
|
|
11295
|
+
* <p>
|
|
11296
|
+
* <code>"pending"</code>
|
|
11297
|
+
* </p>
|
|
11298
|
+
* </li>
|
|
11299
|
+
* <li>
|
|
11300
|
+
* <p>
|
|
11301
|
+
* <code>"skipped"</code>
|
|
11302
|
+
* </p>
|
|
11303
|
+
* </li>
|
|
11304
|
+
* <li>
|
|
11305
|
+
* <p>
|
|
11306
|
+
* <code>"running"</code>
|
|
11307
|
+
* </p>
|
|
11308
|
+
* </li>
|
|
11309
|
+
* </ul>
|
|
11310
|
+
* @public
|
|
11311
|
+
*/
|
|
11312
|
+
Status?: string | undefined;
|
|
11313
|
+
/**
|
|
11314
|
+
* <p>Date when this individual assessment was started as part of running the
|
|
11315
|
+
* <code>StartReplicationTaskAssessmentRun</code> operation.</p>
|
|
11316
|
+
* @public
|
|
11317
|
+
*/
|
|
11318
|
+
ReplicationTaskIndividualAssessmentStartDate?: Date | undefined;
|
|
11319
|
+
}
|
|
11320
|
+
/**
|
|
11321
|
+
* <p></p>
|
|
11322
|
+
* @public
|
|
11323
|
+
*/
|
|
11324
|
+
export interface DescribeReplicationTaskIndividualAssessmentsResponse {
|
|
11325
|
+
/**
|
|
11326
|
+
* <p>A pagination token returned for you to pass to a subsequent request. If you pass this
|
|
11327
|
+
* token as the <code>Marker</code> value in a subsequent request, the response includes only
|
|
11328
|
+
* records beyond the marker, up to the value specified in the request by
|
|
11329
|
+
* <code>MaxRecords</code>.</p>
|
|
11330
|
+
* @public
|
|
11331
|
+
*/
|
|
11332
|
+
Marker?: string | undefined;
|
|
11333
|
+
/**
|
|
11334
|
+
* <p>One or more individual assessments as specified by <code>Filters</code>.</p>
|
|
11335
|
+
* @public
|
|
11336
|
+
*/
|
|
11337
|
+
ReplicationTaskIndividualAssessments?: ReplicationTaskIndividualAssessment[] | undefined;
|
|
11338
|
+
}
|
|
11339
|
+
/**
|
|
11340
|
+
* <p></p>
|
|
11341
|
+
* @public
|
|
11342
|
+
*/
|
|
11343
|
+
export interface DescribeReplicationTasksMessage {
|
|
11344
|
+
/**
|
|
11345
|
+
* <p>Filters applied to replication tasks.</p>
|
|
11346
|
+
* <p>Valid filter names: replication-task-arn | replication-task-id | migration-type |
|
|
11347
|
+
* endpoint-arn | replication-instance-arn</p>
|
|
11348
|
+
* @public
|
|
11349
|
+
*/
|
|
11350
|
+
Filters?: Filter[] | undefined;
|
|
11351
|
+
/**
|
|
11352
|
+
* <p> The maximum number of records to include in the response. If more records exist than
|
|
11353
|
+
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
11354
|
+
* in the response so that the remaining results can be retrieved. </p>
|
|
11355
|
+
* <p>Default: 100</p>
|
|
11356
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
11357
|
+
* @public
|
|
11358
|
+
*/
|
|
11359
|
+
MaxRecords?: number | undefined;
|
|
11360
|
+
/**
|
|
11361
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
11362
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11363
|
+
* by <code>MaxRecords</code>. </p>
|
|
11364
|
+
* @public
|
|
11365
|
+
*/
|
|
11366
|
+
Marker?: string | undefined;
|
|
11367
|
+
/**
|
|
11368
|
+
* <p>An option to set to avoid returning information about settings. Use this to reduce
|
|
11369
|
+
* overhead when setting information is too large. To use this option, choose
|
|
11370
|
+
* <code>true</code>; otherwise, choose <code>false</code> (the default).</p>
|
|
11371
|
+
* @public
|
|
11372
|
+
*/
|
|
11373
|
+
WithoutSettings?: boolean | undefined;
|
|
11374
|
+
}
|
|
11375
|
+
/**
|
|
11376
|
+
* <p></p>
|
|
11377
|
+
* @public
|
|
11378
|
+
*/
|
|
11379
|
+
export interface DescribeReplicationTasksResponse {
|
|
11380
|
+
/**
|
|
11381
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
11382
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11383
|
+
* by <code>MaxRecords</code>. </p>
|
|
11384
|
+
* @public
|
|
11385
|
+
*/
|
|
11386
|
+
Marker?: string | undefined;
|
|
11387
|
+
/**
|
|
11388
|
+
* <p>A description of the replication tasks.</p>
|
|
11389
|
+
* @public
|
|
11390
|
+
*/
|
|
11391
|
+
ReplicationTasks?: ReplicationTask[] | undefined;
|
|
11392
|
+
}
|
|
11393
|
+
/**
|
|
11394
|
+
* <p></p>
|
|
11395
|
+
* @public
|
|
11396
|
+
*/
|
|
11397
|
+
export interface DescribeSchemasMessage {
|
|
11398
|
+
/**
|
|
11399
|
+
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
|
|
11400
|
+
* @public
|
|
11401
|
+
*/
|
|
11402
|
+
EndpointArn: string | undefined;
|
|
11403
|
+
/**
|
|
11404
|
+
* <p> The maximum number of records to include in the response. If more records exist than
|
|
11405
|
+
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
11406
|
+
* in the response so that the remaining results can be retrieved. </p>
|
|
11407
|
+
* <p>Default: 100</p>
|
|
11408
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
11409
|
+
* @public
|
|
11410
|
+
*/
|
|
11411
|
+
MaxRecords?: number | undefined;
|
|
11412
|
+
/**
|
|
11413
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
11414
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11415
|
+
* by <code>MaxRecords</code>. </p>
|
|
11416
|
+
* @public
|
|
11417
|
+
*/
|
|
11418
|
+
Marker?: string | undefined;
|
|
11419
|
+
}
|
|
11420
|
+
/**
|
|
11421
|
+
* <p></p>
|
|
11422
|
+
* @public
|
|
11423
|
+
*/
|
|
11424
|
+
export interface DescribeSchemasResponse {
|
|
11425
|
+
/**
|
|
11426
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
11427
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11428
|
+
* by <code>MaxRecords</code>. </p>
|
|
11429
|
+
* @public
|
|
11430
|
+
*/
|
|
11431
|
+
Marker?: string | undefined;
|
|
11432
|
+
/**
|
|
11433
|
+
* <p>The described schema.</p>
|
|
11434
|
+
* @public
|
|
11435
|
+
*/
|
|
11436
|
+
Schemas?: string[] | undefined;
|
|
11437
|
+
}
|
|
11438
|
+
/**
|
|
11439
|
+
* <p></p>
|
|
11440
|
+
* @public
|
|
11441
|
+
*/
|
|
11442
|
+
export interface DescribeTableStatisticsMessage {
|
|
11443
|
+
/**
|
|
11444
|
+
* <p>The Amazon Resource Name (ARN) of the replication task.</p>
|
|
11445
|
+
* @public
|
|
11446
|
+
*/
|
|
11447
|
+
ReplicationTaskArn: string | undefined;
|
|
11448
|
+
/**
|
|
11449
|
+
* <p> The maximum number of records to include in the response. If more records exist than
|
|
11450
|
+
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
11451
|
+
* in the response so that the remaining results can be retrieved. </p>
|
|
11452
|
+
* <p>Default: 100</p>
|
|
11453
|
+
* <p>Constraints: Minimum 20, maximum 500.</p>
|
|
11454
|
+
* @public
|
|
11455
|
+
*/
|
|
11456
|
+
MaxRecords?: number | undefined;
|
|
11457
|
+
/**
|
|
11458
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
11459
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11460
|
+
* by <code>MaxRecords</code>. </p>
|
|
11461
|
+
* @public
|
|
11462
|
+
*/
|
|
11463
|
+
Marker?: string | undefined;
|
|
11464
|
+
/**
|
|
11465
|
+
* <p>Filters applied to table statistics.</p>
|
|
11466
|
+
* <p>Valid filter names: schema-name | table-name | table-state</p>
|
|
11467
|
+
* <p>A combination of filters creates an AND condition where each record matches all
|
|
11468
|
+
* specified filters.</p>
|
|
11469
|
+
* @public
|
|
11470
|
+
*/
|
|
11471
|
+
Filters?: Filter[] | undefined;
|
|
11472
|
+
}
|
|
11473
|
+
/**
|
|
11474
|
+
* <p></p>
|
|
11475
|
+
* @public
|
|
11476
|
+
*/
|
|
11477
|
+
export interface DescribeTableStatisticsResponse {
|
|
11478
|
+
/**
|
|
11479
|
+
* <p>The Amazon Resource Name (ARN) of the replication task.</p>
|
|
11480
|
+
* @public
|
|
11481
|
+
*/
|
|
11482
|
+
ReplicationTaskArn?: string | undefined;
|
|
11483
|
+
/**
|
|
11484
|
+
* <p>The table statistics.</p>
|
|
11485
|
+
* @public
|
|
11486
|
+
*/
|
|
11487
|
+
TableStatistics?: TableStatistics[] | undefined;
|
|
11488
|
+
/**
|
|
11489
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
11490
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
11491
|
+
* by <code>MaxRecords</code>. </p>
|
|
11492
|
+
* @public
|
|
11493
|
+
*/
|
|
11494
|
+
Marker?: string | undefined;
|
|
11495
|
+
}
|
|
11496
|
+
/**
|
|
11497
|
+
* @public
|
|
11498
|
+
*/
|
|
11499
|
+
export interface ExportMetadataModelAssessmentMessage {
|
|
11500
|
+
/**
|
|
11501
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
11502
|
+
* @public
|
|
11503
|
+
*/
|
|
11504
|
+
MigrationProjectIdentifier: string | undefined;
|
|
11505
|
+
/**
|
|
11506
|
+
* <p>A value that specifies the database objects to assess.</p>
|
|
11507
|
+
* @public
|
|
11508
|
+
*/
|
|
11509
|
+
SelectionRules: string | undefined;
|
|
11510
|
+
/**
|
|
11511
|
+
* <p>The name of the assessment file to create in your Amazon S3 bucket.</p>
|
|
11512
|
+
* @public
|
|
11513
|
+
*/
|
|
11514
|
+
FileName?: string | undefined;
|
|
11515
|
+
/**
|
|
11516
|
+
* <p>The file format of the assessment file.</p>
|
|
11517
|
+
* @public
|
|
11518
|
+
*/
|
|
11519
|
+
AssessmentReportTypes?: AssessmentReportType[] | undefined;
|
|
11520
|
+
}
|
|
11521
|
+
/**
|
|
11522
|
+
* <p>Provides information about an exported metadata model assessment.</p>
|
|
11523
|
+
* @public
|
|
11524
|
+
*/
|
|
11525
|
+
export interface ExportMetadataModelAssessmentResultEntry {
|
|
11526
|
+
/**
|
|
11527
|
+
* <p>The object key for the object containing the exported metadata model assessment.</p>
|
|
11528
|
+
* @public
|
|
11529
|
+
*/
|
|
11530
|
+
S3ObjectKey?: string | undefined;
|
|
11531
|
+
/**
|
|
11532
|
+
* <p>The URL for the object containing the exported metadata model assessment.</p>
|
|
11533
|
+
* @public
|
|
11534
|
+
*/
|
|
11535
|
+
ObjectURL?: string | undefined;
|
|
11536
|
+
}
|
|
11537
|
+
/**
|
|
11538
|
+
* @public
|
|
11539
|
+
*/
|
|
11540
|
+
export interface ExportMetadataModelAssessmentResponse {
|
|
11541
|
+
/**
|
|
11542
|
+
* <p>The Amazon S3 details for an assessment exported in PDF format.</p>
|
|
11543
|
+
* @public
|
|
11544
|
+
*/
|
|
11545
|
+
PdfReport?: ExportMetadataModelAssessmentResultEntry | undefined;
|
|
11546
|
+
/**
|
|
11547
|
+
* <p>The Amazon S3 details for an assessment exported in CSV format.</p>
|
|
11548
|
+
* @public
|
|
11549
|
+
*/
|
|
11550
|
+
CsvReport?: ExportMetadataModelAssessmentResultEntry | undefined;
|
|
11551
|
+
}
|
|
11552
|
+
/**
|
|
11553
|
+
* @public
|
|
11554
|
+
*/
|
|
11555
|
+
export interface GetTargetSelectionRulesMessage {
|
|
11556
|
+
/**
|
|
11557
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
11558
|
+
* @public
|
|
11559
|
+
*/
|
|
11560
|
+
MigrationProjectIdentifier: string | undefined;
|
|
11561
|
+
/**
|
|
11562
|
+
* <p>The JSON string representing the source selection rules for conversion. Selection rules must contain only supported metadata model types. For more information, see Selection Rules in the DMS User Guide.</p>
|
|
11563
|
+
* @public
|
|
11564
|
+
*/
|
|
11565
|
+
SelectionRules: string | undefined;
|
|
11566
|
+
}
|
|
11567
|
+
/**
|
|
11568
|
+
* @public
|
|
11569
|
+
*/
|
|
11570
|
+
export interface GetTargetSelectionRulesResponse {
|
|
11571
|
+
/**
|
|
11572
|
+
* <p>The JSON string representing the counterpart selection rules in the target.</p>
|
|
11573
|
+
* @public
|
|
11574
|
+
*/
|
|
11575
|
+
TargetSelectionRules?: string | undefined;
|
|
11576
|
+
}
|
|
11577
|
+
/**
|
|
11578
|
+
* @public
|
|
11579
|
+
*/
|
|
11580
|
+
export interface ImportCertificateMessage {
|
|
11581
|
+
/**
|
|
11582
|
+
* <p>A customer-assigned name for the certificate. Identifiers must begin with a letter and
|
|
11583
|
+
* must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or
|
|
11584
|
+
* contain two consecutive hyphens.</p>
|
|
11585
|
+
* @public
|
|
11586
|
+
*/
|
|
11587
|
+
CertificateIdentifier: string | undefined;
|
|
11588
|
+
/**
|
|
11589
|
+
* <p>The contents of a <code>.pem</code> file, which contains an X.509 certificate.</p>
|
|
11590
|
+
* @public
|
|
11591
|
+
*/
|
|
11592
|
+
CertificatePem?: string | undefined;
|
|
11593
|
+
/**
|
|
11594
|
+
* <p>The location of an imported Oracle Wallet certificate for use with SSL. Provide the name
|
|
11595
|
+
* of a <code>.sso</code> file using the <code>fileb://</code> prefix. You can't provide the
|
|
11596
|
+
* certificate inline.</p>
|
|
11597
|
+
* <p>Example: <code>filebase64("$\{path.root\}/rds-ca-2019-root.sso")</code>
|
|
11598
|
+
* </p>
|
|
11599
|
+
* @public
|
|
11600
|
+
*/
|
|
11601
|
+
CertificateWallet?: Uint8Array | undefined;
|
|
11602
|
+
/**
|
|
11603
|
+
* <p>The tags associated with the certificate.</p>
|
|
11604
|
+
* @public
|
|
11605
|
+
*/
|
|
11606
|
+
Tags?: Tag[] | undefined;
|
|
11607
|
+
}
|
|
11608
|
+
/**
|
|
11609
|
+
* @public
|
|
11610
|
+
*/
|
|
11611
|
+
export interface ImportCertificateResponse {
|
|
11612
|
+
/**
|
|
11613
|
+
* <p>The certificate to be uploaded.</p>
|
|
11614
|
+
* @public
|
|
11615
|
+
*/
|
|
11616
|
+
Certificate?: Certificate | undefined;
|
|
11617
|
+
}
|
|
11618
|
+
/**
|
|
11619
|
+
* <p></p>
|
|
11620
|
+
* @public
|
|
11621
|
+
*/
|
|
11622
|
+
export interface ListTagsForResourceMessage {
|
|
11623
|
+
/**
|
|
11624
|
+
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to
|
|
11625
|
+
* list tags for. This returns a list of keys (names of tags) created for the resource and
|
|
11626
|
+
* their associated tag values.</p>
|
|
11627
|
+
* @public
|
|
11628
|
+
*/
|
|
11629
|
+
ResourceArn?: string | undefined;
|
|
11630
|
+
/**
|
|
11631
|
+
* <p>List of ARNs that identify multiple DMS resources that you want to list tags for. This
|
|
11632
|
+
* returns a list of keys (tag names) and their associated tag values. It also returns each
|
|
11633
|
+
* tag's associated <code>ResourceArn</code> value, which is the ARN of the resource for which
|
|
11634
|
+
* each listed tag is created. </p>
|
|
11635
|
+
* @public
|
|
11636
|
+
*/
|
|
11637
|
+
ResourceArnList?: string[] | undefined;
|
|
11638
|
+
}
|
|
11639
|
+
/**
|
|
11640
|
+
* <p></p>
|
|
11641
|
+
* @public
|
|
11642
|
+
*/
|
|
11643
|
+
export interface ListTagsForResourceResponse {
|
|
11644
|
+
/**
|
|
11645
|
+
* <p>A list of tags for the resource.</p>
|
|
11646
|
+
* @public
|
|
11647
|
+
*/
|
|
11648
|
+
TagList?: Tag[] | undefined;
|
|
11649
|
+
}
|
|
11650
|
+
/**
|
|
11651
|
+
* @public
|
|
11652
|
+
*/
|
|
11653
|
+
export interface ModifyConversionConfigurationMessage {
|
|
11654
|
+
/**
|
|
11655
|
+
* <p>The migration project name or Amazon Resource Name (ARN).</p>
|
|
11656
|
+
* @public
|
|
11657
|
+
*/
|
|
11658
|
+
MigrationProjectIdentifier: string | undefined;
|
|
11659
|
+
/**
|
|
11660
|
+
* <p>The new conversion configuration.</p>
|
|
11661
|
+
* @public
|
|
11662
|
+
*/
|
|
11663
|
+
ConversionConfiguration: string | undefined;
|
|
11664
|
+
}
|
|
11665
|
+
/**
|
|
11666
|
+
* @public
|
|
11667
|
+
*/
|
|
11668
|
+
export interface ModifyConversionConfigurationResponse {
|
|
11669
|
+
/**
|
|
11670
|
+
* <p>The name or Amazon Resource Name (ARN) of the modified configuration.</p>
|
|
11671
|
+
* @public
|
|
11672
|
+
*/
|
|
11673
|
+
MigrationProjectIdentifier?: string | undefined;
|
|
11674
|
+
}
|
|
11675
|
+
/**
|
|
11676
|
+
* @public
|
|
11677
|
+
*/
|
|
11678
|
+
export interface ModifyDataMigrationMessage {
|
|
11679
|
+
/**
|
|
11680
|
+
* <p>The identifier (name or ARN) of the data migration to modify.</p>
|
|
11681
|
+
* @public
|
|
11682
|
+
*/
|
|
11683
|
+
DataMigrationIdentifier: string | undefined;
|
|
11684
|
+
/**
|
|
11685
|
+
* <p>The new name for the data migration.</p>
|
|
11686
|
+
* @public
|
|
11687
|
+
*/
|
|
11688
|
+
DataMigrationName?: string | undefined;
|
|
11689
|
+
/**
|
|
11690
|
+
* <p>Whether to enable Cloudwatch logs for the data migration.</p>
|
|
11691
|
+
* @public
|
|
11692
|
+
*/
|
|
11693
|
+
EnableCloudwatchLogs?: boolean | undefined;
|
|
11694
|
+
/**
|
|
11695
|
+
* <p>The new service access role ARN for the data migration.</p>
|
|
11696
|
+
* @public
|
|
11697
|
+
*/
|
|
11698
|
+
ServiceAccessRoleArn?: string | undefined;
|
|
11699
|
+
/**
|
|
11700
|
+
* <p>The new migration type for the data migration.</p>
|
|
11701
|
+
* @public
|
|
11702
|
+
*/
|
|
11703
|
+
DataMigrationType?: MigrationTypeValue | undefined;
|
|
11704
|
+
/**
|
|
11705
|
+
* <p>The new information about the source data provider for the data migration.</p>
|
|
11706
|
+
* @public
|
|
11707
|
+
*/
|
|
11708
|
+
SourceDataSettings?: SourceDataSetting[] | undefined;
|
|
11709
|
+
/**
|
|
11710
|
+
* <p>The new information about the target data provider for the data migration.</p>
|
|
11711
|
+
* @public
|
|
11712
|
+
*/
|
|
11713
|
+
TargetDataSettings?: TargetDataSetting[] | undefined;
|
|
11714
|
+
/**
|
|
11715
|
+
* <p>The number of parallel jobs that trigger parallel threads to unload the tables from the
|
|
11716
|
+
* source, and then load them to the target.</p>
|
|
11717
|
+
* @public
|
|
11718
|
+
*/
|
|
11719
|
+
NumberOfJobs?: number | undefined;
|
|
11720
|
+
/**
|
|
11721
|
+
* <p>A JSON-formatted string that defines what objects to include and exclude from the
|
|
11722
|
+
* migration.</p>
|
|
11723
|
+
* @public
|
|
11724
|
+
*/
|
|
11725
|
+
SelectionRules?: string | undefined;
|
|
11726
|
+
}
|
|
11727
|
+
/**
|
|
11728
|
+
* @public
|
|
11729
|
+
*/
|
|
11730
|
+
export interface ModifyDataMigrationResponse {
|
|
11731
|
+
/**
|
|
11732
|
+
* <p>Information about the modified data migration.</p>
|
|
11733
|
+
* @public
|
|
11734
|
+
*/
|
|
11735
|
+
DataMigration?: DataMigration | undefined;
|
|
11736
|
+
}
|
|
11737
|
+
/**
|
|
11738
|
+
* @public
|
|
11739
|
+
*/
|
|
11740
|
+
export interface ModifyDataProviderMessage {
|
|
11741
|
+
/**
|
|
11742
|
+
* <p>The identifier of the data provider. Identifiers must begin with a letter
|
|
11743
|
+
* and must contain only ASCII letters, digits, and hyphens. They can't end with
|
|
11744
|
+
* a hyphen, or contain two consecutive hyphens.</p>
|
|
11745
|
+
* @public
|
|
11746
|
+
*/
|
|
11747
|
+
DataProviderIdentifier: string | undefined;
|
|
11748
|
+
/**
|
|
11749
|
+
* <p>The name of the data provider.</p>
|
|
11750
|
+
* @public
|
|
11751
|
+
*/
|
|
11752
|
+
DataProviderName?: string | undefined;
|
|
11753
|
+
/**
|
|
11754
|
+
* <p>A user-friendly description of the data provider.</p>
|
|
11755
|
+
* @public
|
|
11756
|
+
*/
|
|
11757
|
+
Description?: string | undefined;
|
|
11758
|
+
/**
|
|
11759
|
+
* <p>The type of database engine for the data provider. Valid values include <code>"aurora"</code>,
|
|
11760
|
+
* <code>"aurora-postgresql"</code>, <code>"mysql"</code>, <code>"oracle"</code>, <code>"postgres"</code>,
|
|
11761
|
+
* <code>"sqlserver"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code>, <code>docdb</code>, and <code>sybase</code>. A value of <code>"aurora"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>
|
|
11762
|
+
* @public
|
|
11763
|
+
*/
|
|
11764
|
+
Engine?: string | undefined;
|
|
11765
|
+
/**
|
|
11766
|
+
* <p>Indicates whether the data provider is virtual.</p>
|
|
11767
|
+
* @public
|
|
11768
|
+
*/
|
|
11769
|
+
Virtual?: boolean | undefined;
|
|
11770
|
+
/**
|
|
11771
|
+
* <p>If this attribute is Y, the current call to <code>ModifyDataProvider</code> replaces all
|
|
11772
|
+
* existing data provider settings with the exact settings that you specify in this call. If this
|
|
11773
|
+
* attribute is N, the current call to <code>ModifyDataProvider</code> does two things: </p>
|
|
11774
|
+
* <ul>
|
|
11775
|
+
* <li>
|
|
11776
|
+
* <p>It replaces any data provider settings that already exist with new values,
|
|
11777
|
+
* for settings with the same names.</p>
|
|
11778
|
+
* </li>
|
|
11779
|
+
* <li>
|
|
11780
|
+
* <p>It creates new data provider settings that you specify in the call,
|
|
11781
|
+
* for settings with different names. </p>
|
|
11782
|
+
* </li>
|
|
11783
|
+
* </ul>
|
|
11784
|
+
* @public
|
|
11785
|
+
*/
|
|
11786
|
+
ExactSettings?: boolean | undefined;
|
|
11787
|
+
/**
|
|
11788
|
+
* <p>The settings in JSON format for a data provider.</p>
|
|
11789
|
+
* @public
|
|
11790
|
+
*/
|
|
11791
|
+
Settings?: DataProviderSettings | undefined;
|
|
11792
|
+
}
|
|
11793
|
+
/**
|
|
11794
|
+
* @public
|
|
11795
|
+
*/
|
|
11796
|
+
export interface ModifyDataProviderResponse {
|
|
11797
|
+
/**
|
|
11798
|
+
* <p>The data provider that was modified.</p>
|
|
11799
|
+
* @public
|
|
11800
|
+
*/
|
|
11801
|
+
DataProvider?: DataProvider | undefined;
|
|
11802
|
+
}
|
|
11803
|
+
/**
|
|
11804
|
+
* <p></p>
|
|
11805
|
+
* @public
|
|
11806
|
+
*/
|
|
11807
|
+
export interface ModifyEndpointMessage {
|
|
11808
|
+
/**
|
|
11809
|
+
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</p>
|
|
11810
|
+
* @public
|
|
11811
|
+
*/
|
|
11812
|
+
EndpointArn: string | undefined;
|
|
11813
|
+
/**
|
|
11814
|
+
* <p>The database endpoint identifier. Identifiers must begin with a letter and must contain
|
|
11815
|
+
* only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two
|
|
11816
|
+
* consecutive hyphens.</p>
|
|
11817
|
+
* @public
|
|
11818
|
+
*/
|
|
11819
|
+
EndpointIdentifier?: string | undefined;
|
|
11820
|
+
/**
|
|
11821
|
+
* <p>The type of endpoint. Valid values are <code>source</code> and
|
|
11822
|
+
* <code>target</code>.</p>
|
|
11823
|
+
* @public
|
|
11824
|
+
*/
|
|
11825
|
+
EndpointType?: ReplicationEndpointTypeValue | undefined;
|
|
11826
|
+
/**
|
|
11827
|
+
* <p>The database engine name. Valid values, depending on the EndpointType, include
|
|
11828
|
+
* <code>"mysql"</code>, <code>"oracle"</code>, <code>"postgres"</code>,
|
|
11829
|
+
* <code>"mariadb"</code>, <code>"aurora"</code>, <code>"aurora-postgresql"</code>,
|
|
11830
|
+
* <code>"redshift"</code>, <code>"s3"</code>, <code>"db2"</code>, <code>"db2-zos"</code>,
|
|
11831
|
+
* <code>"azuredb"</code>, <code>"sybase"</code>, <code>"dynamodb"</code>,
|
|
11832
|
+
* <code>"mongodb"</code>, <code>"kinesis"</code>, <code>"kafka"</code>,
|
|
11833
|
+
* <code>"elasticsearch"</code>, <code>"documentdb"</code>, <code>"sqlserver"</code>,
|
|
11834
|
+
* <code>"neptune"</code>, and <code>"babelfish"</code>.</p>
|
|
11835
|
+
* @public
|
|
11836
|
+
*/
|
|
11837
|
+
EngineName?: string | undefined;
|
|
11838
|
+
/**
|
|
11839
|
+
* <p>The user name to be used to login to the endpoint database.</p>
|
|
11840
|
+
* @public
|
|
11841
|
+
*/
|
|
11842
|
+
Username?: string | undefined;
|
|
11843
|
+
/**
|
|
11844
|
+
* <p>The password to be used to login to the endpoint database.</p>
|
|
11845
|
+
* @public
|
|
11846
|
+
*/
|
|
11847
|
+
Password?: string | undefined;
|
|
11848
|
+
/**
|
|
11849
|
+
* <p>The name of the server where the endpoint database resides.</p>
|
|
11850
|
+
* @public
|
|
11851
|
+
*/
|
|
11852
|
+
ServerName?: string | undefined;
|
|
11853
|
+
/**
|
|
11854
|
+
* <p>The port used by the endpoint database.</p>
|
|
11855
|
+
* @public
|
|
11856
|
+
*/
|
|
11857
|
+
Port?: number | undefined;
|
|
11858
|
+
/**
|
|
11859
|
+
* <p>The name of the endpoint database. For a MySQL source or target endpoint, do not specify
|
|
11860
|
+
* DatabaseName.</p>
|
|
11861
|
+
* @public
|
|
11862
|
+
*/
|
|
11863
|
+
DatabaseName?: string | undefined;
|
|
11864
|
+
/**
|
|
11865
|
+
* <p>Additional attributes associated with the connection. To reset this parameter, pass the
|
|
11866
|
+
* empty string ("") as an argument.</p>
|
|
11867
|
+
* @public
|
|
11868
|
+
*/
|
|
11869
|
+
ExtraConnectionAttributes?: string | undefined;
|
|
11870
|
+
/**
|
|
11871
|
+
* <p>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</p>
|
|
11872
|
+
* @public
|
|
11873
|
+
*/
|
|
11874
|
+
CertificateArn?: string | undefined;
|
|
11875
|
+
/**
|
|
11876
|
+
* <p>The SSL mode used to connect to the endpoint. The default value is
|
|
11877
|
+
* <code>none</code>.</p>
|
|
11878
|
+
* @public
|
|
11879
|
+
*/
|
|
11880
|
+
SslMode?: DmsSslModeValue | undefined;
|
|
11881
|
+
/**
|
|
11882
|
+
* <p> The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint.
|
|
11883
|
+
* The role must allow the <code>iam:PassRole</code> action.</p>
|
|
11884
|
+
* @public
|
|
11885
|
+
*/
|
|
11886
|
+
ServiceAccessRoleArn?: string | undefined;
|
|
11887
|
+
/**
|
|
11888
|
+
* <p>The external table definition.</p>
|
|
11889
|
+
* @public
|
|
11890
|
+
*/
|
|
11891
|
+
ExternalTableDefinition?: string | undefined;
|
|
11892
|
+
/**
|
|
11893
|
+
* <p>Settings in JSON format for the target Amazon DynamoDB endpoint. For information about
|
|
11894
|
+
* other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html#CHAP_Target.DynamoDB.ObjectMapping">Using Object Mapping to Migrate Data to DynamoDB</a> in the <i>Database Migration Service
|
|
11895
|
+
* User Guide.</i>
|
|
11896
|
+
* </p>
|
|
11897
|
+
* @public
|
|
11898
|
+
*/
|
|
11899
|
+
DynamoDbSettings?: DynamoDbSettings | undefined;
|
|
11900
|
+
/**
|
|
11901
|
+
* <p>Settings in JSON format for the target Amazon S3 endpoint. For more information about
|
|
11902
|
+
* the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring">Extra
|
|
11903
|
+
* Connection Attributes When Using Amazon S3 as a Target for DMS</a> in the
|
|
11904
|
+
* <i>Database Migration Service User Guide.</i>
|
|
11905
|
+
* </p>
|
|
11906
|
+
* @public
|
|
11907
|
+
*/
|
|
11908
|
+
S3Settings?: S3Settings | undefined;
|
|
11909
|
+
/**
|
|
11910
|
+
* <p>The settings in JSON format for the DMS transfer type of source endpoint. </p>
|
|
11911
|
+
* <p>Attributes include the following:</p>
|
|
11912
|
+
* <ul>
|
|
11913
|
+
* <li>
|
|
11914
|
+
* <p>serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access
|
|
11915
|
+
* IAM role. The role must allow the <code>iam:PassRole</code> action.</p>
|
|
11916
|
+
* </li>
|
|
11917
|
+
* <li>
|
|
11918
|
+
* <p>BucketName - The name of the S3 bucket to use.</p>
|
|
11919
|
+
* </li>
|
|
11920
|
+
* </ul>
|
|
11921
|
+
* <p>Shorthand syntax for these settings is as follows: <code>ServiceAccessRoleArn=string
|
|
11922
|
+
* ,BucketName=string</code>
|
|
11923
|
+
* </p>
|
|
11924
|
+
* <p>JSON syntax for these settings is as follows: <code>\{ "ServiceAccessRoleArn": "string",
|
|
11925
|
+
* "BucketName": "string"\} </code>
|
|
11926
|
+
* </p>
|
|
11927
|
+
* @public
|
|
11928
|
+
*/
|
|
11929
|
+
DmsTransferSettings?: DmsTransferSettings | undefined;
|
|
11930
|
+
/**
|
|
11931
|
+
* <p>Settings in JSON format for the source MongoDB endpoint. For more information about the
|
|
11932
|
+
* available settings, see the configuration properties section in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration">Endpoint configuration settings when using MongoDB as a source for Database Migration Service</a> in
|
|
11933
|
+
* the <i>Database Migration Service User Guide.</i>
|
|
11934
|
+
* </p>
|
|
11935
|
+
* @public
|
|
11936
|
+
*/
|
|
11937
|
+
MongoDbSettings?: MongoDbSettings | undefined;
|
|
11938
|
+
/**
|
|
11939
|
+
* <p>Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For
|
|
11940
|
+
* more information about the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping">Using object mapping to migrate data to a Kinesis data stream</a> in the
|
|
11941
|
+
* <i>Database Migration Service User Guide.</i>
|
|
11942
|
+
* </p>
|
|
11943
|
+
* @public
|
|
11944
|
+
*/
|
|
11945
|
+
KinesisSettings?: KinesisSettings | undefined;
|
|
11946
|
+
/**
|
|
11947
|
+
* <p>Settings in JSON format for the target Apache Kafka endpoint. For more information about
|
|
11948
|
+
* the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping">Using
|
|
11949
|
+
* object mapping to migrate data to a Kafka topic</a> in the <i>Database Migration Service User
|
|
11950
|
+
* Guide.</i>
|
|
11951
|
+
* </p>
|
|
11952
|
+
* @public
|
|
11953
|
+
*/
|
|
11954
|
+
KafkaSettings?: KafkaSettings | undefined;
|
|
11955
|
+
/**
|
|
11956
|
+
* <p>Settings in JSON format for the target OpenSearch endpoint. For more
|
|
11957
|
+
* information about the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration">Extra Connection Attributes When Using OpenSearch as a Target for
|
|
11958
|
+
* DMS</a> in the <i>Database Migration Service User Guide.</i>
|
|
11959
|
+
* </p>
|
|
11960
|
+
* @public
|
|
11961
|
+
*/
|
|
11962
|
+
ElasticsearchSettings?: ElasticsearchSettings | undefined;
|
|
11963
|
+
/**
|
|
11964
|
+
* <p>Settings in JSON format for the target Amazon Neptune endpoint. For more information
|
|
11965
|
+
* about the available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings">Specifying graph-mapping rules using Gremlin and R2RML for Amazon
|
|
11966
|
+
* Neptune as a target</a> in the <i>Database Migration Service User Guide.</i>
|
|
11967
|
+
* </p>
|
|
11968
|
+
* @public
|
|
11969
|
+
*/
|
|
11970
|
+
NeptuneSettings?: NeptuneSettings | undefined;
|
|
11971
|
+
/**
|
|
11972
|
+
* <p>Provides information that defines an Amazon Redshift endpoint.</p>
|
|
11973
|
+
* @public
|
|
11974
|
+
*/
|
|
11975
|
+
RedshiftSettings?: RedshiftSettings | undefined;
|
|
11976
|
+
/**
|
|
11977
|
+
* <p>Settings in JSON format for the source and target PostgreSQL endpoint. For information
|
|
11978
|
+
* about other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib">Extra connection attributes when using PostgreSQL as a source for DMS</a> and
|
|
11979
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html#CHAP_Target.PostgreSQL.ConnectionAttrib"> Extra connection attributes when using PostgreSQL as a target for DMS</a> in the
|
|
11980
|
+
* <i>Database Migration Service User Guide.</i>
|
|
11981
|
+
* </p>
|
|
11982
|
+
* @public
|
|
11983
|
+
*/
|
|
11984
|
+
PostgreSQLSettings?: PostgreSQLSettings | undefined;
|
|
11985
|
+
/**
|
|
11986
|
+
* <p>Settings in JSON format for the source and target MySQL endpoint. For information about
|
|
11987
|
+
* other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.ConnectionAttrib">Extra connection attributes when using MySQL as a source for DMS</a> and <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html#CHAP_Target.MySQL.ConnectionAttrib">Extra connection attributes when using a MySQL-compatible database as a target for
|
|
11988
|
+
* DMS</a> in the <i>Database Migration Service User Guide.</i>
|
|
11989
|
+
* </p>
|
|
11990
|
+
* @public
|
|
11991
|
+
*/
|
|
11992
|
+
MySQLSettings?: MySQLSettings | undefined;
|
|
11993
|
+
/**
|
|
11994
|
+
* <p>Settings in JSON format for the source and target Oracle endpoint. For information about
|
|
11995
|
+
* other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.ConnectionAttrib">Extra connection attributes when using Oracle as a source for DMS</a> and <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.ConnectionAttrib">
|
|
11996
|
+
* Extra connection attributes when using Oracle as a target for DMS</a> in the
|
|
11997
|
+
* <i>Database Migration Service User Guide.</i>
|
|
11998
|
+
* </p>
|
|
11999
|
+
* @public
|
|
12000
|
+
*/
|
|
12001
|
+
OracleSettings?: OracleSettings | undefined;
|
|
12002
|
+
/**
|
|
12003
|
+
* <p>Settings in JSON format for the source and target SAP ASE endpoint. For information
|
|
12004
|
+
* about other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html#CHAP_Source.SAP.ConnectionAttrib">Extra
|
|
12005
|
+
* connection attributes when using SAP ASE as a source for DMS</a> and <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html#CHAP_Target.SAP.ConnectionAttrib">Extra
|
|
12006
|
+
* connection attributes when using SAP ASE as a target for DMS</a> in the
|
|
12007
|
+
* <i>Database Migration Service User Guide.</i>
|
|
12008
|
+
* </p>
|
|
12009
|
+
* @public
|
|
12010
|
+
*/
|
|
12011
|
+
SybaseSettings?: SybaseSettings | undefined;
|
|
12012
|
+
/**
|
|
12013
|
+
* <p>Settings in JSON format for the source and target Microsoft SQL Server endpoint. For
|
|
12014
|
+
* information about other available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.ConnectionAttrib">Extra connection attributes when using SQL Server as a source for DMS</a> and
|
|
12015
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html#CHAP_Target.SQLServer.ConnectionAttrib"> Extra connection attributes when using SQL Server as a target for DMS</a> in the
|
|
12016
|
+
* <i>Database Migration Service User Guide.</i>
|
|
12017
|
+
* </p>
|
|
12018
|
+
* @public
|
|
12019
|
+
*/
|
|
12020
|
+
MicrosoftSQLServerSettings?: MicrosoftSQLServerSettings | undefined;
|
|
12021
|
+
/**
|
|
12022
|
+
* <p>Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other
|
|
12023
|
+
* available settings, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html#CHAP_Source.DB2.ConnectionAttrib">Extra
|
|
12024
|
+
* connection attributes when using Db2 LUW as a source for DMS</a> in the
|
|
12025
|
+
* <i>Database Migration Service User Guide.</i>
|
|
12026
|
+
* </p>
|
|
12027
|
+
* @public
|
|
12028
|
+
*/
|
|
12029
|
+
IBMDb2Settings?: IBMDb2Settings | undefined;
|
|
12030
|
+
/**
|
|
12031
|
+
* <p>Settings in JSON format for the source DocumentDB endpoint. For more information about
|
|
12032
|
+
* the available settings, see the configuration properties section in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html"> Using
|
|
12033
|
+
* DocumentDB as a Target for Database Migration Service </a> in the <i>Database Migration Service User
|
|
12034
|
+
* Guide.</i>
|
|
12035
|
+
* </p>
|
|
12036
|
+
* @public
|
|
12037
|
+
*/
|
|
12038
|
+
DocDbSettings?: DocDbSettings | undefined;
|
|
12039
|
+
/**
|
|
12040
|
+
* <p>Settings in JSON format for the Redis target endpoint.</p>
|
|
12041
|
+
* @public
|
|
12042
|
+
*/
|
|
12043
|
+
RedisSettings?: RedisSettings | undefined;
|
|
12044
|
+
/**
|
|
12045
|
+
* <p>If this attribute is Y, the current call to <code>ModifyEndpoint</code> replaces all
|
|
12046
|
+
* existing endpoint settings with the exact settings that you specify in this call. If this
|
|
12047
|
+
* attribute is N, the current call to <code>ModifyEndpoint</code> does two things: </p>
|
|
12048
|
+
* <ul>
|
|
12049
|
+
* <li>
|
|
12050
|
+
* <p>It replaces any endpoint settings that already exist with new values, for settings
|
|
12051
|
+
* with the same names.</p>
|
|
12052
|
+
* </li>
|
|
12053
|
+
* <li>
|
|
12054
|
+
* <p>It creates new endpoint settings that you specify in the call, for settings with
|
|
12055
|
+
* different names. </p>
|
|
12056
|
+
* </li>
|
|
12057
|
+
* </ul>
|
|
12058
|
+
* <p>For example, if you call <code>create-endpoint ... --endpoint-settings '\{"a":1\}'
|
|
12059
|
+
* ...</code>, the endpoint has the following endpoint settings: <code>'\{"a":1\}'</code>. If
|
|
12060
|
+
* you then call <code>modify-endpoint ... --endpoint-settings '\{"b":2\}' ...</code> for the
|
|
12061
|
+
* same endpoint, the endpoint has the following settings: <code>'\{"a":1,"b":2\}'</code>. </p>
|
|
12062
|
+
* <p>However, suppose that you follow this with a call to <code>modify-endpoint ...
|
|
12063
|
+
* --endpoint-settings '\{"b":2\}' --exact-settings ...</code> for that same endpoint again.
|
|
12064
|
+
* Then the endpoint has the following settings: <code>'\{"b":2\}'</code>. All existing settings
|
|
12065
|
+
* are replaced with the exact settings that you specify. </p>
|
|
12066
|
+
* @public
|
|
12067
|
+
*/
|
|
12068
|
+
ExactSettings?: boolean | undefined;
|
|
12069
|
+
/**
|
|
12070
|
+
* <p>Settings in JSON format for the source GCP MySQL endpoint.</p>
|
|
12071
|
+
* @public
|
|
12072
|
+
*/
|
|
12073
|
+
GcpMySQLSettings?: GcpMySQLSettings | undefined;
|
|
12074
|
+
/**
|
|
12075
|
+
* <p>Settings in JSON format for the target Amazon Timestream endpoint.</p>
|
|
12076
|
+
* @public
|
|
12077
|
+
*/
|
|
12078
|
+
TimestreamSettings?: TimestreamSettings | undefined;
|
|
12079
|
+
}
|
|
12080
|
+
/**
|
|
12081
|
+
* <p></p>
|
|
12082
|
+
* @public
|
|
12083
|
+
*/
|
|
12084
|
+
export interface ModifyEndpointResponse {
|
|
12085
|
+
/**
|
|
12086
|
+
* <p>The modified endpoint.</p>
|
|
12087
|
+
* @public
|
|
12088
|
+
*/
|
|
12089
|
+
Endpoint?: Endpoint | undefined;
|
|
12090
|
+
}
|
|
12091
|
+
/**
|
|
12092
|
+
* <p></p>
|
|
12093
|
+
* @public
|
|
12094
|
+
*/
|
|
12095
|
+
export interface ModifyEventSubscriptionMessage {
|
|
12096
|
+
/**
|
|
12097
|
+
* <p>The name of the DMS event notification subscription to be modified.</p>
|
|
12098
|
+
* @public
|
|
12099
|
+
*/
|
|
12100
|
+
SubscriptionName: string | undefined;
|
|
12101
|
+
/**
|
|
12102
|
+
* <p> The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.
|
|
12103
|
+
* The ARN is created by Amazon SNS when you create a topic and subscribe to it.</p>
|
|
12104
|
+
* @public
|
|
12105
|
+
*/
|
|
12106
|
+
SnsTopicArn?: string | undefined;
|
|
12107
|
+
/**
|
|
12108
|
+
* <p> The type of DMS resource that generates the events you want to subscribe to. </p>
|
|
12109
|
+
* <p>Valid values: replication-instance | replication-task</p>
|
|
12110
|
+
* @public
|
|
12111
|
+
*/
|
|
12112
|
+
SourceType?: string | undefined;
|
|
12113
|
+
/**
|
|
12114
|
+
* <p> A list of event categories for a source type that you want to subscribe to. Use the
|
|
12115
|
+
* <code>DescribeEventCategories</code> action to see a list of event categories. </p>
|
|
12116
|
+
* @public
|
|
12117
|
+
*/
|
|
12118
|
+
EventCategories?: string[] | undefined;
|
|
12119
|
+
/**
|
|
12120
|
+
* <p> A Boolean value; set to <b>true</b> to activate the
|
|
12121
|
+
* subscription. </p>
|
|
12122
|
+
* @public
|
|
12123
|
+
*/
|
|
12124
|
+
Enabled?: boolean | undefined;
|
|
12125
|
+
}
|
|
12126
|
+
/**
|
|
12127
|
+
* <p></p>
|
|
12128
|
+
* @public
|
|
12129
|
+
*/
|
|
12130
|
+
export interface ModifyEventSubscriptionResponse {
|
|
12131
|
+
/**
|
|
12132
|
+
* <p>The modified event subscription.</p>
|
|
12133
|
+
* @public
|
|
12134
|
+
*/
|
|
12135
|
+
EventSubscription?: EventSubscription | undefined;
|
|
12136
|
+
}
|
|
12137
|
+
/**
|
|
12138
|
+
* @public
|
|
12139
|
+
*/
|
|
12140
|
+
export interface ModifyInstanceProfileMessage {
|
|
12141
|
+
/**
|
|
12142
|
+
* <p>The identifier of the instance profile. Identifiers must begin with a letter and must contain
|
|
12143
|
+
* only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive
|
|
12144
|
+
* hyphens.</p>
|
|
12145
|
+
* @public
|
|
12146
|
+
*/
|
|
12147
|
+
InstanceProfileIdentifier: string | undefined;
|
|
12148
|
+
/**
|
|
12149
|
+
* <p>The Availability Zone where the instance profile runs.</p>
|
|
12150
|
+
* @public
|
|
12151
|
+
*/
|
|
12152
|
+
AvailabilityZone?: string | undefined;
|
|
12153
|
+
/**
|
|
12154
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key that is used to encrypt
|
|
12155
|
+
* the connection parameters for the instance profile.</p>
|
|
12156
|
+
* <p>If you don't specify a value for the <code>KmsKeyArn</code> parameter, then
|
|
12157
|
+
* DMS uses an Amazon Web Services owned encryption key to encrypt your resources.</p>
|
|
12158
|
+
* @public
|
|
12159
|
+
*/
|
|
12160
|
+
KmsKeyArn?: string | undefined;
|
|
12161
|
+
/**
|
|
12162
|
+
* <p>Specifies the accessibility options for the instance profile. A value of
|
|
12163
|
+
* <code>true</code> represents an instance profile with a public IP address. A value of
|
|
12164
|
+
* <code>false</code> represents an instance profile with a private IP address. The default value
|
|
12165
|
+
* is <code>true</code>.</p>
|
|
12166
|
+
* @public
|
|
12167
|
+
*/
|
|
12168
|
+
PubliclyAccessible?: boolean | undefined;
|
|
12169
|
+
/**
|
|
12170
|
+
* <p>Specifies the network type for the instance profile. A value of <code>IPV4</code>
|
|
12171
|
+
* represents an instance profile with IPv4 network type and only supports IPv4 addressing.
|
|
12172
|
+
* A value of <code>IPV6</code> represents an instance profile with IPv6 network type
|
|
12173
|
+
* and only supports IPv6 addressing. A value of <code>DUAL</code> represents an instance
|
|
12174
|
+
* profile with dual network type that supports IPv4 and IPv6 addressing.</p>
|
|
12175
|
+
* @public
|
|
12176
|
+
*/
|
|
12177
|
+
NetworkType?: string | undefined;
|
|
12178
|
+
/**
|
|
12179
|
+
* <p>A user-friendly name for the instance profile.</p>
|
|
12180
|
+
* @public
|
|
12181
|
+
*/
|
|
12182
|
+
InstanceProfileName?: string | undefined;
|
|
12183
|
+
/**
|
|
12184
|
+
* <p>A user-friendly description for the instance profile.</p>
|
|
12185
|
+
* @public
|
|
12186
|
+
*/
|
|
12187
|
+
Description?: string | undefined;
|
|
12188
|
+
/**
|
|
12189
|
+
* <p>A subnet group to associate with the instance profile.</p>
|
|
12190
|
+
* @public
|
|
12191
|
+
*/
|
|
12192
|
+
SubnetGroupIdentifier?: string | undefined;
|
|
12193
|
+
/**
|
|
12194
|
+
* <p>Specifies the VPC security groups to be used with the instance profile.
|
|
12195
|
+
* The VPC security group must work with the VPC containing the instance profile.</p>
|
|
12196
|
+
* @public
|
|
12197
|
+
*/
|
|
12198
|
+
VpcSecurityGroups?: string[] | undefined;
|
|
12199
|
+
}
|
|
12200
|
+
/**
|
|
12201
|
+
* @public
|
|
12202
|
+
*/
|
|
12203
|
+
export interface ModifyInstanceProfileResponse {
|
|
12204
|
+
/**
|
|
12205
|
+
* <p>The instance profile that was modified.</p>
|
|
12206
|
+
* @public
|
|
12207
|
+
*/
|
|
12208
|
+
InstanceProfile?: InstanceProfile | undefined;
|
|
12209
|
+
}
|
|
12210
|
+
/**
|
|
12211
|
+
* @public
|
|
12212
|
+
*/
|
|
12213
|
+
export interface ModifyMigrationProjectMessage {
|
|
12214
|
+
/**
|
|
12215
|
+
* <p>The identifier of the migration project. Identifiers must begin with a letter
|
|
12216
|
+
* and must contain only ASCII letters, digits, and hyphens. They can't end with
|
|
12217
|
+
* a hyphen, or contain two consecutive hyphens.</p>
|
|
12218
|
+
* @public
|
|
12219
|
+
*/
|
|
12220
|
+
MigrationProjectIdentifier: string | undefined;
|
|
12221
|
+
/**
|
|
12222
|
+
* <p>A user-friendly name for the migration project.</p>
|
|
12223
|
+
* @public
|
|
12224
|
+
*/
|
|
12225
|
+
MigrationProjectName?: string | undefined;
|
|
12226
|
+
/**
|
|
12227
|
+
* <p>Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.</p>
|
|
12228
|
+
* @public
|
|
12229
|
+
*/
|
|
12230
|
+
SourceDataProviderDescriptors?: DataProviderDescriptorDefinition[] | undefined;
|
|
12231
|
+
/**
|
|
12232
|
+
* <p>Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.</p>
|
|
12233
|
+
* @public
|
|
12234
|
+
*/
|
|
12235
|
+
TargetDataProviderDescriptors?: DataProviderDescriptorDefinition[] | undefined;
|
|
12236
|
+
/**
|
|
12237
|
+
* <p>The name or Amazon Resource Name (ARN) for the instance profile.</p>
|
|
12238
|
+
* @public
|
|
12239
|
+
*/
|
|
12240
|
+
InstanceProfileIdentifier?: string | undefined;
|
|
12241
|
+
/**
|
|
12242
|
+
* <p>The settings in JSON format for migration rules. Migration rules make it possible for you to change
|
|
12243
|
+
* the object names according to the rules that you specify. For example, you can change an object name
|
|
12244
|
+
* to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.</p>
|
|
12245
|
+
* @public
|
|
12246
|
+
*/
|
|
12247
|
+
TransformationRules?: string | undefined;
|
|
12248
|
+
/**
|
|
12249
|
+
* <p>A user-friendly description of the migration project.</p>
|
|
12250
|
+
* @public
|
|
12251
|
+
*/
|
|
12252
|
+
Description?: string | undefined;
|
|
12253
|
+
/**
|
|
12254
|
+
* <p>The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.</p>
|
|
12255
|
+
* @public
|
|
12256
|
+
*/
|
|
12257
|
+
SchemaConversionApplicationAttributes?: SCApplicationAttributes | undefined;
|
|
12258
|
+
}
|
|
12259
|
+
/**
|
|
12260
|
+
* @public
|
|
12261
|
+
*/
|
|
12262
|
+
export interface ModifyMigrationProjectResponse {
|
|
12263
|
+
/**
|
|
12264
|
+
* <p>The migration project that was modified.</p>
|
|
12265
|
+
* @public
|
|
12266
|
+
*/
|
|
12267
|
+
MigrationProject?: MigrationProject | undefined;
|
|
12268
|
+
}
|
|
12269
|
+
/**
|
|
12270
|
+
* <p></p>
|
|
12271
|
+
* @public
|
|
12272
|
+
*/
|
|
12273
|
+
export interface ModifyReplicationConfigMessage {
|
|
12274
|
+
/**
|
|
12275
|
+
* <p>The Amazon Resource Name of the replication to modify.</p>
|
|
12276
|
+
* @public
|
|
12277
|
+
*/
|
|
12278
|
+
ReplicationConfigArn: string | undefined;
|
|
12279
|
+
/**
|
|
12280
|
+
* <p>The new replication config to apply to the replication.</p>
|
|
12281
|
+
* @public
|
|
12282
|
+
*/
|
|
12283
|
+
ReplicationConfigIdentifier?: string | undefined;
|
|
12284
|
+
/**
|
|
12285
|
+
* <p>The type of replication.</p>
|
|
12286
|
+
* @public
|
|
12287
|
+
*/
|
|
12288
|
+
ReplicationType?: MigrationTypeValue | undefined;
|
|
12289
|
+
/**
|
|
12290
|
+
* <p>Table mappings specified in the replication.</p>
|
|
12291
|
+
* @public
|
|
12292
|
+
*/
|
|
12293
|
+
TableMappings?: string | undefined;
|
|
12294
|
+
/**
|
|
12295
|
+
* <p>The settings for the replication.</p>
|
|
12296
|
+
* @public
|
|
12297
|
+
*/
|
|
12298
|
+
ReplicationSettings?: string | undefined;
|
|
12299
|
+
/**
|
|
12300
|
+
* <p>Additional settings for the replication.</p>
|
|
12301
|
+
* @public
|
|
12302
|
+
*/
|
|
12303
|
+
SupplementalSettings?: string | undefined;
|
|
12304
|
+
/**
|
|
12305
|
+
* <p>Configuration parameters for provisioning an DMS Serverless replication.</p>
|
|
12306
|
+
* @public
|
|
12307
|
+
*/
|
|
12308
|
+
ComputeConfig?: ComputeConfig | undefined;
|
|
12309
|
+
/**
|
|
12310
|
+
* <p>The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless
|
|
12311
|
+
* replication configuration.</p>
|
|
12312
|
+
* @public
|
|
12313
|
+
*/
|
|
12314
|
+
SourceEndpointArn?: string | undefined;
|
|
12315
|
+
/**
|
|
12316
|
+
* <p>The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless
|
|
12317
|
+
* replication configuration.</p>
|
|
12318
|
+
* @public
|
|
12319
|
+
*/
|
|
12320
|
+
TargetEndpointArn?: string | undefined;
|
|
12321
|
+
}
|
|
12322
|
+
/**
|
|
12323
|
+
* @public
|
|
12324
|
+
*/
|
|
12325
|
+
export interface ModifyReplicationConfigResponse {
|
|
12326
|
+
/**
|
|
12327
|
+
* <p>Information about the serverless replication config that was modified.</p>
|
|
12328
|
+
* @public
|
|
12329
|
+
*/
|
|
12330
|
+
ReplicationConfig?: ReplicationConfig | undefined;
|
|
12331
|
+
}
|
|
12332
|
+
/**
|
|
12333
|
+
* <p></p>
|
|
12334
|
+
* @public
|
|
12335
|
+
*/
|
|
12336
|
+
export interface ModifyReplicationInstanceMessage {
|
|
12337
|
+
/**
|
|
12338
|
+
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
12339
|
+
* @public
|
|
12340
|
+
*/
|
|
12341
|
+
ReplicationInstanceArn: string | undefined;
|
|
12342
|
+
/**
|
|
12343
|
+
* <p>The amount of storage (in gigabytes) to be allocated for the replication
|
|
12344
|
+
* instance.</p>
|
|
12345
|
+
* @public
|
|
12346
|
+
*/
|
|
12347
|
+
AllocatedStorage?: number | undefined;
|
|
12348
|
+
/**
|
|
12349
|
+
* <p>Indicates whether the changes should be applied immediately or during the next
|
|
12350
|
+
* maintenance window.</p>
|
|
12351
|
+
* @public
|
|
12352
|
+
*/
|
|
12353
|
+
ApplyImmediately?: boolean | undefined;
|
|
12354
|
+
/**
|
|
12355
|
+
* <p>The compute and memory capacity of the replication instance as defined for the specified
|
|
12356
|
+
* replication instance class. For example to specify the instance class dms.c4.large, set
|
|
12357
|
+
* this parameter to <code>"dms.c4.large"</code>.</p>
|
|
12358
|
+
* <p>For more information on the settings and capacities for the available replication
|
|
12359
|
+
* instance classes, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth"> Selecting the right DMS replication instance for your
|
|
12360
|
+
* migration</a>. </p>
|
|
12361
|
+
* @public
|
|
12362
|
+
*/
|
|
12363
|
+
ReplicationInstanceClass?: string | undefined;
|
|
12364
|
+
/**
|
|
12365
|
+
* <p> Specifies the VPC security group to be used with the replication instance. The VPC
|
|
12366
|
+
* security group must work with the VPC containing the replication instance. </p>
|
|
12367
|
+
* @public
|
|
12368
|
+
*/
|
|
12369
|
+
VpcSecurityGroupIds?: string[] | undefined;
|
|
12370
|
+
/**
|
|
12371
|
+
* <p>The weekly time range (in UTC) during which system maintenance can occur, which might
|
|
12372
|
+
* result in an outage. Changing this parameter does not result in an outage, except in the
|
|
12373
|
+
* following situation, and the change is asynchronously applied as soon as possible. If
|
|
12374
|
+
* moving this window to the current time, there must be at least 30 minutes between the
|
|
12375
|
+
* current time and end of the window to ensure pending changes are applied.</p>
|
|
12376
|
+
* <p>Default: Uses existing setting</p>
|
|
12377
|
+
* <p>Format: ddd:hh24:mi-ddd:hh24:mi</p>
|
|
12378
|
+
* <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p>
|
|
12379
|
+
* <p>Constraints: Must be at least 30 minutes</p>
|
|
12380
|
+
* @public
|
|
12381
|
+
*/
|
|
12382
|
+
PreferredMaintenanceWindow?: string | undefined;
|
|
12383
|
+
/**
|
|
12384
|
+
* <p> Specifies whether the replication instance is a Multi-AZ deployment. You can't set
|
|
12385
|
+
* the <code>AvailabilityZone</code> parameter if the Multi-AZ parameter is set to
|
|
12386
|
+
* <code>true</code>. </p>
|
|
12387
|
+
* @public
|
|
12388
|
+
*/
|
|
12389
|
+
MultiAZ?: boolean | undefined;
|
|
12390
|
+
/**
|
|
12391
|
+
* <p>The engine version number of the replication instance.</p>
|
|
12392
|
+
* <p>When modifying a major engine version of an instance, also set
|
|
12393
|
+
* <code>AllowMajorVersionUpgrade</code> to <code>true</code>.</p>
|
|
12394
|
+
* @public
|
|
12395
|
+
*/
|
|
12396
|
+
EngineVersion?: string | undefined;
|
|
12397
|
+
/**
|
|
12398
|
+
* <p>Indicates that major version upgrades are allowed. Changing this parameter does not
|
|
12399
|
+
* result in an outage, and the change is asynchronously applied as soon as possible.</p>
|
|
12400
|
+
* <p>This parameter must be set to <code>true</code> when specifying a value for the
|
|
12401
|
+
* <code>EngineVersion</code> parameter that is a different major version than the
|
|
12402
|
+
* replication instance's current version.</p>
|
|
12403
|
+
* @public
|
|
12404
|
+
*/
|
|
12405
|
+
AllowMajorVersionUpgrade?: boolean | undefined;
|
|
12406
|
+
/**
|
|
12407
|
+
* <p>A value that indicates that minor version upgrades are applied automatically to the
|
|
12408
|
+
* replication instance during the maintenance window. Changing this parameter doesn't result
|
|
12409
|
+
* in an outage, except in the case described following. The change is asynchronously applied
|
|
12410
|
+
* as soon as possible. </p>
|
|
12411
|
+
* <p>An outage does result if these factors apply: </p>
|
|
12412
|
+
* <ul>
|
|
12413
|
+
* <li>
|
|
12414
|
+
* <p>This parameter is set to <code>true</code> during the maintenance window.</p>
|
|
12415
|
+
* </li>
|
|
12416
|
+
* <li>
|
|
12417
|
+
* <p>A newer minor version is available. </p>
|
|
12418
|
+
* </li>
|
|
12419
|
+
* <li>
|
|
12420
|
+
* <p>DMS has enabled automatic patching for the given engine version. </p>
|
|
12421
|
+
* </li>
|
|
12422
|
+
* </ul>
|
|
12423
|
+
* @public
|
|
12424
|
+
*/
|
|
12425
|
+
AutoMinorVersionUpgrade?: boolean | undefined;
|
|
12426
|
+
/**
|
|
12427
|
+
* <p>The replication instance identifier. This parameter is stored as a lowercase
|
|
12428
|
+
* string.</p>
|
|
12429
|
+
* @public
|
|
12430
|
+
*/
|
|
12431
|
+
ReplicationInstanceIdentifier?: string | undefined;
|
|
12432
|
+
/**
|
|
12433
|
+
* <p>The type of IP address protocol used by a replication instance, such as IPv4 only or
|
|
12434
|
+
* Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet
|
|
12435
|
+
* supported.</p>
|
|
12436
|
+
* @public
|
|
12437
|
+
*/
|
|
12438
|
+
NetworkType?: string | undefined;
|
|
12439
|
+
/**
|
|
12440
|
+
* <p>Specifies the settings required for kerberos authentication when modifying a replication
|
|
12441
|
+
* instance.</p>
|
|
12442
|
+
* @public
|
|
12443
|
+
*/
|
|
12444
|
+
KerberosAuthenticationSettings?: KerberosAuthenticationSettings | undefined;
|
|
12445
|
+
}
|
|
12446
|
+
/**
|
|
12447
|
+
* <p></p>
|
|
12448
|
+
* @public
|
|
12449
|
+
*/
|
|
12450
|
+
export interface ModifyReplicationInstanceResponse {
|
|
12451
|
+
/**
|
|
12452
|
+
* <p>The modified replication instance.</p>
|
|
12453
|
+
* @public
|
|
12454
|
+
*/
|
|
12455
|
+
ReplicationInstance?: ReplicationInstance | undefined;
|
|
12456
|
+
}
|
|
12457
|
+
/**
|
|
12458
|
+
* <p></p>
|
|
12459
|
+
* @public
|
|
12460
|
+
*/
|
|
12461
|
+
export interface ModifyReplicationSubnetGroupMessage {
|
|
12462
|
+
/**
|
|
12463
|
+
* <p>The name of the replication instance subnet group.</p>
|
|
12464
|
+
* @public
|
|
12465
|
+
*/
|
|
12466
|
+
ReplicationSubnetGroupIdentifier: string | undefined;
|
|
12467
|
+
/**
|
|
12468
|
+
* <p>A description for the replication instance subnet group.</p>
|
|
12469
|
+
* @public
|
|
12470
|
+
*/
|
|
12471
|
+
ReplicationSubnetGroupDescription?: string | undefined;
|
|
12472
|
+
/**
|
|
12473
|
+
* <p>A list of subnet IDs.</p>
|
|
12474
|
+
* @public
|
|
12475
|
+
*/
|
|
12476
|
+
SubnetIds: string[] | undefined;
|
|
12477
|
+
}
|
|
12478
|
+
/**
|
|
12479
|
+
* <p></p>
|
|
12480
|
+
* @public
|
|
12481
|
+
*/
|
|
12482
|
+
export interface ModifyReplicationSubnetGroupResponse {
|
|
12483
|
+
/**
|
|
12484
|
+
* <p>The modified replication subnet group.</p>
|
|
12485
|
+
* @public
|
|
12486
|
+
*/
|
|
12487
|
+
ReplicationSubnetGroup?: ReplicationSubnetGroup | undefined;
|
|
12488
|
+
}
|
|
12489
|
+
/**
|
|
12490
|
+
* <p></p>
|
|
12491
|
+
* @public
|
|
12492
|
+
*/
|
|
12493
|
+
export interface ModifyReplicationTaskMessage {
|
|
12494
|
+
/**
|
|
12495
|
+
* <p>The Amazon Resource Name (ARN) of the replication task.</p>
|
|
12496
|
+
* @public
|
|
12497
|
+
*/
|
|
12498
|
+
ReplicationTaskArn: string | undefined;
|
|
12499
|
+
/**
|
|
12500
|
+
* <p>The replication task identifier.</p>
|
|
12501
|
+
* <p>Constraints:</p>
|
|
12502
|
+
* <ul>
|
|
12503
|
+
* <li>
|
|
12504
|
+
* <p>Must contain 1-255 alphanumeric characters or hyphens.</p>
|
|
12505
|
+
* </li>
|
|
12506
|
+
* <li>
|
|
12507
|
+
* <p>First character must be a letter.</p>
|
|
12508
|
+
* </li>
|
|
12509
|
+
* <li>
|
|
12510
|
+
* <p>Cannot end with a hyphen or contain two consecutive hyphens.</p>
|
|
12511
|
+
* </li>
|
|
12512
|
+
* </ul>
|
|
12513
|
+
* @public
|
|
12514
|
+
*/
|
|
12515
|
+
ReplicationTaskIdentifier?: string | undefined;
|
|
12516
|
+
/**
|
|
12517
|
+
* <p>The migration type. Valid values: <code>full-load</code> | <code>cdc</code> |
|
|
12518
|
+
* <code>full-load-and-cdc</code>
|
|
12519
|
+
* </p>
|
|
12520
|
+
* @public
|
|
12521
|
+
*/
|
|
12522
|
+
MigrationType?: MigrationTypeValue | undefined;
|
|
12523
|
+
/**
|
|
12524
|
+
* <p>When using the CLI or boto3, provide the path of the JSON file that contains the table
|
|
12525
|
+
* mappings. Precede the path with <code>file://</code>. For example, <code>--table-mappings
|
|
12526
|
+
* file://mappingfile.json</code>. When working with the DMS API, provide the JSON as the
|
|
12527
|
+
* parameter value. </p>
|
|
12528
|
+
* @public
|
|
12529
|
+
*/
|
|
12530
|
+
TableMappings?: string | undefined;
|
|
12531
|
+
/**
|
|
12532
|
+
* <p>JSON file that contains settings for the task, such as task metadata settings.</p>
|
|
12533
|
+
* @public
|
|
12534
|
+
*/
|
|
12535
|
+
ReplicationTaskSettings?: string | undefined;
|
|
12536
|
+
/**
|
|
12537
|
+
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
12538
|
+
* CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start.
|
|
12539
|
+
* Specifying both values results in an error.</p>
|
|
12540
|
+
* <p>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</p>
|
|
12541
|
+
* @public
|
|
12542
|
+
*/
|
|
12543
|
+
CdcStartTime?: Date | undefined;
|
|
12544
|
+
/**
|
|
12545
|
+
* <p>Indicates when you want a change data capture (CDC) operation to start. Use either
|
|
12546
|
+
* CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.
|
|
12547
|
+
* Specifying both values results in an error.</p>
|
|
12548
|
+
* <p> The value can be in date, checkpoint, or LSN/SCN format.</p>
|
|
12549
|
+
* <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p>
|
|
12550
|
+
* <p>Checkpoint Example: --cdc-start-position
|
|
12551
|
+
* "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"</p>
|
|
12552
|
+
* <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p>
|
|
12553
|
+
* <note>
|
|
12554
|
+
* <p>When you use this task setting with a source PostgreSQL database, a logical
|
|
12555
|
+
* replication slot should already be created and associated with the source endpoint. You
|
|
12556
|
+
* can verify this by setting the <code>slotName</code> extra connection attribute to the
|
|
12557
|
+
* name of this logical replication slot. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib">Extra Connection Attributes When Using PostgreSQL as a Source
|
|
12558
|
+
* for DMS</a>.</p>
|
|
12559
|
+
* </note>
|
|
12560
|
+
* @public
|
|
12561
|
+
*/
|
|
12562
|
+
CdcStartPosition?: string | undefined;
|
|
12563
|
+
/**
|
|
12564
|
+
* <p>Indicates when you want a change data capture (CDC) operation to stop. The value can be
|
|
12565
|
+
* either server time or commit time.</p>
|
|
12566
|
+
* <p>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</p>
|
|
12567
|
+
* <p>Commit time example: --cdc-stop-position “commit_time:2018-02-09T12:12:12“</p>
|
|
12568
|
+
* @public
|
|
12569
|
+
*/
|
|
12570
|
+
CdcStopPosition?: string | undefined;
|
|
12571
|
+
/**
|
|
12572
|
+
* <p>Supplemental information that the task requires to migrate the data for certain source
|
|
12573
|
+
* and target endpoints. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html">Specifying Supplemental Data for
|
|
12574
|
+
* Task Settings</a> in the <i>Database Migration Service User Guide.</i>
|
|
12575
|
+
* </p>
|
|
12576
|
+
* @public
|
|
12577
|
+
*/
|
|
12578
|
+
TaskData?: string | undefined;
|
|
12579
|
+
}
|
|
12580
|
+
/**
|
|
12581
|
+
* <p></p>
|
|
12582
|
+
* @public
|
|
12583
|
+
*/
|
|
12584
|
+
export interface ModifyReplicationTaskResponse {
|
|
12585
|
+
/**
|
|
12586
|
+
* <p>The replication task that was modified.</p>
|
|
12587
|
+
* @public
|
|
12588
|
+
*/
|
|
12589
|
+
ReplicationTask?: ReplicationTask | undefined;
|
|
12590
|
+
}
|
|
12591
|
+
/**
|
|
12592
|
+
* <p></p>
|
|
12593
|
+
* @public
|
|
12594
|
+
*/
|
|
12595
|
+
export interface MoveReplicationTaskMessage {
|
|
12596
|
+
/**
|
|
12597
|
+
* <p>The Amazon Resource Name (ARN) of the task that you want to move.</p>
|
|
12598
|
+
* @public
|
|
12599
|
+
*/
|
|
12600
|
+
ReplicationTaskArn: string | undefined;
|
|
12601
|
+
/**
|
|
12602
|
+
* <p>The ARN of the replication instance where you want to move the task to.</p>
|
|
12603
|
+
* @public
|
|
12604
|
+
*/
|
|
12605
|
+
TargetReplicationInstanceArn: string | undefined;
|
|
12606
|
+
}
|
|
12607
|
+
/**
|
|
12608
|
+
* <p></p>
|
|
12609
|
+
* @public
|
|
12610
|
+
*/
|
|
12611
|
+
export interface MoveReplicationTaskResponse {
|
|
12612
|
+
/**
|
|
12613
|
+
* <p>The replication task that was moved.</p>
|
|
12614
|
+
* @public
|
|
12615
|
+
*/
|
|
12616
|
+
ReplicationTask?: ReplicationTask | undefined;
|
|
12617
|
+
}
|
|
12618
|
+
/**
|
|
12619
|
+
* @public
|
|
12620
|
+
*/
|
|
12621
|
+
export interface RebootReplicationInstanceMessage {
|
|
12622
|
+
/**
|
|
12623
|
+
* <p>The Amazon Resource Name (ARN) of the replication instance.</p>
|
|
12624
|
+
* @public
|
|
12625
|
+
*/
|
|
12626
|
+
ReplicationInstanceArn: string | undefined;
|
|
12627
|
+
/**
|
|
12628
|
+
* <p>If this parameter is <code>true</code>, the reboot is conducted through a Multi-AZ
|
|
12629
|
+
* failover. If the instance isn't configured for Multi-AZ, then you can't specify
|
|
12630
|
+
* <code>true</code>. ( <code>--force-planned-failover</code> and
|
|
12631
|
+
* <code>--force-failover</code> can't both be set to <code>true</code>.)</p>
|
|
12632
|
+
* @public
|
|
12633
|
+
*/
|
|
12634
|
+
ForceFailover?: boolean | undefined;
|
|
12635
|
+
/**
|
|
12636
|
+
* <p>If this parameter is <code>true</code>, the reboot is conducted through a planned
|
|
12637
|
+
* Multi-AZ failover where resources are released and cleaned up prior to conducting the
|
|
12638
|
+
* failover. If the instance isn''t configured for Multi-AZ, then you can't specify
|
|
12639
|
+
* <code>true</code>. ( <code>--force-planned-failover</code> and
|
|
12640
|
+
* <code>--force-failover</code> can't both be set to <code>true</code>.)</p>
|
|
12641
|
+
* @public
|
|
12642
|
+
*/
|
|
12643
|
+
ForcePlannedFailover?: boolean | undefined;
|
|
12644
|
+
}
|
|
12645
|
+
/**
|
|
12646
|
+
* @public
|
|
12647
|
+
*/
|
|
12648
|
+
export interface RebootReplicationInstanceResponse {
|
|
12649
|
+
/**
|
|
12650
|
+
* <p>The replication instance that is being rebooted. </p>
|
|
12651
|
+
* @public
|
|
12652
|
+
*/
|
|
12653
|
+
ReplicationInstance?: ReplicationInstance | undefined;
|
|
12654
|
+
}
|