libZSservicesZSamazonka-lightsailZSamazonka-lightsail
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.Lightsail.GetLoadBalancer

Description

Returns information about the specified Lightsail load balancer.

Synopsis

Creating a Request

data GetLoadBalancer Source #

See: newGetLoadBalancer smart constructor.

Constructors

GetLoadBalancer' 

Fields

Instances

Instances details
Eq GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Read GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Show GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Generic GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Associated Types

type Rep GetLoadBalancer :: Type -> Type #

NFData GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Methods

rnf :: GetLoadBalancer -> () #

Hashable GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

ToJSON GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

AWSRequest GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Associated Types

type AWSResponse GetLoadBalancer #

ToHeaders GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

ToPath GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

ToQuery GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

type Rep GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

type Rep GetLoadBalancer = D1 ('MetaData "GetLoadBalancer" "Amazonka.Lightsail.GetLoadBalancer" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetLoadBalancer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLoadBalancer Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

newGetLoadBalancer Source #

Create a value of GetLoadBalancer 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:loadBalancerName:GetLoadBalancer', getLoadBalancer_loadBalancerName - The name of the load balancer.

Request Lenses

Destructuring the Response

data GetLoadBalancerResponse Source #

See: newGetLoadBalancerResponse smart constructor.

Constructors

GetLoadBalancerResponse' 

Fields

Instances

Instances details
Eq GetLoadBalancerResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Read GetLoadBalancerResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Show GetLoadBalancerResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Generic GetLoadBalancerResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Associated Types

type Rep GetLoadBalancerResponse :: Type -> Type #

NFData GetLoadBalancerResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

Methods

rnf :: GetLoadBalancerResponse -> () #

type Rep GetLoadBalancerResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetLoadBalancer

type Rep GetLoadBalancerResponse = D1 ('MetaData "GetLoadBalancerResponse" "Amazonka.Lightsail.GetLoadBalancer" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetLoadBalancerResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancer)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetLoadBalancerResponse Source #

Create a value of GetLoadBalancerResponse 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:loadBalancer:GetLoadBalancerResponse', getLoadBalancerResponse_loadBalancer - An object containing information about your load balancer.

$sel:httpStatus:GetLoadBalancerResponse', getLoadBalancerResponse_httpStatus - The response's http status code.

Response Lenses

getLoadBalancerResponse_loadBalancer :: Lens' GetLoadBalancerResponse (Maybe LoadBalancer) Source #

An object containing information about your load balancer.