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
Documentation
data SearchedLogStream Source #
Represents the search status of a log stream.
See: newSearchedLogStream
smart constructor.
SearchedLogStream' | |
|
Instances
newSearchedLogStream :: SearchedLogStream Source #
Create a value of SearchedLogStream
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:logStreamName:SearchedLogStream'
, searchedLogStream_logStreamName
- The name of the log stream.
$sel:searchedCompletely:SearchedLogStream'
, searchedLogStream_searchedCompletely
- Indicates whether all the events in this log stream were searched.
searchedLogStream_logStreamName :: Lens' SearchedLogStream (Maybe Text) Source #
The name of the log stream.
searchedLogStream_searchedCompletely :: Lens' SearchedLogStream (Maybe Bool) Source #
Indicates whether all the events in this log stream were searched.