Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data PricingService Source #
The metadata for a service, such as the service code and available attribute names.
See: newPricingService
smart constructor.
PricingService' | |
|
Instances
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.