@aws-sdk/client-bcm-pricing-calculator 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 +44 -363
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +2 -14
- package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +2 -14
- package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +2 -14
- package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +2 -14
- package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +2 -14
- package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +2 -14
- package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +2 -14
- package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +2 -14
- package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +2 -14
- package/dist-es/commands/CreateBillEstimateCommand.js +2 -14
- package/dist-es/commands/CreateBillScenarioCommand.js +2 -14
- package/dist-es/commands/CreateWorkloadEstimateCommand.js +2 -14
- package/dist-es/commands/DeleteBillEstimateCommand.js +2 -14
- package/dist-es/commands/DeleteBillScenarioCommand.js +2 -14
- package/dist-es/commands/DeleteWorkloadEstimateCommand.js +2 -14
- package/dist-es/commands/GetBillEstimateCommand.js +2 -14
- package/dist-es/commands/GetBillScenarioCommand.js +2 -14
- package/dist-es/commands/GetPreferencesCommand.js +2 -14
- package/dist-es/commands/GetWorkloadEstimateCommand.js +2 -14
- package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +2 -14
- package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +2 -14
- package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +2 -14
- package/dist-es/commands/ListBillEstimateLineItemsCommand.js +2 -14
- package/dist-es/commands/ListBillEstimatesCommand.js +2 -14
- package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +2 -14
- package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +2 -14
- package/dist-es/commands/ListBillScenariosCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +2 -14
- package/dist-es/commands/ListWorkloadEstimatesCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBillEstimateCommand.js +2 -14
- package/dist-es/commands/UpdateBillScenarioCommand.js +2 -14
- package/dist-es/commands/UpdatePreferencesCommand.js +2 -14
- package/dist-es/commands/UpdateWorkloadEstimateCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +3 -8
- package/dist-types/commands/CreateBillEstimateCommand.d.ts +3 -8
- package/dist-types/commands/CreateBillScenarioCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBillEstimateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBillScenarioCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +3 -8
- package/dist-types/commands/GetBillEstimateCommand.d.ts +3 -8
- package/dist-types/commands/GetBillScenarioCommand.d.ts +3 -8
- package/dist-types/commands/GetPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimatesCommand.d.ts +3 -8
- package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillScenariosCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkloadEstimatesCommand.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/UpdateBillEstimateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBillScenarioCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePreferencesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkloadEstimateCommand.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/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.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/UpdateBillEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.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, createPaginator } = 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");
|
|
@@ -66,7 +67,7 @@ const commonParams = {
|
|
|
66
67
|
Region: { type: "builtInParams", name: "region" },
|
|
67
68
|
};
|
|
68
69
|
|
|
69
|
-
var version = "3.
|
|
70
|
+
var version = "3.1077.0";
|
|
70
71
|
var packageInfo = {
|
|
71
72
|
version: version};
|
|
72
73
|
|
|
@@ -1603,436 +1604,116 @@ class BCMPricingCalculatorClient extends Client {
|
|
|
1603
1604
|
}
|
|
1604
1605
|
}
|
|
1605
1606
|
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
})
|
|
1612
|
-
.s("AWSBCMPricingCalculator", "BatchCreateBillScenarioCommitmentModification", {})
|
|
1613
|
-
.n("BCMPricingCalculatorClient", "BatchCreateBillScenarioCommitmentModificationCommand")
|
|
1614
|
-
.sc(BatchCreateBillScenarioCommitmentModification$)
|
|
1615
|
-
.build() {
|
|
1607
|
+
const command = makeBuilder(commonParams, "AWSBCMPricingCalculator", "BCMPricingCalculatorClient", getEndpointPlugin);
|
|
1608
|
+
const _ep0 = {};
|
|
1609
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1610
|
+
|
|
1611
|
+
class BatchCreateBillScenarioCommitmentModificationCommand extends command(_ep0, _mw0, "BatchCreateBillScenarioCommitmentModification", BatchCreateBillScenarioCommitmentModification$) {
|
|
1616
1612
|
}
|
|
1617
1613
|
|
|
1618
|
-
class BatchCreateBillScenarioUsageModificationCommand extends
|
|
1619
|
-
.classBuilder()
|
|
1620
|
-
.ep(commonParams)
|
|
1621
|
-
.m(function (Command, cs, config, o) {
|
|
1622
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1623
|
-
})
|
|
1624
|
-
.s("AWSBCMPricingCalculator", "BatchCreateBillScenarioUsageModification", {})
|
|
1625
|
-
.n("BCMPricingCalculatorClient", "BatchCreateBillScenarioUsageModificationCommand")
|
|
1626
|
-
.sc(BatchCreateBillScenarioUsageModification$)
|
|
1627
|
-
.build() {
|
|
1614
|
+
class BatchCreateBillScenarioUsageModificationCommand extends command(_ep0, _mw0, "BatchCreateBillScenarioUsageModification", BatchCreateBillScenarioUsageModification$) {
|
|
1628
1615
|
}
|
|
1629
1616
|
|
|
1630
|
-
class BatchCreateWorkloadEstimateUsageCommand extends
|
|
1631
|
-
.classBuilder()
|
|
1632
|
-
.ep(commonParams)
|
|
1633
|
-
.m(function (Command, cs, config, o) {
|
|
1634
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1635
|
-
})
|
|
1636
|
-
.s("AWSBCMPricingCalculator", "BatchCreateWorkloadEstimateUsage", {})
|
|
1637
|
-
.n("BCMPricingCalculatorClient", "BatchCreateWorkloadEstimateUsageCommand")
|
|
1638
|
-
.sc(BatchCreateWorkloadEstimateUsage$)
|
|
1639
|
-
.build() {
|
|
1617
|
+
class BatchCreateWorkloadEstimateUsageCommand extends command(_ep0, _mw0, "BatchCreateWorkloadEstimateUsage", BatchCreateWorkloadEstimateUsage$) {
|
|
1640
1618
|
}
|
|
1641
1619
|
|
|
1642
|
-
class BatchDeleteBillScenarioCommitmentModificationCommand extends
|
|
1643
|
-
.classBuilder()
|
|
1644
|
-
.ep(commonParams)
|
|
1645
|
-
.m(function (Command, cs, config, o) {
|
|
1646
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1647
|
-
})
|
|
1648
|
-
.s("AWSBCMPricingCalculator", "BatchDeleteBillScenarioCommitmentModification", {})
|
|
1649
|
-
.n("BCMPricingCalculatorClient", "BatchDeleteBillScenarioCommitmentModificationCommand")
|
|
1650
|
-
.sc(BatchDeleteBillScenarioCommitmentModification$)
|
|
1651
|
-
.build() {
|
|
1620
|
+
class BatchDeleteBillScenarioCommitmentModificationCommand extends command(_ep0, _mw0, "BatchDeleteBillScenarioCommitmentModification", BatchDeleteBillScenarioCommitmentModification$) {
|
|
1652
1621
|
}
|
|
1653
1622
|
|
|
1654
|
-
class BatchDeleteBillScenarioUsageModificationCommand extends
|
|
1655
|
-
.classBuilder()
|
|
1656
|
-
.ep(commonParams)
|
|
1657
|
-
.m(function (Command, cs, config, o) {
|
|
1658
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1659
|
-
})
|
|
1660
|
-
.s("AWSBCMPricingCalculator", "BatchDeleteBillScenarioUsageModification", {})
|
|
1661
|
-
.n("BCMPricingCalculatorClient", "BatchDeleteBillScenarioUsageModificationCommand")
|
|
1662
|
-
.sc(BatchDeleteBillScenarioUsageModification$)
|
|
1663
|
-
.build() {
|
|
1623
|
+
class BatchDeleteBillScenarioUsageModificationCommand extends command(_ep0, _mw0, "BatchDeleteBillScenarioUsageModification", BatchDeleteBillScenarioUsageModification$) {
|
|
1664
1624
|
}
|
|
1665
1625
|
|
|
1666
|
-
class BatchDeleteWorkloadEstimateUsageCommand extends
|
|
1667
|
-
.classBuilder()
|
|
1668
|
-
.ep(commonParams)
|
|
1669
|
-
.m(function (Command, cs, config, o) {
|
|
1670
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1671
|
-
})
|
|
1672
|
-
.s("AWSBCMPricingCalculator", "BatchDeleteWorkloadEstimateUsage", {})
|
|
1673
|
-
.n("BCMPricingCalculatorClient", "BatchDeleteWorkloadEstimateUsageCommand")
|
|
1674
|
-
.sc(BatchDeleteWorkloadEstimateUsage$)
|
|
1675
|
-
.build() {
|
|
1626
|
+
class BatchDeleteWorkloadEstimateUsageCommand extends command(_ep0, _mw0, "BatchDeleteWorkloadEstimateUsage", BatchDeleteWorkloadEstimateUsage$) {
|
|
1676
1627
|
}
|
|
1677
1628
|
|
|
1678
|
-
class BatchUpdateBillScenarioCommitmentModificationCommand extends
|
|
1679
|
-
.classBuilder()
|
|
1680
|
-
.ep(commonParams)
|
|
1681
|
-
.m(function (Command, cs, config, o) {
|
|
1682
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1683
|
-
})
|
|
1684
|
-
.s("AWSBCMPricingCalculator", "BatchUpdateBillScenarioCommitmentModification", {})
|
|
1685
|
-
.n("BCMPricingCalculatorClient", "BatchUpdateBillScenarioCommitmentModificationCommand")
|
|
1686
|
-
.sc(BatchUpdateBillScenarioCommitmentModification$)
|
|
1687
|
-
.build() {
|
|
1629
|
+
class BatchUpdateBillScenarioCommitmentModificationCommand extends command(_ep0, _mw0, "BatchUpdateBillScenarioCommitmentModification", BatchUpdateBillScenarioCommitmentModification$) {
|
|
1688
1630
|
}
|
|
1689
1631
|
|
|
1690
|
-
class BatchUpdateBillScenarioUsageModificationCommand extends
|
|
1691
|
-
.classBuilder()
|
|
1692
|
-
.ep(commonParams)
|
|
1693
|
-
.m(function (Command, cs, config, o) {
|
|
1694
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1695
|
-
})
|
|
1696
|
-
.s("AWSBCMPricingCalculator", "BatchUpdateBillScenarioUsageModification", {})
|
|
1697
|
-
.n("BCMPricingCalculatorClient", "BatchUpdateBillScenarioUsageModificationCommand")
|
|
1698
|
-
.sc(BatchUpdateBillScenarioUsageModification$)
|
|
1699
|
-
.build() {
|
|
1632
|
+
class BatchUpdateBillScenarioUsageModificationCommand extends command(_ep0, _mw0, "BatchUpdateBillScenarioUsageModification", BatchUpdateBillScenarioUsageModification$) {
|
|
1700
1633
|
}
|
|
1701
1634
|
|
|
1702
|
-
class BatchUpdateWorkloadEstimateUsageCommand extends
|
|
1703
|
-
.classBuilder()
|
|
1704
|
-
.ep(commonParams)
|
|
1705
|
-
.m(function (Command, cs, config, o) {
|
|
1706
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1707
|
-
})
|
|
1708
|
-
.s("AWSBCMPricingCalculator", "BatchUpdateWorkloadEstimateUsage", {})
|
|
1709
|
-
.n("BCMPricingCalculatorClient", "BatchUpdateWorkloadEstimateUsageCommand")
|
|
1710
|
-
.sc(BatchUpdateWorkloadEstimateUsage$)
|
|
1711
|
-
.build() {
|
|
1635
|
+
class BatchUpdateWorkloadEstimateUsageCommand extends command(_ep0, _mw0, "BatchUpdateWorkloadEstimateUsage", BatchUpdateWorkloadEstimateUsage$) {
|
|
1712
1636
|
}
|
|
1713
1637
|
|
|
1714
|
-
class CreateBillEstimateCommand extends
|
|
1715
|
-
.classBuilder()
|
|
1716
|
-
.ep(commonParams)
|
|
1717
|
-
.m(function (Command, cs, config, o) {
|
|
1718
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1719
|
-
})
|
|
1720
|
-
.s("AWSBCMPricingCalculator", "CreateBillEstimate", {})
|
|
1721
|
-
.n("BCMPricingCalculatorClient", "CreateBillEstimateCommand")
|
|
1722
|
-
.sc(CreateBillEstimate$)
|
|
1723
|
-
.build() {
|
|
1638
|
+
class CreateBillEstimateCommand extends command(_ep0, _mw0, "CreateBillEstimate", CreateBillEstimate$) {
|
|
1724
1639
|
}
|
|
1725
1640
|
|
|
1726
|
-
class CreateBillScenarioCommand extends
|
|
1727
|
-
.classBuilder()
|
|
1728
|
-
.ep(commonParams)
|
|
1729
|
-
.m(function (Command, cs, config, o) {
|
|
1730
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1731
|
-
})
|
|
1732
|
-
.s("AWSBCMPricingCalculator", "CreateBillScenario", {})
|
|
1733
|
-
.n("BCMPricingCalculatorClient", "CreateBillScenarioCommand")
|
|
1734
|
-
.sc(CreateBillScenario$)
|
|
1735
|
-
.build() {
|
|
1641
|
+
class CreateBillScenarioCommand extends command(_ep0, _mw0, "CreateBillScenario", CreateBillScenario$) {
|
|
1736
1642
|
}
|
|
1737
1643
|
|
|
1738
|
-
class CreateWorkloadEstimateCommand extends
|
|
1739
|
-
.classBuilder()
|
|
1740
|
-
.ep(commonParams)
|
|
1741
|
-
.m(function (Command, cs, config, o) {
|
|
1742
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1743
|
-
})
|
|
1744
|
-
.s("AWSBCMPricingCalculator", "CreateWorkloadEstimate", {})
|
|
1745
|
-
.n("BCMPricingCalculatorClient", "CreateWorkloadEstimateCommand")
|
|
1746
|
-
.sc(CreateWorkloadEstimate$)
|
|
1747
|
-
.build() {
|
|
1644
|
+
class CreateWorkloadEstimateCommand extends command(_ep0, _mw0, "CreateWorkloadEstimate", CreateWorkloadEstimate$) {
|
|
1748
1645
|
}
|
|
1749
1646
|
|
|
1750
|
-
class DeleteBillEstimateCommand extends
|
|
1751
|
-
.classBuilder()
|
|
1752
|
-
.ep(commonParams)
|
|
1753
|
-
.m(function (Command, cs, config, o) {
|
|
1754
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1755
|
-
})
|
|
1756
|
-
.s("AWSBCMPricingCalculator", "DeleteBillEstimate", {})
|
|
1757
|
-
.n("BCMPricingCalculatorClient", "DeleteBillEstimateCommand")
|
|
1758
|
-
.sc(DeleteBillEstimate$)
|
|
1759
|
-
.build() {
|
|
1647
|
+
class DeleteBillEstimateCommand extends command(_ep0, _mw0, "DeleteBillEstimate", DeleteBillEstimate$) {
|
|
1760
1648
|
}
|
|
1761
1649
|
|
|
1762
|
-
class DeleteBillScenarioCommand extends
|
|
1763
|
-
.classBuilder()
|
|
1764
|
-
.ep(commonParams)
|
|
1765
|
-
.m(function (Command, cs, config, o) {
|
|
1766
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1767
|
-
})
|
|
1768
|
-
.s("AWSBCMPricingCalculator", "DeleteBillScenario", {})
|
|
1769
|
-
.n("BCMPricingCalculatorClient", "DeleteBillScenarioCommand")
|
|
1770
|
-
.sc(DeleteBillScenario$)
|
|
1771
|
-
.build() {
|
|
1650
|
+
class DeleteBillScenarioCommand extends command(_ep0, _mw0, "DeleteBillScenario", DeleteBillScenario$) {
|
|
1772
1651
|
}
|
|
1773
1652
|
|
|
1774
|
-
class DeleteWorkloadEstimateCommand extends
|
|
1775
|
-
.classBuilder()
|
|
1776
|
-
.ep(commonParams)
|
|
1777
|
-
.m(function (Command, cs, config, o) {
|
|
1778
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1779
|
-
})
|
|
1780
|
-
.s("AWSBCMPricingCalculator", "DeleteWorkloadEstimate", {})
|
|
1781
|
-
.n("BCMPricingCalculatorClient", "DeleteWorkloadEstimateCommand")
|
|
1782
|
-
.sc(DeleteWorkloadEstimate$)
|
|
1783
|
-
.build() {
|
|
1653
|
+
class DeleteWorkloadEstimateCommand extends command(_ep0, _mw0, "DeleteWorkloadEstimate", DeleteWorkloadEstimate$) {
|
|
1784
1654
|
}
|
|
1785
1655
|
|
|
1786
|
-
class GetBillEstimateCommand extends
|
|
1787
|
-
.classBuilder()
|
|
1788
|
-
.ep(commonParams)
|
|
1789
|
-
.m(function (Command, cs, config, o) {
|
|
1790
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1791
|
-
})
|
|
1792
|
-
.s("AWSBCMPricingCalculator", "GetBillEstimate", {})
|
|
1793
|
-
.n("BCMPricingCalculatorClient", "GetBillEstimateCommand")
|
|
1794
|
-
.sc(GetBillEstimate$)
|
|
1795
|
-
.build() {
|
|
1656
|
+
class GetBillEstimateCommand extends command(_ep0, _mw0, "GetBillEstimate", GetBillEstimate$) {
|
|
1796
1657
|
}
|
|
1797
1658
|
|
|
1798
|
-
class GetBillScenarioCommand extends
|
|
1799
|
-
.classBuilder()
|
|
1800
|
-
.ep(commonParams)
|
|
1801
|
-
.m(function (Command, cs, config, o) {
|
|
1802
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1803
|
-
})
|
|
1804
|
-
.s("AWSBCMPricingCalculator", "GetBillScenario", {})
|
|
1805
|
-
.n("BCMPricingCalculatorClient", "GetBillScenarioCommand")
|
|
1806
|
-
.sc(GetBillScenario$)
|
|
1807
|
-
.build() {
|
|
1659
|
+
class GetBillScenarioCommand extends command(_ep0, _mw0, "GetBillScenario", GetBillScenario$) {
|
|
1808
1660
|
}
|
|
1809
1661
|
|
|
1810
|
-
class GetPreferencesCommand extends
|
|
1811
|
-
.classBuilder()
|
|
1812
|
-
.ep(commonParams)
|
|
1813
|
-
.m(function (Command, cs, config, o) {
|
|
1814
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1815
|
-
})
|
|
1816
|
-
.s("AWSBCMPricingCalculator", "GetPreferences", {})
|
|
1817
|
-
.n("BCMPricingCalculatorClient", "GetPreferencesCommand")
|
|
1818
|
-
.sc(GetPreferences$)
|
|
1819
|
-
.build() {
|
|
1662
|
+
class GetPreferencesCommand extends command(_ep0, _mw0, "GetPreferences", GetPreferences$) {
|
|
1820
1663
|
}
|
|
1821
1664
|
|
|
1822
|
-
class GetWorkloadEstimateCommand extends
|
|
1823
|
-
.classBuilder()
|
|
1824
|
-
.ep(commonParams)
|
|
1825
|
-
.m(function (Command, cs, config, o) {
|
|
1826
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1827
|
-
})
|
|
1828
|
-
.s("AWSBCMPricingCalculator", "GetWorkloadEstimate", {})
|
|
1829
|
-
.n("BCMPricingCalculatorClient", "GetWorkloadEstimateCommand")
|
|
1830
|
-
.sc(GetWorkloadEstimate$)
|
|
1831
|
-
.build() {
|
|
1665
|
+
class GetWorkloadEstimateCommand extends command(_ep0, _mw0, "GetWorkloadEstimate", GetWorkloadEstimate$) {
|
|
1832
1666
|
}
|
|
1833
1667
|
|
|
1834
|
-
class ListBillEstimateCommitmentsCommand extends
|
|
1835
|
-
.classBuilder()
|
|
1836
|
-
.ep(commonParams)
|
|
1837
|
-
.m(function (Command, cs, config, o) {
|
|
1838
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1839
|
-
})
|
|
1840
|
-
.s("AWSBCMPricingCalculator", "ListBillEstimateCommitments", {})
|
|
1841
|
-
.n("BCMPricingCalculatorClient", "ListBillEstimateCommitmentsCommand")
|
|
1842
|
-
.sc(ListBillEstimateCommitments$)
|
|
1843
|
-
.build() {
|
|
1668
|
+
class ListBillEstimateCommitmentsCommand extends command(_ep0, _mw0, "ListBillEstimateCommitments", ListBillEstimateCommitments$) {
|
|
1844
1669
|
}
|
|
1845
1670
|
|
|
1846
|
-
class ListBillEstimateInputCommitmentModificationsCommand extends
|
|
1847
|
-
.classBuilder()
|
|
1848
|
-
.ep(commonParams)
|
|
1849
|
-
.m(function (Command, cs, config, o) {
|
|
1850
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1851
|
-
})
|
|
1852
|
-
.s("AWSBCMPricingCalculator", "ListBillEstimateInputCommitmentModifications", {})
|
|
1853
|
-
.n("BCMPricingCalculatorClient", "ListBillEstimateInputCommitmentModificationsCommand")
|
|
1854
|
-
.sc(ListBillEstimateInputCommitmentModifications$)
|
|
1855
|
-
.build() {
|
|
1671
|
+
class ListBillEstimateInputCommitmentModificationsCommand extends command(_ep0, _mw0, "ListBillEstimateInputCommitmentModifications", ListBillEstimateInputCommitmentModifications$) {
|
|
1856
1672
|
}
|
|
1857
1673
|
|
|
1858
|
-
class ListBillEstimateInputUsageModificationsCommand extends
|
|
1859
|
-
.classBuilder()
|
|
1860
|
-
.ep(commonParams)
|
|
1861
|
-
.m(function (Command, cs, config, o) {
|
|
1862
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1863
|
-
})
|
|
1864
|
-
.s("AWSBCMPricingCalculator", "ListBillEstimateInputUsageModifications", {})
|
|
1865
|
-
.n("BCMPricingCalculatorClient", "ListBillEstimateInputUsageModificationsCommand")
|
|
1866
|
-
.sc(ListBillEstimateInputUsageModifications$)
|
|
1867
|
-
.build() {
|
|
1674
|
+
class ListBillEstimateInputUsageModificationsCommand extends command(_ep0, _mw0, "ListBillEstimateInputUsageModifications", ListBillEstimateInputUsageModifications$) {
|
|
1868
1675
|
}
|
|
1869
1676
|
|
|
1870
|
-
class ListBillEstimateLineItemsCommand extends
|
|
1871
|
-
.classBuilder()
|
|
1872
|
-
.ep(commonParams)
|
|
1873
|
-
.m(function (Command, cs, config, o) {
|
|
1874
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1875
|
-
})
|
|
1876
|
-
.s("AWSBCMPricingCalculator", "ListBillEstimateLineItems", {})
|
|
1877
|
-
.n("BCMPricingCalculatorClient", "ListBillEstimateLineItemsCommand")
|
|
1878
|
-
.sc(ListBillEstimateLineItems$)
|
|
1879
|
-
.build() {
|
|
1677
|
+
class ListBillEstimateLineItemsCommand extends command(_ep0, _mw0, "ListBillEstimateLineItems", ListBillEstimateLineItems$) {
|
|
1880
1678
|
}
|
|
1881
1679
|
|
|
1882
|
-
class ListBillEstimatesCommand extends
|
|
1883
|
-
.classBuilder()
|
|
1884
|
-
.ep(commonParams)
|
|
1885
|
-
.m(function (Command, cs, config, o) {
|
|
1886
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1887
|
-
})
|
|
1888
|
-
.s("AWSBCMPricingCalculator", "ListBillEstimates", {})
|
|
1889
|
-
.n("BCMPricingCalculatorClient", "ListBillEstimatesCommand")
|
|
1890
|
-
.sc(ListBillEstimates$)
|
|
1891
|
-
.build() {
|
|
1680
|
+
class ListBillEstimatesCommand extends command(_ep0, _mw0, "ListBillEstimates", ListBillEstimates$) {
|
|
1892
1681
|
}
|
|
1893
1682
|
|
|
1894
|
-
class ListBillScenarioCommitmentModificationsCommand extends
|
|
1895
|
-
.classBuilder()
|
|
1896
|
-
.ep(commonParams)
|
|
1897
|
-
.m(function (Command, cs, config, o) {
|
|
1898
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1899
|
-
})
|
|
1900
|
-
.s("AWSBCMPricingCalculator", "ListBillScenarioCommitmentModifications", {})
|
|
1901
|
-
.n("BCMPricingCalculatorClient", "ListBillScenarioCommitmentModificationsCommand")
|
|
1902
|
-
.sc(ListBillScenarioCommitmentModifications$)
|
|
1903
|
-
.build() {
|
|
1683
|
+
class ListBillScenarioCommitmentModificationsCommand extends command(_ep0, _mw0, "ListBillScenarioCommitmentModifications", ListBillScenarioCommitmentModifications$) {
|
|
1904
1684
|
}
|
|
1905
1685
|
|
|
1906
|
-
class ListBillScenariosCommand extends
|
|
1907
|
-
.classBuilder()
|
|
1908
|
-
.ep(commonParams)
|
|
1909
|
-
.m(function (Command, cs, config, o) {
|
|
1910
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1911
|
-
})
|
|
1912
|
-
.s("AWSBCMPricingCalculator", "ListBillScenarios", {})
|
|
1913
|
-
.n("BCMPricingCalculatorClient", "ListBillScenariosCommand")
|
|
1914
|
-
.sc(ListBillScenarios$)
|
|
1915
|
-
.build() {
|
|
1686
|
+
class ListBillScenariosCommand extends command(_ep0, _mw0, "ListBillScenarios", ListBillScenarios$) {
|
|
1916
1687
|
}
|
|
1917
1688
|
|
|
1918
|
-
class ListBillScenarioUsageModificationsCommand extends
|
|
1919
|
-
.classBuilder()
|
|
1920
|
-
.ep(commonParams)
|
|
1921
|
-
.m(function (Command, cs, config, o) {
|
|
1922
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1923
|
-
})
|
|
1924
|
-
.s("AWSBCMPricingCalculator", "ListBillScenarioUsageModifications", {})
|
|
1925
|
-
.n("BCMPricingCalculatorClient", "ListBillScenarioUsageModificationsCommand")
|
|
1926
|
-
.sc(ListBillScenarioUsageModifications$)
|
|
1927
|
-
.build() {
|
|
1689
|
+
class ListBillScenarioUsageModificationsCommand extends command(_ep0, _mw0, "ListBillScenarioUsageModifications", ListBillScenarioUsageModifications$) {
|
|
1928
1690
|
}
|
|
1929
1691
|
|
|
1930
|
-
class ListTagsForResourceCommand extends
|
|
1931
|
-
.classBuilder()
|
|
1932
|
-
.ep(commonParams)
|
|
1933
|
-
.m(function (Command, cs, config, o) {
|
|
1934
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1935
|
-
})
|
|
1936
|
-
.s("AWSBCMPricingCalculator", "ListTagsForResource", {})
|
|
1937
|
-
.n("BCMPricingCalculatorClient", "ListTagsForResourceCommand")
|
|
1938
|
-
.sc(ListTagsForResource$)
|
|
1939
|
-
.build() {
|
|
1692
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1940
1693
|
}
|
|
1941
1694
|
|
|
1942
|
-
class ListWorkloadEstimatesCommand extends
|
|
1943
|
-
.classBuilder()
|
|
1944
|
-
.ep(commonParams)
|
|
1945
|
-
.m(function (Command, cs, config, o) {
|
|
1946
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1947
|
-
})
|
|
1948
|
-
.s("AWSBCMPricingCalculator", "ListWorkloadEstimates", {})
|
|
1949
|
-
.n("BCMPricingCalculatorClient", "ListWorkloadEstimatesCommand")
|
|
1950
|
-
.sc(ListWorkloadEstimates$)
|
|
1951
|
-
.build() {
|
|
1695
|
+
class ListWorkloadEstimatesCommand extends command(_ep0, _mw0, "ListWorkloadEstimates", ListWorkloadEstimates$) {
|
|
1952
1696
|
}
|
|
1953
1697
|
|
|
1954
|
-
class ListWorkloadEstimateUsageCommand extends
|
|
1955
|
-
.classBuilder()
|
|
1956
|
-
.ep(commonParams)
|
|
1957
|
-
.m(function (Command, cs, config, o) {
|
|
1958
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1959
|
-
})
|
|
1960
|
-
.s("AWSBCMPricingCalculator", "ListWorkloadEstimateUsage", {})
|
|
1961
|
-
.n("BCMPricingCalculatorClient", "ListWorkloadEstimateUsageCommand")
|
|
1962
|
-
.sc(ListWorkloadEstimateUsage$)
|
|
1963
|
-
.build() {
|
|
1698
|
+
class ListWorkloadEstimateUsageCommand extends command(_ep0, _mw0, "ListWorkloadEstimateUsage", ListWorkloadEstimateUsage$) {
|
|
1964
1699
|
}
|
|
1965
1700
|
|
|
1966
|
-
class TagResourceCommand extends
|
|
1967
|
-
.classBuilder()
|
|
1968
|
-
.ep(commonParams)
|
|
1969
|
-
.m(function (Command, cs, config, o) {
|
|
1970
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1971
|
-
})
|
|
1972
|
-
.s("AWSBCMPricingCalculator", "TagResource", {})
|
|
1973
|
-
.n("BCMPricingCalculatorClient", "TagResourceCommand")
|
|
1974
|
-
.sc(TagResource$)
|
|
1975
|
-
.build() {
|
|
1701
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1976
1702
|
}
|
|
1977
1703
|
|
|
1978
|
-
class UntagResourceCommand extends
|
|
1979
|
-
.classBuilder()
|
|
1980
|
-
.ep(commonParams)
|
|
1981
|
-
.m(function (Command, cs, config, o) {
|
|
1982
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1983
|
-
})
|
|
1984
|
-
.s("AWSBCMPricingCalculator", "UntagResource", {})
|
|
1985
|
-
.n("BCMPricingCalculatorClient", "UntagResourceCommand")
|
|
1986
|
-
.sc(UntagResource$)
|
|
1987
|
-
.build() {
|
|
1704
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1988
1705
|
}
|
|
1989
1706
|
|
|
1990
|
-
class UpdateBillEstimateCommand extends
|
|
1991
|
-
.classBuilder()
|
|
1992
|
-
.ep(commonParams)
|
|
1993
|
-
.m(function (Command, cs, config, o) {
|
|
1994
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1995
|
-
})
|
|
1996
|
-
.s("AWSBCMPricingCalculator", "UpdateBillEstimate", {})
|
|
1997
|
-
.n("BCMPricingCalculatorClient", "UpdateBillEstimateCommand")
|
|
1998
|
-
.sc(UpdateBillEstimate$)
|
|
1999
|
-
.build() {
|
|
1707
|
+
class UpdateBillEstimateCommand extends command(_ep0, _mw0, "UpdateBillEstimate", UpdateBillEstimate$) {
|
|
2000
1708
|
}
|
|
2001
1709
|
|
|
2002
|
-
class UpdateBillScenarioCommand extends
|
|
2003
|
-
.classBuilder()
|
|
2004
|
-
.ep(commonParams)
|
|
2005
|
-
.m(function (Command, cs, config, o) {
|
|
2006
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2007
|
-
})
|
|
2008
|
-
.s("AWSBCMPricingCalculator", "UpdateBillScenario", {})
|
|
2009
|
-
.n("BCMPricingCalculatorClient", "UpdateBillScenarioCommand")
|
|
2010
|
-
.sc(UpdateBillScenario$)
|
|
2011
|
-
.build() {
|
|
1710
|
+
class UpdateBillScenarioCommand extends command(_ep0, _mw0, "UpdateBillScenario", UpdateBillScenario$) {
|
|
2012
1711
|
}
|
|
2013
1712
|
|
|
2014
|
-
class UpdatePreferencesCommand extends
|
|
2015
|
-
.classBuilder()
|
|
2016
|
-
.ep(commonParams)
|
|
2017
|
-
.m(function (Command, cs, config, o) {
|
|
2018
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2019
|
-
})
|
|
2020
|
-
.s("AWSBCMPricingCalculator", "UpdatePreferences", {})
|
|
2021
|
-
.n("BCMPricingCalculatorClient", "UpdatePreferencesCommand")
|
|
2022
|
-
.sc(UpdatePreferences$)
|
|
2023
|
-
.build() {
|
|
1713
|
+
class UpdatePreferencesCommand extends command(_ep0, _mw0, "UpdatePreferences", UpdatePreferences$) {
|
|
2024
1714
|
}
|
|
2025
1715
|
|
|
2026
|
-
class UpdateWorkloadEstimateCommand extends
|
|
2027
|
-
.classBuilder()
|
|
2028
|
-
.ep(commonParams)
|
|
2029
|
-
.m(function (Command, cs, config, o) {
|
|
2030
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2031
|
-
})
|
|
2032
|
-
.s("AWSBCMPricingCalculator", "UpdateWorkloadEstimate", {})
|
|
2033
|
-
.n("BCMPricingCalculatorClient", "UpdateWorkloadEstimateCommand")
|
|
2034
|
-
.sc(UpdateWorkloadEstimate$)
|
|
2035
|
-
.build() {
|
|
1716
|
+
class UpdateWorkloadEstimateCommand extends command(_ep0, _mw0, "UpdateWorkloadEstimate", UpdateWorkloadEstimate$) {
|
|
2036
1717
|
}
|
|
2037
1718
|
|
|
2038
1719
|
const paginateListBillEstimateCommitments = createPaginator(BCMPricingCalculatorClient, ListBillEstimateCommitmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -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, "AWSBCMPricingCalculator", "BCMPricingCalculatorClient", 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 { BatchCreateBillScenarioCommitmentModification$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchCreateBillScenarioCommitmentModificationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBCMPricingCalculator", "BatchCreateBillScenarioCommitmentModification", {})
|
|
13
|
-
.n("BCMPricingCalculatorClient", "BatchCreateBillScenarioCommitmentModificationCommand")
|
|
14
|
-
.sc(BatchCreateBillScenarioCommitmentModification$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchCreateBillScenarioCommitmentModificationCommand extends command(_ep0, _mw0, "BatchCreateBillScenarioCommitmentModification", BatchCreateBillScenarioCommitmentModification$) {
|
|
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 { BatchCreateBillScenarioUsageModification$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchCreateBillScenarioUsageModificationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBCMPricingCalculator", "BatchCreateBillScenarioUsageModification", {})
|
|
13
|
-
.n("BCMPricingCalculatorClient", "BatchCreateBillScenarioUsageModificationCommand")
|
|
14
|
-
.sc(BatchCreateBillScenarioUsageModification$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchCreateBillScenarioUsageModificationCommand extends command(_ep0, _mw0, "BatchCreateBillScenarioUsageModification", BatchCreateBillScenarioUsageModification$) {
|
|
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 { BatchCreateWorkloadEstimateUsage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchCreateWorkloadEstimateUsageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBCMPricingCalculator", "BatchCreateWorkloadEstimateUsage", {})
|
|
13
|
-
.n("BCMPricingCalculatorClient", "BatchCreateWorkloadEstimateUsageCommand")
|
|
14
|
-
.sc(BatchCreateWorkloadEstimateUsage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchCreateWorkloadEstimateUsageCommand extends command(_ep0, _mw0, "BatchCreateWorkloadEstimateUsage", BatchCreateWorkloadEstimateUsage$) {
|
|
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 { BatchDeleteBillScenarioCommitmentModification$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteBillScenarioCommitmentModificationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBCMPricingCalculator", "BatchDeleteBillScenarioCommitmentModification", {})
|
|
13
|
-
.n("BCMPricingCalculatorClient", "BatchDeleteBillScenarioCommitmentModificationCommand")
|
|
14
|
-
.sc(BatchDeleteBillScenarioCommitmentModification$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteBillScenarioCommitmentModificationCommand extends command(_ep0, _mw0, "BatchDeleteBillScenarioCommitmentModification", BatchDeleteBillScenarioCommitmentModification$) {
|
|
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 { BatchDeleteBillScenarioUsageModification$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteBillScenarioUsageModificationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBCMPricingCalculator", "BatchDeleteBillScenarioUsageModification", {})
|
|
13
|
-
.n("BCMPricingCalculatorClient", "BatchDeleteBillScenarioUsageModificationCommand")
|
|
14
|
-
.sc(BatchDeleteBillScenarioUsageModification$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteBillScenarioUsageModificationCommand extends command(_ep0, _mw0, "BatchDeleteBillScenarioUsageModification", BatchDeleteBillScenarioUsageModification$) {
|
|
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 { BatchDeleteWorkloadEstimateUsage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteWorkloadEstimateUsageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBCMPricingCalculator", "BatchDeleteWorkloadEstimateUsage", {})
|
|
13
|
-
.n("BCMPricingCalculatorClient", "BatchDeleteWorkloadEstimateUsageCommand")
|
|
14
|
-
.sc(BatchDeleteWorkloadEstimateUsage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteWorkloadEstimateUsageCommand extends command(_ep0, _mw0, "BatchDeleteWorkloadEstimateUsage", BatchDeleteWorkloadEstimateUsage$) {
|
|
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 { BatchUpdateBillScenarioCommitmentModification$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchUpdateBillScenarioCommitmentModificationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBCMPricingCalculator", "BatchUpdateBillScenarioCommitmentModification", {})
|
|
13
|
-
.n("BCMPricingCalculatorClient", "BatchUpdateBillScenarioCommitmentModificationCommand")
|
|
14
|
-
.sc(BatchUpdateBillScenarioCommitmentModification$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchUpdateBillScenarioCommitmentModificationCommand extends command(_ep0, _mw0, "BatchUpdateBillScenarioCommitmentModification", BatchUpdateBillScenarioCommitmentModification$) {
|
|
16
4
|
}
|