Skip to content

Commit 93e7e55

Browse files
author
AWS
committed
AWS Savings Plans Update: Documentation update for valid Savings Plans offering ID pattern
1 parent 045f33c commit 93e7e55

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
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": "Documentation update for valid Savings Plans offering ID pattern"
6+
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@
11341134
"TermDurationInSeconds":{"type":"long"},
11351135
"UUID":{
11361136
"type":"string",
1137-
"pattern":"^(([0-9a-f]+)(-?))+$"
1137+
"pattern":"[a-f0-9]+(-[a-f0-9]+)*"
11381138
},
11391139
"UUIDs":{
11401140
"type":"list",

0 commit comments

Comments
 (0)