|
699 | 699 | "type":"string", |
700 | 700 | "max":2048, |
701 | 701 | "min":20, |
702 | | - "pattern":"^arn:aws[a-z-]*:(billing)::[0-9]{12}:billingview/[a-zA-Z0-9/:_+=.\\-@]{0,75}[a-zA-Z0-9]$" |
| 702 | + "pattern":"^arn:aws[a-z-]*:(billing)::[0-9]{12}:billingview/[a-zA-Z0-9/:_\\+=\\.\\-@]{0,75}[a-zA-Z0-9]$" |
703 | 703 | }, |
704 | 704 | "Budget":{ |
705 | 705 | "type":"structure", |
|
741 | 741 | }, |
742 | 742 | "TimePeriod":{ |
743 | 743 | "shape":"TimePeriod", |
744 | | - "documentation":"<p>The period of time that's covered by a budget. You set the start date and end date. The start date must come before the end date. The end date must come before <code>06/15/87 00:00 UTC</code>. </p> <p>If you create your budget and don't specify a start date, Amazon Web Services defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. If you didn't specify an end date, Amazon Web Services set your end date to <code>06/15/87 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API. </p> <p>You can change either date with the <code>UpdateBudget</code> operation.</p> <p>After the end date, Amazon Web Services deletes the budget and all the associated notifications and subscribers.</p>" |
| 744 | + "documentation":"<p>The period of time that's covered by a budget. You set the start date and end date. The start date must come before the end date. The end date must come before <code>06/15/87 00:00 UTC</code>. </p> <p>If you create your budget and don't specify a start date, Amazon Web Services defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, ANNUALLY, or CUSTOM). For example, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. If you didn't specify an end date, Amazon Web Services set your end date to <code>06/15/87 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API. </p> <p>You can change either date with the <code>UpdateBudget</code> operation.</p> <p>After the end date, Amazon Web Services deletes the budget and all the associated notifications and subscribers.</p>" |
745 | 745 | }, |
746 | 746 | "CalculatedSpend":{ |
747 | 747 | "shape":"CalculatedSpend", |
|
1773 | 1773 | }, |
1774 | 1774 | "StatusReason":{ |
1775 | 1775 | "shape":"HealthStatusReason", |
1776 | | - "documentation":"<p>The reason for the current status.</p> <ul> <li> <p> <code>BILLING_VIEW_NO_ACCESS</code>: The billing view resource does not grant <code>billing:GetBillingViewData</code> permission to this account.</p> </li> <li> <p> <code>BILLING_VIEW_UNHEALTHY</code>: The billing view associated with the budget is unhealthy.</p> </li> <li> <p> <code>FILTER_INVALID</code>: The filter contains reference to an account you do not have access to.</p> </li> </ul>" |
| 1776 | + "documentation":"<p>The reason for the current status.</p> <ul> <li> <p> <code>BILLING_VIEW_NO_ACCESS</code>: The billing view resource does not grant <code>billing:GetBillingViewData</code> permission to this account.</p> </li> <li> <p> <code>BILLING_VIEW_UNHEALTHY</code>: The billing view associated with the budget is unhealthy.</p> </li> <li> <p> <code>FILTER_INVALID</code>: The filter contains reference to an account you do not have access to.</p> </li> <li> <p> <code>MULTI_YEAR_HISTORICAL_DATA_DISABLED</code>: The budget is not being updated. Enable multi-year historical data in your Cost Management preferences.</p> </li> </ul>" |
1777 | 1777 | }, |
1778 | 1778 | "LastUpdatedTime":{"shape":"GenericTimestamp"} |
1779 | 1779 | }, |
|
1784 | 1784 | "enum":[ |
1785 | 1785 | "BILLING_VIEW_NO_ACCESS", |
1786 | 1786 | "BILLING_VIEW_UNHEALTHY", |
1787 | | - "FILTER_INVALID" |
| 1787 | + "FILTER_INVALID", |
| 1788 | + "MULTI_YEAR_HISTORICAL_DATA_DISABLED" |
1788 | 1789 | ] |
1789 | 1790 | }, |
1790 | 1791 | "HealthStatusValue":{ |
|
2316 | 2317 | "members":{ |
2317 | 2318 | "Start":{ |
2318 | 2319 | "shape":"GenericTimestamp", |
2319 | | - "documentation":"<p>The start date for a budget. If you created your budget and didn't specify a start date, Amazon Web Services defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API.</p> <p>You can change your start date with the <code>UpdateBudget</code> operation.</p>" |
| 2320 | + "documentation":"<p>The start date for a budget. If you created your budget and didn't specify a start date, Amazon Web Services defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, ANNUALLY, or CUSTOM). For example, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API.</p> <p>You can change your start date with the <code>UpdateBudget</code> operation.</p>" |
2320 | 2321 | }, |
2321 | 2322 | "End":{ |
2322 | 2323 | "shape":"GenericTimestamp", |
|
2332 | 2333 | "DAILY", |
2333 | 2334 | "MONTHLY", |
2334 | 2335 | "QUARTERLY", |
2335 | | - "ANNUALLY" |
| 2336 | + "ANNUALLY", |
| 2337 | + "CUSTOM" |
2336 | 2338 | ] |
2337 | 2339 | }, |
2338 | 2340 | "UnitValue":{ |
|
0 commit comments