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

Description

Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status 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 DescribeDeliveryChannelStatus Source #

The input for the DeliveryChannelStatus action.

See: newDescribeDeliveryChannelStatus smart constructor.

Constructors

DescribeDeliveryChannelStatus' 

Fields

Instances

Instances details
ToJSON DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

ToHeaders DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

ToPath DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

ToQuery DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

AWSRequest DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Generic DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Associated Types

type Rep DescribeDeliveryChannelStatus :: Type -> Type #

Read DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Show DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

NFData DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Eq DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Hashable DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

type AWSResponse DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

type Rep DescribeDeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

type Rep DescribeDeliveryChannelStatus = D1 ('MetaData "DescribeDeliveryChannelStatus" "Amazonka.Config.DescribeDeliveryChannelStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeDeliveryChannelStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryChannelNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDescribeDeliveryChannelStatus :: DescribeDeliveryChannelStatus Source #

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

Request Lenses

Destructuring the Response

data DescribeDeliveryChannelStatusResponse Source #

The output for the DescribeDeliveryChannelStatus action.

See: newDescribeDeliveryChannelStatusResponse smart constructor.

Constructors

DescribeDeliveryChannelStatusResponse' 

Fields

Instances

Instances details
Generic DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Read DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Show DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

NFData DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

Eq DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

type Rep DescribeDeliveryChannelStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeDeliveryChannelStatus

type Rep DescribeDeliveryChannelStatusResponse = D1 ('MetaData "DescribeDeliveryChannelStatusResponse" "Amazonka.Config.DescribeDeliveryChannelStatus" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "DescribeDeliveryChannelStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryChannelsStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeliveryChannelStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDeliveryChannelStatusResponse Source #

Create a value of DescribeDeliveryChannelStatusResponse 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:deliveryChannelsStatus:DescribeDeliveryChannelStatusResponse', describeDeliveryChannelStatusResponse_deliveryChannelsStatus - A list that contains the status of a specified delivery channel.

$sel:httpStatus:DescribeDeliveryChannelStatusResponse', describeDeliveryChannelStatusResponse_httpStatus - The response's http status code.

Response Lenses