@aws-sdk/client-database-migration-service 3.382.0 → 3.384.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 +216 -0
- package/dist-cjs/DatabaseMigrationService.js +54 -0
- package/dist-cjs/commands/CreateDataProviderCommand.js +46 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/CreateMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DeleteDataProviderCommand.js +46 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/DeleteMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/DescribeConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DescribeDataProvidersCommand.js +46 -0
- package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
- package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
- package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
- package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
- package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
- package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
- package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
- package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
- package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
- package/dist-cjs/commands/index.js +27 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +61 -83
- package/dist-cjs/models/models_1.js +56 -0
- package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +10 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1556 -124
- package/dist-es/DatabaseMigrationService.js +54 -0
- package/dist-es/commands/CreateDataProviderCommand.js +42 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
- package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
- package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
- package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
- package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
- package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
- package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
- package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
- package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
- package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
- package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
- package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
- package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
- package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +57 -76
- package/dist-es/models/models_1.js +50 -0
- package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
- package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
- package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
- package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
- package/dist-es/pagination/index.js +10 -1
- package/dist-es/protocols/Aws_json1_1.js +1647 -270
- package/dist-types/DatabaseMigrationService.d.ts +189 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +29 -2
- package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
- package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
- 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/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
- package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
- package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2419 -2006
- package/dist-types/models/models_1.d.ts +1322 -0
- package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +243 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +477 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
- 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/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +374 -236
- package/dist-types/ts3.4/models/models_1.d.ts +312 -0
- package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +324 -0
- package/package.json +1 -1
|
@@ -97,6 +97,132 @@ export interface ReplicationTaskAssessmentRun {
|
|
|
97
97
|
export interface CancelReplicationTaskAssessmentRunResponse {
|
|
98
98
|
ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
|
|
99
99
|
}
|
|
100
|
+
export declare const DmsSslModeValue: {
|
|
101
|
+
readonly NONE: "none";
|
|
102
|
+
readonly REQUIRE: "require";
|
|
103
|
+
readonly VERIFY_CA: "verify-ca";
|
|
104
|
+
readonly VERIFY_FULL: "verify-full";
|
|
105
|
+
};
|
|
106
|
+
export type DmsSslModeValue =
|
|
107
|
+
(typeof DmsSslModeValue)[keyof typeof DmsSslModeValue];
|
|
108
|
+
export interface MicrosoftSqlServerDataProviderSettings {
|
|
109
|
+
ServerName?: string;
|
|
110
|
+
Port?: number;
|
|
111
|
+
DatabaseName?: string;
|
|
112
|
+
SslMode?: DmsSslModeValue | string;
|
|
113
|
+
CertificateArn?: string;
|
|
114
|
+
}
|
|
115
|
+
export interface MySqlDataProviderSettings {
|
|
116
|
+
ServerName?: string;
|
|
117
|
+
Port?: number;
|
|
118
|
+
SslMode?: DmsSslModeValue | string;
|
|
119
|
+
CertificateArn?: string;
|
|
120
|
+
}
|
|
121
|
+
export interface OracleDataProviderSettings {
|
|
122
|
+
ServerName?: string;
|
|
123
|
+
Port?: number;
|
|
124
|
+
DatabaseName?: string;
|
|
125
|
+
SslMode?: DmsSslModeValue | string;
|
|
126
|
+
CertificateArn?: string;
|
|
127
|
+
AsmServer?: string;
|
|
128
|
+
SecretsManagerOracleAsmSecretId?: string;
|
|
129
|
+
SecretsManagerOracleAsmAccessRoleArn?: string;
|
|
130
|
+
SecretsManagerSecurityDbEncryptionSecretId?: string;
|
|
131
|
+
SecretsManagerSecurityDbEncryptionAccessRoleArn?: string;
|
|
132
|
+
}
|
|
133
|
+
export interface PostgreSqlDataProviderSettings {
|
|
134
|
+
ServerName?: string;
|
|
135
|
+
Port?: number;
|
|
136
|
+
DatabaseName?: string;
|
|
137
|
+
SslMode?: DmsSslModeValue | string;
|
|
138
|
+
CertificateArn?: string;
|
|
139
|
+
}
|
|
140
|
+
export type DataProviderSettings =
|
|
141
|
+
| DataProviderSettings.MicrosoftSqlServerSettingsMember
|
|
142
|
+
| DataProviderSettings.MySqlSettingsMember
|
|
143
|
+
| DataProviderSettings.OracleSettingsMember
|
|
144
|
+
| DataProviderSettings.PostgreSqlSettingsMember
|
|
145
|
+
| DataProviderSettings.$UnknownMember;
|
|
146
|
+
export declare namespace DataProviderSettings {
|
|
147
|
+
interface PostgreSqlSettingsMember {
|
|
148
|
+
PostgreSqlSettings: PostgreSqlDataProviderSettings;
|
|
149
|
+
MySqlSettings?: never;
|
|
150
|
+
OracleSettings?: never;
|
|
151
|
+
MicrosoftSqlServerSettings?: never;
|
|
152
|
+
$unknown?: never;
|
|
153
|
+
}
|
|
154
|
+
interface MySqlSettingsMember {
|
|
155
|
+
PostgreSqlSettings?: never;
|
|
156
|
+
MySqlSettings: MySqlDataProviderSettings;
|
|
157
|
+
OracleSettings?: never;
|
|
158
|
+
MicrosoftSqlServerSettings?: never;
|
|
159
|
+
$unknown?: never;
|
|
160
|
+
}
|
|
161
|
+
interface OracleSettingsMember {
|
|
162
|
+
PostgreSqlSettings?: never;
|
|
163
|
+
MySqlSettings?: never;
|
|
164
|
+
OracleSettings: OracleDataProviderSettings;
|
|
165
|
+
MicrosoftSqlServerSettings?: never;
|
|
166
|
+
$unknown?: never;
|
|
167
|
+
}
|
|
168
|
+
interface MicrosoftSqlServerSettingsMember {
|
|
169
|
+
PostgreSqlSettings?: never;
|
|
170
|
+
MySqlSettings?: never;
|
|
171
|
+
OracleSettings?: never;
|
|
172
|
+
MicrosoftSqlServerSettings: MicrosoftSqlServerDataProviderSettings;
|
|
173
|
+
$unknown?: never;
|
|
174
|
+
}
|
|
175
|
+
interface $UnknownMember {
|
|
176
|
+
PostgreSqlSettings?: never;
|
|
177
|
+
MySqlSettings?: never;
|
|
178
|
+
OracleSettings?: never;
|
|
179
|
+
MicrosoftSqlServerSettings?: never;
|
|
180
|
+
$unknown: [string, any];
|
|
181
|
+
}
|
|
182
|
+
interface Visitor<T> {
|
|
183
|
+
PostgreSqlSettings: (value: PostgreSqlDataProviderSettings) => T;
|
|
184
|
+
MySqlSettings: (value: MySqlDataProviderSettings) => T;
|
|
185
|
+
OracleSettings: (value: OracleDataProviderSettings) => T;
|
|
186
|
+
MicrosoftSqlServerSettings: (
|
|
187
|
+
value: MicrosoftSqlServerDataProviderSettings
|
|
188
|
+
) => T;
|
|
189
|
+
_: (name: string, value: any) => T;
|
|
190
|
+
}
|
|
191
|
+
const visit: <T>(value: DataProviderSettings, visitor: Visitor<T>) => T;
|
|
192
|
+
}
|
|
193
|
+
export interface CreateDataProviderMessage {
|
|
194
|
+
DataProviderName?: string;
|
|
195
|
+
Description?: string;
|
|
196
|
+
Engine: string | undefined;
|
|
197
|
+
Settings: DataProviderSettings | undefined;
|
|
198
|
+
Tags?: Tag[];
|
|
199
|
+
}
|
|
200
|
+
export interface DataProvider {
|
|
201
|
+
DataProviderName?: string;
|
|
202
|
+
DataProviderArn?: string;
|
|
203
|
+
DataProviderCreationTime?: Date;
|
|
204
|
+
Description?: string;
|
|
205
|
+
Engine?: string;
|
|
206
|
+
Settings?: DataProviderSettings;
|
|
207
|
+
}
|
|
208
|
+
export interface CreateDataProviderResponse {
|
|
209
|
+
DataProvider?: DataProvider;
|
|
210
|
+
}
|
|
211
|
+
export declare class ResourceAlreadyExistsFault extends __BaseException {
|
|
212
|
+
readonly name: "ResourceAlreadyExistsFault";
|
|
213
|
+
readonly $fault: "client";
|
|
214
|
+
resourceArn?: string;
|
|
215
|
+
constructor(
|
|
216
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsFault, __BaseException>
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
export declare class ResourceQuotaExceededFault extends __BaseException {
|
|
220
|
+
readonly name: "ResourceQuotaExceededFault";
|
|
221
|
+
readonly $fault: "client";
|
|
222
|
+
constructor(
|
|
223
|
+
opts: __ExceptionOptionType<ResourceQuotaExceededFault, __BaseException>
|
|
224
|
+
);
|
|
225
|
+
}
|
|
100
226
|
export interface DmsTransferSettings {
|
|
101
227
|
ServiceAccessRoleArn?: string;
|
|
102
228
|
BucketName?: string;
|
|
@@ -577,14 +703,6 @@ export interface S3Settings {
|
|
|
577
703
|
ExpectedBucketOwner?: string;
|
|
578
704
|
GlueCatalogGeneration?: boolean;
|
|
579
705
|
}
|
|
580
|
-
export declare const DmsSslModeValue: {
|
|
581
|
-
readonly NONE: "none";
|
|
582
|
-
readonly REQUIRE: "require";
|
|
583
|
-
readonly VERIFY_CA: "verify-ca";
|
|
584
|
-
readonly VERIFY_FULL: "verify-full";
|
|
585
|
-
};
|
|
586
|
-
export type DmsSslModeValue =
|
|
587
|
-
(typeof DmsSslModeValue)[keyof typeof DmsSslModeValue];
|
|
588
706
|
export interface SybaseSettings {
|
|
589
707
|
DatabaseName?: string;
|
|
590
708
|
Password?: string;
|
|
@@ -686,21 +804,6 @@ export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
|
686
804
|
opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
|
|
687
805
|
);
|
|
688
806
|
}
|
|
689
|
-
export declare class ResourceAlreadyExistsFault extends __BaseException {
|
|
690
|
-
readonly name: "ResourceAlreadyExistsFault";
|
|
691
|
-
readonly $fault: "client";
|
|
692
|
-
resourceArn?: string;
|
|
693
|
-
constructor(
|
|
694
|
-
opts: __ExceptionOptionType<ResourceAlreadyExistsFault, __BaseException>
|
|
695
|
-
);
|
|
696
|
-
}
|
|
697
|
-
export declare class ResourceQuotaExceededFault extends __BaseException {
|
|
698
|
-
readonly name: "ResourceQuotaExceededFault";
|
|
699
|
-
readonly $fault: "client";
|
|
700
|
-
constructor(
|
|
701
|
-
opts: __ExceptionOptionType<ResourceQuotaExceededFault, __BaseException>
|
|
702
|
-
);
|
|
703
|
-
}
|
|
704
807
|
export declare class S3AccessDeniedFault extends __BaseException {
|
|
705
808
|
readonly name: "S3AccessDeniedFault";
|
|
706
809
|
readonly $fault: "client";
|
|
@@ -794,6 +897,72 @@ export declare class S3ResourceNotFoundFault extends __BaseException {
|
|
|
794
897
|
opts: __ExceptionOptionType<S3ResourceNotFoundFault, __BaseException>
|
|
795
898
|
);
|
|
796
899
|
}
|
|
900
|
+
export interface CreateInstanceProfileMessage {
|
|
901
|
+
AvailabilityZone?: string;
|
|
902
|
+
KmsKeyArn?: string;
|
|
903
|
+
PubliclyAccessible?: boolean;
|
|
904
|
+
Tags?: Tag[];
|
|
905
|
+
NetworkType?: string;
|
|
906
|
+
InstanceProfileName?: string;
|
|
907
|
+
Description?: string;
|
|
908
|
+
SubnetGroupIdentifier?: string;
|
|
909
|
+
VpcSecurityGroups?: string[];
|
|
910
|
+
}
|
|
911
|
+
export interface InstanceProfile {
|
|
912
|
+
InstanceProfileArn?: string;
|
|
913
|
+
AvailabilityZone?: string;
|
|
914
|
+
KmsKeyArn?: string;
|
|
915
|
+
PubliclyAccessible?: boolean;
|
|
916
|
+
NetworkType?: string;
|
|
917
|
+
InstanceProfileName?: string;
|
|
918
|
+
Description?: string;
|
|
919
|
+
InstanceProfileCreationTime?: Date;
|
|
920
|
+
SubnetGroupIdentifier?: string;
|
|
921
|
+
VpcSecurityGroups?: string[];
|
|
922
|
+
}
|
|
923
|
+
export interface CreateInstanceProfileResponse {
|
|
924
|
+
InstanceProfile?: InstanceProfile;
|
|
925
|
+
}
|
|
926
|
+
export interface SCApplicationAttributes {
|
|
927
|
+
S3BucketPath?: string;
|
|
928
|
+
S3BucketRoleArn?: string;
|
|
929
|
+
}
|
|
930
|
+
export interface DataProviderDescriptorDefinition {
|
|
931
|
+
DataProviderIdentifier: string | undefined;
|
|
932
|
+
SecretsManagerSecretId?: string;
|
|
933
|
+
SecretsManagerAccessRoleArn?: string;
|
|
934
|
+
}
|
|
935
|
+
export interface CreateMigrationProjectMessage {
|
|
936
|
+
MigrationProjectName?: string;
|
|
937
|
+
SourceDataProviderDescriptors: DataProviderDescriptorDefinition[] | undefined;
|
|
938
|
+
TargetDataProviderDescriptors: DataProviderDescriptorDefinition[] | undefined;
|
|
939
|
+
InstanceProfileIdentifier: string | undefined;
|
|
940
|
+
TransformationRules?: string;
|
|
941
|
+
Description?: string;
|
|
942
|
+
Tags?: Tag[];
|
|
943
|
+
SchemaConversionApplicationAttributes?: SCApplicationAttributes;
|
|
944
|
+
}
|
|
945
|
+
export interface DataProviderDescriptor {
|
|
946
|
+
SecretsManagerSecretId?: string;
|
|
947
|
+
SecretsManagerAccessRoleArn?: string;
|
|
948
|
+
DataProviderName?: string;
|
|
949
|
+
DataProviderArn?: string;
|
|
950
|
+
}
|
|
951
|
+
export interface MigrationProject {
|
|
952
|
+
MigrationProjectName?: string;
|
|
953
|
+
MigrationProjectArn?: string;
|
|
954
|
+
MigrationProjectCreationTime?: Date;
|
|
955
|
+
SourceDataProviderDescriptors?: DataProviderDescriptor[];
|
|
956
|
+
TargetDataProviderDescriptors?: DataProviderDescriptor[];
|
|
957
|
+
InstanceProfileArn?: string;
|
|
958
|
+
InstanceProfileName?: string;
|
|
959
|
+
TransformationRules?: string;
|
|
960
|
+
Description?: string;
|
|
961
|
+
SchemaConversionApplicationAttributes?: SCApplicationAttributes;
|
|
962
|
+
}
|
|
963
|
+
export interface CreateMigrationProjectResponse {
|
|
964
|
+
MigrationProject?: MigrationProject;
|
|
965
|
+
}
|
|
797
966
|
export interface ComputeConfig {
|
|
798
967
|
AvailabilityZone?: string;
|
|
799
968
|
DnsNameServers?: string;
|
|
@@ -1041,6 +1210,12 @@ export interface Connection {
|
|
|
1041
1210
|
export interface DeleteConnectionResponse {
|
|
1042
1211
|
Connection?: Connection;
|
|
1043
1212
|
}
|
|
1213
|
+
export interface DeleteDataProviderMessage {
|
|
1214
|
+
DataProviderIdentifier: string | undefined;
|
|
1215
|
+
}
|
|
1216
|
+
export interface DeleteDataProviderResponse {
|
|
1217
|
+
DataProvider?: DataProvider;
|
|
1218
|
+
}
|
|
1044
1219
|
export interface DeleteEndpointMessage {
|
|
1045
1220
|
EndpointArn: string | undefined;
|
|
1046
1221
|
}
|
|
@@ -1076,6 +1251,18 @@ export declare class InvalidOperationFault extends __BaseException {
|
|
|
1076
1251
|
opts: __ExceptionOptionType<InvalidOperationFault, __BaseException>
|
|
1077
1252
|
);
|
|
1078
1253
|
}
|
|
1254
|
+
export interface DeleteInstanceProfileMessage {
|
|
1255
|
+
InstanceProfileIdentifier: string | undefined;
|
|
1256
|
+
}
|
|
1257
|
+
export interface DeleteInstanceProfileResponse {
|
|
1258
|
+
InstanceProfile?: InstanceProfile;
|
|
1259
|
+
}
|
|
1260
|
+
export interface DeleteMigrationProjectMessage {
|
|
1261
|
+
MigrationProjectIdentifier: string | undefined;
|
|
1262
|
+
}
|
|
1263
|
+
export interface DeleteMigrationProjectResponse {
|
|
1264
|
+
MigrationProject?: MigrationProject;
|
|
1265
|
+
}
|
|
1079
1266
|
export interface DeleteReplicationConfigMessage {
|
|
1080
1267
|
ReplicationConfigArn: string | undefined;
|
|
1081
1268
|
}
|
|
@@ -1144,6 +1331,22 @@ export interface DescribeConnectionsResponse {
|
|
|
1144
1331
|
Marker?: string;
|
|
1145
1332
|
Connections?: Connection[];
|
|
1146
1333
|
}
|
|
1334
|
+
export interface DescribeConversionConfigurationMessage {
|
|
1335
|
+
MigrationProjectIdentifier: string | undefined;
|
|
1336
|
+
}
|
|
1337
|
+
export interface DescribeConversionConfigurationResponse {
|
|
1338
|
+
MigrationProjectIdentifier?: string;
|
|
1339
|
+
ConversionConfiguration?: string;
|
|
1340
|
+
}
|
|
1341
|
+
export interface DescribeDataProvidersMessage {
|
|
1342
|
+
Filters?: Filter[];
|
|
1343
|
+
MaxRecords?: number;
|
|
1344
|
+
Marker?: string;
|
|
1345
|
+
}
|
|
1346
|
+
export interface DescribeDataProvidersResponse {
|
|
1347
|
+
Marker?: string;
|
|
1348
|
+
DataProviders?: DataProvider[];
|
|
1349
|
+
}
|
|
1147
1350
|
export interface DescribeEndpointsMessage {
|
|
1148
1351
|
Filters?: Filter[];
|
|
1149
1352
|
MaxRecords?: number;
|
|
@@ -1268,6 +1471,48 @@ export interface DescribeEventSubscriptionsResponse {
|
|
|
1268
1471
|
Marker?: string;
|
|
1269
1472
|
EventSubscriptionsList?: EventSubscription[];
|
|
1270
1473
|
}
|
|
1474
|
+
export interface DescribeExtensionPackAssociationsMessage {
|
|
1475
|
+
MigrationProjectIdentifier: string | undefined;
|
|
1476
|
+
Filters?: Filter[];
|
|
1477
|
+
Marker?: string;
|
|
1478
|
+
MaxRecords?: number;
|
|
1479
|
+
}
|
|
1480
|
+
export interface DefaultErrorDetails {
|
|
1481
|
+
Message?: string;
|
|
1482
|
+
}
|
|
1483
|
+
export type ErrorDetails =
|
|
1484
|
+
| ErrorDetails.DefaultErrorDetailsMember
|
|
1485
|
+
| ErrorDetails.$UnknownMember;
|
|
1486
|
+
export declare namespace ErrorDetails {
|
|
1487
|
+
interface DefaultErrorDetailsMember {
|
|
1488
|
+
defaultErrorDetails: DefaultErrorDetails;
|
|
1489
|
+
$unknown?: never;
|
|
1490
|
+
}
|
|
1491
|
+
interface $UnknownMember {
|
|
1492
|
+
defaultErrorDetails?: never;
|
|
1493
|
+
$unknown: [string, any];
|
|
1494
|
+
}
|
|
1495
|
+
interface Visitor<T> {
|
|
1496
|
+
defaultErrorDetails: (value: DefaultErrorDetails) => T;
|
|
1497
|
+
_: (name: string, value: any) => T;
|
|
1498
|
+
}
|
|
1499
|
+
const visit: <T>(value: ErrorDetails, visitor: Visitor<T>) => T;
|
|
1500
|
+
}
|
|
1501
|
+
export interface ExportSqlDetails {
|
|
1502
|
+
S3ObjectKey?: string;
|
|
1503
|
+
ObjectURL?: string;
|
|
1504
|
+
}
|
|
1505
|
+
export interface SchemaConversionRequest {
|
|
1506
|
+
Status?: string;
|
|
1507
|
+
RequestIdentifier?: string;
|
|
1508
|
+
MigrationProjectArn?: string;
|
|
1509
|
+
Error?: ErrorDetails;
|
|
1510
|
+
ExportSqlDetails?: ExportSqlDetails;
|
|
1511
|
+
}
|
|
1512
|
+
export interface DescribeExtensionPackAssociationsResponse {
|
|
1513
|
+
Marker?: string;
|
|
1514
|
+
Requests?: SchemaConversionRequest[];
|
|
1515
|
+
}
|
|
1271
1516
|
export interface DescribeFleetAdvisorCollectorsRequest {
|
|
1272
1517
|
Filters?: Filter[];
|
|
1273
1518
|
MaxRecords?: number;
|
|
@@ -1411,6 +1656,74 @@ export interface DescribeFleetAdvisorSchemasResponse {
|
|
|
1411
1656
|
FleetAdvisorSchemas?: SchemaResponse[];
|
|
1412
1657
|
NextToken?: string;
|
|
1413
1658
|
}
|
|
1659
|
+
export interface DescribeInstanceProfilesMessage {
|
|
1660
|
+
Filters?: Filter[];
|
|
1661
|
+
MaxRecords?: number;
|
|
1662
|
+
Marker?: string;
|
|
1663
|
+
}
|
|
1664
|
+
export interface DescribeInstanceProfilesResponse {
|
|
1665
|
+
Marker?: string;
|
|
1666
|
+
InstanceProfiles?: InstanceProfile[];
|
|
1667
|
+
}
|
|
1668
|
+
export interface DescribeMetadataModelAssessmentsMessage {
|
|
1669
|
+
MigrationProjectIdentifier: string | undefined;
|
|
1670
|
+
Filters?: Filter[];
|
|
1671
|
+
Marker?: string;
|
|
1672
|
+
MaxRecords?: number;
|
|
1673
|
+
}
|
|
1674
|
+
export interface DescribeMetadataModelAssessmentsResponse {
|
|
1675
|
+
Marker?: string;
|
|
1676
|
+
Requests?: SchemaConversionRequest[];
|
|
1677
|
+
}
|
|
1678
|
+
export interface DescribeMetadataModelConversionsMessage {
|
|
1679
|
+
MigrationProjectIdentifier: string | undefined;
|
|
1680
|
+
Filters?: Filter[];
|
|
1681
|
+
Marker?: string;
|
|
1682
|
+
MaxRecords?: number;
|
|
1683
|
+
}
|
|
1684
|
+
export interface DescribeMetadataModelConversionsResponse {
|
|
1685
|
+
Marker?: string;
|
|
1686
|
+
Requests?: SchemaConversionRequest[];
|
|
1687
|
+
}
|
|
1688
|
+
export interface DescribeMetadataModelExportsAsScriptMessage {
|
|
1689
|
+
MigrationProjectIdentifier: string | undefined;
|
|
1690
|
+
Filters?: Filter[];
|
|
1691
|
+
Marker?: string;
|
|
1692
|
+
MaxRecords?: number;
|
|
1693
|
+
}
|
|
1694
|
+
export interface DescribeMetadataModelExportsAsScriptResponse {
|
|
1695
|
+
Marker?: string;
|
|
1696
|
+
Requests?: SchemaConversionRequest[];
|
|
1697
|
+
}
|
|
1698
|
+
export interface DescribeMetadataModelExportsToTargetMessage {
|
|
1699
|
+
MigrationProjectIdentifier: string | undefined;
|
|
1700
|
+
Filters?: Filter[];
|
|
1701
|
+
Marker?: string;
|
|
1702
|
+
MaxRecords?: number;
|
|
1703
|
+
}
|
|
1704
|
+
export interface DescribeMetadataModelExportsToTargetResponse {
|
|
1705
|
+
Marker?: string;
|
|
1706
|
+
Requests?: SchemaConversionRequest[];
|
|
1707
|
+
}
|
|
1708
|
+
export interface DescribeMetadataModelImportsMessage {
|
|
1709
|
+
MigrationProjectIdentifier: string | undefined;
|
|
1710
|
+
Filters?: Filter[];
|
|
1711
|
+
Marker?: string;
|
|
1712
|
+
MaxRecords?: number;
|
|
1713
|
+
}
|
|
1714
|
+
export interface DescribeMetadataModelImportsResponse {
|
|
1715
|
+
Marker?: string;
|
|
1716
|
+
Requests?: SchemaConversionRequest[];
|
|
1717
|
+
}
|
|
1718
|
+
export interface DescribeMigrationProjectsMessage {
|
|
1719
|
+
Filters?: Filter[];
|
|
1720
|
+
MaxRecords?: number;
|
|
1721
|
+
Marker?: string;
|
|
1722
|
+
}
|
|
1723
|
+
export interface DescribeMigrationProjectsResponse {
|
|
1724
|
+
Marker?: string;
|
|
1725
|
+
MigrationProjects?: MigrationProject[];
|
|
1726
|
+
}
|
|
1414
1727
|
export interface DescribeOrderableReplicationInstancesMessage {
|
|
1415
1728
|
MaxRecords?: number;
|
|
1416
1729
|
Marker?: string;
|
|
@@ -1724,6 +2037,26 @@ export interface DescribeTableStatisticsResponse {
|
|
|
1724
2037
|
TableStatistics?: TableStatistics[];
|
|
1725
2038
|
Marker?: string;
|
|
1726
2039
|
}
|
|
2040
|
+
export declare const AssessmentReportType: {
|
|
2041
|
+
readonly CSV: "csv";
|
|
2042
|
+
readonly PDF: "pdf";
|
|
2043
|
+
};
|
|
2044
|
+
export type AssessmentReportType =
|
|
2045
|
+
(typeof AssessmentReportType)[keyof typeof AssessmentReportType];
|
|
2046
|
+
export interface ExportMetadataModelAssessmentMessage {
|
|
2047
|
+
MigrationProjectIdentifier: string | undefined;
|
|
2048
|
+
SelectionRules: string | undefined;
|
|
2049
|
+
FileName?: string;
|
|
2050
|
+
AssessmentReportTypes?: (AssessmentReportType | string)[];
|
|
2051
|
+
}
|
|
2052
|
+
export interface ExportMetadataModelAssessmentResultEntry {
|
|
2053
|
+
S3ObjectKey?: string;
|
|
2054
|
+
ObjectURL?: string;
|
|
2055
|
+
}
|
|
2056
|
+
export interface ExportMetadataModelAssessmentResponse {
|
|
2057
|
+
PdfReport?: ExportMetadataModelAssessmentResultEntry;
|
|
2058
|
+
CsvReport?: ExportMetadataModelAssessmentResultEntry;
|
|
2059
|
+
}
|
|
1727
2060
|
export interface ImportCertificateMessage {
|
|
1728
2061
|
CertificateIdentifier: string | undefined;
|
|
1729
2062
|
CertificatePem?: string;
|
|
@@ -1747,6 +2080,24 @@ export interface ListTagsForResourceMessage {
|
|
|
1747
2080
|
export interface ListTagsForResourceResponse {
|
|
1748
2081
|
TagList?: Tag[];
|
|
1749
2082
|
}
|
|
2083
|
+
export interface ModifyConversionConfigurationMessage {
|
|
2084
|
+
MigrationProjectIdentifier: string | undefined;
|
|
2085
|
+
ConversionConfiguration: string | undefined;
|
|
2086
|
+
}
|
|
2087
|
+
export interface ModifyConversionConfigurationResponse {
|
|
2088
|
+
MigrationProjectIdentifier?: string;
|
|
2089
|
+
}
|
|
2090
|
+
export interface ModifyDataProviderMessage {
|
|
2091
|
+
DataProviderIdentifier: string | undefined;
|
|
2092
|
+
DataProviderName?: string;
|
|
2093
|
+
Description?: string;
|
|
2094
|
+
Engine?: string;
|
|
2095
|
+
ExactSettings?: boolean;
|
|
2096
|
+
Settings?: DataProviderSettings;
|
|
2097
|
+
}
|
|
2098
|
+
export interface ModifyDataProviderResponse {
|
|
2099
|
+
DataProvider?: DataProvider;
|
|
2100
|
+
}
|
|
1750
2101
|
export interface ModifyEndpointMessage {
|
|
1751
2102
|
EndpointArn: string | undefined;
|
|
1752
2103
|
EndpointIdentifier?: string;
|
|
@@ -1786,219 +2137,6 @@ export interface ModifyEndpointMessage {
|
|
|
1786
2137
|
export interface ModifyEndpointResponse {
|
|
1787
2138
|
Endpoint?: Endpoint;
|
|
1788
2139
|
}
|
|
1789
|
-
export interface ModifyEventSubscriptionMessage {
|
|
1790
|
-
SubscriptionName: string | undefined;
|
|
1791
|
-
SnsTopicArn?: string;
|
|
1792
|
-
SourceType?: string;
|
|
1793
|
-
EventCategories?: string[];
|
|
1794
|
-
Enabled?: boolean;
|
|
1795
|
-
}
|
|
1796
|
-
export interface ModifyEventSubscriptionResponse {
|
|
1797
|
-
EventSubscription?: EventSubscription;
|
|
1798
|
-
}
|
|
1799
|
-
export interface ModifyReplicationConfigMessage {
|
|
1800
|
-
ReplicationConfigArn: string | undefined;
|
|
1801
|
-
ReplicationConfigIdentifier?: string;
|
|
1802
|
-
ReplicationType?: MigrationTypeValue | string;
|
|
1803
|
-
TableMappings?: string;
|
|
1804
|
-
ReplicationSettings?: string;
|
|
1805
|
-
SupplementalSettings?: string;
|
|
1806
|
-
ComputeConfig?: ComputeConfig;
|
|
1807
|
-
SourceEndpointArn?: string;
|
|
1808
|
-
TargetEndpointArn?: string;
|
|
1809
|
-
}
|
|
1810
|
-
export interface ModifyReplicationConfigResponse {
|
|
1811
|
-
ReplicationConfig?: ReplicationConfig;
|
|
1812
|
-
}
|
|
1813
|
-
export interface ModifyReplicationInstanceMessage {
|
|
1814
|
-
ReplicationInstanceArn: string | undefined;
|
|
1815
|
-
AllocatedStorage?: number;
|
|
1816
|
-
ApplyImmediately?: boolean;
|
|
1817
|
-
ReplicationInstanceClass?: string;
|
|
1818
|
-
VpcSecurityGroupIds?: string[];
|
|
1819
|
-
PreferredMaintenanceWindow?: string;
|
|
1820
|
-
MultiAZ?: boolean;
|
|
1821
|
-
EngineVersion?: string;
|
|
1822
|
-
AllowMajorVersionUpgrade?: boolean;
|
|
1823
|
-
AutoMinorVersionUpgrade?: boolean;
|
|
1824
|
-
ReplicationInstanceIdentifier?: string;
|
|
1825
|
-
NetworkType?: string;
|
|
1826
|
-
}
|
|
1827
|
-
export interface ModifyReplicationInstanceResponse {
|
|
1828
|
-
ReplicationInstance?: ReplicationInstance;
|
|
1829
|
-
}
|
|
1830
|
-
export declare class UpgradeDependencyFailureFault extends __BaseException {
|
|
1831
|
-
readonly name: "UpgradeDependencyFailureFault";
|
|
1832
|
-
readonly $fault: "client";
|
|
1833
|
-
constructor(
|
|
1834
|
-
opts: __ExceptionOptionType<UpgradeDependencyFailureFault, __BaseException>
|
|
1835
|
-
);
|
|
1836
|
-
}
|
|
1837
|
-
export interface ModifyReplicationSubnetGroupMessage {
|
|
1838
|
-
ReplicationSubnetGroupIdentifier: string | undefined;
|
|
1839
|
-
ReplicationSubnetGroupDescription?: string;
|
|
1840
|
-
SubnetIds: string[] | undefined;
|
|
1841
|
-
}
|
|
1842
|
-
export interface ModifyReplicationSubnetGroupResponse {
|
|
1843
|
-
ReplicationSubnetGroup?: ReplicationSubnetGroup;
|
|
1844
|
-
}
|
|
1845
|
-
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
1846
|
-
readonly name: "SubnetAlreadyInUse";
|
|
1847
|
-
readonly $fault: "client";
|
|
1848
|
-
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
1849
|
-
}
|
|
1850
|
-
export interface ModifyReplicationTaskMessage {
|
|
1851
|
-
ReplicationTaskArn: string | undefined;
|
|
1852
|
-
ReplicationTaskIdentifier?: string;
|
|
1853
|
-
MigrationType?: MigrationTypeValue | string;
|
|
1854
|
-
TableMappings?: string;
|
|
1855
|
-
ReplicationTaskSettings?: string;
|
|
1856
|
-
CdcStartTime?: Date;
|
|
1857
|
-
CdcStartPosition?: string;
|
|
1858
|
-
CdcStopPosition?: string;
|
|
1859
|
-
TaskData?: string;
|
|
1860
|
-
}
|
|
1861
|
-
export interface ModifyReplicationTaskResponse {
|
|
1862
|
-
ReplicationTask?: ReplicationTask;
|
|
1863
|
-
}
|
|
1864
|
-
export interface MoveReplicationTaskMessage {
|
|
1865
|
-
ReplicationTaskArn: string | undefined;
|
|
1866
|
-
TargetReplicationInstanceArn: string | undefined;
|
|
1867
|
-
}
|
|
1868
|
-
export interface MoveReplicationTaskResponse {
|
|
1869
|
-
ReplicationTask?: ReplicationTask;
|
|
1870
|
-
}
|
|
1871
|
-
export interface RebootReplicationInstanceMessage {
|
|
1872
|
-
ReplicationInstanceArn: string | undefined;
|
|
1873
|
-
ForceFailover?: boolean;
|
|
1874
|
-
ForcePlannedFailover?: boolean;
|
|
1875
|
-
}
|
|
1876
|
-
export interface RebootReplicationInstanceResponse {
|
|
1877
|
-
ReplicationInstance?: ReplicationInstance;
|
|
1878
|
-
}
|
|
1879
|
-
export interface RefreshSchemasMessage {
|
|
1880
|
-
EndpointArn: string | undefined;
|
|
1881
|
-
ReplicationInstanceArn: string | undefined;
|
|
1882
|
-
}
|
|
1883
|
-
export interface RefreshSchemasResponse {
|
|
1884
|
-
RefreshSchemasStatus?: RefreshSchemasStatus;
|
|
1885
|
-
}
|
|
1886
|
-
export declare const ReloadOptionValue: {
|
|
1887
|
-
readonly DATA_RELOAD: "data-reload";
|
|
1888
|
-
readonly VALIDATE_ONLY: "validate-only";
|
|
1889
|
-
};
|
|
1890
|
-
export type ReloadOptionValue =
|
|
1891
|
-
(typeof ReloadOptionValue)[keyof typeof ReloadOptionValue];
|
|
1892
|
-
export interface TableToReload {
|
|
1893
|
-
SchemaName: string | undefined;
|
|
1894
|
-
TableName: string | undefined;
|
|
1895
|
-
}
|
|
1896
|
-
export interface ReloadReplicationTablesMessage {
|
|
1897
|
-
ReplicationConfigArn: string | undefined;
|
|
1898
|
-
TablesToReload: TableToReload[] | undefined;
|
|
1899
|
-
ReloadOption?: ReloadOptionValue | string;
|
|
1900
|
-
}
|
|
1901
|
-
export interface ReloadReplicationTablesResponse {
|
|
1902
|
-
ReplicationConfigArn?: string;
|
|
1903
|
-
}
|
|
1904
|
-
export interface ReloadTablesMessage {
|
|
1905
|
-
ReplicationTaskArn: string | undefined;
|
|
1906
|
-
TablesToReload: TableToReload[] | undefined;
|
|
1907
|
-
ReloadOption?: ReloadOptionValue | string;
|
|
1908
|
-
}
|
|
1909
|
-
export interface ReloadTablesResponse {
|
|
1910
|
-
ReplicationTaskArn?: string;
|
|
1911
|
-
}
|
|
1912
|
-
export interface RemoveTagsFromResourceMessage {
|
|
1913
|
-
ResourceArn: string | undefined;
|
|
1914
|
-
TagKeys: string[] | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface RemoveTagsFromResourceResponse {}
|
|
1917
|
-
export interface RunFleetAdvisorLsaAnalysisResponse {
|
|
1918
|
-
LsaAnalysisId?: string;
|
|
1919
|
-
Status?: string;
|
|
1920
|
-
}
|
|
1921
|
-
export interface StartRecommendationsRequest {
|
|
1922
|
-
DatabaseId: string | undefined;
|
|
1923
|
-
Settings: RecommendationSettings | undefined;
|
|
1924
|
-
}
|
|
1925
|
-
export interface StartReplicationMessage {
|
|
1926
|
-
ReplicationConfigArn: string | undefined;
|
|
1927
|
-
StartReplicationType: string | undefined;
|
|
1928
|
-
CdcStartTime?: Date;
|
|
1929
|
-
CdcStartPosition?: string;
|
|
1930
|
-
CdcStopPosition?: string;
|
|
1931
|
-
}
|
|
1932
|
-
export interface StartReplicationResponse {
|
|
1933
|
-
Replication?: Replication;
|
|
1934
|
-
}
|
|
1935
|
-
export declare const StartReplicationTaskTypeValue: {
|
|
1936
|
-
readonly RELOAD_TARGET: "reload-target";
|
|
1937
|
-
readonly RESUME_PROCESSING: "resume-processing";
|
|
1938
|
-
readonly START_REPLICATION: "start-replication";
|
|
1939
|
-
};
|
|
1940
|
-
export type StartReplicationTaskTypeValue =
|
|
1941
|
-
(typeof StartReplicationTaskTypeValue)[keyof typeof StartReplicationTaskTypeValue];
|
|
1942
|
-
export interface StartReplicationTaskMessage {
|
|
1943
|
-
ReplicationTaskArn: string | undefined;
|
|
1944
|
-
StartReplicationTaskType: StartReplicationTaskTypeValue | string | undefined;
|
|
1945
|
-
CdcStartTime?: Date;
|
|
1946
|
-
CdcStartPosition?: string;
|
|
1947
|
-
CdcStopPosition?: string;
|
|
1948
|
-
}
|
|
1949
|
-
export interface StartReplicationTaskResponse {
|
|
1950
|
-
ReplicationTask?: ReplicationTask;
|
|
1951
|
-
}
|
|
1952
|
-
export interface StartReplicationTaskAssessmentMessage {
|
|
1953
|
-
ReplicationTaskArn: string | undefined;
|
|
1954
|
-
}
|
|
1955
|
-
export interface StartReplicationTaskAssessmentResponse {
|
|
1956
|
-
ReplicationTask?: ReplicationTask;
|
|
1957
|
-
}
|
|
1958
|
-
export declare class KMSFault extends __BaseException {
|
|
1959
|
-
readonly name: "KMSFault";
|
|
1960
|
-
readonly $fault: "client";
|
|
1961
|
-
constructor(opts: __ExceptionOptionType<KMSFault, __BaseException>);
|
|
1962
|
-
}
|
|
1963
|
-
export interface StartReplicationTaskAssessmentRunMessage {
|
|
1964
|
-
ReplicationTaskArn: string | undefined;
|
|
1965
|
-
ServiceAccessRoleArn: string | undefined;
|
|
1966
|
-
ResultLocationBucket: string | undefined;
|
|
1967
|
-
ResultLocationFolder?: string;
|
|
1968
|
-
ResultEncryptionMode?: string;
|
|
1969
|
-
ResultKmsKeyArn?: string;
|
|
1970
|
-
AssessmentRunName: string | undefined;
|
|
1971
|
-
IncludeOnly?: string[];
|
|
1972
|
-
Exclude?: string[];
|
|
1973
|
-
}
|
|
1974
|
-
export interface StartReplicationTaskAssessmentRunResponse {
|
|
1975
|
-
ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
|
|
1976
|
-
}
|
|
1977
|
-
export interface StopReplicationMessage {
|
|
1978
|
-
ReplicationConfigArn: string | undefined;
|
|
1979
|
-
}
|
|
1980
|
-
export interface StopReplicationResponse {
|
|
1981
|
-
Replication?: Replication;
|
|
1982
|
-
}
|
|
1983
|
-
export interface StopReplicationTaskMessage {
|
|
1984
|
-
ReplicationTaskArn: string | undefined;
|
|
1985
|
-
}
|
|
1986
|
-
export interface StopReplicationTaskResponse {
|
|
1987
|
-
ReplicationTask?: ReplicationTask;
|
|
1988
|
-
}
|
|
1989
|
-
export interface TestConnectionMessage {
|
|
1990
|
-
ReplicationInstanceArn: string | undefined;
|
|
1991
|
-
EndpointArn: string | undefined;
|
|
1992
|
-
}
|
|
1993
|
-
export interface TestConnectionResponse {
|
|
1994
|
-
Connection?: Connection;
|
|
1995
|
-
}
|
|
1996
|
-
export interface UpdateSubscriptionsToEventBridgeMessage {
|
|
1997
|
-
ForceMove?: boolean;
|
|
1998
|
-
}
|
|
1999
|
-
export interface UpdateSubscriptionsToEventBridgeResponse {
|
|
2000
|
-
Result?: string;
|
|
2001
|
-
}
|
|
2002
2140
|
export declare const DocDbSettingsFilterSensitiveLog: (
|
|
2003
2141
|
obj: DocDbSettings
|
|
2004
2142
|
) => any;
|