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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DescribeCertificates

Contents

Description

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

See: AWS API Reference for DescribeCertificates.

Synopsis

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:

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

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.

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.

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:

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 .