Copyright | (c) 2013-2021 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 |
Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.
This operation returns paginated results.
Synopsis
- data DescribeCertificates = DescribeCertificates' {}
- newDescribeCertificates :: DescribeCertificates
- describeCertificates_filters :: Lens' DescribeCertificates (Maybe [Filter])
- describeCertificates_certificateIdentifier :: Lens' DescribeCertificates (Maybe Text)
- describeCertificates_marker :: Lens' DescribeCertificates (Maybe Text)
- describeCertificates_maxRecords :: Lens' DescribeCertificates (Maybe Int)
- data DescribeCertificatesResponse = DescribeCertificatesResponse' {
- certificates :: Maybe [Certificate]
- marker :: Maybe Text
- httpStatus :: Int
- newDescribeCertificatesResponse :: Int -> DescribeCertificatesResponse
- describeCertificatesResponse_certificates :: Lens' DescribeCertificatesResponse (Maybe [Certificate])
- describeCertificatesResponse_marker :: Lens' DescribeCertificatesResponse (Maybe Text)
- describeCertificatesResponse_httpStatus :: Lens' DescribeCertificatesResponse Int
Creating a Request
data DescribeCertificates Source #
See: newDescribeCertificates
smart constructor.
DescribeCertificates' | |
|
Instances
newDescribeCertificates :: DescribeCertificates Source #
Create a value of DescribeCertificates
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:DescribeCertificates'
, describeCertificates_filters
- This parameter isn't currently supported.
$sel:certificateIdentifier:DescribeCertificates'
, describeCertificates_certificateIdentifier
- 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.
$sel:marker:DescribeCertificates'
, describeCertificates_marker
- 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
.
$sel:maxRecords:DescribeCertificates'
, describeCertificates_maxRecords
- 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 you can retrieve the
remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
Request Lenses
describeCertificates_filters :: Lens' DescribeCertificates (Maybe [Filter]) Source #
This parameter isn't currently supported.
describeCertificates_certificateIdentifier :: 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.
describeCertificates_marker :: 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
.
describeCertificates_maxRecords :: 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 you can retrieve the
remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
Destructuring the Response
data DescribeCertificatesResponse Source #
Data returned by the DescribeCertificates action.
See: newDescribeCertificatesResponse
smart constructor.
DescribeCertificatesResponse' | |
|
Instances
newDescribeCertificatesResponse Source #
Create a value of DescribeCertificatesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:certificates:DescribeCertificatesResponse'
, describeCertificatesResponse_certificates
- The list of Certificate
objects for the Amazon Web Services account.
$sel:marker:DescribeCertificates'
, describeCertificatesResponse_marker
- 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
.
$sel:httpStatus:DescribeCertificatesResponse'
, describeCertificatesResponse_httpStatus
- The response's http status code.
Response Lenses
describeCertificatesResponse_certificates :: Lens' DescribeCertificatesResponse (Maybe [Certificate]) Source #
The list of Certificate
objects for the Amazon Web Services account.
describeCertificatesResponse_marker :: 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
.
describeCertificatesResponse_httpStatus :: Lens' DescribeCertificatesResponse Int Source #
The response's http status code.