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

Description

Describes the specified Savings Plans offering rates.

Synopsis

Creating a Request

data DescribeSavingsPlansOfferingRates Source #

See: newDescribeSavingsPlansOfferingRates smart constructor.

Constructors

DescribeSavingsPlansOfferingRates' 

Fields

Instances

Instances details
Eq DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

Read DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

Show DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

Generic DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

Associated Types

type Rep DescribeSavingsPlansOfferingRates :: Type -> Type #

NFData DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

Hashable DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

ToJSON DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

AWSRequest DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

ToHeaders DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

ToPath DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

ToQuery DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

type Rep DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

type Rep DescribeSavingsPlansOfferingRates = D1 ('MetaData "DescribeSavingsPlansOfferingRates" "Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates" "libZSservicesZSamazonka-savingsplansZSamazonka-savingsplans" 'False) (C1 ('MetaCons "DescribeSavingsPlansOfferingRates'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "savingsPlanOfferingIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "serviceCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SavingsPlanRateServiceCode]))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SavingsPlanOfferingRateFilterElement])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "savingsPlanTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SavingsPlanType]))))) :*: ((S1 ('MetaSel ('Just "products") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SavingsPlanProductType])) :*: S1 ('MetaSel ('Just "savingsPlanPaymentOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SavingsPlanPaymentOption]))) :*: (S1 ('MetaSel ('Just "usageTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "operations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))))
type AWSResponse DescribeSavingsPlansOfferingRates Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

newDescribeSavingsPlansOfferingRates :: DescribeSavingsPlansOfferingRates Source #

Create a value of DescribeSavingsPlansOfferingRates 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:savingsPlanOfferingIds:DescribeSavingsPlansOfferingRates', describeSavingsPlansOfferingRates_savingsPlanOfferingIds - The IDs of the offerings.

$sel:serviceCodes:DescribeSavingsPlansOfferingRates', describeSavingsPlansOfferingRates_serviceCodes - The services.

$sel:filters:DescribeSavingsPlansOfferingRates', describeSavingsPlansOfferingRates_filters - The filters.

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

$sel:savingsPlanTypes:DescribeSavingsPlansOfferingRates', describeSavingsPlansOfferingRates_savingsPlanTypes - The plan types.

$sel:products:DescribeSavingsPlansOfferingRates', describeSavingsPlansOfferingRates_products - The AWS products.

$sel:savingsPlanPaymentOptions:DescribeSavingsPlansOfferingRates', describeSavingsPlansOfferingRates_savingsPlanPaymentOptions - The payment options.

$sel:usageTypes:DescribeSavingsPlansOfferingRates', describeSavingsPlansOfferingRates_usageTypes - The usage details of the line item in the billing report.

$sel:operations:DescribeSavingsPlansOfferingRates', describeSavingsPlansOfferingRates_operations - The specific AWS operation for the line item in the billing report.

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

Request Lenses

describeSavingsPlansOfferingRates_usageTypes :: Lens' DescribeSavingsPlansOfferingRates (Maybe [Text]) Source #

The usage details of the line item in the billing report.

describeSavingsPlansOfferingRates_operations :: Lens' DescribeSavingsPlansOfferingRates (Maybe [Text]) Source #

The specific AWS operation for the line item in the billing report.

describeSavingsPlansOfferingRates_maxResults :: Lens' DescribeSavingsPlansOfferingRates (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 DescribeSavingsPlansOfferingRatesResponse Source #

Constructors

DescribeSavingsPlansOfferingRatesResponse' 

Fields

Instances

Instances details
Eq DescribeSavingsPlansOfferingRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

Read DescribeSavingsPlansOfferingRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

Show DescribeSavingsPlansOfferingRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

Generic DescribeSavingsPlansOfferingRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

NFData DescribeSavingsPlansOfferingRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

type Rep DescribeSavingsPlansOfferingRatesResponse Source # 
Instance details

Defined in Amazonka.SavingsPlans.DescribeSavingsPlansOfferingRates

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

newDescribeSavingsPlansOfferingRatesResponse Source #

Create a value of DescribeSavingsPlansOfferingRatesResponse 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:DescribeSavingsPlansOfferingRatesResponse', describeSavingsPlansOfferingRatesResponse_searchResults - Information about the Savings Plans offering rates.

$sel:nextToken:DescribeSavingsPlansOfferingRates', describeSavingsPlansOfferingRatesResponse_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:DescribeSavingsPlansOfferingRatesResponse', describeSavingsPlansOfferingRatesResponse_httpStatus - The response's http status code.

Response Lenses

describeSavingsPlansOfferingRatesResponse_nextToken :: Lens' DescribeSavingsPlansOfferingRatesResponse (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.