@aws-sdk/client-billingconductor 3.910.0 → 3.912.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 (44) hide show
  1. package/README.md +1 -13
  2. package/dist-cjs/endpoint/ruleset.js +1 -1
  3. package/dist-cjs/index.js +14 -0
  4. package/dist-es/endpoint/ruleset.js +1 -1
  5. package/dist-es/models/models_0.js +7 -0
  6. package/dist-es/protocols/Aws_restJson1.js +6 -0
  7. package/dist-types/Billingconductor.d.ts +1 -13
  8. package/dist-types/BillingconductorClient.d.ts +1 -13
  9. package/dist-types/commands/AssociateAccountsCommand.d.ts +8 -17
  10. package/dist-types/commands/AssociatePricingRulesCommand.d.ts +8 -15
  11. package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +10 -18
  12. package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +9 -16
  13. package/dist-types/commands/CreateBillingGroupCommand.d.ts +7 -14
  14. package/dist-types/commands/CreateCustomLineItemCommand.d.ts +15 -18
  15. package/dist-types/commands/CreatePricingPlanCommand.d.ts +8 -15
  16. package/dist-types/commands/CreatePricingRuleCommand.d.ts +9 -16
  17. package/dist-types/commands/DeleteBillingGroupCommand.d.ts +5 -10
  18. package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +6 -12
  19. package/dist-types/commands/DeletePricingPlanCommand.d.ts +6 -11
  20. package/dist-types/commands/DeletePricingRuleCommand.d.ts +5 -9
  21. package/dist-types/commands/DisassociateAccountsCommand.d.ts +6 -11
  22. package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +7 -14
  23. package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +7 -12
  24. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +6 -13
  25. package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +6 -11
  26. package/dist-types/commands/ListBillingGroupsCommand.d.ts +7 -11
  27. package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +13 -12
  28. package/dist-types/commands/ListCustomLineItemsCommand.d.ts +15 -17
  29. package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +6 -12
  30. package/dist-types/commands/ListPricingPlansCommand.d.ts +5 -9
  31. package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +6 -12
  32. package/dist-types/commands/ListPricingRulesCommand.d.ts +7 -12
  33. package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +8 -14
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -12
  35. package/dist-types/commands/TagResourceCommand.d.ts +6 -12
  36. package/dist-types/commands/UntagResourceCommand.d.ts +6 -12
  37. package/dist-types/commands/UpdateBillingGroupCommand.d.ts +9 -15
  38. package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +13 -19
  39. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +7 -13
  40. package/dist-types/commands/UpdatePricingRuleCommand.d.ts +10 -17
  41. package/dist-types/index.d.ts +1 -13
  42. package/dist-types/models/models_0.d.ts +287 -637
  43. package/dist-types/ts3.4/models/models_0.d.ts +18 -0
  44. package/package.json +5 -5
@@ -1,8 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { BillingconductorServiceException as __BaseException } from "./BillingconductorServiceException";
3
3
  /**
4
- * <p>You do not have sufficient access to perform this action.
5
- * </p>
4
+ * <p>You do not have sufficient access to perform this action. </p>
6
5
  * @public
7
6
  */
8
7
  export declare class AccessDeniedException extends __BaseException {
@@ -51,8 +50,7 @@ export interface AccountGrouping {
51
50
  */
52
51
  LinkedAccountIds: string[] | undefined;
53
52
  /**
54
- * <p>Specifies if this billing group will automatically associate newly added
55
- * Amazon Web Services accounts that join your consolidated billing family.</p>
53
+ * <p>Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.</p>
56
54
  * @public
57
55
  */
58
56
  AutoAssociate?: boolean | undefined;
@@ -62,15 +60,12 @@ export interface AccountGrouping {
62
60
  */
63
61
  export interface AssociateAccountsInput {
64
62
  /**
65
- * <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
66
- * account IDs. </p>
63
+ * <p> The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs. </p>
67
64
  * @public
68
65
  */
69
66
  Arn: string | undefined;
70
67
  /**
71
- * <p>
72
- * The associating array of account IDs.
73
- * </p>
68
+ * <p> The associating array of account IDs. </p>
74
69
  * @public
75
70
  */
76
71
  AccountIds: string[] | undefined;
@@ -80,8 +75,7 @@ export interface AssociateAccountsInput {
80
75
  */
81
76
  export interface AssociateAccountsOutput {
82
77
  /**
83
- * <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
84
- * account IDs. </p>
78
+ * <p> The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs. </p>
85
79
  * @public
86
80
  */
87
81
  Arn?: string | undefined;
@@ -102,8 +96,7 @@ export declare const ConflictExceptionReason: {
102
96
  */
103
97
  export type ConflictExceptionReason = (typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
104
98
  /**
105
- * <p>You can cause an inconsistent state by updating or deleting a resource.
106
- * </p>
99
+ * <p>You can cause an inconsistent state by updating or deleting a resource. </p>
107
100
  * @public
108
101
  */
109
102
  export declare class ConflictException extends __BaseException {
@@ -111,20 +104,17 @@ export declare class ConflictException extends __BaseException {
111
104
  readonly $fault: "client";
112
105
  Message: string | undefined;
113
106
  /**
114
- * <p>Identifier of the resource in use.
115
- * </p>
107
+ * <p>Identifier of the resource in use. </p>
116
108
  * @public
117
109
  */
118
110
  ResourceId: string | undefined;
119
111
  /**
120
- * <p>Type of the resource in use.
121
- * </p>
112
+ * <p>Type of the resource in use. </p>
122
113
  * @public
123
114
  */
124
115
  ResourceType: string | undefined;
125
116
  /**
126
- * <p>Reason for the inconsistent state.
127
- * </p>
117
+ * <p>Reason for the inconsistent state. </p>
128
118
  * @public
129
119
  */
130
120
  Reason?: ConflictExceptionReason | undefined;
@@ -134,8 +124,7 @@ export declare class ConflictException extends __BaseException {
134
124
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
135
125
  }
136
126
  /**
137
- * <p>An unexpected error occurred while processing a request.
138
- * </p>
127
+ * <p>An unexpected error occurred while processing a request. </p>
139
128
  * @public
140
129
  */
141
130
  export declare class InternalServerException extends __BaseException {
@@ -143,8 +132,7 @@ export declare class InternalServerException extends __BaseException {
143
132
  readonly $fault: "server";
144
133
  Message: string | undefined;
145
134
  /**
146
- * <p>Number of seconds you can retry after the call.
147
- * </p>
135
+ * <p>Number of seconds you can retry after the call. </p>
148
136
  * @public
149
137
  */
150
138
  RetryAfterSeconds?: number | undefined;
@@ -154,8 +142,7 @@ export declare class InternalServerException extends __BaseException {
154
142
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
155
143
  }
156
144
  /**
157
- * <p>The request references a resource that doesn't exist.
158
- * </p>
145
+ * <p>The request references a resource that doesn't exist. </p>
159
146
  * @public
160
147
  */
161
148
  export declare class ResourceNotFoundException extends __BaseException {
@@ -163,14 +150,12 @@ export declare class ResourceNotFoundException extends __BaseException {
163
150
  readonly $fault: "client";
164
151
  Message: string | undefined;
165
152
  /**
166
- * <p>Resource identifier that was not found.
167
- * </p>
153
+ * <p>Resource identifier that was not found. </p>
168
154
  * @public
169
155
  */
170
156
  ResourceId: string | undefined;
171
157
  /**
172
- * <p>Resource type that was not found.
173
- * </p>
158
+ * <p>Resource type that was not found. </p>
174
159
  * @public
175
160
  */
176
161
  ResourceType: string | undefined;
@@ -180,8 +165,7 @@ export declare class ResourceNotFoundException extends __BaseException {
180
165
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
181
166
  }
182
167
  /**
183
- * <p>The request would cause a service limit to exceed.
184
- * </p>
168
+ * <p>The request would cause a service limit to exceed. </p>
185
169
  * @public
186
170
  */
187
171
  export declare class ServiceLimitExceededException extends __BaseException {
@@ -189,26 +173,22 @@ export declare class ServiceLimitExceededException extends __BaseException {
189
173
  readonly $fault: "client";
190
174
  Message: string | undefined;
191
175
  /**
192
- * <p>Identifier of the resource affected.
193
- * </p>
176
+ * <p>Identifier of the resource affected. </p>
194
177
  * @public
195
178
  */
196
179
  ResourceId?: string | undefined;
197
180
  /**
198
- * <p>Type of the resource affected.
199
- * </p>
181
+ * <p>Type of the resource affected. </p>
200
182
  * @public
201
183
  */
202
184
  ResourceType?: string | undefined;
203
185
  /**
204
- * <p>The unique code identifier of the service limit that is being exceeded.
205
- * </p>
186
+ * <p>The unique code identifier of the service limit that is being exceeded. </p>
206
187
  * @public
207
188
  */
208
189
  LimitCode: string | undefined;
209
190
  /**
210
- * <p>The unique code for the service of the limit that is being exceeded.
211
- * </p>
191
+ * <p>The unique code for the service of the limit that is being exceeded. </p>
212
192
  * @public
213
193
  */
214
194
  ServiceCode: string | undefined;
@@ -218,8 +198,7 @@ export declare class ServiceLimitExceededException extends __BaseException {
218
198
  constructor(opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>);
219
199
  }
220
200
  /**
221
- * <p>The request was denied due to request throttling.
222
- * </p>
201
+ * <p>The request was denied due to request throttling. </p>
223
202
  * @public
224
203
  */
225
204
  export declare class ThrottlingException extends __BaseException {
@@ -227,8 +206,7 @@ export declare class ThrottlingException extends __BaseException {
227
206
  readonly $fault: "client";
228
207
  Message: string | undefined;
229
208
  /**
230
- * <p>Number of seconds you can safely retry after the call.
231
- * </p>
209
+ * <p>Number of seconds you can safely retry after the call. </p>
232
210
  * @public
233
211
  */
234
212
  RetryAfterSeconds?: number | undefined;
@@ -260,6 +238,7 @@ export interface ValidationExceptionField {
260
238
  export declare const ValidationExceptionReason: {
261
239
  readonly ACCOUNTS_ALREADY_ASSOCIATED: "ACCOUNTS_ALREADY_ASSOCIATED";
262
240
  readonly ACCOUNTS_NOT_ASSOCIATED: "ACCOUNTS_NOT_ASSOCIATED";
241
+ readonly BILLING_GROUP_ALREADY_EXIST_IN_CURRENT_BILLING_PERIOD: "BILLING_GROUP_ALREADY_EXIST_IN_CURRENT_BILLING_PERIOD";
263
242
  readonly CANNOT_DELETE_AUTO_ASSOCIATE_BILLING_GROUP: "CANNOT_DELETE_AUTO_ASSOCIATE_BILLING_GROUP";
264
243
  readonly CANNOT_PARSE: "CANNOT_PARSE";
265
244
  readonly CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS: "CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS";
@@ -273,11 +252,13 @@ export declare const ValidationExceptionReason: {
273
252
  readonly ILLEGAL_BILLING_PERIOD_RANGE: "ILLEGAL_BILLING_PERIOD_RANGE";
274
253
  readonly ILLEGAL_CHARGE_DETAILS: "ILLEGAL_CHARGE_DETAILS";
275
254
  readonly ILLEGAL_CHILD_ASSOCIATE_RESOURCE: "ILLEGAL_CHILD_ASSOCIATE_RESOURCE";
255
+ readonly ILLEGAL_COMPUTATION_RULE: "ILLEGAL_COMPUTATION_RULE";
276
256
  readonly ILLEGAL_CUSTOMLINEITEM: "ILLEGAL_CUSTOMLINEITEM";
277
257
  readonly ILLEGAL_CUSTOMLINEITEM_MODIFICATION: "ILLEGAL_CUSTOMLINEITEM_MODIFICATION";
278
258
  readonly ILLEGAL_CUSTOMLINEITEM_UPDATE: "ILLEGAL_CUSTOMLINEITEM_UPDATE";
279
259
  readonly ILLEGAL_ENDED_BILLINGGROUP: "ILLEGAL_ENDED_BILLINGGROUP";
280
260
  readonly ILLEGAL_EXPRESSION: "ILLEGAL_EXPRESSION";
261
+ readonly ILLEGAL_LINE_ITEM_FILTER: "ILLEGAL_LINE_ITEM_FILTER";
281
262
  readonly ILLEGAL_MODIFIER_PERCENTAGE: "ILLEGAL_MODIFIER_PERCENTAGE";
282
263
  readonly ILLEGAL_OPERATION: "ILLEGAL_OPERATION";
283
264
  readonly ILLEGAL_PRIMARY_ACCOUNT: "ILLEGAL_PRIMARY_ACCOUNT";
@@ -302,6 +283,7 @@ export declare const ValidationExceptionReason: {
302
283
  readonly MISMATCHED_PRICINGPLAN_ARN: "MISMATCHED_PRICINGPLAN_ARN";
303
284
  readonly MISMATCHED_PRICINGRULE_ARN: "MISMATCHED_PRICINGRULE_ARN";
304
285
  readonly MISSING_BILLINGGROUP: "MISSING_BILLINGGROUP";
286
+ readonly MISSING_COSTCATEGORY: "MISSING_COSTCATEGORY";
305
287
  readonly MISSING_CUSTOMLINEITEM: "MISSING_CUSTOMLINEITEM";
306
288
  readonly MISSING_LINKED_ACCOUNT_IDS: "MISSING_LINKED_ACCOUNT_IDS";
307
289
  readonly MISSING_PRICINGPLAN: "MISSING_PRICINGPLAN";
@@ -324,7 +306,7 @@ export declare const ValidationExceptionReason: {
324
306
  */
325
307
  export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
326
308
  /**
327
- * <p>The input doesn't match with the constraints specified by Amazon Web Services.</p>
309
+ * <p>The input doesn't match with the constraints specified by Amazon Web Services services.</p>
328
310
  * @public
329
311
  */
330
312
  export declare class ValidationException extends __BaseException {
@@ -332,14 +314,12 @@ export declare class ValidationException extends __BaseException {
332
314
  readonly $fault: "client";
333
315
  Message: string | undefined;
334
316
  /**
335
- * <p>The reason the request's validation failed.
336
- * </p>
317
+ * <p>The reason the request's validation failed. </p>
337
318
  * @public
338
319
  */
339
320
  Reason?: ValidationExceptionReason | undefined;
340
321
  /**
341
- * <p>The fields that caused the error, if applicable.
342
- * </p>
322
+ * <p>The fields that caused the error, if applicable. </p>
343
323
  * @public
344
324
  */
345
325
  Fields?: ValidationExceptionField[] | undefined;
@@ -353,16 +333,12 @@ export declare class ValidationException extends __BaseException {
353
333
  */
354
334
  export interface AssociatePricingRulesInput {
355
335
  /**
356
- * <p>
357
- * The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with.
358
- * </p>
336
+ * <p> The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with. </p>
359
337
  * @public
360
338
  */
361
339
  Arn: string | undefined;
362
340
  /**
363
- * <p>
364
- * The <code>PricingRuleArns</code> that are associated with the Pricing Plan.
365
- * </p>
341
+ * <p> The <code>PricingRuleArns</code> that are associated with the Pricing Plan. </p>
366
342
  * @public
367
343
  */
368
344
  PricingRuleArns: string[] | undefined;
@@ -372,9 +348,7 @@ export interface AssociatePricingRulesInput {
372
348
  */
373
349
  export interface AssociatePricingRulesOutput {
374
350
  /**
375
- * <p>
376
- * The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with.
377
- * </p>
351
+ * <p> The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with. </p>
378
352
  * @public
379
353
  */
380
354
  Arn?: string | undefined;
@@ -427,10 +401,7 @@ export interface AssociateResourceResponseElement {
427
401
  Error?: AssociateResourceError | undefined;
428
402
  }
429
403
  /**
430
- * <p>The key-value pair that represents the attribute by which the
431
- * <code>BillingGroupCostReportResults</code> are grouped. For example, if you want a
432
- * service-level breakdown for Amazon Simple Storage Service (Amazon S3) of the billing group, the attribute will be a key-value pair
433
- * of <code>"PRODUCT_NAME"</code> and <code>"S3"</code>.</p>
404
+ * <p>The key-value pair that represents the attribute by which the <code>BillingGroupCostReportResults</code> are grouped. For example, if you want a service-level breakdown for Amazon Simple Storage Service (Amazon S3) of the billing group, the attribute will be a key-value pair of <code>"PRODUCT_NAME"</code> and <code>"S3"</code>.</p>
434
405
  * @public
435
406
  */
436
407
  export interface Attribute {
@@ -461,30 +432,22 @@ export interface ComputationPreference {
461
432
  */
462
433
  export interface CreateBillingGroupInput {
463
434
  /**
464
- * <p>
465
- * The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
466
- * </p>
435
+ * <p>A unique, case-sensitive identifier that you specify to ensure idempotency of the request. Idempotency ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.</p>
467
436
  * @public
468
437
  */
469
438
  ClientToken?: string | undefined;
470
439
  /**
471
- * <p>
472
- * The billing group name. The names must be unique.
473
- * </p>
440
+ * <p> The billing group name. The names must be unique. </p>
474
441
  * @public
475
442
  */
476
443
  Name: string | undefined;
477
444
  /**
478
- * <p>
479
- * The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
480
- * </p>
445
+ * <p> The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family. </p>
481
446
  * @public
482
447
  */
483
448
  AccountGrouping: AccountGrouping | undefined;
484
449
  /**
485
- * <p>
486
- * The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
487
- * </p>
450
+ * <p> The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group. </p>
488
451
  * @public
489
452
  */
490
453
  ComputationPreference: ComputationPreference | undefined;
@@ -499,8 +462,7 @@ export interface CreateBillingGroupInput {
499
462
  */
500
463
  Description?: string | undefined;
501
464
  /**
502
- * <p> A map that contains tag keys and tag values that are attached to a billing group. This
503
- * feature isn't available during the beta. </p>
465
+ * <p> A map that contains tag keys and tag values that are attached to a billing group. This feature isn't available during the beta. </p>
504
466
  * @public
505
467
  */
506
468
  Tags?: Record<string, string> | undefined;
@@ -540,14 +502,12 @@ export interface DeleteBillingGroupOutput {
540
502
  */
541
503
  export interface DisassociateAccountsInput {
542
504
  /**
543
- * <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs will
544
- * disassociate from. </p>
505
+ * <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from. </p>
545
506
  * @public
546
507
  */
547
508
  Arn: string | undefined;
548
509
  /**
549
- * <p>The array of account IDs to disassociate.
550
- * </p>
510
+ * <p>The array of account IDs to disassociate. </p>
551
511
  * @public
552
512
  */
553
513
  AccountIds: string[] | undefined;
@@ -557,8 +517,7 @@ export interface DisassociateAccountsInput {
557
517
  */
558
518
  export interface DisassociateAccountsOutput {
559
519
  /**
560
- * <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs is
561
- * disassociated from. </p>
520
+ * <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs is disassociated from. </p>
562
521
  * @public
563
522
  */
564
523
  Arn?: string | undefined;
@@ -591,15 +550,12 @@ export interface ListBillingGroupsFilter {
591
550
  */
592
551
  PricingPlan?: string | undefined;
593
552
  /**
594
- * <p>
595
- * A list of billing groups to retrieve their current status for a specific time range
596
- * </p>
553
+ * <p> A list of billing groups to retrieve their current status for a specific time range </p>
597
554
  * @public
598
555
  */
599
556
  Statuses?: BillingGroupStatus[] | undefined;
600
557
  /**
601
- * <p>Specifies if this billing group will automatically associate newly added
602
- * Amazon Web Services accounts that join your consolidated billing family.</p>
558
+ * <p>Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.</p>
603
559
  * @public
604
560
  */
605
561
  AutoAssociate?: boolean | undefined;
@@ -609,39 +565,33 @@ export interface ListBillingGroupsFilter {
609
565
  */
610
566
  export interface ListBillingGroupsInput {
611
567
  /**
612
- * <p>The preferred billing period to get billing groups.
613
- * </p>
568
+ * <p>The preferred billing period to get billing groups. </p>
614
569
  * @public
615
570
  */
616
571
  BillingPeriod?: string | undefined;
617
572
  /**
618
- * <p>The maximum number of billing groups to retrieve.
619
- * </p>
573
+ * <p>The maximum number of billing groups to retrieve. </p>
620
574
  * @public
621
575
  */
622
576
  MaxResults?: number | undefined;
623
577
  /**
624
- * <p>The pagination token that's used on subsequent calls to get billing groups.
625
- * </p>
578
+ * <p>The pagination token that's used on subsequent calls to get billing groups. </p>
626
579
  * @public
627
580
  */
628
581
  NextToken?: string | undefined;
629
582
  /**
630
- * <p>A <code>ListBillingGroupsFilter</code> that specifies the billing group and pricing plan to retrieve billing group information.
631
- * </p>
583
+ * <p>A <code>ListBillingGroupsFilter</code> that specifies the billing group and pricing plan to retrieve billing group information. </p>
632
584
  * @public
633
585
  */
634
586
  Filters?: ListBillingGroupsFilter | undefined;
635
587
  }
636
588
  /**
637
- * <p>Specifies if the billing group has the following
638
- * features enabled.</p>
589
+ * <p>Specifies if the billing group has the following features enabled.</p>
639
590
  * @public
640
591
  */
641
592
  export interface ListBillingGroupAccountGrouping {
642
593
  /**
643
- * <p>Specifies if this billing group will automatically associate newly added
644
- * Amazon Web Services accounts that join your consolidated billing family.</p>
594
+ * <p>Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.</p>
645
595
  * @public
646
596
  */
647
597
  AutoAssociate?: boolean | undefined;
@@ -702,8 +652,7 @@ export interface BillingGroupListElement {
702
652
  */
703
653
  StatusReason?: string | undefined;
704
654
  /**
705
- * <p>Specifies if the billing group has automatic account
706
- * association (<code>AutoAssociate</code>) enabled.</p>
655
+ * <p>Specifies if the billing group has automatic account association (<code>AutoAssociate</code>) enabled.</p>
707
656
  * @public
708
657
  */
709
658
  AccountGrouping?: ListBillingGroupAccountGrouping | undefined;
@@ -713,27 +662,23 @@ export interface BillingGroupListElement {
713
662
  */
714
663
  export interface ListBillingGroupsOutput {
715
664
  /**
716
- * <p>A list of <code>BillingGroupListElement</code> retrieved.
717
- * </p>
665
+ * <p>A list of <code>BillingGroupListElement</code> retrieved. </p>
718
666
  * @public
719
667
  */
720
668
  BillingGroups?: BillingGroupListElement[] | undefined;
721
669
  /**
722
- * <p>The pagination token that's used on subsequent calls to get billing groups.
723
- * </p>
670
+ * <p>The pagination token that's used on subsequent calls to get billing groups. </p>
724
671
  * @public
725
672
  */
726
673
  NextToken?: string | undefined;
727
674
  }
728
675
  /**
729
- * <p>Specifies if the billing group has the following
730
- * features enabled.</p>
676
+ * <p>Specifies if the billing group has the following features enabled.</p>
731
677
  * @public
732
678
  */
733
679
  export interface UpdateBillingGroupAccountGrouping {
734
680
  /**
735
- * <p>Specifies if this billing group will automatically associate newly added
736
- * Amazon Web Services accounts that join your consolidated billing family.</p>
681
+ * <p>Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.</p>
737
682
  * @public
738
683
  */
739
684
  AutoAssociate?: boolean | undefined;
@@ -748,33 +693,27 @@ export interface UpdateBillingGroupInput {
748
693
  */
749
694
  Arn: string | undefined;
750
695
  /**
751
- * <p>The name of the billing group. The names must be unique to each billing group.
752
- * </p>
696
+ * <p>The name of the billing group. The names must be unique to each billing group. </p>
753
697
  * @public
754
698
  */
755
699
  Name?: string | undefined;
756
700
  /**
757
- * <p>The status of the billing group. Only one of the valid values can be used.
758
- * </p>
701
+ * <p>The status of the billing group. Only one of the valid values can be used. </p>
759
702
  * @public
760
703
  */
761
704
  Status?: BillingGroupStatus | undefined;
762
705
  /**
763
- * <p>
764
- * The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
765
- * </p>
706
+ * <p> The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group. </p>
766
707
  * @public
767
708
  */
768
709
  ComputationPreference?: ComputationPreference | undefined;
769
710
  /**
770
- * <p>A description of the billing group.
771
- * </p>
711
+ * <p>A description of the billing group. </p>
772
712
  * @public
773
713
  */
774
714
  Description?: string | undefined;
775
715
  /**
776
- * <p>Specifies if the billing group has automatic account
777
- * association (<code>AutoAssociate</code>) enabled.</p>
716
+ * <p>Specifies if the billing group has automatic account association (<code>AutoAssociate</code>) enabled.</p>
778
717
  * @public
779
718
  */
780
719
  AccountGrouping?: UpdateBillingGroupAccountGrouping | undefined;
@@ -789,38 +728,27 @@ export interface UpdateBillingGroupOutput {
789
728
  */
790
729
  Arn?: string | undefined;
791
730
  /**
792
- * <p>
793
- * The name of the billing group. The names must be unique to each billing group.
794
- * </p>
731
+ * <p> The name of the billing group. The names must be unique to each billing group. </p>
795
732
  * @public
796
733
  */
797
734
  Name?: string | undefined;
798
735
  /**
799
- * <p>
800
- * A description of the billing group.
801
- * </p>
736
+ * <p> A description of the billing group. </p>
802
737
  * @public
803
738
  */
804
739
  Description?: string | undefined;
805
740
  /**
806
- * <p>
807
- * The account ID that serves as the main account in a billing group.
808
- * </p>
741
+ * <p> The account ID that serves as the main account in a billing group. </p>
809
742
  * @public
810
743
  */
811
744
  PrimaryAccountId?: string | undefined;
812
745
  /**
813
- * <p>
814
- * The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the
815
- * billing group.
816
- * </p>
746
+ * <p> The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing group. </p>
817
747
  * @public
818
748
  */
819
749
  PricingPlanArn?: string | undefined;
820
750
  /**
821
- * <p>
822
- * The number of accounts in the particular billing group.
823
- * </p>
751
+ * <p> The number of accounts in the particular billing group. </p>
824
752
  * @public
825
753
  */
826
754
  Size?: number | undefined;
@@ -830,22 +758,17 @@ export interface UpdateBillingGroupOutput {
830
758
  */
831
759
  LastModifiedTime?: number | undefined;
832
760
  /**
833
- * <p>
834
- * The status of the billing group. Only one of the valid values can be used.
835
- * </p>
761
+ * <p> The status of the billing group. Only one of the valid values can be used. </p>
836
762
  * @public
837
763
  */
838
764
  Status?: BillingGroupStatus | undefined;
839
765
  /**
840
- * <p>
841
- * The reason why the billing group is in its current status.
842
- * </p>
766
+ * <p> The reason why the billing group is in its current status. </p>
843
767
  * @public
844
768
  */
845
769
  StatusReason?: string | undefined;
846
770
  /**
847
- * <p>Specifies if the billing group has automatic account
848
- * association (<code>AutoAssociate</code>) enabled.</p>
771
+ * <p>Specifies if the billing group has automatic account association (<code>AutoAssociate</code>) enabled.</p>
849
772
  * @public
850
773
  */
851
774
  AccountGrouping?: UpdateBillingGroupAccountGrouping | undefined;
@@ -871,16 +794,12 @@ export interface CustomLineItemBillingPeriodRange {
871
794
  */
872
795
  export interface BatchAssociateResourcesToCustomLineItemInput {
873
796
  /**
874
- * <p>
875
- * A percentage custom line item ARN to associate the resources to.
876
- * </p>
797
+ * <p> A percentage custom line item ARN to associate the resources to. </p>
877
798
  * @public
878
799
  */
879
800
  TargetArn: string | undefined;
880
801
  /**
881
- * <p>
882
- * A list containing the ARNs of the resources to be associated.
883
- * </p>
802
+ * <p> A list containing the ARNs of the resources to be associated. </p>
884
803
  * @public
885
804
  */
886
805
  ResourceArns: string[] | undefined;
@@ -895,16 +814,12 @@ export interface BatchAssociateResourcesToCustomLineItemInput {
895
814
  */
896
815
  export interface BatchAssociateResourcesToCustomLineItemOutput {
897
816
  /**
898
- * <p>
899
- * A list of <code>AssociateResourceResponseElement</code> for each resource that's been associated to a percentage custom line item successfully.
900
- * </p>
817
+ * <p> A list of <code>AssociateResourceResponseElement</code> for each resource that's been associated to a percentage custom line item successfully. </p>
901
818
  * @public
902
819
  */
903
820
  SuccessfullyAssociatedResources?: AssociateResourceResponseElement[] | undefined;
904
821
  /**
905
- * <p>
906
- * A list of <code>AssociateResourceResponseElement</code> for each resource that failed association to a percentage custom line item.
907
- * </p>
822
+ * <p> A list of <code>AssociateResourceResponseElement</code> for each resource that failed association to a percentage custom line item. </p>
908
823
  * @public
909
824
  */
910
825
  FailedAssociatedResources?: AssociateResourceResponseElement[] | undefined;
@@ -914,16 +829,12 @@ export interface BatchAssociateResourcesToCustomLineItemOutput {
914
829
  */
915
830
  export interface BatchDisassociateResourcesFromCustomLineItemInput {
916
831
  /**
917
- * <p>
918
- * A percentage custom line item ARN to disassociate the resources from.
919
- * </p>
832
+ * <p> A percentage custom line item ARN to disassociate the resources from. </p>
920
833
  * @public
921
834
  */
922
835
  TargetArn: string | undefined;
923
836
  /**
924
- * <p>
925
- * A list containing the ARNs of resources to be disassociated.
926
- * </p>
837
+ * <p> A list containing the ARNs of resources to be disassociated. </p>
927
838
  * @public
928
839
  */
929
840
  ResourceArns: string[] | undefined;
@@ -939,8 +850,7 @@ export interface BatchDisassociateResourcesFromCustomLineItemInput {
939
850
  */
940
851
  export interface DisassociateResourceResponseElement {
941
852
  /**
942
- * <p>The resource ARN that was disassociated from the custom line item.
943
- * </p>
853
+ * <p>The resource ARN that was disassociated from the custom line item. </p>
944
854
  * @public
945
855
  */
946
856
  Arn?: string | undefined;
@@ -955,16 +865,12 @@ export interface DisassociateResourceResponseElement {
955
865
  */
956
866
  export interface BatchDisassociateResourcesFromCustomLineItemOutput {
957
867
  /**
958
- * <p>
959
- * A list of <code>DisassociateResourceResponseElement</code> for each resource that's been disassociated from a percentage custom line item successfully.
960
- * </p>
868
+ * <p> A list of <code>DisassociateResourceResponseElement</code> for each resource that's been disassociated from a percentage custom line item successfully. </p>
961
869
  * @public
962
870
  */
963
871
  SuccessfullyDisassociatedResources?: DisassociateResourceResponseElement[] | undefined;
964
872
  /**
965
- * <p>
966
- * A list of <code>DisassociateResourceResponseElement</code> for each resource that failed disassociation from a percentage custom line item.
967
- * </p>
873
+ * <p> A list of <code>DisassociateResourceResponseElement</code> for each resource that failed disassociation from a percentage custom line item. </p>
968
874
  * @public
969
875
  */
970
876
  FailedDisassociatedResources?: DisassociateResourceResponseElement[] | undefined;
@@ -1014,15 +920,12 @@ export declare const LineItemFilterValue: {
1014
920
  */
1015
921
  export type LineItemFilterValue = (typeof LineItemFilterValue)[keyof typeof LineItemFilterValue];
1016
922
  /**
1017
- * <p>A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost.
1018
- * For example, if you create a custom line item and you want to filter out a value, such as
1019
- * Savings Plan discounts, you can update <code>LineItemFilter</code> to exclude it.</p>
923
+ * <p>A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost. For example, if you create a custom line item and you want to filter out a value, such as Savings Plan discounts, you can update <code>LineItemFilter</code> to exclude it.</p>
1020
924
  * @public
1021
925
  */
1022
926
  export interface LineItemFilter {
1023
927
  /**
1024
- * <p>The attribute of the line item filter. This specifies what attribute that you can filter
1025
- * on.</p>
928
+ * <p>The attribute of the line item filter. This specifies what attribute that you can filter on.</p>
1026
929
  * @public
1027
930
  */
1028
931
  Attribute: LineItemFilterAttributeName | undefined;
@@ -1043,8 +946,7 @@ export interface LineItemFilter {
1043
946
  */
1044
947
  export interface CustomLineItemPercentageChargeDetails {
1045
948
  /**
1046
- * <p>The custom line item's percentage value. This will be multiplied against the combined
1047
- * value of its associated resources to determine its charge value. </p>
949
+ * <p>The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value. </p>
1048
950
  * @public
1049
951
  */
1050
952
  PercentageValue: number | undefined;
@@ -1072,8 +974,7 @@ export type CustomLineItemType = (typeof CustomLineItemType)[keyof typeof Custom
1072
974
  */
1073
975
  export interface CustomLineItemChargeDetails {
1074
976
  /**
1075
- * <p>A <code>CustomLineItemFlatChargeDetails</code> that describes the charge details of a flat
1076
- * custom line item.</p>
977
+ * <p>A <code>CustomLineItemFlatChargeDetails</code> that describes the charge details of a flat custom line item.</p>
1077
978
  * @public
1078
979
  */
1079
980
  Flat?: CustomLineItemFlatChargeDetails | undefined;
@@ -1093,34 +994,49 @@ export interface CustomLineItemChargeDetails {
1093
994
  */
1094
995
  LineItemFilters?: LineItemFilter[] | undefined;
1095
996
  }
997
+ /**
998
+ * @public
999
+ * @enum
1000
+ */
1001
+ export declare const ComputationRuleEnum: {
1002
+ readonly CONSOLIDATED: "CONSOLIDATED";
1003
+ };
1004
+ /**
1005
+ * @public
1006
+ */
1007
+ export type ComputationRuleEnum = (typeof ComputationRuleEnum)[keyof typeof ComputationRuleEnum];
1008
+ /**
1009
+ * The presentation configuration of the custom line item
1010
+ * @public
1011
+ */
1012
+ export interface PresentationObject {
1013
+ /**
1014
+ * This defines the service of where the custom line item is presented
1015
+ * @public
1016
+ */
1017
+ Service: string | undefined;
1018
+ }
1096
1019
  /**
1097
1020
  * @public
1098
1021
  */
1099
1022
  export interface CreateCustomLineItemInput {
1100
1023
  /**
1101
- * <p>
1102
- * The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
1103
- * </p>
1024
+ * <p>A unique, case-sensitive identifier that you specify to ensure idempotency of the request. Idempotency ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.</p>
1104
1025
  * @public
1105
1026
  */
1106
1027
  ClientToken?: string | undefined;
1107
1028
  /**
1108
- * <p>
1109
- * The name of the custom line item.
1110
- * </p>
1029
+ * <p> The name of the custom line item. </p>
1111
1030
  * @public
1112
1031
  */
1113
1032
  Name: string | undefined;
1114
1033
  /**
1115
- * <p>
1116
- * The description of the custom line item. This is shown on the Bills page in association with the charge value.
1117
- * </p>
1034
+ * <p> The description of the custom line item. This is shown on the Bills page in association with the charge value. </p>
1118
1035
  * @public
1119
1036
  */
1120
1037
  Description: string | undefined;
1121
1038
  /**
1122
- * <p> The Amazon Resource Name (ARN) that references the billing group where the custom line
1123
- * item applies to. </p>
1039
+ * <p> The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to. </p>
1124
1040
  * @public
1125
1041
  */
1126
1042
  BillingGroupArn: string | undefined;
@@ -1135,9 +1051,7 @@ export interface CreateCustomLineItemInput {
1135
1051
  */
1136
1052
  Tags?: Record<string, string> | undefined;
1137
1053
  /**
1138
- * <p>
1139
- * A <code>CustomLineItemChargeDetails</code> that describes the charge details for a custom line item.
1140
- * </p>
1054
+ * <p> A <code>CustomLineItemChargeDetails</code> that describes the charge details for a custom line item. </p>
1141
1055
  * @public
1142
1056
  */
1143
1057
  ChargeDetails: CustomLineItemChargeDetails | undefined;
@@ -1146,6 +1060,16 @@ export interface CreateCustomLineItemInput {
1146
1060
  * @public
1147
1061
  */
1148
1062
  AccountId?: string | undefined;
1063
+ /**
1064
+ * The display settings of the custom line item
1065
+ * @public
1066
+ */
1067
+ ComputationRule?: ComputationRuleEnum | undefined;
1068
+ /**
1069
+ * The presentation configuration of the custom line item
1070
+ * @public
1071
+ */
1072
+ PresentationDetails?: PresentationObject | undefined;
1149
1073
  }
1150
1074
  /**
1151
1075
  * @public
@@ -1162,9 +1086,7 @@ export interface CreateCustomLineItemOutput {
1162
1086
  */
1163
1087
  export interface DeleteCustomLineItemInput {
1164
1088
  /**
1165
- * <p>
1166
- * The ARN of the custom line item to be deleted.
1167
- * </p>
1089
+ * <p> The ARN of the custom line item to be deleted. </p>
1168
1090
  * @public
1169
1091
  */
1170
1092
  Arn: string | undefined;
@@ -1215,88 +1137,65 @@ export interface ListCustomLineItemsFilter {
1215
1137
  */
1216
1138
  export interface ListCustomLineItemsInput {
1217
1139
  /**
1218
- * <p>
1219
- * The preferred billing period to get custom line items (FFLIs).
1220
- * </p>
1140
+ * <p> The preferred billing period to get custom line items (FFLIs). </p>
1221
1141
  * @public
1222
1142
  */
1223
1143
  BillingPeriod?: string | undefined;
1224
1144
  /**
1225
- * <p>
1226
- * The maximum number of billing groups to retrieve.
1227
- * </p>
1145
+ * <p> The maximum number of billing groups to retrieve. </p>
1228
1146
  * @public
1229
1147
  */
1230
1148
  MaxResults?: number | undefined;
1231
1149
  /**
1232
- * <p>
1233
- * The pagination token that's used on subsequent calls to get custom line items (FFLIs).
1234
- * </p>
1150
+ * <p> The pagination token that's used on subsequent calls to get custom line items (FFLIs). </p>
1235
1151
  * @public
1236
1152
  */
1237
1153
  NextToken?: string | undefined;
1238
1154
  /**
1239
- * <p>A <code>ListCustomLineItemsFilter</code> that specifies the custom line item names
1240
- * and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.</p>
1155
+ * <p>A <code>ListCustomLineItemsFilter</code> that specifies the custom line item names and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.</p>
1241
1156
  * @public
1242
1157
  */
1243
1158
  Filters?: ListCustomLineItemsFilter | undefined;
1244
1159
  }
1245
1160
  /**
1246
- * <p>
1247
- * A representation of the charge details that are associated with a flat custom line item.
1248
- * </p>
1161
+ * <p> A representation of the charge details that are associated with a flat custom line item. </p>
1249
1162
  * @public
1250
1163
  */
1251
1164
  export interface ListCustomLineItemFlatChargeDetails {
1252
1165
  /**
1253
- * <p>
1254
- * The custom line item's fixed charge value in USD.
1255
- * </p>
1166
+ * <p> The custom line item's fixed charge value in USD. </p>
1256
1167
  * @public
1257
1168
  */
1258
1169
  ChargeValue: number | undefined;
1259
1170
  }
1260
1171
  /**
1261
- * <p>
1262
- * A representation of the charge details that are associated with a percentage custom line item.
1263
- * </p>
1172
+ * <p> A representation of the charge details that are associated with a percentage custom line item. </p>
1264
1173
  * @public
1265
1174
  */
1266
1175
  export interface ListCustomLineItemPercentageChargeDetails {
1267
1176
  /**
1268
- * <p>
1269
- * The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
1270
- * </p>
1177
+ * <p> The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value. </p>
1271
1178
  * @public
1272
1179
  */
1273
1180
  PercentageValue: number | undefined;
1274
1181
  }
1275
1182
  /**
1276
- * <p>
1277
- * A representation of the charge details of a custom line item.
1278
- * </p>
1183
+ * <p> A representation of the charge details of a custom line item. </p>
1279
1184
  * @public
1280
1185
  */
1281
1186
  export interface ListCustomLineItemChargeDetails {
1282
1187
  /**
1283
- * <p>
1284
- * A <code>ListCustomLineItemFlatChargeDetails</code> that describes the charge details of a flat custom line item.
1285
- * </p>
1188
+ * <p> A <code>ListCustomLineItemFlatChargeDetails</code> that describes the charge details of a flat custom line item. </p>
1286
1189
  * @public
1287
1190
  */
1288
1191
  Flat?: ListCustomLineItemFlatChargeDetails | undefined;
1289
1192
  /**
1290
- * <p>
1291
- * A <code>ListCustomLineItemPercentageChargeDetails</code> that describes the charge details of a percentage custom line item.
1292
- * </p>
1193
+ * <p> A <code>ListCustomLineItemPercentageChargeDetails</code> that describes the charge details of a percentage custom line item. </p>
1293
1194
  * @public
1294
1195
  */
1295
1196
  Percentage?: ListCustomLineItemPercentageChargeDetails | undefined;
1296
1197
  /**
1297
- * <p>
1298
- * The type of the custom line item that indicates whether the charge is a <code>fee</code> or <code>credit</code>.
1299
- * </p>
1198
+ * <p> The type of the custom line item that indicates whether the charge is a <code>fee</code> or <code>credit</code>. </p>
1300
1199
  * @public
1301
1200
  */
1302
1201
  Type: CustomLineItemType | undefined;
@@ -1378,22 +1277,28 @@ export interface CustomLineItemListElement {
1378
1277
  * @public
1379
1278
  */
1380
1279
  AccountId?: string | undefined;
1280
+ /**
1281
+ * The display settings of the custom line item
1282
+ * @public
1283
+ */
1284
+ ComputationRule?: ComputationRuleEnum | undefined;
1285
+ /**
1286
+ * The presentation configuration of the custom line item
1287
+ * @public
1288
+ */
1289
+ PresentationDetails?: PresentationObject | undefined;
1381
1290
  }
1382
1291
  /**
1383
1292
  * @public
1384
1293
  */
1385
1294
  export interface ListCustomLineItemsOutput {
1386
1295
  /**
1387
- * <p>
1388
- * A list of <code>FreeFormLineItemListElements</code> received.
1389
- * </p>
1296
+ * <p> A list of <code>FreeFormLineItemListElements</code> received. </p>
1390
1297
  * @public
1391
1298
  */
1392
1299
  CustomLineItems?: CustomLineItemListElement[] | undefined;
1393
1300
  /**
1394
- * <p>
1395
- * The pagination token that's used on subsequent calls to get custom line items (FFLIs).
1396
- * </p>
1301
+ * <p> The pagination token that's used on subsequent calls to get custom line items (FFLIs). </p>
1397
1302
  * @public
1398
1303
  */
1399
1304
  NextToken?: string | undefined;
@@ -1404,12 +1309,12 @@ export interface ListCustomLineItemsOutput {
1404
1309
  */
1405
1310
  export interface ListCustomLineItemVersionsBillingPeriodRangeFilter {
1406
1311
  /**
1407
- * <p>The inclusive start billing period that defines a billing period range where a custom line item version is applied.</p>
1312
+ * <p>The inclusive start billing period that defines a billing period range where a custom line item version is applied.</p>
1408
1313
  * @public
1409
1314
  */
1410
1315
  StartBillingPeriod?: string | undefined;
1411
1316
  /**
1412
- * <p>The exclusive end billing period that defines a billing period range where a custom line item version is applied.</p>
1317
+ * <p>The exclusive end billing period that defines a billing period range where a custom line item version is applied.</p>
1413
1318
  * @public
1414
1319
  */
1415
1320
  EndBillingPeriod?: string | undefined;
@@ -1461,9 +1366,7 @@ export interface CustomLineItemVersionListElement {
1461
1366
  */
1462
1367
  Name?: string | undefined;
1463
1368
  /**
1464
- * <p>
1465
- * A representation of the charge details of a custom line item.
1466
- * </p>
1369
+ * <p> A representation of the charge details of a custom line item. </p>
1467
1370
  * @public
1468
1371
  */
1469
1372
  ChargeDetails?: ListCustomLineItemChargeDetails | undefined;
@@ -1513,16 +1416,12 @@ export interface CustomLineItemVersionListElement {
1513
1416
  */
1514
1417
  EndBillingPeriod?: string | undefined;
1515
1418
  /**
1516
- * <p>
1517
- * A list of custom line item Amazon Resource Names (ARNs) to retrieve information.
1518
- * </p>
1419
+ * <p> A list of custom line item Amazon Resource Names (ARNs) to retrieve information. </p>
1519
1420
  * @public
1520
1421
  */
1521
1422
  Arn?: string | undefined;
1522
1423
  /**
1523
- * <p>
1524
- * The inclusive start time.
1525
- * </p>
1424
+ * <p> The inclusive start time. </p>
1526
1425
  * @public
1527
1426
  */
1528
1427
  StartTime?: number | undefined;
@@ -1531,6 +1430,16 @@ export interface CustomLineItemVersionListElement {
1531
1430
  * @public
1532
1431
  */
1533
1432
  AccountId?: string | undefined;
1433
+ /**
1434
+ * The display settings of the custom line item
1435
+ * @public
1436
+ */
1437
+ ComputationRule?: ComputationRuleEnum | undefined;
1438
+ /**
1439
+ * The presentation configuration of the custom line item
1440
+ * @public
1441
+ */
1442
+ PresentationDetails?: PresentationObject | undefined;
1534
1443
  }
1535
1444
  /**
1536
1445
  * @public
@@ -1560,16 +1469,12 @@ export declare const CustomLineItemRelationship: {
1560
1469
  */
1561
1470
  export type CustomLineItemRelationship = (typeof CustomLineItemRelationship)[keyof typeof CustomLineItemRelationship];
1562
1471
  /**
1563
- * <p>
1564
- * A filter that specifies the type of resource associations that should be retrieved for a custom line item.
1565
- * </p>
1472
+ * <p> A filter that specifies the type of resource associations that should be retrieved for a custom line item. </p>
1566
1473
  * @public
1567
1474
  */
1568
1475
  export interface ListResourcesAssociatedToCustomLineItemFilter {
1569
1476
  /**
1570
- * <p>
1571
- * The type of relationship between the custom line item and the associated resource.
1572
- * </p>
1477
+ * <p> The type of relationship between the custom line item and the associated resource. </p>
1573
1478
  * @public
1574
1479
  */
1575
1480
  Relationship?: CustomLineItemRelationship | undefined;
@@ -1579,23 +1484,17 @@ export interface ListResourcesAssociatedToCustomLineItemFilter {
1579
1484
  */
1580
1485
  export interface ListResourcesAssociatedToCustomLineItemInput {
1581
1486
  /**
1582
- * <p>
1583
- * The billing period for which the resource associations will be listed.
1584
- * </p>
1487
+ * <p> The billing period for which the resource associations will be listed. </p>
1585
1488
  * @public
1586
1489
  */
1587
1490
  BillingPeriod?: string | undefined;
1588
1491
  /**
1589
- * <p>
1590
- * The ARN of the custom line item for which the resource associations will be listed.
1591
- * </p>
1492
+ * <p> The ARN of the custom line item for which the resource associations will be listed. </p>
1592
1493
  * @public
1593
1494
  */
1594
1495
  Arn: string | undefined;
1595
1496
  /**
1596
- * <p>
1597
- * (Optional) The maximum number of resource associations to be retrieved.
1598
- * </p>
1497
+ * <p> (Optional) The maximum number of resource associations to be retrieved. </p>
1599
1498
  * @public
1600
1499
  */
1601
1500
  MaxResults?: number | undefined;
@@ -1605,31 +1504,23 @@ export interface ListResourcesAssociatedToCustomLineItemInput {
1605
1504
  */
1606
1505
  NextToken?: string | undefined;
1607
1506
  /**
1608
- * <p>
1609
- * (Optional) A <code>ListResourcesAssociatedToCustomLineItemFilter</code> that can specify the types of resources that should be retrieved.
1610
- * </p>
1507
+ * <p> (Optional) A <code>ListResourcesAssociatedToCustomLineItemFilter</code> that can specify the types of resources that should be retrieved. </p>
1611
1508
  * @public
1612
1509
  */
1613
1510
  Filters?: ListResourcesAssociatedToCustomLineItemFilter | undefined;
1614
1511
  }
1615
1512
  /**
1616
- * <p>
1617
- * A representation of a resource association for a custom line item.
1618
- * </p>
1513
+ * <p> A representation of a resource association for a custom line item. </p>
1619
1514
  * @public
1620
1515
  */
1621
1516
  export interface ListResourcesAssociatedToCustomLineItemResponseElement {
1622
1517
  /**
1623
- * <p>
1624
- * The ARN of the associated resource.
1625
- * </p>
1518
+ * <p> The ARN of the associated resource. </p>
1626
1519
  * @public
1627
1520
  */
1628
1521
  Arn?: string | undefined;
1629
1522
  /**
1630
- * <p>
1631
- * The type of relationship between the custom line item and the associated resource.
1632
- * </p>
1523
+ * <p> The type of relationship between the custom line item and the associated resource. </p>
1633
1524
  * @public
1634
1525
  */
1635
1526
  Relationship?: CustomLineItemRelationship | undefined;
@@ -1644,75 +1535,55 @@ export interface ListResourcesAssociatedToCustomLineItemResponseElement {
1644
1535
  */
1645
1536
  export interface ListResourcesAssociatedToCustomLineItemOutput {
1646
1537
  /**
1647
- * <p>
1648
- * The custom line item ARN for which the resource associations are listed.
1649
- * </p>
1538
+ * <p> The custom line item ARN for which the resource associations are listed. </p>
1650
1539
  * @public
1651
1540
  */
1652
1541
  Arn?: string | undefined;
1653
1542
  /**
1654
- * <p>
1655
- * A list of <code>ListResourcesAssociatedToCustomLineItemResponseElement</code> for each resource association retrieved.
1656
- * </p>
1543
+ * <p> A list of <code>ListResourcesAssociatedToCustomLineItemResponseElement</code> for each resource association retrieved. </p>
1657
1544
  * @public
1658
1545
  */
1659
1546
  AssociatedResources?: ListResourcesAssociatedToCustomLineItemResponseElement[] | undefined;
1660
1547
  /**
1661
- * <p>
1662
- * The pagination token to be used in subsequent requests to retrieve additional results.
1663
- * </p>
1548
+ * <p> The pagination token to be used in subsequent requests to retrieve additional results. </p>
1664
1549
  * @public
1665
1550
  */
1666
1551
  NextToken?: string | undefined;
1667
1552
  }
1668
1553
  /**
1669
- * <p>
1670
- * A representation of the new charge details that are associated with a flat custom line item.
1671
- * </p>
1554
+ * <p> A representation of the new charge details that are associated with a flat custom line item. </p>
1672
1555
  * @public
1673
1556
  */
1674
1557
  export interface UpdateCustomLineItemFlatChargeDetails {
1675
1558
  /**
1676
- * <p>
1677
- * The custom line item's new fixed charge value in USD.
1678
- * </p>
1559
+ * <p> The custom line item's new fixed charge value in USD. </p>
1679
1560
  * @public
1680
1561
  */
1681
1562
  ChargeValue: number | undefined;
1682
1563
  }
1683
1564
  /**
1684
- * <p>
1685
- * A representation of the new charge details that are associated with a percentage custom line item.
1686
- * </p>
1565
+ * <p> A representation of the new charge details that are associated with a percentage custom line item. </p>
1687
1566
  * @public
1688
1567
  */
1689
1568
  export interface UpdateCustomLineItemPercentageChargeDetails {
1690
1569
  /**
1691
- * <p>
1692
- * The custom line item's new percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
1693
- * </p>
1570
+ * <p> The custom line item's new percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value. </p>
1694
1571
  * @public
1695
1572
  */
1696
1573
  PercentageValue: number | undefined;
1697
1574
  }
1698
1575
  /**
1699
- * <p>
1700
- * A representation of the new charge details of a custom line item. This should contain only one of <code>Flat</code> or <code>Percentage</code>.
1701
- * </p>
1576
+ * <p> A representation of the new charge details of a custom line item. This should contain only one of <code>Flat</code> or <code>Percentage</code>. </p>
1702
1577
  * @public
1703
1578
  */
1704
1579
  export interface UpdateCustomLineItemChargeDetails {
1705
1580
  /**
1706
- * <p>
1707
- * An <code>UpdateCustomLineItemFlatChargeDetails</code> that describes the new charge details of a flat custom line item.
1708
- * </p>
1581
+ * <p> An <code>UpdateCustomLineItemFlatChargeDetails</code> that describes the new charge details of a flat custom line item. </p>
1709
1582
  * @public
1710
1583
  */
1711
1584
  Flat?: UpdateCustomLineItemFlatChargeDetails | undefined;
1712
1585
  /**
1713
- * <p>
1714
- * An <code>UpdateCustomLineItemPercentageChargeDetails</code> that describes the new charge details of a percentage custom line item.
1715
- * </p>
1586
+ * <p> An <code>UpdateCustomLineItemPercentageChargeDetails</code> that describes the new charge details of a percentage custom line item. </p>
1716
1587
  * @public
1717
1588
  */
1718
1589
  Percentage?: UpdateCustomLineItemPercentageChargeDetails | undefined;
@@ -1727,30 +1598,22 @@ export interface UpdateCustomLineItemChargeDetails {
1727
1598
  */
1728
1599
  export interface UpdateCustomLineItemInput {
1729
1600
  /**
1730
- * <p>
1731
- * The ARN of the custom line item to be updated.
1732
- * </p>
1601
+ * <p> The ARN of the custom line item to be updated. </p>
1733
1602
  * @public
1734
1603
  */
1735
1604
  Arn: string | undefined;
1736
1605
  /**
1737
- * <p>
1738
- * The new name for the custom line item.
1739
- * </p>
1606
+ * <p> The new name for the custom line item. </p>
1740
1607
  * @public
1741
1608
  */
1742
1609
  Name?: string | undefined;
1743
1610
  /**
1744
- * <p>
1745
- * The new line item description of the custom line item.
1746
- * </p>
1611
+ * <p> The new line item description of the custom line item. </p>
1747
1612
  * @public
1748
1613
  */
1749
1614
  Description?: string | undefined;
1750
1615
  /**
1751
- * <p>
1752
- * A <code>ListCustomLineItemChargeDetails</code> containing the new charge details for the custom line item.
1753
- * </p>
1616
+ * <p> A <code>ListCustomLineItemChargeDetails</code> containing the new charge details for the custom line item. </p>
1754
1617
  * @public
1755
1618
  */
1756
1619
  ChargeDetails?: UpdateCustomLineItemChargeDetails | undefined;
@@ -1765,37 +1628,27 @@ export interface UpdateCustomLineItemInput {
1765
1628
  */
1766
1629
  export interface UpdateCustomLineItemOutput {
1767
1630
  /**
1768
- * <p>
1769
- * The ARN of the successfully updated custom line item.
1770
- * </p>
1631
+ * <p> The ARN of the successfully updated custom line item. </p>
1771
1632
  * @public
1772
1633
  */
1773
1634
  Arn?: string | undefined;
1774
1635
  /**
1775
- * <p>
1776
- * The ARN of the billing group that the custom line item is applied to.
1777
- * </p>
1636
+ * <p> The ARN of the billing group that the custom line item is applied to. </p>
1778
1637
  * @public
1779
1638
  */
1780
1639
  BillingGroupArn?: string | undefined;
1781
1640
  /**
1782
- * <p>
1783
- * The name of the successfully updated custom line item.
1784
- * </p>
1641
+ * <p> The name of the successfully updated custom line item. </p>
1785
1642
  * @public
1786
1643
  */
1787
1644
  Name?: string | undefined;
1788
1645
  /**
1789
- * <p>
1790
- * The description of the successfully updated custom line item.
1791
- * </p>
1646
+ * <p> The description of the successfully updated custom line item. </p>
1792
1647
  * @public
1793
1648
  */
1794
1649
  Description?: string | undefined;
1795
1650
  /**
1796
- * <p>
1797
- * A <code>ListCustomLineItemChargeDetails</code> containing the charge details of the successfully updated custom line item.
1798
- * </p>
1651
+ * <p> A <code>ListCustomLineItemChargeDetails</code> containing the charge details of the successfully updated custom line item. </p>
1799
1652
  * @public
1800
1653
  */
1801
1654
  ChargeDetails?: ListCustomLineItemChargeDetails | undefined;
@@ -1805,9 +1658,7 @@ export interface UpdateCustomLineItemOutput {
1805
1658
  */
1806
1659
  LastModifiedTime?: number | undefined;
1807
1660
  /**
1808
- * <p>
1809
- * The number of resources that are associated to the custom line item.
1810
- * </p>
1661
+ * <p> The number of resources that are associated to the custom line item. </p>
1811
1662
  * @public
1812
1663
  */
1813
1664
  AssociationSize?: number | undefined;
@@ -1855,9 +1706,7 @@ export interface GetBillingGroupCostReportInput {
1855
1706
  */
1856
1707
  BillingPeriodRange?: BillingPeriodRange | undefined;
1857
1708
  /**
1858
- * <p>A list of strings that specify the attributes that are used to break down costs in the
1859
- * margin summary reports for the billing group. For example, you can view your costs by the
1860
- * Amazon Web Service name or the billing period.</p>
1709
+ * <p>A list of strings that specify the attributes that are used to break down costs in the margin summary reports for the billing group. For example, you can view your costs by the Amazon Web Services service name or the billing period.</p>
1861
1710
  * @public
1862
1711
  */
1863
1712
  GroupBy?: GroupByAttributeName[] | undefined;
@@ -1873,8 +1722,7 @@ export interface GetBillingGroupCostReportInput {
1873
1722
  NextToken?: string | undefined;
1874
1723
  }
1875
1724
  /**
1876
- * <p>A paginated call to retrieve a list of summary reports of actual Amazon Web Services charges and the
1877
- * calculated Amazon Web Services charges, broken down by attributes.</p>
1725
+ * <p>A paginated call to retrieve a list of summary reports of actual Amazon Web Services charges and the calculated Amazon Web Services charges, broken down by attributes.</p>
1878
1726
  * @public
1879
1727
  */
1880
1728
  export interface BillingGroupCostReportResultElement {
@@ -1909,12 +1757,7 @@ export interface BillingGroupCostReportResultElement {
1909
1757
  */
1910
1758
  Currency?: string | undefined;
1911
1759
  /**
1912
- * <p>The list of key-value pairs that represent the attributes by which the
1913
- * <code>BillingGroupCostReportResults</code> are grouped. For example, if you want the
1914
- * Amazon S3 service-level breakdown of a billing group for November 2023, the
1915
- * attributes list will contain a key-value pair of <code>"PRODUCT_NAME"</code> and
1916
- * <code>"S3"</code> and a key-value pair of <code>"BILLING_PERIOD"</code> and
1917
- * <code>"Nov 2023"</code>.</p>
1760
+ * <p>The list of key-value pairs that represent the attributes by which the <code>BillingGroupCostReportResults</code> are grouped. For example, if you want the Amazon S3 service-level breakdown of a billing group for November 2023, the attributes list will contain a key-value pair of <code>"PRODUCT_NAME"</code> and <code>"S3"</code> and a key-value pair of <code>"BILLING_PERIOD"</code> and <code>"Nov 2023"</code>.</p>
1918
1761
  * @public
1919
1762
  */
1920
1763
  Attributes?: Attribute[] | undefined;
@@ -1935,23 +1778,12 @@ export interface GetBillingGroupCostReportOutput {
1935
1778
  NextToken?: string | undefined;
1936
1779
  }
1937
1780
  /**
1938
- * <p>The filter on the account ID of the linked account, or any of the following:</p>
1939
- * <p>
1940
- * <code>MONITORED</code>: linked accounts that are associated to billing groups.</p>
1941
- * <p>
1942
- * <code>UNMONITORED</code>: linked accounts that are not associated to billing groups.</p>
1943
- * <p>
1944
- * <code>Billing Group Arn</code>: linked accounts that are associated to the provided Billing Group Arn.</p>
1781
+ * <p>The filter on the account ID of the linked account, or any of the following:</p> <p> <code>MONITORED</code>: linked accounts that are associated to billing groups.</p> <p> <code>UNMONITORED</code>: linked accounts that are not associated to billing groups.</p> <p> <code>Billing Group Arn</code>: linked accounts that are associated to the provided Billing Group Arn.</p>
1945
1782
  * @public
1946
1783
  */
1947
1784
  export interface ListAccountAssociationsFilter {
1948
1785
  /**
1949
- * <p>
1950
- * <code>MONITORED</code>: linked accounts that are associated to billing groups.</p>
1951
- * <p>
1952
- * <code>UNMONITORED</code>: linked accounts that are not associated to billing groups.</p>
1953
- * <p>
1954
- * <code>Billing Group Arn</code>: linked accounts that are associated to the provided Billing Group Arn.</p>
1786
+ * <p> <code>MONITORED</code>: linked accounts that are associated to billing groups.</p> <p> <code>UNMONITORED</code>: linked accounts that are not associated to billing groups.</p> <p> <code>Billing Group Arn</code>: linked accounts that are associated to the provided Billing Group Arn.</p>
1955
1787
  * @public
1956
1788
  */
1957
1789
  Association?: string | undefined;
@@ -1961,9 +1793,7 @@ export interface ListAccountAssociationsFilter {
1961
1793
  */
1962
1794
  AccountId?: string | undefined;
1963
1795
  /**
1964
- * <p>
1965
- * The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
1966
- * </p>
1796
+ * <p> The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range. </p>
1967
1797
  * @public
1968
1798
  */
1969
1799
  AccountIds?: string[] | undefined;
@@ -1973,28 +1803,17 @@ export interface ListAccountAssociationsFilter {
1973
1803
  */
1974
1804
  export interface ListAccountAssociationsInput {
1975
1805
  /**
1976
- * <p>
1977
- * The preferred billing period to get account associations.
1978
- * </p>
1806
+ * <p> The preferred billing period to get account associations. </p>
1979
1807
  * @public
1980
1808
  */
1981
1809
  BillingPeriod?: string | undefined;
1982
1810
  /**
1983
- * <p>The filter on the account ID of the linked account, or any of the following:</p>
1984
- * <p>
1985
- * <code>MONITORED</code>: linked accounts that are associated to billing groups.</p>
1986
- * <p>
1987
- * <code>UNMONITORED</code>: linked accounts that aren't associated to billing groups.</p>
1988
- * <p>
1989
- * <code>Billing Group Arn</code>: linked accounts that are associated to the provided
1990
- * billing group Arn. </p>
1811
+ * <p>The filter on the account ID of the linked account, or any of the following:</p> <p> <code>MONITORED</code>: linked accounts that are associated to billing groups.</p> <p> <code>UNMONITORED</code>: linked accounts that aren't associated to billing groups.</p> <p> <code>Billing Group Arn</code>: linked accounts that are associated to the provided billing group Arn. </p>
1991
1812
  * @public
1992
1813
  */
1993
1814
  Filters?: ListAccountAssociationsFilter | undefined;
1994
1815
  /**
1995
- * <p>
1996
- * The pagination token that's used on subsequent calls to retrieve accounts.
1997
- * </p>
1816
+ * <p> The pagination token that's used on subsequent calls to retrieve accounts. </p>
1998
1817
  * @public
1999
1818
  */
2000
1819
  NextToken?: string | undefined;
@@ -2009,9 +1828,7 @@ export interface ListAccountAssociationsOutput {
2009
1828
  */
2010
1829
  LinkedAccounts?: AccountAssociationsListElement[] | undefined;
2011
1830
  /**
2012
- * <p>
2013
- * The pagination token that's used on subsequent calls to get accounts.
2014
- * </p>
1831
+ * <p> The pagination token that's used on subsequent calls to get accounts. </p>
2015
1832
  * @public
2016
1833
  */
2017
1834
  NextToken?: string | undefined;
@@ -2032,26 +1849,22 @@ export interface ListBillingGroupCostReportsFilter {
2032
1849
  */
2033
1850
  export interface ListBillingGroupCostReportsInput {
2034
1851
  /**
2035
- * <p>The preferred billing period for your report.
2036
- * </p>
1852
+ * <p>The preferred billing period for your report. </p>
2037
1853
  * @public
2038
1854
  */
2039
1855
  BillingPeriod?: string | undefined;
2040
1856
  /**
2041
- * <p>The maximum number of reports to retrieve.
2042
- * </p>
1857
+ * <p>The maximum number of reports to retrieve. </p>
2043
1858
  * @public
2044
1859
  */
2045
1860
  MaxResults?: number | undefined;
2046
1861
  /**
2047
- * <p>The pagination token that's used on subsequent calls to get reports.
2048
- * </p>
1862
+ * <p>The pagination token that's used on subsequent calls to get reports. </p>
2049
1863
  * @public
2050
1864
  */
2051
1865
  NextToken?: string | undefined;
2052
1866
  /**
2053
- * <p>A <code>ListBillingGroupCostReportsFilter</code> to specify billing groups to retrieve reports from.
2054
- * </p>
1867
+ * <p>A <code>ListBillingGroupCostReportsFilter</code> to specify billing groups to retrieve reports from. </p>
2055
1868
  * @public
2056
1869
  */
2057
1870
  Filters?: ListBillingGroupCostReportsFilter | undefined;
@@ -2097,14 +1910,12 @@ export interface BillingGroupCostReportElement {
2097
1910
  */
2098
1911
  export interface ListBillingGroupCostReportsOutput {
2099
1912
  /**
2100
- * <p>A list of <code>BillingGroupCostReportElement</code> retrieved.
2101
- * </p>
1913
+ * <p>A list of <code>BillingGroupCostReportElement</code> retrieved. </p>
2102
1914
  * @public
2103
1915
  */
2104
1916
  BillingGroupCostReports?: BillingGroupCostReportElement[] | undefined;
2105
1917
  /**
2106
- * <p>The pagination token that's used on subsequent calls to get reports.
2107
- * </p>
1918
+ * <p>The pagination token that's used on subsequent calls to get reports. </p>
2108
1919
  * @public
2109
1920
  */
2110
1921
  NextToken?: string | undefined;
@@ -2114,9 +1925,7 @@ export interface ListBillingGroupCostReportsOutput {
2114
1925
  */
2115
1926
  export interface ListTagsForResourceRequest {
2116
1927
  /**
2117
- * <p>
2118
- * The Amazon Resource Name (ARN) that identifies the resource to list the tags.
2119
- * </p>
1928
+ * <p> The Amazon Resource Name (ARN) that identifies the resource to list the tags. </p>
2120
1929
  * @public
2121
1930
  */
2122
1931
  ResourceArn: string | undefined;
@@ -2126,9 +1935,7 @@ export interface ListTagsForResourceRequest {
2126
1935
  */
2127
1936
  export interface ListTagsForResourceResponse {
2128
1937
  /**
2129
- * <p>
2130
- * The tags for the resource.
2131
- * </p>
1938
+ * <p> The tags for the resource. </p>
2132
1939
  * @public
2133
1940
  */
2134
1941
  Tags?: Record<string, string> | undefined;
@@ -2138,9 +1945,7 @@ export interface ListTagsForResourceResponse {
2138
1945
  */
2139
1946
  export interface CreatePricingPlanInput {
2140
1947
  /**
2141
- * <p>
2142
- * The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
2143
- * </p>
1948
+ * <p>A unique, case-sensitive identifier that you specify to ensure idempotency of the request. Idempotency ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.</p>
2144
1949
  * @public
2145
1950
  */
2146
1951
  ClientToken?: string | undefined;
@@ -2160,9 +1965,7 @@ export interface CreatePricingPlanInput {
2160
1965
  */
2161
1966
  PricingRuleArns?: string[] | undefined;
2162
1967
  /**
2163
- * <p>
2164
- * A map that contains tag keys and tag values that are attached to a pricing plan.
2165
- * </p>
1968
+ * <p> A map that contains tag keys and tag values that are attached to a pricing plan. </p>
2166
1969
  * @public
2167
1970
  */
2168
1971
  Tags?: Record<string, string> | undefined;
@@ -2207,8 +2010,7 @@ export interface DisassociatePricingRulesInput {
2207
2010
  */
2208
2011
  Arn: string | undefined;
2209
2012
  /**
2210
- * <p> A list containing the Amazon Resource Name (ARN) of the pricing rules that will be
2211
- * disassociated. </p>
2013
+ * <p> A list containing the Amazon Resource Name (ARN) of the pricing rules that will be disassociated. </p>
2212
2014
  * @public
2213
2015
  */
2214
2016
  PricingRuleArns: string[] | undefined;
@@ -2218,15 +2020,13 @@ export interface DisassociatePricingRulesInput {
2218
2020
  */
2219
2021
  export interface DisassociatePricingRulesOutput {
2220
2022
  /**
2221
- * <p> The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully
2222
- * disassociated from. </p>
2023
+ * <p> The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully disassociated from. </p>
2223
2024
  * @public
2224
2025
  */
2225
2026
  Arn?: string | undefined;
2226
2027
  }
2227
2028
  /**
2228
- * <p>The filter that specifies the Amazon Resource Names (ARNs) of pricing plans, to retrieve
2229
- * pricing plan information.</p>
2029
+ * <p>The filter that specifies the Amazon Resource Names (ARNs) of pricing plans, to retrieve pricing plan information.</p>
2230
2030
  * @public
2231
2031
  */
2232
2032
  export interface ListPricingPlansFilter {
@@ -2241,14 +2041,12 @@ export interface ListPricingPlansFilter {
2241
2041
  */
2242
2042
  export interface ListPricingPlansInput {
2243
2043
  /**
2244
- * <p>The preferred billing period to get pricing plan.
2245
- * </p>
2044
+ * <p>The preferred billing period to get pricing plan. </p>
2246
2045
  * @public
2247
2046
  */
2248
2047
  BillingPeriod?: string | undefined;
2249
2048
  /**
2250
- * <p>A <code>ListPricingPlansFilter</code> that specifies the Amazon Resource Name (ARNs)
2251
- * of pricing plans to retrieve pricing plans information.</p>
2049
+ * <p>A <code>ListPricingPlansFilter</code> that specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information.</p>
2252
2050
  * @public
2253
2051
  */
2254
2052
  Filters?: ListPricingPlansFilter | undefined;
@@ -2258,8 +2056,7 @@ export interface ListPricingPlansInput {
2258
2056
  */
2259
2057
  MaxResults?: number | undefined;
2260
2058
  /**
2261
- * <p>The pagination token that's used on subsequent call to get pricing plans.
2262
- * </p>
2059
+ * <p>The pagination token that's used on subsequent call to get pricing plans. </p>
2263
2060
  * @public
2264
2061
  */
2265
2062
  NextToken?: string | undefined;
@@ -2305,21 +2102,17 @@ export interface PricingPlanListElement {
2305
2102
  */
2306
2103
  export interface ListPricingPlansOutput {
2307
2104
  /**
2308
- * <p>
2309
- * The billing period for which the described pricing plans are applicable.
2310
- * </p>
2105
+ * <p> The billing period for which the described pricing plans are applicable. </p>
2311
2106
  * @public
2312
2107
  */
2313
2108
  BillingPeriod?: string | undefined;
2314
2109
  /**
2315
- * <p>A list of <code>PricingPlanListElement</code> retrieved.
2316
- * </p>
2110
+ * <p>A list of <code>PricingPlanListElement</code> retrieved. </p>
2317
2111
  * @public
2318
2112
  */
2319
2113
  PricingPlans?: PricingPlanListElement[] | undefined;
2320
2114
  /**
2321
- * <p>The pagination token that's used on subsequent calls to get pricing plans.
2322
- * </p>
2115
+ * <p>The pagination token that's used on subsequent calls to get pricing plans. </p>
2323
2116
  * @public
2324
2117
  */
2325
2118
  NextToken?: string | undefined;
@@ -2329,9 +2122,7 @@ export interface ListPricingPlansOutput {
2329
2122
  */
2330
2123
  export interface ListPricingPlansAssociatedWithPricingRuleInput {
2331
2124
  /**
2332
- * <p>
2333
- * The pricing plan billing period for which associations will be listed.
2334
- * </p>
2125
+ * <p> The pricing plan billing period for which associations will be listed. </p>
2335
2126
  * @public
2336
2127
  */
2337
2128
  BillingPeriod?: string | undefined;
@@ -2341,16 +2132,12 @@ export interface ListPricingPlansAssociatedWithPricingRuleInput {
2341
2132
  */
2342
2133
  PricingRuleArn: string | undefined;
2343
2134
  /**
2344
- * <p>
2345
- * The optional maximum number of pricing rule associations to retrieve.
2346
- * </p>
2135
+ * <p> The optional maximum number of pricing rule associations to retrieve. </p>
2347
2136
  * @public
2348
2137
  */
2349
2138
  MaxResults?: number | undefined;
2350
2139
  /**
2351
- * <p>
2352
- * The optional pagination token returned by a previous call.
2353
- * </p>
2140
+ * <p> The optional pagination token returned by a previous call. </p>
2354
2141
  * @public
2355
2142
  */
2356
2143
  NextToken?: string | undefined;
@@ -2360,9 +2147,7 @@ export interface ListPricingPlansAssociatedWithPricingRuleInput {
2360
2147
  */
2361
2148
  export interface ListPricingPlansAssociatedWithPricingRuleOutput {
2362
2149
  /**
2363
- * <p>
2364
- * The pricing plan billing period for which associations will be listed.
2365
- * </p>
2150
+ * <p> The pricing plan billing period for which associations will be listed. </p>
2366
2151
  * @public
2367
2152
  */
2368
2153
  BillingPeriod?: string | undefined;
@@ -2372,16 +2157,12 @@ export interface ListPricingPlansAssociatedWithPricingRuleOutput {
2372
2157
  */
2373
2158
  PricingRuleArn?: string | undefined;
2374
2159
  /**
2375
- * <p>
2376
- * The list containing pricing plans that are associated with the requested pricing rule.
2377
- * </p>
2160
+ * <p> The list containing pricing plans that are associated with the requested pricing rule. </p>
2378
2161
  * @public
2379
2162
  */
2380
2163
  PricingPlanArns?: string[] | undefined;
2381
2164
  /**
2382
- * <p>
2383
- * The pagination token to be used on subsequent calls.
2384
- * </p>
2165
+ * <p> The pagination token to be used on subsequent calls. </p>
2385
2166
  * @public
2386
2167
  */
2387
2168
  NextToken?: string | undefined;
@@ -2396,8 +2177,7 @@ export interface UpdatePricingPlanInput {
2396
2177
  */
2397
2178
  Arn: string | undefined;
2398
2179
  /**
2399
- * <p>The name of the pricing plan. The name must be unique to each pricing plan.
2400
- * </p>
2180
+ * <p>The name of the pricing plan. The name must be unique to each pricing plan. </p>
2401
2181
  * @public
2402
2182
  */
2403
2183
  Name?: string | undefined;
@@ -2417,23 +2197,17 @@ export interface UpdatePricingPlanOutput {
2417
2197
  */
2418
2198
  Arn?: string | undefined;
2419
2199
  /**
2420
- * <p>
2421
- * The name of the pricing plan. The name must be unique to each pricing plan.
2422
- * </p>
2200
+ * <p> The name of the pricing plan. The name must be unique to each pricing plan. </p>
2423
2201
  * @public
2424
2202
  */
2425
2203
  Name?: string | undefined;
2426
2204
  /**
2427
- * <p>
2428
- * The new description for the pricing rule.
2429
- * </p>
2205
+ * <p> The new description for the pricing rule. </p>
2430
2206
  * @public
2431
2207
  */
2432
2208
  Description?: string | undefined;
2433
2209
  /**
2434
- * <p>
2435
- * The pricing rules count that's currently associated with this pricing plan list.
2436
- * </p>
2210
+ * <p> The pricing rules count that's currently associated with this pricing plan list. </p>
2437
2211
  * @public
2438
2212
  */
2439
2213
  Size?: number | undefined;
@@ -2458,31 +2232,23 @@ export declare const PricingRuleScope: {
2458
2232
  */
2459
2233
  export type PricingRuleScope = (typeof PricingRuleScope)[keyof typeof PricingRuleScope];
2460
2234
  /**
2461
- * <p>
2462
- * The possible Amazon Web Services Free Tier configurations.
2463
- * </p>
2235
+ * <p> The possible Amazon Web Services Free Tier configurations. </p>
2464
2236
  * @public
2465
2237
  */
2466
2238
  export interface CreateFreeTierConfig {
2467
2239
  /**
2468
- * <p>
2469
- * Activate or deactivate Amazon Web Services Free Tier.
2470
- * </p>
2240
+ * <p> Activate or deactivate Amazon Web Services Free Tier. </p>
2471
2241
  * @public
2472
2242
  */
2473
2243
  Activated: boolean | undefined;
2474
2244
  }
2475
2245
  /**
2476
- * <p>
2477
- * The set of tiering configurations for the pricing rule.
2478
- * </p>
2246
+ * <p> The set of tiering configurations for the pricing rule. </p>
2479
2247
  * @public
2480
2248
  */
2481
2249
  export interface CreateTieringInput {
2482
2250
  /**
2483
- * <p>
2484
- * The possible Amazon Web Services Free Tier configurations.
2485
- * </p>
2251
+ * <p> The possible Amazon Web Services Free Tier configurations. </p>
2486
2252
  * @public
2487
2253
  */
2488
2254
  FreeTier: CreateFreeTierConfig | undefined;
@@ -2505,85 +2271,62 @@ export type PricingRuleType = (typeof PricingRuleType)[keyof typeof PricingRuleT
2505
2271
  */
2506
2272
  export interface CreatePricingRuleInput {
2507
2273
  /**
2508
- * <p> The token that's needed to support idempotency. Idempotency isn't currently supported,
2509
- * but will be implemented in a future update. </p>
2274
+ * <p>A unique, case-sensitive identifier that you specify to ensure idempotency of the request. Idempotency ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.</p>
2510
2275
  * @public
2511
2276
  */
2512
2277
  ClientToken?: string | undefined;
2513
2278
  /**
2514
- * <p>
2515
- * The pricing rule name. The names must be unique to each pricing rule.
2516
- * </p>
2279
+ * <p> The pricing rule name. The names must be unique to each pricing rule. </p>
2517
2280
  * @public
2518
2281
  */
2519
2282
  Name: string | undefined;
2520
2283
  /**
2521
- * <p>
2522
- * The pricing rule description.
2523
- * </p>
2284
+ * <p> The pricing rule description. </p>
2524
2285
  * @public
2525
2286
  */
2526
2287
  Description?: string | undefined;
2527
2288
  /**
2528
- * <p> The scope of pricing rule that indicates if it's globally applicable, or it's
2529
- * service-specific. </p>
2289
+ * <p> The scope of pricing rule that indicates if it's globally applicable, or it's service-specific. </p>
2530
2290
  * @public
2531
2291
  */
2532
2292
  Scope: PricingRuleScope | undefined;
2533
2293
  /**
2534
- * <p>
2535
- * The type of pricing rule.
2536
- * </p>
2294
+ * <p> The type of pricing rule. </p>
2537
2295
  * @public
2538
2296
  */
2539
2297
  Type: PricingRuleType | undefined;
2540
2298
  /**
2541
- * <p> A percentage modifier that's applied on the public pricing rates. </p>
2299
+ * <p>A percentage modifier that's applied on the public pricing rates. Your entry will be rounded to the nearest 2 decimal places.</p>
2542
2300
  * @public
2543
2301
  */
2544
2302
  ModifierPercentage?: number | undefined;
2545
2303
  /**
2546
- * <p>
2547
- * If the <code>Scope</code> attribute is set to <code>SERVICE</code> or <code>SKU</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for.
2548
- * </p>
2304
+ * <p> If the <code>Scope</code> attribute is set to <code>SERVICE</code> or <code>SKU</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for. </p>
2549
2305
  * @public
2550
2306
  */
2551
2307
  Service?: string | undefined;
2552
2308
  /**
2553
- * <p>
2554
- * A map that contains tag keys and tag values that are attached to a pricing rule.
2555
- * </p>
2309
+ * <p> A map that contains tag keys and tag values that are attached to a pricing rule. </p>
2556
2310
  * @public
2557
2311
  */
2558
2312
  Tags?: Record<string, string> | undefined;
2559
2313
  /**
2560
- * <p>
2561
- * The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
2562
- * </p>
2314
+ * <p> The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace. </p>
2563
2315
  * @public
2564
2316
  */
2565
2317
  BillingEntity?: string | undefined;
2566
2318
  /**
2567
- * <p>
2568
- * The set of tiering configurations for the pricing rule.
2569
- * </p>
2319
+ * <p> The set of tiering configurations for the pricing rule. </p>
2570
2320
  * @public
2571
2321
  */
2572
2322
  Tiering?: CreateTieringInput | undefined;
2573
2323
  /**
2574
- * <p>
2575
- * Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>
2576
- * <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an<code> M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region.
2577
- *
2578
- * </p>
2324
+ * <p> Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p> <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an<code> M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region. </p>
2579
2325
  * @public
2580
2326
  */
2581
2327
  UsageType?: string | undefined;
2582
2328
  /**
2583
- * <p>
2584
- * Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p>
2585
- * <p>
2586
- * If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>
2329
+ * <p> Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p> <p> If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>
2587
2330
  * @public
2588
2331
  */
2589
2332
  Operation?: string | undefined;
@@ -2634,59 +2377,44 @@ export interface ListPricingRulesFilter {
2634
2377
  */
2635
2378
  export interface ListPricingRulesInput {
2636
2379
  /**
2637
- * <p>
2638
- * The preferred billing period to get the pricing plan.
2639
- * </p>
2380
+ * <p> The preferred billing period to get the pricing plan. </p>
2640
2381
  * @public
2641
2382
  */
2642
2383
  BillingPeriod?: string | undefined;
2643
2384
  /**
2644
- * <p> A <code>DescribePricingRuleFilter</code> that specifies the Amazon Resource Name (ARNs)
2645
- * of pricing rules to retrieve pricing rules information. </p>
2385
+ * <p> A <code>DescribePricingRuleFilter</code> that specifies the Amazon Resource Name (ARNs) of pricing rules to retrieve pricing rules information. </p>
2646
2386
  * @public
2647
2387
  */
2648
2388
  Filters?: ListPricingRulesFilter | undefined;
2649
2389
  /**
2650
- * <p>
2651
- * The maximum number of pricing rules to retrieve.
2652
- * </p>
2390
+ * <p> The maximum number of pricing rules to retrieve. </p>
2653
2391
  * @public
2654
2392
  */
2655
2393
  MaxResults?: number | undefined;
2656
2394
  /**
2657
- * <p>
2658
- * The pagination token that's used on subsequent call to get pricing rules.
2659
- * </p>
2395
+ * <p> The pagination token that's used on subsequent call to get pricing rules. </p>
2660
2396
  * @public
2661
2397
  */
2662
2398
  NextToken?: string | undefined;
2663
2399
  }
2664
2400
  /**
2665
- * <p>
2666
- * The possible Amazon Web Services Free Tier configurations.
2667
- * </p>
2401
+ * <p> The possible Amazon Web Services Free Tier configurations. </p>
2668
2402
  * @public
2669
2403
  */
2670
2404
  export interface FreeTierConfig {
2671
2405
  /**
2672
- * <p>
2673
- * Activate or deactivate Amazon Web Services Free Tier application.
2674
- * </p>
2406
+ * <p> Activate or deactivate Amazon Web Services Free Tier application. </p>
2675
2407
  * @public
2676
2408
  */
2677
2409
  Activated: boolean | undefined;
2678
2410
  }
2679
2411
  /**
2680
- * <p>
2681
- * The set of tiering configurations for the pricing rule.
2682
- * </p>
2412
+ * <p> The set of tiering configurations for the pricing rule. </p>
2683
2413
  * @public
2684
2414
  */
2685
2415
  export interface Tiering {
2686
2416
  /**
2687
- * <p>
2688
- * The possible Amazon Web Services Free Tier configurations.
2689
- * </p>
2417
+ * <p> The possible Amazon Web Services Free Tier configurations. </p>
2690
2418
  * @public
2691
2419
  */
2692
2420
  FreeTier: FreeTierConfig | undefined;
@@ -2747,33 +2475,22 @@ export interface PricingRuleListElement {
2747
2475
  */
2748
2476
  LastModifiedTime?: number | undefined;
2749
2477
  /**
2750
- * <p>
2751
- * The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
2752
- * </p>
2478
+ * <p> The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace. </p>
2753
2479
  * @public
2754
2480
  */
2755
2481
  BillingEntity?: string | undefined;
2756
2482
  /**
2757
- * <p>
2758
- * The set of tiering configurations for the pricing rule.
2759
- * </p>
2483
+ * <p> The set of tiering configurations for the pricing rule. </p>
2760
2484
  * @public
2761
2485
  */
2762
2486
  Tiering?: Tiering | undefined;
2763
2487
  /**
2764
- * <p>
2765
- * Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>
2766
- * <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an<code> M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region.
2767
- *
2768
- * </p>
2488
+ * <p> Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p> <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an<code> M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region. </p>
2769
2489
  * @public
2770
2490
  */
2771
2491
  UsageType?: string | undefined;
2772
2492
  /**
2773
- * <p>
2774
- * Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p>
2775
- * <p>
2776
- * If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>
2493
+ * <p> Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p> <p> If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>
2777
2494
  * @public
2778
2495
  */
2779
2496
  Operation?: string | undefined;
@@ -2783,23 +2500,17 @@ export interface PricingRuleListElement {
2783
2500
  */
2784
2501
  export interface ListPricingRulesOutput {
2785
2502
  /**
2786
- * <p>
2787
- * The billing period for which the described pricing rules are applicable.
2788
- * </p>
2503
+ * <p> The billing period for which the described pricing rules are applicable. </p>
2789
2504
  * @public
2790
2505
  */
2791
2506
  BillingPeriod?: string | undefined;
2792
2507
  /**
2793
- * <p>
2794
- * A list containing the described pricing rules.
2795
- * </p>
2508
+ * <p> A list containing the described pricing rules. </p>
2796
2509
  * @public
2797
2510
  */
2798
2511
  PricingRules?: PricingRuleListElement[] | undefined;
2799
2512
  /**
2800
- * <p>
2801
- * The pagination token that's used on subsequent calls to get pricing rules.
2802
- * </p>
2513
+ * <p> The pagination token that's used on subsequent calls to get pricing rules. </p>
2803
2514
  * @public
2804
2515
  */
2805
2516
  NextToken?: string | undefined;
@@ -2809,15 +2520,12 @@ export interface ListPricingRulesOutput {
2809
2520
  */
2810
2521
  export interface ListPricingRulesAssociatedToPricingPlanInput {
2811
2522
  /**
2812
- * <p>
2813
- * The billing period for which the pricing rule associations are to be listed.
2814
- * </p>
2523
+ * <p> The billing period for which the pricing rule associations are to be listed. </p>
2815
2524
  * @public
2816
2525
  */
2817
2526
  BillingPeriod?: string | undefined;
2818
2527
  /**
2819
- * <p> The Amazon Resource Name (ARN) of the pricing plan for which associations are to be
2820
- * listed.</p>
2528
+ * <p> The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed.</p>
2821
2529
  * @public
2822
2530
  */
2823
2531
  PricingPlanArn: string | undefined;
@@ -2827,9 +2535,7 @@ export interface ListPricingRulesAssociatedToPricingPlanInput {
2827
2535
  */
2828
2536
  MaxResults?: number | undefined;
2829
2537
  /**
2830
- * <p>
2831
- * The optional pagination token returned by a previous call.
2832
- * </p>
2538
+ * <p> The optional pagination token returned by a previous call. </p>
2833
2539
  * @public
2834
2540
  */
2835
2541
  NextToken?: string | undefined;
@@ -2839,59 +2545,44 @@ export interface ListPricingRulesAssociatedToPricingPlanInput {
2839
2545
  */
2840
2546
  export interface ListPricingRulesAssociatedToPricingPlanOutput {
2841
2547
  /**
2842
- * <p>
2843
- * The billing period for which the pricing rule associations are listed.
2844
- * </p>
2548
+ * <p> The billing period for which the pricing rule associations are listed. </p>
2845
2549
  * @public
2846
2550
  */
2847
2551
  BillingPeriod?: string | undefined;
2848
2552
  /**
2849
- * <p> The Amazon Resource Name (ARN) of the pricing plan for which associations are
2850
- * listed.</p>
2553
+ * <p> The Amazon Resource Name (ARN) of the pricing plan for which associations are listed.</p>
2851
2554
  * @public
2852
2555
  */
2853
2556
  PricingPlanArn?: string | undefined;
2854
2557
  /**
2855
- * <p>
2856
- * A list containing pricing rules that are associated with the requested pricing plan.
2857
- * </p>
2558
+ * <p> A list containing pricing rules that are associated with the requested pricing plan. </p>
2858
2559
  * @public
2859
2560
  */
2860
2561
  PricingRuleArns?: string[] | undefined;
2861
2562
  /**
2862
- * <p>
2863
- * The pagination token to be used on subsequent calls.
2864
- * </p>
2563
+ * <p> The pagination token to be used on subsequent calls. </p>
2865
2564
  * @public
2866
2565
  */
2867
2566
  NextToken?: string | undefined;
2868
2567
  }
2869
2568
  /**
2870
- * <p>
2871
- * The possible Amazon Web Services Free Tier configurations.
2872
- * </p>
2569
+ * <p> The possible Amazon Web Services Free Tier configurations. </p>
2873
2570
  * @public
2874
2571
  */
2875
2572
  export interface UpdateFreeTierConfig {
2876
2573
  /**
2877
- * <p>
2878
- * Activate or deactivate application of Amazon Web Services Free Tier.
2879
- * </p>
2574
+ * <p> Activate or deactivate application of Amazon Web Services Free Tier. </p>
2880
2575
  * @public
2881
2576
  */
2882
2577
  Activated: boolean | undefined;
2883
2578
  }
2884
2579
  /**
2885
- * <p>
2886
- * The set of tiering configurations for the pricing rule.
2887
- * </p>
2580
+ * <p> The set of tiering configurations for the pricing rule. </p>
2888
2581
  * @public
2889
2582
  */
2890
2583
  export interface UpdateTieringInput {
2891
2584
  /**
2892
- * <p>
2893
- * The possible Amazon Web Services Free Tier configurations.
2894
- * </p>
2585
+ * <p> The possible Amazon Web Services Free Tier configurations. </p>
2895
2586
  * @public
2896
2587
  */
2897
2588
  FreeTier: UpdateFreeTierConfig | undefined;
@@ -2906,37 +2597,27 @@ export interface UpdatePricingRuleInput {
2906
2597
  */
2907
2598
  Arn: string | undefined;
2908
2599
  /**
2909
- * <p>
2910
- * The new name of the pricing rule. The name must be unique to each pricing rule.
2911
- * </p>
2600
+ * <p> The new name of the pricing rule. The name must be unique to each pricing rule. </p>
2912
2601
  * @public
2913
2602
  */
2914
2603
  Name?: string | undefined;
2915
2604
  /**
2916
- * <p>
2917
- * The new description for the pricing rule.
2918
- * </p>
2605
+ * <p> The new description for the pricing rule. </p>
2919
2606
  * @public
2920
2607
  */
2921
2608
  Description?: string | undefined;
2922
2609
  /**
2923
- * <p>
2924
- * The new pricing rule type.
2925
- * </p>
2610
+ * <p> The new pricing rule type. </p>
2926
2611
  * @public
2927
2612
  */
2928
2613
  Type?: PricingRuleType | undefined;
2929
2614
  /**
2930
- * <p>
2931
- * The new modifier to show pricing plan rates as a percentage.
2932
- * </p>
2615
+ * <p> The new modifier to show pricing plan rates as a percentage. Your entry will be rounded to the nearest 2 decimal places. </p>
2933
2616
  * @public
2934
2617
  */
2935
2618
  ModifierPercentage?: number | undefined;
2936
2619
  /**
2937
- * <p>
2938
- * The set of tiering configurations for the pricing rule.
2939
- * </p>
2620
+ * <p> The set of tiering configurations for the pricing rule. </p>
2940
2621
  * @public
2941
2622
  */
2942
2623
  Tiering?: UpdateTieringInput | undefined;
@@ -2951,85 +2632,62 @@ export interface UpdatePricingRuleOutput {
2951
2632
  */
2952
2633
  Arn?: string | undefined;
2953
2634
  /**
2954
- * <p>
2955
- * The new name of the pricing rule. The name must be unique to each pricing rule.
2956
- * </p>
2635
+ * <p> The new name of the pricing rule. The name must be unique to each pricing rule. </p>
2957
2636
  * @public
2958
2637
  */
2959
2638
  Name?: string | undefined;
2960
2639
  /**
2961
- * <p>
2962
- * The new description for the pricing rule.
2963
- * </p>
2640
+ * <p> The new description for the pricing rule. </p>
2964
2641
  * @public
2965
2642
  */
2966
2643
  Description?: string | undefined;
2967
2644
  /**
2968
- * <p> The scope of pricing rule that indicates if it's globally applicable, or it's
2969
- * service-specific. </p>
2645
+ * <p> The scope of pricing rule that indicates if it's globally applicable, or it's service-specific. </p>
2970
2646
  * @public
2971
2647
  */
2972
2648
  Scope?: PricingRuleScope | undefined;
2973
2649
  /**
2974
- * <p>
2975
- * The new pricing rule type.
2976
- * </p>
2650
+ * <p> The new pricing rule type. </p>
2977
2651
  * @public
2978
2652
  */
2979
2653
  Type?: PricingRuleType | undefined;
2980
2654
  /**
2981
- * <p>
2982
- * The new modifier to show pricing plan rates as a percentage.
2983
- * </p>
2655
+ * <p> The new modifier to show pricing plan rates as a percentage. </p>
2984
2656
  * @public
2985
2657
  */
2986
2658
  ModifierPercentage?: number | undefined;
2987
2659
  /**
2988
- * <p>
2989
- * If the <code>Scope</code> attribute is set to <code>SERVICE</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for.
2990
- * </p>
2660
+ * <p> If the <code>Scope</code> attribute is set to <code>SERVICE</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for. </p>
2991
2661
  * @public
2992
2662
  */
2993
2663
  Service?: string | undefined;
2994
2664
  /**
2995
- * <p>
2996
- * The pricing plans count that this pricing rule is associated with.
2997
- * </p>
2665
+ * <p> The pricing plans count that this pricing rule is associated with. </p>
2998
2666
  * @public
2999
2667
  */
3000
2668
  AssociatedPricingPlanCount?: number | undefined;
3001
2669
  /**
3002
- * <p>
3003
- * The most recent time the pricing rule was modified.
3004
- * </p>
2670
+ * <p> The most recent time the pricing rule was modified. </p>
3005
2671
  * @public
3006
2672
  */
3007
2673
  LastModifiedTime?: number | undefined;
3008
2674
  /**
3009
- * <p>
3010
- * The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
3011
- * </p>
2675
+ * <p> The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace. </p>
3012
2676
  * @public
3013
2677
  */
3014
2678
  BillingEntity?: string | undefined;
3015
2679
  /**
3016
- * <p>
3017
- * The set of tiering configurations for the pricing rule.
3018
- * </p>
2680
+ * <p> The set of tiering configurations for the pricing rule. </p>
3019
2681
  * @public
3020
2682
  */
3021
2683
  Tiering?: UpdateTieringInput | undefined;
3022
2684
  /**
3023
- * <p>Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p>
3024
- * <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an <code>M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region.
3025
- * </p>
2685
+ * <p>Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p> <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an <code>M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region. </p>
3026
2686
  * @public
3027
2687
  */
3028
2688
  UsageType?: string | undefined;
3029
2689
  /**
3030
- * <p>Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.</p>
3031
- * <p>
3032
- * If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>
2690
+ * <p>Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.</p> <p> If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>
3033
2691
  * @public
3034
2692
  */
3035
2693
  Operation?: string | undefined;
@@ -3039,16 +2697,12 @@ export interface UpdatePricingRuleOutput {
3039
2697
  */
3040
2698
  export interface TagResourceRequest {
3041
2699
  /**
3042
- * <p>
3043
- * The Amazon Resource Name (ARN) of the resource to which to add tags.
3044
- * </p>
2700
+ * <p> The Amazon Resource Name (ARN) of the resource to which to add tags. </p>
3045
2701
  * @public
3046
2702
  */
3047
2703
  ResourceArn: string | undefined;
3048
2704
  /**
3049
- * <p>
3050
- * The tags to add to the resource as a list of key-value pairs.
3051
- * </p>
2705
+ * <p> The tags to add to the resource as a list of key-value pairs. </p>
3052
2706
  * @public
3053
2707
  */
3054
2708
  Tags: Record<string, string> | undefined;
@@ -3063,16 +2717,12 @@ export interface TagResourceResponse {
3063
2717
  */
3064
2718
  export interface UntagResourceRequest {
3065
2719
  /**
3066
- * <p>
3067
- * The Amazon Resource Name (ARN) of the resource to which to delete tags.
3068
- * </p>
2720
+ * <p> The Amazon Resource Name (ARN) of the resource to which to delete tags. </p>
3069
2721
  * @public
3070
2722
  */
3071
2723
  ResourceArn: string | undefined;
3072
2724
  /**
3073
- * <p>
3074
- * The tags to delete from the resource as a list of key-value pairs.
3075
- * </p>
2725
+ * <p> The tags to delete from the resource as a list of key-value pairs. </p>
3076
2726
  * @public
3077
2727
  */
3078
2728
  TagKeys: string[] | undefined;