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

Description

Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account.

Currently, you can specify only one delivery channel per region in your account.

Synopsis

Creating a Request

data DescribeDeliveryChannels Source #

The input for the DescribeDeliveryChannels action.

See: newDescribeDeliveryChannels smart constructor.

Constructors

DescribeDeliveryChannels' 

Fields

Instances

Instances details
Eq DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Read DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Show DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Generic DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Associated Types

type Rep DescribeDeliveryChannels :: Type -> Type #

NFData DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Hashable DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

ToJSON DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

AWSRequest DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

ToHeaders DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

ToPath DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

ToQuery DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

type Rep DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

type Rep DescribeDeliveryChannels = D1 ('MetaData "DescribeDeliveryChannels" "Amazonka.Config.DescribeDeliveryChannels" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DescribeDeliveryChannels'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryChannelNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))
type AWSResponse DescribeDeliveryChannels Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

newDescribeDeliveryChannels :: DescribeDeliveryChannels Source #

Create a value of DescribeDeliveryChannels 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:deliveryChannelNames:DescribeDeliveryChannels', describeDeliveryChannels_deliveryChannelNames - A list of delivery channel names.

Request Lenses

Destructuring the Response

data DescribeDeliveryChannelsResponse Source #

The output for the DescribeDeliveryChannels action.

See: newDescribeDeliveryChannelsResponse smart constructor.

Constructors

DescribeDeliveryChannelsResponse' 

Fields

Instances

Instances details
Eq DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Read DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Show DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Generic DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

Associated Types

type Rep DescribeDeliveryChannelsResponse :: Type -> Type #

NFData DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

type Rep DescribeDeliveryChannelsResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannels

type Rep DescribeDeliveryChannelsResponse = D1 ('MetaData "DescribeDeliveryChannelsResponse" "Amazonka.Config.DescribeDeliveryChannels" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DescribeDeliveryChannelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryChannels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeliveryChannel])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDeliveryChannelsResponse Source #

Create a value of DescribeDeliveryChannelsResponse 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:deliveryChannels:DescribeDeliveryChannelsResponse', describeDeliveryChannelsResponse_deliveryChannels - A list that contains the descriptions of the specified delivery channel.

$sel:httpStatus:DescribeDeliveryChannelsResponse', describeDeliveryChannelsResponse_httpStatus - The response's http status code.

Response Lenses

describeDeliveryChannelsResponse_deliveryChannels :: Lens' DescribeDeliveryChannelsResponse (Maybe [DeliveryChannel]) Source #

A list that contains the descriptions of the specified delivery channel.