@aws-sdk/client-dax 3.1068.0 → 3.1070.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +103 -123
- package/dist-cjs/models/DAXServiceException.js +4 -8
- package/dist-cjs/models/errors.js +57 -88
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +253 -171
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeEventsRequest$ = exports.DescribeDefaultParametersResponse$ = exports.DescribeDefaultParametersRequest$ = exports.DescribeClustersResponse$ = exports.DescribeClustersRequest$ = exports.DeleteSubnetGroupResponse$ = exports.DeleteSubnetGroupRequest$ = exports.DeleteParameterGroupResponse$ = exports.DeleteParameterGroupRequest$ = exports.DeleteClusterResponse$ = exports.DeleteClusterRequest$ = exports.DecreaseReplicationFactorResponse$ = exports.DecreaseReplicationFactorRequest$ = exports.CreateSubnetGroupResponse$ = exports.CreateSubnetGroupRequest$ = exports.CreateParameterGroupResponse$ = exports.CreateParameterGroupRequest$ = exports.CreateClusterResponse$ = exports.CreateClusterRequest$ = exports.Cluster$ = exports.errorTypeRegistries = exports.TagQuotaPerResourceExceeded$ = exports.TagNotFoundFault$ = exports.SubnetQuotaExceededFault$ = exports.SubnetNotAllowedFault$ = exports.SubnetInUse$ = exports.SubnetGroupQuotaExceededFault$ = exports.SubnetGroupNotFoundFault$ = exports.SubnetGroupInUseFault$ = exports.SubnetGroupAlreadyExistsFault$ = exports.ServiceQuotaExceededException$ = exports.ServiceLinkedRoleNotFoundFault$ = exports.ParameterGroupQuotaExceededFault$ = exports.ParameterGroupNotFoundFault$ = exports.ParameterGroupAlreadyExistsFault$ = exports.NodeQuotaForCustomerExceededFault$ = exports.NodeQuotaForClusterExceededFault$ = exports.NodeNotFoundFault$ = exports.InvalidVPCNetworkStateFault$ = exports.InvalidSubnet$ = exports.InvalidParameterValueException$ = exports.InvalidParameterGroupStateFault$ = exports.InvalidParameterCombinationException$ = exports.InvalidClusterStateFault$ = exports.InvalidARNFault$ = exports.InsufficientClusterCapacityFault$ = exports.ClusterQuotaForCustomerExceededFault$ = exports.ClusterNotFoundFault$ = exports.ClusterAlreadyExistsFault$ = exports.DAXServiceException$ = void 0;
|
|
4
|
-
exports.DescribeParameters$ = exports.DescribeParameterGroups$ = exports.DescribeEvents$ = exports.DescribeDefaultParameters$ = exports.DescribeClusters$ = exports.DeleteSubnetGroup$ = exports.DeleteParameterGroup$ = exports.DeleteCluster$ = exports.DecreaseReplicationFactor$ = exports.CreateSubnetGroup$ = exports.CreateParameterGroup$ = exports.CreateCluster$ = exports.UpdateSubnetGroupResponse$ = exports.UpdateSubnetGroupRequest$ = exports.UpdateParameterGroupResponse$ = exports.UpdateParameterGroupRequest$ = exports.UpdateClusterResponse$ = exports.UpdateClusterRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SubnetGroup$ = exports.Subnet$ = exports.SSESpecification$ = exports.SSEDescription$ = exports.SecurityGroupMembership$ = exports.RebootNodeResponse$ = exports.RebootNodeRequest$ = exports.ParameterNameValue$ = exports.ParameterGroupStatus$ = exports.ParameterGroup$ = exports.Parameter$ = exports.NotificationConfiguration$ = exports.NodeTypeSpecificValue$ = exports.Node$ = exports.ListTagsResponse$ = exports.ListTagsRequest$ = exports.IncreaseReplicationFactorResponse$ = exports.IncreaseReplicationFactorRequest$ = exports.Event$ = exports.Endpoint$ = exports.DescribeSubnetGroupsResponse$ = exports.DescribeSubnetGroupsRequest$ = exports.DescribeParametersResponse$ = exports.DescribeParametersRequest$ = exports.DescribeParameterGroupsResponse$ = exports.DescribeParameterGroupsRequest$ = exports.DescribeEventsResponse$ = void 0;
|
|
5
|
-
exports.UpdateSubnetGroup$ = exports.UpdateParameterGroup$ = exports.UpdateCluster$ = exports.UntagResource$ = exports.TagResource$ = exports.RebootNode$ = exports.ListTags$ = exports.IncreaseReplicationFactor$ = exports.DescribeSubnetGroups$ = void 0;
|
|
6
1
|
const _A = "Address";
|
|
7
2
|
const _AN = "ActiveNodes";
|
|
8
3
|
const _AV = "AllowedValues";
|
|
@@ -203,577 +198,664 @@ const _hE = "httpError";
|
|
|
203
198
|
const _m = "message";
|
|
204
199
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.dax";
|
|
205
200
|
const n0 = "com.amazonaws.dax";
|
|
206
|
-
const
|
|
207
|
-
const
|
|
208
|
-
const
|
|
209
|
-
const _s_registry =
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
201
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
202
|
+
const { DAXServiceException } = require("../models/DAXServiceException");
|
|
203
|
+
const { ClusterAlreadyExistsFault, ClusterNotFoundFault, ClusterQuotaForCustomerExceededFault, InsufficientClusterCapacityFault, InvalidARNFault, InvalidClusterStateFault, InvalidParameterCombinationException, InvalidParameterGroupStateFault, InvalidParameterValueException, InvalidSubnet, InvalidVPCNetworkStateFault, NodeNotFoundFault, NodeQuotaForClusterExceededFault, NodeQuotaForCustomerExceededFault, ParameterGroupAlreadyExistsFault, ParameterGroupNotFoundFault, ParameterGroupQuotaExceededFault, ServiceLinkedRoleNotFoundFault, ServiceQuotaExceededException, SubnetGroupAlreadyExistsFault, SubnetGroupInUseFault, SubnetGroupNotFoundFault, SubnetGroupQuotaExceededFault, SubnetInUse, SubnetNotAllowedFault, SubnetQuotaExceededFault, TagNotFoundFault, TagQuotaPerResourceExceeded } = require("../models/errors");
|
|
204
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
205
|
+
const DAXServiceException$ = [-3, _s, "DAXServiceException", 0, [], []];
|
|
206
|
+
exports.DAXServiceException$ = DAXServiceException$;
|
|
207
|
+
_s_registry.registerError(DAXServiceException$, DAXServiceException);
|
|
208
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
209
|
+
const ClusterAlreadyExistsFault$ = [-3, n0, _CAEF,
|
|
214
210
|
{ [_aQE]: [`ClusterAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
215
211
|
[_m],
|
|
216
212
|
[0]
|
|
217
213
|
];
|
|
218
|
-
|
|
219
|
-
|
|
214
|
+
exports.ClusterAlreadyExistsFault$ = ClusterAlreadyExistsFault$;
|
|
215
|
+
n0_registry.registerError(ClusterAlreadyExistsFault$, ClusterAlreadyExistsFault);
|
|
216
|
+
const ClusterNotFoundFault$ = [-3, n0, _CNFF,
|
|
220
217
|
{ [_aQE]: [`ClusterNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
221
218
|
[_m],
|
|
222
219
|
[0]
|
|
223
220
|
];
|
|
224
|
-
|
|
225
|
-
|
|
221
|
+
exports.ClusterNotFoundFault$ = ClusterNotFoundFault$;
|
|
222
|
+
n0_registry.registerError(ClusterNotFoundFault$, ClusterNotFoundFault);
|
|
223
|
+
const ClusterQuotaForCustomerExceededFault$ = [-3, n0, _CQFCEF,
|
|
226
224
|
{ [_aQE]: [`ClusterQuotaForCustomerExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
227
225
|
[_m],
|
|
228
226
|
[0]
|
|
229
227
|
];
|
|
230
|
-
|
|
231
|
-
|
|
228
|
+
exports.ClusterQuotaForCustomerExceededFault$ = ClusterQuotaForCustomerExceededFault$;
|
|
229
|
+
n0_registry.registerError(ClusterQuotaForCustomerExceededFault$, ClusterQuotaForCustomerExceededFault);
|
|
230
|
+
const InsufficientClusterCapacityFault$ = [-3, n0, _ICCF,
|
|
232
231
|
{ [_aQE]: [`InsufficientClusterCapacity`, 400], [_e]: _c, [_hE]: 400 },
|
|
233
232
|
[_m],
|
|
234
233
|
[0]
|
|
235
234
|
];
|
|
236
|
-
|
|
237
|
-
|
|
235
|
+
exports.InsufficientClusterCapacityFault$ = InsufficientClusterCapacityFault$;
|
|
236
|
+
n0_registry.registerError(InsufficientClusterCapacityFault$, InsufficientClusterCapacityFault);
|
|
237
|
+
const InvalidARNFault$ = [-3, n0, _IARNF,
|
|
238
238
|
{ [_aQE]: [`InvalidARN`, 400], [_e]: _c, [_hE]: 400 },
|
|
239
239
|
[_m],
|
|
240
240
|
[0]
|
|
241
241
|
];
|
|
242
|
-
|
|
243
|
-
|
|
242
|
+
exports.InvalidARNFault$ = InvalidARNFault$;
|
|
243
|
+
n0_registry.registerError(InvalidARNFault$, InvalidARNFault);
|
|
244
|
+
const InvalidClusterStateFault$ = [-3, n0, _ICSF,
|
|
244
245
|
{ [_aQE]: [`InvalidClusterState`, 400], [_e]: _c, [_hE]: 400 },
|
|
245
246
|
[_m],
|
|
246
247
|
[0]
|
|
247
248
|
];
|
|
248
|
-
|
|
249
|
-
|
|
249
|
+
exports.InvalidClusterStateFault$ = InvalidClusterStateFault$;
|
|
250
|
+
n0_registry.registerError(InvalidClusterStateFault$, InvalidClusterStateFault);
|
|
251
|
+
const InvalidParameterCombinationException$ = [-3, n0, _IPCE,
|
|
250
252
|
{ [_aQE]: [`InvalidParameterCombination`, 400], [_e]: _c, [_hE]: 400 },
|
|
251
253
|
[_m],
|
|
252
254
|
[0]
|
|
253
255
|
];
|
|
254
|
-
|
|
255
|
-
|
|
256
|
+
exports.InvalidParameterCombinationException$ = InvalidParameterCombinationException$;
|
|
257
|
+
n0_registry.registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
|
|
258
|
+
const InvalidParameterGroupStateFault$ = [-3, n0, _IPGSF,
|
|
256
259
|
{ [_aQE]: [`InvalidParameterGroupState`, 400], [_e]: _c, [_hE]: 400 },
|
|
257
260
|
[_m],
|
|
258
261
|
[0]
|
|
259
262
|
];
|
|
260
|
-
|
|
261
|
-
|
|
263
|
+
exports.InvalidParameterGroupStateFault$ = InvalidParameterGroupStateFault$;
|
|
264
|
+
n0_registry.registerError(InvalidParameterGroupStateFault$, InvalidParameterGroupStateFault);
|
|
265
|
+
const InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
262
266
|
{ [_aQE]: [`InvalidParameterValue`, 400], [_e]: _c, [_hE]: 400 },
|
|
263
267
|
[_m],
|
|
264
268
|
[0]
|
|
265
269
|
];
|
|
266
|
-
|
|
267
|
-
|
|
270
|
+
exports.InvalidParameterValueException$ = InvalidParameterValueException$;
|
|
271
|
+
n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
272
|
+
const InvalidSubnet$ = [-3, n0, _IS,
|
|
268
273
|
{ [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
|
|
269
274
|
[_m],
|
|
270
275
|
[0]
|
|
271
276
|
];
|
|
272
|
-
|
|
273
|
-
|
|
277
|
+
exports.InvalidSubnet$ = InvalidSubnet$;
|
|
278
|
+
n0_registry.registerError(InvalidSubnet$, InvalidSubnet);
|
|
279
|
+
const InvalidVPCNetworkStateFault$ = [-3, n0, _IVPCNSF,
|
|
274
280
|
{ [_aQE]: [`InvalidVPCNetworkStateFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
275
281
|
[_m],
|
|
276
282
|
[0]
|
|
277
283
|
];
|
|
278
|
-
|
|
279
|
-
|
|
284
|
+
exports.InvalidVPCNetworkStateFault$ = InvalidVPCNetworkStateFault$;
|
|
285
|
+
n0_registry.registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
|
|
286
|
+
const NodeNotFoundFault$ = [-3, n0, _NNFF,
|
|
280
287
|
{ [_aQE]: [`NodeNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
281
288
|
[_m],
|
|
282
289
|
[0]
|
|
283
290
|
];
|
|
284
|
-
|
|
285
|
-
|
|
291
|
+
exports.NodeNotFoundFault$ = NodeNotFoundFault$;
|
|
292
|
+
n0_registry.registerError(NodeNotFoundFault$, NodeNotFoundFault);
|
|
293
|
+
const NodeQuotaForClusterExceededFault$ = [-3, n0, _NQFCEF,
|
|
286
294
|
{ [_aQE]: [`NodeQuotaForClusterExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
287
295
|
[_m],
|
|
288
296
|
[0]
|
|
289
297
|
];
|
|
290
|
-
|
|
291
|
-
|
|
298
|
+
exports.NodeQuotaForClusterExceededFault$ = NodeQuotaForClusterExceededFault$;
|
|
299
|
+
n0_registry.registerError(NodeQuotaForClusterExceededFault$, NodeQuotaForClusterExceededFault);
|
|
300
|
+
const NodeQuotaForCustomerExceededFault$ = [-3, n0, _NQFCEFo,
|
|
292
301
|
{ [_aQE]: [`NodeQuotaForCustomerExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
293
302
|
[_m],
|
|
294
303
|
[0]
|
|
295
304
|
];
|
|
296
|
-
|
|
297
|
-
|
|
305
|
+
exports.NodeQuotaForCustomerExceededFault$ = NodeQuotaForCustomerExceededFault$;
|
|
306
|
+
n0_registry.registerError(NodeQuotaForCustomerExceededFault$, NodeQuotaForCustomerExceededFault);
|
|
307
|
+
const ParameterGroupAlreadyExistsFault$ = [-3, n0, _PGAEF,
|
|
298
308
|
{ [_aQE]: [`ParameterGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
299
309
|
[_m],
|
|
300
310
|
[0]
|
|
301
311
|
];
|
|
302
|
-
|
|
303
|
-
|
|
312
|
+
exports.ParameterGroupAlreadyExistsFault$ = ParameterGroupAlreadyExistsFault$;
|
|
313
|
+
n0_registry.registerError(ParameterGroupAlreadyExistsFault$, ParameterGroupAlreadyExistsFault);
|
|
314
|
+
const ParameterGroupNotFoundFault$ = [-3, n0, _PGNFF,
|
|
304
315
|
{ [_aQE]: [`ParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
305
316
|
[_m],
|
|
306
317
|
[0]
|
|
307
318
|
];
|
|
308
|
-
|
|
309
|
-
|
|
319
|
+
exports.ParameterGroupNotFoundFault$ = ParameterGroupNotFoundFault$;
|
|
320
|
+
n0_registry.registerError(ParameterGroupNotFoundFault$, ParameterGroupNotFoundFault);
|
|
321
|
+
const ParameterGroupQuotaExceededFault$ = [-3, n0, _PGQEF,
|
|
310
322
|
{ [_aQE]: [`ParameterGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
311
323
|
[_m],
|
|
312
324
|
[0]
|
|
313
325
|
];
|
|
314
|
-
|
|
315
|
-
|
|
326
|
+
exports.ParameterGroupQuotaExceededFault$ = ParameterGroupQuotaExceededFault$;
|
|
327
|
+
n0_registry.registerError(ParameterGroupQuotaExceededFault$, ParameterGroupQuotaExceededFault);
|
|
328
|
+
const ServiceLinkedRoleNotFoundFault$ = [-3, n0, _SLRNFF,
|
|
316
329
|
{ [_aQE]: [`ServiceLinkedRoleNotFoundFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
317
330
|
[_m],
|
|
318
331
|
[0]
|
|
319
332
|
];
|
|
320
|
-
|
|
321
|
-
|
|
333
|
+
exports.ServiceLinkedRoleNotFoundFault$ = ServiceLinkedRoleNotFoundFault$;
|
|
334
|
+
n0_registry.registerError(ServiceLinkedRoleNotFoundFault$, ServiceLinkedRoleNotFoundFault);
|
|
335
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
322
336
|
{ [_aQE]: [`ServiceQuotaExceeded`, 402], [_e]: _c, [_hE]: 402 },
|
|
323
337
|
[],
|
|
324
338
|
[]
|
|
325
339
|
];
|
|
326
|
-
|
|
327
|
-
|
|
340
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
341
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
342
|
+
const SubnetGroupAlreadyExistsFault$ = [-3, n0, _SGAEF,
|
|
328
343
|
{ [_aQE]: [`SubnetGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
329
344
|
[_m],
|
|
330
345
|
[0]
|
|
331
346
|
];
|
|
332
|
-
|
|
333
|
-
|
|
347
|
+
exports.SubnetGroupAlreadyExistsFault$ = SubnetGroupAlreadyExistsFault$;
|
|
348
|
+
n0_registry.registerError(SubnetGroupAlreadyExistsFault$, SubnetGroupAlreadyExistsFault);
|
|
349
|
+
const SubnetGroupInUseFault$ = [-3, n0, _SGIUF,
|
|
334
350
|
{ [_aQE]: [`SubnetGroupInUse`, 400], [_e]: _c, [_hE]: 400 },
|
|
335
351
|
[_m],
|
|
336
352
|
[0]
|
|
337
353
|
];
|
|
338
|
-
|
|
339
|
-
|
|
354
|
+
exports.SubnetGroupInUseFault$ = SubnetGroupInUseFault$;
|
|
355
|
+
n0_registry.registerError(SubnetGroupInUseFault$, SubnetGroupInUseFault);
|
|
356
|
+
const SubnetGroupNotFoundFault$ = [-3, n0, _SGNFF,
|
|
340
357
|
{ [_aQE]: [`SubnetGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
|
|
341
358
|
[_m],
|
|
342
359
|
[0]
|
|
343
360
|
];
|
|
344
|
-
|
|
345
|
-
|
|
361
|
+
exports.SubnetGroupNotFoundFault$ = SubnetGroupNotFoundFault$;
|
|
362
|
+
n0_registry.registerError(SubnetGroupNotFoundFault$, SubnetGroupNotFoundFault);
|
|
363
|
+
const SubnetGroupQuotaExceededFault$ = [-3, n0, _SGQEF,
|
|
346
364
|
{ [_aQE]: [`SubnetGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
347
365
|
[_m],
|
|
348
366
|
[0]
|
|
349
367
|
];
|
|
350
|
-
|
|
351
|
-
|
|
368
|
+
exports.SubnetGroupQuotaExceededFault$ = SubnetGroupQuotaExceededFault$;
|
|
369
|
+
n0_registry.registerError(SubnetGroupQuotaExceededFault$, SubnetGroupQuotaExceededFault);
|
|
370
|
+
const SubnetInUse$ = [-3, n0, _SIU,
|
|
352
371
|
{ [_aQE]: [`SubnetInUse`, 400], [_e]: _c, [_hE]: 400 },
|
|
353
372
|
[_m],
|
|
354
373
|
[0]
|
|
355
374
|
];
|
|
356
|
-
|
|
357
|
-
|
|
375
|
+
exports.SubnetInUse$ = SubnetInUse$;
|
|
376
|
+
n0_registry.registerError(SubnetInUse$, SubnetInUse);
|
|
377
|
+
const SubnetNotAllowedFault$ = [-3, n0, _SNAF,
|
|
358
378
|
{ [_aQE]: [`SubnetNotAllowedFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
359
379
|
[_m],
|
|
360
380
|
[0]
|
|
361
381
|
];
|
|
362
|
-
|
|
363
|
-
|
|
382
|
+
exports.SubnetNotAllowedFault$ = SubnetNotAllowedFault$;
|
|
383
|
+
n0_registry.registerError(SubnetNotAllowedFault$, SubnetNotAllowedFault);
|
|
384
|
+
const SubnetQuotaExceededFault$ = [-3, n0, _SQEF,
|
|
364
385
|
{ [_aQE]: [`SubnetQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
|
|
365
386
|
[_m],
|
|
366
387
|
[0]
|
|
367
388
|
];
|
|
368
|
-
|
|
369
|
-
|
|
389
|
+
exports.SubnetQuotaExceededFault$ = SubnetQuotaExceededFault$;
|
|
390
|
+
n0_registry.registerError(SubnetQuotaExceededFault$, SubnetQuotaExceededFault);
|
|
391
|
+
const TagNotFoundFault$ = [-3, n0, _TNFF,
|
|
370
392
|
{ [_aQE]: [`TagNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
371
393
|
[_m],
|
|
372
394
|
[0]
|
|
373
395
|
];
|
|
374
|
-
|
|
375
|
-
|
|
396
|
+
exports.TagNotFoundFault$ = TagNotFoundFault$;
|
|
397
|
+
n0_registry.registerError(TagNotFoundFault$, TagNotFoundFault);
|
|
398
|
+
const TagQuotaPerResourceExceeded$ = [-3, n0, _TQPRE,
|
|
376
399
|
{ [_aQE]: [`TagQuotaPerResourceExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
377
400
|
[_m],
|
|
378
401
|
[0]
|
|
379
402
|
];
|
|
380
|
-
|
|
403
|
+
exports.TagQuotaPerResourceExceeded$ = TagQuotaPerResourceExceeded$;
|
|
404
|
+
n0_registry.registerError(TagQuotaPerResourceExceeded$, TagQuotaPerResourceExceeded);
|
|
381
405
|
exports.errorTypeRegistries = [
|
|
382
406
|
_s_registry,
|
|
383
407
|
n0_registry,
|
|
384
408
|
];
|
|
385
|
-
|
|
409
|
+
const Cluster$ = [3, n0, _C,
|
|
386
410
|
0,
|
|
387
411
|
[_CN, _D, _CA, _TN, _AN, _NT, _S, _CDE, _NITR, _N, _PMW, _NC, _SG, _SGe, _IRA, _PG, _SSED, _CEET, _NTe],
|
|
388
|
-
[0, 0, 0, 1, 1, 0, 0, () =>
|
|
412
|
+
[0, 0, 0, 1, 1, 0, 0, () => Endpoint$, 64 | 0, () => NodeList, 0, () => NotificationConfiguration$, 0, () => SecurityGroupMembershipList, 0, () => ParameterGroupStatus$, () => SSEDescription$, 0, 0]
|
|
389
413
|
];
|
|
390
|
-
exports.
|
|
414
|
+
exports.Cluster$ = Cluster$;
|
|
415
|
+
const CreateClusterRequest$ = [3, n0, _CCR,
|
|
391
416
|
0,
|
|
392
417
|
[_CN, _NT, _RF, _IRA, _D, _AZ, _SGN, _SGI, _PMW, _NTA, _PGN, _T, _SSES, _CEET, _NTe],
|
|
393
|
-
[0, 0, 1, 0, 0, 64 | 0, 0, 64 | 0, 0, 0, 0, () => TagList, () =>
|
|
418
|
+
[0, 0, 1, 0, 0, 64 | 0, 0, 64 | 0, 0, 0, 0, () => TagList, () => SSESpecification$, 0, 0], 4
|
|
394
419
|
];
|
|
395
|
-
exports.
|
|
420
|
+
exports.CreateClusterRequest$ = CreateClusterRequest$;
|
|
421
|
+
const CreateClusterResponse$ = [3, n0, _CCRr,
|
|
396
422
|
0,
|
|
397
423
|
[_C],
|
|
398
|
-
[() =>
|
|
424
|
+
[() => Cluster$]
|
|
399
425
|
];
|
|
400
|
-
exports.
|
|
426
|
+
exports.CreateClusterResponse$ = CreateClusterResponse$;
|
|
427
|
+
const CreateParameterGroupRequest$ = [3, n0, _CPGR,
|
|
401
428
|
0,
|
|
402
429
|
[_PGN, _D],
|
|
403
430
|
[0, 0], 1
|
|
404
431
|
];
|
|
405
|
-
exports.
|
|
432
|
+
exports.CreateParameterGroupRequest$ = CreateParameterGroupRequest$;
|
|
433
|
+
const CreateParameterGroupResponse$ = [3, n0, _CPGRr,
|
|
406
434
|
0,
|
|
407
435
|
[_PG],
|
|
408
|
-
[() =>
|
|
436
|
+
[() => ParameterGroup$]
|
|
409
437
|
];
|
|
410
|
-
exports.
|
|
438
|
+
exports.CreateParameterGroupResponse$ = CreateParameterGroupResponse$;
|
|
439
|
+
const CreateSubnetGroupRequest$ = [3, n0, _CSGR,
|
|
411
440
|
0,
|
|
412
441
|
[_SGN, _SI, _D],
|
|
413
442
|
[0, 64 | 0, 0], 2
|
|
414
443
|
];
|
|
415
|
-
exports.
|
|
444
|
+
exports.CreateSubnetGroupRequest$ = CreateSubnetGroupRequest$;
|
|
445
|
+
const CreateSubnetGroupResponse$ = [3, n0, _CSGRr,
|
|
416
446
|
0,
|
|
417
447
|
[_SG],
|
|
418
|
-
[() =>
|
|
448
|
+
[() => SubnetGroup$]
|
|
419
449
|
];
|
|
420
|
-
exports.
|
|
450
|
+
exports.CreateSubnetGroupResponse$ = CreateSubnetGroupResponse$;
|
|
451
|
+
const DecreaseReplicationFactorRequest$ = [3, n0, _DRFR,
|
|
421
452
|
0,
|
|
422
453
|
[_CN, _NRF, _AZ, _NITR],
|
|
423
454
|
[0, 1, 64 | 0, 64 | 0], 2
|
|
424
455
|
];
|
|
425
|
-
exports.
|
|
456
|
+
exports.DecreaseReplicationFactorRequest$ = DecreaseReplicationFactorRequest$;
|
|
457
|
+
const DecreaseReplicationFactorResponse$ = [3, n0, _DRFRe,
|
|
426
458
|
0,
|
|
427
459
|
[_C],
|
|
428
|
-
[() =>
|
|
460
|
+
[() => Cluster$]
|
|
429
461
|
];
|
|
430
|
-
exports.
|
|
462
|
+
exports.DecreaseReplicationFactorResponse$ = DecreaseReplicationFactorResponse$;
|
|
463
|
+
const DeleteClusterRequest$ = [3, n0, _DCR,
|
|
431
464
|
0,
|
|
432
465
|
[_CN],
|
|
433
466
|
[0], 1
|
|
434
467
|
];
|
|
435
|
-
exports.
|
|
468
|
+
exports.DeleteClusterRequest$ = DeleteClusterRequest$;
|
|
469
|
+
const DeleteClusterResponse$ = [3, n0, _DCRe,
|
|
436
470
|
0,
|
|
437
471
|
[_C],
|
|
438
|
-
[() =>
|
|
472
|
+
[() => Cluster$]
|
|
439
473
|
];
|
|
440
|
-
exports.
|
|
474
|
+
exports.DeleteClusterResponse$ = DeleteClusterResponse$;
|
|
475
|
+
const DeleteParameterGroupRequest$ = [3, n0, _DPGR,
|
|
441
476
|
0,
|
|
442
477
|
[_PGN],
|
|
443
478
|
[0], 1
|
|
444
479
|
];
|
|
445
|
-
exports.
|
|
480
|
+
exports.DeleteParameterGroupRequest$ = DeleteParameterGroupRequest$;
|
|
481
|
+
const DeleteParameterGroupResponse$ = [3, n0, _DPGRe,
|
|
446
482
|
0,
|
|
447
483
|
[_DM],
|
|
448
484
|
[0]
|
|
449
485
|
];
|
|
450
|
-
exports.
|
|
486
|
+
exports.DeleteParameterGroupResponse$ = DeleteParameterGroupResponse$;
|
|
487
|
+
const DeleteSubnetGroupRequest$ = [3, n0, _DSGR,
|
|
451
488
|
0,
|
|
452
489
|
[_SGN],
|
|
453
490
|
[0], 1
|
|
454
491
|
];
|
|
455
|
-
exports.
|
|
492
|
+
exports.DeleteSubnetGroupRequest$ = DeleteSubnetGroupRequest$;
|
|
493
|
+
const DeleteSubnetGroupResponse$ = [3, n0, _DSGRe,
|
|
456
494
|
0,
|
|
457
495
|
[_DM],
|
|
458
496
|
[0]
|
|
459
497
|
];
|
|
460
|
-
exports.
|
|
498
|
+
exports.DeleteSubnetGroupResponse$ = DeleteSubnetGroupResponse$;
|
|
499
|
+
const DescribeClustersRequest$ = [3, n0, _DCRes,
|
|
461
500
|
0,
|
|
462
501
|
[_CNl, _MR, _NTex],
|
|
463
502
|
[64 | 0, 1, 0]
|
|
464
503
|
];
|
|
465
|
-
exports.
|
|
504
|
+
exports.DescribeClustersRequest$ = DescribeClustersRequest$;
|
|
505
|
+
const DescribeClustersResponse$ = [3, n0, _DCResc,
|
|
466
506
|
0,
|
|
467
507
|
[_NTex, _Cl],
|
|
468
508
|
[0, () => ClusterList]
|
|
469
509
|
];
|
|
470
|
-
exports.
|
|
510
|
+
exports.DescribeClustersResponse$ = DescribeClustersResponse$;
|
|
511
|
+
const DescribeDefaultParametersRequest$ = [3, n0, _DDPR,
|
|
471
512
|
0,
|
|
472
513
|
[_MR, _NTex],
|
|
473
514
|
[1, 0]
|
|
474
515
|
];
|
|
475
|
-
exports.
|
|
516
|
+
exports.DescribeDefaultParametersRequest$ = DescribeDefaultParametersRequest$;
|
|
517
|
+
const DescribeDefaultParametersResponse$ = [3, n0, _DDPRe,
|
|
476
518
|
0,
|
|
477
519
|
[_NTex, _P],
|
|
478
520
|
[0, () => ParameterList]
|
|
479
521
|
];
|
|
480
|
-
exports.
|
|
522
|
+
exports.DescribeDefaultParametersResponse$ = DescribeDefaultParametersResponse$;
|
|
523
|
+
const DescribeEventsRequest$ = [3, n0, _DER,
|
|
481
524
|
0,
|
|
482
525
|
[_SN, _ST, _STt, _ET, _Du, _MR, _NTex],
|
|
483
526
|
[0, 0, 4, 4, 1, 1, 0]
|
|
484
527
|
];
|
|
485
|
-
exports.
|
|
528
|
+
exports.DescribeEventsRequest$ = DescribeEventsRequest$;
|
|
529
|
+
const DescribeEventsResponse$ = [3, n0, _DERe,
|
|
486
530
|
0,
|
|
487
531
|
[_NTex, _E],
|
|
488
532
|
[0, () => EventList]
|
|
489
533
|
];
|
|
490
|
-
exports.
|
|
534
|
+
exports.DescribeEventsResponse$ = DescribeEventsResponse$;
|
|
535
|
+
const DescribeParameterGroupsRequest$ = [3, n0, _DPGRes,
|
|
491
536
|
0,
|
|
492
537
|
[_PGNa, _MR, _NTex],
|
|
493
538
|
[64 | 0, 1, 0]
|
|
494
539
|
];
|
|
495
|
-
exports.
|
|
540
|
+
exports.DescribeParameterGroupsRequest$ = DescribeParameterGroupsRequest$;
|
|
541
|
+
const DescribeParameterGroupsResponse$ = [3, n0, _DPGResc,
|
|
496
542
|
0,
|
|
497
543
|
[_NTex, _PGa],
|
|
498
544
|
[0, () => ParameterGroupList]
|
|
499
545
|
];
|
|
500
|
-
exports.
|
|
546
|
+
exports.DescribeParameterGroupsResponse$ = DescribeParameterGroupsResponse$;
|
|
547
|
+
const DescribeParametersRequest$ = [3, n0, _DPR,
|
|
501
548
|
0,
|
|
502
549
|
[_PGN, _So, _MR, _NTex],
|
|
503
550
|
[0, 0, 1, 0], 1
|
|
504
551
|
];
|
|
505
|
-
exports.
|
|
552
|
+
exports.DescribeParametersRequest$ = DescribeParametersRequest$;
|
|
553
|
+
const DescribeParametersResponse$ = [3, n0, _DPRe,
|
|
506
554
|
0,
|
|
507
555
|
[_NTex, _P],
|
|
508
556
|
[0, () => ParameterList]
|
|
509
557
|
];
|
|
510
|
-
exports.
|
|
558
|
+
exports.DescribeParametersResponse$ = DescribeParametersResponse$;
|
|
559
|
+
const DescribeSubnetGroupsRequest$ = [3, n0, _DSGRes,
|
|
511
560
|
0,
|
|
512
561
|
[_SGNu, _MR, _NTex],
|
|
513
562
|
[64 | 0, 1, 0]
|
|
514
563
|
];
|
|
515
|
-
exports.
|
|
564
|
+
exports.DescribeSubnetGroupsRequest$ = DescribeSubnetGroupsRequest$;
|
|
565
|
+
const DescribeSubnetGroupsResponse$ = [3, n0, _DSGResc,
|
|
516
566
|
0,
|
|
517
567
|
[_NTex, _SGu],
|
|
518
568
|
[0, () => SubnetGroupList]
|
|
519
569
|
];
|
|
520
|
-
exports.
|
|
570
|
+
exports.DescribeSubnetGroupsResponse$ = DescribeSubnetGroupsResponse$;
|
|
571
|
+
const Endpoint$ = [3, n0, _En,
|
|
521
572
|
0,
|
|
522
573
|
[_A, _Po, _URL],
|
|
523
574
|
[0, 1, 0]
|
|
524
575
|
];
|
|
525
|
-
exports.
|
|
576
|
+
exports.Endpoint$ = Endpoint$;
|
|
577
|
+
const Event$ = [3, n0, _Ev,
|
|
526
578
|
0,
|
|
527
579
|
[_SN, _ST, _M, _Da],
|
|
528
580
|
[0, 0, 0, 4]
|
|
529
581
|
];
|
|
530
|
-
exports.
|
|
582
|
+
exports.Event$ = Event$;
|
|
583
|
+
const IncreaseReplicationFactorRequest$ = [3, n0, _IRFR,
|
|
531
584
|
0,
|
|
532
585
|
[_CN, _NRF, _AZ],
|
|
533
586
|
[0, 1, 64 | 0], 2
|
|
534
587
|
];
|
|
535
|
-
exports.
|
|
588
|
+
exports.IncreaseReplicationFactorRequest$ = IncreaseReplicationFactorRequest$;
|
|
589
|
+
const IncreaseReplicationFactorResponse$ = [3, n0, _IRFRn,
|
|
536
590
|
0,
|
|
537
591
|
[_C],
|
|
538
|
-
[() =>
|
|
592
|
+
[() => Cluster$]
|
|
539
593
|
];
|
|
540
|
-
exports.
|
|
594
|
+
exports.IncreaseReplicationFactorResponse$ = IncreaseReplicationFactorResponse$;
|
|
595
|
+
const ListTagsRequest$ = [3, n0, _LTR,
|
|
541
596
|
0,
|
|
542
597
|
[_RN, _NTex],
|
|
543
598
|
[0, 0], 1
|
|
544
599
|
];
|
|
545
|
-
exports.
|
|
600
|
+
exports.ListTagsRequest$ = ListTagsRequest$;
|
|
601
|
+
const ListTagsResponse$ = [3, n0, _LTRi,
|
|
546
602
|
0,
|
|
547
603
|
[_T, _NTex],
|
|
548
604
|
[() => TagList, 0]
|
|
549
605
|
];
|
|
550
|
-
exports.
|
|
606
|
+
exports.ListTagsResponse$ = ListTagsResponse$;
|
|
607
|
+
const Node$ = [3, n0, _No,
|
|
551
608
|
0,
|
|
552
609
|
[_NI, _En, _NCT, _AZv, _NS, _PGS],
|
|
553
|
-
[0, () =>
|
|
610
|
+
[0, () => Endpoint$, 4, 0, 0, 0]
|
|
554
611
|
];
|
|
555
|
-
exports.
|
|
612
|
+
exports.Node$ = Node$;
|
|
613
|
+
const NodeTypeSpecificValue$ = [3, n0, _NTSV,
|
|
556
614
|
0,
|
|
557
615
|
[_NT, _V],
|
|
558
616
|
[0, 0]
|
|
559
617
|
];
|
|
560
|
-
exports.
|
|
618
|
+
exports.NodeTypeSpecificValue$ = NodeTypeSpecificValue$;
|
|
619
|
+
const NotificationConfiguration$ = [3, n0, _NC,
|
|
561
620
|
0,
|
|
562
621
|
[_TA, _TS],
|
|
563
622
|
[0, 0]
|
|
564
623
|
];
|
|
565
|
-
exports.
|
|
624
|
+
exports.NotificationConfiguration$ = NotificationConfiguration$;
|
|
625
|
+
const Parameter$ = [3, n0, _Pa,
|
|
566
626
|
0,
|
|
567
627
|
[_PN, _PT, _PV, _NTSVo, _D, _So, _DT, _AV, _IM, _CT],
|
|
568
628
|
[0, 0, 0, () => NodeTypeSpecificValueList, 0, 0, 0, 0, 0, 0]
|
|
569
629
|
];
|
|
570
|
-
exports.
|
|
630
|
+
exports.Parameter$ = Parameter$;
|
|
631
|
+
const ParameterGroup$ = [3, n0, _PG,
|
|
571
632
|
0,
|
|
572
633
|
[_PGN, _D],
|
|
573
634
|
[0, 0]
|
|
574
635
|
];
|
|
575
|
-
exports.
|
|
636
|
+
exports.ParameterGroup$ = ParameterGroup$;
|
|
637
|
+
const ParameterGroupStatus$ = [3, n0, _PGS,
|
|
576
638
|
0,
|
|
577
639
|
[_PGN, _PAS, _NITRo],
|
|
578
640
|
[0, 0, 64 | 0]
|
|
579
641
|
];
|
|
580
|
-
exports.
|
|
642
|
+
exports.ParameterGroupStatus$ = ParameterGroupStatus$;
|
|
643
|
+
const ParameterNameValue$ = [3, n0, _PNV,
|
|
581
644
|
0,
|
|
582
645
|
[_PN, _PV],
|
|
583
646
|
[0, 0]
|
|
584
647
|
];
|
|
585
|
-
exports.
|
|
648
|
+
exports.ParameterNameValue$ = ParameterNameValue$;
|
|
649
|
+
const RebootNodeRequest$ = [3, n0, _RNR,
|
|
586
650
|
0,
|
|
587
651
|
[_CN, _NI],
|
|
588
652
|
[0, 0], 2
|
|
589
653
|
];
|
|
590
|
-
exports.
|
|
654
|
+
exports.RebootNodeRequest$ = RebootNodeRequest$;
|
|
655
|
+
const RebootNodeResponse$ = [3, n0, _RNRe,
|
|
591
656
|
0,
|
|
592
657
|
[_C],
|
|
593
|
-
[() =>
|
|
658
|
+
[() => Cluster$]
|
|
594
659
|
];
|
|
595
|
-
exports.
|
|
660
|
+
exports.RebootNodeResponse$ = RebootNodeResponse$;
|
|
661
|
+
const SecurityGroupMembership$ = [3, n0, _SGM,
|
|
596
662
|
0,
|
|
597
663
|
[_SGIe, _S],
|
|
598
664
|
[0, 0]
|
|
599
665
|
];
|
|
600
|
-
exports.
|
|
666
|
+
exports.SecurityGroupMembership$ = SecurityGroupMembership$;
|
|
667
|
+
const SSEDescription$ = [3, n0, _SSED,
|
|
601
668
|
0,
|
|
602
669
|
[_S],
|
|
603
670
|
[0]
|
|
604
671
|
];
|
|
605
|
-
exports.
|
|
672
|
+
exports.SSEDescription$ = SSEDescription$;
|
|
673
|
+
const SSESpecification$ = [3, n0, _SSES,
|
|
606
674
|
0,
|
|
607
675
|
[_Ena],
|
|
608
676
|
[2], 1
|
|
609
677
|
];
|
|
610
|
-
exports.
|
|
678
|
+
exports.SSESpecification$ = SSESpecification$;
|
|
679
|
+
const Subnet$ = [3, n0, _Su,
|
|
611
680
|
0,
|
|
612
681
|
[_SIu, _SAZ, _SNT],
|
|
613
682
|
[0, 0, 64 | 0]
|
|
614
683
|
];
|
|
615
|
-
exports.
|
|
684
|
+
exports.Subnet$ = Subnet$;
|
|
685
|
+
const SubnetGroup$ = [3, n0, _SG,
|
|
616
686
|
0,
|
|
617
687
|
[_SGN, _D, _VI, _Sub, _SNT],
|
|
618
688
|
[0, 0, 0, () => SubnetList, 64 | 0]
|
|
619
689
|
];
|
|
620
|
-
exports.
|
|
690
|
+
exports.SubnetGroup$ = SubnetGroup$;
|
|
691
|
+
const Tag$ = [3, n0, _Ta,
|
|
621
692
|
0,
|
|
622
693
|
[_K, _V],
|
|
623
694
|
[0, 0]
|
|
624
695
|
];
|
|
625
|
-
exports.
|
|
696
|
+
exports.Tag$ = Tag$;
|
|
697
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
626
698
|
0,
|
|
627
699
|
[_RN, _T],
|
|
628
700
|
[0, () => TagList], 2
|
|
629
701
|
];
|
|
630
|
-
exports.
|
|
702
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
703
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
631
704
|
0,
|
|
632
705
|
[_T],
|
|
633
706
|
[() => TagList]
|
|
634
707
|
];
|
|
635
|
-
exports.
|
|
708
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
709
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
636
710
|
0,
|
|
637
711
|
[_RN, _TK],
|
|
638
712
|
[0, 64 | 0], 2
|
|
639
713
|
];
|
|
640
|
-
exports.
|
|
714
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
715
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
641
716
|
0,
|
|
642
717
|
[_T],
|
|
643
718
|
[() => TagList]
|
|
644
719
|
];
|
|
645
|
-
exports.
|
|
720
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
721
|
+
const UpdateClusterRequest$ = [3, n0, _UCR,
|
|
646
722
|
0,
|
|
647
723
|
[_CN, _D, _PMW, _NTA, _NTS, _PGN, _SGI],
|
|
648
724
|
[0, 0, 0, 0, 0, 0, 64 | 0], 1
|
|
649
725
|
];
|
|
650
|
-
exports.
|
|
726
|
+
exports.UpdateClusterRequest$ = UpdateClusterRequest$;
|
|
727
|
+
const UpdateClusterResponse$ = [3, n0, _UCRp,
|
|
651
728
|
0,
|
|
652
729
|
[_C],
|
|
653
|
-
[() =>
|
|
730
|
+
[() => Cluster$]
|
|
654
731
|
];
|
|
655
|
-
exports.
|
|
732
|
+
exports.UpdateClusterResponse$ = UpdateClusterResponse$;
|
|
733
|
+
const UpdateParameterGroupRequest$ = [3, n0, _UPGR,
|
|
656
734
|
0,
|
|
657
735
|
[_PGN, _PNVa],
|
|
658
736
|
[0, () => ParameterNameValueList], 2
|
|
659
737
|
];
|
|
660
|
-
exports.
|
|
738
|
+
exports.UpdateParameterGroupRequest$ = UpdateParameterGroupRequest$;
|
|
739
|
+
const UpdateParameterGroupResponse$ = [3, n0, _UPGRp,
|
|
661
740
|
0,
|
|
662
741
|
[_PG],
|
|
663
|
-
[() =>
|
|
742
|
+
[() => ParameterGroup$]
|
|
664
743
|
];
|
|
665
|
-
exports.
|
|
744
|
+
exports.UpdateParameterGroupResponse$ = UpdateParameterGroupResponse$;
|
|
745
|
+
const UpdateSubnetGroupRequest$ = [3, n0, _USGR,
|
|
666
746
|
0,
|
|
667
747
|
[_SGN, _D, _SI],
|
|
668
748
|
[0, 0, 64 | 0], 1
|
|
669
749
|
];
|
|
670
|
-
exports.
|
|
750
|
+
exports.UpdateSubnetGroupRequest$ = UpdateSubnetGroupRequest$;
|
|
751
|
+
const UpdateSubnetGroupResponse$ = [3, n0, _USGRp,
|
|
671
752
|
0,
|
|
672
753
|
[_SG],
|
|
673
|
-
[() =>
|
|
754
|
+
[() => SubnetGroup$]
|
|
674
755
|
];
|
|
756
|
+
exports.UpdateSubnetGroupResponse$ = UpdateSubnetGroupResponse$;
|
|
675
757
|
var AvailabilityZoneList = 64 | 0;
|
|
676
758
|
var ClusterList = [1, n0, _CL,
|
|
677
|
-
0, () =>
|
|
759
|
+
0, () => Cluster$
|
|
678
760
|
];
|
|
679
761
|
var ClusterNameList = 64 | 0;
|
|
680
762
|
var EventList = [1, n0, _EL,
|
|
681
|
-
0, () =>
|
|
763
|
+
0, () => Event$
|
|
682
764
|
];
|
|
683
765
|
var KeyList = 64 | 0;
|
|
684
766
|
var NetworkTypeList = 64 | 0;
|
|
685
767
|
var NodeIdentifierList = 64 | 0;
|
|
686
768
|
var NodeList = [1, n0, _NL,
|
|
687
|
-
0, () =>
|
|
769
|
+
0, () => Node$
|
|
688
770
|
];
|
|
689
771
|
var NodeTypeSpecificValueList = [1, n0, _NTSVL,
|
|
690
|
-
0, () =>
|
|
772
|
+
0, () => NodeTypeSpecificValue$
|
|
691
773
|
];
|
|
692
774
|
var ParameterGroupList = [1, n0, _PGL,
|
|
693
|
-
0, () =>
|
|
775
|
+
0, () => ParameterGroup$
|
|
694
776
|
];
|
|
695
777
|
var ParameterGroupNameList = 64 | 0;
|
|
696
778
|
var ParameterList = [1, n0, _PL,
|
|
697
|
-
0, () =>
|
|
779
|
+
0, () => Parameter$
|
|
698
780
|
];
|
|
699
781
|
var ParameterNameValueList = [1, n0, _PNVL,
|
|
700
|
-
0, () =>
|
|
782
|
+
0, () => ParameterNameValue$
|
|
701
783
|
];
|
|
702
784
|
var SecurityGroupIdentifierList = 64 | 0;
|
|
703
785
|
var SecurityGroupMembershipList = [1, n0, _SGML,
|
|
704
|
-
0, () =>
|
|
786
|
+
0, () => SecurityGroupMembership$
|
|
705
787
|
];
|
|
706
788
|
var SubnetGroupList = [1, n0, _SGL,
|
|
707
|
-
0, () =>
|
|
789
|
+
0, () => SubnetGroup$
|
|
708
790
|
];
|
|
709
791
|
var SubnetGroupNameList = 64 | 0;
|
|
710
792
|
var SubnetIdentifierList = 64 | 0;
|
|
711
793
|
var SubnetList = [1, n0, _SL,
|
|
712
|
-
0, () =>
|
|
794
|
+
0, () => Subnet$
|
|
713
795
|
];
|
|
714
796
|
var TagList = [1, n0, _TL,
|
|
715
|
-
0, () =>
|
|
797
|
+
0, () => Tag$
|
|
716
798
|
];
|
|
717
799
|
exports.CreateCluster$ = [9, n0, _CC,
|
|
718
|
-
0, () =>
|
|
800
|
+
0, () => CreateClusterRequest$, () => CreateClusterResponse$
|
|
719
801
|
];
|
|
720
802
|
exports.CreateParameterGroup$ = [9, n0, _CPG,
|
|
721
|
-
0, () =>
|
|
803
|
+
0, () => CreateParameterGroupRequest$, () => CreateParameterGroupResponse$
|
|
722
804
|
];
|
|
723
805
|
exports.CreateSubnetGroup$ = [9, n0, _CSG,
|
|
724
|
-
0, () =>
|
|
806
|
+
0, () => CreateSubnetGroupRequest$, () => CreateSubnetGroupResponse$
|
|
725
807
|
];
|
|
726
808
|
exports.DecreaseReplicationFactor$ = [9, n0, _DRF,
|
|
727
|
-
0, () =>
|
|
809
|
+
0, () => DecreaseReplicationFactorRequest$, () => DecreaseReplicationFactorResponse$
|
|
728
810
|
];
|
|
729
811
|
exports.DeleteCluster$ = [9, n0, _DC,
|
|
730
|
-
0, () =>
|
|
812
|
+
0, () => DeleteClusterRequest$, () => DeleteClusterResponse$
|
|
731
813
|
];
|
|
732
814
|
exports.DeleteParameterGroup$ = [9, n0, _DPG,
|
|
733
|
-
0, () =>
|
|
815
|
+
0, () => DeleteParameterGroupRequest$, () => DeleteParameterGroupResponse$
|
|
734
816
|
];
|
|
735
817
|
exports.DeleteSubnetGroup$ = [9, n0, _DSG,
|
|
736
|
-
0, () =>
|
|
818
|
+
0, () => DeleteSubnetGroupRequest$, () => DeleteSubnetGroupResponse$
|
|
737
819
|
];
|
|
738
820
|
exports.DescribeClusters$ = [9, n0, _DCe,
|
|
739
|
-
0, () =>
|
|
821
|
+
0, () => DescribeClustersRequest$, () => DescribeClustersResponse$
|
|
740
822
|
];
|
|
741
823
|
exports.DescribeDefaultParameters$ = [9, n0, _DDP,
|
|
742
|
-
0, () =>
|
|
824
|
+
0, () => DescribeDefaultParametersRequest$, () => DescribeDefaultParametersResponse$
|
|
743
825
|
];
|
|
744
826
|
exports.DescribeEvents$ = [9, n0, _DE,
|
|
745
|
-
0, () =>
|
|
827
|
+
0, () => DescribeEventsRequest$, () => DescribeEventsResponse$
|
|
746
828
|
];
|
|
747
829
|
exports.DescribeParameterGroups$ = [9, n0, _DPGe,
|
|
748
|
-
0, () =>
|
|
830
|
+
0, () => DescribeParameterGroupsRequest$, () => DescribeParameterGroupsResponse$
|
|
749
831
|
];
|
|
750
832
|
exports.DescribeParameters$ = [9, n0, _DP,
|
|
751
|
-
0, () =>
|
|
833
|
+
0, () => DescribeParametersRequest$, () => DescribeParametersResponse$
|
|
752
834
|
];
|
|
753
835
|
exports.DescribeSubnetGroups$ = [9, n0, _DSGe,
|
|
754
|
-
0, () =>
|
|
836
|
+
0, () => DescribeSubnetGroupsRequest$, () => DescribeSubnetGroupsResponse$
|
|
755
837
|
];
|
|
756
838
|
exports.IncreaseReplicationFactor$ = [9, n0, _IRF,
|
|
757
|
-
0, () =>
|
|
839
|
+
0, () => IncreaseReplicationFactorRequest$, () => IncreaseReplicationFactorResponse$
|
|
758
840
|
];
|
|
759
841
|
exports.ListTags$ = [9, n0, _LT,
|
|
760
|
-
0, () =>
|
|
842
|
+
0, () => ListTagsRequest$, () => ListTagsResponse$
|
|
761
843
|
];
|
|
762
844
|
exports.RebootNode$ = [9, n0, _RNe,
|
|
763
|
-
0, () =>
|
|
845
|
+
0, () => RebootNodeRequest$, () => RebootNodeResponse$
|
|
764
846
|
];
|
|
765
847
|
exports.TagResource$ = [9, n0, _TR,
|
|
766
|
-
0, () =>
|
|
848
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
767
849
|
];
|
|
768
850
|
exports.UntagResource$ = [9, n0, _UR,
|
|
769
|
-
0, () =>
|
|
851
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
770
852
|
];
|
|
771
853
|
exports.UpdateCluster$ = [9, n0, _UC,
|
|
772
|
-
0, () =>
|
|
854
|
+
0, () => UpdateClusterRequest$, () => UpdateClusterResponse$
|
|
773
855
|
];
|
|
774
856
|
exports.UpdateParameterGroup$ = [9, n0, _UPG,
|
|
775
|
-
0, () =>
|
|
857
|
+
0, () => UpdateParameterGroupRequest$, () => UpdateParameterGroupResponse$
|
|
776
858
|
];
|
|
777
859
|
exports.UpdateSubnetGroup$ = [9, n0, _USG,
|
|
778
|
-
0, () =>
|
|
860
|
+
0, () => UpdateSubnetGroupRequest$, () => UpdateSubnetGroupResponse$
|
|
779
861
|
];
|