@aws-sdk/client-billingconductor 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Billingconductor.d.ts +0 -30
- package/dist-types/ts3.4/BillingconductorClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -321
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-billingconductor
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-billingconductor
|
|
@@ -120,7 +120,6 @@ import {
|
|
|
120
120
|
UpdatePricingRuleCommandInput,
|
|
121
121
|
UpdatePricingRuleCommandOutput,
|
|
122
122
|
} from "./commands/UpdatePricingRuleCommand";
|
|
123
|
-
|
|
124
123
|
export declare class Billingconductor extends BillingconductorClient {
|
|
125
124
|
associateAccounts(
|
|
126
125
|
args: AssociateAccountsCommandInput,
|
|
@@ -135,7 +134,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
135
134
|
options: __HttpHandlerOptions,
|
|
136
135
|
cb: (err: any, data?: AssociateAccountsCommandOutput) => void
|
|
137
136
|
): void;
|
|
138
|
-
|
|
139
137
|
associatePricingRules(
|
|
140
138
|
args: AssociatePricingRulesCommandInput,
|
|
141
139
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +147,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
149
147
|
options: __HttpHandlerOptions,
|
|
150
148
|
cb: (err: any, data?: AssociatePricingRulesCommandOutput) => void
|
|
151
149
|
): void;
|
|
152
|
-
|
|
153
150
|
batchAssociateResourcesToCustomLineItem(
|
|
154
151
|
args: BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
155
152
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +166,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
169
166
|
data?: BatchAssociateResourcesToCustomLineItemCommandOutput
|
|
170
167
|
) => void
|
|
171
168
|
): void;
|
|
172
|
-
|
|
173
169
|
batchDisassociateResourcesFromCustomLineItem(
|
|
174
170
|
args: BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
175
171
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +185,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
189
185
|
data?: BatchDisassociateResourcesFromCustomLineItemCommandOutput
|
|
190
186
|
) => void
|
|
191
187
|
): void;
|
|
192
|
-
|
|
193
188
|
createBillingGroup(
|
|
194
189
|
args: CreateBillingGroupCommandInput,
|
|
195
190
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +198,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
203
198
|
options: __HttpHandlerOptions,
|
|
204
199
|
cb: (err: any, data?: CreateBillingGroupCommandOutput) => void
|
|
205
200
|
): void;
|
|
206
|
-
|
|
207
201
|
createCustomLineItem(
|
|
208
202
|
args: CreateCustomLineItemCommandInput,
|
|
209
203
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +211,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
217
211
|
options: __HttpHandlerOptions,
|
|
218
212
|
cb: (err: any, data?: CreateCustomLineItemCommandOutput) => void
|
|
219
213
|
): void;
|
|
220
|
-
|
|
221
214
|
createPricingPlan(
|
|
222
215
|
args: CreatePricingPlanCommandInput,
|
|
223
216
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +224,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
231
224
|
options: __HttpHandlerOptions,
|
|
232
225
|
cb: (err: any, data?: CreatePricingPlanCommandOutput) => void
|
|
233
226
|
): void;
|
|
234
|
-
|
|
235
227
|
createPricingRule(
|
|
236
228
|
args: CreatePricingRuleCommandInput,
|
|
237
229
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +237,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
245
237
|
options: __HttpHandlerOptions,
|
|
246
238
|
cb: (err: any, data?: CreatePricingRuleCommandOutput) => void
|
|
247
239
|
): void;
|
|
248
|
-
|
|
249
240
|
deleteBillingGroup(
|
|
250
241
|
args: DeleteBillingGroupCommandInput,
|
|
251
242
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +250,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
259
250
|
options: __HttpHandlerOptions,
|
|
260
251
|
cb: (err: any, data?: DeleteBillingGroupCommandOutput) => void
|
|
261
252
|
): void;
|
|
262
|
-
|
|
263
253
|
deleteCustomLineItem(
|
|
264
254
|
args: DeleteCustomLineItemCommandInput,
|
|
265
255
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +263,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
273
263
|
options: __HttpHandlerOptions,
|
|
274
264
|
cb: (err: any, data?: DeleteCustomLineItemCommandOutput) => void
|
|
275
265
|
): void;
|
|
276
|
-
|
|
277
266
|
deletePricingPlan(
|
|
278
267
|
args: DeletePricingPlanCommandInput,
|
|
279
268
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +276,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
287
276
|
options: __HttpHandlerOptions,
|
|
288
277
|
cb: (err: any, data?: DeletePricingPlanCommandOutput) => void
|
|
289
278
|
): void;
|
|
290
|
-
|
|
291
279
|
deletePricingRule(
|
|
292
280
|
args: DeletePricingRuleCommandInput,
|
|
293
281
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +289,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
301
289
|
options: __HttpHandlerOptions,
|
|
302
290
|
cb: (err: any, data?: DeletePricingRuleCommandOutput) => void
|
|
303
291
|
): void;
|
|
304
|
-
|
|
305
292
|
disassociateAccounts(
|
|
306
293
|
args: DisassociateAccountsCommandInput,
|
|
307
294
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +302,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
315
302
|
options: __HttpHandlerOptions,
|
|
316
303
|
cb: (err: any, data?: DisassociateAccountsCommandOutput) => void
|
|
317
304
|
): void;
|
|
318
|
-
|
|
319
305
|
disassociatePricingRules(
|
|
320
306
|
args: DisassociatePricingRulesCommandInput,
|
|
321
307
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +315,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
329
315
|
options: __HttpHandlerOptions,
|
|
330
316
|
cb: (err: any, data?: DisassociatePricingRulesCommandOutput) => void
|
|
331
317
|
): void;
|
|
332
|
-
|
|
333
318
|
listAccountAssociations(
|
|
334
319
|
args: ListAccountAssociationsCommandInput,
|
|
335
320
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +328,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
343
328
|
options: __HttpHandlerOptions,
|
|
344
329
|
cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void
|
|
345
330
|
): void;
|
|
346
|
-
|
|
347
331
|
listBillingGroupCostReports(
|
|
348
332
|
args: ListBillingGroupCostReportsCommandInput,
|
|
349
333
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +341,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
357
341
|
options: __HttpHandlerOptions,
|
|
358
342
|
cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void
|
|
359
343
|
): void;
|
|
360
|
-
|
|
361
344
|
listBillingGroups(
|
|
362
345
|
args: ListBillingGroupsCommandInput,
|
|
363
346
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +354,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
371
354
|
options: __HttpHandlerOptions,
|
|
372
355
|
cb: (err: any, data?: ListBillingGroupsCommandOutput) => void
|
|
373
356
|
): void;
|
|
374
|
-
|
|
375
357
|
listCustomLineItems(
|
|
376
358
|
args: ListCustomLineItemsCommandInput,
|
|
377
359
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +367,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
385
367
|
options: __HttpHandlerOptions,
|
|
386
368
|
cb: (err: any, data?: ListCustomLineItemsCommandOutput) => void
|
|
387
369
|
): void;
|
|
388
|
-
|
|
389
370
|
listPricingPlans(
|
|
390
371
|
args: ListPricingPlansCommandInput,
|
|
391
372
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +380,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
399
380
|
options: __HttpHandlerOptions,
|
|
400
381
|
cb: (err: any, data?: ListPricingPlansCommandOutput) => void
|
|
401
382
|
): void;
|
|
402
|
-
|
|
403
383
|
listPricingPlansAssociatedWithPricingRule(
|
|
404
384
|
args: ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
405
385
|
options?: __HttpHandlerOptions
|
|
@@ -419,7 +399,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
419
399
|
data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput
|
|
420
400
|
) => void
|
|
421
401
|
): void;
|
|
422
|
-
|
|
423
402
|
listPricingRules(
|
|
424
403
|
args: ListPricingRulesCommandInput,
|
|
425
404
|
options?: __HttpHandlerOptions
|
|
@@ -433,7 +412,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
433
412
|
options: __HttpHandlerOptions,
|
|
434
413
|
cb: (err: any, data?: ListPricingRulesCommandOutput) => void
|
|
435
414
|
): void;
|
|
436
|
-
|
|
437
415
|
listPricingRulesAssociatedToPricingPlan(
|
|
438
416
|
args: ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
439
417
|
options?: __HttpHandlerOptions
|
|
@@ -453,7 +431,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
453
431
|
data?: ListPricingRulesAssociatedToPricingPlanCommandOutput
|
|
454
432
|
) => void
|
|
455
433
|
): void;
|
|
456
|
-
|
|
457
434
|
listResourcesAssociatedToCustomLineItem(
|
|
458
435
|
args: ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
459
436
|
options?: __HttpHandlerOptions
|
|
@@ -473,7 +450,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
473
450
|
data?: ListResourcesAssociatedToCustomLineItemCommandOutput
|
|
474
451
|
) => void
|
|
475
452
|
): void;
|
|
476
|
-
|
|
477
453
|
listTagsForResource(
|
|
478
454
|
args: ListTagsForResourceCommandInput,
|
|
479
455
|
options?: __HttpHandlerOptions
|
|
@@ -487,7 +463,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
487
463
|
options: __HttpHandlerOptions,
|
|
488
464
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
489
465
|
): void;
|
|
490
|
-
|
|
491
466
|
tagResource(
|
|
492
467
|
args: TagResourceCommandInput,
|
|
493
468
|
options?: __HttpHandlerOptions
|
|
@@ -501,7 +476,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
501
476
|
options: __HttpHandlerOptions,
|
|
502
477
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
503
478
|
): void;
|
|
504
|
-
|
|
505
479
|
untagResource(
|
|
506
480
|
args: UntagResourceCommandInput,
|
|
507
481
|
options?: __HttpHandlerOptions
|
|
@@ -515,7 +489,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
515
489
|
options: __HttpHandlerOptions,
|
|
516
490
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
517
491
|
): void;
|
|
518
|
-
|
|
519
492
|
updateBillingGroup(
|
|
520
493
|
args: UpdateBillingGroupCommandInput,
|
|
521
494
|
options?: __HttpHandlerOptions
|
|
@@ -529,7 +502,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
529
502
|
options: __HttpHandlerOptions,
|
|
530
503
|
cb: (err: any, data?: UpdateBillingGroupCommandOutput) => void
|
|
531
504
|
): void;
|
|
532
|
-
|
|
533
505
|
updateCustomLineItem(
|
|
534
506
|
args: UpdateCustomLineItemCommandInput,
|
|
535
507
|
options?: __HttpHandlerOptions
|
|
@@ -543,7 +515,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
543
515
|
options: __HttpHandlerOptions,
|
|
544
516
|
cb: (err: any, data?: UpdateCustomLineItemCommandOutput) => void
|
|
545
517
|
): void;
|
|
546
|
-
|
|
547
518
|
updatePricingPlan(
|
|
548
519
|
args: UpdatePricingPlanCommandInput,
|
|
549
520
|
options?: __HttpHandlerOptions
|
|
@@ -557,7 +528,6 @@ export declare class Billingconductor extends BillingconductorClient {
|
|
|
557
528
|
options: __HttpHandlerOptions,
|
|
558
529
|
cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void
|
|
559
530
|
): void;
|
|
560
|
-
|
|
561
531
|
updatePricingRule(
|
|
562
532
|
args: UpdatePricingRuleCommandInput,
|
|
563
533
|
options?: __HttpHandlerOptions
|
|
@@ -227,47 +227,26 @@ export declare type ServiceOutputTypes =
|
|
|
227
227
|
export interface ClientDefaults
|
|
228
228
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
229
|
requestHandler?: __HttpHandler;
|
|
230
|
-
|
|
231
230
|
sha256?: __HashConstructor;
|
|
232
|
-
|
|
233
231
|
urlParser?: __UrlParser;
|
|
234
|
-
|
|
235
232
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
236
|
-
|
|
237
233
|
streamCollector?: __StreamCollector;
|
|
238
|
-
|
|
239
234
|
base64Decoder?: __Decoder;
|
|
240
|
-
|
|
241
235
|
base64Encoder?: __Encoder;
|
|
242
|
-
|
|
243
236
|
utf8Decoder?: __Decoder;
|
|
244
|
-
|
|
245
237
|
utf8Encoder?: __Encoder;
|
|
246
|
-
|
|
247
238
|
runtime?: string;
|
|
248
|
-
|
|
249
239
|
disableHostPrefix?: boolean;
|
|
250
|
-
|
|
251
240
|
maxAttempts?: number | __Provider<number>;
|
|
252
|
-
|
|
253
241
|
retryMode?: string | __Provider<string>;
|
|
254
|
-
|
|
255
242
|
logger?: __Logger;
|
|
256
|
-
|
|
257
243
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
|
-
|
|
259
244
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
260
|
-
|
|
261
245
|
serviceId?: string;
|
|
262
|
-
|
|
263
246
|
region?: string | __Provider<string>;
|
|
264
|
-
|
|
265
247
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
-
|
|
267
248
|
regionInfoProvider?: RegionInfoProvider;
|
|
268
|
-
|
|
269
249
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
270
|
-
|
|
271
250
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
272
251
|
}
|
|
273
252
|
declare type BillingconductorClientConfigType = Partial<
|
|
@@ -280,7 +259,6 @@ declare type BillingconductorClientConfigType = Partial<
|
|
|
280
259
|
HostHeaderInputConfig &
|
|
281
260
|
AwsAuthInputConfig &
|
|
282
261
|
UserAgentInputConfig;
|
|
283
|
-
|
|
284
262
|
export interface BillingconductorClientConfig
|
|
285
263
|
extends BillingconductorClientConfigType {}
|
|
286
264
|
declare type BillingconductorClientResolvedConfigType =
|
|
@@ -292,10 +270,8 @@ declare type BillingconductorClientResolvedConfigType =
|
|
|
292
270
|
HostHeaderResolvedConfig &
|
|
293
271
|
AwsAuthResolvedConfig &
|
|
294
272
|
UserAgentResolvedConfig;
|
|
295
|
-
|
|
296
273
|
export interface BillingconductorClientResolvedConfig
|
|
297
274
|
extends BillingconductorClientResolvedConfigType {}
|
|
298
|
-
|
|
299
275
|
export declare class BillingconductorClient extends __Client<
|
|
300
276
|
__HttpHandlerOptions,
|
|
301
277
|
ServiceInputTypes,
|
|
@@ -304,7 +280,6 @@ export declare class BillingconductorClient extends __Client<
|
|
|
304
280
|
> {
|
|
305
281
|
readonly config: BillingconductorClientResolvedConfig;
|
|
306
282
|
constructor(configuration: BillingconductorClientConfig);
|
|
307
|
-
|
|
308
283
|
destroy(): void;
|
|
309
284
|
}
|
|
310
285
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface AssociateAccountsCommandInput extends AssociateAccountsInput {}
|
|
|
18
18
|
export interface AssociateAccountsCommandOutput
|
|
19
19
|
extends AssociateAccountsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class AssociateAccountsCommand extends $Command<
|
|
23
22
|
AssociateAccountsCommandInput,
|
|
24
23
|
AssociateAccountsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class AssociateAccountsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: AssociateAccountsCommandInput;
|
|
28
27
|
constructor(input: AssociateAccountsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AssociatePricingRulesCommandInput
|
|
|
19
19
|
export interface AssociatePricingRulesCommandOutput
|
|
20
20
|
extends AssociatePricingRulesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociatePricingRulesCommand extends $Command<
|
|
24
23
|
AssociatePricingRulesCommandInput,
|
|
25
24
|
AssociatePricingRulesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociatePricingRulesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociatePricingRulesCommandInput;
|
|
29
28
|
constructor(input: AssociatePricingRulesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchAssociateResourcesToCustomLineItemCommandInput
|
|
|
19
19
|
export interface BatchAssociateResourcesToCustomLineItemCommandOutput
|
|
20
20
|
extends BatchAssociateResourcesToCustomLineItemOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchAssociateResourcesToCustomLineItemCommand extends $Command<
|
|
24
23
|
BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
25
24
|
BatchAssociateResourcesToCustomLineItemCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchAssociateResourcesToCustomLineItemCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchAssociateResourcesToCustomLineItemCommandInput;
|
|
29
28
|
constructor(input: BatchAssociateResourcesToCustomLineItemCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchDisassociateResourcesFromCustomLineItemCommandInput
|
|
|
19
19
|
export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput
|
|
20
20
|
extends BatchDisassociateResourcesFromCustomLineItemOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command<
|
|
24
23
|
BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
25
24
|
BatchDisassociateResourcesFromCustomLineItemCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
|
|
29
28
|
constructor(input: BatchDisassociateResourcesFromCustomLineItemCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateBillingGroupCommandInput
|
|
|
19
19
|
export interface CreateBillingGroupCommandOutput
|
|
20
20
|
extends CreateBillingGroupOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateBillingGroupCommand extends $Command<
|
|
24
23
|
CreateBillingGroupCommandInput,
|
|
25
24
|
CreateBillingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateBillingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateBillingGroupCommandInput;
|
|
29
28
|
constructor(input: CreateBillingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateCustomLineItemCommandInput
|
|
|
19
19
|
export interface CreateCustomLineItemCommandOutput
|
|
20
20
|
extends CreateCustomLineItemOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCustomLineItemCommand extends $Command<
|
|
24
23
|
CreateCustomLineItemCommandInput,
|
|
25
24
|
CreateCustomLineItemCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCustomLineItemCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCustomLineItemCommandInput;
|
|
29
28
|
constructor(input: CreateCustomLineItemCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreatePricingPlanCommandInput extends CreatePricingPlanInput {}
|
|
|
18
18
|
export interface CreatePricingPlanCommandOutput
|
|
19
19
|
extends CreatePricingPlanOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreatePricingPlanCommand extends $Command<
|
|
23
22
|
CreatePricingPlanCommandInput,
|
|
24
23
|
CreatePricingPlanCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreatePricingPlanCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreatePricingPlanCommandInput;
|
|
28
27
|
constructor(input: CreatePricingPlanCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreatePricingRuleCommandInput extends CreatePricingRuleInput {}
|
|
|
18
18
|
export interface CreatePricingRuleCommandOutput
|
|
19
19
|
extends CreatePricingRuleOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreatePricingRuleCommand extends $Command<
|
|
23
22
|
CreatePricingRuleCommandInput,
|
|
24
23
|
CreatePricingRuleCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreatePricingRuleCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreatePricingRuleCommandInput;
|
|
28
27
|
constructor(input: CreatePricingRuleCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteBillingGroupCommandInput
|
|
|
19
19
|
export interface DeleteBillingGroupCommandOutput
|
|
20
20
|
extends DeleteBillingGroupOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteBillingGroupCommand extends $Command<
|
|
24
23
|
DeleteBillingGroupCommandInput,
|
|
25
24
|
DeleteBillingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteBillingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteBillingGroupCommandInput;
|
|
29
28
|
constructor(input: DeleteBillingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteCustomLineItemCommandInput
|
|
|
19
19
|
export interface DeleteCustomLineItemCommandOutput
|
|
20
20
|
extends DeleteCustomLineItemOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteCustomLineItemCommand extends $Command<
|
|
24
23
|
DeleteCustomLineItemCommandInput,
|
|
25
24
|
DeleteCustomLineItemCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteCustomLineItemCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteCustomLineItemCommandInput;
|
|
29
28
|
constructor(input: DeleteCustomLineItemCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeletePricingPlanCommandInput extends DeletePricingPlanInput {}
|
|
|
18
18
|
export interface DeletePricingPlanCommandOutput
|
|
19
19
|
extends DeletePricingPlanOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeletePricingPlanCommand extends $Command<
|
|
23
22
|
DeletePricingPlanCommandInput,
|
|
24
23
|
DeletePricingPlanCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeletePricingPlanCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeletePricingPlanCommandInput;
|
|
28
27
|
constructor(input: DeletePricingPlanCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeletePricingRuleCommandInput extends DeletePricingRuleInput {}
|
|
|
18
18
|
export interface DeletePricingRuleCommandOutput
|
|
19
19
|
extends DeletePricingRuleOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeletePricingRuleCommand extends $Command<
|
|
23
22
|
DeletePricingRuleCommandInput,
|
|
24
23
|
DeletePricingRuleCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeletePricingRuleCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeletePricingRuleCommandInput;
|
|
28
27
|
constructor(input: DeletePricingRuleCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateAccountsCommandInput
|
|
|
19
19
|
export interface DisassociateAccountsCommandOutput
|
|
20
20
|
extends DisassociateAccountsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateAccountsCommand extends $Command<
|
|
24
23
|
DisassociateAccountsCommandInput,
|
|
25
24
|
DisassociateAccountsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateAccountsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateAccountsCommandInput;
|
|
29
28
|
constructor(input: DisassociateAccountsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociatePricingRulesCommandInput
|
|
|
19
19
|
export interface DisassociatePricingRulesCommandOutput
|
|
20
20
|
extends DisassociatePricingRulesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociatePricingRulesCommand extends $Command<
|
|
24
23
|
DisassociatePricingRulesCommandInput,
|
|
25
24
|
DisassociatePricingRulesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociatePricingRulesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociatePricingRulesCommandInput;
|
|
29
28
|
constructor(input: DisassociatePricingRulesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAccountAssociationsCommandInput
|
|
|
19
19
|
export interface ListAccountAssociationsCommandOutput
|
|
20
20
|
extends ListAccountAssociationsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAccountAssociationsCommand extends $Command<
|
|
24
23
|
ListAccountAssociationsCommandInput,
|
|
25
24
|
ListAccountAssociationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAccountAssociationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAccountAssociationsCommandInput;
|
|
29
28
|
constructor(input: ListAccountAssociationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListBillingGroupCostReportsCommandInput
|
|
|
19
19
|
export interface ListBillingGroupCostReportsCommandOutput
|
|
20
20
|
extends ListBillingGroupCostReportsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListBillingGroupCostReportsCommand extends $Command<
|
|
24
23
|
ListBillingGroupCostReportsCommandInput,
|
|
25
24
|
ListBillingGroupCostReportsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListBillingGroupCostReportsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListBillingGroupCostReportsCommandInput;
|
|
29
28
|
constructor(input: ListBillingGroupCostReportsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {}
|
|
|
18
18
|
export interface ListBillingGroupsCommandOutput
|
|
19
19
|
extends ListBillingGroupsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListBillingGroupsCommand extends $Command<
|
|
23
22
|
ListBillingGroupsCommandInput,
|
|
24
23
|
ListBillingGroupsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListBillingGroupsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListBillingGroupsCommandInput;
|
|
28
27
|
constructor(input: ListBillingGroupsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCustomLineItemsCommandInput
|
|
|
19
19
|
export interface ListCustomLineItemsCommandOutput
|
|
20
20
|
extends ListCustomLineItemsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCustomLineItemsCommand extends $Command<
|
|
24
23
|
ListCustomLineItemsCommandInput,
|
|
25
24
|
ListCustomLineItemsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCustomLineItemsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCustomLineItemsCommandInput;
|
|
29
28
|
constructor(input: ListCustomLineItemsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPricingPlansAssociatedWithPricingRuleCommandInput
|
|
|
19
19
|
export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput
|
|
20
20
|
extends ListPricingPlansAssociatedWithPricingRuleOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command<
|
|
24
23
|
ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
25
24
|
ListPricingPlansAssociatedWithPricingRuleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends $C
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
|
|
29
28
|
constructor(input: ListPricingPlansAssociatedWithPricingRuleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListPricingPlansCommandInput extends ListPricingPlansInput {}
|
|
|
18
18
|
export interface ListPricingPlansCommandOutput
|
|
19
19
|
extends ListPricingPlansOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPricingPlansCommand extends $Command<
|
|
23
22
|
ListPricingPlansCommandInput,
|
|
24
23
|
ListPricingPlansCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPricingPlansCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPricingPlansCommandInput;
|
|
28
27
|
constructor(input: ListPricingPlansCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPricingRulesAssociatedToPricingPlanCommandInput
|
|
|
19
19
|
export interface ListPricingRulesAssociatedToPricingPlanCommandOutput
|
|
20
20
|
extends ListPricingRulesAssociatedToPricingPlanOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPricingRulesAssociatedToPricingPlanCommand extends $Command<
|
|
24
23
|
ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
25
24
|
ListPricingRulesAssociatedToPricingPlanCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPricingRulesAssociatedToPricingPlanCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPricingRulesAssociatedToPricingPlanCommandInput;
|
|
29
28
|
constructor(input: ListPricingRulesAssociatedToPricingPlanCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|