@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Amazon Kinesis Video Streams Media
@version 2017-09-30
@auth AWS SigV4
@endpoints 1
@toc getMedia(1)

@endpoint POST /getMedia
@required {StartSelector: StartSelector}
@optional {StreamName: str, StreamARN: str}
@returns(200) {ContentType: str?, Payload: bytes?}

@end
