@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,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyConversionConfigurationMessage, ModifyConversionConfigurationResponse } from "../models/
|
|
4
|
+
import { ModifyConversionConfigurationMessage, ModifyConversionConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyDataMigrationMessage, ModifyDataMigrationResponse } from "../models/
|
|
4
|
+
import { ModifyDataMigrationMessage, ModifyDataMigrationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyDataProviderMessage, ModifyDataProviderResponse } from "../models/
|
|
4
|
+
import { ModifyDataProviderMessage, ModifyDataProviderResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyEndpointMessage, ModifyEndpointResponse } from "../models/
|
|
4
|
+
import { ModifyEndpointMessage, ModifyEndpointResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResponse } from "../models/
|
|
4
|
+
import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyInstanceProfileMessage, ModifyInstanceProfileResponse } from "../models/
|
|
4
|
+
import { ModifyInstanceProfileMessage, ModifyInstanceProfileResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyMigrationProjectMessage, ModifyMigrationProjectResponse } from "../models/
|
|
4
|
+
import { ModifyMigrationProjectMessage, ModifyMigrationProjectResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyReplicationConfigMessage, ModifyReplicationConfigResponse } from "../models/
|
|
4
|
+
import { ModifyReplicationConfigMessage, ModifyReplicationConfigResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyReplicationInstanceMessage, ModifyReplicationInstanceResponse } from "../models/
|
|
4
|
+
import { ModifyReplicationInstanceMessage, ModifyReplicationInstanceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyReplicationSubnetGroupMessage, ModifyReplicationSubnetGroupResponse } from "../models/
|
|
4
|
+
import { ModifyReplicationSubnetGroupMessage, ModifyReplicationSubnetGroupResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { ModifyReplicationTaskMessage, ModifyReplicationTaskResponse } from "../models/
|
|
4
|
+
import { ModifyReplicationTaskMessage, ModifyReplicationTaskResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { MoveReplicationTaskMessage, MoveReplicationTaskResponse } from "../models/
|
|
4
|
+
import { MoveReplicationTaskMessage, MoveReplicationTaskResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { RebootReplicationInstanceMessage, RebootReplicationInstanceResponse } from "../models/
|
|
4
|
+
import { RebootReplicationInstanceMessage, RebootReplicationInstanceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -20,5 +20,8 @@ export type { DatabaseMigrationServiceExtensionConfiguration } from "./extension
|
|
|
20
20
|
export * from "./commands";
|
|
21
21
|
export * from "./pagination";
|
|
22
22
|
export * from "./waiters";
|
|
23
|
-
export * from "./models";
|
|
23
|
+
export * from "./models/enums";
|
|
24
|
+
export * from "./models/errors";
|
|
25
|
+
export type * from "./models/models_0";
|
|
26
|
+
export type * from "./models/models_1";
|
|
24
27
|
export { DatabaseMigrationServiceServiceException } from "./models/DatabaseMigrationServiceServiceException";
|
|
@@ -0,0 +1,547 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const MigrationTypeValue: {
|
|
6
|
+
readonly CDC: "cdc";
|
|
7
|
+
readonly FULL_LOAD: "full-load";
|
|
8
|
+
readonly FULL_LOAD_AND_CDC: "full-load-and-cdc";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export type MigrationTypeValue = (typeof MigrationTypeValue)[keyof typeof MigrationTypeValue];
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* @enum
|
|
17
|
+
*/
|
|
18
|
+
export declare const TablePreparationMode: {
|
|
19
|
+
readonly DO_NOTHING: "do-nothing";
|
|
20
|
+
readonly DROP_TABLES_ON_TARGET: "drop-tables-on-target";
|
|
21
|
+
readonly TRUNCATE: "truncate";
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export type TablePreparationMode = (typeof TablePreparationMode)[keyof typeof TablePreparationMode];
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* @enum
|
|
30
|
+
*/
|
|
31
|
+
export declare const DmsSslModeValue: {
|
|
32
|
+
readonly NONE: "none";
|
|
33
|
+
readonly REQUIRE: "require";
|
|
34
|
+
readonly VERIFY_CA: "verify-ca";
|
|
35
|
+
readonly VERIFY_FULL: "verify-full";
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export type DmsSslModeValue = (typeof DmsSslModeValue)[keyof typeof DmsSslModeValue];
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* @enum
|
|
44
|
+
*/
|
|
45
|
+
export declare const AuthMechanismValue: {
|
|
46
|
+
readonly DEFAULT: "default";
|
|
47
|
+
readonly MONGODB_CR: "mongodb_cr";
|
|
48
|
+
readonly SCRAM_SHA_1: "scram_sha_1";
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export type AuthMechanismValue = (typeof AuthMechanismValue)[keyof typeof AuthMechanismValue];
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
* @enum
|
|
57
|
+
*/
|
|
58
|
+
export declare const AuthTypeValue: {
|
|
59
|
+
readonly NO: "no";
|
|
60
|
+
readonly PASSWORD: "password";
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export type AuthTypeValue = (typeof AuthTypeValue)[keyof typeof AuthTypeValue];
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
* @enum
|
|
69
|
+
*/
|
|
70
|
+
export declare const NestingLevelValue: {
|
|
71
|
+
readonly NONE: "none";
|
|
72
|
+
readonly ONE: "one";
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export type NestingLevelValue = (typeof NestingLevelValue)[keyof typeof NestingLevelValue];
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
* @enum
|
|
81
|
+
*/
|
|
82
|
+
export declare const ReplicationEndpointTypeValue: {
|
|
83
|
+
readonly SOURCE: "source";
|
|
84
|
+
readonly TARGET: "target";
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export type ReplicationEndpointTypeValue = (typeof ReplicationEndpointTypeValue)[keyof typeof ReplicationEndpointTypeValue];
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
* @enum
|
|
93
|
+
*/
|
|
94
|
+
export declare const TargetDbType: {
|
|
95
|
+
readonly MULTIPLE_DATABASES: "multiple-databases";
|
|
96
|
+
readonly SPECIFIC_DATABASE: "specific-database";
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export type TargetDbType = (typeof TargetDbType)[keyof typeof TargetDbType];
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
* @enum
|
|
105
|
+
*/
|
|
106
|
+
export declare const MessageFormatValue: {
|
|
107
|
+
readonly JSON: "json";
|
|
108
|
+
readonly JSON_UNFORMATTED: "json-unformatted";
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export type MessageFormatValue = (typeof MessageFormatValue)[keyof typeof MessageFormatValue];
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
* @enum
|
|
117
|
+
*/
|
|
118
|
+
export declare const KafkaSaslMechanism: {
|
|
119
|
+
readonly PLAIN: "plain";
|
|
120
|
+
readonly SCRAM_SHA_512: "scram-sha-512";
|
|
121
|
+
};
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
export type KafkaSaslMechanism = (typeof KafkaSaslMechanism)[keyof typeof KafkaSaslMechanism];
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
* @enum
|
|
129
|
+
*/
|
|
130
|
+
export declare const KafkaSecurityProtocol: {
|
|
131
|
+
readonly PLAINTEXT: "plaintext";
|
|
132
|
+
readonly SASL_SSL: "sasl-ssl";
|
|
133
|
+
readonly SSL_AUTHENTICATION: "ssl-authentication";
|
|
134
|
+
readonly SSL_ENCRYPTION: "ssl-encryption";
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
export type KafkaSecurityProtocol = (typeof KafkaSecurityProtocol)[keyof typeof KafkaSecurityProtocol];
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
* @enum
|
|
143
|
+
*/
|
|
144
|
+
export declare const KafkaSslEndpointIdentificationAlgorithm: {
|
|
145
|
+
readonly HTTPS: "https";
|
|
146
|
+
readonly NONE: "none";
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
export type KafkaSslEndpointIdentificationAlgorithm = (typeof KafkaSslEndpointIdentificationAlgorithm)[keyof typeof KafkaSslEndpointIdentificationAlgorithm];
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
* @enum
|
|
155
|
+
*/
|
|
156
|
+
export declare const SqlServerAuthenticationMethod: {
|
|
157
|
+
readonly Kerberos: "kerberos";
|
|
158
|
+
readonly Password: "password";
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
export type SqlServerAuthenticationMethod = (typeof SqlServerAuthenticationMethod)[keyof typeof SqlServerAuthenticationMethod];
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
* @enum
|
|
167
|
+
*/
|
|
168
|
+
export declare const SafeguardPolicy: {
|
|
169
|
+
readonly EXCLUSIVE_AUTOMATIC_TRUNCATION: "exclusive-automatic-truncation";
|
|
170
|
+
readonly RELY_ON_SQL_SERVER_REPLICATION_AGENT: "rely-on-sql-server-replication-agent";
|
|
171
|
+
readonly SHARED_AUTOMATIC_TRUNCATION: "shared-automatic-truncation";
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
export type SafeguardPolicy = (typeof SafeguardPolicy)[keyof typeof SafeguardPolicy];
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
* @enum
|
|
180
|
+
*/
|
|
181
|
+
export declare const TlogAccessMode: {
|
|
182
|
+
readonly BackupOnly: "BackupOnly";
|
|
183
|
+
readonly PreferBackup: "PreferBackup";
|
|
184
|
+
readonly PreferTlog: "PreferTlog";
|
|
185
|
+
readonly TlogOnly: "TlogOnly";
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
export type TlogAccessMode = (typeof TlogAccessMode)[keyof typeof TlogAccessMode];
|
|
191
|
+
/**
|
|
192
|
+
* @public
|
|
193
|
+
* @enum
|
|
194
|
+
*/
|
|
195
|
+
export declare const MySQLAuthenticationMethod: {
|
|
196
|
+
readonly IAM: "iam";
|
|
197
|
+
readonly Password: "password";
|
|
198
|
+
};
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
export type MySQLAuthenticationMethod = (typeof MySQLAuthenticationMethod)[keyof typeof MySQLAuthenticationMethod];
|
|
203
|
+
/**
|
|
204
|
+
* @public
|
|
205
|
+
* @enum
|
|
206
|
+
*/
|
|
207
|
+
export declare const OracleAuthenticationMethod: {
|
|
208
|
+
readonly Kerberos: "kerberos";
|
|
209
|
+
readonly Password: "password";
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
export type OracleAuthenticationMethod = (typeof OracleAuthenticationMethod)[keyof typeof OracleAuthenticationMethod];
|
|
215
|
+
/**
|
|
216
|
+
* @public
|
|
217
|
+
* @enum
|
|
218
|
+
*/
|
|
219
|
+
export declare const CharLengthSemantics: {
|
|
220
|
+
readonly BYTE: "byte";
|
|
221
|
+
readonly CHAR: "char";
|
|
222
|
+
readonly DEFAULT: "default";
|
|
223
|
+
};
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
export type CharLengthSemantics = (typeof CharLengthSemantics)[keyof typeof CharLengthSemantics];
|
|
228
|
+
/**
|
|
229
|
+
* @public
|
|
230
|
+
* @enum
|
|
231
|
+
*/
|
|
232
|
+
export declare const PostgreSQLAuthenticationMethod: {
|
|
233
|
+
readonly IAM: "iam";
|
|
234
|
+
readonly Password: "password";
|
|
235
|
+
};
|
|
236
|
+
/**
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
export type PostgreSQLAuthenticationMethod = (typeof PostgreSQLAuthenticationMethod)[keyof typeof PostgreSQLAuthenticationMethod];
|
|
240
|
+
/**
|
|
241
|
+
* @public
|
|
242
|
+
* @enum
|
|
243
|
+
*/
|
|
244
|
+
export declare const DatabaseMode: {
|
|
245
|
+
readonly BABELFISH: "babelfish";
|
|
246
|
+
readonly DEFAULT: "default";
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
export type DatabaseMode = (typeof DatabaseMode)[keyof typeof DatabaseMode];
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* @enum
|
|
255
|
+
*/
|
|
256
|
+
export declare const LongVarcharMappingType: {
|
|
257
|
+
readonly CLOB: "clob";
|
|
258
|
+
readonly NCLOB: "nclob";
|
|
259
|
+
readonly WSTRING: "wstring";
|
|
260
|
+
};
|
|
261
|
+
/**
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export type LongVarcharMappingType = (typeof LongVarcharMappingType)[keyof typeof LongVarcharMappingType];
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
* @enum
|
|
268
|
+
*/
|
|
269
|
+
export declare const PluginNameValue: {
|
|
270
|
+
readonly NO_PREFERENCE: "no-preference";
|
|
271
|
+
readonly PGLOGICAL: "pglogical";
|
|
272
|
+
readonly TEST_DECODING: "test-decoding";
|
|
273
|
+
};
|
|
274
|
+
/**
|
|
275
|
+
* @public
|
|
276
|
+
*/
|
|
277
|
+
export type PluginNameValue = (typeof PluginNameValue)[keyof typeof PluginNameValue];
|
|
278
|
+
/**
|
|
279
|
+
* @public
|
|
280
|
+
* @enum
|
|
281
|
+
*/
|
|
282
|
+
export declare const RedisAuthTypeValue: {
|
|
283
|
+
readonly AUTH_ROLE: "auth-role";
|
|
284
|
+
readonly AUTH_TOKEN: "auth-token";
|
|
285
|
+
readonly NONE: "none";
|
|
286
|
+
};
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
export type RedisAuthTypeValue = (typeof RedisAuthTypeValue)[keyof typeof RedisAuthTypeValue];
|
|
291
|
+
/**
|
|
292
|
+
* @public
|
|
293
|
+
* @enum
|
|
294
|
+
*/
|
|
295
|
+
export declare const SslSecurityProtocolValue: {
|
|
296
|
+
readonly PLAINTEXT: "plaintext";
|
|
297
|
+
readonly SSL_ENCRYPTION: "ssl-encryption";
|
|
298
|
+
};
|
|
299
|
+
/**
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
export type SslSecurityProtocolValue = (typeof SslSecurityProtocolValue)[keyof typeof SslSecurityProtocolValue];
|
|
303
|
+
/**
|
|
304
|
+
* @public
|
|
305
|
+
* @enum
|
|
306
|
+
*/
|
|
307
|
+
export declare const EncryptionModeValue: {
|
|
308
|
+
readonly SSE_KMS: "sse-kms";
|
|
309
|
+
readonly SSE_S3: "sse-s3";
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
export type EncryptionModeValue = (typeof EncryptionModeValue)[keyof typeof EncryptionModeValue];
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
* @enum
|
|
318
|
+
*/
|
|
319
|
+
export declare const CannedAclForObjectsValue: {
|
|
320
|
+
readonly AUTHENTICATED_READ: "authenticated-read";
|
|
321
|
+
readonly AWS_EXEC_READ: "aws-exec-read";
|
|
322
|
+
readonly BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control";
|
|
323
|
+
readonly BUCKET_OWNER_READ: "bucket-owner-read";
|
|
324
|
+
readonly NONE: "none";
|
|
325
|
+
readonly PRIVATE: "private";
|
|
326
|
+
readonly PUBLIC_READ: "public-read";
|
|
327
|
+
readonly PUBLIC_READ_WRITE: "public-read-write";
|
|
328
|
+
};
|
|
329
|
+
/**
|
|
330
|
+
* @public
|
|
331
|
+
*/
|
|
332
|
+
export type CannedAclForObjectsValue = (typeof CannedAclForObjectsValue)[keyof typeof CannedAclForObjectsValue];
|
|
333
|
+
/**
|
|
334
|
+
* @public
|
|
335
|
+
* @enum
|
|
336
|
+
*/
|
|
337
|
+
export declare const CompressionTypeValue: {
|
|
338
|
+
readonly GZIP: "gzip";
|
|
339
|
+
readonly NONE: "none";
|
|
340
|
+
};
|
|
341
|
+
/**
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
export type CompressionTypeValue = (typeof CompressionTypeValue)[keyof typeof CompressionTypeValue];
|
|
345
|
+
/**
|
|
346
|
+
* @public
|
|
347
|
+
* @enum
|
|
348
|
+
*/
|
|
349
|
+
export declare const DataFormatValue: {
|
|
350
|
+
readonly CSV: "csv";
|
|
351
|
+
readonly PARQUET: "parquet";
|
|
352
|
+
};
|
|
353
|
+
/**
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
export type DataFormatValue = (typeof DataFormatValue)[keyof typeof DataFormatValue];
|
|
357
|
+
/**
|
|
358
|
+
* @public
|
|
359
|
+
* @enum
|
|
360
|
+
*/
|
|
361
|
+
export declare const DatePartitionDelimiterValue: {
|
|
362
|
+
readonly DASH: "DASH";
|
|
363
|
+
readonly NONE: "NONE";
|
|
364
|
+
readonly SLASH: "SLASH";
|
|
365
|
+
readonly UNDERSCORE: "UNDERSCORE";
|
|
366
|
+
};
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
export type DatePartitionDelimiterValue = (typeof DatePartitionDelimiterValue)[keyof typeof DatePartitionDelimiterValue];
|
|
371
|
+
/**
|
|
372
|
+
* @public
|
|
373
|
+
* @enum
|
|
374
|
+
*/
|
|
375
|
+
export declare const DatePartitionSequenceValue: {
|
|
376
|
+
readonly DDMMYYYY: "DDMMYYYY";
|
|
377
|
+
readonly MMYYYYDD: "MMYYYYDD";
|
|
378
|
+
readonly YYYYMM: "YYYYMM";
|
|
379
|
+
readonly YYYYMMDD: "YYYYMMDD";
|
|
380
|
+
readonly YYYYMMDDHH: "YYYYMMDDHH";
|
|
381
|
+
};
|
|
382
|
+
/**
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
export type DatePartitionSequenceValue = (typeof DatePartitionSequenceValue)[keyof typeof DatePartitionSequenceValue];
|
|
386
|
+
/**
|
|
387
|
+
* @public
|
|
388
|
+
* @enum
|
|
389
|
+
*/
|
|
390
|
+
export declare const EncodingTypeValue: {
|
|
391
|
+
readonly PLAIN: "plain";
|
|
392
|
+
readonly PLAIN_DICTIONARY: "plain-dictionary";
|
|
393
|
+
readonly RLE_DICTIONARY: "rle-dictionary";
|
|
394
|
+
};
|
|
395
|
+
/**
|
|
396
|
+
* @public
|
|
397
|
+
*/
|
|
398
|
+
export type EncodingTypeValue = (typeof EncodingTypeValue)[keyof typeof EncodingTypeValue];
|
|
399
|
+
/**
|
|
400
|
+
* @public
|
|
401
|
+
* @enum
|
|
402
|
+
*/
|
|
403
|
+
export declare const ParquetVersionValue: {
|
|
404
|
+
readonly PARQUET_1_0: "parquet-1-0";
|
|
405
|
+
readonly PARQUET_2_0: "parquet-2-0";
|
|
406
|
+
};
|
|
407
|
+
/**
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
export type ParquetVersionValue = (typeof ParquetVersionValue)[keyof typeof ParquetVersionValue];
|
|
411
|
+
/**
|
|
412
|
+
* @public
|
|
413
|
+
* @enum
|
|
414
|
+
*/
|
|
415
|
+
export declare const EndpointSettingTypeValue: {
|
|
416
|
+
readonly BOOLEAN: "boolean";
|
|
417
|
+
readonly ENUM: "enum";
|
|
418
|
+
readonly INTEGER: "integer";
|
|
419
|
+
readonly STRING: "string";
|
|
420
|
+
};
|
|
421
|
+
/**
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
424
|
+
export type EndpointSettingTypeValue = (typeof EndpointSettingTypeValue)[keyof typeof EndpointSettingTypeValue];
|
|
425
|
+
/**
|
|
426
|
+
* @public
|
|
427
|
+
* @enum
|
|
428
|
+
*/
|
|
429
|
+
export declare const ReleaseStatusValues: {
|
|
430
|
+
readonly BETA: "beta";
|
|
431
|
+
readonly PROD: "prod";
|
|
432
|
+
};
|
|
433
|
+
/**
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
export type ReleaseStatusValues = (typeof ReleaseStatusValues)[keyof typeof ReleaseStatusValues];
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
* @enum
|
|
440
|
+
*/
|
|
441
|
+
export declare const SourceType: {
|
|
442
|
+
readonly replication_instance: "replication-instance";
|
|
443
|
+
};
|
|
444
|
+
/**
|
|
445
|
+
* @public
|
|
446
|
+
*/
|
|
447
|
+
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
448
|
+
/**
|
|
449
|
+
* @public
|
|
450
|
+
* @enum
|
|
451
|
+
*/
|
|
452
|
+
export declare const CollectorStatus: {
|
|
453
|
+
readonly ACTIVE: "ACTIVE";
|
|
454
|
+
readonly UNREGISTERED: "UNREGISTERED";
|
|
455
|
+
};
|
|
456
|
+
/**
|
|
457
|
+
* @public
|
|
458
|
+
*/
|
|
459
|
+
export type CollectorStatus = (typeof CollectorStatus)[keyof typeof CollectorStatus];
|
|
460
|
+
/**
|
|
461
|
+
* @public
|
|
462
|
+
* @enum
|
|
463
|
+
*/
|
|
464
|
+
export declare const VersionStatus: {
|
|
465
|
+
readonly OUTDATED: "OUTDATED";
|
|
466
|
+
readonly UNSUPPORTED: "UNSUPPORTED";
|
|
467
|
+
readonly UP_TO_DATE: "UP_TO_DATE";
|
|
468
|
+
};
|
|
469
|
+
/**
|
|
470
|
+
* @public
|
|
471
|
+
*/
|
|
472
|
+
export type VersionStatus = (typeof VersionStatus)[keyof typeof VersionStatus];
|
|
473
|
+
/**
|
|
474
|
+
* @public
|
|
475
|
+
* @enum
|
|
476
|
+
*/
|
|
477
|
+
export declare const OriginTypeValue: {
|
|
478
|
+
readonly SOURCE: "SOURCE";
|
|
479
|
+
readonly TARGET: "TARGET";
|
|
480
|
+
};
|
|
481
|
+
/**
|
|
482
|
+
* @public
|
|
483
|
+
*/
|
|
484
|
+
export type OriginTypeValue = (typeof OriginTypeValue)[keyof typeof OriginTypeValue];
|
|
485
|
+
/**
|
|
486
|
+
* @public
|
|
487
|
+
* @enum
|
|
488
|
+
*/
|
|
489
|
+
export declare const RefreshSchemasStatusTypeValue: {
|
|
490
|
+
readonly FAILED: "failed";
|
|
491
|
+
readonly REFRESHING: "refreshing";
|
|
492
|
+
readonly SUCCESSFUL: "successful";
|
|
493
|
+
};
|
|
494
|
+
/**
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
export type RefreshSchemasStatusTypeValue = (typeof RefreshSchemasStatusTypeValue)[keyof typeof RefreshSchemasStatusTypeValue];
|
|
498
|
+
/**
|
|
499
|
+
* @public
|
|
500
|
+
* @enum
|
|
501
|
+
*/
|
|
502
|
+
export declare const AssessmentReportType: {
|
|
503
|
+
readonly CSV: "csv";
|
|
504
|
+
readonly PDF: "pdf";
|
|
505
|
+
};
|
|
506
|
+
/**
|
|
507
|
+
* @public
|
|
508
|
+
*/
|
|
509
|
+
export type AssessmentReportType = (typeof AssessmentReportType)[keyof typeof AssessmentReportType];
|
|
510
|
+
/**
|
|
511
|
+
* @public
|
|
512
|
+
* @enum
|
|
513
|
+
*/
|
|
514
|
+
export declare const ReloadOptionValue: {
|
|
515
|
+
readonly DATA_RELOAD: "data-reload";
|
|
516
|
+
readonly VALIDATE_ONLY: "validate-only";
|
|
517
|
+
};
|
|
518
|
+
/**
|
|
519
|
+
* @public
|
|
520
|
+
*/
|
|
521
|
+
export type ReloadOptionValue = (typeof ReloadOptionValue)[keyof typeof ReloadOptionValue];
|
|
522
|
+
/**
|
|
523
|
+
* @public
|
|
524
|
+
* @enum
|
|
525
|
+
*/
|
|
526
|
+
export declare const StartReplicationMigrationTypeValue: {
|
|
527
|
+
readonly RELOAD_TARGET: "reload-target";
|
|
528
|
+
readonly RESUME_PROCESSING: "resume-processing";
|
|
529
|
+
readonly START_REPLICATION: "start-replication";
|
|
530
|
+
};
|
|
531
|
+
/**
|
|
532
|
+
* @public
|
|
533
|
+
*/
|
|
534
|
+
export type StartReplicationMigrationTypeValue = (typeof StartReplicationMigrationTypeValue)[keyof typeof StartReplicationMigrationTypeValue];
|
|
535
|
+
/**
|
|
536
|
+
* @public
|
|
537
|
+
* @enum
|
|
538
|
+
*/
|
|
539
|
+
export declare const StartReplicationTaskTypeValue: {
|
|
540
|
+
readonly RELOAD_TARGET: "reload-target";
|
|
541
|
+
readonly RESUME_PROCESSING: "resume-processing";
|
|
542
|
+
readonly START_REPLICATION: "start-replication";
|
|
543
|
+
};
|
|
544
|
+
/**
|
|
545
|
+
* @public
|
|
546
|
+
*/
|
|
547
|
+
export type StartReplicationTaskTypeValue = (typeof StartReplicationTaskTypeValue)[keyof typeof StartReplicationTaskTypeValue];
|