@aws-sdk/client-bcm-pricing-calculator 3.817.0 → 3.821.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 (45) hide show
  1. package/README.md +1 -12
  2. package/dist-cjs/models/models_0.js +2 -0
  3. package/dist-es/models/models_0.js +2 -0
  4. package/dist-types/BCMPricingCalculator.d.ts +1 -12
  5. package/dist-types/BCMPricingCalculatorClient.d.ts +1 -12
  6. package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +8 -28
  7. package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +9 -31
  8. package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +9 -31
  9. package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +8 -33
  10. package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +9 -34
  11. package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +8 -31
  12. package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +8 -28
  13. package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +9 -31
  14. package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +8 -28
  15. package/dist-types/commands/CreateBillEstimateCommand.d.ts +8 -24
  16. package/dist-types/commands/CreateBillScenarioCommand.d.ts +8 -24
  17. package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +10 -26
  18. package/dist-types/commands/DeleteBillEstimateCommand.d.ts +7 -21
  19. package/dist-types/commands/DeleteBillScenarioCommand.d.ts +7 -21
  20. package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +6 -18
  21. package/dist-types/commands/GetBillEstimateCommand.d.ts +7 -21
  22. package/dist-types/commands/GetBillScenarioCommand.d.ts +7 -21
  23. package/dist-types/commands/GetPreferencesCommand.d.ts +9 -21
  24. package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +8 -22
  25. package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +7 -21
  26. package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +7 -21
  27. package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +7 -21
  28. package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +7 -21
  29. package/dist-types/commands/ListBillEstimatesCommand.d.ts +6 -18
  30. package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +7 -21
  31. package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +7 -21
  32. package/dist-types/commands/ListBillScenariosCommand.d.ts +6 -18
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -18
  34. package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +7 -21
  35. package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +7 -19
  36. package/dist-types/commands/TagResourceCommand.d.ts +7 -21
  37. package/dist-types/commands/UntagResourceCommand.d.ts +6 -18
  38. package/dist-types/commands/UpdateBillEstimateCommand.d.ts +8 -24
  39. package/dist-types/commands/UpdateBillScenarioCommand.d.ts +8 -24
  40. package/dist-types/commands/UpdatePreferencesCommand.d.ts +13 -27
  41. package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +9 -25
  42. package/dist-types/index.d.ts +1 -12
  43. package/dist-types/models/models_0.d.ts +516 -1585
  44. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  45. package/package.json +33 -33
@@ -1,9 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { BCMPricingCalculatorServiceException as __BaseException } from "./BCMPricingCalculatorServiceException";
3
3
  /**
4
- * <p>
5
- * You do not have sufficient access to perform this action.
6
- * </p>
4
+ * <p> You do not have sufficient access to perform this action. </p>
7
5
  * @public
8
6
  */
9
7
  export declare class AccessDeniedException extends __BaseException {
@@ -15,59 +13,39 @@ export declare class AccessDeniedException extends __BaseException {
15
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
16
14
  }
17
15
  /**
18
- * <p>
19
- * Represents an action to add a Reserved Instance to a bill scenario.
20
- * </p>
16
+ * <p> Represents an action to add a Reserved Instance to a bill scenario. </p>
21
17
  * @public
22
18
  */
23
19
  export interface AddReservedInstanceAction {
24
20
  /**
25
- * <p>
26
- * The ID of the Reserved Instance offering to add. For more information, see
27
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeReservedInstancesOfferings.html">
28
- * DescribeReservedInstancesOfferings</a>.
29
- * </p>
21
+ * <p> The ID of the Reserved Instance offering to add. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeReservedInstancesOfferings.html"> DescribeReservedInstancesOfferings</a>. </p>
30
22
  * @public
31
23
  */
32
24
  reservedInstancesOfferingId?: string | undefined;
33
25
  /**
34
- * <p>
35
- * The number of instances to add for this Reserved Instance offering.
36
- * </p>
26
+ * <p> The number of instances to add for this Reserved Instance offering. </p>
37
27
  * @public
38
28
  */
39
29
  instanceCount?: number | undefined;
40
30
  }
41
31
  /**
42
- * <p>
43
- * Represents an action to add a Savings Plan to a bill scenario.
44
- * </p>
32
+ * <p> Represents an action to add a Savings Plan to a bill scenario. </p>
45
33
  * @public
46
34
  */
47
35
  export interface AddSavingsPlanAction {
48
36
  /**
49
- * <p>
50
- * The ID of the Savings Plan offering to add. For more information, see
51
- * <a href="https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_DescribeSavingsPlansOfferings.html">
52
- * DescribeSavingsPlansOfferings</a>.
53
- * </p>
37
+ * <p> The ID of the Savings Plan offering to add. For more information, see <a href="https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_DescribeSavingsPlansOfferings.html"> DescribeSavingsPlansOfferings</a>. </p>
54
38
  * @public
55
39
  */
56
40
  savingsPlanOfferingId?: string | undefined;
57
41
  /**
58
- * <p>
59
- * The hourly commitment, in the same currency of the <code>savingsPlanOfferingId</code>.
60
- * This is a value between 0.001 and 1 million. You cannot specify more than five digits
61
- * after the decimal point.
62
- * </p>
42
+ * <p> The hourly commitment, in the same currency of the <code>savingsPlanOfferingId</code>. This is a value between 0.001 and 1 million. You cannot specify more than five digits after the decimal point. </p>
63
43
  * @public
64
44
  */
65
45
  commitment?: number | undefined;
66
46
  }
67
47
  /**
68
- * <p>
69
- * The requested data is currently unavailable.
70
- * </p>
48
+ * <p> The requested data is currently unavailable. </p>
71
49
  * @public
72
50
  */
73
51
  export declare class DataUnavailableException extends __BaseException {
@@ -79,18 +57,14 @@ export declare class DataUnavailableException extends __BaseException {
79
57
  constructor(opts: __ExceptionOptionType<DataUnavailableException, __BaseException>);
80
58
  }
81
59
  /**
82
- * <p>
83
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
84
- * </p>
60
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
85
61
  * @public
86
62
  */
87
63
  export declare class InternalServerException extends __BaseException {
88
64
  readonly name: "InternalServerException";
89
65
  readonly $fault: "server";
90
66
  /**
91
- * <p>
92
- * An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
93
- * </p>
67
+ * <p> An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support. </p>
94
68
  * @public
95
69
  */
96
70
  retryAfterSeconds?: number | undefined;
@@ -104,23 +78,17 @@ export declare class InternalServerException extends __BaseException {
104
78
  */
105
79
  export interface ListBillEstimateCommitmentsRequest {
106
80
  /**
107
- * <p>
108
- * The unique identifier of the bill estimate to list commitments for.
109
- * </p>
81
+ * <p> The unique identifier of the bill estimate to list commitments for. </p>
110
82
  * @public
111
83
  */
112
84
  billEstimateId: string | undefined;
113
85
  /**
114
- * <p>
115
- * A token to retrieve the next page of results.
116
- * </p>
86
+ * <p> A token to retrieve the next page of results. </p>
117
87
  * @public
118
88
  */
119
89
  nextToken?: string | undefined;
120
90
  /**
121
- * <p>
122
- * The maximum number of results to return per page.
123
- * </p>
91
+ * <p> The maximum number of results to return per page. </p>
124
92
  * @public
125
93
  */
126
94
  maxResults?: number | undefined;
@@ -137,23 +105,17 @@ export declare const CurrencyCode: {
137
105
  */
138
106
  export type CurrencyCode = (typeof CurrencyCode)[keyof typeof CurrencyCode];
139
107
  /**
140
- * <p>
141
- * Represents a monetary amount with associated currency.
142
- * </p>
108
+ * <p> Represents a monetary amount with associated currency. </p>
143
109
  * @public
144
110
  */
145
111
  export interface CostAmount {
146
112
  /**
147
- * <p>
148
- * The numeric value of the cost.
149
- * </p>
113
+ * <p> The numeric value of the cost. </p>
150
114
  * @public
151
115
  */
152
116
  amount?: number | undefined;
153
117
  /**
154
- * <p>
155
- * The currency code for the cost amount.
156
- * </p>
118
+ * <p> The currency code for the cost amount. </p>
157
119
  * @public
158
120
  */
159
121
  currency?: CurrencyCode | undefined;
@@ -171,72 +133,52 @@ export declare const PurchaseAgreementType: {
171
133
  */
172
134
  export type PurchaseAgreementType = (typeof PurchaseAgreementType)[keyof typeof PurchaseAgreementType];
173
135
  /**
174
- * <p>
175
- * Provides a summary of commitment-related information for a bill estimate.
176
- * </p>
136
+ * <p> Provides a summary of commitment-related information for a bill estimate. </p>
177
137
  * @public
178
138
  */
179
139
  export interface BillEstimateCommitmentSummary {
180
140
  /**
181
- * <p>
182
- * The unique identifier of the commitment.
183
- * </p>
141
+ * <p> The unique identifier of the commitment. </p>
184
142
  * @public
185
143
  */
186
144
  id?: string | undefined;
187
145
  /**
188
- * <p>
189
- * The type of purchase agreement (e.g., Reserved Instance, Savings Plan).
190
- * </p>
146
+ * <p> The type of purchase agreement (e.g., Reserved Instance, Savings Plan). </p>
191
147
  * @public
192
148
  */
193
149
  purchaseAgreementType?: PurchaseAgreementType | undefined;
194
150
  /**
195
- * <p>
196
- * The identifier of the specific offering associated with this commitment.
197
- * </p>
151
+ * <p> The identifier of the specific offering associated with this commitment. </p>
198
152
  * @public
199
153
  */
200
154
  offeringId?: string | undefined;
201
155
  /**
202
- * <p>
203
- * The Amazon Web Services account ID associated with this commitment.
204
- * </p>
156
+ * <p> The Amazon Web Services account ID associated with this commitment. </p>
205
157
  * @public
206
158
  */
207
159
  usageAccountId?: string | undefined;
208
160
  /**
209
- * <p>
210
- * The Amazon Web Services region associated with this commitment.
211
- * </p>
161
+ * <p> The Amazon Web Services region associated with this commitment. </p>
212
162
  * @public
213
163
  */
214
164
  region?: string | undefined;
215
165
  /**
216
- * <p>
217
- * The length of the commitment term.
218
- * </p>
166
+ * <p> The length of the commitment term. </p>
219
167
  * @public
220
168
  */
221
169
  termLength?: string | undefined;
222
170
  /**
223
- * <p>
224
- * The payment option chosen for this commitment (e.g., All Upfront, Partial Upfront, No Upfront).
225
- * </p>
171
+ * <p> The payment option chosen for this commitment (e.g., All Upfront, Partial Upfront, No Upfront). </p>
226
172
  * @public
227
173
  */
228
174
  paymentOption?: string | undefined;
229
175
  /**
230
- * <p>
231
- * The upfront payment amount for this commitment, if applicable.
232
- * </p>
176
+ * <p> The upfront payment amount for this commitment, if applicable. </p>
233
177
  * @public
234
178
  */
235
179
  upfrontPayment?: CostAmount | undefined;
236
180
  /**
237
- * <p>
238
- * The monthly payment amount for this commitment, if applicable.
239
- * </p>
181
+ * <p> The monthly payment amount for this commitment, if applicable. </p>
240
182
  * @public
241
183
  */
242
184
  monthlyPayment?: CostAmount | undefined;
@@ -246,40 +188,30 @@ export interface BillEstimateCommitmentSummary {
246
188
  */
247
189
  export interface ListBillEstimateCommitmentsResponse {
248
190
  /**
249
- * <p>
250
- * The list of commitments associated with the bill estimate.
251
- * </p>
191
+ * <p> The list of commitments associated with the bill estimate. </p>
252
192
  * @public
253
193
  */
254
194
  items?: BillEstimateCommitmentSummary[] | undefined;
255
195
  /**
256
- * <p>
257
- * A token to retrieve the next page of results, if any.
258
- * </p>
196
+ * <p> A token to retrieve the next page of results, if any. </p>
259
197
  * @public
260
198
  */
261
199
  nextToken?: string | undefined;
262
200
  }
263
201
  /**
264
- * <p>
265
- * The specified resource was not found.
266
- * </p>
202
+ * <p> The specified resource was not found. </p>
267
203
  * @public
268
204
  */
269
205
  export declare class ResourceNotFoundException extends __BaseException {
270
206
  readonly name: "ResourceNotFoundException";
271
207
  readonly $fault: "client";
272
208
  /**
273
- * <p>
274
- * The identifier of the resource that was not found.
275
- * </p>
209
+ * <p> The identifier of the resource that was not found. </p>
276
210
  * @public
277
211
  */
278
212
  resourceId: string | undefined;
279
213
  /**
280
- * <p>
281
- * The type of the resource that was not found.
282
- * </p>
214
+ * <p> The type of the resource that was not found. </p>
283
215
  * @public
284
216
  */
285
217
  resourceType: string | undefined;
@@ -289,9 +221,7 @@ export declare class ResourceNotFoundException extends __BaseException {
289
221
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
290
222
  }
291
223
  /**
292
- * <p>
293
- * The request was denied due to request throttling.
294
- * </p>
224
+ * <p> The request was denied due to request throttling. </p>
295
225
  * @public
296
226
  */
297
227
  export declare class ThrottlingException extends __BaseException {
@@ -308,8 +238,7 @@ export declare class ThrottlingException extends __BaseException {
308
238
  */
309
239
  quotaCode?: string | undefined;
310
240
  /**
311
- * <p>The service code that exceeded the throttling limit. Retry your
312
- * request, but if the problem persists, contact Amazon Web Services support.</p>
241
+ * <p>The service code that exceeded the throttling limit. Retry your request, but if the problem persists, contact Amazon Web Services support.</p>
313
242
  * @public
314
243
  */
315
244
  retryAfterSeconds?: number | undefined;
@@ -319,23 +248,17 @@ export declare class ThrottlingException extends __BaseException {
319
248
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
320
249
  }
321
250
  /**
322
- * <p>
323
- * Represents a field that failed validation in a request.
324
- * </p>
251
+ * <p> Represents a field that failed validation in a request. </p>
325
252
  * @public
326
253
  */
327
254
  export interface ValidationExceptionField {
328
255
  /**
329
- * <p>
330
- * The name of the field that failed validation.
331
- * </p>
256
+ * <p> The name of the field that failed validation. </p>
332
257
  * @public
333
258
  */
334
259
  name: string | undefined;
335
260
  /**
336
- * <p>
337
- * The error message describing why the field failed validation.
338
- * </p>
261
+ * <p> The error message describing why the field failed validation. </p>
339
262
  * @public
340
263
  */
341
264
  message: string | undefined;
@@ -357,25 +280,19 @@ export declare const ValidationExceptionReason: {
357
280
  */
358
281
  export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
359
282
  /**
360
- * <p>
361
- * The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
362
- * </p>
283
+ * <p> The input provided fails to satisfy the constraints specified by an Amazon Web Services service. </p>
363
284
  * @public
364
285
  */
365
286
  export declare class ValidationException extends __BaseException {
366
287
  readonly name: "ValidationException";
367
288
  readonly $fault: "client";
368
289
  /**
369
- * <p>
370
- * The reason for the validation exception.
371
- * </p>
290
+ * <p> The reason for the validation exception. </p>
372
291
  * @public
373
292
  */
374
293
  reason?: ValidationExceptionReason | undefined;
375
294
  /**
376
- * <p>
377
- * The list of fields that are invalid.
378
- * </p>
295
+ * <p> The list of fields that are invalid. </p>
379
296
  * @public
380
297
  */
381
298
  fieldList?: ValidationExceptionField[] | undefined;
@@ -385,45 +302,33 @@ export declare class ValidationException extends __BaseException {
385
302
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
386
303
  }
387
304
  /**
388
- * <p>
389
- * Represents the difference between historical and estimated costs.
390
- * </p>
305
+ * <p> Represents the difference between historical and estimated costs. </p>
391
306
  * @public
392
307
  */
393
308
  export interface CostDifference {
394
309
  /**
395
- * <p>
396
- * The historical cost amount.
397
- * </p>
310
+ * <p> The historical cost amount. </p>
398
311
  * @public
399
312
  */
400
313
  historicalCost?: CostAmount | undefined;
401
314
  /**
402
- * <p>
403
- * The estimated cost amount.
404
- * </p>
315
+ * <p> The estimated cost amount. </p>
405
316
  * @public
406
317
  */
407
318
  estimatedCost?: CostAmount | undefined;
408
319
  }
409
320
  /**
410
- * <p>
411
- * Provides a summary of cost-related information for a bill estimate.
412
- * </p>
321
+ * <p> Provides a summary of cost-related information for a bill estimate. </p>
413
322
  * @public
414
323
  */
415
324
  export interface BillEstimateCostSummary {
416
325
  /**
417
- * <p>
418
- * The total difference in cost between the estimated and historical costs.
419
- * </p>
326
+ * <p> The total difference in cost between the estimated and historical costs. </p>
420
327
  * @public
421
328
  */
422
329
  totalCostDifference?: CostDifference | undefined;
423
330
  /**
424
- * <p>
425
- * A breakdown of cost differences by Amazon Web Services service.
426
- * </p>
331
+ * <p> A breakdown of cost differences by Amazon Web Services service. </p>
427
332
  * @public
428
333
  */
429
334
  serviceCostDifferences?: Record<string, CostDifference> | undefined;
@@ -433,67 +338,45 @@ export interface BillEstimateCostSummary {
433
338
  */
434
339
  export interface ListBillEstimateInputCommitmentModificationsRequest {
435
340
  /**
436
- * <p>
437
- * The unique identifier of the bill estimate to list input commitment modifications for.
438
- * </p>
341
+ * <p> The unique identifier of the bill estimate to list input commitment modifications for. </p>
439
342
  * @public
440
343
  */
441
344
  billEstimateId: string | undefined;
442
345
  /**
443
- * <p>
444
- * A token to retrieve the next page of results.
445
- * </p>
346
+ * <p> A token to retrieve the next page of results. </p>
446
347
  * @public
447
348
  */
448
349
  nextToken?: string | undefined;
449
350
  /**
450
- * <p>
451
- * The maximum number of results to return per page.
452
- * </p>
351
+ * <p> The maximum number of results to return per page. </p>
453
352
  * @public
454
353
  */
455
354
  maxResults?: number | undefined;
456
355
  }
457
356
  /**
458
- * <p>
459
- * Represents an action to remove a Reserved Instance from a bill scenario.
460
- * </p>
461
- * <p>
462
- * This is the ID of an existing Reserved Instance in your account.
463
- * </p>
357
+ * <p> Represents an action to remove a Reserved Instance from a bill scenario. </p> <p> This is the ID of an existing Reserved Instance in your account. </p>
464
358
  * @public
465
359
  */
466
360
  export interface NegateReservedInstanceAction {
467
361
  /**
468
- * <p>
469
- * The ID of the Reserved Instance to remove.
470
- * </p>
362
+ * <p> The ID of the Reserved Instance to remove. </p>
471
363
  * @public
472
364
  */
473
365
  reservedInstancesId?: string | undefined;
474
366
  }
475
367
  /**
476
- * <p>
477
- * Represents an action to remove a Savings Plan from a bill scenario.
478
- * </p>
479
- * <p>
480
- * This is the ID of an existing Savings Plan in your account.
481
- * </p>
368
+ * <p> Represents an action to remove a Savings Plan from a bill scenario. </p> <p> This is the ID of an existing Savings Plan in your account. </p>
482
369
  * @public
483
370
  */
484
371
  export interface NegateSavingsPlanAction {
485
372
  /**
486
- * <p>
487
- * The ID of the Savings Plan to remove.
488
- * </p>
373
+ * <p> The ID of the Savings Plan to remove. </p>
489
374
  * @public
490
375
  */
491
376
  savingsPlanId?: string | undefined;
492
377
  }
493
378
  /**
494
- * <p>
495
- * Represents an action to modify commitments in a bill scenario.
496
- * </p>
379
+ * <p> Represents an action to modify commitments in a bill scenario. </p>
497
380
  * @public
498
381
  */
499
382
  export type BillScenarioCommitmentModificationAction = BillScenarioCommitmentModificationAction.AddReservedInstanceActionMember | BillScenarioCommitmentModificationAction.AddSavingsPlanActionMember | BillScenarioCommitmentModificationAction.NegateReservedInstanceActionMember | BillScenarioCommitmentModificationAction.NegateSavingsPlanActionMember | BillScenarioCommitmentModificationAction.$UnknownMember;
@@ -502,9 +385,7 @@ export type BillScenarioCommitmentModificationAction = BillScenarioCommitmentMod
502
385
  */
503
386
  export declare namespace BillScenarioCommitmentModificationAction {
504
387
  /**
505
- * <p>
506
- * Action to add a Reserved Instance to the scenario.
507
- * </p>
388
+ * <p> Action to add a Reserved Instance to the scenario. </p>
508
389
  * @public
509
390
  */
510
391
  interface AddReservedInstanceActionMember {
@@ -515,9 +396,7 @@ export declare namespace BillScenarioCommitmentModificationAction {
515
396
  $unknown?: never;
516
397
  }
517
398
  /**
518
- * <p>
519
- * Action to add a Savings Plan to the scenario.
520
- * </p>
399
+ * <p> Action to add a Savings Plan to the scenario. </p>
521
400
  * @public
522
401
  */
523
402
  interface AddSavingsPlanActionMember {
@@ -528,9 +407,7 @@ export declare namespace BillScenarioCommitmentModificationAction {
528
407
  $unknown?: never;
529
408
  }
530
409
  /**
531
- * <p>
532
- * Action to remove a Reserved Instance from the scenario.
533
- * </p>
410
+ * <p> Action to remove a Reserved Instance from the scenario. </p>
534
411
  * @public
535
412
  */
536
413
  interface NegateReservedInstanceActionMember {
@@ -541,9 +418,7 @@ export declare namespace BillScenarioCommitmentModificationAction {
541
418
  $unknown?: never;
542
419
  }
543
420
  /**
544
- * <p>
545
- * Action to remove a Savings Plan from the scenario.
546
- * </p>
421
+ * <p> Action to remove a Savings Plan from the scenario. </p>
547
422
  * @public
548
423
  */
549
424
  interface NegateSavingsPlanActionMember {
@@ -573,37 +448,27 @@ export declare namespace BillScenarioCommitmentModificationAction {
573
448
  const visit: <T>(value: BillScenarioCommitmentModificationAction, visitor: Visitor<T>) => T;
574
449
  }
575
450
  /**
576
- * <p>
577
- * Summarizes an input commitment modification for a bill estimate.
578
- * </p>
451
+ * <p> Summarizes an input commitment modification for a bill estimate. </p>
579
452
  * @public
580
453
  */
581
454
  export interface BillEstimateInputCommitmentModificationSummary {
582
455
  /**
583
- * <p>
584
- * The unique identifier of the commitment modification.
585
- * </p>
456
+ * <p> The unique identifier of the commitment modification. </p>
586
457
  * @public
587
458
  */
588
459
  id?: string | undefined;
589
460
  /**
590
- * <p>
591
- * The group identifier for the commitment modification.
592
- * </p>
461
+ * <p> The group identifier for the commitment modification. </p>
593
462
  * @public
594
463
  */
595
464
  group?: string | undefined;
596
465
  /**
597
- * <p>
598
- * The Amazon Web Services account ID associated with this commitment modification.
599
- * </p>
466
+ * <p> The Amazon Web Services account ID associated with this commitment modification. </p>
600
467
  * @public
601
468
  */
602
469
  usageAccountId?: string | undefined;
603
470
  /**
604
- * <p>
605
- * The specific commitment action taken in this modification.
606
- * </p>
471
+ * <p> The specific commitment action taken in this modification. </p>
607
472
  * @public
608
473
  */
609
474
  commitmentAction?: BillScenarioCommitmentModificationAction | undefined;
@@ -613,16 +478,12 @@ export interface BillEstimateInputCommitmentModificationSummary {
613
478
  */
614
479
  export interface ListBillEstimateInputCommitmentModificationsResponse {
615
480
  /**
616
- * <p>
617
- * The list of input commitment modifications associated with the bill estimate.
618
- * </p>
481
+ * <p> The list of input commitment modifications associated with the bill estimate. </p>
619
482
  * @public
620
483
  */
621
484
  items?: BillEstimateInputCommitmentModificationSummary[] | undefined;
622
485
  /**
623
- * <p>
624
- * A token to retrieve the next page of results, if any.
625
- * </p>
486
+ * <p> A token to retrieve the next page of results, if any. </p>
626
487
  * @public
627
488
  */
628
489
  nextToken?: string | undefined;
@@ -662,30 +523,22 @@ export declare const ListUsageFilterName: {
662
523
  */
663
524
  export type ListUsageFilterName = (typeof ListUsageFilterName)[keyof typeof ListUsageFilterName];
664
525
  /**
665
- * <p>
666
- * Represents a filter for listing usage data.
667
- * </p>
526
+ * <p> Represents a filter for listing usage data. </p>
668
527
  * @public
669
528
  */
670
529
  export interface ListUsageFilter {
671
530
  /**
672
- * <p>
673
- * The name of the filter attribute.
674
- * </p>
531
+ * <p> The name of the filter attribute. </p>
675
532
  * @public
676
533
  */
677
534
  name: ListUsageFilterName | undefined;
678
535
  /**
679
- * <p>
680
- * The values to filter by.
681
- * </p>
536
+ * <p> The values to filter by. </p>
682
537
  * @public
683
538
  */
684
539
  values: string[] | undefined;
685
540
  /**
686
- * <p>
687
- * The match option for the filter (e.g., equals, contains).
688
- * </p>
541
+ * <p> The match option for the filter (e.g., equals, contains). </p>
689
542
  * @public
690
543
  */
691
544
  matchOption?: MatchOption | undefined;
@@ -695,110 +548,80 @@ export interface ListUsageFilter {
695
548
  */
696
549
  export interface ListBillEstimateInputUsageModificationsRequest {
697
550
  /**
698
- * <p>
699
- * The unique identifier of the bill estimate to list input usage modifications for.
700
- * </p>
551
+ * <p> The unique identifier of the bill estimate to list input usage modifications for. </p>
701
552
  * @public
702
553
  */
703
554
  billEstimateId: string | undefined;
704
555
  /**
705
- * <p>
706
- * Filters to apply to the list of input usage modifications.
707
- * </p>
556
+ * <p> Filters to apply to the list of input usage modifications. </p>
708
557
  * @public
709
558
  */
710
559
  filters?: ListUsageFilter[] | undefined;
711
560
  /**
712
- * <p>
713
- * A token to retrieve the next page of results.
714
- * </p>
561
+ * <p> A token to retrieve the next page of results. </p>
715
562
  * @public
716
563
  */
717
564
  nextToken?: string | undefined;
718
565
  /**
719
- * <p>
720
- * The maximum number of results to return per page.
721
- * </p>
566
+ * <p> The maximum number of results to return per page. </p>
722
567
  * @public
723
568
  */
724
569
  maxResults?: number | undefined;
725
570
  }
726
571
  /**
727
- * <p>
728
- * Represents a time interval for a bill or estimate.
729
- * </p>
572
+ * <p> Represents a time interval for a bill or estimate. </p>
730
573
  * @public
731
574
  */
732
575
  export interface BillInterval {
733
576
  /**
734
- * <p>
735
- * The start date and time of the interval.
736
- * </p>
577
+ * <p> The start date and time of the interval. </p>
737
578
  * @public
738
579
  */
739
580
  start?: Date | undefined;
740
581
  /**
741
- * <p>
742
- * The end date and time of the interval.
743
- * </p>
582
+ * <p> The end date and time of the interval. </p>
744
583
  * @public
745
584
  */
746
585
  end?: Date | undefined;
747
586
  }
748
587
  /**
749
- * <p>
750
- * Represents a filter used within an expression.
751
- * </p>
588
+ * <p> Represents a filter used within an expression. </p>
752
589
  * @public
753
590
  */
754
591
  export interface ExpressionFilter {
755
592
  /**
756
- * <p>
757
- * The key or attribute to filter on.
758
- * </p>
593
+ * <p> The key or attribute to filter on. </p>
759
594
  * @public
760
595
  */
761
596
  key?: string | undefined;
762
597
  /**
763
- * <p>
764
- * The match options for the filter (e.g., equals, contains).
765
- * </p>
598
+ * <p> The match options for the filter (e.g., equals, contains). </p>
766
599
  * @public
767
600
  */
768
601
  matchOptions?: string[] | undefined;
769
602
  /**
770
- * <p>
771
- * The values to match against.
772
- * </p>
603
+ * <p> The values to match against. </p>
773
604
  * @public
774
605
  */
775
606
  values?: string[] | undefined;
776
607
  }
777
608
  /**
778
- * <p>
779
- * Represents a usage quantity with associated unit and time period.
780
- * </p>
609
+ * <p> Represents a usage quantity with associated unit and time period. </p>
781
610
  * @public
782
611
  */
783
612
  export interface UsageQuantity {
784
613
  /**
785
- * <p>
786
- * The start hour of the usage period.
787
- * </p>
614
+ * <p> The start hour of the usage period. </p>
788
615
  * @public
789
616
  */
790
617
  startHour?: Date | undefined;
791
618
  /**
792
- * <p>
793
- * The unit of measurement for the usage quantity.
794
- * </p>
619
+ * <p> The unit of measurement for the usage quantity. </p>
795
620
  * @public
796
621
  */
797
622
  unit?: string | undefined;
798
623
  /**
799
- * <p>
800
- * The numeric value of the usage quantity.
801
- * </p>
624
+ * <p> The numeric value of the usage quantity. </p>
802
625
  * @public
803
626
  */
804
627
  amount?: number | undefined;
@@ -820,30 +643,22 @@ export declare const ListBillEstimateLineItemsFilterName: {
820
643
  */
821
644
  export type ListBillEstimateLineItemsFilterName = (typeof ListBillEstimateLineItemsFilterName)[keyof typeof ListBillEstimateLineItemsFilterName];
822
645
  /**
823
- * <p>
824
- * Represents a filter for listing bill estimate line items.
825
- * </p>
646
+ * <p> Represents a filter for listing bill estimate line items. </p>
826
647
  * @public
827
648
  */
828
649
  export interface ListBillEstimateLineItemsFilter {
829
650
  /**
830
- * <p>
831
- * The name of the filter attribute.
832
- * </p>
651
+ * <p> The name of the filter attribute. </p>
833
652
  * @public
834
653
  */
835
654
  name: ListBillEstimateLineItemsFilterName | undefined;
836
655
  /**
837
- * <p>
838
- * The values to filter by.
839
- * </p>
656
+ * <p> The values to filter by. </p>
840
657
  * @public
841
658
  */
842
659
  values: string[] | undefined;
843
660
  /**
844
- * <p>
845
- * The match option for the filter (e.g., equals, contains).
846
- * </p>
661
+ * <p> The match option for the filter (e.g., equals, contains). </p>
847
662
  * @public
848
663
  */
849
664
  matchOption?: MatchOption | undefined;
@@ -853,165 +668,119 @@ export interface ListBillEstimateLineItemsFilter {
853
668
  */
854
669
  export interface ListBillEstimateLineItemsRequest {
855
670
  /**
856
- * <p>
857
- * The unique identifier of the bill estimate to list line items for.
858
- * </p>
671
+ * <p> The unique identifier of the bill estimate to list line items for. </p>
859
672
  * @public
860
673
  */
861
674
  billEstimateId: string | undefined;
862
675
  /**
863
- * <p>
864
- * Filters to apply to the list of line items.
865
- * </p>
676
+ * <p> Filters to apply to the list of line items. </p>
866
677
  * @public
867
678
  */
868
679
  filters?: ListBillEstimateLineItemsFilter[] | undefined;
869
680
  /**
870
- * <p>
871
- * A token to retrieve the next page of results.
872
- * </p>
681
+ * <p> A token to retrieve the next page of results. </p>
873
682
  * @public
874
683
  */
875
684
  nextToken?: string | undefined;
876
685
  /**
877
- * <p>
878
- * The maximum number of results to return per page.
879
- * </p>
686
+ * <p> The maximum number of results to return per page. </p>
880
687
  * @public
881
688
  */
882
689
  maxResults?: number | undefined;
883
690
  }
884
691
  /**
885
- * <p>
886
- * Represents the result of a usage quantity calculation.
887
- * </p>
692
+ * <p> Represents the result of a usage quantity calculation. </p>
888
693
  * @public
889
694
  */
890
695
  export interface UsageQuantityResult {
891
696
  /**
892
- * <p>
893
- * The numeric value of the usage quantity result.
894
- * </p>
697
+ * <p> The numeric value of the usage quantity result. </p>
895
698
  * @public
896
699
  */
897
700
  amount?: number | undefined;
898
701
  /**
899
- * <p>
900
- * The unit of measurement for the usage quantity result.
901
- * </p>
702
+ * <p> The unit of measurement for the usage quantity result. </p>
902
703
  * @public
903
704
  */
904
705
  unit?: string | undefined;
905
706
  }
906
707
  /**
907
- * <p>
908
- * Provides a summary of a line item in a bill estimate.
909
- * </p>
708
+ * <p> Provides a summary of a line item in a bill estimate. </p>
910
709
  * @public
911
710
  */
912
711
  export interface BillEstimateLineItemSummary {
913
712
  /**
914
- * <p>
915
- * The Amazon Web Services service code associated with this line item.
916
- * </p>
713
+ * <p> The Amazon Web Services service code associated with this line item. </p>
917
714
  * @public
918
715
  */
919
716
  serviceCode: string | undefined;
920
717
  /**
921
- * <p>
922
- * The type of usage for this line item.
923
- * </p>
718
+ * <p> The type of usage for this line item. </p>
924
719
  * @public
925
720
  */
926
721
  usageType: string | undefined;
927
722
  /**
928
- * <p>
929
- * The specific operation associated with this line item.
930
- * </p>
723
+ * <p> The specific operation associated with this line item. </p>
931
724
  * @public
932
725
  */
933
726
  operation: string | undefined;
934
727
  /**
935
- * <p>
936
- * The location associated with this line item.
937
- * </p>
728
+ * <p> The location associated with this line item. </p>
938
729
  * @public
939
730
  */
940
731
  location?: string | undefined;
941
732
  /**
942
- * <p>
943
- * The availability zone associated with this line item, if applicable.
944
- * </p>
733
+ * <p> The availability zone associated with this line item, if applicable. </p>
945
734
  * @public
946
735
  */
947
736
  availabilityZone?: string | undefined;
948
737
  /**
949
- * <p>
950
- * The unique identifier of this line item.
951
- * </p>
738
+ * <p> The unique identifier of this line item. </p>
952
739
  * @public
953
740
  */
954
741
  id?: string | undefined;
955
742
  /**
956
- * <p>
957
- * The line item identifier from the original bill.
958
- * </p>
743
+ * <p> The line item identifier from the original bill. </p>
959
744
  * @public
960
745
  */
961
746
  lineItemId?: string | undefined;
962
747
  /**
963
- * <p>
964
- * The type of this line item (e.g., Usage, Tax, Credit).
965
- * </p>
748
+ * <p> The type of this line item (e.g., Usage, Tax, Credit). </p>
966
749
  * @public
967
750
  */
968
751
  lineItemType?: string | undefined;
969
752
  /**
970
- * <p>
971
- * The Amazon Web Services account ID of the payer for this line item.
972
- * </p>
753
+ * <p> The Amazon Web Services account ID of the payer for this line item. </p>
973
754
  * @public
974
755
  */
975
756
  payerAccountId?: string | undefined;
976
757
  /**
977
- * <p>
978
- * The Amazon Web Services account ID associated with the usage for this line item.
979
- * </p>
758
+ * <p> The Amazon Web Services account ID associated with the usage for this line item. </p>
980
759
  * @public
981
760
  */
982
761
  usageAccountId?: string | undefined;
983
762
  /**
984
- * <p>
985
- * The estimated usage quantity for this line item.
986
- * </p>
763
+ * <p> The estimated usage quantity for this line item. </p>
987
764
  * @public
988
765
  */
989
766
  estimatedUsageQuantity?: UsageQuantityResult | undefined;
990
767
  /**
991
- * <p>
992
- * The estimated cost for this line item.
993
- * </p>
768
+ * <p> The estimated cost for this line item. </p>
994
769
  * @public
995
770
  */
996
771
  estimatedCost?: CostAmount | undefined;
997
772
  /**
998
- * <p>
999
- * The historical usage quantity for this line item.
1000
- * </p>
773
+ * <p> The historical usage quantity for this line item. </p>
1001
774
  * @public
1002
775
  */
1003
776
  historicalUsageQuantity?: UsageQuantityResult | undefined;
1004
777
  /**
1005
- * <p>
1006
- * The historical cost for this line item.
1007
- * </p>
778
+ * <p> The historical cost for this line item. </p>
1008
779
  * @public
1009
780
  */
1010
781
  historicalCost?: CostAmount | undefined;
1011
782
  /**
1012
- * <p>
1013
- * The Amazon Resource Names (ARNs) of any Savings Plans applied to this line item.
1014
- * </p>
783
+ * <p> The Amazon Resource Names (ARNs) of any Savings Plans applied to this line item. </p>
1015
784
  * @public
1016
785
  */
1017
786
  savingsPlanArns?: string[] | undefined;
@@ -1021,16 +790,12 @@ export interface BillEstimateLineItemSummary {
1021
790
  */
1022
791
  export interface ListBillEstimateLineItemsResponse {
1023
792
  /**
1024
- * <p>
1025
- * The list of line items associated with the bill estimate.
1026
- * </p>
793
+ * <p> The list of line items associated with the bill estimate. </p>
1027
794
  * @public
1028
795
  */
1029
796
  items?: BillEstimateLineItemSummary[] | undefined;
1030
797
  /**
1031
- * <p>
1032
- * A token to retrieve the next page of results, if any.
1033
- * </p>
798
+ * <p> A token to retrieve the next page of results, if any. </p>
1034
799
  * @public
1035
800
  */
1036
801
  nextToken?: string | undefined;
@@ -1049,25 +814,19 @@ export declare const BillEstimateStatus: {
1049
814
  */
1050
815
  export type BillEstimateStatus = (typeof BillEstimateStatus)[keyof typeof BillEstimateStatus];
1051
816
  /**
1052
- * <p>
1053
- * The request could not be processed because of conflict in the current state of the resource.
1054
- * </p>
817
+ * <p> The request could not be processed because of conflict in the current state of the resource. </p>
1055
818
  * @public
1056
819
  */
1057
820
  export declare class ConflictException extends __BaseException {
1058
821
  readonly name: "ConflictException";
1059
822
  readonly $fault: "client";
1060
823
  /**
1061
- * <p>
1062
- * The identifier of the resource that was not found.
1063
- * </p>
824
+ * <p> The identifier of the resource that was not found. </p>
1064
825
  * @public
1065
826
  */
1066
827
  resourceId: string | undefined;
1067
828
  /**
1068
- * <p>
1069
- * The type of the resource that was not found.
1070
- * </p>
829
+ * <p> The type of the resource that was not found. </p>
1071
830
  * @public
1072
831
  */
1073
832
  resourceType: string | undefined;
@@ -1081,55 +840,22 @@ export declare class ConflictException extends __BaseException {
1081
840
  */
1082
841
  export interface CreateBillEstimateRequest {
1083
842
  /**
1084
- * <p>
1085
- * The ID of the Bill Scenario for which you want to create a Bill estimate.
1086
- * </p>
843
+ * <p> The ID of the Bill Scenario for which you want to create a Bill estimate. </p>
1087
844
  * @public
1088
845
  */
1089
846
  billScenarioId: string | undefined;
1090
847
  /**
1091
- * <p>
1092
- * The name of the Bill estimate that will be created. Names must be unique for an account.
1093
- * </p>
848
+ * <p> The name of the Bill estimate that will be created. Names must be unique for an account. </p>
1094
849
  * @public
1095
850
  */
1096
851
  name: string | undefined;
1097
852
  /**
1098
- * <p>
1099
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
1100
- * </p>
853
+ * <p> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. </p>
1101
854
  * @public
1102
855
  */
1103
856
  clientToken?: string | undefined;
1104
857
  /**
1105
- * <p>
1106
- * An optional list of tags to associate with the specified BillEstimate. You can use resource tags to control access to your
1107
- * BillEstimate using IAM policies. Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags:
1108
- * </p>
1109
- * <ul>
1110
- * <li>
1111
- * <p>Although the maximum number of array members is 200, you can assign a maximum of 50 user-tags to one resource.
1112
- * The remaining are reserved for Amazon Web Services. </p>
1113
- * </li>
1114
- * <li>
1115
- * <p>The maximum length of a key is 128 characters.</p>
1116
- * </li>
1117
- * <li>
1118
- * <p>The maximum length of a value is 256 characters.</p>
1119
- * </li>
1120
- * <li>
1121
- * <p>Keys and values can only contain alphanumeric characters, spaces, and any of the following: <code>_.:/=+@-</code>.</p>
1122
- * </li>
1123
- * <li>
1124
- * <p>Keys and values are case sensitive.</p>
1125
- * </li>
1126
- * <li>
1127
- * <p>Keys and values are trimmed for any leading or trailing whitespaces.</p>
1128
- * </li>
1129
- * <li>
1130
- * <p>Don't use <code>aws:</code> as a prefix for your keys. This prefix is reserved for Amazon Web Services.</p>
1131
- * </li>
1132
- * </ul>
858
+ * <p> An optional list of tags to associate with the specified BillEstimate. You can use resource tags to control access to your BillEstimate using IAM policies. Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags: </p> <ul> <li> <p>Although the maximum number of array members is 200, you can assign a maximum of 50 user-tags to one resource. The remaining are reserved for Amazon Web Services. </p> </li> <li> <p>The maximum length of a key is 128 characters.</p> </li> <li> <p>The maximum length of a value is 256 characters.</p> </li> <li> <p>Keys and values can only contain alphanumeric characters, spaces, and any of the following: <code>_.:/=+@-</code>.</p> </li> <li> <p>Keys and values are case sensitive.</p> </li> <li> <p>Keys and values are trimmed for any leading or trailing whitespaces.</p> </li> <li> <p>Don't use <code>aws:</code> as a prefix for your keys. This prefix is reserved for Amazon Web Services.</p> </li> </ul>
1133
859
  * @public
1134
860
  */
1135
861
  tags?: Record<string, string> | undefined;
@@ -1149,8 +875,7 @@ export interface CreateBillEstimateResponse {
1149
875
  */
1150
876
  name?: string | undefined;
1151
877
  /**
1152
- * <p> The status of your newly created Bill estimate. Bill estimate creation can take anywhere between 8 to 12 hours.
1153
- * The status will allow you to identify when the Bill estimate is complete or has failed. </p>
878
+ * <p> The status of your newly created Bill estimate. Bill estimate creation can take anywhere between 8 to 12 hours. The status will allow you to identify when the Bill estimate is complete or has failed. </p>
1154
879
  * @public
1155
880
  */
1156
881
  status?: BillEstimateStatus | undefined;
@@ -1160,28 +885,22 @@ export interface CreateBillEstimateResponse {
1160
885
  */
1161
886
  failureMessage?: string | undefined;
1162
887
  /**
1163
- * <p> The bill month start and end
1164
- * timestamp that was used to create the Bill estimate. This is set to the last complete anniversary bill month start and end timestamp. </p>
888
+ * <p> The bill month start and end timestamp that was used to create the Bill estimate. This is set to the last complete anniversary bill month start and end timestamp. </p>
1165
889
  * @public
1166
890
  */
1167
891
  billInterval?: BillInterval | undefined;
1168
892
  /**
1169
- * <p> Returns summary-level cost information once a Bill estimate is
1170
- * successfully generated. This summary includes: 1) the total cost difference, showing the pre-tax cost change for the consolidated
1171
- * billing family between the completed anniversary bill and the estimated bill, and 2) total cost differences per service, detailing
1172
- * the pre-tax cost of each service, comparing the completed anniversary bill to the estimated bill on a per-service basis. </p>
893
+ * <p> Returns summary-level cost information once a Bill estimate is successfully generated. This summary includes: 1) the total cost difference, showing the pre-tax cost change for the consolidated billing family between the completed anniversary bill and the estimated bill, and 2) total cost differences per service, detailing the pre-tax cost of each service, comparing the completed anniversary bill to the estimated bill on a per-service basis. </p>
1173
894
  * @public
1174
895
  */
1175
896
  costSummary?: BillEstimateCostSummary | undefined;
1176
897
  /**
1177
- * <p> The timestamp of when the Bill estimate create process
1178
- * was started (not when it successfully completed or failed). </p>
898
+ * <p> The timestamp of when the Bill estimate create process was started (not when it successfully completed or failed). </p>
1179
899
  * @public
1180
900
  */
1181
901
  createdAt?: Date | undefined;
1182
902
  /**
1183
- * <p> The timestamp of when the Bill estimate will
1184
- * expire. A Bill estimate becomes inaccessible after expiration. </p>
903
+ * <p> The timestamp of when the Bill estimate will expire. A Bill estimate becomes inaccessible after expiration. </p>
1185
904
  * @public
1186
905
  */
1187
906
  expiresAt?: Date | undefined;
@@ -1191,9 +910,7 @@ export interface CreateBillEstimateResponse {
1191
910
  */
1192
911
  export interface DeleteBillEstimateRequest {
1193
912
  /**
1194
- * <p>
1195
- * The unique identifier of the bill estimate to delete.
1196
- * </p>
913
+ * <p> The unique identifier of the bill estimate to delete. </p>
1197
914
  * @public
1198
915
  */
1199
916
  identifier: string | undefined;
@@ -1208,9 +925,7 @@ export interface DeleteBillEstimateResponse {
1208
925
  */
1209
926
  export interface GetBillEstimateRequest {
1210
927
  /**
1211
- * <p>
1212
- * The unique identifier of the bill estimate to retrieve.
1213
- * </p>
928
+ * <p> The unique identifier of the bill estimate to retrieve. </p>
1214
929
  * @public
1215
930
  */
1216
931
  identifier: string | undefined;
@@ -1220,80 +935,58 @@ export interface GetBillEstimateRequest {
1220
935
  */
1221
936
  export interface GetBillEstimateResponse {
1222
937
  /**
1223
- * <p>
1224
- * The unique identifier of the retrieved bill estimate.
1225
- * </p>
938
+ * <p> The unique identifier of the retrieved bill estimate. </p>
1226
939
  * @public
1227
940
  */
1228
941
  id: string | undefined;
1229
942
  /**
1230
- * <p>
1231
- * The name of the retrieved bill estimate.
1232
- * </p>
943
+ * <p> The name of the retrieved bill estimate. </p>
1233
944
  * @public
1234
945
  */
1235
946
  name?: string | undefined;
1236
947
  /**
1237
- * <p>
1238
- * The current status of the bill estimate.
1239
- * </p>
948
+ * <p> The current status of the bill estimate. </p>
1240
949
  * @public
1241
950
  */
1242
951
  status?: BillEstimateStatus | undefined;
1243
952
  /**
1244
- * <p>
1245
- * An error message if the bill estimate retrieval failed.
1246
- * </p>
953
+ * <p> An error message if the bill estimate retrieval failed. </p>
1247
954
  * @public
1248
955
  */
1249
956
  failureMessage?: string | undefined;
1250
957
  /**
1251
- * <p>
1252
- * The time period covered by the bill estimate.
1253
- * </p>
958
+ * <p> The time period covered by the bill estimate. </p>
1254
959
  * @public
1255
960
  */
1256
961
  billInterval?: BillInterval | undefined;
1257
962
  /**
1258
- * <p>
1259
- * A summary of the estimated costs.
1260
- * </p>
963
+ * <p> A summary of the estimated costs. </p>
1261
964
  * @public
1262
965
  */
1263
966
  costSummary?: BillEstimateCostSummary | undefined;
1264
967
  /**
1265
- * <p>
1266
- * The timestamp when the bill estimate was created.
1267
- * </p>
968
+ * <p> The timestamp when the bill estimate was created. </p>
1268
969
  * @public
1269
970
  */
1270
971
  createdAt?: Date | undefined;
1271
972
  /**
1272
- * <p>
1273
- * The timestamp when the bill estimate will expire.
1274
- * </p>
973
+ * <p> The timestamp when the bill estimate will expire. </p>
1275
974
  * @public
1276
975
  */
1277
976
  expiresAt?: Date | undefined;
1278
977
  }
1279
978
  /**
1280
- * <p>
1281
- * Represents a time-based filter.
1282
- * </p>
979
+ * <p> Represents a time-based filter. </p>
1283
980
  * @public
1284
981
  */
1285
982
  export interface FilterTimestamp {
1286
983
  /**
1287
- * <p>
1288
- * Include results after this timestamp.
1289
- * </p>
984
+ * <p> Include results after this timestamp. </p>
1290
985
  * @public
1291
986
  */
1292
987
  afterTimestamp?: Date | undefined;
1293
988
  /**
1294
- * <p>
1295
- * Include results before this timestamp.
1296
- * </p>
989
+ * <p> Include results before this timestamp. </p>
1297
990
  * @public
1298
991
  */
1299
992
  beforeTimestamp?: Date | undefined;
@@ -1311,30 +1004,22 @@ export declare const ListBillEstimatesFilterName: {
1311
1004
  */
1312
1005
  export type ListBillEstimatesFilterName = (typeof ListBillEstimatesFilterName)[keyof typeof ListBillEstimatesFilterName];
1313
1006
  /**
1314
- * <p>
1315
- * Represents a filter for listing bill estimates.
1316
- * </p>
1007
+ * <p> Represents a filter for listing bill estimates. </p>
1317
1008
  * @public
1318
1009
  */
1319
1010
  export interface ListBillEstimatesFilter {
1320
1011
  /**
1321
- * <p>
1322
- * The name of the filter attribute.
1323
- * </p>
1012
+ * <p> The name of the filter attribute. </p>
1324
1013
  * @public
1325
1014
  */
1326
1015
  name: ListBillEstimatesFilterName | undefined;
1327
1016
  /**
1328
- * <p>
1329
- * The values to filter by.
1330
- * </p>
1017
+ * <p> The values to filter by. </p>
1331
1018
  * @public
1332
1019
  */
1333
1020
  values: string[] | undefined;
1334
1021
  /**
1335
- * <p>
1336
- * The match option for the filter (e.g., equals, contains).
1337
- * </p>
1022
+ * <p> The match option for the filter (e.g., equals, contains). </p>
1338
1023
  * @public
1339
1024
  */
1340
1025
  matchOption?: MatchOption | undefined;
@@ -1344,87 +1029,63 @@ export interface ListBillEstimatesFilter {
1344
1029
  */
1345
1030
  export interface ListBillEstimatesRequest {
1346
1031
  /**
1347
- * <p>
1348
- * Filters to apply to the list of bill estimates.
1349
- * </p>
1032
+ * <p> Filters to apply to the list of bill estimates. </p>
1350
1033
  * @public
1351
1034
  */
1352
1035
  filters?: ListBillEstimatesFilter[] | undefined;
1353
1036
  /**
1354
- * <p>
1355
- * Filter bill estimates based on the creation date.
1356
- * </p>
1037
+ * <p> Filter bill estimates based on the creation date. </p>
1357
1038
  * @public
1358
1039
  */
1359
1040
  createdAtFilter?: FilterTimestamp | undefined;
1360
1041
  /**
1361
- * <p>
1362
- * Filter bill estimates based on the expiration date.
1363
- * </p>
1042
+ * <p> Filter bill estimates based on the expiration date. </p>
1364
1043
  * @public
1365
1044
  */
1366
1045
  expiresAtFilter?: FilterTimestamp | undefined;
1367
1046
  /**
1368
- * <p>
1369
- * A token to retrieve the next page of results.
1370
- * </p>
1047
+ * <p> A token to retrieve the next page of results. </p>
1371
1048
  * @public
1372
1049
  */
1373
1050
  nextToken?: string | undefined;
1374
1051
  /**
1375
- * <p>
1376
- * The maximum number of results to return per page.
1377
- * </p>
1052
+ * <p> The maximum number of results to return per page. </p>
1378
1053
  * @public
1379
1054
  */
1380
1055
  maxResults?: number | undefined;
1381
1056
  }
1382
1057
  /**
1383
- * <p>
1384
- * Provides a summary of a bill estimate.
1385
- * </p>
1058
+ * <p> Provides a summary of a bill estimate. </p>
1386
1059
  * @public
1387
1060
  */
1388
1061
  export interface BillEstimateSummary {
1389
1062
  /**
1390
- * <p>
1391
- * The unique identifier of the bill estimate.
1392
- * </p>
1063
+ * <p> The unique identifier of the bill estimate. </p>
1393
1064
  * @public
1394
1065
  */
1395
1066
  id: string | undefined;
1396
1067
  /**
1397
- * <p>
1398
- * The name of the bill estimate.
1399
- * </p>
1068
+ * <p> The name of the bill estimate. </p>
1400
1069
  * @public
1401
1070
  */
1402
1071
  name?: string | undefined;
1403
1072
  /**
1404
- * <p>
1405
- * The current status of the bill estimate.
1406
- * </p>
1073
+ * <p> The current status of the bill estimate. </p>
1407
1074
  * @public
1408
1075
  */
1409
1076
  status?: BillEstimateStatus | undefined;
1410
1077
  /**
1411
- * <p>
1412
- * The time period covered by the bill estimate.
1413
- * </p>
1078
+ * <p> The time period covered by the bill estimate. </p>
1414
1079
  * @public
1415
1080
  */
1416
1081
  billInterval?: BillInterval | undefined;
1417
1082
  /**
1418
- * <p>
1419
- * The timestamp when the bill estimate was created.
1420
- * </p>
1083
+ * <p> The timestamp when the bill estimate was created. </p>
1421
1084
  * @public
1422
1085
  */
1423
1086
  createdAt?: Date | undefined;
1424
1087
  /**
1425
- * <p>
1426
- * The timestamp when the bill estimate will expire.
1427
- * </p>
1088
+ * <p> The timestamp when the bill estimate will expire. </p>
1428
1089
  * @public
1429
1090
  */
1430
1091
  expiresAt?: Date | undefined;
@@ -1434,16 +1095,12 @@ export interface BillEstimateSummary {
1434
1095
  */
1435
1096
  export interface ListBillEstimatesResponse {
1436
1097
  /**
1437
- * <p>
1438
- * The list of bill estimates for the account.
1439
- * </p>
1098
+ * <p> The list of bill estimates for the account. </p>
1440
1099
  * @public
1441
1100
  */
1442
1101
  items?: BillEstimateSummary[] | undefined;
1443
1102
  /**
1444
- * <p>
1445
- * A token to retrieve the next page of results, if any.
1446
- * </p>
1103
+ * <p> A token to retrieve the next page of results, if any. </p>
1447
1104
  * @public
1448
1105
  */
1449
1106
  nextToken?: string | undefined;
@@ -1453,23 +1110,17 @@ export interface ListBillEstimatesResponse {
1453
1110
  */
1454
1111
  export interface UpdateBillEstimateRequest {
1455
1112
  /**
1456
- * <p>
1457
- * The unique identifier of the bill estimate to update.
1458
- * </p>
1113
+ * <p> The unique identifier of the bill estimate to update. </p>
1459
1114
  * @public
1460
1115
  */
1461
1116
  identifier: string | undefined;
1462
1117
  /**
1463
- * <p>
1464
- * The new name for the bill estimate.
1465
- * </p>
1118
+ * <p> The new name for the bill estimate. </p>
1466
1119
  * @public
1467
1120
  */
1468
1121
  name?: string | undefined;
1469
1122
  /**
1470
- * <p>
1471
- * The new expiration date for the bill estimate.
1472
- * </p>
1123
+ * <p> The new expiration date for the bill estimate. </p>
1473
1124
  * @public
1474
1125
  */
1475
1126
  expiresAt?: Date | undefined;
@@ -1479,96 +1130,68 @@ export interface UpdateBillEstimateRequest {
1479
1130
  */
1480
1131
  export interface UpdateBillEstimateResponse {
1481
1132
  /**
1482
- * <p>
1483
- * The unique identifier of the updated bill estimate.
1484
- * </p>
1133
+ * <p> The unique identifier of the updated bill estimate. </p>
1485
1134
  * @public
1486
1135
  */
1487
1136
  id: string | undefined;
1488
1137
  /**
1489
- * <p>
1490
- * The updated name of the bill estimate.
1491
- * </p>
1138
+ * <p> The updated name of the bill estimate. </p>
1492
1139
  * @public
1493
1140
  */
1494
1141
  name?: string | undefined;
1495
1142
  /**
1496
- * <p>
1497
- * The current status of the updated bill estimate.
1498
- * </p>
1143
+ * <p> The current status of the updated bill estimate. </p>
1499
1144
  * @public
1500
1145
  */
1501
1146
  status?: BillEstimateStatus | undefined;
1502
1147
  /**
1503
- * <p>
1504
- * An error message if the bill estimate update failed.
1505
- * </p>
1148
+ * <p> An error message if the bill estimate update failed. </p>
1506
1149
  * @public
1507
1150
  */
1508
1151
  failureMessage?: string | undefined;
1509
1152
  /**
1510
- * <p>
1511
- * The time period covered by the updated bill estimate.
1512
- * </p>
1153
+ * <p> The time period covered by the updated bill estimate. </p>
1513
1154
  * @public
1514
1155
  */
1515
1156
  billInterval?: BillInterval | undefined;
1516
1157
  /**
1517
- * <p>
1518
- * A summary of the updated estimated costs.
1519
- * </p>
1158
+ * <p> A summary of the updated estimated costs. </p>
1520
1159
  * @public
1521
1160
  */
1522
1161
  costSummary?: BillEstimateCostSummary | undefined;
1523
1162
  /**
1524
- * <p>
1525
- * The timestamp when the bill estimate was originally created.
1526
- * </p>
1163
+ * <p> The timestamp when the bill estimate was originally created. </p>
1527
1164
  * @public
1528
1165
  */
1529
1166
  createdAt?: Date | undefined;
1530
1167
  /**
1531
- * <p>
1532
- * The updated expiration timestamp for the bill estimate.
1533
- * </p>
1168
+ * <p> The updated expiration timestamp for the bill estimate. </p>
1534
1169
  * @public
1535
1170
  */
1536
1171
  expiresAt?: Date | undefined;
1537
1172
  }
1538
1173
  /**
1539
- * <p>
1540
- * Represents an entry object in the batch operation to create bill scenario commitment modifications.
1541
- * </p>
1174
+ * <p> Represents an entry object in the batch operation to create bill scenario commitment modifications. </p>
1542
1175
  * @public
1543
1176
  */
1544
1177
  export interface BatchCreateBillScenarioCommitmentModificationEntry {
1545
1178
  /**
1546
- * <p>
1547
- * A unique identifier for this entry in the batch operation. This can be any valid string.
1548
- * This key is useful to identify errors associated with any commitment entry as any error is
1549
- * returned with this key.
1550
- * </p>
1179
+ * <p> A unique identifier for this entry in the batch operation. This can be any valid string. This key is useful to identify errors associated with any commitment entry as any error is returned with this key. </p>
1551
1180
  * @public
1552
1181
  */
1553
1182
  key: string | undefined;
1554
1183
  /**
1555
- * <p>
1556
- * An optional group identifier for the commitment modification.
1557
- * </p>
1184
+ * <p> An optional group identifier for the commitment modification. </p>
1558
1185
  * @public
1559
1186
  */
1560
1187
  group?: string | undefined;
1561
1188
  /**
1562
- * <p>
1563
- * The Amazon Web Services account ID to which this commitment will be applied to.
1564
- * </p>
1189
+ * <p> The Amazon Web Services account ID to which this commitment will be applied to. </p>
1565
1190
  * @public
1566
1191
  */
1567
1192
  usageAccountId: string | undefined;
1568
1193
  /**
1569
- * <p>
1570
- * The specific commitment action to be taken (e.g., adding a Reserved Instance or Savings Plan).
1571
- * </p>
1194
+ * <p> The specific commitment action to be taken (e.g., adding a Reserved Instance or Savings Plan). </p>
1572
1195
  * @public
1573
1196
  */
1574
1197
  commitmentAction: BillScenarioCommitmentModificationAction | undefined;
@@ -1578,23 +1201,17 @@ export interface BatchCreateBillScenarioCommitmentModificationEntry {
1578
1201
  */
1579
1202
  export interface BatchCreateBillScenarioCommitmentModificationRequest {
1580
1203
  /**
1581
- * <p>
1582
- * The ID of the Bill Scenario for which you want to create the modeled commitment.
1583
- * </p>
1204
+ * <p> The ID of the Bill Scenario for which you want to create the modeled commitment. </p>
1584
1205
  * @public
1585
1206
  */
1586
1207
  billScenarioId: string | undefined;
1587
1208
  /**
1588
- * <p>
1589
- * List of commitments that you want to model in the Bill Scenario.
1590
- * </p>
1209
+ * <p> List of commitments that you want to model in the Bill Scenario. </p>
1591
1210
  * @public
1592
1211
  */
1593
1212
  commitmentModifications: BatchCreateBillScenarioCommitmentModificationEntry[] | undefined;
1594
1213
  /**
1595
- * <p>
1596
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
1597
- * </p>
1214
+ * <p> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. </p>
1598
1215
  * @public
1599
1216
  */
1600
1217
  clientToken?: string | undefined;
@@ -1613,74 +1230,53 @@ export declare const BatchCreateBillScenarioCommitmentModificationErrorCode: {
1613
1230
  */
1614
1231
  export type BatchCreateBillScenarioCommitmentModificationErrorCode = (typeof BatchCreateBillScenarioCommitmentModificationErrorCode)[keyof typeof BatchCreateBillScenarioCommitmentModificationErrorCode];
1615
1232
  /**
1616
- * <p>
1617
- * Represents an error that occurred during a batch create operation for bill scenario commitment modifications.
1618
- * </p>
1233
+ * <p> Represents an error that occurred during a batch create operation for bill scenario commitment modifications. </p>
1619
1234
  * @public
1620
1235
  */
1621
1236
  export interface BatchCreateBillScenarioCommitmentModificationError {
1622
1237
  /**
1623
- * <p>
1624
- * The key of the entry that caused the error.
1625
- * </p>
1238
+ * <p> The key of the entry that caused the error. </p>
1626
1239
  * @public
1627
1240
  */
1628
1241
  key?: string | undefined;
1629
1242
  /**
1630
- * <p>
1631
- * A descriptive message for the error that occurred.
1632
- * </p>
1243
+ * <p> A descriptive message for the error that occurred. </p>
1633
1244
  * @public
1634
1245
  */
1635
1246
  errorMessage?: string | undefined;
1636
1247
  /**
1637
- * <p>
1638
- * The error code associated with the failed operation.
1639
- * </p>
1248
+ * <p> The error code associated with the failed operation. </p>
1640
1249
  * @public
1641
1250
  */
1642
1251
  errorCode?: BatchCreateBillScenarioCommitmentModificationErrorCode | undefined;
1643
1252
  }
1644
1253
  /**
1645
- * <p>
1646
- * Represents a successfully created item in a batch operation for bill scenario commitment modifications.
1647
- * </p>
1254
+ * <p> Represents a successfully created item in a batch operation for bill scenario commitment modifications. </p>
1648
1255
  * @public
1649
1256
  */
1650
1257
  export interface BatchCreateBillScenarioCommitmentModificationItem {
1651
1258
  /**
1652
- * <p>
1653
- * The key of the successfully created entry. This can be any valid string. This key is useful to
1654
- * identify errors associated with any commitment entry as any error is returned with this key.
1655
- * </p>
1259
+ * <p> The key of the successfully created entry. This can be any valid string. This key is useful to identify errors associated with any commitment entry as any error is returned with this key. </p>
1656
1260
  * @public
1657
1261
  */
1658
1262
  key?: string | undefined;
1659
1263
  /**
1660
- * <p>
1661
- * The unique identifier assigned to the created commitment modification.
1662
- * </p>
1264
+ * <p> The unique identifier assigned to the created commitment modification. </p>
1663
1265
  * @public
1664
1266
  */
1665
1267
  id?: string | undefined;
1666
1268
  /**
1667
- * <p>
1668
- * The group identifier for the created commitment modification.
1669
- * </p>
1269
+ * <p> The group identifier for the created commitment modification. </p>
1670
1270
  * @public
1671
1271
  */
1672
1272
  group?: string | undefined;
1673
1273
  /**
1674
- * <p>
1675
- * The Amazon Web Services account ID associated with the created commitment modification.
1676
- * </p>
1274
+ * <p> The Amazon Web Services account ID associated with the created commitment modification. </p>
1677
1275
  * @public
1678
1276
  */
1679
1277
  usageAccountId?: string | undefined;
1680
1278
  /**
1681
- * <p>
1682
- * The specific commitment action that was taken.
1683
- * </p>
1279
+ * <p> The specific commitment action that was taken. </p>
1684
1280
  * @public
1685
1281
  */
1686
1282
  commitmentAction?: BillScenarioCommitmentModificationAction | undefined;
@@ -1690,16 +1286,12 @@ export interface BatchCreateBillScenarioCommitmentModificationItem {
1690
1286
  */
1691
1287
  export interface BatchCreateBillScenarioCommitmentModificationResponse {
1692
1288
  /**
1693
- * <p>
1694
- * Returns the list of successful commitment line items that were created for the Bill Scenario.
1695
- * </p>
1289
+ * <p> Returns the list of successful commitment line items that were created for the Bill Scenario. </p>
1696
1290
  * @public
1697
1291
  */
1698
1292
  items?: BatchCreateBillScenarioCommitmentModificationItem[] | undefined;
1699
1293
  /**
1700
- * <p>
1701
- * Returns the list of errors reason and the commitment item keys that cannot be created in the Bill Scenario.
1702
- * </p>
1294
+ * <p> Returns the list of errors reason and the commitment item keys that cannot be created in the Bill Scenario. </p>
1703
1295
  * @public
1704
1296
  */
1705
1297
  errors?: BatchCreateBillScenarioCommitmentModificationError[] | undefined;
@@ -1709,16 +1301,12 @@ export interface BatchCreateBillScenarioCommitmentModificationResponse {
1709
1301
  */
1710
1302
  export interface BatchDeleteBillScenarioCommitmentModificationRequest {
1711
1303
  /**
1712
- * <p>
1713
- * The ID of the Bill Scenario for which you want to delete the modeled commitment.
1714
- * </p>
1304
+ * <p> The ID of the Bill Scenario for which you want to delete the modeled commitment. </p>
1715
1305
  * @public
1716
1306
  */
1717
1307
  billScenarioId: string | undefined;
1718
1308
  /**
1719
- * <p>
1720
- * List of commitments that you want to delete from the Bill Scenario.
1721
- * </p>
1309
+ * <p> List of commitments that you want to delete from the Bill Scenario. </p>
1722
1310
  * @public
1723
1311
  */
1724
1312
  ids: string[] | undefined;
@@ -1737,30 +1325,22 @@ export declare const BatchDeleteBillScenarioCommitmentModificationErrorCode: {
1737
1325
  */
1738
1326
  export type BatchDeleteBillScenarioCommitmentModificationErrorCode = (typeof BatchDeleteBillScenarioCommitmentModificationErrorCode)[keyof typeof BatchDeleteBillScenarioCommitmentModificationErrorCode];
1739
1327
  /**
1740
- * <p>
1741
- * Represents an error that occurred when deleting a commitment in a Bill Scenario.
1742
- * </p>
1328
+ * <p> Represents an error that occurred when deleting a commitment in a Bill Scenario. </p>
1743
1329
  * @public
1744
1330
  */
1745
1331
  export interface BatchDeleteBillScenarioCommitmentModificationError {
1746
1332
  /**
1747
- * <p>
1748
- * The ID of the error.
1749
- * </p>
1333
+ * <p> The ID of the error. </p>
1750
1334
  * @public
1751
1335
  */
1752
1336
  id?: string | undefined;
1753
1337
  /**
1754
- * <p>
1755
- * The code associated with the error.
1756
- * </p>
1338
+ * <p> The code associated with the error. </p>
1757
1339
  * @public
1758
1340
  */
1759
1341
  errorCode?: BatchDeleteBillScenarioCommitmentModificationErrorCode | undefined;
1760
1342
  /**
1761
- * <p>
1762
- * The message that describes the error.
1763
- * </p>
1343
+ * <p> The message that describes the error. </p>
1764
1344
  * @public
1765
1345
  */
1766
1346
  errorMessage?: string | undefined;
@@ -1770,31 +1350,23 @@ export interface BatchDeleteBillScenarioCommitmentModificationError {
1770
1350
  */
1771
1351
  export interface BatchDeleteBillScenarioCommitmentModificationResponse {
1772
1352
  /**
1773
- * <p>
1774
- * Returns the list of errors reason and the commitment item keys that cannot be deleted from the Bill Scenario.
1775
- * </p>
1353
+ * <p> Returns the list of errors reason and the commitment item keys that cannot be deleted from the Bill Scenario. </p>
1776
1354
  * @public
1777
1355
  */
1778
1356
  errors?: BatchDeleteBillScenarioCommitmentModificationError[] | undefined;
1779
1357
  }
1780
1358
  /**
1781
- * <p>
1782
- * Represents an entry in a batch operation to update bill scenario commitment modifications.
1783
- * </p>
1359
+ * <p> Represents an entry in a batch operation to update bill scenario commitment modifications. </p>
1784
1360
  * @public
1785
1361
  */
1786
1362
  export interface BatchUpdateBillScenarioCommitmentModificationEntry {
1787
1363
  /**
1788
- * <p>
1789
- * The unique identifier of the commitment modification to update.
1790
- * </p>
1364
+ * <p> The unique identifier of the commitment modification to update. </p>
1791
1365
  * @public
1792
1366
  */
1793
1367
  id: string | undefined;
1794
1368
  /**
1795
- * <p>
1796
- * The updated group identifier for the commitment modification.
1797
- * </p>
1369
+ * <p> The updated group identifier for the commitment modification. </p>
1798
1370
  * @public
1799
1371
  */
1800
1372
  group?: string | undefined;
@@ -1804,16 +1376,12 @@ export interface BatchUpdateBillScenarioCommitmentModificationEntry {
1804
1376
  */
1805
1377
  export interface BatchUpdateBillScenarioCommitmentModificationRequest {
1806
1378
  /**
1807
- * <p>
1808
- * The ID of the Bill Scenario for which you want to modify the commitment group of a modeled commitment.
1809
- * </p>
1379
+ * <p> The ID of the Bill Scenario for which you want to modify the commitment group of a modeled commitment. </p>
1810
1380
  * @public
1811
1381
  */
1812
1382
  billScenarioId: string | undefined;
1813
1383
  /**
1814
- * <p>
1815
- * List of commitments that you want to update in a Bill Scenario.
1816
- * </p>
1384
+ * <p> List of commitments that you want to update in a Bill Scenario. </p>
1817
1385
  * @public
1818
1386
  */
1819
1387
  commitmentModifications: BatchUpdateBillScenarioCommitmentModificationEntry[] | undefined;
@@ -1833,66 +1401,48 @@ export declare const BatchUpdateBillScenarioCommitmentModificationErrorCode: {
1833
1401
  */
1834
1402
  export type BatchUpdateBillScenarioCommitmentModificationErrorCode = (typeof BatchUpdateBillScenarioCommitmentModificationErrorCode)[keyof typeof BatchUpdateBillScenarioCommitmentModificationErrorCode];
1835
1403
  /**
1836
- * <p>
1837
- * Represents an error that occurred when updating a commitment in a Bill Scenario.
1838
- * </p>
1404
+ * <p> Represents an error that occurred when updating a commitment in a Bill Scenario. </p>
1839
1405
  * @public
1840
1406
  */
1841
1407
  export interface BatchUpdateBillScenarioCommitmentModificationError {
1842
1408
  /**
1843
- * <p>
1844
- * The ID of the error.
1845
- * </p>
1409
+ * <p> The ID of the error. </p>
1846
1410
  * @public
1847
1411
  */
1848
1412
  id?: string | undefined;
1849
1413
  /**
1850
- * <p>
1851
- * The code associated with the error.
1852
- * </p>
1414
+ * <p> The code associated with the error. </p>
1853
1415
  * @public
1854
1416
  */
1855
1417
  errorCode?: BatchUpdateBillScenarioCommitmentModificationErrorCode | undefined;
1856
1418
  /**
1857
- * <p>
1858
- * The message that describes the error.
1859
- * </p>
1419
+ * <p> The message that describes the error. </p>
1860
1420
  * @public
1861
1421
  */
1862
1422
  errorMessage?: string | undefined;
1863
1423
  }
1864
1424
  /**
1865
- * <p>
1866
- * Represents a commitment modification item in a bill scenario.
1867
- * </p>
1425
+ * <p> Represents a commitment modification item in a bill scenario. </p>
1868
1426
  * @public
1869
1427
  */
1870
1428
  export interface BillScenarioCommitmentModificationItem {
1871
1429
  /**
1872
- * <p>
1873
- * The unique identifier of the commitment modification.
1874
- * </p>
1430
+ * <p> The unique identifier of the commitment modification. </p>
1875
1431
  * @public
1876
1432
  */
1877
1433
  id?: string | undefined;
1878
1434
  /**
1879
- * <p>
1880
- * The Amazon Web Services account ID associated with this commitment modification.
1881
- * </p>
1435
+ * <p> The Amazon Web Services account ID associated with this commitment modification. </p>
1882
1436
  * @public
1883
1437
  */
1884
1438
  usageAccountId?: string | undefined;
1885
1439
  /**
1886
- * <p>
1887
- * The group identifier for the commitment modification.
1888
- * </p>
1440
+ * <p> The group identifier for the commitment modification. </p>
1889
1441
  * @public
1890
1442
  */
1891
1443
  group?: string | undefined;
1892
1444
  /**
1893
- * <p>
1894
- * The specific commitment action taken in this modification.
1895
- * </p>
1445
+ * <p> The specific commitment action taken in this modification. </p>
1896
1446
  * @public
1897
1447
  */
1898
1448
  commitmentAction?: BillScenarioCommitmentModificationAction | undefined;
@@ -1902,16 +1452,12 @@ export interface BillScenarioCommitmentModificationItem {
1902
1452
  */
1903
1453
  export interface BatchUpdateBillScenarioCommitmentModificationResponse {
1904
1454
  /**
1905
- * <p>
1906
- * Returns the list of successful commitment line items that were updated for a Bill Scenario.
1907
- * </p>
1455
+ * <p> Returns the list of successful commitment line items that were updated for a Bill Scenario. </p>
1908
1456
  * @public
1909
1457
  */
1910
1458
  items?: BillScenarioCommitmentModificationItem[] | undefined;
1911
1459
  /**
1912
- * <p>
1913
- * Returns the list of error reasons and commitment line item IDs that could not be updated for the Bill Scenario.
1914
- * </p>
1460
+ * <p> Returns the list of error reasons and commitment line item IDs that could not be updated for the Bill Scenario. </p>
1915
1461
  * @public
1916
1462
  */
1917
1463
  errors?: BatchUpdateBillScenarioCommitmentModificationError[] | undefined;
@@ -1921,23 +1467,17 @@ export interface BatchUpdateBillScenarioCommitmentModificationResponse {
1921
1467
  */
1922
1468
  export interface ListBillScenarioCommitmentModificationsRequest {
1923
1469
  /**
1924
- * <p>
1925
- * The unique identifier of the bill scenario to list commitment modifications for.
1926
- * </p>
1470
+ * <p> The unique identifier of the bill scenario to list commitment modifications for. </p>
1927
1471
  * @public
1928
1472
  */
1929
1473
  billScenarioId: string | undefined;
1930
1474
  /**
1931
- * <p>
1932
- * A token to retrieve the next page of results.
1933
- * </p>
1475
+ * <p> A token to retrieve the next page of results. </p>
1934
1476
  * @public
1935
1477
  */
1936
1478
  nextToken?: string | undefined;
1937
1479
  /**
1938
- * <p>
1939
- * The maximum number of results to return per page.
1940
- * </p>
1480
+ * <p> The maximum number of results to return per page. </p>
1941
1481
  * @public
1942
1482
  */
1943
1483
  maxResults?: number | undefined;
@@ -1947,16 +1487,12 @@ export interface ListBillScenarioCommitmentModificationsRequest {
1947
1487
  */
1948
1488
  export interface ListBillScenarioCommitmentModificationsResponse {
1949
1489
  /**
1950
- * <p>
1951
- * The list of commitment modifications associated with the bill scenario.
1952
- * </p>
1490
+ * <p> The list of commitment modifications associated with the bill scenario. </p>
1953
1491
  * @public
1954
1492
  */
1955
1493
  items?: BillScenarioCommitmentModificationItem[] | undefined;
1956
1494
  /**
1957
- * <p>
1958
- * A token to retrieve the next page of results, if any.
1959
- * </p>
1495
+ * <p> A token to retrieve the next page of results, if any. </p>
1960
1496
  * @public
1961
1497
  */
1962
1498
  nextToken?: string | undefined;
@@ -1976,23 +1512,17 @@ export declare const BillScenarioStatus: {
1976
1512
  */
1977
1513
  export type BillScenarioStatus = (typeof BillScenarioStatus)[keyof typeof BillScenarioStatus];
1978
1514
  /**
1979
- * <p>
1980
- * Represents a usage amount for a specific time period.
1981
- * </p>
1515
+ * <p> Represents a usage amount for a specific time period. </p>
1982
1516
  * @public
1983
1517
  */
1984
1518
  export interface UsageAmount {
1985
1519
  /**
1986
- * <p>
1987
- * The start hour of the usage period.
1988
- * </p>
1520
+ * <p> The start hour of the usage period. </p>
1989
1521
  * @public
1990
1522
  */
1991
1523
  startHour: Date | undefined;
1992
1524
  /**
1993
- * <p>
1994
- * The usage amount for the period.
1995
- * </p>
1525
+ * <p> The usage amount for the period. </p>
1996
1526
  * @public
1997
1527
  */
1998
1528
  amount: number | undefined;
@@ -2012,68 +1542,50 @@ export declare const BatchCreateBillScenarioUsageModificationErrorCode: {
2012
1542
  */
2013
1543
  export type BatchCreateBillScenarioUsageModificationErrorCode = (typeof BatchCreateBillScenarioUsageModificationErrorCode)[keyof typeof BatchCreateBillScenarioUsageModificationErrorCode];
2014
1544
  /**
2015
- * <p>
2016
- * Represents an error that occurred during a batch create operation for bill scenario usage modifications.
2017
- * </p>
1545
+ * <p> Represents an error that occurred during a batch create operation for bill scenario usage modifications. </p>
2018
1546
  * @public
2019
1547
  */
2020
1548
  export interface BatchCreateBillScenarioUsageModificationError {
2021
1549
  /**
2022
- * <p>
2023
- * The key of the entry that caused the error.
2024
- * </p>
1550
+ * <p> The key of the entry that caused the error. </p>
2025
1551
  * @public
2026
1552
  */
2027
1553
  key?: string | undefined;
2028
1554
  /**
2029
- * <p>
2030
- * A descriptive message for the error that occurred.
2031
- * </p>
1555
+ * <p> A descriptive message for the error that occurred. </p>
2032
1556
  * @public
2033
1557
  */
2034
1558
  errorMessage?: string | undefined;
2035
1559
  /**
2036
- * <p>
2037
- * The error code associated with the failed operation.
2038
- * </p>
1560
+ * <p> The error code associated with the failed operation. </p>
2039
1561
  * @public
2040
1562
  */
2041
1563
  errorCode?: BatchCreateBillScenarioUsageModificationErrorCode | undefined;
2042
1564
  }
2043
1565
  /**
2044
- * <p>
2045
- * The request would cause you to exceed your service quota.
2046
- * </p>
1566
+ * <p> The request would cause you to exceed your service quota. </p>
2047
1567
  * @public
2048
1568
  */
2049
1569
  export declare class ServiceQuotaExceededException extends __BaseException {
2050
1570
  readonly name: "ServiceQuotaExceededException";
2051
1571
  readonly $fault: "client";
2052
1572
  /**
2053
- * <p>
2054
- * The identifier of the resource that exceeded quota.
2055
- * </p>
1573
+ * <p> The identifier of the resource that exceeded quota. </p>
2056
1574
  * @public
2057
1575
  */
2058
1576
  resourceId: string | undefined;
2059
1577
  /**
2060
- * <p>
2061
- * The type of the resource that exceeded quota.
2062
- * </p>
1578
+ * <p> The type of the resource that exceeded quota. </p>
2063
1579
  * @public
2064
1580
  */
2065
1581
  resourceType: string | undefined;
2066
1582
  /**
2067
- * <p>
2068
- * The service code that exceeded quota.
2069
- * </p>
1583
+ * <p> The service code that exceeded quota. </p>
2070
1584
  * @public
2071
1585
  */
2072
1586
  serviceCode?: string | undefined;
2073
1587
  /**
2074
- * <p>
2075
- * The quota code that was exceeded.
2076
- * </p>
1588
+ * <p> The quota code that was exceeded. </p>
2077
1589
  * @public
2078
1590
  */
2079
1591
  quotaCode?: string | undefined;
@@ -2087,16 +1599,12 @@ export declare class ServiceQuotaExceededException extends __BaseException {
2087
1599
  */
2088
1600
  export interface BatchDeleteBillScenarioUsageModificationRequest {
2089
1601
  /**
2090
- * <p>
2091
- * The ID of the Bill Scenario for which you want to delete the modeled usage.
2092
- * </p>
1602
+ * <p> The ID of the Bill Scenario for which you want to delete the modeled usage. </p>
2093
1603
  * @public
2094
1604
  */
2095
1605
  billScenarioId: string | undefined;
2096
1606
  /**
2097
- * <p>
2098
- * List of usage that you want to delete from the Bill Scenario.
2099
- * </p>
1607
+ * <p> List of usage that you want to delete from the Bill Scenario. </p>
2100
1608
  * @public
2101
1609
  */
2102
1610
  ids: string[] | undefined;
@@ -2115,30 +1623,22 @@ export declare const BatchDeleteBillScenarioUsageModificationErrorCode: {
2115
1623
  */
2116
1624
  export type BatchDeleteBillScenarioUsageModificationErrorCode = (typeof BatchDeleteBillScenarioUsageModificationErrorCode)[keyof typeof BatchDeleteBillScenarioUsageModificationErrorCode];
2117
1625
  /**
2118
- * <p>
2119
- * Represents an error that occurred when deleting usage in a Bill Scenario.
2120
- * </p>
1626
+ * <p> Represents an error that occurred when deleting usage in a Bill Scenario. </p>
2121
1627
  * @public
2122
1628
  */
2123
1629
  export interface BatchDeleteBillScenarioUsageModificationError {
2124
1630
  /**
2125
- * <p>
2126
- * The ID of the error.
2127
- * </p>
1631
+ * <p> The ID of the error. </p>
2128
1632
  * @public
2129
1633
  */
2130
1634
  id?: string | undefined;
2131
1635
  /**
2132
- * <p>
2133
- * The message that describes the error.
2134
- * </p>
1636
+ * <p> The message that describes the error. </p>
2135
1637
  * @public
2136
1638
  */
2137
1639
  errorMessage?: string | undefined;
2138
1640
  /**
2139
- * <p>
2140
- * The code associated with the error.
2141
- * </p>
1641
+ * <p> The code associated with the error. </p>
2142
1642
  * @public
2143
1643
  */
2144
1644
  errorCode?: BatchDeleteBillScenarioUsageModificationErrorCode | undefined;
@@ -2148,38 +1648,28 @@ export interface BatchDeleteBillScenarioUsageModificationError {
2148
1648
  */
2149
1649
  export interface BatchDeleteBillScenarioUsageModificationResponse {
2150
1650
  /**
2151
- * <p>
2152
- * Returns the list of errors reason and the usage item keys that cannot be deleted from the Bill Scenario.
2153
- * </p>
1651
+ * <p> Returns the list of errors reason and the usage item keys that cannot be deleted from the Bill Scenario. </p>
2154
1652
  * @public
2155
1653
  */
2156
1654
  errors?: BatchDeleteBillScenarioUsageModificationError[] | undefined;
2157
1655
  }
2158
1656
  /**
2159
- * <p>
2160
- * Represents an entry in a batch operation to update bill scenario usage modifications.
2161
- * </p>
1657
+ * <p> Represents an entry in a batch operation to update bill scenario usage modifications. </p>
2162
1658
  * @public
2163
1659
  */
2164
1660
  export interface BatchUpdateBillScenarioUsageModificationEntry {
2165
1661
  /**
2166
- * <p>
2167
- * The unique identifier of the usage modification to update.
2168
- * </p>
1662
+ * <p> The unique identifier of the usage modification to update. </p>
2169
1663
  * @public
2170
1664
  */
2171
1665
  id: string | undefined;
2172
1666
  /**
2173
- * <p>
2174
- * The updated group identifier for the usage modification.
2175
- * </p>
1667
+ * <p> The updated group identifier for the usage modification. </p>
2176
1668
  * @public
2177
1669
  */
2178
1670
  group?: string | undefined;
2179
1671
  /**
2180
- * <p>
2181
- * The updated usage amounts for the modification.
2182
- * </p>
1672
+ * <p> The updated usage amounts for the modification. </p>
2183
1673
  * @public
2184
1674
  */
2185
1675
  amounts?: UsageAmount[] | undefined;
@@ -2189,16 +1679,12 @@ export interface BatchUpdateBillScenarioUsageModificationEntry {
2189
1679
  */
2190
1680
  export interface BatchUpdateBillScenarioUsageModificationRequest {
2191
1681
  /**
2192
- * <p>
2193
- * The ID of the Bill Scenario for which you want to modify the usage lines.
2194
- * </p>
1682
+ * <p> The ID of the Bill Scenario for which you want to modify the usage lines. </p>
2195
1683
  * @public
2196
1684
  */
2197
1685
  billScenarioId: string | undefined;
2198
1686
  /**
2199
- * <p>
2200
- * List of usage lines that you want to update in a Bill Scenario identified by the usage ID.
2201
- * </p>
1687
+ * <p> List of usage lines that you want to update in a Bill Scenario identified by the usage ID. </p>
2202
1688
  * @public
2203
1689
  */
2204
1690
  usageModifications: BatchUpdateBillScenarioUsageModificationEntry[] | undefined;
@@ -2218,30 +1704,22 @@ export declare const BatchUpdateBillScenarioUsageModificationErrorCode: {
2218
1704
  */
2219
1705
  export type BatchUpdateBillScenarioUsageModificationErrorCode = (typeof BatchUpdateBillScenarioUsageModificationErrorCode)[keyof typeof BatchUpdateBillScenarioUsageModificationErrorCode];
2220
1706
  /**
2221
- * <p>
2222
- * Represents an error that occurred when updating usage in a Bill Scenario.
2223
- * </p>
1707
+ * <p> Represents an error that occurred when updating usage in a Bill Scenario. </p>
2224
1708
  * @public
2225
1709
  */
2226
1710
  export interface BatchUpdateBillScenarioUsageModificationError {
2227
1711
  /**
2228
- * <p>
2229
- * The ID of the error.
2230
- * </p>
1712
+ * <p> The ID of the error. </p>
2231
1713
  * @public
2232
1714
  */
2233
1715
  id?: string | undefined;
2234
1716
  /**
2235
- * <p>
2236
- * The message that describes the error.
2237
- * </p>
1717
+ * <p> The message that describes the error. </p>
2238
1718
  * @public
2239
1719
  */
2240
1720
  errorMessage?: string | undefined;
2241
1721
  /**
2242
- * <p>
2243
- * The code associated with the error.
2244
- * </p>
1722
+ * <p> The code associated with the error. </p>
2245
1723
  * @public
2246
1724
  */
2247
1725
  errorCode?: BatchUpdateBillScenarioUsageModificationErrorCode | undefined;
@@ -2251,30 +1729,22 @@ export interface BatchUpdateBillScenarioUsageModificationError {
2251
1729
  */
2252
1730
  export interface ListBillScenarioUsageModificationsRequest {
2253
1731
  /**
2254
- * <p>
2255
- * The unique identifier of the bill scenario to list usage modifications for.
2256
- * </p>
1732
+ * <p> The unique identifier of the bill scenario to list usage modifications for. </p>
2257
1733
  * @public
2258
1734
  */
2259
1735
  billScenarioId: string | undefined;
2260
1736
  /**
2261
- * <p>
2262
- * Filters to apply to the list of usage modifications.
2263
- * </p>
1737
+ * <p> Filters to apply to the list of usage modifications. </p>
2264
1738
  * @public
2265
1739
  */
2266
1740
  filters?: ListUsageFilter[] | undefined;
2267
1741
  /**
2268
- * <p>
2269
- * A token to retrieve the next page of results.
2270
- * </p>
1742
+ * <p> A token to retrieve the next page of results. </p>
2271
1743
  * @public
2272
1744
  */
2273
1745
  nextToken?: string | undefined;
2274
1746
  /**
2275
- * <p>
2276
- * The maximum number of results to return per page.
2277
- * </p>
1747
+ * <p> The maximum number of results to return per page. </p>
2278
1748
  * @public
2279
1749
  */
2280
1750
  maxResults?: number | undefined;
@@ -2284,23 +1754,17 @@ export interface ListBillScenarioUsageModificationsRequest {
2284
1754
  */
2285
1755
  export interface CreateBillScenarioRequest {
2286
1756
  /**
2287
- * <p>
2288
- * A descriptive name for the bill scenario.
2289
- * </p>
1757
+ * <p> A descriptive name for the bill scenario. </p>
2290
1758
  * @public
2291
1759
  */
2292
1760
  name: string | undefined;
2293
1761
  /**
2294
- * <p>
2295
- * A unique, case-sensitive identifier to ensure idempotency of the request.
2296
- * </p>
1762
+ * <p> A unique, case-sensitive identifier to ensure idempotency of the request. </p>
2297
1763
  * @public
2298
1764
  */
2299
1765
  clientToken?: string | undefined;
2300
1766
  /**
2301
- * <p>
2302
- * The tags to apply to the bill scenario.
2303
- * </p>
1767
+ * <p> The tags to apply to the bill scenario. </p>
2304
1768
  * @public
2305
1769
  */
2306
1770
  tags?: Record<string, string> | undefined;
@@ -2310,51 +1774,37 @@ export interface CreateBillScenarioRequest {
2310
1774
  */
2311
1775
  export interface CreateBillScenarioResponse {
2312
1776
  /**
2313
- * <p>
2314
- * The unique identifier for the created bill scenario.
2315
- * </p>
1777
+ * <p> The unique identifier for the created bill scenario. </p>
2316
1778
  * @public
2317
1779
  */
2318
1780
  id: string | undefined;
2319
1781
  /**
2320
- * <p>
2321
- * The name of the created bill scenario.
2322
- * </p>
1782
+ * <p> The name of the created bill scenario. </p>
2323
1783
  * @public
2324
1784
  */
2325
1785
  name?: string | undefined;
2326
1786
  /**
2327
- * <p>
2328
- * The time period covered by the bill scenario.
2329
- * </p>
1787
+ * <p> The time period covered by the bill scenario. </p>
2330
1788
  * @public
2331
1789
  */
2332
1790
  billInterval?: BillInterval | undefined;
2333
1791
  /**
2334
- * <p>
2335
- * The current status of the bill scenario.
2336
- * </p>
1792
+ * <p> The current status of the bill scenario. </p>
2337
1793
  * @public
2338
1794
  */
2339
1795
  status?: BillScenarioStatus | undefined;
2340
1796
  /**
2341
- * <p>
2342
- * The timestamp when the bill scenario was created.
2343
- * </p>
1797
+ * <p> The timestamp when the bill scenario was created. </p>
2344
1798
  * @public
2345
1799
  */
2346
1800
  createdAt?: Date | undefined;
2347
1801
  /**
2348
- * <p>
2349
- * The timestamp when the bill scenario will expire.
2350
- * </p>
1802
+ * <p> The timestamp when the bill scenario will expire. </p>
2351
1803
  * @public
2352
1804
  */
2353
1805
  expiresAt?: Date | undefined;
2354
1806
  /**
2355
- * <p>
2356
- * An error message if the bill scenario creation failed.
2357
- * </p>
1807
+ * <p> An error message if the bill scenario creation failed. </p>
2358
1808
  * @public
2359
1809
  */
2360
1810
  failureMessage?: string | undefined;
@@ -2364,9 +1814,7 @@ export interface CreateBillScenarioResponse {
2364
1814
  */
2365
1815
  export interface DeleteBillScenarioRequest {
2366
1816
  /**
2367
- * <p>
2368
- * The unique identifier of the bill scenario to delete.
2369
- * </p>
1817
+ * <p> The unique identifier of the bill scenario to delete. </p>
2370
1818
  * @public
2371
1819
  */
2372
1820
  identifier: string | undefined;
@@ -2381,9 +1829,7 @@ export interface DeleteBillScenarioResponse {
2381
1829
  */
2382
1830
  export interface GetBillScenarioRequest {
2383
1831
  /**
2384
- * <p>
2385
- * The unique identifier of the bill scenario to retrieve.
2386
- * </p>
1832
+ * <p> The unique identifier of the bill scenario to retrieve. </p>
2387
1833
  * @public
2388
1834
  */
2389
1835
  identifier: string | undefined;
@@ -2393,51 +1839,37 @@ export interface GetBillScenarioRequest {
2393
1839
  */
2394
1840
  export interface GetBillScenarioResponse {
2395
1841
  /**
2396
- * <p>
2397
- * The unique identifier of the retrieved bill scenario.
2398
- * </p>
1842
+ * <p> The unique identifier of the retrieved bill scenario. </p>
2399
1843
  * @public
2400
1844
  */
2401
1845
  id: string | undefined;
2402
1846
  /**
2403
- * <p>
2404
- * The name of the retrieved bill scenario.
2405
- * </p>
1847
+ * <p> The name of the retrieved bill scenario. </p>
2406
1848
  * @public
2407
1849
  */
2408
1850
  name?: string | undefined;
2409
1851
  /**
2410
- * <p>
2411
- * The time period covered by the bill scenario.
2412
- * </p>
1852
+ * <p> The time period covered by the bill scenario. </p>
2413
1853
  * @public
2414
1854
  */
2415
1855
  billInterval?: BillInterval | undefined;
2416
1856
  /**
2417
- * <p>
2418
- * The current status of the bill scenario.
2419
- * </p>
1857
+ * <p> The current status of the bill scenario. </p>
2420
1858
  * @public
2421
1859
  */
2422
1860
  status?: BillScenarioStatus | undefined;
2423
1861
  /**
2424
- * <p>
2425
- * The timestamp when the bill scenario was created.
2426
- * </p>
1862
+ * <p> The timestamp when the bill scenario was created. </p>
2427
1863
  * @public
2428
1864
  */
2429
1865
  createdAt?: Date | undefined;
2430
1866
  /**
2431
- * <p>
2432
- * The timestamp when the bill scenario will expire.
2433
- * </p>
1867
+ * <p> The timestamp when the bill scenario will expire. </p>
2434
1868
  * @public
2435
1869
  */
2436
1870
  expiresAt?: Date | undefined;
2437
1871
  /**
2438
- * <p>
2439
- * An error message if the bill scenario retrieval failed.
2440
- * </p>
1872
+ * <p> An error message if the bill scenario retrieval failed. </p>
2441
1873
  * @public
2442
1874
  */
2443
1875
  failureMessage?: string | undefined;
@@ -2455,30 +1887,22 @@ export declare const ListBillScenariosFilterName: {
2455
1887
  */
2456
1888
  export type ListBillScenariosFilterName = (typeof ListBillScenariosFilterName)[keyof typeof ListBillScenariosFilterName];
2457
1889
  /**
2458
- * <p>
2459
- * Represents a filter for listing bill scenarios.
2460
- * </p>
1890
+ * <p> Represents a filter for listing bill scenarios. </p>
2461
1891
  * @public
2462
1892
  */
2463
1893
  export interface ListBillScenariosFilter {
2464
1894
  /**
2465
- * <p>
2466
- * The name of the filter attribute.
2467
- * </p>
1895
+ * <p> The name of the filter attribute. </p>
2468
1896
  * @public
2469
1897
  */
2470
1898
  name: ListBillScenariosFilterName | undefined;
2471
1899
  /**
2472
- * <p>
2473
- * The values to filter by.
2474
- * </p>
1900
+ * <p> The values to filter by. </p>
2475
1901
  * @public
2476
1902
  */
2477
1903
  values: string[] | undefined;
2478
1904
  /**
2479
- * <p>
2480
- * The match option for the filter (e.g., equals, contains).
2481
- * </p>
1905
+ * <p> The match option for the filter (e.g., equals, contains). </p>
2482
1906
  * @public
2483
1907
  */
2484
1908
  matchOption?: MatchOption | undefined;
@@ -2488,94 +1912,68 @@ export interface ListBillScenariosFilter {
2488
1912
  */
2489
1913
  export interface ListBillScenariosRequest {
2490
1914
  /**
2491
- * <p>
2492
- * Filters to apply to the list of bill scenarios.
2493
- * </p>
1915
+ * <p> Filters to apply to the list of bill scenarios. </p>
2494
1916
  * @public
2495
1917
  */
2496
1918
  filters?: ListBillScenariosFilter[] | undefined;
2497
1919
  /**
2498
- * <p>
2499
- * Filter bill scenarios based on the creation date.
2500
- * </p>
1920
+ * <p> Filter bill scenarios based on the creation date. </p>
2501
1921
  * @public
2502
1922
  */
2503
1923
  createdAtFilter?: FilterTimestamp | undefined;
2504
1924
  /**
2505
- * <p>
2506
- * Filter bill scenarios based on the expiration date.
2507
- * </p>
1925
+ * <p> Filter bill scenarios based on the expiration date. </p>
2508
1926
  * @public
2509
1927
  */
2510
1928
  expiresAtFilter?: FilterTimestamp | undefined;
2511
1929
  /**
2512
- * <p>
2513
- * A token to retrieve the next page of results.
2514
- * </p>
1930
+ * <p> A token to retrieve the next page of results. </p>
2515
1931
  * @public
2516
1932
  */
2517
1933
  nextToken?: string | undefined;
2518
1934
  /**
2519
- * <p>
2520
- * The maximum number of results to return per page.
2521
- * </p>
1935
+ * <p> The maximum number of results to return per page. </p>
2522
1936
  * @public
2523
1937
  */
2524
1938
  maxResults?: number | undefined;
2525
1939
  }
2526
1940
  /**
2527
- * <p>
2528
- * Provides a summary of a bill scenario.
2529
- * </p>
1941
+ * <p> Provides a summary of a bill scenario. </p>
2530
1942
  * @public
2531
1943
  */
2532
1944
  export interface BillScenarioSummary {
2533
1945
  /**
2534
- * <p>
2535
- * The unique identifier of the bill scenario.
2536
- * </p>
1946
+ * <p> The unique identifier of the bill scenario. </p>
2537
1947
  * @public
2538
1948
  */
2539
1949
  id: string | undefined;
2540
1950
  /**
2541
- * <p>
2542
- * The name of the bill scenario.
2543
- * </p>
1951
+ * <p> The name of the bill scenario. </p>
2544
1952
  * @public
2545
1953
  */
2546
1954
  name?: string | undefined;
2547
1955
  /**
2548
- * <p>
2549
- * The time period covered by the bill scenario.
2550
- * </p>
1956
+ * <p> The time period covered by the bill scenario. </p>
2551
1957
  * @public
2552
1958
  */
2553
1959
  billInterval?: BillInterval | undefined;
2554
1960
  /**
2555
- * <p>
2556
- * The current status of the bill scenario.
2557
- * </p>
1961
+ * <p> The current status of the bill scenario. </p>
2558
1962
  * @public
2559
1963
  */
2560
1964
  status?: BillScenarioStatus | undefined;
2561
1965
  /**
2562
- * <p>
2563
- * The timestamp when the bill scenario was created.
2564
- * </p>
1966
+ * <p> The timestamp when the bill scenario was created. </p>
2565
1967
  * @public
2566
1968
  */
2567
1969
  createdAt?: Date | undefined;
2568
1970
  /**
2569
- * <p>
2570
- * The timestamp when the bill scenario will expire.
2571
- * </p>
1971
+ * <p> The timestamp when the bill scenario will expire. </p>
2572
1972
  * @public
2573
1973
  */
2574
1974
  expiresAt?: Date | undefined;
2575
1975
  /**
2576
- * <p>
2577
- * An error message if the bill scenario creation or processing failed.
2578
- * </p>
1976
+ * <p> An error message if the bill scenario creation or processing failed. </p>
2579
1977
  * @public
2580
1978
  */
2581
1979
  failureMessage?: string | undefined;
@@ -2585,16 +1983,12 @@ export interface BillScenarioSummary {
2585
1983
  */
2586
1984
  export interface ListBillScenariosResponse {
2587
1985
  /**
2588
- * <p>
2589
- * The list of bill scenarios for the account.
2590
- * </p>
1986
+ * <p> The list of bill scenarios for the account. </p>
2591
1987
  * @public
2592
1988
  */
2593
1989
  items?: BillScenarioSummary[] | undefined;
2594
1990
  /**
2595
- * <p>
2596
- * A token to retrieve the next page of results, if any.
2597
- * </p>
1991
+ * <p> A token to retrieve the next page of results, if any. </p>
2598
1992
  * @public
2599
1993
  */
2600
1994
  nextToken?: string | undefined;
@@ -2604,23 +1998,17 @@ export interface ListBillScenariosResponse {
2604
1998
  */
2605
1999
  export interface UpdateBillScenarioRequest {
2606
2000
  /**
2607
- * <p>
2608
- * The unique identifier of the bill scenario to update.
2609
- * </p>
2001
+ * <p> The unique identifier of the bill scenario to update. </p>
2610
2002
  * @public
2611
2003
  */
2612
2004
  identifier: string | undefined;
2613
2005
  /**
2614
- * <p>
2615
- * The new name for the bill scenario.
2616
- * </p>
2006
+ * <p> The new name for the bill scenario. </p>
2617
2007
  * @public
2618
2008
  */
2619
2009
  name?: string | undefined;
2620
2010
  /**
2621
- * <p>
2622
- * The new expiration date for the bill scenario.
2623
- * </p>
2011
+ * <p> The new expiration date for the bill scenario. </p>
2624
2012
  * @public
2625
2013
  */
2626
2014
  expiresAt?: Date | undefined;
@@ -2630,51 +2018,37 @@ export interface UpdateBillScenarioRequest {
2630
2018
  */
2631
2019
  export interface UpdateBillScenarioResponse {
2632
2020
  /**
2633
- * <p>
2634
- * The unique identifier of the updated bill scenario.
2635
- * </p>
2021
+ * <p> The unique identifier of the updated bill scenario. </p>
2636
2022
  * @public
2637
2023
  */
2638
2024
  id: string | undefined;
2639
2025
  /**
2640
- * <p>
2641
- * The updated name of the bill scenario.
2642
- * </p>
2026
+ * <p> The updated name of the bill scenario. </p>
2643
2027
  * @public
2644
2028
  */
2645
2029
  name?: string | undefined;
2646
2030
  /**
2647
- * <p>
2648
- * The time period covered by the updated bill scenario.
2649
- * </p>
2031
+ * <p> The time period covered by the updated bill scenario. </p>
2650
2032
  * @public
2651
2033
  */
2652
2034
  billInterval?: BillInterval | undefined;
2653
2035
  /**
2654
- * <p>
2655
- * The current status of the updated bill scenario.
2656
- * </p>
2036
+ * <p> The current status of the updated bill scenario. </p>
2657
2037
  * @public
2658
2038
  */
2659
2039
  status?: BillScenarioStatus | undefined;
2660
2040
  /**
2661
- * <p>
2662
- * The timestamp when the bill scenario was originally created.
2663
- * </p>
2041
+ * <p> The timestamp when the bill scenario was originally created. </p>
2664
2042
  * @public
2665
2043
  */
2666
2044
  createdAt?: Date | undefined;
2667
2045
  /**
2668
- * <p>
2669
- * The updated expiration timestamp for the bill scenario.
2670
- * </p>
2046
+ * <p> The updated expiration timestamp for the bill scenario. </p>
2671
2047
  * @public
2672
2048
  */
2673
2049
  expiresAt?: Date | undefined;
2674
2050
  /**
2675
- * <p>
2676
- * An error message if the bill scenario update failed.
2677
- * </p>
2051
+ * <p> An error message if the bill scenario update failed. </p>
2678
2052
  * @public
2679
2053
  */
2680
2054
  failureMessage?: string | undefined;
@@ -2690,6 +2064,7 @@ export interface GetPreferencesRequest {
2690
2064
  */
2691
2065
  export declare const RateType: {
2692
2066
  readonly AFTER_DISCOUNTS: "AFTER_DISCOUNTS";
2067
+ readonly AFTER_DISCOUNTS_AND_COMMITMENTS: "AFTER_DISCOUNTS_AND_COMMITMENTS";
2693
2068
  readonly BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS";
2694
2069
  };
2695
2070
  /**
@@ -2701,23 +2076,17 @@ export type RateType = (typeof RateType)[keyof typeof RateType];
2701
2076
  */
2702
2077
  export interface GetPreferencesResponse {
2703
2078
  /**
2704
- * <p>
2705
- * The preferred rate types for the management account.
2706
- * </p>
2079
+ * <p> The preferred rate types for the management account. </p>
2707
2080
  * @public
2708
2081
  */
2709
2082
  managementAccountRateTypeSelections?: RateType[] | undefined;
2710
2083
  /**
2711
- * <p>
2712
- * The preferred rate types for member accounts.
2713
- * </p>
2084
+ * <p> The preferred rate types for member accounts. </p>
2714
2085
  * @public
2715
2086
  */
2716
2087
  memberAccountRateTypeSelections?: RateType[] | undefined;
2717
2088
  /**
2718
- * <p>
2719
- * The preferred rate types for a standalone account.
2720
- * </p>
2089
+ * <p> The preferred rate types for a standalone account. </p>
2721
2090
  * @public
2722
2091
  */
2723
2092
  standaloneAccountRateTypeSelections?: RateType[] | undefined;
@@ -2727,9 +2096,7 @@ export interface GetPreferencesResponse {
2727
2096
  */
2728
2097
  export interface ListTagsForResourceRequest {
2729
2098
  /**
2730
- * <p>
2731
- * The Amazon Resource Name (ARN) of the resource to list tags for.
2732
- * </p>
2099
+ * <p> The Amazon Resource Name (ARN) of the resource to list tags for. </p>
2733
2100
  * @public
2734
2101
  */
2735
2102
  arn: string | undefined;
@@ -2739,9 +2106,7 @@ export interface ListTagsForResourceRequest {
2739
2106
  */
2740
2107
  export interface ListTagsForResourceResponse {
2741
2108
  /**
2742
- * <p>
2743
- * The list of tags associated with the specified resource.
2744
- * </p>
2109
+ * <p> The list of tags associated with the specified resource. </p>
2745
2110
  * @public
2746
2111
  */
2747
2112
  tags?: Record<string, string> | undefined;
@@ -2751,16 +2116,12 @@ export interface ListTagsForResourceResponse {
2751
2116
  */
2752
2117
  export interface TagResourceRequest {
2753
2118
  /**
2754
- * <p>
2755
- * The Amazon Resource Name (ARN) of the resource to add tags to.
2756
- * </p>
2119
+ * <p> The Amazon Resource Name (ARN) of the resource to add tags to. </p>
2757
2120
  * @public
2758
2121
  */
2759
2122
  arn: string | undefined;
2760
2123
  /**
2761
- * <p>
2762
- * The tags to add to the resource.
2763
- * </p>
2124
+ * <p> The tags to add to the resource. </p>
2764
2125
  * @public
2765
2126
  */
2766
2127
  tags: Record<string, string> | undefined;
@@ -2775,16 +2136,12 @@ export interface TagResourceResponse {
2775
2136
  */
2776
2137
  export interface UntagResourceRequest {
2777
2138
  /**
2778
- * <p>
2779
- * The Amazon Resource Name (ARN) of the resource to remove tags from.
2780
- * </p>
2139
+ * <p> The Amazon Resource Name (ARN) of the resource to remove tags from. </p>
2781
2140
  * @public
2782
2141
  */
2783
2142
  arn: string | undefined;
2784
2143
  /**
2785
- * <p>
2786
- * The keys of the tags to remove from the resource.
2787
- * </p>
2144
+ * <p> The keys of the tags to remove from the resource. </p>
2788
2145
  * @public
2789
2146
  */
2790
2147
  tagKeys: string[] | undefined;
@@ -2799,23 +2156,17 @@ export interface UntagResourceResponse {
2799
2156
  */
2800
2157
  export interface UpdatePreferencesRequest {
2801
2158
  /**
2802
- * <p>
2803
- * The updated preferred rate types for the management account.
2804
- * </p>
2159
+ * <p> The updated preferred rate types for the management account. </p>
2805
2160
  * @public
2806
2161
  */
2807
2162
  managementAccountRateTypeSelections?: RateType[] | undefined;
2808
2163
  /**
2809
- * <p>
2810
- * The updated preferred rate types for member accounts.
2811
- * </p>
2164
+ * <p> The updated preferred rate types for member accounts. </p>
2812
2165
  * @public
2813
2166
  */
2814
2167
  memberAccountRateTypeSelections?: RateType[] | undefined;
2815
2168
  /**
2816
- * <p>
2817
- * The updated preferred rate types for a standalone account.
2818
- * </p>
2169
+ * <p> The updated preferred rate types for a standalone account. </p>
2819
2170
  * @public
2820
2171
  */
2821
2172
  standaloneAccountRateTypeSelections?: RateType[] | undefined;
@@ -2825,23 +2176,17 @@ export interface UpdatePreferencesRequest {
2825
2176
  */
2826
2177
  export interface UpdatePreferencesResponse {
2827
2178
  /**
2828
- * <p>
2829
- * The updated preferred rate types for the management account.
2830
- * </p>
2179
+ * <p> The updated preferred rate types for the management account. </p>
2831
2180
  * @public
2832
2181
  */
2833
2182
  managementAccountRateTypeSelections?: RateType[] | undefined;
2834
2183
  /**
2835
- * <p>
2836
- * The updated preferred rate types for member accounts.
2837
- * </p>
2184
+ * <p> The updated preferred rate types for member accounts. </p>
2838
2185
  * @public
2839
2186
  */
2840
2187
  memberAccountRateTypeSelections?: RateType[] | undefined;
2841
2188
  /**
2842
- * <p>
2843
- * The updated preferred rate types for a standalone account.
2844
- * </p>
2189
+ * <p> The updated preferred rate types for a standalone account. </p>
2845
2190
  * @public
2846
2191
  */
2847
2192
  standaloneAccountRateTypeSelections?: RateType[] | undefined;
@@ -2852,6 +2197,7 @@ export interface UpdatePreferencesResponse {
2852
2197
  */
2853
2198
  export declare const WorkloadEstimateRateType: {
2854
2199
  readonly AFTER_DISCOUNTS: "AFTER_DISCOUNTS";
2200
+ readonly AFTER_DISCOUNTS_AND_COMMITMENTS: "AFTER_DISCOUNTS_AND_COMMITMENTS";
2855
2201
  readonly BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS";
2856
2202
  };
2857
2203
  /**
@@ -2863,30 +2209,22 @@ export type WorkloadEstimateRateType = (typeof WorkloadEstimateRateType)[keyof t
2863
2209
  */
2864
2210
  export interface CreateWorkloadEstimateRequest {
2865
2211
  /**
2866
- * <p>
2867
- * A descriptive name for the workload estimate.
2868
- * </p>
2212
+ * <p> A descriptive name for the workload estimate. </p>
2869
2213
  * @public
2870
2214
  */
2871
2215
  name: string | undefined;
2872
2216
  /**
2873
- * <p>
2874
- * A unique, case-sensitive identifier to ensure idempotency of the request.
2875
- * </p>
2217
+ * <p> A unique, case-sensitive identifier to ensure idempotency of the request. </p>
2876
2218
  * @public
2877
2219
  */
2878
2220
  clientToken?: string | undefined;
2879
2221
  /**
2880
- * <p>
2881
- * The type of pricing rates to use for the estimate.
2882
- * </p>
2222
+ * <p> The type of pricing rates to use for the estimate. </p>
2883
2223
  * @public
2884
2224
  */
2885
2225
  rateType?: WorkloadEstimateRateType | undefined;
2886
2226
  /**
2887
- * <p>
2888
- * The tags to apply to the workload estimate.
2889
- * </p>
2227
+ * <p> The tags to apply to the workload estimate. </p>
2890
2228
  * @public
2891
2229
  */
2892
2230
  tags?: Record<string, string> | undefined;
@@ -2911,72 +2249,52 @@ export type WorkloadEstimateStatus = (typeof WorkloadEstimateStatus)[keyof typeo
2911
2249
  */
2912
2250
  export interface CreateWorkloadEstimateResponse {
2913
2251
  /**
2914
- * <p>
2915
- * The unique identifier for the created workload estimate.
2916
- * </p>
2252
+ * <p> The unique identifier for the created workload estimate. </p>
2917
2253
  * @public
2918
2254
  */
2919
2255
  id: string | undefined;
2920
2256
  /**
2921
- * <p>
2922
- * The name of the created workload estimate.
2923
- * </p>
2257
+ * <p> The name of the created workload estimate. </p>
2924
2258
  * @public
2925
2259
  */
2926
2260
  name?: string | undefined;
2927
2261
  /**
2928
- * <p>
2929
- * The timestamp when the workload estimate was created.
2930
- * </p>
2262
+ * <p> The timestamp when the workload estimate was created. </p>
2931
2263
  * @public
2932
2264
  */
2933
2265
  createdAt?: Date | undefined;
2934
2266
  /**
2935
- * <p>
2936
- * The timestamp when the workload estimate will expire.
2937
- * </p>
2267
+ * <p> The timestamp when the workload estimate will expire. </p>
2938
2268
  * @public
2939
2269
  */
2940
2270
  expiresAt?: Date | undefined;
2941
2271
  /**
2942
- * <p>
2943
- * The type of pricing rates used for the estimate.
2944
- * </p>
2272
+ * <p> The type of pricing rates used for the estimate. </p>
2945
2273
  * @public
2946
2274
  */
2947
2275
  rateType?: WorkloadEstimateRateType | undefined;
2948
2276
  /**
2949
- * <p>
2950
- * The timestamp of the pricing rates used for the estimate.
2951
- * </p>
2277
+ * <p> The timestamp of the pricing rates used for the estimate. </p>
2952
2278
  * @public
2953
2279
  */
2954
2280
  rateTimestamp?: Date | undefined;
2955
2281
  /**
2956
- * <p>
2957
- * The current status of the workload estimate.
2958
- * </p>
2282
+ * <p> The current status of the workload estimate. </p>
2959
2283
  * @public
2960
2284
  */
2961
2285
  status?: WorkloadEstimateStatus | undefined;
2962
2286
  /**
2963
- * <p>
2964
- * The total estimated cost for the workload.
2965
- * </p>
2287
+ * <p> The total estimated cost for the workload. </p>
2966
2288
  * @public
2967
2289
  */
2968
2290
  totalCost?: number | undefined;
2969
2291
  /**
2970
- * <p>
2971
- * The currency of the estimated cost.
2972
- * </p>
2292
+ * <p> The currency of the estimated cost. </p>
2973
2293
  * @public
2974
2294
  */
2975
2295
  costCurrency?: CurrencyCode | undefined;
2976
2296
  /**
2977
- * <p>
2978
- * An error message if the workload estimate creation failed.
2979
- * </p>
2297
+ * <p> An error message if the workload estimate creation failed. </p>
2980
2298
  * @public
2981
2299
  */
2982
2300
  failureMessage?: string | undefined;
@@ -2986,9 +2304,7 @@ export interface CreateWorkloadEstimateResponse {
2986
2304
  */
2987
2305
  export interface DeleteWorkloadEstimateRequest {
2988
2306
  /**
2989
- * <p>
2990
- * The unique identifier of the workload estimate to delete.
2991
- * </p>
2307
+ * <p> The unique identifier of the workload estimate to delete. </p>
2992
2308
  * @public
2993
2309
  */
2994
2310
  identifier: string | undefined;
@@ -3003,9 +2319,7 @@ export interface DeleteWorkloadEstimateResponse {
3003
2319
  */
3004
2320
  export interface GetWorkloadEstimateRequest {
3005
2321
  /**
3006
- * <p>
3007
- * The unique identifier of the workload estimate to retrieve.
3008
- * </p>
2322
+ * <p> The unique identifier of the workload estimate to retrieve. </p>
3009
2323
  * @public
3010
2324
  */
3011
2325
  identifier: string | undefined;
@@ -3016,72 +2330,52 @@ export interface GetWorkloadEstimateRequest {
3016
2330
  */
3017
2331
  export interface GetWorkloadEstimateResponse {
3018
2332
  /**
3019
- * <p>
3020
- * The unique identifier of the retrieved workload estimate.
3021
- * </p>
2333
+ * <p> The unique identifier of the retrieved workload estimate. </p>
3022
2334
  * @public
3023
2335
  */
3024
2336
  id: string | undefined;
3025
2337
  /**
3026
- * <p>
3027
- * The name of the retrieved workload estimate.
3028
- * </p>
2338
+ * <p> The name of the retrieved workload estimate. </p>
3029
2339
  * @public
3030
2340
  */
3031
2341
  name?: string | undefined;
3032
2342
  /**
3033
- * <p>
3034
- * The timestamp when the workload estimate was created.
3035
- * </p>
2343
+ * <p> The timestamp when the workload estimate was created. </p>
3036
2344
  * @public
3037
2345
  */
3038
2346
  createdAt?: Date | undefined;
3039
2347
  /**
3040
- * <p>
3041
- * The timestamp when the workload estimate will expire.
3042
- * </p>
2348
+ * <p> The timestamp when the workload estimate will expire. </p>
3043
2349
  * @public
3044
2350
  */
3045
2351
  expiresAt?: Date | undefined;
3046
2352
  /**
3047
- * <p>
3048
- * The type of pricing rates used for the estimate.
3049
- * </p>
2353
+ * <p> The type of pricing rates used for the estimate. </p>
3050
2354
  * @public
3051
2355
  */
3052
2356
  rateType?: WorkloadEstimateRateType | undefined;
3053
2357
  /**
3054
- * <p>
3055
- * The timestamp of the pricing rates used for the estimate.
3056
- * </p>
2358
+ * <p> The timestamp of the pricing rates used for the estimate. </p>
3057
2359
  * @public
3058
2360
  */
3059
2361
  rateTimestamp?: Date | undefined;
3060
2362
  /**
3061
- * <p>
3062
- * The current status of the workload estimate.
3063
- * </p>
2363
+ * <p> The current status of the workload estimate. </p>
3064
2364
  * @public
3065
2365
  */
3066
2366
  status?: WorkloadEstimateStatus | undefined;
3067
2367
  /**
3068
- * <p>
3069
- * The total estimated cost for the workload.
3070
- * </p>
2368
+ * <p> The total estimated cost for the workload. </p>
3071
2369
  * @public
3072
2370
  */
3073
2371
  totalCost?: number | undefined;
3074
2372
  /**
3075
- * <p>
3076
- * The currency of the estimated cost.
3077
- * </p>
2373
+ * <p> The currency of the estimated cost. </p>
3078
2374
  * @public
3079
2375
  */
3080
2376
  costCurrency?: CurrencyCode | undefined;
3081
2377
  /**
3082
- * <p>
3083
- * An error message if the workload estimate retrieval failed.
3084
- * </p>
2378
+ * <p> An error message if the workload estimate retrieval failed. </p>
3085
2379
  * @public
3086
2380
  */
3087
2381
  failureMessage?: string | undefined;
@@ -3099,30 +2393,22 @@ export declare const ListWorkloadEstimatesFilterName: {
3099
2393
  */
3100
2394
  export type ListWorkloadEstimatesFilterName = (typeof ListWorkloadEstimatesFilterName)[keyof typeof ListWorkloadEstimatesFilterName];
3101
2395
  /**
3102
- * <p>
3103
- * Represents a filter for listing workload estimates.
3104
- * </p>
2396
+ * <p> Represents a filter for listing workload estimates. </p>
3105
2397
  * @public
3106
2398
  */
3107
2399
  export interface ListWorkloadEstimatesFilter {
3108
2400
  /**
3109
- * <p>
3110
- * The name of the filter attribute.
3111
- * </p>
2401
+ * <p> The name of the filter attribute. </p>
3112
2402
  * @public
3113
2403
  */
3114
2404
  name: ListWorkloadEstimatesFilterName | undefined;
3115
2405
  /**
3116
- * <p>
3117
- * The values to filter by.
3118
- * </p>
2406
+ * <p> The values to filter by. </p>
3119
2407
  * @public
3120
2408
  */
3121
2409
  values: string[] | undefined;
3122
2410
  /**
3123
- * <p>
3124
- * The match option for the filter (e.g., equals, contains).
3125
- * </p>
2411
+ * <p> The match option for the filter (e.g., equals, contains). </p>
3126
2412
  * @public
3127
2413
  */
3128
2414
  matchOption?: MatchOption | undefined;
@@ -3132,115 +2418,83 @@ export interface ListWorkloadEstimatesFilter {
3132
2418
  */
3133
2419
  export interface ListWorkloadEstimatesRequest {
3134
2420
  /**
3135
- * <p>
3136
- * Filter workload estimates based on the creation date.
3137
- * </p>
2421
+ * <p> Filter workload estimates based on the creation date. </p>
3138
2422
  * @public
3139
2423
  */
3140
2424
  createdAtFilter?: FilterTimestamp | undefined;
3141
2425
  /**
3142
- * <p>
3143
- * Filter workload estimates based on the expiration date.
3144
- * </p>
2426
+ * <p> Filter workload estimates based on the expiration date. </p>
3145
2427
  * @public
3146
2428
  */
3147
2429
  expiresAtFilter?: FilterTimestamp | undefined;
3148
2430
  /**
3149
- * <p>
3150
- * Filters to apply to the list of workload estimates.
3151
- * </p>
2431
+ * <p> Filters to apply to the list of workload estimates. </p>
3152
2432
  * @public
3153
2433
  */
3154
2434
  filters?: ListWorkloadEstimatesFilter[] | undefined;
3155
2435
  /**
3156
- * <p>
3157
- * A token to retrieve the next page of results.
3158
- * </p>
2436
+ * <p> A token to retrieve the next page of results. </p>
3159
2437
  * @public
3160
2438
  */
3161
2439
  nextToken?: string | undefined;
3162
2440
  /**
3163
- * <p>
3164
- * The maximum number of results to return per page.
3165
- * </p>
2441
+ * <p> The maximum number of results to return per page. </p>
3166
2442
  * @public
3167
2443
  */
3168
2444
  maxResults?: number | undefined;
3169
2445
  }
3170
2446
  /**
3171
- * <p>
3172
- * Provides a summary of a workload estimate.
3173
- * </p>
2447
+ * <p> Provides a summary of a workload estimate. </p>
3174
2448
  * @public
3175
2449
  */
3176
2450
  export interface WorkloadEstimateSummary {
3177
2451
  /**
3178
- * <p>
3179
- * The unique identifier of the workload estimate.
3180
- * </p>
2452
+ * <p> The unique identifier of the workload estimate. </p>
3181
2453
  * @public
3182
2454
  */
3183
2455
  id: string | undefined;
3184
2456
  /**
3185
- * <p>
3186
- * The name of the workload estimate.
3187
- * </p>
2457
+ * <p> The name of the workload estimate. </p>
3188
2458
  * @public
3189
2459
  */
3190
2460
  name?: string | undefined;
3191
2461
  /**
3192
- * <p>
3193
- * The timestamp when the workload estimate was created.
3194
- * </p>
2462
+ * <p> The timestamp when the workload estimate was created. </p>
3195
2463
  * @public
3196
2464
  */
3197
2465
  createdAt?: Date | undefined;
3198
2466
  /**
3199
- * <p>
3200
- * The timestamp when the workload estimate will expire.
3201
- * </p>
2467
+ * <p> The timestamp when the workload estimate will expire. </p>
3202
2468
  * @public
3203
2469
  */
3204
2470
  expiresAt?: Date | undefined;
3205
2471
  /**
3206
- * <p>
3207
- * The type of pricing rates used for the estimate.
3208
- * </p>
2472
+ * <p> The type of pricing rates used for the estimate. </p>
3209
2473
  * @public
3210
2474
  */
3211
2475
  rateType?: WorkloadEstimateRateType | undefined;
3212
2476
  /**
3213
- * <p>
3214
- * The timestamp of the pricing rates used for the estimate.
3215
- * </p>
2477
+ * <p> The timestamp of the pricing rates used for the estimate. </p>
3216
2478
  * @public
3217
2479
  */
3218
2480
  rateTimestamp?: Date | undefined;
3219
2481
  /**
3220
- * <p>
3221
- * The current status of the workload estimate.
3222
- * </p>
2482
+ * <p> The current status of the workload estimate. </p>
3223
2483
  * @public
3224
2484
  */
3225
2485
  status?: WorkloadEstimateStatus | undefined;
3226
2486
  /**
3227
- * <p>
3228
- * The total estimated cost for the workload.
3229
- * </p>
2487
+ * <p> The total estimated cost for the workload. </p>
3230
2488
  * @public
3231
2489
  */
3232
2490
  totalCost?: number | undefined;
3233
2491
  /**
3234
- * <p>
3235
- * The currency of the estimated cost.
3236
- * </p>
2492
+ * <p> The currency of the estimated cost. </p>
3237
2493
  * @public
3238
2494
  */
3239
2495
  costCurrency?: CurrencyCode | undefined;
3240
2496
  /**
3241
- * <p>
3242
- * An error message if the workload estimate creation or processing failed.
3243
- * </p>
2497
+ * <p> An error message if the workload estimate creation or processing failed. </p>
3244
2498
  * @public
3245
2499
  */
3246
2500
  failureMessage?: string | undefined;
@@ -3250,16 +2504,12 @@ export interface WorkloadEstimateSummary {
3250
2504
  */
3251
2505
  export interface ListWorkloadEstimatesResponse {
3252
2506
  /**
3253
- * <p>
3254
- * The list of workload estimates for the account.
3255
- * </p>
2507
+ * <p> The list of workload estimates for the account. </p>
3256
2508
  * @public
3257
2509
  */
3258
2510
  items?: WorkloadEstimateSummary[] | undefined;
3259
2511
  /**
3260
- * <p>
3261
- * A token to retrieve the next page of results, if any.
3262
- * </p>
2512
+ * <p> A token to retrieve the next page of results, if any. </p>
3263
2513
  * @public
3264
2514
  */
3265
2515
  nextToken?: string | undefined;
@@ -3269,23 +2519,17 @@ export interface ListWorkloadEstimatesResponse {
3269
2519
  */
3270
2520
  export interface UpdateWorkloadEstimateRequest {
3271
2521
  /**
3272
- * <p>
3273
- * The unique identifier of the workload estimate to update.
3274
- * </p>
2522
+ * <p> The unique identifier of the workload estimate to update. </p>
3275
2523
  * @public
3276
2524
  */
3277
2525
  identifier: string | undefined;
3278
2526
  /**
3279
- * <p>
3280
- * The new name for the workload estimate.
3281
- * </p>
2527
+ * <p> The new name for the workload estimate. </p>
3282
2528
  * @public
3283
2529
  */
3284
2530
  name?: string | undefined;
3285
2531
  /**
3286
- * <p>
3287
- * The new expiration date for the workload estimate.
3288
- * </p>
2532
+ * <p> The new expiration date for the workload estimate. </p>
3289
2533
  * @public
3290
2534
  */
3291
2535
  expiresAt?: Date | undefined;
@@ -3296,72 +2540,52 @@ export interface UpdateWorkloadEstimateRequest {
3296
2540
  */
3297
2541
  export interface UpdateWorkloadEstimateResponse {
3298
2542
  /**
3299
- * <p>
3300
- * The unique identifier of the updated workload estimate.
3301
- * </p>
2543
+ * <p> The unique identifier of the updated workload estimate. </p>
3302
2544
  * @public
3303
2545
  */
3304
2546
  id: string | undefined;
3305
2547
  /**
3306
- * <p>
3307
- * The updated name of the workload estimate.
3308
- * </p>
2548
+ * <p> The updated name of the workload estimate. </p>
3309
2549
  * @public
3310
2550
  */
3311
2551
  name?: string | undefined;
3312
2552
  /**
3313
- * <p>
3314
- * The timestamp when the workload estimate was originally created.
3315
- * </p>
2553
+ * <p> The timestamp when the workload estimate was originally created. </p>
3316
2554
  * @public
3317
2555
  */
3318
2556
  createdAt?: Date | undefined;
3319
2557
  /**
3320
- * <p>
3321
- * The updated expiration timestamp for the workload estimate.
3322
- * </p>
2558
+ * <p> The updated expiration timestamp for the workload estimate. </p>
3323
2559
  * @public
3324
2560
  */
3325
2561
  expiresAt?: Date | undefined;
3326
2562
  /**
3327
- * <p>
3328
- * The type of pricing rates used for the updated estimate.
3329
- * </p>
2563
+ * <p> The type of pricing rates used for the updated estimate. </p>
3330
2564
  * @public
3331
2565
  */
3332
2566
  rateType?: WorkloadEstimateRateType | undefined;
3333
2567
  /**
3334
- * <p>
3335
- * The timestamp of the pricing rates used for the updated estimate.
3336
- * </p>
2568
+ * <p> The timestamp of the pricing rates used for the updated estimate. </p>
3337
2569
  * @public
3338
2570
  */
3339
2571
  rateTimestamp?: Date | undefined;
3340
2572
  /**
3341
- * <p>
3342
- * The current status of the updated workload estimate.
3343
- * </p>
2573
+ * <p> The current status of the updated workload estimate. </p>
3344
2574
  * @public
3345
2575
  */
3346
2576
  status?: WorkloadEstimateStatus | undefined;
3347
2577
  /**
3348
- * <p>
3349
- * The updated total estimated cost for the workload.
3350
- * </p>
2578
+ * <p> The updated total estimated cost for the workload. </p>
3351
2579
  * @public
3352
2580
  */
3353
2581
  totalCost?: number | undefined;
3354
2582
  /**
3355
- * <p>
3356
- * The currency of the updated estimated cost.
3357
- * </p>
2583
+ * <p> The currency of the updated estimated cost. </p>
3358
2584
  * @public
3359
2585
  */
3360
2586
  costCurrency?: CurrencyCode | undefined;
3361
2587
  /**
3362
- * <p>
3363
- * An error message if the workload estimate update failed.
3364
- * </p>
2588
+ * <p> An error message if the workload estimate update failed. </p>
3365
2589
  * @public
3366
2590
  */
3367
2591
  failureMessage?: string | undefined;
@@ -3381,52 +2605,38 @@ export declare const BatchCreateWorkloadEstimateUsageCode: {
3381
2605
  */
3382
2606
  export type BatchCreateWorkloadEstimateUsageCode = (typeof BatchCreateWorkloadEstimateUsageCode)[keyof typeof BatchCreateWorkloadEstimateUsageCode];
3383
2607
  /**
3384
- * <p>
3385
- * Represents an error that occurred during a batch create operation for workload estimate usage.
3386
- * </p>
2608
+ * <p> Represents an error that occurred during a batch create operation for workload estimate usage. </p>
3387
2609
  * @public
3388
2610
  */
3389
2611
  export interface BatchCreateWorkloadEstimateUsageError {
3390
2612
  /**
3391
- * <p>
3392
- * The key of the entry that caused the error.
3393
- * </p>
2613
+ * <p> The key of the entry that caused the error. </p>
3394
2614
  * @public
3395
2615
  */
3396
2616
  key?: string | undefined;
3397
2617
  /**
3398
- * <p>
3399
- * The error code associated with the failed operation.
3400
- * </p>
2618
+ * <p> The error code associated with the failed operation. </p>
3401
2619
  * @public
3402
2620
  */
3403
2621
  errorCode?: BatchCreateWorkloadEstimateUsageCode | undefined;
3404
2622
  /**
3405
- * <p>
3406
- * A descriptive message for the error that occurred.
3407
- * </p>
2623
+ * <p> A descriptive message for the error that occurred. </p>
3408
2624
  * @public
3409
2625
  */
3410
2626
  errorMessage?: string | undefined;
3411
2627
  }
3412
2628
  /**
3413
- * <p>
3414
- * Represents a usage quantity for a workload estimate.
3415
- * </p>
2629
+ * <p> Represents a usage quantity for a workload estimate. </p>
3416
2630
  * @public
3417
2631
  */
3418
2632
  export interface WorkloadEstimateUsageQuantity {
3419
2633
  /**
3420
- * <p>
3421
- * The unit of measurement for the usage quantity.
3422
- * </p>
2634
+ * <p> The unit of measurement for the usage quantity. </p>
3423
2635
  * @public
3424
2636
  */
3425
2637
  unit?: string | undefined;
3426
2638
  /**
3427
- * <p>
3428
- * The numeric value of the usage quantity.
3429
- * </p>
2639
+ * <p> The numeric value of the usage quantity. </p>
3430
2640
  * @public
3431
2641
  */
3432
2642
  amount?: number | undefined;
@@ -3449,16 +2659,12 @@ export type WorkloadEstimateCostStatus = (typeof WorkloadEstimateCostStatus)[key
3449
2659
  */
3450
2660
  export interface BatchDeleteWorkloadEstimateUsageRequest {
3451
2661
  /**
3452
- * <p>
3453
- * The ID of the Workload estimate for which you want to delete the modeled usage.
3454
- * </p>
2662
+ * <p> The ID of the Workload estimate for which you want to delete the modeled usage. </p>
3455
2663
  * @public
3456
2664
  */
3457
2665
  workloadEstimateId: string | undefined;
3458
2666
  /**
3459
- * <p>
3460
- * List of usage that you want to delete from the Workload estimate.
3461
- * </p>
2667
+ * <p> List of usage that you want to delete from the Workload estimate. </p>
3462
2668
  * @public
3463
2669
  */
3464
2670
  ids: string[] | undefined;
@@ -3478,30 +2684,22 @@ export declare const WorkloadEstimateUpdateUsageErrorCode: {
3478
2684
  */
3479
2685
  export type WorkloadEstimateUpdateUsageErrorCode = (typeof WorkloadEstimateUpdateUsageErrorCode)[keyof typeof WorkloadEstimateUpdateUsageErrorCode];
3480
2686
  /**
3481
- * <p>
3482
- * Represents an error that occurred when deleting usage in a workload estimate.
3483
- * </p>
2687
+ * <p> Represents an error that occurred when deleting usage in a workload estimate. </p>
3484
2688
  * @public
3485
2689
  */
3486
2690
  export interface BatchDeleteWorkloadEstimateUsageError {
3487
2691
  /**
3488
- * <p>
3489
- * The ID of the error.
3490
- * </p>
2692
+ * <p> The ID of the error. </p>
3491
2693
  * @public
3492
2694
  */
3493
2695
  id?: string | undefined;
3494
2696
  /**
3495
- * <p>
3496
- * The message that describes the error.
3497
- * </p>
2697
+ * <p> The message that describes the error. </p>
3498
2698
  * @public
3499
2699
  */
3500
2700
  errorMessage?: string | undefined;
3501
2701
  /**
3502
- * <p>
3503
- * The code associated with the error.
3504
- * </p>
2702
+ * <p> The code associated with the error. </p>
3505
2703
  * @public
3506
2704
  */
3507
2705
  errorCode?: WorkloadEstimateUpdateUsageErrorCode | undefined;
@@ -3511,38 +2709,28 @@ export interface BatchDeleteWorkloadEstimateUsageError {
3511
2709
  */
3512
2710
  export interface BatchDeleteWorkloadEstimateUsageResponse {
3513
2711
  /**
3514
- * <p>
3515
- * Returns the list of errors reason and the usage item keys that cannot be deleted from the Workload estimate.
3516
- * </p>
2712
+ * <p> Returns the list of errors reason and the usage item keys that cannot be deleted from the Workload estimate. </p>
3517
2713
  * @public
3518
2714
  */
3519
2715
  errors?: BatchDeleteWorkloadEstimateUsageError[] | undefined;
3520
2716
  }
3521
2717
  /**
3522
- * <p>
3523
- * Represents an entry in a batch operation to update workload estimate usage.
3524
- * </p>
2718
+ * <p> Represents an entry in a batch operation to update workload estimate usage. </p>
3525
2719
  * @public
3526
2720
  */
3527
2721
  export interface BatchUpdateWorkloadEstimateUsageEntry {
3528
2722
  /**
3529
- * <p>
3530
- * The unique identifier of the usage estimate to update.
3531
- * </p>
2723
+ * <p> The unique identifier of the usage estimate to update. </p>
3532
2724
  * @public
3533
2725
  */
3534
2726
  id: string | undefined;
3535
2727
  /**
3536
- * <p>
3537
- * The updated group identifier for the usage estimate.
3538
- * </p>
2728
+ * <p> The updated group identifier for the usage estimate. </p>
3539
2729
  * @public
3540
2730
  */
3541
2731
  group?: string | undefined;
3542
2732
  /**
3543
- * <p>
3544
- * The updated estimated usage amount.
3545
- * </p>
2733
+ * <p> The updated estimated usage amount. </p>
3546
2734
  * @public
3547
2735
  */
3548
2736
  amount?: number | undefined;
@@ -3552,45 +2740,33 @@ export interface BatchUpdateWorkloadEstimateUsageEntry {
3552
2740
  */
3553
2741
  export interface BatchUpdateWorkloadEstimateUsageRequest {
3554
2742
  /**
3555
- * <p>
3556
- * The ID of the Workload estimate for which you want to modify the usage lines.
3557
- * </p>
2743
+ * <p> The ID of the Workload estimate for which you want to modify the usage lines. </p>
3558
2744
  * @public
3559
2745
  */
3560
2746
  workloadEstimateId: string | undefined;
3561
2747
  /**
3562
- * <p>
3563
- * List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.
3564
- * </p>
2748
+ * <p> List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID. </p>
3565
2749
  * @public
3566
2750
  */
3567
2751
  usage: BatchUpdateWorkloadEstimateUsageEntry[] | undefined;
3568
2752
  }
3569
2753
  /**
3570
- * <p>
3571
- * Represents an error that occurred when updating usage in a workload estimate.
3572
- * </p>
2754
+ * <p> Represents an error that occurred when updating usage in a workload estimate. </p>
3573
2755
  * @public
3574
2756
  */
3575
2757
  export interface BatchUpdateWorkloadEstimateUsageError {
3576
2758
  /**
3577
- * <p>
3578
- * The ID of the error.
3579
- * </p>
2759
+ * <p> The ID of the error. </p>
3580
2760
  * @public
3581
2761
  */
3582
2762
  id?: string | undefined;
3583
2763
  /**
3584
- * <p>
3585
- * The message that describes the error.
3586
- * </p>
2764
+ * <p> The message that describes the error. </p>
3587
2765
  * @public
3588
2766
  */
3589
2767
  errorMessage?: string | undefined;
3590
2768
  /**
3591
- * <p>
3592
- * The code associated with the error.
3593
- * </p>
2769
+ * <p> The code associated with the error. </p>
3594
2770
  * @public
3595
2771
  */
3596
2772
  errorCode?: WorkloadEstimateUpdateUsageErrorCode | undefined;
@@ -3600,711 +2776,506 @@ export interface BatchUpdateWorkloadEstimateUsageError {
3600
2776
  */
3601
2777
  export interface ListWorkloadEstimateUsageRequest {
3602
2778
  /**
3603
- * <p>
3604
- * The unique identifier of the workload estimate to list usage for.
3605
- * </p>
2779
+ * <p> The unique identifier of the workload estimate to list usage for. </p>
3606
2780
  * @public
3607
2781
  */
3608
2782
  workloadEstimateId: string | undefined;
3609
2783
  /**
3610
- * <p>
3611
- * Filters to apply to the list of usage items.
3612
- * </p>
2784
+ * <p> Filters to apply to the list of usage items. </p>
3613
2785
  * @public
3614
2786
  */
3615
2787
  filters?: ListUsageFilter[] | undefined;
3616
2788
  /**
3617
- * <p>
3618
- * A token to retrieve the next page of results.
3619
- * </p>
2789
+ * <p> A token to retrieve the next page of results. </p>
3620
2790
  * @public
3621
2791
  */
3622
2792
  nextToken?: string | undefined;
3623
2793
  /**
3624
- * <p>
3625
- * The maximum number of results to return per page.
3626
- * </p>
2794
+ * <p> The maximum number of results to return per page. </p>
3627
2795
  * @public
3628
2796
  */
3629
2797
  maxResults?: number | undefined;
3630
2798
  }
3631
2799
  /**
3632
- * <p>
3633
- * Represents a complex filtering expression for cost and usage data.
3634
- * </p>
2800
+ * <p> Represents a complex filtering expression for cost and usage data. </p>
3635
2801
  * @public
3636
2802
  */
3637
2803
  export interface Expression {
3638
2804
  /**
3639
- * <p>
3640
- * A list of expressions to be combined with AND logic.
3641
- * </p>
2805
+ * <p> A list of expressions to be combined with AND logic. </p>
3642
2806
  * @public
3643
2807
  */
3644
2808
  and?: Expression[] | undefined;
3645
2809
  /**
3646
- * <p>
3647
- * A list of expressions to be combined with OR logic.
3648
- * </p>
2810
+ * <p> A list of expressions to be combined with OR logic. </p>
3649
2811
  * @public
3650
2812
  */
3651
2813
  or?: Expression[] | undefined;
3652
2814
  /**
3653
- * <p>
3654
- * An expression to be negated.
3655
- * </p>
2815
+ * <p> An expression to be negated. </p>
3656
2816
  * @public
3657
2817
  */
3658
2818
  not?: Expression | undefined;
3659
2819
  /**
3660
- * <p>
3661
- * Filters based on cost categories.
3662
- * </p>
2820
+ * <p> Filters based on cost categories. </p>
3663
2821
  * @public
3664
2822
  */
3665
2823
  costCategories?: ExpressionFilter | undefined;
3666
2824
  /**
3667
- * <p>
3668
- * Filters based on dimensions (e.g., service, operation).
3669
- * </p>
2825
+ * <p> Filters based on dimensions (e.g., service, operation). </p>
3670
2826
  * @public
3671
2827
  */
3672
2828
  dimensions?: ExpressionFilter | undefined;
3673
2829
  /**
3674
- * <p>
3675
- * Filters based on resource tags.
3676
- * </p>
2830
+ * <p> Filters based on resource tags. </p>
3677
2831
  * @public
3678
2832
  */
3679
2833
  tags?: ExpressionFilter | undefined;
3680
2834
  }
3681
2835
  /**
3682
- * <p>
3683
- * Represents historical usage data for a specific entity.
3684
- * </p>
2836
+ * <p> Represents historical usage data for a specific entity. </p>
3685
2837
  * @public
3686
2838
  */
3687
2839
  export interface HistoricalUsageEntity {
3688
2840
  /**
3689
- * <p>
3690
- * The Amazon Web Services service code associated with the usage.
3691
- * </p>
2841
+ * <p> The Amazon Web Services service code associated with the usage. </p>
3692
2842
  * @public
3693
2843
  */
3694
2844
  serviceCode: string | undefined;
3695
2845
  /**
3696
- * <p>
3697
- * The type of usage.
3698
- * </p>
2846
+ * <p> The type of usage. </p>
3699
2847
  * @public
3700
2848
  */
3701
2849
  usageType: string | undefined;
3702
2850
  /**
3703
- * <p>
3704
- * The specific operation associated with the usage.
3705
- * </p>
2851
+ * <p> The specific operation associated with the usage. </p>
3706
2852
  * @public
3707
2853
  */
3708
2854
  operation: string | undefined;
3709
2855
  /**
3710
- * <p>
3711
- * The location associated with the usage.
3712
- * </p>
2856
+ * <p> The location associated with the usage. </p>
3713
2857
  * @public
3714
2858
  */
3715
2859
  location?: string | undefined;
3716
2860
  /**
3717
- * <p>
3718
- * The Amazon Web Services account ID associated with the usage.
3719
- * </p>
2861
+ * <p> The Amazon Web Services account ID associated with the usage. </p>
3720
2862
  * @public
3721
2863
  */
3722
2864
  usageAccountId: string | undefined;
3723
2865
  /**
3724
- * <p>
3725
- * The time interval for the historical usage data.
3726
- * </p>
2866
+ * <p> The time interval for the historical usage data. </p>
3727
2867
  * @public
3728
2868
  */
3729
2869
  billInterval: BillInterval | undefined;
3730
2870
  /**
3731
- * <p>
3732
- * An optional filter expression to apply to the historical usage data.
3733
- * </p>
2871
+ * <p> An optional filter expression to apply to the historical usage data. </p>
3734
2872
  * @public
3735
2873
  */
3736
2874
  filterExpression: Expression | undefined;
3737
2875
  }
3738
2876
  /**
3739
- * <p>
3740
- * Represents an entry in a batch operation to create bill scenario usage modifications.
3741
- * </p>
2877
+ * <p> Represents an entry in a batch operation to create bill scenario usage modifications. </p>
3742
2878
  * @public
3743
2879
  */
3744
2880
  export interface BatchCreateBillScenarioUsageModificationEntry {
3745
2881
  /**
3746
- * <p>
3747
- * The Amazon Web Services service code for this usage modification.
3748
- * This identifies the specific Amazon Web Services service to the customer as
3749
- * a unique short abbreviation. For example, <code>AmazonEC2</code>
3750
- * and <code>AWSKMS</code>.
3751
- * </p>
2882
+ * <p> The Amazon Web Services service code for this usage modification. This identifies the specific Amazon Web Services service to the customer as a unique short abbreviation. For example, <code>AmazonEC2</code> and <code>AWSKMS</code>. </p>
3752
2883
  * @public
3753
2884
  */
3754
2885
  serviceCode: string | undefined;
3755
2886
  /**
3756
- * <p>
3757
- * Describes the usage details of the usage line item.
3758
- * </p>
2887
+ * <p> Describes the usage details of the usage line item. </p>
3759
2888
  * @public
3760
2889
  */
3761
2890
  usageType: string | undefined;
3762
2891
  /**
3763
- * <p>
3764
- * The specific operation associated with this usage modification.
3765
- * Describes the specific Amazon Web Services operation that this usage line models.
3766
- * For example, <code>RunInstances</code> indicates the operation of an Amazon EC2 instance.
3767
- * </p>
2892
+ * <p> The specific operation associated with this usage modification. Describes the specific Amazon Web Services operation that this usage line models. For example, <code>RunInstances</code> indicates the operation of an Amazon EC2 instance. </p>
3768
2893
  * @public
3769
2894
  */
3770
2895
  operation: string | undefined;
3771
2896
  /**
3772
- * <p>
3773
- * The Availability Zone that this usage line uses.
3774
- * </p>
2897
+ * <p> The Availability Zone that this usage line uses. </p>
3775
2898
  * @public
3776
2899
  */
3777
2900
  availabilityZone?: string | undefined;
3778
2901
  /**
3779
- * <p>
3780
- * A unique identifier for this entry in the batch operation.
3781
- * This can be any valid string. This key is useful to identify errors
3782
- * associated with any usage entry as any error is returned with this key.
3783
- * </p>
2902
+ * <p> A unique identifier for this entry in the batch operation. This can be any valid string. This key is useful to identify errors associated with any usage entry as any error is returned with this key. </p>
3784
2903
  * @public
3785
2904
  */
3786
2905
  key: string | undefined;
3787
2906
  /**
3788
- * <p>
3789
- * An optional group identifier for the usage modification.
3790
- * </p>
2907
+ * <p> An optional group identifier for the usage modification. </p>
3791
2908
  * @public
3792
2909
  */
3793
2910
  group?: string | undefined;
3794
2911
  /**
3795
- * <p>
3796
- * The Amazon Web Services account ID to which this usage will be applied to.
3797
- * </p>
2912
+ * <p> The Amazon Web Services account ID to which this usage will be applied to. </p>
3798
2913
  * @public
3799
2914
  */
3800
2915
  usageAccountId: string | undefined;
3801
2916
  /**
3802
- * <p>
3803
- * The amount of usage you want to create for the service use you are modeling.
3804
- * </p>
2917
+ * <p> The amount of usage you want to create for the service use you are modeling. </p>
3805
2918
  * @public
3806
2919
  */
3807
2920
  amounts?: UsageAmount[] | undefined;
3808
2921
  /**
3809
- * <p>
3810
- * Historical usage data associated with this modification, if available.
3811
- * </p>
2922
+ * <p> Historical usage data associated with this modification, if available. </p>
3812
2923
  * @public
3813
2924
  */
3814
2925
  historicalUsage?: HistoricalUsageEntity | undefined;
3815
2926
  }
3816
2927
  /**
3817
- * <p>
3818
- * Represents a successfully created item in a batch operation for bill scenario usage modifications.
3819
- * </p>
2928
+ * <p> Represents a successfully created item in a batch operation for bill scenario usage modifications. </p>
3820
2929
  * @public
3821
2930
  */
3822
2931
  export interface BatchCreateBillScenarioUsageModificationItem {
3823
2932
  /**
3824
- * <p>
3825
- * The Amazon Web Services service code for this usage modification.
3826
- * </p>
2933
+ * <p> The Amazon Web Services service code for this usage modification. </p>
3827
2934
  * @public
3828
2935
  */
3829
2936
  serviceCode: string | undefined;
3830
2937
  /**
3831
- * <p>
3832
- * The type of usage that was modified.
3833
- * </p>
2938
+ * <p> The type of usage that was modified. </p>
3834
2939
  * @public
3835
2940
  */
3836
2941
  usageType: string | undefined;
3837
2942
  /**
3838
- * <p>
3839
- * The specific operation associated with this usage modification.
3840
- * </p>
2943
+ * <p> The specific operation associated with this usage modification. </p>
3841
2944
  * @public
3842
2945
  */
3843
2946
  operation: string | undefined;
3844
2947
  /**
3845
- * <p>
3846
- * The location associated with this usage modification.
3847
- * </p>
2948
+ * <p> The location associated with this usage modification. </p>
3848
2949
  * @public
3849
2950
  */
3850
2951
  location?: string | undefined;
3851
2952
  /**
3852
- * <p>
3853
- * The availability zone associated with this usage modification, if applicable.
3854
- * </p>
2953
+ * <p> The availability zone associated with this usage modification, if applicable. </p>
3855
2954
  * @public
3856
2955
  */
3857
2956
  availabilityZone?: string | undefined;
3858
2957
  /**
3859
- * <p>
3860
- * The unique identifier assigned to the created usage modification.
3861
- * </p>
2958
+ * <p> The unique identifier assigned to the created usage modification. </p>
3862
2959
  * @public
3863
2960
  */
3864
2961
  id?: string | undefined;
3865
2962
  /**
3866
- * <p>
3867
- * The group identifier for the created usage modification.
3868
- * </p>
2963
+ * <p> The group identifier for the created usage modification. </p>
3869
2964
  * @public
3870
2965
  */
3871
2966
  group?: string | undefined;
3872
2967
  /**
3873
- * <p>
3874
- * The Amazon Web Services account ID associated with the created usage modification.
3875
- * </p>
2968
+ * <p> The Amazon Web Services account ID associated with the created usage modification. </p>
3876
2969
  * @public
3877
2970
  */
3878
2971
  usageAccountId?: string | undefined;
3879
2972
  /**
3880
- * <p>
3881
- * The modified usage quantities.
3882
- * </p>
2973
+ * <p> The modified usage quantities. </p>
3883
2974
  * @public
3884
2975
  */
3885
2976
  quantities?: UsageQuantity[] | undefined;
3886
2977
  /**
3887
- * <p>
3888
- * Historical usage data associated with this modification, if available.
3889
- * </p>
2978
+ * <p> Historical usage data associated with this modification, if available. </p>
3890
2979
  * @public
3891
2980
  */
3892
2981
  historicalUsage?: HistoricalUsageEntity | undefined;
3893
2982
  /**
3894
- * <p>
3895
- * The key of the successfully created entry.
3896
- * </p>
2983
+ * <p> The key of the successfully created entry. </p>
3897
2984
  * @public
3898
2985
  */
3899
2986
  key?: string | undefined;
3900
2987
  }
3901
2988
  /**
3902
- * <p>
3903
- * Represents an entry in a batch operation to create workload estimate usage.
3904
- * </p>
2989
+ * <p> Represents an entry in a batch operation to create workload estimate usage. </p>
3905
2990
  * @public
3906
2991
  */
3907
2992
  export interface BatchCreateWorkloadEstimateUsageEntry {
3908
2993
  /**
3909
- * <p>
3910
- * The Amazon Web Services service code for this usage estimate.
3911
- * </p>
2994
+ * <p> The Amazon Web Services service code for this usage estimate. </p>
3912
2995
  * @public
3913
2996
  */
3914
2997
  serviceCode: string | undefined;
3915
2998
  /**
3916
- * <p>
3917
- * The type of usage being estimated.
3918
- * </p>
2999
+ * <p> The type of usage being estimated. </p>
3919
3000
  * @public
3920
3001
  */
3921
3002
  usageType: string | undefined;
3922
3003
  /**
3923
- * <p>
3924
- * The specific operation associated with this usage estimate.
3925
- * </p>
3004
+ * <p> The specific operation associated with this usage estimate. </p>
3926
3005
  * @public
3927
3006
  */
3928
3007
  operation: string | undefined;
3929
3008
  /**
3930
- * <p>
3931
- * A unique identifier for this entry in the batch operation.
3932
- * </p>
3009
+ * <p> A unique identifier for this entry in the batch operation. </p>
3933
3010
  * @public
3934
3011
  */
3935
3012
  key: string | undefined;
3936
3013
  /**
3937
- * <p>
3938
- * An optional group identifier for the usage estimate.
3939
- * </p>
3014
+ * <p> An optional group identifier for the usage estimate. </p>
3940
3015
  * @public
3941
3016
  */
3942
3017
  group?: string | undefined;
3943
3018
  /**
3944
- * <p>
3945
- * The Amazon Web Services account ID associated with this usage estimate.
3946
- * </p>
3019
+ * <p> The Amazon Web Services account ID associated with this usage estimate. </p>
3947
3020
  * @public
3948
3021
  */
3949
3022
  usageAccountId: string | undefined;
3950
3023
  /**
3951
- * <p>
3952
- * The estimated usage amount.
3953
- * </p>
3024
+ * <p> The estimated usage amount. </p>
3954
3025
  * @public
3955
3026
  */
3956
3027
  amount: number | undefined;
3957
3028
  /**
3958
- * <p>
3959
- * Historical usage data associated with this estimate, if available.
3960
- * </p>
3029
+ * <p> Historical usage data associated with this estimate, if available. </p>
3961
3030
  * @public
3962
3031
  */
3963
3032
  historicalUsage?: HistoricalUsageEntity | undefined;
3964
3033
  }
3965
3034
  /**
3966
- * <p>
3967
- * Represents a successfully created item in a batch operation for workload estimate usage.
3968
- * </p>
3035
+ * <p> Represents a successfully created item in a batch operation for workload estimate usage. </p>
3969
3036
  * @public
3970
3037
  */
3971
3038
  export interface BatchCreateWorkloadEstimateUsageItem {
3972
3039
  /**
3973
- * <p>
3974
- * The Amazon Web Services service code for this usage estimate.
3975
- * </p>
3040
+ * <p> The Amazon Web Services service code for this usage estimate. </p>
3976
3041
  * @public
3977
3042
  */
3978
3043
  serviceCode: string | undefined;
3979
3044
  /**
3980
- * <p>
3981
- * The type of usage that was estimated.
3982
- * </p>
3045
+ * <p> The type of usage that was estimated. </p>
3983
3046
  * @public
3984
3047
  */
3985
3048
  usageType: string | undefined;
3986
3049
  /**
3987
- * <p>
3988
- * The specific operation associated with this usage estimate.
3989
- * </p>
3050
+ * <p> The specific operation associated with this usage estimate. </p>
3990
3051
  * @public
3991
3052
  */
3992
3053
  operation: string | undefined;
3993
3054
  /**
3994
- * <p>
3995
- * The location associated with this usage estimate.
3996
- * </p>
3055
+ * <p> The location associated with this usage estimate. </p>
3997
3056
  * @public
3998
3057
  */
3999
3058
  location?: string | undefined;
4000
3059
  /**
4001
- * <p>
4002
- * The unique identifier assigned to the created usage estimate.
4003
- * </p>
3060
+ * <p> The unique identifier assigned to the created usage estimate. </p>
4004
3061
  * @public
4005
3062
  */
4006
3063
  id?: string | undefined;
4007
3064
  /**
4008
- * <p>
4009
- * The Amazon Web Services account ID associated with the created usage estimate.
4010
- * </p>
3065
+ * <p> The Amazon Web Services account ID associated with the created usage estimate. </p>
4011
3066
  * @public
4012
3067
  */
4013
3068
  usageAccountId?: string | undefined;
4014
3069
  /**
4015
- * <p>
4016
- * The group identifier for the created usage estimate.
4017
- * </p>
3070
+ * <p> The group identifier for the created usage estimate. </p>
4018
3071
  * @public
4019
3072
  */
4020
3073
  group?: string | undefined;
4021
3074
  /**
4022
- * <p>
4023
- * The estimated usage quantity.
4024
- * </p>
3075
+ * <p> The estimated usage quantity. </p>
4025
3076
  * @public
4026
3077
  */
4027
3078
  quantity?: WorkloadEstimateUsageQuantity | undefined;
4028
3079
  /**
4029
- * <p>
4030
- * The estimated cost associated with this usage.
4031
- * </p>
3080
+ * <p> The estimated cost associated with this usage. </p>
4032
3081
  * @public
4033
3082
  */
4034
3083
  cost?: number | undefined;
4035
3084
  /**
4036
- * <p>
4037
- * The currency of the estimated cost.
4038
- * </p>
3085
+ * <p> The currency of the estimated cost. </p>
4039
3086
  * @public
4040
3087
  */
4041
3088
  currency?: CurrencyCode | undefined;
4042
3089
  /**
4043
- * <p>
4044
- * The current status of the created usage estimate.
4045
- * </p>
3090
+ * <p> The current status of the created usage estimate. </p>
4046
3091
  * @public
4047
3092
  */
4048
3093
  status?: WorkloadEstimateCostStatus | undefined;
4049
3094
  /**
4050
- * <p>
4051
- * Historical usage data associated with this estimate, if available.
4052
- * </p>
3095
+ * <p> Historical usage data associated with this estimate, if available. </p>
4053
3096
  * @public
4054
3097
  */
4055
3098
  historicalUsage?: HistoricalUsageEntity | undefined;
4056
3099
  /**
4057
- * <p>
4058
- * The key of the successfully created entry.
4059
- * </p>
3100
+ * <p> The key of the successfully created entry. </p>
4060
3101
  * @public
4061
3102
  */
4062
3103
  key?: string | undefined;
4063
3104
  }
4064
3105
  /**
4065
- * <p>
4066
- * Summarizes an input usage modification for a bill estimate.
4067
- * </p>
3106
+ * <p> Summarizes an input usage modification for a bill estimate. </p>
4068
3107
  * @public
4069
3108
  */
4070
3109
  export interface BillEstimateInputUsageModificationSummary {
4071
3110
  /**
4072
- * <p>
4073
- * The Amazon Web Services service code for this usage modification.
4074
- * </p>
3111
+ * <p> The Amazon Web Services service code for this usage modification. </p>
4075
3112
  * @public
4076
3113
  */
4077
3114
  serviceCode: string | undefined;
4078
3115
  /**
4079
- * <p>
4080
- * The type of usage being modified.
4081
- * </p>
3116
+ * <p> The type of usage being modified. </p>
4082
3117
  * @public
4083
3118
  */
4084
3119
  usageType: string | undefined;
4085
3120
  /**
4086
- * <p>
4087
- * The specific operation associated with this usage modification.
4088
- * </p>
3121
+ * <p> The specific operation associated with this usage modification. </p>
4089
3122
  * @public
4090
3123
  */
4091
3124
  operation: string | undefined;
4092
3125
  /**
4093
- * <p>
4094
- * The location associated with this usage modification.
4095
- * </p>
3126
+ * <p> The location associated with this usage modification. </p>
4096
3127
  * @public
4097
3128
  */
4098
3129
  location?: string | undefined;
4099
3130
  /**
4100
- * <p>
4101
- * The availability zone associated with this usage modification, if applicable.
4102
- * </p>
3131
+ * <p> The availability zone associated with this usage modification, if applicable. </p>
4103
3132
  * @public
4104
3133
  */
4105
3134
  availabilityZone?: string | undefined;
4106
3135
  /**
4107
- * <p>
4108
- * The unique identifier of the usage modification.
4109
- * </p>
3136
+ * <p> The unique identifier of the usage modification. </p>
4110
3137
  * @public
4111
3138
  */
4112
3139
  id?: string | undefined;
4113
3140
  /**
4114
- * <p>
4115
- * The group identifier for the usage modification.
4116
- * </p>
3141
+ * <p> The group identifier for the usage modification. </p>
4117
3142
  * @public
4118
3143
  */
4119
3144
  group?: string | undefined;
4120
3145
  /**
4121
- * <p>
4122
- * The Amazon Web Services account ID associated with this usage modification.
4123
- * </p>
3146
+ * <p> The Amazon Web Services account ID associated with this usage modification. </p>
4124
3147
  * @public
4125
3148
  */
4126
3149
  usageAccountId?: string | undefined;
4127
3150
  /**
4128
- * <p>
4129
- * The modified usage quantities.
4130
- * </p>
3151
+ * <p> The modified usage quantities. </p>
4131
3152
  * @public
4132
3153
  */
4133
3154
  quantities?: UsageQuantity[] | undefined;
4134
3155
  /**
4135
- * <p>
4136
- * Historical usage data associated with this modification, if available.
4137
- * </p>
3156
+ * <p> Historical usage data associated with this modification, if available. </p>
4138
3157
  * @public
4139
3158
  */
4140
3159
  historicalUsage?: HistoricalUsageEntity | undefined;
4141
3160
  }
4142
3161
  /**
4143
- * <p>
4144
- * Represents a usage modification item in a bill scenario.
4145
- * </p>
3162
+ * <p> Represents a usage modification item in a bill scenario. </p>
4146
3163
  * @public
4147
3164
  */
4148
3165
  export interface BillScenarioUsageModificationItem {
4149
3166
  /**
4150
- * <p>
4151
- * The Amazon Web Services service code for this usage modification.
4152
- * </p>
3167
+ * <p> The Amazon Web Services service code for this usage modification. </p>
4153
3168
  * @public
4154
3169
  */
4155
3170
  serviceCode: string | undefined;
4156
3171
  /**
4157
- * <p>
4158
- * The type of usage being modified.
4159
- * </p>
3172
+ * <p> The type of usage being modified. </p>
4160
3173
  * @public
4161
3174
  */
4162
3175
  usageType: string | undefined;
4163
3176
  /**
4164
- * <p>
4165
- * The specific operation associated with this usage modification.
4166
- * </p>
3177
+ * <p> The specific operation associated with this usage modification. </p>
4167
3178
  * @public
4168
3179
  */
4169
3180
  operation: string | undefined;
4170
3181
  /**
4171
- * <p>
4172
- * The location associated with this usage modification.
4173
- * </p>
3182
+ * <p> The location associated with this usage modification. </p>
4174
3183
  * @public
4175
3184
  */
4176
3185
  location?: string | undefined;
4177
3186
  /**
4178
- * <p>
4179
- * The availability zone associated with this usage modification, if applicable.
4180
- * </p>
3187
+ * <p> The availability zone associated with this usage modification, if applicable. </p>
4181
3188
  * @public
4182
3189
  */
4183
3190
  availabilityZone?: string | undefined;
4184
3191
  /**
4185
- * <p>
4186
- * The unique identifier of the usage modification.
4187
- * </p>
3192
+ * <p> The unique identifier of the usage modification. </p>
4188
3193
  * @public
4189
3194
  */
4190
3195
  id?: string | undefined;
4191
3196
  /**
4192
- * <p>
4193
- * The group identifier for the usage modification.
4194
- * </p>
3197
+ * <p> The group identifier for the usage modification. </p>
4195
3198
  * @public
4196
3199
  */
4197
3200
  group?: string | undefined;
4198
3201
  /**
4199
- * <p>
4200
- * The Amazon Web Services account ID associated with this usage modification.
4201
- * </p>
3202
+ * <p> The Amazon Web Services account ID associated with this usage modification. </p>
4202
3203
  * @public
4203
3204
  */
4204
3205
  usageAccountId?: string | undefined;
4205
3206
  /**
4206
- * <p>
4207
- * The modified usage quantities.
4208
- * </p>
3207
+ * <p> The modified usage quantities. </p>
4209
3208
  * @public
4210
3209
  */
4211
3210
  quantities?: UsageQuantity[] | undefined;
4212
3211
  /**
4213
- * <p>
4214
- * Historical usage data associated with this modification, if available.
4215
- * </p>
3212
+ * <p> Historical usage data associated with this modification, if available. </p>
4216
3213
  * @public
4217
3214
  */
4218
3215
  historicalUsage?: HistoricalUsageEntity | undefined;
4219
3216
  }
4220
3217
  /**
4221
- * <p>
4222
- * Represents a usage item in a workload estimate.
4223
- * </p>
3218
+ * <p> Represents a usage item in a workload estimate. </p>
4224
3219
  * @public
4225
3220
  */
4226
3221
  export interface WorkloadEstimateUsageItem {
4227
3222
  /**
4228
- * <p>
4229
- * The Amazon Web Services service code associated with this usage item.
4230
- * </p>
3223
+ * <p> The Amazon Web Services service code associated with this usage item. </p>
4231
3224
  * @public
4232
3225
  */
4233
3226
  serviceCode: string | undefined;
4234
3227
  /**
4235
- * <p>
4236
- * The type of usage for this item.
4237
- * </p>
3228
+ * <p> The type of usage for this item. </p>
4238
3229
  * @public
4239
3230
  */
4240
3231
  usageType: string | undefined;
4241
3232
  /**
4242
- * <p>
4243
- * The specific operation associated with this usage item.
4244
- * </p>
3233
+ * <p> The specific operation associated with this usage item. </p>
4245
3234
  * @public
4246
3235
  */
4247
3236
  operation: string | undefined;
4248
3237
  /**
4249
- * <p>
4250
- * The location associated with this usage item.
4251
- * </p>
3238
+ * <p> The location associated with this usage item. </p>
4252
3239
  * @public
4253
3240
  */
4254
3241
  location?: string | undefined;
4255
3242
  /**
4256
- * <p>
4257
- * The unique identifier of this usage item.
4258
- * </p>
3243
+ * <p> The unique identifier of this usage item. </p>
4259
3244
  * @public
4260
3245
  */
4261
3246
  id?: string | undefined;
4262
3247
  /**
4263
- * <p>
4264
- * The Amazon Web Services account ID associated with this usage item.
4265
- * </p>
3248
+ * <p> The Amazon Web Services account ID associated with this usage item. </p>
4266
3249
  * @public
4267
3250
  */
4268
3251
  usageAccountId?: string | undefined;
4269
3252
  /**
4270
- * <p>
4271
- * The group identifier for this usage item.
4272
- * </p>
3253
+ * <p> The group identifier for this usage item. </p>
4273
3254
  * @public
4274
3255
  */
4275
3256
  group?: string | undefined;
4276
3257
  /**
4277
- * <p>
4278
- * The estimated usage quantity for this item.
4279
- * </p>
3258
+ * <p> The estimated usage quantity for this item. </p>
4280
3259
  * @public
4281
3260
  */
4282
3261
  quantity?: WorkloadEstimateUsageQuantity | undefined;
4283
3262
  /**
4284
- * <p>
4285
- * The estimated cost for this usage item.
4286
- * </p>
3263
+ * <p> The estimated cost for this usage item. </p>
4287
3264
  * @public
4288
3265
  */
4289
3266
  cost?: number | undefined;
4290
3267
  /**
4291
- * <p>
4292
- * The currency of the estimated cost.
4293
- * </p>
3268
+ * <p> The currency of the estimated cost. </p>
4294
3269
  * @public
4295
3270
  */
4296
3271
  currency?: CurrencyCode | undefined;
4297
3272
  /**
4298
- * <p>
4299
- * The current status of this usage item.
4300
- * </p>
3273
+ * <p> The current status of this usage item. </p>
4301
3274
  * @public
4302
3275
  */
4303
3276
  status?: WorkloadEstimateCostStatus | undefined;
4304
3277
  /**
4305
- * <p>
4306
- * Historical usage data associated with this item, if available.
4307
- * </p>
3278
+ * <p> Historical usage data associated with this item, if available. </p>
4308
3279
  * @public
4309
3280
  */
4310
3281
  historicalUsage?: HistoricalUsageEntity | undefined;
@@ -4314,23 +3285,17 @@ export interface WorkloadEstimateUsageItem {
4314
3285
  */
4315
3286
  export interface BatchCreateBillScenarioUsageModificationRequest {
4316
3287
  /**
4317
- * <p>
4318
- * The ID of the Bill Scenario for which you want to create the modeled usage.
4319
- * </p>
3288
+ * <p> The ID of the Bill Scenario for which you want to create the modeled usage. </p>
4320
3289
  * @public
4321
3290
  */
4322
3291
  billScenarioId: string | undefined;
4323
3292
  /**
4324
- * <p>
4325
- * List of usage that you want to model in the Bill Scenario.
4326
- * </p>
3293
+ * <p> List of usage that you want to model in the Bill Scenario. </p>
4327
3294
  * @public
4328
3295
  */
4329
3296
  usageModifications: BatchCreateBillScenarioUsageModificationEntry[] | undefined;
4330
3297
  /**
4331
- * <p>
4332
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
4333
- * </p>
3298
+ * <p> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. </p>
4334
3299
  * @public
4335
3300
  */
4336
3301
  clientToken?: string | undefined;
@@ -4340,16 +3305,12 @@ export interface BatchCreateBillScenarioUsageModificationRequest {
4340
3305
  */
4341
3306
  export interface BatchCreateBillScenarioUsageModificationResponse {
4342
3307
  /**
4343
- * <p>
4344
- * Returns the list of successful usage line items that were created for the Bill Scenario.
4345
- * </p>
3308
+ * <p> Returns the list of successful usage line items that were created for the Bill Scenario. </p>
4346
3309
  * @public
4347
3310
  */
4348
3311
  items?: BatchCreateBillScenarioUsageModificationItem[] | undefined;
4349
3312
  /**
4350
- * <p>
4351
- * Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.
4352
- * </p>
3313
+ * <p> Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario. </p>
4353
3314
  * @public
4354
3315
  */
4355
3316
  errors?: BatchCreateBillScenarioUsageModificationError[] | undefined;
@@ -4359,23 +3320,17 @@ export interface BatchCreateBillScenarioUsageModificationResponse {
4359
3320
  */
4360
3321
  export interface BatchCreateWorkloadEstimateUsageRequest {
4361
3322
  /**
4362
- * <p>
4363
- * The ID of the Workload estimate for which you want to create the modeled usage.
4364
- * </p>
3323
+ * <p> The ID of the Workload estimate for which you want to create the modeled usage. </p>
4365
3324
  * @public
4366
3325
  */
4367
3326
  workloadEstimateId: string | undefined;
4368
3327
  /**
4369
- * <p>
4370
- * List of usage that you want to model in the Workload estimate.
4371
- * </p>
3328
+ * <p> List of usage that you want to model in the Workload estimate. </p>
4372
3329
  * @public
4373
3330
  */
4374
3331
  usage: BatchCreateWorkloadEstimateUsageEntry[] | undefined;
4375
3332
  /**
4376
- * <p>
4377
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
4378
- * </p>
3333
+ * <p> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. </p>
4379
3334
  * @public
4380
3335
  */
4381
3336
  clientToken?: string | undefined;
@@ -4385,16 +3340,12 @@ export interface BatchCreateWorkloadEstimateUsageRequest {
4385
3340
  */
4386
3341
  export interface BatchCreateWorkloadEstimateUsageResponse {
4387
3342
  /**
4388
- * <p>
4389
- * Returns the list of successful usage line items that were created for the Workload estimate.
4390
- * </p>
3343
+ * <p> Returns the list of successful usage line items that were created for the Workload estimate. </p>
4391
3344
  * @public
4392
3345
  */
4393
3346
  items?: BatchCreateWorkloadEstimateUsageItem[] | undefined;
4394
3347
  /**
4395
- * <p>
4396
- * Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.
4397
- * </p>
3348
+ * <p> Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate. </p>
4398
3349
  * @public
4399
3350
  */
4400
3351
  errors?: BatchCreateWorkloadEstimateUsageError[] | undefined;
@@ -4404,16 +3355,12 @@ export interface BatchCreateWorkloadEstimateUsageResponse {
4404
3355
  */
4405
3356
  export interface BatchUpdateBillScenarioUsageModificationResponse {
4406
3357
  /**
4407
- * <p>
4408
- * Returns the list of successful usage line items that were updated for a Bill Scenario.
4409
- * </p>
3358
+ * <p> Returns the list of successful usage line items that were updated for a Bill Scenario. </p>
4410
3359
  * @public
4411
3360
  */
4412
3361
  items?: BillScenarioUsageModificationItem[] | undefined;
4413
3362
  /**
4414
- * <p>
4415
- * Returns the list of error reasons and usage line item IDs that could not be updated for the Bill Scenario.
4416
- * </p>
3363
+ * <p> Returns the list of error reasons and usage line item IDs that could not be updated for the Bill Scenario. </p>
4417
3364
  * @public
4418
3365
  */
4419
3366
  errors?: BatchUpdateBillScenarioUsageModificationError[] | undefined;
@@ -4423,16 +3370,12 @@ export interface BatchUpdateBillScenarioUsageModificationResponse {
4423
3370
  */
4424
3371
  export interface BatchUpdateWorkloadEstimateUsageResponse {
4425
3372
  /**
4426
- * <p>
4427
- * Returns the list of successful usage line items that were updated for a Workload estimate.
4428
- * </p>
3373
+ * <p> Returns the list of successful usage line items that were updated for a Workload estimate. </p>
4429
3374
  * @public
4430
3375
  */
4431
3376
  items?: WorkloadEstimateUsageItem[] | undefined;
4432
3377
  /**
4433
- * <p>
4434
- * Returns the list of error reasons and usage line item IDs that could not be updated for the Workload estimate.
4435
- * </p>
3378
+ * <p> Returns the list of error reasons and usage line item IDs that could not be updated for the Workload estimate. </p>
4436
3379
  * @public
4437
3380
  */
4438
3381
  errors?: BatchUpdateWorkloadEstimateUsageError[] | undefined;
@@ -4442,16 +3385,12 @@ export interface BatchUpdateWorkloadEstimateUsageResponse {
4442
3385
  */
4443
3386
  export interface ListBillEstimateInputUsageModificationsResponse {
4444
3387
  /**
4445
- * <p>
4446
- * The list of input usage modifications associated with the bill estimate.
4447
- * </p>
3388
+ * <p> The list of input usage modifications associated with the bill estimate. </p>
4448
3389
  * @public
4449
3390
  */
4450
3391
  items?: BillEstimateInputUsageModificationSummary[] | undefined;
4451
3392
  /**
4452
- * <p>
4453
- * A token to retrieve the next page of results, if any.
4454
- * </p>
3393
+ * <p> A token to retrieve the next page of results, if any. </p>
4455
3394
  * @public
4456
3395
  */
4457
3396
  nextToken?: string | undefined;
@@ -4461,16 +3400,12 @@ export interface ListBillEstimateInputUsageModificationsResponse {
4461
3400
  */
4462
3401
  export interface ListBillScenarioUsageModificationsResponse {
4463
3402
  /**
4464
- * <p>
4465
- * The list of usage modifications associated with the bill scenario.
4466
- * </p>
3403
+ * <p> The list of usage modifications associated with the bill scenario. </p>
4467
3404
  * @public
4468
3405
  */
4469
3406
  items?: BillScenarioUsageModificationItem[] | undefined;
4470
3407
  /**
4471
- * <p>
4472
- * A token to retrieve the next page of results, if any.
4473
- * </p>
3408
+ * <p> A token to retrieve the next page of results, if any. </p>
4474
3409
  * @public
4475
3410
  */
4476
3411
  nextToken?: string | undefined;
@@ -4480,16 +3415,12 @@ export interface ListBillScenarioUsageModificationsResponse {
4480
3415
  */
4481
3416
  export interface ListWorkloadEstimateUsageResponse {
4482
3417
  /**
4483
- * <p>
4484
- * The list of usage items associated with the workload estimate.
4485
- * </p>
3418
+ * <p> The list of usage items associated with the workload estimate. </p>
4486
3419
  * @public
4487
3420
  */
4488
3421
  items?: WorkloadEstimateUsageItem[] | undefined;
4489
3422
  /**
4490
- * <p>
4491
- * A token to retrieve the next page of results, if any.
4492
- * </p>
3423
+ * <p> A token to retrieve the next page of results, if any. </p>
4493
3424
  * @public
4494
3425
  */
4495
3426
  nextToken?: string | undefined;