| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.Recommendation
Description
Synopsis
- data Recommendation = Recommendation' {}
- newRecommendation :: Recommendation
- recommendation_createdTimestamp :: Lens' Recommendation (Maybe UTCTime)
- recommendation_description :: Lens' Recommendation (Maybe Text)
- recommendation_impact :: Lens' Recommendation (Maybe RecommendationImpact)
- recommendation_lastUpdatedTimestamp :: Lens' Recommendation (Maybe UTCTime)
- recommendation_resourceArn :: Lens' Recommendation (Maybe Text)
- recommendation_status :: Lens' Recommendation (Maybe RecommendationStatus)
- recommendation_type :: Lens' Recommendation (Maybe RecommendationType)
Documentation
data Recommendation Source #
A recommendation generated for your account.
See: newRecommendation smart constructor.
Constructors
| Recommendation' | |
Fields
| |
Instances
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.