| Copyright | (c) 2013-2017 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.RemoveListenerCertificates
Description
Removes the specified certificate from the specified secure listener.
You can't remove the default certificate for a listener. To replace the default certificate, call ModifyListener .
To list the certificates for your listener, use DescribeListenerCertificates .
- removeListenerCertificates :: Text -> RemoveListenerCertificates
- data RemoveListenerCertificates
- rlcListenerARN :: Lens' RemoveListenerCertificates Text
- rlcCertificates :: Lens' RemoveListenerCertificates [Certificate]
- removeListenerCertificatesResponse :: Int -> RemoveListenerCertificatesResponse
- data RemoveListenerCertificatesResponse
- rlcrsResponseStatus :: Lens' RemoveListenerCertificatesResponse Int
Creating a Request
removeListenerCertificates Source #
Arguments
| :: Text | |
| -> RemoveListenerCertificates |
Creates a value of RemoveListenerCertificates with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rlcListenerARN- The Amazon Resource Name (ARN) of the listener.rlcCertificates- The certificate to remove. You can specify one certificate per call.
data RemoveListenerCertificates Source #
See: removeListenerCertificates smart constructor.
Instances
Request Lenses
rlcListenerARN :: Lens' RemoveListenerCertificates Text Source #
The Amazon Resource Name (ARN) of the listener.
rlcCertificates :: Lens' RemoveListenerCertificates [Certificate] Source #
The certificate to remove. You can specify one certificate per call.
Destructuring the Response
removeListenerCertificatesResponse Source #
Arguments
| :: Int | |
| -> RemoveListenerCertificatesResponse |
Creates a value of RemoveListenerCertificatesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rlcrsResponseStatus- -- | The response status code.
data RemoveListenerCertificatesResponse Source #
See: removeListenerCertificatesResponse smart constructor.
Instances
Response Lenses
rlcrsResponseStatus :: Lens' RemoveListenerCertificatesResponse Int Source #
- - | The response status code.