@aws-sdk/client-dax 3.933.0 → 3.935.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/index.js +34 -33
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +33 -0
- package/dist-es/models/errors.js +337 -0
- package/dist-es/models/models_0.js +1 -370
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +89 -0
- package/dist-types/models/errors.d.ts +352 -0
- package/dist-types/models/models_0.d.ts +1 -441
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +41 -0
- package/dist-types/ts3.4/models/errors.d.ts +212 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -253
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DAXServiceException as __BaseException } from "./DAXServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>You already have a DAX cluster with the given identifier.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare class ClusterAlreadyExistsFault extends __BaseException {
|
|
8
|
+
readonly name: "ClusterAlreadyExistsFault";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
constructor(opts: __ExceptionOptionType<ClusterAlreadyExistsFault, __BaseException>);
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* <p>You have attempted to exceed the maximum number of DAX clusters for
|
|
17
|
+
* your Amazon Web Services account.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export declare class ClusterQuotaForCustomerExceededFault extends __BaseException {
|
|
21
|
+
readonly name: "ClusterQuotaForCustomerExceededFault";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
/**
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ClusterQuotaForCustomerExceededFault, __BaseException>);
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* <p>There are not enough system resources to create the cluster you requested (or to
|
|
30
|
+
* resize an already-existing cluster). </p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export declare class InsufficientClusterCapacityFault extends __BaseException {
|
|
34
|
+
readonly name: "InsufficientClusterCapacityFault";
|
|
35
|
+
readonly $fault: "client";
|
|
36
|
+
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
constructor(opts: __ExceptionOptionType<InsufficientClusterCapacityFault, __BaseException>);
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>The requested DAX cluster is not in the
|
|
43
|
+
* <i>available</i> state.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
export declare class InvalidClusterStateFault extends __BaseException {
|
|
47
|
+
readonly name: "InvalidClusterStateFault";
|
|
48
|
+
readonly $fault: "client";
|
|
49
|
+
/**
|
|
50
|
+
* @internal
|
|
51
|
+
*/
|
|
52
|
+
constructor(opts: __ExceptionOptionType<InvalidClusterStateFault, __BaseException>);
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* <p>Two or more incompatible parameters were specified.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
59
|
+
readonly name: "InvalidParameterCombinationException";
|
|
60
|
+
readonly $fault: "client";
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
64
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterCombinationException, __BaseException>);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* <p>One or more parameters in a parameter group are in an invalid state.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export declare class InvalidParameterGroupStateFault extends __BaseException {
|
|
71
|
+
readonly name: "InvalidParameterGroupStateFault";
|
|
72
|
+
readonly $fault: "client";
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
76
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterGroupStateFault, __BaseException>);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* <p>The value for a parameter is invalid.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
83
|
+
readonly name: "InvalidParameterValueException";
|
|
84
|
+
readonly $fault: "client";
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
88
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* <p>The VPC network is in an invalid state.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
95
|
+
readonly name: "InvalidVPCNetworkStateFault";
|
|
96
|
+
readonly $fault: "client";
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* <p>You have attempted to exceed the maximum number of nodes for a DAX
|
|
104
|
+
* cluster.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export declare class NodeQuotaForClusterExceededFault extends __BaseException {
|
|
108
|
+
readonly name: "NodeQuotaForClusterExceededFault";
|
|
109
|
+
readonly $fault: "client";
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
constructor(opts: __ExceptionOptionType<NodeQuotaForClusterExceededFault, __BaseException>);
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* <p>You have attempted to exceed the maximum number of nodes for your Amazon Web Services account.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
export declare class NodeQuotaForCustomerExceededFault extends __BaseException {
|
|
120
|
+
readonly name: "NodeQuotaForCustomerExceededFault";
|
|
121
|
+
readonly $fault: "client";
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
125
|
+
constructor(opts: __ExceptionOptionType<NodeQuotaForCustomerExceededFault, __BaseException>);
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* <p>The specified parameter group does not exist.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
export declare class ParameterGroupNotFoundFault extends __BaseException {
|
|
132
|
+
readonly name: "ParameterGroupNotFoundFault";
|
|
133
|
+
readonly $fault: "client";
|
|
134
|
+
/**
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
137
|
+
constructor(opts: __ExceptionOptionType<ParameterGroupNotFoundFault, __BaseException>);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* <p>The specified service linked role (SLR) was not found.</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
export declare class ServiceLinkedRoleNotFoundFault extends __BaseException {
|
|
144
|
+
readonly name: "ServiceLinkedRoleNotFoundFault";
|
|
145
|
+
readonly $fault: "client";
|
|
146
|
+
/**
|
|
147
|
+
* @internal
|
|
148
|
+
*/
|
|
149
|
+
constructor(opts: __ExceptionOptionType<ServiceLinkedRoleNotFoundFault, __BaseException>);
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* <p>You have reached the maximum number of x509 certificates that can be created for
|
|
153
|
+
* encrypted clusters in a 30 day period. Contact Amazon Web Services customer support to
|
|
154
|
+
* discuss options for continuing to create encrypted clusters.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
158
|
+
readonly name: "ServiceQuotaExceededException";
|
|
159
|
+
readonly $fault: "client";
|
|
160
|
+
/**
|
|
161
|
+
* @internal
|
|
162
|
+
*/
|
|
163
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* <p>The requested subnet group name does not refer to an existing subnet
|
|
167
|
+
* group.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
export declare class SubnetGroupNotFoundFault extends __BaseException {
|
|
171
|
+
readonly name: "SubnetGroupNotFoundFault";
|
|
172
|
+
readonly $fault: "client";
|
|
173
|
+
/**
|
|
174
|
+
* @internal
|
|
175
|
+
*/
|
|
176
|
+
constructor(opts: __ExceptionOptionType<SubnetGroupNotFoundFault, __BaseException>);
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* <p>You have exceeded the maximum number of tags for this DAX cluster.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
export declare class TagQuotaPerResourceExceeded extends __BaseException {
|
|
183
|
+
readonly name: "TagQuotaPerResourceExceeded";
|
|
184
|
+
readonly $fault: "client";
|
|
185
|
+
/**
|
|
186
|
+
* @internal
|
|
187
|
+
*/
|
|
188
|
+
constructor(opts: __ExceptionOptionType<TagQuotaPerResourceExceeded, __BaseException>);
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* <p>The specified parameter group already exists.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
export declare class ParameterGroupAlreadyExistsFault extends __BaseException {
|
|
195
|
+
readonly name: "ParameterGroupAlreadyExistsFault";
|
|
196
|
+
readonly $fault: "client";
|
|
197
|
+
/**
|
|
198
|
+
* @internal
|
|
199
|
+
*/
|
|
200
|
+
constructor(opts: __ExceptionOptionType<ParameterGroupAlreadyExistsFault, __BaseException>);
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* <p>You have attempted to exceed the maximum number of parameter groups.</p>
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
export declare class ParameterGroupQuotaExceededFault extends __BaseException {
|
|
207
|
+
readonly name: "ParameterGroupQuotaExceededFault";
|
|
208
|
+
readonly $fault: "client";
|
|
209
|
+
/**
|
|
210
|
+
* @internal
|
|
211
|
+
*/
|
|
212
|
+
constructor(opts: __ExceptionOptionType<ParameterGroupQuotaExceededFault, __BaseException>);
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* <p>An invalid subnet identifier was specified.</p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
export declare class InvalidSubnet extends __BaseException {
|
|
219
|
+
readonly name: "InvalidSubnet";
|
|
220
|
+
readonly $fault: "client";
|
|
221
|
+
/**
|
|
222
|
+
* @internal
|
|
223
|
+
*/
|
|
224
|
+
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* <p>The specified subnet group already exists.</p>
|
|
228
|
+
* @public
|
|
229
|
+
*/
|
|
230
|
+
export declare class SubnetGroupAlreadyExistsFault extends __BaseException {
|
|
231
|
+
readonly name: "SubnetGroupAlreadyExistsFault";
|
|
232
|
+
readonly $fault: "client";
|
|
233
|
+
/**
|
|
234
|
+
* @internal
|
|
235
|
+
*/
|
|
236
|
+
constructor(opts: __ExceptionOptionType<SubnetGroupAlreadyExistsFault, __BaseException>);
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* <p>The request cannot be processed because it would exceed the allowed number of
|
|
240
|
+
* subnets in a subnet group.</p>
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
243
|
+
export declare class SubnetGroupQuotaExceededFault extends __BaseException {
|
|
244
|
+
readonly name: "SubnetGroupQuotaExceededFault";
|
|
245
|
+
readonly $fault: "client";
|
|
246
|
+
/**
|
|
247
|
+
* @internal
|
|
248
|
+
*/
|
|
249
|
+
constructor(opts: __ExceptionOptionType<SubnetGroupQuotaExceededFault, __BaseException>);
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* <p>The specified subnet can't be used for the requested network type. This error
|
|
253
|
+
* occurs when either there aren't enough subnets of the required network type to create
|
|
254
|
+
* the cluster, or when you try to use a subnet that doesn't support the requested network
|
|
255
|
+
* type (for example, trying to create a dual-stack cluster with a subnet that doesn't have
|
|
256
|
+
* IPv6 CIDR). </p>
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
export declare class SubnetNotAllowedFault extends __BaseException {
|
|
260
|
+
readonly name: "SubnetNotAllowedFault";
|
|
261
|
+
readonly $fault: "client";
|
|
262
|
+
/**
|
|
263
|
+
* @internal
|
|
264
|
+
*/
|
|
265
|
+
constructor(opts: __ExceptionOptionType<SubnetNotAllowedFault, __BaseException>);
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* <p>The request cannot be processed because it would exceed the allowed number of
|
|
269
|
+
* subnets in a subnet group.</p>
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
export declare class SubnetQuotaExceededFault extends __BaseException {
|
|
273
|
+
readonly name: "SubnetQuotaExceededFault";
|
|
274
|
+
readonly $fault: "client";
|
|
275
|
+
/**
|
|
276
|
+
* @internal
|
|
277
|
+
*/
|
|
278
|
+
constructor(opts: __ExceptionOptionType<SubnetQuotaExceededFault, __BaseException>);
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* <p>The requested cluster ID does not refer to an existing DAX
|
|
282
|
+
* cluster.</p>
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
export declare class ClusterNotFoundFault extends __BaseException {
|
|
286
|
+
readonly name: "ClusterNotFoundFault";
|
|
287
|
+
readonly $fault: "client";
|
|
288
|
+
/**
|
|
289
|
+
* @internal
|
|
290
|
+
*/
|
|
291
|
+
constructor(opts: __ExceptionOptionType<ClusterNotFoundFault, __BaseException>);
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* <p>None of the nodes in the cluster have the given node ID.</p>
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
export declare class NodeNotFoundFault extends __BaseException {
|
|
298
|
+
readonly name: "NodeNotFoundFault";
|
|
299
|
+
readonly $fault: "client";
|
|
300
|
+
/**
|
|
301
|
+
* @internal
|
|
302
|
+
*/
|
|
303
|
+
constructor(opts: __ExceptionOptionType<NodeNotFoundFault, __BaseException>);
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* <p>The specified subnet group is currently in use.</p>
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
export declare class SubnetGroupInUseFault extends __BaseException {
|
|
310
|
+
readonly name: "SubnetGroupInUseFault";
|
|
311
|
+
readonly $fault: "client";
|
|
312
|
+
/**
|
|
313
|
+
* @internal
|
|
314
|
+
*/
|
|
315
|
+
constructor(opts: __ExceptionOptionType<SubnetGroupInUseFault, __BaseException>);
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* <p>The Amazon Resource Name (ARN) supplied in the request is not valid.</p>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
export declare class InvalidARNFault extends __BaseException {
|
|
322
|
+
readonly name: "InvalidARNFault";
|
|
323
|
+
readonly $fault: "client";
|
|
324
|
+
/**
|
|
325
|
+
* @internal
|
|
326
|
+
*/
|
|
327
|
+
constructor(opts: __ExceptionOptionType<InvalidARNFault, __BaseException>);
|
|
328
|
+
}
|
|
329
|
+
/**
|
|
330
|
+
* <p>The tag does not exist.</p>
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
export declare class TagNotFoundFault extends __BaseException {
|
|
334
|
+
readonly name: "TagNotFoundFault";
|
|
335
|
+
readonly $fault: "client";
|
|
336
|
+
/**
|
|
337
|
+
* @internal
|
|
338
|
+
*/
|
|
339
|
+
constructor(opts: __ExceptionOptionType<TagNotFoundFault, __BaseException>);
|
|
340
|
+
}
|
|
341
|
+
/**
|
|
342
|
+
* <p>The requested subnet is being used by another subnet group.</p>
|
|
343
|
+
* @public
|
|
344
|
+
*/
|
|
345
|
+
export declare class SubnetInUse extends __BaseException {
|
|
346
|
+
readonly name: "SubnetInUse";
|
|
347
|
+
readonly $fault: "client";
|
|
348
|
+
/**
|
|
349
|
+
* @internal
|
|
350
|
+
*/
|
|
351
|
+
constructor(opts: __ExceptionOptionType<SubnetInUse, __BaseException>);
|
|
352
|
+
}
|