| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
Arguments
| :: Text | |
| -> PricingService |
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 Text Source #
The code for the Amazon Web Services service.