Skip to content

Commit c541e4d

Browse files
committed
Patch "com.amazonaws.bedrockruntime#ToolUseType" to include "tool_use"
1 parent b6955e6 commit c541e4d

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
@@ -46,6 +46,11 @@ extension Model {
4646
AddShapeMemberPatch<EnumShape>(name: "SPEECH")
4747
),
4848
],
49+
"BedrockRuntime": [
50+
// https://github.com/soto-project/soto/issues/785
51+
// Missing Enum value
52+
"com.amazonaws.bedrockruntime#ToolUseType": AddShapeMemberPatch<EnumShape>(name: "tool_use")
53+
],
4954
"CloudFront": [
5055
// `DistributionConfig` and `DistributionSummary` both use `HttpVersion`. One expects it to be lowercase
5156
// and the other expects it to be uppercase. Solution create new enum `UppercaseHttpVersion` for

0 commit comments

Comments
 (0)