| 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.IoTAnalytics.Types.Partition
Description
Synopsis
- data Partition = Partition' {}
- newPartition :: Text -> Partition
- partition_attributeName :: Lens' Partition Text
Documentation
A partition dimension defined by an attribute.
See: newPartition smart constructor.
Constructors
| Partition' | |
Fields
| |
Instances
| FromJSON Partition Source # | |
| ToJSON Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition | |
| Generic Partition Source # | |
| Read Partition Source # | |
| Show Partition Source # | |
| NFData Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition | |
| Eq Partition Source # | |
| Hashable Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition | |
| type Rep Partition Source # | |
Defined in Amazonka.IoTAnalytics.Types.Partition type Rep Partition = D1 ('MetaData "Partition" "Amazonka.IoTAnalytics.Types.Partition" "amazonka-iot-analytics-2.0-2pxFb0PbSzA9ccOL4CofY4" 'False) (C1 ('MetaCons "Partition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Partition 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:attributeName:Partition', partition_attributeName - The name of the attribute that defines a partition dimension.