@aws-sdk/client-billingconductor 3.202.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.
- package/README.md +3 -4
- package/dist-cjs/Billingconductor.js +15 -0
- package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +46 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoint/ruleset.js +5 -5
- package/dist-cjs/models/models_0.js +42 -3
- package/dist-cjs/pagination/ListCustomLineItemVersionsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +119 -2
- package/dist-cjs/runtimeConfig.browser.js +0 -3
- package/dist-cjs/runtimeConfig.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/Billingconductor.js +15 -0
- package/dist-es/commands/ListCustomLineItemVersionsCommand.js +42 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/ruleset.js +5 -5
- package/dist-es/models/models_0.js +34 -0
- package/dist-es/pagination/ListCustomLineItemVersionsPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +115 -0
- package/dist-es/runtimeConfig.browser.js +0 -3
- package/dist-es/runtimeConfig.js +0 -3
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-types/Billingconductor.d.ts +16 -15
- package/dist-types/BillingconductorClient.d.ts +6 -6
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +2 -7
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +37 -0
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +1 -1
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +1 -1
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +200 -99
- package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/Billingconductor.d.ts +17 -0
- package/dist-types/ts3.4/BillingconductorClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +60 -1
- package/dist-types/ts3.4/pagination/ListCustomLineItemVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +5 -4
- package/CHANGELOG.md +0 -574
|
@@ -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>;
|
|
@@ -6,8 +6,6 @@ import { BillingconductorClientConfig } from "./BillingconductorClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: BillingconductorClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
@@ -23,6 +21,8 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
23
21
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
24
22
|
apiVersion: string;
|
|
25
23
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -6,8 +6,6 @@ import { BillingconductorClientConfig } from "./BillingconductorClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: BillingconductorClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
@@ -23,6 +21,8 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
|
|
|
23
21
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
24
22
|
apiVersion: string;
|
|
25
23
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -5,6 +5,8 @@ import { BillingconductorClientConfig } from "./BillingconductorClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: BillingconductorClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
10
|
disableHostPrefix: boolean;
|
|
9
11
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
12
|
logger?: __Logger | undefined;
|
|
@@ -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
|
|
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
|
|
@@ -7,8 +7,6 @@ export declare const getRuntimeConfig: (
|
|
|
7
7
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
8
8
|
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
11
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
12
10
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
13
11
|
credentialDefaultProvider: (
|
|
14
12
|
input: any
|
|
@@ -35,6 +33,8 @@ export declare const getRuntimeConfig: (
|
|
|
35
33
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
36
34
|
apiVersion: string;
|
|
37
35
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
36
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
37
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
38
38
|
disableHostPrefix: boolean;
|
|
39
39
|
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
serviceId: string;
|
|
@@ -7,8 +7,6 @@ export declare const getRuntimeConfig: (
|
|
|
7
7
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
8
8
|
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
11
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
12
10
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
13
11
|
credentialDefaultProvider: (
|
|
14
12
|
input: any
|
|
@@ -35,6 +33,8 @@ export declare const getRuntimeConfig: (
|
|
|
35
33
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
36
34
|
apiVersion: string;
|
|
37
35
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
36
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
37
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
38
38
|
disableHostPrefix: boolean;
|
|
39
39
|
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
serviceId: string;
|
|
@@ -4,6 +4,8 @@ export declare const getRuntimeConfig: (
|
|
|
4
4
|
config: BillingconductorClientConfig
|
|
5
5
|
) => {
|
|
6
6
|
apiVersion: string;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
7
9
|
disableHostPrefix: boolean;
|
|
8
10
|
endpointProvider: (
|
|
9
11
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-billingconductor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Billingconductor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.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",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.204.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.201.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.204.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.204.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.201.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.201.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.201.0",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"@aws-sdk/smithy-client": "3.201.0",
|
|
42
42
|
"@aws-sdk/types": "3.201.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.201.0",
|
|
44
|
+
"@aws-sdk/util-base64": "3.202.0",
|
|
44
45
|
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
45
46
|
"@aws-sdk/util-base64-node": "3.201.0",
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|