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