| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Config.Types.DeliveryChannelStatus
Description
Synopsis
- data DeliveryChannelStatus = DeliveryChannelStatus' {}
- newDeliveryChannelStatus :: DeliveryChannelStatus
- deliveryChannelStatus_configHistoryDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo)
- deliveryChannelStatus_configSnapshotDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo)
- deliveryChannelStatus_configStreamDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigStreamDeliveryInfo)
- 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.
Constructors
| DeliveryChannelStatus' | |
Fields
| |
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:configHistoryDeliveryInfo:DeliveryChannelStatus', deliveryChannelStatus_configHistoryDeliveryInfo - A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
$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:name:DeliveryChannelStatus', deliveryChannelStatus_name - The name of the delivery channel.
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_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_name :: Lens' DeliveryChannelStatus (Maybe Text) Source #
The name of the delivery channel.