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

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 #

The input for the PutDeliveryChannel action.

See: putDeliveryChannel smart constructor.

Instances
Eq PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

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

Defined in Network.AWS.Config.PutDeliveryChannel

Show PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Generic PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannel :: * -> * #

Hashable PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

ToJSON PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

AWSRequest PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Associated Types

type Rs PutDeliveryChannel :: * #

ToHeaders PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

ToPath PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

ToQuery PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

NFData PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Methods

rnf :: PutDeliveryChannel -> () #

type Rep PutDeliveryChannel # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

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

Defined in Network.AWS.Config.PutDeliveryChannel

Request Lenses

pdcDeliveryChannel :: Lens' PutDeliveryChannel DeliveryChannel #

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 #

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

data PutDeliveryChannelResponse #

See: putDeliveryChannelResponse smart constructor.

Instances
Eq PutDeliveryChannelResponse # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

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

Defined in Network.AWS.Config.PutDeliveryChannel

Show PutDeliveryChannelResponse # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Generic PutDeliveryChannelResponse # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannelResponse :: * -> * #

NFData PutDeliveryChannelResponse # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

type Rep PutDeliveryChannelResponse # 
Instance details

Defined in Network.AWS.Config.PutDeliveryChannel

type Rep PutDeliveryChannelResponse = D1 (MetaData "PutDeliveryChannelResponse" "Network.AWS.Config.PutDeliveryChannel" "amazonka-config-1.6.0-42sMzZlHa4G221J3mzep9P" False) (C1 (MetaCons "PutDeliveryChannelResponse'" PrefixI False) (U1 :: * -> *))