@aws-sdk/client-billingconductor 3.295.0 → 3.297.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 (47) hide show
  1. package/dist-types/Billingconductor.d.ts +32 -0
  2. package/dist-types/BillingconductorClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateAccountsCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +16 -0
  9. package/dist-types/commands/CreatePricingPlanCommand.d.ts +16 -0
  10. package/dist-types/commands/CreatePricingRuleCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +16 -0
  13. package/dist-types/commands/DeletePricingPlanCommand.d.ts +16 -0
  14. package/dist-types/commands/DeletePricingRuleCommand.d.ts +16 -0
  15. package/dist-types/commands/DisassociateAccountsCommand.d.ts +16 -0
  16. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +16 -0
  17. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +16 -0
  18. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +16 -0
  19. package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
  20. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +16 -0
  21. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +16 -0
  22. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +16 -0
  23. package/dist-types/commands/ListPricingPlansCommand.d.ts +16 -0
  24. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +16 -0
  25. package/dist-types/commands/ListPricingRulesCommand.d.ts +16 -0
  26. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +16 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  29. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  30. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
  31. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +16 -0
  32. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
  33. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +16 -0
  34. package/dist-types/models/BillingconductorServiceException.d.ts +2 -0
  35. package/dist-types/models/models_0.d.ts +259 -0
  36. package/dist-types/pagination/Interfaces.d.ts +3 -0
  37. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +3 -0
  38. package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +3 -0
  39. package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
  40. package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +3 -0
  41. package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +3 -0
  42. package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +3 -0
  43. package/dist-types/pagination/ListPricingPlansPaginator.d.ts +3 -0
  44. package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +3 -0
  45. package/dist-types/pagination/ListPricingRulesPaginator.d.ts +3 -0
  46. package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +3 -0
  47. package/package.json +29 -29
@@ -32,6 +32,7 @@ import { UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput } f
32
32
  import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "./commands/UpdatePricingPlanCommand";
33
33
  import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from "./commands/UpdatePricingRuleCommand";
34
34
  /**
35
+ * @public
35
36
  * <p>Amazon Web Services Billing Conductor is a fully managed service that you can use
36
37
  * 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
37
38
  * your end customers. Amazon Web Services Billing Conductor doesn't change the way
@@ -47,6 +48,7 @@ import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from ".
47
48
  */
48
49
  export declare class Billingconductor extends BillingconductorClient {
49
50
  /**
51
+ * @public
50
52
  * <p>Connects an array of account IDs in a consolidated billing family to a predefined
51
53
  * billing group. The account IDs must be a part of the consolidated billing family during the
52
54
  * current month, and not already associated with another billing group. The maximum number of
@@ -56,6 +58,7 @@ export declare class Billingconductor extends BillingconductorClient {
56
58
  associateAccounts(args: AssociateAccountsCommandInput, cb: (err: any, data?: AssociateAccountsCommandOutput) => void): void;
57
59
  associateAccounts(args: AssociateAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAccountsCommandOutput) => void): void;
58
60
  /**
61
+ * @public
59
62
  * <p>Connects an array of <code>PricingRuleArns</code> to a defined <code>PricingPlan</code>.
60
63
  * The maximum number <code>PricingRuleArn</code> that can be associated in one call is 30. </p>
61
64
  */
@@ -63,6 +66,7 @@ export declare class Billingconductor extends BillingconductorClient {
63
66
  associatePricingRules(args: AssociatePricingRulesCommandInput, cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void): void;
64
67
  associatePricingRules(args: AssociatePricingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void): void;
65
68
  /**
69
+ * @public
66
70
  * <p>
67
71
  * Associates a batch of resources to a percentage custom line item.
68
72
  * </p>
@@ -71,6 +75,7 @@ export declare class Billingconductor extends BillingconductorClient {
71
75
  batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, cb: (err: any, data?: BatchAssociateResourcesToCustomLineItemCommandOutput) => void): void;
72
76
  batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateResourcesToCustomLineItemCommandOutput) => void): void;
73
77
  /**
78
+ * @public
74
79
  * <p>
75
80
  * Disassociates a batch of resources from a percentage custom line item.
76
81
  * </p>
@@ -79,6 +84,7 @@ export declare class Billingconductor extends BillingconductorClient {
79
84
  batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, cb: (err: any, data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput) => void): void;
80
85
  batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput) => void): void;
81
86
  /**
87
+ * @public
82
88
  * <p>
83
89
  * Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation.
84
90
  * </p>
@@ -87,6 +93,7 @@ export declare class Billingconductor extends BillingconductorClient {
87
93
  createBillingGroup(args: CreateBillingGroupCommandInput, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
88
94
  createBillingGroup(args: CreateBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
89
95
  /**
96
+ * @public
90
97
  * <p>
91
98
  * Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period. The one-time fixed charge is either a fee or discount.
92
99
  * </p>
@@ -95,6 +102,7 @@ export declare class Billingconductor extends BillingconductorClient {
95
102
  createCustomLineItem(args: CreateCustomLineItemCommandInput, cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void): void;
96
103
  createCustomLineItem(args: CreateCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void): void;
97
104
  /**
105
+ * @public
98
106
  * <p>Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
99
107
  * </p>
100
108
  */
@@ -102,6 +110,7 @@ export declare class Billingconductor extends BillingconductorClient {
102
110
  createPricingPlan(args: CreatePricingPlanCommandInput, cb: (err: any, data?: CreatePricingPlanCommandOutput) => void): void;
103
111
  createPricingPlan(args: CreatePricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePricingPlanCommandOutput) => void): void;
104
112
  /**
113
+ * @public
105
114
  * <p>
106
115
  * Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.
107
116
  * </p>
@@ -110,6 +119,7 @@ export declare class Billingconductor extends BillingconductorClient {
110
119
  createPricingRule(args: CreatePricingRuleCommandInput, cb: (err: any, data?: CreatePricingRuleCommandOutput) => void): void;
111
120
  createPricingRule(args: CreatePricingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePricingRuleCommandOutput) => void): void;
112
121
  /**
122
+ * @public
113
123
  * <p>
114
124
  * Deletes a billing group.
115
125
  * </p>
@@ -118,6 +128,7 @@ export declare class Billingconductor extends BillingconductorClient {
118
128
  deleteBillingGroup(args: DeleteBillingGroupCommandInput, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
119
129
  deleteBillingGroup(args: DeleteBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
120
130
  /**
131
+ * @public
121
132
  * <p>
122
133
  * Deletes the custom line item identified by the given ARN in the current, or previous billing period.
123
134
  * </p>
@@ -126,6 +137,7 @@ export declare class Billingconductor extends BillingconductorClient {
126
137
  deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void): void;
127
138
  deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void): void;
128
139
  /**
140
+ * @public
129
141
  * <p>Deletes a pricing plan. The pricing plan must not be associated with any billing groups to
130
142
  * delete successfully.</p>
131
143
  */
@@ -133,18 +145,21 @@ export declare class Billingconductor extends BillingconductorClient {
133
145
  deletePricingPlan(args: DeletePricingPlanCommandInput, cb: (err: any, data?: DeletePricingPlanCommandOutput) => void): void;
134
146
  deletePricingPlan(args: DeletePricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePricingPlanCommandOutput) => void): void;
135
147
  /**
148
+ * @public
136
149
  * <p> Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN). </p>
137
150
  */
138
151
  deletePricingRule(args: DeletePricingRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeletePricingRuleCommandOutput>;
139
152
  deletePricingRule(args: DeletePricingRuleCommandInput, cb: (err: any, data?: DeletePricingRuleCommandOutput) => void): void;
140
153
  deletePricingRule(args: DeletePricingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePricingRuleCommandOutput) => void): void;
141
154
  /**
155
+ * @public
142
156
  * <p>Removes the specified list of account IDs from the given billing group. </p>
143
157
  */
144
158
  disassociateAccounts(args: DisassociateAccountsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateAccountsCommandOutput>;
145
159
  disassociateAccounts(args: DisassociateAccountsCommandInput, cb: (err: any, data?: DisassociateAccountsCommandOutput) => void): void;
146
160
  disassociateAccounts(args: DisassociateAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAccountsCommandOutput) => void): void;
147
161
  /**
162
+ * @public
148
163
  * <p>
149
164
  * Disassociates a list of pricing rules from a pricing plan.
150
165
  * </p>
@@ -153,6 +168,7 @@ export declare class Billingconductor extends BillingconductorClient {
153
168
  disassociatePricingRules(args: DisassociatePricingRulesCommandInput, cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void): void;
154
169
  disassociatePricingRules(args: DisassociatePricingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void): void;
155
170
  /**
171
+ * @public
156
172
  * <p> This is a paginated call to list linked accounts that are linked to the payer account for
157
173
  * the specified time period. If no information is provided, the current billing period is used.
158
174
  * The response will optionally include the billing group that's associated with the linked
@@ -162,6 +178,7 @@ export declare class Billingconductor extends BillingconductorClient {
162
178
  listAccountAssociations(args: ListAccountAssociationsCommandInput, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
163
179
  listAccountAssociations(args: ListAccountAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
164
180
  /**
181
+ * @public
165
182
  * <p>A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated
166
183
  * Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
167
184
  */
@@ -169,12 +186,14 @@ export declare class Billingconductor extends BillingconductorClient {
169
186
  listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void): void;
170
187
  listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void): void;
171
188
  /**
189
+ * @public
172
190
  * <p>A paginated call to retrieve a list of billing groups for the given billing period. If you don't provide a billing group, the current billing period is used.</p>
173
191
  */
174
192
  listBillingGroups(args: ListBillingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListBillingGroupsCommandOutput>;
175
193
  listBillingGroups(args: ListBillingGroupsCommandInput, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
176
194
  listBillingGroups(args: ListBillingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
177
195
  /**
196
+ * @public
178
197
  * <p>
179
198
  * A paginated call to get a list of all custom line items (FFLIs) for the given billing period. If you don't provide a billing period, the current billing period is used.
180
199
  * </p>
@@ -183,12 +202,14 @@ export declare class Billingconductor extends BillingconductorClient {
183
202
  listCustomLineItems(args: ListCustomLineItemsCommandInput, cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void): void;
184
203
  listCustomLineItems(args: ListCustomLineItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void): void;
185
204
  /**
205
+ * @public
186
206
  * <p>A paginated call to get a list of all custom line item versions.</p>
187
207
  */
188
208
  listCustomLineItemVersions(args: ListCustomLineItemVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomLineItemVersionsCommandOutput>;
189
209
  listCustomLineItemVersions(args: ListCustomLineItemVersionsCommandInput, cb: (err: any, data?: ListCustomLineItemVersionsCommandOutput) => void): void;
190
210
  listCustomLineItemVersions(args: ListCustomLineItemVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomLineItemVersionsCommandOutput) => void): void;
191
211
  /**
212
+ * @public
192
213
  * <p>A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used.
193
214
  * </p>
194
215
  */
@@ -196,6 +217,7 @@ export declare class Billingconductor extends BillingconductorClient {
196
217
  listPricingPlans(args: ListPricingPlansCommandInput, cb: (err: any, data?: ListPricingPlansCommandOutput) => void): void;
197
218
  listPricingPlans(args: ListPricingPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingPlansCommandOutput) => void): void;
198
219
  /**
220
+ * @public
199
221
  * <p>
200
222
  * A list of the pricing plans that are associated with a pricing rule.
201
223
  * </p>
@@ -204,6 +226,7 @@ export declare class Billingconductor extends BillingconductorClient {
204
226
  listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, cb: (err: any, data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput) => void): void;
205
227
  listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput) => void): void;
206
228
  /**
229
+ * @public
207
230
  * <p>
208
231
  * Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
209
232
  * </p>
@@ -212,6 +235,7 @@ export declare class Billingconductor extends BillingconductorClient {
212
235
  listPricingRules(args: ListPricingRulesCommandInput, cb: (err: any, data?: ListPricingRulesCommandOutput) => void): void;
213
236
  listPricingRules(args: ListPricingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingRulesCommandOutput) => void): void;
214
237
  /**
238
+ * @public
215
239
  * <p>
216
240
  * Lists the pricing rules that are associated with a pricing plan.
217
241
  * </p>
@@ -220,6 +244,7 @@ export declare class Billingconductor extends BillingconductorClient {
220
244
  listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, cb: (err: any, data?: ListPricingRulesAssociatedToPricingPlanCommandOutput) => void): void;
221
245
  listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricingRulesAssociatedToPricingPlanCommandOutput) => void): void;
222
246
  /**
247
+ * @public
223
248
  * <p>
224
249
  * List the resources that are associated to a custom line item.
225
250
  * </p>
@@ -228,6 +253,7 @@ export declare class Billingconductor extends BillingconductorClient {
228
253
  listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, cb: (err: any, data?: ListResourcesAssociatedToCustomLineItemCommandOutput) => void): void;
229
254
  listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesAssociatedToCustomLineItemCommandOutput) => void): void;
230
255
  /**
256
+ * @public
231
257
  * <p>
232
258
  * A list the tags for a resource.
233
259
  * </p>
@@ -236,6 +262,7 @@ export declare class Billingconductor extends BillingconductorClient {
236
262
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
237
263
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
238
264
  /**
265
+ * @public
239
266
  * <p> Associates the specified tags to a resource with the specified <code>resourceArn</code>.
240
267
  * If existing tags on a resource are not specified in the request parameters, they are not
241
268
  * changed. </p>
@@ -244,6 +271,7 @@ export declare class Billingconductor extends BillingconductorClient {
244
271
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
245
272
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
246
273
  /**
274
+ * @public
247
275
  * <p>
248
276
  * Deletes specified tags from a resource.
249
277
  * </p>
@@ -252,6 +280,7 @@ export declare class Billingconductor extends BillingconductorClient {
252
280
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
253
281
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
254
282
  /**
283
+ * @public
255
284
  * <p>This updates an existing billing group.
256
285
  * </p>
257
286
  */
@@ -259,6 +288,7 @@ export declare class Billingconductor extends BillingconductorClient {
259
288
  updateBillingGroup(args: UpdateBillingGroupCommandInput, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
260
289
  updateBillingGroup(args: UpdateBillingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
261
290
  /**
291
+ * @public
262
292
  * <p>
263
293
  * Update an existing custom line item in the current or previous billing period.
264
294
  * </p>
@@ -267,6 +297,7 @@ export declare class Billingconductor extends BillingconductorClient {
267
297
  updateCustomLineItem(args: UpdateCustomLineItemCommandInput, cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void): void;
268
298
  updateCustomLineItem(args: UpdateCustomLineItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void): void;
269
299
  /**
300
+ * @public
270
301
  * <p>This updates an existing pricing plan.
271
302
  * </p>
272
303
  */
@@ -274,6 +305,7 @@ export declare class Billingconductor extends BillingconductorClient {
274
305
  updatePricingPlan(args: UpdatePricingPlanCommandInput, cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void): void;
275
306
  updatePricingPlan(args: UpdatePricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void): void;
276
307
  /**
308
+ * @public
277
309
  * <p>
278
310
  * Updates an existing pricing rule.
279
311
  * </p>
@@ -39,15 +39,24 @@ import { UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput } f
39
39
  import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "./commands/UpdatePricingPlanCommand";
40
40
  import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from "./commands/UpdatePricingRuleCommand";
41
41
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
42
+ /**
43
+ * @public
44
+ */
42
45
  export type ServiceInputTypes = AssociateAccountsCommandInput | AssociatePricingRulesCommandInput | BatchAssociateResourcesToCustomLineItemCommandInput | BatchDisassociateResourcesFromCustomLineItemCommandInput | CreateBillingGroupCommandInput | CreateCustomLineItemCommandInput | CreatePricingPlanCommandInput | CreatePricingRuleCommandInput | DeleteBillingGroupCommandInput | DeleteCustomLineItemCommandInput | DeletePricingPlanCommandInput | DeletePricingRuleCommandInput | DisassociateAccountsCommandInput | DisassociatePricingRulesCommandInput | ListAccountAssociationsCommandInput | ListBillingGroupCostReportsCommandInput | ListBillingGroupsCommandInput | ListCustomLineItemVersionsCommandInput | ListCustomLineItemsCommandInput | ListPricingPlansAssociatedWithPricingRuleCommandInput | ListPricingPlansCommandInput | ListPricingRulesAssociatedToPricingPlanCommandInput | ListPricingRulesCommandInput | ListResourcesAssociatedToCustomLineItemCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBillingGroupCommandInput | UpdateCustomLineItemCommandInput | UpdatePricingPlanCommandInput | UpdatePricingRuleCommandInput;
46
+ /**
47
+ * @public
48
+ */
43
49
  export type ServiceOutputTypes = AssociateAccountsCommandOutput | AssociatePricingRulesCommandOutput | BatchAssociateResourcesToCustomLineItemCommandOutput | BatchDisassociateResourcesFromCustomLineItemCommandOutput | CreateBillingGroupCommandOutput | CreateCustomLineItemCommandOutput | CreatePricingPlanCommandOutput | CreatePricingRuleCommandOutput | DeleteBillingGroupCommandOutput | DeleteCustomLineItemCommandOutput | DeletePricingPlanCommandOutput | DeletePricingRuleCommandOutput | DisassociateAccountsCommandOutput | DisassociatePricingRulesCommandOutput | ListAccountAssociationsCommandOutput | ListBillingGroupCostReportsCommandOutput | ListBillingGroupsCommandOutput | ListCustomLineItemVersionsCommandOutput | ListCustomLineItemsCommandOutput | ListPricingPlansAssociatedWithPricingRuleCommandOutput | ListPricingPlansCommandOutput | ListPricingRulesAssociatedToPricingPlanCommandOutput | ListPricingRulesCommandOutput | ListResourcesAssociatedToCustomLineItemCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBillingGroupCommandOutput | UpdateCustomLineItemCommandOutput | UpdatePricingPlanCommandOutput | UpdatePricingRuleCommandOutput;
50
+ /**
51
+ * @public
52
+ */
44
53
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
45
54
  /**
46
55
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
47
56
  */
48
57
  requestHandler?: __HttpHandler;
49
58
  /**
50
- * A constructor for a class implementing the {@link __Checksum} interface
59
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
51
60
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
52
61
  * @internal
53
62
  */
@@ -137,23 +146,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
137
146
  */
138
147
  logger?: __Logger;
139
148
  /**
140
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
149
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
141
150
  */
142
151
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
143
152
  }
153
+ /**
154
+ * @public
155
+ */
144
156
  type BillingconductorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
145
157
  /**
146
- * The configuration interface of BillingconductorClient class constructor that set the region, credentials and other options.
158
+ * @public
159
+ *
160
+ * The configuration interface of BillingconductorClient class constructor that set the region, credentials and other options.
147
161
  */
148
162
  export interface BillingconductorClientConfig extends BillingconductorClientConfigType {
149
163
  }
164
+ /**
165
+ * @public
166
+ */
150
167
  type BillingconductorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
168
  /**
152
- * The resolved configuration interface of BillingconductorClient class. This is resolved and normalized from the {@link BillingconductorClientConfig | constructor configuration interface}.
169
+ * @public
170
+ *
171
+ * The resolved configuration interface of BillingconductorClient class. This is resolved and normalized from the {@link BillingconductorClientConfig | constructor configuration interface}.
153
172
  */
154
173
  export interface BillingconductorClientResolvedConfig extends BillingconductorClientResolvedConfigType {
155
174
  }
156
175
  /**
176
+ * @public
157
177
  * <p>Amazon Web Services Billing Conductor is a fully managed service that you can use
158
178
  * 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
159
179
  * your end customers. Amazon Web Services Billing Conductor doesn't change the way
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { AssociateAccountsInput, AssociateAccountsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateAccountsCommand}.
8
10
  */
9
11
  export interface AssociateAccountsCommandInput extends AssociateAccountsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateAccountsCommand}.
13
17
  */
14
18
  export interface AssociateAccountsCommandOutput extends AssociateAccountsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Connects an array of account IDs in a consolidated billing family to a predefined
18
23
  * billing group. The account IDs must be a part of the consolidated billing family during the
19
24
  * current month, and not already associated with another billing group. The maximum number of
@@ -28,6 +33,8 @@ export interface AssociateAccountsCommandOutput extends AssociateAccountsOutput,
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param AssociateAccountsCommandInput - {@link AssociateAccountsCommandInput}
37
+ * @returns {@link AssociateAccountsCommandOutput}
31
38
  * @see {@link AssociateAccountsCommandInput} for command's `input` shape.
32
39
  * @see {@link AssociateAccountsCommandOutput} for command's `response` shape.
33
40
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -64,11 +71,20 @@ export interface AssociateAccountsCommandOutput extends AssociateAccountsOutput,
64
71
  export declare class AssociateAccountsCommand extends $Command<AssociateAccountsCommandInput, AssociateAccountsCommandOutput, BillingconductorClientResolvedConfig> {
65
72
  readonly input: AssociateAccountsCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: AssociateAccountsCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAccountsCommandInput, AssociateAccountsCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { AssociatePricingRulesInput, AssociatePricingRulesOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociatePricingRulesCommand}.
8
10
  */
9
11
  export interface AssociatePricingRulesCommandInput extends AssociatePricingRulesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociatePricingRulesCommand}.
13
17
  */
14
18
  export interface AssociatePricingRulesCommandOutput extends AssociatePricingRulesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Connects an array of <code>PricingRuleArns</code> to a defined <code>PricingPlan</code>.
18
23
  * The maximum number <code>PricingRuleArn</code> that can be associated in one call is 30. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface AssociatePricingRulesCommandOutput extends AssociatePricingRule
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param AssociatePricingRulesCommandInput - {@link AssociatePricingRulesCommandInput}
35
+ * @returns {@link AssociatePricingRulesCommandOutput}
29
36
  * @see {@link AssociatePricingRulesCommandInput} for command's `input` shape.
30
37
  * @see {@link AssociatePricingRulesCommandOutput} for command's `response` shape.
31
38
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -62,11 +69,20 @@ export interface AssociatePricingRulesCommandOutput extends AssociatePricingRule
62
69
  export declare class AssociatePricingRulesCommand extends $Command<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
63
70
  readonly input: AssociatePricingRulesCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: AssociatePricingRulesCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { BatchAssociateResourcesToCustomLineItemInput, BatchAssociateResourcesToCustomLineItemOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchAssociateResourcesToCustomLineItemCommand}.
8
10
  */
9
11
  export interface BatchAssociateResourcesToCustomLineItemCommandInput extends BatchAssociateResourcesToCustomLineItemInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchAssociateResourcesToCustomLineItemCommand}.
13
17
  */
14
18
  export interface BatchAssociateResourcesToCustomLineItemCommandOutput extends BatchAssociateResourcesToCustomLineItemOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Associates a batch of resources to a percentage custom line item.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface BatchAssociateResourcesToCustomLineItemCommandOutput extends Ba
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param BatchAssociateResourcesToCustomLineItemCommandInput - {@link BatchAssociateResourcesToCustomLineItemCommandInput}
36
+ * @returns {@link BatchAssociateResourcesToCustomLineItemCommandOutput}
30
37
  * @see {@link BatchAssociateResourcesToCustomLineItemCommandInput} for command's `input` shape.
31
38
  * @see {@link BatchAssociateResourcesToCustomLineItemCommandOutput} for command's `response` shape.
32
39
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -63,11 +70,20 @@ export interface BatchAssociateResourcesToCustomLineItemCommandOutput extends Ba
63
70
  export declare class BatchAssociateResourcesToCustomLineItemCommand extends $Command<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
64
71
  readonly input: BatchAssociateResourcesToCustomLineItemCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: BatchAssociateResourcesToCustomLineItemCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { BatchDisassociateResourcesFromCustomLineItemInput, BatchDisassociateResourcesFromCustomLineItemOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDisassociateResourcesFromCustomLineItemCommand}.
8
10
  */
9
11
  export interface BatchDisassociateResourcesFromCustomLineItemCommandInput extends BatchDisassociateResourcesFromCustomLineItemInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDisassociateResourcesFromCustomLineItemCommand}.
13
17
  */
14
18
  export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput extends BatchDisassociateResourcesFromCustomLineItemOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Disassociates a batch of resources from a percentage custom line item.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput exten
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param BatchDisassociateResourcesFromCustomLineItemCommandInput - {@link BatchDisassociateResourcesFromCustomLineItemCommandInput}
36
+ * @returns {@link BatchDisassociateResourcesFromCustomLineItemCommandOutput}
30
37
  * @see {@link BatchDisassociateResourcesFromCustomLineItemCommandInput} for command's `input` shape.
31
38
  * @see {@link BatchDisassociateResourcesFromCustomLineItemCommandOutput} for command's `response` shape.
32
39
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -59,11 +66,20 @@ export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput exten
59
66
  export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
60
67
  readonly input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: BatchDisassociateResourcesFromCustomLineItemCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { CreateBillingGroupInput, CreateBillingGroupOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBillingGroupCommand}.
8
10
  */
9
11
  export interface CreateBillingGroupCommandInput extends CreateBillingGroupInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBillingGroupCommand}.
13
17
  */
14
18
  export interface CreateBillingGroupCommandOutput extends CreateBillingGroupOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface CreateBillingGroupCommandOutput extends CreateBillingGroupOutpu
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateBillingGroupCommandInput - {@link CreateBillingGroupCommandInput}
36
+ * @returns {@link CreateBillingGroupCommandOutput}
30
37
  * @see {@link CreateBillingGroupCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateBillingGroupCommandOutput} for command's `response` shape.
32
39
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreateBillingGroupCommandOutput extends CreateBillingGroupOutpu
59
66
  export declare class CreateBillingGroupCommand extends $Command<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
60
67
  readonly input: CreateBillingGroupCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreateBillingGroupCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
5
5
  import { CreateCustomLineItemInput, CreateCustomLineItemOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCustomLineItemCommand}.
8
10
  */
9
11
  export interface CreateCustomLineItemCommandInput extends CreateCustomLineItemInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCustomLineItemCommand}.
13
17
  */
14
18
  export interface CreateCustomLineItemCommandOutput extends CreateCustomLineItemOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period. The one-time fixed charge is either a fee or discount.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface CreateCustomLineItemCommandOutput extends CreateCustomLineItemO
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateCustomLineItemCommandInput - {@link CreateCustomLineItemCommandInput}
36
+ * @returns {@link CreateCustomLineItemCommandOutput}
30
37
  * @see {@link CreateCustomLineItemCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateCustomLineItemCommandOutput} for command's `response` shape.
32
39
  * @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreateCustomLineItemCommandOutput extends CreateCustomLineItemO
59
66
  export declare class CreateCustomLineItemCommand extends $Command<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
60
67
  readonly input: CreateCustomLineItemCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreateCustomLineItemCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }