Skip to content

Commit 3966d32

Browse files
author
AWS
committed
AWS Billing and Cost Management Pricing Calculator Update: Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links.
1 parent 287cc3d commit 3966d32

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-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": "Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links."
6+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
"type":"string",
744744
"max":32,
745745
"min":0,
746-
"pattern":"[-a-zA-Z0-9\\.\\-_:,]*"
746+
"pattern":"[-a-zA-Z0-9\\.\\-_:, \\/()]*"
747747
},
748748
"BatchCreateBillScenarioCommitmentModificationEntries":{
749749
"type":"list",
@@ -3307,7 +3307,7 @@
33073307
"type":"string",
33083308
"max":32,
33093309
"min":0,
3310-
"pattern":"[-a-zA-Z0-9\\.\\-_:,]*"
3310+
"pattern":"[-a-zA-Z0-9\\.\\-_:, \\/()]*"
33113311
},
33123312
"PurchaseAgreementType":{
33133313
"type":"string",
@@ -3774,7 +3774,7 @@
37743774
"type":"string",
37753775
"max":128,
37763776
"min":0,
3777-
"pattern":"[-a-zA-Z0-9\\.\\-_:,]*"
3777+
"pattern":"[-a-zA-Z0-9\\.\\-_:, \\/()]*"
37783778
},
37793779
"Uuid":{
37803780
"type":"string",

0 commit comments

Comments
 (0)