@aws-sdk/client-billingconductor 3.204.0 → 3.206.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 (39) hide show
  1. package/README.md +3 -4
  2. package/dist-cjs/Billingconductor.js +15 -0
  3. package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +46 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/endpoint/ruleset.js +5 -5
  6. package/dist-cjs/models/models_0.js +42 -3
  7. package/dist-cjs/pagination/ListCustomLineItemVersionsPaginator.js +36 -0
  8. package/dist-cjs/pagination/index.js +1 -0
  9. package/dist-cjs/protocols/Aws_restJson1.js +119 -2
  10. package/dist-es/Billingconductor.js +15 -0
  11. package/dist-es/commands/ListCustomLineItemVersionsCommand.js +42 -0
  12. package/dist-es/commands/index.js +1 -0
  13. package/dist-es/endpoint/ruleset.js +5 -5
  14. package/dist-es/models/models_0.js +34 -0
  15. package/dist-es/pagination/ListCustomLineItemVersionsPaginator.js +32 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_restJson1.js +115 -0
  18. package/dist-types/Billingconductor.d.ts +16 -15
  19. package/dist-types/BillingconductorClient.d.ts +6 -6
  20. package/dist-types/commands/DeletePricingRuleCommand.d.ts +1 -1
  21. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +2 -7
  22. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +37 -0
  23. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +1 -1
  24. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +1 -1
  25. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +1 -1
  26. package/dist-types/commands/index.d.ts +1 -0
  27. package/dist-types/models/models_0.d.ts +200 -99
  28. package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +4 -0
  29. package/dist-types/pagination/index.d.ts +1 -0
  30. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  31. package/dist-types/ts3.4/Billingconductor.d.ts +17 -0
  32. package/dist-types/ts3.4/BillingconductorClient.d.ts +6 -0
  33. package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +41 -0
  34. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  35. package/dist-types/ts3.4/models/models_0.d.ts +60 -1
  36. package/dist-types/ts3.4/pagination/ListCustomLineItemVersionsPaginator.d.ts +11 -0
  37. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  39. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput } from "../commands/ListCustomLineItemVersionsCommand";
3
+ import { BillingconductorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCustomLineItemVersions(config: BillingconductorPaginationConfiguration, input: ListCustomLineItemVersionsCommandInput, ...additionalArguments: any): Paginator<ListCustomLineItemVersionsCommandOutput>;
@@ -2,6 +2,7 @@ export * from "./Interfaces";
2
2
  export * from "./ListAccountAssociationsPaginator";
3
3
  export * from "./ListBillingGroupCostReportsPaginator";
4
4
  export * from "./ListBillingGroupsPaginator";
5
+ export * from "./ListCustomLineItemVersionsPaginator";
5
6
  export * from "./ListCustomLineItemsPaginator";
6
7
  export * from "./ListPricingPlansAssociatedWithPricingRulePaginator";
7
8
  export * from "./ListPricingPlansPaginator";
@@ -18,6 +18,7 @@ import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutp
18
18
  import { ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput } from "../commands/ListBillingGroupCostReportsCommand";
19
19
  import { ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput } from "../commands/ListBillingGroupsCommand";
20
20
  import { ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput } from "../commands/ListCustomLineItemsCommand";
21
+ import { ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput } from "../commands/ListCustomLineItemVersionsCommand";
21
22
  import { ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput } from "../commands/ListPricingPlansAssociatedWithPricingRuleCommand";
22
23
  import { ListPricingPlansCommandInput, ListPricingPlansCommandOutput } from "../commands/ListPricingPlansCommand";
23
24
  import { ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput } from "../commands/ListPricingRulesAssociatedToPricingPlanCommand";
@@ -48,6 +49,7 @@ export declare const serializeAws_restJson1ListAccountAssociationsCommand: (inpu
48
49
  export declare const serializeAws_restJson1ListBillingGroupCostReportsCommand: (input: ListBillingGroupCostReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
50
  export declare const serializeAws_restJson1ListBillingGroupsCommand: (input: ListBillingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
51
  export declare const serializeAws_restJson1ListCustomLineItemsCommand: (input: ListCustomLineItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ export declare const serializeAws_restJson1ListCustomLineItemVersionsCommand: (input: ListCustomLineItemVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
53
  export declare const serializeAws_restJson1ListPricingPlansCommand: (input: ListPricingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
54
  export declare const serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (input: ListPricingPlansAssociatedWithPricingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
55
  export declare const serializeAws_restJson1ListPricingRulesCommand: (input: ListPricingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -78,6 +80,7 @@ export declare const deserializeAws_restJson1ListAccountAssociationsCommand: (ou
78
80
  export declare const deserializeAws_restJson1ListBillingGroupCostReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupCostReportsCommandOutput>;
79
81
  export declare const deserializeAws_restJson1ListBillingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBillingGroupsCommandOutput>;
80
82
  export declare const deserializeAws_restJson1ListCustomLineItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomLineItemsCommandOutput>;
83
+ export declare const deserializeAws_restJson1ListCustomLineItemVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomLineItemVersionsCommandOutput>;
81
84
  export declare const deserializeAws_restJson1ListPricingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansCommandOutput>;
82
85
  export declare const deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
83
86
  export declare const deserializeAws_restJson1ListPricingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPricingRulesCommandOutput>;
@@ -72,6 +72,10 @@ import {
72
72
  ListCustomLineItemsCommandInput,
73
73
  ListCustomLineItemsCommandOutput,
74
74
  } from "./commands/ListCustomLineItemsCommand";
75
+ import {
76
+ ListCustomLineItemVersionsCommandInput,
77
+ ListCustomLineItemVersionsCommandOutput,
78
+ } from "./commands/ListCustomLineItemVersionsCommand";
75
79
  import {
76
80
  ListPricingPlansAssociatedWithPricingRuleCommandInput,
77
81
  ListPricingPlansAssociatedWithPricingRuleCommandOutput,
@@ -367,6 +371,19 @@ export declare class Billingconductor extends BillingconductorClient {
367
371
  options: __HttpHandlerOptions,
368
372
  cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void
369
373
  ): void;
374
+ listCustomLineItemVersions(
375
+ args: ListCustomLineItemVersionsCommandInput,
376
+ options?: __HttpHandlerOptions
377
+ ): Promise<ListCustomLineItemVersionsCommandOutput>;
378
+ listCustomLineItemVersions(
379
+ args: ListCustomLineItemVersionsCommandInput,
380
+ cb: (err: any, data?: ListCustomLineItemVersionsCommandOutput) => void
381
+ ): void;
382
+ listCustomLineItemVersions(
383
+ args: ListCustomLineItemVersionsCommandInput,
384
+ options: __HttpHandlerOptions,
385
+ cb: (err: any, data?: ListCustomLineItemVersionsCommandOutput) => void
386
+ ): void;
370
387
  listPricingPlans(
371
388
  args: ListPricingPlansCommandInput,
372
389
  options?: __HttpHandlerOptions
@@ -115,6 +115,10 @@ import {
115
115
  ListCustomLineItemsCommandInput,
116
116
  ListCustomLineItemsCommandOutput,
117
117
  } from "./commands/ListCustomLineItemsCommand";
118
+ import {
119
+ ListCustomLineItemVersionsCommandInput,
120
+ ListCustomLineItemVersionsCommandOutput,
121
+ } from "./commands/ListCustomLineItemVersionsCommand";
118
122
  import {
119
123
  ListPricingPlansAssociatedWithPricingRuleCommandInput,
120
124
  ListPricingPlansAssociatedWithPricingRuleCommandOutput,
@@ -186,6 +190,7 @@ export declare type ServiceInputTypes =
186
190
  | ListAccountAssociationsCommandInput
187
191
  | ListBillingGroupCostReportsCommandInput
188
192
  | ListBillingGroupsCommandInput
193
+ | ListCustomLineItemVersionsCommandInput
189
194
  | ListCustomLineItemsCommandInput
190
195
  | ListPricingPlansAssociatedWithPricingRuleCommandInput
191
196
  | ListPricingPlansCommandInput
@@ -217,6 +222,7 @@ export declare type ServiceOutputTypes =
217
222
  | ListAccountAssociationsCommandOutput
218
223
  | ListBillingGroupCostReportsCommandOutput
219
224
  | ListBillingGroupsCommandOutput
225
+ | ListCustomLineItemVersionsCommandOutput
220
226
  | ListCustomLineItemsCommandOutput
221
227
  | ListPricingPlansAssociatedWithPricingRuleCommandOutput
222
228
  | ListPricingPlansCommandOutput
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ BillingconductorClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../BillingconductorClient";
14
+ import {
15
+ ListCustomLineItemVersionsInput,
16
+ ListCustomLineItemVersionsOutput,
17
+ } from "../models/models_0";
18
+ export interface ListCustomLineItemVersionsCommandInput
19
+ extends ListCustomLineItemVersionsInput {}
20
+ export interface ListCustomLineItemVersionsCommandOutput
21
+ extends ListCustomLineItemVersionsOutput,
22
+ __MetadataBearer {}
23
+ export declare class ListCustomLineItemVersionsCommand extends $Command<
24
+ ListCustomLineItemVersionsCommandInput,
25
+ ListCustomLineItemVersionsCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: ListCustomLineItemVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListCustomLineItemVersionsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCustomLineItemVersionsCommandInput,
37
+ ListCustomLineItemVersionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -15,6 +15,7 @@ export * from "./DisassociatePricingRulesCommand";
15
15
  export * from "./ListAccountAssociationsCommand";
16
16
  export * from "./ListBillingGroupCostReportsCommand";
17
17
  export * from "./ListBillingGroupsCommand";
18
+ export * from "./ListCustomLineItemVersionsCommand";
18
19
  export * from "./ListCustomLineItemsCommand";
19
20
  export * from "./ListPricingPlansAssociatedWithPricingRuleCommand";
20
21
  export * from "./ListPricingPlansCommand";
@@ -24,12 +24,20 @@ export interface AssociateAccountsInput {
24
24
  export interface AssociateAccountsOutput {
25
25
  Arn?: string;
26
26
  }
27
+ export declare enum ConflictExceptionReason {
28
+ PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT = "PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT",
29
+ PRICING_RULE_ATTACHED_TO_PRICING_PLAN_DELETE_CONFLICT = "PRICING_RULE_ATTACHED_TO_PRICING_PLAN_DELETE_CONFLICT",
30
+ PRICING_RULE_IN_PRICING_PLAN_CONFLICT = "PRICING_RULE_IN_PRICING_PLAN_CONFLICT",
31
+ RESOURCE_NAME_CONFLICT = "RESOURCE_NAME_CONFLICT",
32
+ WRITE_CONFLICT_RETRY = "WRITE_CONFLICT_RETRY",
33
+ }
27
34
  export declare class ConflictException extends __BaseException {
28
35
  readonly name: "ConflictException";
29
36
  readonly $fault: "client";
30
37
  Message: string | undefined;
31
38
  ResourceId: string | undefined;
32
39
  ResourceType: string | undefined;
40
+ Reason?: ConflictExceptionReason | string;
33
41
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
34
42
  }
35
43
  export declare class InternalServerException extends __BaseException {
@@ -80,6 +88,7 @@ export declare enum ValidationExceptionReason {
80
88
  ACCOUNTS_ALREADY_ASSOCIATED = "ACCOUNTS_ALREADY_ASSOCIATED",
81
89
  ACCOUNTS_NOT_ASSOCIATED = "ACCOUNTS_NOT_ASSOCIATED",
82
90
  CANNOT_PARSE = "CANNOT_PARSE",
91
+ CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS = "CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS",
83
92
  DUPLICATE_ACCOUNT = "DUPLICATE_ACCOUNT",
84
93
  DUPLICATE_PRICINGRULE_ARNS = "DUPLICATE_PRICINGRULE_ARNS",
85
94
  FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
@@ -87,6 +96,7 @@ export declare enum ValidationExceptionReason {
87
96
  ILLEGAL_BILLING_PERIOD = "ILLEGAL_BILLING_PERIOD",
88
97
  ILLEGAL_BILLING_PERIOD_RANGE = "ILLEGAL_BILLING_PERIOD_RANGE",
89
98
  ILLEGAL_CHARGE_DETAILS = "ILLEGAL_CHARGE_DETAILS",
99
+ ILLEGAL_CHILD_ASSOCIATE_RESOURCE = "ILLEGAL_CHILD_ASSOCIATE_RESOURCE",
90
100
  ILLEGAL_CUSTOMLINEITEM = "ILLEGAL_CUSTOMLINEITEM",
91
101
  ILLEGAL_CUSTOMLINEITEM_MODIFICATION = "ILLEGAL_CUSTOMLINEITEM_MODIFICATION",
92
102
  ILLEGAL_CUSTOMLINEITEM_UPDATE = "ILLEGAL_CUSTOMLINEITEM_UPDATE",
@@ -98,7 +108,9 @@ export declare enum ValidationExceptionReason {
98
108
  ILLEGAL_UPDATE_CHARGE_DETAILS = "ILLEGAL_UPDATE_CHARGE_DETAILS",
99
109
  INVALID_ARN = "INVALID_ARN",
100
110
  INVALID_BILLINGVIEW_ARN = "INVALID_BILLINGVIEW_ARN",
111
+ INVALID_BILLING_GROUP = "INVALID_BILLING_GROUP",
101
112
  INVALID_BILLING_GROUP_STATUS = "INVALID_BILLING_GROUP_STATUS",
113
+ INVALID_BILLING_PERIOD_FOR_OPERATION = "INVALID_BILLING_PERIOD_FOR_OPERATION",
102
114
  INVALID_TIME_RANGE = "INVALID_TIME_RANGE",
103
115
  MISMATCHED_BILLINGGROUP_ARN = "MISMATCHED_BILLINGGROUP_ARN",
104
116
  MISMATCHED_BILLINGVIEW_ARN = "MISMATCHED_BILLINGVIEW_ARN",
@@ -143,6 +155,7 @@ export declare enum AssociateResourceErrorReason {
143
155
  ILLEGAL_CUSTOMLINEITEM = "ILLEGAL_CUSTOMLINEITEM",
144
156
  INTERNAL_SERVER_EXCEPTION = "INTERNAL_SERVER_EXCEPTION",
145
157
  INVALID_ARN = "INVALID_ARN",
158
+ INVALID_BILLING_PERIOD_RANGE = "INVALID_BILLING_PERIOD_RANGE",
146
159
  SERVICE_LIMIT_EXCEEDED = "SERVICE_LIMIT_EXCEEDED",
147
160
  }
148
161
  export interface AssociateResourceError {
@@ -231,7 +244,7 @@ export interface UpdateBillingGroupOutput {
231
244
  }
232
245
  export interface CustomLineItemBillingPeriodRange {
233
246
  InclusiveStartBillingPeriod: string | undefined;
234
- ExclusiveEndBillingPeriod: string | undefined;
247
+ ExclusiveEndBillingPeriod?: string;
235
248
  }
236
249
  export interface BatchAssociateResourcesToCustomLineItemInput {
237
250
  TargetArn: string | undefined;
@@ -332,6 +345,36 @@ export interface ListCustomLineItemsOutput {
332
345
  CustomLineItems?: CustomLineItemListElement[];
333
346
  NextToken?: string;
334
347
  }
348
+ export interface ListCustomLineItemVersionsBillingPeriodRangeFilter {
349
+ StartBillingPeriod?: string;
350
+ EndBillingPeriod?: string;
351
+ }
352
+ export interface ListCustomLineItemVersionsFilter {
353
+ BillingPeriodRange?: ListCustomLineItemVersionsBillingPeriodRangeFilter;
354
+ }
355
+ export interface ListCustomLineItemVersionsInput {
356
+ Arn: string | undefined;
357
+ MaxResults?: number;
358
+ NextToken?: string;
359
+ Filters?: ListCustomLineItemVersionsFilter;
360
+ }
361
+ export interface CustomLineItemVersionListElement {
362
+ Name?: string;
363
+ ChargeDetails?: ListCustomLineItemChargeDetails;
364
+ CurrencyCode?: CurrencyCode | string;
365
+ Description?: string;
366
+ ProductCode?: string;
367
+ BillingGroupArn?: string;
368
+ CreationTime?: number;
369
+ LastModifiedTime?: number;
370
+ AssociationSize?: number;
371
+ StartBillingPeriod?: string;
372
+ EndBillingPeriod?: string;
373
+ }
374
+ export interface ListCustomLineItemVersionsOutput {
375
+ CustomLineItemVersions?: CustomLineItemVersionListElement[];
376
+ NextToken?: string;
377
+ }
335
378
  export declare enum CustomLineItemRelationship {
336
379
  CHILD = "CHILD",
337
380
  PARENT = "PARENT",
@@ -349,6 +392,7 @@ export interface ListResourcesAssociatedToCustomLineItemInput {
349
392
  export interface ListResourcesAssociatedToCustomLineItemResponseElement {
350
393
  Arn?: string;
351
394
  Relationship?: CustomLineItemRelationship | string;
395
+ EndBillingPeriod?: string;
352
396
  }
353
397
  export interface ListResourcesAssociatedToCustomLineItemOutput {
354
398
  Arn?: string;
@@ -709,6 +753,21 @@ export declare const CustomLineItemListElementFilterSensitiveLog: (
709
753
  export declare const ListCustomLineItemsOutputFilterSensitiveLog: (
710
754
  obj: ListCustomLineItemsOutput
711
755
  ) => any;
756
+ export declare const ListCustomLineItemVersionsBillingPeriodRangeFilterFilterSensitiveLog: (
757
+ obj: ListCustomLineItemVersionsBillingPeriodRangeFilter
758
+ ) => any;
759
+ export declare const ListCustomLineItemVersionsFilterFilterSensitiveLog: (
760
+ obj: ListCustomLineItemVersionsFilter
761
+ ) => any;
762
+ export declare const ListCustomLineItemVersionsInputFilterSensitiveLog: (
763
+ obj: ListCustomLineItemVersionsInput
764
+ ) => any;
765
+ export declare const CustomLineItemVersionListElementFilterSensitiveLog: (
766
+ obj: CustomLineItemVersionListElement
767
+ ) => any;
768
+ export declare const ListCustomLineItemVersionsOutputFilterSensitiveLog: (
769
+ obj: ListCustomLineItemVersionsOutput
770
+ ) => any;
712
771
  export declare const ListResourcesAssociatedToCustomLineItemFilterFilterSensitiveLog: (
713
772
  obj: ListResourcesAssociatedToCustomLineItemFilter
714
773
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListCustomLineItemVersionsCommandInput,
4
+ ListCustomLineItemVersionsCommandOutput,
5
+ } from "../commands/ListCustomLineItemVersionsCommand";
6
+ import { BillingconductorPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListCustomLineItemVersions(
8
+ config: BillingconductorPaginationConfiguration,
9
+ input: ListCustomLineItemVersionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListCustomLineItemVersionsCommandOutput>;
@@ -2,6 +2,7 @@ export * from "./Interfaces";
2
2
  export * from "./ListAccountAssociationsPaginator";
3
3
  export * from "./ListBillingGroupCostReportsPaginator";
4
4
  export * from "./ListBillingGroupsPaginator";
5
+ export * from "./ListCustomLineItemVersionsPaginator";
5
6
  export * from "./ListCustomLineItemsPaginator";
6
7
  export * from "./ListPricingPlansAssociatedWithPricingRulePaginator";
7
8
  export * from "./ListPricingPlansPaginator";
@@ -75,6 +75,10 @@ import {
75
75
  ListCustomLineItemsCommandInput,
76
76
  ListCustomLineItemsCommandOutput,
77
77
  } from "../commands/ListCustomLineItemsCommand";
78
+ import {
79
+ ListCustomLineItemVersionsCommandInput,
80
+ ListCustomLineItemVersionsCommandOutput,
81
+ } from "../commands/ListCustomLineItemVersionsCommand";
78
82
  import {
79
83
  ListPricingPlansAssociatedWithPricingRuleCommandInput,
80
84
  ListPricingPlansAssociatedWithPricingRuleCommandOutput,
@@ -195,6 +199,10 @@ export declare const serializeAws_restJson1ListCustomLineItemsCommand: (
195
199
  input: ListCustomLineItemsCommandInput,
196
200
  context: __SerdeContext
197
201
  ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1ListCustomLineItemVersionsCommand: (
203
+ input: ListCustomLineItemVersionsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
198
206
  export declare const serializeAws_restJson1ListPricingPlansCommand: (
199
207
  input: ListPricingPlansCommandInput,
200
208
  context: __SerdeContext
@@ -315,6 +323,10 @@ export declare const deserializeAws_restJson1ListCustomLineItemsCommand: (
315
323
  output: __HttpResponse,
316
324
  context: __SerdeContext
317
325
  ) => Promise<ListCustomLineItemsCommandOutput>;
326
+ export declare const deserializeAws_restJson1ListCustomLineItemVersionsCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<ListCustomLineItemVersionsCommandOutput>;
318
330
  export declare const deserializeAws_restJson1ListPricingPlansCommand: (
319
331
  output: __HttpResponse,
320
332
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-billingconductor",
3
3
  "description": "AWS SDK for JavaScript Billingconductor Client for Node.js, Browser and React Native",
4
- "version": "3.204.0",
4
+ "version": "3.206.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",