@aws-sdk/client-billingconductor 3.1077.0 → 3.1079.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 +40 -323
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateAccountsCommand.js +2 -14
- package/dist-es/commands/AssociatePricingRulesCommand.js +2 -14
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -14
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -14
- package/dist-es/commands/CreateBillingGroupCommand.js +2 -14
- package/dist-es/commands/CreateCustomLineItemCommand.js +2 -14
- package/dist-es/commands/CreatePricingPlanCommand.js +2 -14
- package/dist-es/commands/CreatePricingRuleCommand.js +2 -14
- package/dist-es/commands/DeleteBillingGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCustomLineItemCommand.js +2 -14
- package/dist-es/commands/DeletePricingPlanCommand.js +2 -14
- package/dist-es/commands/DeletePricingRuleCommand.js +2 -14
- package/dist-es/commands/DisassociateAccountsCommand.js +2 -14
- package/dist-es/commands/DisassociatePricingRulesCommand.js +2 -14
- package/dist-es/commands/GetBillingGroupCostReportCommand.js +2 -14
- package/dist-es/commands/ListAccountAssociationsCommand.js +2 -14
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +2 -14
- package/dist-es/commands/ListBillingGroupsCommand.js +2 -14
- package/dist-es/commands/ListCustomLineItemVersionsCommand.js +2 -14
- package/dist-es/commands/ListCustomLineItemsCommand.js +2 -14
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -14
- package/dist-es/commands/ListPricingPlansCommand.js +2 -14
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -14
- package/dist-es/commands/ListPricingRulesCommand.js +2 -14
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBillingGroupCommand.js +2 -14
- package/dist-es/commands/UpdateCustomLineItemCommand.js +2 -14
- package/dist-es/commands/UpdatePricingPlanCommand.js +2 -14
- package/dist-es/commands/UpdatePricingRuleCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateAccountsCommand.d.ts +3 -8
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +3 -8
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +3 -8
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +3 -8
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +3 -8
- package/dist-types/commands/ListPricingPlansCommand.d.ts +3 -8
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +3 -8
- package/dist-types/commands/ListPricingRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateBillingGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePricingRuleCommand.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/AssociateAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/UpdateBillingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.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");
|
|
@@ -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.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1470,388 +1471,104 @@ class BillingconductorClient extends Client {
|
|
|
1470
1471
|
}
|
|
1471
1472
|
}
|
|
1472
1473
|
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
})
|
|
1479
|
-
.s("AWSBillingConductor", "AssociateAccounts", {})
|
|
1480
|
-
.n("BillingconductorClient", "AssociateAccountsCommand")
|
|
1481
|
-
.sc(AssociateAccounts$)
|
|
1482
|
-
.build() {
|
|
1474
|
+
const command = makeBuilder(commonParams, "AWSBillingConductor", "BillingconductorClient", getEndpointPlugin);
|
|
1475
|
+
const _ep0 = {};
|
|
1476
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1477
|
+
|
|
1478
|
+
class AssociateAccountsCommand extends command(_ep0, _mw0, "AssociateAccounts", AssociateAccounts$) {
|
|
1483
1479
|
}
|
|
1484
1480
|
|
|
1485
|
-
class AssociatePricingRulesCommand extends
|
|
1486
|
-
.classBuilder()
|
|
1487
|
-
.ep(commonParams)
|
|
1488
|
-
.m(function (Command, cs, config, o) {
|
|
1489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1490
|
-
})
|
|
1491
|
-
.s("AWSBillingConductor", "AssociatePricingRules", {})
|
|
1492
|
-
.n("BillingconductorClient", "AssociatePricingRulesCommand")
|
|
1493
|
-
.sc(AssociatePricingRules$)
|
|
1494
|
-
.build() {
|
|
1481
|
+
class AssociatePricingRulesCommand extends command(_ep0, _mw0, "AssociatePricingRules", AssociatePricingRules$) {
|
|
1495
1482
|
}
|
|
1496
1483
|
|
|
1497
|
-
class BatchAssociateResourcesToCustomLineItemCommand extends
|
|
1498
|
-
.classBuilder()
|
|
1499
|
-
.ep(commonParams)
|
|
1500
|
-
.m(function (Command, cs, config, o) {
|
|
1501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1502
|
-
})
|
|
1503
|
-
.s("AWSBillingConductor", "BatchAssociateResourcesToCustomLineItem", {})
|
|
1504
|
-
.n("BillingconductorClient", "BatchAssociateResourcesToCustomLineItemCommand")
|
|
1505
|
-
.sc(BatchAssociateResourcesToCustomLineItem$)
|
|
1506
|
-
.build() {
|
|
1484
|
+
class BatchAssociateResourcesToCustomLineItemCommand extends command(_ep0, _mw0, "BatchAssociateResourcesToCustomLineItem", BatchAssociateResourcesToCustomLineItem$) {
|
|
1507
1485
|
}
|
|
1508
1486
|
|
|
1509
|
-
class BatchDisassociateResourcesFromCustomLineItemCommand extends
|
|
1510
|
-
.classBuilder()
|
|
1511
|
-
.ep(commonParams)
|
|
1512
|
-
.m(function (Command, cs, config, o) {
|
|
1513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1514
|
-
})
|
|
1515
|
-
.s("AWSBillingConductor", "BatchDisassociateResourcesFromCustomLineItem", {})
|
|
1516
|
-
.n("BillingconductorClient", "BatchDisassociateResourcesFromCustomLineItemCommand")
|
|
1517
|
-
.sc(BatchDisassociateResourcesFromCustomLineItem$)
|
|
1518
|
-
.build() {
|
|
1487
|
+
class BatchDisassociateResourcesFromCustomLineItemCommand extends command(_ep0, _mw0, "BatchDisassociateResourcesFromCustomLineItem", BatchDisassociateResourcesFromCustomLineItem$) {
|
|
1519
1488
|
}
|
|
1520
1489
|
|
|
1521
|
-
class CreateBillingGroupCommand extends
|
|
1522
|
-
.classBuilder()
|
|
1523
|
-
.ep(commonParams)
|
|
1524
|
-
.m(function (Command, cs, config, o) {
|
|
1525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1526
|
-
})
|
|
1527
|
-
.s("AWSBillingConductor", "CreateBillingGroup", {})
|
|
1528
|
-
.n("BillingconductorClient", "CreateBillingGroupCommand")
|
|
1529
|
-
.sc(CreateBillingGroup$)
|
|
1530
|
-
.build() {
|
|
1490
|
+
class CreateBillingGroupCommand extends command(_ep0, _mw0, "CreateBillingGroup", CreateBillingGroup$) {
|
|
1531
1491
|
}
|
|
1532
1492
|
|
|
1533
|
-
class CreateCustomLineItemCommand extends
|
|
1534
|
-
.classBuilder()
|
|
1535
|
-
.ep(commonParams)
|
|
1536
|
-
.m(function (Command, cs, config, o) {
|
|
1537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1538
|
-
})
|
|
1539
|
-
.s("AWSBillingConductor", "CreateCustomLineItem", {})
|
|
1540
|
-
.n("BillingconductorClient", "CreateCustomLineItemCommand")
|
|
1541
|
-
.sc(CreateCustomLineItem$)
|
|
1542
|
-
.build() {
|
|
1493
|
+
class CreateCustomLineItemCommand extends command(_ep0, _mw0, "CreateCustomLineItem", CreateCustomLineItem$) {
|
|
1543
1494
|
}
|
|
1544
1495
|
|
|
1545
|
-
class CreatePricingPlanCommand extends
|
|
1546
|
-
.classBuilder()
|
|
1547
|
-
.ep(commonParams)
|
|
1548
|
-
.m(function (Command, cs, config, o) {
|
|
1549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1550
|
-
})
|
|
1551
|
-
.s("AWSBillingConductor", "CreatePricingPlan", {})
|
|
1552
|
-
.n("BillingconductorClient", "CreatePricingPlanCommand")
|
|
1553
|
-
.sc(CreatePricingPlan$)
|
|
1554
|
-
.build() {
|
|
1496
|
+
class CreatePricingPlanCommand extends command(_ep0, _mw0, "CreatePricingPlan", CreatePricingPlan$) {
|
|
1555
1497
|
}
|
|
1556
1498
|
|
|
1557
|
-
class CreatePricingRuleCommand extends
|
|
1558
|
-
.classBuilder()
|
|
1559
|
-
.ep(commonParams)
|
|
1560
|
-
.m(function (Command, cs, config, o) {
|
|
1561
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1562
|
-
})
|
|
1563
|
-
.s("AWSBillingConductor", "CreatePricingRule", {})
|
|
1564
|
-
.n("BillingconductorClient", "CreatePricingRuleCommand")
|
|
1565
|
-
.sc(CreatePricingRule$)
|
|
1566
|
-
.build() {
|
|
1499
|
+
class CreatePricingRuleCommand extends command(_ep0, _mw0, "CreatePricingRule", CreatePricingRule$) {
|
|
1567
1500
|
}
|
|
1568
1501
|
|
|
1569
|
-
class DeleteBillingGroupCommand extends
|
|
1570
|
-
.classBuilder()
|
|
1571
|
-
.ep(commonParams)
|
|
1572
|
-
.m(function (Command, cs, config, o) {
|
|
1573
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1574
|
-
})
|
|
1575
|
-
.s("AWSBillingConductor", "DeleteBillingGroup", {})
|
|
1576
|
-
.n("BillingconductorClient", "DeleteBillingGroupCommand")
|
|
1577
|
-
.sc(DeleteBillingGroup$)
|
|
1578
|
-
.build() {
|
|
1502
|
+
class DeleteBillingGroupCommand extends command(_ep0, _mw0, "DeleteBillingGroup", DeleteBillingGroup$) {
|
|
1579
1503
|
}
|
|
1580
1504
|
|
|
1581
|
-
class DeleteCustomLineItemCommand extends
|
|
1582
|
-
.classBuilder()
|
|
1583
|
-
.ep(commonParams)
|
|
1584
|
-
.m(function (Command, cs, config, o) {
|
|
1585
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1586
|
-
})
|
|
1587
|
-
.s("AWSBillingConductor", "DeleteCustomLineItem", {})
|
|
1588
|
-
.n("BillingconductorClient", "DeleteCustomLineItemCommand")
|
|
1589
|
-
.sc(DeleteCustomLineItem$)
|
|
1590
|
-
.build() {
|
|
1505
|
+
class DeleteCustomLineItemCommand extends command(_ep0, _mw0, "DeleteCustomLineItem", DeleteCustomLineItem$) {
|
|
1591
1506
|
}
|
|
1592
1507
|
|
|
1593
|
-
class DeletePricingPlanCommand extends
|
|
1594
|
-
.classBuilder()
|
|
1595
|
-
.ep(commonParams)
|
|
1596
|
-
.m(function (Command, cs, config, o) {
|
|
1597
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1598
|
-
})
|
|
1599
|
-
.s("AWSBillingConductor", "DeletePricingPlan", {})
|
|
1600
|
-
.n("BillingconductorClient", "DeletePricingPlanCommand")
|
|
1601
|
-
.sc(DeletePricingPlan$)
|
|
1602
|
-
.build() {
|
|
1508
|
+
class DeletePricingPlanCommand extends command(_ep0, _mw0, "DeletePricingPlan", DeletePricingPlan$) {
|
|
1603
1509
|
}
|
|
1604
1510
|
|
|
1605
|
-
class DeletePricingRuleCommand extends
|
|
1606
|
-
.classBuilder()
|
|
1607
|
-
.ep(commonParams)
|
|
1608
|
-
.m(function (Command, cs, config, o) {
|
|
1609
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1610
|
-
})
|
|
1611
|
-
.s("AWSBillingConductor", "DeletePricingRule", {})
|
|
1612
|
-
.n("BillingconductorClient", "DeletePricingRuleCommand")
|
|
1613
|
-
.sc(DeletePricingRule$)
|
|
1614
|
-
.build() {
|
|
1511
|
+
class DeletePricingRuleCommand extends command(_ep0, _mw0, "DeletePricingRule", DeletePricingRule$) {
|
|
1615
1512
|
}
|
|
1616
1513
|
|
|
1617
|
-
class DisassociateAccountsCommand extends
|
|
1618
|
-
.classBuilder()
|
|
1619
|
-
.ep(commonParams)
|
|
1620
|
-
.m(function (Command, cs, config, o) {
|
|
1621
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1622
|
-
})
|
|
1623
|
-
.s("AWSBillingConductor", "DisassociateAccounts", {})
|
|
1624
|
-
.n("BillingconductorClient", "DisassociateAccountsCommand")
|
|
1625
|
-
.sc(DisassociateAccounts$)
|
|
1626
|
-
.build() {
|
|
1514
|
+
class DisassociateAccountsCommand extends command(_ep0, _mw0, "DisassociateAccounts", DisassociateAccounts$) {
|
|
1627
1515
|
}
|
|
1628
1516
|
|
|
1629
|
-
class DisassociatePricingRulesCommand extends
|
|
1630
|
-
.classBuilder()
|
|
1631
|
-
.ep(commonParams)
|
|
1632
|
-
.m(function (Command, cs, config, o) {
|
|
1633
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1634
|
-
})
|
|
1635
|
-
.s("AWSBillingConductor", "DisassociatePricingRules", {})
|
|
1636
|
-
.n("BillingconductorClient", "DisassociatePricingRulesCommand")
|
|
1637
|
-
.sc(DisassociatePricingRules$)
|
|
1638
|
-
.build() {
|
|
1517
|
+
class DisassociatePricingRulesCommand extends command(_ep0, _mw0, "DisassociatePricingRules", DisassociatePricingRules$) {
|
|
1639
1518
|
}
|
|
1640
1519
|
|
|
1641
|
-
class GetBillingGroupCostReportCommand extends
|
|
1642
|
-
.classBuilder()
|
|
1643
|
-
.ep(commonParams)
|
|
1644
|
-
.m(function (Command, cs, config, o) {
|
|
1645
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1646
|
-
})
|
|
1647
|
-
.s("AWSBillingConductor", "GetBillingGroupCostReport", {})
|
|
1648
|
-
.n("BillingconductorClient", "GetBillingGroupCostReportCommand")
|
|
1649
|
-
.sc(GetBillingGroupCostReport$)
|
|
1650
|
-
.build() {
|
|
1520
|
+
class GetBillingGroupCostReportCommand extends command(_ep0, _mw0, "GetBillingGroupCostReport", GetBillingGroupCostReport$) {
|
|
1651
1521
|
}
|
|
1652
1522
|
|
|
1653
|
-
class ListAccountAssociationsCommand extends
|
|
1654
|
-
.classBuilder()
|
|
1655
|
-
.ep(commonParams)
|
|
1656
|
-
.m(function (Command, cs, config, o) {
|
|
1657
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1658
|
-
})
|
|
1659
|
-
.s("AWSBillingConductor", "ListAccountAssociations", {})
|
|
1660
|
-
.n("BillingconductorClient", "ListAccountAssociationsCommand")
|
|
1661
|
-
.sc(ListAccountAssociations$)
|
|
1662
|
-
.build() {
|
|
1523
|
+
class ListAccountAssociationsCommand extends command(_ep0, _mw0, "ListAccountAssociations", ListAccountAssociations$) {
|
|
1663
1524
|
}
|
|
1664
1525
|
|
|
1665
|
-
class ListBillingGroupCostReportsCommand extends
|
|
1666
|
-
.classBuilder()
|
|
1667
|
-
.ep(commonParams)
|
|
1668
|
-
.m(function (Command, cs, config, o) {
|
|
1669
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1670
|
-
})
|
|
1671
|
-
.s("AWSBillingConductor", "ListBillingGroupCostReports", {})
|
|
1672
|
-
.n("BillingconductorClient", "ListBillingGroupCostReportsCommand")
|
|
1673
|
-
.sc(ListBillingGroupCostReports$)
|
|
1674
|
-
.build() {
|
|
1526
|
+
class ListBillingGroupCostReportsCommand extends command(_ep0, _mw0, "ListBillingGroupCostReports", ListBillingGroupCostReports$) {
|
|
1675
1527
|
}
|
|
1676
1528
|
|
|
1677
|
-
class ListBillingGroupsCommand extends
|
|
1678
|
-
.classBuilder()
|
|
1679
|
-
.ep(commonParams)
|
|
1680
|
-
.m(function (Command, cs, config, o) {
|
|
1681
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1682
|
-
})
|
|
1683
|
-
.s("AWSBillingConductor", "ListBillingGroups", {})
|
|
1684
|
-
.n("BillingconductorClient", "ListBillingGroupsCommand")
|
|
1685
|
-
.sc(ListBillingGroups$)
|
|
1686
|
-
.build() {
|
|
1529
|
+
class ListBillingGroupsCommand extends command(_ep0, _mw0, "ListBillingGroups", ListBillingGroups$) {
|
|
1687
1530
|
}
|
|
1688
1531
|
|
|
1689
|
-
class ListCustomLineItemsCommand extends
|
|
1690
|
-
.classBuilder()
|
|
1691
|
-
.ep(commonParams)
|
|
1692
|
-
.m(function (Command, cs, config, o) {
|
|
1693
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1694
|
-
})
|
|
1695
|
-
.s("AWSBillingConductor", "ListCustomLineItems", {})
|
|
1696
|
-
.n("BillingconductorClient", "ListCustomLineItemsCommand")
|
|
1697
|
-
.sc(ListCustomLineItems$)
|
|
1698
|
-
.build() {
|
|
1532
|
+
class ListCustomLineItemsCommand extends command(_ep0, _mw0, "ListCustomLineItems", ListCustomLineItems$) {
|
|
1699
1533
|
}
|
|
1700
1534
|
|
|
1701
|
-
class ListCustomLineItemVersionsCommand extends
|
|
1702
|
-
.classBuilder()
|
|
1703
|
-
.ep(commonParams)
|
|
1704
|
-
.m(function (Command, cs, config, o) {
|
|
1705
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1706
|
-
})
|
|
1707
|
-
.s("AWSBillingConductor", "ListCustomLineItemVersions", {})
|
|
1708
|
-
.n("BillingconductorClient", "ListCustomLineItemVersionsCommand")
|
|
1709
|
-
.sc(ListCustomLineItemVersions$)
|
|
1710
|
-
.build() {
|
|
1535
|
+
class ListCustomLineItemVersionsCommand extends command(_ep0, _mw0, "ListCustomLineItemVersions", ListCustomLineItemVersions$) {
|
|
1711
1536
|
}
|
|
1712
1537
|
|
|
1713
|
-
class ListPricingPlansAssociatedWithPricingRuleCommand extends
|
|
1714
|
-
.classBuilder()
|
|
1715
|
-
.ep(commonParams)
|
|
1716
|
-
.m(function (Command, cs, config, o) {
|
|
1717
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1718
|
-
})
|
|
1719
|
-
.s("AWSBillingConductor", "ListPricingPlansAssociatedWithPricingRule", {})
|
|
1720
|
-
.n("BillingconductorClient", "ListPricingPlansAssociatedWithPricingRuleCommand")
|
|
1721
|
-
.sc(ListPricingPlansAssociatedWithPricingRule$)
|
|
1722
|
-
.build() {
|
|
1538
|
+
class ListPricingPlansAssociatedWithPricingRuleCommand extends command(_ep0, _mw0, "ListPricingPlansAssociatedWithPricingRule", ListPricingPlansAssociatedWithPricingRule$) {
|
|
1723
1539
|
}
|
|
1724
1540
|
|
|
1725
|
-
class ListPricingPlansCommand extends
|
|
1726
|
-
.classBuilder()
|
|
1727
|
-
.ep(commonParams)
|
|
1728
|
-
.m(function (Command, cs, config, o) {
|
|
1729
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1730
|
-
})
|
|
1731
|
-
.s("AWSBillingConductor", "ListPricingPlans", {})
|
|
1732
|
-
.n("BillingconductorClient", "ListPricingPlansCommand")
|
|
1733
|
-
.sc(ListPricingPlans$)
|
|
1734
|
-
.build() {
|
|
1541
|
+
class ListPricingPlansCommand extends command(_ep0, _mw0, "ListPricingPlans", ListPricingPlans$) {
|
|
1735
1542
|
}
|
|
1736
1543
|
|
|
1737
|
-
class ListPricingRulesAssociatedToPricingPlanCommand extends
|
|
1738
|
-
.classBuilder()
|
|
1739
|
-
.ep(commonParams)
|
|
1740
|
-
.m(function (Command, cs, config, o) {
|
|
1741
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1742
|
-
})
|
|
1743
|
-
.s("AWSBillingConductor", "ListPricingRulesAssociatedToPricingPlan", {})
|
|
1744
|
-
.n("BillingconductorClient", "ListPricingRulesAssociatedToPricingPlanCommand")
|
|
1745
|
-
.sc(ListPricingRulesAssociatedToPricingPlan$)
|
|
1746
|
-
.build() {
|
|
1544
|
+
class ListPricingRulesAssociatedToPricingPlanCommand extends command(_ep0, _mw0, "ListPricingRulesAssociatedToPricingPlan", ListPricingRulesAssociatedToPricingPlan$) {
|
|
1747
1545
|
}
|
|
1748
1546
|
|
|
1749
|
-
class ListPricingRulesCommand extends
|
|
1750
|
-
.classBuilder()
|
|
1751
|
-
.ep(commonParams)
|
|
1752
|
-
.m(function (Command, cs, config, o) {
|
|
1753
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1754
|
-
})
|
|
1755
|
-
.s("AWSBillingConductor", "ListPricingRules", {})
|
|
1756
|
-
.n("BillingconductorClient", "ListPricingRulesCommand")
|
|
1757
|
-
.sc(ListPricingRules$)
|
|
1758
|
-
.build() {
|
|
1547
|
+
class ListPricingRulesCommand extends command(_ep0, _mw0, "ListPricingRules", ListPricingRules$) {
|
|
1759
1548
|
}
|
|
1760
1549
|
|
|
1761
|
-
class ListResourcesAssociatedToCustomLineItemCommand extends
|
|
1762
|
-
.classBuilder()
|
|
1763
|
-
.ep(commonParams)
|
|
1764
|
-
.m(function (Command, cs, config, o) {
|
|
1765
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1766
|
-
})
|
|
1767
|
-
.s("AWSBillingConductor", "ListResourcesAssociatedToCustomLineItem", {})
|
|
1768
|
-
.n("BillingconductorClient", "ListResourcesAssociatedToCustomLineItemCommand")
|
|
1769
|
-
.sc(ListResourcesAssociatedToCustomLineItem$)
|
|
1770
|
-
.build() {
|
|
1550
|
+
class ListResourcesAssociatedToCustomLineItemCommand extends command(_ep0, _mw0, "ListResourcesAssociatedToCustomLineItem", ListResourcesAssociatedToCustomLineItem$) {
|
|
1771
1551
|
}
|
|
1772
1552
|
|
|
1773
|
-
class ListTagsForResourceCommand extends
|
|
1774
|
-
.classBuilder()
|
|
1775
|
-
.ep(commonParams)
|
|
1776
|
-
.m(function (Command, cs, config, o) {
|
|
1777
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1778
|
-
})
|
|
1779
|
-
.s("AWSBillingConductor", "ListTagsForResource", {})
|
|
1780
|
-
.n("BillingconductorClient", "ListTagsForResourceCommand")
|
|
1781
|
-
.sc(ListTagsForResource$)
|
|
1782
|
-
.build() {
|
|
1553
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1783
1554
|
}
|
|
1784
1555
|
|
|
1785
|
-
class TagResourceCommand extends
|
|
1786
|
-
.classBuilder()
|
|
1787
|
-
.ep(commonParams)
|
|
1788
|
-
.m(function (Command, cs, config, o) {
|
|
1789
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1790
|
-
})
|
|
1791
|
-
.s("AWSBillingConductor", "TagResource", {})
|
|
1792
|
-
.n("BillingconductorClient", "TagResourceCommand")
|
|
1793
|
-
.sc(TagResource$)
|
|
1794
|
-
.build() {
|
|
1556
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1795
1557
|
}
|
|
1796
1558
|
|
|
1797
|
-
class UntagResourceCommand extends
|
|
1798
|
-
.classBuilder()
|
|
1799
|
-
.ep(commonParams)
|
|
1800
|
-
.m(function (Command, cs, config, o) {
|
|
1801
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1802
|
-
})
|
|
1803
|
-
.s("AWSBillingConductor", "UntagResource", {})
|
|
1804
|
-
.n("BillingconductorClient", "UntagResourceCommand")
|
|
1805
|
-
.sc(UntagResource$)
|
|
1806
|
-
.build() {
|
|
1559
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1807
1560
|
}
|
|
1808
1561
|
|
|
1809
|
-
class UpdateBillingGroupCommand extends
|
|
1810
|
-
.classBuilder()
|
|
1811
|
-
.ep(commonParams)
|
|
1812
|
-
.m(function (Command, cs, config, o) {
|
|
1813
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1814
|
-
})
|
|
1815
|
-
.s("AWSBillingConductor", "UpdateBillingGroup", {})
|
|
1816
|
-
.n("BillingconductorClient", "UpdateBillingGroupCommand")
|
|
1817
|
-
.sc(UpdateBillingGroup$)
|
|
1818
|
-
.build() {
|
|
1562
|
+
class UpdateBillingGroupCommand extends command(_ep0, _mw0, "UpdateBillingGroup", UpdateBillingGroup$) {
|
|
1819
1563
|
}
|
|
1820
1564
|
|
|
1821
|
-
class UpdateCustomLineItemCommand extends
|
|
1822
|
-
.classBuilder()
|
|
1823
|
-
.ep(commonParams)
|
|
1824
|
-
.m(function (Command, cs, config, o) {
|
|
1825
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1826
|
-
})
|
|
1827
|
-
.s("AWSBillingConductor", "UpdateCustomLineItem", {})
|
|
1828
|
-
.n("BillingconductorClient", "UpdateCustomLineItemCommand")
|
|
1829
|
-
.sc(UpdateCustomLineItem$)
|
|
1830
|
-
.build() {
|
|
1565
|
+
class UpdateCustomLineItemCommand extends command(_ep0, _mw0, "UpdateCustomLineItem", UpdateCustomLineItem$) {
|
|
1831
1566
|
}
|
|
1832
1567
|
|
|
1833
|
-
class UpdatePricingPlanCommand extends
|
|
1834
|
-
.classBuilder()
|
|
1835
|
-
.ep(commonParams)
|
|
1836
|
-
.m(function (Command, cs, config, o) {
|
|
1837
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1838
|
-
})
|
|
1839
|
-
.s("AWSBillingConductor", "UpdatePricingPlan", {})
|
|
1840
|
-
.n("BillingconductorClient", "UpdatePricingPlanCommand")
|
|
1841
|
-
.sc(UpdatePricingPlan$)
|
|
1842
|
-
.build() {
|
|
1568
|
+
class UpdatePricingPlanCommand extends command(_ep0, _mw0, "UpdatePricingPlan", UpdatePricingPlan$) {
|
|
1843
1569
|
}
|
|
1844
1570
|
|
|
1845
|
-
class UpdatePricingRuleCommand extends
|
|
1846
|
-
.classBuilder()
|
|
1847
|
-
.ep(commonParams)
|
|
1848
|
-
.m(function (Command, cs, config, o) {
|
|
1849
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1850
|
-
})
|
|
1851
|
-
.s("AWSBillingConductor", "UpdatePricingRule", {})
|
|
1852
|
-
.n("BillingconductorClient", "UpdatePricingRuleCommand")
|
|
1853
|
-
.sc(UpdatePricingRule$)
|
|
1854
|
-
.build() {
|
|
1571
|
+
class UpdatePricingRuleCommand extends command(_ep0, _mw0, "UpdatePricingRule", UpdatePricingRule$) {
|
|
1855
1572
|
}
|
|
1856
1573
|
|
|
1857
1574
|
const paginateGetBillingGroupCostReport = createPaginator(BillingconductorClient, GetBillingGroupCostReportCommand, "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, "AWSBillingConductor", "BillingconductorClient", 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 { AssociateAccounts$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateAccountsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "AssociateAccounts", {})
|
|
13
|
-
.n("BillingconductorClient", "AssociateAccountsCommand")
|
|
14
|
-
.sc(AssociateAccounts$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateAccountsCommand extends command(_ep0, _mw0, "AssociateAccounts", AssociateAccounts$) {
|
|
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 { AssociatePricingRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociatePricingRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "AssociatePricingRules", {})
|
|
13
|
-
.n("BillingconductorClient", "AssociatePricingRulesCommand")
|
|
14
|
-
.sc(AssociatePricingRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociatePricingRulesCommand extends command(_ep0, _mw0, "AssociatePricingRules", AssociatePricingRules$) {
|
|
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 { BatchAssociateResourcesToCustomLineItem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchAssociateResourcesToCustomLineItemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "BatchAssociateResourcesToCustomLineItem", {})
|
|
13
|
-
.n("BillingconductorClient", "BatchAssociateResourcesToCustomLineItemCommand")
|
|
14
|
-
.sc(BatchAssociateResourcesToCustomLineItem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchAssociateResourcesToCustomLineItemCommand extends command(_ep0, _mw0, "BatchAssociateResourcesToCustomLineItem", BatchAssociateResourcesToCustomLineItem$) {
|
|
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 { BatchDisassociateResourcesFromCustomLineItem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "BatchDisassociateResourcesFromCustomLineItem", {})
|
|
13
|
-
.n("BillingconductorClient", "BatchDisassociateResourcesFromCustomLineItemCommand")
|
|
14
|
-
.sc(BatchDisassociateResourcesFromCustomLineItem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDisassociateResourcesFromCustomLineItemCommand extends command(_ep0, _mw0, "BatchDisassociateResourcesFromCustomLineItem", BatchDisassociateResourcesFromCustomLineItem$) {
|
|
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 { CreateBillingGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateBillingGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "CreateBillingGroup", {})
|
|
13
|
-
.n("BillingconductorClient", "CreateBillingGroupCommand")
|
|
14
|
-
.sc(CreateBillingGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateBillingGroupCommand extends command(_ep0, _mw0, "CreateBillingGroup", CreateBillingGroup$) {
|
|
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 { CreateCustomLineItem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCustomLineItemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "CreateCustomLineItem", {})
|
|
13
|
-
.n("BillingconductorClient", "CreateCustomLineItemCommand")
|
|
14
|
-
.sc(CreateCustomLineItem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCustomLineItemCommand extends command(_ep0, _mw0, "CreateCustomLineItem", CreateCustomLineItem$) {
|
|
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 { CreatePricingPlan$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePricingPlanCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "CreatePricingPlan", {})
|
|
13
|
-
.n("BillingconductorClient", "CreatePricingPlanCommand")
|
|
14
|
-
.sc(CreatePricingPlan$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePricingPlanCommand extends command(_ep0, _mw0, "CreatePricingPlan", CreatePricingPlan$) {
|
|
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 { CreatePricingRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePricingRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "CreatePricingRule", {})
|
|
13
|
-
.n("BillingconductorClient", "CreatePricingRuleCommand")
|
|
14
|
-
.sc(CreatePricingRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePricingRuleCommand extends command(_ep0, _mw0, "CreatePricingRule", CreatePricingRule$) {
|
|
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 { DeleteBillingGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBillingGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "DeleteBillingGroup", {})
|
|
13
|
-
.n("BillingconductorClient", "DeleteBillingGroupCommand")
|
|
14
|
-
.sc(DeleteBillingGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteBillingGroupCommand extends command(_ep0, _mw0, "DeleteBillingGroup", DeleteBillingGroup$) {
|
|
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 { DeleteCustomLineItem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCustomLineItemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBillingConductor", "DeleteCustomLineItem", {})
|
|
13
|
-
.n("BillingconductorClient", "DeleteCustomLineItemCommand")
|
|
14
|
-
.sc(DeleteCustomLineItem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCustomLineItemCommand extends command(_ep0, _mw0, "DeleteCustomLineItem", DeleteCustomLineItem$) {
|
|
16
4
|
}
|