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 |
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.
RemoveListenerCertificates' | |
|
Instances
newRemoveListenerCertificates Source #
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:
$sel:listenerArn:RemoveListenerCertificates'
, removeListenerCertificates_listenerArn
- The Amazon Resource Name (ARN) of the listener.
$sel:certificates: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.
RemoveListenerCertificatesResponse' | |
|
Instances
Eq RemoveListenerCertificatesResponse Source # | |
Read RemoveListenerCertificatesResponse Source # | |
Show RemoveListenerCertificatesResponse Source # | |
Generic RemoveListenerCertificatesResponse Source # | |
NFData RemoveListenerCertificatesResponse Source # | |
Defined in Amazonka.ELBV2.RemoveListenerCertificates rnf :: RemoveListenerCertificatesResponse -> () # | |
type Rep RemoveListenerCertificatesResponse Source # | |
Defined in Amazonka.ELBV2.RemoveListenerCertificates type Rep RemoveListenerCertificatesResponse = D1 ('MetaData "RemoveListenerCertificatesResponse" "Amazonka.ELBV2.RemoveListenerCertificates" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "RemoveListenerCertificatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newRemoveListenerCertificatesResponse Source #
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.