| 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.ChangeSummary
Description
Synopsis
- data ChangeSummary = ChangeSummary' {
- changeName :: Maybe Text
- changeType :: Maybe Text
- details :: Maybe Text
- entity :: Maybe Entity
- errorDetailList :: Maybe [ErrorDetail]
- newChangeSummary :: ChangeSummary
- changeSummary_changeName :: Lens' ChangeSummary (Maybe Text)
- changeSummary_changeType :: Lens' ChangeSummary (Maybe Text)
- changeSummary_details :: Lens' ChangeSummary (Maybe Text)
- changeSummary_entity :: Lens' ChangeSummary (Maybe Entity)
- changeSummary_errorDetailList :: Lens' ChangeSummary (Maybe [ErrorDetail])
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
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_changeType :: Lens' ChangeSummary (Maybe Text) Source #
The type of the change.
changeSummary_details :: Lens' ChangeSummary (Maybe Text) Source #
This object contains details specific to the change type of the requested change.
changeSummary_entity :: Lens' ChangeSummary (Maybe Entity) Source #
The entity to be changed.
changeSummary_errorDetailList :: Lens' ChangeSummary (Maybe [ErrorDetail]) Source #
An array of ErrorDetail objects associated with the change.