@aws-sdk/client-billingconductor 3.1137.0 → 3.1138.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/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1137.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -573,10 +573,10 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.billingconductor";
|
|
|
573
573
|
const _se = "server";
|
|
574
574
|
const _tK = "tagKeys";
|
|
575
575
|
const n0 = "com.amazonaws.billingconductor";
|
|
576
|
-
const _s_registry = TypeRegistry
|
|
576
|
+
const _s_registry = new TypeRegistry(_s);
|
|
577
577
|
var BillingconductorServiceException$ = [-3, _s, "BillingconductorServiceException", 0, [], []];
|
|
578
578
|
_s_registry.registerError(BillingconductorServiceException$, BillingconductorServiceException);
|
|
579
|
-
const n0_registry = TypeRegistry
|
|
579
|
+
const n0_registry = new TypeRegistry(n0);
|
|
580
580
|
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
581
581
|
{ [_e]: _c, [_hE]: 403 },
|
|
582
582
|
[_M],
|
|
@@ -308,10 +308,10 @@ const n0 = "com.amazonaws.billingconductor";
|
|
|
308
308
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
309
309
|
import { BillingconductorServiceException } from "../models/BillingconductorServiceException";
|
|
310
310
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceLimitExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
311
|
-
const _s_registry = TypeRegistry
|
|
311
|
+
const _s_registry = new TypeRegistry(_s);
|
|
312
312
|
export var BillingconductorServiceException$ = [-3, _s, "BillingconductorServiceException", 0, [], []];
|
|
313
313
|
_s_registry.registerError(BillingconductorServiceException$, BillingconductorServiceException);
|
|
314
|
-
const n0_registry = TypeRegistry
|
|
314
|
+
const n0_registry = new TypeRegistry(n0);
|
|
315
315
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
316
316
|
{ [_e]: _c, [_hE]: 403 },
|
|
317
317
|
[_M],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, MetricsRecorder as __MetricsRecorder, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { BillingconductorClient } from "./BillingconductorClient";
|
|
3
3
|
import { type AssociateAccountsCommandInput, type AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand";
|
|
4
4
|
import { type AssociatePricingRulesCommandInput, type AssociatePricingRulesCommandOutput } from "./commands/AssociatePricingRulesCommand";
|
|
@@ -34,217 +34,223 @@ import { type UpdateBillingTransferPreferenceCommandInput, type UpdateBillingTra
|
|
|
34
34
|
import { type UpdateCustomLineItemCommandInput, type UpdateCustomLineItemCommandOutput } from "./commands/UpdateCustomLineItemCommand";
|
|
35
35
|
import { type UpdatePricingPlanCommandInput, type UpdatePricingPlanCommandOutput } from "./commands/UpdatePricingPlanCommand";
|
|
36
36
|
import { type UpdatePricingRuleCommandInput, type UpdatePricingRuleCommandOutput } from "./commands/UpdatePricingRuleCommand";
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export interface BillingconductorRequestOptions extends __HttpHandlerOptions {
|
|
41
|
+
metricsRecorder?: __MetricsRecorder<unknown>;
|
|
42
|
+
}
|
|
37
43
|
export interface Billingconductor {
|
|
38
44
|
/**
|
|
39
45
|
* @see {@link AssociateAccountsCommand}
|
|
40
46
|
*/
|
|
41
|
-
associateAccounts(args: AssociateAccountsCommandInput, options?:
|
|
47
|
+
associateAccounts(args: AssociateAccountsCommandInput, options?: BillingconductorRequestOptions): Promise<AssociateAccountsCommandOutput>;
|
|
42
48
|
associateAccounts(args: AssociateAccountsCommandInput, cb: (err: any, data?: AssociateAccountsCommandOutput) => void): void;
|
|
43
|
-
associateAccounts(args: AssociateAccountsCommandInput, options:
|
|
49
|
+
associateAccounts(args: AssociateAccountsCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: AssociateAccountsCommandOutput) => void): void;
|
|
44
50
|
/**
|
|
45
51
|
* @see {@link AssociatePricingRulesCommand}
|
|
46
52
|
*/
|
|
47
|
-
associatePricingRules(args: AssociatePricingRulesCommandInput, options?:
|
|
53
|
+
associatePricingRules(args: AssociatePricingRulesCommandInput, options?: BillingconductorRequestOptions): Promise<AssociatePricingRulesCommandOutput>;
|
|
48
54
|
associatePricingRules(args: AssociatePricingRulesCommandInput, cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void): void;
|
|
49
|
-
associatePricingRules(args: AssociatePricingRulesCommandInput, options:
|
|
55
|
+
associatePricingRules(args: AssociatePricingRulesCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void): void;
|
|
50
56
|
/**
|
|
51
57
|
* @see {@link BatchAssociateResourcesToCustomLineItemCommand}
|
|
52
58
|
*/
|
|
53
|
-
batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, options?:
|
|
59
|
+
batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, options?: BillingconductorRequestOptions): Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
|
|
54
60
|
batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, cb: (err: any, data?: BatchAssociateResourcesToCustomLineItemCommandOutput) => void): void;
|
|
55
|
-
batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, options:
|
|
61
|
+
batchAssociateResourcesToCustomLineItem(args: BatchAssociateResourcesToCustomLineItemCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: BatchAssociateResourcesToCustomLineItemCommandOutput) => void): void;
|
|
56
62
|
/**
|
|
57
63
|
* @see {@link BatchDisassociateResourcesFromCustomLineItemCommand}
|
|
58
64
|
*/
|
|
59
|
-
batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, options?:
|
|
65
|
+
batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, options?: BillingconductorRequestOptions): Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
|
|
60
66
|
batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, cb: (err: any, data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput) => void): void;
|
|
61
|
-
batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, options:
|
|
67
|
+
batchDisassociateResourcesFromCustomLineItem(args: BatchDisassociateResourcesFromCustomLineItemCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput) => void): void;
|
|
62
68
|
/**
|
|
63
69
|
* @see {@link CreateBillingGroupCommand}
|
|
64
70
|
*/
|
|
65
|
-
createBillingGroup(args: CreateBillingGroupCommandInput, options?:
|
|
71
|
+
createBillingGroup(args: CreateBillingGroupCommandInput, options?: BillingconductorRequestOptions): Promise<CreateBillingGroupCommandOutput>;
|
|
66
72
|
createBillingGroup(args: CreateBillingGroupCommandInput, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
|
|
67
|
-
createBillingGroup(args: CreateBillingGroupCommandInput, options:
|
|
73
|
+
createBillingGroup(args: CreateBillingGroupCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: CreateBillingGroupCommandOutput) => void): void;
|
|
68
74
|
/**
|
|
69
75
|
* @see {@link CreateCustomLineItemCommand}
|
|
70
76
|
*/
|
|
71
|
-
createCustomLineItem(args: CreateCustomLineItemCommandInput, options?:
|
|
77
|
+
createCustomLineItem(args: CreateCustomLineItemCommandInput, options?: BillingconductorRequestOptions): Promise<CreateCustomLineItemCommandOutput>;
|
|
72
78
|
createCustomLineItem(args: CreateCustomLineItemCommandInput, cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void): void;
|
|
73
|
-
createCustomLineItem(args: CreateCustomLineItemCommandInput, options:
|
|
79
|
+
createCustomLineItem(args: CreateCustomLineItemCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void): void;
|
|
74
80
|
/**
|
|
75
81
|
* @see {@link CreatePricingPlanCommand}
|
|
76
82
|
*/
|
|
77
|
-
createPricingPlan(args: CreatePricingPlanCommandInput, options?:
|
|
83
|
+
createPricingPlan(args: CreatePricingPlanCommandInput, options?: BillingconductorRequestOptions): Promise<CreatePricingPlanCommandOutput>;
|
|
78
84
|
createPricingPlan(args: CreatePricingPlanCommandInput, cb: (err: any, data?: CreatePricingPlanCommandOutput) => void): void;
|
|
79
|
-
createPricingPlan(args: CreatePricingPlanCommandInput, options:
|
|
85
|
+
createPricingPlan(args: CreatePricingPlanCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: CreatePricingPlanCommandOutput) => void): void;
|
|
80
86
|
/**
|
|
81
87
|
* @see {@link CreatePricingRuleCommand}
|
|
82
88
|
*/
|
|
83
|
-
createPricingRule(args: CreatePricingRuleCommandInput, options?:
|
|
89
|
+
createPricingRule(args: CreatePricingRuleCommandInput, options?: BillingconductorRequestOptions): Promise<CreatePricingRuleCommandOutput>;
|
|
84
90
|
createPricingRule(args: CreatePricingRuleCommandInput, cb: (err: any, data?: CreatePricingRuleCommandOutput) => void): void;
|
|
85
|
-
createPricingRule(args: CreatePricingRuleCommandInput, options:
|
|
91
|
+
createPricingRule(args: CreatePricingRuleCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: CreatePricingRuleCommandOutput) => void): void;
|
|
86
92
|
/**
|
|
87
93
|
* @see {@link DeleteBillingGroupCommand}
|
|
88
94
|
*/
|
|
89
|
-
deleteBillingGroup(args: DeleteBillingGroupCommandInput, options?:
|
|
95
|
+
deleteBillingGroup(args: DeleteBillingGroupCommandInput, options?: BillingconductorRequestOptions): Promise<DeleteBillingGroupCommandOutput>;
|
|
90
96
|
deleteBillingGroup(args: DeleteBillingGroupCommandInput, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
|
|
91
|
-
deleteBillingGroup(args: DeleteBillingGroupCommandInput, options:
|
|
97
|
+
deleteBillingGroup(args: DeleteBillingGroupCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void): void;
|
|
92
98
|
/**
|
|
93
99
|
* @see {@link DeleteCustomLineItemCommand}
|
|
94
100
|
*/
|
|
95
|
-
deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, options?:
|
|
101
|
+
deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, options?: BillingconductorRequestOptions): Promise<DeleteCustomLineItemCommandOutput>;
|
|
96
102
|
deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void): void;
|
|
97
|
-
deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, options:
|
|
103
|
+
deleteCustomLineItem(args: DeleteCustomLineItemCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void): void;
|
|
98
104
|
/**
|
|
99
105
|
* @see {@link DeletePricingPlanCommand}
|
|
100
106
|
*/
|
|
101
|
-
deletePricingPlan(args: DeletePricingPlanCommandInput, options?:
|
|
107
|
+
deletePricingPlan(args: DeletePricingPlanCommandInput, options?: BillingconductorRequestOptions): Promise<DeletePricingPlanCommandOutput>;
|
|
102
108
|
deletePricingPlan(args: DeletePricingPlanCommandInput, cb: (err: any, data?: DeletePricingPlanCommandOutput) => void): void;
|
|
103
|
-
deletePricingPlan(args: DeletePricingPlanCommandInput, options:
|
|
109
|
+
deletePricingPlan(args: DeletePricingPlanCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: DeletePricingPlanCommandOutput) => void): void;
|
|
104
110
|
/**
|
|
105
111
|
* @see {@link DeletePricingRuleCommand}
|
|
106
112
|
*/
|
|
107
|
-
deletePricingRule(args: DeletePricingRuleCommandInput, options?:
|
|
113
|
+
deletePricingRule(args: DeletePricingRuleCommandInput, options?: BillingconductorRequestOptions): Promise<DeletePricingRuleCommandOutput>;
|
|
108
114
|
deletePricingRule(args: DeletePricingRuleCommandInput, cb: (err: any, data?: DeletePricingRuleCommandOutput) => void): void;
|
|
109
|
-
deletePricingRule(args: DeletePricingRuleCommandInput, options:
|
|
115
|
+
deletePricingRule(args: DeletePricingRuleCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: DeletePricingRuleCommandOutput) => void): void;
|
|
110
116
|
/**
|
|
111
117
|
* @see {@link DisassociateAccountsCommand}
|
|
112
118
|
*/
|
|
113
|
-
disassociateAccounts(args: DisassociateAccountsCommandInput, options?:
|
|
119
|
+
disassociateAccounts(args: DisassociateAccountsCommandInput, options?: BillingconductorRequestOptions): Promise<DisassociateAccountsCommandOutput>;
|
|
114
120
|
disassociateAccounts(args: DisassociateAccountsCommandInput, cb: (err: any, data?: DisassociateAccountsCommandOutput) => void): void;
|
|
115
|
-
disassociateAccounts(args: DisassociateAccountsCommandInput, options:
|
|
121
|
+
disassociateAccounts(args: DisassociateAccountsCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: DisassociateAccountsCommandOutput) => void): void;
|
|
116
122
|
/**
|
|
117
123
|
* @see {@link DisassociatePricingRulesCommand}
|
|
118
124
|
*/
|
|
119
|
-
disassociatePricingRules(args: DisassociatePricingRulesCommandInput, options?:
|
|
125
|
+
disassociatePricingRules(args: DisassociatePricingRulesCommandInput, options?: BillingconductorRequestOptions): Promise<DisassociatePricingRulesCommandOutput>;
|
|
120
126
|
disassociatePricingRules(args: DisassociatePricingRulesCommandInput, cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void): void;
|
|
121
|
-
disassociatePricingRules(args: DisassociatePricingRulesCommandInput, options:
|
|
127
|
+
disassociatePricingRules(args: DisassociatePricingRulesCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void): void;
|
|
122
128
|
/**
|
|
123
129
|
* @see {@link GetBillingGroupCostReportCommand}
|
|
124
130
|
*/
|
|
125
|
-
getBillingGroupCostReport(args: GetBillingGroupCostReportCommandInput, options?:
|
|
131
|
+
getBillingGroupCostReport(args: GetBillingGroupCostReportCommandInput, options?: BillingconductorRequestOptions): Promise<GetBillingGroupCostReportCommandOutput>;
|
|
126
132
|
getBillingGroupCostReport(args: GetBillingGroupCostReportCommandInput, cb: (err: any, data?: GetBillingGroupCostReportCommandOutput) => void): void;
|
|
127
|
-
getBillingGroupCostReport(args: GetBillingGroupCostReportCommandInput, options:
|
|
133
|
+
getBillingGroupCostReport(args: GetBillingGroupCostReportCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: GetBillingGroupCostReportCommandOutput) => void): void;
|
|
128
134
|
/**
|
|
129
135
|
* @see {@link GetBillingTransferPreferenceCommand}
|
|
130
136
|
*/
|
|
131
|
-
getBillingTransferPreference(args: GetBillingTransferPreferenceCommandInput, options?:
|
|
137
|
+
getBillingTransferPreference(args: GetBillingTransferPreferenceCommandInput, options?: BillingconductorRequestOptions): Promise<GetBillingTransferPreferenceCommandOutput>;
|
|
132
138
|
getBillingTransferPreference(args: GetBillingTransferPreferenceCommandInput, cb: (err: any, data?: GetBillingTransferPreferenceCommandOutput) => void): void;
|
|
133
|
-
getBillingTransferPreference(args: GetBillingTransferPreferenceCommandInput, options:
|
|
139
|
+
getBillingTransferPreference(args: GetBillingTransferPreferenceCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: GetBillingTransferPreferenceCommandOutput) => void): void;
|
|
134
140
|
/**
|
|
135
141
|
* @see {@link ListAccountAssociationsCommand}
|
|
136
142
|
*/
|
|
137
143
|
listAccountAssociations(): Promise<ListAccountAssociationsCommandOutput>;
|
|
138
|
-
listAccountAssociations(args: ListAccountAssociationsCommandInput, options?:
|
|
144
|
+
listAccountAssociations(args: ListAccountAssociationsCommandInput, options?: BillingconductorRequestOptions): Promise<ListAccountAssociationsCommandOutput>;
|
|
139
145
|
listAccountAssociations(args: ListAccountAssociationsCommandInput, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
|
|
140
|
-
listAccountAssociations(args: ListAccountAssociationsCommandInput, options:
|
|
146
|
+
listAccountAssociations(args: ListAccountAssociationsCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void): void;
|
|
141
147
|
/**
|
|
142
148
|
* @see {@link ListBillingGroupCostReportsCommand}
|
|
143
149
|
*/
|
|
144
150
|
listBillingGroupCostReports(): Promise<ListBillingGroupCostReportsCommandOutput>;
|
|
145
|
-
listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, options?:
|
|
151
|
+
listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, options?: BillingconductorRequestOptions): Promise<ListBillingGroupCostReportsCommandOutput>;
|
|
146
152
|
listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void): void;
|
|
147
|
-
listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, options:
|
|
153
|
+
listBillingGroupCostReports(args: ListBillingGroupCostReportsCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void): void;
|
|
148
154
|
/**
|
|
149
155
|
* @see {@link ListBillingGroupsCommand}
|
|
150
156
|
*/
|
|
151
157
|
listBillingGroups(): Promise<ListBillingGroupsCommandOutput>;
|
|
152
|
-
listBillingGroups(args: ListBillingGroupsCommandInput, options?:
|
|
158
|
+
listBillingGroups(args: ListBillingGroupsCommandInput, options?: BillingconductorRequestOptions): Promise<ListBillingGroupsCommandOutput>;
|
|
153
159
|
listBillingGroups(args: ListBillingGroupsCommandInput, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
|
|
154
|
-
listBillingGroups(args: ListBillingGroupsCommandInput, options:
|
|
160
|
+
listBillingGroups(args: ListBillingGroupsCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListBillingGroupsCommandOutput) => void): void;
|
|
155
161
|
/**
|
|
156
162
|
* @see {@link ListCustomLineItemsCommand}
|
|
157
163
|
*/
|
|
158
164
|
listCustomLineItems(): Promise<ListCustomLineItemsCommandOutput>;
|
|
159
|
-
listCustomLineItems(args: ListCustomLineItemsCommandInput, options?:
|
|
165
|
+
listCustomLineItems(args: ListCustomLineItemsCommandInput, options?: BillingconductorRequestOptions): Promise<ListCustomLineItemsCommandOutput>;
|
|
160
166
|
listCustomLineItems(args: ListCustomLineItemsCommandInput, cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void): void;
|
|
161
|
-
listCustomLineItems(args: ListCustomLineItemsCommandInput, options:
|
|
167
|
+
listCustomLineItems(args: ListCustomLineItemsCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void): void;
|
|
162
168
|
/**
|
|
163
169
|
* @see {@link ListCustomLineItemVersionsCommand}
|
|
164
170
|
*/
|
|
165
|
-
listCustomLineItemVersions(args: ListCustomLineItemVersionsCommandInput, options?:
|
|
171
|
+
listCustomLineItemVersions(args: ListCustomLineItemVersionsCommandInput, options?: BillingconductorRequestOptions): Promise<ListCustomLineItemVersionsCommandOutput>;
|
|
166
172
|
listCustomLineItemVersions(args: ListCustomLineItemVersionsCommandInput, cb: (err: any, data?: ListCustomLineItemVersionsCommandOutput) => void): void;
|
|
167
|
-
listCustomLineItemVersions(args: ListCustomLineItemVersionsCommandInput, options:
|
|
173
|
+
listCustomLineItemVersions(args: ListCustomLineItemVersionsCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListCustomLineItemVersionsCommandOutput) => void): void;
|
|
168
174
|
/**
|
|
169
175
|
* @see {@link ListPricingPlansCommand}
|
|
170
176
|
*/
|
|
171
177
|
listPricingPlans(): Promise<ListPricingPlansCommandOutput>;
|
|
172
|
-
listPricingPlans(args: ListPricingPlansCommandInput, options?:
|
|
178
|
+
listPricingPlans(args: ListPricingPlansCommandInput, options?: BillingconductorRequestOptions): Promise<ListPricingPlansCommandOutput>;
|
|
173
179
|
listPricingPlans(args: ListPricingPlansCommandInput, cb: (err: any, data?: ListPricingPlansCommandOutput) => void): void;
|
|
174
|
-
listPricingPlans(args: ListPricingPlansCommandInput, options:
|
|
180
|
+
listPricingPlans(args: ListPricingPlansCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListPricingPlansCommandOutput) => void): void;
|
|
175
181
|
/**
|
|
176
182
|
* @see {@link ListPricingPlansAssociatedWithPricingRuleCommand}
|
|
177
183
|
*/
|
|
178
|
-
listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, options?:
|
|
184
|
+
listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, options?: BillingconductorRequestOptions): Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
179
185
|
listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, cb: (err: any, data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput) => void): void;
|
|
180
|
-
listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, options:
|
|
186
|
+
listPricingPlansAssociatedWithPricingRule(args: ListPricingPlansAssociatedWithPricingRuleCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput) => void): void;
|
|
181
187
|
/**
|
|
182
188
|
* @see {@link ListPricingRulesCommand}
|
|
183
189
|
*/
|
|
184
190
|
listPricingRules(): Promise<ListPricingRulesCommandOutput>;
|
|
185
|
-
listPricingRules(args: ListPricingRulesCommandInput, options?:
|
|
191
|
+
listPricingRules(args: ListPricingRulesCommandInput, options?: BillingconductorRequestOptions): Promise<ListPricingRulesCommandOutput>;
|
|
186
192
|
listPricingRules(args: ListPricingRulesCommandInput, cb: (err: any, data?: ListPricingRulesCommandOutput) => void): void;
|
|
187
|
-
listPricingRules(args: ListPricingRulesCommandInput, options:
|
|
193
|
+
listPricingRules(args: ListPricingRulesCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListPricingRulesCommandOutput) => void): void;
|
|
188
194
|
/**
|
|
189
195
|
* @see {@link ListPricingRulesAssociatedToPricingPlanCommand}
|
|
190
196
|
*/
|
|
191
|
-
listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, options?:
|
|
197
|
+
listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, options?: BillingconductorRequestOptions): Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
192
198
|
listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, cb: (err: any, data?: ListPricingRulesAssociatedToPricingPlanCommandOutput) => void): void;
|
|
193
|
-
listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, options:
|
|
199
|
+
listPricingRulesAssociatedToPricingPlan(args: ListPricingRulesAssociatedToPricingPlanCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListPricingRulesAssociatedToPricingPlanCommandOutput) => void): void;
|
|
194
200
|
/**
|
|
195
201
|
* @see {@link ListResourcesAssociatedToCustomLineItemCommand}
|
|
196
202
|
*/
|
|
197
|
-
listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, options?:
|
|
203
|
+
listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, options?: BillingconductorRequestOptions): Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
198
204
|
listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, cb: (err: any, data?: ListResourcesAssociatedToCustomLineItemCommandOutput) => void): void;
|
|
199
|
-
listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, options:
|
|
205
|
+
listResourcesAssociatedToCustomLineItem(args: ListResourcesAssociatedToCustomLineItemCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListResourcesAssociatedToCustomLineItemCommandOutput) => void): void;
|
|
200
206
|
/**
|
|
201
207
|
* @see {@link ListTagsForResourceCommand}
|
|
202
208
|
*/
|
|
203
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?:
|
|
209
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: BillingconductorRequestOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
204
210
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
205
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options:
|
|
211
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
206
212
|
/**
|
|
207
213
|
* @see {@link TagResourceCommand}
|
|
208
214
|
*/
|
|
209
|
-
tagResource(args: TagResourceCommandInput, options?:
|
|
215
|
+
tagResource(args: TagResourceCommandInput, options?: BillingconductorRequestOptions): Promise<TagResourceCommandOutput>;
|
|
210
216
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
211
|
-
tagResource(args: TagResourceCommandInput, options:
|
|
217
|
+
tagResource(args: TagResourceCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
212
218
|
/**
|
|
213
219
|
* @see {@link UntagResourceCommand}
|
|
214
220
|
*/
|
|
215
|
-
untagResource(args: UntagResourceCommandInput, options?:
|
|
221
|
+
untagResource(args: UntagResourceCommandInput, options?: BillingconductorRequestOptions): Promise<UntagResourceCommandOutput>;
|
|
216
222
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
217
|
-
untagResource(args: UntagResourceCommandInput, options:
|
|
223
|
+
untagResource(args: UntagResourceCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
218
224
|
/**
|
|
219
225
|
* @see {@link UpdateBillingGroupCommand}
|
|
220
226
|
*/
|
|
221
|
-
updateBillingGroup(args: UpdateBillingGroupCommandInput, options?:
|
|
227
|
+
updateBillingGroup(args: UpdateBillingGroupCommandInput, options?: BillingconductorRequestOptions): Promise<UpdateBillingGroupCommandOutput>;
|
|
222
228
|
updateBillingGroup(args: UpdateBillingGroupCommandInput, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
|
|
223
|
-
updateBillingGroup(args: UpdateBillingGroupCommandInput, options:
|
|
229
|
+
updateBillingGroup(args: UpdateBillingGroupCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void): void;
|
|
224
230
|
/**
|
|
225
231
|
* @see {@link UpdateBillingTransferPreferenceCommand}
|
|
226
232
|
*/
|
|
227
|
-
updateBillingTransferPreference(args: UpdateBillingTransferPreferenceCommandInput, options?:
|
|
233
|
+
updateBillingTransferPreference(args: UpdateBillingTransferPreferenceCommandInput, options?: BillingconductorRequestOptions): Promise<UpdateBillingTransferPreferenceCommandOutput>;
|
|
228
234
|
updateBillingTransferPreference(args: UpdateBillingTransferPreferenceCommandInput, cb: (err: any, data?: UpdateBillingTransferPreferenceCommandOutput) => void): void;
|
|
229
|
-
updateBillingTransferPreference(args: UpdateBillingTransferPreferenceCommandInput, options:
|
|
235
|
+
updateBillingTransferPreference(args: UpdateBillingTransferPreferenceCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: UpdateBillingTransferPreferenceCommandOutput) => void): void;
|
|
230
236
|
/**
|
|
231
237
|
* @see {@link UpdateCustomLineItemCommand}
|
|
232
238
|
*/
|
|
233
|
-
updateCustomLineItem(args: UpdateCustomLineItemCommandInput, options?:
|
|
239
|
+
updateCustomLineItem(args: UpdateCustomLineItemCommandInput, options?: BillingconductorRequestOptions): Promise<UpdateCustomLineItemCommandOutput>;
|
|
234
240
|
updateCustomLineItem(args: UpdateCustomLineItemCommandInput, cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void): void;
|
|
235
|
-
updateCustomLineItem(args: UpdateCustomLineItemCommandInput, options:
|
|
241
|
+
updateCustomLineItem(args: UpdateCustomLineItemCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void): void;
|
|
236
242
|
/**
|
|
237
243
|
* @see {@link UpdatePricingPlanCommand}
|
|
238
244
|
*/
|
|
239
|
-
updatePricingPlan(args: UpdatePricingPlanCommandInput, options?:
|
|
245
|
+
updatePricingPlan(args: UpdatePricingPlanCommandInput, options?: BillingconductorRequestOptions): Promise<UpdatePricingPlanCommandOutput>;
|
|
240
246
|
updatePricingPlan(args: UpdatePricingPlanCommandInput, cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void): void;
|
|
241
|
-
updatePricingPlan(args: UpdatePricingPlanCommandInput, options:
|
|
247
|
+
updatePricingPlan(args: UpdatePricingPlanCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void): void;
|
|
242
248
|
/**
|
|
243
249
|
* @see {@link UpdatePricingRuleCommand}
|
|
244
250
|
*/
|
|
245
|
-
updatePricingRule(args: UpdatePricingRuleCommandInput, options?:
|
|
251
|
+
updatePricingRule(args: UpdatePricingRuleCommandInput, options?: BillingconductorRequestOptions): Promise<UpdatePricingRuleCommandOutput>;
|
|
246
252
|
updatePricingRule(args: UpdatePricingRuleCommandInput, cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void): void;
|
|
247
|
-
updatePricingRule(args: UpdatePricingRuleCommandInput, options:
|
|
253
|
+
updatePricingRule(args: UpdatePricingRuleCommandInput, options: BillingconductorRequestOptions, cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void): void;
|
|
248
254
|
/**
|
|
249
255
|
* @see {@link GetBillingGroupCostReportCommand}
|
|
250
256
|
* @param args - command input.
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
MetricsRecorder as __MetricsRecorder,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
} from "@smithy/types";
|
|
@@ -137,10 +138,13 @@ import {
|
|
|
137
138
|
UpdatePricingRuleCommandInput,
|
|
138
139
|
UpdatePricingRuleCommandOutput,
|
|
139
140
|
} from "./commands/UpdatePricingRuleCommand";
|
|
141
|
+
export interface BillingconductorRequestOptions extends __HttpHandlerOptions {
|
|
142
|
+
metricsRecorder?: __MetricsRecorder<unknown>;
|
|
143
|
+
}
|
|
140
144
|
export interface Billingconductor {
|
|
141
145
|
associateAccounts(
|
|
142
146
|
args: AssociateAccountsCommandInput,
|
|
143
|
-
options?:
|
|
147
|
+
options?: BillingconductorRequestOptions,
|
|
144
148
|
): Promise<AssociateAccountsCommandOutput>;
|
|
145
149
|
associateAccounts(
|
|
146
150
|
args: AssociateAccountsCommandInput,
|
|
@@ -148,12 +152,12 @@ export interface Billingconductor {
|
|
|
148
152
|
): void;
|
|
149
153
|
associateAccounts(
|
|
150
154
|
args: AssociateAccountsCommandInput,
|
|
151
|
-
options:
|
|
155
|
+
options: BillingconductorRequestOptions,
|
|
152
156
|
cb: (err: any, data?: AssociateAccountsCommandOutput) => void,
|
|
153
157
|
): void;
|
|
154
158
|
associatePricingRules(
|
|
155
159
|
args: AssociatePricingRulesCommandInput,
|
|
156
|
-
options?:
|
|
160
|
+
options?: BillingconductorRequestOptions,
|
|
157
161
|
): Promise<AssociatePricingRulesCommandOutput>;
|
|
158
162
|
associatePricingRules(
|
|
159
163
|
args: AssociatePricingRulesCommandInput,
|
|
@@ -161,12 +165,12 @@ export interface Billingconductor {
|
|
|
161
165
|
): void;
|
|
162
166
|
associatePricingRules(
|
|
163
167
|
args: AssociatePricingRulesCommandInput,
|
|
164
|
-
options:
|
|
168
|
+
options: BillingconductorRequestOptions,
|
|
165
169
|
cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void,
|
|
166
170
|
): void;
|
|
167
171
|
batchAssociateResourcesToCustomLineItem(
|
|
168
172
|
args: BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
169
|
-
options?:
|
|
173
|
+
options?: BillingconductorRequestOptions,
|
|
170
174
|
): Promise<BatchAssociateResourcesToCustomLineItemCommandOutput>;
|
|
171
175
|
batchAssociateResourcesToCustomLineItem(
|
|
172
176
|
args: BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
@@ -174,12 +178,12 @@ export interface Billingconductor {
|
|
|
174
178
|
): void;
|
|
175
179
|
batchAssociateResourcesToCustomLineItem(
|
|
176
180
|
args: BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
177
|
-
options:
|
|
181
|
+
options: BillingconductorRequestOptions,
|
|
178
182
|
cb: (err: any, data?: BatchAssociateResourcesToCustomLineItemCommandOutput) => void,
|
|
179
183
|
): void;
|
|
180
184
|
batchDisassociateResourcesFromCustomLineItem(
|
|
181
185
|
args: BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
182
|
-
options?:
|
|
186
|
+
options?: BillingconductorRequestOptions,
|
|
183
187
|
): Promise<BatchDisassociateResourcesFromCustomLineItemCommandOutput>;
|
|
184
188
|
batchDisassociateResourcesFromCustomLineItem(
|
|
185
189
|
args: BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
@@ -187,12 +191,12 @@ export interface Billingconductor {
|
|
|
187
191
|
): void;
|
|
188
192
|
batchDisassociateResourcesFromCustomLineItem(
|
|
189
193
|
args: BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
190
|
-
options:
|
|
194
|
+
options: BillingconductorRequestOptions,
|
|
191
195
|
cb: (err: any, data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput) => void,
|
|
192
196
|
): void;
|
|
193
197
|
createBillingGroup(
|
|
194
198
|
args: CreateBillingGroupCommandInput,
|
|
195
|
-
options?:
|
|
199
|
+
options?: BillingconductorRequestOptions,
|
|
196
200
|
): Promise<CreateBillingGroupCommandOutput>;
|
|
197
201
|
createBillingGroup(
|
|
198
202
|
args: CreateBillingGroupCommandInput,
|
|
@@ -200,12 +204,12 @@ export interface Billingconductor {
|
|
|
200
204
|
): void;
|
|
201
205
|
createBillingGroup(
|
|
202
206
|
args: CreateBillingGroupCommandInput,
|
|
203
|
-
options:
|
|
207
|
+
options: BillingconductorRequestOptions,
|
|
204
208
|
cb: (err: any, data?: CreateBillingGroupCommandOutput) => void,
|
|
205
209
|
): void;
|
|
206
210
|
createCustomLineItem(
|
|
207
211
|
args: CreateCustomLineItemCommandInput,
|
|
208
|
-
options?:
|
|
212
|
+
options?: BillingconductorRequestOptions,
|
|
209
213
|
): Promise<CreateCustomLineItemCommandOutput>;
|
|
210
214
|
createCustomLineItem(
|
|
211
215
|
args: CreateCustomLineItemCommandInput,
|
|
@@ -213,12 +217,12 @@ export interface Billingconductor {
|
|
|
213
217
|
): void;
|
|
214
218
|
createCustomLineItem(
|
|
215
219
|
args: CreateCustomLineItemCommandInput,
|
|
216
|
-
options:
|
|
220
|
+
options: BillingconductorRequestOptions,
|
|
217
221
|
cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void,
|
|
218
222
|
): void;
|
|
219
223
|
createPricingPlan(
|
|
220
224
|
args: CreatePricingPlanCommandInput,
|
|
221
|
-
options?:
|
|
225
|
+
options?: BillingconductorRequestOptions,
|
|
222
226
|
): Promise<CreatePricingPlanCommandOutput>;
|
|
223
227
|
createPricingPlan(
|
|
224
228
|
args: CreatePricingPlanCommandInput,
|
|
@@ -226,12 +230,12 @@ export interface Billingconductor {
|
|
|
226
230
|
): void;
|
|
227
231
|
createPricingPlan(
|
|
228
232
|
args: CreatePricingPlanCommandInput,
|
|
229
|
-
options:
|
|
233
|
+
options: BillingconductorRequestOptions,
|
|
230
234
|
cb: (err: any, data?: CreatePricingPlanCommandOutput) => void,
|
|
231
235
|
): void;
|
|
232
236
|
createPricingRule(
|
|
233
237
|
args: CreatePricingRuleCommandInput,
|
|
234
|
-
options?:
|
|
238
|
+
options?: BillingconductorRequestOptions,
|
|
235
239
|
): Promise<CreatePricingRuleCommandOutput>;
|
|
236
240
|
createPricingRule(
|
|
237
241
|
args: CreatePricingRuleCommandInput,
|
|
@@ -239,12 +243,12 @@ export interface Billingconductor {
|
|
|
239
243
|
): void;
|
|
240
244
|
createPricingRule(
|
|
241
245
|
args: CreatePricingRuleCommandInput,
|
|
242
|
-
options:
|
|
246
|
+
options: BillingconductorRequestOptions,
|
|
243
247
|
cb: (err: any, data?: CreatePricingRuleCommandOutput) => void,
|
|
244
248
|
): void;
|
|
245
249
|
deleteBillingGroup(
|
|
246
250
|
args: DeleteBillingGroupCommandInput,
|
|
247
|
-
options?:
|
|
251
|
+
options?: BillingconductorRequestOptions,
|
|
248
252
|
): Promise<DeleteBillingGroupCommandOutput>;
|
|
249
253
|
deleteBillingGroup(
|
|
250
254
|
args: DeleteBillingGroupCommandInput,
|
|
@@ -252,12 +256,12 @@ export interface Billingconductor {
|
|
|
252
256
|
): void;
|
|
253
257
|
deleteBillingGroup(
|
|
254
258
|
args: DeleteBillingGroupCommandInput,
|
|
255
|
-
options:
|
|
259
|
+
options: BillingconductorRequestOptions,
|
|
256
260
|
cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void,
|
|
257
261
|
): void;
|
|
258
262
|
deleteCustomLineItem(
|
|
259
263
|
args: DeleteCustomLineItemCommandInput,
|
|
260
|
-
options?:
|
|
264
|
+
options?: BillingconductorRequestOptions,
|
|
261
265
|
): Promise<DeleteCustomLineItemCommandOutput>;
|
|
262
266
|
deleteCustomLineItem(
|
|
263
267
|
args: DeleteCustomLineItemCommandInput,
|
|
@@ -265,12 +269,12 @@ export interface Billingconductor {
|
|
|
265
269
|
): void;
|
|
266
270
|
deleteCustomLineItem(
|
|
267
271
|
args: DeleteCustomLineItemCommandInput,
|
|
268
|
-
options:
|
|
272
|
+
options: BillingconductorRequestOptions,
|
|
269
273
|
cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void,
|
|
270
274
|
): void;
|
|
271
275
|
deletePricingPlan(
|
|
272
276
|
args: DeletePricingPlanCommandInput,
|
|
273
|
-
options?:
|
|
277
|
+
options?: BillingconductorRequestOptions,
|
|
274
278
|
): Promise<DeletePricingPlanCommandOutput>;
|
|
275
279
|
deletePricingPlan(
|
|
276
280
|
args: DeletePricingPlanCommandInput,
|
|
@@ -278,12 +282,12 @@ export interface Billingconductor {
|
|
|
278
282
|
): void;
|
|
279
283
|
deletePricingPlan(
|
|
280
284
|
args: DeletePricingPlanCommandInput,
|
|
281
|
-
options:
|
|
285
|
+
options: BillingconductorRequestOptions,
|
|
282
286
|
cb: (err: any, data?: DeletePricingPlanCommandOutput) => void,
|
|
283
287
|
): void;
|
|
284
288
|
deletePricingRule(
|
|
285
289
|
args: DeletePricingRuleCommandInput,
|
|
286
|
-
options?:
|
|
290
|
+
options?: BillingconductorRequestOptions,
|
|
287
291
|
): Promise<DeletePricingRuleCommandOutput>;
|
|
288
292
|
deletePricingRule(
|
|
289
293
|
args: DeletePricingRuleCommandInput,
|
|
@@ -291,12 +295,12 @@ export interface Billingconductor {
|
|
|
291
295
|
): void;
|
|
292
296
|
deletePricingRule(
|
|
293
297
|
args: DeletePricingRuleCommandInput,
|
|
294
|
-
options:
|
|
298
|
+
options: BillingconductorRequestOptions,
|
|
295
299
|
cb: (err: any, data?: DeletePricingRuleCommandOutput) => void,
|
|
296
300
|
): void;
|
|
297
301
|
disassociateAccounts(
|
|
298
302
|
args: DisassociateAccountsCommandInput,
|
|
299
|
-
options?:
|
|
303
|
+
options?: BillingconductorRequestOptions,
|
|
300
304
|
): Promise<DisassociateAccountsCommandOutput>;
|
|
301
305
|
disassociateAccounts(
|
|
302
306
|
args: DisassociateAccountsCommandInput,
|
|
@@ -304,12 +308,12 @@ export interface Billingconductor {
|
|
|
304
308
|
): void;
|
|
305
309
|
disassociateAccounts(
|
|
306
310
|
args: DisassociateAccountsCommandInput,
|
|
307
|
-
options:
|
|
311
|
+
options: BillingconductorRequestOptions,
|
|
308
312
|
cb: (err: any, data?: DisassociateAccountsCommandOutput) => void,
|
|
309
313
|
): void;
|
|
310
314
|
disassociatePricingRules(
|
|
311
315
|
args: DisassociatePricingRulesCommandInput,
|
|
312
|
-
options?:
|
|
316
|
+
options?: BillingconductorRequestOptions,
|
|
313
317
|
): Promise<DisassociatePricingRulesCommandOutput>;
|
|
314
318
|
disassociatePricingRules(
|
|
315
319
|
args: DisassociatePricingRulesCommandInput,
|
|
@@ -317,12 +321,12 @@ export interface Billingconductor {
|
|
|
317
321
|
): void;
|
|
318
322
|
disassociatePricingRules(
|
|
319
323
|
args: DisassociatePricingRulesCommandInput,
|
|
320
|
-
options:
|
|
324
|
+
options: BillingconductorRequestOptions,
|
|
321
325
|
cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void,
|
|
322
326
|
): void;
|
|
323
327
|
getBillingGroupCostReport(
|
|
324
328
|
args: GetBillingGroupCostReportCommandInput,
|
|
325
|
-
options?:
|
|
329
|
+
options?: BillingconductorRequestOptions,
|
|
326
330
|
): Promise<GetBillingGroupCostReportCommandOutput>;
|
|
327
331
|
getBillingGroupCostReport(
|
|
328
332
|
args: GetBillingGroupCostReportCommandInput,
|
|
@@ -330,12 +334,12 @@ export interface Billingconductor {
|
|
|
330
334
|
): void;
|
|
331
335
|
getBillingGroupCostReport(
|
|
332
336
|
args: GetBillingGroupCostReportCommandInput,
|
|
333
|
-
options:
|
|
337
|
+
options: BillingconductorRequestOptions,
|
|
334
338
|
cb: (err: any, data?: GetBillingGroupCostReportCommandOutput) => void,
|
|
335
339
|
): void;
|
|
336
340
|
getBillingTransferPreference(
|
|
337
341
|
args: GetBillingTransferPreferenceCommandInput,
|
|
338
|
-
options?:
|
|
342
|
+
options?: BillingconductorRequestOptions,
|
|
339
343
|
): Promise<GetBillingTransferPreferenceCommandOutput>;
|
|
340
344
|
getBillingTransferPreference(
|
|
341
345
|
args: GetBillingTransferPreferenceCommandInput,
|
|
@@ -343,13 +347,13 @@ export interface Billingconductor {
|
|
|
343
347
|
): void;
|
|
344
348
|
getBillingTransferPreference(
|
|
345
349
|
args: GetBillingTransferPreferenceCommandInput,
|
|
346
|
-
options:
|
|
350
|
+
options: BillingconductorRequestOptions,
|
|
347
351
|
cb: (err: any, data?: GetBillingTransferPreferenceCommandOutput) => void,
|
|
348
352
|
): void;
|
|
349
353
|
listAccountAssociations(): Promise<ListAccountAssociationsCommandOutput>;
|
|
350
354
|
listAccountAssociations(
|
|
351
355
|
args: ListAccountAssociationsCommandInput,
|
|
352
|
-
options?:
|
|
356
|
+
options?: BillingconductorRequestOptions,
|
|
353
357
|
): Promise<ListAccountAssociationsCommandOutput>;
|
|
354
358
|
listAccountAssociations(
|
|
355
359
|
args: ListAccountAssociationsCommandInput,
|
|
@@ -357,13 +361,13 @@ export interface Billingconductor {
|
|
|
357
361
|
): void;
|
|
358
362
|
listAccountAssociations(
|
|
359
363
|
args: ListAccountAssociationsCommandInput,
|
|
360
|
-
options:
|
|
364
|
+
options: BillingconductorRequestOptions,
|
|
361
365
|
cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void,
|
|
362
366
|
): void;
|
|
363
367
|
listBillingGroupCostReports(): Promise<ListBillingGroupCostReportsCommandOutput>;
|
|
364
368
|
listBillingGroupCostReports(
|
|
365
369
|
args: ListBillingGroupCostReportsCommandInput,
|
|
366
|
-
options?:
|
|
370
|
+
options?: BillingconductorRequestOptions,
|
|
367
371
|
): Promise<ListBillingGroupCostReportsCommandOutput>;
|
|
368
372
|
listBillingGroupCostReports(
|
|
369
373
|
args: ListBillingGroupCostReportsCommandInput,
|
|
@@ -371,13 +375,13 @@ export interface Billingconductor {
|
|
|
371
375
|
): void;
|
|
372
376
|
listBillingGroupCostReports(
|
|
373
377
|
args: ListBillingGroupCostReportsCommandInput,
|
|
374
|
-
options:
|
|
378
|
+
options: BillingconductorRequestOptions,
|
|
375
379
|
cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void,
|
|
376
380
|
): void;
|
|
377
381
|
listBillingGroups(): Promise<ListBillingGroupsCommandOutput>;
|
|
378
382
|
listBillingGroups(
|
|
379
383
|
args: ListBillingGroupsCommandInput,
|
|
380
|
-
options?:
|
|
384
|
+
options?: BillingconductorRequestOptions,
|
|
381
385
|
): Promise<ListBillingGroupsCommandOutput>;
|
|
382
386
|
listBillingGroups(
|
|
383
387
|
args: ListBillingGroupsCommandInput,
|
|
@@ -385,13 +389,13 @@ export interface Billingconductor {
|
|
|
385
389
|
): void;
|
|
386
390
|
listBillingGroups(
|
|
387
391
|
args: ListBillingGroupsCommandInput,
|
|
388
|
-
options:
|
|
392
|
+
options: BillingconductorRequestOptions,
|
|
389
393
|
cb: (err: any, data?: ListBillingGroupsCommandOutput) => void,
|
|
390
394
|
): void;
|
|
391
395
|
listCustomLineItems(): Promise<ListCustomLineItemsCommandOutput>;
|
|
392
396
|
listCustomLineItems(
|
|
393
397
|
args: ListCustomLineItemsCommandInput,
|
|
394
|
-
options?:
|
|
398
|
+
options?: BillingconductorRequestOptions,
|
|
395
399
|
): Promise<ListCustomLineItemsCommandOutput>;
|
|
396
400
|
listCustomLineItems(
|
|
397
401
|
args: ListCustomLineItemsCommandInput,
|
|
@@ -399,12 +403,12 @@ export interface Billingconductor {
|
|
|
399
403
|
): void;
|
|
400
404
|
listCustomLineItems(
|
|
401
405
|
args: ListCustomLineItemsCommandInput,
|
|
402
|
-
options:
|
|
406
|
+
options: BillingconductorRequestOptions,
|
|
403
407
|
cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void,
|
|
404
408
|
): void;
|
|
405
409
|
listCustomLineItemVersions(
|
|
406
410
|
args: ListCustomLineItemVersionsCommandInput,
|
|
407
|
-
options?:
|
|
411
|
+
options?: BillingconductorRequestOptions,
|
|
408
412
|
): Promise<ListCustomLineItemVersionsCommandOutput>;
|
|
409
413
|
listCustomLineItemVersions(
|
|
410
414
|
args: ListCustomLineItemVersionsCommandInput,
|
|
@@ -412,13 +416,13 @@ export interface Billingconductor {
|
|
|
412
416
|
): void;
|
|
413
417
|
listCustomLineItemVersions(
|
|
414
418
|
args: ListCustomLineItemVersionsCommandInput,
|
|
415
|
-
options:
|
|
419
|
+
options: BillingconductorRequestOptions,
|
|
416
420
|
cb: (err: any, data?: ListCustomLineItemVersionsCommandOutput) => void,
|
|
417
421
|
): void;
|
|
418
422
|
listPricingPlans(): Promise<ListPricingPlansCommandOutput>;
|
|
419
423
|
listPricingPlans(
|
|
420
424
|
args: ListPricingPlansCommandInput,
|
|
421
|
-
options?:
|
|
425
|
+
options?: BillingconductorRequestOptions,
|
|
422
426
|
): Promise<ListPricingPlansCommandOutput>;
|
|
423
427
|
listPricingPlans(
|
|
424
428
|
args: ListPricingPlansCommandInput,
|
|
@@ -426,12 +430,12 @@ export interface Billingconductor {
|
|
|
426
430
|
): void;
|
|
427
431
|
listPricingPlans(
|
|
428
432
|
args: ListPricingPlansCommandInput,
|
|
429
|
-
options:
|
|
433
|
+
options: BillingconductorRequestOptions,
|
|
430
434
|
cb: (err: any, data?: ListPricingPlansCommandOutput) => void,
|
|
431
435
|
): void;
|
|
432
436
|
listPricingPlansAssociatedWithPricingRule(
|
|
433
437
|
args: ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
434
|
-
options?:
|
|
438
|
+
options?: BillingconductorRequestOptions,
|
|
435
439
|
): Promise<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
436
440
|
listPricingPlansAssociatedWithPricingRule(
|
|
437
441
|
args: ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
@@ -439,13 +443,13 @@ export interface Billingconductor {
|
|
|
439
443
|
): void;
|
|
440
444
|
listPricingPlansAssociatedWithPricingRule(
|
|
441
445
|
args: ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
442
|
-
options:
|
|
446
|
+
options: BillingconductorRequestOptions,
|
|
443
447
|
cb: (err: any, data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput) => void,
|
|
444
448
|
): void;
|
|
445
449
|
listPricingRules(): Promise<ListPricingRulesCommandOutput>;
|
|
446
450
|
listPricingRules(
|
|
447
451
|
args: ListPricingRulesCommandInput,
|
|
448
|
-
options?:
|
|
452
|
+
options?: BillingconductorRequestOptions,
|
|
449
453
|
): Promise<ListPricingRulesCommandOutput>;
|
|
450
454
|
listPricingRules(
|
|
451
455
|
args: ListPricingRulesCommandInput,
|
|
@@ -453,12 +457,12 @@ export interface Billingconductor {
|
|
|
453
457
|
): void;
|
|
454
458
|
listPricingRules(
|
|
455
459
|
args: ListPricingRulesCommandInput,
|
|
456
|
-
options:
|
|
460
|
+
options: BillingconductorRequestOptions,
|
|
457
461
|
cb: (err: any, data?: ListPricingRulesCommandOutput) => void,
|
|
458
462
|
): void;
|
|
459
463
|
listPricingRulesAssociatedToPricingPlan(
|
|
460
464
|
args: ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
461
|
-
options?:
|
|
465
|
+
options?: BillingconductorRequestOptions,
|
|
462
466
|
): Promise<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
463
467
|
listPricingRulesAssociatedToPricingPlan(
|
|
464
468
|
args: ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
@@ -466,12 +470,12 @@ export interface Billingconductor {
|
|
|
466
470
|
): void;
|
|
467
471
|
listPricingRulesAssociatedToPricingPlan(
|
|
468
472
|
args: ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
469
|
-
options:
|
|
473
|
+
options: BillingconductorRequestOptions,
|
|
470
474
|
cb: (err: any, data?: ListPricingRulesAssociatedToPricingPlanCommandOutput) => void,
|
|
471
475
|
): void;
|
|
472
476
|
listResourcesAssociatedToCustomLineItem(
|
|
473
477
|
args: ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
474
|
-
options?:
|
|
478
|
+
options?: BillingconductorRequestOptions,
|
|
475
479
|
): Promise<ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
476
480
|
listResourcesAssociatedToCustomLineItem(
|
|
477
481
|
args: ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
@@ -479,12 +483,12 @@ export interface Billingconductor {
|
|
|
479
483
|
): void;
|
|
480
484
|
listResourcesAssociatedToCustomLineItem(
|
|
481
485
|
args: ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
482
|
-
options:
|
|
486
|
+
options: BillingconductorRequestOptions,
|
|
483
487
|
cb: (err: any, data?: ListResourcesAssociatedToCustomLineItemCommandOutput) => void,
|
|
484
488
|
): void;
|
|
485
489
|
listTagsForResource(
|
|
486
490
|
args: ListTagsForResourceCommandInput,
|
|
487
|
-
options?:
|
|
491
|
+
options?: BillingconductorRequestOptions,
|
|
488
492
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
489
493
|
listTagsForResource(
|
|
490
494
|
args: ListTagsForResourceCommandInput,
|
|
@@ -492,12 +496,12 @@ export interface Billingconductor {
|
|
|
492
496
|
): void;
|
|
493
497
|
listTagsForResource(
|
|
494
498
|
args: ListTagsForResourceCommandInput,
|
|
495
|
-
options:
|
|
499
|
+
options: BillingconductorRequestOptions,
|
|
496
500
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
497
501
|
): void;
|
|
498
502
|
tagResource(
|
|
499
503
|
args: TagResourceCommandInput,
|
|
500
|
-
options?:
|
|
504
|
+
options?: BillingconductorRequestOptions,
|
|
501
505
|
): Promise<TagResourceCommandOutput>;
|
|
502
506
|
tagResource(
|
|
503
507
|
args: TagResourceCommandInput,
|
|
@@ -505,12 +509,12 @@ export interface Billingconductor {
|
|
|
505
509
|
): void;
|
|
506
510
|
tagResource(
|
|
507
511
|
args: TagResourceCommandInput,
|
|
508
|
-
options:
|
|
512
|
+
options: BillingconductorRequestOptions,
|
|
509
513
|
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
510
514
|
): void;
|
|
511
515
|
untagResource(
|
|
512
516
|
args: UntagResourceCommandInput,
|
|
513
|
-
options?:
|
|
517
|
+
options?: BillingconductorRequestOptions,
|
|
514
518
|
): Promise<UntagResourceCommandOutput>;
|
|
515
519
|
untagResource(
|
|
516
520
|
args: UntagResourceCommandInput,
|
|
@@ -518,12 +522,12 @@ export interface Billingconductor {
|
|
|
518
522
|
): void;
|
|
519
523
|
untagResource(
|
|
520
524
|
args: UntagResourceCommandInput,
|
|
521
|
-
options:
|
|
525
|
+
options: BillingconductorRequestOptions,
|
|
522
526
|
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
523
527
|
): void;
|
|
524
528
|
updateBillingGroup(
|
|
525
529
|
args: UpdateBillingGroupCommandInput,
|
|
526
|
-
options?:
|
|
530
|
+
options?: BillingconductorRequestOptions,
|
|
527
531
|
): Promise<UpdateBillingGroupCommandOutput>;
|
|
528
532
|
updateBillingGroup(
|
|
529
533
|
args: UpdateBillingGroupCommandInput,
|
|
@@ -531,12 +535,12 @@ export interface Billingconductor {
|
|
|
531
535
|
): void;
|
|
532
536
|
updateBillingGroup(
|
|
533
537
|
args: UpdateBillingGroupCommandInput,
|
|
534
|
-
options:
|
|
538
|
+
options: BillingconductorRequestOptions,
|
|
535
539
|
cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void,
|
|
536
540
|
): void;
|
|
537
541
|
updateBillingTransferPreference(
|
|
538
542
|
args: UpdateBillingTransferPreferenceCommandInput,
|
|
539
|
-
options?:
|
|
543
|
+
options?: BillingconductorRequestOptions,
|
|
540
544
|
): Promise<UpdateBillingTransferPreferenceCommandOutput>;
|
|
541
545
|
updateBillingTransferPreference(
|
|
542
546
|
args: UpdateBillingTransferPreferenceCommandInput,
|
|
@@ -544,12 +548,12 @@ export interface Billingconductor {
|
|
|
544
548
|
): void;
|
|
545
549
|
updateBillingTransferPreference(
|
|
546
550
|
args: UpdateBillingTransferPreferenceCommandInput,
|
|
547
|
-
options:
|
|
551
|
+
options: BillingconductorRequestOptions,
|
|
548
552
|
cb: (err: any, data?: UpdateBillingTransferPreferenceCommandOutput) => void,
|
|
549
553
|
): void;
|
|
550
554
|
updateCustomLineItem(
|
|
551
555
|
args: UpdateCustomLineItemCommandInput,
|
|
552
|
-
options?:
|
|
556
|
+
options?: BillingconductorRequestOptions,
|
|
553
557
|
): Promise<UpdateCustomLineItemCommandOutput>;
|
|
554
558
|
updateCustomLineItem(
|
|
555
559
|
args: UpdateCustomLineItemCommandInput,
|
|
@@ -557,12 +561,12 @@ export interface Billingconductor {
|
|
|
557
561
|
): void;
|
|
558
562
|
updateCustomLineItem(
|
|
559
563
|
args: UpdateCustomLineItemCommandInput,
|
|
560
|
-
options:
|
|
564
|
+
options: BillingconductorRequestOptions,
|
|
561
565
|
cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void,
|
|
562
566
|
): void;
|
|
563
567
|
updatePricingPlan(
|
|
564
568
|
args: UpdatePricingPlanCommandInput,
|
|
565
|
-
options?:
|
|
569
|
+
options?: BillingconductorRequestOptions,
|
|
566
570
|
): Promise<UpdatePricingPlanCommandOutput>;
|
|
567
571
|
updatePricingPlan(
|
|
568
572
|
args: UpdatePricingPlanCommandInput,
|
|
@@ -570,12 +574,12 @@ export interface Billingconductor {
|
|
|
570
574
|
): void;
|
|
571
575
|
updatePricingPlan(
|
|
572
576
|
args: UpdatePricingPlanCommandInput,
|
|
573
|
-
options:
|
|
577
|
+
options: BillingconductorRequestOptions,
|
|
574
578
|
cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void,
|
|
575
579
|
): void;
|
|
576
580
|
updatePricingRule(
|
|
577
581
|
args: UpdatePricingRuleCommandInput,
|
|
578
|
-
options?:
|
|
582
|
+
options?: BillingconductorRequestOptions,
|
|
579
583
|
): Promise<UpdatePricingRuleCommandOutput>;
|
|
580
584
|
updatePricingRule(
|
|
581
585
|
args: UpdatePricingRuleCommandInput,
|
|
@@ -583,7 +587,7 @@ export interface Billingconductor {
|
|
|
583
587
|
): void;
|
|
584
588
|
updatePricingRule(
|
|
585
589
|
args: UpdatePricingRuleCommandInput,
|
|
586
|
-
options:
|
|
590
|
+
options: BillingconductorRequestOptions,
|
|
587
591
|
cb: (err: any, data?: UpdatePricingRuleCommandOutput) => void,
|
|
588
592
|
): void;
|
|
589
593
|
paginateGetBillingGroupCostReport(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-billingconductor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1138.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Billingconductor Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-billingconductor",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.978.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
52
|
-
"@smithy/core": "^3.
|
|
53
|
-
"@smithy/fetch-http-handler": "^5.
|
|
54
|
-
"@smithy/node-http-handler": "^4.
|
|
55
|
-
"@smithy/types": "^4.
|
|
49
|
+
"@aws-sdk/core": "^3.978.1",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.84",
|
|
51
|
+
"@aws-sdk/types": "^3.974.6",
|
|
52
|
+
"@smithy/core": "^3.35.0",
|
|
53
|
+
"@smithy/fetch-http-handler": "^5.8.0",
|
|
54
|
+
"@smithy/node-http-handler": "^4.12.1",
|
|
55
|
+
"@smithy/types": "^4.19.0",
|
|
56
56
|
"tslib": "^2.6.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|