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.ChangeSummary

Description

 
Synopsis

Documentation

data ChangeSummary Source #

This object is a container for common summary information about the change. The summary doesn't contain the whole change structure.

See: newChangeSummary smart constructor.

Constructors

ChangeSummary' 

Fields

Instances

Instances details
FromJSON ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

Generic ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

Associated Types

type Rep ChangeSummary :: Type -> Type #

Read ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

Show ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

NFData ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

Methods

rnf :: ChangeSummary -> () #

Eq ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

Hashable ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

type Rep ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

type Rep ChangeSummary = D1 ('MetaData "ChangeSummary" "Amazonka.MarketplaceCatalog.Types.ChangeSummary" "amazonka-marketplace-catalog-2.0-6Zi47AEGKrcHZeMO5lyES0" 'False) (C1 ('MetaCons "ChangeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "changeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "changeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Entity)) :*: S1 ('MetaSel ('Just "errorDetailList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ErrorDetail]))))))

newChangeSummary :: ChangeSummary Source #

Create a value of ChangeSummary 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:changeName:ChangeSummary', changeSummary_changeName - Optional name for the change.

$sel:changeType:ChangeSummary', changeSummary_changeType - The type of the change.

$sel:details:ChangeSummary', changeSummary_details - This object contains details specific to the change type of the requested change.

$sel:entity:ChangeSummary', changeSummary_entity - The entity to be changed.

$sel:errorDetailList:ChangeSummary', changeSummary_errorDetailList - An array of ErrorDetail objects associated with the change.

changeSummary_changeName :: Lens' ChangeSummary (Maybe Text) Source #

Optional name for the change.

changeSummary_details :: Lens' ChangeSummary (Maybe Text) Source #

This object contains details specific to the change type of the requested change.

changeSummary_errorDetailList :: Lens' ChangeSummary (Maybe [ErrorDetail]) Source #

An array of ErrorDetail objects associated with the change.