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 |
Retrieves a list of trust store certificates.
Synopsis
- data ListTrustStoreCertificates = ListTrustStoreCertificates' {}
- newListTrustStoreCertificates :: Text -> ListTrustStoreCertificates
- listTrustStoreCertificates_maxResults :: Lens' ListTrustStoreCertificates (Maybe Natural)
- listTrustStoreCertificates_nextToken :: Lens' ListTrustStoreCertificates (Maybe Text)
- listTrustStoreCertificates_trustStoreArn :: Lens' ListTrustStoreCertificates Text
- data ListTrustStoreCertificatesResponse = ListTrustStoreCertificatesResponse' {}
- newListTrustStoreCertificatesResponse :: Int -> ListTrustStoreCertificatesResponse
- listTrustStoreCertificatesResponse_certificateList :: Lens' ListTrustStoreCertificatesResponse (Maybe [CertificateSummary])
- listTrustStoreCertificatesResponse_nextToken :: Lens' ListTrustStoreCertificatesResponse (Maybe Text)
- listTrustStoreCertificatesResponse_trustStoreArn :: Lens' ListTrustStoreCertificatesResponse (Maybe Text)
- listTrustStoreCertificatesResponse_httpStatus :: Lens' ListTrustStoreCertificatesResponse Int
Creating a Request
data ListTrustStoreCertificates Source #
See: newListTrustStoreCertificates
smart constructor.
ListTrustStoreCertificates' | |
|
Instances
newListTrustStoreCertificates Source #
Create a value of ListTrustStoreCertificates
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:maxResults:ListTrustStoreCertificates'
, listTrustStoreCertificates_maxResults
- The maximum number of results to be included in the next page.
ListTrustStoreCertificates
, listTrustStoreCertificates_nextToken
- The pagination token used to retrieve the next page of results for this
operation.
ListTrustStoreCertificates
, listTrustStoreCertificates_trustStoreArn
- The ARN of the trust store
Request Lenses
listTrustStoreCertificates_maxResults :: Lens' ListTrustStoreCertificates (Maybe Natural) Source #
The maximum number of results to be included in the next page.
listTrustStoreCertificates_nextToken :: Lens' ListTrustStoreCertificates (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation.
listTrustStoreCertificates_trustStoreArn :: Lens' ListTrustStoreCertificates Text Source #
The ARN of the trust store
Destructuring the Response
data ListTrustStoreCertificatesResponse Source #
See: newListTrustStoreCertificatesResponse
smart constructor.
ListTrustStoreCertificatesResponse' | |
|
Instances
newListTrustStoreCertificatesResponse Source #
Create a value of ListTrustStoreCertificatesResponse
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:certificateList:ListTrustStoreCertificatesResponse'
, listTrustStoreCertificatesResponse_certificateList
- The certificate list.
ListTrustStoreCertificates
, listTrustStoreCertificatesResponse_nextToken
- The pagination token used to retrieve the next page of results for this
operation.>
ListTrustStoreCertificates
, listTrustStoreCertificatesResponse_trustStoreArn
- The ARN of the trust store.
$sel:httpStatus:ListTrustStoreCertificatesResponse'
, listTrustStoreCertificatesResponse_httpStatus
- The response's http status code.
Response Lenses
listTrustStoreCertificatesResponse_certificateList :: Lens' ListTrustStoreCertificatesResponse (Maybe [CertificateSummary]) Source #
The certificate list.
listTrustStoreCertificatesResponse_nextToken :: Lens' ListTrustStoreCertificatesResponse (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation.>
listTrustStoreCertificatesResponse_trustStoreArn :: Lens' ListTrustStoreCertificatesResponse (Maybe Text) Source #
The ARN of the trust store.
listTrustStoreCertificatesResponse_httpStatus :: Lens' ListTrustStoreCertificatesResponse Int Source #
The response's http status code.