@aws-sdk/client-billingconductor 3.1076.0 → 3.1078.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 (116) hide show
  1. package/dist-cjs/index.js +43 -325
  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-es/runtimeConfig.browser.js +0 -2
  37. package/dist-es/runtimeConfig.js +1 -2
  38. package/dist-es/runtimeConfig.native.js +0 -2
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-types/commandBuilder.d.ts +18 -0
  41. package/dist-types/commands/AssociateAccountsCommand.d.ts +3 -8
  42. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +3 -8
  43. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +3 -8
  44. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateBillingGroupCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +3 -8
  47. package/dist-types/commands/CreatePricingPlanCommand.d.ts +3 -8
  48. package/dist-types/commands/CreatePricingRuleCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +3 -8
  51. package/dist-types/commands/DeletePricingPlanCommand.d.ts +3 -8
  52. package/dist-types/commands/DeletePricingRuleCommand.d.ts +3 -8
  53. package/dist-types/commands/DisassociateAccountsCommand.d.ts +3 -8
  54. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +3 -8
  55. package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +3 -8
  56. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListBillingGroupsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +3 -8
  62. package/dist-types/commands/ListPricingPlansCommand.d.ts +3 -8
  63. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +3 -8
  64. package/dist-types/commands/ListPricingRulesCommand.d.ts +3 -8
  65. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +3 -8
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +3 -8
  71. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +3 -8
  72. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +3 -8
  73. package/dist-types/index.d.ts +1 -0
  74. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  75. package/dist-types/runtimeConfig.d.ts +1 -1
  76. package/dist-types/runtimeConfig.native.d.ts +1 -1
  77. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  78. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  79. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/index.d.ts +1 -0
  112. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  113. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  114. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  115. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  116. package/package.json +8 -10
@@ -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 { ListPricingRulesAssociatedToPricingPlanInput, ListPricingRulesAssociatedToPricingPlanOutput } 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 ListPricingRulesAssociatedToPricingPlanCommandInput extends Lis
22
19
  export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends ListPricingRulesAssociatedToPricingPlanOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
25
- new (input: ListPricingRulesAssociatedToPricingPlanCommandInput): import("@smithy/core/client").CommandImpl<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPricingRulesAssociatedToPricingPlanCommandInput): import("@smithy/core/client").CommandImpl<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPricingRulesAssociatedToPricingPlanCommandInput): import("@smithy/core/client").CommandImpl<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPricingRulesAssociatedToPricingPlanCommandInput): import("@smithy/core/client").CommandImpl<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the pricing rules that are associated with a 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 { ListPricingRulesInput, ListPricingRulesOutput } 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 ListPricingRulesCommandInput extends ListPricingRulesInput {
22
19
  export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPricingRulesCommand_base: {
25
- new (input: ListPricingRulesCommandInput): import("@smithy/core/client").CommandImpl<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPricingRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPricingRulesCommandInput): import("@smithy/core/client").CommandImpl<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPricingRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans. </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 { ListResourcesAssociatedToCustomLineItemInput, ListResourcesAssociatedToCustomLineItemOutput } 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 ListResourcesAssociatedToCustomLineItemCommandInput extends Lis
22
19
  export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends ListResourcesAssociatedToCustomLineItemOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
25
- new (input: ListResourcesAssociatedToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListResourcesAssociatedToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListResourcesAssociatedToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListResourcesAssociatedToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> List the resources that are associated to a custom line item. </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 { 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";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { BillingconductorClientConfig } from "./BillingconductorClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: BillingconductorClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: BillingconductorClientConfig) =>
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -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: {