@aws-sdk/client-billingconductor 3.169.0 → 3.170.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.
Files changed (56) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Billingconductor.d.ts +574 -155
  3. package/dist-types/ts3.4/BillingconductorClient.d.ts +310 -103
  4. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +30 -30
  35. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  36. package/dist-types/ts3.4/index.d.ts +6 -6
  37. package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +8 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1176 -1074
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  41. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  56. package/package.json +34 -34
@@ -1,155 +1,574 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BillingconductorClient } from "./BillingconductorClient";
3
- import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand";
4
- import { AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput } from "./commands/AssociatePricingRulesCommand";
5
- import { BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput } from "./commands/BatchAssociateResourcesToCustomLineItemCommand";
6
- import { BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput } from "./commands/BatchDisassociateResourcesFromCustomLineItemCommand";
7
- import { CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput } from "./commands/CreateBillingGroupCommand";
8
- import { CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput } from "./commands/CreateCustomLineItemCommand";
9
- import { CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput } from "./commands/CreatePricingPlanCommand";
10
- import { CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput } from "./commands/CreatePricingRuleCommand";
11
- import { DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput } from "./commands/DeleteBillingGroupCommand";
12
- import { DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput } from "./commands/DeleteCustomLineItemCommand";
13
- import { DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput } from "./commands/DeletePricingPlanCommand";
14
- import { DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput } from "./commands/DeletePricingRuleCommand";
15
- import { DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput } from "./commands/DisassociateAccountsCommand";
16
- import { DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput } from "./commands/DisassociatePricingRulesCommand";
17
- import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "./commands/ListAccountAssociationsCommand";
18
- import { ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput } from "./commands/ListBillingGroupCostReportsCommand";
19
- import { ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput } from "./commands/ListBillingGroupsCommand";
20
- import { ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput } from "./commands/ListCustomLineItemsCommand";
21
- import { ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput } from "./commands/ListPricingPlansAssociatedWithPricingRuleCommand";
22
- import { ListPricingPlansCommandInput, ListPricingPlansCommandOutput } from "./commands/ListPricingPlansCommand";
23
- import { ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput } from "./commands/ListPricingRulesAssociatedToPricingPlanCommand";
24
- import { ListPricingRulesCommandInput, ListPricingRulesCommandOutput } from "./commands/ListPricingRulesCommand";
25
- import { ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput } from "./commands/ListResourcesAssociatedToCustomLineItemCommand";
26
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
27
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
28
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
29
- import { UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput } from "./commands/UpdateBillingGroupCommand";
30
- import { UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput } from "./commands/UpdateCustomLineItemCommand";
31
- import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "./commands/UpdatePricingPlanCommand";
32
- import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from "./commands/UpdatePricingRuleCommand";
33
-
34
- export declare class Billingconductor extends BillingconductorClient {
35
-
36
- associateAccounts(args: AssociateAccountsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateAccountsCommandOutput>;
37
- associateAccounts(args: AssociateAccountsCommandInput, cb: (err: any, data?: AssociateAccountsCommandOutput) => void): void;
38
- associateAccounts(args: AssociateAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAccountsCommandOutput) => void): void;
39
-
40
- associatePricingRules(args: AssociatePricingRulesCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePricingRulesCommandOutput>;
41
- associatePricingRules(args: AssociatePricingRulesCommandInput, cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void): void;
42
- associatePricingRules(args: AssociatePricingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void): void;
43
-
44
- batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
45
- batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, cb: (err: any, data?: BatchAssociateResourcesToCustomLineItemCommandOutput) => void): void;
46
- batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateResourcesToCustomLineItemCommandOutput) => void): void;
47
-
48
- batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, options?: __HttpHandlerOptions): Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
49
- batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, cb: (err: any, data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput) => void): void;
50
- batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput) => void): void;
51
-
52
- createBillingGroup(args: CreateBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateBillingGroupCommandOutput>;
53
- createBillingGroup(args: CreateBillingGroupCommandInput, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
54
- createBillingGroup(args: CreateBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
55
-
56
- createCustomLineItem(args: CreateCustomLineItemCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomLineItemCommandOutput>;
57
- createCustomLineItem(args: CreateCustomLineItemCommandInput, cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void): void;
58
- createCustomLineItem(args: CreateCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void): void;
59
-
60
- createPricingPlan(args: CreatePricingPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreatePricingPlanCommandOutput>;
61
- createPricingPlan(args: CreatePricingPlanCommandInput, cb: (err: any, data?: CreatePricingPlanCommandOutput) => void): void;
62
- createPricingPlan(args: CreatePricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePricingPlanCommandOutput) => void): void;
63
-
64
- createPricingRule(args: CreatePricingRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreatePricingRuleCommandOutput>;
65
- createPricingRule(args: CreatePricingRuleCommandInput, cb: (err: any, data?: CreatePricingRuleCommandOutput) => void): void;
66
- createPricingRule(args: CreatePricingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePricingRuleCommandOutput) => void): void;
67
-
68
- deleteBillingGroup(args: DeleteBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBillingGroupCommandOutput>;
69
- deleteBillingGroup(args: DeleteBillingGroupCommandInput, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
70
- deleteBillingGroup(args: DeleteBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
71
-
72
- deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomLineItemCommandOutput>;
73
- deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void): void;
74
- deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void): void;
75
-
76
- deletePricingPlan(args: DeletePricingPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeletePricingPlanCommandOutput>;
77
- deletePricingPlan(args: DeletePricingPlanCommandInput, cb: (err: any, data?: DeletePricingPlanCommandOutput) => void): void;
78
- deletePricingPlan(args: DeletePricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePricingPlanCommandOutput) => void): void;
79
-
80
- deletePricingRule(args: DeletePricingRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeletePricingRuleCommandOutput>;
81
- deletePricingRule(args: DeletePricingRuleCommandInput, cb: (err: any, data?: DeletePricingRuleCommandOutput) => void): void;
82
- deletePricingRule(args: DeletePricingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePricingRuleCommandOutput) => void): void;
83
-
84
- disassociateAccounts(args: DisassociateAccountsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateAccountsCommandOutput>;
85
- disassociateAccounts(args: DisassociateAccountsCommandInput, cb: (err: any, data?: DisassociateAccountsCommandOutput) => void): void;
86
- disassociateAccounts(args: DisassociateAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAccountsCommandOutput) => void): void;
87
-
88
- disassociatePricingRules(args: DisassociatePricingRulesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePricingRulesCommandOutput>;
89
- disassociatePricingRules(args: DisassociatePricingRulesCommandInput, cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void): void;
90
- disassociatePricingRules(args: DisassociatePricingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void): void;
91
-
92
- listAccountAssociations(args: ListAccountAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAssociationsCommandOutput>;
93
- listAccountAssociations(args: ListAccountAssociationsCommandInput, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
94
- listAccountAssociations(args: ListAccountAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
95
-
96
- listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListBillingGroupCostReportsCommandOutput>;
97
- listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void): void;
98
- listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void): void;
99
-
100
- listBillingGroups(args: ListBillingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListBillingGroupsCommandOutput>;
101
- listBillingGroups(args: ListBillingGroupsCommandInput, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
102
- listBillingGroups(args: ListBillingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
103
-
104
- listCustomLineItems(args: ListCustomLineItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomLineItemsCommandOutput>;
105
- listCustomLineItems(args: ListCustomLineItemsCommandInput, cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void): void;
106
- listCustomLineItems(args: ListCustomLineItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void): void;
107
-
108
- listPricingPlans(args: ListPricingPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListPricingPlansCommandOutput>;
109
- listPricingPlans(args: ListPricingPlansCommandInput, cb: (err: any, data?: ListPricingPlansCommandOutput) => void): void;
110
- listPricingPlans(args: ListPricingPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingPlansCommandOutput) => void): void;
111
-
112
- listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, options?: __HttpHandlerOptions): Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
113
- listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, cb: (err: any, data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput) => void): void;
114
- listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput) => void): void;
115
-
116
- listPricingRules(args: ListPricingRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListPricingRulesCommandOutput>;
117
- listPricingRules(args: ListPricingRulesCommandInput, cb: (err: any, data?: ListPricingRulesCommandOutput) => void): void;
118
- listPricingRules(args: ListPricingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingRulesCommandOutput) => void): void;
119
-
120
- listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, options?: __HttpHandlerOptions): Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
121
- listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, cb: (err: any, data?: ListPricingRulesAssociatedToPricingPlanCommandOutput) => void): void;
122
- listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingRulesAssociatedToPricingPlanCommandOutput) => void): void;
123
-
124
- listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
125
- listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, cb: (err: any, data?: ListResourcesAssociatedToCustomLineItemCommandOutput) => void): void;
126
- listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesAssociatedToCustomLineItemCommandOutput) => void): void;
127
-
128
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
129
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
130
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
131
-
132
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
133
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
134
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
135
-
136
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
137
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
138
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
139
-
140
- updateBillingGroup(args: UpdateBillingGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBillingGroupCommandOutput>;
141
- updateBillingGroup(args: UpdateBillingGroupCommandInput, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
142
- updateBillingGroup(args: UpdateBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
143
-
144
- updateCustomLineItem(args: UpdateCustomLineItemCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomLineItemCommandOutput>;
145
- updateCustomLineItem(args: UpdateCustomLineItemCommandInput, cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void): void;
146
- updateCustomLineItem(args: UpdateCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void): void;
147
-
148
- updatePricingPlan(args: UpdatePricingPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePricingPlanCommandOutput>;
149
- updatePricingPlan(args: UpdatePricingPlanCommandInput, cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void): void;
150
- updatePricingPlan(args: UpdatePricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void): void;
151
-
152
- updatePricingRule(args: UpdatePricingRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePricingRuleCommandOutput>;
153
- updatePricingRule(args: UpdatePricingRuleCommandInput, cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void): void;
154
- updatePricingRule(args: UpdatePricingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void): void;
155
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { BillingconductorClient } from "./BillingconductorClient";
3
+ import {
4
+ AssociateAccountsCommandInput,
5
+ AssociateAccountsCommandOutput,
6
+ } from "./commands/AssociateAccountsCommand";
7
+ import {
8
+ AssociatePricingRulesCommandInput,
9
+ AssociatePricingRulesCommandOutput,
10
+ } from "./commands/AssociatePricingRulesCommand";
11
+ import {
12
+ BatchAssociateResourcesToCustomLineItemCommandInput,
13
+ BatchAssociateResourcesToCustomLineItemCommandOutput,
14
+ } from "./commands/BatchAssociateResourcesToCustomLineItemCommand";
15
+ import {
16
+ BatchDisassociateResourcesFromCustomLineItemCommandInput,
17
+ BatchDisassociateResourcesFromCustomLineItemCommandOutput,
18
+ } from "./commands/BatchDisassociateResourcesFromCustomLineItemCommand";
19
+ import {
20
+ CreateBillingGroupCommandInput,
21
+ CreateBillingGroupCommandOutput,
22
+ } from "./commands/CreateBillingGroupCommand";
23
+ import {
24
+ CreateCustomLineItemCommandInput,
25
+ CreateCustomLineItemCommandOutput,
26
+ } from "./commands/CreateCustomLineItemCommand";
27
+ import {
28
+ CreatePricingPlanCommandInput,
29
+ CreatePricingPlanCommandOutput,
30
+ } from "./commands/CreatePricingPlanCommand";
31
+ import {
32
+ CreatePricingRuleCommandInput,
33
+ CreatePricingRuleCommandOutput,
34
+ } from "./commands/CreatePricingRuleCommand";
35
+ import {
36
+ DeleteBillingGroupCommandInput,
37
+ DeleteBillingGroupCommandOutput,
38
+ } from "./commands/DeleteBillingGroupCommand";
39
+ import {
40
+ DeleteCustomLineItemCommandInput,
41
+ DeleteCustomLineItemCommandOutput,
42
+ } from "./commands/DeleteCustomLineItemCommand";
43
+ import {
44
+ DeletePricingPlanCommandInput,
45
+ DeletePricingPlanCommandOutput,
46
+ } from "./commands/DeletePricingPlanCommand";
47
+ import {
48
+ DeletePricingRuleCommandInput,
49
+ DeletePricingRuleCommandOutput,
50
+ } from "./commands/DeletePricingRuleCommand";
51
+ import {
52
+ DisassociateAccountsCommandInput,
53
+ DisassociateAccountsCommandOutput,
54
+ } from "./commands/DisassociateAccountsCommand";
55
+ import {
56
+ DisassociatePricingRulesCommandInput,
57
+ DisassociatePricingRulesCommandOutput,
58
+ } from "./commands/DisassociatePricingRulesCommand";
59
+ import {
60
+ ListAccountAssociationsCommandInput,
61
+ ListAccountAssociationsCommandOutput,
62
+ } from "./commands/ListAccountAssociationsCommand";
63
+ import {
64
+ ListBillingGroupCostReportsCommandInput,
65
+ ListBillingGroupCostReportsCommandOutput,
66
+ } from "./commands/ListBillingGroupCostReportsCommand";
67
+ import {
68
+ ListBillingGroupsCommandInput,
69
+ ListBillingGroupsCommandOutput,
70
+ } from "./commands/ListBillingGroupsCommand";
71
+ import {
72
+ ListCustomLineItemsCommandInput,
73
+ ListCustomLineItemsCommandOutput,
74
+ } from "./commands/ListCustomLineItemsCommand";
75
+ import {
76
+ ListPricingPlansAssociatedWithPricingRuleCommandInput,
77
+ ListPricingPlansAssociatedWithPricingRuleCommandOutput,
78
+ } from "./commands/ListPricingPlansAssociatedWithPricingRuleCommand";
79
+ import {
80
+ ListPricingPlansCommandInput,
81
+ ListPricingPlansCommandOutput,
82
+ } from "./commands/ListPricingPlansCommand";
83
+ import {
84
+ ListPricingRulesAssociatedToPricingPlanCommandInput,
85
+ ListPricingRulesAssociatedToPricingPlanCommandOutput,
86
+ } from "./commands/ListPricingRulesAssociatedToPricingPlanCommand";
87
+ import {
88
+ ListPricingRulesCommandInput,
89
+ ListPricingRulesCommandOutput,
90
+ } from "./commands/ListPricingRulesCommand";
91
+ import {
92
+ ListResourcesAssociatedToCustomLineItemCommandInput,
93
+ ListResourcesAssociatedToCustomLineItemCommandOutput,
94
+ } from "./commands/ListResourcesAssociatedToCustomLineItemCommand";
95
+ import {
96
+ ListTagsForResourceCommandInput,
97
+ ListTagsForResourceCommandOutput,
98
+ } from "./commands/ListTagsForResourceCommand";
99
+ import {
100
+ TagResourceCommandInput,
101
+ TagResourceCommandOutput,
102
+ } from "./commands/TagResourceCommand";
103
+ import {
104
+ UntagResourceCommandInput,
105
+ UntagResourceCommandOutput,
106
+ } from "./commands/UntagResourceCommand";
107
+ import {
108
+ UpdateBillingGroupCommandInput,
109
+ UpdateBillingGroupCommandOutput,
110
+ } from "./commands/UpdateBillingGroupCommand";
111
+ import {
112
+ UpdateCustomLineItemCommandInput,
113
+ UpdateCustomLineItemCommandOutput,
114
+ } from "./commands/UpdateCustomLineItemCommand";
115
+ import {
116
+ UpdatePricingPlanCommandInput,
117
+ UpdatePricingPlanCommandOutput,
118
+ } from "./commands/UpdatePricingPlanCommand";
119
+ import {
120
+ UpdatePricingRuleCommandInput,
121
+ UpdatePricingRuleCommandOutput,
122
+ } from "./commands/UpdatePricingRuleCommand";
123
+
124
+ export declare class Billingconductor extends BillingconductorClient {
125
+ associateAccounts(
126
+ args: AssociateAccountsCommandInput,
127
+ options?: __HttpHandlerOptions
128
+ ): Promise<AssociateAccountsCommandOutput>;
129
+ associateAccounts(
130
+ args: AssociateAccountsCommandInput,
131
+ cb: (err: any, data?: AssociateAccountsCommandOutput) => void
132
+ ): void;
133
+ associateAccounts(
134
+ args: AssociateAccountsCommandInput,
135
+ options: __HttpHandlerOptions,
136
+ cb: (err: any, data?: AssociateAccountsCommandOutput) => void
137
+ ): void;
138
+
139
+ associatePricingRules(
140
+ args: AssociatePricingRulesCommandInput,
141
+ options?: __HttpHandlerOptions
142
+ ): Promise<AssociatePricingRulesCommandOutput>;
143
+ associatePricingRules(
144
+ args: AssociatePricingRulesCommandInput,
145
+ cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void
146
+ ): void;
147
+ associatePricingRules(
148
+ args: AssociatePricingRulesCommandInput,
149
+ options: __HttpHandlerOptions,
150
+ cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void
151
+ ): void;
152
+
153
+ batchAssociateResourcesToCustomLineItem(
154
+ args: BatchAssociateResourcesToCustomLineItemCommandInput,
155
+ options?: __HttpHandlerOptions
156
+ ): Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
157
+ batchAssociateResourcesToCustomLineItem(
158
+ args: BatchAssociateResourcesToCustomLineItemCommandInput,
159
+ cb: (
160
+ err: any,
161
+ data?: BatchAssociateResourcesToCustomLineItemCommandOutput
162
+ ) => void
163
+ ): void;
164
+ batchAssociateResourcesToCustomLineItem(
165
+ args: BatchAssociateResourcesToCustomLineItemCommandInput,
166
+ options: __HttpHandlerOptions,
167
+ cb: (
168
+ err: any,
169
+ data?: BatchAssociateResourcesToCustomLineItemCommandOutput
170
+ ) => void
171
+ ): void;
172
+
173
+ batchDisassociateResourcesFromCustomLineItem(
174
+ args: BatchDisassociateResourcesFromCustomLineItemCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
177
+ batchDisassociateResourcesFromCustomLineItem(
178
+ args: BatchDisassociateResourcesFromCustomLineItemCommandInput,
179
+ cb: (
180
+ err: any,
181
+ data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput
182
+ ) => void
183
+ ): void;
184
+ batchDisassociateResourcesFromCustomLineItem(
185
+ args: BatchDisassociateResourcesFromCustomLineItemCommandInput,
186
+ options: __HttpHandlerOptions,
187
+ cb: (
188
+ err: any,
189
+ data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput
190
+ ) => void
191
+ ): void;
192
+
193
+ createBillingGroup(
194
+ args: CreateBillingGroupCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<CreateBillingGroupCommandOutput>;
197
+ createBillingGroup(
198
+ args: CreateBillingGroupCommandInput,
199
+ cb: (err: any, data?: CreateBillingGroupCommandOutput) => void
200
+ ): void;
201
+ createBillingGroup(
202
+ args: CreateBillingGroupCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: CreateBillingGroupCommandOutput) => void
205
+ ): void;
206
+
207
+ createCustomLineItem(
208
+ args: CreateCustomLineItemCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<CreateCustomLineItemCommandOutput>;
211
+ createCustomLineItem(
212
+ args: CreateCustomLineItemCommandInput,
213
+ cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void
214
+ ): void;
215
+ createCustomLineItem(
216
+ args: CreateCustomLineItemCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void
219
+ ): void;
220
+
221
+ createPricingPlan(
222
+ args: CreatePricingPlanCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<CreatePricingPlanCommandOutput>;
225
+ createPricingPlan(
226
+ args: CreatePricingPlanCommandInput,
227
+ cb: (err: any, data?: CreatePricingPlanCommandOutput) => void
228
+ ): void;
229
+ createPricingPlan(
230
+ args: CreatePricingPlanCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: CreatePricingPlanCommandOutput) => void
233
+ ): void;
234
+
235
+ createPricingRule(
236
+ args: CreatePricingRuleCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<CreatePricingRuleCommandOutput>;
239
+ createPricingRule(
240
+ args: CreatePricingRuleCommandInput,
241
+ cb: (err: any, data?: CreatePricingRuleCommandOutput) => void
242
+ ): void;
243
+ createPricingRule(
244
+ args: CreatePricingRuleCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: CreatePricingRuleCommandOutput) => void
247
+ ): void;
248
+
249
+ deleteBillingGroup(
250
+ args: DeleteBillingGroupCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<DeleteBillingGroupCommandOutput>;
253
+ deleteBillingGroup(
254
+ args: DeleteBillingGroupCommandInput,
255
+ cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void
256
+ ): void;
257
+ deleteBillingGroup(
258
+ args: DeleteBillingGroupCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void
261
+ ): void;
262
+
263
+ deleteCustomLineItem(
264
+ args: DeleteCustomLineItemCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<DeleteCustomLineItemCommandOutput>;
267
+ deleteCustomLineItem(
268
+ args: DeleteCustomLineItemCommandInput,
269
+ cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void
270
+ ): void;
271
+ deleteCustomLineItem(
272
+ args: DeleteCustomLineItemCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void
275
+ ): void;
276
+
277
+ deletePricingPlan(
278
+ args: DeletePricingPlanCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<DeletePricingPlanCommandOutput>;
281
+ deletePricingPlan(
282
+ args: DeletePricingPlanCommandInput,
283
+ cb: (err: any, data?: DeletePricingPlanCommandOutput) => void
284
+ ): void;
285
+ deletePricingPlan(
286
+ args: DeletePricingPlanCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: DeletePricingPlanCommandOutput) => void
289
+ ): void;
290
+
291
+ deletePricingRule(
292
+ args: DeletePricingRuleCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<DeletePricingRuleCommandOutput>;
295
+ deletePricingRule(
296
+ args: DeletePricingRuleCommandInput,
297
+ cb: (err: any, data?: DeletePricingRuleCommandOutput) => void
298
+ ): void;
299
+ deletePricingRule(
300
+ args: DeletePricingRuleCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: DeletePricingRuleCommandOutput) => void
303
+ ): void;
304
+
305
+ disassociateAccounts(
306
+ args: DisassociateAccountsCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<DisassociateAccountsCommandOutput>;
309
+ disassociateAccounts(
310
+ args: DisassociateAccountsCommandInput,
311
+ cb: (err: any, data?: DisassociateAccountsCommandOutput) => void
312
+ ): void;
313
+ disassociateAccounts(
314
+ args: DisassociateAccountsCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: DisassociateAccountsCommandOutput) => void
317
+ ): void;
318
+
319
+ disassociatePricingRules(
320
+ args: DisassociatePricingRulesCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<DisassociatePricingRulesCommandOutput>;
323
+ disassociatePricingRules(
324
+ args: DisassociatePricingRulesCommandInput,
325
+ cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void
326
+ ): void;
327
+ disassociatePricingRules(
328
+ args: DisassociatePricingRulesCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void
331
+ ): void;
332
+
333
+ listAccountAssociations(
334
+ args: ListAccountAssociationsCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<ListAccountAssociationsCommandOutput>;
337
+ listAccountAssociations(
338
+ args: ListAccountAssociationsCommandInput,
339
+ cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void
340
+ ): void;
341
+ listAccountAssociations(
342
+ args: ListAccountAssociationsCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void
345
+ ): void;
346
+
347
+ listBillingGroupCostReports(
348
+ args: ListBillingGroupCostReportsCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<ListBillingGroupCostReportsCommandOutput>;
351
+ listBillingGroupCostReports(
352
+ args: ListBillingGroupCostReportsCommandInput,
353
+ cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void
354
+ ): void;
355
+ listBillingGroupCostReports(
356
+ args: ListBillingGroupCostReportsCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void
359
+ ): void;
360
+
361
+ listBillingGroups(
362
+ args: ListBillingGroupsCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<ListBillingGroupsCommandOutput>;
365
+ listBillingGroups(
366
+ args: ListBillingGroupsCommandInput,
367
+ cb: (err: any, data?: ListBillingGroupsCommandOutput) => void
368
+ ): void;
369
+ listBillingGroups(
370
+ args: ListBillingGroupsCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: ListBillingGroupsCommandOutput) => void
373
+ ): void;
374
+
375
+ listCustomLineItems(
376
+ args: ListCustomLineItemsCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<ListCustomLineItemsCommandOutput>;
379
+ listCustomLineItems(
380
+ args: ListCustomLineItemsCommandInput,
381
+ cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void
382
+ ): void;
383
+ listCustomLineItems(
384
+ args: ListCustomLineItemsCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void
387
+ ): void;
388
+
389
+ listPricingPlans(
390
+ args: ListPricingPlansCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<ListPricingPlansCommandOutput>;
393
+ listPricingPlans(
394
+ args: ListPricingPlansCommandInput,
395
+ cb: (err: any, data?: ListPricingPlansCommandOutput) => void
396
+ ): void;
397
+ listPricingPlans(
398
+ args: ListPricingPlansCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: ListPricingPlansCommandOutput) => void
401
+ ): void;
402
+
403
+ listPricingPlansAssociatedWithPricingRule(
404
+ args: ListPricingPlansAssociatedWithPricingRuleCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
407
+ listPricingPlansAssociatedWithPricingRule(
408
+ args: ListPricingPlansAssociatedWithPricingRuleCommandInput,
409
+ cb: (
410
+ err: any,
411
+ data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput
412
+ ) => void
413
+ ): void;
414
+ listPricingPlansAssociatedWithPricingRule(
415
+ args: ListPricingPlansAssociatedWithPricingRuleCommandInput,
416
+ options: __HttpHandlerOptions,
417
+ cb: (
418
+ err: any,
419
+ data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput
420
+ ) => void
421
+ ): void;
422
+
423
+ listPricingRules(
424
+ args: ListPricingRulesCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<ListPricingRulesCommandOutput>;
427
+ listPricingRules(
428
+ args: ListPricingRulesCommandInput,
429
+ cb: (err: any, data?: ListPricingRulesCommandOutput) => void
430
+ ): void;
431
+ listPricingRules(
432
+ args: ListPricingRulesCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: ListPricingRulesCommandOutput) => void
435
+ ): void;
436
+
437
+ listPricingRulesAssociatedToPricingPlan(
438
+ args: ListPricingRulesAssociatedToPricingPlanCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
441
+ listPricingRulesAssociatedToPricingPlan(
442
+ args: ListPricingRulesAssociatedToPricingPlanCommandInput,
443
+ cb: (
444
+ err: any,
445
+ data?: ListPricingRulesAssociatedToPricingPlanCommandOutput
446
+ ) => void
447
+ ): void;
448
+ listPricingRulesAssociatedToPricingPlan(
449
+ args: ListPricingRulesAssociatedToPricingPlanCommandInput,
450
+ options: __HttpHandlerOptions,
451
+ cb: (
452
+ err: any,
453
+ data?: ListPricingRulesAssociatedToPricingPlanCommandOutput
454
+ ) => void
455
+ ): void;
456
+
457
+ listResourcesAssociatedToCustomLineItem(
458
+ args: ListResourcesAssociatedToCustomLineItemCommandInput,
459
+ options?: __HttpHandlerOptions
460
+ ): Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
461
+ listResourcesAssociatedToCustomLineItem(
462
+ args: ListResourcesAssociatedToCustomLineItemCommandInput,
463
+ cb: (
464
+ err: any,
465
+ data?: ListResourcesAssociatedToCustomLineItemCommandOutput
466
+ ) => void
467
+ ): void;
468
+ listResourcesAssociatedToCustomLineItem(
469
+ args: ListResourcesAssociatedToCustomLineItemCommandInput,
470
+ options: __HttpHandlerOptions,
471
+ cb: (
472
+ err: any,
473
+ data?: ListResourcesAssociatedToCustomLineItemCommandOutput
474
+ ) => void
475
+ ): void;
476
+
477
+ listTagsForResource(
478
+ args: ListTagsForResourceCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<ListTagsForResourceCommandOutput>;
481
+ listTagsForResource(
482
+ args: ListTagsForResourceCommandInput,
483
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
484
+ ): void;
485
+ listTagsForResource(
486
+ args: ListTagsForResourceCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
489
+ ): void;
490
+
491
+ tagResource(
492
+ args: TagResourceCommandInput,
493
+ options?: __HttpHandlerOptions
494
+ ): Promise<TagResourceCommandOutput>;
495
+ tagResource(
496
+ args: TagResourceCommandInput,
497
+ cb: (err: any, data?: TagResourceCommandOutput) => void
498
+ ): void;
499
+ tagResource(
500
+ args: TagResourceCommandInput,
501
+ options: __HttpHandlerOptions,
502
+ cb: (err: any, data?: TagResourceCommandOutput) => void
503
+ ): void;
504
+
505
+ untagResource(
506
+ args: UntagResourceCommandInput,
507
+ options?: __HttpHandlerOptions
508
+ ): Promise<UntagResourceCommandOutput>;
509
+ untagResource(
510
+ args: UntagResourceCommandInput,
511
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
512
+ ): void;
513
+ untagResource(
514
+ args: UntagResourceCommandInput,
515
+ options: __HttpHandlerOptions,
516
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
517
+ ): void;
518
+
519
+ updateBillingGroup(
520
+ args: UpdateBillingGroupCommandInput,
521
+ options?: __HttpHandlerOptions
522
+ ): Promise<UpdateBillingGroupCommandOutput>;
523
+ updateBillingGroup(
524
+ args: UpdateBillingGroupCommandInput,
525
+ cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void
526
+ ): void;
527
+ updateBillingGroup(
528
+ args: UpdateBillingGroupCommandInput,
529
+ options: __HttpHandlerOptions,
530
+ cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void
531
+ ): void;
532
+
533
+ updateCustomLineItem(
534
+ args: UpdateCustomLineItemCommandInput,
535
+ options?: __HttpHandlerOptions
536
+ ): Promise<UpdateCustomLineItemCommandOutput>;
537
+ updateCustomLineItem(
538
+ args: UpdateCustomLineItemCommandInput,
539
+ cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void
540
+ ): void;
541
+ updateCustomLineItem(
542
+ args: UpdateCustomLineItemCommandInput,
543
+ options: __HttpHandlerOptions,
544
+ cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void
545
+ ): void;
546
+
547
+ updatePricingPlan(
548
+ args: UpdatePricingPlanCommandInput,
549
+ options?: __HttpHandlerOptions
550
+ ): Promise<UpdatePricingPlanCommandOutput>;
551
+ updatePricingPlan(
552
+ args: UpdatePricingPlanCommandInput,
553
+ cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void
554
+ ): void;
555
+ updatePricingPlan(
556
+ args: UpdatePricingPlanCommandInput,
557
+ options: __HttpHandlerOptions,
558
+ cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void
559
+ ): void;
560
+
561
+ updatePricingRule(
562
+ args: UpdatePricingRuleCommandInput,
563
+ options?: __HttpHandlerOptions
564
+ ): Promise<UpdatePricingRuleCommandOutput>;
565
+ updatePricingRule(
566
+ args: UpdatePricingRuleCommandInput,
567
+ cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void
568
+ ): void;
569
+ updatePricingRule(
570
+ args: UpdatePricingRuleCommandInput,
571
+ options: __HttpHandlerOptions,
572
+ cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void
573
+ ): void;
574
+ }