From ee2d403531eed5ecab59a8cbf802e94404590b86 Mon Sep 17 00:00:00 2001 From: Graham Burgsma Date: Tue, 10 Dec 2024 06:02:59 -0500 Subject: [PATCH] Patch com.amazonaws.bedrockagentruntime#FlowOutputEvent$nodeType required trait (#83) --- Sources/SotoCodeGeneratorLib/Model+Patch.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/SotoCodeGeneratorLib/Model+Patch.swift b/Sources/SotoCodeGeneratorLib/Model+Patch.swift index ea7875c..a67c766 100644 --- a/Sources/SotoCodeGeneratorLib/Model+Patch.swift +++ b/Sources/SotoCodeGeneratorLib/Model+Patch.swift @@ -32,6 +32,9 @@ extension Model { "com.amazonaws.amplify#App$environmentVariables": RemoveTraitPatch(trait: RequiredTrait.self), "com.amazonaws.amplify#App$repository": RemoveTraitPatch(trait: RequiredTrait.self), ], + "BedrockAgentRuntime": [ + "com.amazonaws.bedrockagentruntime#FlowOutputEvent$nodeType": RemoveTraitPatch(trait: RequiredTrait.self), + ], "CloudFront": [ // `DistributionConfig` and `DistributionSummary` both use `HttpVersion`. One expects it to be lowercase // and the other expects it to be uppercase. Solution create new enum `UppercaseHttpVersion` for