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 ProductCode Source #
Contains information about the product code for the EC2 instance.
See: newProductCode
smart constructor.
Instances
newProductCode :: ProductCode Source #
Create a value of ProductCode
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:productType:ProductCode'
, productCode_productType
- The product code type.
$sel:code:ProductCode'
, productCode_code
- The product code information.
productCode_productType :: Lens' ProductCode (Maybe Text) Source #
The product code type.
productCode_code :: Lens' ProductCode (Maybe Text) Source #
The product code information.