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.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
FromJSON 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 #

Read ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Show ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

NFData ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Eq ConfigStreamDeliveryInfo Source # 
Instance details

Defined in Amazonka.Config.Types.ConfigStreamDeliveryInfo

Hashable 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" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "ConfigStreamDeliveryInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStatus)) :*: S1 ('MetaSel ('Just "lastStatusChangeTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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:lastErrorMessage:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastErrorMessage - The error message from the last attempted delivery.

$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:lastStatusChangeTime:ConfigStreamDeliveryInfo', configStreamDeliveryInfo_lastStatusChangeTime - The time from the last status change.

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

The error code from the last attempted delivery.

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

The error message 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.