Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists the set of CA certificates provided by Amazon RDS for this AWS account.
See: AWS API Reference for DescribeCertificates.
- describeCertificates :: DescribeCertificates
- data DescribeCertificates
- dcFilters :: Lens' DescribeCertificates [Filter]
- dcCertificateIdentifier :: Lens' DescribeCertificates (Maybe Text)
- dcMarker :: Lens' DescribeCertificates (Maybe Text)
- dcMaxRecords :: Lens' DescribeCertificates (Maybe Int)
- describeCertificatesResponse :: Int -> DescribeCertificatesResponse
- data DescribeCertificatesResponse
- dcrsCertificates :: Lens' DescribeCertificatesResponse [Certificate]
- dcrsMarker :: Lens' DescribeCertificatesResponse (Maybe Text)
- dcrsResponseStatus :: Lens' DescribeCertificatesResponse Int
Creating a Request
describeCertificates :: DescribeCertificates Source
Creates a value of DescribeCertificates
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeCertificates Source
See: describeCertificates
smart constructor.
Request Lenses
dcFilters :: Lens' DescribeCertificates [Filter] Source
This parameter is not currently supported.
dcCertificateIdentifier :: Lens' DescribeCertificates (Maybe Text) Source
The user-supplied certificate identifier. If this parameter is specified, information for only the identified certificate is returned. This parameter isn't case-sensitive.
Constraints:
- Must contain from 1 to 63 alphanumeric characters or hyphens
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
dcMarker :: Lens' DescribeCertificates (Maybe Text) Source
An optional pagination token provided by a previous DescribeCertificates
request. If this parameter is specified, the response includes only
records beyond the marker, up to the value specified by MaxRecords
.
dcMaxRecords :: Lens' DescribeCertificates (Maybe Int) Source
The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a pagination token
called a marker is included in the response so that the remaining
results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
Destructuring the Response
describeCertificatesResponse Source
Creates a value of DescribeCertificatesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeCertificatesResponse Source
Data returned by the DescribeCertificates action.
See: describeCertificatesResponse
smart constructor.
Response Lenses
dcrsCertificates :: Lens' DescribeCertificatesResponse [Certificate] Source
The list of Certificate objects for the AWS account.
dcrsMarker :: Lens' DescribeCertificatesResponse (Maybe Text) Source
An optional pagination token provided by a previous DescribeCertificates
request. If this parameter is specified, the response includes only
records beyond the marker, up to the value specified by MaxRecords
.
dcrsResponseStatus :: Lens' DescribeCertificatesResponse Int Source
The response status code.