Skip to content

Commit 77711d8

Browse files
AWSBillingConductor: Add support for Passthrough pricing plan
1 parent 9253761 commit 77711d8

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWSBillingConductor",
4+
"contributor": "",
5+
"description": "Add support for Passthrough pricing plan"
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@
26862686
},
26872687
"PricingPlanArn":{
26882688
"type":"string",
2689-
"pattern":"(arn:aws(-cn)?:billingconductor::(aws|[0-9]{12}):pricingplan/)?(BasicPricingPlan|[a-zA-Z0-9]{10})"
2689+
"pattern":"(arn:aws(-cn)?:billingconductor::(aws|[0-9]{12}):pricingplan/)?(BasicPricingPlan|Passthrough|[a-zA-Z0-9]{10})"
26902690
},
26912691
"PricingPlanArns":{
26922692
"type":"list",
@@ -2702,7 +2702,7 @@
27022702
},
27032703
"PricingPlanFullArn":{
27042704
"type":"string",
2705-
"pattern":"arn:aws(-cn)?:billingconductor::(aws|[0-9]{12}):pricingplan/(BasicPricingPlan|[a-zA-Z0-9]{10})"
2705+
"pattern":"arn:aws(-cn)?:billingconductor::(aws|[0-9]{12}):pricingplan/(BasicPricingPlan|Passthrough|[a-zA-Z0-9]{10})"
27062706
},
27072707
"PricingPlanList":{
27082708
"type":"list",

0 commit comments

Comments
 (0)