Skip to content

Commit

Permalink
Patch com.amazonaws.bedrockagentruntime#FlowOutputEvent$nodeType requ…
Browse files Browse the repository at this point in the history
…ired trait (#83)
  • Loading branch information
grahamburgsma authored Dec 10, 2024
1 parent 37a5f50 commit ee2d403
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/SotoCodeGeneratorLib/Model+Patch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee2d403

Please sign in to comment.