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 |
Gets a collection of ClientCertificate resources.
This operation returns paginated results.
Synopsis
- data GetClientCertificates = GetClientCertificates' {}
- newGetClientCertificates :: GetClientCertificates
- getClientCertificates_limit :: Lens' GetClientCertificates (Maybe Int)
- getClientCertificates_position :: Lens' GetClientCertificates (Maybe Text)
- data GetClientCertificatesResponse = GetClientCertificatesResponse' {
- items :: Maybe [ClientCertificate]
- position :: Maybe Text
- httpStatus :: Int
- newGetClientCertificatesResponse :: Int -> GetClientCertificatesResponse
- getClientCertificatesResponse_items :: Lens' GetClientCertificatesResponse (Maybe [ClientCertificate])
- getClientCertificatesResponse_position :: Lens' GetClientCertificatesResponse (Maybe Text)
- getClientCertificatesResponse_httpStatus :: Lens' GetClientCertificatesResponse Int
Creating a Request
data GetClientCertificates Source #
A request to get information about a collection of ClientCertificate resources.
See: newGetClientCertificates
smart constructor.
Instances
newGetClientCertificates :: GetClientCertificates Source #
Create a value of GetClientCertificates
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:limit:GetClientCertificates'
, getClientCertificates_limit
- The maximum number of returned results per page. The default value is 25
and the maximum value is 500.
$sel:position:GetClientCertificates'
, getClientCertificates_position
- The current pagination position in the paged result set.
Request Lenses
getClientCertificates_limit :: Lens' GetClientCertificates (Maybe Int) Source #
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
getClientCertificates_position :: Lens' GetClientCertificates (Maybe Text) Source #
The current pagination position in the paged result set.
Destructuring the Response
data GetClientCertificatesResponse Source #
Represents a collection of ClientCertificate resources.
See: newGetClientCertificatesResponse
smart constructor.
GetClientCertificatesResponse' | |
|
Instances
newGetClientCertificatesResponse Source #
Create a value of GetClientCertificatesResponse
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:items:GetClientCertificatesResponse'
, getClientCertificatesResponse_items
- The current page of elements from this collection.
$sel:position:GetClientCertificates'
, getClientCertificatesResponse_position
- Undocumented member.
$sel:httpStatus:GetClientCertificatesResponse'
, getClientCertificatesResponse_httpStatus
- The response's http status code.
Response Lenses
getClientCertificatesResponse_items :: Lens' GetClientCertificatesResponse (Maybe [ClientCertificate]) Source #
The current page of elements from this collection.
getClientCertificatesResponse_position :: Lens' GetClientCertificatesResponse (Maybe Text) Source #
Undocumented member.
getClientCertificatesResponse_httpStatus :: Lens' GetClientCertificatesResponse Int Source #
The response's http status code.