Skip to content

Commit 153bfdd

Browse files
author
AWS
committed
AWS Cost Explorer Service Update: Adding support for Sagemaker savings plans in GetSavingsPlansPurchaseRecommendation API
1 parent a5526af commit 153bfdd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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": "Adding support for Sagemaker savings plans in GetSavingsPlansPurchaseRecommendation API"
6+
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,7 @@
16521652
"type":"structure",
16531653
"required":[
16541654
"TimePeriod",
1655+
"Granularity",
16551656
"Metrics"
16561657
],
16571658
"members":{
@@ -1706,6 +1707,7 @@
17061707
"type":"structure",
17071708
"required":[
17081709
"TimePeriod",
1710+
"Granularity",
17091711
"Filter"
17101712
],
17111713
"members":{
@@ -3791,7 +3793,8 @@
37913793
"type":"string",
37923794
"enum":[
37933795
"COMPUTE_SP",
3794-
"EC2_INSTANCE_SP"
3796+
"EC2_INSTANCE_SP",
3797+
"SAGEMAKER_SP"
37953798
]
37963799
},
37973800
"TagKey":{

0 commit comments

Comments
 (0)