@aws-sdk/client-billingconductor 3.1077.0 → 3.1079.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 (104) hide show
  1. package/dist-cjs/index.js +40 -323
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateAccountsCommand.js +2 -14
  4. package/dist-es/commands/AssociatePricingRulesCommand.js +2 -14
  5. package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -14
  6. package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -14
  7. package/dist-es/commands/CreateBillingGroupCommand.js +2 -14
  8. package/dist-es/commands/CreateCustomLineItemCommand.js +2 -14
  9. package/dist-es/commands/CreatePricingPlanCommand.js +2 -14
  10. package/dist-es/commands/CreatePricingRuleCommand.js +2 -14
  11. package/dist-es/commands/DeleteBillingGroupCommand.js +2 -14
  12. package/dist-es/commands/DeleteCustomLineItemCommand.js +2 -14
  13. package/dist-es/commands/DeletePricingPlanCommand.js +2 -14
  14. package/dist-es/commands/DeletePricingRuleCommand.js +2 -14
  15. package/dist-es/commands/DisassociateAccountsCommand.js +2 -14
  16. package/dist-es/commands/DisassociatePricingRulesCommand.js +2 -14
  17. package/dist-es/commands/GetBillingGroupCostReportCommand.js +2 -14
  18. package/dist-es/commands/ListAccountAssociationsCommand.js +2 -14
  19. package/dist-es/commands/ListBillingGroupCostReportsCommand.js +2 -14
  20. package/dist-es/commands/ListBillingGroupsCommand.js +2 -14
  21. package/dist-es/commands/ListCustomLineItemVersionsCommand.js +2 -14
  22. package/dist-es/commands/ListCustomLineItemsCommand.js +2 -14
  23. package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -14
  24. package/dist-es/commands/ListPricingPlansCommand.js +2 -14
  25. package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -14
  26. package/dist-es/commands/ListPricingRulesCommand.js +2 -14
  27. package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -14
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  29. package/dist-es/commands/TagResourceCommand.js +2 -14
  30. package/dist-es/commands/UntagResourceCommand.js +2 -14
  31. package/dist-es/commands/UpdateBillingGroupCommand.js +2 -14
  32. package/dist-es/commands/UpdateCustomLineItemCommand.js +2 -14
  33. package/dist-es/commands/UpdatePricingPlanCommand.js +2 -14
  34. package/dist-es/commands/UpdatePricingRuleCommand.js +2 -14
  35. package/dist-es/index.js +1 -0
  36. package/dist-types/commandBuilder.d.ts +18 -0
  37. package/dist-types/commands/AssociateAccountsCommand.d.ts +3 -8
  38. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +3 -8
  39. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +3 -8
  40. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateBillingGroupCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +3 -8
  43. package/dist-types/commands/CreatePricingPlanCommand.d.ts +3 -8
  44. package/dist-types/commands/CreatePricingRuleCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +3 -8
  47. package/dist-types/commands/DeletePricingPlanCommand.d.ts +3 -8
  48. package/dist-types/commands/DeletePricingRuleCommand.d.ts +3 -8
  49. package/dist-types/commands/DisassociateAccountsCommand.d.ts +3 -8
  50. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +3 -8
  51. package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +3 -8
  52. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListBillingGroupsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +3 -8
  58. package/dist-types/commands/ListPricingPlansCommand.d.ts +3 -8
  59. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +3 -8
  60. package/dist-types/commands/ListPricingRulesCommand.d.ts +3 -8
  61. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +3 -8
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +3 -8
  69. package/dist-types/index.d.ts +1 -0
  70. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  71. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/index.d.ts +1 -0
  104. package/package.json +8 -8
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  DeleteBillingGroupInput,
10
4
  DeleteBillingGroupOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteBillingGroupCommandInput
15
8
  extends DeleteBillingGroupInput {}
16
9
  export interface DeleteBillingGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteBillingGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteBillingGroupCommandInput,
24
17
  DeleteBillingGroupCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteBillingGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteBillingGroupCommandInput,
33
26
  DeleteBillingGroupCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteBillingGroupCommand extends DeleteBillingGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  DeleteCustomLineItemInput,
10
4
  DeleteCustomLineItemOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteCustomLineItemCommandInput
15
8
  extends DeleteCustomLineItemInput {}
16
9
  export interface DeleteCustomLineItemCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteCustomLineItemCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteCustomLineItemCommandInput,
24
17
  DeleteCustomLineItemCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteCustomLineItemCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteCustomLineItemCommandInput,
33
26
  DeleteCustomLineItemCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteCustomLineItemCommand extends DeleteCustomLineItemCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  DeletePricingPlanInput,
10
4
  DeletePricingPlanOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeletePricingPlanCommandInput extends DeletePricingPlanInput {}
15
8
  export interface DeletePricingPlanCommandOutput
16
9
  extends DeletePricingPlanOutput,
@@ -21,22 +14,20 @@ declare const DeletePricingPlanCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeletePricingPlanCommandInput,
23
16
  DeletePricingPlanCommandOutput,
24
- BillingconductorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BillingconductorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeletePricingPlanCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeletePricingPlanCommandInput,
32
25
  DeletePricingPlanCommandOutput,
33
- BillingconductorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BillingconductorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeletePricingPlanCommand extends DeletePricingPlanCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  DeletePricingRuleInput,
10
4
  DeletePricingRuleOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeletePricingRuleCommandInput extends DeletePricingRuleInput {}
15
8
  export interface DeletePricingRuleCommandOutput
16
9
  extends DeletePricingRuleOutput,
@@ -21,22 +14,20 @@ declare const DeletePricingRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeletePricingRuleCommandInput,
23
16
  DeletePricingRuleCommandOutput,
24
- BillingconductorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BillingconductorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeletePricingRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeletePricingRuleCommandInput,
32
25
  DeletePricingRuleCommandOutput,
33
- BillingconductorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BillingconductorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeletePricingRuleCommand extends DeletePricingRuleCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  DisassociateAccountsInput,
10
4
  DisassociateAccountsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisassociateAccountsCommandInput
15
8
  extends DisassociateAccountsInput {}
16
9
  export interface DisassociateAccountsCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateAccountsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateAccountsCommandInput,
24
17
  DisassociateAccountsCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateAccountsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateAccountsCommandInput,
33
26
  DisassociateAccountsCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisassociateAccountsCommand extends DisassociateAccountsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  DisassociatePricingRulesInput,
10
4
  DisassociatePricingRulesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisassociatePricingRulesCommandInput
15
8
  extends DisassociatePricingRulesInput {}
16
9
  export interface DisassociatePricingRulesCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociatePricingRulesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociatePricingRulesCommandInput,
24
17
  DisassociatePricingRulesCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociatePricingRulesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociatePricingRulesCommandInput,
33
26
  DisassociatePricingRulesCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisassociatePricingRulesCommand extends DisassociatePricingRulesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  GetBillingGroupCostReportInput,
10
4
  GetBillingGroupCostReportOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBillingGroupCostReportCommandInput
15
8
  extends GetBillingGroupCostReportInput {}
16
9
  export interface GetBillingGroupCostReportCommandOutput
@@ -22,22 +15,20 @@ declare const GetBillingGroupCostReportCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBillingGroupCostReportCommandInput,
24
17
  GetBillingGroupCostReportCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetBillingGroupCostReportCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBillingGroupCostReportCommandInput,
33
26
  GetBillingGroupCostReportCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetBillingGroupCostReportCommand extends GetBillingGroupCostReportCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  ListAccountAssociationsInput,
10
4
  ListAccountAssociationsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAccountAssociationsCommandInput
15
8
  extends ListAccountAssociationsInput {}
16
9
  export interface ListAccountAssociationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListAccountAssociationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAccountAssociationsCommandInput,
24
17
  ListAccountAssociationsCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListAccountAssociationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAccountAssociationsCommandInput,
33
26
  ListAccountAssociationsCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAccountAssociationsCommand extends ListAccountAssociationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  ListBillingGroupCostReportsInput,
10
4
  ListBillingGroupCostReportsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillingGroupCostReportsCommandInput
15
8
  extends ListBillingGroupCostReportsInput {}
16
9
  export interface ListBillingGroupCostReportsCommandOutput
@@ -22,22 +15,20 @@ declare const ListBillingGroupCostReportsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBillingGroupCostReportsCommandInput,
24
17
  ListBillingGroupCostReportsCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListBillingGroupCostReportsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBillingGroupCostReportsCommandInput,
33
26
  ListBillingGroupCostReportsCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListBillingGroupCostReportsCommand extends ListBillingGroupCostReportsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  ListBillingGroupsInput,
10
4
  ListBillingGroupsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {}
15
8
  export interface ListBillingGroupsCommandOutput
16
9
  extends ListBillingGroupsOutput,
@@ -21,22 +14,20 @@ declare const ListBillingGroupsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListBillingGroupsCommandInput,
23
16
  ListBillingGroupsCommandOutput,
24
- BillingconductorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BillingconductorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListBillingGroupsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListBillingGroupsCommandInput,
32
25
  ListBillingGroupsCommandOutput,
33
- BillingconductorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BillingconductorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListBillingGroupsCommand extends ListBillingGroupsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  ListCustomLineItemVersionsInput,
10
4
  ListCustomLineItemVersionsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCustomLineItemVersionsCommandInput
15
8
  extends ListCustomLineItemVersionsInput {}
16
9
  export interface ListCustomLineItemVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListCustomLineItemVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCustomLineItemVersionsCommandInput,
24
17
  ListCustomLineItemVersionsCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListCustomLineItemVersionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCustomLineItemVersionsCommandInput,
33
26
  ListCustomLineItemVersionsCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListCustomLineItemVersionsCommand extends ListCustomLineItemVersionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  ListCustomLineItemsInput,
10
4
  ListCustomLineItemsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCustomLineItemsCommandInput
15
8
  extends ListCustomLineItemsInput {}
16
9
  export interface ListCustomLineItemsCommandOutput
@@ -22,22 +15,20 @@ declare const ListCustomLineItemsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCustomLineItemsCommandInput,
24
17
  ListCustomLineItemsCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListCustomLineItemsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCustomLineItemsCommandInput,
33
26
  ListCustomLineItemsCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListCustomLineItemsCommand extends ListCustomLineItemsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  ListPricingPlansAssociatedWithPricingRuleInput,
10
4
  ListPricingPlansAssociatedWithPricingRuleOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPricingPlansAssociatedWithPricingRuleCommandInput
15
8
  extends ListPricingPlansAssociatedWithPricingRuleInput {}
16
9
  export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput
@@ -22,22 +15,20 @@ declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListPricingPlansAssociatedWithPricingRuleCommandInput,
24
17
  ListPricingPlansAssociatedWithPricingRuleCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListPricingPlansAssociatedWithPricingRuleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListPricingPlansAssociatedWithPricingRuleCommandInput,
33
26
  ListPricingPlansAssociatedWithPricingRuleCommandOutput,
34
- BillingconductorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BillingconductorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends ListPricingPlansAssociatedWithPricingRuleCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BillingconductorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BillingconductorClient";
8
2
  import {
9
3
  ListPricingPlansInput,
10
4
  ListPricingPlansOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPricingPlansCommandInput extends ListPricingPlansInput {}
15
8
  export interface ListPricingPlansCommandOutput
16
9
  extends ListPricingPlansOutput,
@@ -21,22 +14,20 @@ declare const ListPricingPlansCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListPricingPlansCommandInput,
23
16
  ListPricingPlansCommandOutput,
24
- BillingconductorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BillingconductorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListPricingPlansCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListPricingPlansCommandInput,
32
25
  ListPricingPlansCommandOutput,
33
- BillingconductorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BillingconductorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListPricingPlansCommand extends ListPricingPlansCommand_base {
42
33
  protected static __types: {