chore: update generated content

This commit is contained in:
github-actions[bot]
2026-03-03 17:11:57 +00:00
parent 5a2d6a71bd
commit 92cbcb231e
20 changed files with 2097 additions and 2700 deletions

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

@@ -243,6 +243,9 @@ class EventStreamSerde {
serializer.write(eventSchema, event[unionMember]);
}
}
else if (eventSchema.isUnitSchema()) {
serializer.write(eventSchema, {});
}
else {
throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.");
}