@aws-sdk/client-database-migration-service 3.363.0 → 3.368.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/README.md +72 -0
- package/dist-cjs/DatabaseMigrationService.js +18 -0
- package/dist-cjs/commands/CreateReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/DeleteReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationConfigsCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationTableStatisticsCommand.js +46 -0
- package/dist-cjs/commands/DescribeReplicationsCommand.js +46 -0
- package/dist-cjs/commands/ModifyReplicationConfigCommand.js +46 -0
- package/dist-cjs/commands/ReloadReplicationTablesCommand.js +46 -0
- package/dist-cjs/commands/StartReplicationCommand.js +46 -0
- package/dist-cjs/commands/StopReplicationCommand.js +46 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +29 -20
- package/dist-cjs/pagination/DescribeReplicationConfigsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeReplicationTableStatisticsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeReplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_json1_1.js +565 -3
- package/dist-es/DatabaseMigrationService.js +18 -0
- package/dist-es/commands/CreateReplicationConfigCommand.js +42 -0
- package/dist-es/commands/DeleteReplicationConfigCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationConfigsCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationTableStatisticsCommand.js +42 -0
- package/dist-es/commands/DescribeReplicationsCommand.js +42 -0
- package/dist-es/commands/ModifyReplicationConfigCommand.js +42 -0
- package/dist-es/commands/ReloadReplicationTablesCommand.js +42 -0
- package/dist-es/commands/StartReplicationCommand.js +42 -0
- package/dist-es/commands/StopReplicationCommand.js +42 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +26 -17
- package/dist-es/pagination/DescribeReplicationConfigsPaginator.js +25 -0
- package/dist-es/pagination/DescribeReplicationTableStatisticsPaginator.js +25 -0
- package/dist-es/pagination/DescribeReplicationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +543 -0
- package/dist-types/DatabaseMigrationService.d.ts +63 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +11 -2
- package/dist-types/commands/CreateEndpointCommand.d.ts +30 -0
- package/dist-types/commands/CreateReplicationConfigCommand.d.ts +151 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +5 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +15 -0
- package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +109 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +112 -0
- package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +118 -0
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +129 -0
- package/dist-types/commands/ModifyEndpointCommand.d.ts +30 -0
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +143 -0
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +89 -0
- package/dist-types/commands/StartReplicationCommand.d.ts +130 -0
- package/dist-types/commands/StopReplicationCommand.d.ts +124 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +1235 -344
- package/dist-types/pagination/DescribeReplicationConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeReplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +159 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationConfigsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +235 -47
- package/dist-types/ts3.4/pagination/DescribeReplicationConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
- package/package.json +1 -1
|
@@ -549,6 +549,26 @@ export interface DocDbSettings {
|
|
|
549
549
|
* that contains the DocumentDB endpoint connection details.</p>
|
|
550
550
|
*/
|
|
551
551
|
SecretsManagerSecretId?: string;
|
|
552
|
+
/**
|
|
553
|
+
* <p>If <code>true</code>, DMS retrieves the entire document from the DocumentDB source during migration.
|
|
554
|
+
* This may cause a migration failure if the server response exceeds bandwidth limits. To fetch only updates
|
|
555
|
+
* and deletes during migration, set this parameter to <code>false</code>.</p>
|
|
556
|
+
*/
|
|
557
|
+
UseUpdateLookUp?: boolean;
|
|
558
|
+
/**
|
|
559
|
+
* <p>If <code>true</code>, DMS replicates data to shard collections. DMS only uses this setting if
|
|
560
|
+
* the target endpoint is a DocumentDB elastic cluster.</p>
|
|
561
|
+
* <p>When this setting is <code>true</code>, note the following:</p>
|
|
562
|
+
* <ul>
|
|
563
|
+
* <li>
|
|
564
|
+
* <p>You must set <code>TargetTablePrepMode</code> to <code>nothing</code>.</p>
|
|
565
|
+
* </li>
|
|
566
|
+
* <li>
|
|
567
|
+
* <p>DMS automatically sets <code>useUpdateLookup</code> to <code>false</code>.</p>
|
|
568
|
+
* </li>
|
|
569
|
+
* </ul>
|
|
570
|
+
*/
|
|
571
|
+
ReplicateShardCollections?: boolean;
|
|
552
572
|
}
|
|
553
573
|
/**
|
|
554
574
|
* @public
|
|
@@ -825,6 +845,18 @@ export declare const KafkaSecurityProtocol: {
|
|
|
825
845
|
* @public
|
|
826
846
|
*/
|
|
827
847
|
export type KafkaSecurityProtocol = (typeof KafkaSecurityProtocol)[keyof typeof KafkaSecurityProtocol];
|
|
848
|
+
/**
|
|
849
|
+
* @public
|
|
850
|
+
* @enum
|
|
851
|
+
*/
|
|
852
|
+
export declare const KafkaSslEndpointIdentificationAlgorithm: {
|
|
853
|
+
readonly HTTPS: "https";
|
|
854
|
+
readonly NONE: "none";
|
|
855
|
+
};
|
|
856
|
+
/**
|
|
857
|
+
* @public
|
|
858
|
+
*/
|
|
859
|
+
export type KafkaSslEndpointIdentificationAlgorithm = (typeof KafkaSslEndpointIdentificationAlgorithm)[keyof typeof KafkaSslEndpointIdentificationAlgorithm];
|
|
828
860
|
/**
|
|
829
861
|
* @public
|
|
830
862
|
* <p>Provides information that describes an Apache Kafka endpoint. This
|
|
@@ -944,6 +976,11 @@ export interface KafkaSettings {
|
|
|
944
976
|
* </p>
|
|
945
977
|
*/
|
|
946
978
|
SaslMechanism?: KafkaSaslMechanism | string;
|
|
979
|
+
/**
|
|
980
|
+
* <p>Sets hostname verification
|
|
981
|
+
* for the certificate. This setting is supported in DMS version 3.5.1 and later. </p>
|
|
982
|
+
*/
|
|
983
|
+
SslEndpointIdentificationAlgorithm?: KafkaSslEndpointIdentificationAlgorithm | string;
|
|
947
984
|
}
|
|
948
985
|
/**
|
|
949
986
|
* @public
|
|
@@ -1287,6 +1324,26 @@ export interface MongoDbSettings {
|
|
|
1287
1324
|
* <p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the MongoDB endpoint connection details.</p>
|
|
1288
1325
|
*/
|
|
1289
1326
|
SecretsManagerSecretId?: string;
|
|
1327
|
+
/**
|
|
1328
|
+
* <p>If <code>true</code>, DMS retrieves the entire document from the MongoDB source during migration.
|
|
1329
|
+
* This may cause a migration failure if the server response exceeds bandwidth limits. To fetch only updates
|
|
1330
|
+
* and deletes during migration, set this parameter to <code>false</code>.</p>
|
|
1331
|
+
*/
|
|
1332
|
+
UseUpdateLookUp?: boolean;
|
|
1333
|
+
/**
|
|
1334
|
+
* <p>If <code>true</code>, DMS replicates data to shard collections. DMS only uses this setting if
|
|
1335
|
+
* the target endpoint is a DocumentDB elastic cluster.</p>
|
|
1336
|
+
* <p>When this setting is <code>true</code>, note the following:</p>
|
|
1337
|
+
* <ul>
|
|
1338
|
+
* <li>
|
|
1339
|
+
* <p>You must set <code>TargetTablePrepMode</code> to <code>nothing</code>.</p>
|
|
1340
|
+
* </li>
|
|
1341
|
+
* <li>
|
|
1342
|
+
* <p>DMS automatically sets <code>useUpdateLookup</code> to <code>false</code>.</p>
|
|
1343
|
+
* </li>
|
|
1344
|
+
* </ul>
|
|
1345
|
+
*/
|
|
1346
|
+
ReplicateShardCollections?: boolean;
|
|
1290
1347
|
}
|
|
1291
1348
|
/**
|
|
1292
1349
|
* @public
|
|
@@ -1819,7 +1876,30 @@ export interface OracleSettings {
|
|
|
1819
1876
|
* <p>When true, converts timestamps with the <code>timezone</code> datatype to their UTC value.</p>
|
|
1820
1877
|
*/
|
|
1821
1878
|
ConvertTimestampWithZoneToUTC?: boolean;
|
|
1879
|
+
/**
|
|
1880
|
+
* <p>The timeframe in minutes to check for open transactions for a CDC-only task.</p>
|
|
1881
|
+
* <p>You can
|
|
1882
|
+
* specify an integer value between 0 (the default) and 240 (the maximum). </p>
|
|
1883
|
+
* <note>
|
|
1884
|
+
* <p>This parameter is only valid in DMS version 3.5.0 and later. DMS supports
|
|
1885
|
+
* a window of up to 9.5 hours including the value for <code>OpenTransactionWindow</code>.</p>
|
|
1886
|
+
* </note>
|
|
1887
|
+
*/
|
|
1888
|
+
OpenTransactionWindow?: number;
|
|
1822
1889
|
}
|
|
1890
|
+
/**
|
|
1891
|
+
* @public
|
|
1892
|
+
* @enum
|
|
1893
|
+
*/
|
|
1894
|
+
export declare const LongVarcharMappingType: {
|
|
1895
|
+
readonly CLOB: "clob";
|
|
1896
|
+
readonly NCLOB: "nclob";
|
|
1897
|
+
readonly WSTRING: "wstring";
|
|
1898
|
+
};
|
|
1899
|
+
/**
|
|
1900
|
+
* @public
|
|
1901
|
+
*/
|
|
1902
|
+
export type LongVarcharMappingType = (typeof LongVarcharMappingType)[keyof typeof LongVarcharMappingType];
|
|
1823
1903
|
/**
|
|
1824
1904
|
* @public
|
|
1825
1905
|
* @enum
|
|
@@ -1939,7 +2019,7 @@ export interface PostgreSQLSettings {
|
|
|
1939
2019
|
* <code>CdcStartPosition</code> setting, DMS raises an
|
|
1940
2020
|
* error.</p>
|
|
1941
2021
|
* <p>For more information about setting the <code>CdcStartPosition</code> request parameter,
|
|
1942
|
-
* see <a href="dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native">Determining a CDC native start point</a> in the <i>Database Migration Service User
|
|
2022
|
+
* see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native">Determining a CDC native start point</a> in the <i>Database Migration Service User
|
|
1943
2023
|
* Guide</i>. For more information about using <code>CdcStartPosition</code>, see
|
|
1944
2024
|
* <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html">CreateReplicationTask</a>, <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html">StartReplicationTask</a>, and <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html">ModifyReplicationTask</a>.</p>
|
|
1945
2025
|
*/
|
|
@@ -1981,6 +2061,14 @@ export interface PostgreSQLSettings {
|
|
|
1981
2061
|
* <code>varchar(5)</code>.</p>
|
|
1982
2062
|
*/
|
|
1983
2063
|
MapBooleanAsBoolean?: boolean;
|
|
2064
|
+
/**
|
|
2065
|
+
* <p>When true, DMS migrates JSONB values as CLOB.</p>
|
|
2066
|
+
*/
|
|
2067
|
+
MapJsonbAsClob?: boolean;
|
|
2068
|
+
/**
|
|
2069
|
+
* <p>When true, DMS migrates LONG values as VARCHAR.</p>
|
|
2070
|
+
*/
|
|
2071
|
+
MapLongVarcharAs?: LongVarcharMappingType | string;
|
|
1984
2072
|
}
|
|
1985
2073
|
/**
|
|
1986
2074
|
* @public
|
|
@@ -2587,10 +2675,12 @@ export interface S3Settings {
|
|
|
2587
2675
|
EnableStatistics?: boolean;
|
|
2588
2676
|
/**
|
|
2589
2677
|
* <p>A value that enables a full load to write INSERT operations to the comma-separated value
|
|
2590
|
-
* (.csv) output files only to indicate how the rows were added to the source database.</p>
|
|
2678
|
+
* (.csv) or .parquet output files only to indicate how the rows were added to the source database.</p>
|
|
2591
2679
|
* <note>
|
|
2592
2680
|
* <p>DMS supports the <code>IncludeOpForFullLoad</code> parameter in versions 3.1.4 and
|
|
2593
2681
|
* later.</p>
|
|
2682
|
+
* <p>DMS supports the use of the .parquet files with the <code>IncludeOpForFullLoad</code>
|
|
2683
|
+
* parameter in versions 3.4.7 and later.</p>
|
|
2594
2684
|
* </note>
|
|
2595
2685
|
* <p>For full load, records can only be inserted. By default (the <code>false</code>
|
|
2596
2686
|
* setting), no information is recorded in these output files for a full load to indicate that
|
|
@@ -2688,8 +2778,11 @@ export interface S3Settings {
|
|
|
2688
2778
|
* operations to .csv or .parquet (columnar storage) output files. The default setting is
|
|
2689
2779
|
* <code>false</code>, but when <code>CdcInsertsAndUpdates</code> is set to
|
|
2690
2780
|
* <code>true</code> or <code>y</code>, only INSERTs and UPDATEs from the source database
|
|
2691
|
-
* are migrated to the .csv or .parquet file
|
|
2692
|
-
* <
|
|
2781
|
+
* are migrated to the .csv or .parquet file.</p>
|
|
2782
|
+
* <important>
|
|
2783
|
+
* <p>DMS supports the use of the .parquet files in versions 3.4.7 and later.</p>
|
|
2784
|
+
* </important>
|
|
2785
|
+
* <p>How these INSERTs and UPDATEs are recorded depends on the
|
|
2693
2786
|
* value of the <code>IncludeOpForFullLoad</code> parameter. If
|
|
2694
2787
|
* <code>IncludeOpForFullLoad</code> is set to <code>true</code>, the first field of every
|
|
2695
2788
|
* CDC record is set to either <code>I</code> or <code>U</code> to indicate INSERT and UPDATE
|
|
@@ -2975,6 +3068,45 @@ export interface SybaseSettings {
|
|
|
2975
3068
|
*/
|
|
2976
3069
|
SecretsManagerSecretId?: string;
|
|
2977
3070
|
}
|
|
3071
|
+
/**
|
|
3072
|
+
* @public
|
|
3073
|
+
* <p>Provides information that defines an Amazon Timestream endpoint.</p>
|
|
3074
|
+
*/
|
|
3075
|
+
export interface TimestreamSettings {
|
|
3076
|
+
/**
|
|
3077
|
+
* <p>Database name for the endpoint.</p>
|
|
3078
|
+
*/
|
|
3079
|
+
DatabaseName: string | undefined;
|
|
3080
|
+
/**
|
|
3081
|
+
* <p>Set this attribute to specify the length of time to store all of the tables in memory
|
|
3082
|
+
* that are migrated into Amazon Timestream from the source database. Time is measured in units
|
|
3083
|
+
* of hours. When Timestream data comes in, it first resides in memory for the specified duration,
|
|
3084
|
+
* which allows quick access to it.</p>
|
|
3085
|
+
*/
|
|
3086
|
+
MemoryDuration: number | undefined;
|
|
3087
|
+
/**
|
|
3088
|
+
* <p>Set this attribute to specify the default magnetic duration applied to the Amazon Timestream
|
|
3089
|
+
* tables in days. This is the number of days that records remain in magnetic store
|
|
3090
|
+
* before being discarded. For more information, see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/storage.html">Storage</a> in the
|
|
3091
|
+
* <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/">Amazon Timestream Developer Guide</a>.</p>
|
|
3092
|
+
*/
|
|
3093
|
+
MagneticDuration: number | undefined;
|
|
3094
|
+
/**
|
|
3095
|
+
* <p>Set this attribute to <code>true</code> to specify that DMS only
|
|
3096
|
+
* applies inserts and updates, and not deletes. Amazon Timestream does not allow
|
|
3097
|
+
* deleting records, so if this value is <code>false</code>, DMS nulls out
|
|
3098
|
+
* the corresponding record in the Timestream database rather than deleting it.</p>
|
|
3099
|
+
*/
|
|
3100
|
+
CdcInsertsAndUpdates?: boolean;
|
|
3101
|
+
/**
|
|
3102
|
+
* <p>Set this attribute to <code>true</code> to enable memory store writes.
|
|
3103
|
+
* When this value is <code>false</code>, DMS does not write records that are older
|
|
3104
|
+
* in days than the value specified in <code>MagneticDuration</code>, because Amazon Timestream does not
|
|
3105
|
+
* allow memory writes by default. For more information, see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/storage.html">Storage</a> in the
|
|
3106
|
+
* <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/">Amazon Timestream Developer Guide</a>.</p>
|
|
3107
|
+
*/
|
|
3108
|
+
EnableMagneticStoreWrites?: boolean;
|
|
3109
|
+
}
|
|
2978
3110
|
/**
|
|
2979
3111
|
* @public
|
|
2980
3112
|
* <p></p>
|
|
@@ -3217,6 +3349,10 @@ export interface CreateEndpointMessage {
|
|
|
3217
3349
|
* <p>Settings in JSON format for the source GCP MySQL endpoint.</p>
|
|
3218
3350
|
*/
|
|
3219
3351
|
GcpMySQLSettings?: GcpMySQLSettings;
|
|
3352
|
+
/**
|
|
3353
|
+
* <p>Settings in JSON format for the target Amazon Timestream endpoint.</p>
|
|
3354
|
+
*/
|
|
3355
|
+
TimestreamSettings?: TimestreamSettings;
|
|
3220
3356
|
}
|
|
3221
3357
|
/**
|
|
3222
3358
|
* @public
|
|
@@ -3413,6 +3549,11 @@ export interface Endpoint {
|
|
|
3413
3549
|
* <p>Settings in JSON format for the source GCP MySQL endpoint.</p>
|
|
3414
3550
|
*/
|
|
3415
3551
|
GcpMySQLSettings?: GcpMySQLSettings;
|
|
3552
|
+
/**
|
|
3553
|
+
* <p>The settings for the Amazon Timestream target endpoint. For more information, see the
|
|
3554
|
+
* <code>TimestreamSettings</code> structure.</p>
|
|
3555
|
+
*/
|
|
3556
|
+
TimestreamSettings?: TimestreamSettings;
|
|
3416
3557
|
}
|
|
3417
3558
|
/**
|
|
3418
3559
|
* @public
|
|
@@ -3443,6 +3584,9 @@ export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
|
3443
3584
|
export declare class ResourceAlreadyExistsFault extends __BaseException {
|
|
3444
3585
|
readonly name: "ResourceAlreadyExistsFault";
|
|
3445
3586
|
readonly $fault: "client";
|
|
3587
|
+
/**
|
|
3588
|
+
* <p></p>
|
|
3589
|
+
*/
|
|
3446
3590
|
resourceArn?: string;
|
|
3447
3591
|
/**
|
|
3448
3592
|
* @internal
|
|
@@ -3729,6 +3873,266 @@ export declare class S3ResourceNotFoundFault extends __BaseException {
|
|
|
3729
3873
|
*/
|
|
3730
3874
|
constructor(opts: __ExceptionOptionType<S3ResourceNotFoundFault, __BaseException>);
|
|
3731
3875
|
}
|
|
3876
|
+
/**
|
|
3877
|
+
* @public
|
|
3878
|
+
* <p>Configuration parameters for provisioning an DMS Serverless replication.</p>
|
|
3879
|
+
*/
|
|
3880
|
+
export interface ComputeConfig {
|
|
3881
|
+
/**
|
|
3882
|
+
* <p>The Availability Zone where the DMS Serverless replication using this configuration will run.
|
|
3883
|
+
* The default value is a random, system-chosen Availability Zone in the configuration's Amazon Web Services Region,
|
|
3884
|
+
* for example, <code>"us-west-2"</code>. You can't set this parameter if the <code>MultiAZ</code>
|
|
3885
|
+
* parameter is set to <code>true</code>.</p>
|
|
3886
|
+
*/
|
|
3887
|
+
AvailabilityZone?: string;
|
|
3888
|
+
/**
|
|
3889
|
+
* <p>A list of custom DNS name servers supported for the DMS Serverless replication
|
|
3890
|
+
* to access your source or target database. This list overrides the default name servers
|
|
3891
|
+
* supported by the DMS Serverless replication. You can specify a comma-separated list of
|
|
3892
|
+
* internet addresses for up to four DNS name servers.
|
|
3893
|
+
* For example: <code>"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"</code>
|
|
3894
|
+
* </p>
|
|
3895
|
+
*/
|
|
3896
|
+
DnsNameServers?: string;
|
|
3897
|
+
/**
|
|
3898
|
+
* <p>An Key Management Service (KMS) key Amazon Resource Name (ARN) that is used to encrypt the data during
|
|
3899
|
+
* DMS Serverless replication.</p>
|
|
3900
|
+
* <p>If you don't specify a value for the <code>KmsKeyId</code> parameter, DMS uses your default
|
|
3901
|
+
* encryption key.</p>
|
|
3902
|
+
* <p>KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a
|
|
3903
|
+
* different default encryption key for each Amazon Web Services Region.</p>
|
|
3904
|
+
*/
|
|
3905
|
+
KmsKeyId?: string;
|
|
3906
|
+
/**
|
|
3907
|
+
* <p>Specifies the maximum value of the DMS capacity units (DCUs) for which a given DMS Serverless
|
|
3908
|
+
* replication can be provisioned. A single DCU is 2GB of RAM, with 2 DCUs as the minimum value allowed.
|
|
3909
|
+
* The list of valid DCU values includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the maximum value
|
|
3910
|
+
* that you can specify for DMS Serverless is 384. The <code>MaxCapacityUnits</code> parameter is the only
|
|
3911
|
+
* DCU parameter you are required to specify.</p>
|
|
3912
|
+
*/
|
|
3913
|
+
MaxCapacityUnits?: number;
|
|
3914
|
+
/**
|
|
3915
|
+
* <p>Specifies the minimum value of the DMS capacity units (DCUs) for which a given DMS
|
|
3916
|
+
* Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 2 DCUs as the minimum value
|
|
3917
|
+
* allowed. The list of valid DCU values includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. So, the minimum DCU
|
|
3918
|
+
* value that you can specify for DMS Serverless is 2. You don't have to specify a value for the
|
|
3919
|
+
* <code>MinCapacityUnits</code> parameter. If you don't set this value, DMS scans the current activity
|
|
3920
|
+
* of available source tables to identify an optimum setting for this parameter. If there is no current
|
|
3921
|
+
* source activity or DMS can't otherwise identify a more appropriate value, it sets this parameter to
|
|
3922
|
+
* the minimum DCU value allowed, 2.</p>
|
|
3923
|
+
*/
|
|
3924
|
+
MinCapacityUnits?: number;
|
|
3925
|
+
/**
|
|
3926
|
+
* <p>Specifies whether the DMS Serverless replication is a Multi-AZ deployment. You can't set the
|
|
3927
|
+
* <code>AvailabilityZone</code> parameter if the <code>MultiAZ</code> parameter is set to
|
|
3928
|
+
* <code>true</code>.</p>
|
|
3929
|
+
*/
|
|
3930
|
+
MultiAZ?: boolean;
|
|
3931
|
+
/**
|
|
3932
|
+
* <p>The weekly time range during which system maintenance can occur for the DMS Serverless
|
|
3933
|
+
* replication, in Universal Coordinated Time (UTC). The format is <code>ddd:hh24:mi-ddd:hh24:mi</code>.</p>
|
|
3934
|
+
* <p>The default is a 30-minute window selected at random from an 8-hour block of time per Amazon Web Services Region.
|
|
3935
|
+
* This maintenance occurs on a random day of the week. Valid values for days of the week include
|
|
3936
|
+
* <code>Mon</code>, <code>Tue</code>, <code>Wed</code>, <code>Thu</code>, <code>Fri</code>, <code>Sat</code>,
|
|
3937
|
+
* and <code>Sun</code>.</p>
|
|
3938
|
+
* <p>Constraints include a minimum 30-minute window.</p>
|
|
3939
|
+
*/
|
|
3940
|
+
PreferredMaintenanceWindow?: string;
|
|
3941
|
+
/**
|
|
3942
|
+
* <p>Specifies a subnet group identifier to associate with the DMS Serverless replication.</p>
|
|
3943
|
+
*/
|
|
3944
|
+
ReplicationSubnetGroupId?: string;
|
|
3945
|
+
/**
|
|
3946
|
+
* <p>Specifies the virtual private cloud (VPC) security group to use with the DMS Serverless
|
|
3947
|
+
* replication. The VPC security group must work with the VPC containing the replication.</p>
|
|
3948
|
+
*/
|
|
3949
|
+
VpcSecurityGroupIds?: string[];
|
|
3950
|
+
}
|
|
3951
|
+
/**
|
|
3952
|
+
* @public
|
|
3953
|
+
* @enum
|
|
3954
|
+
*/
|
|
3955
|
+
export declare const MigrationTypeValue: {
|
|
3956
|
+
readonly CDC: "cdc";
|
|
3957
|
+
readonly FULL_LOAD: "full-load";
|
|
3958
|
+
readonly FULL_LOAD_AND_CDC: "full-load-and-cdc";
|
|
3959
|
+
};
|
|
3960
|
+
/**
|
|
3961
|
+
* @public
|
|
3962
|
+
*/
|
|
3963
|
+
export type MigrationTypeValue = (typeof MigrationTypeValue)[keyof typeof MigrationTypeValue];
|
|
3964
|
+
/**
|
|
3965
|
+
* @public
|
|
3966
|
+
* <p></p>
|
|
3967
|
+
*/
|
|
3968
|
+
export interface CreateReplicationConfigMessage {
|
|
3969
|
+
/**
|
|
3970
|
+
* <p>A unique identifier that you want to use to create a <code>ReplicationConfigArn</code> that is
|
|
3971
|
+
* returned as part of the output from this action. You can then pass this output <code>ReplicationConfigArn</code>
|
|
3972
|
+
* as the value of the <code>ReplicationConfigArn</code> option for other actions to identify both
|
|
3973
|
+
* DMS Serverless replications and replication configurations that you want those actions to operate on.
|
|
3974
|
+
* For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to
|
|
3975
|
+
* identify the specific replication and replication configuration to operate on.</p>
|
|
3976
|
+
*/
|
|
3977
|
+
ReplicationConfigIdentifier: string | undefined;
|
|
3978
|
+
/**
|
|
3979
|
+
* <p>The Amazon Resource Name (ARN) of the source endpoint for
|
|
3980
|
+
* this DMS Serverless replication configuration.</p>
|
|
3981
|
+
*/
|
|
3982
|
+
SourceEndpointArn: string | undefined;
|
|
3983
|
+
/**
|
|
3984
|
+
* <p>The Amazon Resource Name (ARN) of the target endpoint for
|
|
3985
|
+
* this DMS serverless replication configuration.</p>
|
|
3986
|
+
*/
|
|
3987
|
+
TargetEndpointArn: string | undefined;
|
|
3988
|
+
/**
|
|
3989
|
+
* <p>Configuration parameters for provisioning an DMS Serverless replication.</p>
|
|
3990
|
+
*/
|
|
3991
|
+
ComputeConfig: ComputeConfig | undefined;
|
|
3992
|
+
/**
|
|
3993
|
+
* <p>The type of DMS Serverless replication to provision
|
|
3994
|
+
* using this replication configuration.</p>
|
|
3995
|
+
* <p>Possible values:</p>
|
|
3996
|
+
* <ul>
|
|
3997
|
+
* <li>
|
|
3998
|
+
* <p>
|
|
3999
|
+
* <code>"full-load"</code>
|
|
4000
|
+
* </p>
|
|
4001
|
+
* </li>
|
|
4002
|
+
* <li>
|
|
4003
|
+
* <p>
|
|
4004
|
+
* <code>"cdc"</code>
|
|
4005
|
+
* </p>
|
|
4006
|
+
* </li>
|
|
4007
|
+
* <li>
|
|
4008
|
+
* <p>
|
|
4009
|
+
* <code>"full-load-and-cdc"</code>
|
|
4010
|
+
* </p>
|
|
4011
|
+
* </li>
|
|
4012
|
+
* </ul>
|
|
4013
|
+
*/
|
|
4014
|
+
ReplicationType: MigrationTypeValue | string | undefined;
|
|
4015
|
+
/**
|
|
4016
|
+
* <p>JSON table mappings for DMS Serverless replications that are provisioned
|
|
4017
|
+
* using this replication configuration. For more information, see
|
|
4018
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html">
|
|
4019
|
+
* Specifying table selection and transformations rules using JSON</a>.</p>
|
|
4020
|
+
*/
|
|
4021
|
+
TableMappings: string | undefined;
|
|
4022
|
+
/**
|
|
4023
|
+
* <p>Optional JSON settings for DMS Serverless replications that are
|
|
4024
|
+
* provisioned using this replication configuration. For example, see
|
|
4025
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html">
|
|
4026
|
+
* Change processing tuning settings</a>.</p>
|
|
4027
|
+
*/
|
|
4028
|
+
ReplicationSettings?: string;
|
|
4029
|
+
/**
|
|
4030
|
+
* <p>Optional JSON settings for specifying supplemental data. For more information, see
|
|
4031
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html">
|
|
4032
|
+
* Specifying supplemental data for task settings</a>.</p>
|
|
4033
|
+
*/
|
|
4034
|
+
SupplementalSettings?: string;
|
|
4035
|
+
/**
|
|
4036
|
+
* <p>Optional unique value or name that you set for a given resource
|
|
4037
|
+
* that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see
|
|
4038
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess">
|
|
4039
|
+
* Fine-grained access control using resource names and tags</a>.</p>
|
|
4040
|
+
*/
|
|
4041
|
+
ResourceIdentifier?: string;
|
|
4042
|
+
/**
|
|
4043
|
+
* <p>One or more optional tags associated with resources used by the DMS Serverless replication.
|
|
4044
|
+
* For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html">
|
|
4045
|
+
* Tagging resources in Database Migration Service</a>.</p>
|
|
4046
|
+
*/
|
|
4047
|
+
Tags?: Tag[];
|
|
4048
|
+
}
|
|
4049
|
+
/**
|
|
4050
|
+
* @public
|
|
4051
|
+
* <p>This object provides configuration information about a serverless replication.</p>
|
|
4052
|
+
*/
|
|
4053
|
+
export interface ReplicationConfig {
|
|
4054
|
+
/**
|
|
4055
|
+
* <p>The identifier for the <code>ReplicationConfig</code> associated with the replication.</p>
|
|
4056
|
+
*/
|
|
4057
|
+
ReplicationConfigIdentifier?: string;
|
|
4058
|
+
/**
|
|
4059
|
+
* <p>The Amazon Resource Name (ARN) of
|
|
4060
|
+
* this DMS Serverless replication configuration.</p>
|
|
4061
|
+
*/
|
|
4062
|
+
ReplicationConfigArn?: string;
|
|
4063
|
+
/**
|
|
4064
|
+
* <p>The Amazon Resource Name (ARN) of the source endpoint for
|
|
4065
|
+
* this DMS serverless replication configuration.</p>
|
|
4066
|
+
*/
|
|
4067
|
+
SourceEndpointArn?: string;
|
|
4068
|
+
/**
|
|
4069
|
+
* <p>The Amazon Resource Name (ARN) of the target endpoint for
|
|
4070
|
+
* this DMS serverless replication configuration.</p>
|
|
4071
|
+
*/
|
|
4072
|
+
TargetEndpointArn?: string;
|
|
4073
|
+
/**
|
|
4074
|
+
* <p>The type of the replication.</p>
|
|
4075
|
+
*/
|
|
4076
|
+
ReplicationType?: MigrationTypeValue | string;
|
|
4077
|
+
/**
|
|
4078
|
+
* <p>Configuration parameters for provisioning an DMS serverless replication.</p>
|
|
4079
|
+
*/
|
|
4080
|
+
ComputeConfig?: ComputeConfig;
|
|
4081
|
+
/**
|
|
4082
|
+
* <p>Configuration parameters for an DMS serverless replication.</p>
|
|
4083
|
+
*/
|
|
4084
|
+
ReplicationSettings?: string;
|
|
4085
|
+
/**
|
|
4086
|
+
* <p>Additional parameters for an DMS serverless replication.</p>
|
|
4087
|
+
*/
|
|
4088
|
+
SupplementalSettings?: string;
|
|
4089
|
+
/**
|
|
4090
|
+
* <p>Table mappings specified in the replication.</p>
|
|
4091
|
+
*/
|
|
4092
|
+
TableMappings?: string;
|
|
4093
|
+
/**
|
|
4094
|
+
* <p>The time the serverless replication config was created.</p>
|
|
4095
|
+
*/
|
|
4096
|
+
ReplicationConfigCreateTime?: Date;
|
|
4097
|
+
/**
|
|
4098
|
+
* <p>The time the serverless replication config was updated.</p>
|
|
4099
|
+
*/
|
|
4100
|
+
ReplicationConfigUpdateTime?: Date;
|
|
4101
|
+
}
|
|
4102
|
+
/**
|
|
4103
|
+
* @public
|
|
4104
|
+
* <p></p>
|
|
4105
|
+
*/
|
|
4106
|
+
export interface CreateReplicationConfigResponse {
|
|
4107
|
+
/**
|
|
4108
|
+
* <p>Configuration parameters returned from the DMS Serverless replication after it is created.</p>
|
|
4109
|
+
*/
|
|
4110
|
+
ReplicationConfig?: ReplicationConfig;
|
|
4111
|
+
}
|
|
4112
|
+
/**
|
|
4113
|
+
* @public
|
|
4114
|
+
* <p>The subnet provided isn't valid.</p>
|
|
4115
|
+
*/
|
|
4116
|
+
export declare class InvalidSubnet extends __BaseException {
|
|
4117
|
+
readonly name: "InvalidSubnet";
|
|
4118
|
+
readonly $fault: "client";
|
|
4119
|
+
/**
|
|
4120
|
+
* @internal
|
|
4121
|
+
*/
|
|
4122
|
+
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
4123
|
+
}
|
|
4124
|
+
/**
|
|
4125
|
+
* @public
|
|
4126
|
+
* <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
|
|
4127
|
+
*/
|
|
4128
|
+
export declare class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
4129
|
+
readonly name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
4130
|
+
readonly $fault: "client";
|
|
4131
|
+
/**
|
|
4132
|
+
* @internal
|
|
4133
|
+
*/
|
|
4134
|
+
constructor(opts: __ExceptionOptionType<ReplicationSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
|
|
4135
|
+
}
|
|
3732
4136
|
/**
|
|
3733
4137
|
* @public
|
|
3734
4138
|
* <p></p>
|
|
@@ -3762,8 +4166,9 @@ export interface CreateReplicationInstanceMessage {
|
|
|
3762
4166
|
* <p>The compute and memory capacity of the replication instance as defined for the specified
|
|
3763
4167
|
* replication instance class. For example to specify the instance class dms.c4.large, set this parameter to <code>"dms.c4.large"</code>.</p>
|
|
3764
4168
|
* <p>For more information on the settings and capacities for the available replication instance classes, see
|
|
3765
|
-
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html
|
|
3766
|
-
*
|
|
4169
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.Types.html ">
|
|
4170
|
+
* Choosing the right DMS replication instance</a>; and,
|
|
4171
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.SizingReplicationInstance.html">Selecting the best size for a replication instance</a>.
|
|
3767
4172
|
* </p>
|
|
3768
4173
|
*/
|
|
3769
4174
|
ReplicationInstanceClass: string | undefined;
|
|
@@ -3775,8 +4180,7 @@ export interface CreateReplicationInstanceMessage {
|
|
|
3775
4180
|
/**
|
|
3776
4181
|
* <p>The Availability Zone where the replication instance will be created. The default
|
|
3777
4182
|
* value is a random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region, for
|
|
3778
|
-
* example: <code>us-east-1d</code>
|
|
3779
|
-
* </p>
|
|
4183
|
+
* example: <code>us-east-1d</code>.</p>
|
|
3780
4184
|
*/
|
|
3781
4185
|
AvailabilityZone?: string;
|
|
3782
4186
|
/**
|
|
@@ -4234,30 +4638,6 @@ export declare class InsufficientResourceCapacityFault extends __BaseException {
|
|
|
4234
4638
|
*/
|
|
4235
4639
|
constructor(opts: __ExceptionOptionType<InsufficientResourceCapacityFault, __BaseException>);
|
|
4236
4640
|
}
|
|
4237
|
-
/**
|
|
4238
|
-
* @public
|
|
4239
|
-
* <p>The subnet provided is invalid.</p>
|
|
4240
|
-
*/
|
|
4241
|
-
export declare class InvalidSubnet extends __BaseException {
|
|
4242
|
-
readonly name: "InvalidSubnet";
|
|
4243
|
-
readonly $fault: "client";
|
|
4244
|
-
/**
|
|
4245
|
-
* @internal
|
|
4246
|
-
*/
|
|
4247
|
-
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
4248
|
-
}
|
|
4249
|
-
/**
|
|
4250
|
-
* @public
|
|
4251
|
-
* <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
|
|
4252
|
-
*/
|
|
4253
|
-
export declare class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
4254
|
-
readonly name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
4255
|
-
readonly $fault: "client";
|
|
4256
|
-
/**
|
|
4257
|
-
* @internal
|
|
4258
|
-
*/
|
|
4259
|
-
constructor(opts: __ExceptionOptionType<ReplicationSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
|
|
4260
|
-
}
|
|
4261
4641
|
/**
|
|
4262
4642
|
* @public
|
|
4263
4643
|
* <p>The storage quota has been exceeded.</p>
|
|
@@ -4307,19 +4687,6 @@ export interface CreateReplicationSubnetGroupResponse {
|
|
|
4307
4687
|
*/
|
|
4308
4688
|
ReplicationSubnetGroup?: ReplicationSubnetGroup;
|
|
4309
4689
|
}
|
|
4310
|
-
/**
|
|
4311
|
-
* @public
|
|
4312
|
-
* @enum
|
|
4313
|
-
*/
|
|
4314
|
-
export declare const MigrationTypeValue: {
|
|
4315
|
-
readonly CDC: "cdc";
|
|
4316
|
-
readonly FULL_LOAD: "full-load";
|
|
4317
|
-
readonly FULL_LOAD_AND_CDC: "full-load-and-cdc";
|
|
4318
|
-
};
|
|
4319
|
-
/**
|
|
4320
|
-
* @public
|
|
4321
|
-
*/
|
|
4322
|
-
export type MigrationTypeValue = (typeof MigrationTypeValue)[keyof typeof MigrationTypeValue];
|
|
4323
4690
|
/**
|
|
4324
4691
|
* @public
|
|
4325
4692
|
* <p></p>
|
|
@@ -5020,6 +5387,26 @@ export declare class InvalidOperationFault extends __BaseException {
|
|
|
5020
5387
|
*/
|
|
5021
5388
|
constructor(opts: __ExceptionOptionType<InvalidOperationFault, __BaseException>);
|
|
5022
5389
|
}
|
|
5390
|
+
/**
|
|
5391
|
+
* @public
|
|
5392
|
+
* <p></p>
|
|
5393
|
+
*/
|
|
5394
|
+
export interface DeleteReplicationConfigMessage {
|
|
5395
|
+
/**
|
|
5396
|
+
* <p>The replication config to delete.</p>
|
|
5397
|
+
*/
|
|
5398
|
+
ReplicationConfigArn: string | undefined;
|
|
5399
|
+
}
|
|
5400
|
+
/**
|
|
5401
|
+
* @public
|
|
5402
|
+
* <p></p>
|
|
5403
|
+
*/
|
|
5404
|
+
export interface DeleteReplicationConfigResponse {
|
|
5405
|
+
/**
|
|
5406
|
+
* <p>Configuration parameters returned for the DMS Serverless replication after it is deleted.</p>
|
|
5407
|
+
*/
|
|
5408
|
+
ReplicationConfig?: ReplicationConfig;
|
|
5409
|
+
}
|
|
5023
5410
|
/**
|
|
5024
5411
|
* @public
|
|
5025
5412
|
* <p></p>
|
|
@@ -5332,7 +5719,7 @@ export interface DescribeEndpointsResponse {
|
|
|
5332
5719
|
*/
|
|
5333
5720
|
export interface DescribeEndpointSettingsMessage {
|
|
5334
5721
|
/**
|
|
5335
|
-
* <p>The
|
|
5722
|
+
* <p>The database engine used for your source or target endpoint.</p>
|
|
5336
5723
|
*/
|
|
5337
5724
|
EngineName: string | undefined;
|
|
5338
5725
|
/**
|
|
@@ -6658,6 +7045,10 @@ export interface RdsRequirements {
|
|
|
6658
7045
|
* Single-AZ deployments.</p>
|
|
6659
7046
|
*/
|
|
6660
7047
|
DeploymentOption?: string;
|
|
7048
|
+
/**
|
|
7049
|
+
* <p>The required target Amazon RDS engine version.</p>
|
|
7050
|
+
*/
|
|
7051
|
+
EngineVersion?: string;
|
|
6661
7052
|
}
|
|
6662
7053
|
/**
|
|
6663
7054
|
* @public
|
|
@@ -6706,6 +7097,10 @@ export interface RdsConfiguration {
|
|
|
6706
7097
|
* <code>"MULTI_AZ"</code> and <code>"SINGLE_AZ"</code>.</p>
|
|
6707
7098
|
*/
|
|
6708
7099
|
DeploymentOption?: string;
|
|
7100
|
+
/**
|
|
7101
|
+
* <p>Describes the recommended target Amazon RDS engine version.</p>
|
|
7102
|
+
*/
|
|
7103
|
+
EngineVersion?: string;
|
|
6709
7104
|
}
|
|
6710
7105
|
/**
|
|
6711
7106
|
* @public
|
|
@@ -6861,6 +7256,42 @@ export interface DescribeRefreshSchemasStatusResponse {
|
|
|
6861
7256
|
*/
|
|
6862
7257
|
RefreshSchemasStatus?: RefreshSchemasStatus;
|
|
6863
7258
|
}
|
|
7259
|
+
/**
|
|
7260
|
+
* @public
|
|
7261
|
+
* <p></p>
|
|
7262
|
+
*/
|
|
7263
|
+
export interface DescribeReplicationConfigsMessage {
|
|
7264
|
+
/**
|
|
7265
|
+
* <p>Filters applied to the replication configs.</p>
|
|
7266
|
+
*/
|
|
7267
|
+
Filters?: Filter[];
|
|
7268
|
+
/**
|
|
7269
|
+
* <p>The maximum number of records to include in the response. If more records exist than the specified
|
|
7270
|
+
* <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that
|
|
7271
|
+
* the remaining results can be retrieved. </p>
|
|
7272
|
+
*/
|
|
7273
|
+
MaxRecords?: number;
|
|
7274
|
+
/**
|
|
7275
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is specified,
|
|
7276
|
+
* the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>
|
|
7277
|
+
*/
|
|
7278
|
+
Marker?: string;
|
|
7279
|
+
}
|
|
7280
|
+
/**
|
|
7281
|
+
* @public
|
|
7282
|
+
* <p></p>
|
|
7283
|
+
*/
|
|
7284
|
+
export interface DescribeReplicationConfigsResponse {
|
|
7285
|
+
/**
|
|
7286
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is specified, the response
|
|
7287
|
+
* includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>
|
|
7288
|
+
*/
|
|
7289
|
+
Marker?: string;
|
|
7290
|
+
/**
|
|
7291
|
+
* <p>Returned configuration parameters that describe each provisioned DMS Serverless replication.</p>
|
|
7292
|
+
*/
|
|
7293
|
+
ReplicationConfigs?: ReplicationConfig[];
|
|
7294
|
+
}
|
|
6864
7295
|
/**
|
|
6865
7296
|
* @public
|
|
6866
7297
|
* <p></p>
|
|
@@ -6968,252 +7399,712 @@ export interface DescribeReplicationInstanceTaskLogsResponse {
|
|
|
6968
7399
|
* @public
|
|
6969
7400
|
* <p></p>
|
|
6970
7401
|
*/
|
|
6971
|
-
export interface
|
|
7402
|
+
export interface DescribeReplicationsMessage {
|
|
6972
7403
|
/**
|
|
6973
|
-
* <p>Filters applied to
|
|
6974
|
-
* <p>Valid filter names: replication-subnet-group-id</p>
|
|
7404
|
+
* <p>Filters applied to the replications.</p>
|
|
6975
7405
|
*/
|
|
6976
7406
|
Filters?: Filter[];
|
|
6977
7407
|
/**
|
|
6978
|
-
* <p>
|
|
6979
|
-
*
|
|
6980
|
-
*
|
|
6981
|
-
* <p>Default: 100</p>
|
|
6982
|
-
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
7408
|
+
* <p>The maximum number of records to include in the response. If more records exist than the specified
|
|
7409
|
+
* <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that
|
|
7410
|
+
* the remaining results can be retrieved. </p>
|
|
6983
7411
|
*/
|
|
6984
7412
|
MaxRecords?: number;
|
|
6985
7413
|
/**
|
|
6986
|
-
* <p>
|
|
6987
|
-
*
|
|
6988
|
-
* by <code>MaxRecords</code>. </p>
|
|
7414
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is specified,
|
|
7415
|
+
* the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>
|
|
6989
7416
|
*/
|
|
6990
7417
|
Marker?: string;
|
|
6991
7418
|
}
|
|
6992
7419
|
/**
|
|
6993
7420
|
* @public
|
|
6994
|
-
* <p
|
|
7421
|
+
* <p>Information about provisioning resources for an DMS serverless replication.</p>
|
|
6995
7422
|
*/
|
|
6996
|
-
export interface
|
|
7423
|
+
export interface ProvisionData {
|
|
6997
7424
|
/**
|
|
6998
|
-
* <p>
|
|
6999
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
7000
|
-
* by <code>MaxRecords</code>. </p>
|
|
7425
|
+
* <p>The current provisioning state </p>
|
|
7001
7426
|
*/
|
|
7002
|
-
|
|
7427
|
+
ProvisionState?: string;
|
|
7003
7428
|
/**
|
|
7004
|
-
* <p>
|
|
7429
|
+
* <p>The number of capacity units the replication is using.</p>
|
|
7005
7430
|
*/
|
|
7006
|
-
|
|
7007
|
-
}
|
|
7008
|
-
/**
|
|
7009
|
-
* @public
|
|
7010
|
-
* <p></p>
|
|
7011
|
-
*/
|
|
7012
|
-
export interface DescribeReplicationTaskAssessmentResultsMessage {
|
|
7431
|
+
ProvisionedCapacityUnits?: number;
|
|
7013
7432
|
/**
|
|
7014
|
-
* <p>The
|
|
7015
|
-
* parameter is specified, the API returns only one result and ignore the values of the
|
|
7016
|
-
* <code>MaxRecords</code> and <code>Marker</code> parameters. </p>
|
|
7433
|
+
* <p>The timestamp when DMS provisioned replication resources.</p>
|
|
7017
7434
|
*/
|
|
7018
|
-
|
|
7435
|
+
DateProvisioned?: Date;
|
|
7019
7436
|
/**
|
|
7020
|
-
* <p>
|
|
7021
|
-
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
7022
|
-
* in the response so that the remaining results can be retrieved. </p>
|
|
7023
|
-
* <p>Default: 100</p>
|
|
7024
|
-
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
7437
|
+
* <p>Whether the new provisioning is available to the replication.</p>
|
|
7025
7438
|
*/
|
|
7026
|
-
|
|
7439
|
+
IsNewProvisioningAvailable?: boolean;
|
|
7027
7440
|
/**
|
|
7028
|
-
* <p>
|
|
7029
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
7030
|
-
* by <code>MaxRecords</code>. </p>
|
|
7441
|
+
* <p>The timestamp when provisioning became available.</p>
|
|
7031
7442
|
*/
|
|
7032
|
-
|
|
7443
|
+
DateNewProvisioningDataAvailable?: Date;
|
|
7444
|
+
/**
|
|
7445
|
+
* <p>A message describing the reason that DMS provisioned new resources for the serverless replication.</p>
|
|
7446
|
+
*/
|
|
7447
|
+
ReasonForNewProvisioningData?: string;
|
|
7033
7448
|
}
|
|
7034
7449
|
/**
|
|
7035
7450
|
* @public
|
|
7036
|
-
* <p>
|
|
7451
|
+
* <p>This object provides a collection of statistics about a serverless replication.</p>
|
|
7037
7452
|
*/
|
|
7038
|
-
export interface
|
|
7039
|
-
/**
|
|
7040
|
-
* <p> The replication task identifier of the task on which the task assessment was run.
|
|
7041
|
-
* </p>
|
|
7042
|
-
*/
|
|
7043
|
-
ReplicationTaskIdentifier?: string;
|
|
7044
|
-
/**
|
|
7045
|
-
* <p>The Amazon Resource Name (ARN) of the replication task. </p>
|
|
7046
|
-
*/
|
|
7047
|
-
ReplicationTaskArn?: string;
|
|
7453
|
+
export interface ReplicationStats {
|
|
7048
7454
|
/**
|
|
7049
|
-
* <p>The
|
|
7455
|
+
* <p>The percent complete for the full load serverless replication.</p>
|
|
7050
7456
|
*/
|
|
7051
|
-
|
|
7457
|
+
FullLoadProgressPercent?: number;
|
|
7052
7458
|
/**
|
|
7053
|
-
* <p>
|
|
7459
|
+
* <p>The elapsed time of the replication, in milliseconds.</p>
|
|
7054
7460
|
*/
|
|
7055
|
-
|
|
7461
|
+
ElapsedTimeMillis?: number;
|
|
7056
7462
|
/**
|
|
7057
|
-
* <p>
|
|
7463
|
+
* <p>The number of tables loaded for this replication.</p>
|
|
7058
7464
|
*/
|
|
7059
|
-
|
|
7465
|
+
TablesLoaded?: number;
|
|
7060
7466
|
/**
|
|
7061
|
-
* <p>
|
|
7062
|
-
* <p>The response object only contains this field if you provide <a>DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn</a>
|
|
7063
|
-
* in the request.</p>
|
|
7467
|
+
* <p>The number of tables currently loading for this replication.</p>
|
|
7064
7468
|
*/
|
|
7065
|
-
|
|
7469
|
+
TablesLoading?: number;
|
|
7066
7470
|
/**
|
|
7067
|
-
* <p>
|
|
7068
|
-
* <p>The response object only contains this field if you provide <a>DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn</a>
|
|
7069
|
-
* in the request.</p>
|
|
7471
|
+
* <p>The number of tables queued for this replication.</p>
|
|
7070
7472
|
*/
|
|
7071
|
-
|
|
7072
|
-
}
|
|
7073
|
-
/**
|
|
7074
|
-
* @public
|
|
7075
|
-
* <p></p>
|
|
7076
|
-
*/
|
|
7077
|
-
export interface DescribeReplicationTaskAssessmentResultsResponse {
|
|
7473
|
+
TablesQueued?: number;
|
|
7078
7474
|
/**
|
|
7079
|
-
* <p>
|
|
7080
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
7081
|
-
* by <code>MaxRecords</code>. </p>
|
|
7475
|
+
* <p>The number of errors that have occured for this replication.</p>
|
|
7082
7476
|
*/
|
|
7083
|
-
|
|
7477
|
+
TablesErrored?: number;
|
|
7084
7478
|
/**
|
|
7085
|
-
* <p
|
|
7479
|
+
* <p>The date the replication was started either with a fresh start or a target reload.</p>
|
|
7086
7480
|
*/
|
|
7087
|
-
|
|
7481
|
+
FreshStartDate?: Date;
|
|
7088
7482
|
/**
|
|
7089
|
-
* <p>
|
|
7483
|
+
* <p>The date the replication is scheduled to start.</p>
|
|
7090
7484
|
*/
|
|
7091
|
-
|
|
7092
|
-
}
|
|
7093
|
-
/**
|
|
7094
|
-
* @public
|
|
7095
|
-
* <p></p>
|
|
7096
|
-
*/
|
|
7097
|
-
export interface DescribeReplicationTaskAssessmentRunsMessage {
|
|
7485
|
+
StartDate?: Date;
|
|
7098
7486
|
/**
|
|
7099
|
-
* <p>
|
|
7100
|
-
* <p>Valid filter names: <code>replication-task-assessment-run-arn</code>, <code>replication-task-arn</code>,
|
|
7101
|
-
* <code>replication-instance-arn</code>, <code>status</code>
|
|
7102
|
-
* </p>
|
|
7487
|
+
* <p>The date the replication was stopped.</p>
|
|
7103
7488
|
*/
|
|
7104
|
-
|
|
7489
|
+
StopDate?: Date;
|
|
7105
7490
|
/**
|
|
7106
|
-
* <p>The
|
|
7107
|
-
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
7108
|
-
* the response so that the remaining results can be retrieved.</p>
|
|
7491
|
+
* <p>The date the replication full load was started.</p>
|
|
7109
7492
|
*/
|
|
7110
|
-
|
|
7493
|
+
FullLoadStartDate?: Date;
|
|
7111
7494
|
/**
|
|
7112
|
-
* <p>
|
|
7113
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
7114
|
-
* by <code>MaxRecords</code>.</p>
|
|
7495
|
+
* <p>The date the replication full load was finished.</p>
|
|
7115
7496
|
*/
|
|
7116
|
-
|
|
7497
|
+
FullLoadFinishDate?: Date;
|
|
7117
7498
|
}
|
|
7118
7499
|
/**
|
|
7119
7500
|
* @public
|
|
7120
|
-
* <p
|
|
7501
|
+
* <p>Provides information that describes a serverless replication created by the <code>CreateReplication</code> operation.</p>
|
|
7121
7502
|
*/
|
|
7122
|
-
export interface
|
|
7123
|
-
/**
|
|
7124
|
-
* <p>A pagination token returned for you to pass to a subsequent request. If you pass this
|
|
7125
|
-
* token as the <code>Marker</code> value in a subsequent request, the response includes only
|
|
7126
|
-
* records beyond the marker, up to the value specified in the request by
|
|
7127
|
-
* <code>MaxRecords</code>.</p>
|
|
7128
|
-
*/
|
|
7129
|
-
Marker?: string;
|
|
7503
|
+
export interface Replication {
|
|
7130
7504
|
/**
|
|
7131
|
-
* <p>
|
|
7505
|
+
* <p>The identifier for the <code>ReplicationConfig</code> associated with the replication.</p>
|
|
7132
7506
|
*/
|
|
7133
|
-
|
|
7134
|
-
}
|
|
7135
|
-
/**
|
|
7136
|
-
* @public
|
|
7137
|
-
* <p></p>
|
|
7138
|
-
*/
|
|
7139
|
-
export interface DescribeReplicationTaskIndividualAssessmentsMessage {
|
|
7507
|
+
ReplicationConfigIdentifier?: string;
|
|
7140
7508
|
/**
|
|
7141
|
-
* <p>
|
|
7142
|
-
* pairs.</p>
|
|
7143
|
-
* <p>Valid filter names: <code>replication-task-assessment-run-arn</code>,
|
|
7144
|
-
* <code>replication-task-arn</code>, <code>status</code>
|
|
7145
|
-
* </p>
|
|
7509
|
+
* <p>The Amazon Resource Name for the <code>ReplicationConfig</code> associated with the replication.</p>
|
|
7146
7510
|
*/
|
|
7147
|
-
|
|
7511
|
+
ReplicationConfigArn?: string;
|
|
7148
7512
|
/**
|
|
7149
|
-
* <p>The
|
|
7150
|
-
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
7151
|
-
* the response so that the remaining results can be retrieved.</p>
|
|
7513
|
+
* <p>The Amazon Resource Name for an existing <code>Endpoint</code> the serverless replication uses for its data source.</p>
|
|
7152
7514
|
*/
|
|
7153
|
-
|
|
7515
|
+
SourceEndpointArn?: string;
|
|
7154
7516
|
/**
|
|
7155
|
-
* <p>
|
|
7156
|
-
* specified, the response includes only records beyond the marker, up to the value specified
|
|
7157
|
-
* by <code>MaxRecords</code>.</p>
|
|
7517
|
+
* <p>The Amazon Resource Name for an existing <code>Endpoint</code> the serverless replication uses for its data target.</p>
|
|
7158
7518
|
*/
|
|
7159
|
-
|
|
7160
|
-
}
|
|
7161
|
-
/**
|
|
7162
|
-
* @public
|
|
7163
|
-
* <p>Provides information that describes an individual assessment from a premigration
|
|
7164
|
-
* assessment run.</p>
|
|
7165
|
-
*/
|
|
7166
|
-
export interface ReplicationTaskIndividualAssessment {
|
|
7519
|
+
TargetEndpointArn?: string;
|
|
7167
7520
|
/**
|
|
7168
|
-
* <p>
|
|
7521
|
+
* <p>The type of the serverless replication.</p>
|
|
7169
7522
|
*/
|
|
7170
|
-
|
|
7523
|
+
ReplicationType?: MigrationTypeValue | string;
|
|
7171
7524
|
/**
|
|
7172
|
-
* <p>
|
|
7173
|
-
* assessment.</p>
|
|
7525
|
+
* <p>The current status of the serverless replication.</p>
|
|
7174
7526
|
*/
|
|
7175
|
-
|
|
7527
|
+
Status?: string;
|
|
7176
7528
|
/**
|
|
7177
|
-
* <p>
|
|
7529
|
+
* <p>Information about provisioning resources for an DMS serverless replication.</p>
|
|
7178
7530
|
*/
|
|
7179
|
-
|
|
7531
|
+
ProvisionData?: ProvisionData;
|
|
7180
7532
|
/**
|
|
7181
|
-
* <p>
|
|
7182
|
-
*
|
|
7533
|
+
* <p>The reason the replication task was stopped. This response parameter can return one of
|
|
7534
|
+
* the following values:</p>
|
|
7183
7535
|
* <ul>
|
|
7184
7536
|
* <li>
|
|
7185
7537
|
* <p>
|
|
7186
|
-
* <code>"
|
|
7538
|
+
* <code>"Stop Reason NORMAL"</code>
|
|
7187
7539
|
* </p>
|
|
7188
7540
|
* </li>
|
|
7189
7541
|
* <li>
|
|
7190
7542
|
* <p>
|
|
7191
|
-
* <code>"
|
|
7543
|
+
* <code>"Stop Reason RECOVERABLE_ERROR"</code>
|
|
7192
7544
|
* </p>
|
|
7193
7545
|
* </li>
|
|
7194
7546
|
* <li>
|
|
7195
7547
|
* <p>
|
|
7196
|
-
* <code>"
|
|
7548
|
+
* <code>"Stop Reason FATAL_ERROR"</code>
|
|
7197
7549
|
* </p>
|
|
7198
7550
|
* </li>
|
|
7199
7551
|
* <li>
|
|
7200
7552
|
* <p>
|
|
7201
|
-
* <code>"
|
|
7553
|
+
* <code>"Stop Reason FULL_LOAD_ONLY_FINISHED"</code>
|
|
7202
7554
|
* </p>
|
|
7203
7555
|
* </li>
|
|
7204
7556
|
* <li>
|
|
7205
7557
|
* <p>
|
|
7206
|
-
* <code>"
|
|
7558
|
+
* <code>"Stop Reason STOPPED_AFTER_FULL_LOAD"</code> – Full load completed, with cached changes not applied</p>
|
|
7559
|
+
* </li>
|
|
7560
|
+
* <li>
|
|
7561
|
+
* <p>
|
|
7562
|
+
* <code>"Stop Reason STOPPED_AFTER_CACHED_EVENTS"</code> – Full load completed, with cached changes applied</p>
|
|
7563
|
+
* </li>
|
|
7564
|
+
* <li>
|
|
7565
|
+
* <p>
|
|
7566
|
+
* <code>"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED"</code>
|
|
7207
7567
|
* </p>
|
|
7208
7568
|
* </li>
|
|
7209
7569
|
* <li>
|
|
7210
7570
|
* <p>
|
|
7211
|
-
* <code>"
|
|
7571
|
+
* <code>"Stop Reason STOPPED_AFTER_DDL_APPLY"</code> – User-defined stop task after DDL applied</p>
|
|
7572
|
+
* </li>
|
|
7573
|
+
* <li>
|
|
7574
|
+
* <p>
|
|
7575
|
+
* <code>"Stop Reason STOPPED_DUE_TO_LOW_MEMORY"</code>
|
|
7576
|
+
* </p>
|
|
7577
|
+
* </li>
|
|
7578
|
+
* <li>
|
|
7579
|
+
* <p>
|
|
7580
|
+
* <code>"Stop Reason STOPPED_DUE_TO_LOW_DISK"</code>
|
|
7581
|
+
* </p>
|
|
7582
|
+
* </li>
|
|
7583
|
+
* <li>
|
|
7584
|
+
* <p>
|
|
7585
|
+
* <code>"Stop Reason STOPPED_AT_SERVER_TIME"</code> – User-defined server time for stopping task</p>
|
|
7586
|
+
* </li>
|
|
7587
|
+
* <li>
|
|
7588
|
+
* <p>
|
|
7589
|
+
* <code>"Stop Reason STOPPED_AT_COMMIT_TIME"</code> – User-defined commit time for stopping task</p>
|
|
7590
|
+
* </li>
|
|
7591
|
+
* <li>
|
|
7592
|
+
* <p>
|
|
7593
|
+
* <code>"Stop Reason RECONFIGURATION_RESTART"</code>
|
|
7594
|
+
* </p>
|
|
7595
|
+
* </li>
|
|
7596
|
+
* <li>
|
|
7597
|
+
* <p>
|
|
7598
|
+
* <code>"Stop Reason RECYCLE_TASK"</code>
|
|
7212
7599
|
* </p>
|
|
7213
7600
|
* </li>
|
|
7214
7601
|
* </ul>
|
|
7215
7602
|
*/
|
|
7216
|
-
|
|
7603
|
+
StopReason?: string;
|
|
7604
|
+
/**
|
|
7605
|
+
* <p>Error and other information about why a serverless replication failed.</p>
|
|
7606
|
+
*/
|
|
7607
|
+
FailureMessages?: string[];
|
|
7608
|
+
/**
|
|
7609
|
+
* <p>This object provides a collection of statistics about a serverless replication.</p>
|
|
7610
|
+
*/
|
|
7611
|
+
ReplicationStats?: ReplicationStats;
|
|
7612
|
+
/**
|
|
7613
|
+
* <p>The replication type.</p>
|
|
7614
|
+
*/
|
|
7615
|
+
StartReplicationType?: string;
|
|
7616
|
+
/**
|
|
7617
|
+
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
7618
|
+
* <code>CdcStartTime</code> or <code>CdcStartPosition</code> to specify when you want a CDC operation to start.
|
|
7619
|
+
* Specifying both values results in an error.</p>
|
|
7620
|
+
*/
|
|
7621
|
+
CdcStartTime?: Date;
|
|
7622
|
+
/**
|
|
7623
|
+
* <p>Indicates the start time for a change data capture (CDC) operation. Use either
|
|
7624
|
+
* <code>CdcStartTime</code> or <code>CdcStartPosition</code> to specify when you want a CDC operation to start.
|
|
7625
|
+
* Specifying both values results in an error.</p>
|
|
7626
|
+
*/
|
|
7627
|
+
CdcStartPosition?: string;
|
|
7628
|
+
/**
|
|
7629
|
+
* <p>Indicates when you want a change data capture (CDC) operation to stop. The value can be
|
|
7630
|
+
* either server time or commit time.</p>
|
|
7631
|
+
*/
|
|
7632
|
+
CdcStopPosition?: string;
|
|
7633
|
+
/**
|
|
7634
|
+
* <p>Indicates the last checkpoint that occurred during a change data capture (CDC)
|
|
7635
|
+
* operation. You can provide this value to the <code>CdcStartPosition</code> parameter to
|
|
7636
|
+
* start a CDC operation that begins at that checkpoint.</p>
|
|
7637
|
+
*/
|
|
7638
|
+
RecoveryCheckpoint?: string;
|
|
7639
|
+
/**
|
|
7640
|
+
* <p>The time the serverless replication was created.</p>
|
|
7641
|
+
*/
|
|
7642
|
+
ReplicationCreateTime?: Date;
|
|
7643
|
+
/**
|
|
7644
|
+
* <p>The time the serverless replication was updated.</p>
|
|
7645
|
+
*/
|
|
7646
|
+
ReplicationUpdateTime?: Date;
|
|
7647
|
+
/**
|
|
7648
|
+
* <p>The timestamp when replication was last stopped.</p>
|
|
7649
|
+
*/
|
|
7650
|
+
ReplicationLastStopTime?: Date;
|
|
7651
|
+
}
|
|
7652
|
+
/**
|
|
7653
|
+
* @public
|
|
7654
|
+
* <p></p>
|
|
7655
|
+
*/
|
|
7656
|
+
export interface DescribeReplicationsResponse {
|
|
7657
|
+
/**
|
|
7658
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is specified,
|
|
7659
|
+
* the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>
|
|
7660
|
+
*/
|
|
7661
|
+
Marker?: string;
|
|
7662
|
+
/**
|
|
7663
|
+
* <p>The replication descriptions.</p>
|
|
7664
|
+
*/
|
|
7665
|
+
Replications?: Replication[];
|
|
7666
|
+
}
|
|
7667
|
+
/**
|
|
7668
|
+
* @public
|
|
7669
|
+
* <p></p>
|
|
7670
|
+
*/
|
|
7671
|
+
export interface DescribeReplicationSubnetGroupsMessage {
|
|
7672
|
+
/**
|
|
7673
|
+
* <p>Filters applied to replication subnet groups.</p>
|
|
7674
|
+
* <p>Valid filter names: replication-subnet-group-id</p>
|
|
7675
|
+
*/
|
|
7676
|
+
Filters?: Filter[];
|
|
7677
|
+
/**
|
|
7678
|
+
* <p> The maximum number of records to include in the response. If more records exist than
|
|
7679
|
+
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
7680
|
+
* in the response so that the remaining results can be retrieved. </p>
|
|
7681
|
+
* <p>Default: 100</p>
|
|
7682
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
7683
|
+
*/
|
|
7684
|
+
MaxRecords?: number;
|
|
7685
|
+
/**
|
|
7686
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
7687
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
7688
|
+
* by <code>MaxRecords</code>. </p>
|
|
7689
|
+
*/
|
|
7690
|
+
Marker?: string;
|
|
7691
|
+
}
|
|
7692
|
+
/**
|
|
7693
|
+
* @public
|
|
7694
|
+
* <p></p>
|
|
7695
|
+
*/
|
|
7696
|
+
export interface DescribeReplicationSubnetGroupsResponse {
|
|
7697
|
+
/**
|
|
7698
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
7699
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
7700
|
+
* by <code>MaxRecords</code>. </p>
|
|
7701
|
+
*/
|
|
7702
|
+
Marker?: string;
|
|
7703
|
+
/**
|
|
7704
|
+
* <p>A description of the replication subnet groups.</p>
|
|
7705
|
+
*/
|
|
7706
|
+
ReplicationSubnetGroups?: ReplicationSubnetGroup[];
|
|
7707
|
+
}
|
|
7708
|
+
/**
|
|
7709
|
+
* @public
|
|
7710
|
+
* <p></p>
|
|
7711
|
+
*/
|
|
7712
|
+
export interface DescribeReplicationTableStatisticsMessage {
|
|
7713
|
+
/**
|
|
7714
|
+
* <p>The replication config to describe.</p>
|
|
7715
|
+
*/
|
|
7716
|
+
ReplicationConfigArn: string | undefined;
|
|
7717
|
+
/**
|
|
7718
|
+
* <p>The maximum number of records to include in the response. If more records exist than the specified
|
|
7719
|
+
* <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that
|
|
7720
|
+
* the remaining results can be retrieved. </p>
|
|
7721
|
+
*/
|
|
7722
|
+
MaxRecords?: number;
|
|
7723
|
+
/**
|
|
7724
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is specified,
|
|
7725
|
+
* the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>
|
|
7726
|
+
*/
|
|
7727
|
+
Marker?: string;
|
|
7728
|
+
/**
|
|
7729
|
+
* <p>Filters applied to the replication table statistics.</p>
|
|
7730
|
+
*/
|
|
7731
|
+
Filters?: Filter[];
|
|
7732
|
+
}
|
|
7733
|
+
/**
|
|
7734
|
+
* @public
|
|
7735
|
+
* <p>Provides a collection of table statistics in response to a request by the
|
|
7736
|
+
* <code>DescribeTableStatistics</code> operation.</p>
|
|
7737
|
+
*/
|
|
7738
|
+
export interface TableStatistics {
|
|
7739
|
+
/**
|
|
7740
|
+
* <p>The schema name.</p>
|
|
7741
|
+
*/
|
|
7742
|
+
SchemaName?: string;
|
|
7743
|
+
/**
|
|
7744
|
+
* <p>The name of the table.</p>
|
|
7745
|
+
*/
|
|
7746
|
+
TableName?: string;
|
|
7747
|
+
/**
|
|
7748
|
+
* <p>The number of insert actions performed on a table.</p>
|
|
7749
|
+
*/
|
|
7750
|
+
Inserts?: number;
|
|
7751
|
+
/**
|
|
7752
|
+
* <p>The number of delete actions performed on a table.</p>
|
|
7753
|
+
*/
|
|
7754
|
+
Deletes?: number;
|
|
7755
|
+
/**
|
|
7756
|
+
* <p>The number of update actions performed on a table.</p>
|
|
7757
|
+
*/
|
|
7758
|
+
Updates?: number;
|
|
7759
|
+
/**
|
|
7760
|
+
* <p>The data definition language (DDL) used to build and modify the structure of your tables.</p>
|
|
7761
|
+
*/
|
|
7762
|
+
Ddls?: number;
|
|
7763
|
+
/**
|
|
7764
|
+
* <p>The number of insert actions applied on a target table.</p>
|
|
7765
|
+
*/
|
|
7766
|
+
AppliedInserts?: number;
|
|
7767
|
+
/**
|
|
7768
|
+
* <p>The number of delete actions applied on a target table.</p>
|
|
7769
|
+
*/
|
|
7770
|
+
AppliedDeletes?: number;
|
|
7771
|
+
/**
|
|
7772
|
+
* <p>The number of update actions applied on a target table.</p>
|
|
7773
|
+
*/
|
|
7774
|
+
AppliedUpdates?: number;
|
|
7775
|
+
/**
|
|
7776
|
+
* <p>The number of data definition language (DDL) statements used to build and modify the structure
|
|
7777
|
+
* of your tables applied on the target.</p>
|
|
7778
|
+
*/
|
|
7779
|
+
AppliedDdls?: number;
|
|
7780
|
+
/**
|
|
7781
|
+
* <p>The number of rows added during the full load operation.</p>
|
|
7782
|
+
*/
|
|
7783
|
+
FullLoadRows?: number;
|
|
7784
|
+
/**
|
|
7785
|
+
* <p>The number of rows that failed conditional checks during the full load operation (valid
|
|
7786
|
+
* only for migrations where DynamoDB is the target).</p>
|
|
7787
|
+
*/
|
|
7788
|
+
FullLoadCondtnlChkFailedRows?: number;
|
|
7789
|
+
/**
|
|
7790
|
+
* <p>The number of rows that failed to load during the full load operation (valid only for
|
|
7791
|
+
* migrations where DynamoDB is the target).</p>
|
|
7792
|
+
*/
|
|
7793
|
+
FullLoadErrorRows?: number;
|
|
7794
|
+
/**
|
|
7795
|
+
* <p>The time when the full load operation started.</p>
|
|
7796
|
+
*/
|
|
7797
|
+
FullLoadStartTime?: Date;
|
|
7798
|
+
/**
|
|
7799
|
+
* <p>The time when the full load operation completed.</p>
|
|
7800
|
+
*/
|
|
7801
|
+
FullLoadEndTime?: Date;
|
|
7802
|
+
/**
|
|
7803
|
+
* <p>A value that indicates if the table was reloaded (<code>true</code>)
|
|
7804
|
+
* or loaded as part of a new full load operation (<code>false</code>).</p>
|
|
7805
|
+
*/
|
|
7806
|
+
FullLoadReloaded?: boolean;
|
|
7807
|
+
/**
|
|
7808
|
+
* <p>The last time a table was updated.</p>
|
|
7809
|
+
*/
|
|
7810
|
+
LastUpdateTime?: Date;
|
|
7811
|
+
/**
|
|
7812
|
+
* <p>The state of the tables described.</p>
|
|
7813
|
+
* <p>Valid states: Table does not exist | Before load | Full load | Table completed | Table
|
|
7814
|
+
* cancelled | Table error | Table is being reloaded</p>
|
|
7815
|
+
*/
|
|
7816
|
+
TableState?: string;
|
|
7817
|
+
/**
|
|
7818
|
+
* <p>The number of records that have yet to be validated.</p>
|
|
7819
|
+
*/
|
|
7820
|
+
ValidationPendingRecords?: number;
|
|
7821
|
+
/**
|
|
7822
|
+
* <p>The number of records that failed validation.</p>
|
|
7823
|
+
*/
|
|
7824
|
+
ValidationFailedRecords?: number;
|
|
7825
|
+
/**
|
|
7826
|
+
* <p>The number of records that couldn't be validated.</p>
|
|
7827
|
+
*/
|
|
7828
|
+
ValidationSuspendedRecords?: number;
|
|
7829
|
+
/**
|
|
7830
|
+
* <p>The validation state of the table.</p>
|
|
7831
|
+
* <p>This parameter can have the following values:</p>
|
|
7832
|
+
* <ul>
|
|
7833
|
+
* <li>
|
|
7834
|
+
* <p>Not enabled – Validation isn't enabled for the table in the migration
|
|
7835
|
+
* task.</p>
|
|
7836
|
+
* </li>
|
|
7837
|
+
* <li>
|
|
7838
|
+
* <p>Pending records – Some records in the table are waiting for validation.</p>
|
|
7839
|
+
* </li>
|
|
7840
|
+
* <li>
|
|
7841
|
+
* <p>Mismatched records – Some records in the table don't match between the source
|
|
7842
|
+
* and target.</p>
|
|
7843
|
+
* </li>
|
|
7844
|
+
* <li>
|
|
7845
|
+
* <p>Suspended records – Some records in the table couldn't be validated.</p>
|
|
7846
|
+
* </li>
|
|
7847
|
+
* <li>
|
|
7848
|
+
* <p>No primary key –The table couldn't be validated because it has no primary
|
|
7849
|
+
* key.</p>
|
|
7850
|
+
* </li>
|
|
7851
|
+
* <li>
|
|
7852
|
+
* <p>Table error – The table wasn't validated because it's in an error state
|
|
7853
|
+
* and some data wasn't migrated.</p>
|
|
7854
|
+
* </li>
|
|
7855
|
+
* <li>
|
|
7856
|
+
* <p>Validated – All rows in the table are validated. If the table is updated, the
|
|
7857
|
+
* status can change from Validated.</p>
|
|
7858
|
+
* </li>
|
|
7859
|
+
* <li>
|
|
7860
|
+
* <p>Error – The table couldn't be validated because of an unexpected
|
|
7861
|
+
* error.</p>
|
|
7862
|
+
* </li>
|
|
7863
|
+
* <li>
|
|
7864
|
+
* <p>Pending validation – The table is waiting validation.</p>
|
|
7865
|
+
* </li>
|
|
7866
|
+
* <li>
|
|
7867
|
+
* <p>Preparing table – Preparing the table enabled in the migration task for validation.</p>
|
|
7868
|
+
* </li>
|
|
7869
|
+
* <li>
|
|
7870
|
+
* <p>Pending revalidation – All rows in the table are pending validation after the table was updated.</p>
|
|
7871
|
+
* </li>
|
|
7872
|
+
* </ul>
|
|
7873
|
+
*/
|
|
7874
|
+
ValidationState?: string;
|
|
7875
|
+
/**
|
|
7876
|
+
* <p>Additional details about the state of validation.</p>
|
|
7877
|
+
*/
|
|
7878
|
+
ValidationStateDetails?: string;
|
|
7879
|
+
}
|
|
7880
|
+
/**
|
|
7881
|
+
* @public
|
|
7882
|
+
* <p></p>
|
|
7883
|
+
*/
|
|
7884
|
+
export interface DescribeReplicationTableStatisticsResponse {
|
|
7885
|
+
/**
|
|
7886
|
+
* <p>The Amazon Resource Name of the replication config.</p>
|
|
7887
|
+
*/
|
|
7888
|
+
ReplicationConfigArn?: string;
|
|
7889
|
+
/**
|
|
7890
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is specified,
|
|
7891
|
+
* the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>
|
|
7892
|
+
*/
|
|
7893
|
+
Marker?: string;
|
|
7894
|
+
/**
|
|
7895
|
+
* <p>Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.</p>
|
|
7896
|
+
*/
|
|
7897
|
+
ReplicationTableStatistics?: TableStatistics[];
|
|
7898
|
+
}
|
|
7899
|
+
/**
|
|
7900
|
+
* @public
|
|
7901
|
+
* <p></p>
|
|
7902
|
+
*/
|
|
7903
|
+
export interface DescribeReplicationTaskAssessmentResultsMessage {
|
|
7904
|
+
/**
|
|
7905
|
+
* <p>The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input
|
|
7906
|
+
* parameter is specified, the API returns only one result and ignore the values of the
|
|
7907
|
+
* <code>MaxRecords</code> and <code>Marker</code> parameters. </p>
|
|
7908
|
+
*/
|
|
7909
|
+
ReplicationTaskArn?: string;
|
|
7910
|
+
/**
|
|
7911
|
+
* <p> The maximum number of records to include in the response. If more records exist than
|
|
7912
|
+
* the specified <code>MaxRecords</code> value, a pagination token called a marker is included
|
|
7913
|
+
* in the response so that the remaining results can be retrieved. </p>
|
|
7914
|
+
* <p>Default: 100</p>
|
|
7915
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
7916
|
+
*/
|
|
7917
|
+
MaxRecords?: number;
|
|
7918
|
+
/**
|
|
7919
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
7920
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
7921
|
+
* by <code>MaxRecords</code>. </p>
|
|
7922
|
+
*/
|
|
7923
|
+
Marker?: string;
|
|
7924
|
+
}
|
|
7925
|
+
/**
|
|
7926
|
+
* @public
|
|
7927
|
+
* <p> The task assessment report in JSON format. </p>
|
|
7928
|
+
*/
|
|
7929
|
+
export interface ReplicationTaskAssessmentResult {
|
|
7930
|
+
/**
|
|
7931
|
+
* <p> The replication task identifier of the task on which the task assessment was run.
|
|
7932
|
+
* </p>
|
|
7933
|
+
*/
|
|
7934
|
+
ReplicationTaskIdentifier?: string;
|
|
7935
|
+
/**
|
|
7936
|
+
* <p>The Amazon Resource Name (ARN) of the replication task. </p>
|
|
7937
|
+
*/
|
|
7938
|
+
ReplicationTaskArn?: string;
|
|
7939
|
+
/**
|
|
7940
|
+
* <p>The date the task assessment was completed. </p>
|
|
7941
|
+
*/
|
|
7942
|
+
ReplicationTaskLastAssessmentDate?: Date;
|
|
7943
|
+
/**
|
|
7944
|
+
* <p> The status of the task assessment. </p>
|
|
7945
|
+
*/
|
|
7946
|
+
AssessmentStatus?: string;
|
|
7947
|
+
/**
|
|
7948
|
+
* <p> The file containing the results of the task assessment. </p>
|
|
7949
|
+
*/
|
|
7950
|
+
AssessmentResultsFile?: string;
|
|
7951
|
+
/**
|
|
7952
|
+
* <p> The task assessment results in JSON format. </p>
|
|
7953
|
+
* <p>The response object only contains this field if you provide <a>DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn</a>
|
|
7954
|
+
* in the request.</p>
|
|
7955
|
+
*/
|
|
7956
|
+
AssessmentResults?: string;
|
|
7957
|
+
/**
|
|
7958
|
+
* <p> The URL of the S3 object containing the task assessment results. </p>
|
|
7959
|
+
* <p>The response object only contains this field if you provide <a>DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn</a>
|
|
7960
|
+
* in the request.</p>
|
|
7961
|
+
*/
|
|
7962
|
+
S3ObjectUrl?: string;
|
|
7963
|
+
}
|
|
7964
|
+
/**
|
|
7965
|
+
* @public
|
|
7966
|
+
* <p></p>
|
|
7967
|
+
*/
|
|
7968
|
+
export interface DescribeReplicationTaskAssessmentResultsResponse {
|
|
7969
|
+
/**
|
|
7970
|
+
* <p> An optional pagination token provided by a previous request. If this parameter is
|
|
7971
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
7972
|
+
* by <code>MaxRecords</code>. </p>
|
|
7973
|
+
*/
|
|
7974
|
+
Marker?: string;
|
|
7975
|
+
/**
|
|
7976
|
+
* <p>- The Amazon S3 bucket where the task assessment report is located. </p>
|
|
7977
|
+
*/
|
|
7978
|
+
BucketName?: string;
|
|
7979
|
+
/**
|
|
7980
|
+
* <p> The task assessment report. </p>
|
|
7981
|
+
*/
|
|
7982
|
+
ReplicationTaskAssessmentResults?: ReplicationTaskAssessmentResult[];
|
|
7983
|
+
}
|
|
7984
|
+
/**
|
|
7985
|
+
* @public
|
|
7986
|
+
* <p></p>
|
|
7987
|
+
*/
|
|
7988
|
+
export interface DescribeReplicationTaskAssessmentRunsMessage {
|
|
7989
|
+
/**
|
|
7990
|
+
* <p>Filters applied to the premigration assessment runs described in the form of key-value pairs.</p>
|
|
7991
|
+
* <p>Valid filter names: <code>replication-task-assessment-run-arn</code>, <code>replication-task-arn</code>,
|
|
7992
|
+
* <code>replication-instance-arn</code>, <code>status</code>
|
|
7993
|
+
* </p>
|
|
7994
|
+
*/
|
|
7995
|
+
Filters?: Filter[];
|
|
7996
|
+
/**
|
|
7997
|
+
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
7998
|
+
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
7999
|
+
* the response so that the remaining results can be retrieved.</p>
|
|
8000
|
+
*/
|
|
8001
|
+
MaxRecords?: number;
|
|
8002
|
+
/**
|
|
8003
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
8004
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
8005
|
+
* by <code>MaxRecords</code>.</p>
|
|
8006
|
+
*/
|
|
8007
|
+
Marker?: string;
|
|
8008
|
+
}
|
|
8009
|
+
/**
|
|
8010
|
+
* @public
|
|
8011
|
+
* <p></p>
|
|
8012
|
+
*/
|
|
8013
|
+
export interface DescribeReplicationTaskAssessmentRunsResponse {
|
|
8014
|
+
/**
|
|
8015
|
+
* <p>A pagination token returned for you to pass to a subsequent request. If you pass this
|
|
8016
|
+
* token as the <code>Marker</code> value in a subsequent request, the response includes only
|
|
8017
|
+
* records beyond the marker, up to the value specified in the request by
|
|
8018
|
+
* <code>MaxRecords</code>.</p>
|
|
8019
|
+
*/
|
|
8020
|
+
Marker?: string;
|
|
8021
|
+
/**
|
|
8022
|
+
* <p>One or more premigration assessment runs as specified by <code>Filters</code>.</p>
|
|
8023
|
+
*/
|
|
8024
|
+
ReplicationTaskAssessmentRuns?: ReplicationTaskAssessmentRun[];
|
|
8025
|
+
}
|
|
8026
|
+
/**
|
|
8027
|
+
* @public
|
|
8028
|
+
* <p></p>
|
|
8029
|
+
*/
|
|
8030
|
+
export interface DescribeReplicationTaskIndividualAssessmentsMessage {
|
|
8031
|
+
/**
|
|
8032
|
+
* <p>Filters applied to the individual assessments described in the form of key-value
|
|
8033
|
+
* pairs.</p>
|
|
8034
|
+
* <p>Valid filter names: <code>replication-task-assessment-run-arn</code>,
|
|
8035
|
+
* <code>replication-task-arn</code>, <code>status</code>
|
|
8036
|
+
* </p>
|
|
8037
|
+
*/
|
|
8038
|
+
Filters?: Filter[];
|
|
8039
|
+
/**
|
|
8040
|
+
* <p>The maximum number of records to include in the response. If more records exist than the
|
|
8041
|
+
* specified <code>MaxRecords</code> value, a pagination token called a marker is included in
|
|
8042
|
+
* the response so that the remaining results can be retrieved.</p>
|
|
8043
|
+
*/
|
|
8044
|
+
MaxRecords?: number;
|
|
8045
|
+
/**
|
|
8046
|
+
* <p>An optional pagination token provided by a previous request. If this parameter is
|
|
8047
|
+
* specified, the response includes only records beyond the marker, up to the value specified
|
|
8048
|
+
* by <code>MaxRecords</code>.</p>
|
|
8049
|
+
*/
|
|
8050
|
+
Marker?: string;
|
|
8051
|
+
}
|
|
8052
|
+
/**
|
|
8053
|
+
* @public
|
|
8054
|
+
* <p>Provides information that describes an individual assessment from a premigration
|
|
8055
|
+
* assessment run.</p>
|
|
8056
|
+
*/
|
|
8057
|
+
export interface ReplicationTaskIndividualAssessment {
|
|
8058
|
+
/**
|
|
8059
|
+
* <p>Amazon Resource Name (ARN) of this individual assessment.</p>
|
|
8060
|
+
*/
|
|
8061
|
+
ReplicationTaskIndividualAssessmentArn?: string;
|
|
8062
|
+
/**
|
|
8063
|
+
* <p>ARN of the premigration assessment run that is created to run this individual
|
|
8064
|
+
* assessment.</p>
|
|
8065
|
+
*/
|
|
8066
|
+
ReplicationTaskAssessmentRunArn?: string;
|
|
8067
|
+
/**
|
|
8068
|
+
* <p>Name of this individual assessment.</p>
|
|
8069
|
+
*/
|
|
8070
|
+
IndividualAssessmentName?: string;
|
|
8071
|
+
/**
|
|
8072
|
+
* <p>Individual assessment status.</p>
|
|
8073
|
+
* <p>This status can have one of the following values:</p>
|
|
8074
|
+
* <ul>
|
|
8075
|
+
* <li>
|
|
8076
|
+
* <p>
|
|
8077
|
+
* <code>"cancelled"</code>
|
|
8078
|
+
* </p>
|
|
8079
|
+
* </li>
|
|
8080
|
+
* <li>
|
|
8081
|
+
* <p>
|
|
8082
|
+
* <code>"error"</code>
|
|
8083
|
+
* </p>
|
|
8084
|
+
* </li>
|
|
8085
|
+
* <li>
|
|
8086
|
+
* <p>
|
|
8087
|
+
* <code>"failed"</code>
|
|
8088
|
+
* </p>
|
|
8089
|
+
* </li>
|
|
8090
|
+
* <li>
|
|
8091
|
+
* <p>
|
|
8092
|
+
* <code>"passed"</code>
|
|
8093
|
+
* </p>
|
|
8094
|
+
* </li>
|
|
8095
|
+
* <li>
|
|
8096
|
+
* <p>
|
|
8097
|
+
* <code>"pending"</code>
|
|
8098
|
+
* </p>
|
|
8099
|
+
* </li>
|
|
8100
|
+
* <li>
|
|
8101
|
+
* <p>
|
|
8102
|
+
* <code>"running"</code>
|
|
8103
|
+
* </p>
|
|
8104
|
+
* </li>
|
|
8105
|
+
* </ul>
|
|
8106
|
+
*/
|
|
8107
|
+
Status?: string;
|
|
7217
8108
|
/**
|
|
7218
8109
|
* <p>Date when this individual assessment was started as part of running the
|
|
7219
8110
|
* <code>StartReplicationTaskAssessmentRun</code> operation.</p>
|
|
@@ -7356,153 +8247,6 @@ export interface DescribeTableStatisticsMessage {
|
|
|
7356
8247
|
*/
|
|
7357
8248
|
Filters?: Filter[];
|
|
7358
8249
|
}
|
|
7359
|
-
/**
|
|
7360
|
-
* @public
|
|
7361
|
-
* <p>Provides a collection of table statistics in response to a request by the
|
|
7362
|
-
* <code>DescribeTableStatistics</code> operation.</p>
|
|
7363
|
-
*/
|
|
7364
|
-
export interface TableStatistics {
|
|
7365
|
-
/**
|
|
7366
|
-
* <p>The schema name.</p>
|
|
7367
|
-
*/
|
|
7368
|
-
SchemaName?: string;
|
|
7369
|
-
/**
|
|
7370
|
-
* <p>The name of the table.</p>
|
|
7371
|
-
*/
|
|
7372
|
-
TableName?: string;
|
|
7373
|
-
/**
|
|
7374
|
-
* <p>The number of insert actions performed on a table.</p>
|
|
7375
|
-
*/
|
|
7376
|
-
Inserts?: number;
|
|
7377
|
-
/**
|
|
7378
|
-
* <p>The number of delete actions performed on a table.</p>
|
|
7379
|
-
*/
|
|
7380
|
-
Deletes?: number;
|
|
7381
|
-
/**
|
|
7382
|
-
* <p>The number of update actions performed on a table.</p>
|
|
7383
|
-
*/
|
|
7384
|
-
Updates?: number;
|
|
7385
|
-
/**
|
|
7386
|
-
* <p>The data definition language (DDL) used to build and modify the structure of your tables.</p>
|
|
7387
|
-
*/
|
|
7388
|
-
Ddls?: number;
|
|
7389
|
-
/**
|
|
7390
|
-
* <p>The number of insert actions applied on a target table.</p>
|
|
7391
|
-
*/
|
|
7392
|
-
AppliedInserts?: number;
|
|
7393
|
-
/**
|
|
7394
|
-
* <p>The number of delete actions applied on a target table.</p>
|
|
7395
|
-
*/
|
|
7396
|
-
AppliedDeletes?: number;
|
|
7397
|
-
/**
|
|
7398
|
-
* <p>The number of update actions applied on a target table.</p>
|
|
7399
|
-
*/
|
|
7400
|
-
AppliedUpdates?: number;
|
|
7401
|
-
/**
|
|
7402
|
-
* <p>The number of data definition language (DDL) statements used to build and modify the structure
|
|
7403
|
-
* of your tables applied on the target.</p>
|
|
7404
|
-
*/
|
|
7405
|
-
AppliedDdls?: number;
|
|
7406
|
-
/**
|
|
7407
|
-
* <p>The number of rows added during the full load operation.</p>
|
|
7408
|
-
*/
|
|
7409
|
-
FullLoadRows?: number;
|
|
7410
|
-
/**
|
|
7411
|
-
* <p>The number of rows that failed conditional checks during the full load operation (valid
|
|
7412
|
-
* only for migrations where DynamoDB is the target).</p>
|
|
7413
|
-
*/
|
|
7414
|
-
FullLoadCondtnlChkFailedRows?: number;
|
|
7415
|
-
/**
|
|
7416
|
-
* <p>The number of rows that failed to load during the full load operation (valid only for
|
|
7417
|
-
* migrations where DynamoDB is the target).</p>
|
|
7418
|
-
*/
|
|
7419
|
-
FullLoadErrorRows?: number;
|
|
7420
|
-
/**
|
|
7421
|
-
* <p>The time when the full load operation started.</p>
|
|
7422
|
-
*/
|
|
7423
|
-
FullLoadStartTime?: Date;
|
|
7424
|
-
/**
|
|
7425
|
-
* <p>The time when the full load operation completed.</p>
|
|
7426
|
-
*/
|
|
7427
|
-
FullLoadEndTime?: Date;
|
|
7428
|
-
/**
|
|
7429
|
-
* <p>A value that indicates if the table was reloaded (<code>true</code>)
|
|
7430
|
-
* or loaded as part of a new full load operation (<code>false</code>).</p>
|
|
7431
|
-
*/
|
|
7432
|
-
FullLoadReloaded?: boolean;
|
|
7433
|
-
/**
|
|
7434
|
-
* <p>The last time a table was updated.</p>
|
|
7435
|
-
*/
|
|
7436
|
-
LastUpdateTime?: Date;
|
|
7437
|
-
/**
|
|
7438
|
-
* <p>The state of the tables described.</p>
|
|
7439
|
-
* <p>Valid states: Table does not exist | Before load | Full load | Table completed | Table
|
|
7440
|
-
* cancelled | Table error | Table is being reloaded</p>
|
|
7441
|
-
*/
|
|
7442
|
-
TableState?: string;
|
|
7443
|
-
/**
|
|
7444
|
-
* <p>The number of records that have yet to be validated.</p>
|
|
7445
|
-
*/
|
|
7446
|
-
ValidationPendingRecords?: number;
|
|
7447
|
-
/**
|
|
7448
|
-
* <p>The number of records that failed validation.</p>
|
|
7449
|
-
*/
|
|
7450
|
-
ValidationFailedRecords?: number;
|
|
7451
|
-
/**
|
|
7452
|
-
* <p>The number of records that couldn't be validated.</p>
|
|
7453
|
-
*/
|
|
7454
|
-
ValidationSuspendedRecords?: number;
|
|
7455
|
-
/**
|
|
7456
|
-
* <p>The validation state of the table.</p>
|
|
7457
|
-
* <p>This parameter can have the following values:</p>
|
|
7458
|
-
* <ul>
|
|
7459
|
-
* <li>
|
|
7460
|
-
* <p>Not enabled – Validation isn't enabled for the table in the migration
|
|
7461
|
-
* task.</p>
|
|
7462
|
-
* </li>
|
|
7463
|
-
* <li>
|
|
7464
|
-
* <p>Pending records – Some records in the table are waiting for validation.</p>
|
|
7465
|
-
* </li>
|
|
7466
|
-
* <li>
|
|
7467
|
-
* <p>Mismatched records – Some records in the table don't match between the source
|
|
7468
|
-
* and target.</p>
|
|
7469
|
-
* </li>
|
|
7470
|
-
* <li>
|
|
7471
|
-
* <p>Suspended records – Some records in the table couldn't be validated.</p>
|
|
7472
|
-
* </li>
|
|
7473
|
-
* <li>
|
|
7474
|
-
* <p>No primary key –The table couldn't be validated because it has no primary
|
|
7475
|
-
* key.</p>
|
|
7476
|
-
* </li>
|
|
7477
|
-
* <li>
|
|
7478
|
-
* <p>Table error – The table wasn't validated because it's in an error state
|
|
7479
|
-
* and some data wasn't migrated.</p>
|
|
7480
|
-
* </li>
|
|
7481
|
-
* <li>
|
|
7482
|
-
* <p>Validated – All rows in the table are validated. If the table is updated, the
|
|
7483
|
-
* status can change from Validated.</p>
|
|
7484
|
-
* </li>
|
|
7485
|
-
* <li>
|
|
7486
|
-
* <p>Error – The table couldn't be validated because of an unexpected
|
|
7487
|
-
* error.</p>
|
|
7488
|
-
* </li>
|
|
7489
|
-
* <li>
|
|
7490
|
-
* <p>Pending validation – The table is waiting validation.</p>
|
|
7491
|
-
* </li>
|
|
7492
|
-
* <li>
|
|
7493
|
-
* <p>Preparing table – Preparing the table enabled in the migration task for validation.</p>
|
|
7494
|
-
* </li>
|
|
7495
|
-
* <li>
|
|
7496
|
-
* <p>Pending revalidation – All rows in the table are pending validation after the table was updated.</p>
|
|
7497
|
-
* </li>
|
|
7498
|
-
* </ul>
|
|
7499
|
-
*/
|
|
7500
|
-
ValidationState?: string;
|
|
7501
|
-
/**
|
|
7502
|
-
* <p>Additional details about the state of validation.</p>
|
|
7503
|
-
*/
|
|
7504
|
-
ValidationStateDetails?: string;
|
|
7505
|
-
}
|
|
7506
8250
|
/**
|
|
7507
8251
|
* @public
|
|
7508
8252
|
* <p></p>
|
|
@@ -7839,6 +8583,10 @@ export interface ModifyEndpointMessage {
|
|
|
7839
8583
|
* <p>Settings in JSON format for the source GCP MySQL endpoint.</p>
|
|
7840
8584
|
*/
|
|
7841
8585
|
GcpMySQLSettings?: GcpMySQLSettings;
|
|
8586
|
+
/**
|
|
8587
|
+
* <p>Settings in JSON format for the target Amazon Timestream endpoint.</p>
|
|
8588
|
+
*/
|
|
8589
|
+
TimestreamSettings?: TimestreamSettings;
|
|
7842
8590
|
}
|
|
7843
8591
|
/**
|
|
7844
8592
|
* @public
|
|
@@ -7890,6 +8638,59 @@ export interface ModifyEventSubscriptionResponse {
|
|
|
7890
8638
|
*/
|
|
7891
8639
|
EventSubscription?: EventSubscription;
|
|
7892
8640
|
}
|
|
8641
|
+
/**
|
|
8642
|
+
* @public
|
|
8643
|
+
* <p></p>
|
|
8644
|
+
*/
|
|
8645
|
+
export interface ModifyReplicationConfigMessage {
|
|
8646
|
+
/**
|
|
8647
|
+
* <p>The Amazon Resource Name of the replication to modify.</p>
|
|
8648
|
+
*/
|
|
8649
|
+
ReplicationConfigArn: string | undefined;
|
|
8650
|
+
/**
|
|
8651
|
+
* <p>The new replication config to apply to the replication.</p>
|
|
8652
|
+
*/
|
|
8653
|
+
ReplicationConfigIdentifier?: string;
|
|
8654
|
+
/**
|
|
8655
|
+
* <p>The type of replication.</p>
|
|
8656
|
+
*/
|
|
8657
|
+
ReplicationType?: MigrationTypeValue | string;
|
|
8658
|
+
/**
|
|
8659
|
+
* <p>Table mappings specified in the replication.</p>
|
|
8660
|
+
*/
|
|
8661
|
+
TableMappings?: string;
|
|
8662
|
+
/**
|
|
8663
|
+
* <p>The settings for the replication.</p>
|
|
8664
|
+
*/
|
|
8665
|
+
ReplicationSettings?: string;
|
|
8666
|
+
/**
|
|
8667
|
+
* <p>Additional settings for the replication.</p>
|
|
8668
|
+
*/
|
|
8669
|
+
SupplementalSettings?: string;
|
|
8670
|
+
/**
|
|
8671
|
+
* <p>Configuration parameters for provisioning an DMS Serverless replication.</p>
|
|
8672
|
+
*/
|
|
8673
|
+
ComputeConfig?: ComputeConfig;
|
|
8674
|
+
/**
|
|
8675
|
+
* <p>The Amazon Resource Name (ARN) of the source endpoint for
|
|
8676
|
+
* this DMS serverless replication configuration.</p>
|
|
8677
|
+
*/
|
|
8678
|
+
SourceEndpointArn?: string;
|
|
8679
|
+
/**
|
|
8680
|
+
* <p>The Amazon Resource Name (ARN) of the target endpoint for
|
|
8681
|
+
* this DMS serverless replication configuration.</p>
|
|
8682
|
+
*/
|
|
8683
|
+
TargetEndpointArn?: string;
|
|
8684
|
+
}
|
|
8685
|
+
/**
|
|
8686
|
+
* @public
|
|
8687
|
+
*/
|
|
8688
|
+
export interface ModifyReplicationConfigResponse {
|
|
8689
|
+
/**
|
|
8690
|
+
* <p>Information about the serverless replication config that was modified.</p>
|
|
8691
|
+
*/
|
|
8692
|
+
ReplicationConfig?: ReplicationConfig;
|
|
8693
|
+
}
|
|
7893
8694
|
/**
|
|
7894
8695
|
* @public
|
|
7895
8696
|
* <p></p>
|
|
@@ -8252,6 +9053,36 @@ export interface TableToReload {
|
|
|
8252
9053
|
*/
|
|
8253
9054
|
TableName: string | undefined;
|
|
8254
9055
|
}
|
|
9056
|
+
/**
|
|
9057
|
+
* @public
|
|
9058
|
+
* <p></p>
|
|
9059
|
+
*/
|
|
9060
|
+
export interface ReloadReplicationTablesMessage {
|
|
9061
|
+
/**
|
|
9062
|
+
* <p>The Amazon Resource Name of the replication config for which to reload tables.</p>
|
|
9063
|
+
*/
|
|
9064
|
+
ReplicationConfigArn: string | undefined;
|
|
9065
|
+
/**
|
|
9066
|
+
* <p>The list of tables to reload.</p>
|
|
9067
|
+
*/
|
|
9068
|
+
TablesToReload: TableToReload[] | undefined;
|
|
9069
|
+
/**
|
|
9070
|
+
* <p>Options for reload. Specify <code>data-reload</code> to reload the data and re-validate
|
|
9071
|
+
* it if validation is enabled. Specify <code>validate-only</code> to re-validate the table.
|
|
9072
|
+
* This option applies only when validation is enabled for the replication. </p>
|
|
9073
|
+
*/
|
|
9074
|
+
ReloadOption?: ReloadOptionValue | string;
|
|
9075
|
+
}
|
|
9076
|
+
/**
|
|
9077
|
+
* @public
|
|
9078
|
+
* <p></p>
|
|
9079
|
+
*/
|
|
9080
|
+
export interface ReloadReplicationTablesResponse {
|
|
9081
|
+
/**
|
|
9082
|
+
* <p>The Amazon Resource Name of the replication config for which to reload tables.</p>
|
|
9083
|
+
*/
|
|
9084
|
+
ReplicationConfigArn?: string;
|
|
9085
|
+
}
|
|
8255
9086
|
/**
|
|
8256
9087
|
* @public
|
|
8257
9088
|
*/
|
|
@@ -8334,6 +9165,47 @@ export interface StartRecommendationsRequest {
|
|
|
8334
9165
|
*/
|
|
8335
9166
|
Settings: RecommendationSettings | undefined;
|
|
8336
9167
|
}
|
|
9168
|
+
/**
|
|
9169
|
+
* @public
|
|
9170
|
+
* <p></p>
|
|
9171
|
+
*/
|
|
9172
|
+
export interface StartReplicationMessage {
|
|
9173
|
+
/**
|
|
9174
|
+
* <p>The Amazon Resource Name of the replication for which to start replication.</p>
|
|
9175
|
+
*/
|
|
9176
|
+
ReplicationConfigArn: string | undefined;
|
|
9177
|
+
/**
|
|
9178
|
+
* <p>The replication type.</p>
|
|
9179
|
+
*/
|
|
9180
|
+
StartReplicationType: string | undefined;
|
|
9181
|
+
/**
|
|
9182
|
+
* <p>Indicates the start time for a change data capture (CDC) operation. Use either <code>CdcStartTime</code>
|
|
9183
|
+
* or <code>CdcStartPosition</code> to specify when you want a CDC operation to start. Specifying both values results in an error.</p>
|
|
9184
|
+
*/
|
|
9185
|
+
CdcStartTime?: Date;
|
|
9186
|
+
/**
|
|
9187
|
+
* <p>Indicates when you want a change data capture (CDC) operation to start. Use either
|
|
9188
|
+
* <code>CdcStartPosition</code> or <code>CdcStartTime</code> to specify when you want a
|
|
9189
|
+
* CDC operation to start. Specifying both values results in an error.</p>
|
|
9190
|
+
* <p>The value can be in date, checkpoint, or LSN/SCN format.</p>
|
|
9191
|
+
*/
|
|
9192
|
+
CdcStartPosition?: string;
|
|
9193
|
+
/**
|
|
9194
|
+
* <p>Indicates when you want a change data capture (CDC) operation to stop. The value can be
|
|
9195
|
+
* either server time or commit time.</p>
|
|
9196
|
+
*/
|
|
9197
|
+
CdcStopPosition?: string;
|
|
9198
|
+
}
|
|
9199
|
+
/**
|
|
9200
|
+
* @public
|
|
9201
|
+
* <p></p>
|
|
9202
|
+
*/
|
|
9203
|
+
export interface StartReplicationResponse {
|
|
9204
|
+
/**
|
|
9205
|
+
* <p>The replication that DMS started.</p>
|
|
9206
|
+
*/
|
|
9207
|
+
Replication?: Replication;
|
|
9208
|
+
}
|
|
8337
9209
|
/**
|
|
8338
9210
|
* @public
|
|
8339
9211
|
* @enum
|
|
@@ -8538,6 +9410,25 @@ export interface StartReplicationTaskAssessmentRunResponse {
|
|
|
8538
9410
|
*/
|
|
8539
9411
|
ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
|
|
8540
9412
|
}
|
|
9413
|
+
/**
|
|
9414
|
+
* @public
|
|
9415
|
+
* <p></p>
|
|
9416
|
+
*/
|
|
9417
|
+
export interface StopReplicationMessage {
|
|
9418
|
+
/**
|
|
9419
|
+
* <p>The Amazon Resource Name of the replication to stop.</p>
|
|
9420
|
+
*/
|
|
9421
|
+
ReplicationConfigArn: string | undefined;
|
|
9422
|
+
}
|
|
9423
|
+
/**
|
|
9424
|
+
* @public
|
|
9425
|
+
*/
|
|
9426
|
+
export interface StopReplicationResponse {
|
|
9427
|
+
/**
|
|
9428
|
+
* <p>The replication that DMS stopped.</p>
|
|
9429
|
+
*/
|
|
9430
|
+
Replication?: Replication;
|
|
9431
|
+
}
|
|
8541
9432
|
/**
|
|
8542
9433
|
* @public
|
|
8543
9434
|
* <p></p>
|