@aws-sdk/client-bcm-pricing-calculator 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/dist-cjs/index.js +44 -363
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +2 -14
  4. package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +2 -14
  5. package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +2 -14
  6. package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +2 -14
  7. package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +2 -14
  8. package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +2 -14
  9. package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +2 -14
  10. package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +2 -14
  11. package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +2 -14
  12. package/dist-es/commands/CreateBillEstimateCommand.js +2 -14
  13. package/dist-es/commands/CreateBillScenarioCommand.js +2 -14
  14. package/dist-es/commands/CreateWorkloadEstimateCommand.js +2 -14
  15. package/dist-es/commands/DeleteBillEstimateCommand.js +2 -14
  16. package/dist-es/commands/DeleteBillScenarioCommand.js +2 -14
  17. package/dist-es/commands/DeleteWorkloadEstimateCommand.js +2 -14
  18. package/dist-es/commands/GetBillEstimateCommand.js +2 -14
  19. package/dist-es/commands/GetBillScenarioCommand.js +2 -14
  20. package/dist-es/commands/GetPreferencesCommand.js +2 -14
  21. package/dist-es/commands/GetWorkloadEstimateCommand.js +2 -14
  22. package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +2 -14
  23. package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +2 -14
  24. package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +2 -14
  25. package/dist-es/commands/ListBillEstimateLineItemsCommand.js +2 -14
  26. package/dist-es/commands/ListBillEstimatesCommand.js +2 -14
  27. package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +2 -14
  28. package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +2 -14
  29. package/dist-es/commands/ListBillScenariosCommand.js +2 -14
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  31. package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +2 -14
  32. package/dist-es/commands/ListWorkloadEstimatesCommand.js +2 -14
  33. package/dist-es/commands/TagResourceCommand.js +2 -14
  34. package/dist-es/commands/UntagResourceCommand.js +2 -14
  35. package/dist-es/commands/UpdateBillEstimateCommand.js +2 -14
  36. package/dist-es/commands/UpdateBillScenarioCommand.js +2 -14
  37. package/dist-es/commands/UpdatePreferencesCommand.js +2 -14
  38. package/dist-es/commands/UpdateWorkloadEstimateCommand.js +2 -14
  39. package/dist-es/index.js +1 -0
  40. package/dist-types/commandBuilder.d.ts +18 -0
  41. package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +3 -8
  42. package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +3 -8
  43. package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +3 -8
  44. package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +3 -8
  45. package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +3 -8
  46. package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +3 -8
  47. package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +3 -8
  48. package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +3 -8
  49. package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateBillEstimateCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateBillScenarioCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteBillEstimateCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteBillScenarioCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +3 -8
  56. package/dist-types/commands/GetBillEstimateCommand.d.ts +3 -8
  57. package/dist-types/commands/GetBillScenarioCommand.d.ts +3 -8
  58. package/dist-types/commands/GetPreferencesCommand.d.ts +3 -8
  59. package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +3 -8
  60. package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListBillEstimatesCommand.d.ts +3 -8
  65. package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListBillScenariosCommand.d.ts +3 -8
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +3 -8
  70. package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +3 -8
  71. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  72. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/UpdateBillEstimateCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdateBillScenarioCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdatePreferencesCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +3 -8
  77. package/dist-types/index.d.ts +1 -0
  78. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  79. package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/index.d.ts +1 -0
  116. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { ListBillEstimateInputCommitmentModificationsRequest, ListBillEstimateInputCommitmentModificationsResponse } 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 ListBillEstimateInputCommitmentModificationsCommandInput extend
22
19
  export interface ListBillEstimateInputCommitmentModificationsCommandOutput extends ListBillEstimateInputCommitmentModificationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
25
- new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the input commitment modifications associated with a bill estimate. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { ListBillEstimateInputUsageModificationsRequest, ListBillEstimateInputUsageModificationsResponse } 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 ListBillEstimateInputUsageModificationsCommandInput extends Lis
22
19
  export interface ListBillEstimateInputUsageModificationsCommandOutput extends ListBillEstimateInputUsageModificationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListBillEstimateInputUsageModificationsCommand_base: {
25
- new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the input usage modifications associated with a bill estimate. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { ListBillEstimateLineItemsRequest, ListBillEstimateLineItemsResponse } 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 ListBillEstimateLineItemsCommandInput extends ListBillEstimateL
22
19
  export interface ListBillEstimateLineItemsCommandOutput extends ListBillEstimateLineItemsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListBillEstimateLineItemsCommand_base: {
25
- new (input: ListBillEstimateLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBillEstimateLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListBillEstimateLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBillEstimateLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the line items associated with a bill estimate. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { ListBillEstimatesRequest, ListBillEstimatesResponse } 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 ListBillEstimatesCommandInput extends ListBillEstimatesRequest
22
19
  export interface ListBillEstimatesCommandOutput extends ListBillEstimatesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListBillEstimatesCommand_base: {
25
- new (input: ListBillEstimatesCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListBillEstimatesCommandInput]): import("@smithy/core/client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListBillEstimatesCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListBillEstimatesCommandInput]): import("@smithy/core/client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists all bill estimates for the account. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { ListBillScenarioCommitmentModificationsRequest, ListBillScenarioCommitmentModificationsResponse } 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 ListBillScenarioCommitmentModificationsCommandInput extends Lis
22
19
  export interface ListBillScenarioCommitmentModificationsCommandOutput extends ListBillScenarioCommitmentModificationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListBillScenarioCommitmentModificationsCommand_base: {
25
- new (input: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the commitment modifications associated with a bill scenario. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { ListBillScenarioUsageModificationsRequest, ListBillScenarioUsageModificationsResponse } 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 ListBillScenarioUsageModificationsCommandInput extends ListBill
22
19
  export interface ListBillScenarioUsageModificationsCommandOutput extends ListBillScenarioUsageModificationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListBillScenarioUsageModificationsCommand_base: {
25
- new (input: ListBillScenarioUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBillScenarioUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListBillScenarioUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBillScenarioUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the usage modifications associated with a bill scenario. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { ListBillScenariosRequest, ListBillScenariosResponse } 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 ListBillScenariosCommandInput extends ListBillScenariosRequest
22
19
  export interface ListBillScenariosCommandOutput extends ListBillScenariosResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListBillScenariosCommand_base: {
25
- new (input: ListBillScenariosCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenariosCommandInput, ListBillScenariosCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListBillScenariosCommandInput]): import("@smithy/core/client").CommandImpl<ListBillScenariosCommandInput, ListBillScenariosCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListBillScenariosCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenariosCommandInput, ListBillScenariosCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListBillScenariosCommandInput]): import("@smithy/core/client").CommandImpl<ListBillScenariosCommandInput, ListBillScenariosCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists all bill scenarios for the account. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
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, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists all tags associated with a specified 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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { ListWorkloadEstimateUsageRequest, ListWorkloadEstimateUsageResponse } 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 ListWorkloadEstimateUsageCommandInput extends ListWorkloadEstim
22
19
  export interface ListWorkloadEstimateUsageCommandOutput extends ListWorkloadEstimateUsageResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkloadEstimateUsageCommand_base: {
25
- new (input: ListWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimateUsageCommandInput, ListWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimateUsageCommandInput, ListWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimateUsageCommandInput, ListWorkloadEstimateUsageCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimateUsageCommandInput, ListWorkloadEstimateUsageCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the usage associated with a workload estimate. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { ListWorkloadEstimatesRequest, ListWorkloadEstimatesResponse } 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 ListWorkloadEstimatesCommandInput extends ListWorkloadEstimates
22
19
  export interface ListWorkloadEstimatesCommandOutput extends ListWorkloadEstimatesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkloadEstimatesCommand_base: {
25
- new (input: ListWorkloadEstimatesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimatesCommandInput, ListWorkloadEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWorkloadEstimatesCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkloadEstimatesCommandInput, ListWorkloadEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWorkloadEstimatesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimatesCommandInput, ListWorkloadEstimatesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListWorkloadEstimatesCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkloadEstimatesCommandInput, ListWorkloadEstimatesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists all workload estimates for the account. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
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, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Adds one or more tags to a specified 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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
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, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Removes one or more tags from a specified 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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { UpdateBillEstimateRequest, UpdateBillEstimateResponse } 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 UpdateBillEstimateCommandInput extends UpdateBillEstimateReques
22
19
  export interface UpdateBillEstimateCommandOutput extends UpdateBillEstimateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateBillEstimateCommand_base: {
25
- new (input: UpdateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillEstimateCommandInput, UpdateBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillEstimateCommandInput, UpdateBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillEstimateCommandInput, UpdateBillEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillEstimateCommandInput, UpdateBillEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates an existing bill estimate. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { UpdateBillScenarioRequest, UpdateBillScenarioResponse } 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 UpdateBillScenarioCommandInput extends UpdateBillScenarioReques
22
19
  export interface UpdateBillScenarioCommandOutput extends UpdateBillScenarioResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateBillScenarioCommand_base: {
25
- new (input: UpdateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillScenarioCommandInput, UpdateBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillScenarioCommandInput, UpdateBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillScenarioCommandInput, UpdateBillScenarioCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillScenarioCommandInput, UpdateBillScenarioCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates an existing bill scenario. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { UpdatePreferencesRequest, UpdatePreferencesResponse } 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 UpdatePreferencesCommandInput extends UpdatePreferencesRequest
22
19
  export interface UpdatePreferencesCommandOutput extends UpdatePreferencesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdatePreferencesCommand_base: {
25
- new (input: UpdatePreferencesCommandInput): import("@smithy/core/client").CommandImpl<UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdatePreferencesCommandInput]): import("@smithy/core/client").CommandImpl<UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdatePreferencesCommandInput): import("@smithy/core/client").CommandImpl<UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdatePreferencesCommandInput]): import("@smithy/core/client").CommandImpl<UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates the preferences for Pricing Calculator. </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 { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
4
2
  import type { UpdateWorkloadEstimateRequest, UpdateWorkloadEstimateResponse } 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 UpdateWorkloadEstimateCommandInput extends UpdateWorkloadEstima
22
19
  export interface UpdateWorkloadEstimateCommandOutput extends UpdateWorkloadEstimateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateWorkloadEstimateCommand_base: {
25
- new (input: UpdateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadEstimateCommandInput, UpdateWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadEstimateCommandInput, UpdateWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadEstimateCommandInput, UpdateWorkloadEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadEstimateCommandInput, UpdateWorkloadEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates an existing workload estimate. </p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { BCMPricingCalculatorExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ BCMPricingCalculatorClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./BCMPricingCalculatorClient";
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
+ BCMPricingCalculatorClientResolvedConfig,
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
+ BCMPricingCalculatorClientResolvedConfig,
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
- BCMPricingCalculatorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BCMPricingCalculatorClient";
8
2
  import {
9
3
  BatchCreateBillScenarioCommitmentModificationRequest,
10
4
  BatchCreateBillScenarioCommitmentModificationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchCreateBillScenarioCommitmentModificationCommandInput
15
8
  extends BatchCreateBillScenarioCommitmentModificationRequest {}
16
9
  export interface BatchCreateBillScenarioCommitmentModificationCommandOutput
@@ -22,22 +15,20 @@ declare const BatchCreateBillScenarioCommitmentModificationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchCreateBillScenarioCommitmentModificationCommandInput,
24
17
  BatchCreateBillScenarioCommitmentModificationCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchCreateBillScenarioCommitmentModificationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchCreateBillScenarioCommitmentModificationCommandInput,
33
26
  BatchCreateBillScenarioCommitmentModificationCommandOutput,
34
- BCMPricingCalculatorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BCMPricingCalculatorClientResolvedConfig,
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 BatchCreateBillScenarioCommitmentModificationCommand extends BatchCreateBillScenarioCommitmentModificationCommand_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
- BCMPricingCalculatorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BCMPricingCalculatorClient";
8
2
  import {
9
3
  BatchCreateBillScenarioUsageModificationRequest,
10
4
  BatchCreateBillScenarioUsageModificationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchCreateBillScenarioUsageModificationCommandInput
15
8
  extends BatchCreateBillScenarioUsageModificationRequest {}
16
9
  export interface BatchCreateBillScenarioUsageModificationCommandOutput
@@ -22,22 +15,20 @@ declare const BatchCreateBillScenarioUsageModificationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchCreateBillScenarioUsageModificationCommandInput,
24
17
  BatchCreateBillScenarioUsageModificationCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchCreateBillScenarioUsageModificationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchCreateBillScenarioUsageModificationCommandInput,
33
26
  BatchCreateBillScenarioUsageModificationCommandOutput,
34
- BCMPricingCalculatorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BCMPricingCalculatorClientResolvedConfig,
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 BatchCreateBillScenarioUsageModificationCommand extends BatchCreateBillScenarioUsageModificationCommand_base {
43
34
  protected static __types: {