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
Documentation
data ChangeBatch Source #
The information for a change request.
See: newChangeBatch
smart constructor.
Instances
Create a value of ChangeBatch
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:comment:ChangeBatch'
, changeBatch_comment
- Optional: Any comments you want to include about a change batch
request.
$sel:changes:ChangeBatch'
, changeBatch_changes
- Information about the changes to make to the record sets.
changeBatch_comment :: Lens' ChangeBatch (Maybe Text) Source #
Optional: Any comments you want to include about a change batch request.
changeBatch_changes :: Lens' ChangeBatch (NonEmpty Change) Source #
Information about the changes to make to the record sets.