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 |
Lists certificates that are being transferred but not yet accepted.
Requires permission to access the ListOutgoingCertificates action.
This operation returns paginated results.
Synopsis
- data ListOutgoingCertificates = ListOutgoingCertificates' {}
- newListOutgoingCertificates :: ListOutgoingCertificates
- listOutgoingCertificates_marker :: Lens' ListOutgoingCertificates (Maybe Text)
- listOutgoingCertificates_ascendingOrder :: Lens' ListOutgoingCertificates (Maybe Bool)
- listOutgoingCertificates_pageSize :: Lens' ListOutgoingCertificates (Maybe Natural)
- data ListOutgoingCertificatesResponse = ListOutgoingCertificatesResponse' {}
- newListOutgoingCertificatesResponse :: Int -> ListOutgoingCertificatesResponse
- listOutgoingCertificatesResponse_nextMarker :: Lens' ListOutgoingCertificatesResponse (Maybe Text)
- listOutgoingCertificatesResponse_outgoingCertificates :: Lens' ListOutgoingCertificatesResponse (Maybe [OutgoingCertificate])
- listOutgoingCertificatesResponse_httpStatus :: Lens' ListOutgoingCertificatesResponse Int
Creating a Request
data ListOutgoingCertificates Source #
The input to the ListOutgoingCertificates operation.
See: newListOutgoingCertificates
smart constructor.
Instances
newListOutgoingCertificates :: ListOutgoingCertificates Source #
Create a value of ListOutgoingCertificates
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:marker:ListOutgoingCertificates'
, listOutgoingCertificates_marker
- The marker for the next set of results.
$sel:ascendingOrder:ListOutgoingCertificates'
, listOutgoingCertificates_ascendingOrder
- Specifies the order for results. If True, the results are returned in
ascending order, based on the creation date.
$sel:pageSize:ListOutgoingCertificates'
, listOutgoingCertificates_pageSize
- The result page size.
Request Lenses
listOutgoingCertificates_marker :: Lens' ListOutgoingCertificates (Maybe Text) Source #
The marker for the next set of results.
listOutgoingCertificates_ascendingOrder :: Lens' ListOutgoingCertificates (Maybe Bool) Source #
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
listOutgoingCertificates_pageSize :: Lens' ListOutgoingCertificates (Maybe Natural) Source #
The result page size.
Destructuring the Response
data ListOutgoingCertificatesResponse Source #
The output from the ListOutgoingCertificates operation.
See: newListOutgoingCertificatesResponse
smart constructor.
ListOutgoingCertificatesResponse' | |
|
Instances
newListOutgoingCertificatesResponse Source #
Create a value of ListOutgoingCertificatesResponse
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:nextMarker:ListOutgoingCertificatesResponse'
, listOutgoingCertificatesResponse_nextMarker
- The marker for the next set of results.
$sel:outgoingCertificates:ListOutgoingCertificatesResponse'
, listOutgoingCertificatesResponse_outgoingCertificates
- The certificates that are being transferred but not yet accepted.
$sel:httpStatus:ListOutgoingCertificatesResponse'
, listOutgoingCertificatesResponse_httpStatus
- The response's http status code.
Response Lenses
listOutgoingCertificatesResponse_nextMarker :: Lens' ListOutgoingCertificatesResponse (Maybe Text) Source #
The marker for the next set of results.
listOutgoingCertificatesResponse_outgoingCertificates :: Lens' ListOutgoingCertificatesResponse (Maybe [OutgoingCertificate]) Source #
The certificates that are being transferred but not yet accepted.
listOutgoingCertificatesResponse_httpStatus :: Lens' ListOutgoingCertificatesResponse Int Source #
The response's http status code.