amazonka-config-1.2.0.2: Amazon Config SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DeliverConfigSnapshot.

Synopsis

Creating a Request

deliverConfigSnapshot Source

Creates a value of DeliverConfigSnapshot with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dcsDeliveryChannelName :: Lens' DeliverConfigSnapshot Text Source

The name of the delivery channel through which the snapshot is delivered.

Destructuring the Response

deliverConfigSnapshotResponse Source

Creates a value of DeliverConfigSnapshotResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dcsrsConfigSnapshotId :: Lens' DeliverConfigSnapshotResponse (Maybe Text) Source

The ID of the snapshot that is being created.