-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Nov 6, 2019
1 parent
75d284f
commit 25776ca
Showing
33 changed files
with
5,095 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "CodeBuild", | ||
"description": "Add support for Build Number, Secrets Manager and Exported Environment Variables." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "CostExplorer", | ||
"description": "This launch provides customers with access to Savings Plans management APIs." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "EFS", | ||
"description": "EFS customers can select a lifecycle policy that automatically moves files that have not been accessed for 7 days into the EFS Infrequent Access (EFS IA) storage class. EFS IA provides price/performance that is cost-optimized for files that are not accessed every day." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "SavingsPlans", | ||
"description": "This is the first release of Savings Plans, a new flexible pricing model that offers low prices on Amazon EC2 and AWS Fargate usage." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Signer", | ||
"description": "This release adds support for tagging code-signing profiles in AWS Signer." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,9 @@ | |
}, | ||
{ | ||
"shape": "DuplicateRecordException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Creates a budget and, if included, notifications and subscribers. </p> <important> <p>Only one of <code>BudgetLimit</code> or <code>PlannedBudgetLimits</code> can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the <code>BudgetLimit</code> syntax. For <code>PlannedBudgetLimits</code>, see the <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_CreateBudget.html#API_CreateBudget_Examples\">Examples</a> section. </p> </important>" | ||
|
@@ -68,6 +71,9 @@ | |
}, | ||
{ | ||
"shape": "DuplicateRecordException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Creates a notification. You must create the budget before you create the associated notification.</p>" | ||
|
@@ -99,6 +105,9 @@ | |
}, | ||
{ | ||
"shape": "NotFoundException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Creates a subscriber. You must create the associated budget and notification before you create the subscriber.</p>" | ||
|
@@ -124,6 +133,9 @@ | |
}, | ||
{ | ||
"shape": "NotFoundException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Deletes a budget. You can delete your budget at any time.</p> <important> <p>Deleting a budget also deletes the notifications and subscribers that are associated with that budget.</p> </important>" | ||
|
@@ -149,6 +161,9 @@ | |
}, | ||
{ | ||
"shape": "NotFoundException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Deletes a notification.</p> <important> <p>Deleting a notification also deletes the subscribers that are associated with the notification.</p> </important>" | ||
|
@@ -174,6 +189,9 @@ | |
}, | ||
{ | ||
"shape": "NotFoundException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Deletes a subscriber.</p> <important> <p>Deleting the last subscriber to a notification also deletes the notification.</p> </important>" | ||
|
@@ -199,6 +217,9 @@ | |
}, | ||
{ | ||
"shape": "NotFoundException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Describes a budget.</p> <important> <p>The Request Syntax section shows the <code>BudgetLimit</code> syntax. For <code>PlannedBudgetLimits</code>, see the <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DescribeBudget.html#API_DescribeBudget_Examples\">Examples</a> section. </p> </important>" | ||
|
@@ -230,6 +251,9 @@ | |
}, | ||
{ | ||
"shape": "ExpiredNextTokenException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Describes the history for <code>DAILY</code>, <code>MONTHLY</code>, and <code>QUARTERLY</code> budgets. Budget history isn't available for <code>ANNUAL</code> budgets.</p>" | ||
|
@@ -261,6 +285,9 @@ | |
}, | ||
{ | ||
"shape": "ExpiredNextTokenException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Lists the budgets that are associated with an account.</p> <important> <p>The Request Syntax section shows the <code>BudgetLimit</code> syntax. For <code>PlannedBudgetLimits</code>, see the <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DescribeBudgets.html#API_DescribeBudgets_Examples\">Examples</a> section. </p> </important>" | ||
|
@@ -292,6 +319,9 @@ | |
}, | ||
{ | ||
"shape": "ExpiredNextTokenException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Lists the notifications that are associated with a budget.</p>" | ||
|
@@ -323,6 +353,9 @@ | |
}, | ||
{ | ||
"shape": "ExpiredNextTokenException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Lists the subscribers that are associated with a notification.</p>" | ||
|
@@ -348,6 +381,9 @@ | |
}, | ||
{ | ||
"shape": "NotFoundException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Updates a budget. You can change every part of a budget except for the <code>budgetName</code> and the <code>calculatedSpend</code>. When you modify a budget, the <code>calculatedSpend</code> drops to zero until AWS has new usage data to use for forecasting.</p> <important> <p>Only one of <code>BudgetLimit</code> or <code>PlannedBudgetLimits</code> can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the <code>BudgetLimit</code> syntax. For <code>PlannedBudgetLimits</code>, see the <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_UpdateBudget.html#API_UpdateBudget_Examples\">Examples</a> section. </p> </important>" | ||
|
@@ -376,6 +412,9 @@ | |
}, | ||
{ | ||
"shape": "DuplicateRecordException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Updates a notification.</p>" | ||
|
@@ -404,6 +443,9 @@ | |
}, | ||
{ | ||
"shape": "DuplicateRecordException" | ||
}, | ||
{ | ||
"shape": "AccessDeniedException" | ||
} | ||
], | ||
"documentation": "<p>Updates a subscriber.</p>" | ||
|
@@ -431,7 +473,7 @@ | |
}, | ||
"BudgetLimit": { | ||
"shape": "Spend", | ||
"documentation": "<p>The total amount of cost, usage, RI utilization, or RI coverage that you want to track with your budget.</p> <p> <code>BudgetLimit</code> is required for cost or usage budgets, but optional for RI utilization or coverage budgets. RI utilization or coverage budgets default to <code>100</code>, which is the only valid value for RI utilization or coverage budgets. You can't use <code>BudgetLimit</code> with <code>PlannedBudgetLimits</code> for <code>CreateBudget</code> and <code>UpdateBudget</code> actions. </p>" | ||
"documentation": "<p>The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.</p> <p> <code>BudgetLimit</code> is required for cost or usage budgets, but optional for RI or Savings Plans utilization or coverage budgets. RI and Savings Plans utilization or coverage budgets default to <code>100</code>, which is the only valid value for RI or Savings Plans utilization or coverage budgets. You can't use <code>BudgetLimit</code> with <code>PlannedBudgetLimits</code> for <code>CreateBudget</code> and <code>UpdateBudget</code> actions. </p>" | ||
}, | ||
"PlannedBudgetLimits": { | ||
"shape": "PlannedBudgetLimits", | ||
|
@@ -443,11 +485,11 @@ | |
}, | ||
"CostTypes": { | ||
"shape": "CostTypes", | ||
"documentation": "<p>The types of costs that are included in this <code>COST</code> budget.</p> <p> <code>USAGE</code>, <code>RI_UTILIZATION</code>, and <code>RI_COVERAGE</code> budgets do not have <code>CostTypes</code>.</p>" | ||
"documentation": "<p>The types of costs that are included in this <code>COST</code> budget.</p> <p> <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>, <code>Savings_Plans_Utilization</code>, and <code>Savings_Plans_Coverage</code> budgets do not have <code>CostTypes</code>.</p>" | ||
}, | ||
"TimeUnit": { | ||
"shape": "TimeUnit", | ||
"documentation": "<p>The length of time until a budget resets the actual and forecasted spend. <code>DAILY</code> is available only for <code>RI_UTILIZATION</code> and <code>RI_COVERAGE</code> budgets.</p>" | ||
"documentation": "<p>The length of time until a budget resets the actual and forecasted spend. <code>DAILY</code> is available only for <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>, <code>Savings_Plans_Utilization</code>, and <code>Savings_Plans_Coverage</code> budgets.</p>" | ||
}, | ||
"TimePeriod": { | ||
"shape": "TimePeriod", | ||
|
@@ -459,7 +501,7 @@ | |
}, | ||
"BudgetType": { | ||
"shape": "BudgetType", | ||
"documentation": "<p>Whether this budget tracks costs, usage, RI utilization, or RI coverage.</p>" | ||
"documentation": "<p>Whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage.</p>" | ||
}, | ||
"LastUpdatedTime": { | ||
"shape": "GenericTimestamp", | ||
|
@@ -509,7 +551,9 @@ | |
"USAGE", | ||
"COST", | ||
"RI_UTILIZATION", | ||
"RI_COVERAGE" | ||
"RI_COVERAGE", | ||
"SAVINGS_PLANS_UTILIZATION", | ||
"SAVINGS_PLANS_COVERAGE" | ||
] | ||
}, | ||
"BudgetedAndActualAmounts": { | ||
|
@@ -1151,7 +1195,7 @@ | |
}, | ||
"Address": { | ||
"shape": "SubscriberAddress", | ||
"documentation": "<p>The address that AWS sends budget notifications to, either an SNS topic or an email.</p> <p>AWS validates the address for a <code>CreateSubscriber</code> request with the <code>.*</code> regex.</p>" | ||
"documentation": "<p>The address that AWS sends budget notifications to, either an SNS topic or an email.</p> <p>When you create a subscriber, the value of <code>Address</code> can't contain line breaks.</p>" | ||
} | ||
}, | ||
"documentation": "<p>The subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.</p> <p>For example, an email subscriber would have the following parameters:</p> <ul> <li> <p>A <code>subscriptionType</code> of <code>EMAIL</code> </p> </li> <li> <p>An <code>address</code> of <code>[email protected]</code> </p> </li> </ul>" | ||
|
@@ -1161,7 +1205,7 @@ | |
"documentation": "<p> A string that contains an email address or SNS topic for the subscriber's address.</p>", | ||
"max": 2147483647, | ||
"min": 1, | ||
"pattern": "(?s).*", | ||
"pattern": "(.*[\\n\\r\\t\\f\\ ]?)*", | ||
"sensitive": true | ||
}, | ||
"Subscribers": { | ||
|
Oops, something went wrong.