| 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.EKS.Types.MarketplaceInformation
Description
Documentation
data MarketplaceInformation Source #
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
See: newMarketplaceInformation smart constructor.
Constructors
| MarketplaceInformation' | |
Instances
newMarketplaceInformation :: MarketplaceInformation Source #
Create a value of MarketplaceInformation 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:productId:MarketplaceInformation', marketplaceInformation_productId - The product ID from the Amazon Web Services Marketplace.
$sel:productUrl:MarketplaceInformation', marketplaceInformation_productUrl - The product URL from the Amazon Web Services Marketplace.
marketplaceInformation_productId :: Lens' MarketplaceInformation (Maybe Text) Source #
The product ID from the Amazon Web Services Marketplace.
marketplaceInformation_productUrl :: Lens' MarketplaceInformation (Maybe Text) Source #
The product URL from the Amazon Web Services Marketplace.