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 DeliveryChannelStatus = DeliveryChannelStatus' {}
- newDeliveryChannelStatus :: DeliveryChannelStatus
- deliveryChannelStatus_configSnapshotDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo)
- deliveryChannelStatus_configStreamDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigStreamDeliveryInfo)
- deliveryChannelStatus_configHistoryDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo)
- deliveryChannelStatus_name :: Lens' DeliveryChannelStatus (Maybe Text)
Documentation
data DeliveryChannelStatus Source #
The status of a specified delivery channel.
Valid values: Success
| Failure
See: newDeliveryChannelStatus
smart constructor.
DeliveryChannelStatus' | |
|
Instances
newDeliveryChannelStatus :: DeliveryChannelStatus Source #
Create a value of DeliveryChannelStatus
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:configSnapshotDeliveryInfo:DeliveryChannelStatus'
, deliveryChannelStatus_configSnapshotDeliveryInfo
- A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.
$sel:configStreamDeliveryInfo:DeliveryChannelStatus'
, deliveryChannelStatus_configStreamDeliveryInfo
- A list containing the status of the delivery of the configuration stream
notification to the specified Amazon SNS topic.
$sel:configHistoryDeliveryInfo:DeliveryChannelStatus'
, deliveryChannelStatus_configHistoryDeliveryInfo
- A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
$sel:name:DeliveryChannelStatus'
, deliveryChannelStatus_name
- The name of the delivery channel.
deliveryChannelStatus_configSnapshotDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo) Source #
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
deliveryChannelStatus_configStreamDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigStreamDeliveryInfo) Source #
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
deliveryChannelStatus_configHistoryDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo) Source #
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
deliveryChannelStatus_name :: Lens' DeliveryChannelStatus (Maybe Text) Source #
The name of the delivery channel.