export const resolveEventStreamSerdeConfig = (input) => ({ ...input, eventStreamMarshaller: input.eventStreamSerdeProvider(input), });