| 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.AddListenerCertificates
Description
Adds the specified certificate to the specified secure listener.
If the certificate was already added, the call is successful but the certificate is not added again.
To list the certificates for your listener, use DescribeListenerCertificates . To remove certificates from your listener, use RemoveListenerCertificates .
Synopsis
- addListenerCertificates :: Text -> AddListenerCertificates
- data AddListenerCertificates
- alcListenerARN :: Lens' AddListenerCertificates Text
- alcCertificates :: Lens' AddListenerCertificates [Certificate]
- addListenerCertificatesResponse :: Int -> AddListenerCertificatesResponse
- data AddListenerCertificatesResponse
- alcrsCertificates :: Lens' AddListenerCertificatesResponse [Certificate]
- alcrsResponseStatus :: Lens' AddListenerCertificatesResponse Int
Creating a Request
Arguments
| :: Text | |
| -> AddListenerCertificates |
Creates a value of AddListenerCertificates with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
alcListenerARN- The Amazon Resource Name (ARN) of the listener.alcCertificates- The certificate to add. You can specify one certificate per call.
data AddListenerCertificates #
See: addListenerCertificates smart constructor.
Instances
Request Lenses
alcListenerARN :: Lens' AddListenerCertificates Text #
The Amazon Resource Name (ARN) of the listener.
alcCertificates :: Lens' AddListenerCertificates [Certificate] #
The certificate to add. You can specify one certificate per call.
Destructuring the Response
addListenerCertificatesResponse #
Arguments
| :: Int | |
| -> AddListenerCertificatesResponse |
Creates a value of AddListenerCertificatesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
alcrsCertificates- Information about the certificates.alcrsResponseStatus- -- | The response status code.
data AddListenerCertificatesResponse #
See: addListenerCertificatesResponse smart constructor.
Instances
Response Lenses
alcrsCertificates :: Lens' AddListenerCertificatesResponse [Certificate] #
Information about the certificates.
alcrsResponseStatus :: Lens' AddListenerCertificatesResponse Int #
- - | The response status code.