Skip to content

Commit febe78e

Browse files
author
AWS
committed
AWS Savings Plans Update: Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point.
1 parent e218a23 commit febe78e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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 Savings Plans",
4+
"contributor": "",
5+
"description": "Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
},
165165
"commitment":{
166166
"shape":"Amount",
167-
"documentation":"<p>The hourly commitment, in USD. This is a value between 0.001 and 1 million. You cannot specify more than three digits after the decimal point.</p>"
167+
"documentation":"<p>The hourly commitment, in USD. This is a value between 0.001 and 1 million. You cannot specify more than five digits after the decimal point.</p>"
168168
},
169169
"upfrontPaymentAmount":{
170170
"shape":"Amount",

0 commit comments

Comments
 (0)