libZSservicesZSamazonka-marketplace-catalogZSamazonka-marketplace-catalog
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

Read ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

Show 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 #

NFData ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

Methods

rnf :: ChangeSummary -> () #

Hashable ChangeSummary Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSummary

FromJSON 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" "libZSservicesZSamazonka-marketplace-catalogZSamazonka-marketplace-catalog" 'False) (C1 ('MetaCons "ChangeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "changeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "errorDetailList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ErrorDetail])) :*: (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Entity)) :*: S1 ('MetaSel ('Just "changeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:details:ChangeSummary', changeSummary_details - This object contains details specific to the change type of the requested change.

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

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

$sel:changeType:ChangeSummary', changeSummary_changeType - The type of 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.