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 |
Retrieves a list of certificate authorities added for the current account and Region.
Synopsis
- data ListWebsiteCertificateAuthorities = ListWebsiteCertificateAuthorities' {}
- newListWebsiteCertificateAuthorities :: Text -> ListWebsiteCertificateAuthorities
- listWebsiteCertificateAuthorities_nextToken :: Lens' ListWebsiteCertificateAuthorities (Maybe Text)
- listWebsiteCertificateAuthorities_maxResults :: Lens' ListWebsiteCertificateAuthorities (Maybe Natural)
- listWebsiteCertificateAuthorities_fleetArn :: Lens' ListWebsiteCertificateAuthorities Text
- data ListWebsiteCertificateAuthoritiesResponse = ListWebsiteCertificateAuthoritiesResponse' {}
- newListWebsiteCertificateAuthoritiesResponse :: Int -> ListWebsiteCertificateAuthoritiesResponse
- listWebsiteCertificateAuthoritiesResponse_websiteCertificateAuthorities :: Lens' ListWebsiteCertificateAuthoritiesResponse (Maybe [WebsiteCaSummary])
- listWebsiteCertificateAuthoritiesResponse_nextToken :: Lens' ListWebsiteCertificateAuthoritiesResponse (Maybe Text)
- listWebsiteCertificateAuthoritiesResponse_httpStatus :: Lens' ListWebsiteCertificateAuthoritiesResponse Int
Creating a Request
data ListWebsiteCertificateAuthorities Source #
See: newListWebsiteCertificateAuthorities
smart constructor.
Instances
newListWebsiteCertificateAuthorities Source #
Create a value of ListWebsiteCertificateAuthorities
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:ListWebsiteCertificateAuthorities'
, listWebsiteCertificateAuthorities_nextToken
- The pagination token used to retrieve the next page of results for this
operation. If this value is null, it retrieves the first page.
$sel:maxResults:ListWebsiteCertificateAuthorities'
, listWebsiteCertificateAuthorities_maxResults
- The maximum number of results to be included in the next page.
$sel:fleetArn:ListWebsiteCertificateAuthorities'
, listWebsiteCertificateAuthorities_fleetArn
- The ARN of the fleet.
Request Lenses
listWebsiteCertificateAuthorities_nextToken :: Lens' ListWebsiteCertificateAuthorities (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
listWebsiteCertificateAuthorities_maxResults :: Lens' ListWebsiteCertificateAuthorities (Maybe Natural) Source #
The maximum number of results to be included in the next page.
listWebsiteCertificateAuthorities_fleetArn :: Lens' ListWebsiteCertificateAuthorities Text Source #
The ARN of the fleet.
Destructuring the Response
data ListWebsiteCertificateAuthoritiesResponse Source #
See: newListWebsiteCertificateAuthoritiesResponse
smart constructor.
ListWebsiteCertificateAuthoritiesResponse' | |
|
Instances
newListWebsiteCertificateAuthoritiesResponse Source #
Create a value of ListWebsiteCertificateAuthoritiesResponse
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:websiteCertificateAuthorities:ListWebsiteCertificateAuthoritiesResponse'
, listWebsiteCertificateAuthoritiesResponse_websiteCertificateAuthorities
- Information about the certificates.
$sel:nextToken:ListWebsiteCertificateAuthorities'
, listWebsiteCertificateAuthoritiesResponse_nextToken
- The pagination token used to retrieve the next page of results for this
operation. If there are no more pages, this value is null.
$sel:httpStatus:ListWebsiteCertificateAuthoritiesResponse'
, listWebsiteCertificateAuthoritiesResponse_httpStatus
- The response's http status code.
Response Lenses
listWebsiteCertificateAuthoritiesResponse_websiteCertificateAuthorities :: Lens' ListWebsiteCertificateAuthoritiesResponse (Maybe [WebsiteCaSummary]) Source #
Information about the certificates.
listWebsiteCertificateAuthoritiesResponse_nextToken :: Lens' ListWebsiteCertificateAuthoritiesResponse (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
listWebsiteCertificateAuthoritiesResponse_httpStatus :: Lens' ListWebsiteCertificateAuthoritiesResponse Int Source #
The response's http status code.