libZSservicesZSamazonka-elbv2ZSamazonka-elbv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ELBV2.RemoveListenerCertificates

Description

Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.

Synopsis

Creating a Request

data RemoveListenerCertificates Source #

See: newRemoveListenerCertificates smart constructor.

Constructors

RemoveListenerCertificates' 

Fields

  • listenerArn :: Text

    The Amazon Resource Name (ARN) of the listener.

  • certificates :: [Certificate]

    The certificate to remove. You can specify one certificate per call. Set CertificateArn to the certificate ARN but do not set IsDefault.

Instances

Instances details
Eq RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

Read RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

Show RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

Generic RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

Associated Types

type Rep RemoveListenerCertificates :: Type -> Type #

NFData RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

Hashable RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

AWSRequest RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

ToHeaders RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

ToPath RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

ToQuery RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

type Rep RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

type Rep RemoveListenerCertificates = D1 ('MetaData "RemoveListenerCertificates" "Amazonka.ELBV2.RemoveListenerCertificates" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "RemoveListenerCertificates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "listenerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "certificates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Certificate])))
type AWSResponse RemoveListenerCertificates Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

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 #

Constructors

RemoveListenerCertificatesResponse' 

Fields

Instances

Instances details
Eq RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

Read RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

Show RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

Generic RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

Associated Types

type Rep RemoveListenerCertificatesResponse :: Type -> Type #

NFData RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveListenerCertificates

type Rep RemoveListenerCertificatesResponse Source # 
Instance details

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