Skip to content

Commit 1d3ae1d

Browse files
author
AWS
committed
AWS Billing and Cost Management Pricing Calculator Update: Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs.
1 parent c296156 commit 1d3ae1d

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-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 Billing and Cost Management Pricing Calculator",
4+
"contributor": "",
5+
"description": "Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs."
6+
}

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
{"shape":"AccessDeniedException"},
367367
{"shape":"ThrottlingException"}
368368
],
369-
"documentation":"<p> Retrieves the current preferences for the Amazon Web Services Cost Explorer service. </p>"
369+
"documentation":"<p> Retrieves the current preferences for Pricing Calculator. </p>"
370370
},
371371
"GetWorkloadEstimate":{
372372
"name":"GetWorkloadEstimate",
@@ -671,7 +671,7 @@
671671
{"shape":"AccessDeniedException"},
672672
{"shape":"ThrottlingException"}
673673
],
674-
"documentation":"<p> Updates the preferences for the Amazon Web Services Cost Explorer service. </p>",
674+
"documentation":"<p> Updates the preferences for Pricing Calculator. </p>",
675675
"idempotent":true
676676
},
677677
"UpdateWorkloadEstimate":{
@@ -2006,7 +2006,8 @@
20062006
"enum":[
20072007
"READY",
20082008
"LOCKED",
2009-
"FAILED"
2009+
"FAILED",
2010+
"STALE"
20102011
]
20112012
},
20122013
"BillScenarioSummaries":{
@@ -2580,6 +2581,10 @@
25802581
"memberAccountRateTypeSelections":{
25812582
"shape":"RateTypes",
25822583
"documentation":"<p> The preferred rate types for member accounts. </p>"
2584+
},
2585+
"standaloneAccountRateTypeSelections":{
2586+
"shape":"RateTypes",
2587+
"documentation":"<p> The preferred rate types for a standalone account. </p>"
25832588
}
25842589
}
25852590
},
@@ -3631,6 +3636,10 @@
36313636
"memberAccountRateTypeSelections":{
36323637
"shape":"RateTypes",
36333638
"documentation":"<p> The updated preferred rate types for member accounts. </p>"
3639+
},
3640+
"standaloneAccountRateTypeSelections":{
3641+
"shape":"RateTypes",
3642+
"documentation":"<p> The updated preferred rate types for a standalone account. </p>"
36343643
}
36353644
}
36363645
},
@@ -3644,6 +3653,10 @@
36443653
"memberAccountRateTypeSelections":{
36453654
"shape":"RateTypes",
36463655
"documentation":"<p> The updated preferred rate types for member accounts. </p>"
3656+
},
3657+
"standaloneAccountRateTypeSelections":{
3658+
"shape":"RateTypes",
3659+
"documentation":"<p> The updated preferred rate types for a standalone account. </p>"
36473660
}
36483661
}
36493662
},

0 commit comments

Comments
 (0)