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