@aws-sdk/client-dax 3.1077.0 → 3.1078.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 +29 -213
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateParameterGroupCommand.js +2 -14
- package/dist-es/commands/CreateSubnetGroupCommand.js +2 -14
- package/dist-es/commands/DecreaseReplicationFactorCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteParameterGroupCommand.js +2 -14
- package/dist-es/commands/DeleteSubnetGroupCommand.js +2 -14
- package/dist-es/commands/DescribeClustersCommand.js +2 -14
- package/dist-es/commands/DescribeDefaultParametersCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeParameterGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeParametersCommand.js +2 -14
- package/dist-es/commands/DescribeSubnetGroupsCommand.js +2 -14
- package/dist-es/commands/IncreaseReplicationFactorCommand.js +2 -14
- package/dist-es/commands/ListTagsCommand.js +2 -14
- package/dist-es/commands/RebootNodeCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateClusterCommand.js +2 -14
- package/dist-es/commands/UpdateParameterGroupCommand.js +2 -14
- package/dist-es/commands/UpdateSubnetGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsCommand.d.ts +3 -8
- package/dist-types/commands/RebootNodeCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
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");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
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
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1384,256 +1385,71 @@ class DAXClient extends Client {
|
|
|
1384
1385
|
}
|
|
1385
1386
|
}
|
|
1386
1387
|
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
})
|
|
1393
|
-
.s("AmazonDAXV3", "CreateCluster", {})
|
|
1394
|
-
.n("DAXClient", "CreateClusterCommand")
|
|
1395
|
-
.sc(CreateCluster$)
|
|
1396
|
-
.build() {
|
|
1388
|
+
const command = makeBuilder(commonParams, "AmazonDAXV3", "DAXClient", getEndpointPlugin);
|
|
1389
|
+
const _ep0 = {};
|
|
1390
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1391
|
+
|
|
1392
|
+
class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
|
|
1397
1393
|
}
|
|
1398
1394
|
|
|
1399
|
-
class CreateParameterGroupCommand extends
|
|
1400
|
-
.classBuilder()
|
|
1401
|
-
.ep(commonParams)
|
|
1402
|
-
.m(function (Command, cs, config, o) {
|
|
1403
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1404
|
-
})
|
|
1405
|
-
.s("AmazonDAXV3", "CreateParameterGroup", {})
|
|
1406
|
-
.n("DAXClient", "CreateParameterGroupCommand")
|
|
1407
|
-
.sc(CreateParameterGroup$)
|
|
1408
|
-
.build() {
|
|
1395
|
+
class CreateParameterGroupCommand extends command(_ep0, _mw0, "CreateParameterGroup", CreateParameterGroup$) {
|
|
1409
1396
|
}
|
|
1410
1397
|
|
|
1411
|
-
class CreateSubnetGroupCommand extends
|
|
1412
|
-
.classBuilder()
|
|
1413
|
-
.ep(commonParams)
|
|
1414
|
-
.m(function (Command, cs, config, o) {
|
|
1415
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1416
|
-
})
|
|
1417
|
-
.s("AmazonDAXV3", "CreateSubnetGroup", {})
|
|
1418
|
-
.n("DAXClient", "CreateSubnetGroupCommand")
|
|
1419
|
-
.sc(CreateSubnetGroup$)
|
|
1420
|
-
.build() {
|
|
1398
|
+
class CreateSubnetGroupCommand extends command(_ep0, _mw0, "CreateSubnetGroup", CreateSubnetGroup$) {
|
|
1421
1399
|
}
|
|
1422
1400
|
|
|
1423
|
-
class DecreaseReplicationFactorCommand extends
|
|
1424
|
-
.classBuilder()
|
|
1425
|
-
.ep(commonParams)
|
|
1426
|
-
.m(function (Command, cs, config, o) {
|
|
1427
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1428
|
-
})
|
|
1429
|
-
.s("AmazonDAXV3", "DecreaseReplicationFactor", {})
|
|
1430
|
-
.n("DAXClient", "DecreaseReplicationFactorCommand")
|
|
1431
|
-
.sc(DecreaseReplicationFactor$)
|
|
1432
|
-
.build() {
|
|
1401
|
+
class DecreaseReplicationFactorCommand extends command(_ep0, _mw0, "DecreaseReplicationFactor", DecreaseReplicationFactor$) {
|
|
1433
1402
|
}
|
|
1434
1403
|
|
|
1435
|
-
class DeleteClusterCommand extends
|
|
1436
|
-
.classBuilder()
|
|
1437
|
-
.ep(commonParams)
|
|
1438
|
-
.m(function (Command, cs, config, o) {
|
|
1439
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1440
|
-
})
|
|
1441
|
-
.s("AmazonDAXV3", "DeleteCluster", {})
|
|
1442
|
-
.n("DAXClient", "DeleteClusterCommand")
|
|
1443
|
-
.sc(DeleteCluster$)
|
|
1444
|
-
.build() {
|
|
1404
|
+
class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
|
|
1445
1405
|
}
|
|
1446
1406
|
|
|
1447
|
-
class DeleteParameterGroupCommand extends
|
|
1448
|
-
.classBuilder()
|
|
1449
|
-
.ep(commonParams)
|
|
1450
|
-
.m(function (Command, cs, config, o) {
|
|
1451
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1452
|
-
})
|
|
1453
|
-
.s("AmazonDAXV3", "DeleteParameterGroup", {})
|
|
1454
|
-
.n("DAXClient", "DeleteParameterGroupCommand")
|
|
1455
|
-
.sc(DeleteParameterGroup$)
|
|
1456
|
-
.build() {
|
|
1407
|
+
class DeleteParameterGroupCommand extends command(_ep0, _mw0, "DeleteParameterGroup", DeleteParameterGroup$) {
|
|
1457
1408
|
}
|
|
1458
1409
|
|
|
1459
|
-
class DeleteSubnetGroupCommand extends
|
|
1460
|
-
.classBuilder()
|
|
1461
|
-
.ep(commonParams)
|
|
1462
|
-
.m(function (Command, cs, config, o) {
|
|
1463
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1464
|
-
})
|
|
1465
|
-
.s("AmazonDAXV3", "DeleteSubnetGroup", {})
|
|
1466
|
-
.n("DAXClient", "DeleteSubnetGroupCommand")
|
|
1467
|
-
.sc(DeleteSubnetGroup$)
|
|
1468
|
-
.build() {
|
|
1410
|
+
class DeleteSubnetGroupCommand extends command(_ep0, _mw0, "DeleteSubnetGroup", DeleteSubnetGroup$) {
|
|
1469
1411
|
}
|
|
1470
1412
|
|
|
1471
|
-
class DescribeClustersCommand extends
|
|
1472
|
-
.classBuilder()
|
|
1473
|
-
.ep(commonParams)
|
|
1474
|
-
.m(function (Command, cs, config, o) {
|
|
1475
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1476
|
-
})
|
|
1477
|
-
.s("AmazonDAXV3", "DescribeClusters", {})
|
|
1478
|
-
.n("DAXClient", "DescribeClustersCommand")
|
|
1479
|
-
.sc(DescribeClusters$)
|
|
1480
|
-
.build() {
|
|
1413
|
+
class DescribeClustersCommand extends command(_ep0, _mw0, "DescribeClusters", DescribeClusters$) {
|
|
1481
1414
|
}
|
|
1482
1415
|
|
|
1483
|
-
class DescribeDefaultParametersCommand extends
|
|
1484
|
-
.classBuilder()
|
|
1485
|
-
.ep(commonParams)
|
|
1486
|
-
.m(function (Command, cs, config, o) {
|
|
1487
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1488
|
-
})
|
|
1489
|
-
.s("AmazonDAXV3", "DescribeDefaultParameters", {})
|
|
1490
|
-
.n("DAXClient", "DescribeDefaultParametersCommand")
|
|
1491
|
-
.sc(DescribeDefaultParameters$)
|
|
1492
|
-
.build() {
|
|
1416
|
+
class DescribeDefaultParametersCommand extends command(_ep0, _mw0, "DescribeDefaultParameters", DescribeDefaultParameters$) {
|
|
1493
1417
|
}
|
|
1494
1418
|
|
|
1495
|
-
class DescribeEventsCommand extends
|
|
1496
|
-
.classBuilder()
|
|
1497
|
-
.ep(commonParams)
|
|
1498
|
-
.m(function (Command, cs, config, o) {
|
|
1499
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1500
|
-
})
|
|
1501
|
-
.s("AmazonDAXV3", "DescribeEvents", {})
|
|
1502
|
-
.n("DAXClient", "DescribeEventsCommand")
|
|
1503
|
-
.sc(DescribeEvents$)
|
|
1504
|
-
.build() {
|
|
1419
|
+
class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
|
|
1505
1420
|
}
|
|
1506
1421
|
|
|
1507
|
-
class DescribeParameterGroupsCommand extends
|
|
1508
|
-
.classBuilder()
|
|
1509
|
-
.ep(commonParams)
|
|
1510
|
-
.m(function (Command, cs, config, o) {
|
|
1511
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1512
|
-
})
|
|
1513
|
-
.s("AmazonDAXV3", "DescribeParameterGroups", {})
|
|
1514
|
-
.n("DAXClient", "DescribeParameterGroupsCommand")
|
|
1515
|
-
.sc(DescribeParameterGroups$)
|
|
1516
|
-
.build() {
|
|
1422
|
+
class DescribeParameterGroupsCommand extends command(_ep0, _mw0, "DescribeParameterGroups", DescribeParameterGroups$) {
|
|
1517
1423
|
}
|
|
1518
1424
|
|
|
1519
|
-
class DescribeParametersCommand extends
|
|
1520
|
-
.classBuilder()
|
|
1521
|
-
.ep(commonParams)
|
|
1522
|
-
.m(function (Command, cs, config, o) {
|
|
1523
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1524
|
-
})
|
|
1525
|
-
.s("AmazonDAXV3", "DescribeParameters", {})
|
|
1526
|
-
.n("DAXClient", "DescribeParametersCommand")
|
|
1527
|
-
.sc(DescribeParameters$)
|
|
1528
|
-
.build() {
|
|
1425
|
+
class DescribeParametersCommand extends command(_ep0, _mw0, "DescribeParameters", DescribeParameters$) {
|
|
1529
1426
|
}
|
|
1530
1427
|
|
|
1531
|
-
class DescribeSubnetGroupsCommand extends
|
|
1532
|
-
.classBuilder()
|
|
1533
|
-
.ep(commonParams)
|
|
1534
|
-
.m(function (Command, cs, config, o) {
|
|
1535
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1536
|
-
})
|
|
1537
|
-
.s("AmazonDAXV3", "DescribeSubnetGroups", {})
|
|
1538
|
-
.n("DAXClient", "DescribeSubnetGroupsCommand")
|
|
1539
|
-
.sc(DescribeSubnetGroups$)
|
|
1540
|
-
.build() {
|
|
1428
|
+
class DescribeSubnetGroupsCommand extends command(_ep0, _mw0, "DescribeSubnetGroups", DescribeSubnetGroups$) {
|
|
1541
1429
|
}
|
|
1542
1430
|
|
|
1543
|
-
class IncreaseReplicationFactorCommand extends
|
|
1544
|
-
.classBuilder()
|
|
1545
|
-
.ep(commonParams)
|
|
1546
|
-
.m(function (Command, cs, config, o) {
|
|
1547
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1548
|
-
})
|
|
1549
|
-
.s("AmazonDAXV3", "IncreaseReplicationFactor", {})
|
|
1550
|
-
.n("DAXClient", "IncreaseReplicationFactorCommand")
|
|
1551
|
-
.sc(IncreaseReplicationFactor$)
|
|
1552
|
-
.build() {
|
|
1431
|
+
class IncreaseReplicationFactorCommand extends command(_ep0, _mw0, "IncreaseReplicationFactor", IncreaseReplicationFactor$) {
|
|
1553
1432
|
}
|
|
1554
1433
|
|
|
1555
|
-
class ListTagsCommand extends
|
|
1556
|
-
.classBuilder()
|
|
1557
|
-
.ep(commonParams)
|
|
1558
|
-
.m(function (Command, cs, config, o) {
|
|
1559
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1560
|
-
})
|
|
1561
|
-
.s("AmazonDAXV3", "ListTags", {})
|
|
1562
|
-
.n("DAXClient", "ListTagsCommand")
|
|
1563
|
-
.sc(ListTags$)
|
|
1564
|
-
.build() {
|
|
1434
|
+
class ListTagsCommand extends command(_ep0, _mw0, "ListTags", ListTags$) {
|
|
1565
1435
|
}
|
|
1566
1436
|
|
|
1567
|
-
class RebootNodeCommand extends
|
|
1568
|
-
.classBuilder()
|
|
1569
|
-
.ep(commonParams)
|
|
1570
|
-
.m(function (Command, cs, config, o) {
|
|
1571
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1572
|
-
})
|
|
1573
|
-
.s("AmazonDAXV3", "RebootNode", {})
|
|
1574
|
-
.n("DAXClient", "RebootNodeCommand")
|
|
1575
|
-
.sc(RebootNode$)
|
|
1576
|
-
.build() {
|
|
1437
|
+
class RebootNodeCommand extends command(_ep0, _mw0, "RebootNode", RebootNode$) {
|
|
1577
1438
|
}
|
|
1578
1439
|
|
|
1579
|
-
class TagResourceCommand extends
|
|
1580
|
-
.classBuilder()
|
|
1581
|
-
.ep(commonParams)
|
|
1582
|
-
.m(function (Command, cs, config, o) {
|
|
1583
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1584
|
-
})
|
|
1585
|
-
.s("AmazonDAXV3", "TagResource", {})
|
|
1586
|
-
.n("DAXClient", "TagResourceCommand")
|
|
1587
|
-
.sc(TagResource$)
|
|
1588
|
-
.build() {
|
|
1440
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1589
1441
|
}
|
|
1590
1442
|
|
|
1591
|
-
class UntagResourceCommand extends
|
|
1592
|
-
.classBuilder()
|
|
1593
|
-
.ep(commonParams)
|
|
1594
|
-
.m(function (Command, cs, config, o) {
|
|
1595
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1596
|
-
})
|
|
1597
|
-
.s("AmazonDAXV3", "UntagResource", {})
|
|
1598
|
-
.n("DAXClient", "UntagResourceCommand")
|
|
1599
|
-
.sc(UntagResource$)
|
|
1600
|
-
.build() {
|
|
1443
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1601
1444
|
}
|
|
1602
1445
|
|
|
1603
|
-
class UpdateClusterCommand extends
|
|
1604
|
-
.classBuilder()
|
|
1605
|
-
.ep(commonParams)
|
|
1606
|
-
.m(function (Command, cs, config, o) {
|
|
1607
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1608
|
-
})
|
|
1609
|
-
.s("AmazonDAXV3", "UpdateCluster", {})
|
|
1610
|
-
.n("DAXClient", "UpdateClusterCommand")
|
|
1611
|
-
.sc(UpdateCluster$)
|
|
1612
|
-
.build() {
|
|
1446
|
+
class UpdateClusterCommand extends command(_ep0, _mw0, "UpdateCluster", UpdateCluster$) {
|
|
1613
1447
|
}
|
|
1614
1448
|
|
|
1615
|
-
class UpdateParameterGroupCommand extends
|
|
1616
|
-
.classBuilder()
|
|
1617
|
-
.ep(commonParams)
|
|
1618
|
-
.m(function (Command, cs, config, o) {
|
|
1619
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1620
|
-
})
|
|
1621
|
-
.s("AmazonDAXV3", "UpdateParameterGroup", {})
|
|
1622
|
-
.n("DAXClient", "UpdateParameterGroupCommand")
|
|
1623
|
-
.sc(UpdateParameterGroup$)
|
|
1624
|
-
.build() {
|
|
1449
|
+
class UpdateParameterGroupCommand extends command(_ep0, _mw0, "UpdateParameterGroup", UpdateParameterGroup$) {
|
|
1625
1450
|
}
|
|
1626
1451
|
|
|
1627
|
-
class UpdateSubnetGroupCommand extends
|
|
1628
|
-
.classBuilder()
|
|
1629
|
-
.ep(commonParams)
|
|
1630
|
-
.m(function (Command, cs, config, o) {
|
|
1631
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1632
|
-
})
|
|
1633
|
-
.s("AmazonDAXV3", "UpdateSubnetGroup", {})
|
|
1634
|
-
.n("DAXClient", "UpdateSubnetGroupCommand")
|
|
1635
|
-
.sc(UpdateSubnetGroup$)
|
|
1636
|
-
.build() {
|
|
1452
|
+
class UpdateSubnetGroupCommand extends command(_ep0, _mw0, "UpdateSubnetGroup", UpdateSubnetGroup$) {
|
|
1637
1453
|
}
|
|
1638
1454
|
|
|
1639
1455
|
const commands = {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AmazonDAXV3", "DAXClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "CreateCluster", {})
|
|
13
|
-
.n("DAXClient", "CreateClusterCommand")
|
|
14
|
-
.sc(CreateCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateParameterGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateParameterGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "CreateParameterGroup", {})
|
|
13
|
-
.n("DAXClient", "CreateParameterGroupCommand")
|
|
14
|
-
.sc(CreateParameterGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateParameterGroupCommand extends command(_ep0, _mw0, "CreateParameterGroup", CreateParameterGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateSubnetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSubnetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "CreateSubnetGroup", {})
|
|
13
|
-
.n("DAXClient", "CreateSubnetGroupCommand")
|
|
14
|
-
.sc(CreateSubnetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSubnetGroupCommand extends command(_ep0, _mw0, "CreateSubnetGroup", CreateSubnetGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DecreaseReplicationFactor$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DecreaseReplicationFactorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DecreaseReplicationFactor", {})
|
|
13
|
-
.n("DAXClient", "DecreaseReplicationFactorCommand")
|
|
14
|
-
.sc(DecreaseReplicationFactor$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DecreaseReplicationFactorCommand extends command(_ep0, _mw0, "DecreaseReplicationFactor", DecreaseReplicationFactor$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DeleteCluster", {})
|
|
13
|
-
.n("DAXClient", "DeleteClusterCommand")
|
|
14
|
-
.sc(DeleteCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteParameterGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteParameterGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DeleteParameterGroup", {})
|
|
13
|
-
.n("DAXClient", "DeleteParameterGroupCommand")
|
|
14
|
-
.sc(DeleteParameterGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteParameterGroupCommand extends command(_ep0, _mw0, "DeleteParameterGroup", DeleteParameterGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSubnetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSubnetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DeleteSubnetGroup", {})
|
|
13
|
-
.n("DAXClient", "DeleteSubnetGroupCommand")
|
|
14
|
-
.sc(DeleteSubnetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSubnetGroupCommand extends command(_ep0, _mw0, "DeleteSubnetGroup", DeleteSubnetGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeClusters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeClustersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DescribeClusters", {})
|
|
13
|
-
.n("DAXClient", "DescribeClustersCommand")
|
|
14
|
-
.sc(DescribeClusters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeClustersCommand extends command(_ep0, _mw0, "DescribeClusters", DescribeClusters$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDefaultParameters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDefaultParametersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DescribeDefaultParameters", {})
|
|
13
|
-
.n("DAXClient", "DescribeDefaultParametersCommand")
|
|
14
|
-
.sc(DescribeDefaultParameters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDefaultParametersCommand extends command(_ep0, _mw0, "DescribeDefaultParameters", DescribeDefaultParameters$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DescribeEvents", {})
|
|
13
|
-
.n("DAXClient", "DescribeEventsCommand")
|
|
14
|
-
.sc(DescribeEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeParameterGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeParameterGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DescribeParameterGroups", {})
|
|
13
|
-
.n("DAXClient", "DescribeParameterGroupsCommand")
|
|
14
|
-
.sc(DescribeParameterGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeParameterGroupsCommand extends command(_ep0, _mw0, "DescribeParameterGroups", DescribeParameterGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeParameters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeParametersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DescribeParameters", {})
|
|
13
|
-
.n("DAXClient", "DescribeParametersCommand")
|
|
14
|
-
.sc(DescribeParameters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeParametersCommand extends command(_ep0, _mw0, "DescribeParameters", DescribeParameters$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSubnetGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSubnetGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "DescribeSubnetGroups", {})
|
|
13
|
-
.n("DAXClient", "DescribeSubnetGroupsCommand")
|
|
14
|
-
.sc(DescribeSubnetGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSubnetGroupsCommand extends command(_ep0, _mw0, "DescribeSubnetGroups", DescribeSubnetGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { IncreaseReplicationFactor$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class IncreaseReplicationFactorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "IncreaseReplicationFactor", {})
|
|
13
|
-
.n("DAXClient", "IncreaseReplicationFactorCommand")
|
|
14
|
-
.sc(IncreaseReplicationFactor$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class IncreaseReplicationFactorCommand extends command(_ep0, _mw0, "IncreaseReplicationFactor", IncreaseReplicationFactor$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTags$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "ListTags", {})
|
|
13
|
-
.n("DAXClient", "ListTagsCommand")
|
|
14
|
-
.sc(ListTags$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsCommand extends command(_ep0, _mw0, "ListTags", ListTags$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RebootNode$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RebootNodeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "RebootNode", {})
|
|
13
|
-
.n("DAXClient", "RebootNodeCommand")
|
|
14
|
-
.sc(RebootNode$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RebootNodeCommand extends command(_ep0, _mw0, "RebootNode", RebootNode$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDAXV3", "TagResource", {})
|
|
13
|
-
.n("DAXClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|