pub fn operation_output(
input: &str,
) -> IResult<&str, OperationPropertyShape<'_>>Expand description
OperationOutput = %s"output" [WS] (InlineAggregateShape / (":" [WS] ShapeId))pub fn operation_output(
input: &str,
) -> IResult<&str, OperationPropertyShape<'_>>OperationOutput = %s"output" [WS] (InlineAggregateShape / (":" [WS] ShapeId))