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.PutDeliveryChannel

Contents

Description

Creates a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic.

Before you can create a delivery channel, you must create a configuration recorder.

You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed.

Synopsis

Creating a Request

putDeliveryChannel Source #

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

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

  • pdcDeliveryChannel - The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.

data PutDeliveryChannel Source #

The input for the PutDeliveryChannel action.

See: putDeliveryChannel smart constructor.

Instances
Eq PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Data PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Methods

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

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

toConstr :: PutDeliveryChannel -> Constr #

dataTypeOf :: PutDeliveryChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Show PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Generic PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannel :: Type -> Type #

Hashable PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

ToJSON PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

AWSRequest PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Associated Types

type Rs PutDeliveryChannel :: Type #

ToHeaders PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

ToPath PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

ToQuery PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

NFData PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Methods

rnf :: PutDeliveryChannel -> () #

type Rep PutDeliveryChannel Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

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

Defined in Network.AWS.Config.PutDeliveryChannel

Request Lenses

pdcDeliveryChannel :: Lens' PutDeliveryChannel DeliveryChannel Source #

The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.

Destructuring the Response

putDeliveryChannelResponse :: PutDeliveryChannelResponse Source #

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

data PutDeliveryChannelResponse Source #

See: putDeliveryChannelResponse smart constructor.

Instances
Eq PutDeliveryChannelResponse Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Data PutDeliveryChannelResponse Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Methods

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

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

toConstr :: PutDeliveryChannelResponse -> Constr #

dataTypeOf :: PutDeliveryChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PutDeliveryChannelResponse Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Show PutDeliveryChannelResponse Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Generic PutDeliveryChannelResponse Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannelResponse :: Type -> Type #

NFData PutDeliveryChannelResponse Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

type Rep PutDeliveryChannelResponse Source # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

type Rep PutDeliveryChannelResponse = D1 (MetaData "PutDeliveryChannelResponse" "Network.AWS.Config.PutDeliveryChannel" "amazonka-config-1.6.1-7ZYB8js37ntD2x5LWqLcCi" False) (C1 (MetaCons "PutDeliveryChannelResponse'" PrefixI False) (U1 :: Type -> Type))