| 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.DMS.DescribeCertificates
Description
Provides a description of the certificate.
This operation returns paginated results.
- describeCertificates :: DescribeCertificates
- data DescribeCertificates
- dFilters :: Lens' DescribeCertificates [Filter]
- dMarker :: Lens' DescribeCertificates (Maybe Text)
- dMaxRecords :: 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:
dFilters- Filters applied to the certificate described in the form of key-value pairs.dMarker- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.dMaxRecords- 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: 10
data DescribeCertificates Source #
See: describeCertificates smart constructor.
Instances
Request Lenses
dFilters :: Lens' DescribeCertificates [Filter] Source #
Filters applied to the certificate described in the form of key-value pairs.
dMarker :: Lens' DescribeCertificates (Maybe Text) Source #
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
dMaxRecords :: 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: 10
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 Secure Sockets Layer (SSL) certificates associated with the replication instance.dcrsMarker- The pagination token.dcrsResponseStatus- -- | The response status code.
data DescribeCertificatesResponse Source #
See: describeCertificatesResponse smart constructor.
Instances
Response Lenses
dcrsCertificates :: Lens' DescribeCertificatesResponse [Certificate] Source #
The Secure Sockets Layer (SSL) certificates associated with the replication instance.
dcrsMarker :: Lens' DescribeCertificatesResponse (Maybe Text) Source #
The pagination token.
dcrsResponseStatus :: Lens' DescribeCertificatesResponse Int Source #
- - | The response status code.