| 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.DeliverabilityTestReport
Description
Synopsis
- data DeliverabilityTestReport = DeliverabilityTestReport' {}
- newDeliverabilityTestReport :: DeliverabilityTestReport
- deliverabilityTestReport_createDate :: Lens' DeliverabilityTestReport (Maybe UTCTime)
- deliverabilityTestReport_deliverabilityTestStatus :: Lens' DeliverabilityTestReport (Maybe DeliverabilityTestStatus)
- deliverabilityTestReport_fromEmailAddress :: Lens' DeliverabilityTestReport (Maybe Text)
- deliverabilityTestReport_reportId :: Lens' DeliverabilityTestReport (Maybe Text)
- deliverabilityTestReport_reportName :: Lens' DeliverabilityTestReport (Maybe Text)
- deliverabilityTestReport_subject :: Lens' DeliverabilityTestReport (Maybe Text)
Documentation
data DeliverabilityTestReport Source #
An object that contains metadata related to a predictive inbox placement test.
See: newDeliverabilityTestReport smart constructor.
Constructors
| DeliverabilityTestReport' | |
Fields
| |
Instances
newDeliverabilityTestReport :: DeliverabilityTestReport Source #
Create a value of DeliverabilityTestReport 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:createDate:DeliverabilityTestReport', deliverabilityTestReport_createDate - The date and time when the predictive inbox placement test was created.
$sel:deliverabilityTestStatus:DeliverabilityTestReport', deliverabilityTestReport_deliverabilityTestStatus - The status of the predictive inbox placement test. If the status is
IN_PROGRESS, then the predictive inbox placement test is currently
running. Predictive inbox placement tests are usually complete within 24
hours of creating the test. If the status is COMPLETE, then the test
is finished, and you can use the GetDeliverabilityTestReport to view
the results of the test.
$sel:fromEmailAddress:DeliverabilityTestReport', deliverabilityTestReport_fromEmailAddress - The sender address that you specified for the predictive inbox placement
test.
$sel:reportId:DeliverabilityTestReport', deliverabilityTestReport_reportId - A unique string that identifies the predictive inbox placement test.
$sel:reportName:DeliverabilityTestReport', deliverabilityTestReport_reportName - A name that helps you identify a predictive inbox placement test report.
$sel:subject:DeliverabilityTestReport', deliverabilityTestReport_subject - The subject line for an email that you submitted in a predictive inbox
placement test.
deliverabilityTestReport_createDate :: Lens' DeliverabilityTestReport (Maybe UTCTime) Source #
The date and time when the predictive inbox placement test was created.
deliverabilityTestReport_deliverabilityTestStatus :: Lens' DeliverabilityTestReport (Maybe DeliverabilityTestStatus) Source #
The status of the predictive inbox placement test. If the status is
IN_PROGRESS, then the predictive inbox placement test is currently
running. Predictive inbox placement tests are usually complete within 24
hours of creating the test. If the status is COMPLETE, then the test
is finished, and you can use the GetDeliverabilityTestReport to view
the results of the test.
deliverabilityTestReport_fromEmailAddress :: Lens' DeliverabilityTestReport (Maybe Text) Source #
The sender address that you specified for the predictive inbox placement test.
deliverabilityTestReport_reportId :: Lens' DeliverabilityTestReport (Maybe Text) Source #
A unique string that identifies the predictive inbox placement test.
deliverabilityTestReport_reportName :: Lens' DeliverabilityTestReport (Maybe Text) Source #
A name that helps you identify a predictive inbox placement test report.
deliverabilityTestReport_subject :: Lens' DeliverabilityTestReport (Maybe Text) Source #
The subject line for an email that you submitted in a predictive inbox placement test.