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 ConfigExportDeliveryInfo = ConfigExportDeliveryInfo' {}
- newConfigExportDeliveryInfo :: ConfigExportDeliveryInfo
- configExportDeliveryInfo_lastErrorCode :: Lens' ConfigExportDeliveryInfo (Maybe Text)
- configExportDeliveryInfo_lastAttemptTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime)
- configExportDeliveryInfo_lastSuccessfulTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime)
- configExportDeliveryInfo_lastStatus :: Lens' ConfigExportDeliveryInfo (Maybe DeliveryStatus)
- configExportDeliveryInfo_lastErrorMessage :: Lens' ConfigExportDeliveryInfo (Maybe Text)
- configExportDeliveryInfo_nextDeliveryTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime)
Documentation
data ConfigExportDeliveryInfo Source #
Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.
See: newConfigExportDeliveryInfo
smart constructor.
ConfigExportDeliveryInfo' | |
|
Instances
newConfigExportDeliveryInfo :: ConfigExportDeliveryInfo Source #
Create a value of ConfigExportDeliveryInfo
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:lastErrorCode:ConfigExportDeliveryInfo'
, configExportDeliveryInfo_lastErrorCode
- The error code from the last attempted delivery.
$sel:lastAttemptTime:ConfigExportDeliveryInfo'
, configExportDeliveryInfo_lastAttemptTime
- The time of the last attempted delivery.
$sel:lastSuccessfulTime:ConfigExportDeliveryInfo'
, configExportDeliveryInfo_lastSuccessfulTime
- The time of the last successful delivery.
$sel:lastStatus:ConfigExportDeliveryInfo'
, configExportDeliveryInfo_lastStatus
- Status of the last attempted delivery.
$sel:lastErrorMessage:ConfigExportDeliveryInfo'
, configExportDeliveryInfo_lastErrorMessage
- The error message from the last attempted delivery.
$sel:nextDeliveryTime:ConfigExportDeliveryInfo'
, configExportDeliveryInfo_nextDeliveryTime
- The time that the next delivery occurs.
configExportDeliveryInfo_lastErrorCode :: Lens' ConfigExportDeliveryInfo (Maybe Text) Source #
The error code from the last attempted delivery.
configExportDeliveryInfo_lastAttemptTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime) Source #
The time of the last attempted delivery.
configExportDeliveryInfo_lastSuccessfulTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime) Source #
The time of the last successful delivery.
configExportDeliveryInfo_lastStatus :: Lens' ConfigExportDeliveryInfo (Maybe DeliveryStatus) Source #
Status of the last attempted delivery.
configExportDeliveryInfo_lastErrorMessage :: Lens' ConfigExportDeliveryInfo (Maybe Text) Source #
The error message from the last attempted delivery.
configExportDeliveryInfo_nextDeliveryTime :: Lens' ConfigExportDeliveryInfo (Maybe UTCTime) Source #
The time that the next delivery occurs.