data class OperationRequest<T>(val context: <Error class: unknown class>, val subject: T)
Wrapper around a type subject with an execution context.
This type is typically used as the input for a aws.smithy.kotlin.runtime.io.middleware.Phase where subject is the thing currently being worked on (built/serialized/etc).