Skip to content

Commit 85ba6af

Browse files
author
AWS
committed
AWS Cost Explorer Service Update: add EstimatedOnDemandCostWithCurrentCommitment to GetSavingsPlansPurchaseRecommendationRequest API
1 parent 02b0e86 commit 85ba6af

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Cost Explorer Service",
4+
"description": "add EstimatedOnDemandCostWithCurrentCommitment to GetSavingsPlansPurchaseRecommendationRequest API"
5+
}

services/costexplorer/src/main/resources/codegen-resources/service-2.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
},
730730
"Granularity":{
731731
"shape":"Granularity",
732-
"documentation":"<p>Sets the AWS cost granularity to <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. If <code>Granularity</code> isn't set, the response object doesn't include the <code>Granularity</code>, either <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. </p> <p>The <code>GetCostAndUsageRequest</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
732+
"documentation":"<p>Sets the AWS cost granularity to <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. If <code>Granularity</code> isn't set, the response object doesn't include the <code>Granularity</code>, either <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. </p>"
733733
},
734734
"Filter":{
735735
"shape":"Expression",
@@ -741,7 +741,7 @@
741741
},
742742
"GroupBy":{
743743
"shape":"GroupDefinitions",
744-
"documentation":"<p>You can group AWS costs using up to two different groups, either dimensions, tag keys, or both.</p> <p>When you group by tag key, you get all tag values, including empty strings.</p> <p>Valid values are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>, <code>LINKED_ACCOUNT</code>, <code>OPERATION</code>, <code>PLATFORM</code>, <code>PURCHASE_TYPE</code>, <code>SERVICE</code>, <code>TAGS</code>, <code>TENANCY</code>, and <code>USAGE_TYPE</code>.</p>"
744+
"documentation":"<p>You can group AWS costs using up to two different groups, either dimensions, tag keys, or both.</p> <p>When you group by tag key, you get all tag values, including empty strings.</p> <p>Valid values are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>, <code>LINKED_ACCOUNT</code>, <code>OPERATION</code>, <code>PLATFORM</code>, <code>PURCHASE_TYPE</code>, <code>SERVICE</code>, <code>TAGS</code>, <code>TENANCY</code>, <code>RECORD_TYPE</code>, and <code>USAGE_TYPE</code>.</p>"
745745
},
746746
"NextPageToken":{
747747
"shape":"NextPageToken",
@@ -2171,6 +2171,10 @@
21712171
"shape":"GenericString",
21722172
"documentation":"<p>The remaining On-Demand cost estimated to not be covered by the recommended Savings Plans, over the length of the lookback period.</p>"
21732173
},
2174+
"EstimatedOnDemandCostWithCurrentCommitment":{
2175+
"shape":"GenericString",
2176+
"documentation":"<p> The estimated On-Demand costs you would expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own. </p>"
2177+
},
21742178
"EstimatedSavingsAmount":{
21752179
"shape":"GenericString",
21762180
"documentation":"<p>The estimated savings amount based on the recommended Savings Plans over the length of the lookback period.</p>"
@@ -2266,6 +2270,10 @@
22662270
"EstimatedMonthlySavingsAmount":{
22672271
"shape":"GenericString",
22682272
"documentation":"<p>The estimated monthly savings amount, based on the recommended Savings Plans purchase.</p>"
2273+
},
2274+
"EstimatedOnDemandCostWithCurrentCommitment":{
2275+
"shape":"GenericString",
2276+
"documentation":"<p> The estimated On-Demand costs you would expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own. </p>"
22692277
}
22702278
},
22712279
"documentation":"<p>Summary metrics for your Savings Plans Purchase Recommendations.</p>"

0 commit comments

Comments
 (0)