Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Show a list of the predictive inbox placement tests that you've
performed, regardless of their statuses. For predictive inbox placement
tests that are complete, you can use the GetDeliverabilityTestReport
operation to view the results.
This operation returns paginated results.
Synopsis
- data ListDeliverabilityTestReports = ListDeliverabilityTestReports' {}
- newListDeliverabilityTestReports :: ListDeliverabilityTestReports
- listDeliverabilityTestReports_nextToken :: Lens' ListDeliverabilityTestReports (Maybe Text)
- listDeliverabilityTestReports_pageSize :: Lens' ListDeliverabilityTestReports (Maybe Int)
- data ListDeliverabilityTestReportsResponse = ListDeliverabilityTestReportsResponse' {}
- newListDeliverabilityTestReportsResponse :: Int -> ListDeliverabilityTestReportsResponse
- listDeliverabilityTestReportsResponse_nextToken :: Lens' ListDeliverabilityTestReportsResponse (Maybe Text)
- listDeliverabilityTestReportsResponse_httpStatus :: Lens' ListDeliverabilityTestReportsResponse Int
- listDeliverabilityTestReportsResponse_deliverabilityTestReports :: Lens' ListDeliverabilityTestReportsResponse [DeliverabilityTestReport]
Creating a Request
data ListDeliverabilityTestReports Source #
A request to list all of the predictive inbox placement tests that you've performed.
See: newListDeliverabilityTestReports
smart constructor.
ListDeliverabilityTestReports' | |
|
Instances
newListDeliverabilityTestReports :: ListDeliverabilityTestReports Source #
Create a value of ListDeliverabilityTestReports
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:nextToken:ListDeliverabilityTestReports'
, listDeliverabilityTestReports_nextToken
- A token returned from a previous call to ListDeliverabilityTestReports
to indicate the position in the list of predictive inbox placement
tests.
$sel:pageSize:ListDeliverabilityTestReports'
, listDeliverabilityTestReports_pageSize
- The number of results to show in a single call to
ListDeliverabilityTestReports
. If the number of results is larger than
the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
Request Lenses
listDeliverabilityTestReports_nextToken :: Lens' ListDeliverabilityTestReports (Maybe Text) Source #
A token returned from a previous call to ListDeliverabilityTestReports
to indicate the position in the list of predictive inbox placement
tests.
listDeliverabilityTestReports_pageSize :: Lens' ListDeliverabilityTestReports (Maybe Int) Source #
The number of results to show in a single call to
ListDeliverabilityTestReports
. If the number of results is larger than
the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
Destructuring the Response
data ListDeliverabilityTestReportsResponse Source #
A list of the predictive inbox placement test reports that are available for your account, regardless of whether or not those tests are complete.
See: newListDeliverabilityTestReportsResponse
smart constructor.
ListDeliverabilityTestReportsResponse' | |
|
Instances
newListDeliverabilityTestReportsResponse Source #
Create a value of ListDeliverabilityTestReportsResponse
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:nextToken:ListDeliverabilityTestReports'
, listDeliverabilityTestReportsResponse_nextToken
- A token that indicates that there are additional predictive inbox
placement tests to list. To view additional predictive inbox placement
tests, issue another request to ListDeliverabilityTestReports
, and
pass this token in the NextToken
parameter.
$sel:httpStatus:ListDeliverabilityTestReportsResponse'
, listDeliverabilityTestReportsResponse_httpStatus
- The response's http status code.
$sel:deliverabilityTestReports:ListDeliverabilityTestReportsResponse'
, listDeliverabilityTestReportsResponse_deliverabilityTestReports
- An object that contains a lists of predictive inbox placement tests that
you've performed.
Response Lenses
listDeliverabilityTestReportsResponse_nextToken :: Lens' ListDeliverabilityTestReportsResponse (Maybe Text) Source #
A token that indicates that there are additional predictive inbox
placement tests to list. To view additional predictive inbox placement
tests, issue another request to ListDeliverabilityTestReports
, and
pass this token in the NextToken
parameter.
listDeliverabilityTestReportsResponse_httpStatus :: Lens' ListDeliverabilityTestReportsResponse Int Source #
The response's http status code.
listDeliverabilityTestReportsResponse_deliverabilityTestReports :: Lens' ListDeliverabilityTestReportsResponse [DeliverabilityTestReport] Source #
An object that contains a lists of predictive inbox placement tests that you've performed.