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 |
Documentation
data OTAUpdateSummary Source #
An OTA update summary.
See: newOTAUpdateSummary
smart constructor.
OTAUpdateSummary' | |
|
Instances
newOTAUpdateSummary :: OTAUpdateSummary Source #
Create a value of OTAUpdateSummary
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:creationDate:OTAUpdateSummary'
, oTAUpdateSummary_creationDate
- The date when the OTA update was created.
$sel:otaUpdateId:OTAUpdateSummary'
, oTAUpdateSummary_otaUpdateId
- The OTA update ID.
$sel:otaUpdateArn:OTAUpdateSummary'
, oTAUpdateSummary_otaUpdateArn
- The OTA update ARN.
oTAUpdateSummary_creationDate :: Lens' OTAUpdateSummary (Maybe UTCTime) Source #
The date when the OTA update was created.
oTAUpdateSummary_otaUpdateId :: Lens' OTAUpdateSummary (Maybe Text) Source #
The OTA update ID.
oTAUpdateSummary_otaUpdateArn :: Lens' OTAUpdateSummary (Maybe Text) Source #
The OTA update ARN.