@aws-sdk/client-billingconductor 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Billingconductor.d.ts +574 -155
  3. package/dist-types/ts3.4/BillingconductorClient.d.ts +310 -103
  4. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +30 -30
  35. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  36. package/dist-types/ts3.4/index.d.ts +6 -6
  37. package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +8 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1176 -1074
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  41. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  56. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { ListBillingGroupCostReportsInput, ListBillingGroupCostReportsOutput } from "../models/models_0";
5
- export interface ListBillingGroupCostReportsCommandInput extends ListBillingGroupCostReportsInput {
6
- }
7
- export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGroupCostReportsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBillingGroupCostReportsCommand extends $Command<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListBillingGroupCostReportsCommandInput;
12
- constructor(input: ListBillingGroupCostReportsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ ListBillingGroupCostReportsInput,
15
+ ListBillingGroupCostReportsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListBillingGroupCostReportsCommandInput
18
+ extends ListBillingGroupCostReportsInput {}
19
+ export interface ListBillingGroupCostReportsCommandOutput
20
+ extends ListBillingGroupCostReportsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListBillingGroupCostReportsCommand extends $Command<
24
+ ListBillingGroupCostReportsCommandInput,
25
+ ListBillingGroupCostReportsCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: ListBillingGroupCostReportsCommandInput;
29
+ constructor(input: ListBillingGroupCostReportsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListBillingGroupCostReportsCommandInput,
37
+ ListBillingGroupCostReportsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { ListBillingGroupsInput, ListBillingGroupsOutput } from "../models/models_0";
5
- export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {
6
- }
7
- export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBillingGroupsCommand extends $Command<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListBillingGroupsCommandInput;
12
- constructor(input: ListBillingGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ ListBillingGroupsInput,
15
+ ListBillingGroupsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {}
18
+ export interface ListBillingGroupsCommandOutput
19
+ extends ListBillingGroupsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListBillingGroupsCommand extends $Command<
23
+ ListBillingGroupsCommandInput,
24
+ ListBillingGroupsCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: ListBillingGroupsCommandInput;
28
+ constructor(input: ListBillingGroupsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BillingconductorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { ListCustomLineItemsInput, ListCustomLineItemsOutput } from "../models/models_0";
5
- export interface ListCustomLineItemsCommandInput extends ListCustomLineItemsInput {
6
- }
7
- export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCustomLineItemsCommand extends $Command<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListCustomLineItemsCommandInput;
12
- constructor(input: ListCustomLineItemsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ ListCustomLineItemsInput,
15
+ ListCustomLineItemsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListCustomLineItemsCommandInput
18
+ extends ListCustomLineItemsInput {}
19
+ export interface ListCustomLineItemsCommandOutput
20
+ extends ListCustomLineItemsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCustomLineItemsCommand extends $Command<
24
+ ListCustomLineItemsCommandInput,
25
+ ListCustomLineItemsCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: ListCustomLineItemsCommandInput;
29
+ constructor(input: ListCustomLineItemsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { ListPricingPlansAssociatedWithPricingRuleInput, ListPricingPlansAssociatedWithPricingRuleOutput } from "../models/models_0";
5
- export interface ListPricingPlansAssociatedWithPricingRuleCommandInput extends ListPricingPlansAssociatedWithPricingRuleInput {
6
- }
7
- export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends ListPricingPlansAssociatedWithPricingRuleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
12
- constructor(input: ListPricingPlansAssociatedWithPricingRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ ListPricingPlansAssociatedWithPricingRuleInput,
15
+ ListPricingPlansAssociatedWithPricingRuleOutput,
16
+ } from "../models/models_0";
17
+ export interface ListPricingPlansAssociatedWithPricingRuleCommandInput
18
+ extends ListPricingPlansAssociatedWithPricingRuleInput {}
19
+ export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput
20
+ extends ListPricingPlansAssociatedWithPricingRuleOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command<
24
+ ListPricingPlansAssociatedWithPricingRuleCommandInput,
25
+ ListPricingPlansAssociatedWithPricingRuleCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
29
+ constructor(input: ListPricingPlansAssociatedWithPricingRuleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListPricingPlansAssociatedWithPricingRuleCommandInput,
37
+ ListPricingPlansAssociatedWithPricingRuleCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { ListPricingPlansInput, ListPricingPlansOutput } from "../models/models_0";
5
- export interface ListPricingPlansCommandInput extends ListPricingPlansInput {
6
- }
7
- export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPricingPlansCommand extends $Command<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListPricingPlansCommandInput;
12
- constructor(input: ListPricingPlansCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingPlansCommandInput, ListPricingPlansCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ ListPricingPlansInput,
15
+ ListPricingPlansOutput,
16
+ } from "../models/models_0";
17
+ export interface ListPricingPlansCommandInput extends ListPricingPlansInput {}
18
+ export interface ListPricingPlansCommandOutput
19
+ extends ListPricingPlansOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListPricingPlansCommand extends $Command<
23
+ ListPricingPlansCommandInput,
24
+ ListPricingPlansCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: ListPricingPlansCommandInput;
28
+ constructor(input: ListPricingPlansCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BillingconductorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListPricingPlansCommandInput, ListPricingPlansCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { ListPricingRulesAssociatedToPricingPlanInput, ListPricingRulesAssociatedToPricingPlanOutput } from "../models/models_0";
5
- export interface ListPricingRulesAssociatedToPricingPlanCommandInput extends ListPricingRulesAssociatedToPricingPlanInput {
6
- }
7
- export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends ListPricingRulesAssociatedToPricingPlanOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPricingRulesAssociatedToPricingPlanCommand extends $Command<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListPricingRulesAssociatedToPricingPlanCommandInput;
12
- constructor(input: ListPricingRulesAssociatedToPricingPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ ListPricingRulesAssociatedToPricingPlanInput,
15
+ ListPricingRulesAssociatedToPricingPlanOutput,
16
+ } from "../models/models_0";
17
+ export interface ListPricingRulesAssociatedToPricingPlanCommandInput
18
+ extends ListPricingRulesAssociatedToPricingPlanInput {}
19
+ export interface ListPricingRulesAssociatedToPricingPlanCommandOutput
20
+ extends ListPricingRulesAssociatedToPricingPlanOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListPricingRulesAssociatedToPricingPlanCommand extends $Command<
24
+ ListPricingRulesAssociatedToPricingPlanCommandInput,
25
+ ListPricingRulesAssociatedToPricingPlanCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: ListPricingRulesAssociatedToPricingPlanCommandInput;
29
+ constructor(input: ListPricingRulesAssociatedToPricingPlanCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListPricingRulesAssociatedToPricingPlanCommandInput,
37
+ ListPricingRulesAssociatedToPricingPlanCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { ListPricingRulesInput, ListPricingRulesOutput } from "../models/models_0";
5
- export interface ListPricingRulesCommandInput extends ListPricingRulesInput {
6
- }
7
- export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPricingRulesCommand extends $Command<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListPricingRulesCommandInput;
12
- constructor(input: ListPricingRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingRulesCommandInput, ListPricingRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ ListPricingRulesInput,
15
+ ListPricingRulesOutput,
16
+ } from "../models/models_0";
17
+ export interface ListPricingRulesCommandInput extends ListPricingRulesInput {}
18
+ export interface ListPricingRulesCommandOutput
19
+ extends ListPricingRulesOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListPricingRulesCommand extends $Command<
23
+ ListPricingRulesCommandInput,
24
+ ListPricingRulesCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: ListPricingRulesCommandInput;
28
+ constructor(input: ListPricingRulesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BillingconductorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListPricingRulesCommandInput, ListPricingRulesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { ListResourcesAssociatedToCustomLineItemInput, ListResourcesAssociatedToCustomLineItemOutput } from "../models/models_0";
5
- export interface ListResourcesAssociatedToCustomLineItemCommandInput extends ListResourcesAssociatedToCustomLineItemInput {
6
- }
7
- export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends ListResourcesAssociatedToCustomLineItemOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListResourcesAssociatedToCustomLineItemCommand extends $Command<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListResourcesAssociatedToCustomLineItemCommandInput;
12
- constructor(input: ListResourcesAssociatedToCustomLineItemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ ListResourcesAssociatedToCustomLineItemInput,
15
+ ListResourcesAssociatedToCustomLineItemOutput,
16
+ } from "../models/models_0";
17
+ export interface ListResourcesAssociatedToCustomLineItemCommandInput
18
+ extends ListResourcesAssociatedToCustomLineItemInput {}
19
+ export interface ListResourcesAssociatedToCustomLineItemCommandOutput
20
+ extends ListResourcesAssociatedToCustomLineItemOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListResourcesAssociatedToCustomLineItemCommand extends $Command<
24
+ ListResourcesAssociatedToCustomLineItemCommandInput,
25
+ ListResourcesAssociatedToCustomLineItemCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: ListResourcesAssociatedToCustomLineItemCommandInput;
29
+ constructor(input: ListResourcesAssociatedToCustomLineItemCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListResourcesAssociatedToCustomLineItemCommandInput,
37
+ ListResourcesAssociatedToCustomLineItemCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ BillingconductorClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BillingconductorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ BillingconductorClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: BillingconductorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ BillingconductorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../BillingconductorClient";
13
+ import {
14
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BillingconductorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }