{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-sagemaker-a2i-runtime","description":"Amazon Augmented AI Runtime","version":"2019-11-07","base_url":"","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Amazon Augmented AI Runtime\n@version 2019-11-07\n@auth AWS SigV4\n@endpoints 5\n@toc human-loops(5)\n\n@endpoint DELETE /human-loops/{HumanLoopName}\n@desc Deletes the specified human loop for a flow definition. If the human loop was deleted, this operation will return a ResourceNotFoundException.\n@required {HumanLoopName: str}\n\n@endpoint GET /human-loops/{HumanLoopName}\n@desc Returns information about the specified human loop. If the human loop was deleted, this operation will return a ResourceNotFoundException error.\n@required {HumanLoopName: str}\n@returns(200) {CreationTime: str(timestamp), FailureReason: str?, FailureCode: str?, HumanLoopStatus: str, HumanLoopName: str, HumanLoopArn: str, FlowDefinitionArn: str, HumanLoopOutput: HumanLoopOutput?{OutputS3Uri: str}}\n\n@endpoint GET /human-loops\n@desc Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.\n@required {FlowDefinitionArn: str}\n@optional {CreationTimeAfter: str(timestamp), CreationTimeBefore: str(timestamp), SortOrder: str, NextToken: str, MaxResults: int}\n@returns(200) {HumanLoopSummaries: [HumanLoopSummary], NextToken: str?}\n\n@endpoint POST /human-loops\n@desc Starts a human loop, provided that at least one activation condition is met.\n@required {HumanLoopName: str, FlowDefinitionArn: str, HumanLoopInput: HumanLoopInput}\n@optional {DataAttributes: HumanLoopDataAttributes}\n@returns(200) {HumanLoopArn: str?}\n\n@endpoint POST /human-loops/stop\n@desc Stops the specified human loop.\n@required {HumanLoopName: str}\n\n@end\n"}