@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api AWS Marketplace Entitlement Service
@version 2017-01-11
@auth AWS SigV4
@endpoints 1
@toc root(1)

@endpoint POST /
@required {ProductCode: str}
@optional {Filter: map<str,[str]>, NextToken: str, MaxResults: int}
@returns(200) {Entitlements: [Entitlement]?, NextToken: str?}

@end
