@aws-sdk/client-dax 3.1074.0 → 3.1076.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 CHANGED
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultDAXHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { CreateCluster$, CreateParameterGroup$, CreateSubnetGroup$, DecreaseReplicationFactor$, DeleteCluster$, DeleteParameterGroup$, DeleteSubnetGroup$, DescribeClusters$, DescribeDefaultParameters$, DescribeEvents$, DescribeParameterGroups$, DescribeParameters$, DescribeSubnetGroups$, IncreaseReplicationFactor$, ListTags$, RebootNode$, TagResource$, UntagResource$, UpdateCluster$, UpdateParameterGroup$, UpdateSubnetGroup$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { DAXServiceException } = require("./models/DAXServiceException");
18
- exports.DAXServiceException = DAXServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultDAXHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "dax",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultDAXHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,1242 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const k = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, j],
80
+ ["aws.partition", j, d],
81
+ [e, [{ [k]: "UseFIPS" }, b]],
82
+ [e, [{ [k]: "UseDualStack" }, b]],
83
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
85
+ ],
86
+ results: [
87
+ [a],
88
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
89
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
90
+ [g, i],
91
+ ["https://dax-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
92
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
93
+ ["https://dax-fips.{Region}.{PartitionResult#dnsSuffix}", i],
94
+ [a, "FIPS is enabled but this partition does not support FIPS"],
95
+ ["https://dax.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
96
+ [a, "DualStack is enabled but this partition does not support DualStack"],
97
+ ["https://dax.{Region}.{PartitionResult#dnsSuffix}", i],
98
+ [a, "Invalid Configuration: Missing Region"]
99
+ ]
100
+ };
101
+ const root = 2;
102
+ const r = 100_000_000;
103
+ const nodes = new Int32Array([
104
+ -1, 1, -1,
105
+ 0, 12, 3,
106
+ 1, 4, r + 11,
107
+ 2, 5, r + 11,
108
+ 3, 8, 6,
109
+ 4, 7, r + 10,
110
+ 5, r + 8, r + 9,
111
+ 4, 10, 9,
112
+ 6, r + 6, r + 7,
113
+ 5, 11, r + 5,
114
+ 6, r + 4, r + 5,
115
+ 3, r + 1, 13,
116
+ 4, r + 2, r + 3,
117
+ ]);
118
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
119
+
120
+ const cache = new EndpointCache({
121
+ size: 50,
122
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
123
+ });
124
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
125
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
126
+ endpointParams: endpointParams,
127
+ logger: context.logger,
128
+ }));
129
+ };
130
+ customEndpointFunctions.aws = awsEndpointFunctions;
131
+
132
+ class DAXServiceException extends ServiceException {
133
+ constructor(options) {
134
+ super(options);
135
+ Object.setPrototypeOf(this, DAXServiceException.prototype);
136
+ }
137
+ }
138
+
139
+ class ClusterAlreadyExistsFault extends DAXServiceException {
140
+ name = "ClusterAlreadyExistsFault";
141
+ $fault = "client";
142
+ constructor(opts) {
143
+ super({
144
+ name: "ClusterAlreadyExistsFault",
145
+ $fault: "client",
146
+ ...opts,
147
+ });
148
+ Object.setPrototypeOf(this, ClusterAlreadyExistsFault.prototype);
149
+ }
150
+ }
151
+ class ClusterQuotaForCustomerExceededFault extends DAXServiceException {
152
+ name = "ClusterQuotaForCustomerExceededFault";
153
+ $fault = "client";
154
+ constructor(opts) {
155
+ super({
156
+ name: "ClusterQuotaForCustomerExceededFault",
157
+ $fault: "client",
158
+ ...opts,
159
+ });
160
+ Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype);
161
+ }
162
+ }
163
+ class InsufficientClusterCapacityFault extends DAXServiceException {
164
+ name = "InsufficientClusterCapacityFault";
165
+ $fault = "client";
166
+ constructor(opts) {
167
+ super({
168
+ name: "InsufficientClusterCapacityFault",
169
+ $fault: "client",
170
+ ...opts,
171
+ });
172
+ Object.setPrototypeOf(this, InsufficientClusterCapacityFault.prototype);
173
+ }
174
+ }
175
+ class InvalidClusterStateFault extends DAXServiceException {
176
+ name = "InvalidClusterStateFault";
177
+ $fault = "client";
178
+ constructor(opts) {
179
+ super({
180
+ name: "InvalidClusterStateFault",
181
+ $fault: "client",
182
+ ...opts,
183
+ });
184
+ Object.setPrototypeOf(this, InvalidClusterStateFault.prototype);
185
+ }
186
+ }
187
+ class InvalidParameterCombinationException extends DAXServiceException {
188
+ name = "InvalidParameterCombinationException";
189
+ $fault = "client";
190
+ constructor(opts) {
191
+ super({
192
+ name: "InvalidParameterCombinationException",
193
+ $fault: "client",
194
+ ...opts,
195
+ });
196
+ Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
197
+ }
198
+ }
199
+ class InvalidParameterGroupStateFault extends DAXServiceException {
200
+ name = "InvalidParameterGroupStateFault";
201
+ $fault = "client";
202
+ constructor(opts) {
203
+ super({
204
+ name: "InvalidParameterGroupStateFault",
205
+ $fault: "client",
206
+ ...opts,
207
+ });
208
+ Object.setPrototypeOf(this, InvalidParameterGroupStateFault.prototype);
209
+ }
210
+ }
211
+ class InvalidParameterValueException extends DAXServiceException {
212
+ name = "InvalidParameterValueException";
213
+ $fault = "client";
214
+ constructor(opts) {
215
+ super({
216
+ name: "InvalidParameterValueException",
217
+ $fault: "client",
218
+ ...opts,
219
+ });
220
+ Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
221
+ }
222
+ }
223
+ class InvalidVPCNetworkStateFault extends DAXServiceException {
224
+ name = "InvalidVPCNetworkStateFault";
225
+ $fault = "client";
226
+ constructor(opts) {
227
+ super({
228
+ name: "InvalidVPCNetworkStateFault",
229
+ $fault: "client",
230
+ ...opts,
231
+ });
232
+ Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
233
+ }
234
+ }
235
+ class NodeQuotaForClusterExceededFault extends DAXServiceException {
236
+ name = "NodeQuotaForClusterExceededFault";
237
+ $fault = "client";
238
+ constructor(opts) {
239
+ super({
240
+ name: "NodeQuotaForClusterExceededFault",
241
+ $fault: "client",
242
+ ...opts,
243
+ });
244
+ Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype);
245
+ }
246
+ }
247
+ class NodeQuotaForCustomerExceededFault extends DAXServiceException {
248
+ name = "NodeQuotaForCustomerExceededFault";
249
+ $fault = "client";
250
+ constructor(opts) {
251
+ super({
252
+ name: "NodeQuotaForCustomerExceededFault",
253
+ $fault: "client",
254
+ ...opts,
255
+ });
256
+ Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype);
257
+ }
258
+ }
259
+ class ParameterGroupNotFoundFault extends DAXServiceException {
260
+ name = "ParameterGroupNotFoundFault";
261
+ $fault = "client";
262
+ constructor(opts) {
263
+ super({
264
+ name: "ParameterGroupNotFoundFault",
265
+ $fault: "client",
266
+ ...opts,
267
+ });
268
+ Object.setPrototypeOf(this, ParameterGroupNotFoundFault.prototype);
269
+ }
270
+ }
271
+ class ServiceLinkedRoleNotFoundFault extends DAXServiceException {
272
+ name = "ServiceLinkedRoleNotFoundFault";
273
+ $fault = "client";
274
+ constructor(opts) {
275
+ super({
276
+ name: "ServiceLinkedRoleNotFoundFault",
277
+ $fault: "client",
278
+ ...opts,
279
+ });
280
+ Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype);
281
+ }
282
+ }
283
+ class ServiceQuotaExceededException extends DAXServiceException {
284
+ name = "ServiceQuotaExceededException";
285
+ $fault = "client";
286
+ constructor(opts) {
287
+ super({
288
+ name: "ServiceQuotaExceededException",
289
+ $fault: "client",
290
+ ...opts,
291
+ });
292
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
293
+ }
294
+ }
295
+ class SubnetGroupNotFoundFault extends DAXServiceException {
296
+ name = "SubnetGroupNotFoundFault";
297
+ $fault = "client";
298
+ constructor(opts) {
299
+ super({
300
+ name: "SubnetGroupNotFoundFault",
301
+ $fault: "client",
302
+ ...opts,
303
+ });
304
+ Object.setPrototypeOf(this, SubnetGroupNotFoundFault.prototype);
305
+ }
306
+ }
307
+ class TagQuotaPerResourceExceeded extends DAXServiceException {
308
+ name = "TagQuotaPerResourceExceeded";
309
+ $fault = "client";
310
+ constructor(opts) {
311
+ super({
312
+ name: "TagQuotaPerResourceExceeded",
313
+ $fault: "client",
314
+ ...opts,
315
+ });
316
+ Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype);
317
+ }
318
+ }
319
+ class ParameterGroupAlreadyExistsFault extends DAXServiceException {
320
+ name = "ParameterGroupAlreadyExistsFault";
321
+ $fault = "client";
322
+ constructor(opts) {
323
+ super({
324
+ name: "ParameterGroupAlreadyExistsFault",
325
+ $fault: "client",
326
+ ...opts,
327
+ });
328
+ Object.setPrototypeOf(this, ParameterGroupAlreadyExistsFault.prototype);
329
+ }
330
+ }
331
+ class ParameterGroupQuotaExceededFault extends DAXServiceException {
332
+ name = "ParameterGroupQuotaExceededFault";
333
+ $fault = "client";
334
+ constructor(opts) {
335
+ super({
336
+ name: "ParameterGroupQuotaExceededFault",
337
+ $fault: "client",
338
+ ...opts,
339
+ });
340
+ Object.setPrototypeOf(this, ParameterGroupQuotaExceededFault.prototype);
341
+ }
342
+ }
343
+ class InvalidSubnet extends DAXServiceException {
344
+ name = "InvalidSubnet";
345
+ $fault = "client";
346
+ constructor(opts) {
347
+ super({
348
+ name: "InvalidSubnet",
349
+ $fault: "client",
350
+ ...opts,
351
+ });
352
+ Object.setPrototypeOf(this, InvalidSubnet.prototype);
353
+ }
354
+ }
355
+ class SubnetGroupAlreadyExistsFault extends DAXServiceException {
356
+ name = "SubnetGroupAlreadyExistsFault";
357
+ $fault = "client";
358
+ constructor(opts) {
359
+ super({
360
+ name: "SubnetGroupAlreadyExistsFault",
361
+ $fault: "client",
362
+ ...opts,
363
+ });
364
+ Object.setPrototypeOf(this, SubnetGroupAlreadyExistsFault.prototype);
365
+ }
366
+ }
367
+ class SubnetGroupQuotaExceededFault extends DAXServiceException {
368
+ name = "SubnetGroupQuotaExceededFault";
369
+ $fault = "client";
370
+ constructor(opts) {
371
+ super({
372
+ name: "SubnetGroupQuotaExceededFault",
373
+ $fault: "client",
374
+ ...opts,
375
+ });
376
+ Object.setPrototypeOf(this, SubnetGroupQuotaExceededFault.prototype);
377
+ }
378
+ }
379
+ class SubnetNotAllowedFault extends DAXServiceException {
380
+ name = "SubnetNotAllowedFault";
381
+ $fault = "client";
382
+ constructor(opts) {
383
+ super({
384
+ name: "SubnetNotAllowedFault",
385
+ $fault: "client",
386
+ ...opts,
387
+ });
388
+ Object.setPrototypeOf(this, SubnetNotAllowedFault.prototype);
389
+ }
390
+ }
391
+ class SubnetQuotaExceededFault extends DAXServiceException {
392
+ name = "SubnetQuotaExceededFault";
393
+ $fault = "client";
394
+ constructor(opts) {
395
+ super({
396
+ name: "SubnetQuotaExceededFault",
397
+ $fault: "client",
398
+ ...opts,
399
+ });
400
+ Object.setPrototypeOf(this, SubnetQuotaExceededFault.prototype);
401
+ }
402
+ }
403
+ class ClusterNotFoundFault extends DAXServiceException {
404
+ name = "ClusterNotFoundFault";
405
+ $fault = "client";
406
+ constructor(opts) {
407
+ super({
408
+ name: "ClusterNotFoundFault",
409
+ $fault: "client",
410
+ ...opts,
411
+ });
412
+ Object.setPrototypeOf(this, ClusterNotFoundFault.prototype);
413
+ }
414
+ }
415
+ class NodeNotFoundFault extends DAXServiceException {
416
+ name = "NodeNotFoundFault";
417
+ $fault = "client";
418
+ constructor(opts) {
419
+ super({
420
+ name: "NodeNotFoundFault",
421
+ $fault: "client",
422
+ ...opts,
423
+ });
424
+ Object.setPrototypeOf(this, NodeNotFoundFault.prototype);
425
+ }
426
+ }
427
+ class SubnetGroupInUseFault extends DAXServiceException {
428
+ name = "SubnetGroupInUseFault";
429
+ $fault = "client";
430
+ constructor(opts) {
431
+ super({
432
+ name: "SubnetGroupInUseFault",
433
+ $fault: "client",
434
+ ...opts,
435
+ });
436
+ Object.setPrototypeOf(this, SubnetGroupInUseFault.prototype);
437
+ }
438
+ }
439
+ class InvalidARNFault extends DAXServiceException {
440
+ name = "InvalidARNFault";
441
+ $fault = "client";
442
+ constructor(opts) {
443
+ super({
444
+ name: "InvalidARNFault",
445
+ $fault: "client",
446
+ ...opts,
447
+ });
448
+ Object.setPrototypeOf(this, InvalidARNFault.prototype);
449
+ }
450
+ }
451
+ class TagNotFoundFault extends DAXServiceException {
452
+ name = "TagNotFoundFault";
453
+ $fault = "client";
454
+ constructor(opts) {
455
+ super({
456
+ name: "TagNotFoundFault",
457
+ $fault: "client",
458
+ ...opts,
459
+ });
460
+ Object.setPrototypeOf(this, TagNotFoundFault.prototype);
461
+ }
462
+ }
463
+ class SubnetInUse extends DAXServiceException {
464
+ name = "SubnetInUse";
465
+ $fault = "client";
466
+ constructor(opts) {
467
+ super({
468
+ name: "SubnetInUse",
469
+ $fault: "client",
470
+ ...opts,
471
+ });
472
+ Object.setPrototypeOf(this, SubnetInUse.prototype);
473
+ }
474
+ }
475
+
476
+ const _A = "Address";
477
+ const _AN = "ActiveNodes";
478
+ const _AV = "AllowedValues";
479
+ const _AZ = "AvailabilityZones";
480
+ const _AZv = "AvailabilityZone";
481
+ const _C = "Cluster";
482
+ const _CA = "ClusterArn";
483
+ const _CAEF = "ClusterAlreadyExistsFault";
484
+ const _CC = "CreateCluster";
485
+ const _CCR = "CreateClusterRequest";
486
+ const _CCRr = "CreateClusterResponse";
487
+ const _CDE = "ClusterDiscoveryEndpoint";
488
+ const _CEET = "ClusterEndpointEncryptionType";
489
+ const _CL = "ClusterList";
490
+ const _CN = "ClusterName";
491
+ const _CNFF = "ClusterNotFoundFault";
492
+ const _CNl = "ClusterNames";
493
+ const _CPG = "CreateParameterGroup";
494
+ const _CPGR = "CreateParameterGroupRequest";
495
+ const _CPGRr = "CreateParameterGroupResponse";
496
+ const _CQFCEF = "ClusterQuotaForCustomerExceededFault";
497
+ const _CSG = "CreateSubnetGroup";
498
+ const _CSGR = "CreateSubnetGroupRequest";
499
+ const _CSGRr = "CreateSubnetGroupResponse";
500
+ const _CT = "ChangeType";
501
+ const _Cl = "Clusters";
502
+ const _D = "Description";
503
+ const _DC = "DeleteCluster";
504
+ const _DCR = "DeleteClusterRequest";
505
+ const _DCRe = "DeleteClusterResponse";
506
+ const _DCRes = "DescribeClustersRequest";
507
+ const _DCResc = "DescribeClustersResponse";
508
+ const _DCe = "DescribeClusters";
509
+ const _DDP = "DescribeDefaultParameters";
510
+ const _DDPR = "DescribeDefaultParametersRequest";
511
+ const _DDPRe = "DescribeDefaultParametersResponse";
512
+ const _DE = "DescribeEvents";
513
+ const _DER = "DescribeEventsRequest";
514
+ const _DERe = "DescribeEventsResponse";
515
+ const _DM = "DeletionMessage";
516
+ const _DP = "DescribeParameters";
517
+ const _DPG = "DeleteParameterGroup";
518
+ const _DPGR = "DeleteParameterGroupRequest";
519
+ const _DPGRe = "DeleteParameterGroupResponse";
520
+ const _DPGRes = "DescribeParameterGroupsRequest";
521
+ const _DPGResc = "DescribeParameterGroupsResponse";
522
+ const _DPGe = "DescribeParameterGroups";
523
+ const _DPR = "DescribeParametersRequest";
524
+ const _DPRe = "DescribeParametersResponse";
525
+ const _DRF = "DecreaseReplicationFactor";
526
+ const _DRFR = "DecreaseReplicationFactorRequest";
527
+ const _DRFRe = "DecreaseReplicationFactorResponse";
528
+ const _DSG = "DeleteSubnetGroup";
529
+ const _DSGR = "DeleteSubnetGroupRequest";
530
+ const _DSGRe = "DeleteSubnetGroupResponse";
531
+ const _DSGRes = "DescribeSubnetGroupsRequest";
532
+ const _DSGResc = "DescribeSubnetGroupsResponse";
533
+ const _DSGe = "DescribeSubnetGroups";
534
+ const _DT = "DataType";
535
+ const _Da = "Date";
536
+ const _Du = "Duration";
537
+ const _E = "Events";
538
+ const _EL = "EventList";
539
+ const _ET = "EndTime";
540
+ const _En = "Endpoint";
541
+ const _Ena = "Enabled";
542
+ const _Ev = "Event";
543
+ const _IARNF = "InvalidARNFault";
544
+ const _ICCF = "InsufficientClusterCapacityFault";
545
+ const _ICSF = "InvalidClusterStateFault";
546
+ const _IM = "IsModifiable";
547
+ const _IPCE = "InvalidParameterCombinationException";
548
+ const _IPGSF = "InvalidParameterGroupStateFault";
549
+ const _IPVE = "InvalidParameterValueException";
550
+ const _IRA = "IamRoleArn";
551
+ const _IRF = "IncreaseReplicationFactor";
552
+ const _IRFR = "IncreaseReplicationFactorRequest";
553
+ const _IRFRn = "IncreaseReplicationFactorResponse";
554
+ const _IS = "InvalidSubnet";
555
+ const _IVPCNSF = "InvalidVPCNetworkStateFault";
556
+ const _K = "Key";
557
+ const _LT = "ListTags";
558
+ const _LTR = "ListTagsRequest";
559
+ const _LTRi = "ListTagsResponse";
560
+ const _M = "Message";
561
+ const _MR = "MaxResults";
562
+ const _N = "Nodes";
563
+ const _NC = "NotificationConfiguration";
564
+ const _NCT = "NodeCreateTime";
565
+ const _NI = "NodeId";
566
+ const _NITR = "NodeIdsToRemove";
567
+ const _NITRo = "NodeIdsToReboot";
568
+ const _NL = "NodeList";
569
+ const _NNFF = "NodeNotFoundFault";
570
+ const _NQFCEF = "NodeQuotaForClusterExceededFault";
571
+ const _NQFCEFo = "NodeQuotaForCustomerExceededFault";
572
+ const _NRF = "NewReplicationFactor";
573
+ const _NS = "NodeStatus";
574
+ const _NT = "NodeType";
575
+ const _NTA = "NotificationTopicArn";
576
+ const _NTS = "NotificationTopicStatus";
577
+ const _NTSV = "NodeTypeSpecificValue";
578
+ const _NTSVL = "NodeTypeSpecificValueList";
579
+ const _NTSVo = "NodeTypeSpecificValues";
580
+ const _NTe = "NetworkType";
581
+ const _NTex = "NextToken";
582
+ const _No = "Node";
583
+ const _P = "Parameters";
584
+ const _PAS = "ParameterApplyStatus";
585
+ const _PG = "ParameterGroup";
586
+ const _PGAEF = "ParameterGroupAlreadyExistsFault";
587
+ const _PGL = "ParameterGroupList";
588
+ const _PGN = "ParameterGroupName";
589
+ const _PGNFF = "ParameterGroupNotFoundFault";
590
+ const _PGNa = "ParameterGroupNames";
591
+ const _PGQEF = "ParameterGroupQuotaExceededFault";
592
+ const _PGS = "ParameterGroupStatus";
593
+ const _PGa = "ParameterGroups";
594
+ const _PL = "ParameterList";
595
+ const _PMW = "PreferredMaintenanceWindow";
596
+ const _PN = "ParameterName";
597
+ const _PNV = "ParameterNameValue";
598
+ const _PNVL = "ParameterNameValueList";
599
+ const _PNVa = "ParameterNameValues";
600
+ const _PT = "ParameterType";
601
+ const _PV = "ParameterValue";
602
+ const _Pa = "Parameter";
603
+ const _Po = "Port";
604
+ const _RF = "ReplicationFactor";
605
+ const _RN = "ResourceName";
606
+ const _RNR = "RebootNodeRequest";
607
+ const _RNRe = "RebootNodeResponse";
608
+ const _RNe = "RebootNode";
609
+ const _S = "Status";
610
+ const _SAZ = "SubnetAvailabilityZone";
611
+ const _SG = "SubnetGroup";
612
+ const _SGAEF = "SubnetGroupAlreadyExistsFault";
613
+ const _SGI = "SecurityGroupIds";
614
+ const _SGIUF = "SubnetGroupInUseFault";
615
+ const _SGIe = "SecurityGroupIdentifier";
616
+ const _SGL = "SubnetGroupList";
617
+ const _SGM = "SecurityGroupMembership";
618
+ const _SGML = "SecurityGroupMembershipList";
619
+ const _SGN = "SubnetGroupName";
620
+ const _SGNFF = "SubnetGroupNotFoundFault";
621
+ const _SGNu = "SubnetGroupNames";
622
+ const _SGQEF = "SubnetGroupQuotaExceededFault";
623
+ const _SGe = "SecurityGroups";
624
+ const _SGu = "SubnetGroups";
625
+ const _SI = "SubnetIds";
626
+ const _SIU = "SubnetInUse";
627
+ const _SIu = "SubnetIdentifier";
628
+ const _SL = "SubnetList";
629
+ const _SLRNFF = "ServiceLinkedRoleNotFoundFault";
630
+ const _SN = "SourceName";
631
+ const _SNAF = "SubnetNotAllowedFault";
632
+ const _SNT = "SupportedNetworkTypes";
633
+ const _SQEE = "ServiceQuotaExceededException";
634
+ const _SQEF = "SubnetQuotaExceededFault";
635
+ const _SSED = "SSEDescription";
636
+ const _SSES = "SSESpecification";
637
+ const _ST = "SourceType";
638
+ const _STt = "StartTime";
639
+ const _So = "Source";
640
+ const _Su = "Subnet";
641
+ const _Sub = "Subnets";
642
+ const _T = "Tags";
643
+ const _TA = "TopicArn";
644
+ const _TK = "TagKeys";
645
+ const _TL = "TagList";
646
+ const _TN = "TotalNodes";
647
+ const _TNFF = "TagNotFoundFault";
648
+ const _TQPRE = "TagQuotaPerResourceExceeded";
649
+ const _TR = "TagResource";
650
+ const _TRR = "TagResourceRequest";
651
+ const _TRRa = "TagResourceResponse";
652
+ const _TS = "TopicStatus";
653
+ const _Ta = "Tag";
654
+ const _UC = "UpdateCluster";
655
+ const _UCR = "UpdateClusterRequest";
656
+ const _UCRp = "UpdateClusterResponse";
657
+ const _UPG = "UpdateParameterGroup";
658
+ const _UPGR = "UpdateParameterGroupRequest";
659
+ const _UPGRp = "UpdateParameterGroupResponse";
660
+ const _UR = "UntagResource";
661
+ const _URL = "URL";
662
+ const _URR = "UntagResourceRequest";
663
+ const _URRn = "UntagResourceResponse";
664
+ const _USG = "UpdateSubnetGroup";
665
+ const _USGR = "UpdateSubnetGroupRequest";
666
+ const _USGRp = "UpdateSubnetGroupResponse";
667
+ const _V = "Value";
668
+ const _VI = "VpcId";
669
+ const _aQE = "awsQueryError";
670
+ const _c = "client";
671
+ const _e = "error";
672
+ const _hE = "httpError";
673
+ const _m = "message";
674
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.dax";
675
+ const n0 = "com.amazonaws.dax";
676
+ const _s_registry = TypeRegistry.for(_s);
677
+ var DAXServiceException$ = [-3, _s, "DAXServiceException", 0, [], []];
678
+ _s_registry.registerError(DAXServiceException$, DAXServiceException);
679
+ const n0_registry = TypeRegistry.for(n0);
680
+ var ClusterAlreadyExistsFault$ = [-3, n0, _CAEF,
681
+ { [_aQE]: [`ClusterAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
682
+ [_m],
683
+ [0]
684
+ ];
685
+ n0_registry.registerError(ClusterAlreadyExistsFault$, ClusterAlreadyExistsFault);
686
+ var ClusterNotFoundFault$ = [-3, n0, _CNFF,
687
+ { [_aQE]: [`ClusterNotFound`, 404], [_e]: _c, [_hE]: 404 },
688
+ [_m],
689
+ [0]
690
+ ];
691
+ n0_registry.registerError(ClusterNotFoundFault$, ClusterNotFoundFault);
692
+ var ClusterQuotaForCustomerExceededFault$ = [-3, n0, _CQFCEF,
693
+ { [_aQE]: [`ClusterQuotaForCustomerExceeded`, 400], [_e]: _c, [_hE]: 400 },
694
+ [_m],
695
+ [0]
696
+ ];
697
+ n0_registry.registerError(ClusterQuotaForCustomerExceededFault$, ClusterQuotaForCustomerExceededFault);
698
+ var InsufficientClusterCapacityFault$ = [-3, n0, _ICCF,
699
+ { [_aQE]: [`InsufficientClusterCapacity`, 400], [_e]: _c, [_hE]: 400 },
700
+ [_m],
701
+ [0]
702
+ ];
703
+ n0_registry.registerError(InsufficientClusterCapacityFault$, InsufficientClusterCapacityFault);
704
+ var InvalidARNFault$ = [-3, n0, _IARNF,
705
+ { [_aQE]: [`InvalidARN`, 400], [_e]: _c, [_hE]: 400 },
706
+ [_m],
707
+ [0]
708
+ ];
709
+ n0_registry.registerError(InvalidARNFault$, InvalidARNFault);
710
+ var InvalidClusterStateFault$ = [-3, n0, _ICSF,
711
+ { [_aQE]: [`InvalidClusterState`, 400], [_e]: _c, [_hE]: 400 },
712
+ [_m],
713
+ [0]
714
+ ];
715
+ n0_registry.registerError(InvalidClusterStateFault$, InvalidClusterStateFault);
716
+ var InvalidParameterCombinationException$ = [-3, n0, _IPCE,
717
+ { [_aQE]: [`InvalidParameterCombination`, 400], [_e]: _c, [_hE]: 400 },
718
+ [_m],
719
+ [0]
720
+ ];
721
+ n0_registry.registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
722
+ var InvalidParameterGroupStateFault$ = [-3, n0, _IPGSF,
723
+ { [_aQE]: [`InvalidParameterGroupState`, 400], [_e]: _c, [_hE]: 400 },
724
+ [_m],
725
+ [0]
726
+ ];
727
+ n0_registry.registerError(InvalidParameterGroupStateFault$, InvalidParameterGroupStateFault);
728
+ var InvalidParameterValueException$ = [-3, n0, _IPVE,
729
+ { [_aQE]: [`InvalidParameterValue`, 400], [_e]: _c, [_hE]: 400 },
730
+ [_m],
731
+ [0]
732
+ ];
733
+ n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
734
+ var InvalidSubnet$ = [-3, n0, _IS,
735
+ { [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
736
+ [_m],
737
+ [0]
738
+ ];
739
+ n0_registry.registerError(InvalidSubnet$, InvalidSubnet);
740
+ var InvalidVPCNetworkStateFault$ = [-3, n0, _IVPCNSF,
741
+ { [_aQE]: [`InvalidVPCNetworkStateFault`, 400], [_e]: _c, [_hE]: 400 },
742
+ [_m],
743
+ [0]
744
+ ];
745
+ n0_registry.registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
746
+ var NodeNotFoundFault$ = [-3, n0, _NNFF,
747
+ { [_aQE]: [`NodeNotFound`, 404], [_e]: _c, [_hE]: 404 },
748
+ [_m],
749
+ [0]
750
+ ];
751
+ n0_registry.registerError(NodeNotFoundFault$, NodeNotFoundFault);
752
+ var NodeQuotaForClusterExceededFault$ = [-3, n0, _NQFCEF,
753
+ { [_aQE]: [`NodeQuotaForClusterExceeded`, 400], [_e]: _c, [_hE]: 400 },
754
+ [_m],
755
+ [0]
756
+ ];
757
+ n0_registry.registerError(NodeQuotaForClusterExceededFault$, NodeQuotaForClusterExceededFault);
758
+ var NodeQuotaForCustomerExceededFault$ = [-3, n0, _NQFCEFo,
759
+ { [_aQE]: [`NodeQuotaForCustomerExceeded`, 400], [_e]: _c, [_hE]: 400 },
760
+ [_m],
761
+ [0]
762
+ ];
763
+ n0_registry.registerError(NodeQuotaForCustomerExceededFault$, NodeQuotaForCustomerExceededFault);
764
+ var ParameterGroupAlreadyExistsFault$ = [-3, n0, _PGAEF,
765
+ { [_aQE]: [`ParameterGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
766
+ [_m],
767
+ [0]
768
+ ];
769
+ n0_registry.registerError(ParameterGroupAlreadyExistsFault$, ParameterGroupAlreadyExistsFault);
770
+ var ParameterGroupNotFoundFault$ = [-3, n0, _PGNFF,
771
+ { [_aQE]: [`ParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
772
+ [_m],
773
+ [0]
774
+ ];
775
+ n0_registry.registerError(ParameterGroupNotFoundFault$, ParameterGroupNotFoundFault);
776
+ var ParameterGroupQuotaExceededFault$ = [-3, n0, _PGQEF,
777
+ { [_aQE]: [`ParameterGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
778
+ [_m],
779
+ [0]
780
+ ];
781
+ n0_registry.registerError(ParameterGroupQuotaExceededFault$, ParameterGroupQuotaExceededFault);
782
+ var ServiceLinkedRoleNotFoundFault$ = [-3, n0, _SLRNFF,
783
+ { [_aQE]: [`ServiceLinkedRoleNotFoundFault`, 400], [_e]: _c, [_hE]: 400 },
784
+ [_m],
785
+ [0]
786
+ ];
787
+ n0_registry.registerError(ServiceLinkedRoleNotFoundFault$, ServiceLinkedRoleNotFoundFault);
788
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
789
+ { [_aQE]: [`ServiceQuotaExceeded`, 402], [_e]: _c, [_hE]: 402 },
790
+ [],
791
+ []
792
+ ];
793
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
794
+ var SubnetGroupAlreadyExistsFault$ = [-3, n0, _SGAEF,
795
+ { [_aQE]: [`SubnetGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
796
+ [_m],
797
+ [0]
798
+ ];
799
+ n0_registry.registerError(SubnetGroupAlreadyExistsFault$, SubnetGroupAlreadyExistsFault);
800
+ var SubnetGroupInUseFault$ = [-3, n0, _SGIUF,
801
+ { [_aQE]: [`SubnetGroupInUse`, 400], [_e]: _c, [_hE]: 400 },
802
+ [_m],
803
+ [0]
804
+ ];
805
+ n0_registry.registerError(SubnetGroupInUseFault$, SubnetGroupInUseFault);
806
+ var SubnetGroupNotFoundFault$ = [-3, n0, _SGNFF,
807
+ { [_aQE]: [`SubnetGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
808
+ [_m],
809
+ [0]
810
+ ];
811
+ n0_registry.registerError(SubnetGroupNotFoundFault$, SubnetGroupNotFoundFault);
812
+ var SubnetGroupQuotaExceededFault$ = [-3, n0, _SGQEF,
813
+ { [_aQE]: [`SubnetGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
814
+ [_m],
815
+ [0]
816
+ ];
817
+ n0_registry.registerError(SubnetGroupQuotaExceededFault$, SubnetGroupQuotaExceededFault);
818
+ var SubnetInUse$ = [-3, n0, _SIU,
819
+ { [_aQE]: [`SubnetInUse`, 400], [_e]: _c, [_hE]: 400 },
820
+ [_m],
821
+ [0]
822
+ ];
823
+ n0_registry.registerError(SubnetInUse$, SubnetInUse);
824
+ var SubnetNotAllowedFault$ = [-3, n0, _SNAF,
825
+ { [_aQE]: [`SubnetNotAllowedFault`, 400], [_e]: _c, [_hE]: 400 },
826
+ [_m],
827
+ [0]
828
+ ];
829
+ n0_registry.registerError(SubnetNotAllowedFault$, SubnetNotAllowedFault);
830
+ var SubnetQuotaExceededFault$ = [-3, n0, _SQEF,
831
+ { [_aQE]: [`SubnetQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
832
+ [_m],
833
+ [0]
834
+ ];
835
+ n0_registry.registerError(SubnetQuotaExceededFault$, SubnetQuotaExceededFault);
836
+ var TagNotFoundFault$ = [-3, n0, _TNFF,
837
+ { [_aQE]: [`TagNotFound`, 404], [_e]: _c, [_hE]: 404 },
838
+ [_m],
839
+ [0]
840
+ ];
841
+ n0_registry.registerError(TagNotFoundFault$, TagNotFoundFault);
842
+ var TagQuotaPerResourceExceeded$ = [-3, n0, _TQPRE,
843
+ { [_aQE]: [`TagQuotaPerResourceExceeded`, 400], [_e]: _c, [_hE]: 400 },
844
+ [_m],
845
+ [0]
846
+ ];
847
+ n0_registry.registerError(TagQuotaPerResourceExceeded$, TagQuotaPerResourceExceeded);
848
+ const errorTypeRegistries = [
849
+ _s_registry,
850
+ n0_registry,
851
+ ];
852
+ var Cluster$ = [3, n0, _C,
853
+ 0,
854
+ [_CN, _D, _CA, _TN, _AN, _NT, _S, _CDE, _NITR, _N, _PMW, _NC, _SG, _SGe, _IRA, _PG, _SSED, _CEET, _NTe],
855
+ [0, 0, 0, 1, 1, 0, 0, () => Endpoint$, 64 | 0, () => NodeList, 0, () => NotificationConfiguration$, 0, () => SecurityGroupMembershipList, 0, () => ParameterGroupStatus$, () => SSEDescription$, 0, 0]
856
+ ];
857
+ var CreateClusterRequest$ = [3, n0, _CCR,
858
+ 0,
859
+ [_CN, _NT, _RF, _IRA, _D, _AZ, _SGN, _SGI, _PMW, _NTA, _PGN, _T, _SSES, _CEET, _NTe],
860
+ [0, 0, 1, 0, 0, 64 | 0, 0, 64 | 0, 0, 0, 0, () => TagList, () => SSESpecification$, 0, 0], 4
861
+ ];
862
+ var CreateClusterResponse$ = [3, n0, _CCRr,
863
+ 0,
864
+ [_C],
865
+ [() => Cluster$]
866
+ ];
867
+ var CreateParameterGroupRequest$ = [3, n0, _CPGR,
868
+ 0,
869
+ [_PGN, _D],
870
+ [0, 0], 1
871
+ ];
872
+ var CreateParameterGroupResponse$ = [3, n0, _CPGRr,
873
+ 0,
874
+ [_PG],
875
+ [() => ParameterGroup$]
876
+ ];
877
+ var CreateSubnetGroupRequest$ = [3, n0, _CSGR,
878
+ 0,
879
+ [_SGN, _SI, _D],
880
+ [0, 64 | 0, 0], 2
881
+ ];
882
+ var CreateSubnetGroupResponse$ = [3, n0, _CSGRr,
883
+ 0,
884
+ [_SG],
885
+ [() => SubnetGroup$]
886
+ ];
887
+ var DecreaseReplicationFactorRequest$ = [3, n0, _DRFR,
888
+ 0,
889
+ [_CN, _NRF, _AZ, _NITR],
890
+ [0, 1, 64 | 0, 64 | 0], 2
891
+ ];
892
+ var DecreaseReplicationFactorResponse$ = [3, n0, _DRFRe,
893
+ 0,
894
+ [_C],
895
+ [() => Cluster$]
896
+ ];
897
+ var DeleteClusterRequest$ = [3, n0, _DCR,
898
+ 0,
899
+ [_CN],
900
+ [0], 1
901
+ ];
902
+ var DeleteClusterResponse$ = [3, n0, _DCRe,
903
+ 0,
904
+ [_C],
905
+ [() => Cluster$]
906
+ ];
907
+ var DeleteParameterGroupRequest$ = [3, n0, _DPGR,
908
+ 0,
909
+ [_PGN],
910
+ [0], 1
911
+ ];
912
+ var DeleteParameterGroupResponse$ = [3, n0, _DPGRe,
913
+ 0,
914
+ [_DM],
915
+ [0]
916
+ ];
917
+ var DeleteSubnetGroupRequest$ = [3, n0, _DSGR,
918
+ 0,
919
+ [_SGN],
920
+ [0], 1
921
+ ];
922
+ var DeleteSubnetGroupResponse$ = [3, n0, _DSGRe,
923
+ 0,
924
+ [_DM],
925
+ [0]
926
+ ];
927
+ var DescribeClustersRequest$ = [3, n0, _DCRes,
928
+ 0,
929
+ [_CNl, _MR, _NTex],
930
+ [64 | 0, 1, 0]
931
+ ];
932
+ var DescribeClustersResponse$ = [3, n0, _DCResc,
933
+ 0,
934
+ [_NTex, _Cl],
935
+ [0, () => ClusterList]
936
+ ];
937
+ var DescribeDefaultParametersRequest$ = [3, n0, _DDPR,
938
+ 0,
939
+ [_MR, _NTex],
940
+ [1, 0]
941
+ ];
942
+ var DescribeDefaultParametersResponse$ = [3, n0, _DDPRe,
943
+ 0,
944
+ [_NTex, _P],
945
+ [0, () => ParameterList]
946
+ ];
947
+ var DescribeEventsRequest$ = [3, n0, _DER,
948
+ 0,
949
+ [_SN, _ST, _STt, _ET, _Du, _MR, _NTex],
950
+ [0, 0, 4, 4, 1, 1, 0]
951
+ ];
952
+ var DescribeEventsResponse$ = [3, n0, _DERe,
953
+ 0,
954
+ [_NTex, _E],
955
+ [0, () => EventList]
956
+ ];
957
+ var DescribeParameterGroupsRequest$ = [3, n0, _DPGRes,
958
+ 0,
959
+ [_PGNa, _MR, _NTex],
960
+ [64 | 0, 1, 0]
961
+ ];
962
+ var DescribeParameterGroupsResponse$ = [3, n0, _DPGResc,
963
+ 0,
964
+ [_NTex, _PGa],
965
+ [0, () => ParameterGroupList]
966
+ ];
967
+ var DescribeParametersRequest$ = [3, n0, _DPR,
968
+ 0,
969
+ [_PGN, _So, _MR, _NTex],
970
+ [0, 0, 1, 0], 1
971
+ ];
972
+ var DescribeParametersResponse$ = [3, n0, _DPRe,
973
+ 0,
974
+ [_NTex, _P],
975
+ [0, () => ParameterList]
976
+ ];
977
+ var DescribeSubnetGroupsRequest$ = [3, n0, _DSGRes,
978
+ 0,
979
+ [_SGNu, _MR, _NTex],
980
+ [64 | 0, 1, 0]
981
+ ];
982
+ var DescribeSubnetGroupsResponse$ = [3, n0, _DSGResc,
983
+ 0,
984
+ [_NTex, _SGu],
985
+ [0, () => SubnetGroupList]
986
+ ];
987
+ var Endpoint$ = [3, n0, _En,
988
+ 0,
989
+ [_A, _Po, _URL],
990
+ [0, 1, 0]
991
+ ];
992
+ var Event$ = [3, n0, _Ev,
993
+ 0,
994
+ [_SN, _ST, _M, _Da],
995
+ [0, 0, 0, 4]
996
+ ];
997
+ var IncreaseReplicationFactorRequest$ = [3, n0, _IRFR,
998
+ 0,
999
+ [_CN, _NRF, _AZ],
1000
+ [0, 1, 64 | 0], 2
1001
+ ];
1002
+ var IncreaseReplicationFactorResponse$ = [3, n0, _IRFRn,
1003
+ 0,
1004
+ [_C],
1005
+ [() => Cluster$]
1006
+ ];
1007
+ var ListTagsRequest$ = [3, n0, _LTR,
1008
+ 0,
1009
+ [_RN, _NTex],
1010
+ [0, 0], 1
1011
+ ];
1012
+ var ListTagsResponse$ = [3, n0, _LTRi,
1013
+ 0,
1014
+ [_T, _NTex],
1015
+ [() => TagList, 0]
1016
+ ];
1017
+ var Node$ = [3, n0, _No,
1018
+ 0,
1019
+ [_NI, _En, _NCT, _AZv, _NS, _PGS],
1020
+ [0, () => Endpoint$, 4, 0, 0, 0]
1021
+ ];
1022
+ var NodeTypeSpecificValue$ = [3, n0, _NTSV,
1023
+ 0,
1024
+ [_NT, _V],
1025
+ [0, 0]
1026
+ ];
1027
+ var NotificationConfiguration$ = [3, n0, _NC,
1028
+ 0,
1029
+ [_TA, _TS],
1030
+ [0, 0]
1031
+ ];
1032
+ var Parameter$ = [3, n0, _Pa,
1033
+ 0,
1034
+ [_PN, _PT, _PV, _NTSVo, _D, _So, _DT, _AV, _IM, _CT],
1035
+ [0, 0, 0, () => NodeTypeSpecificValueList, 0, 0, 0, 0, 0, 0]
1036
+ ];
1037
+ var ParameterGroup$ = [3, n0, _PG,
1038
+ 0,
1039
+ [_PGN, _D],
1040
+ [0, 0]
1041
+ ];
1042
+ var ParameterGroupStatus$ = [3, n0, _PGS,
1043
+ 0,
1044
+ [_PGN, _PAS, _NITRo],
1045
+ [0, 0, 64 | 0]
1046
+ ];
1047
+ var ParameterNameValue$ = [3, n0, _PNV,
1048
+ 0,
1049
+ [_PN, _PV],
1050
+ [0, 0]
1051
+ ];
1052
+ var RebootNodeRequest$ = [3, n0, _RNR,
1053
+ 0,
1054
+ [_CN, _NI],
1055
+ [0, 0], 2
1056
+ ];
1057
+ var RebootNodeResponse$ = [3, n0, _RNRe,
1058
+ 0,
1059
+ [_C],
1060
+ [() => Cluster$]
1061
+ ];
1062
+ var SecurityGroupMembership$ = [3, n0, _SGM,
1063
+ 0,
1064
+ [_SGIe, _S],
1065
+ [0, 0]
1066
+ ];
1067
+ var SSEDescription$ = [3, n0, _SSED,
1068
+ 0,
1069
+ [_S],
1070
+ [0]
1071
+ ];
1072
+ var SSESpecification$ = [3, n0, _SSES,
1073
+ 0,
1074
+ [_Ena],
1075
+ [2], 1
1076
+ ];
1077
+ var Subnet$ = [3, n0, _Su,
1078
+ 0,
1079
+ [_SIu, _SAZ, _SNT],
1080
+ [0, 0, 64 | 0]
1081
+ ];
1082
+ var SubnetGroup$ = [3, n0, _SG,
1083
+ 0,
1084
+ [_SGN, _D, _VI, _Sub, _SNT],
1085
+ [0, 0, 0, () => SubnetList, 64 | 0]
1086
+ ];
1087
+ var Tag$ = [3, n0, _Ta,
1088
+ 0,
1089
+ [_K, _V],
1090
+ [0, 0]
1091
+ ];
1092
+ var TagResourceRequest$ = [3, n0, _TRR,
1093
+ 0,
1094
+ [_RN, _T],
1095
+ [0, () => TagList], 2
1096
+ ];
1097
+ var TagResourceResponse$ = [3, n0, _TRRa,
1098
+ 0,
1099
+ [_T],
1100
+ [() => TagList]
1101
+ ];
1102
+ var UntagResourceRequest$ = [3, n0, _URR,
1103
+ 0,
1104
+ [_RN, _TK],
1105
+ [0, 64 | 0], 2
1106
+ ];
1107
+ var UntagResourceResponse$ = [3, n0, _URRn,
1108
+ 0,
1109
+ [_T],
1110
+ [() => TagList]
1111
+ ];
1112
+ var UpdateClusterRequest$ = [3, n0, _UCR,
1113
+ 0,
1114
+ [_CN, _D, _PMW, _NTA, _NTS, _PGN, _SGI],
1115
+ [0, 0, 0, 0, 0, 0, 64 | 0], 1
1116
+ ];
1117
+ var UpdateClusterResponse$ = [3, n0, _UCRp,
1118
+ 0,
1119
+ [_C],
1120
+ [() => Cluster$]
1121
+ ];
1122
+ var UpdateParameterGroupRequest$ = [3, n0, _UPGR,
1123
+ 0,
1124
+ [_PGN, _PNVa],
1125
+ [0, () => ParameterNameValueList], 2
1126
+ ];
1127
+ var UpdateParameterGroupResponse$ = [3, n0, _UPGRp,
1128
+ 0,
1129
+ [_PG],
1130
+ [() => ParameterGroup$]
1131
+ ];
1132
+ var UpdateSubnetGroupRequest$ = [3, n0, _USGR,
1133
+ 0,
1134
+ [_SGN, _D, _SI],
1135
+ [0, 0, 64 | 0], 1
1136
+ ];
1137
+ var UpdateSubnetGroupResponse$ = [3, n0, _USGRp,
1138
+ 0,
1139
+ [_SG],
1140
+ [() => SubnetGroup$]
1141
+ ];
1142
+ var ClusterList = [1, n0, _CL,
1143
+ 0, () => Cluster$
1144
+ ];
1145
+ var EventList = [1, n0, _EL,
1146
+ 0, () => Event$
1147
+ ];
1148
+ var NodeList = [1, n0, _NL,
1149
+ 0, () => Node$
1150
+ ];
1151
+ var NodeTypeSpecificValueList = [1, n0, _NTSVL,
1152
+ 0, () => NodeTypeSpecificValue$
1153
+ ];
1154
+ var ParameterGroupList = [1, n0, _PGL,
1155
+ 0, () => ParameterGroup$
1156
+ ];
1157
+ var ParameterList = [1, n0, _PL,
1158
+ 0, () => Parameter$
1159
+ ];
1160
+ var ParameterNameValueList = [1, n0, _PNVL,
1161
+ 0, () => ParameterNameValue$
1162
+ ];
1163
+ var SecurityGroupMembershipList = [1, n0, _SGML,
1164
+ 0, () => SecurityGroupMembership$
1165
+ ];
1166
+ var SubnetGroupList = [1, n0, _SGL,
1167
+ 0, () => SubnetGroup$
1168
+ ];
1169
+ var SubnetList = [1, n0, _SL,
1170
+ 0, () => Subnet$
1171
+ ];
1172
+ var TagList = [1, n0, _TL,
1173
+ 0, () => Tag$
1174
+ ];
1175
+ var CreateCluster$ = [9, n0, _CC,
1176
+ 0, () => CreateClusterRequest$, () => CreateClusterResponse$
1177
+ ];
1178
+ var CreateParameterGroup$ = [9, n0, _CPG,
1179
+ 0, () => CreateParameterGroupRequest$, () => CreateParameterGroupResponse$
1180
+ ];
1181
+ var CreateSubnetGroup$ = [9, n0, _CSG,
1182
+ 0, () => CreateSubnetGroupRequest$, () => CreateSubnetGroupResponse$
1183
+ ];
1184
+ var DecreaseReplicationFactor$ = [9, n0, _DRF,
1185
+ 0, () => DecreaseReplicationFactorRequest$, () => DecreaseReplicationFactorResponse$
1186
+ ];
1187
+ var DeleteCluster$ = [9, n0, _DC,
1188
+ 0, () => DeleteClusterRequest$, () => DeleteClusterResponse$
1189
+ ];
1190
+ var DeleteParameterGroup$ = [9, n0, _DPG,
1191
+ 0, () => DeleteParameterGroupRequest$, () => DeleteParameterGroupResponse$
1192
+ ];
1193
+ var DeleteSubnetGroup$ = [9, n0, _DSG,
1194
+ 0, () => DeleteSubnetGroupRequest$, () => DeleteSubnetGroupResponse$
1195
+ ];
1196
+ var DescribeClusters$ = [9, n0, _DCe,
1197
+ 0, () => DescribeClustersRequest$, () => DescribeClustersResponse$
1198
+ ];
1199
+ var DescribeDefaultParameters$ = [9, n0, _DDP,
1200
+ 0, () => DescribeDefaultParametersRequest$, () => DescribeDefaultParametersResponse$
1201
+ ];
1202
+ var DescribeEvents$ = [9, n0, _DE,
1203
+ 0, () => DescribeEventsRequest$, () => DescribeEventsResponse$
1204
+ ];
1205
+ var DescribeParameterGroups$ = [9, n0, _DPGe,
1206
+ 0, () => DescribeParameterGroupsRequest$, () => DescribeParameterGroupsResponse$
1207
+ ];
1208
+ var DescribeParameters$ = [9, n0, _DP,
1209
+ 0, () => DescribeParametersRequest$, () => DescribeParametersResponse$
1210
+ ];
1211
+ var DescribeSubnetGroups$ = [9, n0, _DSGe,
1212
+ 0, () => DescribeSubnetGroupsRequest$, () => DescribeSubnetGroupsResponse$
1213
+ ];
1214
+ var IncreaseReplicationFactor$ = [9, n0, _IRF,
1215
+ 0, () => IncreaseReplicationFactorRequest$, () => IncreaseReplicationFactorResponse$
1216
+ ];
1217
+ var ListTags$ = [9, n0, _LT,
1218
+ 0, () => ListTagsRequest$, () => ListTagsResponse$
1219
+ ];
1220
+ var RebootNode$ = [9, n0, _RNe,
1221
+ 0, () => RebootNodeRequest$, () => RebootNodeResponse$
1222
+ ];
1223
+ var TagResource$ = [9, n0, _TR,
1224
+ 0, () => TagResourceRequest$, () => TagResourceResponse$
1225
+ ];
1226
+ var UntagResource$ = [9, n0, _UR,
1227
+ 0, () => UntagResourceRequest$, () => UntagResourceResponse$
1228
+ ];
1229
+ var UpdateCluster$ = [9, n0, _UC,
1230
+ 0, () => UpdateClusterRequest$, () => UpdateClusterResponse$
1231
+ ];
1232
+ var UpdateParameterGroup$ = [9, n0, _UPG,
1233
+ 0, () => UpdateParameterGroupRequest$, () => UpdateParameterGroupResponse$
1234
+ ];
1235
+ var UpdateSubnetGroup$ = [9, n0, _USG,
1236
+ 0, () => UpdateSubnetGroupRequest$, () => UpdateSubnetGroupResponse$
1237
+ ];
1238
+
1239
+ const getRuntimeConfig$1 = (config) => {
1240
+ return {
1241
+ apiVersion: "2017-04-19",
1242
+ base64Decoder: config?.base64Decoder ?? fromBase64,
1243
+ base64Encoder: config?.base64Encoder ?? toBase64,
1244
+ disableHostPrefix: config?.disableHostPrefix ?? false,
1245
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
1246
+ extensions: config?.extensions ?? [],
1247
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultDAXHttpAuthSchemeProvider,
1248
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
1249
+ {
1250
+ schemeId: "aws.auth#sigv4",
1251
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
1252
+ signer: new AwsSdkSigV4Signer(),
1253
+ },
1254
+ ],
1255
+ logger: config?.logger ?? new NoOpLogger(),
1256
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
1257
+ protocolSettings: config?.protocolSettings ?? {
1258
+ defaultNamespace: "com.amazonaws.dax",
1259
+ errorTypeRegistries,
1260
+ xmlNamespace: "http://dax.amazonaws.com/doc/2017-04-19/",
1261
+ version: "2017-04-19",
1262
+ serviceTarget: "AmazonDAXV3",
1263
+ },
1264
+ serviceId: config?.serviceId ?? "DAX",
1265
+ urlParser: config?.urlParser ?? parseUrl,
1266
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1267
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
1268
+ };
1269
+ };
1270
+
1271
+ const getRuntimeConfig = (config) => {
1272
+ emitWarningIfUnsupportedVersion(process.version);
1273
+ const defaultsMode = resolveDefaultsModeConfig(config);
1274
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
1275
+ const clientSharedValues = getRuntimeConfig$1(config);
1276
+ emitWarningIfUnsupportedVersion$1(process.version);
1277
+ const loaderConfig = {
1278
+ profile: config?.profile,
1279
+ logger: clientSharedValues.logger,
1280
+ };
1281
+ return {
1282
+ ...clientSharedValues,
1283
+ ...config,
1284
+ runtime: "node",
1285
+ defaultsMode,
1286
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
1287
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
1288
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
1289
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
1290
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
1291
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
1292
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
1293
+ retryMode: config?.retryMode ??
1294
+ loadConfig({
1295
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1296
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1297
+ }, config),
1298
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1299
+ streamCollector: config?.streamCollector ?? streamCollector,
1300
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1301
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1302
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
1303
+ };
1304
+ };
1305
+
34
1306
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
1307
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
1308
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -425,32 +1697,170 @@ const SourceType = {
425
1697
  };
426
1698
 
427
1699
  exports.ChangeType = ChangeType;
1700
+ exports.Cluster$ = Cluster$;
1701
+ exports.ClusterAlreadyExistsFault = ClusterAlreadyExistsFault;
1702
+ exports.ClusterAlreadyExistsFault$ = ClusterAlreadyExistsFault$;
428
1703
  exports.ClusterEndpointEncryptionType = ClusterEndpointEncryptionType;
1704
+ exports.ClusterNotFoundFault = ClusterNotFoundFault;
1705
+ exports.ClusterNotFoundFault$ = ClusterNotFoundFault$;
1706
+ exports.ClusterQuotaForCustomerExceededFault = ClusterQuotaForCustomerExceededFault;
1707
+ exports.ClusterQuotaForCustomerExceededFault$ = ClusterQuotaForCustomerExceededFault$;
1708
+ exports.CreateCluster$ = CreateCluster$;
429
1709
  exports.CreateClusterCommand = CreateClusterCommand;
1710
+ exports.CreateClusterRequest$ = CreateClusterRequest$;
1711
+ exports.CreateClusterResponse$ = CreateClusterResponse$;
1712
+ exports.CreateParameterGroup$ = CreateParameterGroup$;
430
1713
  exports.CreateParameterGroupCommand = CreateParameterGroupCommand;
1714
+ exports.CreateParameterGroupRequest$ = CreateParameterGroupRequest$;
1715
+ exports.CreateParameterGroupResponse$ = CreateParameterGroupResponse$;
1716
+ exports.CreateSubnetGroup$ = CreateSubnetGroup$;
431
1717
  exports.CreateSubnetGroupCommand = CreateSubnetGroupCommand;
1718
+ exports.CreateSubnetGroupRequest$ = CreateSubnetGroupRequest$;
1719
+ exports.CreateSubnetGroupResponse$ = CreateSubnetGroupResponse$;
432
1720
  exports.DAX = DAX;
433
1721
  exports.DAXClient = DAXClient;
1722
+ exports.DAXServiceException = DAXServiceException;
1723
+ exports.DAXServiceException$ = DAXServiceException$;
1724
+ exports.DecreaseReplicationFactor$ = DecreaseReplicationFactor$;
434
1725
  exports.DecreaseReplicationFactorCommand = DecreaseReplicationFactorCommand;
1726
+ exports.DecreaseReplicationFactorRequest$ = DecreaseReplicationFactorRequest$;
1727
+ exports.DecreaseReplicationFactorResponse$ = DecreaseReplicationFactorResponse$;
1728
+ exports.DeleteCluster$ = DeleteCluster$;
435
1729
  exports.DeleteClusterCommand = DeleteClusterCommand;
1730
+ exports.DeleteClusterRequest$ = DeleteClusterRequest$;
1731
+ exports.DeleteClusterResponse$ = DeleteClusterResponse$;
1732
+ exports.DeleteParameterGroup$ = DeleteParameterGroup$;
436
1733
  exports.DeleteParameterGroupCommand = DeleteParameterGroupCommand;
1734
+ exports.DeleteParameterGroupRequest$ = DeleteParameterGroupRequest$;
1735
+ exports.DeleteParameterGroupResponse$ = DeleteParameterGroupResponse$;
1736
+ exports.DeleteSubnetGroup$ = DeleteSubnetGroup$;
437
1737
  exports.DeleteSubnetGroupCommand = DeleteSubnetGroupCommand;
1738
+ exports.DeleteSubnetGroupRequest$ = DeleteSubnetGroupRequest$;
1739
+ exports.DeleteSubnetGroupResponse$ = DeleteSubnetGroupResponse$;
1740
+ exports.DescribeClusters$ = DescribeClusters$;
438
1741
  exports.DescribeClustersCommand = DescribeClustersCommand;
1742
+ exports.DescribeClustersRequest$ = DescribeClustersRequest$;
1743
+ exports.DescribeClustersResponse$ = DescribeClustersResponse$;
1744
+ exports.DescribeDefaultParameters$ = DescribeDefaultParameters$;
439
1745
  exports.DescribeDefaultParametersCommand = DescribeDefaultParametersCommand;
1746
+ exports.DescribeDefaultParametersRequest$ = DescribeDefaultParametersRequest$;
1747
+ exports.DescribeDefaultParametersResponse$ = DescribeDefaultParametersResponse$;
1748
+ exports.DescribeEvents$ = DescribeEvents$;
440
1749
  exports.DescribeEventsCommand = DescribeEventsCommand;
1750
+ exports.DescribeEventsRequest$ = DescribeEventsRequest$;
1751
+ exports.DescribeEventsResponse$ = DescribeEventsResponse$;
1752
+ exports.DescribeParameterGroups$ = DescribeParameterGroups$;
441
1753
  exports.DescribeParameterGroupsCommand = DescribeParameterGroupsCommand;
1754
+ exports.DescribeParameterGroupsRequest$ = DescribeParameterGroupsRequest$;
1755
+ exports.DescribeParameterGroupsResponse$ = DescribeParameterGroupsResponse$;
1756
+ exports.DescribeParameters$ = DescribeParameters$;
442
1757
  exports.DescribeParametersCommand = DescribeParametersCommand;
1758
+ exports.DescribeParametersRequest$ = DescribeParametersRequest$;
1759
+ exports.DescribeParametersResponse$ = DescribeParametersResponse$;
1760
+ exports.DescribeSubnetGroups$ = DescribeSubnetGroups$;
443
1761
  exports.DescribeSubnetGroupsCommand = DescribeSubnetGroupsCommand;
1762
+ exports.DescribeSubnetGroupsRequest$ = DescribeSubnetGroupsRequest$;
1763
+ exports.DescribeSubnetGroupsResponse$ = DescribeSubnetGroupsResponse$;
1764
+ exports.Endpoint$ = Endpoint$;
1765
+ exports.Event$ = Event$;
1766
+ exports.IncreaseReplicationFactor$ = IncreaseReplicationFactor$;
444
1767
  exports.IncreaseReplicationFactorCommand = IncreaseReplicationFactorCommand;
1768
+ exports.IncreaseReplicationFactorRequest$ = IncreaseReplicationFactorRequest$;
1769
+ exports.IncreaseReplicationFactorResponse$ = IncreaseReplicationFactorResponse$;
1770
+ exports.InsufficientClusterCapacityFault = InsufficientClusterCapacityFault;
1771
+ exports.InsufficientClusterCapacityFault$ = InsufficientClusterCapacityFault$;
1772
+ exports.InvalidARNFault = InvalidARNFault;
1773
+ exports.InvalidARNFault$ = InvalidARNFault$;
1774
+ exports.InvalidClusterStateFault = InvalidClusterStateFault;
1775
+ exports.InvalidClusterStateFault$ = InvalidClusterStateFault$;
1776
+ exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
1777
+ exports.InvalidParameterCombinationException$ = InvalidParameterCombinationException$;
1778
+ exports.InvalidParameterGroupStateFault = InvalidParameterGroupStateFault;
1779
+ exports.InvalidParameterGroupStateFault$ = InvalidParameterGroupStateFault$;
1780
+ exports.InvalidParameterValueException = InvalidParameterValueException;
1781
+ exports.InvalidParameterValueException$ = InvalidParameterValueException$;
1782
+ exports.InvalidSubnet = InvalidSubnet;
1783
+ exports.InvalidSubnet$ = InvalidSubnet$;
1784
+ exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;
1785
+ exports.InvalidVPCNetworkStateFault$ = InvalidVPCNetworkStateFault$;
445
1786
  exports.IsModifiable = IsModifiable;
1787
+ exports.ListTags$ = ListTags$;
446
1788
  exports.ListTagsCommand = ListTagsCommand;
1789
+ exports.ListTagsRequest$ = ListTagsRequest$;
1790
+ exports.ListTagsResponse$ = ListTagsResponse$;
447
1791
  exports.NetworkType = NetworkType;
1792
+ exports.Node$ = Node$;
1793
+ exports.NodeNotFoundFault = NodeNotFoundFault;
1794
+ exports.NodeNotFoundFault$ = NodeNotFoundFault$;
1795
+ exports.NodeQuotaForClusterExceededFault = NodeQuotaForClusterExceededFault;
1796
+ exports.NodeQuotaForClusterExceededFault$ = NodeQuotaForClusterExceededFault$;
1797
+ exports.NodeQuotaForCustomerExceededFault = NodeQuotaForCustomerExceededFault;
1798
+ exports.NodeQuotaForCustomerExceededFault$ = NodeQuotaForCustomerExceededFault$;
1799
+ exports.NodeTypeSpecificValue$ = NodeTypeSpecificValue$;
1800
+ exports.NotificationConfiguration$ = NotificationConfiguration$;
1801
+ exports.Parameter$ = Parameter$;
1802
+ exports.ParameterGroup$ = ParameterGroup$;
1803
+ exports.ParameterGroupAlreadyExistsFault = ParameterGroupAlreadyExistsFault;
1804
+ exports.ParameterGroupAlreadyExistsFault$ = ParameterGroupAlreadyExistsFault$;
1805
+ exports.ParameterGroupNotFoundFault = ParameterGroupNotFoundFault;
1806
+ exports.ParameterGroupNotFoundFault$ = ParameterGroupNotFoundFault$;
1807
+ exports.ParameterGroupQuotaExceededFault = ParameterGroupQuotaExceededFault;
1808
+ exports.ParameterGroupQuotaExceededFault$ = ParameterGroupQuotaExceededFault$;
1809
+ exports.ParameterGroupStatus$ = ParameterGroupStatus$;
1810
+ exports.ParameterNameValue$ = ParameterNameValue$;
448
1811
  exports.ParameterType = ParameterType;
1812
+ exports.RebootNode$ = RebootNode$;
449
1813
  exports.RebootNodeCommand = RebootNodeCommand;
1814
+ exports.RebootNodeRequest$ = RebootNodeRequest$;
1815
+ exports.RebootNodeResponse$ = RebootNodeResponse$;
1816
+ exports.SSEDescription$ = SSEDescription$;
1817
+ exports.SSESpecification$ = SSESpecification$;
450
1818
  exports.SSEStatus = SSEStatus;
1819
+ exports.SecurityGroupMembership$ = SecurityGroupMembership$;
1820
+ exports.ServiceLinkedRoleNotFoundFault = ServiceLinkedRoleNotFoundFault;
1821
+ exports.ServiceLinkedRoleNotFoundFault$ = ServiceLinkedRoleNotFoundFault$;
1822
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1823
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
451
1824
  exports.SourceType = SourceType;
1825
+ exports.Subnet$ = Subnet$;
1826
+ exports.SubnetGroup$ = SubnetGroup$;
1827
+ exports.SubnetGroupAlreadyExistsFault = SubnetGroupAlreadyExistsFault;
1828
+ exports.SubnetGroupAlreadyExistsFault$ = SubnetGroupAlreadyExistsFault$;
1829
+ exports.SubnetGroupInUseFault = SubnetGroupInUseFault;
1830
+ exports.SubnetGroupInUseFault$ = SubnetGroupInUseFault$;
1831
+ exports.SubnetGroupNotFoundFault = SubnetGroupNotFoundFault;
1832
+ exports.SubnetGroupNotFoundFault$ = SubnetGroupNotFoundFault$;
1833
+ exports.SubnetGroupQuotaExceededFault = SubnetGroupQuotaExceededFault;
1834
+ exports.SubnetGroupQuotaExceededFault$ = SubnetGroupQuotaExceededFault$;
1835
+ exports.SubnetInUse = SubnetInUse;
1836
+ exports.SubnetInUse$ = SubnetInUse$;
1837
+ exports.SubnetNotAllowedFault = SubnetNotAllowedFault;
1838
+ exports.SubnetNotAllowedFault$ = SubnetNotAllowedFault$;
1839
+ exports.SubnetQuotaExceededFault = SubnetQuotaExceededFault;
1840
+ exports.SubnetQuotaExceededFault$ = SubnetQuotaExceededFault$;
1841
+ exports.Tag$ = Tag$;
1842
+ exports.TagNotFoundFault = TagNotFoundFault;
1843
+ exports.TagNotFoundFault$ = TagNotFoundFault$;
1844
+ exports.TagQuotaPerResourceExceeded = TagQuotaPerResourceExceeded;
1845
+ exports.TagQuotaPerResourceExceeded$ = TagQuotaPerResourceExceeded$;
1846
+ exports.TagResource$ = TagResource$;
452
1847
  exports.TagResourceCommand = TagResourceCommand;
1848
+ exports.TagResourceRequest$ = TagResourceRequest$;
1849
+ exports.TagResourceResponse$ = TagResourceResponse$;
1850
+ exports.UntagResource$ = UntagResource$;
453
1851
  exports.UntagResourceCommand = UntagResourceCommand;
1852
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1853
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1854
+ exports.UpdateCluster$ = UpdateCluster$;
454
1855
  exports.UpdateClusterCommand = UpdateClusterCommand;
1856
+ exports.UpdateClusterRequest$ = UpdateClusterRequest$;
1857
+ exports.UpdateClusterResponse$ = UpdateClusterResponse$;
1858
+ exports.UpdateParameterGroup$ = UpdateParameterGroup$;
455
1859
  exports.UpdateParameterGroupCommand = UpdateParameterGroupCommand;
1860
+ exports.UpdateParameterGroupRequest$ = UpdateParameterGroupRequest$;
1861
+ exports.UpdateParameterGroupResponse$ = UpdateParameterGroupResponse$;
1862
+ exports.UpdateSubnetGroup$ = UpdateSubnetGroup$;
456
1863
  exports.UpdateSubnetGroupCommand = UpdateSubnetGroupCommand;
1864
+ exports.UpdateSubnetGroupRequest$ = UpdateSubnetGroupRequest$;
1865
+ exports.UpdateSubnetGroupResponse$ = UpdateSubnetGroupResponse$;
1866
+ exports.errorTypeRegistries = errorTypeRegistries;