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