| 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.ELBv2.DescribeListenerCertificates
Description
Describes the certificates for the specified secure listener.
Synopsis
- describeListenerCertificates :: Text -> DescribeListenerCertificates
- data DescribeListenerCertificates
- dlcMarker :: Lens' DescribeListenerCertificates (Maybe Text)
- dlcPageSize :: Lens' DescribeListenerCertificates (Maybe Natural)
- dlcListenerARN :: Lens' DescribeListenerCertificates Text
- describeListenerCertificatesResponse :: Int -> DescribeListenerCertificatesResponse
- data DescribeListenerCertificatesResponse
- dlcrsCertificates :: Lens' DescribeListenerCertificatesResponse [Certificate]
- dlcrsNextMarker :: Lens' DescribeListenerCertificatesResponse (Maybe Text)
- dlcrsResponseStatus :: Lens' DescribeListenerCertificatesResponse Int
Creating a Request
describeListenerCertificates Source #
Arguments
| :: Text | |
| -> DescribeListenerCertificates |
Creates a value of DescribeListenerCertificates with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlcMarker- The marker for the next set of results. (You received this marker from a previous call.)dlcPageSize- The maximum number of results to return with this call.dlcListenerARN- The Amazon Resource Names (ARN) of the listener.
data DescribeListenerCertificates Source #
See: describeListenerCertificates smart constructor.
Instances
Request Lenses
dlcMarker :: Lens' DescribeListenerCertificates (Maybe Text) Source #
The marker for the next set of results. (You received this marker from a previous call.)
dlcPageSize :: Lens' DescribeListenerCertificates (Maybe Natural) Source #
The maximum number of results to return with this call.
dlcListenerARN :: Lens' DescribeListenerCertificates Text Source #
The Amazon Resource Names (ARN) of the listener.
Destructuring the Response
describeListenerCertificatesResponse Source #
Arguments
| :: Int | |
| -> DescribeListenerCertificatesResponse |
Creates a value of DescribeListenerCertificatesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlcrsCertificates- Information about the certificates.dlcrsNextMarker- The marker to use when requesting the next set of results. If there are no additional results, the string is empty.dlcrsResponseStatus- -- | The response status code.
data DescribeListenerCertificatesResponse Source #
See: describeListenerCertificatesResponse smart constructor.
Instances
Response Lenses
dlcrsCertificates :: Lens' DescribeListenerCertificatesResponse [Certificate] Source #
Information about the certificates.
dlcrsNextMarker :: Lens' DescribeListenerCertificatesResponse (Maybe Text) Source #
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
dlcrsResponseStatus :: Lens' DescribeListenerCertificatesResponse Int Source #
- - | The response status code.