@aws-sdk/client-bcm-pricing-calculator 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/dist-cjs/index.js +47 -365
  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-es/runtimeConfig.browser.js +0 -2
  41. package/dist-es/runtimeConfig.js +1 -2
  42. package/dist-es/runtimeConfig.native.js +0 -2
  43. package/dist-es/runtimeConfig.shared.js +2 -0
  44. package/dist-types/commandBuilder.d.ts +18 -0
  45. package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +3 -8
  46. package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +3 -8
  47. package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +3 -8
  48. package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +3 -8
  49. package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +3 -8
  50. package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +3 -8
  51. package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +3 -8
  52. package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +3 -8
  53. package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateBillEstimateCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateBillScenarioCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteBillEstimateCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteBillScenarioCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +3 -8
  60. package/dist-types/commands/GetBillEstimateCommand.d.ts +3 -8
  61. package/dist-types/commands/GetBillScenarioCommand.d.ts +3 -8
  62. package/dist-types/commands/GetPreferencesCommand.d.ts +3 -8
  63. package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +3 -8
  64. package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListBillEstimatesCommand.d.ts +3 -8
  69. package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListBillScenariosCommand.d.ts +3 -8
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +3 -8
  74. package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +3 -8
  75. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateBillEstimateCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateBillScenarioCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdatePreferencesCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +3 -8
  81. package/dist-types/index.d.ts +1 -0
  82. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  83. package/dist-types/runtimeConfig.d.ts +1 -1
  84. package/dist-types/runtimeConfig.native.d.ts +1 -1
  85. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  86. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  87. package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/index.d.ts +1 -0
  124. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  125. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  126. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  127. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  128. package/package.json +8 -10
@@ -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
  DeleteBillScenarioRequest,
10
4
  DeleteBillScenarioResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteBillScenarioCommandInput
15
8
  extends DeleteBillScenarioRequest {}
16
9
  export interface DeleteBillScenarioCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteBillScenarioCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteBillScenarioCommandInput,
24
17
  DeleteBillScenarioCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteBillScenarioCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteBillScenarioCommandInput,
33
26
  DeleteBillScenarioCommandOutput,
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 DeleteBillScenarioCommand extends DeleteBillScenarioCommand_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
  DeleteWorkloadEstimateRequest,
10
4
  DeleteWorkloadEstimateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteWorkloadEstimateCommandInput
15
8
  extends DeleteWorkloadEstimateRequest {}
16
9
  export interface DeleteWorkloadEstimateCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteWorkloadEstimateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteWorkloadEstimateCommandInput,
24
17
  DeleteWorkloadEstimateCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteWorkloadEstimateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteWorkloadEstimateCommandInput,
33
26
  DeleteWorkloadEstimateCommandOutput,
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 DeleteWorkloadEstimateCommand extends DeleteWorkloadEstimateCommand_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
  GetBillEstimateRequest,
10
4
  GetBillEstimateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBillEstimateCommandInput extends GetBillEstimateRequest {}
15
8
  export interface GetBillEstimateCommandOutput
16
9
  extends GetBillEstimateResponse,
@@ -21,22 +14,20 @@ declare const GetBillEstimateCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetBillEstimateCommandInput,
23
16
  GetBillEstimateCommandOutput,
24
- BCMPricingCalculatorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BCMPricingCalculatorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetBillEstimateCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetBillEstimateCommandInput,
32
25
  GetBillEstimateCommandOutput,
33
- BCMPricingCalculatorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BCMPricingCalculatorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetBillEstimateCommand extends GetBillEstimateCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BCMPricingCalculatorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BCMPricingCalculatorClient";
8
2
  import {
9
3
  GetBillScenarioRequest,
10
4
  GetBillScenarioResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBillScenarioCommandInput extends GetBillScenarioRequest {}
15
8
  export interface GetBillScenarioCommandOutput
16
9
  extends GetBillScenarioResponse,
@@ -21,22 +14,20 @@ declare const GetBillScenarioCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetBillScenarioCommandInput,
23
16
  GetBillScenarioCommandOutput,
24
- BCMPricingCalculatorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BCMPricingCalculatorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetBillScenarioCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetBillScenarioCommandInput,
32
25
  GetBillScenarioCommandOutput,
33
- BCMPricingCalculatorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BCMPricingCalculatorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetBillScenarioCommand extends GetBillScenarioCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BCMPricingCalculatorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BCMPricingCalculatorClient";
8
2
  import {
9
3
  GetPreferencesRequest,
10
4
  GetPreferencesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetPreferencesCommandInput extends GetPreferencesRequest {}
15
8
  export interface GetPreferencesCommandOutput
16
9
  extends GetPreferencesResponse,
@@ -21,22 +14,20 @@ declare const GetPreferencesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetPreferencesCommandInput,
23
16
  GetPreferencesCommandOutput,
24
- BCMPricingCalculatorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BCMPricingCalculatorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [GetPreferencesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetPreferencesCommandInput,
32
25
  GetPreferencesCommandOutput,
33
- BCMPricingCalculatorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BCMPricingCalculatorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetPreferencesCommand extends GetPreferencesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BCMPricingCalculatorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BCMPricingCalculatorClient";
8
2
  import {
9
3
  GetWorkloadEstimateRequest,
10
4
  GetWorkloadEstimateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetWorkloadEstimateCommandInput
15
8
  extends GetWorkloadEstimateRequest {}
16
9
  export interface GetWorkloadEstimateCommandOutput
@@ -22,22 +15,20 @@ declare const GetWorkloadEstimateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetWorkloadEstimateCommandInput,
24
17
  GetWorkloadEstimateCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetWorkloadEstimateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetWorkloadEstimateCommandInput,
33
26
  GetWorkloadEstimateCommandOutput,
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 GetWorkloadEstimateCommand extends GetWorkloadEstimateCommand_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
  ListBillEstimateCommitmentsRequest,
10
4
  ListBillEstimateCommitmentsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillEstimateCommitmentsCommandInput
15
8
  extends ListBillEstimateCommitmentsRequest {}
16
9
  export interface ListBillEstimateCommitmentsCommandOutput
@@ -22,22 +15,20 @@ declare const ListBillEstimateCommitmentsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBillEstimateCommitmentsCommandInput,
24
17
  ListBillEstimateCommitmentsCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListBillEstimateCommitmentsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBillEstimateCommitmentsCommandInput,
33
26
  ListBillEstimateCommitmentsCommandOutput,
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 ListBillEstimateCommitmentsCommand extends ListBillEstimateCommitmentsCommand_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
  ListBillEstimateInputCommitmentModificationsRequest,
10
4
  ListBillEstimateInputCommitmentModificationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillEstimateInputCommitmentModificationsCommandInput
15
8
  extends ListBillEstimateInputCommitmentModificationsRequest {}
16
9
  export interface ListBillEstimateInputCommitmentModificationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBillEstimateInputCommitmentModificationsCommandInput,
24
17
  ListBillEstimateInputCommitmentModificationsCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListBillEstimateInputCommitmentModificationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBillEstimateInputCommitmentModificationsCommandInput,
33
26
  ListBillEstimateInputCommitmentModificationsCommandOutput,
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 ListBillEstimateInputCommitmentModificationsCommand extends ListBillEstimateInputCommitmentModificationsCommand_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
  ListBillEstimateInputUsageModificationsRequest,
10
4
  ListBillEstimateInputUsageModificationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillEstimateInputUsageModificationsCommandInput
15
8
  extends ListBillEstimateInputUsageModificationsRequest {}
16
9
  export interface ListBillEstimateInputUsageModificationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListBillEstimateInputUsageModificationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBillEstimateInputUsageModificationsCommandInput,
24
17
  ListBillEstimateInputUsageModificationsCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListBillEstimateInputUsageModificationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBillEstimateInputUsageModificationsCommandInput,
33
26
  ListBillEstimateInputUsageModificationsCommandOutput,
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 ListBillEstimateInputUsageModificationsCommand extends ListBillEstimateInputUsageModificationsCommand_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
  ListBillEstimateLineItemsRequest,
10
4
  ListBillEstimateLineItemsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillEstimateLineItemsCommandInput
15
8
  extends ListBillEstimateLineItemsRequest {}
16
9
  export interface ListBillEstimateLineItemsCommandOutput
@@ -22,22 +15,20 @@ declare const ListBillEstimateLineItemsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBillEstimateLineItemsCommandInput,
24
17
  ListBillEstimateLineItemsCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListBillEstimateLineItemsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBillEstimateLineItemsCommandInput,
33
26
  ListBillEstimateLineItemsCommandOutput,
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 ListBillEstimateLineItemsCommand extends ListBillEstimateLineItemsCommand_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
  ListBillEstimatesRequest,
10
4
  ListBillEstimatesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillEstimatesCommandInput
15
8
  extends ListBillEstimatesRequest {}
16
9
  export interface ListBillEstimatesCommandOutput
@@ -22,22 +15,20 @@ declare const ListBillEstimatesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBillEstimatesCommandInput,
24
17
  ListBillEstimatesCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListBillEstimatesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBillEstimatesCommandInput,
33
26
  ListBillEstimatesCommandOutput,
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 ListBillEstimatesCommand extends ListBillEstimatesCommand_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
  ListBillScenarioCommitmentModificationsRequest,
10
4
  ListBillScenarioCommitmentModificationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillScenarioCommitmentModificationsCommandInput
15
8
  extends ListBillScenarioCommitmentModificationsRequest {}
16
9
  export interface ListBillScenarioCommitmentModificationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListBillScenarioCommitmentModificationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBillScenarioCommitmentModificationsCommandInput,
24
17
  ListBillScenarioCommitmentModificationsCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListBillScenarioCommitmentModificationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBillScenarioCommitmentModificationsCommandInput,
33
26
  ListBillScenarioCommitmentModificationsCommandOutput,
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 ListBillScenarioCommitmentModificationsCommand extends ListBillScenarioCommitmentModificationsCommand_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
  ListBillScenarioUsageModificationsRequest,
10
4
  ListBillScenarioUsageModificationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillScenarioUsageModificationsCommandInput
15
8
  extends ListBillScenarioUsageModificationsRequest {}
16
9
  export interface ListBillScenarioUsageModificationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListBillScenarioUsageModificationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBillScenarioUsageModificationsCommandInput,
24
17
  ListBillScenarioUsageModificationsCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListBillScenarioUsageModificationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBillScenarioUsageModificationsCommandInput,
33
26
  ListBillScenarioUsageModificationsCommandOutput,
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 ListBillScenarioUsageModificationsCommand extends ListBillScenarioUsageModificationsCommand_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
  ListBillScenariosRequest,
10
4
  ListBillScenariosResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListBillScenariosCommandInput
15
8
  extends ListBillScenariosRequest {}
16
9
  export interface ListBillScenariosCommandOutput
@@ -22,22 +15,20 @@ declare const ListBillScenariosCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListBillScenariosCommandInput,
24
17
  ListBillScenariosCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListBillScenariosCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListBillScenariosCommandInput,
33
26
  ListBillScenariosCommandOutput,
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 ListBillScenariosCommand extends ListBillScenariosCommand_base {
43
34
  protected static __types: {