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

Description

Returns the bundles that you can apply to a Amazon Lightsail bucket.

The bucket bundle specifies the monthly cost, storage quota, and data transfer quota for a bucket.

Use the UpdateBucketBundle action to update the bundle for a bucket.

Synopsis

Creating a Request

data GetBucketBundles Source #

See: newGetBucketBundles smart constructor.

Constructors

GetBucketBundles' 

Fields

  • includeInactive :: Maybe Bool

    A Boolean value that indicates whether to include inactive (unavailable) bundles in the response.

Instances

Instances details
Eq GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Read GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Show GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Generic GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Associated Types

type Rep GetBucketBundles :: Type -> Type #

NFData GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Methods

rnf :: GetBucketBundles -> () #

Hashable GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

ToJSON GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

AWSRequest GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Associated Types

type AWSResponse GetBucketBundles #

ToHeaders GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

ToPath GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

ToQuery GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

type Rep GetBucketBundles Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

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

Defined in Amazonka.Lightsail.GetBucketBundles

newGetBucketBundles :: GetBucketBundles Source #

Create a value of GetBucketBundles 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:includeInactive:GetBucketBundles', getBucketBundles_includeInactive - A Boolean value that indicates whether to include inactive (unavailable) bundles in the response.

Request Lenses

getBucketBundles_includeInactive :: Lens' GetBucketBundles (Maybe Bool) Source #

A Boolean value that indicates whether to include inactive (unavailable) bundles in the response.

Destructuring the Response

data GetBucketBundlesResponse Source #

See: newGetBucketBundlesResponse smart constructor.

Constructors

GetBucketBundlesResponse' 

Fields

Instances

Instances details
Eq GetBucketBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Read GetBucketBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Show GetBucketBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Generic GetBucketBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

Associated Types

type Rep GetBucketBundlesResponse :: Type -> Type #

NFData GetBucketBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

type Rep GetBucketBundlesResponse Source # 
Instance details

Defined in Amazonka.Lightsail.GetBucketBundles

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

newGetBucketBundlesResponse Source #

Create a value of GetBucketBundlesResponse 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:GetBucketBundlesResponse', getBucketBundlesResponse_bundles - An object that describes bucket bundles.

$sel:httpStatus:GetBucketBundlesResponse', getBucketBundlesResponse_httpStatus - The response's http status code.

Response Lenses