@aws-sdk/client-docdb 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/DocDBServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +746 -3
- package/dist-cjs/protocols/Aws_query.js +584 -2009
- package/dist-es/index.js +1 -0
- package/dist-es/models/DocDBServiceException.js +12 -0
- package/dist-es/models/models_0.js +686 -1
- package/dist-es/protocols/Aws_query.js +1188 -2073
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DocDBServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +401 -229
- package/dist-types/ts3.4/DocDB.d.ts +270 -0
- package/dist-types/ts3.4/DocDBClient.d.ts +126 -0
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +17 -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/CopyDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.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/DescribeGlobalClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +53 -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/DocDBServiceException.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 +2302 -0
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.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/DescribeGlobalClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +161 -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 +1 -0
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +7 -0
- package/package.json +35 -35
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.CreateDBClusterParameterGroupMessage = exports.StorageQuotaExceededFault = exports.InvalidVPCNetworkStateFault = exports.InvalidSubnet = exports.InvalidGlobalClusterStateFault = exports.InvalidDBSubnetGroupStateFault = exports.InsufficientStorageClusterCapacityFault = exports.GlobalClusterNotFoundFault = exports.DBSubnetGroupNotFoundFault = exports.DBSubnetGroupDoesNotCoverEnoughAZs = exports.DBClusterQuotaExceededFault = exports.DBClusterParameterGroupNotFoundFault = exports.DBClusterAlreadyExistsFault = exports.CreateDBClusterResult = exports.DBCluster = exports.VpcSecurityGroupMembership = exports.DBClusterMember = exports.DBClusterRole = exports.CreateDBClusterMessage = exports.SnapshotQuotaExceededFault = exports.KMSKeyNotAccessibleFault = exports.InvalidDBClusterSnapshotStateFault = exports.DBClusterSnapshotNotFoundFault = exports.DBClusterSnapshotAlreadyExistsFault = exports.CopyDBClusterSnapshotResult = exports.DBClusterSnapshot = exports.CopyDBClusterSnapshotMessage = exports.DBParameterGroupQuotaExceededFault = exports.DBParameterGroupNotFoundFault = exports.DBParameterGroupAlreadyExistsFault = exports.CopyDBClusterParameterGroupResult = exports.DBClusterParameterGroup = exports.CopyDBClusterParameterGroupMessage = exports.ResourceNotFoundFault = exports.InvalidDBInstanceStateFault = exports.InvalidDBClusterStateFault = exports.ApplyPendingMaintenanceActionResult = exports.ResourcePendingMaintenanceActions = exports.PendingMaintenanceAction = exports.ApplyPendingMaintenanceActionMessage = exports.DBSnapshotNotFoundFault = exports.DBInstanceNotFoundFault = exports.DBClusterNotFoundFault = exports.AddTagsToResourceMessage = exports.Tag = exports.SubscriptionNotFoundFault = exports.SourceNotFoundFault = exports.AddSourceIdentifierToSubscriptionResult = exports.EventSubscription = exports.AddSourceIdentifierToSubscriptionMessage = void 0;
|
|
4
|
+
exports.DeleteEventSubscriptionMessage = exports.InvalidDBSubnetStateFault = exports.DeleteDBSubnetGroupMessage = exports.DeleteDBInstanceResult = exports.DeleteDBInstanceMessage = exports.DBSnapshotAlreadyExistsFault = exports.DeleteDBClusterSnapshotResult = exports.DeleteDBClusterSnapshotMessage = exports.InvalidDBParameterGroupStateFault = exports.DeleteDBClusterParameterGroupMessage = exports.DeleteDBClusterResult = exports.DeleteDBClusterMessage = exports.GlobalClusterQuotaExceededFault = exports.GlobalClusterAlreadyExistsFault = exports.CreateGlobalClusterResult = exports.GlobalCluster = exports.GlobalClusterMember = exports.CreateGlobalClusterMessage = exports.SubscriptionCategoryNotFoundFault = exports.SubscriptionAlreadyExistFault = exports.SNSTopicArnNotFoundFault = exports.SNSNoAuthorizationFault = exports.SNSInvalidTopicFault = exports.EventSubscriptionQuotaExceededFault = exports.CreateEventSubscriptionResult = exports.CreateEventSubscriptionMessage = exports.DBSubnetQuotaExceededFault = exports.DBSubnetGroupQuotaExceededFault = exports.DBSubnetGroupAlreadyExistsFault = exports.CreateDBSubnetGroupResult = exports.CreateDBSubnetGroupMessage = exports.StorageTypeNotSupportedFault = exports.InsufficientDBInstanceCapacityFault = exports.InstanceQuotaExceededFault = exports.DBSecurityGroupNotFoundFault = exports.DBInstanceAlreadyExistsFault = exports.CreateDBInstanceResult = exports.DBInstance = exports.DBInstanceStatusInfo = exports.PendingModifiedValues = exports.PendingCloudwatchLogsExports = exports.Endpoint = exports.DBSubnetGroup = exports.Subnet = exports.AvailabilityZone = exports.CreateDBInstanceMessage = exports.AuthorizationNotFoundFault = exports.CreateDBClusterSnapshotResult = exports.CreateDBClusterSnapshotMessage = exports.CreateDBClusterParameterGroupResult = void 0;
|
|
5
|
+
exports.FailoverDBClusterResult = exports.FailoverDBClusterMessage = exports.PendingMaintenanceActionsMessage = exports.DescribePendingMaintenanceActionsMessage = exports.OrderableDBInstanceOptionsMessage = exports.OrderableDBInstanceOption = exports.DescribeOrderableDBInstanceOptionsMessage = exports.GlobalClustersMessage = exports.DescribeGlobalClustersMessage = exports.EventSubscriptionsMessage = exports.DescribeEventSubscriptionsMessage = exports.EventsMessage = exports.Event = exports.DescribeEventsMessage = exports.EventCategoriesMessage = exports.EventCategoriesMap = exports.DescribeEventCategoriesMessage = exports.DescribeEngineDefaultClusterParametersResult = exports.EngineDefaults = exports.DescribeEngineDefaultClusterParametersMessage = exports.DescribeDBSubnetGroupsMessage = exports.DBSubnetGroupMessage = exports.DescribeDBInstancesMessage = exports.DBInstanceMessage = exports.DescribeDBEngineVersionsMessage = exports.DBEngineVersionMessage = exports.DBEngineVersion = exports.UpgradeTarget = exports.DescribeDBClusterSnapshotsMessage = exports.DBClusterSnapshotMessage = exports.DescribeDBClusterSnapshotAttributesResult = exports.DBClusterSnapshotAttributesResult = exports.DBClusterSnapshotAttribute = exports.DescribeDBClusterSnapshotAttributesMessage = exports.DescribeDBClustersMessage = exports.DBClusterMessage = exports.DescribeDBClusterParametersMessage = exports.DBClusterParameterGroupDetails = exports.Parameter = exports.DescribeDBClusterParameterGroupsMessage = exports.DBClusterParameterGroupsMessage = exports.DescribeCertificatesMessage = exports.Filter = exports.CertificateNotFoundFault = exports.CertificateMessage = exports.Certificate = exports.DeleteGlobalClusterResult = exports.DeleteGlobalClusterMessage = exports.InvalidEventSubscriptionStateFault = exports.DeleteEventSubscriptionResult = void 0;
|
|
6
|
+
exports.StopDBClusterResult = exports.StopDBClusterMessage = exports.StartDBClusterResult = exports.StartDBClusterMessage = exports.RestoreDBClusterToPointInTimeResult = exports.RestoreDBClusterToPointInTimeMessage = exports.RestoreDBClusterFromSnapshotResult = exports.RestoreDBClusterFromSnapshotMessage = exports.InvalidRestoreFault = exports.InvalidDBSnapshotStateFault = exports.InsufficientDBClusterCapacityFault = exports.ResetDBClusterParameterGroupMessage = exports.RemoveTagsFromResourceMessage = exports.RemoveSourceIdentifierFromSubscriptionResult = exports.RemoveSourceIdentifierFromSubscriptionMessage = exports.RemoveFromGlobalClusterResult = exports.RemoveFromGlobalClusterMessage = exports.RebootDBInstanceResult = exports.RebootDBInstanceMessage = exports.ModifyGlobalClusterResult = exports.ModifyGlobalClusterMessage = exports.ModifyEventSubscriptionResult = exports.ModifyEventSubscriptionMessage = exports.SubnetAlreadyInUse = exports.ModifyDBSubnetGroupResult = exports.ModifyDBSubnetGroupMessage = exports.ModifyDBInstanceResult = exports.ModifyDBInstanceMessage = exports.DBUpgradeDependencyFailureFault = exports.SharedSnapshotQuotaExceededFault = exports.ModifyDBClusterSnapshotAttributeResult = exports.ModifyDBClusterSnapshotAttributeMessage = exports.ModifyDBClusterParameterGroupMessage = exports.DBClusterParameterGroupNameMessage = exports.ModifyDBClusterResult = exports.ModifyDBClusterMessage = exports.CloudwatchLogsExportConfiguration = exports.InvalidDBSecurityGroupStateFault = exports.TagListMessage = exports.ListTagsForResourceMessage = void 0;
|
|
7
|
+
const DocDBServiceException_1 = require("./DocDBServiceException");
|
|
6
8
|
var AddSourceIdentifierToSubscriptionMessage;
|
|
7
9
|
(function (AddSourceIdentifierToSubscriptionMessage) {
|
|
8
10
|
AddSourceIdentifierToSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -21,6 +23,32 @@ var AddSourceIdentifierToSubscriptionResult;
|
|
|
21
23
|
...obj,
|
|
22
24
|
});
|
|
23
25
|
})(AddSourceIdentifierToSubscriptionResult = exports.AddSourceIdentifierToSubscriptionResult || (exports.AddSourceIdentifierToSubscriptionResult = {}));
|
|
26
|
+
class SourceNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
27
|
+
constructor(opts) {
|
|
28
|
+
super({
|
|
29
|
+
name: "SourceNotFoundFault",
|
|
30
|
+
$fault: "client",
|
|
31
|
+
...opts,
|
|
32
|
+
});
|
|
33
|
+
this.name = "SourceNotFoundFault";
|
|
34
|
+
this.$fault = "client";
|
|
35
|
+
Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.SourceNotFoundFault = SourceNotFoundFault;
|
|
39
|
+
class SubscriptionNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
40
|
+
constructor(opts) {
|
|
41
|
+
super({
|
|
42
|
+
name: "SubscriptionNotFoundFault",
|
|
43
|
+
$fault: "client",
|
|
44
|
+
...opts,
|
|
45
|
+
});
|
|
46
|
+
this.name = "SubscriptionNotFoundFault";
|
|
47
|
+
this.$fault = "client";
|
|
48
|
+
Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.SubscriptionNotFoundFault = SubscriptionNotFoundFault;
|
|
24
52
|
var Tag;
|
|
25
53
|
(function (Tag) {
|
|
26
54
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -33,6 +61,45 @@ var AddTagsToResourceMessage;
|
|
|
33
61
|
...obj,
|
|
34
62
|
});
|
|
35
63
|
})(AddTagsToResourceMessage = exports.AddTagsToResourceMessage || (exports.AddTagsToResourceMessage = {}));
|
|
64
|
+
class DBClusterNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
65
|
+
constructor(opts) {
|
|
66
|
+
super({
|
|
67
|
+
name: "DBClusterNotFoundFault",
|
|
68
|
+
$fault: "client",
|
|
69
|
+
...opts,
|
|
70
|
+
});
|
|
71
|
+
this.name = "DBClusterNotFoundFault";
|
|
72
|
+
this.$fault = "client";
|
|
73
|
+
Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.DBClusterNotFoundFault = DBClusterNotFoundFault;
|
|
77
|
+
class DBInstanceNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
78
|
+
constructor(opts) {
|
|
79
|
+
super({
|
|
80
|
+
name: "DBInstanceNotFoundFault",
|
|
81
|
+
$fault: "client",
|
|
82
|
+
...opts,
|
|
83
|
+
});
|
|
84
|
+
this.name = "DBInstanceNotFoundFault";
|
|
85
|
+
this.$fault = "client";
|
|
86
|
+
Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.DBInstanceNotFoundFault = DBInstanceNotFoundFault;
|
|
90
|
+
class DBSnapshotNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
91
|
+
constructor(opts) {
|
|
92
|
+
super({
|
|
93
|
+
name: "DBSnapshotNotFoundFault",
|
|
94
|
+
$fault: "client",
|
|
95
|
+
...opts,
|
|
96
|
+
});
|
|
97
|
+
this.name = "DBSnapshotNotFoundFault";
|
|
98
|
+
this.$fault = "client";
|
|
99
|
+
Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
exports.DBSnapshotNotFoundFault = DBSnapshotNotFoundFault;
|
|
36
103
|
var ApplyPendingMaintenanceActionMessage;
|
|
37
104
|
(function (ApplyPendingMaintenanceActionMessage) {
|
|
38
105
|
ApplyPendingMaintenanceActionMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -57,6 +124,45 @@ var ApplyPendingMaintenanceActionResult;
|
|
|
57
124
|
...obj,
|
|
58
125
|
});
|
|
59
126
|
})(ApplyPendingMaintenanceActionResult = exports.ApplyPendingMaintenanceActionResult || (exports.ApplyPendingMaintenanceActionResult = {}));
|
|
127
|
+
class InvalidDBClusterStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
128
|
+
constructor(opts) {
|
|
129
|
+
super({
|
|
130
|
+
name: "InvalidDBClusterStateFault",
|
|
131
|
+
$fault: "client",
|
|
132
|
+
...opts,
|
|
133
|
+
});
|
|
134
|
+
this.name = "InvalidDBClusterStateFault";
|
|
135
|
+
this.$fault = "client";
|
|
136
|
+
Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
exports.InvalidDBClusterStateFault = InvalidDBClusterStateFault;
|
|
140
|
+
class InvalidDBInstanceStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
141
|
+
constructor(opts) {
|
|
142
|
+
super({
|
|
143
|
+
name: "InvalidDBInstanceStateFault",
|
|
144
|
+
$fault: "client",
|
|
145
|
+
...opts,
|
|
146
|
+
});
|
|
147
|
+
this.name = "InvalidDBInstanceStateFault";
|
|
148
|
+
this.$fault = "client";
|
|
149
|
+
Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
exports.InvalidDBInstanceStateFault = InvalidDBInstanceStateFault;
|
|
153
|
+
class ResourceNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
154
|
+
constructor(opts) {
|
|
155
|
+
super({
|
|
156
|
+
name: "ResourceNotFoundFault",
|
|
157
|
+
$fault: "client",
|
|
158
|
+
...opts,
|
|
159
|
+
});
|
|
160
|
+
this.name = "ResourceNotFoundFault";
|
|
161
|
+
this.$fault = "client";
|
|
162
|
+
Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
exports.ResourceNotFoundFault = ResourceNotFoundFault;
|
|
60
166
|
var CopyDBClusterParameterGroupMessage;
|
|
61
167
|
(function (CopyDBClusterParameterGroupMessage) {
|
|
62
168
|
CopyDBClusterParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -75,6 +181,45 @@ var CopyDBClusterParameterGroupResult;
|
|
|
75
181
|
...obj,
|
|
76
182
|
});
|
|
77
183
|
})(CopyDBClusterParameterGroupResult = exports.CopyDBClusterParameterGroupResult || (exports.CopyDBClusterParameterGroupResult = {}));
|
|
184
|
+
class DBParameterGroupAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {
|
|
185
|
+
constructor(opts) {
|
|
186
|
+
super({
|
|
187
|
+
name: "DBParameterGroupAlreadyExistsFault",
|
|
188
|
+
$fault: "client",
|
|
189
|
+
...opts,
|
|
190
|
+
});
|
|
191
|
+
this.name = "DBParameterGroupAlreadyExistsFault";
|
|
192
|
+
this.$fault = "client";
|
|
193
|
+
Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
exports.DBParameterGroupAlreadyExistsFault = DBParameterGroupAlreadyExistsFault;
|
|
197
|
+
class DBParameterGroupNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
198
|
+
constructor(opts) {
|
|
199
|
+
super({
|
|
200
|
+
name: "DBParameterGroupNotFoundFault",
|
|
201
|
+
$fault: "client",
|
|
202
|
+
...opts,
|
|
203
|
+
});
|
|
204
|
+
this.name = "DBParameterGroupNotFoundFault";
|
|
205
|
+
this.$fault = "client";
|
|
206
|
+
Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
exports.DBParameterGroupNotFoundFault = DBParameterGroupNotFoundFault;
|
|
210
|
+
class DBParameterGroupQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
211
|
+
constructor(opts) {
|
|
212
|
+
super({
|
|
213
|
+
name: "DBParameterGroupQuotaExceededFault",
|
|
214
|
+
$fault: "client",
|
|
215
|
+
...opts,
|
|
216
|
+
});
|
|
217
|
+
this.name = "DBParameterGroupQuotaExceededFault";
|
|
218
|
+
this.$fault = "client";
|
|
219
|
+
Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
exports.DBParameterGroupQuotaExceededFault = DBParameterGroupQuotaExceededFault;
|
|
78
223
|
var CopyDBClusterSnapshotMessage;
|
|
79
224
|
(function (CopyDBClusterSnapshotMessage) {
|
|
80
225
|
CopyDBClusterSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -93,6 +238,71 @@ var CopyDBClusterSnapshotResult;
|
|
|
93
238
|
...obj,
|
|
94
239
|
});
|
|
95
240
|
})(CopyDBClusterSnapshotResult = exports.CopyDBClusterSnapshotResult || (exports.CopyDBClusterSnapshotResult = {}));
|
|
241
|
+
class DBClusterSnapshotAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {
|
|
242
|
+
constructor(opts) {
|
|
243
|
+
super({
|
|
244
|
+
name: "DBClusterSnapshotAlreadyExistsFault",
|
|
245
|
+
$fault: "client",
|
|
246
|
+
...opts,
|
|
247
|
+
});
|
|
248
|
+
this.name = "DBClusterSnapshotAlreadyExistsFault";
|
|
249
|
+
this.$fault = "client";
|
|
250
|
+
Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
exports.DBClusterSnapshotAlreadyExistsFault = DBClusterSnapshotAlreadyExistsFault;
|
|
254
|
+
class DBClusterSnapshotNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
255
|
+
constructor(opts) {
|
|
256
|
+
super({
|
|
257
|
+
name: "DBClusterSnapshotNotFoundFault",
|
|
258
|
+
$fault: "client",
|
|
259
|
+
...opts,
|
|
260
|
+
});
|
|
261
|
+
this.name = "DBClusterSnapshotNotFoundFault";
|
|
262
|
+
this.$fault = "client";
|
|
263
|
+
Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
exports.DBClusterSnapshotNotFoundFault = DBClusterSnapshotNotFoundFault;
|
|
267
|
+
class InvalidDBClusterSnapshotStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
268
|
+
constructor(opts) {
|
|
269
|
+
super({
|
|
270
|
+
name: "InvalidDBClusterSnapshotStateFault",
|
|
271
|
+
$fault: "client",
|
|
272
|
+
...opts,
|
|
273
|
+
});
|
|
274
|
+
this.name = "InvalidDBClusterSnapshotStateFault";
|
|
275
|
+
this.$fault = "client";
|
|
276
|
+
Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
exports.InvalidDBClusterSnapshotStateFault = InvalidDBClusterSnapshotStateFault;
|
|
280
|
+
class KMSKeyNotAccessibleFault extends DocDBServiceException_1.DocDBServiceException {
|
|
281
|
+
constructor(opts) {
|
|
282
|
+
super({
|
|
283
|
+
name: "KMSKeyNotAccessibleFault",
|
|
284
|
+
$fault: "client",
|
|
285
|
+
...opts,
|
|
286
|
+
});
|
|
287
|
+
this.name = "KMSKeyNotAccessibleFault";
|
|
288
|
+
this.$fault = "client";
|
|
289
|
+
Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
exports.KMSKeyNotAccessibleFault = KMSKeyNotAccessibleFault;
|
|
293
|
+
class SnapshotQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
294
|
+
constructor(opts) {
|
|
295
|
+
super({
|
|
296
|
+
name: "SnapshotQuotaExceededFault",
|
|
297
|
+
$fault: "client",
|
|
298
|
+
...opts,
|
|
299
|
+
});
|
|
300
|
+
this.name = "SnapshotQuotaExceededFault";
|
|
301
|
+
this.$fault = "client";
|
|
302
|
+
Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
exports.SnapshotQuotaExceededFault = SnapshotQuotaExceededFault;
|
|
96
306
|
var CreateDBClusterMessage;
|
|
97
307
|
(function (CreateDBClusterMessage) {
|
|
98
308
|
CreateDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -129,6 +339,162 @@ var CreateDBClusterResult;
|
|
|
129
339
|
...obj,
|
|
130
340
|
});
|
|
131
341
|
})(CreateDBClusterResult = exports.CreateDBClusterResult || (exports.CreateDBClusterResult = {}));
|
|
342
|
+
class DBClusterAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {
|
|
343
|
+
constructor(opts) {
|
|
344
|
+
super({
|
|
345
|
+
name: "DBClusterAlreadyExistsFault",
|
|
346
|
+
$fault: "client",
|
|
347
|
+
...opts,
|
|
348
|
+
});
|
|
349
|
+
this.name = "DBClusterAlreadyExistsFault";
|
|
350
|
+
this.$fault = "client";
|
|
351
|
+
Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
exports.DBClusterAlreadyExistsFault = DBClusterAlreadyExistsFault;
|
|
355
|
+
class DBClusterParameterGroupNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
356
|
+
constructor(opts) {
|
|
357
|
+
super({
|
|
358
|
+
name: "DBClusterParameterGroupNotFoundFault",
|
|
359
|
+
$fault: "client",
|
|
360
|
+
...opts,
|
|
361
|
+
});
|
|
362
|
+
this.name = "DBClusterParameterGroupNotFoundFault";
|
|
363
|
+
this.$fault = "client";
|
|
364
|
+
Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
exports.DBClusterParameterGroupNotFoundFault = DBClusterParameterGroupNotFoundFault;
|
|
368
|
+
class DBClusterQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
369
|
+
constructor(opts) {
|
|
370
|
+
super({
|
|
371
|
+
name: "DBClusterQuotaExceededFault",
|
|
372
|
+
$fault: "client",
|
|
373
|
+
...opts,
|
|
374
|
+
});
|
|
375
|
+
this.name = "DBClusterQuotaExceededFault";
|
|
376
|
+
this.$fault = "client";
|
|
377
|
+
Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
exports.DBClusterQuotaExceededFault = DBClusterQuotaExceededFault;
|
|
381
|
+
class DBSubnetGroupDoesNotCoverEnoughAZs extends DocDBServiceException_1.DocDBServiceException {
|
|
382
|
+
constructor(opts) {
|
|
383
|
+
super({
|
|
384
|
+
name: "DBSubnetGroupDoesNotCoverEnoughAZs",
|
|
385
|
+
$fault: "client",
|
|
386
|
+
...opts,
|
|
387
|
+
});
|
|
388
|
+
this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
389
|
+
this.$fault = "client";
|
|
390
|
+
Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
exports.DBSubnetGroupDoesNotCoverEnoughAZs = DBSubnetGroupDoesNotCoverEnoughAZs;
|
|
394
|
+
class DBSubnetGroupNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
395
|
+
constructor(opts) {
|
|
396
|
+
super({
|
|
397
|
+
name: "DBSubnetGroupNotFoundFault",
|
|
398
|
+
$fault: "client",
|
|
399
|
+
...opts,
|
|
400
|
+
});
|
|
401
|
+
this.name = "DBSubnetGroupNotFoundFault";
|
|
402
|
+
this.$fault = "client";
|
|
403
|
+
Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
exports.DBSubnetGroupNotFoundFault = DBSubnetGroupNotFoundFault;
|
|
407
|
+
class GlobalClusterNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
408
|
+
constructor(opts) {
|
|
409
|
+
super({
|
|
410
|
+
name: "GlobalClusterNotFoundFault",
|
|
411
|
+
$fault: "client",
|
|
412
|
+
...opts,
|
|
413
|
+
});
|
|
414
|
+
this.name = "GlobalClusterNotFoundFault";
|
|
415
|
+
this.$fault = "client";
|
|
416
|
+
Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
exports.GlobalClusterNotFoundFault = GlobalClusterNotFoundFault;
|
|
420
|
+
class InsufficientStorageClusterCapacityFault extends DocDBServiceException_1.DocDBServiceException {
|
|
421
|
+
constructor(opts) {
|
|
422
|
+
super({
|
|
423
|
+
name: "InsufficientStorageClusterCapacityFault",
|
|
424
|
+
$fault: "client",
|
|
425
|
+
...opts,
|
|
426
|
+
});
|
|
427
|
+
this.name = "InsufficientStorageClusterCapacityFault";
|
|
428
|
+
this.$fault = "client";
|
|
429
|
+
Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
exports.InsufficientStorageClusterCapacityFault = InsufficientStorageClusterCapacityFault;
|
|
433
|
+
class InvalidDBSubnetGroupStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
434
|
+
constructor(opts) {
|
|
435
|
+
super({
|
|
436
|
+
name: "InvalidDBSubnetGroupStateFault",
|
|
437
|
+
$fault: "client",
|
|
438
|
+
...opts,
|
|
439
|
+
});
|
|
440
|
+
this.name = "InvalidDBSubnetGroupStateFault";
|
|
441
|
+
this.$fault = "client";
|
|
442
|
+
Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
exports.InvalidDBSubnetGroupStateFault = InvalidDBSubnetGroupStateFault;
|
|
446
|
+
class InvalidGlobalClusterStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
447
|
+
constructor(opts) {
|
|
448
|
+
super({
|
|
449
|
+
name: "InvalidGlobalClusterStateFault",
|
|
450
|
+
$fault: "client",
|
|
451
|
+
...opts,
|
|
452
|
+
});
|
|
453
|
+
this.name = "InvalidGlobalClusterStateFault";
|
|
454
|
+
this.$fault = "client";
|
|
455
|
+
Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
exports.InvalidGlobalClusterStateFault = InvalidGlobalClusterStateFault;
|
|
459
|
+
class InvalidSubnet extends DocDBServiceException_1.DocDBServiceException {
|
|
460
|
+
constructor(opts) {
|
|
461
|
+
super({
|
|
462
|
+
name: "InvalidSubnet",
|
|
463
|
+
$fault: "client",
|
|
464
|
+
...opts,
|
|
465
|
+
});
|
|
466
|
+
this.name = "InvalidSubnet";
|
|
467
|
+
this.$fault = "client";
|
|
468
|
+
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
exports.InvalidSubnet = InvalidSubnet;
|
|
472
|
+
class InvalidVPCNetworkStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
473
|
+
constructor(opts) {
|
|
474
|
+
super({
|
|
475
|
+
name: "InvalidVPCNetworkStateFault",
|
|
476
|
+
$fault: "client",
|
|
477
|
+
...opts,
|
|
478
|
+
});
|
|
479
|
+
this.name = "InvalidVPCNetworkStateFault";
|
|
480
|
+
this.$fault = "client";
|
|
481
|
+
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;
|
|
485
|
+
class StorageQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
486
|
+
constructor(opts) {
|
|
487
|
+
super({
|
|
488
|
+
name: "StorageQuotaExceededFault",
|
|
489
|
+
$fault: "client",
|
|
490
|
+
...opts,
|
|
491
|
+
});
|
|
492
|
+
this.name = "StorageQuotaExceededFault";
|
|
493
|
+
this.$fault = "client";
|
|
494
|
+
Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
exports.StorageQuotaExceededFault = StorageQuotaExceededFault;
|
|
132
498
|
var CreateDBClusterParameterGroupMessage;
|
|
133
499
|
(function (CreateDBClusterParameterGroupMessage) {
|
|
134
500
|
CreateDBClusterParameterGroupMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -153,6 +519,19 @@ var CreateDBClusterSnapshotResult;
|
|
|
153
519
|
...obj,
|
|
154
520
|
});
|
|
155
521
|
})(CreateDBClusterSnapshotResult = exports.CreateDBClusterSnapshotResult || (exports.CreateDBClusterSnapshotResult = {}));
|
|
522
|
+
class AuthorizationNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
523
|
+
constructor(opts) {
|
|
524
|
+
super({
|
|
525
|
+
name: "AuthorizationNotFoundFault",
|
|
526
|
+
$fault: "client",
|
|
527
|
+
...opts,
|
|
528
|
+
});
|
|
529
|
+
this.name = "AuthorizationNotFoundFault";
|
|
530
|
+
this.$fault = "client";
|
|
531
|
+
Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
exports.AuthorizationNotFoundFault = AuthorizationNotFoundFault;
|
|
156
535
|
var CreateDBInstanceMessage;
|
|
157
536
|
(function (CreateDBInstanceMessage) {
|
|
158
537
|
CreateDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -213,6 +592,71 @@ var CreateDBInstanceResult;
|
|
|
213
592
|
...obj,
|
|
214
593
|
});
|
|
215
594
|
})(CreateDBInstanceResult = exports.CreateDBInstanceResult || (exports.CreateDBInstanceResult = {}));
|
|
595
|
+
class DBInstanceAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {
|
|
596
|
+
constructor(opts) {
|
|
597
|
+
super({
|
|
598
|
+
name: "DBInstanceAlreadyExistsFault",
|
|
599
|
+
$fault: "client",
|
|
600
|
+
...opts,
|
|
601
|
+
});
|
|
602
|
+
this.name = "DBInstanceAlreadyExistsFault";
|
|
603
|
+
this.$fault = "client";
|
|
604
|
+
Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
exports.DBInstanceAlreadyExistsFault = DBInstanceAlreadyExistsFault;
|
|
608
|
+
class DBSecurityGroupNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
609
|
+
constructor(opts) {
|
|
610
|
+
super({
|
|
611
|
+
name: "DBSecurityGroupNotFoundFault",
|
|
612
|
+
$fault: "client",
|
|
613
|
+
...opts,
|
|
614
|
+
});
|
|
615
|
+
this.name = "DBSecurityGroupNotFoundFault";
|
|
616
|
+
this.$fault = "client";
|
|
617
|
+
Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
exports.DBSecurityGroupNotFoundFault = DBSecurityGroupNotFoundFault;
|
|
621
|
+
class InstanceQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
622
|
+
constructor(opts) {
|
|
623
|
+
super({
|
|
624
|
+
name: "InstanceQuotaExceededFault",
|
|
625
|
+
$fault: "client",
|
|
626
|
+
...opts,
|
|
627
|
+
});
|
|
628
|
+
this.name = "InstanceQuotaExceededFault";
|
|
629
|
+
this.$fault = "client";
|
|
630
|
+
Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
exports.InstanceQuotaExceededFault = InstanceQuotaExceededFault;
|
|
634
|
+
class InsufficientDBInstanceCapacityFault extends DocDBServiceException_1.DocDBServiceException {
|
|
635
|
+
constructor(opts) {
|
|
636
|
+
super({
|
|
637
|
+
name: "InsufficientDBInstanceCapacityFault",
|
|
638
|
+
$fault: "client",
|
|
639
|
+
...opts,
|
|
640
|
+
});
|
|
641
|
+
this.name = "InsufficientDBInstanceCapacityFault";
|
|
642
|
+
this.$fault = "client";
|
|
643
|
+
Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
exports.InsufficientDBInstanceCapacityFault = InsufficientDBInstanceCapacityFault;
|
|
647
|
+
class StorageTypeNotSupportedFault extends DocDBServiceException_1.DocDBServiceException {
|
|
648
|
+
constructor(opts) {
|
|
649
|
+
super({
|
|
650
|
+
name: "StorageTypeNotSupportedFault",
|
|
651
|
+
$fault: "client",
|
|
652
|
+
...opts,
|
|
653
|
+
});
|
|
654
|
+
this.name = "StorageTypeNotSupportedFault";
|
|
655
|
+
this.$fault = "client";
|
|
656
|
+
Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
exports.StorageTypeNotSupportedFault = StorageTypeNotSupportedFault;
|
|
216
660
|
var CreateDBSubnetGroupMessage;
|
|
217
661
|
(function (CreateDBSubnetGroupMessage) {
|
|
218
662
|
CreateDBSubnetGroupMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -225,6 +669,45 @@ var CreateDBSubnetGroupResult;
|
|
|
225
669
|
...obj,
|
|
226
670
|
});
|
|
227
671
|
})(CreateDBSubnetGroupResult = exports.CreateDBSubnetGroupResult || (exports.CreateDBSubnetGroupResult = {}));
|
|
672
|
+
class DBSubnetGroupAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {
|
|
673
|
+
constructor(opts) {
|
|
674
|
+
super({
|
|
675
|
+
name: "DBSubnetGroupAlreadyExistsFault",
|
|
676
|
+
$fault: "client",
|
|
677
|
+
...opts,
|
|
678
|
+
});
|
|
679
|
+
this.name = "DBSubnetGroupAlreadyExistsFault";
|
|
680
|
+
this.$fault = "client";
|
|
681
|
+
Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
exports.DBSubnetGroupAlreadyExistsFault = DBSubnetGroupAlreadyExistsFault;
|
|
685
|
+
class DBSubnetGroupQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
686
|
+
constructor(opts) {
|
|
687
|
+
super({
|
|
688
|
+
name: "DBSubnetGroupQuotaExceededFault",
|
|
689
|
+
$fault: "client",
|
|
690
|
+
...opts,
|
|
691
|
+
});
|
|
692
|
+
this.name = "DBSubnetGroupQuotaExceededFault";
|
|
693
|
+
this.$fault = "client";
|
|
694
|
+
Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
exports.DBSubnetGroupQuotaExceededFault = DBSubnetGroupQuotaExceededFault;
|
|
698
|
+
class DBSubnetQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
699
|
+
constructor(opts) {
|
|
700
|
+
super({
|
|
701
|
+
name: "DBSubnetQuotaExceededFault",
|
|
702
|
+
$fault: "client",
|
|
703
|
+
...opts,
|
|
704
|
+
});
|
|
705
|
+
this.name = "DBSubnetQuotaExceededFault";
|
|
706
|
+
this.$fault = "client";
|
|
707
|
+
Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
exports.DBSubnetQuotaExceededFault = DBSubnetQuotaExceededFault;
|
|
228
711
|
var CreateEventSubscriptionMessage;
|
|
229
712
|
(function (CreateEventSubscriptionMessage) {
|
|
230
713
|
CreateEventSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -237,6 +720,84 @@ var CreateEventSubscriptionResult;
|
|
|
237
720
|
...obj,
|
|
238
721
|
});
|
|
239
722
|
})(CreateEventSubscriptionResult = exports.CreateEventSubscriptionResult || (exports.CreateEventSubscriptionResult = {}));
|
|
723
|
+
class EventSubscriptionQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
724
|
+
constructor(opts) {
|
|
725
|
+
super({
|
|
726
|
+
name: "EventSubscriptionQuotaExceededFault",
|
|
727
|
+
$fault: "client",
|
|
728
|
+
...opts,
|
|
729
|
+
});
|
|
730
|
+
this.name = "EventSubscriptionQuotaExceededFault";
|
|
731
|
+
this.$fault = "client";
|
|
732
|
+
Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
exports.EventSubscriptionQuotaExceededFault = EventSubscriptionQuotaExceededFault;
|
|
736
|
+
class SNSInvalidTopicFault extends DocDBServiceException_1.DocDBServiceException {
|
|
737
|
+
constructor(opts) {
|
|
738
|
+
super({
|
|
739
|
+
name: "SNSInvalidTopicFault",
|
|
740
|
+
$fault: "client",
|
|
741
|
+
...opts,
|
|
742
|
+
});
|
|
743
|
+
this.name = "SNSInvalidTopicFault";
|
|
744
|
+
this.$fault = "client";
|
|
745
|
+
Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
exports.SNSInvalidTopicFault = SNSInvalidTopicFault;
|
|
749
|
+
class SNSNoAuthorizationFault extends DocDBServiceException_1.DocDBServiceException {
|
|
750
|
+
constructor(opts) {
|
|
751
|
+
super({
|
|
752
|
+
name: "SNSNoAuthorizationFault",
|
|
753
|
+
$fault: "client",
|
|
754
|
+
...opts,
|
|
755
|
+
});
|
|
756
|
+
this.name = "SNSNoAuthorizationFault";
|
|
757
|
+
this.$fault = "client";
|
|
758
|
+
Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
exports.SNSNoAuthorizationFault = SNSNoAuthorizationFault;
|
|
762
|
+
class SNSTopicArnNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
763
|
+
constructor(opts) {
|
|
764
|
+
super({
|
|
765
|
+
name: "SNSTopicArnNotFoundFault",
|
|
766
|
+
$fault: "client",
|
|
767
|
+
...opts,
|
|
768
|
+
});
|
|
769
|
+
this.name = "SNSTopicArnNotFoundFault";
|
|
770
|
+
this.$fault = "client";
|
|
771
|
+
Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
exports.SNSTopicArnNotFoundFault = SNSTopicArnNotFoundFault;
|
|
775
|
+
class SubscriptionAlreadyExistFault extends DocDBServiceException_1.DocDBServiceException {
|
|
776
|
+
constructor(opts) {
|
|
777
|
+
super({
|
|
778
|
+
name: "SubscriptionAlreadyExistFault",
|
|
779
|
+
$fault: "client",
|
|
780
|
+
...opts,
|
|
781
|
+
});
|
|
782
|
+
this.name = "SubscriptionAlreadyExistFault";
|
|
783
|
+
this.$fault = "client";
|
|
784
|
+
Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
exports.SubscriptionAlreadyExistFault = SubscriptionAlreadyExistFault;
|
|
788
|
+
class SubscriptionCategoryNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
789
|
+
constructor(opts) {
|
|
790
|
+
super({
|
|
791
|
+
name: "SubscriptionCategoryNotFoundFault",
|
|
792
|
+
$fault: "client",
|
|
793
|
+
...opts,
|
|
794
|
+
});
|
|
795
|
+
this.name = "SubscriptionCategoryNotFoundFault";
|
|
796
|
+
this.$fault = "client";
|
|
797
|
+
Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
exports.SubscriptionCategoryNotFoundFault = SubscriptionCategoryNotFoundFault;
|
|
240
801
|
var CreateGlobalClusterMessage;
|
|
241
802
|
(function (CreateGlobalClusterMessage) {
|
|
242
803
|
CreateGlobalClusterMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -261,6 +822,32 @@ var CreateGlobalClusterResult;
|
|
|
261
822
|
...obj,
|
|
262
823
|
});
|
|
263
824
|
})(CreateGlobalClusterResult = exports.CreateGlobalClusterResult || (exports.CreateGlobalClusterResult = {}));
|
|
825
|
+
class GlobalClusterAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {
|
|
826
|
+
constructor(opts) {
|
|
827
|
+
super({
|
|
828
|
+
name: "GlobalClusterAlreadyExistsFault",
|
|
829
|
+
$fault: "client",
|
|
830
|
+
...opts,
|
|
831
|
+
});
|
|
832
|
+
this.name = "GlobalClusterAlreadyExistsFault";
|
|
833
|
+
this.$fault = "client";
|
|
834
|
+
Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
exports.GlobalClusterAlreadyExistsFault = GlobalClusterAlreadyExistsFault;
|
|
838
|
+
class GlobalClusterQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
839
|
+
constructor(opts) {
|
|
840
|
+
super({
|
|
841
|
+
name: "GlobalClusterQuotaExceededFault",
|
|
842
|
+
$fault: "client",
|
|
843
|
+
...opts,
|
|
844
|
+
});
|
|
845
|
+
this.name = "GlobalClusterQuotaExceededFault";
|
|
846
|
+
this.$fault = "client";
|
|
847
|
+
Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
exports.GlobalClusterQuotaExceededFault = GlobalClusterQuotaExceededFault;
|
|
264
851
|
var DeleteDBClusterMessage;
|
|
265
852
|
(function (DeleteDBClusterMessage) {
|
|
266
853
|
DeleteDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -279,6 +866,19 @@ var DeleteDBClusterParameterGroupMessage;
|
|
|
279
866
|
...obj,
|
|
280
867
|
});
|
|
281
868
|
})(DeleteDBClusterParameterGroupMessage = exports.DeleteDBClusterParameterGroupMessage || (exports.DeleteDBClusterParameterGroupMessage = {}));
|
|
869
|
+
class InvalidDBParameterGroupStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
870
|
+
constructor(opts) {
|
|
871
|
+
super({
|
|
872
|
+
name: "InvalidDBParameterGroupStateFault",
|
|
873
|
+
$fault: "client",
|
|
874
|
+
...opts,
|
|
875
|
+
});
|
|
876
|
+
this.name = "InvalidDBParameterGroupStateFault";
|
|
877
|
+
this.$fault = "client";
|
|
878
|
+
Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
exports.InvalidDBParameterGroupStateFault = InvalidDBParameterGroupStateFault;
|
|
282
882
|
var DeleteDBClusterSnapshotMessage;
|
|
283
883
|
(function (DeleteDBClusterSnapshotMessage) {
|
|
284
884
|
DeleteDBClusterSnapshotMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -291,6 +891,19 @@ var DeleteDBClusterSnapshotResult;
|
|
|
291
891
|
...obj,
|
|
292
892
|
});
|
|
293
893
|
})(DeleteDBClusterSnapshotResult = exports.DeleteDBClusterSnapshotResult || (exports.DeleteDBClusterSnapshotResult = {}));
|
|
894
|
+
class DBSnapshotAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {
|
|
895
|
+
constructor(opts) {
|
|
896
|
+
super({
|
|
897
|
+
name: "DBSnapshotAlreadyExistsFault",
|
|
898
|
+
$fault: "client",
|
|
899
|
+
...opts,
|
|
900
|
+
});
|
|
901
|
+
this.name = "DBSnapshotAlreadyExistsFault";
|
|
902
|
+
this.$fault = "client";
|
|
903
|
+
Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
exports.DBSnapshotAlreadyExistsFault = DBSnapshotAlreadyExistsFault;
|
|
294
907
|
var DeleteDBInstanceMessage;
|
|
295
908
|
(function (DeleteDBInstanceMessage) {
|
|
296
909
|
DeleteDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -309,6 +922,19 @@ var DeleteDBSubnetGroupMessage;
|
|
|
309
922
|
...obj,
|
|
310
923
|
});
|
|
311
924
|
})(DeleteDBSubnetGroupMessage = exports.DeleteDBSubnetGroupMessage || (exports.DeleteDBSubnetGroupMessage = {}));
|
|
925
|
+
class InvalidDBSubnetStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
926
|
+
constructor(opts) {
|
|
927
|
+
super({
|
|
928
|
+
name: "InvalidDBSubnetStateFault",
|
|
929
|
+
$fault: "client",
|
|
930
|
+
...opts,
|
|
931
|
+
});
|
|
932
|
+
this.name = "InvalidDBSubnetStateFault";
|
|
933
|
+
this.$fault = "client";
|
|
934
|
+
Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
exports.InvalidDBSubnetStateFault = InvalidDBSubnetStateFault;
|
|
312
938
|
var DeleteEventSubscriptionMessage;
|
|
313
939
|
(function (DeleteEventSubscriptionMessage) {
|
|
314
940
|
DeleteEventSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -321,6 +947,19 @@ var DeleteEventSubscriptionResult;
|
|
|
321
947
|
...obj,
|
|
322
948
|
});
|
|
323
949
|
})(DeleteEventSubscriptionResult = exports.DeleteEventSubscriptionResult || (exports.DeleteEventSubscriptionResult = {}));
|
|
950
|
+
class InvalidEventSubscriptionStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
951
|
+
constructor(opts) {
|
|
952
|
+
super({
|
|
953
|
+
name: "InvalidEventSubscriptionStateFault",
|
|
954
|
+
$fault: "client",
|
|
955
|
+
...opts,
|
|
956
|
+
});
|
|
957
|
+
this.name = "InvalidEventSubscriptionStateFault";
|
|
958
|
+
this.$fault = "client";
|
|
959
|
+
Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
exports.InvalidEventSubscriptionStateFault = InvalidEventSubscriptionStateFault;
|
|
324
963
|
var DeleteGlobalClusterMessage;
|
|
325
964
|
(function (DeleteGlobalClusterMessage) {
|
|
326
965
|
DeleteGlobalClusterMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -345,6 +984,19 @@ var CertificateMessage;
|
|
|
345
984
|
...obj,
|
|
346
985
|
});
|
|
347
986
|
})(CertificateMessage = exports.CertificateMessage || (exports.CertificateMessage = {}));
|
|
987
|
+
class CertificateNotFoundFault extends DocDBServiceException_1.DocDBServiceException {
|
|
988
|
+
constructor(opts) {
|
|
989
|
+
super({
|
|
990
|
+
name: "CertificateNotFoundFault",
|
|
991
|
+
$fault: "client",
|
|
992
|
+
...opts,
|
|
993
|
+
});
|
|
994
|
+
this.name = "CertificateNotFoundFault";
|
|
995
|
+
this.$fault = "client";
|
|
996
|
+
Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
exports.CertificateNotFoundFault = CertificateNotFoundFault;
|
|
348
1000
|
var Filter;
|
|
349
1001
|
(function (Filter) {
|
|
350
1002
|
Filter.filterSensitiveLog = (obj) => ({
|
|
@@ -615,6 +1267,19 @@ var TagListMessage;
|
|
|
615
1267
|
...obj,
|
|
616
1268
|
});
|
|
617
1269
|
})(TagListMessage = exports.TagListMessage || (exports.TagListMessage = {}));
|
|
1270
|
+
class InvalidDBSecurityGroupStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
1271
|
+
constructor(opts) {
|
|
1272
|
+
super({
|
|
1273
|
+
name: "InvalidDBSecurityGroupStateFault",
|
|
1274
|
+
$fault: "client",
|
|
1275
|
+
...opts,
|
|
1276
|
+
});
|
|
1277
|
+
this.name = "InvalidDBSecurityGroupStateFault";
|
|
1278
|
+
this.$fault = "client";
|
|
1279
|
+
Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
exports.InvalidDBSecurityGroupStateFault = InvalidDBSecurityGroupStateFault;
|
|
618
1283
|
var CloudwatchLogsExportConfiguration;
|
|
619
1284
|
(function (CloudwatchLogsExportConfiguration) {
|
|
620
1285
|
CloudwatchLogsExportConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -657,6 +1322,32 @@ var ModifyDBClusterSnapshotAttributeResult;
|
|
|
657
1322
|
...obj,
|
|
658
1323
|
});
|
|
659
1324
|
})(ModifyDBClusterSnapshotAttributeResult = exports.ModifyDBClusterSnapshotAttributeResult || (exports.ModifyDBClusterSnapshotAttributeResult = {}));
|
|
1325
|
+
class SharedSnapshotQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {
|
|
1326
|
+
constructor(opts) {
|
|
1327
|
+
super({
|
|
1328
|
+
name: "SharedSnapshotQuotaExceededFault",
|
|
1329
|
+
$fault: "client",
|
|
1330
|
+
...opts,
|
|
1331
|
+
});
|
|
1332
|
+
this.name = "SharedSnapshotQuotaExceededFault";
|
|
1333
|
+
this.$fault = "client";
|
|
1334
|
+
Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
exports.SharedSnapshotQuotaExceededFault = SharedSnapshotQuotaExceededFault;
|
|
1338
|
+
class DBUpgradeDependencyFailureFault extends DocDBServiceException_1.DocDBServiceException {
|
|
1339
|
+
constructor(opts) {
|
|
1340
|
+
super({
|
|
1341
|
+
name: "DBUpgradeDependencyFailureFault",
|
|
1342
|
+
$fault: "client",
|
|
1343
|
+
...opts,
|
|
1344
|
+
});
|
|
1345
|
+
this.name = "DBUpgradeDependencyFailureFault";
|
|
1346
|
+
this.$fault = "client";
|
|
1347
|
+
Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
exports.DBUpgradeDependencyFailureFault = DBUpgradeDependencyFailureFault;
|
|
660
1351
|
var ModifyDBInstanceMessage;
|
|
661
1352
|
(function (ModifyDBInstanceMessage) {
|
|
662
1353
|
ModifyDBInstanceMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -681,6 +1372,19 @@ var ModifyDBSubnetGroupResult;
|
|
|
681
1372
|
...obj,
|
|
682
1373
|
});
|
|
683
1374
|
})(ModifyDBSubnetGroupResult = exports.ModifyDBSubnetGroupResult || (exports.ModifyDBSubnetGroupResult = {}));
|
|
1375
|
+
class SubnetAlreadyInUse extends DocDBServiceException_1.DocDBServiceException {
|
|
1376
|
+
constructor(opts) {
|
|
1377
|
+
super({
|
|
1378
|
+
name: "SubnetAlreadyInUse",
|
|
1379
|
+
$fault: "client",
|
|
1380
|
+
...opts,
|
|
1381
|
+
});
|
|
1382
|
+
this.name = "SubnetAlreadyInUse";
|
|
1383
|
+
this.$fault = "client";
|
|
1384
|
+
Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
exports.SubnetAlreadyInUse = SubnetAlreadyInUse;
|
|
684
1388
|
var ModifyEventSubscriptionMessage;
|
|
685
1389
|
(function (ModifyEventSubscriptionMessage) {
|
|
686
1390
|
ModifyEventSubscriptionMessage.filterSensitiveLog = (obj) => ({
|
|
@@ -753,6 +1457,45 @@ var ResetDBClusterParameterGroupMessage;
|
|
|
753
1457
|
...obj,
|
|
754
1458
|
});
|
|
755
1459
|
})(ResetDBClusterParameterGroupMessage = exports.ResetDBClusterParameterGroupMessage || (exports.ResetDBClusterParameterGroupMessage = {}));
|
|
1460
|
+
class InsufficientDBClusterCapacityFault extends DocDBServiceException_1.DocDBServiceException {
|
|
1461
|
+
constructor(opts) {
|
|
1462
|
+
super({
|
|
1463
|
+
name: "InsufficientDBClusterCapacityFault",
|
|
1464
|
+
$fault: "client",
|
|
1465
|
+
...opts,
|
|
1466
|
+
});
|
|
1467
|
+
this.name = "InsufficientDBClusterCapacityFault";
|
|
1468
|
+
this.$fault = "client";
|
|
1469
|
+
Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
exports.InsufficientDBClusterCapacityFault = InsufficientDBClusterCapacityFault;
|
|
1473
|
+
class InvalidDBSnapshotStateFault extends DocDBServiceException_1.DocDBServiceException {
|
|
1474
|
+
constructor(opts) {
|
|
1475
|
+
super({
|
|
1476
|
+
name: "InvalidDBSnapshotStateFault",
|
|
1477
|
+
$fault: "client",
|
|
1478
|
+
...opts,
|
|
1479
|
+
});
|
|
1480
|
+
this.name = "InvalidDBSnapshotStateFault";
|
|
1481
|
+
this.$fault = "client";
|
|
1482
|
+
Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
exports.InvalidDBSnapshotStateFault = InvalidDBSnapshotStateFault;
|
|
1486
|
+
class InvalidRestoreFault extends DocDBServiceException_1.DocDBServiceException {
|
|
1487
|
+
constructor(opts) {
|
|
1488
|
+
super({
|
|
1489
|
+
name: "InvalidRestoreFault",
|
|
1490
|
+
$fault: "client",
|
|
1491
|
+
...opts,
|
|
1492
|
+
});
|
|
1493
|
+
this.name = "InvalidRestoreFault";
|
|
1494
|
+
this.$fault = "client";
|
|
1495
|
+
Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
exports.InvalidRestoreFault = InvalidRestoreFault;
|
|
756
1499
|
var RestoreDBClusterFromSnapshotMessage;
|
|
757
1500
|
(function (RestoreDBClusterFromSnapshotMessage) {
|
|
758
1501
|
RestoreDBClusterFromSnapshotMessage.filterSensitiveLog = (obj) => ({
|