Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ChangeSummary = ChangeSummary' {
- changeName :: Maybe Text
- details :: Maybe Text
- errorDetailList :: Maybe [ErrorDetail]
- entity :: Maybe Entity
- changeType :: Maybe Text
- newChangeSummary :: ChangeSummary
- changeSummary_changeName :: Lens' ChangeSummary (Maybe Text)
- changeSummary_details :: Lens' ChangeSummary (Maybe Text)
- changeSummary_errorDetailList :: Lens' ChangeSummary (Maybe [ErrorDetail])
- changeSummary_entity :: Lens' ChangeSummary (Maybe Entity)
- changeSummary_changeType :: Lens' ChangeSummary (Maybe Text)
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.
ChangeSummary' | |
|
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: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.
changeSummary_entity :: Lens' ChangeSummary (Maybe Entity) Source #
The entity to be changed.
changeSummary_changeType :: Lens' ChangeSummary (Maybe Text) Source #
The type of the change.