Skip to content

Commit 7e392d4

Browse files
author
awstools
committedDec 10, 2024
feat(client-bcm-pricing-calculator): Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links.
1 parent c685950 commit 7e392d4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

Diff for: ‎codegen/sdk-codegen/aws-models/bcm-pricing-calculator.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@
642642
"min": 0,
643643
"max": 32
644644
},
645-
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:,]*$"
645+
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:, \\/()]*$"
646646
}
647647
},
648648
"com.amazonaws.bcmpricingcalculator#BatchCreateBillScenarioCommitmentModification": {
@@ -2390,6 +2390,7 @@
23902390
"template": "bill-estimate/{billEstimateId}"
23912391
},
23922392
"aws.api#taggable": {},
2393+
"aws.iam#disableConditionKeyInference": {},
23932394
"aws.iam#iamResource": {
23942395
"name": "bill-estimate"
23952396
},
@@ -2936,6 +2937,7 @@
29362937
"template": "bill-scenario/{billScenarioId}"
29372938
},
29382939
"aws.api#taggable": {},
2940+
"aws.iam#disableConditionKeyInference": {},
29392941
"aws.iam#iamResource": {
29402942
"name": "bill-scenario"
29412943
},
@@ -5705,7 +5707,7 @@
57055707
"min": 0,
57065708
"max": 32
57075709
},
5708-
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:,]*$"
5710+
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:, \\/()]*$"
57095711
}
57105712
},
57115713
"com.amazonaws.bcmpricingcalculator#PurchaseAgreementType": {
@@ -6587,7 +6589,7 @@
65876589
"min": 0,
65886590
"max": 128
65896591
},
6590-
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:,]*$"
6592+
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:, \\/()]*$"
65916593
}
65926594
},
65936595
"com.amazonaws.bcmpricingcalculator#Uuid": {
@@ -6758,6 +6760,7 @@
67586760
"template": "workload-estimate/{workloadEstimateId}"
67596761
},
67606762
"aws.api#taggable": {},
6763+
"aws.iam#disableConditionKeyInference": {},
67616764
"aws.iam#iamResource": {
67626765
"name": "workload-estimate"
67636766
},

0 commit comments

Comments
 (0)
Please sign in to comment.