chore: update generated content

This commit is contained in:
github-actions[bot]
2026-04-02 16:52:13 +00:00
parent 6c24ead680
commit 1e233e691a
13 changed files with 61 additions and 575 deletions

2
dist/579.index.js generated vendored
View File

@@ -250,7 +250,7 @@ class EventStreamSerde {
throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.");
}
}
const messageSerialization = serializer.flush();
const messageSerialization = serializer.flush() ?? new Uint8Array();
const body = typeof messageSerialization === "string"
? (this.serdeContext?.utf8Decoder ?? utilUtf8.fromUtf8)(messageSerialization)
: messageSerialization;