Copyright | (c) 2013-2021 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 |
Synopsis
- data PreparedStatement = PreparedStatement' {}
- newPreparedStatement :: PreparedStatement
- preparedStatement_lastModifiedTime :: Lens' PreparedStatement (Maybe UTCTime)
- preparedStatement_queryStatement :: Lens' PreparedStatement (Maybe Text)
- preparedStatement_statementName :: Lens' PreparedStatement (Maybe Text)
- preparedStatement_description :: Lens' PreparedStatement (Maybe Text)
- preparedStatement_workGroupName :: Lens' PreparedStatement (Maybe Text)
Documentation
data PreparedStatement Source #
A prepared SQL statement for use with Athena.
See: newPreparedStatement
smart constructor.
PreparedStatement' | |
|
Instances
newPreparedStatement :: PreparedStatement Source #
Create a value of PreparedStatement
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lastModifiedTime:PreparedStatement'
, preparedStatement_lastModifiedTime
- The last modified time of the prepared statement.
$sel:queryStatement:PreparedStatement'
, preparedStatement_queryStatement
- The query string for the prepared statement.
$sel:statementName:PreparedStatement'
, preparedStatement_statementName
- The name of the prepared statement.
$sel:description:PreparedStatement'
, preparedStatement_description
- The description of the prepared statement.
$sel:workGroupName:PreparedStatement'
, preparedStatement_workGroupName
- The name of the workgroup to which the prepared statement belongs.
preparedStatement_lastModifiedTime :: Lens' PreparedStatement (Maybe UTCTime) Source #
The last modified time of the prepared statement.
preparedStatement_queryStatement :: Lens' PreparedStatement (Maybe Text) Source #
The query string for the prepared statement.
preparedStatement_statementName :: Lens' PreparedStatement (Maybe Text) Source #
The name of the prepared statement.
preparedStatement_description :: Lens' PreparedStatement (Maybe Text) Source #
The description of the prepared statement.
preparedStatement_workGroupName :: Lens' PreparedStatement (Maybe Text) Source #
The name of the workgroup to which the prepared statement belongs.