@aws-sdk/client-database-migration-service 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DatabaseMigrationServiceServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +306 -4
- package/dist-cjs/protocols/Aws_json1_1.js +512 -1639
- package/dist-es/index.js +1 -0
- package/dist-es/models/DatabaseMigrationServiceServiceException.js +12 -0
- package/dist-es/models/models_0.js +279 -1
- package/dist-es/protocols/Aws_json1_1.js +1086 -1772
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +136 -108
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +280 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +128 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +55 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/DatabaseMigrationServiceServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3032 -0
- package/dist-types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +20 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +167 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +7 -0
- package/package.json +34 -34
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var DatabaseMigrationServiceServiceException = (function (_super) {
|
|
4
|
+
__extends(DatabaseMigrationServiceServiceException, _super);
|
|
5
|
+
function DatabaseMigrationServiceServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, DatabaseMigrationServiceServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return DatabaseMigrationServiceServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { DatabaseMigrationServiceServiceException };
|
|
@@ -1,5 +1,18 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
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;
|
|
12
|
+
}
|
|
13
|
+
return AccessDeniedFault;
|
|
14
|
+
}(__BaseException));
|
|
15
|
+
export { AccessDeniedFault };
|
|
3
16
|
export var AccountQuota;
|
|
4
17
|
(function (AccountQuota) {
|
|
5
18
|
AccountQuota.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -16,6 +29,18 @@ export var AddTagsToResourceResponse;
|
|
|
16
29
|
(function (AddTagsToResourceResponse) {
|
|
17
30
|
AddTagsToResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
31
|
})(AddTagsToResourceResponse || (AddTagsToResourceResponse = {}));
|
|
32
|
+
var ResourceNotFoundFault = (function (_super) {
|
|
33
|
+
__extends(ResourceNotFoundFault, _super);
|
|
34
|
+
function ResourceNotFoundFault(opts) {
|
|
35
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundFault", $fault: "client" }, opts)) || this;
|
|
36
|
+
_this.name = "ResourceNotFoundFault";
|
|
37
|
+
_this.$fault = "client";
|
|
38
|
+
Object.setPrototypeOf(_this, ResourceNotFoundFault.prototype);
|
|
39
|
+
return _this;
|
|
40
|
+
}
|
|
41
|
+
return ResourceNotFoundFault;
|
|
42
|
+
}(__BaseException));
|
|
43
|
+
export { ResourceNotFoundFault };
|
|
19
44
|
export var ApplyPendingMaintenanceActionMessage;
|
|
20
45
|
(function (ApplyPendingMaintenanceActionMessage) {
|
|
21
46
|
ApplyPendingMaintenanceActionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -48,6 +73,18 @@ export var CancelReplicationTaskAssessmentRunResponse;
|
|
|
48
73
|
(function (CancelReplicationTaskAssessmentRunResponse) {
|
|
49
74
|
CancelReplicationTaskAssessmentRunResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
75
|
})(CancelReplicationTaskAssessmentRunResponse || (CancelReplicationTaskAssessmentRunResponse = {}));
|
|
76
|
+
var InvalidResourceStateFault = (function (_super) {
|
|
77
|
+
__extends(InvalidResourceStateFault, _super);
|
|
78
|
+
function InvalidResourceStateFault(opts) {
|
|
79
|
+
var _this = _super.call(this, __assign({ name: "InvalidResourceStateFault", $fault: "client" }, opts)) || this;
|
|
80
|
+
_this.name = "InvalidResourceStateFault";
|
|
81
|
+
_this.$fault = "client";
|
|
82
|
+
Object.setPrototypeOf(_this, InvalidResourceStateFault.prototype);
|
|
83
|
+
return _this;
|
|
84
|
+
}
|
|
85
|
+
return InvalidResourceStateFault;
|
|
86
|
+
}(__BaseException));
|
|
87
|
+
export { InvalidResourceStateFault };
|
|
51
88
|
export var DmsTransferSettings;
|
|
52
89
|
(function (DmsTransferSettings) {
|
|
53
90
|
DmsTransferSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -266,6 +303,55 @@ export var CreateEndpointResponse;
|
|
|
266
303
|
(function (CreateEndpointResponse) {
|
|
267
304
|
CreateEndpointResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Endpoint && { Endpoint: Endpoint.filterSensitiveLog(obj.Endpoint) }))); };
|
|
268
305
|
})(CreateEndpointResponse || (CreateEndpointResponse = {}));
|
|
306
|
+
var KMSKeyNotAccessibleFault = (function (_super) {
|
|
307
|
+
__extends(KMSKeyNotAccessibleFault, _super);
|
|
308
|
+
function KMSKeyNotAccessibleFault(opts) {
|
|
309
|
+
var _this = _super.call(this, __assign({ name: "KMSKeyNotAccessibleFault", $fault: "client" }, opts)) || this;
|
|
310
|
+
_this.name = "KMSKeyNotAccessibleFault";
|
|
311
|
+
_this.$fault = "client";
|
|
312
|
+
Object.setPrototypeOf(_this, KMSKeyNotAccessibleFault.prototype);
|
|
313
|
+
return _this;
|
|
314
|
+
}
|
|
315
|
+
return KMSKeyNotAccessibleFault;
|
|
316
|
+
}(__BaseException));
|
|
317
|
+
export { KMSKeyNotAccessibleFault };
|
|
318
|
+
var ResourceAlreadyExistsFault = (function (_super) {
|
|
319
|
+
__extends(ResourceAlreadyExistsFault, _super);
|
|
320
|
+
function ResourceAlreadyExistsFault(opts) {
|
|
321
|
+
var _this = _super.call(this, __assign({ name: "ResourceAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
322
|
+
_this.name = "ResourceAlreadyExistsFault";
|
|
323
|
+
_this.$fault = "client";
|
|
324
|
+
Object.setPrototypeOf(_this, ResourceAlreadyExistsFault.prototype);
|
|
325
|
+
_this.resourceArn = opts.resourceArn;
|
|
326
|
+
return _this;
|
|
327
|
+
}
|
|
328
|
+
return ResourceAlreadyExistsFault;
|
|
329
|
+
}(__BaseException));
|
|
330
|
+
export { ResourceAlreadyExistsFault };
|
|
331
|
+
var ResourceQuotaExceededFault = (function (_super) {
|
|
332
|
+
__extends(ResourceQuotaExceededFault, _super);
|
|
333
|
+
function ResourceQuotaExceededFault(opts) {
|
|
334
|
+
var _this = _super.call(this, __assign({ name: "ResourceQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
335
|
+
_this.name = "ResourceQuotaExceededFault";
|
|
336
|
+
_this.$fault = "client";
|
|
337
|
+
Object.setPrototypeOf(_this, ResourceQuotaExceededFault.prototype);
|
|
338
|
+
return _this;
|
|
339
|
+
}
|
|
340
|
+
return ResourceQuotaExceededFault;
|
|
341
|
+
}(__BaseException));
|
|
342
|
+
export { ResourceQuotaExceededFault };
|
|
343
|
+
var S3AccessDeniedFault = (function (_super) {
|
|
344
|
+
__extends(S3AccessDeniedFault, _super);
|
|
345
|
+
function S3AccessDeniedFault(opts) {
|
|
346
|
+
var _this = _super.call(this, __assign({ name: "S3AccessDeniedFault", $fault: "client" }, opts)) || this;
|
|
347
|
+
_this.name = "S3AccessDeniedFault";
|
|
348
|
+
_this.$fault = "client";
|
|
349
|
+
Object.setPrototypeOf(_this, S3AccessDeniedFault.prototype);
|
|
350
|
+
return _this;
|
|
351
|
+
}
|
|
352
|
+
return S3AccessDeniedFault;
|
|
353
|
+
}(__BaseException));
|
|
354
|
+
export { S3AccessDeniedFault };
|
|
269
355
|
export var CreateEventSubscriptionMessage;
|
|
270
356
|
(function (CreateEventSubscriptionMessage) {
|
|
271
357
|
CreateEventSubscriptionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -278,6 +364,90 @@ export var CreateEventSubscriptionResponse;
|
|
|
278
364
|
(function (CreateEventSubscriptionResponse) {
|
|
279
365
|
CreateEventSubscriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
366
|
})(CreateEventSubscriptionResponse || (CreateEventSubscriptionResponse = {}));
|
|
367
|
+
var KMSAccessDeniedFault = (function (_super) {
|
|
368
|
+
__extends(KMSAccessDeniedFault, _super);
|
|
369
|
+
function KMSAccessDeniedFault(opts) {
|
|
370
|
+
var _this = _super.call(this, __assign({ name: "KMSAccessDeniedFault", $fault: "client" }, opts)) || this;
|
|
371
|
+
_this.name = "KMSAccessDeniedFault";
|
|
372
|
+
_this.$fault = "client";
|
|
373
|
+
Object.setPrototypeOf(_this, KMSAccessDeniedFault.prototype);
|
|
374
|
+
return _this;
|
|
375
|
+
}
|
|
376
|
+
return KMSAccessDeniedFault;
|
|
377
|
+
}(__BaseException));
|
|
378
|
+
export { KMSAccessDeniedFault };
|
|
379
|
+
var KMSDisabledFault = (function (_super) {
|
|
380
|
+
__extends(KMSDisabledFault, _super);
|
|
381
|
+
function KMSDisabledFault(opts) {
|
|
382
|
+
var _this = _super.call(this, __assign({ name: "KMSDisabledFault", $fault: "client" }, opts)) || this;
|
|
383
|
+
_this.name = "KMSDisabledFault";
|
|
384
|
+
_this.$fault = "client";
|
|
385
|
+
Object.setPrototypeOf(_this, KMSDisabledFault.prototype);
|
|
386
|
+
return _this;
|
|
387
|
+
}
|
|
388
|
+
return KMSDisabledFault;
|
|
389
|
+
}(__BaseException));
|
|
390
|
+
export { KMSDisabledFault };
|
|
391
|
+
var KMSInvalidStateFault = (function (_super) {
|
|
392
|
+
__extends(KMSInvalidStateFault, _super);
|
|
393
|
+
function KMSInvalidStateFault(opts) {
|
|
394
|
+
var _this = _super.call(this, __assign({ name: "KMSInvalidStateFault", $fault: "client" }, opts)) || this;
|
|
395
|
+
_this.name = "KMSInvalidStateFault";
|
|
396
|
+
_this.$fault = "client";
|
|
397
|
+
Object.setPrototypeOf(_this, KMSInvalidStateFault.prototype);
|
|
398
|
+
return _this;
|
|
399
|
+
}
|
|
400
|
+
return KMSInvalidStateFault;
|
|
401
|
+
}(__BaseException));
|
|
402
|
+
export { KMSInvalidStateFault };
|
|
403
|
+
var KMSNotFoundFault = (function (_super) {
|
|
404
|
+
__extends(KMSNotFoundFault, _super);
|
|
405
|
+
function KMSNotFoundFault(opts) {
|
|
406
|
+
var _this = _super.call(this, __assign({ name: "KMSNotFoundFault", $fault: "client" }, opts)) || this;
|
|
407
|
+
_this.name = "KMSNotFoundFault";
|
|
408
|
+
_this.$fault = "client";
|
|
409
|
+
Object.setPrototypeOf(_this, KMSNotFoundFault.prototype);
|
|
410
|
+
return _this;
|
|
411
|
+
}
|
|
412
|
+
return KMSNotFoundFault;
|
|
413
|
+
}(__BaseException));
|
|
414
|
+
export { KMSNotFoundFault };
|
|
415
|
+
var KMSThrottlingFault = (function (_super) {
|
|
416
|
+
__extends(KMSThrottlingFault, _super);
|
|
417
|
+
function KMSThrottlingFault(opts) {
|
|
418
|
+
var _this = _super.call(this, __assign({ name: "KMSThrottlingFault", $fault: "client" }, opts)) || this;
|
|
419
|
+
_this.name = "KMSThrottlingFault";
|
|
420
|
+
_this.$fault = "client";
|
|
421
|
+
Object.setPrototypeOf(_this, KMSThrottlingFault.prototype);
|
|
422
|
+
return _this;
|
|
423
|
+
}
|
|
424
|
+
return KMSThrottlingFault;
|
|
425
|
+
}(__BaseException));
|
|
426
|
+
export { KMSThrottlingFault };
|
|
427
|
+
var SNSInvalidTopicFault = (function (_super) {
|
|
428
|
+
__extends(SNSInvalidTopicFault, _super);
|
|
429
|
+
function SNSInvalidTopicFault(opts) {
|
|
430
|
+
var _this = _super.call(this, __assign({ name: "SNSInvalidTopicFault", $fault: "client" }, opts)) || this;
|
|
431
|
+
_this.name = "SNSInvalidTopicFault";
|
|
432
|
+
_this.$fault = "client";
|
|
433
|
+
Object.setPrototypeOf(_this, SNSInvalidTopicFault.prototype);
|
|
434
|
+
return _this;
|
|
435
|
+
}
|
|
436
|
+
return SNSInvalidTopicFault;
|
|
437
|
+
}(__BaseException));
|
|
438
|
+
export { SNSInvalidTopicFault };
|
|
439
|
+
var SNSNoAuthorizationFault = (function (_super) {
|
|
440
|
+
__extends(SNSNoAuthorizationFault, _super);
|
|
441
|
+
function SNSNoAuthorizationFault(opts) {
|
|
442
|
+
var _this = _super.call(this, __assign({ name: "SNSNoAuthorizationFault", $fault: "client" }, opts)) || this;
|
|
443
|
+
_this.name = "SNSNoAuthorizationFault";
|
|
444
|
+
_this.$fault = "client";
|
|
445
|
+
Object.setPrototypeOf(_this, SNSNoAuthorizationFault.prototype);
|
|
446
|
+
return _this;
|
|
447
|
+
}
|
|
448
|
+
return SNSNoAuthorizationFault;
|
|
449
|
+
}(__BaseException));
|
|
450
|
+
export { SNSNoAuthorizationFault };
|
|
281
451
|
export var CreateReplicationInstanceMessage;
|
|
282
452
|
(function (CreateReplicationInstanceMessage) {
|
|
283
453
|
CreateReplicationInstanceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -310,6 +480,54 @@ export var CreateReplicationInstanceResponse;
|
|
|
310
480
|
(function (CreateReplicationInstanceResponse) {
|
|
311
481
|
CreateReplicationInstanceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
482
|
})(CreateReplicationInstanceResponse || (CreateReplicationInstanceResponse = {}));
|
|
483
|
+
var InsufficientResourceCapacityFault = (function (_super) {
|
|
484
|
+
__extends(InsufficientResourceCapacityFault, _super);
|
|
485
|
+
function InsufficientResourceCapacityFault(opts) {
|
|
486
|
+
var _this = _super.call(this, __assign({ name: "InsufficientResourceCapacityFault", $fault: "client" }, opts)) || this;
|
|
487
|
+
_this.name = "InsufficientResourceCapacityFault";
|
|
488
|
+
_this.$fault = "client";
|
|
489
|
+
Object.setPrototypeOf(_this, InsufficientResourceCapacityFault.prototype);
|
|
490
|
+
return _this;
|
|
491
|
+
}
|
|
492
|
+
return InsufficientResourceCapacityFault;
|
|
493
|
+
}(__BaseException));
|
|
494
|
+
export { InsufficientResourceCapacityFault };
|
|
495
|
+
var InvalidSubnet = (function (_super) {
|
|
496
|
+
__extends(InvalidSubnet, _super);
|
|
497
|
+
function InvalidSubnet(opts) {
|
|
498
|
+
var _this = _super.call(this, __assign({ name: "InvalidSubnet", $fault: "client" }, opts)) || this;
|
|
499
|
+
_this.name = "InvalidSubnet";
|
|
500
|
+
_this.$fault = "client";
|
|
501
|
+
Object.setPrototypeOf(_this, InvalidSubnet.prototype);
|
|
502
|
+
return _this;
|
|
503
|
+
}
|
|
504
|
+
return InvalidSubnet;
|
|
505
|
+
}(__BaseException));
|
|
506
|
+
export { InvalidSubnet };
|
|
507
|
+
var ReplicationSubnetGroupDoesNotCoverEnoughAZs = (function (_super) {
|
|
508
|
+
__extends(ReplicationSubnetGroupDoesNotCoverEnoughAZs, _super);
|
|
509
|
+
function ReplicationSubnetGroupDoesNotCoverEnoughAZs(opts) {
|
|
510
|
+
var _this = _super.call(this, __assign({ name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs", $fault: "client" }, opts)) || this;
|
|
511
|
+
_this.name = "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
512
|
+
_this.$fault = "client";
|
|
513
|
+
Object.setPrototypeOf(_this, ReplicationSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
514
|
+
return _this;
|
|
515
|
+
}
|
|
516
|
+
return ReplicationSubnetGroupDoesNotCoverEnoughAZs;
|
|
517
|
+
}(__BaseException));
|
|
518
|
+
export { ReplicationSubnetGroupDoesNotCoverEnoughAZs };
|
|
519
|
+
var StorageQuotaExceededFault = (function (_super) {
|
|
520
|
+
__extends(StorageQuotaExceededFault, _super);
|
|
521
|
+
function StorageQuotaExceededFault(opts) {
|
|
522
|
+
var _this = _super.call(this, __assign({ name: "StorageQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
523
|
+
_this.name = "StorageQuotaExceededFault";
|
|
524
|
+
_this.$fault = "client";
|
|
525
|
+
Object.setPrototypeOf(_this, StorageQuotaExceededFault.prototype);
|
|
526
|
+
return _this;
|
|
527
|
+
}
|
|
528
|
+
return StorageQuotaExceededFault;
|
|
529
|
+
}(__BaseException));
|
|
530
|
+
export { StorageQuotaExceededFault };
|
|
313
531
|
export var CreateReplicationSubnetGroupMessage;
|
|
314
532
|
(function (CreateReplicationSubnetGroupMessage) {
|
|
315
533
|
CreateReplicationSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -657,6 +875,18 @@ export var ImportCertificateResponse;
|
|
|
657
875
|
(function (ImportCertificateResponse) {
|
|
658
876
|
ImportCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
877
|
})(ImportCertificateResponse || (ImportCertificateResponse = {}));
|
|
878
|
+
var InvalidCertificateFault = (function (_super) {
|
|
879
|
+
__extends(InvalidCertificateFault, _super);
|
|
880
|
+
function InvalidCertificateFault(opts) {
|
|
881
|
+
var _this = _super.call(this, __assign({ name: "InvalidCertificateFault", $fault: "client" }, opts)) || this;
|
|
882
|
+
_this.name = "InvalidCertificateFault";
|
|
883
|
+
_this.$fault = "client";
|
|
884
|
+
Object.setPrototypeOf(_this, InvalidCertificateFault.prototype);
|
|
885
|
+
return _this;
|
|
886
|
+
}
|
|
887
|
+
return InvalidCertificateFault;
|
|
888
|
+
}(__BaseException));
|
|
889
|
+
export { InvalidCertificateFault };
|
|
660
890
|
export var ListTagsForResourceMessage;
|
|
661
891
|
(function (ListTagsForResourceMessage) {
|
|
662
892
|
ListTagsForResourceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -693,6 +923,18 @@ export var ModifyReplicationInstanceResponse;
|
|
|
693
923
|
(function (ModifyReplicationInstanceResponse) {
|
|
694
924
|
ModifyReplicationInstanceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
925
|
})(ModifyReplicationInstanceResponse || (ModifyReplicationInstanceResponse = {}));
|
|
926
|
+
var UpgradeDependencyFailureFault = (function (_super) {
|
|
927
|
+
__extends(UpgradeDependencyFailureFault, _super);
|
|
928
|
+
function UpgradeDependencyFailureFault(opts) {
|
|
929
|
+
var _this = _super.call(this, __assign({ name: "UpgradeDependencyFailureFault", $fault: "client" }, opts)) || this;
|
|
930
|
+
_this.name = "UpgradeDependencyFailureFault";
|
|
931
|
+
_this.$fault = "client";
|
|
932
|
+
Object.setPrototypeOf(_this, UpgradeDependencyFailureFault.prototype);
|
|
933
|
+
return _this;
|
|
934
|
+
}
|
|
935
|
+
return UpgradeDependencyFailureFault;
|
|
936
|
+
}(__BaseException));
|
|
937
|
+
export { UpgradeDependencyFailureFault };
|
|
696
938
|
export var ModifyReplicationSubnetGroupMessage;
|
|
697
939
|
(function (ModifyReplicationSubnetGroupMessage) {
|
|
698
940
|
ModifyReplicationSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -701,6 +943,18 @@ export var ModifyReplicationSubnetGroupResponse;
|
|
|
701
943
|
(function (ModifyReplicationSubnetGroupResponse) {
|
|
702
944
|
ModifyReplicationSubnetGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
945
|
})(ModifyReplicationSubnetGroupResponse || (ModifyReplicationSubnetGroupResponse = {}));
|
|
946
|
+
var SubnetAlreadyInUse = (function (_super) {
|
|
947
|
+
__extends(SubnetAlreadyInUse, _super);
|
|
948
|
+
function SubnetAlreadyInUse(opts) {
|
|
949
|
+
var _this = _super.call(this, __assign({ name: "SubnetAlreadyInUse", $fault: "client" }, opts)) || this;
|
|
950
|
+
_this.name = "SubnetAlreadyInUse";
|
|
951
|
+
_this.$fault = "client";
|
|
952
|
+
Object.setPrototypeOf(_this, SubnetAlreadyInUse.prototype);
|
|
953
|
+
return _this;
|
|
954
|
+
}
|
|
955
|
+
return SubnetAlreadyInUse;
|
|
956
|
+
}(__BaseException));
|
|
957
|
+
export { SubnetAlreadyInUse };
|
|
704
958
|
export var ModifyReplicationTaskMessage;
|
|
705
959
|
(function (ModifyReplicationTaskMessage) {
|
|
706
960
|
ModifyReplicationTaskMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -780,6 +1034,30 @@ export var StartReplicationTaskAssessmentResponse;
|
|
|
780
1034
|
(function (StartReplicationTaskAssessmentResponse) {
|
|
781
1035
|
StartReplicationTaskAssessmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
1036
|
})(StartReplicationTaskAssessmentResponse || (StartReplicationTaskAssessmentResponse = {}));
|
|
1037
|
+
var KMSFault = (function (_super) {
|
|
1038
|
+
__extends(KMSFault, _super);
|
|
1039
|
+
function KMSFault(opts) {
|
|
1040
|
+
var _this = _super.call(this, __assign({ name: "KMSFault", $fault: "client" }, opts)) || this;
|
|
1041
|
+
_this.name = "KMSFault";
|
|
1042
|
+
_this.$fault = "client";
|
|
1043
|
+
Object.setPrototypeOf(_this, KMSFault.prototype);
|
|
1044
|
+
return _this;
|
|
1045
|
+
}
|
|
1046
|
+
return KMSFault;
|
|
1047
|
+
}(__BaseException));
|
|
1048
|
+
export { KMSFault };
|
|
1049
|
+
var S3ResourceNotFoundFault = (function (_super) {
|
|
1050
|
+
__extends(S3ResourceNotFoundFault, _super);
|
|
1051
|
+
function S3ResourceNotFoundFault(opts) {
|
|
1052
|
+
var _this = _super.call(this, __assign({ name: "S3ResourceNotFoundFault", $fault: "client" }, opts)) || this;
|
|
1053
|
+
_this.name = "S3ResourceNotFoundFault";
|
|
1054
|
+
_this.$fault = "client";
|
|
1055
|
+
Object.setPrototypeOf(_this, S3ResourceNotFoundFault.prototype);
|
|
1056
|
+
return _this;
|
|
1057
|
+
}
|
|
1058
|
+
return S3ResourceNotFoundFault;
|
|
1059
|
+
}(__BaseException));
|
|
1060
|
+
export { S3ResourceNotFoundFault };
|
|
783
1061
|
export var StartReplicationTaskAssessmentRunMessage;
|
|
784
1062
|
(function (StartReplicationTaskAssessmentRunMessage) {
|
|
785
1063
|
StartReplicationTaskAssessmentRunMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|