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