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 ConfigStreamDeliveryInfo = ConfigStreamDeliveryInfo' {}
- newConfigStreamDeliveryInfo :: ConfigStreamDeliveryInfo
- configStreamDeliveryInfo_lastErrorCode :: Lens' ConfigStreamDeliveryInfo (Maybe Text)
- configStreamDeliveryInfo_lastStatusChangeTime :: Lens' ConfigStreamDeliveryInfo (Maybe UTCTime)
- configStreamDeliveryInfo_lastStatus :: Lens' ConfigStreamDeliveryInfo (Maybe DeliveryStatus)
- configStreamDeliveryInfo_lastErrorMessage :: Lens' ConfigStreamDeliveryInfo (Maybe Text)
Documentation
data ConfigStreamDeliveryInfo Source #
A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.
See: newConfigStreamDeliveryInfo
smart constructor.
ConfigStreamDeliveryInfo' | |
|
Instances
newConfigStreamDeliveryInfo :: ConfigStreamDeliveryInfo Source #
Create a value of ConfigStreamDeliveryInfo
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:ConfigStreamDeliveryInfo'
, configStreamDeliveryInfo_lastErrorCode
- The error code from the last attempted delivery.
$sel:lastStatusChangeTime:ConfigStreamDeliveryInfo'
, configStreamDeliveryInfo_lastStatusChangeTime
- The time from the last status change.
$sel:lastStatus:ConfigStreamDeliveryInfo'
, configStreamDeliveryInfo_lastStatus
- Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
$sel:lastErrorMessage:ConfigStreamDeliveryInfo'
, configStreamDeliveryInfo_lastErrorMessage
- The error message from the last attempted delivery.
configStreamDeliveryInfo_lastErrorCode :: Lens' ConfigStreamDeliveryInfo (Maybe Text) Source #
The error code from the last attempted delivery.
configStreamDeliveryInfo_lastStatusChangeTime :: Lens' ConfigStreamDeliveryInfo (Maybe UTCTime) Source #
The time from the last status change.
configStreamDeliveryInfo_lastStatus :: Lens' ConfigStreamDeliveryInfo (Maybe DeliveryStatus) Source #
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
configStreamDeliveryInfo_lastErrorMessage :: Lens' ConfigStreamDeliveryInfo (Maybe Text) Source #
The error message from the last attempted delivery.