@aws-sdk/client-dax 3.490.0 → 3.496.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/dist-cjs/DAX.js +1 -53
- package/dist-cjs/DAXClient.js +1 -43
- package/dist-cjs/commands/CreateClusterCommand.js +1 -28
- package/dist-cjs/commands/CreateParameterGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateSubnetGroupCommand.js +1 -28
- package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +1 -28
- package/dist-cjs/commands/DeleteClusterCommand.js +1 -28
- package/dist-cjs/commands/DeleteParameterGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteSubnetGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeClustersCommand.js +1 -28
- package/dist-cjs/commands/DescribeDefaultParametersCommand.js +1 -28
- package/dist-cjs/commands/DescribeEventsCommand.js +1 -28
- package/dist-cjs/commands/DescribeParameterGroupsCommand.js +1 -28
- package/dist-cjs/commands/DescribeParametersCommand.js +1 -28
- package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +1 -28
- package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +1 -28
- package/dist-cjs/commands/ListTagsCommand.js +1 -28
- package/dist-cjs/commands/RebootNodeCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateClusterCommand.js +1 -28
- package/dist-cjs/commands/UpdateParameterGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateSubnetGroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -24
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2647 -10
- package/dist-cjs/models/DAXServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -383
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1567
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +39 -39
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DAXServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class DAXServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, DAXServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.DAXServiceException = DAXServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,383 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SubnetInUse = exports.TagNotFoundFault = exports.InvalidARNFault = exports.SourceType = exports.ParameterType = exports.IsModifiable = exports.ChangeType = exports.SubnetGroupInUseFault = exports.NodeNotFoundFault = exports.ClusterNotFoundFault = exports.SubnetQuotaExceededFault = exports.SubnetGroupQuotaExceededFault = exports.SubnetGroupAlreadyExistsFault = exports.InvalidSubnet = exports.ParameterGroupQuotaExceededFault = exports.ParameterGroupAlreadyExistsFault = exports.TagQuotaPerResourceExceeded = exports.SubnetGroupNotFoundFault = exports.ServiceQuotaExceededException = exports.ServiceLinkedRoleNotFoundFault = exports.ParameterGroupNotFoundFault = exports.NodeQuotaForCustomerExceededFault = exports.NodeQuotaForClusterExceededFault = exports.InvalidVPCNetworkStateFault = exports.InvalidParameterValueException = exports.InvalidParameterGroupStateFault = exports.InvalidParameterCombinationException = exports.InvalidClusterStateFault = exports.InsufficientClusterCapacityFault = exports.SSEStatus = exports.ClusterEndpointEncryptionType = exports.ClusterQuotaForCustomerExceededFault = exports.ClusterAlreadyExistsFault = void 0;
|
|
4
|
-
const DAXServiceException_1 = require("./DAXServiceException");
|
|
5
|
-
class ClusterAlreadyExistsFault extends DAXServiceException_1.DAXServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "ClusterAlreadyExistsFault",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "ClusterAlreadyExistsFault";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, ClusterAlreadyExistsFault.prototype);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.ClusterAlreadyExistsFault = ClusterAlreadyExistsFault;
|
|
18
|
-
class ClusterQuotaForCustomerExceededFault extends DAXServiceException_1.DAXServiceException {
|
|
19
|
-
constructor(opts) {
|
|
20
|
-
super({
|
|
21
|
-
name: "ClusterQuotaForCustomerExceededFault",
|
|
22
|
-
$fault: "client",
|
|
23
|
-
...opts,
|
|
24
|
-
});
|
|
25
|
-
this.name = "ClusterQuotaForCustomerExceededFault";
|
|
26
|
-
this.$fault = "client";
|
|
27
|
-
Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
exports.ClusterQuotaForCustomerExceededFault = ClusterQuotaForCustomerExceededFault;
|
|
31
|
-
exports.ClusterEndpointEncryptionType = {
|
|
32
|
-
NONE: "NONE",
|
|
33
|
-
TLS: "TLS",
|
|
34
|
-
};
|
|
35
|
-
exports.SSEStatus = {
|
|
36
|
-
DISABLED: "DISABLED",
|
|
37
|
-
DISABLING: "DISABLING",
|
|
38
|
-
ENABLED: "ENABLED",
|
|
39
|
-
ENABLING: "ENABLING",
|
|
40
|
-
};
|
|
41
|
-
class InsufficientClusterCapacityFault extends DAXServiceException_1.DAXServiceException {
|
|
42
|
-
constructor(opts) {
|
|
43
|
-
super({
|
|
44
|
-
name: "InsufficientClusterCapacityFault",
|
|
45
|
-
$fault: "client",
|
|
46
|
-
...opts,
|
|
47
|
-
});
|
|
48
|
-
this.name = "InsufficientClusterCapacityFault";
|
|
49
|
-
this.$fault = "client";
|
|
50
|
-
Object.setPrototypeOf(this, InsufficientClusterCapacityFault.prototype);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
exports.InsufficientClusterCapacityFault = InsufficientClusterCapacityFault;
|
|
54
|
-
class InvalidClusterStateFault extends DAXServiceException_1.DAXServiceException {
|
|
55
|
-
constructor(opts) {
|
|
56
|
-
super({
|
|
57
|
-
name: "InvalidClusterStateFault",
|
|
58
|
-
$fault: "client",
|
|
59
|
-
...opts,
|
|
60
|
-
});
|
|
61
|
-
this.name = "InvalidClusterStateFault";
|
|
62
|
-
this.$fault = "client";
|
|
63
|
-
Object.setPrototypeOf(this, InvalidClusterStateFault.prototype);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
exports.InvalidClusterStateFault = InvalidClusterStateFault;
|
|
67
|
-
class InvalidParameterCombinationException extends DAXServiceException_1.DAXServiceException {
|
|
68
|
-
constructor(opts) {
|
|
69
|
-
super({
|
|
70
|
-
name: "InvalidParameterCombinationException",
|
|
71
|
-
$fault: "client",
|
|
72
|
-
...opts,
|
|
73
|
-
});
|
|
74
|
-
this.name = "InvalidParameterCombinationException";
|
|
75
|
-
this.$fault = "client";
|
|
76
|
-
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
|
|
80
|
-
class InvalidParameterGroupStateFault extends DAXServiceException_1.DAXServiceException {
|
|
81
|
-
constructor(opts) {
|
|
82
|
-
super({
|
|
83
|
-
name: "InvalidParameterGroupStateFault",
|
|
84
|
-
$fault: "client",
|
|
85
|
-
...opts,
|
|
86
|
-
});
|
|
87
|
-
this.name = "InvalidParameterGroupStateFault";
|
|
88
|
-
this.$fault = "client";
|
|
89
|
-
Object.setPrototypeOf(this, InvalidParameterGroupStateFault.prototype);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
exports.InvalidParameterGroupStateFault = InvalidParameterGroupStateFault;
|
|
93
|
-
class InvalidParameterValueException extends DAXServiceException_1.DAXServiceException {
|
|
94
|
-
constructor(opts) {
|
|
95
|
-
super({
|
|
96
|
-
name: "InvalidParameterValueException",
|
|
97
|
-
$fault: "client",
|
|
98
|
-
...opts,
|
|
99
|
-
});
|
|
100
|
-
this.name = "InvalidParameterValueException";
|
|
101
|
-
this.$fault = "client";
|
|
102
|
-
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
106
|
-
class InvalidVPCNetworkStateFault extends DAXServiceException_1.DAXServiceException {
|
|
107
|
-
constructor(opts) {
|
|
108
|
-
super({
|
|
109
|
-
name: "InvalidVPCNetworkStateFault",
|
|
110
|
-
$fault: "client",
|
|
111
|
-
...opts,
|
|
112
|
-
});
|
|
113
|
-
this.name = "InvalidVPCNetworkStateFault";
|
|
114
|
-
this.$fault = "client";
|
|
115
|
-
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;
|
|
119
|
-
class NodeQuotaForClusterExceededFault extends DAXServiceException_1.DAXServiceException {
|
|
120
|
-
constructor(opts) {
|
|
121
|
-
super({
|
|
122
|
-
name: "NodeQuotaForClusterExceededFault",
|
|
123
|
-
$fault: "client",
|
|
124
|
-
...opts,
|
|
125
|
-
});
|
|
126
|
-
this.name = "NodeQuotaForClusterExceededFault";
|
|
127
|
-
this.$fault = "client";
|
|
128
|
-
Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype);
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
exports.NodeQuotaForClusterExceededFault = NodeQuotaForClusterExceededFault;
|
|
132
|
-
class NodeQuotaForCustomerExceededFault extends DAXServiceException_1.DAXServiceException {
|
|
133
|
-
constructor(opts) {
|
|
134
|
-
super({
|
|
135
|
-
name: "NodeQuotaForCustomerExceededFault",
|
|
136
|
-
$fault: "client",
|
|
137
|
-
...opts,
|
|
138
|
-
});
|
|
139
|
-
this.name = "NodeQuotaForCustomerExceededFault";
|
|
140
|
-
this.$fault = "client";
|
|
141
|
-
Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
exports.NodeQuotaForCustomerExceededFault = NodeQuotaForCustomerExceededFault;
|
|
145
|
-
class ParameterGroupNotFoundFault extends DAXServiceException_1.DAXServiceException {
|
|
146
|
-
constructor(opts) {
|
|
147
|
-
super({
|
|
148
|
-
name: "ParameterGroupNotFoundFault",
|
|
149
|
-
$fault: "client",
|
|
150
|
-
...opts,
|
|
151
|
-
});
|
|
152
|
-
this.name = "ParameterGroupNotFoundFault";
|
|
153
|
-
this.$fault = "client";
|
|
154
|
-
Object.setPrototypeOf(this, ParameterGroupNotFoundFault.prototype);
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
exports.ParameterGroupNotFoundFault = ParameterGroupNotFoundFault;
|
|
158
|
-
class ServiceLinkedRoleNotFoundFault extends DAXServiceException_1.DAXServiceException {
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "ServiceLinkedRoleNotFoundFault",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
this.name = "ServiceLinkedRoleNotFoundFault";
|
|
166
|
-
this.$fault = "client";
|
|
167
|
-
Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype);
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
exports.ServiceLinkedRoleNotFoundFault = ServiceLinkedRoleNotFoundFault;
|
|
171
|
-
class ServiceQuotaExceededException extends DAXServiceException_1.DAXServiceException {
|
|
172
|
-
constructor(opts) {
|
|
173
|
-
super({
|
|
174
|
-
name: "ServiceQuotaExceededException",
|
|
175
|
-
$fault: "client",
|
|
176
|
-
...opts,
|
|
177
|
-
});
|
|
178
|
-
this.name = "ServiceQuotaExceededException";
|
|
179
|
-
this.$fault = "client";
|
|
180
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
184
|
-
class SubnetGroupNotFoundFault extends DAXServiceException_1.DAXServiceException {
|
|
185
|
-
constructor(opts) {
|
|
186
|
-
super({
|
|
187
|
-
name: "SubnetGroupNotFoundFault",
|
|
188
|
-
$fault: "client",
|
|
189
|
-
...opts,
|
|
190
|
-
});
|
|
191
|
-
this.name = "SubnetGroupNotFoundFault";
|
|
192
|
-
this.$fault = "client";
|
|
193
|
-
Object.setPrototypeOf(this, SubnetGroupNotFoundFault.prototype);
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
exports.SubnetGroupNotFoundFault = SubnetGroupNotFoundFault;
|
|
197
|
-
class TagQuotaPerResourceExceeded extends DAXServiceException_1.DAXServiceException {
|
|
198
|
-
constructor(opts) {
|
|
199
|
-
super({
|
|
200
|
-
name: "TagQuotaPerResourceExceeded",
|
|
201
|
-
$fault: "client",
|
|
202
|
-
...opts,
|
|
203
|
-
});
|
|
204
|
-
this.name = "TagQuotaPerResourceExceeded";
|
|
205
|
-
this.$fault = "client";
|
|
206
|
-
Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype);
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
exports.TagQuotaPerResourceExceeded = TagQuotaPerResourceExceeded;
|
|
210
|
-
class ParameterGroupAlreadyExistsFault extends DAXServiceException_1.DAXServiceException {
|
|
211
|
-
constructor(opts) {
|
|
212
|
-
super({
|
|
213
|
-
name: "ParameterGroupAlreadyExistsFault",
|
|
214
|
-
$fault: "client",
|
|
215
|
-
...opts,
|
|
216
|
-
});
|
|
217
|
-
this.name = "ParameterGroupAlreadyExistsFault";
|
|
218
|
-
this.$fault = "client";
|
|
219
|
-
Object.setPrototypeOf(this, ParameterGroupAlreadyExistsFault.prototype);
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
exports.ParameterGroupAlreadyExistsFault = ParameterGroupAlreadyExistsFault;
|
|
223
|
-
class ParameterGroupQuotaExceededFault extends DAXServiceException_1.DAXServiceException {
|
|
224
|
-
constructor(opts) {
|
|
225
|
-
super({
|
|
226
|
-
name: "ParameterGroupQuotaExceededFault",
|
|
227
|
-
$fault: "client",
|
|
228
|
-
...opts,
|
|
229
|
-
});
|
|
230
|
-
this.name = "ParameterGroupQuotaExceededFault";
|
|
231
|
-
this.$fault = "client";
|
|
232
|
-
Object.setPrototypeOf(this, ParameterGroupQuotaExceededFault.prototype);
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
exports.ParameterGroupQuotaExceededFault = ParameterGroupQuotaExceededFault;
|
|
236
|
-
class InvalidSubnet extends DAXServiceException_1.DAXServiceException {
|
|
237
|
-
constructor(opts) {
|
|
238
|
-
super({
|
|
239
|
-
name: "InvalidSubnet",
|
|
240
|
-
$fault: "client",
|
|
241
|
-
...opts,
|
|
242
|
-
});
|
|
243
|
-
this.name = "InvalidSubnet";
|
|
244
|
-
this.$fault = "client";
|
|
245
|
-
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
exports.InvalidSubnet = InvalidSubnet;
|
|
249
|
-
class SubnetGroupAlreadyExistsFault extends DAXServiceException_1.DAXServiceException {
|
|
250
|
-
constructor(opts) {
|
|
251
|
-
super({
|
|
252
|
-
name: "SubnetGroupAlreadyExistsFault",
|
|
253
|
-
$fault: "client",
|
|
254
|
-
...opts,
|
|
255
|
-
});
|
|
256
|
-
this.name = "SubnetGroupAlreadyExistsFault";
|
|
257
|
-
this.$fault = "client";
|
|
258
|
-
Object.setPrototypeOf(this, SubnetGroupAlreadyExistsFault.prototype);
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
exports.SubnetGroupAlreadyExistsFault = SubnetGroupAlreadyExistsFault;
|
|
262
|
-
class SubnetGroupQuotaExceededFault extends DAXServiceException_1.DAXServiceException {
|
|
263
|
-
constructor(opts) {
|
|
264
|
-
super({
|
|
265
|
-
name: "SubnetGroupQuotaExceededFault",
|
|
266
|
-
$fault: "client",
|
|
267
|
-
...opts,
|
|
268
|
-
});
|
|
269
|
-
this.name = "SubnetGroupQuotaExceededFault";
|
|
270
|
-
this.$fault = "client";
|
|
271
|
-
Object.setPrototypeOf(this, SubnetGroupQuotaExceededFault.prototype);
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
exports.SubnetGroupQuotaExceededFault = SubnetGroupQuotaExceededFault;
|
|
275
|
-
class SubnetQuotaExceededFault extends DAXServiceException_1.DAXServiceException {
|
|
276
|
-
constructor(opts) {
|
|
277
|
-
super({
|
|
278
|
-
name: "SubnetQuotaExceededFault",
|
|
279
|
-
$fault: "client",
|
|
280
|
-
...opts,
|
|
281
|
-
});
|
|
282
|
-
this.name = "SubnetQuotaExceededFault";
|
|
283
|
-
this.$fault = "client";
|
|
284
|
-
Object.setPrototypeOf(this, SubnetQuotaExceededFault.prototype);
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
exports.SubnetQuotaExceededFault = SubnetQuotaExceededFault;
|
|
288
|
-
class ClusterNotFoundFault extends DAXServiceException_1.DAXServiceException {
|
|
289
|
-
constructor(opts) {
|
|
290
|
-
super({
|
|
291
|
-
name: "ClusterNotFoundFault",
|
|
292
|
-
$fault: "client",
|
|
293
|
-
...opts,
|
|
294
|
-
});
|
|
295
|
-
this.name = "ClusterNotFoundFault";
|
|
296
|
-
this.$fault = "client";
|
|
297
|
-
Object.setPrototypeOf(this, ClusterNotFoundFault.prototype);
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
exports.ClusterNotFoundFault = ClusterNotFoundFault;
|
|
301
|
-
class NodeNotFoundFault extends DAXServiceException_1.DAXServiceException {
|
|
302
|
-
constructor(opts) {
|
|
303
|
-
super({
|
|
304
|
-
name: "NodeNotFoundFault",
|
|
305
|
-
$fault: "client",
|
|
306
|
-
...opts,
|
|
307
|
-
});
|
|
308
|
-
this.name = "NodeNotFoundFault";
|
|
309
|
-
this.$fault = "client";
|
|
310
|
-
Object.setPrototypeOf(this, NodeNotFoundFault.prototype);
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
exports.NodeNotFoundFault = NodeNotFoundFault;
|
|
314
|
-
class SubnetGroupInUseFault extends DAXServiceException_1.DAXServiceException {
|
|
315
|
-
constructor(opts) {
|
|
316
|
-
super({
|
|
317
|
-
name: "SubnetGroupInUseFault",
|
|
318
|
-
$fault: "client",
|
|
319
|
-
...opts,
|
|
320
|
-
});
|
|
321
|
-
this.name = "SubnetGroupInUseFault";
|
|
322
|
-
this.$fault = "client";
|
|
323
|
-
Object.setPrototypeOf(this, SubnetGroupInUseFault.prototype);
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
exports.SubnetGroupInUseFault = SubnetGroupInUseFault;
|
|
327
|
-
exports.ChangeType = {
|
|
328
|
-
IMMEDIATE: "IMMEDIATE",
|
|
329
|
-
REQUIRES_REBOOT: "REQUIRES_REBOOT",
|
|
330
|
-
};
|
|
331
|
-
exports.IsModifiable = {
|
|
332
|
-
CONDITIONAL: "CONDITIONAL",
|
|
333
|
-
FALSE: "FALSE",
|
|
334
|
-
TRUE: "TRUE",
|
|
335
|
-
};
|
|
336
|
-
exports.ParameterType = {
|
|
337
|
-
DEFAULT: "DEFAULT",
|
|
338
|
-
NODE_TYPE_SPECIFIC: "NODE_TYPE_SPECIFIC",
|
|
339
|
-
};
|
|
340
|
-
exports.SourceType = {
|
|
341
|
-
CLUSTER: "CLUSTER",
|
|
342
|
-
PARAMETER_GROUP: "PARAMETER_GROUP",
|
|
343
|
-
SUBNET_GROUP: "SUBNET_GROUP",
|
|
344
|
-
};
|
|
345
|
-
class InvalidARNFault extends DAXServiceException_1.DAXServiceException {
|
|
346
|
-
constructor(opts) {
|
|
347
|
-
super({
|
|
348
|
-
name: "InvalidARNFault",
|
|
349
|
-
$fault: "client",
|
|
350
|
-
...opts,
|
|
351
|
-
});
|
|
352
|
-
this.name = "InvalidARNFault";
|
|
353
|
-
this.$fault = "client";
|
|
354
|
-
Object.setPrototypeOf(this, InvalidARNFault.prototype);
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
exports.InvalidARNFault = InvalidARNFault;
|
|
358
|
-
class TagNotFoundFault extends DAXServiceException_1.DAXServiceException {
|
|
359
|
-
constructor(opts) {
|
|
360
|
-
super({
|
|
361
|
-
name: "TagNotFoundFault",
|
|
362
|
-
$fault: "client",
|
|
363
|
-
...opts,
|
|
364
|
-
});
|
|
365
|
-
this.name = "TagNotFoundFault";
|
|
366
|
-
this.$fault = "client";
|
|
367
|
-
Object.setPrototypeOf(this, TagNotFoundFault.prototype);
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
exports.TagNotFoundFault = TagNotFoundFault;
|
|
371
|
-
class SubnetInUse extends DAXServiceException_1.DAXServiceException {
|
|
372
|
-
constructor(opts) {
|
|
373
|
-
super({
|
|
374
|
-
name: "SubnetInUse",
|
|
375
|
-
$fault: "client",
|
|
376
|
-
...opts,
|
|
377
|
-
});
|
|
378
|
-
this.name = "SubnetInUse";
|
|
379
|
-
this.$fault = "client";
|
|
380
|
-
Object.setPrototypeOf(this, SubnetInUse.prototype);
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
exports.SubnetInUse = SubnetInUse;
|
|
1
|
+
module.exports = require("../index.js");
|