There was an error while loading. Please reload this page.
1 parent d2657f7 commit b39a261Copy full SHA for b39a261
1 file changed
Sources/SotoCodeGeneratorLib/Model+Patch.swift
@@ -36,6 +36,11 @@ extension Model {
36
// https://github.com/soto-project/soto/issues/744
37
"com.amazonaws.bedrockagentruntime#FlowOutputEvent$nodeType": RemoveTraitPatch(trait: RequiredTrait.self)
38
],
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
+ ],
44
"CloudFront": [
45
// `DistributionConfig` and `DistributionSummary` both use `HttpVersion`. One expects it to be lowercase
46
// and the other expects it to be uppercase. Solution create new enum `UppercaseHttpVersion` for
0 commit comments