Skip to content

Commit b6955e6

Browse files
committed
Add additional enum cases to com.amazonaws.bedrock#InferenceType
1 parent b39a261 commit b6955e6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Sources/SotoCodeGeneratorLib/Model+Patch.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ extension Model {
3939
"Bedrock": [
4040
// https://github.com/soto-project/soto/issues/781
4141
// Missing Enum value
42-
"com.amazonaws.bedrock#InferenceType": AddShapeMemberPatch<EnumShape>(name: "INFERENCE_PROFILE")
42+
"com.amazonaws.bedrock#InferenceType": AddShapeMemberPatch<EnumShape>(name: "INFERENCE_PROFILE"),
43+
"com.amazonaws.bedrock#ModelModality": MultiplePatch(
44+
AddShapeMemberPatch<EnumShape>(name: "AUDIO"),
45+
AddShapeMemberPatch<EnumShape>(name: "VIDEO"),
46+
AddShapeMemberPatch<EnumShape>(name: "SPEECH")
47+
),
4348
],
4449
"CloudFront": [
4550
// `DistributionConfig` and `DistributionSummary` both use `HttpVersion`. One expects it to be lowercase

0 commit comments

Comments
 (0)