Open
Description
Describe the issue
The syntax example for GetStatementResultCommand shows GetStatementResultRequest
as the type for the input GetStatementResultResponse
as the type for the output. However, below the example it shows GetStatementResultCommandInput
as the input type and GetStatementResultCommandOutput
as the output type.