@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.
@@ -1,370 +1 @@
1
- import { DAXServiceException as __BaseException } from "./DAXServiceException";
2
- export class ClusterAlreadyExistsFault extends __BaseException {
3
- name = "ClusterAlreadyExistsFault";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "ClusterAlreadyExistsFault",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, ClusterAlreadyExistsFault.prototype);
12
- }
13
- }
14
- export class ClusterQuotaForCustomerExceededFault extends __BaseException {
15
- name = "ClusterQuotaForCustomerExceededFault";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "ClusterQuotaForCustomerExceededFault",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype);
24
- }
25
- }
26
- export const ClusterEndpointEncryptionType = {
27
- NONE: "NONE",
28
- TLS: "TLS",
29
- };
30
- export const NetworkType = {
31
- DUAL_STACK: "dual_stack",
32
- IPV4: "ipv4",
33
- IPV6: "ipv6",
34
- };
35
- export const SSEStatus = {
36
- DISABLED: "DISABLED",
37
- DISABLING: "DISABLING",
38
- ENABLED: "ENABLED",
39
- ENABLING: "ENABLING",
40
- };
41
- export class InsufficientClusterCapacityFault extends __BaseException {
42
- name = "InsufficientClusterCapacityFault";
43
- $fault = "client";
44
- constructor(opts) {
45
- super({
46
- name: "InsufficientClusterCapacityFault",
47
- $fault: "client",
48
- ...opts,
49
- });
50
- Object.setPrototypeOf(this, InsufficientClusterCapacityFault.prototype);
51
- }
52
- }
53
- export class InvalidClusterStateFault extends __BaseException {
54
- name = "InvalidClusterStateFault";
55
- $fault = "client";
56
- constructor(opts) {
57
- super({
58
- name: "InvalidClusterStateFault",
59
- $fault: "client",
60
- ...opts,
61
- });
62
- Object.setPrototypeOf(this, InvalidClusterStateFault.prototype);
63
- }
64
- }
65
- export class InvalidParameterCombinationException extends __BaseException {
66
- name = "InvalidParameterCombinationException";
67
- $fault = "client";
68
- constructor(opts) {
69
- super({
70
- name: "InvalidParameterCombinationException",
71
- $fault: "client",
72
- ...opts,
73
- });
74
- Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
75
- }
76
- }
77
- export class InvalidParameterGroupStateFault extends __BaseException {
78
- name = "InvalidParameterGroupStateFault";
79
- $fault = "client";
80
- constructor(opts) {
81
- super({
82
- name: "InvalidParameterGroupStateFault",
83
- $fault: "client",
84
- ...opts,
85
- });
86
- Object.setPrototypeOf(this, InvalidParameterGroupStateFault.prototype);
87
- }
88
- }
89
- export class InvalidParameterValueException extends __BaseException {
90
- name = "InvalidParameterValueException";
91
- $fault = "client";
92
- constructor(opts) {
93
- super({
94
- name: "InvalidParameterValueException",
95
- $fault: "client",
96
- ...opts,
97
- });
98
- Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
99
- }
100
- }
101
- export class InvalidVPCNetworkStateFault extends __BaseException {
102
- name = "InvalidVPCNetworkStateFault";
103
- $fault = "client";
104
- constructor(opts) {
105
- super({
106
- name: "InvalidVPCNetworkStateFault",
107
- $fault: "client",
108
- ...opts,
109
- });
110
- Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
111
- }
112
- }
113
- export class NodeQuotaForClusterExceededFault extends __BaseException {
114
- name = "NodeQuotaForClusterExceededFault";
115
- $fault = "client";
116
- constructor(opts) {
117
- super({
118
- name: "NodeQuotaForClusterExceededFault",
119
- $fault: "client",
120
- ...opts,
121
- });
122
- Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype);
123
- }
124
- }
125
- export class NodeQuotaForCustomerExceededFault extends __BaseException {
126
- name = "NodeQuotaForCustomerExceededFault";
127
- $fault = "client";
128
- constructor(opts) {
129
- super({
130
- name: "NodeQuotaForCustomerExceededFault",
131
- $fault: "client",
132
- ...opts,
133
- });
134
- Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype);
135
- }
136
- }
137
- export class ParameterGroupNotFoundFault extends __BaseException {
138
- name = "ParameterGroupNotFoundFault";
139
- $fault = "client";
140
- constructor(opts) {
141
- super({
142
- name: "ParameterGroupNotFoundFault",
143
- $fault: "client",
144
- ...opts,
145
- });
146
- Object.setPrototypeOf(this, ParameterGroupNotFoundFault.prototype);
147
- }
148
- }
149
- export class ServiceLinkedRoleNotFoundFault extends __BaseException {
150
- name = "ServiceLinkedRoleNotFoundFault";
151
- $fault = "client";
152
- constructor(opts) {
153
- super({
154
- name: "ServiceLinkedRoleNotFoundFault",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype);
159
- }
160
- }
161
- export class ServiceQuotaExceededException extends __BaseException {
162
- name = "ServiceQuotaExceededException";
163
- $fault = "client";
164
- constructor(opts) {
165
- super({
166
- name: "ServiceQuotaExceededException",
167
- $fault: "client",
168
- ...opts,
169
- });
170
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
171
- }
172
- }
173
- export class SubnetGroupNotFoundFault extends __BaseException {
174
- name = "SubnetGroupNotFoundFault";
175
- $fault = "client";
176
- constructor(opts) {
177
- super({
178
- name: "SubnetGroupNotFoundFault",
179
- $fault: "client",
180
- ...opts,
181
- });
182
- Object.setPrototypeOf(this, SubnetGroupNotFoundFault.prototype);
183
- }
184
- }
185
- export class TagQuotaPerResourceExceeded extends __BaseException {
186
- name = "TagQuotaPerResourceExceeded";
187
- $fault = "client";
188
- constructor(opts) {
189
- super({
190
- name: "TagQuotaPerResourceExceeded",
191
- $fault: "client",
192
- ...opts,
193
- });
194
- Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype);
195
- }
196
- }
197
- export class ParameterGroupAlreadyExistsFault extends __BaseException {
198
- name = "ParameterGroupAlreadyExistsFault";
199
- $fault = "client";
200
- constructor(opts) {
201
- super({
202
- name: "ParameterGroupAlreadyExistsFault",
203
- $fault: "client",
204
- ...opts,
205
- });
206
- Object.setPrototypeOf(this, ParameterGroupAlreadyExistsFault.prototype);
207
- }
208
- }
209
- export class ParameterGroupQuotaExceededFault extends __BaseException {
210
- name = "ParameterGroupQuotaExceededFault";
211
- $fault = "client";
212
- constructor(opts) {
213
- super({
214
- name: "ParameterGroupQuotaExceededFault",
215
- $fault: "client",
216
- ...opts,
217
- });
218
- Object.setPrototypeOf(this, ParameterGroupQuotaExceededFault.prototype);
219
- }
220
- }
221
- export class InvalidSubnet extends __BaseException {
222
- name = "InvalidSubnet";
223
- $fault = "client";
224
- constructor(opts) {
225
- super({
226
- name: "InvalidSubnet",
227
- $fault: "client",
228
- ...opts,
229
- });
230
- Object.setPrototypeOf(this, InvalidSubnet.prototype);
231
- }
232
- }
233
- export class SubnetGroupAlreadyExistsFault extends __BaseException {
234
- name = "SubnetGroupAlreadyExistsFault";
235
- $fault = "client";
236
- constructor(opts) {
237
- super({
238
- name: "SubnetGroupAlreadyExistsFault",
239
- $fault: "client",
240
- ...opts,
241
- });
242
- Object.setPrototypeOf(this, SubnetGroupAlreadyExistsFault.prototype);
243
- }
244
- }
245
- export class SubnetGroupQuotaExceededFault extends __BaseException {
246
- name = "SubnetGroupQuotaExceededFault";
247
- $fault = "client";
248
- constructor(opts) {
249
- super({
250
- name: "SubnetGroupQuotaExceededFault",
251
- $fault: "client",
252
- ...opts,
253
- });
254
- Object.setPrototypeOf(this, SubnetGroupQuotaExceededFault.prototype);
255
- }
256
- }
257
- export class SubnetNotAllowedFault extends __BaseException {
258
- name = "SubnetNotAllowedFault";
259
- $fault = "client";
260
- constructor(opts) {
261
- super({
262
- name: "SubnetNotAllowedFault",
263
- $fault: "client",
264
- ...opts,
265
- });
266
- Object.setPrototypeOf(this, SubnetNotAllowedFault.prototype);
267
- }
268
- }
269
- export class SubnetQuotaExceededFault extends __BaseException {
270
- name = "SubnetQuotaExceededFault";
271
- $fault = "client";
272
- constructor(opts) {
273
- super({
274
- name: "SubnetQuotaExceededFault",
275
- $fault: "client",
276
- ...opts,
277
- });
278
- Object.setPrototypeOf(this, SubnetQuotaExceededFault.prototype);
279
- }
280
- }
281
- export class ClusterNotFoundFault extends __BaseException {
282
- name = "ClusterNotFoundFault";
283
- $fault = "client";
284
- constructor(opts) {
285
- super({
286
- name: "ClusterNotFoundFault",
287
- $fault: "client",
288
- ...opts,
289
- });
290
- Object.setPrototypeOf(this, ClusterNotFoundFault.prototype);
291
- }
292
- }
293
- export class NodeNotFoundFault extends __BaseException {
294
- name = "NodeNotFoundFault";
295
- $fault = "client";
296
- constructor(opts) {
297
- super({
298
- name: "NodeNotFoundFault",
299
- $fault: "client",
300
- ...opts,
301
- });
302
- Object.setPrototypeOf(this, NodeNotFoundFault.prototype);
303
- }
304
- }
305
- export class SubnetGroupInUseFault extends __BaseException {
306
- name = "SubnetGroupInUseFault";
307
- $fault = "client";
308
- constructor(opts) {
309
- super({
310
- name: "SubnetGroupInUseFault",
311
- $fault: "client",
312
- ...opts,
313
- });
314
- Object.setPrototypeOf(this, SubnetGroupInUseFault.prototype);
315
- }
316
- }
317
- export const ChangeType = {
318
- IMMEDIATE: "IMMEDIATE",
319
- REQUIRES_REBOOT: "REQUIRES_REBOOT",
320
- };
321
- export const IsModifiable = {
322
- CONDITIONAL: "CONDITIONAL",
323
- FALSE: "FALSE",
324
- TRUE: "TRUE",
325
- };
326
- export const ParameterType = {
327
- DEFAULT: "DEFAULT",
328
- NODE_TYPE_SPECIFIC: "NODE_TYPE_SPECIFIC",
329
- };
330
- export const SourceType = {
331
- CLUSTER: "CLUSTER",
332
- PARAMETER_GROUP: "PARAMETER_GROUP",
333
- SUBNET_GROUP: "SUBNET_GROUP",
334
- };
335
- export class InvalidARNFault extends __BaseException {
336
- name = "InvalidARNFault";
337
- $fault = "client";
338
- constructor(opts) {
339
- super({
340
- name: "InvalidARNFault",
341
- $fault: "client",
342
- ...opts,
343
- });
344
- Object.setPrototypeOf(this, InvalidARNFault.prototype);
345
- }
346
- }
347
- export class TagNotFoundFault extends __BaseException {
348
- name = "TagNotFoundFault";
349
- $fault = "client";
350
- constructor(opts) {
351
- super({
352
- name: "TagNotFoundFault",
353
- $fault: "client",
354
- ...opts,
355
- });
356
- Object.setPrototypeOf(this, TagNotFoundFault.prototype);
357
- }
358
- }
359
- export class SubnetInUse extends __BaseException {
360
- name = "SubnetInUse";
361
- $fault = "client";
362
- constructor(opts) {
363
- super({
364
- name: "SubnetInUse",
365
- $fault: "client",
366
- ...opts,
367
- });
368
- Object.setPrototypeOf(this, SubnetInUse.prototype);
369
- }
370
- }
1
+ export {};
@@ -200,7 +200,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.dax";
200
200
  const n0 = "com.amazonaws.dax";
201
201
  import { TypeRegistry } from "@smithy/core/schema";
202
202
  import { DAXServiceException as __DAXServiceException } from "../models/DAXServiceException";
203
- import { ClusterAlreadyExistsFault as __ClusterAlreadyExistsFault, ClusterNotFoundFault as __ClusterNotFoundFault, ClusterQuotaForCustomerExceededFault as __ClusterQuotaForCustomerExceededFault, InsufficientClusterCapacityFault as __InsufficientClusterCapacityFault, InvalidARNFault as __InvalidARNFault, InvalidClusterStateFault as __InvalidClusterStateFault, InvalidParameterCombinationException as __InvalidParameterCombinationException, InvalidParameterGroupStateFault as __InvalidParameterGroupStateFault, InvalidParameterValueException as __InvalidParameterValueException, InvalidSubnet as __InvalidSubnet, InvalidVPCNetworkStateFault as __InvalidVPCNetworkStateFault, NodeNotFoundFault as __NodeNotFoundFault, NodeQuotaForClusterExceededFault as __NodeQuotaForClusterExceededFault, NodeQuotaForCustomerExceededFault as __NodeQuotaForCustomerExceededFault, ParameterGroupAlreadyExistsFault as __ParameterGroupAlreadyExistsFault, ParameterGroupNotFoundFault as __ParameterGroupNotFoundFault, ParameterGroupQuotaExceededFault as __ParameterGroupQuotaExceededFault, ServiceLinkedRoleNotFoundFault as __ServiceLinkedRoleNotFoundFault, ServiceQuotaExceededException as __ServiceQuotaExceededException, SubnetGroupAlreadyExistsFault as __SubnetGroupAlreadyExistsFault, SubnetGroupInUseFault as __SubnetGroupInUseFault, SubnetGroupNotFoundFault as __SubnetGroupNotFoundFault, SubnetGroupQuotaExceededFault as __SubnetGroupQuotaExceededFault, SubnetInUse as __SubnetInUse, SubnetNotAllowedFault as __SubnetNotAllowedFault, SubnetQuotaExceededFault as __SubnetQuotaExceededFault, TagNotFoundFault as __TagNotFoundFault, TagQuotaPerResourceExceeded as __TagQuotaPerResourceExceeded, } from "../models/index";
203
+ import { ClusterAlreadyExistsFault as __ClusterAlreadyExistsFault, ClusterNotFoundFault as __ClusterNotFoundFault, ClusterQuotaForCustomerExceededFault as __ClusterQuotaForCustomerExceededFault, InsufficientClusterCapacityFault as __InsufficientClusterCapacityFault, InvalidARNFault as __InvalidARNFault, InvalidClusterStateFault as __InvalidClusterStateFault, InvalidParameterCombinationException as __InvalidParameterCombinationException, InvalidParameterGroupStateFault as __InvalidParameterGroupStateFault, InvalidParameterValueException as __InvalidParameterValueException, InvalidSubnet as __InvalidSubnet, InvalidVPCNetworkStateFault as __InvalidVPCNetworkStateFault, NodeNotFoundFault as __NodeNotFoundFault, NodeQuotaForClusterExceededFault as __NodeQuotaForClusterExceededFault, NodeQuotaForCustomerExceededFault as __NodeQuotaForCustomerExceededFault, ParameterGroupAlreadyExistsFault as __ParameterGroupAlreadyExistsFault, ParameterGroupNotFoundFault as __ParameterGroupNotFoundFault, ParameterGroupQuotaExceededFault as __ParameterGroupQuotaExceededFault, ServiceLinkedRoleNotFoundFault as __ServiceLinkedRoleNotFoundFault, ServiceQuotaExceededException as __ServiceQuotaExceededException, SubnetGroupAlreadyExistsFault as __SubnetGroupAlreadyExistsFault, SubnetGroupInUseFault as __SubnetGroupInUseFault, SubnetGroupNotFoundFault as __SubnetGroupNotFoundFault, SubnetGroupQuotaExceededFault as __SubnetGroupQuotaExceededFault, SubnetInUse as __SubnetInUse, SubnetNotAllowedFault as __SubnetNotAllowedFault, SubnetQuotaExceededFault as __SubnetQuotaExceededFault, TagNotFoundFault as __TagNotFoundFault, TagQuotaPerResourceExceeded as __TagQuotaPerResourceExceeded, } from "../models/errors";
204
204
  export var Cluster = [
205
205
  3,
206
206
  n0,
@@ -14,5 +14,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
14
14
  export type { RuntimeExtension } from "./runtimeExtensions";
15
15
  export type { DAXExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
- export * from "./models";
17
+ export * from "./models/enums";
18
+ export * from "./models/errors";
19
+ export type * from "./models/models_0";
18
20
  export { DAXServiceException } from "./models/DAXServiceException";
@@ -0,0 +1,89 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ClusterEndpointEncryptionType: {
6
+ readonly NONE: "NONE";
7
+ readonly TLS: "TLS";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type ClusterEndpointEncryptionType = (typeof ClusterEndpointEncryptionType)[keyof typeof ClusterEndpointEncryptionType];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const NetworkType: {
18
+ readonly DUAL_STACK: "dual_stack";
19
+ readonly IPV4: "ipv4";
20
+ readonly IPV6: "ipv6";
21
+ };
22
+ /**
23
+ * @public
24
+ */
25
+ export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
26
+ /**
27
+ * @public
28
+ * @enum
29
+ */
30
+ export declare const SSEStatus: {
31
+ readonly DISABLED: "DISABLED";
32
+ readonly DISABLING: "DISABLING";
33
+ readonly ENABLED: "ENABLED";
34
+ readonly ENABLING: "ENABLING";
35
+ };
36
+ /**
37
+ * @public
38
+ */
39
+ export type SSEStatus = (typeof SSEStatus)[keyof typeof SSEStatus];
40
+ /**
41
+ * @public
42
+ * @enum
43
+ */
44
+ export declare const ChangeType: {
45
+ readonly IMMEDIATE: "IMMEDIATE";
46
+ readonly REQUIRES_REBOOT: "REQUIRES_REBOOT";
47
+ };
48
+ /**
49
+ * @public
50
+ */
51
+ export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
52
+ /**
53
+ * @public
54
+ * @enum
55
+ */
56
+ export declare const IsModifiable: {
57
+ readonly CONDITIONAL: "CONDITIONAL";
58
+ readonly FALSE: "FALSE";
59
+ readonly TRUE: "TRUE";
60
+ };
61
+ /**
62
+ * @public
63
+ */
64
+ export type IsModifiable = (typeof IsModifiable)[keyof typeof IsModifiable];
65
+ /**
66
+ * @public
67
+ * @enum
68
+ */
69
+ export declare const ParameterType: {
70
+ readonly DEFAULT: "DEFAULT";
71
+ readonly NODE_TYPE_SPECIFIC: "NODE_TYPE_SPECIFIC";
72
+ };
73
+ /**
74
+ * @public
75
+ */
76
+ export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
77
+ /**
78
+ * @public
79
+ * @enum
80
+ */
81
+ export declare const SourceType: {
82
+ readonly CLUSTER: "CLUSTER";
83
+ readonly PARAMETER_GROUP: "PARAMETER_GROUP";
84
+ readonly SUBNET_GROUP: "SUBNET_GROUP";
85
+ };
86
+ /**
87
+ * @public
88
+ */
89
+ export type SourceType = (typeof SourceType)[keyof typeof SourceType];