amazonka-lightsail-2.0: Amazon Lightsail 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.Lightsail.GetDistributionBundles

Description

Returns the bundles that can be applied to your Amazon Lightsail content delivery network (CDN) distributions.

A distribution bundle specifies the monthly network transfer quota and monthly cost of your distribution.

Synopsis

Creating a Request

data GetDistributionBundles Source #

See: newGetDistributionBundles smart constructor.

Instances

Instances details
ToJSON GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

ToHeaders GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

ToPath GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

ToQuery GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

AWSRequest GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

Associated Types

type AWSResponse GetDistributionBundles #

Generic GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

Associated Types

type Rep GetDistributionBundles :: Type -> Type #

Read GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

Show GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

NFData GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

Methods

rnf :: GetDistributionBundles -> () #

Eq GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

Hashable GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

type AWSResponse GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

type Rep GetDistributionBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

type Rep GetDistributionBundles = D1 ('MetaData "GetDistributionBundles" "Amazonka.Lightsail.GetDistributionBundles" "amazonka-lightsail-2.0-77hvsZhtZFxFduYae8QaN0" 'False) (C1 ('MetaCons "GetDistributionBundles'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetDistributionBundles :: GetDistributionBundles Source #

Create a value of GetDistributionBundles with all optional fields omitted.

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

Destructuring the Response

data GetDistributionBundlesResponse Source #

See: newGetDistributionBundlesResponse smart constructor.

Constructors

GetDistributionBundlesResponse' 

Fields

Instances

Instances details
Generic GetDistributionBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

Associated Types

type Rep GetDistributionBundlesResponse :: Type -> Type #

Read GetDistributionBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

Show GetDistributionBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

NFData GetDistributionBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

Eq GetDistributionBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

type Rep GetDistributionBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetDistributionBundles

type Rep GetDistributionBundlesResponse = D1 ('MetaData "GetDistributionBundlesResponse" "Amazonka.Lightsail.GetDistributionBundles" "amazonka-lightsail-2.0-77hvsZhtZFxFduYae8QaN0" 'False) (C1 ('MetaCons "GetDistributionBundlesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bundles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DistributionBundle])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDistributionBundlesResponse Source #

Create a value of GetDistributionBundlesResponse 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:bundles:GetDistributionBundlesResponse', getDistributionBundlesResponse_bundles - An object that describes a distribution bundle.

$sel:httpStatus:GetDistributionBundlesResponse', getDistributionBundlesResponse_httpStatus - The response's http status code.

Response Lenses