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 ResourceChangeDetail = ResourceChangeDetail' {}
- newResourceChangeDetail :: ResourceChangeDetail
- resourceChangeDetail_causingEntity :: Lens' ResourceChangeDetail (Maybe Text)
- resourceChangeDetail_evaluation :: Lens' ResourceChangeDetail (Maybe EvaluationType)
- resourceChangeDetail_target :: Lens' ResourceChangeDetail (Maybe ResourceTargetDefinition)
Documentation
data ResourceChangeDetail Source #
Information about a change to a resource attribute.
See: newResourceChangeDetail
smart constructor.
ResourceChangeDetail' | |
|
Instances
newResourceChangeDetail :: ResourceChangeDetail Source #
Create a value of ResourceChangeDetail
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:causingEntity:ResourceChangeDetail'
, resourceChangeDetail_causingEntity
- The ID of the entity that caused the change.
$sel:evaluation:ResourceChangeDetail'
, resourceChangeDetail_evaluation
- For static evaluations, the value of the resource attribute will change
and the new value is known. For dynamic evaluations, the value might
change, and any new value will be determined when the plan is updated.
$sel:target:ResourceChangeDetail'
, resourceChangeDetail_target
- Information about the resource attribute to be modified.
resourceChangeDetail_causingEntity :: Lens' ResourceChangeDetail (Maybe Text) Source #
The ID of the entity that caused the change.
resourceChangeDetail_evaluation :: Lens' ResourceChangeDetail (Maybe EvaluationType) Source #
For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.
resourceChangeDetail_target :: Lens' ResourceChangeDetail (Maybe ResourceTargetDefinition) Source #
Information about the resource attribute to be modified.