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 QueryInfo = QueryInfo' {}
- newQueryInfo :: QueryInfo
- queryInfo_status :: Lens' QueryInfo (Maybe QueryStatus)
- queryInfo_queryId :: Lens' QueryInfo (Maybe Text)
- queryInfo_logGroupName :: Lens' QueryInfo (Maybe Text)
- queryInfo_queryString :: Lens' QueryInfo (Maybe Text)
- queryInfo_createTime :: Lens' QueryInfo (Maybe Natural)
Documentation
Information about one CloudWatch Logs Insights query that matches the
request in a DescribeQueries
operation.
See: newQueryInfo
smart constructor.
QueryInfo' | |
|
Instances
newQueryInfo :: QueryInfo Source #
Create a value of QueryInfo
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:status:QueryInfo'
, queryInfo_status
- The status of this query. Possible values are Cancelled
, Complete
,
Failed
, Running
, Scheduled
, and Unknown
.
$sel:queryId:QueryInfo'
, queryInfo_queryId
- The unique ID number of this query.
$sel:logGroupName:QueryInfo'
, queryInfo_logGroupName
- The name of the log group scanned by this query.
$sel:queryString:QueryInfo'
, queryInfo_queryString
- The query string used in this query.
$sel:createTime:QueryInfo'
, queryInfo_createTime
- The date and time that this query was created.
queryInfo_status :: Lens' QueryInfo (Maybe QueryStatus) Source #
The status of this query. Possible values are Cancelled
, Complete
,
Failed
, Running
, Scheduled
, and Unknown
.