libZSservicesZSamazonka-configZSamazonka-config
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Defined in Amazonka.Config.PutDeliveryChannel

Read PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Show PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Generic PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannel :: Type -> Type #

NFData PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Methods

rnf :: PutDeliveryChannel -> () #

Hashable PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

ToJSON PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

AWSRequest PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Associated Types

type AWSResponse 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

type Rep PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

type Rep PutDeliveryChannel = D1 ('MetaData "PutDeliveryChannel" "Amazonka.Config.PutDeliveryChannel" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "PutDeliveryChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryChannel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliveryChannel)))
type AWSResponse PutDeliveryChannel Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

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

Defined in Amazonka.Config.PutDeliveryChannel

Read PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Show PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Generic PutDeliveryChannelResponse Source # 
Instance details

Defined in Amazonka.Config.PutDeliveryChannel

Associated Types

type Rep PutDeliveryChannelResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-configZSamazonka-config" '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.