@aws-sdk/client-database-migration-service 3.53.0 → 3.55.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/CHANGELOG.md +24 -0
- package/dist-cjs/DatabaseMigrationServiceClient.js +13 -13
- package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
- package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/CreateEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/DeleteCertificateCommand.js +3 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
- package/dist-cjs/commands/DeleteEndpointCommand.js +3 -3
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCertificatesCommand.js +3 -3
- package/dist-cjs/commands/DescribeConnectionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeSchemasCommand.js +3 -3
- package/dist-cjs/commands/DescribeTableStatisticsCommand.js +3 -3
- package/dist-cjs/commands/ImportCertificateCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ModifyEndpointCommand.js +3 -3
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/MoveReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/RebootReplicationInstanceCommand.js +3 -3
- package/dist-cjs/commands/RefreshSchemasCommand.js +3 -3
- package/dist-cjs/commands/ReloadTablesCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +3 -3
- package/dist-cjs/commands/StartReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/StopReplicationTaskCommand.js +3 -3
- package/dist-cjs/commands/TestConnectionCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +583 -583
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForEndpointDeleted.js +3 -3
- package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +3 -3
- package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +3 -3
- package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +3 -3
- package/dist-cjs/waiters/waitForReplicationTaskReady.js +3 -3
- package/dist-cjs/waiters/waitForReplicationTaskRunning.js +3 -3
- package/dist-cjs/waiters/waitForReplicationTaskStopped.js +3 -3
- package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +3 -3
- package/dist-es/DatabaseMigrationService.js +55 -55
- package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +4 -4
- package/dist-es/pagination/DescribeCertificatesPaginator.js +4 -4
- package/dist-es/pagination/DescribeConnectionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEndpointTypesPaginator.js +4 -4
- package/dist-es/pagination/DescribeEndpointsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
- package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +4 -4
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationTasksPaginator.js +4 -4
- package/dist-es/pagination/DescribeSchemasPaginator.js +4 -4
- package/dist-es/pagination/DescribeTableStatisticsPaginator.js +4 -4
- package/dist-es/waiters/waitForEndpointDeleted.js +2 -2
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +5 -5
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +5 -5
- package/dist-es/waiters/waitForReplicationTaskReady.js +9 -9
- package/dist-es/waiters/waitForReplicationTaskRunning.js +9 -9
- package/dist-es/waiters/waitForReplicationTaskStopped.js +8 -8
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +2 -2
- package/dist-types/DatabaseMigrationServiceClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +35 -35
|
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
14
14
|
reason = result_1;
|
|
15
15
|
try {
|
|
16
16
|
returnComparator = function () {
|
|
17
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
17
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
18
18
|
var projection_3 = flat_1.map(function (element_2) {
|
|
19
19
|
return element_2.Status;
|
|
20
20
|
});
|
|
@@ -41,7 +41,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
41
41
|
catch (e) { }
|
|
42
42
|
try {
|
|
43
43
|
returnComparator = function () {
|
|
44
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
44
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
45
45
|
var projection_3 = flat_1.map(function (element_2) {
|
|
46
46
|
return element_2.Status;
|
|
47
47
|
});
|
|
@@ -66,7 +66,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
66
66
|
catch (e) { }
|
|
67
67
|
try {
|
|
68
68
|
returnComparator = function () {
|
|
69
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
69
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
70
70
|
var projection_3 = flat_1.map(function (element_2) {
|
|
71
71
|
return element_2.Status;
|
|
72
72
|
});
|
|
@@ -91,7 +91,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
91
91
|
catch (e) { }
|
|
92
92
|
try {
|
|
93
93
|
returnComparator = function () {
|
|
94
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
94
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
95
95
|
var projection_3 = flat_1.map(function (element_2) {
|
|
96
96
|
return element_2.Status;
|
|
97
97
|
});
|
|
@@ -116,7 +116,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
116
116
|
catch (e) { }
|
|
117
117
|
try {
|
|
118
118
|
returnComparator = function () {
|
|
119
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
119
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
120
120
|
var projection_3 = flat_1.map(function (element_2) {
|
|
121
121
|
return element_2.Status;
|
|
122
122
|
});
|
|
@@ -141,7 +141,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
141
141
|
catch (e) { }
|
|
142
142
|
try {
|
|
143
143
|
returnComparator = function () {
|
|
144
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
144
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
145
145
|
var projection_3 = flat_1.map(function (element_2) {
|
|
146
146
|
return element_2.Status;
|
|
147
147
|
});
|
|
@@ -166,7 +166,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
166
166
|
catch (e) { }
|
|
167
167
|
try {
|
|
168
168
|
returnComparator = function () {
|
|
169
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
169
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
170
170
|
var projection_3 = flat_1.map(function (element_2) {
|
|
171
171
|
return element_2.Status;
|
|
172
172
|
});
|
|
@@ -191,7 +191,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
191
191
|
catch (e) { }
|
|
192
192
|
try {
|
|
193
193
|
returnComparator = function () {
|
|
194
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
194
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
195
195
|
var projection_3 = flat_1.map(function (element_2) {
|
|
196
196
|
return element_2.Status;
|
|
197
197
|
});
|
|
@@ -216,7 +216,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
216
216
|
catch (e) { }
|
|
217
217
|
try {
|
|
218
218
|
returnComparator = function () {
|
|
219
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
219
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
220
220
|
var projection_3 = flat_1.map(function (element_2) {
|
|
221
221
|
return element_2.Status;
|
|
222
222
|
});
|
|
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
14
14
|
reason = result_1;
|
|
15
15
|
try {
|
|
16
16
|
returnComparator = function () {
|
|
17
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
17
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
18
18
|
var projection_3 = flat_1.map(function (element_2) {
|
|
19
19
|
return element_2.Status;
|
|
20
20
|
});
|
|
@@ -41,7 +41,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
41
41
|
catch (e) { }
|
|
42
42
|
try {
|
|
43
43
|
returnComparator = function () {
|
|
44
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
44
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
45
45
|
var projection_3 = flat_1.map(function (element_2) {
|
|
46
46
|
return element_2.Status;
|
|
47
47
|
});
|
|
@@ -66,7 +66,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
66
66
|
catch (e) { }
|
|
67
67
|
try {
|
|
68
68
|
returnComparator = function () {
|
|
69
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
69
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
70
70
|
var projection_3 = flat_1.map(function (element_2) {
|
|
71
71
|
return element_2.Status;
|
|
72
72
|
});
|
|
@@ -91,7 +91,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
91
91
|
catch (e) { }
|
|
92
92
|
try {
|
|
93
93
|
returnComparator = function () {
|
|
94
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
94
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
95
95
|
var projection_3 = flat_1.map(function (element_2) {
|
|
96
96
|
return element_2.Status;
|
|
97
97
|
});
|
|
@@ -116,7 +116,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
116
116
|
catch (e) { }
|
|
117
117
|
try {
|
|
118
118
|
returnComparator = function () {
|
|
119
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
119
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
120
120
|
var projection_3 = flat_1.map(function (element_2) {
|
|
121
121
|
return element_2.Status;
|
|
122
122
|
});
|
|
@@ -141,7 +141,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
141
141
|
catch (e) { }
|
|
142
142
|
try {
|
|
143
143
|
returnComparator = function () {
|
|
144
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
144
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
145
145
|
var projection_3 = flat_1.map(function (element_2) {
|
|
146
146
|
return element_2.Status;
|
|
147
147
|
});
|
|
@@ -166,7 +166,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
166
166
|
catch (e) { }
|
|
167
167
|
try {
|
|
168
168
|
returnComparator = function () {
|
|
169
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
169
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
170
170
|
var projection_3 = flat_1.map(function (element_2) {
|
|
171
171
|
return element_2.Status;
|
|
172
172
|
});
|
|
@@ -191,7 +191,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
191
191
|
catch (e) { }
|
|
192
192
|
try {
|
|
193
193
|
returnComparator = function () {
|
|
194
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
194
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
195
195
|
var projection_3 = flat_1.map(function (element_2) {
|
|
196
196
|
return element_2.Status;
|
|
197
197
|
});
|
|
@@ -216,7 +216,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
216
216
|
catch (e) { }
|
|
217
217
|
try {
|
|
218
218
|
returnComparator = function () {
|
|
219
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
219
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
220
220
|
var projection_3 = flat_1.map(function (element_2) {
|
|
221
221
|
return element_2.Status;
|
|
222
222
|
});
|
|
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
14
14
|
reason = result_1;
|
|
15
15
|
try {
|
|
16
16
|
returnComparator = function () {
|
|
17
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
17
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
18
18
|
var projection_3 = flat_1.map(function (element_2) {
|
|
19
19
|
return element_2.Status;
|
|
20
20
|
});
|
|
@@ -41,7 +41,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
41
41
|
catch (e) { }
|
|
42
42
|
try {
|
|
43
43
|
returnComparator = function () {
|
|
44
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
44
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
45
45
|
var projection_3 = flat_1.map(function (element_2) {
|
|
46
46
|
return element_2.Status;
|
|
47
47
|
});
|
|
@@ -66,7 +66,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
66
66
|
catch (e) { }
|
|
67
67
|
try {
|
|
68
68
|
returnComparator = function () {
|
|
69
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
69
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
70
70
|
var projection_3 = flat_1.map(function (element_2) {
|
|
71
71
|
return element_2.Status;
|
|
72
72
|
});
|
|
@@ -91,7 +91,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
91
91
|
catch (e) { }
|
|
92
92
|
try {
|
|
93
93
|
returnComparator = function () {
|
|
94
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
94
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
95
95
|
var projection_3 = flat_1.map(function (element_2) {
|
|
96
96
|
return element_2.Status;
|
|
97
97
|
});
|
|
@@ -116,7 +116,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
116
116
|
catch (e) { }
|
|
117
117
|
try {
|
|
118
118
|
returnComparator = function () {
|
|
119
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
119
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
120
120
|
var projection_3 = flat_1.map(function (element_2) {
|
|
121
121
|
return element_2.Status;
|
|
122
122
|
});
|
|
@@ -141,7 +141,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
141
141
|
catch (e) { }
|
|
142
142
|
try {
|
|
143
143
|
returnComparator = function () {
|
|
144
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
144
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
145
145
|
var projection_3 = flat_1.map(function (element_2) {
|
|
146
146
|
return element_2.Status;
|
|
147
147
|
});
|
|
@@ -166,7 +166,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
166
166
|
catch (e) { }
|
|
167
167
|
try {
|
|
168
168
|
returnComparator = function () {
|
|
169
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
169
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
170
170
|
var projection_3 = flat_1.map(function (element_2) {
|
|
171
171
|
return element_2.Status;
|
|
172
172
|
});
|
|
@@ -191,7 +191,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
191
191
|
catch (e) { }
|
|
192
192
|
try {
|
|
193
193
|
returnComparator = function () {
|
|
194
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks)));
|
|
194
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.ReplicationTasks), false));
|
|
195
195
|
var projection_3 = flat_1.map(function (element_2) {
|
|
196
196
|
return element_2.Status;
|
|
197
197
|
});
|
|
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
14
14
|
reason = result_1;
|
|
15
15
|
try {
|
|
16
16
|
returnComparator = function () {
|
|
17
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Connections)));
|
|
17
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Connections), false));
|
|
18
18
|
var projection_3 = flat_1.map(function (element_2) {
|
|
19
19
|
return element_2.Status;
|
|
20
20
|
});
|
|
@@ -41,7 +41,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
41
41
|
catch (e) { }
|
|
42
42
|
try {
|
|
43
43
|
returnComparator = function () {
|
|
44
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Connections)));
|
|
44
|
+
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Connections), false));
|
|
45
45
|
var projection_3 = flat_1.map(function (element_2) {
|
|
46
46
|
return element_2.Status;
|
|
47
47
|
});
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
10
10
|
import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
11
11
|
import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput } from "./commands/CancelReplicationTaskAssessmentRunCommand";
|
|
@@ -83,7 +83,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
83
83
|
* A function that can calculate the length of a request body.
|
|
84
84
|
* @internal
|
|
85
85
|
*/
|
|
86
|
-
bodyLengthChecker?:
|
|
86
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
87
87
|
/**
|
|
88
88
|
* A function that converts a stream into an array of bytes.
|
|
89
89
|
* @internal
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
10
10
|
import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
11
11
|
import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput } from "./commands/CancelReplicationTaskAssessmentRunCommand";
|
|
@@ -71,7 +71,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
71
71
|
|
|
72
72
|
urlParser?: __UrlParser;
|
|
73
73
|
|
|
74
|
-
bodyLengthChecker?:
|
|
74
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
75
75
|
|
|
76
76
|
streamCollector?: __StreamCollector;
|
|
77
77
|
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.55.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,48 +18,48 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.55.0",
|
|
52
|
+
"tslib": "^2.3.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"concurrently": "7.0.0",
|
|
59
59
|
"downlevel-dts": "0.7.0",
|
|
60
60
|
"rimraf": "3.0.2",
|
|
61
61
|
"typedoc": "0.19.2",
|
|
62
|
-
"typescript": "~4.
|
|
62
|
+
"typescript": "~4.6.2"
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|
|
65
65
|
"node": ">=12.0.0"
|