| 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.Route53.Types.ChangeBatch
Description
Synopsis
Documentation
data ChangeBatch Source #
The information for a change request.
See: newChangeBatch smart constructor.
Constructors
| ChangeBatch' | |
Instances
Arguments
| :: NonEmpty Change | |
| -> ChangeBatch |
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.