Skip to content

Commit 88ea22b

Browse files
author
AWS
committed
AWS Savings Plans Update: Added support for Amazon SageMaker in Machine Learning Savings Plans
1 parent 153bfdd commit 88ea22b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-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 Savings Plans",
4+
"contributor": "",
5+
"description": "Added support for Amazon SageMaker in Machine Learning Savings Plans"
6+
}

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,8 @@
863863
"enum":[
864864
"EC2",
865865
"Fargate",
866-
"Lambda"
866+
"Lambda",
867+
"SageMaker"
867868
]
868869
},
869870
"SavingsPlanProductTypeList":{
@@ -997,7 +998,9 @@
997998
"enum":[
998999
"AmazonEC2",
9991000
"AmazonECS",
1000-
"AWSLambda"
1001+
"AmazonEKS",
1002+
"AWSLambda",
1003+
"AmazonSageMaker"
10011004
]
10021005
},
10031006
"SavingsPlanRateServiceCodeList":{
@@ -1049,7 +1052,8 @@
10491052
"type":"string",
10501053
"enum":[
10511054
"Compute",
1052-
"EC2Instance"
1055+
"EC2Instance",
1056+
"SageMaker"
10531057
]
10541058
},
10551059
"SavingsPlanTypeList":{

0 commit comments

Comments
 (0)