Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Stops a query execution.
For code samples using the AWS SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide .
Creating a Request
Creates a value of StopQueryExecution
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sqeQueryExecutionId
- The unique ID of the query execution to stop.
data StopQueryExecution Source #
See: stopQueryExecution
smart constructor.
Instances
Request Lenses
sqeQueryExecutionId :: Lens' StopQueryExecution Text Source #
The unique ID of the query execution to stop.
Destructuring the Response
stopQueryExecutionResponse Source #
Creates a value of StopQueryExecutionResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
srsResponseStatus
- -- | The response status code.
data StopQueryExecutionResponse Source #
See: stopQueryExecutionResponse
smart constructor.
Instances
Response Lenses
srsResponseStatus :: Lens' StopQueryExecutionResponse Int Source #
- - | The response status code.