@aws-sdk/client-billingconductor 3.1045.0 → 3.1047.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 (131) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +80 -81
  5. package/dist-cjs/models/BillingconductorServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Billingconductor.js +1 -1
  10. package/dist-es/BillingconductorClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateAccountsCommand.js +2 -2
  13. package/dist-es/commands/AssociatePricingRulesCommand.js +2 -2
  14. package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -2
  15. package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -2
  16. package/dist-es/commands/CreateBillingGroupCommand.js +2 -2
  17. package/dist-es/commands/CreateCustomLineItemCommand.js +2 -2
  18. package/dist-es/commands/CreatePricingPlanCommand.js +2 -2
  19. package/dist-es/commands/CreatePricingRuleCommand.js +2 -2
  20. package/dist-es/commands/DeleteBillingGroupCommand.js +2 -2
  21. package/dist-es/commands/DeleteCustomLineItemCommand.js +2 -2
  22. package/dist-es/commands/DeletePricingPlanCommand.js +2 -2
  23. package/dist-es/commands/DeletePricingRuleCommand.js +2 -2
  24. package/dist-es/commands/DisassociateAccountsCommand.js +2 -2
  25. package/dist-es/commands/DisassociatePricingRulesCommand.js +2 -2
  26. package/dist-es/commands/GetBillingGroupCostReportCommand.js +2 -2
  27. package/dist-es/commands/ListAccountAssociationsCommand.js +2 -2
  28. package/dist-es/commands/ListBillingGroupCostReportsCommand.js +2 -2
  29. package/dist-es/commands/ListBillingGroupsCommand.js +2 -2
  30. package/dist-es/commands/ListCustomLineItemVersionsCommand.js +2 -2
  31. package/dist-es/commands/ListCustomLineItemsCommand.js +2 -2
  32. package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -2
  33. package/dist-es/commands/ListPricingPlansCommand.js +2 -2
  34. package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -2
  35. package/dist-es/commands/ListPricingRulesCommand.js +2 -2
  36. package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -2
  37. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  38. package/dist-es/commands/TagResourceCommand.js +2 -2
  39. package/dist-es/commands/UntagResourceCommand.js +2 -2
  40. package/dist-es/commands/UpdateBillingGroupCommand.js +2 -2
  41. package/dist-es/commands/UpdateCustomLineItemCommand.js +2 -2
  42. package/dist-es/commands/UpdatePricingPlanCommand.js +2 -2
  43. package/dist-es/commands/UpdatePricingRuleCommand.js +2 -2
  44. package/dist-es/endpoint/bdd.js +1 -1
  45. package/dist-es/endpoint/endpointResolver.js +1 -1
  46. package/dist-es/models/BillingconductorServiceException.js +1 -1
  47. package/dist-es/runtimeConfig.browser.js +4 -6
  48. package/dist-es/runtimeConfig.js +4 -8
  49. package/dist-es/runtimeConfig.shared.js +3 -4
  50. package/dist-es/runtimeExtensions.js +2 -2
  51. package/dist-types/BillingconductorClient.d.ts +5 -5
  52. package/dist-types/commands/AssociateAccountsCommand.d.ts +6 -4
  53. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +6 -4
  54. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +6 -4
  55. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateBillingGroupCommand.d.ts +6 -4
  57. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +6 -4
  58. package/dist-types/commands/CreatePricingPlanCommand.d.ts +6 -4
  59. package/dist-types/commands/CreatePricingRuleCommand.d.ts +6 -4
  60. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +6 -4
  61. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +6 -4
  62. package/dist-types/commands/DeletePricingPlanCommand.d.ts +6 -4
  63. package/dist-types/commands/DeletePricingRuleCommand.d.ts +6 -4
  64. package/dist-types/commands/DisassociateAccountsCommand.d.ts +6 -4
  65. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +6 -4
  66. package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +6 -4
  67. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +6 -4
  68. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +6 -4
  69. package/dist-types/commands/ListBillingGroupsCommand.d.ts +6 -4
  70. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +6 -4
  71. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +6 -4
  72. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +6 -4
  73. package/dist-types/commands/ListPricingPlansCommand.d.ts +6 -4
  74. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +6 -4
  75. package/dist-types/commands/ListPricingRulesCommand.d.ts +6 -4
  76. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +6 -4
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  78. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  79. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  80. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +9 -4
  82. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +6 -4
  83. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +6 -4
  84. package/dist-types/endpoint/bdd.d.ts +1 -1
  85. package/dist-types/extensionConfiguration.d.ts +1 -1
  86. package/dist-types/models/BillingconductorServiceException.d.ts +1 -1
  87. package/dist-types/models/errors.d.ts +1 -1
  88. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  89. package/dist-types/runtimeConfig.d.ts +2 -2
  90. package/dist-types/runtimeConfig.native.d.ts +2 -2
  91. package/dist-types/ts3.4/BillingconductorClient.d.ts +8 -14
  92. package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  125. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  126. package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +1 -1
  127. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  128. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  129. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  130. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  131. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { AssociatePricingRulesInput, AssociatePricingRulesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AssociatePricingRulesCommandInput extends AssociatePricingRules
22
22
  export interface AssociatePricingRulesCommandOutput extends AssociatePricingRulesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const AssociatePricingRulesCommand_base: {
25
- new (input: AssociatePricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociatePricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AssociatePricingRulesCommandInput): import("@smithy/core/client").CommandImpl<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociatePricingRulesCommandInput): import("@smithy/core/client").CommandImpl<AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Connects an array of <code>PricingRuleArns</code> to a defined <code>PricingPlan</code>. The maximum number <code>PricingRuleArn</code> that can be associated in one call is 30. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { BatchAssociateResourcesToCustomLineItemInput, BatchAssociateResourcesToCustomLineItemOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface BatchAssociateResourcesToCustomLineItemCommandInput extends Bat
22
22
  export interface BatchAssociateResourcesToCustomLineItemCommandOutput extends BatchAssociateResourcesToCustomLineItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
25
- new (input: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Associates a batch of resources to a percentage custom line item. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { BatchDisassociateResourcesFromCustomLineItemInput, BatchDisassociateResourcesFromCustomLineItemOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface BatchDisassociateResourcesFromCustomLineItemCommandInput extend
22
22
  export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput extends BatchDisassociateResourcesFromCustomLineItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
25
- new (input: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Disassociates a batch of resources from a percentage custom line item. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { CreateBillingGroupInput, CreateBillingGroupOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateBillingGroupCommandInput extends CreateBillingGroupInput
22
22
  export interface CreateBillingGroupCommandOutput extends CreateBillingGroupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateBillingGroupCommand_base: {
25
- new (input: CreateBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { CreateCustomLineItemInput, CreateCustomLineItemOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateCustomLineItemCommandInput extends CreateCustomLineItemIn
22
22
  export interface CreateCustomLineItemCommandOutput extends CreateCustomLineItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateCustomLineItemCommand_base: {
25
- new (input: CreateCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period. The one-time fixed charge is either a fee or discount. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { CreatePricingPlanInput, CreatePricingPlanOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreatePricingPlanCommandInput extends CreatePricingPlanInput {
22
22
  export interface CreatePricingPlanCommandOutput extends CreatePricingPlanOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePricingPlanCommand_base: {
25
- new (input: CreatePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { CreatePricingRuleInput, CreatePricingRuleOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreatePricingRuleCommandInput extends CreatePricingRuleInput {
22
22
  export interface CreatePricingRuleCommandOutput extends CreatePricingRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePricingRuleCommand_base: {
25
- new (input: CreatePricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { DeleteBillingGroupInput, DeleteBillingGroupOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteBillingGroupCommandInput extends DeleteBillingGroupInput
22
22
  export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteBillingGroupCommand_base: {
25
- new (input: DeleteBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteBillingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Deletes a billing group. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { DeleteCustomLineItemInput, DeleteCustomLineItemOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCustomLineItemCommandInput extends DeleteCustomLineItemIn
22
22
  export interface DeleteCustomLineItemCommandOutput extends DeleteCustomLineItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCustomLineItemCommand_base: {
25
- new (input: DeleteCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Deletes the custom line item identified by the given ARN in the current, or previous billing period. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { DeletePricingPlanInput, DeletePricingPlanOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeletePricingPlanCommandInput extends DeletePricingPlanInput {
22
22
  export interface DeletePricingPlanCommandOutput extends DeletePricingPlanOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeletePricingPlanCommand_base: {
25
- new (input: DeletePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeletePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a pricing plan. The pricing plan must not be associated with any billing groups to delete successfully.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { DeletePricingRuleInput, DeletePricingRuleOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeletePricingRuleCommandInput extends DeletePricingRuleInput {
22
22
  export interface DeletePricingRuleCommandOutput extends DeletePricingRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeletePricingRuleCommand_base: {
25
- new (input: DeletePricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeletePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN). </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { DisassociateAccountsInput, DisassociateAccountsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisassociateAccountsCommandInput extends DisassociateAccountsIn
22
22
  export interface DisassociateAccountsCommandOutput extends DisassociateAccountsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateAccountsCommand_base: {
25
- new (input: DisassociateAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified list of account IDs from the given billing group. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { DisassociatePricingRulesInput, DisassociatePricingRulesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisassociatePricingRulesCommandInput extends DisassociatePricin
22
22
  export interface DisassociatePricingRulesCommandOutput extends DisassociatePricingRulesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociatePricingRulesCommand_base: {
25
- new (input: DisassociatePricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociatePricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociatePricingRulesCommandInput): import("@smithy/core/client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociatePricingRulesCommandInput): import("@smithy/core/client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Disassociates a list of pricing rules from a pricing plan. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { GetBillingGroupCostReportInput, GetBillingGroupCostReportOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBillingGroupCostReportCommandInput extends GetBillingGroupCo
22
22
  export interface GetBillingGroupCostReportCommandOutput extends GetBillingGroupCostReportOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetBillingGroupCostReportCommand_base: {
25
- new (input: GetBillingGroupCostReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBillingGroupCostReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBillingGroupCostReportCommandInput): import("@smithy/core/client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetBillingGroupCostReportCommandInput): import("@smithy/core/client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma cost) by Amazon Web Services service for a specific billing group.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListAccountAssociationsInput, ListAccountAssociationsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListAccountAssociationsCommandInput extends ListAccountAssociat
22
22
  export interface ListAccountAssociationsCommandOutput extends ListAccountAssociationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListAccountAssociationsCommand_base: {
25
- new (input: ListAccountAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAccountAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAccountAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAccountAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> This is a paginated call to list linked accounts that are linked to the payer account for the specified time period. If no information is provided, the current billing period is used. The response will optionally include the billing group that's associated with the linked account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListBillingGroupCostReportsInput, ListBillingGroupCostReportsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListBillingGroupCostReportsCommandInput extends ListBillingGrou
22
22
  export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGroupCostReportsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListBillingGroupCostReportsCommand_base: {
25
- new (input: ListBillingGroupCostReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListBillingGroupCostReportsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListBillingGroupCostReportsCommandInput): import("@smithy/core/client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListBillingGroupCostReportsCommandInput]): import("@smithy/core/client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListBillingGroupsInput, ListBillingGroupsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {
22
22
  export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListBillingGroupsCommand_base: {
25
- new (input: ListBillingGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListBillingGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListBillingGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListBillingGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A paginated call to retrieve a list of billing groups for the given billing period. If you don't provide a billing group, the current billing period is used.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListCustomLineItemVersionsInput, ListCustomLineItemVersionsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCustomLineItemVersionsCommandInput extends ListCustomLineIt
22
22
  export interface ListCustomLineItemVersionsCommandOutput extends ListCustomLineItemVersionsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListCustomLineItemVersionsCommand_base: {
25
- new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A paginated call to get a list of all custom line item versions.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListCustomLineItemsInput, ListCustomLineItemsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCustomLineItemsCommandInput extends ListCustomLineItemsInpu
22
22
  export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListCustomLineItemsCommand_base: {
25
- new (input: ListCustomLineItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCustomLineItemsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCustomLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCustomLineItemsCommandInput]): import("@smithy/core/client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> A paginated call to get a list of all custom line items (FFLIs) for the given billing period. If you don't provide a billing period, the current billing period is used. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListPricingPlansAssociatedWithPricingRuleInput, ListPricingPlansAssociatedWithPricingRuleOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPricingPlansAssociatedWithPricingRuleCommandInput extends L
22
22
  export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends ListPricingPlansAssociatedWithPricingRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
25
- new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/core/client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/core/client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> A list of the pricing plans that are associated with a pricing rule. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListPricingPlansInput, ListPricingPlansOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPricingPlansCommandInput extends ListPricingPlansInput {
22
22
  export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListPricingPlansCommand_base: {
25
- new (input: ListPricingPlansCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPricingPlansCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPricingPlansCommandInput): import("@smithy/core/client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPricingPlansCommandInput]): import("@smithy/core/client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListPricingRulesAssociatedToPricingPlanInput, ListPricingRulesAssociatedToPricingPlanOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPricingRulesAssociatedToPricingPlanCommandInput extends Lis
22
22
  export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends ListPricingRulesAssociatedToPricingPlanOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
25
- new (input: ListPricingRulesAssociatedToPricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPricingRulesAssociatedToPricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Lists the pricing rules that are associated with a pricing plan. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListPricingRulesInput, ListPricingRulesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPricingRulesCommandInput extends ListPricingRulesInput {
22
22
  export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListPricingRulesCommand_base: {
25
- new (input: ListPricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPricingRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListResourcesAssociatedToCustomLineItemInput, ListResourcesAssociatedToCustomLineItemOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListResourcesAssociatedToCustomLineItemCommandInput extends Lis
22
22
  export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends ListResourcesAssociatedToCustomLineItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
25
- new (input: ListResourcesAssociatedToCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListResourcesAssociatedToCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p> List the resources that are associated to a custom line item. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p> A list the tags for a resource. </p>