| 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.MarketplaceCatalog.Types.Entity
Description
Documentation
An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.
See: newEntity smart constructor.
Constructors
| Entity' | |
Fields
| |
Instances
| FromJSON Entity Source # | |
| ToJSON Entity Source # | |
Defined in Amazonka.MarketplaceCatalog.Types.Entity | |
| Generic Entity Source # | |
| Read Entity Source # | |
| Show Entity Source # | |
| NFData Entity Source # | |
Defined in Amazonka.MarketplaceCatalog.Types.Entity | |
| Eq Entity Source # | |
| Hashable Entity Source # | |
Defined in Amazonka.MarketplaceCatalog.Types.Entity | |
| type Rep Entity Source # | |
Defined in Amazonka.MarketplaceCatalog.Types.Entity type Rep Entity = D1 ('MetaData "Entity" "Amazonka.MarketplaceCatalog.Types.Entity" "amazonka-marketplace-catalog-2.0-6Zi47AEGKrcHZeMO5lyES0" 'False) (C1 ('MetaCons "Entity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Entity 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:identifier:Entity', entity_identifier - The identifier for the entity.
$sel:type':Entity', entity_type - The type of entity.