@aws-sdk/client-bcm-pricing-calculator 3.816.0 → 3.820.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 (47) hide show
  1. package/README.md +1 -12
  2. package/dist-cjs/models/models_0.js +2 -0
  3. package/dist-cjs/runtimeConfig.js +4 -1
  4. package/dist-es/models/models_0.js +2 -0
  5. package/dist-es/runtimeConfig.js +4 -1
  6. package/dist-types/BCMPricingCalculator.d.ts +1 -12
  7. package/dist-types/BCMPricingCalculatorClient.d.ts +1 -12
  8. package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +8 -28
  9. package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +9 -31
  10. package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +9 -31
  11. package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +8 -33
  12. package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +9 -34
  13. package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +8 -31
  14. package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +8 -28
  15. package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +9 -31
  16. package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +8 -28
  17. package/dist-types/commands/CreateBillEstimateCommand.d.ts +8 -24
  18. package/dist-types/commands/CreateBillScenarioCommand.d.ts +8 -24
  19. package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +10 -26
  20. package/dist-types/commands/DeleteBillEstimateCommand.d.ts +7 -21
  21. package/dist-types/commands/DeleteBillScenarioCommand.d.ts +7 -21
  22. package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +6 -18
  23. package/dist-types/commands/GetBillEstimateCommand.d.ts +7 -21
  24. package/dist-types/commands/GetBillScenarioCommand.d.ts +7 -21
  25. package/dist-types/commands/GetPreferencesCommand.d.ts +9 -21
  26. package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +8 -22
  27. package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +7 -21
  28. package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +7 -21
  29. package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +7 -21
  30. package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +7 -21
  31. package/dist-types/commands/ListBillEstimatesCommand.d.ts +6 -18
  32. package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +7 -21
  33. package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +7 -21
  34. package/dist-types/commands/ListBillScenariosCommand.d.ts +6 -18
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -18
  36. package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +7 -21
  37. package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +7 -19
  38. package/dist-types/commands/TagResourceCommand.d.ts +7 -21
  39. package/dist-types/commands/UntagResourceCommand.d.ts +6 -18
  40. package/dist-types/commands/UpdateBillEstimateCommand.d.ts +8 -24
  41. package/dist-types/commands/UpdateBillScenarioCommand.d.ts +8 -24
  42. package/dist-types/commands/UpdatePreferencesCommand.d.ts +13 -27
  43. package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +9 -25
  44. package/dist-types/index.d.ts +1 -12
  45. package/dist-types/models/models_0.d.ts +516 -1585
  46. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  47. package/package.json +2 -2
@@ -27,9 +27,7 @@ declare const GetWorkloadEstimateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Retrieves details of a specific workload estimate.
32
- * </p>
30
+ * <p> Retrieves details of a specific workload estimate. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -46,7 +44,7 @@ declare const GetWorkloadEstimateCommand_base: {
46
44
  * // name: "STRING_VALUE",
47
45
  * // createdAt: new Date("TIMESTAMP"),
48
46
  * // expiresAt: new Date("TIMESTAMP"),
49
- * // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
47
+ * // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
50
48
  * // rateTimestamp: new Date("TIMESTAMP"),
51
49
  * // status: "UPDATING" || "VALID" || "INVALID" || "ACTION_NEEDED",
52
50
  * // totalCost: Number("double"),
@@ -63,34 +61,22 @@ declare const GetWorkloadEstimateCommand_base: {
63
61
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
64
62
  *
65
63
  * @throws {@link DataUnavailableException} (client fault)
66
- * <p>
67
- * The requested data is currently unavailable.
68
- * </p>
64
+ * <p> The requested data is currently unavailable. </p>
69
65
  *
70
66
  * @throws {@link ResourceNotFoundException} (client fault)
71
- * <p>
72
- * The specified resource was not found.
73
- * </p>
67
+ * <p> The specified resource was not found. </p>
74
68
  *
75
69
  * @throws {@link AccessDeniedException} (client fault)
76
- * <p>
77
- * You do not have sufficient access to perform this action.
78
- * </p>
70
+ * <p> You do not have sufficient access to perform this action. </p>
79
71
  *
80
72
  * @throws {@link InternalServerException} (server fault)
81
- * <p>
82
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
83
- * </p>
73
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
84
74
  *
85
75
  * @throws {@link ThrottlingException} (client fault)
86
- * <p>
87
- * The request was denied due to request throttling.
88
- * </p>
76
+ * <p> The request was denied due to request throttling. </p>
89
77
  *
90
78
  * @throws {@link ValidationException} (client fault)
91
- * <p>
92
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
93
- * </p>
79
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
94
80
  *
95
81
  * @throws {@link BCMPricingCalculatorServiceException}
96
82
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListBillEstimateCommitmentsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists the commitments associated with a bill estimate.
32
- * </p>
30
+ * <p> Lists the commitments associated with a bill estimate. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -75,34 +73,22 @@ declare const ListBillEstimateCommitmentsCommand_base: {
75
73
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
76
74
  *
77
75
  * @throws {@link DataUnavailableException} (client fault)
78
- * <p>
79
- * The requested data is currently unavailable.
80
- * </p>
76
+ * <p> The requested data is currently unavailable. </p>
81
77
  *
82
78
  * @throws {@link ResourceNotFoundException} (client fault)
83
- * <p>
84
- * The specified resource was not found.
85
- * </p>
79
+ * <p> The specified resource was not found. </p>
86
80
  *
87
81
  * @throws {@link AccessDeniedException} (client fault)
88
- * <p>
89
- * You do not have sufficient access to perform this action.
90
- * </p>
82
+ * <p> You do not have sufficient access to perform this action. </p>
91
83
  *
92
84
  * @throws {@link InternalServerException} (server fault)
93
- * <p>
94
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
95
- * </p>
85
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
96
86
  *
97
87
  * @throws {@link ThrottlingException} (client fault)
98
- * <p>
99
- * The request was denied due to request throttling.
100
- * </p>
88
+ * <p> The request was denied due to request throttling. </p>
101
89
  *
102
90
  * @throws {@link ValidationException} (client fault)
103
- * <p>
104
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
105
- * </p>
91
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
106
92
  *
107
93
  * @throws {@link BCMPricingCalculatorServiceException}
108
94
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists the input commitment modifications associated with a bill estimate.
32
- * </p>
30
+ * <p> Lists the input commitment modifications associated with a bill estimate. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -79,34 +77,22 @@ declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
79
77
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
80
78
  *
81
79
  * @throws {@link DataUnavailableException} (client fault)
82
- * <p>
83
- * The requested data is currently unavailable.
84
- * </p>
80
+ * <p> The requested data is currently unavailable. </p>
85
81
  *
86
82
  * @throws {@link ResourceNotFoundException} (client fault)
87
- * <p>
88
- * The specified resource was not found.
89
- * </p>
83
+ * <p> The specified resource was not found. </p>
90
84
  *
91
85
  * @throws {@link AccessDeniedException} (client fault)
92
- * <p>
93
- * You do not have sufficient access to perform this action.
94
- * </p>
86
+ * <p> You do not have sufficient access to perform this action. </p>
95
87
  *
96
88
  * @throws {@link InternalServerException} (server fault)
97
- * <p>
98
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
99
- * </p>
89
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
100
90
  *
101
91
  * @throws {@link ThrottlingException} (client fault)
102
- * <p>
103
- * The request was denied due to request throttling.
104
- * </p>
92
+ * <p> The request was denied due to request throttling. </p>
105
93
  *
106
94
  * @throws {@link ValidationException} (client fault)
107
- * <p>
108
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
109
- * </p>
95
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
110
96
  *
111
97
  * @throws {@link BCMPricingCalculatorServiceException}
112
98
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListBillEstimateInputUsageModificationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists the input usage modifications associated with a bill estimate.
32
- * </p>
30
+ * <p> Lists the input usage modifications associated with a bill estimate. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -148,34 +146,22 @@ declare const ListBillEstimateInputUsageModificationsCommand_base: {
148
146
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
149
147
  *
150
148
  * @throws {@link DataUnavailableException} (client fault)
151
- * <p>
152
- * The requested data is currently unavailable.
153
- * </p>
149
+ * <p> The requested data is currently unavailable. </p>
154
150
  *
155
151
  * @throws {@link ResourceNotFoundException} (client fault)
156
- * <p>
157
- * The specified resource was not found.
158
- * </p>
152
+ * <p> The specified resource was not found. </p>
159
153
  *
160
154
  * @throws {@link AccessDeniedException} (client fault)
161
- * <p>
162
- * You do not have sufficient access to perform this action.
163
- * </p>
155
+ * <p> You do not have sufficient access to perform this action. </p>
164
156
  *
165
157
  * @throws {@link InternalServerException} (server fault)
166
- * <p>
167
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
168
- * </p>
158
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
169
159
  *
170
160
  * @throws {@link ThrottlingException} (client fault)
171
- * <p>
172
- * The request was denied due to request throttling.
173
- * </p>
161
+ * <p> The request was denied due to request throttling. </p>
174
162
  *
175
163
  * @throws {@link ValidationException} (client fault)
176
- * <p>
177
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
178
- * </p>
164
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
179
165
  *
180
166
  * @throws {@link BCMPricingCalculatorServiceException}
181
167
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListBillEstimateLineItemsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists the line items associated with a bill estimate.
32
- * </p>
30
+ * <p> Lists the line items associated with a bill estimate. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -98,34 +96,22 @@ declare const ListBillEstimateLineItemsCommand_base: {
98
96
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
99
97
  *
100
98
  * @throws {@link DataUnavailableException} (client fault)
101
- * <p>
102
- * The requested data is currently unavailable.
103
- * </p>
99
+ * <p> The requested data is currently unavailable. </p>
104
100
  *
105
101
  * @throws {@link ResourceNotFoundException} (client fault)
106
- * <p>
107
- * The specified resource was not found.
108
- * </p>
102
+ * <p> The specified resource was not found. </p>
109
103
  *
110
104
  * @throws {@link AccessDeniedException} (client fault)
111
- * <p>
112
- * You do not have sufficient access to perform this action.
113
- * </p>
105
+ * <p> You do not have sufficient access to perform this action. </p>
114
106
  *
115
107
  * @throws {@link InternalServerException} (server fault)
116
- * <p>
117
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
118
- * </p>
108
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
119
109
  *
120
110
  * @throws {@link ThrottlingException} (client fault)
121
- * <p>
122
- * The request was denied due to request throttling.
123
- * </p>
111
+ * <p> The request was denied due to request throttling. </p>
124
112
  *
125
113
  * @throws {@link ValidationException} (client fault)
126
- * <p>
127
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
128
- * </p>
114
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
129
115
  *
130
116
  * @throws {@link BCMPricingCalculatorServiceException}
131
117
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListBillEstimatesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists all bill estimates for the account.
32
- * </p>
30
+ * <p> Lists all bill estimates for the account. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -85,29 +83,19 @@ declare const ListBillEstimatesCommand_base: {
85
83
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
86
84
  *
87
85
  * @throws {@link DataUnavailableException} (client fault)
88
- * <p>
89
- * The requested data is currently unavailable.
90
- * </p>
86
+ * <p> The requested data is currently unavailable. </p>
91
87
  *
92
88
  * @throws {@link AccessDeniedException} (client fault)
93
- * <p>
94
- * You do not have sufficient access to perform this action.
95
- * </p>
89
+ * <p> You do not have sufficient access to perform this action. </p>
96
90
  *
97
91
  * @throws {@link InternalServerException} (server fault)
98
- * <p>
99
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
100
- * </p>
92
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
101
93
  *
102
94
  * @throws {@link ThrottlingException} (client fault)
103
- * <p>
104
- * The request was denied due to request throttling.
105
- * </p>
95
+ * <p> The request was denied due to request throttling. </p>
106
96
  *
107
97
  * @throws {@link ValidationException} (client fault)
108
- * <p>
109
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
110
- * </p>
98
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
111
99
  *
112
100
  * @throws {@link BCMPricingCalculatorServiceException}
113
101
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListBillScenarioCommitmentModificationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists the commitment modifications associated with a bill scenario.
32
- * </p>
30
+ * <p> Lists the commitment modifications associated with a bill scenario. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -79,34 +77,22 @@ declare const ListBillScenarioCommitmentModificationsCommand_base: {
79
77
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
80
78
  *
81
79
  * @throws {@link DataUnavailableException} (client fault)
82
- * <p>
83
- * The requested data is currently unavailable.
84
- * </p>
80
+ * <p> The requested data is currently unavailable. </p>
85
81
  *
86
82
  * @throws {@link ResourceNotFoundException} (client fault)
87
- * <p>
88
- * The specified resource was not found.
89
- * </p>
83
+ * <p> The specified resource was not found. </p>
90
84
  *
91
85
  * @throws {@link AccessDeniedException} (client fault)
92
- * <p>
93
- * You do not have sufficient access to perform this action.
94
- * </p>
86
+ * <p> You do not have sufficient access to perform this action. </p>
95
87
  *
96
88
  * @throws {@link InternalServerException} (server fault)
97
- * <p>
98
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
99
- * </p>
89
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
100
90
  *
101
91
  * @throws {@link ThrottlingException} (client fault)
102
- * <p>
103
- * The request was denied due to request throttling.
104
- * </p>
92
+ * <p> The request was denied due to request throttling. </p>
105
93
  *
106
94
  * @throws {@link ValidationException} (client fault)
107
- * <p>
108
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
109
- * </p>
95
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
110
96
  *
111
97
  * @throws {@link BCMPricingCalculatorServiceException}
112
98
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListBillScenarioUsageModificationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists the usage modifications associated with a bill scenario.
32
- * </p>
30
+ * <p> Lists the usage modifications associated with a bill scenario. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -148,34 +146,22 @@ declare const ListBillScenarioUsageModificationsCommand_base: {
148
146
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
149
147
  *
150
148
  * @throws {@link DataUnavailableException} (client fault)
151
- * <p>
152
- * The requested data is currently unavailable.
153
- * </p>
149
+ * <p> The requested data is currently unavailable. </p>
154
150
  *
155
151
  * @throws {@link ResourceNotFoundException} (client fault)
156
- * <p>
157
- * The specified resource was not found.
158
- * </p>
152
+ * <p> The specified resource was not found. </p>
159
153
  *
160
154
  * @throws {@link AccessDeniedException} (client fault)
161
- * <p>
162
- * You do not have sufficient access to perform this action.
163
- * </p>
155
+ * <p> You do not have sufficient access to perform this action. </p>
164
156
  *
165
157
  * @throws {@link InternalServerException} (server fault)
166
- * <p>
167
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
168
- * </p>
158
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
169
159
  *
170
160
  * @throws {@link ThrottlingException} (client fault)
171
- * <p>
172
- * The request was denied due to request throttling.
173
- * </p>
161
+ * <p> The request was denied due to request throttling. </p>
174
162
  *
175
163
  * @throws {@link ValidationException} (client fault)
176
- * <p>
177
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
178
- * </p>
164
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
179
165
  *
180
166
  * @throws {@link BCMPricingCalculatorServiceException}
181
167
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListBillScenariosCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists all bill scenarios for the account.
32
- * </p>
30
+ * <p> Lists all bill scenarios for the account. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -86,29 +84,19 @@ declare const ListBillScenariosCommand_base: {
86
84
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
87
85
  *
88
86
  * @throws {@link DataUnavailableException} (client fault)
89
- * <p>
90
- * The requested data is currently unavailable.
91
- * </p>
87
+ * <p> The requested data is currently unavailable. </p>
92
88
  *
93
89
  * @throws {@link AccessDeniedException} (client fault)
94
- * <p>
95
- * You do not have sufficient access to perform this action.
96
- * </p>
90
+ * <p> You do not have sufficient access to perform this action. </p>
97
91
  *
98
92
  * @throws {@link InternalServerException} (server fault)
99
- * <p>
100
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
101
- * </p>
93
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
102
94
  *
103
95
  * @throws {@link ThrottlingException} (client fault)
104
- * <p>
105
- * The request was denied due to request throttling.
106
- * </p>
96
+ * <p> The request was denied due to request throttling. </p>
107
97
  *
108
98
  * @throws {@link ValidationException} (client fault)
109
- * <p>
110
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
111
- * </p>
99
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
112
100
  *
113
101
  * @throws {@link BCMPricingCalculatorServiceException}
114
102
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists all tags associated with a specified resource.
32
- * </p>
30
+ * <p> Lists all tags associated with a specified resource. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -56,29 +54,19 @@ declare const ListTagsForResourceCommand_base: {
56
54
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
57
55
  *
58
56
  * @throws {@link ResourceNotFoundException} (client fault)
59
- * <p>
60
- * The specified resource was not found.
61
- * </p>
57
+ * <p> The specified resource was not found. </p>
62
58
  *
63
59
  * @throws {@link AccessDeniedException} (client fault)
64
- * <p>
65
- * You do not have sufficient access to perform this action.
66
- * </p>
60
+ * <p> You do not have sufficient access to perform this action. </p>
67
61
  *
68
62
  * @throws {@link InternalServerException} (server fault)
69
- * <p>
70
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
71
- * </p>
63
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
72
64
  *
73
65
  * @throws {@link ThrottlingException} (client fault)
74
- * <p>
75
- * The request was denied due to request throttling.
76
- * </p>
66
+ * <p> The request was denied due to request throttling. </p>
77
67
  *
78
68
  * @throws {@link ValidationException} (client fault)
79
- * <p>
80
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
81
- * </p>
69
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
82
70
  *
83
71
  * @throws {@link BCMPricingCalculatorServiceException}
84
72
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListWorkloadEstimateUsageCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists the usage associated with a workload estimate.
32
- * </p>
30
+ * <p> Lists the usage associated with a workload estimate. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -147,34 +145,22 @@ declare const ListWorkloadEstimateUsageCommand_base: {
147
145
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
148
146
  *
149
147
  * @throws {@link DataUnavailableException} (client fault)
150
- * <p>
151
- * The requested data is currently unavailable.
152
- * </p>
148
+ * <p> The requested data is currently unavailable. </p>
153
149
  *
154
150
  * @throws {@link ResourceNotFoundException} (client fault)
155
- * <p>
156
- * The specified resource was not found.
157
- * </p>
151
+ * <p> The specified resource was not found. </p>
158
152
  *
159
153
  * @throws {@link AccessDeniedException} (client fault)
160
- * <p>
161
- * You do not have sufficient access to perform this action.
162
- * </p>
154
+ * <p> You do not have sufficient access to perform this action. </p>
163
155
  *
164
156
  * @throws {@link InternalServerException} (server fault)
165
- * <p>
166
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
167
- * </p>
157
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
168
158
  *
169
159
  * @throws {@link ThrottlingException} (client fault)
170
- * <p>
171
- * The request was denied due to request throttling.
172
- * </p>
160
+ * <p> The request was denied due to request throttling. </p>
173
161
  *
174
162
  * @throws {@link ValidationException} (client fault)
175
- * <p>
176
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
177
- * </p>
163
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
178
164
  *
179
165
  * @throws {@link BCMPricingCalculatorServiceException}
180
166
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
@@ -27,9 +27,7 @@ declare const ListWorkloadEstimatesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Lists all workload estimates for the account.
32
- * </p>
30
+ * <p> Lists all workload estimates for the account. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -66,7 +64,7 @@ declare const ListWorkloadEstimatesCommand_base: {
66
64
  * // name: "STRING_VALUE",
67
65
  * // createdAt: new Date("TIMESTAMP"),
68
66
  * // expiresAt: new Date("TIMESTAMP"),
69
- * // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS",
67
+ * // rateType: "BEFORE_DISCOUNTS" || "AFTER_DISCOUNTS" || "AFTER_DISCOUNTS_AND_COMMITMENTS",
70
68
  * // rateTimestamp: new Date("TIMESTAMP"),
71
69
  * // status: "UPDATING" || "VALID" || "INVALID" || "ACTION_NEEDED",
72
70
  * // totalCost: Number("double"),
@@ -86,29 +84,19 @@ declare const ListWorkloadEstimatesCommand_base: {
86
84
  * @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
87
85
  *
88
86
  * @throws {@link DataUnavailableException} (client fault)
89
- * <p>
90
- * The requested data is currently unavailable.
91
- * </p>
87
+ * <p> The requested data is currently unavailable. </p>
92
88
  *
93
89
  * @throws {@link AccessDeniedException} (client fault)
94
- * <p>
95
- * You do not have sufficient access to perform this action.
96
- * </p>
90
+ * <p> You do not have sufficient access to perform this action. </p>
97
91
  *
98
92
  * @throws {@link InternalServerException} (server fault)
99
- * <p>
100
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
101
- * </p>
93
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
102
94
  *
103
95
  * @throws {@link ThrottlingException} (client fault)
104
- * <p>
105
- * The request was denied due to request throttling.
106
- * </p>
96
+ * <p> The request was denied due to request throttling. </p>
107
97
  *
108
98
  * @throws {@link ValidationException} (client fault)
109
- * <p>
110
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
111
- * </p>
99
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
112
100
  *
113
101
  * @throws {@link BCMPricingCalculatorServiceException}
114
102
  * <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>