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 UpdateParam Source #
An object representing the details of an update request.
See: newUpdateParam
smart constructor.
Instances
newUpdateParam :: UpdateParam Source #
Create a value of UpdateParam
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:value:UpdateParam'
, updateParam_value
- The value of the keys submitted as part of an update request.
$sel:type':UpdateParam'
, updateParam_type
- The keys associated with an update request.
updateParam_value :: Lens' UpdateParam (Maybe Text) Source #
The value of the keys submitted as part of an update request.
updateParam_type :: Lens' UpdateParam (Maybe UpdateParamType) Source #
The keys associated with an update request.