amazonka-marketplace-catalog-2.0: Amazon Marketplace Catalog 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.MarketplaceCatalog.Types.EntitySummary

Description

 
Synopsis

Documentation

data EntitySummary Source #

This object is a container for common summary information about the entity. The summary doesn't contain the whole entity structure, but it does contain information common across all entities.

See: newEntitySummary smart constructor.

Constructors

EntitySummary' 

Fields

  • entityArn :: Maybe Text

    The ARN associated with the unique identifier for the entity.

  • entityId :: Maybe Text

    The unique identifier for the entity.

  • entityType :: Maybe Text

    The type of the entity.

  • lastModifiedDate :: Maybe Text

    The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).

  • name :: Maybe Text

    The name for the entity. This value is not unique. It is defined by the seller.

  • visibility :: Maybe Text

    The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).

Instances

Instances details
FromJSON EntitySummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.EntitySummary

Generic EntitySummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.EntitySummary

Associated Types

type Rep EntitySummary :: Type -> Type #

Read EntitySummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.EntitySummary

Show EntitySummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.EntitySummary

NFData EntitySummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.EntitySummary

Methods

rnf :: EntitySummary -> () #

Eq EntitySummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.EntitySummary

Hashable EntitySummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.EntitySummary

type Rep EntitySummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.EntitySummary

type Rep EntitySummary = D1 ('MetaData "EntitySummary" "Amazonka.MarketplaceCatalog.Types.EntitySummary" "amazonka-marketplace-catalog-2.0-6Zi47AEGKrcHZeMO5lyES0" 'False) (C1 ('MetaCons "EntitySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newEntitySummary :: EntitySummary Source #

Create a value of EntitySummary 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:entityArn:EntitySummary', entitySummary_entityArn - The ARN associated with the unique identifier for the entity.

$sel:entityId:EntitySummary', entitySummary_entityId - The unique identifier for the entity.

$sel:entityType:EntitySummary', entitySummary_entityType - The type of the entity.

$sel:lastModifiedDate:EntitySummary', entitySummary_lastModifiedDate - The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).

$sel:name:EntitySummary', entitySummary_name - The name for the entity. This value is not unique. It is defined by the seller.

$sel:visibility:EntitySummary', entitySummary_visibility - The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).

entitySummary_entityArn :: Lens' EntitySummary (Maybe Text) Source #

The ARN associated with the unique identifier for the entity.

entitySummary_entityId :: Lens' EntitySummary (Maybe Text) Source #

The unique identifier for the entity.

entitySummary_lastModifiedDate :: Lens' EntitySummary (Maybe Text) Source #

The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).

entitySummary_name :: Lens' EntitySummary (Maybe Text) Source #

The name for the entity. This value is not unique. It is defined by the seller.

entitySummary_visibility :: Lens' EntitySummary (Maybe Text) Source #

The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).