We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6955e6 commit c541e4dCopy full SHA for c541e4d
1 file changed
Sources/SotoCodeGeneratorLib/Model+Patch.swift
@@ -46,6 +46,11 @@ extension Model {
46
AddShapeMemberPatch<EnumShape>(name: "SPEECH")
47
),
48
],
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
+ ],
54
"CloudFront": [
55
// `DistributionConfig` and `DistributionSummary` both use `HttpVersion`. One expects it to be lowercase
56
// and the other expects it to be uppercase. Solution create new enum `UppercaseHttpVersion` for
0 commit comments