@aws-sdk/client-database-migration-service 3.668.0 → 3.669.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 +48 -0
- package/dist-cjs/index.js +549 -103
- package/dist-es/DatabaseMigrationService.js +12 -0
- package/dist-es/commands/CreateDataMigrationCommand.js +23 -0
- package/dist-es/commands/DeleteDataMigrationCommand.js +23 -0
- package/dist-es/commands/DescribeDataMigrationsCommand.js +23 -0
- package/dist-es/commands/ImportCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyDataMigrationCommand.js +23 -0
- package/dist-es/commands/StartDataMigrationCommand.js +23 -0
- package/dist-es/commands/StopDataMigrationCommand.js +23 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +87 -66
- package/dist-es/models/models_1.js +42 -1
- package/dist-es/pagination/DescribeDataMigrationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_json1_1.js +262 -9
- package/dist-types/DatabaseMigrationService.d.ts +43 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +8 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -0
- package/dist-types/commands/CreateDataMigrationCommand.d.ts +146 -0
- package/dist-types/commands/CreateDataProviderCommand.d.ts +3 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +3 -0
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDataMigrationCommand.d.ts +119 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataMigrationsCommand.d.ts +133 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +3 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/ImportCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -1
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDataMigrationCommand.d.ts +133 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +3 -0
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +3 -0
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +3 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -0
- package/dist-types/commands/StartDataMigrationCommand.d.ts +126 -0
- package/dist-types/commands/StopDataMigrationCommand.d.ts +119 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +428 -244
- package/dist-types/models/models_1.d.ts +312 -1
- package/dist-types/pagination/DescribeDataMigrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +103 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataMigrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.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 +51 -0
- package/dist-types/ts3.4/commands/StartDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +131 -89
- package/dist-types/ts3.4/models/models_1.d.ts +102 -0
- package/dist-types/ts3.4/pagination/DescribeDataMigrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +6 -6
|
@@ -3,6 +3,7 @@ import { AddTagsToResourceCommand, } from "./commands/AddTagsToResourceCommand";
|
|
|
3
3
|
import { ApplyPendingMaintenanceActionCommand, } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
4
4
|
import { BatchStartRecommendationsCommand, } from "./commands/BatchStartRecommendationsCommand";
|
|
5
5
|
import { CancelReplicationTaskAssessmentRunCommand, } from "./commands/CancelReplicationTaskAssessmentRunCommand";
|
|
6
|
+
import { CreateDataMigrationCommand, } from "./commands/CreateDataMigrationCommand";
|
|
6
7
|
import { CreateDataProviderCommand, } from "./commands/CreateDataProviderCommand";
|
|
7
8
|
import { CreateEndpointCommand, } from "./commands/CreateEndpointCommand";
|
|
8
9
|
import { CreateEventSubscriptionCommand, } from "./commands/CreateEventSubscriptionCommand";
|
|
@@ -15,6 +16,7 @@ import { CreateReplicationSubnetGroupCommand, } from "./commands/CreateReplicati
|
|
|
15
16
|
import { CreateReplicationTaskCommand, } from "./commands/CreateReplicationTaskCommand";
|
|
16
17
|
import { DeleteCertificateCommand, } from "./commands/DeleteCertificateCommand";
|
|
17
18
|
import { DeleteConnectionCommand, } from "./commands/DeleteConnectionCommand";
|
|
19
|
+
import { DeleteDataMigrationCommand, } from "./commands/DeleteDataMigrationCommand";
|
|
18
20
|
import { DeleteDataProviderCommand, } from "./commands/DeleteDataProviderCommand";
|
|
19
21
|
import { DeleteEndpointCommand, } from "./commands/DeleteEndpointCommand";
|
|
20
22
|
import { DeleteEventSubscriptionCommand, } from "./commands/DeleteEventSubscriptionCommand";
|
|
@@ -32,6 +34,7 @@ import { DescribeApplicableIndividualAssessmentsCommand, } from "./commands/Desc
|
|
|
32
34
|
import { DescribeCertificatesCommand, } from "./commands/DescribeCertificatesCommand";
|
|
33
35
|
import { DescribeConnectionsCommand, } from "./commands/DescribeConnectionsCommand";
|
|
34
36
|
import { DescribeConversionConfigurationCommand, } from "./commands/DescribeConversionConfigurationCommand";
|
|
37
|
+
import { DescribeDataMigrationsCommand, } from "./commands/DescribeDataMigrationsCommand";
|
|
35
38
|
import { DescribeDataProvidersCommand, } from "./commands/DescribeDataProvidersCommand";
|
|
36
39
|
import { DescribeEndpointsCommand, } from "./commands/DescribeEndpointsCommand";
|
|
37
40
|
import { DescribeEndpointSettingsCommand, } from "./commands/DescribeEndpointSettingsCommand";
|
|
@@ -74,6 +77,7 @@ import { ExportMetadataModelAssessmentCommand, } from "./commands/ExportMetadata
|
|
|
74
77
|
import { ImportCertificateCommand, } from "./commands/ImportCertificateCommand";
|
|
75
78
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
76
79
|
import { ModifyConversionConfigurationCommand, } from "./commands/ModifyConversionConfigurationCommand";
|
|
80
|
+
import { ModifyDataMigrationCommand, } from "./commands/ModifyDataMigrationCommand";
|
|
77
81
|
import { ModifyDataProviderCommand, } from "./commands/ModifyDataProviderCommand";
|
|
78
82
|
import { ModifyEndpointCommand, } from "./commands/ModifyEndpointCommand";
|
|
79
83
|
import { ModifyEventSubscriptionCommand, } from "./commands/ModifyEventSubscriptionCommand";
|
|
@@ -90,6 +94,7 @@ import { ReloadReplicationTablesCommand, } from "./commands/ReloadReplicationTab
|
|
|
90
94
|
import { ReloadTablesCommand, } from "./commands/ReloadTablesCommand";
|
|
91
95
|
import { RemoveTagsFromResourceCommand, } from "./commands/RemoveTagsFromResourceCommand";
|
|
92
96
|
import { RunFleetAdvisorLsaAnalysisCommand, } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
97
|
+
import { StartDataMigrationCommand, } from "./commands/StartDataMigrationCommand";
|
|
93
98
|
import { StartExtensionPackAssociationCommand, } from "./commands/StartExtensionPackAssociationCommand";
|
|
94
99
|
import { StartMetadataModelAssessmentCommand, } from "./commands/StartMetadataModelAssessmentCommand";
|
|
95
100
|
import { StartMetadataModelConversionCommand, } from "./commands/StartMetadataModelConversionCommand";
|
|
@@ -101,6 +106,7 @@ import { StartReplicationCommand, } from "./commands/StartReplicationCommand";
|
|
|
101
106
|
import { StartReplicationTaskAssessmentCommand, } from "./commands/StartReplicationTaskAssessmentCommand";
|
|
102
107
|
import { StartReplicationTaskAssessmentRunCommand, } from "./commands/StartReplicationTaskAssessmentRunCommand";
|
|
103
108
|
import { StartReplicationTaskCommand, } from "./commands/StartReplicationTaskCommand";
|
|
109
|
+
import { StopDataMigrationCommand, } from "./commands/StopDataMigrationCommand";
|
|
104
110
|
import { StopReplicationCommand, } from "./commands/StopReplicationCommand";
|
|
105
111
|
import { StopReplicationTaskCommand, } from "./commands/StopReplicationTaskCommand";
|
|
106
112
|
import { TestConnectionCommand, } from "./commands/TestConnectionCommand";
|
|
@@ -111,6 +117,7 @@ const commands = {
|
|
|
111
117
|
ApplyPendingMaintenanceActionCommand,
|
|
112
118
|
BatchStartRecommendationsCommand,
|
|
113
119
|
CancelReplicationTaskAssessmentRunCommand,
|
|
120
|
+
CreateDataMigrationCommand,
|
|
114
121
|
CreateDataProviderCommand,
|
|
115
122
|
CreateEndpointCommand,
|
|
116
123
|
CreateEventSubscriptionCommand,
|
|
@@ -123,6 +130,7 @@ const commands = {
|
|
|
123
130
|
CreateReplicationTaskCommand,
|
|
124
131
|
DeleteCertificateCommand,
|
|
125
132
|
DeleteConnectionCommand,
|
|
133
|
+
DeleteDataMigrationCommand,
|
|
126
134
|
DeleteDataProviderCommand,
|
|
127
135
|
DeleteEndpointCommand,
|
|
128
136
|
DeleteEventSubscriptionCommand,
|
|
@@ -140,6 +148,7 @@ const commands = {
|
|
|
140
148
|
DescribeCertificatesCommand,
|
|
141
149
|
DescribeConnectionsCommand,
|
|
142
150
|
DescribeConversionConfigurationCommand,
|
|
151
|
+
DescribeDataMigrationsCommand,
|
|
143
152
|
DescribeDataProvidersCommand,
|
|
144
153
|
DescribeEndpointsCommand,
|
|
145
154
|
DescribeEndpointSettingsCommand,
|
|
@@ -182,6 +191,7 @@ const commands = {
|
|
|
182
191
|
ImportCertificateCommand,
|
|
183
192
|
ListTagsForResourceCommand,
|
|
184
193
|
ModifyConversionConfigurationCommand,
|
|
194
|
+
ModifyDataMigrationCommand,
|
|
185
195
|
ModifyDataProviderCommand,
|
|
186
196
|
ModifyEndpointCommand,
|
|
187
197
|
ModifyEventSubscriptionCommand,
|
|
@@ -198,6 +208,7 @@ const commands = {
|
|
|
198
208
|
ReloadTablesCommand,
|
|
199
209
|
RemoveTagsFromResourceCommand,
|
|
200
210
|
RunFleetAdvisorLsaAnalysisCommand,
|
|
211
|
+
StartDataMigrationCommand,
|
|
201
212
|
StartExtensionPackAssociationCommand,
|
|
202
213
|
StartMetadataModelAssessmentCommand,
|
|
203
214
|
StartMetadataModelConversionCommand,
|
|
@@ -209,6 +220,7 @@ const commands = {
|
|
|
209
220
|
StartReplicationTaskCommand,
|
|
210
221
|
StartReplicationTaskAssessmentCommand,
|
|
211
222
|
StartReplicationTaskAssessmentRunCommand,
|
|
223
|
+
StopDataMigrationCommand,
|
|
212
224
|
StopReplicationCommand,
|
|
213
225
|
StopReplicationTaskCommand,
|
|
214
226
|
TestConnectionCommand,
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateDataMigrationMessageFilterSensitiveLog, CreateDataMigrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_CreateDataMigrationCommand, se_CreateDataMigrationCommand } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateDataMigrationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonDMSv20160101", "CreateDataMigration", {})
|
|
18
|
+
.n("DatabaseMigrationServiceClient", "CreateDataMigrationCommand")
|
|
19
|
+
.f(CreateDataMigrationMessageFilterSensitiveLog, CreateDataMigrationResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_CreateDataMigrationCommand)
|
|
21
|
+
.de(de_CreateDataMigrationCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DeleteDataMigrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_DeleteDataMigrationCommand, se_DeleteDataMigrationCommand } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class DeleteDataMigrationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonDMSv20160101", "DeleteDataMigration", {})
|
|
18
|
+
.n("DatabaseMigrationServiceClient", "DeleteDataMigrationCommand")
|
|
19
|
+
.f(void 0, DeleteDataMigrationResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_DeleteDataMigrationCommand)
|
|
21
|
+
.de(de_DeleteDataMigrationCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DescribeDataMigrationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_DescribeDataMigrationsCommand, se_DescribeDataMigrationsCommand } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class DescribeDataMigrationsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonDMSv20160101", "DescribeDataMigrations", {})
|
|
18
|
+
.n("DatabaseMigrationServiceClient", "DescribeDataMigrationsCommand")
|
|
19
|
+
.f(void 0, DescribeDataMigrationsResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_DescribeDataMigrationsCommand)
|
|
21
|
+
.de(de_DescribeDataMigrationsCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ImportCertificateMessageFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ImportCertificateMessageFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_ImportCertificateCommand, se_ImportCertificateCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ImportCertificateCommand extends $Command
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ModifyDataMigrationMessageFilterSensitiveLog, ModifyDataMigrationResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { de_ModifyDataMigrationCommand, se_ModifyDataMigrationCommand } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ModifyDataMigrationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonDMSv20160101", "ModifyDataMigration", {})
|
|
18
|
+
.n("DatabaseMigrationServiceClient", "ModifyDataMigrationCommand")
|
|
19
|
+
.f(ModifyDataMigrationMessageFilterSensitiveLog, ModifyDataMigrationResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_ModifyDataMigrationCommand)
|
|
21
|
+
.de(de_ModifyDataMigrationCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StartDataMigrationResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { de_StartDataMigrationCommand, se_StartDataMigrationCommand } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class StartDataMigrationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonDMSv20160101", "StartDataMigration", {})
|
|
18
|
+
.n("DatabaseMigrationServiceClient", "StartDataMigrationCommand")
|
|
19
|
+
.f(void 0, StartDataMigrationResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_StartDataMigrationCommand)
|
|
21
|
+
.de(de_StartDataMigrationCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StopDataMigrationResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { de_StopDataMigrationCommand, se_StopDataMigrationCommand } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class StopDataMigrationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonDMSv20160101", "StopDataMigration", {})
|
|
18
|
+
.n("DatabaseMigrationServiceClient", "StopDataMigrationCommand")
|
|
19
|
+
.f(void 0, StopDataMigrationResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_StopDataMigrationCommand)
|
|
21
|
+
.de(de_StopDataMigrationCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -2,6 +2,7 @@ export * from "./AddTagsToResourceCommand";
|
|
|
2
2
|
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
3
3
|
export * from "./BatchStartRecommendationsCommand";
|
|
4
4
|
export * from "./CancelReplicationTaskAssessmentRunCommand";
|
|
5
|
+
export * from "./CreateDataMigrationCommand";
|
|
5
6
|
export * from "./CreateDataProviderCommand";
|
|
6
7
|
export * from "./CreateEndpointCommand";
|
|
7
8
|
export * from "./CreateEventSubscriptionCommand";
|
|
@@ -14,6 +15,7 @@ export * from "./CreateReplicationSubnetGroupCommand";
|
|
|
14
15
|
export * from "./CreateReplicationTaskCommand";
|
|
15
16
|
export * from "./DeleteCertificateCommand";
|
|
16
17
|
export * from "./DeleteConnectionCommand";
|
|
18
|
+
export * from "./DeleteDataMigrationCommand";
|
|
17
19
|
export * from "./DeleteDataProviderCommand";
|
|
18
20
|
export * from "./DeleteEndpointCommand";
|
|
19
21
|
export * from "./DeleteEventSubscriptionCommand";
|
|
@@ -31,6 +33,7 @@ export * from "./DescribeApplicableIndividualAssessmentsCommand";
|
|
|
31
33
|
export * from "./DescribeCertificatesCommand";
|
|
32
34
|
export * from "./DescribeConnectionsCommand";
|
|
33
35
|
export * from "./DescribeConversionConfigurationCommand";
|
|
36
|
+
export * from "./DescribeDataMigrationsCommand";
|
|
34
37
|
export * from "./DescribeDataProvidersCommand";
|
|
35
38
|
export * from "./DescribeEndpointSettingsCommand";
|
|
36
39
|
export * from "./DescribeEndpointTypesCommand";
|
|
@@ -73,6 +76,7 @@ export * from "./ExportMetadataModelAssessmentCommand";
|
|
|
73
76
|
export * from "./ImportCertificateCommand";
|
|
74
77
|
export * from "./ListTagsForResourceCommand";
|
|
75
78
|
export * from "./ModifyConversionConfigurationCommand";
|
|
79
|
+
export * from "./ModifyDataMigrationCommand";
|
|
76
80
|
export * from "./ModifyDataProviderCommand";
|
|
77
81
|
export * from "./ModifyEndpointCommand";
|
|
78
82
|
export * from "./ModifyEventSubscriptionCommand";
|
|
@@ -89,6 +93,7 @@ export * from "./ReloadReplicationTablesCommand";
|
|
|
89
93
|
export * from "./ReloadTablesCommand";
|
|
90
94
|
export * from "./RemoveTagsFromResourceCommand";
|
|
91
95
|
export * from "./RunFleetAdvisorLsaAnalysisCommand";
|
|
96
|
+
export * from "./StartDataMigrationCommand";
|
|
92
97
|
export * from "./StartExtensionPackAssociationCommand";
|
|
93
98
|
export * from "./StartMetadataModelAssessmentCommand";
|
|
94
99
|
export * from "./StartMetadataModelConversionCommand";
|
|
@@ -100,6 +105,7 @@ export * from "./StartReplicationCommand";
|
|
|
100
105
|
export * from "./StartReplicationTaskAssessmentCommand";
|
|
101
106
|
export * from "./StartReplicationTaskAssessmentRunCommand";
|
|
102
107
|
export * from "./StartReplicationTaskCommand";
|
|
108
|
+
export * from "./StopDataMigrationCommand";
|
|
103
109
|
export * from "./StopReplicationCommand";
|
|
104
110
|
export * from "./StopReplicationTaskCommand";
|
|
105
111
|
export * from "./TestConnectionCommand";
|
|
@@ -12,6 +12,18 @@ export class AccessDeniedFault extends __BaseException {
|
|
|
12
12
|
Object.setPrototypeOf(this, AccessDeniedFault.prototype);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
+
export class InvalidResourceStateFault extends __BaseException {
|
|
16
|
+
constructor(opts) {
|
|
17
|
+
super({
|
|
18
|
+
name: "InvalidResourceStateFault",
|
|
19
|
+
$fault: "client",
|
|
20
|
+
...opts,
|
|
21
|
+
});
|
|
22
|
+
this.name = "InvalidResourceStateFault";
|
|
23
|
+
this.$fault = "client";
|
|
24
|
+
Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
15
27
|
export class ResourceNotFoundFault extends __BaseException {
|
|
16
28
|
constructor(opts) {
|
|
17
29
|
super({
|
|
@@ -24,16 +36,58 @@ export class ResourceNotFoundFault extends __BaseException {
|
|
|
24
36
|
Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
|
|
25
37
|
}
|
|
26
38
|
}
|
|
27
|
-
export
|
|
39
|
+
export const MigrationTypeValue = {
|
|
40
|
+
CDC: "cdc",
|
|
41
|
+
FULL_LOAD: "full-load",
|
|
42
|
+
FULL_LOAD_AND_CDC: "full-load-and-cdc",
|
|
43
|
+
};
|
|
44
|
+
export class FailedDependencyFault extends __BaseException {
|
|
28
45
|
constructor(opts) {
|
|
29
46
|
super({
|
|
30
|
-
name: "
|
|
47
|
+
name: "FailedDependencyFault",
|
|
31
48
|
$fault: "client",
|
|
32
49
|
...opts,
|
|
33
50
|
});
|
|
34
|
-
this.name = "
|
|
51
|
+
this.name = "FailedDependencyFault";
|
|
35
52
|
this.$fault = "client";
|
|
36
|
-
Object.setPrototypeOf(this,
|
|
53
|
+
Object.setPrototypeOf(this, FailedDependencyFault.prototype);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
export class InvalidOperationFault extends __BaseException {
|
|
57
|
+
constructor(opts) {
|
|
58
|
+
super({
|
|
59
|
+
name: "InvalidOperationFault",
|
|
60
|
+
$fault: "client",
|
|
61
|
+
...opts,
|
|
62
|
+
});
|
|
63
|
+
this.name = "InvalidOperationFault";
|
|
64
|
+
this.$fault = "client";
|
|
65
|
+
Object.setPrototypeOf(this, InvalidOperationFault.prototype);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
export class ResourceAlreadyExistsFault extends __BaseException {
|
|
69
|
+
constructor(opts) {
|
|
70
|
+
super({
|
|
71
|
+
name: "ResourceAlreadyExistsFault",
|
|
72
|
+
$fault: "client",
|
|
73
|
+
...opts,
|
|
74
|
+
});
|
|
75
|
+
this.name = "ResourceAlreadyExistsFault";
|
|
76
|
+
this.$fault = "client";
|
|
77
|
+
Object.setPrototypeOf(this, ResourceAlreadyExistsFault.prototype);
|
|
78
|
+
this.resourceArn = opts.resourceArn;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
export class ResourceQuotaExceededFault extends __BaseException {
|
|
82
|
+
constructor(opts) {
|
|
83
|
+
super({
|
|
84
|
+
name: "ResourceQuotaExceededFault",
|
|
85
|
+
$fault: "client",
|
|
86
|
+
...opts,
|
|
87
|
+
});
|
|
88
|
+
this.name = "ResourceQuotaExceededFault";
|
|
89
|
+
this.$fault = "client";
|
|
90
|
+
Object.setPrototypeOf(this, ResourceQuotaExceededFault.prototype);
|
|
37
91
|
}
|
|
38
92
|
}
|
|
39
93
|
export const DmsSslModeValue = {
|
|
@@ -73,31 +127,6 @@ export var DataProviderSettings;
|
|
|
73
127
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
74
128
|
};
|
|
75
129
|
})(DataProviderSettings || (DataProviderSettings = {}));
|
|
76
|
-
export class ResourceAlreadyExistsFault extends __BaseException {
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "ResourceAlreadyExistsFault",
|
|
80
|
-
$fault: "client",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
this.name = "ResourceAlreadyExistsFault";
|
|
84
|
-
this.$fault = "client";
|
|
85
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsFault.prototype);
|
|
86
|
-
this.resourceArn = opts.resourceArn;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
export class ResourceQuotaExceededFault extends __BaseException {
|
|
90
|
-
constructor(opts) {
|
|
91
|
-
super({
|
|
92
|
-
name: "ResourceQuotaExceededFault",
|
|
93
|
-
$fault: "client",
|
|
94
|
-
...opts,
|
|
95
|
-
});
|
|
96
|
-
this.name = "ResourceQuotaExceededFault";
|
|
97
|
-
this.$fault = "client";
|
|
98
|
-
Object.setPrototypeOf(this, ResourceQuotaExceededFault.prototype);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
130
|
export const NestingLevelValue = {
|
|
102
131
|
NONE: "none",
|
|
103
132
|
ONE: "one",
|
|
@@ -331,11 +360,6 @@ export class S3ResourceNotFoundFault extends __BaseException {
|
|
|
331
360
|
Object.setPrototypeOf(this, S3ResourceNotFoundFault.prototype);
|
|
332
361
|
}
|
|
333
362
|
}
|
|
334
|
-
export const MigrationTypeValue = {
|
|
335
|
-
CDC: "cdc",
|
|
336
|
-
FULL_LOAD: "full-load",
|
|
337
|
-
FULL_LOAD_AND_CDC: "full-load-and-cdc",
|
|
338
|
-
};
|
|
339
363
|
export class InvalidSubnet extends __BaseException {
|
|
340
364
|
constructor(opts) {
|
|
341
365
|
super({
|
|
@@ -396,18 +420,6 @@ export class CollectorNotFoundFault extends __BaseException {
|
|
|
396
420
|
Object.setPrototypeOf(this, CollectorNotFoundFault.prototype);
|
|
397
421
|
}
|
|
398
422
|
}
|
|
399
|
-
export class InvalidOperationFault extends __BaseException {
|
|
400
|
-
constructor(opts) {
|
|
401
|
-
super({
|
|
402
|
-
name: "InvalidOperationFault",
|
|
403
|
-
$fault: "client",
|
|
404
|
-
...opts,
|
|
405
|
-
});
|
|
406
|
-
this.name = "InvalidOperationFault";
|
|
407
|
-
this.$fault = "client";
|
|
408
|
-
Object.setPrototypeOf(this, InvalidOperationFault.prototype);
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
423
|
export const EndpointSettingTypeValue = {
|
|
412
424
|
BOOLEAN: "boolean",
|
|
413
425
|
ENUM: "enum",
|
|
@@ -443,22 +455,25 @@ export const RefreshSchemasStatusTypeValue = {
|
|
|
443
455
|
REFRESHING: "refreshing",
|
|
444
456
|
SUCCESSFUL: "successful",
|
|
445
457
|
};
|
|
446
|
-
export const
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
};
|
|
450
|
-
export
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
458
|
+
export const CreateDataMigrationMessageFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
...(obj.SelectionRules && { SelectionRules: SENSITIVE_STRING }),
|
|
461
|
+
});
|
|
462
|
+
export const DataMigrationSettingsFilterSensitiveLog = (obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
...(obj.SelectionRules && { SelectionRules: SENSITIVE_STRING }),
|
|
465
|
+
});
|
|
466
|
+
export const DataMigrationFilterSensitiveLog = (obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
...(obj.DataMigrationSettings && {
|
|
469
|
+
DataMigrationSettings: DataMigrationSettingsFilterSensitiveLog(obj.DataMigrationSettings),
|
|
470
|
+
}),
|
|
471
|
+
...(obj.PublicIpAddresses && { PublicIpAddresses: SENSITIVE_STRING }),
|
|
472
|
+
});
|
|
473
|
+
export const CreateDataMigrationResponseFilterSensitiveLog = (obj) => ({
|
|
474
|
+
...obj,
|
|
475
|
+
...(obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }),
|
|
476
|
+
});
|
|
462
477
|
export const DocDbSettingsFilterSensitiveLog = (obj) => ({
|
|
463
478
|
...obj,
|
|
464
479
|
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
@@ -549,15 +564,21 @@ export const CreateEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
|
549
564
|
...obj,
|
|
550
565
|
...(obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }),
|
|
551
566
|
});
|
|
567
|
+
export const DeleteDataMigrationResponseFilterSensitiveLog = (obj) => ({
|
|
568
|
+
...obj,
|
|
569
|
+
...(obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }),
|
|
570
|
+
});
|
|
552
571
|
export const DeleteEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
553
572
|
...obj,
|
|
554
573
|
...(obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }),
|
|
555
574
|
});
|
|
556
|
-
export const
|
|
575
|
+
export const DescribeDataMigrationsResponseFilterSensitiveLog = (obj) => ({
|
|
557
576
|
...obj,
|
|
558
|
-
...(obj.
|
|
577
|
+
...(obj.DataMigrations && {
|
|
578
|
+
DataMigrations: obj.DataMigrations.map((item) => DataMigrationFilterSensitiveLog(item)),
|
|
579
|
+
}),
|
|
559
580
|
});
|
|
560
|
-
export const
|
|
581
|
+
export const DescribeEndpointsResponseFilterSensitiveLog = (obj) => ({
|
|
561
582
|
...obj,
|
|
562
|
-
...(obj.
|
|
583
|
+
...(obj.Endpoints && { Endpoints: obj.Endpoints.map((item) => EndpointFilterSensitiveLog(item)) }),
|
|
563
584
|
});
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
3
|
-
import { DocDbSettingsFilterSensitiveLog, EndpointFilterSensitiveLog, GcpMySQLSettingsFilterSensitiveLog, IBMDb2SettingsFilterSensitiveLog, KafkaSettingsFilterSensitiveLog, MicrosoftSQLServerSettingsFilterSensitiveLog, MongoDbSettingsFilterSensitiveLog, MySQLSettingsFilterSensitiveLog, OracleSettingsFilterSensitiveLog, PostgreSQLSettingsFilterSensitiveLog, RedisSettingsFilterSensitiveLog, RedshiftSettingsFilterSensitiveLog, SybaseSettingsFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
import { DataMigrationFilterSensitiveLog, DocDbSettingsFilterSensitiveLog, EndpointFilterSensitiveLog, GcpMySQLSettingsFilterSensitiveLog, IBMDb2SettingsFilterSensitiveLog, KafkaSettingsFilterSensitiveLog, MicrosoftSQLServerSettingsFilterSensitiveLog, MongoDbSettingsFilterSensitiveLog, MySQLSettingsFilterSensitiveLog, OracleSettingsFilterSensitiveLog, PostgreSQLSettingsFilterSensitiveLog, RedisSettingsFilterSensitiveLog, RedshiftSettingsFilterSensitiveLog, SybaseSettingsFilterSensitiveLog, } from "./models_0";
|
|
4
|
+
export const AssessmentReportType = {
|
|
5
|
+
CSV: "csv",
|
|
6
|
+
PDF: "pdf",
|
|
7
|
+
};
|
|
8
|
+
export class InvalidCertificateFault extends __BaseException {
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "InvalidCertificateFault",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
this.name = "InvalidCertificateFault";
|
|
16
|
+
this.$fault = "client";
|
|
17
|
+
Object.setPrototypeOf(this, InvalidCertificateFault.prototype);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
4
20
|
export class UpgradeDependencyFailureFault extends __BaseException {
|
|
5
21
|
constructor(opts) {
|
|
6
22
|
super({
|
|
@@ -29,6 +45,11 @@ export const ReloadOptionValue = {
|
|
|
29
45
|
DATA_RELOAD: "data-reload",
|
|
30
46
|
VALIDATE_ONLY: "validate-only",
|
|
31
47
|
};
|
|
48
|
+
export const StartReplicationMigrationTypeValue = {
|
|
49
|
+
RELOAD_TARGET: "reload-target",
|
|
50
|
+
RESUME_PROCESSING: "resume-processing",
|
|
51
|
+
START_REPLICATION: "start-replication",
|
|
52
|
+
};
|
|
32
53
|
export const OriginTypeValue = {
|
|
33
54
|
SOURCE: "SOURCE",
|
|
34
55
|
TARGET: "TARGET",
|
|
@@ -50,6 +71,18 @@ export class KMSFault extends __BaseException {
|
|
|
50
71
|
Object.setPrototypeOf(this, KMSFault.prototype);
|
|
51
72
|
}
|
|
52
73
|
}
|
|
74
|
+
export const ImportCertificateMessageFilterSensitiveLog = (obj) => ({
|
|
75
|
+
...obj,
|
|
76
|
+
...(obj.CertificatePem && { CertificatePem: SENSITIVE_STRING }),
|
|
77
|
+
});
|
|
78
|
+
export const ModifyDataMigrationMessageFilterSensitiveLog = (obj) => ({
|
|
79
|
+
...obj,
|
|
80
|
+
...(obj.SelectionRules && { SelectionRules: SENSITIVE_STRING }),
|
|
81
|
+
});
|
|
82
|
+
export const ModifyDataMigrationResponseFilterSensitiveLog = (obj) => ({
|
|
83
|
+
...obj,
|
|
84
|
+
...(obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }),
|
|
85
|
+
});
|
|
53
86
|
export const ModifyEndpointMessageFilterSensitiveLog = (obj) => ({
|
|
54
87
|
...obj,
|
|
55
88
|
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
@@ -72,3 +105,11 @@ export const ModifyEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
|
72
105
|
...obj,
|
|
73
106
|
...(obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }),
|
|
74
107
|
});
|
|
108
|
+
export const StartDataMigrationResponseFilterSensitiveLog = (obj) => ({
|
|
109
|
+
...obj,
|
|
110
|
+
...(obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }),
|
|
111
|
+
});
|
|
112
|
+
export const StopDataMigrationResponseFilterSensitiveLog = (obj) => ({
|
|
113
|
+
...obj,
|
|
114
|
+
...(obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }),
|
|
115
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { DescribeDataMigrationsCommand, } from "../commands/DescribeDataMigrationsCommand";
|
|
3
|
+
import { DatabaseMigrationServiceClient } from "../DatabaseMigrationServiceClient";
|
|
4
|
+
export const paginateDescribeDataMigrations = createPaginator(DatabaseMigrationServiceClient, DescribeDataMigrationsCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
export * from "./DescribeApplicableIndividualAssessmentsPaginator";
|
|
2
2
|
export * from "./DescribeCertificatesPaginator";
|
|
3
3
|
export * from "./DescribeConnectionsPaginator";
|
|
4
|
+
export * from "./DescribeDataMigrationsPaginator";
|
|
4
5
|
export * from "./DescribeDataProvidersPaginator";
|
|
5
6
|
export * from "./DescribeEndpointSettingsPaginator";
|
|
6
7
|
export * from "./DescribeEndpointTypesPaginator";
|
|
7
8
|
export * from "./DescribeEndpointsPaginator";
|
|
8
9
|
export * from "./DescribeEngineVersionsPaginator";
|
|
9
10
|
export * from "./DescribeEventSubscriptionsPaginator";
|
|
10
|
-
export * from "./DescribeEventsPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeEventsPaginator";
|
|
12
13
|
export * from "./DescribeExtensionPackAssociationsPaginator";
|
|
13
14
|
export * from "./DescribeFleetAdvisorCollectorsPaginator";
|
|
14
15
|
export * from "./DescribeFleetAdvisorDatabasesPaginator";
|