Skip to content

Commit

Permalink
feat(client-bcm-#-calculator): Updated condition key inference …
Browse files Browse the repository at this point in the history
…from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links.
  • Loading branch information
awstools committed Dec 10, 2024
1 parent c685950 commit 7e392d4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions codegen/sdk-codegen/aws-models/bcm-#-calculator.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
"min": 0,
"max": 32
},
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:,]*$"
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:, \\/()]*$"
}
},
"com.amazonaws.bcm#calculator#BatchCreateBillScenarioCommitmentModification": {
Expand Down Expand Up @@ -2390,6 +2390,7 @@
"template": "bill-estimate/{billEstimateId}"
},
"aws.api#taggable": {},
"aws.iam#disableConditionKeyInference": {},
"aws.iam#iamResource": {
"name": "bill-estimate"
},
Expand Down Expand Up @@ -2936,6 +2937,7 @@
"template": "bill-scenario/{billScenarioId}"
},
"aws.api#taggable": {},
"aws.iam#disableConditionKeyInference": {},
"aws.iam#iamResource": {
"name": "bill-scenario"
},
Expand Down Expand Up @@ -5705,7 +5707,7 @@
"min": 0,
"max": 32
},
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:,]*$"
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:, \\/()]*$"
}
},
"com.amazonaws.bcm#calculator#PurchaseAgreementType": {
Expand Down Expand Up @@ -6587,7 +6589,7 @@
"min": 0,
"max": 128
},
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:,]*$"
"smithy.api#pattern": "^[-a-zA-Z0-9\\.\\-_:, \\/()]*$"
}
},
"com.amazonaws.bcm#calculator#Uuid": {
Expand Down Expand Up @@ -6758,6 +6760,7 @@
"template": "workload-estimate/{workloadEstimateId}"
},
"aws.api#taggable": {},
"aws.iam#disableConditionKeyInference": {},
"aws.iam#iamResource": {
"name": "workload-estimate"
},
Expand Down

0 comments on commit 7e392d4

Please # to comment.