Skip to content

Commit bc31a0f

Browse files
author
AWS
committed
AWS Cost Explorer Service Update: This release updates existing Savings Plans Purchase Analyzer and Recommendations APIs to support Database Savings Plans.
1 parent 470eb9d commit bc31a0f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Cost Explorer Service",
4+
"contributor": "",
5+
"description": "This release updates existing Savings Plans Purchase Analyzer and Recommendations APIs to support Database Savings Plans."
6+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,7 +2894,7 @@
28942894
},
28952895
"Granularity":{
28962896
"shape":"Granularity",
2897-
"documentation":"<p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code> forecasts or 12 months of <code>MONTHLY</code> forecasts.</p> <p>The <code>GetCostForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
2897+
"documentation":"<p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code> forecasts or 18 months of <code>MONTHLY</code> forecasts.</p> <p>The <code>GetCostForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
28982898
},
28992899
"Filter":{
29002900
"shape":"Expression",
@@ -3514,7 +3514,7 @@
35143514
},
35153515
"Granularity":{
35163516
"shape":"Granularity",
3517-
"documentation":"<p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code> forecasts or 12 months of <code>MONTHLY</code> forecasts.</p> <p>The <code>GetUsageForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
3517+
"documentation":"<p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code> forecasts or 18 months of <code>MONTHLY</code> forecasts.</p> <p>The <code>GetUsageForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
35183518
},
35193519
"Filter":{
35203520
"shape":"Expression",
@@ -5659,7 +5659,8 @@
56595659
"enum":[
56605660
"COMPUTE_SP",
56615661
"EC2_INSTANCE_SP",
5662-
"SAGEMAKER_SP"
5662+
"SAGEMAKER_SP",
5663+
"DATABASE_SP"
56635664
]
56645665
},
56655666
"TagKey":{

0 commit comments

Comments
 (0)