| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.RDS.DescribeCertificates
Description
Lists the set of CA certificates provided by Amazon RDS for this AWS account.
- 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:
dcFilters- This parameter is not currently supported.dcCertificateIdentifier- 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 match an existing CertificateIdentifier.dcMarker- An optional pagination token provided by a previousDescribeCertificatesrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.dcMaxRecords- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, 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.
data DescribeCertificates Source #
See: describeCertificates smart constructor.
Instances
Request Lenses
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 match an existing CertificateIdentifier.
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 #
Arguments
| :: Int | |
| -> DescribeCertificatesResponse |
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:
dcrsCertificates- The list ofCertificateobjects for the AWS account.dcrsMarker- An optional pagination token provided by a previousDescribeCertificatesrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.dcrsResponseStatus- -- | The response status code.
data DescribeCertificatesResponse Source #
Data returned by the DescribeCertificates action.
See: describeCertificatesResponse smart constructor.
Instances
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.