amazonka-sesv2-2.0: Amazon Simple Email Service 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.SESV2.Types.Recommendation

Description

 
Synopsis

Documentation

data Recommendation Source #

A recommendation generated for your account.

See: newRecommendation smart constructor.

Constructors

Recommendation' 

Fields

Instances

Instances details
FromJSON Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Generic Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Associated Types

type Rep Recommendation :: Type -> Type #

Read Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Show Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

NFData Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Methods

rnf :: Recommendation -> () #

Eq Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Hashable Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

type Rep Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

newRecommendation :: Recommendation Source #

Create a value of Recommendation 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:createdTimestamp:Recommendation', recommendation_createdTimestamp - The first time this issue was encountered and the recommendation was generated.

$sel:description:Recommendation', recommendation_description - The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different recommendations about your DKIM setup.

$sel:impact:Recommendation', recommendation_impact - The recommendation impact, with values like HIGH or LOW.

$sel:lastUpdatedTimestamp:Recommendation', recommendation_lastUpdatedTimestamp - The last time the recommendation was updated.

$sel:resourceArn:Recommendation', recommendation_resourceArn - The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.

$sel:status:Recommendation', recommendation_status - The recommendation status, with values like OPEN or FIXED.

$sel:type':Recommendation', recommendation_type - The recommendation type, with values like DKIM, SPF or DMARC.

recommendation_createdTimestamp :: Lens' Recommendation (Maybe UTCTime) Source #

The first time this issue was encountered and the recommendation was generated.

recommendation_description :: Lens' Recommendation (Maybe Text) Source #

The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different recommendations about your DKIM setup.

recommendation_impact :: Lens' Recommendation (Maybe RecommendationImpact) Source #

The recommendation impact, with values like HIGH or LOW.

recommendation_lastUpdatedTimestamp :: Lens' Recommendation (Maybe UTCTime) Source #

The last time the recommendation was updated.

recommendation_resourceArn :: Lens' Recommendation (Maybe Text) Source #

The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.

recommendation_status :: Lens' Recommendation (Maybe RecommendationStatus) Source #

The recommendation status, with values like OPEN or FIXED.

recommendation_type :: Lens' Recommendation (Maybe RecommendationType) Source #

The recommendation type, with values like DKIM, SPF or DMARC.