Safe Haskell | None |
---|---|
Language | Haskell2010 |
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends following notifications using an Amazon SNS topic that you have specified.
Notification of starting the delivery. Notification of delivery completed, if the delivery was successfully completed. Notification of delivery failure, if the delivery failed to complete.
http://docs.aws.amazon.com/config/latest/APIReference/API_DeliverConfigSnapshot.html
- data DeliverConfigSnapshot
- deliverConfigSnapshot :: Text -> DeliverConfigSnapshot
- dcsDeliveryChannelName :: Lens' DeliverConfigSnapshot Text
- data DeliverConfigSnapshotResponse
- deliverConfigSnapshotResponse :: DeliverConfigSnapshotResponse
- dcsrConfigSnapshotId :: Lens' DeliverConfigSnapshotResponse (Maybe Text)
Request
data DeliverConfigSnapshot Source
Request constructor
DeliverConfigSnapshot
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dcsDeliveryChannelName :: Lens' DeliverConfigSnapshot Text Source
The name of the delivery channel through which the snapshot is delivered.
Response
Response constructor
deliverConfigSnapshotResponse :: DeliverConfigSnapshotResponse Source
DeliverConfigSnapshotResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dcsrConfigSnapshotId :: Lens' DeliverConfigSnapshotResponse (Maybe Text) Source
The ID of the snapshot that is being created.