amazonka-config-0.0.2: Amazon Config SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Config.DeliverConfigSnapshot

Contents

Description

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

Synopsis

Request

Request constructor

deliverConfigSnapshot Source

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

Response lenses

dcsrConfigSnapshotId :: Lens' DeliverConfigSnapshotResponse (Maybe Text) Source

The ID of the snapshot that is being created.