amazonka-config-1.4.5: Amazon Config SDK.

Copyright(c) 2013-2016 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.

Synopsis

Creating a Request

deliverConfigSnapshot #

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:

data DeliverConfigSnapshot #

The input for the DeliverConfigSnapshot action.

See: deliverConfigSnapshot smart constructor.

Instances

Eq DeliverConfigSnapshot # 
Data DeliverConfigSnapshot # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeliverConfigSnapshot -> c DeliverConfigSnapshot #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeliverConfigSnapshot #

toConstr :: DeliverConfigSnapshot -> Constr #

dataTypeOf :: DeliverConfigSnapshot -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeliverConfigSnapshot) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeliverConfigSnapshot) #

gmapT :: (forall b. Data b => b -> b) -> DeliverConfigSnapshot -> DeliverConfigSnapshot #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeliverConfigSnapshot -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeliverConfigSnapshot -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeliverConfigSnapshot -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeliverConfigSnapshot -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeliverConfigSnapshot -> m DeliverConfigSnapshot #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliverConfigSnapshot -> m DeliverConfigSnapshot #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliverConfigSnapshot -> m DeliverConfigSnapshot #

Read DeliverConfigSnapshot # 
Show DeliverConfigSnapshot # 
Generic DeliverConfigSnapshot # 
Hashable DeliverConfigSnapshot # 
ToJSON DeliverConfigSnapshot # 
NFData DeliverConfigSnapshot # 

Methods

rnf :: DeliverConfigSnapshot -> () #

AWSRequest DeliverConfigSnapshot # 
ToQuery DeliverConfigSnapshot # 
ToPath DeliverConfigSnapshot # 
ToHeaders DeliverConfigSnapshot # 
type Rep DeliverConfigSnapshot # 
type Rep DeliverConfigSnapshot = D1 (MetaData "DeliverConfigSnapshot" "Network.AWS.Config.DeliverConfigSnapshot" "amazonka-config-1.4.5-6okYkGmQ3l6FTRqeDLduhb" True) (C1 (MetaCons "DeliverConfigSnapshot'" PrefixI True) (S1 (MetaSel (Just Symbol "_dcsDeliveryChannelName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeliverConfigSnapshot # 

Request Lenses

dcsDeliveryChannelName :: Lens' DeliverConfigSnapshot Text #

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

Destructuring the Response

deliverConfigSnapshotResponse #

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:

data DeliverConfigSnapshotResponse #

The output for the DeliverConfigSnapshot action in JSON format.

See: deliverConfigSnapshotResponse smart constructor.

Instances

Eq DeliverConfigSnapshotResponse # 
Data DeliverConfigSnapshotResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeliverConfigSnapshotResponse -> c DeliverConfigSnapshotResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeliverConfigSnapshotResponse #

toConstr :: DeliverConfigSnapshotResponse -> Constr #

dataTypeOf :: DeliverConfigSnapshotResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeliverConfigSnapshotResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeliverConfigSnapshotResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeliverConfigSnapshotResponse -> DeliverConfigSnapshotResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeliverConfigSnapshotResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeliverConfigSnapshotResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeliverConfigSnapshotResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeliverConfigSnapshotResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeliverConfigSnapshotResponse -> m DeliverConfigSnapshotResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliverConfigSnapshotResponse -> m DeliverConfigSnapshotResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliverConfigSnapshotResponse -> m DeliverConfigSnapshotResponse #

Read DeliverConfigSnapshotResponse # 
Show DeliverConfigSnapshotResponse # 
Generic DeliverConfigSnapshotResponse # 
NFData DeliverConfigSnapshotResponse # 
type Rep DeliverConfigSnapshotResponse # 
type Rep DeliverConfigSnapshotResponse = D1 (MetaData "DeliverConfigSnapshotResponse" "Network.AWS.Config.DeliverConfigSnapshot" "amazonka-config-1.4.5-6okYkGmQ3l6FTRqeDLduhb" False) (C1 (MetaCons "DeliverConfigSnapshotResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dcsrsConfigSnapshotId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dcsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

dcsrsConfigSnapshotId :: Lens' DeliverConfigSnapshotResponse (Maybe Text) #

The ID of the snapshot that is being created.