@aws-sdk/client-bcm-pricing-calculator 3.1045.0 → 3.1046.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 (143) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +88 -89
  5. package/dist-cjs/models/BCMPricingCalculatorServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/BCMPricingCalculator.js +1 -1
  10. package/dist-es/BCMPricingCalculatorClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +2 -2
  13. package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +2 -2
  14. package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +2 -2
  15. package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +2 -2
  16. package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +2 -2
  17. package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +2 -2
  18. package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +2 -2
  19. package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +2 -2
  20. package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +2 -2
  21. package/dist-es/commands/CreateBillEstimateCommand.js +2 -2
  22. package/dist-es/commands/CreateBillScenarioCommand.js +2 -2
  23. package/dist-es/commands/CreateWorkloadEstimateCommand.js +2 -2
  24. package/dist-es/commands/DeleteBillEstimateCommand.js +2 -2
  25. package/dist-es/commands/DeleteBillScenarioCommand.js +2 -2
  26. package/dist-es/commands/DeleteWorkloadEstimateCommand.js +2 -2
  27. package/dist-es/commands/GetBillEstimateCommand.js +2 -2
  28. package/dist-es/commands/GetBillScenarioCommand.js +2 -2
  29. package/dist-es/commands/GetPreferencesCommand.js +2 -2
  30. package/dist-es/commands/GetWorkloadEstimateCommand.js +2 -2
  31. package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +2 -2
  32. package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +2 -2
  33. package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +2 -2
  34. package/dist-es/commands/ListBillEstimateLineItemsCommand.js +2 -2
  35. package/dist-es/commands/ListBillEstimatesCommand.js +2 -2
  36. package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +2 -2
  37. package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +2 -2
  38. package/dist-es/commands/ListBillScenariosCommand.js +2 -2
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  40. package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +2 -2
  41. package/dist-es/commands/ListWorkloadEstimatesCommand.js +2 -2
  42. package/dist-es/commands/TagResourceCommand.js +2 -2
  43. package/dist-es/commands/UntagResourceCommand.js +2 -2
  44. package/dist-es/commands/UpdateBillEstimateCommand.js +2 -2
  45. package/dist-es/commands/UpdateBillScenarioCommand.js +2 -2
  46. package/dist-es/commands/UpdatePreferencesCommand.js +2 -2
  47. package/dist-es/commands/UpdateWorkloadEstimateCommand.js +2 -2
  48. package/dist-es/endpoint/bdd.js +1 -1
  49. package/dist-es/endpoint/endpointResolver.js +1 -1
  50. package/dist-es/models/BCMPricingCalculatorServiceException.js +1 -1
  51. package/dist-es/runtimeConfig.browser.js +4 -6
  52. package/dist-es/runtimeConfig.js +4 -8
  53. package/dist-es/runtimeConfig.shared.js +3 -4
  54. package/dist-es/runtimeExtensions.js +2 -2
  55. package/dist-types/BCMPricingCalculatorClient.d.ts +5 -5
  56. package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +6 -4
  57. package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +6 -4
  58. package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +6 -4
  59. package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +6 -4
  60. package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +6 -4
  61. package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +6 -4
  62. package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +6 -4
  63. package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +6 -4
  64. package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +6 -4
  65. package/dist-types/commands/CreateBillEstimateCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateBillScenarioCommand.d.ts +6 -4
  67. package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteBillEstimateCommand.d.ts +6 -4
  69. package/dist-types/commands/DeleteBillScenarioCommand.d.ts +6 -4
  70. package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +6 -4
  71. package/dist-types/commands/GetBillEstimateCommand.d.ts +6 -4
  72. package/dist-types/commands/GetBillScenarioCommand.d.ts +6 -4
  73. package/dist-types/commands/GetPreferencesCommand.d.ts +6 -4
  74. package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +6 -4
  75. package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +6 -4
  76. package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +6 -4
  77. package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListBillEstimatesCommand.d.ts +6 -4
  80. package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +6 -4
  81. package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +6 -4
  82. package/dist-types/commands/ListBillScenariosCommand.d.ts +6 -4
  83. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  84. package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +6 -4
  85. package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +6 -4
  86. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  87. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  88. package/dist-types/commands/UpdateBillEstimateCommand.d.ts +6 -4
  89. package/dist-types/commands/UpdateBillScenarioCommand.d.ts +6 -4
  90. package/dist-types/commands/UpdatePreferencesCommand.d.ts +6 -4
  91. package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +6 -4
  92. package/dist-types/endpoint/bdd.d.ts +1 -1
  93. package/dist-types/extensionConfiguration.d.ts +1 -1
  94. package/dist-types/models/BCMPricingCalculatorServiceException.d.ts +1 -1
  95. package/dist-types/models/errors.d.ts +1 -1
  96. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  97. package/dist-types/runtimeConfig.d.ts +2 -2
  98. package/dist-types/runtimeConfig.native.d.ts +2 -2
  99. package/dist-types/ts3.4/BCMPricingCalculatorClient.d.ts +8 -14
  100. package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  137. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  138. package/dist-types/ts3.4/models/BCMPricingCalculatorServiceException.d.ts +1 -1
  139. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  140. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  141. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  142. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  143. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface BatchDeleteWorkloadEstimateUsageCommandOutput
19
19
  declare const BatchDeleteWorkloadEstimateUsageCommand_base: {
20
20
  new (
21
21
  input: BatchDeleteWorkloadEstimateUsageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  BatchDeleteWorkloadEstimateUsageCommandInput,
24
24
  BatchDeleteWorkloadEstimateUsageCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const BatchDeleteWorkloadEstimateUsageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: BatchDeleteWorkloadEstimateUsageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  BatchDeleteWorkloadEstimateUsageCommandInput,
33
33
  BatchDeleteWorkloadEstimateUsageCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class BatchDeleteWorkloadEstimateUsageCommand extends BatchDeleteWorkloadEstimateUsageCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface BatchUpdateBillScenarioCommitmentModificationCommandOutput
19
19
  declare const BatchUpdateBillScenarioCommitmentModificationCommand_base: {
20
20
  new (
21
21
  input: BatchUpdateBillScenarioCommitmentModificationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  BatchUpdateBillScenarioCommitmentModificationCommandInput,
24
24
  BatchUpdateBillScenarioCommitmentModificationCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const BatchUpdateBillScenarioCommitmentModificationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: BatchUpdateBillScenarioCommitmentModificationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  BatchUpdateBillScenarioCommitmentModificationCommandInput,
33
33
  BatchUpdateBillScenarioCommitmentModificationCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class BatchUpdateBillScenarioCommitmentModificationCommand extends BatchUpdateBillScenarioCommitmentModificationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface BatchUpdateBillScenarioUsageModificationCommandOutput
19
19
  declare const BatchUpdateBillScenarioUsageModificationCommand_base: {
20
20
  new (
21
21
  input: BatchUpdateBillScenarioUsageModificationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  BatchUpdateBillScenarioUsageModificationCommandInput,
24
24
  BatchUpdateBillScenarioUsageModificationCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const BatchUpdateBillScenarioUsageModificationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: BatchUpdateBillScenarioUsageModificationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  BatchUpdateBillScenarioUsageModificationCommandInput,
33
33
  BatchUpdateBillScenarioUsageModificationCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class BatchUpdateBillScenarioUsageModificationCommand extends BatchUpdateBillScenarioUsageModificationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface BatchUpdateWorkloadEstimateUsageCommandOutput
19
19
  declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
20
20
  new (
21
21
  input: BatchUpdateWorkloadEstimateUsageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  BatchUpdateWorkloadEstimateUsageCommandInput,
24
24
  BatchUpdateWorkloadEstimateUsageCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: BatchUpdateWorkloadEstimateUsageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  BatchUpdateWorkloadEstimateUsageCommandInput,
33
33
  BatchUpdateWorkloadEstimateUsageCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class BatchUpdateWorkloadEstimateUsageCommand extends BatchUpdateWorkloadEstimateUsageCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateBillEstimateCommandOutput
19
19
  declare const CreateBillEstimateCommand_base: {
20
20
  new (
21
21
  input: CreateBillEstimateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateBillEstimateCommandInput,
24
24
  CreateBillEstimateCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateBillEstimateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateBillEstimateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateBillEstimateCommandInput,
33
33
  CreateBillEstimateCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateBillEstimateCommand extends CreateBillEstimateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateBillScenarioCommandOutput
19
19
  declare const CreateBillScenarioCommand_base: {
20
20
  new (
21
21
  input: CreateBillScenarioCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateBillScenarioCommandInput,
24
24
  CreateBillScenarioCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateBillScenarioCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateBillScenarioCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateBillScenarioCommandInput,
33
33
  CreateBillScenarioCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateBillScenarioCommand extends CreateBillScenarioCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateWorkloadEstimateCommandOutput
19
19
  declare const CreateWorkloadEstimateCommand_base: {
20
20
  new (
21
21
  input: CreateWorkloadEstimateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateWorkloadEstimateCommandInput,
24
24
  CreateWorkloadEstimateCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateWorkloadEstimateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateWorkloadEstimateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateWorkloadEstimateCommandInput,
33
33
  CreateWorkloadEstimateCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateWorkloadEstimateCommand extends CreateWorkloadEstimateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteBillEstimateCommandOutput
19
19
  declare const DeleteBillEstimateCommand_base: {
20
20
  new (
21
21
  input: DeleteBillEstimateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteBillEstimateCommandInput,
24
24
  DeleteBillEstimateCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteBillEstimateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteBillEstimateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteBillEstimateCommandInput,
33
33
  DeleteBillEstimateCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteBillEstimateCommand extends DeleteBillEstimateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteBillScenarioCommandOutput
19
19
  declare const DeleteBillScenarioCommand_base: {
20
20
  new (
21
21
  input: DeleteBillScenarioCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteBillScenarioCommandInput,
24
24
  DeleteBillScenarioCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteBillScenarioCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteBillScenarioCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteBillScenarioCommandInput,
33
33
  DeleteBillScenarioCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteBillScenarioCommand extends DeleteBillScenarioCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteWorkloadEstimateCommandOutput
19
19
  declare const DeleteWorkloadEstimateCommand_base: {
20
20
  new (
21
21
  input: DeleteWorkloadEstimateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteWorkloadEstimateCommandInput,
24
24
  DeleteWorkloadEstimateCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteWorkloadEstimateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteWorkloadEstimateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteWorkloadEstimateCommandInput,
33
33
  DeleteWorkloadEstimateCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteWorkloadEstimateCommand extends DeleteWorkloadEstimateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetBillEstimateCommandOutput
18
18
  declare const GetBillEstimateCommand_base: {
19
19
  new (
20
20
  input: GetBillEstimateCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetBillEstimateCommandInput,
23
23
  GetBillEstimateCommandOutput,
24
24
  BCMPricingCalculatorClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetBillEstimateCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetBillEstimateCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetBillEstimateCommandInput,
32
32
  GetBillEstimateCommandOutput,
33
33
  BCMPricingCalculatorClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetBillEstimateCommand extends GetBillEstimateCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetBillScenarioCommandOutput
18
18
  declare const GetBillScenarioCommand_base: {
19
19
  new (
20
20
  input: GetBillScenarioCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetBillScenarioCommandInput,
23
23
  GetBillScenarioCommandOutput,
24
24
  BCMPricingCalculatorClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetBillScenarioCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetBillScenarioCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetBillScenarioCommandInput,
32
32
  GetBillScenarioCommandOutput,
33
33
  BCMPricingCalculatorClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetBillScenarioCommand extends GetBillScenarioCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetPreferencesCommandOutput
18
18
  declare const GetPreferencesCommand_base: {
19
19
  new (
20
20
  input: GetPreferencesCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetPreferencesCommandInput,
23
23
  GetPreferencesCommandOutput,
24
24
  BCMPricingCalculatorClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetPreferencesCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [GetPreferencesCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetPreferencesCommandInput,
32
32
  GetPreferencesCommandOutput,
33
33
  BCMPricingCalculatorClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetPreferencesCommand extends GetPreferencesCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetWorkloadEstimateCommandOutput
19
19
  declare const GetWorkloadEstimateCommand_base: {
20
20
  new (
21
21
  input: GetWorkloadEstimateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetWorkloadEstimateCommandInput,
24
24
  GetWorkloadEstimateCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetWorkloadEstimateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetWorkloadEstimateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetWorkloadEstimateCommandInput,
33
33
  GetWorkloadEstimateCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetWorkloadEstimateCommand extends GetWorkloadEstimateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListBillEstimateCommitmentsCommandOutput
19
19
  declare const ListBillEstimateCommitmentsCommand_base: {
20
20
  new (
21
21
  input: ListBillEstimateCommitmentsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListBillEstimateCommitmentsCommandInput,
24
24
  ListBillEstimateCommitmentsCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListBillEstimateCommitmentsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListBillEstimateCommitmentsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListBillEstimateCommitmentsCommandInput,
33
33
  ListBillEstimateCommitmentsCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListBillEstimateCommitmentsCommand extends ListBillEstimateCommitmentsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListBillEstimateInputCommitmentModificationsCommandOutput
19
19
  declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
20
20
  new (
21
21
  input: ListBillEstimateInputCommitmentModificationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListBillEstimateInputCommitmentModificationsCommandInput,
24
24
  ListBillEstimateInputCommitmentModificationsCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListBillEstimateInputCommitmentModificationsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListBillEstimateInputCommitmentModificationsCommandInput,
33
33
  ListBillEstimateInputCommitmentModificationsCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListBillEstimateInputCommitmentModificationsCommand extends ListBillEstimateInputCommitmentModificationsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListBillEstimateInputUsageModificationsCommandOutput
19
19
  declare const ListBillEstimateInputUsageModificationsCommand_base: {
20
20
  new (
21
21
  input: ListBillEstimateInputUsageModificationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListBillEstimateInputUsageModificationsCommandInput,
24
24
  ListBillEstimateInputUsageModificationsCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListBillEstimateInputUsageModificationsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListBillEstimateInputUsageModificationsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListBillEstimateInputUsageModificationsCommandInput,
33
33
  ListBillEstimateInputUsageModificationsCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListBillEstimateInputUsageModificationsCommand extends ListBillEstimateInputUsageModificationsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListBillEstimateLineItemsCommandOutput
19
19
  declare const ListBillEstimateLineItemsCommand_base: {
20
20
  new (
21
21
  input: ListBillEstimateLineItemsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListBillEstimateLineItemsCommandInput,
24
24
  ListBillEstimateLineItemsCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListBillEstimateLineItemsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListBillEstimateLineItemsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListBillEstimateLineItemsCommandInput,
33
33
  ListBillEstimateLineItemsCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListBillEstimateLineItemsCommand extends ListBillEstimateLineItemsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BCMPricingCalculatorClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListBillEstimatesCommandOutput
19
19
  declare const ListBillEstimatesCommand_base: {
20
20
  new (
21
21
  input: ListBillEstimatesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListBillEstimatesCommandInput,
24
24
  ListBillEstimatesCommandOutput,
25
25
  BCMPricingCalculatorClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListBillEstimatesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListBillEstimatesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListBillEstimatesCommandInput,
33
33
  ListBillEstimatesCommandOutput,
34
34
  BCMPricingCalculatorClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListBillEstimatesCommand extends ListBillEstimatesCommand_base {
41
43
  protected static __types: {