@aws-sdk/client-database-migration-service 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/DatabaseMigrationService.js +269 -262
- package/dist-es/DatabaseMigrationServiceClient.js +28 -22
- package/dist-es/commands/AddTagsToResourceCommand.js +28 -21
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +28 -21
- package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +28 -21
- package/dist-es/commands/CreateEndpointCommand.js +28 -21
- package/dist-es/commands/CreateEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +28 -21
- package/dist-es/commands/CreateReplicationInstanceCommand.js +28 -21
- package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +28 -21
- package/dist-es/commands/CreateReplicationTaskCommand.js +28 -21
- package/dist-es/commands/DeleteCertificateCommand.js +28 -21
- package/dist-es/commands/DeleteConnectionCommand.js +28 -21
- package/dist-es/commands/DeleteEndpointCommand.js +28 -21
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +29 -22
- package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +28 -21
- package/dist-es/commands/DeleteReplicationInstanceCommand.js +28 -21
- package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +28 -21
- package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +28 -21
- package/dist-es/commands/DeleteReplicationTaskCommand.js +28 -21
- package/dist-es/commands/DescribeAccountAttributesCommand.js +28 -21
- package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +28 -21
- package/dist-es/commands/DescribeCertificatesCommand.js +28 -21
- package/dist-es/commands/DescribeConnectionsCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointTypesCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointsCommand.js +28 -21
- package/dist-es/commands/DescribeEventCategoriesCommand.js +28 -21
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +28 -21
- package/dist-es/commands/DescribeEventsCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +28 -21
- package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +28 -21
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +28 -21
- package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationInstancesCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +28 -21
- package/dist-es/commands/DescribeReplicationTasksCommand.js +28 -21
- package/dist-es/commands/DescribeSchemasCommand.js +28 -21
- package/dist-es/commands/DescribeTableStatisticsCommand.js +28 -21
- package/dist-es/commands/ImportCertificateCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ModifyEndpointCommand.js +28 -21
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/ModifyReplicationInstanceCommand.js +28 -21
- package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +28 -21
- package/dist-es/commands/ModifyReplicationTaskCommand.js +28 -21
- package/dist-es/commands/MoveReplicationTaskCommand.js +28 -21
- package/dist-es/commands/RebootReplicationInstanceCommand.js +28 -21
- package/dist-es/commands/RefreshSchemasCommand.js +28 -21
- package/dist-es/commands/ReloadTablesCommand.js +28 -21
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +28 -21
- package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +29 -22
- package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +28 -21
- package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +28 -21
- package/dist-es/commands/StartReplicationTaskCommand.js +28 -21
- package/dist-es/commands/StopReplicationTaskCommand.js +28 -21
- package/dist-es/commands/TestConnectionCommand.js +28 -21
- package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DatabaseMigrationServiceServiceException.js +10 -5
- package/dist-es/models/models_0.js +471 -904
- package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +68 -25
- package/dist-es/pagination/DescribeCertificatesPaginator.js +68 -25
- package/dist-es/pagination/DescribeConnectionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointTypesPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorCollectorsPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorDatabasesPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetAdvisorSchemasPaginator.js +68 -25
- package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +68 -25
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReplicationTasksPaginator.js +68 -25
- package/dist-es/pagination/DescribeSchemasPaginator.js +68 -25
- package/dist-es/pagination/DescribeTableStatisticsPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +5431 -4646
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForEndpointDeleted.js +90 -49
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +163 -92
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +66 -35
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +162 -91
- package/dist-es/waiters/waitForReplicationTaskReady.js +259 -148
- package/dist-es/waiters/waitForReplicationTaskRunning.js +259 -148
- package/dist-es/waiters/waitForReplicationTaskStopped.js +235 -134
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +91 -50
- package/package.json +5 -5
|
@@ -1,41 +1,42 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
this.$fault = "client";
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedFault.prototype);
|
|
4
|
+
var AccessDeniedFault = (function (_super) {
|
|
5
|
+
__extends(AccessDeniedFault, _super);
|
|
6
|
+
function AccessDeniedFault(opts) {
|
|
7
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedFault", $fault: "client" }, opts)) || this;
|
|
8
|
+
_this.name = "AccessDeniedFault";
|
|
9
|
+
_this.$fault = "client";
|
|
10
|
+
Object.setPrototypeOf(_this, AccessDeniedFault.prototype);
|
|
11
|
+
return _this;
|
|
13
12
|
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
13
|
+
return AccessDeniedFault;
|
|
14
|
+
}(__BaseException));
|
|
15
|
+
export { AccessDeniedFault };
|
|
16
|
+
var ResourceNotFoundFault = (function (_super) {
|
|
17
|
+
__extends(ResourceNotFoundFault, _super);
|
|
18
|
+
function ResourceNotFoundFault(opts) {
|
|
19
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundFault", $fault: "client" }, opts)) || this;
|
|
20
|
+
_this.name = "ResourceNotFoundFault";
|
|
21
|
+
_this.$fault = "client";
|
|
22
|
+
Object.setPrototypeOf(_this, ResourceNotFoundFault.prototype);
|
|
23
|
+
return _this;
|
|
25
24
|
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
25
|
+
return ResourceNotFoundFault;
|
|
26
|
+
}(__BaseException));
|
|
27
|
+
export { ResourceNotFoundFault };
|
|
28
|
+
var InvalidResourceStateFault = (function (_super) {
|
|
29
|
+
__extends(InvalidResourceStateFault, _super);
|
|
30
|
+
function InvalidResourceStateFault(opts) {
|
|
31
|
+
var _this = _super.call(this, __assign({ name: "InvalidResourceStateFault", $fault: "client" }, opts)) || this;
|
|
32
|
+
_this.name = "InvalidResourceStateFault";
|
|
33
|
+
_this.$fault = "client";
|
|
34
|
+
Object.setPrototypeOf(_this, InvalidResourceStateFault.prototype);
|
|
35
|
+
return _this;
|
|
37
36
|
}
|
|
38
|
-
|
|
37
|
+
return InvalidResourceStateFault;
|
|
38
|
+
}(__BaseException));
|
|
39
|
+
export { InvalidResourceStateFault };
|
|
39
40
|
export var NestingLevelValue;
|
|
40
41
|
(function (NestingLevelValue) {
|
|
41
42
|
NestingLevelValue["NONE"] = "none";
|
|
@@ -162,229 +163,229 @@ export var DmsSslModeValue;
|
|
|
162
163
|
DmsSslModeValue["VERIFY_CA"] = "verify-ca";
|
|
163
164
|
DmsSslModeValue["VERIFY_FULL"] = "verify-full";
|
|
164
165
|
})(DmsSslModeValue || (DmsSslModeValue = {}));
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
this.$fault = "client";
|
|
174
|
-
Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
|
|
166
|
+
var KMSKeyNotAccessibleFault = (function (_super) {
|
|
167
|
+
__extends(KMSKeyNotAccessibleFault, _super);
|
|
168
|
+
function KMSKeyNotAccessibleFault(opts) {
|
|
169
|
+
var _this = _super.call(this, __assign({ name: "KMSKeyNotAccessibleFault", $fault: "client" }, opts)) || this;
|
|
170
|
+
_this.name = "KMSKeyNotAccessibleFault";
|
|
171
|
+
_this.$fault = "client";
|
|
172
|
+
Object.setPrototypeOf(_this, KMSKeyNotAccessibleFault.prototype);
|
|
173
|
+
return _this;
|
|
175
174
|
}
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
175
|
+
return KMSKeyNotAccessibleFault;
|
|
176
|
+
}(__BaseException));
|
|
177
|
+
export { KMSKeyNotAccessibleFault };
|
|
178
|
+
var ResourceAlreadyExistsFault = (function (_super) {
|
|
179
|
+
__extends(ResourceAlreadyExistsFault, _super);
|
|
180
|
+
function ResourceAlreadyExistsFault(opts) {
|
|
181
|
+
var _this = _super.call(this, __assign({ name: "ResourceAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
182
|
+
_this.name = "ResourceAlreadyExistsFault";
|
|
183
|
+
_this.$fault = "client";
|
|
184
|
+
Object.setPrototypeOf(_this, ResourceAlreadyExistsFault.prototype);
|
|
185
|
+
_this.resourceArn = opts.resourceArn;
|
|
186
|
+
return _this;
|
|
188
187
|
}
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
188
|
+
return ResourceAlreadyExistsFault;
|
|
189
|
+
}(__BaseException));
|
|
190
|
+
export { ResourceAlreadyExistsFault };
|
|
191
|
+
var ResourceQuotaExceededFault = (function (_super) {
|
|
192
|
+
__extends(ResourceQuotaExceededFault, _super);
|
|
193
|
+
function ResourceQuotaExceededFault(opts) {
|
|
194
|
+
var _this = _super.call(this, __assign({ name: "ResourceQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
195
|
+
_this.name = "ResourceQuotaExceededFault";
|
|
196
|
+
_this.$fault = "client";
|
|
197
|
+
Object.setPrototypeOf(_this, ResourceQuotaExceededFault.prototype);
|
|
198
|
+
return _this;
|
|
200
199
|
}
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
200
|
+
return ResourceQuotaExceededFault;
|
|
201
|
+
}(__BaseException));
|
|
202
|
+
export { ResourceQuotaExceededFault };
|
|
203
|
+
var S3AccessDeniedFault = (function (_super) {
|
|
204
|
+
__extends(S3AccessDeniedFault, _super);
|
|
205
|
+
function S3AccessDeniedFault(opts) {
|
|
206
|
+
var _this = _super.call(this, __assign({ name: "S3AccessDeniedFault", $fault: "client" }, opts)) || this;
|
|
207
|
+
_this.name = "S3AccessDeniedFault";
|
|
208
|
+
_this.$fault = "client";
|
|
209
|
+
Object.setPrototypeOf(_this, S3AccessDeniedFault.prototype);
|
|
210
|
+
return _this;
|
|
212
211
|
}
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
212
|
+
return S3AccessDeniedFault;
|
|
213
|
+
}(__BaseException));
|
|
214
|
+
export { S3AccessDeniedFault };
|
|
215
|
+
var KMSAccessDeniedFault = (function (_super) {
|
|
216
|
+
__extends(KMSAccessDeniedFault, _super);
|
|
217
|
+
function KMSAccessDeniedFault(opts) {
|
|
218
|
+
var _this = _super.call(this, __assign({ name: "KMSAccessDeniedFault", $fault: "client" }, opts)) || this;
|
|
219
|
+
_this.name = "KMSAccessDeniedFault";
|
|
220
|
+
_this.$fault = "client";
|
|
221
|
+
Object.setPrototypeOf(_this, KMSAccessDeniedFault.prototype);
|
|
222
|
+
return _this;
|
|
224
223
|
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
224
|
+
return KMSAccessDeniedFault;
|
|
225
|
+
}(__BaseException));
|
|
226
|
+
export { KMSAccessDeniedFault };
|
|
227
|
+
var KMSDisabledFault = (function (_super) {
|
|
228
|
+
__extends(KMSDisabledFault, _super);
|
|
229
|
+
function KMSDisabledFault(opts) {
|
|
230
|
+
var _this = _super.call(this, __assign({ name: "KMSDisabledFault", $fault: "client" }, opts)) || this;
|
|
231
|
+
_this.name = "KMSDisabledFault";
|
|
232
|
+
_this.$fault = "client";
|
|
233
|
+
Object.setPrototypeOf(_this, KMSDisabledFault.prototype);
|
|
234
|
+
return _this;
|
|
236
235
|
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
236
|
+
return KMSDisabledFault;
|
|
237
|
+
}(__BaseException));
|
|
238
|
+
export { KMSDisabledFault };
|
|
239
|
+
var KMSInvalidStateFault = (function (_super) {
|
|
240
|
+
__extends(KMSInvalidStateFault, _super);
|
|
241
|
+
function KMSInvalidStateFault(opts) {
|
|
242
|
+
var _this = _super.call(this, __assign({ name: "KMSInvalidStateFault", $fault: "client" }, opts)) || this;
|
|
243
|
+
_this.name = "KMSInvalidStateFault";
|
|
244
|
+
_this.$fault = "client";
|
|
245
|
+
Object.setPrototypeOf(_this, KMSInvalidStateFault.prototype);
|
|
246
|
+
return _this;
|
|
248
247
|
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
248
|
+
return KMSInvalidStateFault;
|
|
249
|
+
}(__BaseException));
|
|
250
|
+
export { KMSInvalidStateFault };
|
|
251
|
+
var KMSNotFoundFault = (function (_super) {
|
|
252
|
+
__extends(KMSNotFoundFault, _super);
|
|
253
|
+
function KMSNotFoundFault(opts) {
|
|
254
|
+
var _this = _super.call(this, __assign({ name: "KMSNotFoundFault", $fault: "client" }, opts)) || this;
|
|
255
|
+
_this.name = "KMSNotFoundFault";
|
|
256
|
+
_this.$fault = "client";
|
|
257
|
+
Object.setPrototypeOf(_this, KMSNotFoundFault.prototype);
|
|
258
|
+
return _this;
|
|
260
259
|
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
260
|
+
return KMSNotFoundFault;
|
|
261
|
+
}(__BaseException));
|
|
262
|
+
export { KMSNotFoundFault };
|
|
263
|
+
var KMSThrottlingFault = (function (_super) {
|
|
264
|
+
__extends(KMSThrottlingFault, _super);
|
|
265
|
+
function KMSThrottlingFault(opts) {
|
|
266
|
+
var _this = _super.call(this, __assign({ name: "KMSThrottlingFault", $fault: "client" }, opts)) || this;
|
|
267
|
+
_this.name = "KMSThrottlingFault";
|
|
268
|
+
_this.$fault = "client";
|
|
269
|
+
Object.setPrototypeOf(_this, KMSThrottlingFault.prototype);
|
|
270
|
+
return _this;
|
|
272
271
|
}
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
272
|
+
return KMSThrottlingFault;
|
|
273
|
+
}(__BaseException));
|
|
274
|
+
export { KMSThrottlingFault };
|
|
275
|
+
var SNSInvalidTopicFault = (function (_super) {
|
|
276
|
+
__extends(SNSInvalidTopicFault, _super);
|
|
277
|
+
function SNSInvalidTopicFault(opts) {
|
|
278
|
+
var _this = _super.call(this, __assign({ name: "SNSInvalidTopicFault", $fault: "client" }, opts)) || this;
|
|
279
|
+
_this.name = "SNSInvalidTopicFault";
|
|
280
|
+
_this.$fault = "client";
|
|
281
|
+
Object.setPrototypeOf(_this, SNSInvalidTopicFault.prototype);
|
|
282
|
+
return _this;
|
|
284
283
|
}
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
284
|
+
return SNSInvalidTopicFault;
|
|
285
|
+
}(__BaseException));
|
|
286
|
+
export { SNSInvalidTopicFault };
|
|
287
|
+
var SNSNoAuthorizationFault = (function (_super) {
|
|
288
|
+
__extends(SNSNoAuthorizationFault, _super);
|
|
289
|
+
function SNSNoAuthorizationFault(opts) {
|
|
290
|
+
var _this = _super.call(this, __assign({ name: "SNSNoAuthorizationFault", $fault: "client" }, opts)) || this;
|
|
291
|
+
_this.name = "SNSNoAuthorizationFault";
|
|
292
|
+
_this.$fault = "client";
|
|
293
|
+
Object.setPrototypeOf(_this, SNSNoAuthorizationFault.prototype);
|
|
294
|
+
return _this;
|
|
296
295
|
}
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
296
|
+
return SNSNoAuthorizationFault;
|
|
297
|
+
}(__BaseException));
|
|
298
|
+
export { SNSNoAuthorizationFault };
|
|
299
|
+
var S3ResourceNotFoundFault = (function (_super) {
|
|
300
|
+
__extends(S3ResourceNotFoundFault, _super);
|
|
301
|
+
function S3ResourceNotFoundFault(opts) {
|
|
302
|
+
var _this = _super.call(this, __assign({ name: "S3ResourceNotFoundFault", $fault: "client" }, opts)) || this;
|
|
303
|
+
_this.name = "S3ResourceNotFoundFault";
|
|
304
|
+
_this.$fault = "client";
|
|
305
|
+
Object.setPrototypeOf(_this, S3ResourceNotFoundFault.prototype);
|
|
306
|
+
return _this;
|
|
308
307
|
}
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
308
|
+
return S3ResourceNotFoundFault;
|
|
309
|
+
}(__BaseException));
|
|
310
|
+
export { S3ResourceNotFoundFault };
|
|
311
|
+
var InsufficientResourceCapacityFault = (function (_super) {
|
|
312
|
+
__extends(InsufficientResourceCapacityFault, _super);
|
|
313
|
+
function InsufficientResourceCapacityFault(opts) {
|
|
314
|
+
var _this = _super.call(this, __assign({ name: "InsufficientResourceCapacityFault", $fault: "client" }, opts)) || this;
|
|
315
|
+
_this.name = "InsufficientResourceCapacityFault";
|
|
316
|
+
_this.$fault = "client";
|
|
317
|
+
Object.setPrototypeOf(_this, InsufficientResourceCapacityFault.prototype);
|
|
318
|
+
return _this;
|
|
320
319
|
}
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
320
|
+
return InsufficientResourceCapacityFault;
|
|
321
|
+
}(__BaseException));
|
|
322
|
+
export { InsufficientResourceCapacityFault };
|
|
323
|
+
var InvalidSubnet = (function (_super) {
|
|
324
|
+
__extends(InvalidSubnet, _super);
|
|
325
|
+
function InvalidSubnet(opts) {
|
|
326
|
+
var _this = _super.call(this, __assign({ name: "InvalidSubnet", $fault: "client" }, opts)) || this;
|
|
327
|
+
_this.name = "InvalidSubnet";
|
|
328
|
+
_this.$fault = "client";
|
|
329
|
+
Object.setPrototypeOf(_this, InvalidSubnet.prototype);
|
|
330
|
+
return _this;
|
|
332
331
|
}
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
332
|
+
return InvalidSubnet;
|
|
333
|
+
}(__BaseException));
|
|
334
|
+
export { InvalidSubnet };
|
|
335
|
+
var ReplicationSubnetGroupDoesNotCoverEnoughAZs = (function (_super) {
|
|
336
|
+
__extends(ReplicationSubnetGroupDoesNotCoverEnoughAZs, _super);
|
|
337
|
+
function ReplicationSubnetGroupDoesNotCoverEnoughAZs(opts) {
|
|
338
|
+
var _this = _super.call(this, __assign({ name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs", $fault: "client" }, opts)) || this;
|
|
339
|
+
_this.name = "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
340
|
+
_this.$fault = "client";
|
|
341
|
+
Object.setPrototypeOf(_this, ReplicationSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
342
|
+
return _this;
|
|
344
343
|
}
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
344
|
+
return ReplicationSubnetGroupDoesNotCoverEnoughAZs;
|
|
345
|
+
}(__BaseException));
|
|
346
|
+
export { ReplicationSubnetGroupDoesNotCoverEnoughAZs };
|
|
347
|
+
var StorageQuotaExceededFault = (function (_super) {
|
|
348
|
+
__extends(StorageQuotaExceededFault, _super);
|
|
349
|
+
function StorageQuotaExceededFault(opts) {
|
|
350
|
+
var _this = _super.call(this, __assign({ name: "StorageQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
351
|
+
_this.name = "StorageQuotaExceededFault";
|
|
352
|
+
_this.$fault = "client";
|
|
353
|
+
Object.setPrototypeOf(_this, StorageQuotaExceededFault.prototype);
|
|
354
|
+
return _this;
|
|
356
355
|
}
|
|
357
|
-
|
|
356
|
+
return StorageQuotaExceededFault;
|
|
357
|
+
}(__BaseException));
|
|
358
|
+
export { StorageQuotaExceededFault };
|
|
358
359
|
export var MigrationTypeValue;
|
|
359
360
|
(function (MigrationTypeValue) {
|
|
360
361
|
MigrationTypeValue["CDC"] = "cdc";
|
|
361
362
|
MigrationTypeValue["FULL_LOAD"] = "full-load";
|
|
362
363
|
MigrationTypeValue["FULL_LOAD_AND_CDC"] = "full-load-and-cdc";
|
|
363
364
|
})(MigrationTypeValue || (MigrationTypeValue = {}));
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
this.$fault = "client";
|
|
373
|
-
Object.setPrototypeOf(this, CollectorNotFoundFault.prototype);
|
|
365
|
+
var CollectorNotFoundFault = (function (_super) {
|
|
366
|
+
__extends(CollectorNotFoundFault, _super);
|
|
367
|
+
function CollectorNotFoundFault(opts) {
|
|
368
|
+
var _this = _super.call(this, __assign({ name: "CollectorNotFoundFault", $fault: "client" }, opts)) || this;
|
|
369
|
+
_this.name = "CollectorNotFoundFault";
|
|
370
|
+
_this.$fault = "client";
|
|
371
|
+
Object.setPrototypeOf(_this, CollectorNotFoundFault.prototype);
|
|
372
|
+
return _this;
|
|
374
373
|
}
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
374
|
+
return CollectorNotFoundFault;
|
|
375
|
+
}(__BaseException));
|
|
376
|
+
export { CollectorNotFoundFault };
|
|
377
|
+
var InvalidOperationFault = (function (_super) {
|
|
378
|
+
__extends(InvalidOperationFault, _super);
|
|
379
|
+
function InvalidOperationFault(opts) {
|
|
380
|
+
var _this = _super.call(this, __assign({ name: "InvalidOperationFault", $fault: "client" }, opts)) || this;
|
|
381
|
+
_this.name = "InvalidOperationFault";
|
|
382
|
+
_this.$fault = "client";
|
|
383
|
+
Object.setPrototypeOf(_this, InvalidOperationFault.prototype);
|
|
384
|
+
return _this;
|
|
386
385
|
}
|
|
387
|
-
|
|
386
|
+
return InvalidOperationFault;
|
|
387
|
+
}(__BaseException));
|
|
388
|
+
export { InvalidOperationFault };
|
|
388
389
|
export var EndpointSettingTypeValue;
|
|
389
390
|
(function (EndpointSettingTypeValue) {
|
|
390
391
|
EndpointSettingTypeValue["BOOLEAN"] = "boolean";
|
|
@@ -413,42 +414,42 @@ export var RefreshSchemasStatusTypeValue;
|
|
|
413
414
|
RefreshSchemasStatusTypeValue["REFRESHING"] = "refreshing";
|
|
414
415
|
RefreshSchemasStatusTypeValue["SUCCESSFUL"] = "successful";
|
|
415
416
|
})(RefreshSchemasStatusTypeValue || (RefreshSchemasStatusTypeValue = {}));
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
this.$fault = "client";
|
|
425
|
-
Object.setPrototypeOf(this, InvalidCertificateFault.prototype);
|
|
417
|
+
var InvalidCertificateFault = (function (_super) {
|
|
418
|
+
__extends(InvalidCertificateFault, _super);
|
|
419
|
+
function InvalidCertificateFault(opts) {
|
|
420
|
+
var _this = _super.call(this, __assign({ name: "InvalidCertificateFault", $fault: "client" }, opts)) || this;
|
|
421
|
+
_this.name = "InvalidCertificateFault";
|
|
422
|
+
_this.$fault = "client";
|
|
423
|
+
Object.setPrototypeOf(_this, InvalidCertificateFault.prototype);
|
|
424
|
+
return _this;
|
|
426
425
|
}
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
426
|
+
return InvalidCertificateFault;
|
|
427
|
+
}(__BaseException));
|
|
428
|
+
export { InvalidCertificateFault };
|
|
429
|
+
var UpgradeDependencyFailureFault = (function (_super) {
|
|
430
|
+
__extends(UpgradeDependencyFailureFault, _super);
|
|
431
|
+
function UpgradeDependencyFailureFault(opts) {
|
|
432
|
+
var _this = _super.call(this, __assign({ name: "UpgradeDependencyFailureFault", $fault: "client" }, opts)) || this;
|
|
433
|
+
_this.name = "UpgradeDependencyFailureFault";
|
|
434
|
+
_this.$fault = "client";
|
|
435
|
+
Object.setPrototypeOf(_this, UpgradeDependencyFailureFault.prototype);
|
|
436
|
+
return _this;
|
|
438
437
|
}
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
438
|
+
return UpgradeDependencyFailureFault;
|
|
439
|
+
}(__BaseException));
|
|
440
|
+
export { UpgradeDependencyFailureFault };
|
|
441
|
+
var SubnetAlreadyInUse = (function (_super) {
|
|
442
|
+
__extends(SubnetAlreadyInUse, _super);
|
|
443
|
+
function SubnetAlreadyInUse(opts) {
|
|
444
|
+
var _this = _super.call(this, __assign({ name: "SubnetAlreadyInUse", $fault: "client" }, opts)) || this;
|
|
445
|
+
_this.name = "SubnetAlreadyInUse";
|
|
446
|
+
_this.$fault = "client";
|
|
447
|
+
Object.setPrototypeOf(_this, SubnetAlreadyInUse.prototype);
|
|
448
|
+
return _this;
|
|
450
449
|
}
|
|
451
|
-
|
|
450
|
+
return SubnetAlreadyInUse;
|
|
451
|
+
}(__BaseException));
|
|
452
|
+
export { SubnetAlreadyInUse };
|
|
452
453
|
export var ReloadOptionValue;
|
|
453
454
|
(function (ReloadOptionValue) {
|
|
454
455
|
ReloadOptionValue["DATA_RELOAD"] = "data-reload";
|
|
@@ -460,643 +461,209 @@ export var StartReplicationTaskTypeValue;
|
|
|
460
461
|
StartReplicationTaskTypeValue["RESUME_PROCESSING"] = "resume-processing";
|
|
461
462
|
StartReplicationTaskTypeValue["START_REPLICATION"] = "start-replication";
|
|
462
463
|
})(StartReplicationTaskTypeValue || (StartReplicationTaskTypeValue = {}));
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
this.$fault = "client";
|
|
472
|
-
Object.setPrototypeOf(this, KMSFault.prototype);
|
|
464
|
+
var KMSFault = (function (_super) {
|
|
465
|
+
__extends(KMSFault, _super);
|
|
466
|
+
function KMSFault(opts) {
|
|
467
|
+
var _this = _super.call(this, __assign({ name: "KMSFault", $fault: "client" }, opts)) || this;
|
|
468
|
+
_this.name = "KMSFault";
|
|
469
|
+
_this.$fault = "client";
|
|
470
|
+
Object.setPrototypeOf(_this, KMSFault.prototype);
|
|
471
|
+
return _this;
|
|
473
472
|
}
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
});
|
|
478
|
-
export
|
|
479
|
-
|
|
480
|
-
});
|
|
481
|
-
export
|
|
482
|
-
|
|
483
|
-
});
|
|
484
|
-
export
|
|
485
|
-
|
|
486
|
-
});
|
|
487
|
-
export
|
|
488
|
-
|
|
489
|
-
});
|
|
490
|
-
export
|
|
491
|
-
|
|
492
|
-
});
|
|
493
|
-
export
|
|
494
|
-
|
|
495
|
-
});
|
|
496
|
-
export
|
|
497
|
-
|
|
498
|
-
});
|
|
499
|
-
export
|
|
500
|
-
|
|
501
|
-
});
|
|
502
|
-
export
|
|
503
|
-
|
|
504
|
-
});
|
|
505
|
-
export
|
|
506
|
-
|
|
507
|
-
})
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
})
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
});
|
|
514
|
-
export
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
});
|
|
518
|
-
export
|
|
519
|
-
|
|
520
|
-
});
|
|
521
|
-
export
|
|
522
|
-
|
|
523
|
-
});
|
|
524
|
-
export
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
});
|
|
528
|
-
export
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
});
|
|
532
|
-
export
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
});
|
|
537
|
-
export
|
|
538
|
-
|
|
539
|
-
});
|
|
540
|
-
export
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
});
|
|
544
|
-
export
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
});
|
|
548
|
-
export
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
});
|
|
552
|
-
export
|
|
553
|
-
|
|
554
|
-
});
|
|
555
|
-
export
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
});
|
|
561
|
-
export
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
});
|
|
565
|
-
export
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
});
|
|
569
|
-
export
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
});
|
|
573
|
-
export
|
|
574
|
-
|
|
575
|
-
});
|
|
576
|
-
export
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
});
|
|
580
|
-
export
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
});
|
|
598
|
-
export
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
});
|
|
615
|
-
export
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
});
|
|
619
|
-
export
|
|
620
|
-
|
|
621
|
-
});
|
|
622
|
-
export
|
|
623
|
-
|
|
624
|
-
});
|
|
625
|
-
export
|
|
626
|
-
|
|
627
|
-
});
|
|
628
|
-
export
|
|
629
|
-
|
|
630
|
-
});
|
|
631
|
-
export
|
|
632
|
-
|
|
633
|
-
});
|
|
634
|
-
export
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
});
|
|
640
|
-
export
|
|
641
|
-
|
|
642
|
-
});
|
|
643
|
-
export
|
|
644
|
-
|
|
645
|
-
});
|
|
646
|
-
export
|
|
647
|
-
|
|
648
|
-
});
|
|
649
|
-
export
|
|
650
|
-
|
|
651
|
-
});
|
|
652
|
-
export
|
|
653
|
-
|
|
654
|
-
});
|
|
655
|
-
export
|
|
656
|
-
|
|
657
|
-
});
|
|
658
|
-
export
|
|
659
|
-
|
|
660
|
-
});
|
|
661
|
-
export
|
|
662
|
-
|
|
663
|
-
});
|
|
664
|
-
export
|
|
665
|
-
|
|
666
|
-
});
|
|
667
|
-
export
|
|
668
|
-
|
|
669
|
-
});
|
|
670
|
-
export
|
|
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
|
-
});
|
|
473
|
+
return KMSFault;
|
|
474
|
+
}(__BaseException));
|
|
475
|
+
export { KMSFault };
|
|
476
|
+
export var AccountQuotaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var AddTagsToResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var AddTagsToResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var ApplyPendingMaintenanceActionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var PendingMaintenanceActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var ResourcePendingMaintenanceActionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var ApplyPendingMaintenanceActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var CancelReplicationTaskAssessmentRunMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var ReplicationTaskAssessmentRunProgressFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var ReplicationTaskAssessmentRunFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var CancelReplicationTaskAssessmentRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var DmsTransferSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var DocDbSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
490
|
+
export var DynamoDbSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var ElasticsearchSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var GcpMySQLSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
493
|
+
export var IBMDb2SettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
494
|
+
export var KafkaSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.SslClientKeyPassword && { SslClientKeyPassword: SENSITIVE_STRING })), (obj.SaslPassword && { SaslPassword: SENSITIVE_STRING }))); };
|
|
495
|
+
export var KinesisSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var MicrosoftSQLServerSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
497
|
+
export var MongoDbSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
498
|
+
export var MySQLSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
499
|
+
export var NeptuneSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var OracleSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.AsmPassword && { AsmPassword: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING })), (obj.SecurityDbEncryption && { SecurityDbEncryption: SENSITIVE_STRING }))); };
|
|
501
|
+
export var PostgreSQLSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
502
|
+
export var RedisSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthPassword && { AuthPassword: SENSITIVE_STRING }))); };
|
|
503
|
+
export var RedshiftSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
504
|
+
export var S3SettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var SybaseSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
506
|
+
export var CreateEndpointMessageFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING })), (obj.MongoDbSettings && { MongoDbSettings: MongoDbSettingsFilterSensitiveLog(obj.MongoDbSettings) })), (obj.KafkaSettings && { KafkaSettings: KafkaSettingsFilterSensitiveLog(obj.KafkaSettings) })), (obj.RedshiftSettings && { RedshiftSettings: RedshiftSettingsFilterSensitiveLog(obj.RedshiftSettings) })), (obj.PostgreSQLSettings && { PostgreSQLSettings: PostgreSQLSettingsFilterSensitiveLog(obj.PostgreSQLSettings) })), (obj.MySQLSettings && { MySQLSettings: MySQLSettingsFilterSensitiveLog(obj.MySQLSettings) })), (obj.OracleSettings && { OracleSettings: OracleSettingsFilterSensitiveLog(obj.OracleSettings) })), (obj.SybaseSettings && { SybaseSettings: SybaseSettingsFilterSensitiveLog(obj.SybaseSettings) })), (obj.MicrosoftSQLServerSettings && {
|
|
507
|
+
MicrosoftSQLServerSettings: MicrosoftSQLServerSettingsFilterSensitiveLog(obj.MicrosoftSQLServerSettings),
|
|
508
|
+
})), (obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2SettingsFilterSensitiveLog(obj.IBMDb2Settings) })), (obj.DocDbSettings && { DocDbSettings: DocDbSettingsFilterSensitiveLog(obj.DocDbSettings) })), (obj.RedisSettings && { RedisSettings: RedisSettingsFilterSensitiveLog(obj.RedisSettings) })), (obj.GcpMySQLSettings && { GcpMySQLSettings: GcpMySQLSettingsFilterSensitiveLog(obj.GcpMySQLSettings) }))); };
|
|
509
|
+
export var EndpointFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.MongoDbSettings && { MongoDbSettings: MongoDbSettingsFilterSensitiveLog(obj.MongoDbSettings) })), (obj.KafkaSettings && { KafkaSettings: KafkaSettingsFilterSensitiveLog(obj.KafkaSettings) })), (obj.RedshiftSettings && { RedshiftSettings: RedshiftSettingsFilterSensitiveLog(obj.RedshiftSettings) })), (obj.PostgreSQLSettings && { PostgreSQLSettings: PostgreSQLSettingsFilterSensitiveLog(obj.PostgreSQLSettings) })), (obj.MySQLSettings && { MySQLSettings: MySQLSettingsFilterSensitiveLog(obj.MySQLSettings) })), (obj.OracleSettings && { OracleSettings: OracleSettingsFilterSensitiveLog(obj.OracleSettings) })), (obj.SybaseSettings && { SybaseSettings: SybaseSettingsFilterSensitiveLog(obj.SybaseSettings) })), (obj.MicrosoftSQLServerSettings && {
|
|
510
|
+
MicrosoftSQLServerSettings: MicrosoftSQLServerSettingsFilterSensitiveLog(obj.MicrosoftSQLServerSettings),
|
|
511
|
+
})), (obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2SettingsFilterSensitiveLog(obj.IBMDb2Settings) })), (obj.DocDbSettings && { DocDbSettings: DocDbSettingsFilterSensitiveLog(obj.DocDbSettings) })), (obj.RedisSettings && { RedisSettings: RedisSettingsFilterSensitiveLog(obj.RedisSettings) })), (obj.GcpMySQLSettings && { GcpMySQLSettings: GcpMySQLSettingsFilterSensitiveLog(obj.GcpMySQLSettings) }))); };
|
|
512
|
+
export var CreateEndpointResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }))); };
|
|
513
|
+
export var CreateEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var EventSubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var CreateEventSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var CreateFleetAdvisorCollectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var CreateFleetAdvisorCollectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var CreateReplicationInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var ReplicationPendingModifiedValuesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var AvailabilityZoneFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var SubnetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var ReplicationSubnetGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var VpcSecurityGroupMembershipFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var ReplicationInstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var CreateReplicationInstanceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var CreateReplicationSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var CreateReplicationSubnetGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var CreateReplicationTaskMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var ReplicationTaskStatsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var ReplicationTaskFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var CreateReplicationTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var DeleteCertificateMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var CertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var DeleteCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var DeleteConnectionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var ConnectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var DeleteConnectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var DeleteEndpointMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var DeleteEndpointResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }))); };
|
|
540
|
+
export var DeleteEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var DeleteEventSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var DeleteCollectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var DeleteFleetAdvisorDatabasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var DeleteFleetAdvisorDatabasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var DeleteReplicationInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var DeleteReplicationInstanceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var DeleteReplicationSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var DeleteReplicationSubnetGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var DeleteReplicationTaskMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var DeleteReplicationTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var DeleteReplicationTaskAssessmentRunMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var DeleteReplicationTaskAssessmentRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var DescribeAccountAttributesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var DescribeAccountAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var DescribeApplicableIndividualAssessmentsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var DescribeApplicableIndividualAssessmentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var DescribeCertificatesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var DescribeCertificatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var DescribeConnectionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var DescribeConnectionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var DescribeEndpointsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var DescribeEndpointsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Endpoints && { Endpoints: obj.Endpoints.map(function (item) { return EndpointFilterSensitiveLog(item); }) }))); };
|
|
564
|
+
export var DescribeEndpointSettingsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var EndpointSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var DescribeEndpointSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var DescribeEndpointTypesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var SupportedEndpointTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var DescribeEndpointTypesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var DescribeEventCategoriesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var EventCategoryGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var DescribeEventCategoriesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var DescribeEventsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var EventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var DescribeEventsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var DescribeEventSubscriptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var DescribeEventSubscriptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var DescribeFleetAdvisorCollectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var CollectorHealthCheckFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var InventoryDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var CollectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var DescribeFleetAdvisorCollectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var DescribeFleetAdvisorDatabasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var CollectorShortInfoResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var ServerShortInfoResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var DatabaseInstanceSoftwareDetailsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var DatabaseResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var DescribeFleetAdvisorDatabasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var DescribeFleetAdvisorLsaAnalysisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var FleetAdvisorLsaAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var DescribeFleetAdvisorLsaAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var DescribeFleetAdvisorSchemaObjectSummaryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var FleetAdvisorSchemaObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var DescribeFleetAdvisorSchemaObjectSummaryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var DescribeFleetAdvisorSchemasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var DatabaseShortInfoResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var SchemaShortInfoResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var SchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var DescribeFleetAdvisorSchemasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var DescribeOrderableReplicationInstancesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var OrderableReplicationInstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var DescribeOrderableReplicationInstancesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var DescribePendingMaintenanceActionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var DescribePendingMaintenanceActionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var DescribeRefreshSchemasStatusMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var RefreshSchemasStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var DescribeRefreshSchemasStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var DescribeReplicationInstancesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var DescribeReplicationInstancesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var DescribeReplicationInstanceTaskLogsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var ReplicationInstanceTaskLogFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var DescribeReplicationInstanceTaskLogsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var DescribeReplicationSubnetGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var DescribeReplicationSubnetGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var DescribeReplicationTaskAssessmentResultsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var ReplicationTaskAssessmentResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var DescribeReplicationTaskAssessmentResultsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var DescribeReplicationTaskAssessmentRunsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var DescribeReplicationTaskAssessmentRunsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var DescribeReplicationTaskIndividualAssessmentsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var ReplicationTaskIndividualAssessmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var DescribeReplicationTaskIndividualAssessmentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var DescribeReplicationTasksMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var DescribeReplicationTasksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var DescribeSchemasMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var DescribeSchemasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var DescribeTableStatisticsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var TableStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var DescribeTableStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var ImportCertificateMessageFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CertificatePem && { CertificatePem: SENSITIVE_STRING }))); };
|
|
631
|
+
export var ImportCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var ListTagsForResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var ModifyEndpointMessageFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING })), (obj.MongoDbSettings && { MongoDbSettings: MongoDbSettingsFilterSensitiveLog(obj.MongoDbSettings) })), (obj.KafkaSettings && { KafkaSettings: KafkaSettingsFilterSensitiveLog(obj.KafkaSettings) })), (obj.RedshiftSettings && { RedshiftSettings: RedshiftSettingsFilterSensitiveLog(obj.RedshiftSettings) })), (obj.PostgreSQLSettings && { PostgreSQLSettings: PostgreSQLSettingsFilterSensitiveLog(obj.PostgreSQLSettings) })), (obj.MySQLSettings && { MySQLSettings: MySQLSettingsFilterSensitiveLog(obj.MySQLSettings) })), (obj.OracleSettings && { OracleSettings: OracleSettingsFilterSensitiveLog(obj.OracleSettings) })), (obj.SybaseSettings && { SybaseSettings: SybaseSettingsFilterSensitiveLog(obj.SybaseSettings) })), (obj.MicrosoftSQLServerSettings && {
|
|
635
|
+
MicrosoftSQLServerSettings: MicrosoftSQLServerSettingsFilterSensitiveLog(obj.MicrosoftSQLServerSettings),
|
|
636
|
+
})), (obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2SettingsFilterSensitiveLog(obj.IBMDb2Settings) })), (obj.DocDbSettings && { DocDbSettings: DocDbSettingsFilterSensitiveLog(obj.DocDbSettings) })), (obj.RedisSettings && { RedisSettings: RedisSettingsFilterSensitiveLog(obj.RedisSettings) })), (obj.GcpMySQLSettings && { GcpMySQLSettings: GcpMySQLSettingsFilterSensitiveLog(obj.GcpMySQLSettings) }))); };
|
|
637
|
+
export var ModifyEndpointResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }))); };
|
|
638
|
+
export var ModifyEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var ModifyEventSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var ModifyReplicationInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var ModifyReplicationInstanceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var ModifyReplicationSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var ModifyReplicationSubnetGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var ModifyReplicationTaskMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var ModifyReplicationTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var MoveReplicationTaskMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var MoveReplicationTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var RebootReplicationInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var RebootReplicationInstanceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var RefreshSchemasMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var RefreshSchemasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var TableToReloadFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var ReloadTablesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var ReloadTablesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var RemoveTagsFromResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var RemoveTagsFromResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var RunFleetAdvisorLsaAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var StartReplicationTaskMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var StartReplicationTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var StartReplicationTaskAssessmentMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var StartReplicationTaskAssessmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var StartReplicationTaskAssessmentRunMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var StartReplicationTaskAssessmentRunResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
export var StopReplicationTaskMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var StopReplicationTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
export var TestConnectionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var TestConnectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var UpdateSubscriptionsToEventBridgeMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var UpdateSubscriptionsToEventBridgeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|