| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ELBV2.RemoveListenerCertificates
Description
Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.
Synopsis
- data RemoveListenerCertificates = RemoveListenerCertificates' {
- listenerArn :: Text
- certificates :: [Certificate]
- newRemoveListenerCertificates :: Text -> RemoveListenerCertificates
- removeListenerCertificates_listenerArn :: Lens' RemoveListenerCertificates Text
- removeListenerCertificates_certificates :: Lens' RemoveListenerCertificates [Certificate]
- data RemoveListenerCertificatesResponse = RemoveListenerCertificatesResponse' {
- httpStatus :: Int
- newRemoveListenerCertificatesResponse :: Int -> RemoveListenerCertificatesResponse
- removeListenerCertificatesResponse_httpStatus :: Lens' RemoveListenerCertificatesResponse Int
Creating a Request
data RemoveListenerCertificates Source #
See: newRemoveListenerCertificates smart constructor.
Constructors
| RemoveListenerCertificates' | |
Fields
| |
Instances
newRemoveListenerCertificates Source #
Arguments
| :: Text | |
| -> RemoveListenerCertificates |
Create a value of RemoveListenerCertificates 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:
RemoveListenerCertificates, removeListenerCertificates_listenerArn - The Amazon Resource Name (ARN) of the listener.
RemoveListenerCertificates, removeListenerCertificates_certificates - The certificate to remove. You can specify one certificate per call. Set
CertificateArn to the certificate ARN but do not set IsDefault.
Request Lenses
removeListenerCertificates_listenerArn :: Lens' RemoveListenerCertificates Text Source #
The Amazon Resource Name (ARN) of the listener.
removeListenerCertificates_certificates :: Lens' RemoveListenerCertificates [Certificate] Source #
The certificate to remove. You can specify one certificate per call. Set
CertificateArn to the certificate ARN but do not set IsDefault.
Destructuring the Response
data RemoveListenerCertificatesResponse Source #
See: newRemoveListenerCertificatesResponse smart constructor.
Constructors
| RemoveListenerCertificatesResponse' | |
Fields
| |
Instances
newRemoveListenerCertificatesResponse Source #
Arguments
| :: Int | |
| -> RemoveListenerCertificatesResponse |
Create a value of RemoveListenerCertificatesResponse 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:httpStatus:RemoveListenerCertificatesResponse', removeListenerCertificatesResponse_httpStatus - The response's http status code.
Response Lenses
removeListenerCertificatesResponse_httpStatus :: Lens' RemoveListenerCertificatesResponse Int Source #
The response's http status code.