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

Description

 
Synopsis

Documentation

data ConfigStreamDeliveryInfo Source #

A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.

See: newConfigStreamDeliveryInfo smart constructor.

Constructors

ConfigStreamDeliveryInfo' 

Fields

Instances

Instances details
Eq ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Read ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Show ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Generic ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Associated Types

type Rep ConfigStreamDeliveryInfo :: Type -> Type #

NFData ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Hashable ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

FromJSON ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

type Rep ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

type Rep ConfigStreamDeliveryInfo = D1 ('MetaData "ConfigStreamDeliveryInfo" "Amazonka.Config.Types.ConfigStreamDeliveryInfo" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConfigStreamDeliveryInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastStatusChangeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStatus)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConfigStreamDeliveryInfo :: ConfigStreamDeliveryInfo Source #

Create a value of ConfigStreamDeliveryInfo 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:lastErrorCode:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastErrorCode - The error code from the last attempted delivery.

$sel:lastStatusChangeTime:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastStatusChangeTime - The time from the last status change.

$sel:lastStatus:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastStatus - Status of the last attempted delivery.

Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.

$sel:lastErrorMessage:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastErrorMessage - The error message from the last attempted delivery.

configStreamDeliveryInfo_lastErrorCode :: Lens' ConfigStreamDeliveryInfo (Maybe Text) Source #

The error code from the last attempted delivery.

configStreamDeliveryInfo_lastStatus :: Lens' ConfigStreamDeliveryInfo (Maybe DeliveryStatus) Source #

Status of the last attempted delivery.

Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.

configStreamDeliveryInfo_lastErrorMessage :: Lens' ConfigStreamDeliveryInfo (Maybe Text) Source #

The error message from the last attempted delivery.