libZSservicesZSamazonka-pricingZSamazonka-pricing
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.Pricing.Types.PricingService

Description

 
Synopsis

Documentation

data PricingService Source #

The metadata for a service, such as the service code and available attribute names.

See: newPricingService smart constructor.

Constructors

PricingService' 

Fields

Instances

Instances details
Eq PricingService Source # 
Instance details

Defined in Amazonka.Pricing.Types.PricingService

Read PricingService Source # 
Instance details

Defined in Amazonka.Pricing.Types.PricingService

Show PricingService Source # 
Instance details

Defined in Amazonka.Pricing.Types.PricingService

Generic PricingService Source # 
Instance details

Defined in Amazonka.Pricing.Types.PricingService

Associated Types

type Rep PricingService :: Type -> Type #

NFData PricingService Source # 
Instance details

Defined in Amazonka.Pricing.Types.PricingService

Methods

rnf :: PricingService -> () #

Hashable PricingService Source # 
Instance details

Defined in Amazonka.Pricing.Types.PricingService

FromJSON PricingService Source # 
Instance details

Defined in Amazonka.Pricing.Types.PricingService

type Rep PricingService Source # 
Instance details

Defined in Amazonka.Pricing.Types.PricingService

type Rep PricingService = D1 ('MetaData "PricingService" "Amazonka.Pricing.Types.PricingService" "libZSservicesZSamazonka-pricingZSamazonka-pricing" 'False) (C1 ('MetaCons "PricingService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPricingService :: PricingService Source #

Create a value of PricingService 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:attributeNames:PricingService', pricingService_attributeNames - The attributes that are available for this service.

$sel:serviceCode:PricingService', pricingService_serviceCode - The code for the Amazon Web Services service.

pricingService_attributeNames :: Lens' PricingService (Maybe [Text]) Source #

The attributes that are available for this service.

pricingService_serviceCode :: Lens' PricingService (Maybe Text) Source #

The code for the Amazon Web Services service.