@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
@@ -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: {
@@ -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
  BatchCreateWorkloadEstimateUsageRequest,
10
4
  BatchCreateWorkloadEstimateUsageResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchCreateWorkloadEstimateUsageCommandInput
15
8
  extends BatchCreateWorkloadEstimateUsageRequest {}
16
9
  export interface BatchCreateWorkloadEstimateUsageCommandOutput
@@ -22,22 +15,20 @@ declare const BatchCreateWorkloadEstimateUsageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchCreateWorkloadEstimateUsageCommandInput,
24
17
  BatchCreateWorkloadEstimateUsageCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchCreateWorkloadEstimateUsageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchCreateWorkloadEstimateUsageCommandInput,
33
26
  BatchCreateWorkloadEstimateUsageCommandOutput,
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 BatchCreateWorkloadEstimateUsageCommand extends BatchCreateWorkloadEstimateUsageCommand_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
  BatchDeleteBillScenarioCommitmentModificationRequest,
10
4
  BatchDeleteBillScenarioCommitmentModificationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchDeleteBillScenarioCommitmentModificationCommandInput
15
8
  extends BatchDeleteBillScenarioCommitmentModificationRequest {}
16
9
  export interface BatchDeleteBillScenarioCommitmentModificationCommandOutput
@@ -22,22 +15,20 @@ declare const BatchDeleteBillScenarioCommitmentModificationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchDeleteBillScenarioCommitmentModificationCommandInput,
24
17
  BatchDeleteBillScenarioCommitmentModificationCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchDeleteBillScenarioCommitmentModificationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchDeleteBillScenarioCommitmentModificationCommandInput,
33
26
  BatchDeleteBillScenarioCommitmentModificationCommandOutput,
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 BatchDeleteBillScenarioCommitmentModificationCommand extends BatchDeleteBillScenarioCommitmentModificationCommand_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
  BatchDeleteBillScenarioUsageModificationRequest,
10
4
  BatchDeleteBillScenarioUsageModificationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchDeleteBillScenarioUsageModificationCommandInput
15
8
  extends BatchDeleteBillScenarioUsageModificationRequest {}
16
9
  export interface BatchDeleteBillScenarioUsageModificationCommandOutput
@@ -22,22 +15,20 @@ declare const BatchDeleteBillScenarioUsageModificationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchDeleteBillScenarioUsageModificationCommandInput,
24
17
  BatchDeleteBillScenarioUsageModificationCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchDeleteBillScenarioUsageModificationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchDeleteBillScenarioUsageModificationCommandInput,
33
26
  BatchDeleteBillScenarioUsageModificationCommandOutput,
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 BatchDeleteBillScenarioUsageModificationCommand extends BatchDeleteBillScenarioUsageModificationCommand_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
  BatchDeleteWorkloadEstimateUsageRequest,
10
4
  BatchDeleteWorkloadEstimateUsageResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchDeleteWorkloadEstimateUsageCommandInput
15
8
  extends BatchDeleteWorkloadEstimateUsageRequest {}
16
9
  export interface BatchDeleteWorkloadEstimateUsageCommandOutput
@@ -22,22 +15,20 @@ declare const BatchDeleteWorkloadEstimateUsageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchDeleteWorkloadEstimateUsageCommandInput,
24
17
  BatchDeleteWorkloadEstimateUsageCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchDeleteWorkloadEstimateUsageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchDeleteWorkloadEstimateUsageCommandInput,
33
26
  BatchDeleteWorkloadEstimateUsageCommandOutput,
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 BatchDeleteWorkloadEstimateUsageCommand extends BatchDeleteWorkloadEstimateUsageCommand_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
  BatchUpdateBillScenarioCommitmentModificationRequest,
10
4
  BatchUpdateBillScenarioCommitmentModificationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchUpdateBillScenarioCommitmentModificationCommandInput
15
8
  extends BatchUpdateBillScenarioCommitmentModificationRequest {}
16
9
  export interface BatchUpdateBillScenarioCommitmentModificationCommandOutput
@@ -22,22 +15,20 @@ declare const BatchUpdateBillScenarioCommitmentModificationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchUpdateBillScenarioCommitmentModificationCommandInput,
24
17
  BatchUpdateBillScenarioCommitmentModificationCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchUpdateBillScenarioCommitmentModificationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchUpdateBillScenarioCommitmentModificationCommandInput,
33
26
  BatchUpdateBillScenarioCommitmentModificationCommandOutput,
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 BatchUpdateBillScenarioCommitmentModificationCommand extends BatchUpdateBillScenarioCommitmentModificationCommand_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
  BatchUpdateBillScenarioUsageModificationRequest,
10
4
  BatchUpdateBillScenarioUsageModificationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchUpdateBillScenarioUsageModificationCommandInput
15
8
  extends BatchUpdateBillScenarioUsageModificationRequest {}
16
9
  export interface BatchUpdateBillScenarioUsageModificationCommandOutput
@@ -22,22 +15,20 @@ declare const BatchUpdateBillScenarioUsageModificationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchUpdateBillScenarioUsageModificationCommandInput,
24
17
  BatchUpdateBillScenarioUsageModificationCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchUpdateBillScenarioUsageModificationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchUpdateBillScenarioUsageModificationCommandInput,
33
26
  BatchUpdateBillScenarioUsageModificationCommandOutput,
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 BatchUpdateBillScenarioUsageModificationCommand extends BatchUpdateBillScenarioUsageModificationCommand_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
  BatchUpdateWorkloadEstimateUsageRequest,
10
4
  BatchUpdateWorkloadEstimateUsageResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchUpdateWorkloadEstimateUsageCommandInput
15
8
  extends BatchUpdateWorkloadEstimateUsageRequest {}
16
9
  export interface BatchUpdateWorkloadEstimateUsageCommandOutput
@@ -22,22 +15,20 @@ declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchUpdateWorkloadEstimateUsageCommandInput,
24
17
  BatchUpdateWorkloadEstimateUsageCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchUpdateWorkloadEstimateUsageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchUpdateWorkloadEstimateUsageCommandInput,
33
26
  BatchUpdateWorkloadEstimateUsageCommandOutput,
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 BatchUpdateWorkloadEstimateUsageCommand extends BatchUpdateWorkloadEstimateUsageCommand_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
  CreateBillEstimateRequest,
10
4
  CreateBillEstimateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateBillEstimateCommandInput
15
8
  extends CreateBillEstimateRequest {}
16
9
  export interface CreateBillEstimateCommandOutput
@@ -22,22 +15,20 @@ declare const CreateBillEstimateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateBillEstimateCommandInput,
24
17
  CreateBillEstimateCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateBillEstimateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateBillEstimateCommandInput,
33
26
  CreateBillEstimateCommandOutput,
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 CreateBillEstimateCommand extends CreateBillEstimateCommand_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
  CreateBillScenarioRequest,
10
4
  CreateBillScenarioResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateBillScenarioCommandInput
15
8
  extends CreateBillScenarioRequest {}
16
9
  export interface CreateBillScenarioCommandOutput
@@ -22,22 +15,20 @@ declare const CreateBillScenarioCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateBillScenarioCommandInput,
24
17
  CreateBillScenarioCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateBillScenarioCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateBillScenarioCommandInput,
33
26
  CreateBillScenarioCommandOutput,
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 CreateBillScenarioCommand extends CreateBillScenarioCommand_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
  CreateWorkloadEstimateRequest,
10
4
  CreateWorkloadEstimateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateWorkloadEstimateCommandInput
15
8
  extends CreateWorkloadEstimateRequest {}
16
9
  export interface CreateWorkloadEstimateCommandOutput
@@ -22,22 +15,20 @@ declare const CreateWorkloadEstimateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateWorkloadEstimateCommandInput,
24
17
  CreateWorkloadEstimateCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateWorkloadEstimateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateWorkloadEstimateCommandInput,
33
26
  CreateWorkloadEstimateCommandOutput,
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 CreateWorkloadEstimateCommand extends CreateWorkloadEstimateCommand_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
  DeleteBillEstimateRequest,
10
4
  DeleteBillEstimateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteBillEstimateCommandInput
15
8
  extends DeleteBillEstimateRequest {}
16
9
  export interface DeleteBillEstimateCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteBillEstimateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteBillEstimateCommandInput,
24
17
  DeleteBillEstimateCommandOutput,
25
- BCMPricingCalculatorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BCMPricingCalculatorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteBillEstimateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteBillEstimateCommandInput,
33
26
  DeleteBillEstimateCommandOutput,
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 DeleteBillEstimateCommand extends DeleteBillEstimateCommand_base {
43
34
  protected static __types: {