@aws-sdk/client-database-migration-service 3.185.0 → 3.188.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 +16 -0
- package/dist-es/DatabaseMigrationService.js +262 -269
- package/dist-es/DatabaseMigrationServiceClient.js +22 -28
- package/dist-es/commands/AddTagsToResourceCommand.js +21 -28
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +21 -28
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +21 -28
- package/dist-es/commands/CreateEndpointCommand.js +21 -28
- package/dist-es/commands/CreateEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +21 -28
- package/dist-es/commands/CreateReplicationInstanceCommand.js +21 -28
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +21 -28
- package/dist-es/commands/CreateReplicationTaskCommand.js +21 -28
- package/dist-es/commands/DeleteCertificateCommand.js +21 -28
- package/dist-es/commands/DeleteConnectionCommand.js +21 -28
- package/dist-es/commands/DeleteEndpointCommand.js +21 -28
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +22 -29
- package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +21 -28
- package/dist-es/commands/DeleteReplicationInstanceCommand.js +21 -28
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +21 -28
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +21 -28
- package/dist-es/commands/DeleteReplicationTaskCommand.js +21 -28
- package/dist-es/commands/DescribeAccountAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +21 -28
- package/dist-es/commands/DescribeCertificatesCommand.js +21 -28
- package/dist-es/commands/DescribeConnectionsCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointTypesCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointsCommand.js +21 -28
- package/dist-es/commands/DescribeEventCategoriesCommand.js +21 -28
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +21 -28
- package/dist-es/commands/DescribeEventsCommand.js +21 -28
- package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +21 -28
- package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +21 -28
- package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +21 -28
- package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +21 -28
- package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +21 -28
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +21 -28
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +21 -28
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +21 -28
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +21 -28
- package/dist-es/commands/DescribeReplicationInstancesCommand.js +21 -28
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +21 -28
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +21 -28
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +21 -28
- package/dist-es/commands/DescribeReplicationTasksCommand.js +21 -28
- package/dist-es/commands/DescribeSchemasCommand.js +21 -28
- package/dist-es/commands/DescribeTableStatisticsCommand.js +21 -28
- package/dist-es/commands/ImportCertificateCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ModifyEndpointCommand.js +21 -28
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/ModifyReplicationInstanceCommand.js +21 -28
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +21 -28
- package/dist-es/commands/ModifyReplicationTaskCommand.js +21 -28
- package/dist-es/commands/MoveReplicationTaskCommand.js +21 -28
- package/dist-es/commands/RebootReplicationInstanceCommand.js +21 -28
- package/dist-es/commands/RefreshSchemasCommand.js +21 -28
- package/dist-es/commands/ReloadTablesCommand.js +21 -28
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +21 -28
- package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +22 -29
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +21 -28
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +21 -28
- package/dist-es/commands/StartReplicationTaskCommand.js +21 -28
- package/dist-es/commands/StopReplicationTaskCommand.js +21 -28
- package/dist-es/commands/TestConnectionCommand.js +21 -28
- package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DatabaseMigrationServiceServiceException.js +5 -10
- package/dist-es/models/models_0.js +904 -471
- package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +25 -68
- package/dist-es/pagination/DescribeCertificatesPaginator.js +25 -68
- package/dist-es/pagination/DescribeConnectionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEndpointTypesPaginator.js +25 -68
- package/dist-es/pagination/DescribeEndpointsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
- package/dist-es/pagination/DescribeFleetAdvisorCollectorsPaginator.js +25 -68
- package/dist-es/pagination/DescribeFleetAdvisorDatabasesPaginator.js +25 -68
- package/dist-es/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.js +25 -68
- package/dist-es/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.js +25 -68
- package/dist-es/pagination/DescribeFleetAdvisorSchemasPaginator.js +25 -68
- package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +25 -68
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +25 -68
- package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReplicationTasksPaginator.js +25 -68
- package/dist-es/pagination/DescribeSchemasPaginator.js +25 -68
- package/dist-es/pagination/DescribeTableStatisticsPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +4646 -5431
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForEndpointDeleted.js +49 -90
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +92 -163
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +35 -66
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +91 -162
- package/dist-es/waiters/waitForReplicationTaskReady.js +148 -259
- package/dist-es/waiters/waitForReplicationTaskRunning.js +148 -259
- package/dist-es/waiters/waitForReplicationTaskStopped.js +134 -235
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +50 -91
- package/package.json +34 -34
|
@@ -1,42 +1,41 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
export class AccessDeniedFault extends __BaseException {
|
|
4
|
+
constructor(opts) {
|
|
5
|
+
super({
|
|
6
|
+
name: "AccessDeniedFault",
|
|
7
|
+
$fault: "client",
|
|
8
|
+
...opts,
|
|
9
|
+
});
|
|
10
|
+
this.name = "AccessDeniedFault";
|
|
11
|
+
this.$fault = "client";
|
|
12
|
+
Object.setPrototypeOf(this, AccessDeniedFault.prototype);
|
|
12
13
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
14
|
+
}
|
|
15
|
+
export class ResourceNotFoundFault extends __BaseException {
|
|
16
|
+
constructor(opts) {
|
|
17
|
+
super({
|
|
18
|
+
name: "ResourceNotFoundFault",
|
|
19
|
+
$fault: "client",
|
|
20
|
+
...opts,
|
|
21
|
+
});
|
|
22
|
+
this.name = "ResourceNotFoundFault";
|
|
23
|
+
this.$fault = "client";
|
|
24
|
+
Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
|
|
24
25
|
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
26
|
+
}
|
|
27
|
+
export class InvalidResourceStateFault extends __BaseException {
|
|
28
|
+
constructor(opts) {
|
|
29
|
+
super({
|
|
30
|
+
name: "InvalidResourceStateFault",
|
|
31
|
+
$fault: "client",
|
|
32
|
+
...opts,
|
|
33
|
+
});
|
|
34
|
+
this.name = "InvalidResourceStateFault";
|
|
35
|
+
this.$fault = "client";
|
|
36
|
+
Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
|
|
36
37
|
}
|
|
37
|
-
|
|
38
|
-
}(__BaseException));
|
|
39
|
-
export { InvalidResourceStateFault };
|
|
38
|
+
}
|
|
40
39
|
export var NestingLevelValue;
|
|
41
40
|
(function (NestingLevelValue) {
|
|
42
41
|
NestingLevelValue["NONE"] = "none";
|
|
@@ -163,229 +162,229 @@ export var DmsSslModeValue;
|
|
|
163
162
|
DmsSslModeValue["VERIFY_CA"] = "verify-ca";
|
|
164
163
|
DmsSslModeValue["VERIFY_FULL"] = "verify-full";
|
|
165
164
|
})(DmsSslModeValue || (DmsSslModeValue = {}));
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
165
|
+
export class KMSKeyNotAccessibleFault extends __BaseException {
|
|
166
|
+
constructor(opts) {
|
|
167
|
+
super({
|
|
168
|
+
name: "KMSKeyNotAccessibleFault",
|
|
169
|
+
$fault: "client",
|
|
170
|
+
...opts,
|
|
171
|
+
});
|
|
172
|
+
this.name = "KMSKeyNotAccessibleFault";
|
|
173
|
+
this.$fault = "client";
|
|
174
|
+
Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
|
|
174
175
|
}
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
176
|
+
}
|
|
177
|
+
export class ResourceAlreadyExistsFault extends __BaseException {
|
|
178
|
+
constructor(opts) {
|
|
179
|
+
super({
|
|
180
|
+
name: "ResourceAlreadyExistsFault",
|
|
181
|
+
$fault: "client",
|
|
182
|
+
...opts,
|
|
183
|
+
});
|
|
184
|
+
this.name = "ResourceAlreadyExistsFault";
|
|
185
|
+
this.$fault = "client";
|
|
186
|
+
Object.setPrototypeOf(this, ResourceAlreadyExistsFault.prototype);
|
|
187
|
+
this.resourceArn = opts.resourceArn;
|
|
187
188
|
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
189
|
+
}
|
|
190
|
+
export class ResourceQuotaExceededFault extends __BaseException {
|
|
191
|
+
constructor(opts) {
|
|
192
|
+
super({
|
|
193
|
+
name: "ResourceQuotaExceededFault",
|
|
194
|
+
$fault: "client",
|
|
195
|
+
...opts,
|
|
196
|
+
});
|
|
197
|
+
this.name = "ResourceQuotaExceededFault";
|
|
198
|
+
this.$fault = "client";
|
|
199
|
+
Object.setPrototypeOf(this, ResourceQuotaExceededFault.prototype);
|
|
199
200
|
}
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
201
|
+
}
|
|
202
|
+
export class S3AccessDeniedFault extends __BaseException {
|
|
203
|
+
constructor(opts) {
|
|
204
|
+
super({
|
|
205
|
+
name: "S3AccessDeniedFault",
|
|
206
|
+
$fault: "client",
|
|
207
|
+
...opts,
|
|
208
|
+
});
|
|
209
|
+
this.name = "S3AccessDeniedFault";
|
|
210
|
+
this.$fault = "client";
|
|
211
|
+
Object.setPrototypeOf(this, S3AccessDeniedFault.prototype);
|
|
211
212
|
}
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
213
|
+
}
|
|
214
|
+
export class KMSAccessDeniedFault extends __BaseException {
|
|
215
|
+
constructor(opts) {
|
|
216
|
+
super({
|
|
217
|
+
name: "KMSAccessDeniedFault",
|
|
218
|
+
$fault: "client",
|
|
219
|
+
...opts,
|
|
220
|
+
});
|
|
221
|
+
this.name = "KMSAccessDeniedFault";
|
|
222
|
+
this.$fault = "client";
|
|
223
|
+
Object.setPrototypeOf(this, KMSAccessDeniedFault.prototype);
|
|
223
224
|
}
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
225
|
+
}
|
|
226
|
+
export class KMSDisabledFault extends __BaseException {
|
|
227
|
+
constructor(opts) {
|
|
228
|
+
super({
|
|
229
|
+
name: "KMSDisabledFault",
|
|
230
|
+
$fault: "client",
|
|
231
|
+
...opts,
|
|
232
|
+
});
|
|
233
|
+
this.name = "KMSDisabledFault";
|
|
234
|
+
this.$fault = "client";
|
|
235
|
+
Object.setPrototypeOf(this, KMSDisabledFault.prototype);
|
|
235
236
|
}
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
237
|
+
}
|
|
238
|
+
export class KMSInvalidStateFault extends __BaseException {
|
|
239
|
+
constructor(opts) {
|
|
240
|
+
super({
|
|
241
|
+
name: "KMSInvalidStateFault",
|
|
242
|
+
$fault: "client",
|
|
243
|
+
...opts,
|
|
244
|
+
});
|
|
245
|
+
this.name = "KMSInvalidStateFault";
|
|
246
|
+
this.$fault = "client";
|
|
247
|
+
Object.setPrototypeOf(this, KMSInvalidStateFault.prototype);
|
|
247
248
|
}
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
249
|
+
}
|
|
250
|
+
export class KMSNotFoundFault extends __BaseException {
|
|
251
|
+
constructor(opts) {
|
|
252
|
+
super({
|
|
253
|
+
name: "KMSNotFoundFault",
|
|
254
|
+
$fault: "client",
|
|
255
|
+
...opts,
|
|
256
|
+
});
|
|
257
|
+
this.name = "KMSNotFoundFault";
|
|
258
|
+
this.$fault = "client";
|
|
259
|
+
Object.setPrototypeOf(this, KMSNotFoundFault.prototype);
|
|
259
260
|
}
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
261
|
+
}
|
|
262
|
+
export class KMSThrottlingFault extends __BaseException {
|
|
263
|
+
constructor(opts) {
|
|
264
|
+
super({
|
|
265
|
+
name: "KMSThrottlingFault",
|
|
266
|
+
$fault: "client",
|
|
267
|
+
...opts,
|
|
268
|
+
});
|
|
269
|
+
this.name = "KMSThrottlingFault";
|
|
270
|
+
this.$fault = "client";
|
|
271
|
+
Object.setPrototypeOf(this, KMSThrottlingFault.prototype);
|
|
271
272
|
}
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
273
|
+
}
|
|
274
|
+
export class SNSInvalidTopicFault extends __BaseException {
|
|
275
|
+
constructor(opts) {
|
|
276
|
+
super({
|
|
277
|
+
name: "SNSInvalidTopicFault",
|
|
278
|
+
$fault: "client",
|
|
279
|
+
...opts,
|
|
280
|
+
});
|
|
281
|
+
this.name = "SNSInvalidTopicFault";
|
|
282
|
+
this.$fault = "client";
|
|
283
|
+
Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
|
|
283
284
|
}
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
285
|
+
}
|
|
286
|
+
export class SNSNoAuthorizationFault extends __BaseException {
|
|
287
|
+
constructor(opts) {
|
|
288
|
+
super({
|
|
289
|
+
name: "SNSNoAuthorizationFault",
|
|
290
|
+
$fault: "client",
|
|
291
|
+
...opts,
|
|
292
|
+
});
|
|
293
|
+
this.name = "SNSNoAuthorizationFault";
|
|
294
|
+
this.$fault = "client";
|
|
295
|
+
Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
|
|
295
296
|
}
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
297
|
+
}
|
|
298
|
+
export class S3ResourceNotFoundFault extends __BaseException {
|
|
299
|
+
constructor(opts) {
|
|
300
|
+
super({
|
|
301
|
+
name: "S3ResourceNotFoundFault",
|
|
302
|
+
$fault: "client",
|
|
303
|
+
...opts,
|
|
304
|
+
});
|
|
305
|
+
this.name = "S3ResourceNotFoundFault";
|
|
306
|
+
this.$fault = "client";
|
|
307
|
+
Object.setPrototypeOf(this, S3ResourceNotFoundFault.prototype);
|
|
307
308
|
}
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
309
|
+
}
|
|
310
|
+
export class InsufficientResourceCapacityFault extends __BaseException {
|
|
311
|
+
constructor(opts) {
|
|
312
|
+
super({
|
|
313
|
+
name: "InsufficientResourceCapacityFault",
|
|
314
|
+
$fault: "client",
|
|
315
|
+
...opts,
|
|
316
|
+
});
|
|
317
|
+
this.name = "InsufficientResourceCapacityFault";
|
|
318
|
+
this.$fault = "client";
|
|
319
|
+
Object.setPrototypeOf(this, InsufficientResourceCapacityFault.prototype);
|
|
319
320
|
}
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
321
|
+
}
|
|
322
|
+
export class InvalidSubnet extends __BaseException {
|
|
323
|
+
constructor(opts) {
|
|
324
|
+
super({
|
|
325
|
+
name: "InvalidSubnet",
|
|
326
|
+
$fault: "client",
|
|
327
|
+
...opts,
|
|
328
|
+
});
|
|
329
|
+
this.name = "InvalidSubnet";
|
|
330
|
+
this.$fault = "client";
|
|
331
|
+
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
331
332
|
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
333
|
+
}
|
|
334
|
+
export class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
335
|
+
constructor(opts) {
|
|
336
|
+
super({
|
|
337
|
+
name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs",
|
|
338
|
+
$fault: "client",
|
|
339
|
+
...opts,
|
|
340
|
+
});
|
|
341
|
+
this.name = "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
342
|
+
this.$fault = "client";
|
|
343
|
+
Object.setPrototypeOf(this, ReplicationSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
343
344
|
}
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
345
|
+
}
|
|
346
|
+
export class StorageQuotaExceededFault extends __BaseException {
|
|
347
|
+
constructor(opts) {
|
|
348
|
+
super({
|
|
349
|
+
name: "StorageQuotaExceededFault",
|
|
350
|
+
$fault: "client",
|
|
351
|
+
...opts,
|
|
352
|
+
});
|
|
353
|
+
this.name = "StorageQuotaExceededFault";
|
|
354
|
+
this.$fault = "client";
|
|
355
|
+
Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
|
|
355
356
|
}
|
|
356
|
-
|
|
357
|
-
}(__BaseException));
|
|
358
|
-
export { StorageQuotaExceededFault };
|
|
357
|
+
}
|
|
359
358
|
export var MigrationTypeValue;
|
|
360
359
|
(function (MigrationTypeValue) {
|
|
361
360
|
MigrationTypeValue["CDC"] = "cdc";
|
|
362
361
|
MigrationTypeValue["FULL_LOAD"] = "full-load";
|
|
363
362
|
MigrationTypeValue["FULL_LOAD_AND_CDC"] = "full-load-and-cdc";
|
|
364
363
|
})(MigrationTypeValue || (MigrationTypeValue = {}));
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
364
|
+
export class CollectorNotFoundFault extends __BaseException {
|
|
365
|
+
constructor(opts) {
|
|
366
|
+
super({
|
|
367
|
+
name: "CollectorNotFoundFault",
|
|
368
|
+
$fault: "client",
|
|
369
|
+
...opts,
|
|
370
|
+
});
|
|
371
|
+
this.name = "CollectorNotFoundFault";
|
|
372
|
+
this.$fault = "client";
|
|
373
|
+
Object.setPrototypeOf(this, CollectorNotFoundFault.prototype);
|
|
373
374
|
}
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
375
|
+
}
|
|
376
|
+
export class InvalidOperationFault extends __BaseException {
|
|
377
|
+
constructor(opts) {
|
|
378
|
+
super({
|
|
379
|
+
name: "InvalidOperationFault",
|
|
380
|
+
$fault: "client",
|
|
381
|
+
...opts,
|
|
382
|
+
});
|
|
383
|
+
this.name = "InvalidOperationFault";
|
|
384
|
+
this.$fault = "client";
|
|
385
|
+
Object.setPrototypeOf(this, InvalidOperationFault.prototype);
|
|
385
386
|
}
|
|
386
|
-
|
|
387
|
-
}(__BaseException));
|
|
388
|
-
export { InvalidOperationFault };
|
|
387
|
+
}
|
|
389
388
|
export var EndpointSettingTypeValue;
|
|
390
389
|
(function (EndpointSettingTypeValue) {
|
|
391
390
|
EndpointSettingTypeValue["BOOLEAN"] = "boolean";
|
|
@@ -414,42 +413,42 @@ export var RefreshSchemasStatusTypeValue;
|
|
|
414
413
|
RefreshSchemasStatusTypeValue["REFRESHING"] = "refreshing";
|
|
415
414
|
RefreshSchemasStatusTypeValue["SUCCESSFUL"] = "successful";
|
|
416
415
|
})(RefreshSchemasStatusTypeValue || (RefreshSchemasStatusTypeValue = {}));
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
416
|
+
export class InvalidCertificateFault extends __BaseException {
|
|
417
|
+
constructor(opts) {
|
|
418
|
+
super({
|
|
419
|
+
name: "InvalidCertificateFault",
|
|
420
|
+
$fault: "client",
|
|
421
|
+
...opts,
|
|
422
|
+
});
|
|
423
|
+
this.name = "InvalidCertificateFault";
|
|
424
|
+
this.$fault = "client";
|
|
425
|
+
Object.setPrototypeOf(this, InvalidCertificateFault.prototype);
|
|
425
426
|
}
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
427
|
+
}
|
|
428
|
+
export class UpgradeDependencyFailureFault extends __BaseException {
|
|
429
|
+
constructor(opts) {
|
|
430
|
+
super({
|
|
431
|
+
name: "UpgradeDependencyFailureFault",
|
|
432
|
+
$fault: "client",
|
|
433
|
+
...opts,
|
|
434
|
+
});
|
|
435
|
+
this.name = "UpgradeDependencyFailureFault";
|
|
436
|
+
this.$fault = "client";
|
|
437
|
+
Object.setPrototypeOf(this, UpgradeDependencyFailureFault.prototype);
|
|
437
438
|
}
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
439
|
+
}
|
|
440
|
+
export class SubnetAlreadyInUse extends __BaseException {
|
|
441
|
+
constructor(opts) {
|
|
442
|
+
super({
|
|
443
|
+
name: "SubnetAlreadyInUse",
|
|
444
|
+
$fault: "client",
|
|
445
|
+
...opts,
|
|
446
|
+
});
|
|
447
|
+
this.name = "SubnetAlreadyInUse";
|
|
448
|
+
this.$fault = "client";
|
|
449
|
+
Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
|
|
449
450
|
}
|
|
450
|
-
|
|
451
|
-
}(__BaseException));
|
|
452
|
-
export { SubnetAlreadyInUse };
|
|
451
|
+
}
|
|
453
452
|
export var ReloadOptionValue;
|
|
454
453
|
(function (ReloadOptionValue) {
|
|
455
454
|
ReloadOptionValue["DATA_RELOAD"] = "data-reload";
|
|
@@ -461,209 +460,643 @@ export var StartReplicationTaskTypeValue;
|
|
|
461
460
|
StartReplicationTaskTypeValue["RESUME_PROCESSING"] = "resume-processing";
|
|
462
461
|
StartReplicationTaskTypeValue["START_REPLICATION"] = "start-replication";
|
|
463
462
|
})(StartReplicationTaskTypeValue || (StartReplicationTaskTypeValue = {}));
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
463
|
+
export class KMSFault extends __BaseException {
|
|
464
|
+
constructor(opts) {
|
|
465
|
+
super({
|
|
466
|
+
name: "KMSFault",
|
|
467
|
+
$fault: "client",
|
|
468
|
+
...opts,
|
|
469
|
+
});
|
|
470
|
+
this.name = "KMSFault";
|
|
471
|
+
this.$fault = "client";
|
|
472
|
+
Object.setPrototypeOf(this, KMSFault.prototype);
|
|
472
473
|
}
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
export
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
export
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
export
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
export
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
export
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
export
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
export
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
export
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
export
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
export
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
export
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
export
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
export
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
export
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
export
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
export
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
export
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
export
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
export
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
export
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
export
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
export
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
export
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
export
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
export
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
export
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
export
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
export
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
export
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
export
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
export
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
export
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
export
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
export
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
export
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
export
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
export
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
export
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
export
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
export
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
export
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
export
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
export
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
export
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
export
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
export
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
export
|
|
474
|
+
}
|
|
475
|
+
export const AccountQuotaFilterSensitiveLog = (obj) => ({
|
|
476
|
+
...obj,
|
|
477
|
+
});
|
|
478
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
});
|
|
481
|
+
export const AddTagsToResourceMessageFilterSensitiveLog = (obj) => ({
|
|
482
|
+
...obj,
|
|
483
|
+
});
|
|
484
|
+
export const AddTagsToResourceResponseFilterSensitiveLog = (obj) => ({
|
|
485
|
+
...obj,
|
|
486
|
+
});
|
|
487
|
+
export const ApplyPendingMaintenanceActionMessageFilterSensitiveLog = (obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
});
|
|
490
|
+
export const PendingMaintenanceActionFilterSensitiveLog = (obj) => ({
|
|
491
|
+
...obj,
|
|
492
|
+
});
|
|
493
|
+
export const ResourcePendingMaintenanceActionsFilterSensitiveLog = (obj) => ({
|
|
494
|
+
...obj,
|
|
495
|
+
});
|
|
496
|
+
export const ApplyPendingMaintenanceActionResponseFilterSensitiveLog = (obj) => ({
|
|
497
|
+
...obj,
|
|
498
|
+
});
|
|
499
|
+
export const CancelReplicationTaskAssessmentRunMessageFilterSensitiveLog = (obj) => ({
|
|
500
|
+
...obj,
|
|
501
|
+
});
|
|
502
|
+
export const ReplicationTaskAssessmentRunProgressFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
});
|
|
505
|
+
export const ReplicationTaskAssessmentRunFilterSensitiveLog = (obj) => ({
|
|
506
|
+
...obj,
|
|
507
|
+
});
|
|
508
|
+
export const CancelReplicationTaskAssessmentRunResponseFilterSensitiveLog = (obj) => ({
|
|
509
|
+
...obj,
|
|
510
|
+
});
|
|
511
|
+
export const DmsTransferSettingsFilterSensitiveLog = (obj) => ({
|
|
512
|
+
...obj,
|
|
513
|
+
});
|
|
514
|
+
export const DocDbSettingsFilterSensitiveLog = (obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
517
|
+
});
|
|
518
|
+
export const DynamoDbSettingsFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
export const ElasticsearchSettingsFilterSensitiveLog = (obj) => ({
|
|
522
|
+
...obj,
|
|
523
|
+
});
|
|
524
|
+
export const GcpMySQLSettingsFilterSensitiveLog = (obj) => ({
|
|
525
|
+
...obj,
|
|
526
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
527
|
+
});
|
|
528
|
+
export const IBMDb2SettingsFilterSensitiveLog = (obj) => ({
|
|
529
|
+
...obj,
|
|
530
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
531
|
+
});
|
|
532
|
+
export const KafkaSettingsFilterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
...(obj.SslClientKeyPassword && { SslClientKeyPassword: SENSITIVE_STRING }),
|
|
535
|
+
...(obj.SaslPassword && { SaslPassword: SENSITIVE_STRING }),
|
|
536
|
+
});
|
|
537
|
+
export const KinesisSettingsFilterSensitiveLog = (obj) => ({
|
|
538
|
+
...obj,
|
|
539
|
+
});
|
|
540
|
+
export const MicrosoftSQLServerSettingsFilterSensitiveLog = (obj) => ({
|
|
541
|
+
...obj,
|
|
542
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
543
|
+
});
|
|
544
|
+
export const MongoDbSettingsFilterSensitiveLog = (obj) => ({
|
|
545
|
+
...obj,
|
|
546
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
547
|
+
});
|
|
548
|
+
export const MySQLSettingsFilterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
551
|
+
});
|
|
552
|
+
export const NeptuneSettingsFilterSensitiveLog = (obj) => ({
|
|
553
|
+
...obj,
|
|
554
|
+
});
|
|
555
|
+
export const OracleSettingsFilterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
...(obj.AsmPassword && { AsmPassword: SENSITIVE_STRING }),
|
|
558
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
559
|
+
...(obj.SecurityDbEncryption && { SecurityDbEncryption: SENSITIVE_STRING }),
|
|
560
|
+
});
|
|
561
|
+
export const PostgreSQLSettingsFilterSensitiveLog = (obj) => ({
|
|
562
|
+
...obj,
|
|
563
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
564
|
+
});
|
|
565
|
+
export const RedisSettingsFilterSensitiveLog = (obj) => ({
|
|
566
|
+
...obj,
|
|
567
|
+
...(obj.AuthPassword && { AuthPassword: SENSITIVE_STRING }),
|
|
568
|
+
});
|
|
569
|
+
export const RedshiftSettingsFilterSensitiveLog = (obj) => ({
|
|
570
|
+
...obj,
|
|
571
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
572
|
+
});
|
|
573
|
+
export const S3SettingsFilterSensitiveLog = (obj) => ({
|
|
574
|
+
...obj,
|
|
575
|
+
});
|
|
576
|
+
export const SybaseSettingsFilterSensitiveLog = (obj) => ({
|
|
577
|
+
...obj,
|
|
578
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
579
|
+
});
|
|
580
|
+
export const CreateEndpointMessageFilterSensitiveLog = (obj) => ({
|
|
581
|
+
...obj,
|
|
582
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
583
|
+
...(obj.MongoDbSettings && { MongoDbSettings: MongoDbSettingsFilterSensitiveLog(obj.MongoDbSettings) }),
|
|
584
|
+
...(obj.KafkaSettings && { KafkaSettings: KafkaSettingsFilterSensitiveLog(obj.KafkaSettings) }),
|
|
585
|
+
...(obj.RedshiftSettings && { RedshiftSettings: RedshiftSettingsFilterSensitiveLog(obj.RedshiftSettings) }),
|
|
586
|
+
...(obj.PostgreSQLSettings && { PostgreSQLSettings: PostgreSQLSettingsFilterSensitiveLog(obj.PostgreSQLSettings) }),
|
|
587
|
+
...(obj.MySQLSettings && { MySQLSettings: MySQLSettingsFilterSensitiveLog(obj.MySQLSettings) }),
|
|
588
|
+
...(obj.OracleSettings && { OracleSettings: OracleSettingsFilterSensitiveLog(obj.OracleSettings) }),
|
|
589
|
+
...(obj.SybaseSettings && { SybaseSettings: SybaseSettingsFilterSensitiveLog(obj.SybaseSettings) }),
|
|
590
|
+
...(obj.MicrosoftSQLServerSettings && {
|
|
591
|
+
MicrosoftSQLServerSettings: MicrosoftSQLServerSettingsFilterSensitiveLog(obj.MicrosoftSQLServerSettings),
|
|
592
|
+
}),
|
|
593
|
+
...(obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2SettingsFilterSensitiveLog(obj.IBMDb2Settings) }),
|
|
594
|
+
...(obj.DocDbSettings && { DocDbSettings: DocDbSettingsFilterSensitiveLog(obj.DocDbSettings) }),
|
|
595
|
+
...(obj.RedisSettings && { RedisSettings: RedisSettingsFilterSensitiveLog(obj.RedisSettings) }),
|
|
596
|
+
...(obj.GcpMySQLSettings && { GcpMySQLSettings: GcpMySQLSettingsFilterSensitiveLog(obj.GcpMySQLSettings) }),
|
|
597
|
+
});
|
|
598
|
+
export const EndpointFilterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
...(obj.MongoDbSettings && { MongoDbSettings: MongoDbSettingsFilterSensitiveLog(obj.MongoDbSettings) }),
|
|
601
|
+
...(obj.KafkaSettings && { KafkaSettings: KafkaSettingsFilterSensitiveLog(obj.KafkaSettings) }),
|
|
602
|
+
...(obj.RedshiftSettings && { RedshiftSettings: RedshiftSettingsFilterSensitiveLog(obj.RedshiftSettings) }),
|
|
603
|
+
...(obj.PostgreSQLSettings && { PostgreSQLSettings: PostgreSQLSettingsFilterSensitiveLog(obj.PostgreSQLSettings) }),
|
|
604
|
+
...(obj.MySQLSettings && { MySQLSettings: MySQLSettingsFilterSensitiveLog(obj.MySQLSettings) }),
|
|
605
|
+
...(obj.OracleSettings && { OracleSettings: OracleSettingsFilterSensitiveLog(obj.OracleSettings) }),
|
|
606
|
+
...(obj.SybaseSettings && { SybaseSettings: SybaseSettingsFilterSensitiveLog(obj.SybaseSettings) }),
|
|
607
|
+
...(obj.MicrosoftSQLServerSettings && {
|
|
608
|
+
MicrosoftSQLServerSettings: MicrosoftSQLServerSettingsFilterSensitiveLog(obj.MicrosoftSQLServerSettings),
|
|
609
|
+
}),
|
|
610
|
+
...(obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2SettingsFilterSensitiveLog(obj.IBMDb2Settings) }),
|
|
611
|
+
...(obj.DocDbSettings && { DocDbSettings: DocDbSettingsFilterSensitiveLog(obj.DocDbSettings) }),
|
|
612
|
+
...(obj.RedisSettings && { RedisSettings: RedisSettingsFilterSensitiveLog(obj.RedisSettings) }),
|
|
613
|
+
...(obj.GcpMySQLSettings && { GcpMySQLSettings: GcpMySQLSettingsFilterSensitiveLog(obj.GcpMySQLSettings) }),
|
|
614
|
+
});
|
|
615
|
+
export const CreateEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
616
|
+
...obj,
|
|
617
|
+
...(obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }),
|
|
618
|
+
});
|
|
619
|
+
export const CreateEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
|
|
620
|
+
...obj,
|
|
621
|
+
});
|
|
622
|
+
export const EventSubscriptionFilterSensitiveLog = (obj) => ({
|
|
623
|
+
...obj,
|
|
624
|
+
});
|
|
625
|
+
export const CreateEventSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
626
|
+
...obj,
|
|
627
|
+
});
|
|
628
|
+
export const CreateFleetAdvisorCollectorRequestFilterSensitiveLog = (obj) => ({
|
|
629
|
+
...obj,
|
|
630
|
+
});
|
|
631
|
+
export const CreateFleetAdvisorCollectorResponseFilterSensitiveLog = (obj) => ({
|
|
632
|
+
...obj,
|
|
633
|
+
});
|
|
634
|
+
export const CreateReplicationInstanceMessageFilterSensitiveLog = (obj) => ({
|
|
635
|
+
...obj,
|
|
636
|
+
});
|
|
637
|
+
export const ReplicationPendingModifiedValuesFilterSensitiveLog = (obj) => ({
|
|
638
|
+
...obj,
|
|
639
|
+
});
|
|
640
|
+
export const AvailabilityZoneFilterSensitiveLog = (obj) => ({
|
|
641
|
+
...obj,
|
|
642
|
+
});
|
|
643
|
+
export const SubnetFilterSensitiveLog = (obj) => ({
|
|
644
|
+
...obj,
|
|
645
|
+
});
|
|
646
|
+
export const ReplicationSubnetGroupFilterSensitiveLog = (obj) => ({
|
|
647
|
+
...obj,
|
|
648
|
+
});
|
|
649
|
+
export const VpcSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
650
|
+
...obj,
|
|
651
|
+
});
|
|
652
|
+
export const ReplicationInstanceFilterSensitiveLog = (obj) => ({
|
|
653
|
+
...obj,
|
|
654
|
+
});
|
|
655
|
+
export const CreateReplicationInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
656
|
+
...obj,
|
|
657
|
+
});
|
|
658
|
+
export const CreateReplicationSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
659
|
+
...obj,
|
|
660
|
+
});
|
|
661
|
+
export const CreateReplicationSubnetGroupResponseFilterSensitiveLog = (obj) => ({
|
|
662
|
+
...obj,
|
|
663
|
+
});
|
|
664
|
+
export const CreateReplicationTaskMessageFilterSensitiveLog = (obj) => ({
|
|
665
|
+
...obj,
|
|
666
|
+
});
|
|
667
|
+
export const ReplicationTaskStatsFilterSensitiveLog = (obj) => ({
|
|
668
|
+
...obj,
|
|
669
|
+
});
|
|
670
|
+
export const ReplicationTaskFilterSensitiveLog = (obj) => ({
|
|
671
|
+
...obj,
|
|
672
|
+
});
|
|
673
|
+
export const CreateReplicationTaskResponseFilterSensitiveLog = (obj) => ({
|
|
674
|
+
...obj,
|
|
675
|
+
});
|
|
676
|
+
export const DeleteCertificateMessageFilterSensitiveLog = (obj) => ({
|
|
677
|
+
...obj,
|
|
678
|
+
});
|
|
679
|
+
export const CertificateFilterSensitiveLog = (obj) => ({
|
|
680
|
+
...obj,
|
|
681
|
+
});
|
|
682
|
+
export const DeleteCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
683
|
+
...obj,
|
|
684
|
+
});
|
|
685
|
+
export const DeleteConnectionMessageFilterSensitiveLog = (obj) => ({
|
|
686
|
+
...obj,
|
|
687
|
+
});
|
|
688
|
+
export const ConnectionFilterSensitiveLog = (obj) => ({
|
|
689
|
+
...obj,
|
|
690
|
+
});
|
|
691
|
+
export const DeleteConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
692
|
+
...obj,
|
|
693
|
+
});
|
|
694
|
+
export const DeleteEndpointMessageFilterSensitiveLog = (obj) => ({
|
|
695
|
+
...obj,
|
|
696
|
+
});
|
|
697
|
+
export const DeleteEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
698
|
+
...obj,
|
|
699
|
+
...(obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }),
|
|
700
|
+
});
|
|
701
|
+
export const DeleteEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
|
|
702
|
+
...obj,
|
|
703
|
+
});
|
|
704
|
+
export const DeleteEventSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
705
|
+
...obj,
|
|
706
|
+
});
|
|
707
|
+
export const DeleteCollectorRequestFilterSensitiveLog = (obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
});
|
|
710
|
+
export const DeleteFleetAdvisorDatabasesRequestFilterSensitiveLog = (obj) => ({
|
|
711
|
+
...obj,
|
|
712
|
+
});
|
|
713
|
+
export const DeleteFleetAdvisorDatabasesResponseFilterSensitiveLog = (obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
});
|
|
716
|
+
export const DeleteReplicationInstanceMessageFilterSensitiveLog = (obj) => ({
|
|
717
|
+
...obj,
|
|
718
|
+
});
|
|
719
|
+
export const DeleteReplicationInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
720
|
+
...obj,
|
|
721
|
+
});
|
|
722
|
+
export const DeleteReplicationSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
});
|
|
725
|
+
export const DeleteReplicationSubnetGroupResponseFilterSensitiveLog = (obj) => ({
|
|
726
|
+
...obj,
|
|
727
|
+
});
|
|
728
|
+
export const DeleteReplicationTaskMessageFilterSensitiveLog = (obj) => ({
|
|
729
|
+
...obj,
|
|
730
|
+
});
|
|
731
|
+
export const DeleteReplicationTaskResponseFilterSensitiveLog = (obj) => ({
|
|
732
|
+
...obj,
|
|
733
|
+
});
|
|
734
|
+
export const DeleteReplicationTaskAssessmentRunMessageFilterSensitiveLog = (obj) => ({
|
|
735
|
+
...obj,
|
|
736
|
+
});
|
|
737
|
+
export const DeleteReplicationTaskAssessmentRunResponseFilterSensitiveLog = (obj) => ({
|
|
738
|
+
...obj,
|
|
739
|
+
});
|
|
740
|
+
export const DescribeAccountAttributesMessageFilterSensitiveLog = (obj) => ({
|
|
741
|
+
...obj,
|
|
742
|
+
});
|
|
743
|
+
export const DescribeAccountAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
744
|
+
...obj,
|
|
745
|
+
});
|
|
746
|
+
export const DescribeApplicableIndividualAssessmentsMessageFilterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
});
|
|
749
|
+
export const DescribeApplicableIndividualAssessmentsResponseFilterSensitiveLog = (obj) => ({
|
|
750
|
+
...obj,
|
|
751
|
+
});
|
|
752
|
+
export const FilterFilterSensitiveLog = (obj) => ({
|
|
753
|
+
...obj,
|
|
754
|
+
});
|
|
755
|
+
export const DescribeCertificatesMessageFilterSensitiveLog = (obj) => ({
|
|
756
|
+
...obj,
|
|
757
|
+
});
|
|
758
|
+
export const DescribeCertificatesResponseFilterSensitiveLog = (obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
});
|
|
761
|
+
export const DescribeConnectionsMessageFilterSensitiveLog = (obj) => ({
|
|
762
|
+
...obj,
|
|
763
|
+
});
|
|
764
|
+
export const DescribeConnectionsResponseFilterSensitiveLog = (obj) => ({
|
|
765
|
+
...obj,
|
|
766
|
+
});
|
|
767
|
+
export const DescribeEndpointsMessageFilterSensitiveLog = (obj) => ({
|
|
768
|
+
...obj,
|
|
769
|
+
});
|
|
770
|
+
export const DescribeEndpointsResponseFilterSensitiveLog = (obj) => ({
|
|
771
|
+
...obj,
|
|
772
|
+
...(obj.Endpoints && { Endpoints: obj.Endpoints.map((item) => EndpointFilterSensitiveLog(item)) }),
|
|
773
|
+
});
|
|
774
|
+
export const DescribeEndpointSettingsMessageFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
export const EndpointSettingFilterSensitiveLog = (obj) => ({
|
|
778
|
+
...obj,
|
|
779
|
+
});
|
|
780
|
+
export const DescribeEndpointSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
781
|
+
...obj,
|
|
782
|
+
});
|
|
783
|
+
export const DescribeEndpointTypesMessageFilterSensitiveLog = (obj) => ({
|
|
784
|
+
...obj,
|
|
785
|
+
});
|
|
786
|
+
export const SupportedEndpointTypeFilterSensitiveLog = (obj) => ({
|
|
787
|
+
...obj,
|
|
788
|
+
});
|
|
789
|
+
export const DescribeEndpointTypesResponseFilterSensitiveLog = (obj) => ({
|
|
790
|
+
...obj,
|
|
791
|
+
});
|
|
792
|
+
export const DescribeEventCategoriesMessageFilterSensitiveLog = (obj) => ({
|
|
793
|
+
...obj,
|
|
794
|
+
});
|
|
795
|
+
export const EventCategoryGroupFilterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
});
|
|
798
|
+
export const DescribeEventCategoriesResponseFilterSensitiveLog = (obj) => ({
|
|
799
|
+
...obj,
|
|
800
|
+
});
|
|
801
|
+
export const DescribeEventsMessageFilterSensitiveLog = (obj) => ({
|
|
802
|
+
...obj,
|
|
803
|
+
});
|
|
804
|
+
export const EventFilterSensitiveLog = (obj) => ({
|
|
805
|
+
...obj,
|
|
806
|
+
});
|
|
807
|
+
export const DescribeEventsResponseFilterSensitiveLog = (obj) => ({
|
|
808
|
+
...obj,
|
|
809
|
+
});
|
|
810
|
+
export const DescribeEventSubscriptionsMessageFilterSensitiveLog = (obj) => ({
|
|
811
|
+
...obj,
|
|
812
|
+
});
|
|
813
|
+
export const DescribeEventSubscriptionsResponseFilterSensitiveLog = (obj) => ({
|
|
814
|
+
...obj,
|
|
815
|
+
});
|
|
816
|
+
export const DescribeFleetAdvisorCollectorsRequestFilterSensitiveLog = (obj) => ({
|
|
817
|
+
...obj,
|
|
818
|
+
});
|
|
819
|
+
export const CollectorHealthCheckFilterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
export const InventoryDataFilterSensitiveLog = (obj) => ({
|
|
823
|
+
...obj,
|
|
824
|
+
});
|
|
825
|
+
export const CollectorResponseFilterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
export const DescribeFleetAdvisorCollectorsResponseFilterSensitiveLog = (obj) => ({
|
|
829
|
+
...obj,
|
|
830
|
+
});
|
|
831
|
+
export const DescribeFleetAdvisorDatabasesRequestFilterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
export const CollectorShortInfoResponseFilterSensitiveLog = (obj) => ({
|
|
835
|
+
...obj,
|
|
836
|
+
});
|
|
837
|
+
export const ServerShortInfoResponseFilterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
});
|
|
840
|
+
export const DatabaseInstanceSoftwareDetailsResponseFilterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
export const DatabaseResponseFilterSensitiveLog = (obj) => ({
|
|
844
|
+
...obj,
|
|
845
|
+
});
|
|
846
|
+
export const DescribeFleetAdvisorDatabasesResponseFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
export const DescribeFleetAdvisorLsaAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
});
|
|
852
|
+
export const FleetAdvisorLsaAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
853
|
+
...obj,
|
|
854
|
+
});
|
|
855
|
+
export const DescribeFleetAdvisorLsaAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
});
|
|
858
|
+
export const DescribeFleetAdvisorSchemaObjectSummaryRequestFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
export const FleetAdvisorSchemaObjectResponseFilterSensitiveLog = (obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
});
|
|
864
|
+
export const DescribeFleetAdvisorSchemaObjectSummaryResponseFilterSensitiveLog = (obj) => ({
|
|
865
|
+
...obj,
|
|
866
|
+
});
|
|
867
|
+
export const DescribeFleetAdvisorSchemasRequestFilterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
export const DatabaseShortInfoResponseFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
export const SchemaShortInfoResponseFilterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
export const SchemaResponseFilterSensitiveLog = (obj) => ({
|
|
877
|
+
...obj,
|
|
878
|
+
});
|
|
879
|
+
export const DescribeFleetAdvisorSchemasResponseFilterSensitiveLog = (obj) => ({
|
|
880
|
+
...obj,
|
|
881
|
+
});
|
|
882
|
+
export const DescribeOrderableReplicationInstancesMessageFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
export const OrderableReplicationInstanceFilterSensitiveLog = (obj) => ({
|
|
886
|
+
...obj,
|
|
887
|
+
});
|
|
888
|
+
export const DescribeOrderableReplicationInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
889
|
+
...obj,
|
|
890
|
+
});
|
|
891
|
+
export const DescribePendingMaintenanceActionsMessageFilterSensitiveLog = (obj) => ({
|
|
892
|
+
...obj,
|
|
893
|
+
});
|
|
894
|
+
export const DescribePendingMaintenanceActionsResponseFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
export const DescribeRefreshSchemasStatusMessageFilterSensitiveLog = (obj) => ({
|
|
898
|
+
...obj,
|
|
899
|
+
});
|
|
900
|
+
export const RefreshSchemasStatusFilterSensitiveLog = (obj) => ({
|
|
901
|
+
...obj,
|
|
902
|
+
});
|
|
903
|
+
export const DescribeRefreshSchemasStatusResponseFilterSensitiveLog = (obj) => ({
|
|
904
|
+
...obj,
|
|
905
|
+
});
|
|
906
|
+
export const DescribeReplicationInstancesMessageFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
});
|
|
909
|
+
export const DescribeReplicationInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
910
|
+
...obj,
|
|
911
|
+
});
|
|
912
|
+
export const DescribeReplicationInstanceTaskLogsMessageFilterSensitiveLog = (obj) => ({
|
|
913
|
+
...obj,
|
|
914
|
+
});
|
|
915
|
+
export const ReplicationInstanceTaskLogFilterSensitiveLog = (obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
});
|
|
918
|
+
export const DescribeReplicationInstanceTaskLogsResponseFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
export const DescribeReplicationSubnetGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
922
|
+
...obj,
|
|
923
|
+
});
|
|
924
|
+
export const DescribeReplicationSubnetGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
925
|
+
...obj,
|
|
926
|
+
});
|
|
927
|
+
export const DescribeReplicationTaskAssessmentResultsMessageFilterSensitiveLog = (obj) => ({
|
|
928
|
+
...obj,
|
|
929
|
+
});
|
|
930
|
+
export const ReplicationTaskAssessmentResultFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
export const DescribeReplicationTaskAssessmentResultsResponseFilterSensitiveLog = (obj) => ({
|
|
934
|
+
...obj,
|
|
935
|
+
});
|
|
936
|
+
export const DescribeReplicationTaskAssessmentRunsMessageFilterSensitiveLog = (obj) => ({
|
|
937
|
+
...obj,
|
|
938
|
+
});
|
|
939
|
+
export const DescribeReplicationTaskAssessmentRunsResponseFilterSensitiveLog = (obj) => ({
|
|
940
|
+
...obj,
|
|
941
|
+
});
|
|
942
|
+
export const DescribeReplicationTaskIndividualAssessmentsMessageFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
export const ReplicationTaskIndividualAssessmentFilterSensitiveLog = (obj) => ({
|
|
946
|
+
...obj,
|
|
947
|
+
});
|
|
948
|
+
export const DescribeReplicationTaskIndividualAssessmentsResponseFilterSensitiveLog = (obj) => ({
|
|
949
|
+
...obj,
|
|
950
|
+
});
|
|
951
|
+
export const DescribeReplicationTasksMessageFilterSensitiveLog = (obj) => ({
|
|
952
|
+
...obj,
|
|
953
|
+
});
|
|
954
|
+
export const DescribeReplicationTasksResponseFilterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
export const DescribeSchemasMessageFilterSensitiveLog = (obj) => ({
|
|
958
|
+
...obj,
|
|
959
|
+
});
|
|
960
|
+
export const DescribeSchemasResponseFilterSensitiveLog = (obj) => ({
|
|
961
|
+
...obj,
|
|
962
|
+
});
|
|
963
|
+
export const DescribeTableStatisticsMessageFilterSensitiveLog = (obj) => ({
|
|
964
|
+
...obj,
|
|
965
|
+
});
|
|
966
|
+
export const TableStatisticsFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
export const DescribeTableStatisticsResponseFilterSensitiveLog = (obj) => ({
|
|
970
|
+
...obj,
|
|
971
|
+
});
|
|
972
|
+
export const ImportCertificateMessageFilterSensitiveLog = (obj) => ({
|
|
973
|
+
...obj,
|
|
974
|
+
...(obj.CertificatePem && { CertificatePem: SENSITIVE_STRING }),
|
|
975
|
+
});
|
|
976
|
+
export const ImportCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
977
|
+
...obj,
|
|
978
|
+
});
|
|
979
|
+
export const ListTagsForResourceMessageFilterSensitiveLog = (obj) => ({
|
|
980
|
+
...obj,
|
|
981
|
+
});
|
|
982
|
+
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
983
|
+
...obj,
|
|
984
|
+
});
|
|
985
|
+
export const ModifyEndpointMessageFilterSensitiveLog = (obj) => ({
|
|
986
|
+
...obj,
|
|
987
|
+
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
988
|
+
...(obj.MongoDbSettings && { MongoDbSettings: MongoDbSettingsFilterSensitiveLog(obj.MongoDbSettings) }),
|
|
989
|
+
...(obj.KafkaSettings && { KafkaSettings: KafkaSettingsFilterSensitiveLog(obj.KafkaSettings) }),
|
|
990
|
+
...(obj.RedshiftSettings && { RedshiftSettings: RedshiftSettingsFilterSensitiveLog(obj.RedshiftSettings) }),
|
|
991
|
+
...(obj.PostgreSQLSettings && { PostgreSQLSettings: PostgreSQLSettingsFilterSensitiveLog(obj.PostgreSQLSettings) }),
|
|
992
|
+
...(obj.MySQLSettings && { MySQLSettings: MySQLSettingsFilterSensitiveLog(obj.MySQLSettings) }),
|
|
993
|
+
...(obj.OracleSettings && { OracleSettings: OracleSettingsFilterSensitiveLog(obj.OracleSettings) }),
|
|
994
|
+
...(obj.SybaseSettings && { SybaseSettings: SybaseSettingsFilterSensitiveLog(obj.SybaseSettings) }),
|
|
995
|
+
...(obj.MicrosoftSQLServerSettings && {
|
|
996
|
+
MicrosoftSQLServerSettings: MicrosoftSQLServerSettingsFilterSensitiveLog(obj.MicrosoftSQLServerSettings),
|
|
997
|
+
}),
|
|
998
|
+
...(obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2SettingsFilterSensitiveLog(obj.IBMDb2Settings) }),
|
|
999
|
+
...(obj.DocDbSettings && { DocDbSettings: DocDbSettingsFilterSensitiveLog(obj.DocDbSettings) }),
|
|
1000
|
+
...(obj.RedisSettings && { RedisSettings: RedisSettingsFilterSensitiveLog(obj.RedisSettings) }),
|
|
1001
|
+
...(obj.GcpMySQLSettings && { GcpMySQLSettings: GcpMySQLSettingsFilterSensitiveLog(obj.GcpMySQLSettings) }),
|
|
1002
|
+
});
|
|
1003
|
+
export const ModifyEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
1004
|
+
...obj,
|
|
1005
|
+
...(obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }),
|
|
1006
|
+
});
|
|
1007
|
+
export const ModifyEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
|
|
1008
|
+
...obj,
|
|
1009
|
+
});
|
|
1010
|
+
export const ModifyEventSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
1011
|
+
...obj,
|
|
1012
|
+
});
|
|
1013
|
+
export const ModifyReplicationInstanceMessageFilterSensitiveLog = (obj) => ({
|
|
1014
|
+
...obj,
|
|
1015
|
+
});
|
|
1016
|
+
export const ModifyReplicationInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
1017
|
+
...obj,
|
|
1018
|
+
});
|
|
1019
|
+
export const ModifyReplicationSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1020
|
+
...obj,
|
|
1021
|
+
});
|
|
1022
|
+
export const ModifyReplicationSubnetGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1023
|
+
...obj,
|
|
1024
|
+
});
|
|
1025
|
+
export const ModifyReplicationTaskMessageFilterSensitiveLog = (obj) => ({
|
|
1026
|
+
...obj,
|
|
1027
|
+
});
|
|
1028
|
+
export const ModifyReplicationTaskResponseFilterSensitiveLog = (obj) => ({
|
|
1029
|
+
...obj,
|
|
1030
|
+
});
|
|
1031
|
+
export const MoveReplicationTaskMessageFilterSensitiveLog = (obj) => ({
|
|
1032
|
+
...obj,
|
|
1033
|
+
});
|
|
1034
|
+
export const MoveReplicationTaskResponseFilterSensitiveLog = (obj) => ({
|
|
1035
|
+
...obj,
|
|
1036
|
+
});
|
|
1037
|
+
export const RebootReplicationInstanceMessageFilterSensitiveLog = (obj) => ({
|
|
1038
|
+
...obj,
|
|
1039
|
+
});
|
|
1040
|
+
export const RebootReplicationInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
1041
|
+
...obj,
|
|
1042
|
+
});
|
|
1043
|
+
export const RefreshSchemasMessageFilterSensitiveLog = (obj) => ({
|
|
1044
|
+
...obj,
|
|
1045
|
+
});
|
|
1046
|
+
export const RefreshSchemasResponseFilterSensitiveLog = (obj) => ({
|
|
1047
|
+
...obj,
|
|
1048
|
+
});
|
|
1049
|
+
export const TableToReloadFilterSensitiveLog = (obj) => ({
|
|
1050
|
+
...obj,
|
|
1051
|
+
});
|
|
1052
|
+
export const ReloadTablesMessageFilterSensitiveLog = (obj) => ({
|
|
1053
|
+
...obj,
|
|
1054
|
+
});
|
|
1055
|
+
export const ReloadTablesResponseFilterSensitiveLog = (obj) => ({
|
|
1056
|
+
...obj,
|
|
1057
|
+
});
|
|
1058
|
+
export const RemoveTagsFromResourceMessageFilterSensitiveLog = (obj) => ({
|
|
1059
|
+
...obj,
|
|
1060
|
+
});
|
|
1061
|
+
export const RemoveTagsFromResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1062
|
+
...obj,
|
|
1063
|
+
});
|
|
1064
|
+
export const RunFleetAdvisorLsaAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
1065
|
+
...obj,
|
|
1066
|
+
});
|
|
1067
|
+
export const StartReplicationTaskMessageFilterSensitiveLog = (obj) => ({
|
|
1068
|
+
...obj,
|
|
1069
|
+
});
|
|
1070
|
+
export const StartReplicationTaskResponseFilterSensitiveLog = (obj) => ({
|
|
1071
|
+
...obj,
|
|
1072
|
+
});
|
|
1073
|
+
export const StartReplicationTaskAssessmentMessageFilterSensitiveLog = (obj) => ({
|
|
1074
|
+
...obj,
|
|
1075
|
+
});
|
|
1076
|
+
export const StartReplicationTaskAssessmentResponseFilterSensitiveLog = (obj) => ({
|
|
1077
|
+
...obj,
|
|
1078
|
+
});
|
|
1079
|
+
export const StartReplicationTaskAssessmentRunMessageFilterSensitiveLog = (obj) => ({
|
|
1080
|
+
...obj,
|
|
1081
|
+
});
|
|
1082
|
+
export const StartReplicationTaskAssessmentRunResponseFilterSensitiveLog = (obj) => ({
|
|
1083
|
+
...obj,
|
|
1084
|
+
});
|
|
1085
|
+
export const StopReplicationTaskMessageFilterSensitiveLog = (obj) => ({
|
|
1086
|
+
...obj,
|
|
1087
|
+
});
|
|
1088
|
+
export const StopReplicationTaskResponseFilterSensitiveLog = (obj) => ({
|
|
1089
|
+
...obj,
|
|
1090
|
+
});
|
|
1091
|
+
export const TestConnectionMessageFilterSensitiveLog = (obj) => ({
|
|
1092
|
+
...obj,
|
|
1093
|
+
});
|
|
1094
|
+
export const TestConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
1095
|
+
...obj,
|
|
1096
|
+
});
|
|
1097
|
+
export const UpdateSubscriptionsToEventBridgeMessageFilterSensitiveLog = (obj) => ({
|
|
1098
|
+
...obj,
|
|
1099
|
+
});
|
|
1100
|
+
export const UpdateSubscriptionsToEventBridgeResponseFilterSensitiveLog = (obj) => ({
|
|
1101
|
+
...obj,
|
|
1102
|
+
});
|