| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatchLogs.Types.SearchedLogStream
Description
Synopsis
Documentation
data SearchedLogStream Source #
Represents the search status of a log stream.
See: newSearchedLogStream smart constructor.
Constructors
| SearchedLogStream' | |
Fields
| |
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.