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.GetContainerServicePowers

Description

Returns the list of powers that can be specified for your Amazon Lightsail container services.

The power specifies the amount of memory, the number of vCPUs, and the base price of the container service.

Synopsis

Creating a Request

data GetContainerServicePowers Source #

See: newGetContainerServicePowers smart constructor.

Instances

Instances details
Eq GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

Read GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

Show GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

Generic GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

Associated Types

type Rep GetContainerServicePowers :: Type -> Type #

NFData GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

Hashable GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

ToJSON GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

AWSRequest GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

ToHeaders GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

ToPath GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

ToQuery GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

type Rep GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

type Rep GetContainerServicePowers = D1 ('MetaData "GetContainerServicePowers" "Amazonka.Lightsail.GetContainerServicePowers" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetContainerServicePowers'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetContainerServicePowers Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

newGetContainerServicePowers :: GetContainerServicePowers Source #

Create a value of GetContainerServicePowers with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data GetContainerServicePowersResponse Source #

See: newGetContainerServicePowersResponse smart constructor.

Constructors

GetContainerServicePowersResponse' 

Fields

Instances

Instances details
Eq GetContainerServicePowersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

Read GetContainerServicePowersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

Show GetContainerServicePowersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

Generic GetContainerServicePowersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

Associated Types

type Rep GetContainerServicePowersResponse :: Type -> Type #

NFData GetContainerServicePowersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

type Rep GetContainerServicePowersResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetContainerServicePowers

type Rep GetContainerServicePowersResponse = D1 ('MetaData "GetContainerServicePowersResponse" "Amazonka.Lightsail.GetContainerServicePowers" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "GetContainerServicePowersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "powers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContainerServicePower])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetContainerServicePowersResponse Source #

Create a value of GetContainerServicePowersResponse 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:powers:GetContainerServicePowersResponse', getContainerServicePowersResponse_powers - An array of objects that describe the powers that can be specified for a container service.

$sel:httpStatus:GetContainerServicePowersResponse', getContainerServicePowersResponse_httpStatus - The response's http status code.

Response Lenses

getContainerServicePowersResponse_powers :: Lens' GetContainerServicePowersResponse (Maybe [ContainerServicePower]) Source #

An array of objects that describe the powers that can be specified for a container service.