@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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-database-migration-service
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-database-migration-service
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-database-migration-service
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DatabaseMigrationServiceServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./DatabaseMigrationService"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./DatabaseMigrationServiceClient"), exports);
|
|
@@ -7,3 +8,5 @@ tslib_1.__exportStar(require("./commands"), exports);
|
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./waiters"), exports);
|
|
11
|
+
var DatabaseMigrationServiceServiceException_1 = require("./models/DatabaseMigrationServiceServiceException");
|
|
12
|
+
Object.defineProperty(exports, "DatabaseMigrationServiceServiceException", { enumerable: true, get: function () { return DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DatabaseMigrationServiceServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class DatabaseMigrationServiceServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, DatabaseMigrationServiceServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.DatabaseMigrationServiceServiceException = DatabaseMigrationServiceServiceException;
|
|
@@ -1,10 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.EncodingTypeValue = exports.DatePartitionSequenceValue = exports.DatePartitionDelimiterValue = exports.DataFormatValue = exports.CompressionTypeValue = exports.CannedAclForObjectsValue = exports.RedshiftSettings = exports.EncryptionModeValue = exports.RedisSettings = exports.SslSecurityProtocolValue = exports.RedisAuthTypeValue = exports.PostgreSQLSettings = exports.PluginNameValue = exports.OracleSettings = exports.CharLengthSemantics = exports.NeptuneSettings = exports.MySQLSettings = exports.MongoDbSettings = exports.AuthTypeValue = exports.AuthMechanismValue = exports.MicrosoftSQLServerSettings = exports.SafeguardPolicy = exports.KinesisSettings = exports.KafkaSettings = exports.KafkaSecurityProtocol = exports.MessageFormatValue = exports.IBMDb2Settings = exports.GcpMySQLSettings = exports.TargetDbType = exports.ReplicationEndpointTypeValue = exports.ElasticsearchSettings = exports.DynamoDbSettings = exports.DocDbSettings = exports.NestingLevelValue = exports.DmsTransferSettings = exports.InvalidResourceStateFault = exports.CancelReplicationTaskAssessmentRunResponse = exports.ReplicationTaskAssessmentRun = exports.ReplicationTaskAssessmentRunProgress = exports.CancelReplicationTaskAssessmentRunMessage = exports.ApplyPendingMaintenanceActionResponse = exports.ResourcePendingMaintenanceActions = exports.PendingMaintenanceAction = exports.ApplyPendingMaintenanceActionMessage = exports.ResourceNotFoundFault = exports.AddTagsToResourceResponse = exports.AddTagsToResourceMessage = exports.Tag = exports.AccountQuota = exports.AccessDeniedFault = void 0;
|
|
4
|
+
exports.DeleteEventSubscriptionResponse = exports.DeleteEventSubscriptionMessage = exports.DeleteEndpointResponse = exports.DeleteEndpointMessage = exports.DeleteConnectionResponse = exports.Connection = exports.DeleteConnectionMessage = exports.DeleteCertificateResponse = exports.Certificate = exports.DeleteCertificateMessage = exports.CreateReplicationTaskResponse = exports.ReplicationTask = exports.ReplicationTaskStats = exports.CreateReplicationTaskMessage = exports.MigrationTypeValue = exports.CreateReplicationSubnetGroupResponse = exports.CreateReplicationSubnetGroupMessage = exports.StorageQuotaExceededFault = exports.ReplicationSubnetGroupDoesNotCoverEnoughAZs = exports.InvalidSubnet = exports.InsufficientResourceCapacityFault = exports.CreateReplicationInstanceResponse = exports.ReplicationInstance = exports.VpcSecurityGroupMembership = exports.ReplicationSubnetGroup = exports.Subnet = exports.AvailabilityZone = exports.ReplicationPendingModifiedValues = exports.CreateReplicationInstanceMessage = exports.SNSNoAuthorizationFault = exports.SNSInvalidTopicFault = exports.KMSThrottlingFault = exports.KMSNotFoundFault = exports.KMSInvalidStateFault = exports.KMSDisabledFault = exports.KMSAccessDeniedFault = exports.CreateEventSubscriptionResponse = exports.EventSubscription = exports.CreateEventSubscriptionMessage = exports.S3AccessDeniedFault = exports.ResourceQuotaExceededFault = exports.ResourceAlreadyExistsFault = exports.KMSKeyNotAccessibleFault = exports.CreateEndpointResponse = exports.Endpoint = exports.CreateEndpointMessage = exports.SybaseSettings = exports.DmsSslModeValue = exports.S3Settings = exports.ParquetVersionValue = void 0;
|
|
5
|
+
exports.DescribeReplicationSubnetGroupsMessage = exports.DescribeReplicationInstanceTaskLogsResponse = exports.ReplicationInstanceTaskLog = exports.DescribeReplicationInstanceTaskLogsMessage = exports.DescribeReplicationInstancesResponse = exports.DescribeReplicationInstancesMessage = exports.DescribeRefreshSchemasStatusResponse = exports.RefreshSchemasStatus = exports.RefreshSchemasStatusTypeValue = exports.DescribeRefreshSchemasStatusMessage = exports.DescribePendingMaintenanceActionsResponse = exports.DescribePendingMaintenanceActionsMessage = exports.DescribeOrderableReplicationInstancesResponse = exports.OrderableReplicationInstance = exports.ReleaseStatusValues = exports.DescribeOrderableReplicationInstancesMessage = exports.DescribeEventSubscriptionsResponse = exports.DescribeEventSubscriptionsMessage = exports.DescribeEventsResponse = exports.Event = exports.DescribeEventsMessage = exports.DescribeEventCategoriesResponse = exports.EventCategoryGroup = exports.DescribeEventCategoriesMessage = exports.DescribeEndpointTypesResponse = exports.SupportedEndpointType = exports.DescribeEndpointTypesMessage = exports.DescribeEndpointSettingsResponse = exports.EndpointSetting = exports.EndpointSettingTypeValue = exports.DescribeEndpointSettingsMessage = exports.DescribeEndpointsResponse = exports.DescribeEndpointsMessage = exports.DescribeConnectionsResponse = exports.DescribeConnectionsMessage = exports.DescribeCertificatesResponse = exports.DescribeCertificatesMessage = exports.Filter = exports.DescribeApplicableIndividualAssessmentsResponse = exports.DescribeApplicableIndividualAssessmentsMessage = exports.DescribeAccountAttributesResponse = exports.DescribeAccountAttributesMessage = exports.DeleteReplicationTaskAssessmentRunResponse = exports.DeleteReplicationTaskAssessmentRunMessage = exports.DeleteReplicationTaskResponse = exports.DeleteReplicationTaskMessage = exports.DeleteReplicationSubnetGroupResponse = exports.DeleteReplicationSubnetGroupMessage = exports.DeleteReplicationInstanceResponse = exports.DeleteReplicationInstanceMessage = void 0;
|
|
6
|
+
exports.StartReplicationTaskAssessmentResponse = exports.StartReplicationTaskAssessmentMessage = exports.StartReplicationTaskResponse = exports.StartReplicationTaskMessage = exports.StartReplicationTaskTypeValue = exports.RemoveTagsFromResourceResponse = exports.RemoveTagsFromResourceMessage = exports.ReloadTablesResponse = exports.ReloadTablesMessage = exports.TableToReload = exports.ReloadOptionValue = exports.RefreshSchemasResponse = exports.RefreshSchemasMessage = exports.RebootReplicationInstanceResponse = exports.RebootReplicationInstanceMessage = exports.MoveReplicationTaskResponse = exports.MoveReplicationTaskMessage = exports.ModifyReplicationTaskResponse = exports.ModifyReplicationTaskMessage = exports.SubnetAlreadyInUse = exports.ModifyReplicationSubnetGroupResponse = exports.ModifyReplicationSubnetGroupMessage = exports.UpgradeDependencyFailureFault = exports.ModifyReplicationInstanceResponse = exports.ModifyReplicationInstanceMessage = exports.ModifyEventSubscriptionResponse = exports.ModifyEventSubscriptionMessage = exports.ModifyEndpointResponse = exports.ModifyEndpointMessage = exports.ListTagsForResourceResponse = exports.ListTagsForResourceMessage = exports.InvalidCertificateFault = exports.ImportCertificateResponse = exports.ImportCertificateMessage = exports.DescribeTableStatisticsResponse = exports.TableStatistics = exports.DescribeTableStatisticsMessage = exports.DescribeSchemasResponse = exports.DescribeSchemasMessage = exports.DescribeReplicationTasksResponse = exports.DescribeReplicationTasksMessage = exports.DescribeReplicationTaskIndividualAssessmentsResponse = exports.ReplicationTaskIndividualAssessment = exports.DescribeReplicationTaskIndividualAssessmentsMessage = exports.DescribeReplicationTaskAssessmentRunsResponse = exports.DescribeReplicationTaskAssessmentRunsMessage = exports.DescribeReplicationTaskAssessmentResultsResponse = exports.ReplicationTaskAssessmentResult = exports.DescribeReplicationTaskAssessmentResultsMessage = exports.DescribeReplicationSubnetGroupsResponse = void 0;
|
|
7
|
+
exports.TestConnectionResponse = exports.TestConnectionMessage = exports.StopReplicationTaskResponse = exports.StopReplicationTaskMessage = exports.StartReplicationTaskAssessmentRunResponse = exports.StartReplicationTaskAssessmentRunMessage = exports.S3ResourceNotFoundFault = exports.KMSFault = void 0;
|
|
7
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
|
+
const DatabaseMigrationServiceServiceException_1 = require("./DatabaseMigrationServiceServiceException");
|
|
10
|
+
class AccessDeniedFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
11
|
+
constructor(opts) {
|
|
12
|
+
super({
|
|
13
|
+
name: "AccessDeniedFault",
|
|
14
|
+
$fault: "client",
|
|
15
|
+
...opts,
|
|
16
|
+
});
|
|
17
|
+
this.name = "AccessDeniedFault";
|
|
18
|
+
this.$fault = "client";
|
|
19
|
+
Object.setPrototypeOf(this, AccessDeniedFault.prototype);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.AccessDeniedFault = AccessDeniedFault;
|
|
8
23
|
var AccountQuota;
|
|
9
24
|
(function (AccountQuota) {
|
|
10
25
|
AccountQuota.filterSensitiveLog = (obj) => ({
|
|
@@ -29,6 +44,19 @@ var AddTagsToResourceResponse;
|
|
|
29
44
|
...obj,
|
|
30
45
|
});
|
|
31
46
|
})(AddTagsToResourceResponse = exports.AddTagsToResourceResponse || (exports.AddTagsToResourceResponse = {}));
|
|
47
|
+
class ResourceNotFoundFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
48
|
+
constructor(opts) {
|
|
49
|
+
super({
|
|
50
|
+
name: "ResourceNotFoundFault",
|
|
51
|
+
$fault: "client",
|
|
52
|
+
...opts,
|
|
53
|
+
});
|
|
54
|
+
this.name = "ResourceNotFoundFault";
|
|
55
|
+
this.$fault = "client";
|
|
56
|
+
Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.ResourceNotFoundFault = ResourceNotFoundFault;
|
|
32
60
|
var ApplyPendingMaintenanceActionMessage;
|
|
33
61
|
(function (ApplyPendingMaintenanceActionMessage) {
|
|
34
62
|
ApplyPendingMaintenanceActionMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -77,6 +105,19 @@ var CancelReplicationTaskAssessmentRunResponse;
|
|
|
77
105
|
...obj,
|
|
78
106
|
});
|
|
79
107
|
})(CancelReplicationTaskAssessmentRunResponse = exports.CancelReplicationTaskAssessmentRunResponse || (exports.CancelReplicationTaskAssessmentRunResponse = {}));
|
|
108
|
+
class InvalidResourceStateFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
109
|
+
constructor(opts) {
|
|
110
|
+
super({
|
|
111
|
+
name: "InvalidResourceStateFault",
|
|
112
|
+
$fault: "client",
|
|
113
|
+
...opts,
|
|
114
|
+
});
|
|
115
|
+
this.name = "InvalidResourceStateFault";
|
|
116
|
+
this.$fault = "client";
|
|
117
|
+
Object.setPrototypeOf(this, InvalidResourceStateFault.prototype);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
exports.InvalidResourceStateFault = InvalidResourceStateFault;
|
|
80
121
|
var DmsTransferSettings;
|
|
81
122
|
(function (DmsTransferSettings) {
|
|
82
123
|
DmsTransferSettings.filterSensitiveLog = (obj) => ({
|
|
@@ -378,6 +419,59 @@ var CreateEndpointResponse;
|
|
|
378
419
|
...(obj.Endpoint && { Endpoint: Endpoint.filterSensitiveLog(obj.Endpoint) }),
|
|
379
420
|
});
|
|
380
421
|
})(CreateEndpointResponse = exports.CreateEndpointResponse || (exports.CreateEndpointResponse = {}));
|
|
422
|
+
class KMSKeyNotAccessibleFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
423
|
+
constructor(opts) {
|
|
424
|
+
super({
|
|
425
|
+
name: "KMSKeyNotAccessibleFault",
|
|
426
|
+
$fault: "client",
|
|
427
|
+
...opts,
|
|
428
|
+
});
|
|
429
|
+
this.name = "KMSKeyNotAccessibleFault";
|
|
430
|
+
this.$fault = "client";
|
|
431
|
+
Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
exports.KMSKeyNotAccessibleFault = KMSKeyNotAccessibleFault;
|
|
435
|
+
class ResourceAlreadyExistsFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
436
|
+
constructor(opts) {
|
|
437
|
+
super({
|
|
438
|
+
name: "ResourceAlreadyExistsFault",
|
|
439
|
+
$fault: "client",
|
|
440
|
+
...opts,
|
|
441
|
+
});
|
|
442
|
+
this.name = "ResourceAlreadyExistsFault";
|
|
443
|
+
this.$fault = "client";
|
|
444
|
+
Object.setPrototypeOf(this, ResourceAlreadyExistsFault.prototype);
|
|
445
|
+
this.resourceArn = opts.resourceArn;
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
exports.ResourceAlreadyExistsFault = ResourceAlreadyExistsFault;
|
|
449
|
+
class ResourceQuotaExceededFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
450
|
+
constructor(opts) {
|
|
451
|
+
super({
|
|
452
|
+
name: "ResourceQuotaExceededFault",
|
|
453
|
+
$fault: "client",
|
|
454
|
+
...opts,
|
|
455
|
+
});
|
|
456
|
+
this.name = "ResourceQuotaExceededFault";
|
|
457
|
+
this.$fault = "client";
|
|
458
|
+
Object.setPrototypeOf(this, ResourceQuotaExceededFault.prototype);
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
exports.ResourceQuotaExceededFault = ResourceQuotaExceededFault;
|
|
462
|
+
class S3AccessDeniedFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
463
|
+
constructor(opts) {
|
|
464
|
+
super({
|
|
465
|
+
name: "S3AccessDeniedFault",
|
|
466
|
+
$fault: "client",
|
|
467
|
+
...opts,
|
|
468
|
+
});
|
|
469
|
+
this.name = "S3AccessDeniedFault";
|
|
470
|
+
this.$fault = "client";
|
|
471
|
+
Object.setPrototypeOf(this, S3AccessDeniedFault.prototype);
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
exports.S3AccessDeniedFault = S3AccessDeniedFault;
|
|
381
475
|
var CreateEventSubscriptionMessage;
|
|
382
476
|
(function (CreateEventSubscriptionMessage) {
|
|
383
477
|
CreateEventSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -396,6 +490,97 @@ var CreateEventSubscriptionResponse;
|
|
|
396
490
|
...obj,
|
|
397
491
|
});
|
|
398
492
|
})(CreateEventSubscriptionResponse = exports.CreateEventSubscriptionResponse || (exports.CreateEventSubscriptionResponse = {}));
|
|
493
|
+
class KMSAccessDeniedFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
494
|
+
constructor(opts) {
|
|
495
|
+
super({
|
|
496
|
+
name: "KMSAccessDeniedFault",
|
|
497
|
+
$fault: "client",
|
|
498
|
+
...opts,
|
|
499
|
+
});
|
|
500
|
+
this.name = "KMSAccessDeniedFault";
|
|
501
|
+
this.$fault = "client";
|
|
502
|
+
Object.setPrototypeOf(this, KMSAccessDeniedFault.prototype);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
exports.KMSAccessDeniedFault = KMSAccessDeniedFault;
|
|
506
|
+
class KMSDisabledFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
507
|
+
constructor(opts) {
|
|
508
|
+
super({
|
|
509
|
+
name: "KMSDisabledFault",
|
|
510
|
+
$fault: "client",
|
|
511
|
+
...opts,
|
|
512
|
+
});
|
|
513
|
+
this.name = "KMSDisabledFault";
|
|
514
|
+
this.$fault = "client";
|
|
515
|
+
Object.setPrototypeOf(this, KMSDisabledFault.prototype);
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
exports.KMSDisabledFault = KMSDisabledFault;
|
|
519
|
+
class KMSInvalidStateFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
520
|
+
constructor(opts) {
|
|
521
|
+
super({
|
|
522
|
+
name: "KMSInvalidStateFault",
|
|
523
|
+
$fault: "client",
|
|
524
|
+
...opts,
|
|
525
|
+
});
|
|
526
|
+
this.name = "KMSInvalidStateFault";
|
|
527
|
+
this.$fault = "client";
|
|
528
|
+
Object.setPrototypeOf(this, KMSInvalidStateFault.prototype);
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
exports.KMSInvalidStateFault = KMSInvalidStateFault;
|
|
532
|
+
class KMSNotFoundFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
533
|
+
constructor(opts) {
|
|
534
|
+
super({
|
|
535
|
+
name: "KMSNotFoundFault",
|
|
536
|
+
$fault: "client",
|
|
537
|
+
...opts,
|
|
538
|
+
});
|
|
539
|
+
this.name = "KMSNotFoundFault";
|
|
540
|
+
this.$fault = "client";
|
|
541
|
+
Object.setPrototypeOf(this, KMSNotFoundFault.prototype);
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
exports.KMSNotFoundFault = KMSNotFoundFault;
|
|
545
|
+
class KMSThrottlingFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
546
|
+
constructor(opts) {
|
|
547
|
+
super({
|
|
548
|
+
name: "KMSThrottlingFault",
|
|
549
|
+
$fault: "client",
|
|
550
|
+
...opts,
|
|
551
|
+
});
|
|
552
|
+
this.name = "KMSThrottlingFault";
|
|
553
|
+
this.$fault = "client";
|
|
554
|
+
Object.setPrototypeOf(this, KMSThrottlingFault.prototype);
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
exports.KMSThrottlingFault = KMSThrottlingFault;
|
|
558
|
+
class SNSInvalidTopicFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
559
|
+
constructor(opts) {
|
|
560
|
+
super({
|
|
561
|
+
name: "SNSInvalidTopicFault",
|
|
562
|
+
$fault: "client",
|
|
563
|
+
...opts,
|
|
564
|
+
});
|
|
565
|
+
this.name = "SNSInvalidTopicFault";
|
|
566
|
+
this.$fault = "client";
|
|
567
|
+
Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
exports.SNSInvalidTopicFault = SNSInvalidTopicFault;
|
|
571
|
+
class SNSNoAuthorizationFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
572
|
+
constructor(opts) {
|
|
573
|
+
super({
|
|
574
|
+
name: "SNSNoAuthorizationFault",
|
|
575
|
+
$fault: "client",
|
|
576
|
+
...opts,
|
|
577
|
+
});
|
|
578
|
+
this.name = "SNSNoAuthorizationFault";
|
|
579
|
+
this.$fault = "client";
|
|
580
|
+
Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
exports.SNSNoAuthorizationFault = SNSNoAuthorizationFault;
|
|
399
584
|
var CreateReplicationInstanceMessage;
|
|
400
585
|
(function (CreateReplicationInstanceMessage) {
|
|
401
586
|
CreateReplicationInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -444,6 +629,58 @@ var CreateReplicationInstanceResponse;
|
|
|
444
629
|
...obj,
|
|
445
630
|
});
|
|
446
631
|
})(CreateReplicationInstanceResponse = exports.CreateReplicationInstanceResponse || (exports.CreateReplicationInstanceResponse = {}));
|
|
632
|
+
class InsufficientResourceCapacityFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
633
|
+
constructor(opts) {
|
|
634
|
+
super({
|
|
635
|
+
name: "InsufficientResourceCapacityFault",
|
|
636
|
+
$fault: "client",
|
|
637
|
+
...opts,
|
|
638
|
+
});
|
|
639
|
+
this.name = "InsufficientResourceCapacityFault";
|
|
640
|
+
this.$fault = "client";
|
|
641
|
+
Object.setPrototypeOf(this, InsufficientResourceCapacityFault.prototype);
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
exports.InsufficientResourceCapacityFault = InsufficientResourceCapacityFault;
|
|
645
|
+
class InvalidSubnet extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
646
|
+
constructor(opts) {
|
|
647
|
+
super({
|
|
648
|
+
name: "InvalidSubnet",
|
|
649
|
+
$fault: "client",
|
|
650
|
+
...opts,
|
|
651
|
+
});
|
|
652
|
+
this.name = "InvalidSubnet";
|
|
653
|
+
this.$fault = "client";
|
|
654
|
+
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
exports.InvalidSubnet = InvalidSubnet;
|
|
658
|
+
class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
659
|
+
constructor(opts) {
|
|
660
|
+
super({
|
|
661
|
+
name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs",
|
|
662
|
+
$fault: "client",
|
|
663
|
+
...opts,
|
|
664
|
+
});
|
|
665
|
+
this.name = "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
666
|
+
this.$fault = "client";
|
|
667
|
+
Object.setPrototypeOf(this, ReplicationSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
exports.ReplicationSubnetGroupDoesNotCoverEnoughAZs = ReplicationSubnetGroupDoesNotCoverEnoughAZs;
|
|
671
|
+
class StorageQuotaExceededFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
672
|
+
constructor(opts) {
|
|
673
|
+
super({
|
|
674
|
+
name: "StorageQuotaExceededFault",
|
|
675
|
+
$fault: "client",
|
|
676
|
+
...opts,
|
|
677
|
+
});
|
|
678
|
+
this.name = "StorageQuotaExceededFault";
|
|
679
|
+
this.$fault = "client";
|
|
680
|
+
Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
exports.StorageQuotaExceededFault = StorageQuotaExceededFault;
|
|
447
684
|
var CreateReplicationSubnetGroupMessage;
|
|
448
685
|
(function (CreateReplicationSubnetGroupMessage) {
|
|
449
686
|
CreateReplicationSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -956,6 +1193,19 @@ var ImportCertificateResponse;
|
|
|
956
1193
|
...obj,
|
|
957
1194
|
});
|
|
958
1195
|
})(ImportCertificateResponse = exports.ImportCertificateResponse || (exports.ImportCertificateResponse = {}));
|
|
1196
|
+
class InvalidCertificateFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
1197
|
+
constructor(opts) {
|
|
1198
|
+
super({
|
|
1199
|
+
name: "InvalidCertificateFault",
|
|
1200
|
+
$fault: "client",
|
|
1201
|
+
...opts,
|
|
1202
|
+
});
|
|
1203
|
+
this.name = "InvalidCertificateFault";
|
|
1204
|
+
this.$fault = "client";
|
|
1205
|
+
Object.setPrototypeOf(this, InvalidCertificateFault.prototype);
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
exports.InvalidCertificateFault = InvalidCertificateFault;
|
|
959
1209
|
var ListTagsForResourceMessage;
|
|
960
1210
|
(function (ListTagsForResourceMessage) {
|
|
961
1211
|
ListTagsForResourceMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -1022,6 +1272,19 @@ var ModifyReplicationInstanceResponse;
|
|
|
1022
1272
|
...obj,
|
|
1023
1273
|
});
|
|
1024
1274
|
})(ModifyReplicationInstanceResponse = exports.ModifyReplicationInstanceResponse || (exports.ModifyReplicationInstanceResponse = {}));
|
|
1275
|
+
class UpgradeDependencyFailureFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
1276
|
+
constructor(opts) {
|
|
1277
|
+
super({
|
|
1278
|
+
name: "UpgradeDependencyFailureFault",
|
|
1279
|
+
$fault: "client",
|
|
1280
|
+
...opts,
|
|
1281
|
+
});
|
|
1282
|
+
this.name = "UpgradeDependencyFailureFault";
|
|
1283
|
+
this.$fault = "client";
|
|
1284
|
+
Object.setPrototypeOf(this, UpgradeDependencyFailureFault.prototype);
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
exports.UpgradeDependencyFailureFault = UpgradeDependencyFailureFault;
|
|
1025
1288
|
var ModifyReplicationSubnetGroupMessage;
|
|
1026
1289
|
(function (ModifyReplicationSubnetGroupMessage) {
|
|
1027
1290
|
ModifyReplicationSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -1034,6 +1297,19 @@ var ModifyReplicationSubnetGroupResponse;
|
|
|
1034
1297
|
...obj,
|
|
1035
1298
|
});
|
|
1036
1299
|
})(ModifyReplicationSubnetGroupResponse = exports.ModifyReplicationSubnetGroupResponse || (exports.ModifyReplicationSubnetGroupResponse = {}));
|
|
1300
|
+
class SubnetAlreadyInUse extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
1301
|
+
constructor(opts) {
|
|
1302
|
+
super({
|
|
1303
|
+
name: "SubnetAlreadyInUse",
|
|
1304
|
+
$fault: "client",
|
|
1305
|
+
...opts,
|
|
1306
|
+
});
|
|
1307
|
+
this.name = "SubnetAlreadyInUse";
|
|
1308
|
+
this.$fault = "client";
|
|
1309
|
+
Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
exports.SubnetAlreadyInUse = SubnetAlreadyInUse;
|
|
1037
1313
|
var ModifyReplicationTaskMessage;
|
|
1038
1314
|
(function (ModifyReplicationTaskMessage) {
|
|
1039
1315
|
ModifyReplicationTaskMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -1147,6 +1423,32 @@ var StartReplicationTaskAssessmentResponse;
|
|
|
1147
1423
|
...obj,
|
|
1148
1424
|
});
|
|
1149
1425
|
})(StartReplicationTaskAssessmentResponse = exports.StartReplicationTaskAssessmentResponse || (exports.StartReplicationTaskAssessmentResponse = {}));
|
|
1426
|
+
class KMSFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
1427
|
+
constructor(opts) {
|
|
1428
|
+
super({
|
|
1429
|
+
name: "KMSFault",
|
|
1430
|
+
$fault: "client",
|
|
1431
|
+
...opts,
|
|
1432
|
+
});
|
|
1433
|
+
this.name = "KMSFault";
|
|
1434
|
+
this.$fault = "client";
|
|
1435
|
+
Object.setPrototypeOf(this, KMSFault.prototype);
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
exports.KMSFault = KMSFault;
|
|
1439
|
+
class S3ResourceNotFoundFault extends DatabaseMigrationServiceServiceException_1.DatabaseMigrationServiceServiceException {
|
|
1440
|
+
constructor(opts) {
|
|
1441
|
+
super({
|
|
1442
|
+
name: "S3ResourceNotFoundFault",
|
|
1443
|
+
$fault: "client",
|
|
1444
|
+
...opts,
|
|
1445
|
+
});
|
|
1446
|
+
this.name = "S3ResourceNotFoundFault";
|
|
1447
|
+
this.$fault = "client";
|
|
1448
|
+
Object.setPrototypeOf(this, S3ResourceNotFoundFault.prototype);
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
exports.S3ResourceNotFoundFault = S3ResourceNotFoundFault;
|
|
1150
1452
|
var StartReplicationTaskAssessmentRunMessage;
|
|
1151
1453
|
(function (StartReplicationTaskAssessmentRunMessage) {
|
|
1152
1454
|
StartReplicationTaskAssessmentRunMessage.filterSensitiveLog = (obj) => ({
|