amazonka-eks-2.0: Amazon Elastic Kubernetes Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EKS.Types.MarketplaceInformation

Description

 
Synopsis

Documentation

data MarketplaceInformation Source #

Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.

See: newMarketplaceInformation smart constructor.

Constructors

MarketplaceInformation' 

Fields

Instances

Instances details
FromJSON MarketplaceInformation Source # 
Instance details

Defined in Amazonka.EKS.Types.MarketplaceInformation

Generic MarketplaceInformation Source # 
Instance details

Defined in Amazonka.EKS.Types.MarketplaceInformation

Associated Types

type Rep MarketplaceInformation :: Type -> Type #

Read MarketplaceInformation Source # 
Instance details

Defined in Amazonka.EKS.Types.MarketplaceInformation

Show MarketplaceInformation Source # 
Instance details

Defined in Amazonka.EKS.Types.MarketplaceInformation

NFData MarketplaceInformation Source # 
Instance details

Defined in Amazonka.EKS.Types.MarketplaceInformation

Methods

rnf :: MarketplaceInformation -> () #

Eq MarketplaceInformation Source # 
Instance details

Defined in Amazonka.EKS.Types.MarketplaceInformation

Hashable MarketplaceInformation Source # 
Instance details

Defined in Amazonka.EKS.Types.MarketplaceInformation

type Rep MarketplaceInformation Source # 
Instance details

Defined in Amazonka.EKS.Types.MarketplaceInformation

type Rep MarketplaceInformation = D1 ('MetaData "MarketplaceInformation" "Amazonka.EKS.Types.MarketplaceInformation" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "MarketplaceInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.