amazonka-config-2.0: Amazon Config SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Config.PutDeliveryChannel

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.

You can have only one delivery channel per region in your account.

Synopsis

Creating a Request

data PutDeliveryChannel Source #

The input for the PutDeliveryChannel action.

See: newPutDeliveryChannel smart constructor.

Constructors

PutDeliveryChannel' 

Fields

  • deliveryChannel :: DeliveryChannel

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

Instances

Instances details
ToJSON PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

ToHeaders PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

ToPath PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

ToQuery PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

AWSRequest PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Associated Types

type AWSResponse PutDeliveryChannel #

Generic PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannel :: Type -> Type #

Read PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Show PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

NFData PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Methods

rnf :: PutDeliveryChannel -> () #

Eq PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Hashable PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type AWSResponse PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type Rep PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type Rep PutDeliveryChannel = D1 ('MetaData "PutDeliveryChannel" "Amazonka.Config.PutDeliveryChannel" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutDeliveryChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryChannel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliveryChannel)))

newPutDeliveryChannel Source #

Create a value of PutDeliveryChannel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryChannel:PutDeliveryChannel', putDeliveryChannel_deliveryChannel - The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.

Request Lenses

putDeliveryChannel_deliveryChannel :: 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

data PutDeliveryChannelResponse Source #

See: newPutDeliveryChannelResponse smart constructor.

Instances

Instances details
Generic PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannelResponse :: Type -> Type #

Read PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Show PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

NFData PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Eq PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type Rep PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type Rep PutDeliveryChannelResponse = D1 ('MetaData "PutDeliveryChannelResponse" "Amazonka.Config.PutDeliveryChannel" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "PutDeliveryChannelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutDeliveryChannelResponse :: PutDeliveryChannelResponse Source #

Create a value of PutDeliveryChannelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.