@aws-sdk/client-billingconductor 3.975.0 → 3.978.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
CHANGED
|
@@ -1679,6 +1679,28 @@ class UpdatePricingRuleCommand extends smithyClient.Command
|
|
|
1679
1679
|
.build() {
|
|
1680
1680
|
}
|
|
1681
1681
|
|
|
1682
|
+
const paginateGetBillingGroupCostReport = core.createPaginator(BillingconductorClient, GetBillingGroupCostReportCommand, "NextToken", "NextToken", "MaxResults");
|
|
1683
|
+
|
|
1684
|
+
const paginateListAccountAssociations = core.createPaginator(BillingconductorClient, ListAccountAssociationsCommand, "NextToken", "NextToken", "");
|
|
1685
|
+
|
|
1686
|
+
const paginateListBillingGroupCostReports = core.createPaginator(BillingconductorClient, ListBillingGroupCostReportsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1687
|
+
|
|
1688
|
+
const paginateListBillingGroups = core.createPaginator(BillingconductorClient, ListBillingGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1689
|
+
|
|
1690
|
+
const paginateListCustomLineItems = core.createPaginator(BillingconductorClient, ListCustomLineItemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1691
|
+
|
|
1692
|
+
const paginateListCustomLineItemVersions = core.createPaginator(BillingconductorClient, ListCustomLineItemVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1693
|
+
|
|
1694
|
+
const paginateListPricingPlansAssociatedWithPricingRule = core.createPaginator(BillingconductorClient, ListPricingPlansAssociatedWithPricingRuleCommand, "NextToken", "NextToken", "MaxResults");
|
|
1695
|
+
|
|
1696
|
+
const paginateListPricingPlans = core.createPaginator(BillingconductorClient, ListPricingPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
1697
|
+
|
|
1698
|
+
const paginateListPricingRulesAssociatedToPricingPlan = core.createPaginator(BillingconductorClient, ListPricingRulesAssociatedToPricingPlanCommand, "NextToken", "NextToken", "MaxResults");
|
|
1699
|
+
|
|
1700
|
+
const paginateListPricingRules = core.createPaginator(BillingconductorClient, ListPricingRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1701
|
+
|
|
1702
|
+
const paginateListResourcesAssociatedToCustomLineItem = core.createPaginator(BillingconductorClient, ListResourcesAssociatedToCustomLineItemCommand, "NextToken", "NextToken", "MaxResults");
|
|
1703
|
+
|
|
1682
1704
|
const commands = {
|
|
1683
1705
|
AssociateAccountsCommand,
|
|
1684
1706
|
AssociatePricingRulesCommand,
|
|
@@ -1713,31 +1735,22 @@ const commands = {
|
|
|
1713
1735
|
UpdatePricingPlanCommand,
|
|
1714
1736
|
UpdatePricingRuleCommand,
|
|
1715
1737
|
};
|
|
1738
|
+
const paginators = {
|
|
1739
|
+
paginateGetBillingGroupCostReport,
|
|
1740
|
+
paginateListAccountAssociations,
|
|
1741
|
+
paginateListBillingGroupCostReports,
|
|
1742
|
+
paginateListBillingGroups,
|
|
1743
|
+
paginateListCustomLineItems,
|
|
1744
|
+
paginateListCustomLineItemVersions,
|
|
1745
|
+
paginateListPricingPlans,
|
|
1746
|
+
paginateListPricingPlansAssociatedWithPricingRule,
|
|
1747
|
+
paginateListPricingRules,
|
|
1748
|
+
paginateListPricingRulesAssociatedToPricingPlan,
|
|
1749
|
+
paginateListResourcesAssociatedToCustomLineItem,
|
|
1750
|
+
};
|
|
1716
1751
|
class Billingconductor extends BillingconductorClient {
|
|
1717
1752
|
}
|
|
1718
|
-
smithyClient.createAggregatedClient(commands, Billingconductor);
|
|
1719
|
-
|
|
1720
|
-
const paginateGetBillingGroupCostReport = core.createPaginator(BillingconductorClient, GetBillingGroupCostReportCommand, "NextToken", "NextToken", "MaxResults");
|
|
1721
|
-
|
|
1722
|
-
const paginateListAccountAssociations = core.createPaginator(BillingconductorClient, ListAccountAssociationsCommand, "NextToken", "NextToken", "");
|
|
1723
|
-
|
|
1724
|
-
const paginateListBillingGroupCostReports = core.createPaginator(BillingconductorClient, ListBillingGroupCostReportsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1725
|
-
|
|
1726
|
-
const paginateListBillingGroups = core.createPaginator(BillingconductorClient, ListBillingGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1727
|
-
|
|
1728
|
-
const paginateListCustomLineItems = core.createPaginator(BillingconductorClient, ListCustomLineItemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1729
|
-
|
|
1730
|
-
const paginateListCustomLineItemVersions = core.createPaginator(BillingconductorClient, ListCustomLineItemVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1731
|
-
|
|
1732
|
-
const paginateListPricingPlans = core.createPaginator(BillingconductorClient, ListPricingPlansCommand, "NextToken", "NextToken", "MaxResults");
|
|
1733
|
-
|
|
1734
|
-
const paginateListPricingPlansAssociatedWithPricingRule = core.createPaginator(BillingconductorClient, ListPricingPlansAssociatedWithPricingRuleCommand, "NextToken", "NextToken", "MaxResults");
|
|
1735
|
-
|
|
1736
|
-
const paginateListPricingRules = core.createPaginator(BillingconductorClient, ListPricingRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1737
|
-
|
|
1738
|
-
const paginateListPricingRulesAssociatedToPricingPlan = core.createPaginator(BillingconductorClient, ListPricingRulesAssociatedToPricingPlanCommand, "NextToken", "NextToken", "MaxResults");
|
|
1739
|
-
|
|
1740
|
-
const paginateListResourcesAssociatedToCustomLineItem = core.createPaginator(BillingconductorClient, ListResourcesAssociatedToCustomLineItemCommand, "NextToken", "NextToken", "MaxResults");
|
|
1753
|
+
smithyClient.createAggregatedClient(commands, Billingconductor, { paginators });
|
|
1741
1754
|
|
|
1742
1755
|
const ConflictExceptionReason = {
|
|
1743
1756
|
PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT: "PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT",
|
|
@@ -32,6 +32,17 @@ import { UpdateBillingGroupCommand, } from "./commands/UpdateBillingGroupCommand
|
|
|
32
32
|
import { UpdateCustomLineItemCommand, } from "./commands/UpdateCustomLineItemCommand";
|
|
33
33
|
import { UpdatePricingPlanCommand, } from "./commands/UpdatePricingPlanCommand";
|
|
34
34
|
import { UpdatePricingRuleCommand, } from "./commands/UpdatePricingRuleCommand";
|
|
35
|
+
import { paginateGetBillingGroupCostReport } from "./pagination/GetBillingGroupCostReportPaginator";
|
|
36
|
+
import { paginateListAccountAssociations } from "./pagination/ListAccountAssociationsPaginator";
|
|
37
|
+
import { paginateListBillingGroupCostReports } from "./pagination/ListBillingGroupCostReportsPaginator";
|
|
38
|
+
import { paginateListBillingGroups } from "./pagination/ListBillingGroupsPaginator";
|
|
39
|
+
import { paginateListCustomLineItems } from "./pagination/ListCustomLineItemsPaginator";
|
|
40
|
+
import { paginateListCustomLineItemVersions } from "./pagination/ListCustomLineItemVersionsPaginator";
|
|
41
|
+
import { paginateListPricingPlansAssociatedWithPricingRule, } from "./pagination/ListPricingPlansAssociatedWithPricingRulePaginator";
|
|
42
|
+
import { paginateListPricingPlans } from "./pagination/ListPricingPlansPaginator";
|
|
43
|
+
import { paginateListPricingRulesAssociatedToPricingPlan, } from "./pagination/ListPricingRulesAssociatedToPricingPlanPaginator";
|
|
44
|
+
import { paginateListPricingRules } from "./pagination/ListPricingRulesPaginator";
|
|
45
|
+
import { paginateListResourcesAssociatedToCustomLineItem, } from "./pagination/ListResourcesAssociatedToCustomLineItemPaginator";
|
|
35
46
|
const commands = {
|
|
36
47
|
AssociateAccountsCommand,
|
|
37
48
|
AssociatePricingRulesCommand,
|
|
@@ -66,6 +77,19 @@ const commands = {
|
|
|
66
77
|
UpdatePricingPlanCommand,
|
|
67
78
|
UpdatePricingRuleCommand,
|
|
68
79
|
};
|
|
80
|
+
const paginators = {
|
|
81
|
+
paginateGetBillingGroupCostReport,
|
|
82
|
+
paginateListAccountAssociations,
|
|
83
|
+
paginateListBillingGroupCostReports,
|
|
84
|
+
paginateListBillingGroups,
|
|
85
|
+
paginateListCustomLineItems,
|
|
86
|
+
paginateListCustomLineItemVersions,
|
|
87
|
+
paginateListPricingPlans,
|
|
88
|
+
paginateListPricingPlansAssociatedWithPricingRule,
|
|
89
|
+
paginateListPricingRules,
|
|
90
|
+
paginateListPricingRulesAssociatedToPricingPlan,
|
|
91
|
+
paginateListResourcesAssociatedToCustomLineItem,
|
|
92
|
+
};
|
|
69
93
|
export class Billingconductor extends BillingconductorClient {
|
|
70
94
|
}
|
|
71
|
-
createAggregatedClient(commands, Billingconductor);
|
|
95
|
+
createAggregatedClient(commands, Billingconductor, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { BillingconductorClient } from "./BillingconductorClient";
|
|
3
3
|
import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand";
|
|
4
4
|
import { AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput } from "./commands/AssociatePricingRulesCommand";
|
|
@@ -231,6 +231,83 @@ export interface Billingconductor {
|
|
|
231
231
|
updatePricingRule(args: UpdatePricingRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePricingRuleCommandOutput>;
|
|
232
232
|
updatePricingRule(args: UpdatePricingRuleCommandInput, cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void): void;
|
|
233
233
|
updatePricingRule(args: UpdatePricingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void): void;
|
|
234
|
+
/**
|
|
235
|
+
* @see {@link GetBillingGroupCostReportCommand}
|
|
236
|
+
* @param args - command input.
|
|
237
|
+
* @param paginationConfig - optional pagination config.
|
|
238
|
+
* @returns AsyncIterable of {@link GetBillingGroupCostReportCommandOutput}.
|
|
239
|
+
*/
|
|
240
|
+
paginateGetBillingGroupCostReport(args: GetBillingGroupCostReportCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetBillingGroupCostReportCommandOutput>;
|
|
241
|
+
/**
|
|
242
|
+
* @see {@link ListAccountAssociationsCommand}
|
|
243
|
+
* @param args - command input.
|
|
244
|
+
* @param paginationConfig - optional pagination config.
|
|
245
|
+
* @returns AsyncIterable of {@link ListAccountAssociationsCommandOutput}.
|
|
246
|
+
*/
|
|
247
|
+
paginateListAccountAssociations(args?: ListAccountAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountAssociationsCommandOutput>;
|
|
248
|
+
/**
|
|
249
|
+
* @see {@link ListBillingGroupCostReportsCommand}
|
|
250
|
+
* @param args - command input.
|
|
251
|
+
* @param paginationConfig - optional pagination config.
|
|
252
|
+
* @returns AsyncIterable of {@link ListBillingGroupCostReportsCommandOutput}.
|
|
253
|
+
*/
|
|
254
|
+
paginateListBillingGroupCostReports(args?: ListBillingGroupCostReportsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBillingGroupCostReportsCommandOutput>;
|
|
255
|
+
/**
|
|
256
|
+
* @see {@link ListBillingGroupsCommand}
|
|
257
|
+
* @param args - command input.
|
|
258
|
+
* @param paginationConfig - optional pagination config.
|
|
259
|
+
* @returns AsyncIterable of {@link ListBillingGroupsCommandOutput}.
|
|
260
|
+
*/
|
|
261
|
+
paginateListBillingGroups(args?: ListBillingGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBillingGroupsCommandOutput>;
|
|
262
|
+
/**
|
|
263
|
+
* @see {@link ListCustomLineItemsCommand}
|
|
264
|
+
* @param args - command input.
|
|
265
|
+
* @param paginationConfig - optional pagination config.
|
|
266
|
+
* @returns AsyncIterable of {@link ListCustomLineItemsCommandOutput}.
|
|
267
|
+
*/
|
|
268
|
+
paginateListCustomLineItems(args?: ListCustomLineItemsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomLineItemsCommandOutput>;
|
|
269
|
+
/**
|
|
270
|
+
* @see {@link ListCustomLineItemVersionsCommand}
|
|
271
|
+
* @param args - command input.
|
|
272
|
+
* @param paginationConfig - optional pagination config.
|
|
273
|
+
* @returns AsyncIterable of {@link ListCustomLineItemVersionsCommandOutput}.
|
|
274
|
+
*/
|
|
275
|
+
paginateListCustomLineItemVersions(args: ListCustomLineItemVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomLineItemVersionsCommandOutput>;
|
|
276
|
+
/**
|
|
277
|
+
* @see {@link ListPricingPlansCommand}
|
|
278
|
+
* @param args - command input.
|
|
279
|
+
* @param paginationConfig - optional pagination config.
|
|
280
|
+
* @returns AsyncIterable of {@link ListPricingPlansCommandOutput}.
|
|
281
|
+
*/
|
|
282
|
+
paginateListPricingPlans(args?: ListPricingPlansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPricingPlansCommandOutput>;
|
|
283
|
+
/**
|
|
284
|
+
* @see {@link ListPricingPlansAssociatedWithPricingRuleCommand}
|
|
285
|
+
* @param args - command input.
|
|
286
|
+
* @param paginationConfig - optional pagination config.
|
|
287
|
+
* @returns AsyncIterable of {@link ListPricingPlansAssociatedWithPricingRuleCommandOutput}.
|
|
288
|
+
*/
|
|
289
|
+
paginateListPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
290
|
+
/**
|
|
291
|
+
* @see {@link ListPricingRulesCommand}
|
|
292
|
+
* @param args - command input.
|
|
293
|
+
* @param paginationConfig - optional pagination config.
|
|
294
|
+
* @returns AsyncIterable of {@link ListPricingRulesCommandOutput}.
|
|
295
|
+
*/
|
|
296
|
+
paginateListPricingRules(args?: ListPricingRulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPricingRulesCommandOutput>;
|
|
297
|
+
/**
|
|
298
|
+
* @see {@link ListPricingRulesAssociatedToPricingPlanCommand}
|
|
299
|
+
* @param args - command input.
|
|
300
|
+
* @param paginationConfig - optional pagination config.
|
|
301
|
+
* @returns AsyncIterable of {@link ListPricingRulesAssociatedToPricingPlanCommandOutput}.
|
|
302
|
+
*/
|
|
303
|
+
paginateListPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
304
|
+
/**
|
|
305
|
+
* @see {@link ListResourcesAssociatedToCustomLineItemCommand}
|
|
306
|
+
* @param args - command input.
|
|
307
|
+
* @param paginationConfig - optional pagination config.
|
|
308
|
+
* @returns AsyncIterable of {@link ListResourcesAssociatedToCustomLineItemCommandOutput}.
|
|
309
|
+
*/
|
|
310
|
+
paginateListResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
234
311
|
}
|
|
235
312
|
/**
|
|
236
313
|
* <p>Billing Conductor is a fully managed service that you can use to customize a <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/understanding-eb.html#eb-other-definitions">pro forma</a> version of your billing data each month, to accurately show or chargeback your end customers. Billing Conductor doesn't change the way you're billed by Amazon Web Services each month by design. Instead, it provides you with a mechanism to configure, generate, and display rates to certain customers over a given billing period. You can also analyze the difference between the rates you apply to your accounting groupings relative to your actual rates from Amazon Web Services. As a result of your Billing Conductor configuration, the payer account can also see the custom rate applied on the billing details page of the <a href="https://console.aws.amazon.com/billing">Billing console</a>, or configure a cost and usage report per billing group.</p> <p>This documentation shows how you can configure Billing Conductor by using its API. For more information about using the <a href="https://console.aws.amazon.com/billingconductor/">Billing Conductor</a> user interface, see the <a href="https://docs.aws.amazon.com/billingconductor/latest/userguide/what-is-billingconductor.html"> Billing Conductor User Guide</a>.</p>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import { BillingconductorClient } from "./BillingconductorClient";
|
|
3
7
|
import {
|
|
4
8
|
AssociateAccountsCommandInput,
|
|
@@ -581,6 +585,83 @@ export interface Billingconductor {
|
|
|
581
585
|
options: __HttpHandlerOptions,
|
|
582
586
|
cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void
|
|
583
587
|
): void;
|
|
588
|
+
paginateGetBillingGroupCostReport(
|
|
589
|
+
args: GetBillingGroupCostReportCommandInput,
|
|
590
|
+
paginationConfig?: Pick<
|
|
591
|
+
PaginationConfiguration,
|
|
592
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
593
|
+
>
|
|
594
|
+
): Paginator<GetBillingGroupCostReportCommandOutput>;
|
|
595
|
+
paginateListAccountAssociations(
|
|
596
|
+
args?: ListAccountAssociationsCommandInput,
|
|
597
|
+
paginationConfig?: Pick<
|
|
598
|
+
PaginationConfiguration,
|
|
599
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
600
|
+
>
|
|
601
|
+
): Paginator<ListAccountAssociationsCommandOutput>;
|
|
602
|
+
paginateListBillingGroupCostReports(
|
|
603
|
+
args?: ListBillingGroupCostReportsCommandInput,
|
|
604
|
+
paginationConfig?: Pick<
|
|
605
|
+
PaginationConfiguration,
|
|
606
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
607
|
+
>
|
|
608
|
+
): Paginator<ListBillingGroupCostReportsCommandOutput>;
|
|
609
|
+
paginateListBillingGroups(
|
|
610
|
+
args?: ListBillingGroupsCommandInput,
|
|
611
|
+
paginationConfig?: Pick<
|
|
612
|
+
PaginationConfiguration,
|
|
613
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
614
|
+
>
|
|
615
|
+
): Paginator<ListBillingGroupsCommandOutput>;
|
|
616
|
+
paginateListCustomLineItems(
|
|
617
|
+
args?: ListCustomLineItemsCommandInput,
|
|
618
|
+
paginationConfig?: Pick<
|
|
619
|
+
PaginationConfiguration,
|
|
620
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
621
|
+
>
|
|
622
|
+
): Paginator<ListCustomLineItemsCommandOutput>;
|
|
623
|
+
paginateListCustomLineItemVersions(
|
|
624
|
+
args: ListCustomLineItemVersionsCommandInput,
|
|
625
|
+
paginationConfig?: Pick<
|
|
626
|
+
PaginationConfiguration,
|
|
627
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
628
|
+
>
|
|
629
|
+
): Paginator<ListCustomLineItemVersionsCommandOutput>;
|
|
630
|
+
paginateListPricingPlans(
|
|
631
|
+
args?: ListPricingPlansCommandInput,
|
|
632
|
+
paginationConfig?: Pick<
|
|
633
|
+
PaginationConfiguration,
|
|
634
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
635
|
+
>
|
|
636
|
+
): Paginator<ListPricingPlansCommandOutput>;
|
|
637
|
+
paginateListPricingPlansAssociatedWithPricingRule(
|
|
638
|
+
args: ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
639
|
+
paginationConfig?: Pick<
|
|
640
|
+
PaginationConfiguration,
|
|
641
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
642
|
+
>
|
|
643
|
+
): Paginator<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
644
|
+
paginateListPricingRules(
|
|
645
|
+
args?: ListPricingRulesCommandInput,
|
|
646
|
+
paginationConfig?: Pick<
|
|
647
|
+
PaginationConfiguration,
|
|
648
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
649
|
+
>
|
|
650
|
+
): Paginator<ListPricingRulesCommandOutput>;
|
|
651
|
+
paginateListPricingRulesAssociatedToPricingPlan(
|
|
652
|
+
args: ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
653
|
+
paginationConfig?: Pick<
|
|
654
|
+
PaginationConfiguration,
|
|
655
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
656
|
+
>
|
|
657
|
+
): Paginator<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
658
|
+
paginateListResourcesAssociatedToCustomLineItem(
|
|
659
|
+
args: ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
660
|
+
paginationConfig?: Pick<
|
|
661
|
+
PaginationConfiguration,
|
|
662
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
663
|
+
>
|
|
664
|
+
): Paginator<ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
584
665
|
}
|
|
585
666
|
export declare class Billingconductor
|
|
586
667
|
extends BillingconductorClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-billingconductor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Billingconductor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-billingconductor",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|