Skip to content

Commit b39a261

Browse files
committed
Add com.amazonaws.bedrock#InferenceType patch
1 parent d2657f7 commit b39a261

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Sources/SotoCodeGeneratorLib/Model+Patch.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ extension Model {
3636
// https://github.com/soto-project/soto/issues/744
3737
"com.amazonaws.bedrockagentruntime#FlowOutputEvent$nodeType": RemoveTraitPatch(trait: RequiredTrait.self)
3838
],
39+
"Bedrock": [
40+
// https://github.com/soto-project/soto/issues/781
41+
// Missing Enum value
42+
"com.amazonaws.bedrock#InferenceType": AddShapeMemberPatch<EnumShape>(name: "INFERENCE_PROFILE")
43+
],
3944
"CloudFront": [
4045
// `DistributionConfig` and `DistributionSummary` both use `HttpVersion`. One expects it to be lowercase
4146
// and the other expects it to be uppercase. Solution create new enum `UppercaseHttpVersion` for

0 commit comments

Comments
 (0)