amazonka-rds-0.3.4: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DescribeCertificates

Contents

Description

Lists the set of CA certificates provided by Amazon RDS for this AWS account.

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeCertificates.html

Synopsis

Request

Request constructor

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 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

dcFilters :: Lens' DescribeCertificates [Filter] Source

This parameter is not currently supported.

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

Response

Response constructor

Response lenses

dcrMarker :: 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 .