| 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 |
Amazonka.APIGateway.GetClientCertificates
Description
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.
Constructors
| GetClientCertificates' | |
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:
GetClientCertificates, getClientCertificates_limit - The maximum number of returned results per page. The default value is 25
and the maximum value is 500.
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.
Constructors
| GetClientCertificatesResponse' | |
Fields
| |
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:
GetClientCertificatesResponse, getClientCertificatesResponse_items - The current page of elements from this collection.
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.