amazonka-config-1.6.1: 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 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:

data DeliverConfigSnapshot Source #

The input for the DeliverConfigSnapshot action.

See: deliverConfigSnapshot smart constructor.

Instances
Eq DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Data DeliverConfigSnapshot Source # 
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 Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Show DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Generic DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Associated Types

type Rep DeliverConfigSnapshot :: Type -> Type #

Hashable DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

ToJSON DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

AWSRequest DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Associated Types

type Rs DeliverConfigSnapshot :: Type #

ToHeaders DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

ToPath DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

ToQuery DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

NFData DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Methods

rnf :: DeliverConfigSnapshot -> () #

type Rep DeliverConfigSnapshot Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

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

Defined in Network.AWS.Config.DeliverConfigSnapshot

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:

data DeliverConfigSnapshotResponse Source #

The output for the DeliverConfigSnapshot action, in JSON format.

See: deliverConfigSnapshotResponse smart constructor.

Instances
Eq DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Data DeliverConfigSnapshotResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Show DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Generic DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

Associated Types

type Rep DeliverConfigSnapshotResponse :: Type -> Type #

NFData DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

type Rep DeliverConfigSnapshotResponse Source # 
Instance details

Defined in Network.AWS.Config.DeliverConfigSnapshot

type Rep DeliverConfigSnapshotResponse = D1 (MetaData "DeliverConfigSnapshotResponse" "Network.AWS.Config.DeliverConfigSnapshot" "amazonka-config-1.6.1-7ZYB8js37ntD2x5LWqLcCi" 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) Source #

The ID of the snapshot that is being created.