@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> A list the tags for a resource. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags on a resource are not specified in the request parameters, they are not changed. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes specified tags from a resource. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
2
  import type { UpdateBillingGroupInput, UpdateBillingGroupOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateBillingGroupCommandInput extends UpdateBillingGroupInput
22
19
  export interface UpdateBillingGroupCommandOutput extends UpdateBillingGroupOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateBillingGroupCommand_base: {
25
- new (input: UpdateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This updates an existing billing group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
2
  import type { UpdateCustomLineItemInput, UpdateCustomLineItemOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCustomLineItemCommandInput extends UpdateCustomLineItemIn
22
19
  export interface UpdateCustomLineItemCommandOutput extends UpdateCustomLineItemOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCustomLineItemCommand_base: {
25
- new (input: UpdateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Update an existing custom line item in the current or previous billing period. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
2
  import type { UpdatePricingPlanInput, UpdatePricingPlanOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanInput {
22
19
  export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdatePricingPlanCommand_base: {
25
- new (input: UpdatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This updates an existing pricing plan. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
2
  import type { UpdatePricingRuleInput, UpdatePricingRuleOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdatePricingRuleCommandInput extends UpdatePricingRuleInput {
22
19
  export interface UpdatePricingRuleCommandOutput extends UpdatePricingRuleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdatePricingRuleCommand_base: {
25
- new (input: UpdatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates an existing pricing rule. </p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { BillingconductorExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ BillingconductorClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./BillingconductorClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ BillingconductorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ BillingconductorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -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
  AssociateAccountsInput,
10
4
  AssociateAccountsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateAccountsCommandInput extends AssociateAccountsInput {}
15
8
  export interface AssociateAccountsCommandOutput
16
9
  extends AssociateAccountsOutput,
@@ -21,22 +14,20 @@ declare const AssociateAccountsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  AssociateAccountsCommandInput,
23
16
  AssociateAccountsCommandOutput,
24
- BillingconductorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BillingconductorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: AssociateAccountsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  AssociateAccountsCommandInput,
32
25
  AssociateAccountsCommandOutput,
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 AssociateAccountsCommand extends AssociateAccountsCommand_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
  AssociatePricingRulesInput,
10
4
  AssociatePricingRulesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociatePricingRulesCommandInput
15
8
  extends AssociatePricingRulesInput {}
16
9
  export interface AssociatePricingRulesCommandOutput
@@ -22,22 +15,20 @@ declare const AssociatePricingRulesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociatePricingRulesCommandInput,
24
17
  AssociatePricingRulesCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociatePricingRulesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociatePricingRulesCommandInput,
33
26
  AssociatePricingRulesCommandOutput,
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 AssociatePricingRulesCommand extends AssociatePricingRulesCommand_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
  BatchAssociateResourcesToCustomLineItemInput,
10
4
  BatchAssociateResourcesToCustomLineItemOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchAssociateResourcesToCustomLineItemCommandInput
15
8
  extends BatchAssociateResourcesToCustomLineItemInput {}
16
9
  export interface BatchAssociateResourcesToCustomLineItemCommandOutput
@@ -22,22 +15,20 @@ declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchAssociateResourcesToCustomLineItemCommandInput,
24
17
  BatchAssociateResourcesToCustomLineItemCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchAssociateResourcesToCustomLineItemCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchAssociateResourcesToCustomLineItemCommandInput,
33
26
  BatchAssociateResourcesToCustomLineItemCommandOutput,
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 BatchAssociateResourcesToCustomLineItemCommand extends BatchAssociateResourcesToCustomLineItemCommand_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
  BatchDisassociateResourcesFromCustomLineItemInput,
10
4
  BatchDisassociateResourcesFromCustomLineItemOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchDisassociateResourcesFromCustomLineItemCommandInput
15
8
  extends BatchDisassociateResourcesFromCustomLineItemInput {}
16
9
  export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput
@@ -22,22 +15,20 @@ declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchDisassociateResourcesFromCustomLineItemCommandInput,
24
17
  BatchDisassociateResourcesFromCustomLineItemCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchDisassociateResourcesFromCustomLineItemCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchDisassociateResourcesFromCustomLineItemCommandInput,
33
26
  BatchDisassociateResourcesFromCustomLineItemCommandOutput,
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 BatchDisassociateResourcesFromCustomLineItemCommand extends BatchDisassociateResourcesFromCustomLineItemCommand_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
  CreateBillingGroupInput,
10
4
  CreateBillingGroupOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateBillingGroupCommandInput
15
8
  extends CreateBillingGroupInput {}
16
9
  export interface CreateBillingGroupCommandOutput
@@ -22,22 +15,20 @@ declare const CreateBillingGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateBillingGroupCommandInput,
24
17
  CreateBillingGroupCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateBillingGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateBillingGroupCommandInput,
33
26
  CreateBillingGroupCommandOutput,
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 CreateBillingGroupCommand extends CreateBillingGroupCommand_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
  CreateCustomLineItemInput,
10
4
  CreateCustomLineItemOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateCustomLineItemCommandInput
15
8
  extends CreateCustomLineItemInput {}
16
9
  export interface CreateCustomLineItemCommandOutput
@@ -22,22 +15,20 @@ declare const CreateCustomLineItemCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateCustomLineItemCommandInput,
24
17
  CreateCustomLineItemCommandOutput,
25
- BillingconductorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BillingconductorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateCustomLineItemCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateCustomLineItemCommandInput,
33
26
  CreateCustomLineItemCommandOutput,
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 CreateCustomLineItemCommand extends CreateCustomLineItemCommand_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
  CreatePricingPlanInput,
10
4
  CreatePricingPlanOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreatePricingPlanCommandInput extends CreatePricingPlanInput {}
15
8
  export interface CreatePricingPlanCommandOutput
16
9
  extends CreatePricingPlanOutput,
@@ -21,22 +14,20 @@ declare const CreatePricingPlanCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreatePricingPlanCommandInput,
23
16
  CreatePricingPlanCommandOutput,
24
- BillingconductorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BillingconductorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreatePricingPlanCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreatePricingPlanCommandInput,
32
25
  CreatePricingPlanCommandOutput,
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 CreatePricingPlanCommand extends CreatePricingPlanCommand_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
  CreatePricingRuleInput,
10
4
  CreatePricingRuleOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreatePricingRuleCommandInput extends CreatePricingRuleInput {}
15
8
  export interface CreatePricingRuleCommandOutput
16
9
  extends CreatePricingRuleOutput,
@@ -21,22 +14,20 @@ declare const CreatePricingRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreatePricingRuleCommandInput,
23
16
  CreatePricingRuleCommandOutput,
24
- BillingconductorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BillingconductorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreatePricingRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreatePricingRuleCommandInput,
32
25
  CreatePricingRuleCommandOutput,
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 CreatePricingRuleCommand extends CreatePricingRuleCommand_base {
42
33
  protected static __types: {