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.Types.DeliveryChannelStatus

Description

 
Synopsis

Documentation

data DeliveryChannelStatus Source #

The status of a specified delivery channel.

Valid values: Success | Failure

See: newDeliveryChannelStatus smart constructor.

Constructors

DeliveryChannelStatus' 

Fields

Instances

Instances details
Eq DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Read DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Show DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Generic DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Associated Types

type Rep DeliveryChannelStatus :: Type -> Type #

NFData DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

Methods

rnf :: DeliveryChannelStatus -> () #

Hashable DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

FromJSON DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

type Rep DeliveryChannelStatus Source # 
Instance details

Defined in Amazonka.Config.Types.DeliveryChannelStatus

type Rep DeliveryChannelStatus = D1 ('MetaData "DeliveryChannelStatus" "Amazonka.Config.Types.DeliveryChannelStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DeliveryChannelStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configSnapshotDeliveryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigExportDeliveryInfo)) :*: S1 ('MetaSel ('Just "configStreamDeliveryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigStreamDeliveryInfo))) :*: (S1 ('MetaSel ('Just "configHistoryDeliveryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigExportDeliveryInfo)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeliveryChannelStatus :: DeliveryChannelStatus Source #

Create a value of DeliveryChannelStatus 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:configSnapshotDeliveryInfo:DeliveryChannelStatus', deliveryChannelStatus_configSnapshotDeliveryInfo - A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

$sel:configStreamDeliveryInfo:DeliveryChannelStatus', deliveryChannelStatus_configStreamDeliveryInfo - A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

$sel:configHistoryDeliveryInfo:DeliveryChannelStatus', deliveryChannelStatus_configHistoryDeliveryInfo - A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.

$sel:name:DeliveryChannelStatus', deliveryChannelStatus_name - The name of the delivery channel.

deliveryChannelStatus_configSnapshotDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo) Source #

A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.

deliveryChannelStatus_configStreamDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigStreamDeliveryInfo) Source #

A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.

deliveryChannelStatus_configHistoryDeliveryInfo :: Lens' DeliveryChannelStatus (Maybe ConfigExportDeliveryInfo) Source #

A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.