amazonka-elbv2-2.0: Amazon Elastic Load Balancing SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ELBV2.SetIpAddressType

Description

Sets the type of IP addresses used by the subnets of the specified load balancer.

Synopsis

Creating a Request

data SetIpAddressType Source #

See: newSetIpAddressType smart constructor.

Constructors

SetIpAddressType' 

Fields

  • loadBalancerArn :: Text

    The Amazon Resource Name (ARN) of the load balancer.

  • ipAddressType :: IpAddressType

    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.

Instances

Instances details
ToHeaders SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

ToPath SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

ToQuery SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

AWSRequest SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

Associated Types

type AWSResponse SetIpAddressType #

Generic SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

Associated Types

type Rep SetIpAddressType :: Type -> Type #

Read SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

Show SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

NFData SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

Methods

rnf :: SetIpAddressType -> () #

Eq SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

Hashable SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

type AWSResponse SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

type Rep SetIpAddressType Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

type Rep SetIpAddressType = D1 ('MetaData "SetIpAddressType" "Amazonka.ELBV2.SetIpAddressType" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" 'False) (C1 ('MetaCons "SetIpAddressType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ipAddressType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IpAddressType)))

newSetIpAddressType Source #

Create a value of SetIpAddressType 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:

SetIpAddressType, setIpAddressType_loadBalancerArn - The Amazon Resource Name (ARN) of the load balancer.

SetIpAddressType, setIpAddressType_ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.

Request Lenses

setIpAddressType_loadBalancerArn :: Lens' SetIpAddressType Text Source #

The Amazon Resource Name (ARN) of the load balancer.

setIpAddressType_ipAddressType :: Lens' SetIpAddressType IpAddressType Source #

The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.

Destructuring the Response

data SetIpAddressTypeResponse Source #

See: newSetIpAddressTypeResponse smart constructor.

Constructors

SetIpAddressTypeResponse' 

Fields

Instances

Instances details
Generic SetIpAddressTypeResponse Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

Associated Types

type Rep SetIpAddressTypeResponse :: Type -> Type #

Read SetIpAddressTypeResponse Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

Show SetIpAddressTypeResponse Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

NFData SetIpAddressTypeResponse Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

Eq SetIpAddressTypeResponse Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

type Rep SetIpAddressTypeResponse Source # 
Instance details

Defined in Amazonka.ELBV2.SetIpAddressType

type Rep SetIpAddressTypeResponse = D1 ('MetaData "SetIpAddressTypeResponse" "Amazonka.ELBV2.SetIpAddressType" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" 'False) (C1 ('MetaCons "SetIpAddressTypeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipAddressType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IpAddressType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSetIpAddressTypeResponse Source #

Create a value of SetIpAddressTypeResponse 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:

SetIpAddressType, setIpAddressTypeResponse_ipAddressType - The IP address type.

$sel:httpStatus:SetIpAddressTypeResponse', setIpAddressTypeResponse_httpStatus - The response's http status code.

Response Lenses