{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-apigatewaymanagementapi","description":"AmazonApiGatewayManagementApi","version":"2018-11-29","base_url":"","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AmazonApiGatewayManagementApi\n@version 2018-11-29\n@auth AWS SigV4\n@endpoints 3\n@toc @connections(3)\n\n@endpoint DELETE /@connections/{connectionId}\n@desc Delete the connection with the provided id.\n@required {ConnectionId: str}\n\n@endpoint GET /@connections/{connectionId}\n@desc Get information about the connection with the provided id.\n@required {ConnectionId: str}\n@returns(200) {ConnectedAt: str(timestamp)?, Identity: Identity?{SourceIp: str, UserAgent: str}, LastActiveAt: str(timestamp)?}\n\n@endpoint POST /@connections/{connectionId}\n@desc Sends the provided data to the specified connection.\n@required {ConnectionId: str, Data: bytes}\n\n@end\n"}