amazonka-config-1.6.0: Amazon Config SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 the following notifications using an Amazon SNS topic that you have specified.

  • Notification of the start of the delivery.
  • Notification of the completion of the delivery, if the delivery was successfully completed.
  • Notification of delivery failure, if the delivery failed.
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 # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Data DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.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 # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Show DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Generic DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Associated Types

type Rep DeliverConfigSnapshot :: * -> * #

Hashable DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

ToJSON DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

AWSRequest DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Associated Types

type Rs DeliverConfigSnapshot :: * #

ToHeaders DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

ToPath DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

ToQuery DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

NFData DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Methods

rnf :: DeliverConfigSnapshot -> () #

type Rep DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

type Rep DeliverConfigSnapshot = D1 (MetaData "DeliverConfigSnapshot" "Network.AWS.Config.DeliverConfigSnapshot" "amazonka-config-1.6.0-42sMzZlHa4G221J3mzep9P" True) (C1 (MetaCons "DeliverConfigSnapshot'" PrefixI True) (S1 (MetaSel (Just "_dcsDeliveryChannelName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeliverConfigSnapshot # 
Instance details

Defined in Network.AWS.Config.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 # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Data DeliverConfigSnapshotResponse # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

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 # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Show DeliverConfigSnapshotResponse # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Generic DeliverConfigSnapshotResponse # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Associated Types

type Rep DeliverConfigSnapshotResponse :: * -> * #

NFData DeliverConfigSnapshotResponse # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

type Rep DeliverConfigSnapshotResponse # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

type Rep DeliverConfigSnapshotResponse = D1 (MetaData "DeliverConfigSnapshotResponse" "Network.AWS.Config.DeliverConfigSnapshot" "amazonka-config-1.6.0-42sMzZlHa4G221J3mzep9P" False) (C1 (MetaCons "DeliverConfigSnapshotResponse'" PrefixI True) (S1 (MetaSel (Just "_dcsrsConfigSnapshotId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dcsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

dcsrsConfigSnapshotId :: Lens' DeliverConfigSnapshotResponse (Maybe Text) #

The ID of the snapshot that is being created.