@aws-sdk/client-billingconductor 3.169.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.
Files changed (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Billingconductor.d.ts +544 -155
  3. package/dist-types/ts3.4/BillingconductorClient.d.ts +285 -103
  4. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +35 -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 +7 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +855 -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 +67 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  56. package/package.json +34 -34
@@ -1,17 +1,36 @@
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 { CreateBillingGroupInput, CreateBillingGroupOutput } from "../models/models_0";
5
- export interface CreateBillingGroupCommandInput extends CreateBillingGroupInput {
6
- }
7
- export interface CreateBillingGroupCommandOutput extends CreateBillingGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBillingGroupCommand extends $Command<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: CreateBillingGroupCommandInput;
12
- constructor(input: CreateBillingGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput>;
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
+ CreateBillingGroupInput,
15
+ CreateBillingGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateBillingGroupCommandInput
18
+ extends CreateBillingGroupInput {}
19
+ export interface CreateBillingGroupCommandOutput
20
+ extends CreateBillingGroupOutput,
21
+ __MetadataBearer {}
22
+ export declare class CreateBillingGroupCommand extends $Command<
23
+ CreateBillingGroupCommandInput,
24
+ CreateBillingGroupCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: CreateBillingGroupCommandInput;
28
+ constructor(input: CreateBillingGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BillingconductorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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 { CreateCustomLineItemInput, CreateCustomLineItemOutput } from "../models/models_0";
5
- export interface CreateCustomLineItemCommandInput extends CreateCustomLineItemInput {
6
- }
7
- export interface CreateCustomLineItemCommandOutput extends CreateCustomLineItemOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCustomLineItemCommand extends $Command<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: CreateCustomLineItemCommandInput;
12
- constructor(input: CreateCustomLineItemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput>;
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
+ CreateCustomLineItemInput,
15
+ CreateCustomLineItemOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateCustomLineItemCommandInput
18
+ extends CreateCustomLineItemInput {}
19
+ export interface CreateCustomLineItemCommandOutput
20
+ extends CreateCustomLineItemOutput,
21
+ __MetadataBearer {}
22
+ export declare class CreateCustomLineItemCommand extends $Command<
23
+ CreateCustomLineItemCommandInput,
24
+ CreateCustomLineItemCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: CreateCustomLineItemCommandInput;
28
+ constructor(input: CreateCustomLineItemCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BillingconductorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateCustomLineItemCommandInput,
35
+ CreateCustomLineItemCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { CreatePricingPlanInput, CreatePricingPlanOutput } from "../models/models_0";
5
- export interface CreatePricingPlanCommandInput extends CreatePricingPlanInput {
6
- }
7
- export interface CreatePricingPlanCommandOutput extends CreatePricingPlanOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePricingPlanCommand extends $Command<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: CreatePricingPlanCommandInput;
12
- constructor(input: CreatePricingPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput>;
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
+ CreatePricingPlanInput,
15
+ CreatePricingPlanOutput,
16
+ } from "../models/models_0";
17
+ export interface CreatePricingPlanCommandInput extends CreatePricingPlanInput {}
18
+ export interface CreatePricingPlanCommandOutput
19
+ extends CreatePricingPlanOutput,
20
+ __MetadataBearer {}
21
+ export declare class CreatePricingPlanCommand extends $Command<
22
+ CreatePricingPlanCommandInput,
23
+ CreatePricingPlanCommandOutput,
24
+ BillingconductorClientResolvedConfig
25
+ > {
26
+ readonly input: CreatePricingPlanCommandInput;
27
+ constructor(input: CreatePricingPlanCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: BillingconductorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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 { CreatePricingRuleInput, CreatePricingRuleOutput } from "../models/models_0";
5
- export interface CreatePricingRuleCommandInput extends CreatePricingRuleInput {
6
- }
7
- export interface CreatePricingRuleCommandOutput extends CreatePricingRuleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePricingRuleCommand extends $Command<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: CreatePricingRuleCommandInput;
12
- constructor(input: CreatePricingRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput>;
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
+ CreatePricingRuleInput,
15
+ CreatePricingRuleOutput,
16
+ } from "../models/models_0";
17
+ export interface CreatePricingRuleCommandInput extends CreatePricingRuleInput {}
18
+ export interface CreatePricingRuleCommandOutput
19
+ extends CreatePricingRuleOutput,
20
+ __MetadataBearer {}
21
+ export declare class CreatePricingRuleCommand extends $Command<
22
+ CreatePricingRuleCommandInput,
23
+ CreatePricingRuleCommandOutput,
24
+ BillingconductorClientResolvedConfig
25
+ > {
26
+ readonly input: CreatePricingRuleCommandInput;
27
+ constructor(input: CreatePricingRuleCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: BillingconductorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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 { DeleteBillingGroupInput, DeleteBillingGroupOutput } from "../models/models_0";
5
- export interface DeleteBillingGroupCommandInput extends DeleteBillingGroupInput {
6
- }
7
- export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBillingGroupCommand extends $Command<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: DeleteBillingGroupCommandInput;
12
- constructor(input: DeleteBillingGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput>;
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
+ DeleteBillingGroupInput,
15
+ DeleteBillingGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteBillingGroupCommandInput
18
+ extends DeleteBillingGroupInput {}
19
+ export interface DeleteBillingGroupCommandOutput
20
+ extends DeleteBillingGroupOutput,
21
+ __MetadataBearer {}
22
+ export declare class DeleteBillingGroupCommand extends $Command<
23
+ DeleteBillingGroupCommandInput,
24
+ DeleteBillingGroupCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteBillingGroupCommandInput;
28
+ constructor(input: DeleteBillingGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BillingconductorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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 { DeleteCustomLineItemInput, DeleteCustomLineItemOutput } from "../models/models_0";
5
- export interface DeleteCustomLineItemCommandInput extends DeleteCustomLineItemInput {
6
- }
7
- export interface DeleteCustomLineItemCommandOutput extends DeleteCustomLineItemOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCustomLineItemCommand extends $Command<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: DeleteCustomLineItemCommandInput;
12
- constructor(input: DeleteCustomLineItemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput>;
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
+ DeleteCustomLineItemInput,
15
+ DeleteCustomLineItemOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteCustomLineItemCommandInput
18
+ extends DeleteCustomLineItemInput {}
19
+ export interface DeleteCustomLineItemCommandOutput
20
+ extends DeleteCustomLineItemOutput,
21
+ __MetadataBearer {}
22
+ export declare class DeleteCustomLineItemCommand extends $Command<
23
+ DeleteCustomLineItemCommandInput,
24
+ DeleteCustomLineItemCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteCustomLineItemCommandInput;
28
+ constructor(input: DeleteCustomLineItemCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BillingconductorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteCustomLineItemCommandInput,
35
+ DeleteCustomLineItemCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { DeletePricingPlanInput, DeletePricingPlanOutput } from "../models/models_0";
5
- export interface DeletePricingPlanCommandInput extends DeletePricingPlanInput {
6
- }
7
- export interface DeletePricingPlanCommandOutput extends DeletePricingPlanOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePricingPlanCommand extends $Command<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: DeletePricingPlanCommandInput;
12
- constructor(input: DeletePricingPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput>;
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
+ DeletePricingPlanInput,
15
+ DeletePricingPlanOutput,
16
+ } from "../models/models_0";
17
+ export interface DeletePricingPlanCommandInput extends DeletePricingPlanInput {}
18
+ export interface DeletePricingPlanCommandOutput
19
+ extends DeletePricingPlanOutput,
20
+ __MetadataBearer {}
21
+ export declare class DeletePricingPlanCommand extends $Command<
22
+ DeletePricingPlanCommandInput,
23
+ DeletePricingPlanCommandOutput,
24
+ BillingconductorClientResolvedConfig
25
+ > {
26
+ readonly input: DeletePricingPlanCommandInput;
27
+ constructor(input: DeletePricingPlanCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: BillingconductorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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 { DeletePricingRuleInput, DeletePricingRuleOutput } from "../models/models_0";
5
- export interface DeletePricingRuleCommandInput extends DeletePricingRuleInput {
6
- }
7
- export interface DeletePricingRuleCommandOutput extends DeletePricingRuleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePricingRuleCommand extends $Command<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: DeletePricingRuleCommandInput;
12
- constructor(input: DeletePricingRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput>;
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
+ DeletePricingRuleInput,
15
+ DeletePricingRuleOutput,
16
+ } from "../models/models_0";
17
+ export interface DeletePricingRuleCommandInput extends DeletePricingRuleInput {}
18
+ export interface DeletePricingRuleCommandOutput
19
+ extends DeletePricingRuleOutput,
20
+ __MetadataBearer {}
21
+ export declare class DeletePricingRuleCommand extends $Command<
22
+ DeletePricingRuleCommandInput,
23
+ DeletePricingRuleCommandOutput,
24
+ BillingconductorClientResolvedConfig
25
+ > {
26
+ readonly input: DeletePricingRuleCommandInput;
27
+ constructor(input: DeletePricingRuleCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: BillingconductorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { DisassociateAccountsInput, DisassociateAccountsOutput } from "../models/models_0";
5
- export interface DisassociateAccountsCommandInput extends DisassociateAccountsInput {
6
- }
7
- export interface DisassociateAccountsCommandOutput extends DisassociateAccountsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateAccountsCommand extends $Command<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: DisassociateAccountsCommandInput;
12
- constructor(input: DisassociateAccountsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput>;
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
+ DisassociateAccountsInput,
15
+ DisassociateAccountsOutput,
16
+ } from "../models/models_0";
17
+ export interface DisassociateAccountsCommandInput
18
+ extends DisassociateAccountsInput {}
19
+ export interface DisassociateAccountsCommandOutput
20
+ extends DisassociateAccountsOutput,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateAccountsCommand extends $Command<
23
+ DisassociateAccountsCommandInput,
24
+ DisassociateAccountsCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateAccountsCommandInput;
28
+ constructor(input: DisassociateAccountsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BillingconductorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateAccountsCommandInput,
35
+ DisassociateAccountsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DisassociatePricingRulesInput, DisassociatePricingRulesOutput } from "../models/models_0";
5
- export interface DisassociatePricingRulesCommandInput extends DisassociatePricingRulesInput {
6
- }
7
- export interface DisassociatePricingRulesCommandOutput extends DisassociatePricingRulesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociatePricingRulesCommand extends $Command<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: DisassociatePricingRulesCommandInput;
12
- constructor(input: DisassociatePricingRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput>;
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
+ DisassociatePricingRulesInput,
15
+ DisassociatePricingRulesOutput,
16
+ } from "../models/models_0";
17
+ export interface DisassociatePricingRulesCommandInput
18
+ extends DisassociatePricingRulesInput {}
19
+ export interface DisassociatePricingRulesCommandOutput
20
+ extends DisassociatePricingRulesOutput,
21
+ __MetadataBearer {}
22
+ export declare class DisassociatePricingRulesCommand extends $Command<
23
+ DisassociatePricingRulesCommandInput,
24
+ DisassociatePricingRulesCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociatePricingRulesCommandInput;
28
+ constructor(input: DisassociatePricingRulesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BillingconductorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociatePricingRulesCommandInput,
35
+ DisassociatePricingRulesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { ListAccountAssociationsInput, ListAccountAssociationsOutput } from "../models/models_0";
5
- export interface ListAccountAssociationsCommandInput extends ListAccountAssociationsInput {
6
- }
7
- export interface ListAccountAssociationsCommandOutput extends ListAccountAssociationsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAccountAssociationsCommand extends $Command<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig> {
11
- readonly input: ListAccountAssociationsCommandInput;
12
- constructor(input: ListAccountAssociationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput>;
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
+ ListAccountAssociationsInput,
15
+ ListAccountAssociationsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListAccountAssociationsCommandInput
18
+ extends ListAccountAssociationsInput {}
19
+ export interface ListAccountAssociationsCommandOutput
20
+ extends ListAccountAssociationsOutput,
21
+ __MetadataBearer {}
22
+ export declare class ListAccountAssociationsCommand extends $Command<
23
+ ListAccountAssociationsCommandInput,
24
+ ListAccountAssociationsCommandOutput,
25
+ BillingconductorClientResolvedConfig
26
+ > {
27
+ readonly input: ListAccountAssociationsCommandInput;
28
+ constructor(input: ListAccountAssociationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BillingconductorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListAccountAssociationsCommandInput,
35
+ ListAccountAssociationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }