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 b39a261 commit b6955e6Copy full SHA for b6955e6
1 file changed
Sources/SotoCodeGeneratorLib/Model+Patch.swift
@@ -39,7 +39,12 @@ extension Model {
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")
+ "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
+ ),
48
],
49
"CloudFront": [
50
// `DistributionConfig` and `DistributionSummary` both use `HttpVersion`. One expects it to be lowercase
0 commit comments