libZSservicesZSamazonka-savingsplansZSamazonka-savingsplans
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.SavingsPlans.DescribeSavingsPlanRates

Description

Describes the specified Savings Plans rates.

Synopsis

Creating a Request

data DescribeSavingsPlanRates Source #

See: newDescribeSavingsPlanRates smart constructor.

Constructors

DescribeSavingsPlanRates' 

Fields

Instances

Instances details
Eq DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

Read DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

Show DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

Generic DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

Associated Types

type Rep DescribeSavingsPlanRates :: Type -> Type #

NFData DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

Hashable DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

ToJSON DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

AWSRequest DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

ToHeaders DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

ToPath DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

ToQuery DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

type Rep DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

type Rep DescribeSavingsPlanRates = D1 ('MetaData "DescribeSavingsPlanRates" "Amazonka.SavingsPlans.DescribeSavingsPlanRates" "libZSservicesZSamazonka-savingsplansZSamazonka-savingsplans" 'False) (C1 ('MetaCons "DescribeSavingsPlanRates'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SavingsPlanRateFilter])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "savingsPlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeSavingsPlanRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

newDescribeSavingsPlanRates Source #

Create a value of DescribeSavingsPlanRates 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:filters:DescribeSavingsPlanRates', describeSavingsPlanRates_filters - The filters.

$sel:nextToken:DescribeSavingsPlanRates', describeSavingsPlanRates_nextToken - The token for the next page of results.

$sel:maxResults:DescribeSavingsPlanRates', describeSavingsPlanRates_maxResults - The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.

$sel:savingsPlanId:DescribeSavingsPlanRates', describeSavingsPlanRates_savingsPlanId - The ID of the Savings Plan.

Request Lenses

describeSavingsPlanRates_maxResults :: Lens' DescribeSavingsPlanRates (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.

Destructuring the Response

data DescribeSavingsPlanRatesResponse Source #

See: newDescribeSavingsPlanRatesResponse smart constructor.

Constructors

DescribeSavingsPlanRatesResponse' 

Fields

Instances

Instances details
Eq DescribeSavingsPlanRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

Read DescribeSavingsPlanRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

Show DescribeSavingsPlanRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

Generic DescribeSavingsPlanRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

Associated Types

type Rep DescribeSavingsPlanRatesResponse :: Type -> Type #

NFData DescribeSavingsPlanRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

type Rep DescribeSavingsPlanRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlanRates

type Rep DescribeSavingsPlanRatesResponse = D1 ('MetaData "DescribeSavingsPlanRatesResponse" "Amazonka.SavingsPlans.DescribeSavingsPlanRates" "libZSservicesZSamazonka-savingsplansZSamazonka-savingsplans" 'False) (C1 ('MetaCons "DescribeSavingsPlanRatesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "searchResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SavingsPlanRate])) :*: S1 ('MetaSel ('Just "savingsPlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeSavingsPlanRatesResponse Source #

Create a value of DescribeSavingsPlanRatesResponse 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:searchResults:DescribeSavingsPlanRatesResponse', describeSavingsPlanRatesResponse_searchResults - Information about the Savings Plans rates.

$sel:savingsPlanId:DescribeSavingsPlanRates', describeSavingsPlanRatesResponse_savingsPlanId - The ID of the Savings Plan.

$sel:nextToken:DescribeSavingsPlanRates', describeSavingsPlanRatesResponse_nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:DescribeSavingsPlanRatesResponse', describeSavingsPlanRatesResponse_httpStatus - The response's http status code.

Response Lenses

describeSavingsPlanRatesResponse_nextToken :: Lens' DescribeSavingsPlanRatesResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.