| 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.IoTEvents.Types.InputSummary
Description
Synopsis
- data InputSummary = InputSummary' {}
- newInputSummary :: InputSummary
- inputSummary_creationTime :: Lens' InputSummary (Maybe UTCTime)
- inputSummary_inputArn :: Lens' InputSummary (Maybe Text)
- inputSummary_inputDescription :: Lens' InputSummary (Maybe Text)
- inputSummary_inputName :: Lens' InputSummary (Maybe Text)
- inputSummary_lastUpdateTime :: Lens' InputSummary (Maybe UTCTime)
- inputSummary_status :: Lens' InputSummary (Maybe InputStatus)
Documentation
data InputSummary Source #
Information about the input.
See: newInputSummary smart constructor.
Constructors
| InputSummary' | |
Fields
| |
Instances
newInputSummary :: InputSummary Source #
Create a value of InputSummary 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:creationTime:InputSummary', inputSummary_creationTime - The time the input was created.
$sel:inputArn:InputSummary', inputSummary_inputArn - The ARN of the input.
$sel:inputDescription:InputSummary', inputSummary_inputDescription - A brief description of the input.
$sel:inputName:InputSummary', inputSummary_inputName - The name of the input.
$sel:lastUpdateTime:InputSummary', inputSummary_lastUpdateTime - The last time the input was updated.
$sel:status:InputSummary', inputSummary_status - The status of the input.
inputSummary_creationTime :: Lens' InputSummary (Maybe UTCTime) Source #
The time the input was created.
inputSummary_inputArn :: Lens' InputSummary (Maybe Text) Source #
The ARN of the input.
inputSummary_inputDescription :: Lens' InputSummary (Maybe Text) Source #
A brief description of the input.
inputSummary_inputName :: Lens' InputSummary (Maybe Text) Source #
The name of the input.
inputSummary_lastUpdateTime :: Lens' InputSummary (Maybe UTCTime) Source #
The last time the input was updated.
inputSummary_status :: Lens' InputSummary (Maybe InputStatus) Source #
The status of the input.