@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,10 +1,45 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import {
|
|
2
|
+
AssessmentReportType,
|
|
3
|
+
AuthMechanismValue,
|
|
4
|
+
AuthTypeValue,
|
|
5
|
+
CannedAclForObjectsValue,
|
|
6
|
+
CharLengthSemantics,
|
|
7
|
+
CollectorStatus,
|
|
8
|
+
CompressionTypeValue,
|
|
9
|
+
DatabaseMode,
|
|
10
|
+
DataFormatValue,
|
|
11
|
+
DatePartitionDelimiterValue,
|
|
12
|
+
DatePartitionSequenceValue,
|
|
13
|
+
DmsSslModeValue,
|
|
14
|
+
EncodingTypeValue,
|
|
15
|
+
EncryptionModeValue,
|
|
16
|
+
EndpointSettingTypeValue,
|
|
17
|
+
KafkaSaslMechanism,
|
|
18
|
+
KafkaSecurityProtocol,
|
|
19
|
+
KafkaSslEndpointIdentificationAlgorithm,
|
|
20
|
+
LongVarcharMappingType,
|
|
21
|
+
MessageFormatValue,
|
|
22
|
+
MigrationTypeValue,
|
|
23
|
+
MySQLAuthenticationMethod,
|
|
24
|
+
NestingLevelValue,
|
|
25
|
+
OracleAuthenticationMethod,
|
|
26
|
+
OriginTypeValue,
|
|
27
|
+
ParquetVersionValue,
|
|
28
|
+
PluginNameValue,
|
|
29
|
+
PostgreSQLAuthenticationMethod,
|
|
30
|
+
RedisAuthTypeValue,
|
|
31
|
+
RefreshSchemasStatusTypeValue,
|
|
32
|
+
ReleaseStatusValues,
|
|
33
|
+
ReplicationEndpointTypeValue,
|
|
34
|
+
SafeguardPolicy,
|
|
35
|
+
SourceType,
|
|
36
|
+
SqlServerAuthenticationMethod,
|
|
37
|
+
SslSecurityProtocolValue,
|
|
38
|
+
TablePreparationMode,
|
|
39
|
+
TargetDbType,
|
|
40
|
+
TlogAccessMode,
|
|
41
|
+
VersionStatus,
|
|
42
|
+
} from "./enums";
|
|
8
43
|
export interface AccountQuota {
|
|
9
44
|
AccountQuotaName?: string | undefined;
|
|
10
45
|
Used?: number | undefined;
|
|
@@ -20,20 +55,6 @@ export interface AddTagsToResourceMessage {
|
|
|
20
55
|
Tags: Tag[] | undefined;
|
|
21
56
|
}
|
|
22
57
|
export interface AddTagsToResourceResponse {}
|
|
23
|
-
export declare class InvalidResourceStateFault extends __BaseException {
|
|
24
|
-
readonly name: "InvalidResourceStateFault";
|
|
25
|
-
readonly $fault: "client";
|
|
26
|
-
constructor(
|
|
27
|
-
opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>
|
|
28
|
-
);
|
|
29
|
-
}
|
|
30
|
-
export declare class ResourceNotFoundFault extends __BaseException {
|
|
31
|
-
readonly name: "ResourceNotFoundFault";
|
|
32
|
-
readonly $fault: "client";
|
|
33
|
-
constructor(
|
|
34
|
-
opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>
|
|
35
|
-
);
|
|
36
|
-
}
|
|
37
58
|
export interface ApplyPendingMaintenanceActionMessage {
|
|
38
59
|
ReplicationInstanceArn: string | undefined;
|
|
39
60
|
ApplyAction: string | undefined;
|
|
@@ -166,26 +187,12 @@ export interface ReplicationTaskAssessmentRun {
|
|
|
166
187
|
export interface CancelReplicationTaskAssessmentRunResponse {
|
|
167
188
|
ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun | undefined;
|
|
168
189
|
}
|
|
169
|
-
export declare const MigrationTypeValue: {
|
|
170
|
-
readonly CDC: "cdc";
|
|
171
|
-
readonly FULL_LOAD: "full-load";
|
|
172
|
-
readonly FULL_LOAD_AND_CDC: "full-load-and-cdc";
|
|
173
|
-
};
|
|
174
|
-
export type MigrationTypeValue =
|
|
175
|
-
(typeof MigrationTypeValue)[keyof typeof MigrationTypeValue];
|
|
176
190
|
export interface SourceDataSetting {
|
|
177
191
|
CDCStartPosition?: string | undefined;
|
|
178
192
|
CDCStartTime?: Date | undefined;
|
|
179
193
|
CDCStopTime?: Date | undefined;
|
|
180
194
|
SlotName?: string | undefined;
|
|
181
195
|
}
|
|
182
|
-
export declare const TablePreparationMode: {
|
|
183
|
-
readonly DO_NOTHING: "do-nothing";
|
|
184
|
-
readonly DROP_TABLES_ON_TARGET: "drop-tables-on-target";
|
|
185
|
-
readonly TRUNCATE: "truncate";
|
|
186
|
-
};
|
|
187
|
-
export type TablePreparationMode =
|
|
188
|
-
(typeof TablePreparationMode)[keyof typeof TablePreparationMode];
|
|
189
196
|
export interface TargetDataSetting {
|
|
190
197
|
TablePreparationMode?: TablePreparationMode | undefined;
|
|
191
198
|
}
|
|
@@ -239,43 +246,6 @@ export interface DataMigration {
|
|
|
239
246
|
export interface CreateDataMigrationResponse {
|
|
240
247
|
DataMigration?: DataMigration | undefined;
|
|
241
248
|
}
|
|
242
|
-
export declare class FailedDependencyFault extends __BaseException {
|
|
243
|
-
readonly name: "FailedDependencyFault";
|
|
244
|
-
readonly $fault: "client";
|
|
245
|
-
constructor(
|
|
246
|
-
opts: __ExceptionOptionType<FailedDependencyFault, __BaseException>
|
|
247
|
-
);
|
|
248
|
-
}
|
|
249
|
-
export declare class InvalidOperationFault extends __BaseException {
|
|
250
|
-
readonly name: "InvalidOperationFault";
|
|
251
|
-
readonly $fault: "client";
|
|
252
|
-
constructor(
|
|
253
|
-
opts: __ExceptionOptionType<InvalidOperationFault, __BaseException>
|
|
254
|
-
);
|
|
255
|
-
}
|
|
256
|
-
export declare class ResourceAlreadyExistsFault extends __BaseException {
|
|
257
|
-
readonly name: "ResourceAlreadyExistsFault";
|
|
258
|
-
readonly $fault: "client";
|
|
259
|
-
resourceArn?: string | undefined;
|
|
260
|
-
constructor(
|
|
261
|
-
opts: __ExceptionOptionType<ResourceAlreadyExistsFault, __BaseException>
|
|
262
|
-
);
|
|
263
|
-
}
|
|
264
|
-
export declare class ResourceQuotaExceededFault extends __BaseException {
|
|
265
|
-
readonly name: "ResourceQuotaExceededFault";
|
|
266
|
-
readonly $fault: "client";
|
|
267
|
-
constructor(
|
|
268
|
-
opts: __ExceptionOptionType<ResourceQuotaExceededFault, __BaseException>
|
|
269
|
-
);
|
|
270
|
-
}
|
|
271
|
-
export declare const DmsSslModeValue: {
|
|
272
|
-
readonly NONE: "none";
|
|
273
|
-
readonly REQUIRE: "require";
|
|
274
|
-
readonly VERIFY_CA: "verify-ca";
|
|
275
|
-
readonly VERIFY_FULL: "verify-full";
|
|
276
|
-
};
|
|
277
|
-
export type DmsSslModeValue =
|
|
278
|
-
(typeof DmsSslModeValue)[keyof typeof DmsSslModeValue];
|
|
279
249
|
export interface DocDbDataProviderSettings {
|
|
280
250
|
ServerName?: string | undefined;
|
|
281
251
|
Port?: number | undefined;
|
|
@@ -318,18 +288,6 @@ export interface MicrosoftSqlServerDataProviderSettings {
|
|
|
318
288
|
S3Path?: string | undefined;
|
|
319
289
|
S3AccessRoleArn?: string | undefined;
|
|
320
290
|
}
|
|
321
|
-
export declare const AuthMechanismValue: {
|
|
322
|
-
readonly DEFAULT: "default";
|
|
323
|
-
readonly MONGODB_CR: "mongodb_cr";
|
|
324
|
-
readonly SCRAM_SHA_1: "scram_sha_1";
|
|
325
|
-
};
|
|
326
|
-
export type AuthMechanismValue =
|
|
327
|
-
(typeof AuthMechanismValue)[keyof typeof AuthMechanismValue];
|
|
328
|
-
export declare const AuthTypeValue: {
|
|
329
|
-
readonly NO: "no";
|
|
330
|
-
readonly PASSWORD: "password";
|
|
331
|
-
};
|
|
332
|
-
export type AuthTypeValue = (typeof AuthTypeValue)[keyof typeof AuthTypeValue];
|
|
333
291
|
export interface MongoDbDataProviderSettings {
|
|
334
292
|
ServerName?: string | undefined;
|
|
335
293
|
Port?: number | undefined;
|
|
@@ -609,12 +567,6 @@ export interface DmsTransferSettings {
|
|
|
609
567
|
ServiceAccessRoleArn?: string | undefined;
|
|
610
568
|
BucketName?: string | undefined;
|
|
611
569
|
}
|
|
612
|
-
export declare const NestingLevelValue: {
|
|
613
|
-
readonly NONE: "none";
|
|
614
|
-
readonly ONE: "one";
|
|
615
|
-
};
|
|
616
|
-
export type NestingLevelValue =
|
|
617
|
-
(typeof NestingLevelValue)[keyof typeof NestingLevelValue];
|
|
618
570
|
export interface DocDbSettings {
|
|
619
571
|
Username?: string | undefined;
|
|
620
572
|
Password?: string | undefined;
|
|
@@ -640,17 +592,6 @@ export interface ElasticsearchSettings {
|
|
|
640
592
|
ErrorRetryDuration?: number | undefined;
|
|
641
593
|
UseNewMappingType?: boolean | undefined;
|
|
642
594
|
}
|
|
643
|
-
export declare const ReplicationEndpointTypeValue: {
|
|
644
|
-
readonly SOURCE: "source";
|
|
645
|
-
readonly TARGET: "target";
|
|
646
|
-
};
|
|
647
|
-
export type ReplicationEndpointTypeValue =
|
|
648
|
-
(typeof ReplicationEndpointTypeValue)[keyof typeof ReplicationEndpointTypeValue];
|
|
649
|
-
export declare const TargetDbType: {
|
|
650
|
-
readonly MULTIPLE_DATABASES: "multiple-databases";
|
|
651
|
-
readonly SPECIFIC_DATABASE: "specific-database";
|
|
652
|
-
};
|
|
653
|
-
export type TargetDbType = (typeof TargetDbType)[keyof typeof TargetDbType];
|
|
654
595
|
export interface GcpMySQLSettings {
|
|
655
596
|
AfterConnectScript?: string | undefined;
|
|
656
597
|
CleanSourceMetadataOnMismatch?: boolean | undefined;
|
|
@@ -683,32 +624,6 @@ export interface IBMDb2Settings {
|
|
|
683
624
|
MaxFileSize?: number | undefined;
|
|
684
625
|
KeepCsvFiles?: boolean | undefined;
|
|
685
626
|
}
|
|
686
|
-
export declare const MessageFormatValue: {
|
|
687
|
-
readonly JSON: "json";
|
|
688
|
-
readonly JSON_UNFORMATTED: "json-unformatted";
|
|
689
|
-
};
|
|
690
|
-
export type MessageFormatValue =
|
|
691
|
-
(typeof MessageFormatValue)[keyof typeof MessageFormatValue];
|
|
692
|
-
export declare const KafkaSaslMechanism: {
|
|
693
|
-
readonly PLAIN: "plain";
|
|
694
|
-
readonly SCRAM_SHA_512: "scram-sha-512";
|
|
695
|
-
};
|
|
696
|
-
export type KafkaSaslMechanism =
|
|
697
|
-
(typeof KafkaSaslMechanism)[keyof typeof KafkaSaslMechanism];
|
|
698
|
-
export declare const KafkaSecurityProtocol: {
|
|
699
|
-
readonly PLAINTEXT: "plaintext";
|
|
700
|
-
readonly SASL_SSL: "sasl-ssl";
|
|
701
|
-
readonly SSL_AUTHENTICATION: "ssl-authentication";
|
|
702
|
-
readonly SSL_ENCRYPTION: "ssl-encryption";
|
|
703
|
-
};
|
|
704
|
-
export type KafkaSecurityProtocol =
|
|
705
|
-
(typeof KafkaSecurityProtocol)[keyof typeof KafkaSecurityProtocol];
|
|
706
|
-
export declare const KafkaSslEndpointIdentificationAlgorithm: {
|
|
707
|
-
readonly HTTPS: "https";
|
|
708
|
-
readonly NONE: "none";
|
|
709
|
-
};
|
|
710
|
-
export type KafkaSslEndpointIdentificationAlgorithm =
|
|
711
|
-
(typeof KafkaSslEndpointIdentificationAlgorithm)[keyof typeof KafkaSslEndpointIdentificationAlgorithm];
|
|
712
627
|
export interface KafkaSettings {
|
|
713
628
|
Broker?: string | undefined;
|
|
714
629
|
Topic?: string | undefined;
|
|
@@ -747,27 +662,6 @@ export interface KinesisSettings {
|
|
|
747
662
|
NoHexPrefix?: boolean | undefined;
|
|
748
663
|
UseLargeIntegerValue?: boolean | undefined;
|
|
749
664
|
}
|
|
750
|
-
export declare const SqlServerAuthenticationMethod: {
|
|
751
|
-
readonly Kerberos: "kerberos";
|
|
752
|
-
readonly Password: "password";
|
|
753
|
-
};
|
|
754
|
-
export type SqlServerAuthenticationMethod =
|
|
755
|
-
(typeof SqlServerAuthenticationMethod)[keyof typeof SqlServerAuthenticationMethod];
|
|
756
|
-
export declare const SafeguardPolicy: {
|
|
757
|
-
readonly EXCLUSIVE_AUTOMATIC_TRUNCATION: "exclusive-automatic-truncation";
|
|
758
|
-
readonly RELY_ON_SQL_SERVER_REPLICATION_AGENT: "rely-on-sql-server-replication-agent";
|
|
759
|
-
readonly SHARED_AUTOMATIC_TRUNCATION: "shared-automatic-truncation";
|
|
760
|
-
};
|
|
761
|
-
export type SafeguardPolicy =
|
|
762
|
-
(typeof SafeguardPolicy)[keyof typeof SafeguardPolicy];
|
|
763
|
-
export declare const TlogAccessMode: {
|
|
764
|
-
readonly BackupOnly: "BackupOnly";
|
|
765
|
-
readonly PreferBackup: "PreferBackup";
|
|
766
|
-
readonly PreferTlog: "PreferTlog";
|
|
767
|
-
readonly TlogOnly: "TlogOnly";
|
|
768
|
-
};
|
|
769
|
-
export type TlogAccessMode =
|
|
770
|
-
(typeof TlogAccessMode)[keyof typeof TlogAccessMode];
|
|
771
665
|
export interface MicrosoftSQLServerSettings {
|
|
772
666
|
Port?: number | undefined;
|
|
773
667
|
BcpPacketSize?: number | undefined;
|
|
@@ -806,12 +700,6 @@ export interface MongoDbSettings {
|
|
|
806
700
|
UseUpdateLookUp?: boolean | undefined;
|
|
807
701
|
ReplicateShardCollections?: boolean | undefined;
|
|
808
702
|
}
|
|
809
|
-
export declare const MySQLAuthenticationMethod: {
|
|
810
|
-
readonly IAM: "iam";
|
|
811
|
-
readonly Password: "password";
|
|
812
|
-
};
|
|
813
|
-
export type MySQLAuthenticationMethod =
|
|
814
|
-
(typeof MySQLAuthenticationMethod)[keyof typeof MySQLAuthenticationMethod];
|
|
815
703
|
export interface MySQLSettings {
|
|
816
704
|
AfterConnectScript?: string | undefined;
|
|
817
705
|
CleanSourceMetadataOnMismatch?: boolean | undefined;
|
|
@@ -840,19 +728,6 @@ export interface NeptuneSettings {
|
|
|
840
728
|
MaxRetryCount?: number | undefined;
|
|
841
729
|
IamAuthEnabled?: boolean | undefined;
|
|
842
730
|
}
|
|
843
|
-
export declare const OracleAuthenticationMethod: {
|
|
844
|
-
readonly Kerberos: "kerberos";
|
|
845
|
-
readonly Password: "password";
|
|
846
|
-
};
|
|
847
|
-
export type OracleAuthenticationMethod =
|
|
848
|
-
(typeof OracleAuthenticationMethod)[keyof typeof OracleAuthenticationMethod];
|
|
849
|
-
export declare const CharLengthSemantics: {
|
|
850
|
-
readonly BYTE: "byte";
|
|
851
|
-
readonly CHAR: "char";
|
|
852
|
-
readonly DEFAULT: "default";
|
|
853
|
-
};
|
|
854
|
-
export type CharLengthSemantics =
|
|
855
|
-
(typeof CharLengthSemantics)[keyof typeof CharLengthSemantics];
|
|
856
731
|
export interface OracleSettings {
|
|
857
732
|
AddSupplementalLogging?: boolean | undefined;
|
|
858
733
|
ArchivedLogDestId?: number | undefined;
|
|
@@ -899,31 +774,6 @@ export interface OracleSettings {
|
|
|
899
774
|
OpenTransactionWindow?: number | undefined;
|
|
900
775
|
AuthenticationMethod?: OracleAuthenticationMethod | undefined;
|
|
901
776
|
}
|
|
902
|
-
export declare const PostgreSQLAuthenticationMethod: {
|
|
903
|
-
readonly IAM: "iam";
|
|
904
|
-
readonly Password: "password";
|
|
905
|
-
};
|
|
906
|
-
export type PostgreSQLAuthenticationMethod =
|
|
907
|
-
(typeof PostgreSQLAuthenticationMethod)[keyof typeof PostgreSQLAuthenticationMethod];
|
|
908
|
-
export declare const DatabaseMode: {
|
|
909
|
-
readonly BABELFISH: "babelfish";
|
|
910
|
-
readonly DEFAULT: "default";
|
|
911
|
-
};
|
|
912
|
-
export type DatabaseMode = (typeof DatabaseMode)[keyof typeof DatabaseMode];
|
|
913
|
-
export declare const LongVarcharMappingType: {
|
|
914
|
-
readonly CLOB: "clob";
|
|
915
|
-
readonly NCLOB: "nclob";
|
|
916
|
-
readonly WSTRING: "wstring";
|
|
917
|
-
};
|
|
918
|
-
export type LongVarcharMappingType =
|
|
919
|
-
(typeof LongVarcharMappingType)[keyof typeof LongVarcharMappingType];
|
|
920
|
-
export declare const PluginNameValue: {
|
|
921
|
-
readonly NO_PREFERENCE: "no-preference";
|
|
922
|
-
readonly PGLOGICAL: "pglogical";
|
|
923
|
-
readonly TEST_DECODING: "test-decoding";
|
|
924
|
-
};
|
|
925
|
-
export type PluginNameValue =
|
|
926
|
-
(typeof PluginNameValue)[keyof typeof PluginNameValue];
|
|
927
777
|
export interface PostgreSQLSettings {
|
|
928
778
|
AfterConnectScript?: string | undefined;
|
|
929
779
|
CaptureDdls?: boolean | undefined;
|
|
@@ -953,19 +803,6 @@ export interface PostgreSQLSettings {
|
|
|
953
803
|
ServiceAccessRoleArn?: string | undefined;
|
|
954
804
|
AuthenticationMethod?: PostgreSQLAuthenticationMethod | undefined;
|
|
955
805
|
}
|
|
956
|
-
export declare const RedisAuthTypeValue: {
|
|
957
|
-
readonly AUTH_ROLE: "auth-role";
|
|
958
|
-
readonly AUTH_TOKEN: "auth-token";
|
|
959
|
-
readonly NONE: "none";
|
|
960
|
-
};
|
|
961
|
-
export type RedisAuthTypeValue =
|
|
962
|
-
(typeof RedisAuthTypeValue)[keyof typeof RedisAuthTypeValue];
|
|
963
|
-
export declare const SslSecurityProtocolValue: {
|
|
964
|
-
readonly PLAINTEXT: "plaintext";
|
|
965
|
-
readonly SSL_ENCRYPTION: "ssl-encryption";
|
|
966
|
-
};
|
|
967
|
-
export type SslSecurityProtocolValue =
|
|
968
|
-
(typeof SslSecurityProtocolValue)[keyof typeof SslSecurityProtocolValue];
|
|
969
806
|
export interface RedisSettings {
|
|
970
807
|
ServerName: string | undefined;
|
|
971
808
|
Port: number | undefined;
|
|
@@ -975,12 +812,6 @@ export interface RedisSettings {
|
|
|
975
812
|
AuthPassword?: string | undefined;
|
|
976
813
|
SslCaCertificateArn?: string | undefined;
|
|
977
814
|
}
|
|
978
|
-
export declare const EncryptionModeValue: {
|
|
979
|
-
readonly SSE_KMS: "sse-kms";
|
|
980
|
-
readonly SSE_S3: "sse-s3";
|
|
981
|
-
};
|
|
982
|
-
export type EncryptionModeValue =
|
|
983
|
-
(typeof EncryptionModeValue)[keyof typeof EncryptionModeValue];
|
|
984
815
|
export interface RedshiftSettings {
|
|
985
816
|
AcceptAnyDate?: boolean | undefined;
|
|
986
817
|
AfterConnectScript?: string | undefined;
|
|
@@ -1014,60 +845,6 @@ export interface RedshiftSettings {
|
|
|
1014
845
|
SecretsManagerSecretId?: string | undefined;
|
|
1015
846
|
MapBooleanAsBoolean?: boolean | undefined;
|
|
1016
847
|
}
|
|
1017
|
-
export declare const CannedAclForObjectsValue: {
|
|
1018
|
-
readonly AUTHENTICATED_READ: "authenticated-read";
|
|
1019
|
-
readonly AWS_EXEC_READ: "aws-exec-read";
|
|
1020
|
-
readonly BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control";
|
|
1021
|
-
readonly BUCKET_OWNER_READ: "bucket-owner-read";
|
|
1022
|
-
readonly NONE: "none";
|
|
1023
|
-
readonly PRIVATE: "private";
|
|
1024
|
-
readonly PUBLIC_READ: "public-read";
|
|
1025
|
-
readonly PUBLIC_READ_WRITE: "public-read-write";
|
|
1026
|
-
};
|
|
1027
|
-
export type CannedAclForObjectsValue =
|
|
1028
|
-
(typeof CannedAclForObjectsValue)[keyof typeof CannedAclForObjectsValue];
|
|
1029
|
-
export declare const CompressionTypeValue: {
|
|
1030
|
-
readonly GZIP: "gzip";
|
|
1031
|
-
readonly NONE: "none";
|
|
1032
|
-
};
|
|
1033
|
-
export type CompressionTypeValue =
|
|
1034
|
-
(typeof CompressionTypeValue)[keyof typeof CompressionTypeValue];
|
|
1035
|
-
export declare const DataFormatValue: {
|
|
1036
|
-
readonly CSV: "csv";
|
|
1037
|
-
readonly PARQUET: "parquet";
|
|
1038
|
-
};
|
|
1039
|
-
export type DataFormatValue =
|
|
1040
|
-
(typeof DataFormatValue)[keyof typeof DataFormatValue];
|
|
1041
|
-
export declare const DatePartitionDelimiterValue: {
|
|
1042
|
-
readonly DASH: "DASH";
|
|
1043
|
-
readonly NONE: "NONE";
|
|
1044
|
-
readonly SLASH: "SLASH";
|
|
1045
|
-
readonly UNDERSCORE: "UNDERSCORE";
|
|
1046
|
-
};
|
|
1047
|
-
export type DatePartitionDelimiterValue =
|
|
1048
|
-
(typeof DatePartitionDelimiterValue)[keyof typeof DatePartitionDelimiterValue];
|
|
1049
|
-
export declare const DatePartitionSequenceValue: {
|
|
1050
|
-
readonly DDMMYYYY: "DDMMYYYY";
|
|
1051
|
-
readonly MMYYYYDD: "MMYYYYDD";
|
|
1052
|
-
readonly YYYYMM: "YYYYMM";
|
|
1053
|
-
readonly YYYYMMDD: "YYYYMMDD";
|
|
1054
|
-
readonly YYYYMMDDHH: "YYYYMMDDHH";
|
|
1055
|
-
};
|
|
1056
|
-
export type DatePartitionSequenceValue =
|
|
1057
|
-
(typeof DatePartitionSequenceValue)[keyof typeof DatePartitionSequenceValue];
|
|
1058
|
-
export declare const EncodingTypeValue: {
|
|
1059
|
-
readonly PLAIN: "plain";
|
|
1060
|
-
readonly PLAIN_DICTIONARY: "plain-dictionary";
|
|
1061
|
-
readonly RLE_DICTIONARY: "rle-dictionary";
|
|
1062
|
-
};
|
|
1063
|
-
export type EncodingTypeValue =
|
|
1064
|
-
(typeof EncodingTypeValue)[keyof typeof EncodingTypeValue];
|
|
1065
|
-
export declare const ParquetVersionValue: {
|
|
1066
|
-
readonly PARQUET_1_0: "parquet-1-0";
|
|
1067
|
-
readonly PARQUET_2_0: "parquet-2-0";
|
|
1068
|
-
};
|
|
1069
|
-
export type ParquetVersionValue =
|
|
1070
|
-
(typeof ParquetVersionValue)[keyof typeof ParquetVersionValue];
|
|
1071
848
|
export interface S3Settings {
|
|
1072
849
|
ServiceAccessRoleArn?: string | undefined;
|
|
1073
850
|
ExternalTableDefinition?: string | undefined;
|
|
@@ -1205,20 +982,6 @@ export interface Endpoint {
|
|
|
1205
982
|
export interface CreateEndpointResponse {
|
|
1206
983
|
Endpoint?: Endpoint | undefined;
|
|
1207
984
|
}
|
|
1208
|
-
export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
1209
|
-
readonly name: "KMSKeyNotAccessibleFault";
|
|
1210
|
-
readonly $fault: "client";
|
|
1211
|
-
constructor(
|
|
1212
|
-
opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
|
|
1213
|
-
);
|
|
1214
|
-
}
|
|
1215
|
-
export declare class S3AccessDeniedFault extends __BaseException {
|
|
1216
|
-
readonly name: "S3AccessDeniedFault";
|
|
1217
|
-
readonly $fault: "client";
|
|
1218
|
-
constructor(
|
|
1219
|
-
opts: __ExceptionOptionType<S3AccessDeniedFault, __BaseException>
|
|
1220
|
-
);
|
|
1221
|
-
}
|
|
1222
985
|
export interface CreateEventSubscriptionMessage {
|
|
1223
986
|
SubscriptionName: string | undefined;
|
|
1224
987
|
SnsTopicArn: string | undefined;
|
|
@@ -1242,49 +1005,6 @@ export interface EventSubscription {
|
|
|
1242
1005
|
export interface CreateEventSubscriptionResponse {
|
|
1243
1006
|
EventSubscription?: EventSubscription | undefined;
|
|
1244
1007
|
}
|
|
1245
|
-
export declare class KMSAccessDeniedFault extends __BaseException {
|
|
1246
|
-
readonly name: "KMSAccessDeniedFault";
|
|
1247
|
-
readonly $fault: "client";
|
|
1248
|
-
constructor(
|
|
1249
|
-
opts: __ExceptionOptionType<KMSAccessDeniedFault, __BaseException>
|
|
1250
|
-
);
|
|
1251
|
-
}
|
|
1252
|
-
export declare class KMSDisabledFault extends __BaseException {
|
|
1253
|
-
readonly name: "KMSDisabledFault";
|
|
1254
|
-
readonly $fault: "client";
|
|
1255
|
-
constructor(opts: __ExceptionOptionType<KMSDisabledFault, __BaseException>);
|
|
1256
|
-
}
|
|
1257
|
-
export declare class KMSInvalidStateFault extends __BaseException {
|
|
1258
|
-
readonly name: "KMSInvalidStateFault";
|
|
1259
|
-
readonly $fault: "client";
|
|
1260
|
-
constructor(
|
|
1261
|
-
opts: __ExceptionOptionType<KMSInvalidStateFault, __BaseException>
|
|
1262
|
-
);
|
|
1263
|
-
}
|
|
1264
|
-
export declare class KMSNotFoundFault extends __BaseException {
|
|
1265
|
-
readonly name: "KMSNotFoundFault";
|
|
1266
|
-
readonly $fault: "client";
|
|
1267
|
-
constructor(opts: __ExceptionOptionType<KMSNotFoundFault, __BaseException>);
|
|
1268
|
-
}
|
|
1269
|
-
export declare class KMSThrottlingFault extends __BaseException {
|
|
1270
|
-
readonly name: "KMSThrottlingFault";
|
|
1271
|
-
readonly $fault: "client";
|
|
1272
|
-
constructor(opts: __ExceptionOptionType<KMSThrottlingFault, __BaseException>);
|
|
1273
|
-
}
|
|
1274
|
-
export declare class SNSInvalidTopicFault extends __BaseException {
|
|
1275
|
-
readonly name: "SNSInvalidTopicFault";
|
|
1276
|
-
readonly $fault: "client";
|
|
1277
|
-
constructor(
|
|
1278
|
-
opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>
|
|
1279
|
-
);
|
|
1280
|
-
}
|
|
1281
|
-
export declare class SNSNoAuthorizationFault extends __BaseException {
|
|
1282
|
-
readonly name: "SNSNoAuthorizationFault";
|
|
1283
|
-
readonly $fault: "client";
|
|
1284
|
-
constructor(
|
|
1285
|
-
opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>
|
|
1286
|
-
);
|
|
1287
|
-
}
|
|
1288
1008
|
export interface CreateFleetAdvisorCollectorRequest {
|
|
1289
1009
|
CollectorName: string | undefined;
|
|
1290
1010
|
Description?: string | undefined;
|
|
@@ -1298,13 +1018,6 @@ export interface CreateFleetAdvisorCollectorResponse {
|
|
|
1298
1018
|
ServiceAccessRoleArn?: string | undefined;
|
|
1299
1019
|
S3BucketName?: string | undefined;
|
|
1300
1020
|
}
|
|
1301
|
-
export declare class S3ResourceNotFoundFault extends __BaseException {
|
|
1302
|
-
readonly name: "S3ResourceNotFoundFault";
|
|
1303
|
-
readonly $fault: "client";
|
|
1304
|
-
constructor(
|
|
1305
|
-
opts: __ExceptionOptionType<S3ResourceNotFoundFault, __BaseException>
|
|
1306
|
-
);
|
|
1307
|
-
}
|
|
1308
1021
|
export interface CreateInstanceProfileMessage {
|
|
1309
1022
|
AvailabilityZone?: string | undefined;
|
|
1310
1023
|
KmsKeyArn?: string | undefined;
|
|
@@ -1410,21 +1123,6 @@ export interface ReplicationConfig {
|
|
|
1410
1123
|
export interface CreateReplicationConfigResponse {
|
|
1411
1124
|
ReplicationConfig?: ReplicationConfig | undefined;
|
|
1412
1125
|
}
|
|
1413
|
-
export declare class InvalidSubnet extends __BaseException {
|
|
1414
|
-
readonly name: "InvalidSubnet";
|
|
1415
|
-
readonly $fault: "client";
|
|
1416
|
-
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
1417
|
-
}
|
|
1418
|
-
export declare class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
1419
|
-
readonly name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
1420
|
-
readonly $fault: "client";
|
|
1421
|
-
constructor(
|
|
1422
|
-
opts: __ExceptionOptionType<
|
|
1423
|
-
ReplicationSubnetGroupDoesNotCoverEnoughAZs,
|
|
1424
|
-
__BaseException
|
|
1425
|
-
>
|
|
1426
|
-
);
|
|
1427
|
-
}
|
|
1428
1126
|
export interface KerberosAuthenticationSettings {
|
|
1429
1127
|
KeyCacheSecretId?: string | undefined;
|
|
1430
1128
|
KeyCacheSecretIamArn?: string | undefined;
|
|
@@ -1507,23 +1205,6 @@ export interface ReplicationInstance {
|
|
|
1507
1205
|
export interface CreateReplicationInstanceResponse {
|
|
1508
1206
|
ReplicationInstance?: ReplicationInstance | undefined;
|
|
1509
1207
|
}
|
|
1510
|
-
export declare class InsufficientResourceCapacityFault extends __BaseException {
|
|
1511
|
-
readonly name: "InsufficientResourceCapacityFault";
|
|
1512
|
-
readonly $fault: "client";
|
|
1513
|
-
constructor(
|
|
1514
|
-
opts: __ExceptionOptionType<
|
|
1515
|
-
InsufficientResourceCapacityFault,
|
|
1516
|
-
__BaseException
|
|
1517
|
-
>
|
|
1518
|
-
);
|
|
1519
|
-
}
|
|
1520
|
-
export declare class StorageQuotaExceededFault extends __BaseException {
|
|
1521
|
-
readonly name: "StorageQuotaExceededFault";
|
|
1522
|
-
readonly $fault: "client";
|
|
1523
|
-
constructor(
|
|
1524
|
-
opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>
|
|
1525
|
-
);
|
|
1526
|
-
}
|
|
1527
1208
|
export interface CreateReplicationSubnetGroupMessage {
|
|
1528
1209
|
ReplicationSubnetGroupIdentifier: string | undefined;
|
|
1529
1210
|
ReplicationSubnetGroupDescription: string | undefined;
|
|
@@ -1642,13 +1323,6 @@ export interface DeleteEventSubscriptionMessage {
|
|
|
1642
1323
|
export interface DeleteEventSubscriptionResponse {
|
|
1643
1324
|
EventSubscription?: EventSubscription | undefined;
|
|
1644
1325
|
}
|
|
1645
|
-
export declare class CollectorNotFoundFault extends __BaseException {
|
|
1646
|
-
readonly name: "CollectorNotFoundFault";
|
|
1647
|
-
readonly $fault: "client";
|
|
1648
|
-
constructor(
|
|
1649
|
-
opts: __ExceptionOptionType<CollectorNotFoundFault, __BaseException>
|
|
1650
|
-
);
|
|
1651
|
-
}
|
|
1652
1326
|
export interface DeleteCollectorRequest {
|
|
1653
1327
|
CollectorReferencedId: string | undefined;
|
|
1654
1328
|
}
|
|
@@ -1780,14 +1454,6 @@ export interface DescribeEndpointSettingsMessage {
|
|
|
1780
1454
|
MaxRecords?: number | undefined;
|
|
1781
1455
|
Marker?: string | undefined;
|
|
1782
1456
|
}
|
|
1783
|
-
export declare const EndpointSettingTypeValue: {
|
|
1784
|
-
readonly BOOLEAN: "boolean";
|
|
1785
|
-
readonly ENUM: "enum";
|
|
1786
|
-
readonly INTEGER: "integer";
|
|
1787
|
-
readonly STRING: "string";
|
|
1788
|
-
};
|
|
1789
|
-
export type EndpointSettingTypeValue =
|
|
1790
|
-
(typeof EndpointSettingTypeValue)[keyof typeof EndpointSettingTypeValue];
|
|
1791
1457
|
export interface EndpointSetting {
|
|
1792
1458
|
Name?: string | undefined;
|
|
1793
1459
|
Type?: EndpointSettingTypeValue | undefined;
|
|
@@ -1823,12 +1489,6 @@ export interface DescribeEngineVersionsMessage {
|
|
|
1823
1489
|
MaxRecords?: number | undefined;
|
|
1824
1490
|
Marker?: string | undefined;
|
|
1825
1491
|
}
|
|
1826
|
-
export declare const ReleaseStatusValues: {
|
|
1827
|
-
readonly BETA: "beta";
|
|
1828
|
-
readonly PROD: "prod";
|
|
1829
|
-
};
|
|
1830
|
-
export type ReleaseStatusValues =
|
|
1831
|
-
(typeof ReleaseStatusValues)[keyof typeof ReleaseStatusValues];
|
|
1832
1492
|
export interface EngineVersion {
|
|
1833
1493
|
Version?: string | undefined;
|
|
1834
1494
|
Lifecycle?: string | undefined;
|
|
@@ -1854,10 +1514,6 @@ export interface EventCategoryGroup {
|
|
|
1854
1514
|
export interface DescribeEventCategoriesResponse {
|
|
1855
1515
|
EventCategoryGroupList?: EventCategoryGroup[] | undefined;
|
|
1856
1516
|
}
|
|
1857
|
-
export declare const SourceType: {
|
|
1858
|
-
readonly replication_instance: "replication-instance";
|
|
1859
|
-
};
|
|
1860
|
-
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
1861
1517
|
export interface DescribeEventsMessage {
|
|
1862
1518
|
SourceIdentifier?: string | undefined;
|
|
1863
1519
|
SourceType?: SourceType | undefined;
|
|
@@ -1905,12 +1561,6 @@ export interface DescribeFleetAdvisorCollectorsRequest {
|
|
|
1905
1561
|
MaxRecords?: number | undefined;
|
|
1906
1562
|
NextToken?: string | undefined;
|
|
1907
1563
|
}
|
|
1908
|
-
export declare const CollectorStatus: {
|
|
1909
|
-
readonly ACTIVE: "ACTIVE";
|
|
1910
|
-
readonly UNREGISTERED: "UNREGISTERED";
|
|
1911
|
-
};
|
|
1912
|
-
export type CollectorStatus =
|
|
1913
|
-
(typeof CollectorStatus)[keyof typeof CollectorStatus];
|
|
1914
1564
|
export interface CollectorHealthCheck {
|
|
1915
1565
|
CollectorStatus?: CollectorStatus | undefined;
|
|
1916
1566
|
LocalCollectorS3Access?: boolean | undefined;
|
|
@@ -1921,12 +1571,6 @@ export interface InventoryData {
|
|
|
1921
1571
|
NumberOfDatabases?: number | undefined;
|
|
1922
1572
|
NumberOfSchemas?: number | undefined;
|
|
1923
1573
|
}
|
|
1924
|
-
export declare const VersionStatus: {
|
|
1925
|
-
readonly OUTDATED: "OUTDATED";
|
|
1926
|
-
readonly UNSUPPORTED: "UNSUPPORTED";
|
|
1927
|
-
readonly UP_TO_DATE: "UP_TO_DATE";
|
|
1928
|
-
};
|
|
1929
|
-
export type VersionStatus = (typeof VersionStatus)[keyof typeof VersionStatus];
|
|
1930
1574
|
export interface CollectorResponse {
|
|
1931
1575
|
CollectorReferencedId?: string | undefined;
|
|
1932
1576
|
CollectorName?: string | undefined;
|
|
@@ -2052,12 +1696,6 @@ export interface DescribeInstanceProfilesResponse {
|
|
|
2052
1696
|
Marker?: string | undefined;
|
|
2053
1697
|
InstanceProfiles?: InstanceProfile[] | undefined;
|
|
2054
1698
|
}
|
|
2055
|
-
export declare const OriginTypeValue: {
|
|
2056
|
-
readonly SOURCE: "SOURCE";
|
|
2057
|
-
readonly TARGET: "TARGET";
|
|
2058
|
-
};
|
|
2059
|
-
export type OriginTypeValue =
|
|
2060
|
-
(typeof OriginTypeValue)[keyof typeof OriginTypeValue];
|
|
2061
1699
|
export interface DescribeMetadataModelMessage {
|
|
2062
1700
|
SelectionRules: string | undefined;
|
|
2063
1701
|
MigrationProjectIdentifier: string | undefined;
|
|
@@ -2247,13 +1885,6 @@ export interface DescribeRecommendationsResponse {
|
|
|
2247
1885
|
export interface DescribeRefreshSchemasStatusMessage {
|
|
2248
1886
|
EndpointArn: string | undefined;
|
|
2249
1887
|
}
|
|
2250
|
-
export declare const RefreshSchemasStatusTypeValue: {
|
|
2251
|
-
readonly FAILED: "failed";
|
|
2252
|
-
readonly REFRESHING: "refreshing";
|
|
2253
|
-
readonly SUCCESSFUL: "successful";
|
|
2254
|
-
};
|
|
2255
|
-
export type RefreshSchemasStatusTypeValue =
|
|
2256
|
-
(typeof RefreshSchemasStatusTypeValue)[keyof typeof RefreshSchemasStatusTypeValue];
|
|
2257
1888
|
export interface RefreshSchemasStatus {
|
|
2258
1889
|
EndpointArn?: string | undefined;
|
|
2259
1890
|
ReplicationInstanceArn?: string | undefined;
|
|
@@ -2292,3 +1923,420 @@ export interface ReplicationInstanceTaskLog {
|
|
|
2292
1923
|
ReplicationTaskArn?: string | undefined;
|
|
2293
1924
|
ReplicationInstanceTaskLogSize?: number | undefined;
|
|
2294
1925
|
}
|
|
1926
|
+
export interface DescribeReplicationInstanceTaskLogsResponse {
|
|
1927
|
+
ReplicationInstanceArn?: string | undefined;
|
|
1928
|
+
ReplicationInstanceTaskLogs?: ReplicationInstanceTaskLog[] | undefined;
|
|
1929
|
+
Marker?: string | undefined;
|
|
1930
|
+
}
|
|
1931
|
+
export interface DescribeReplicationsMessage {
|
|
1932
|
+
Filters?: Filter[] | undefined;
|
|
1933
|
+
MaxRecords?: number | undefined;
|
|
1934
|
+
Marker?: string | undefined;
|
|
1935
|
+
}
|
|
1936
|
+
export interface PremigrationAssessmentStatus {
|
|
1937
|
+
PremigrationAssessmentRunArn?: string | undefined;
|
|
1938
|
+
FailOnAssessmentFailure?: boolean | undefined;
|
|
1939
|
+
Status?: string | undefined;
|
|
1940
|
+
PremigrationAssessmentRunCreationDate?: Date | undefined;
|
|
1941
|
+
AssessmentProgress?: ReplicationTaskAssessmentRunProgress | undefined;
|
|
1942
|
+
LastFailureMessage?: string | undefined;
|
|
1943
|
+
ResultLocationBucket?: string | undefined;
|
|
1944
|
+
ResultLocationFolder?: string | undefined;
|
|
1945
|
+
ResultEncryptionMode?: string | undefined;
|
|
1946
|
+
ResultKmsKeyArn?: string | undefined;
|
|
1947
|
+
ResultStatistic?: ReplicationTaskAssessmentRunResultStatistic | undefined;
|
|
1948
|
+
}
|
|
1949
|
+
export interface ProvisionData {
|
|
1950
|
+
ProvisionState?: string | undefined;
|
|
1951
|
+
ProvisionedCapacityUnits?: number | undefined;
|
|
1952
|
+
DateProvisioned?: Date | undefined;
|
|
1953
|
+
IsNewProvisioningAvailable?: boolean | undefined;
|
|
1954
|
+
DateNewProvisioningDataAvailable?: Date | undefined;
|
|
1955
|
+
ReasonForNewProvisioningData?: string | undefined;
|
|
1956
|
+
}
|
|
1957
|
+
export interface ReplicationStats {
|
|
1958
|
+
FullLoadProgressPercent?: number | undefined;
|
|
1959
|
+
ElapsedTimeMillis?: number | undefined;
|
|
1960
|
+
TablesLoaded?: number | undefined;
|
|
1961
|
+
TablesLoading?: number | undefined;
|
|
1962
|
+
TablesQueued?: number | undefined;
|
|
1963
|
+
TablesErrored?: number | undefined;
|
|
1964
|
+
FreshStartDate?: Date | undefined;
|
|
1965
|
+
StartDate?: Date | undefined;
|
|
1966
|
+
StopDate?: Date | undefined;
|
|
1967
|
+
FullLoadStartDate?: Date | undefined;
|
|
1968
|
+
FullLoadFinishDate?: Date | undefined;
|
|
1969
|
+
}
|
|
1970
|
+
export interface Replication {
|
|
1971
|
+
ReplicationConfigIdentifier?: string | undefined;
|
|
1972
|
+
ReplicationConfigArn?: string | undefined;
|
|
1973
|
+
SourceEndpointArn?: string | undefined;
|
|
1974
|
+
TargetEndpointArn?: string | undefined;
|
|
1975
|
+
ReplicationType?: MigrationTypeValue | undefined;
|
|
1976
|
+
Status?: string | undefined;
|
|
1977
|
+
ProvisionData?: ProvisionData | undefined;
|
|
1978
|
+
PremigrationAssessmentStatuses?: PremigrationAssessmentStatus[] | undefined;
|
|
1979
|
+
StopReason?: string | undefined;
|
|
1980
|
+
FailureMessages?: string[] | undefined;
|
|
1981
|
+
ReplicationStats?: ReplicationStats | undefined;
|
|
1982
|
+
StartReplicationType?: string | undefined;
|
|
1983
|
+
CdcStartTime?: Date | undefined;
|
|
1984
|
+
CdcStartPosition?: string | undefined;
|
|
1985
|
+
CdcStopPosition?: string | undefined;
|
|
1986
|
+
RecoveryCheckpoint?: string | undefined;
|
|
1987
|
+
ReplicationCreateTime?: Date | undefined;
|
|
1988
|
+
ReplicationUpdateTime?: Date | undefined;
|
|
1989
|
+
ReplicationLastStopTime?: Date | undefined;
|
|
1990
|
+
ReplicationDeprovisionTime?: Date | undefined;
|
|
1991
|
+
}
|
|
1992
|
+
export interface DescribeReplicationsResponse {
|
|
1993
|
+
Marker?: string | undefined;
|
|
1994
|
+
Replications?: Replication[] | undefined;
|
|
1995
|
+
}
|
|
1996
|
+
export interface DescribeReplicationSubnetGroupsMessage {
|
|
1997
|
+
Filters?: Filter[] | undefined;
|
|
1998
|
+
MaxRecords?: number | undefined;
|
|
1999
|
+
Marker?: string | undefined;
|
|
2000
|
+
}
|
|
2001
|
+
export interface DescribeReplicationSubnetGroupsResponse {
|
|
2002
|
+
Marker?: string | undefined;
|
|
2003
|
+
ReplicationSubnetGroups?: ReplicationSubnetGroup[] | undefined;
|
|
2004
|
+
}
|
|
2005
|
+
export interface DescribeReplicationTableStatisticsMessage {
|
|
2006
|
+
ReplicationConfigArn: string | undefined;
|
|
2007
|
+
MaxRecords?: number | undefined;
|
|
2008
|
+
Marker?: string | undefined;
|
|
2009
|
+
Filters?: Filter[] | undefined;
|
|
2010
|
+
}
|
|
2011
|
+
export interface TableStatistics {
|
|
2012
|
+
SchemaName?: string | undefined;
|
|
2013
|
+
TableName?: string | undefined;
|
|
2014
|
+
Inserts?: number | undefined;
|
|
2015
|
+
Deletes?: number | undefined;
|
|
2016
|
+
Updates?: number | undefined;
|
|
2017
|
+
Ddls?: number | undefined;
|
|
2018
|
+
AppliedInserts?: number | undefined;
|
|
2019
|
+
AppliedDeletes?: number | undefined;
|
|
2020
|
+
AppliedUpdates?: number | undefined;
|
|
2021
|
+
AppliedDdls?: number | undefined;
|
|
2022
|
+
FullLoadRows?: number | undefined;
|
|
2023
|
+
FullLoadCondtnlChkFailedRows?: number | undefined;
|
|
2024
|
+
FullLoadErrorRows?: number | undefined;
|
|
2025
|
+
FullLoadStartTime?: Date | undefined;
|
|
2026
|
+
FullLoadEndTime?: Date | undefined;
|
|
2027
|
+
FullLoadReloaded?: boolean | undefined;
|
|
2028
|
+
LastUpdateTime?: Date | undefined;
|
|
2029
|
+
TableState?: string | undefined;
|
|
2030
|
+
ValidationPendingRecords?: number | undefined;
|
|
2031
|
+
ValidationFailedRecords?: number | undefined;
|
|
2032
|
+
ValidationSuspendedRecords?: number | undefined;
|
|
2033
|
+
ValidationState?: string | undefined;
|
|
2034
|
+
ValidationStateDetails?: string | undefined;
|
|
2035
|
+
ResyncState?: string | undefined;
|
|
2036
|
+
ResyncRowsAttempted?: number | undefined;
|
|
2037
|
+
ResyncRowsSucceeded?: number | undefined;
|
|
2038
|
+
ResyncRowsFailed?: number | undefined;
|
|
2039
|
+
ResyncProgress?: number | undefined;
|
|
2040
|
+
}
|
|
2041
|
+
export interface DescribeReplicationTableStatisticsResponse {
|
|
2042
|
+
ReplicationConfigArn?: string | undefined;
|
|
2043
|
+
Marker?: string | undefined;
|
|
2044
|
+
ReplicationTableStatistics?: TableStatistics[] | undefined;
|
|
2045
|
+
}
|
|
2046
|
+
export interface DescribeReplicationTaskAssessmentResultsMessage {
|
|
2047
|
+
ReplicationTaskArn?: string | undefined;
|
|
2048
|
+
MaxRecords?: number | undefined;
|
|
2049
|
+
Marker?: string | undefined;
|
|
2050
|
+
}
|
|
2051
|
+
export interface ReplicationTaskAssessmentResult {
|
|
2052
|
+
ReplicationTaskIdentifier?: string | undefined;
|
|
2053
|
+
ReplicationTaskArn?: string | undefined;
|
|
2054
|
+
ReplicationTaskLastAssessmentDate?: Date | undefined;
|
|
2055
|
+
AssessmentStatus?: string | undefined;
|
|
2056
|
+
AssessmentResultsFile?: string | undefined;
|
|
2057
|
+
AssessmentResults?: string | undefined;
|
|
2058
|
+
S3ObjectUrl?: string | undefined;
|
|
2059
|
+
}
|
|
2060
|
+
export interface DescribeReplicationTaskAssessmentResultsResponse {
|
|
2061
|
+
Marker?: string | undefined;
|
|
2062
|
+
BucketName?: string | undefined;
|
|
2063
|
+
ReplicationTaskAssessmentResults?:
|
|
2064
|
+
| ReplicationTaskAssessmentResult[]
|
|
2065
|
+
| undefined;
|
|
2066
|
+
}
|
|
2067
|
+
export interface DescribeReplicationTaskAssessmentRunsMessage {
|
|
2068
|
+
Filters?: Filter[] | undefined;
|
|
2069
|
+
MaxRecords?: number | undefined;
|
|
2070
|
+
Marker?: string | undefined;
|
|
2071
|
+
}
|
|
2072
|
+
export interface DescribeReplicationTaskAssessmentRunsResponse {
|
|
2073
|
+
Marker?: string | undefined;
|
|
2074
|
+
ReplicationTaskAssessmentRuns?: ReplicationTaskAssessmentRun[] | undefined;
|
|
2075
|
+
}
|
|
2076
|
+
export interface DescribeReplicationTaskIndividualAssessmentsMessage {
|
|
2077
|
+
Filters?: Filter[] | undefined;
|
|
2078
|
+
MaxRecords?: number | undefined;
|
|
2079
|
+
Marker?: string | undefined;
|
|
2080
|
+
}
|
|
2081
|
+
export interface ReplicationTaskIndividualAssessment {
|
|
2082
|
+
ReplicationTaskIndividualAssessmentArn?: string | undefined;
|
|
2083
|
+
ReplicationTaskAssessmentRunArn?: string | undefined;
|
|
2084
|
+
IndividualAssessmentName?: string | undefined;
|
|
2085
|
+
Status?: string | undefined;
|
|
2086
|
+
ReplicationTaskIndividualAssessmentStartDate?: Date | undefined;
|
|
2087
|
+
}
|
|
2088
|
+
export interface DescribeReplicationTaskIndividualAssessmentsResponse {
|
|
2089
|
+
Marker?: string | undefined;
|
|
2090
|
+
ReplicationTaskIndividualAssessments?:
|
|
2091
|
+
| ReplicationTaskIndividualAssessment[]
|
|
2092
|
+
| undefined;
|
|
2093
|
+
}
|
|
2094
|
+
export interface DescribeReplicationTasksMessage {
|
|
2095
|
+
Filters?: Filter[] | undefined;
|
|
2096
|
+
MaxRecords?: number | undefined;
|
|
2097
|
+
Marker?: string | undefined;
|
|
2098
|
+
WithoutSettings?: boolean | undefined;
|
|
2099
|
+
}
|
|
2100
|
+
export interface DescribeReplicationTasksResponse {
|
|
2101
|
+
Marker?: string | undefined;
|
|
2102
|
+
ReplicationTasks?: ReplicationTask[] | undefined;
|
|
2103
|
+
}
|
|
2104
|
+
export interface DescribeSchemasMessage {
|
|
2105
|
+
EndpointArn: string | undefined;
|
|
2106
|
+
MaxRecords?: number | undefined;
|
|
2107
|
+
Marker?: string | undefined;
|
|
2108
|
+
}
|
|
2109
|
+
export interface DescribeSchemasResponse {
|
|
2110
|
+
Marker?: string | undefined;
|
|
2111
|
+
Schemas?: string[] | undefined;
|
|
2112
|
+
}
|
|
2113
|
+
export interface DescribeTableStatisticsMessage {
|
|
2114
|
+
ReplicationTaskArn: string | undefined;
|
|
2115
|
+
MaxRecords?: number | undefined;
|
|
2116
|
+
Marker?: string | undefined;
|
|
2117
|
+
Filters?: Filter[] | undefined;
|
|
2118
|
+
}
|
|
2119
|
+
export interface DescribeTableStatisticsResponse {
|
|
2120
|
+
ReplicationTaskArn?: string | undefined;
|
|
2121
|
+
TableStatistics?: TableStatistics[] | undefined;
|
|
2122
|
+
Marker?: string | undefined;
|
|
2123
|
+
}
|
|
2124
|
+
export interface ExportMetadataModelAssessmentMessage {
|
|
2125
|
+
MigrationProjectIdentifier: string | undefined;
|
|
2126
|
+
SelectionRules: string | undefined;
|
|
2127
|
+
FileName?: string | undefined;
|
|
2128
|
+
AssessmentReportTypes?: AssessmentReportType[] | undefined;
|
|
2129
|
+
}
|
|
2130
|
+
export interface ExportMetadataModelAssessmentResultEntry {
|
|
2131
|
+
S3ObjectKey?: string | undefined;
|
|
2132
|
+
ObjectURL?: string | undefined;
|
|
2133
|
+
}
|
|
2134
|
+
export interface ExportMetadataModelAssessmentResponse {
|
|
2135
|
+
PdfReport?: ExportMetadataModelAssessmentResultEntry | undefined;
|
|
2136
|
+
CsvReport?: ExportMetadataModelAssessmentResultEntry | undefined;
|
|
2137
|
+
}
|
|
2138
|
+
export interface GetTargetSelectionRulesMessage {
|
|
2139
|
+
MigrationProjectIdentifier: string | undefined;
|
|
2140
|
+
SelectionRules: string | undefined;
|
|
2141
|
+
}
|
|
2142
|
+
export interface GetTargetSelectionRulesResponse {
|
|
2143
|
+
TargetSelectionRules?: string | undefined;
|
|
2144
|
+
}
|
|
2145
|
+
export interface ImportCertificateMessage {
|
|
2146
|
+
CertificateIdentifier: string | undefined;
|
|
2147
|
+
CertificatePem?: string | undefined;
|
|
2148
|
+
CertificateWallet?: Uint8Array | undefined;
|
|
2149
|
+
Tags?: Tag[] | undefined;
|
|
2150
|
+
}
|
|
2151
|
+
export interface ImportCertificateResponse {
|
|
2152
|
+
Certificate?: Certificate | undefined;
|
|
2153
|
+
}
|
|
2154
|
+
export interface ListTagsForResourceMessage {
|
|
2155
|
+
ResourceArn?: string | undefined;
|
|
2156
|
+
ResourceArnList?: string[] | undefined;
|
|
2157
|
+
}
|
|
2158
|
+
export interface ListTagsForResourceResponse {
|
|
2159
|
+
TagList?: Tag[] | undefined;
|
|
2160
|
+
}
|
|
2161
|
+
export interface ModifyConversionConfigurationMessage {
|
|
2162
|
+
MigrationProjectIdentifier: string | undefined;
|
|
2163
|
+
ConversionConfiguration: string | undefined;
|
|
2164
|
+
}
|
|
2165
|
+
export interface ModifyConversionConfigurationResponse {
|
|
2166
|
+
MigrationProjectIdentifier?: string | undefined;
|
|
2167
|
+
}
|
|
2168
|
+
export interface ModifyDataMigrationMessage {
|
|
2169
|
+
DataMigrationIdentifier: string | undefined;
|
|
2170
|
+
DataMigrationName?: string | undefined;
|
|
2171
|
+
EnableCloudwatchLogs?: boolean | undefined;
|
|
2172
|
+
ServiceAccessRoleArn?: string | undefined;
|
|
2173
|
+
DataMigrationType?: MigrationTypeValue | undefined;
|
|
2174
|
+
SourceDataSettings?: SourceDataSetting[] | undefined;
|
|
2175
|
+
TargetDataSettings?: TargetDataSetting[] | undefined;
|
|
2176
|
+
NumberOfJobs?: number | undefined;
|
|
2177
|
+
SelectionRules?: string | undefined;
|
|
2178
|
+
}
|
|
2179
|
+
export interface ModifyDataMigrationResponse {
|
|
2180
|
+
DataMigration?: DataMigration | undefined;
|
|
2181
|
+
}
|
|
2182
|
+
export interface ModifyDataProviderMessage {
|
|
2183
|
+
DataProviderIdentifier: string | undefined;
|
|
2184
|
+
DataProviderName?: string | undefined;
|
|
2185
|
+
Description?: string | undefined;
|
|
2186
|
+
Engine?: string | undefined;
|
|
2187
|
+
Virtual?: boolean | undefined;
|
|
2188
|
+
ExactSettings?: boolean | undefined;
|
|
2189
|
+
Settings?: DataProviderSettings | undefined;
|
|
2190
|
+
}
|
|
2191
|
+
export interface ModifyDataProviderResponse {
|
|
2192
|
+
DataProvider?: DataProvider | undefined;
|
|
2193
|
+
}
|
|
2194
|
+
export interface ModifyEndpointMessage {
|
|
2195
|
+
EndpointArn: string | undefined;
|
|
2196
|
+
EndpointIdentifier?: string | undefined;
|
|
2197
|
+
EndpointType?: ReplicationEndpointTypeValue | undefined;
|
|
2198
|
+
EngineName?: string | undefined;
|
|
2199
|
+
Username?: string | undefined;
|
|
2200
|
+
Password?: string | undefined;
|
|
2201
|
+
ServerName?: string | undefined;
|
|
2202
|
+
Port?: number | undefined;
|
|
2203
|
+
DatabaseName?: string | undefined;
|
|
2204
|
+
ExtraConnectionAttributes?: string | undefined;
|
|
2205
|
+
CertificateArn?: string | undefined;
|
|
2206
|
+
SslMode?: DmsSslModeValue | undefined;
|
|
2207
|
+
ServiceAccessRoleArn?: string | undefined;
|
|
2208
|
+
ExternalTableDefinition?: string | undefined;
|
|
2209
|
+
DynamoDbSettings?: DynamoDbSettings | undefined;
|
|
2210
|
+
S3Settings?: S3Settings | undefined;
|
|
2211
|
+
DmsTransferSettings?: DmsTransferSettings | undefined;
|
|
2212
|
+
MongoDbSettings?: MongoDbSettings | undefined;
|
|
2213
|
+
KinesisSettings?: KinesisSettings | undefined;
|
|
2214
|
+
KafkaSettings?: KafkaSettings | undefined;
|
|
2215
|
+
ElasticsearchSettings?: ElasticsearchSettings | undefined;
|
|
2216
|
+
NeptuneSettings?: NeptuneSettings | undefined;
|
|
2217
|
+
RedshiftSettings?: RedshiftSettings | undefined;
|
|
2218
|
+
PostgreSQLSettings?: PostgreSQLSettings | undefined;
|
|
2219
|
+
MySQLSettings?: MySQLSettings | undefined;
|
|
2220
|
+
OracleSettings?: OracleSettings | undefined;
|
|
2221
|
+
SybaseSettings?: SybaseSettings | undefined;
|
|
2222
|
+
MicrosoftSQLServerSettings?: MicrosoftSQLServerSettings | undefined;
|
|
2223
|
+
IBMDb2Settings?: IBMDb2Settings | undefined;
|
|
2224
|
+
DocDbSettings?: DocDbSettings | undefined;
|
|
2225
|
+
RedisSettings?: RedisSettings | undefined;
|
|
2226
|
+
ExactSettings?: boolean | undefined;
|
|
2227
|
+
GcpMySQLSettings?: GcpMySQLSettings | undefined;
|
|
2228
|
+
TimestreamSettings?: TimestreamSettings | undefined;
|
|
2229
|
+
}
|
|
2230
|
+
export interface ModifyEndpointResponse {
|
|
2231
|
+
Endpoint?: Endpoint | undefined;
|
|
2232
|
+
}
|
|
2233
|
+
export interface ModifyEventSubscriptionMessage {
|
|
2234
|
+
SubscriptionName: string | undefined;
|
|
2235
|
+
SnsTopicArn?: string | undefined;
|
|
2236
|
+
SourceType?: string | undefined;
|
|
2237
|
+
EventCategories?: string[] | undefined;
|
|
2238
|
+
Enabled?: boolean | undefined;
|
|
2239
|
+
}
|
|
2240
|
+
export interface ModifyEventSubscriptionResponse {
|
|
2241
|
+
EventSubscription?: EventSubscription | undefined;
|
|
2242
|
+
}
|
|
2243
|
+
export interface ModifyInstanceProfileMessage {
|
|
2244
|
+
InstanceProfileIdentifier: string | undefined;
|
|
2245
|
+
AvailabilityZone?: string | undefined;
|
|
2246
|
+
KmsKeyArn?: string | undefined;
|
|
2247
|
+
PubliclyAccessible?: boolean | undefined;
|
|
2248
|
+
NetworkType?: string | undefined;
|
|
2249
|
+
InstanceProfileName?: string | undefined;
|
|
2250
|
+
Description?: string | undefined;
|
|
2251
|
+
SubnetGroupIdentifier?: string | undefined;
|
|
2252
|
+
VpcSecurityGroups?: string[] | undefined;
|
|
2253
|
+
}
|
|
2254
|
+
export interface ModifyInstanceProfileResponse {
|
|
2255
|
+
InstanceProfile?: InstanceProfile | undefined;
|
|
2256
|
+
}
|
|
2257
|
+
export interface ModifyMigrationProjectMessage {
|
|
2258
|
+
MigrationProjectIdentifier: string | undefined;
|
|
2259
|
+
MigrationProjectName?: string | undefined;
|
|
2260
|
+
SourceDataProviderDescriptors?:
|
|
2261
|
+
| DataProviderDescriptorDefinition[]
|
|
2262
|
+
| undefined;
|
|
2263
|
+
TargetDataProviderDescriptors?:
|
|
2264
|
+
| DataProviderDescriptorDefinition[]
|
|
2265
|
+
| undefined;
|
|
2266
|
+
InstanceProfileIdentifier?: string | undefined;
|
|
2267
|
+
TransformationRules?: string | undefined;
|
|
2268
|
+
Description?: string | undefined;
|
|
2269
|
+
SchemaConversionApplicationAttributes?: SCApplicationAttributes | undefined;
|
|
2270
|
+
}
|
|
2271
|
+
export interface ModifyMigrationProjectResponse {
|
|
2272
|
+
MigrationProject?: MigrationProject | undefined;
|
|
2273
|
+
}
|
|
2274
|
+
export interface ModifyReplicationConfigMessage {
|
|
2275
|
+
ReplicationConfigArn: string | undefined;
|
|
2276
|
+
ReplicationConfigIdentifier?: string | undefined;
|
|
2277
|
+
ReplicationType?: MigrationTypeValue | undefined;
|
|
2278
|
+
TableMappings?: string | undefined;
|
|
2279
|
+
ReplicationSettings?: string | undefined;
|
|
2280
|
+
SupplementalSettings?: string | undefined;
|
|
2281
|
+
ComputeConfig?: ComputeConfig | undefined;
|
|
2282
|
+
SourceEndpointArn?: string | undefined;
|
|
2283
|
+
TargetEndpointArn?: string | undefined;
|
|
2284
|
+
}
|
|
2285
|
+
export interface ModifyReplicationConfigResponse {
|
|
2286
|
+
ReplicationConfig?: ReplicationConfig | undefined;
|
|
2287
|
+
}
|
|
2288
|
+
export interface ModifyReplicationInstanceMessage {
|
|
2289
|
+
ReplicationInstanceArn: string | undefined;
|
|
2290
|
+
AllocatedStorage?: number | undefined;
|
|
2291
|
+
ApplyImmediately?: boolean | undefined;
|
|
2292
|
+
ReplicationInstanceClass?: string | undefined;
|
|
2293
|
+
VpcSecurityGroupIds?: string[] | undefined;
|
|
2294
|
+
PreferredMaintenanceWindow?: string | undefined;
|
|
2295
|
+
MultiAZ?: boolean | undefined;
|
|
2296
|
+
EngineVersion?: string | undefined;
|
|
2297
|
+
AllowMajorVersionUpgrade?: boolean | undefined;
|
|
2298
|
+
AutoMinorVersionUpgrade?: boolean | undefined;
|
|
2299
|
+
ReplicationInstanceIdentifier?: string | undefined;
|
|
2300
|
+
NetworkType?: string | undefined;
|
|
2301
|
+
KerberosAuthenticationSettings?: KerberosAuthenticationSettings | undefined;
|
|
2302
|
+
}
|
|
2303
|
+
export interface ModifyReplicationInstanceResponse {
|
|
2304
|
+
ReplicationInstance?: ReplicationInstance | undefined;
|
|
2305
|
+
}
|
|
2306
|
+
export interface ModifyReplicationSubnetGroupMessage {
|
|
2307
|
+
ReplicationSubnetGroupIdentifier: string | undefined;
|
|
2308
|
+
ReplicationSubnetGroupDescription?: string | undefined;
|
|
2309
|
+
SubnetIds: string[] | undefined;
|
|
2310
|
+
}
|
|
2311
|
+
export interface ModifyReplicationSubnetGroupResponse {
|
|
2312
|
+
ReplicationSubnetGroup?: ReplicationSubnetGroup | undefined;
|
|
2313
|
+
}
|
|
2314
|
+
export interface ModifyReplicationTaskMessage {
|
|
2315
|
+
ReplicationTaskArn: string | undefined;
|
|
2316
|
+
ReplicationTaskIdentifier?: string | undefined;
|
|
2317
|
+
MigrationType?: MigrationTypeValue | undefined;
|
|
2318
|
+
TableMappings?: string | undefined;
|
|
2319
|
+
ReplicationTaskSettings?: string | undefined;
|
|
2320
|
+
CdcStartTime?: Date | undefined;
|
|
2321
|
+
CdcStartPosition?: string | undefined;
|
|
2322
|
+
CdcStopPosition?: string | undefined;
|
|
2323
|
+
TaskData?: string | undefined;
|
|
2324
|
+
}
|
|
2325
|
+
export interface ModifyReplicationTaskResponse {
|
|
2326
|
+
ReplicationTask?: ReplicationTask | undefined;
|
|
2327
|
+
}
|
|
2328
|
+
export interface MoveReplicationTaskMessage {
|
|
2329
|
+
ReplicationTaskArn: string | undefined;
|
|
2330
|
+
TargetReplicationInstanceArn: string | undefined;
|
|
2331
|
+
}
|
|
2332
|
+
export interface MoveReplicationTaskResponse {
|
|
2333
|
+
ReplicationTask?: ReplicationTask | undefined;
|
|
2334
|
+
}
|
|
2335
|
+
export interface RebootReplicationInstanceMessage {
|
|
2336
|
+
ReplicationInstanceArn: string | undefined;
|
|
2337
|
+
ForceFailover?: boolean | undefined;
|
|
2338
|
+
ForcePlannedFailover?: boolean | undefined;
|
|
2339
|
+
}
|
|
2340
|
+
export interface RebootReplicationInstanceResponse {
|
|
2341
|
+
ReplicationInstance?: ReplicationInstance | undefined;
|
|
2342
|
+
}
|