| 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.IotTwinMaker.Types.PropertyGroupRequest
Description
Documentation
data PropertyGroupRequest Source #
See: newPropertyGroupRequest smart constructor.
Constructors
| PropertyGroupRequest' | |
Instances
newPropertyGroupRequest :: PropertyGroupRequest Source #
Create a value of PropertyGroupRequest 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:groupType:PropertyGroupRequest', propertyGroupRequest_groupType - The group type.
$sel:propertyNames:PropertyGroupRequest', propertyGroupRequest_propertyNames - The names of properties.
propertyGroupRequest_groupType :: Lens' PropertyGroupRequest (Maybe GroupType) Source #
The group type.
propertyGroupRequest_propertyNames :: Lens' PropertyGroupRequest (Maybe [Text]) Source #
The names of properties.