|
345 | 345 | }, |
346 | 346 | "dataFilterExpression":{ |
347 | 347 | "shape":"Expression", |
348 | | - "documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code> and <code>Tags</code>. </p>" |
| 348 | + "documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code>, <code>Tags</code>, and <code>CostCategories</code>. </p>" |
349 | 349 | }, |
350 | 350 | "createdAt":{ |
351 | 351 | "shape":"Timestamp", |
|
523 | 523 | "documentation":"<p> The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>", |
524 | 524 | "exception":true |
525 | 525 | }, |
| 526 | + "CostCategoryName":{ |
| 527 | + "type":"string", |
| 528 | + "max":50, |
| 529 | + "min":1, |
| 530 | + "pattern":"(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?<! )" |
| 531 | + }, |
| 532 | + "CostCategoryValues":{ |
| 533 | + "type":"structure", |
| 534 | + "required":[ |
| 535 | + "key", |
| 536 | + "values" |
| 537 | + ], |
| 538 | + "members":{ |
| 539 | + "key":{ |
| 540 | + "shape":"CostCategoryName", |
| 541 | + "documentation":"<p> The unique name of the Cost Category. </p>" |
| 542 | + }, |
| 543 | + "values":{ |
| 544 | + "shape":"Values", |
| 545 | + "documentation":"<p> The specific value of the Cost Category. </p>" |
| 546 | + } |
| 547 | + }, |
| 548 | + "documentation":"<p> The Cost Categories values used for filtering the costs. </p>" |
| 549 | + }, |
526 | 550 | "CreateBillingViewRequest":{ |
527 | 551 | "type":"structure", |
528 | 552 | "required":[ |
|
544 | 568 | }, |
545 | 569 | "dataFilterExpression":{ |
546 | 570 | "shape":"Expression", |
547 | | - "documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code> and <code>Tags</code>. </p>" |
| 571 | + "documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code>, <code>Tags</code>, and <code>CostCategories</code>. </p>" |
548 | 572 | }, |
549 | 573 | "clientToken":{ |
550 | 574 | "shape":"ClientToken", |
|
660 | 684 | "shape":"TagValues", |
661 | 685 | "documentation":"<p> The specific <code>Tag</code> to use for <code>Expression</code>. </p>" |
662 | 686 | }, |
| 687 | + "costCategories":{ |
| 688 | + "shape":"CostCategoryValues", |
| 689 | + "documentation":"<p> The filter that's based on <code>CostCategory</code> values. </p>" |
| 690 | + }, |
663 | 691 | "timeRange":{ |
664 | 692 | "shape":"TimeRange", |
665 | 693 | "documentation":"<p> Specifies a time range filter for the billing view data. </p>" |
666 | 694 | } |
667 | 695 | }, |
668 | | - "documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code> and <code>Tags</code>. </p>" |
| 696 | + "documentation":"<p> See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code>, <code>Tags</code>, and <code>CostCategories</code>. </p>" |
669 | 697 | }, |
670 | 698 | "FieldName":{ |
671 | 699 | "type":"string", |
|
1093 | 1121 | }, |
1094 | 1122 | "dataFilterExpression":{ |
1095 | 1123 | "shape":"Expression", |
1096 | | - "documentation":"<p>See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code> and <code>Tags</code>. </p>" |
| 1124 | + "documentation":"<p>See <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html\">Expression</a>. Billing view only supports <code>LINKED_ACCOUNT</code>, <code>Tags</code>, and <code>CostCategories</code>. </p>" |
1097 | 1125 | } |
1098 | 1126 | } |
1099 | 1127 | }, |
|
0 commit comments