| 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.EBS.Types.Block
Description
Documentation
A block of data in an Amazon Elastic Block Store snapshot.
See: newBlock smart constructor.
Constructors
| Block' | |
Fields
| |
Instances
| FromJSON Block Source # | |
| Generic Block Source # | |
| Read Block Source # | |
| Show Block Source # | |
| NFData Block Source # | |
Defined in Amazonka.EBS.Types.Block | |
| Eq Block Source # | |
| Hashable Block Source # | |
Defined in Amazonka.EBS.Types.Block | |
| type Rep Block Source # | |
Defined in Amazonka.EBS.Types.Block type Rep Block = D1 ('MetaData "Block" "Amazonka.EBS.Types.Block" "amazonka-ebs-2.0-64shgDr10jT2ab25iSOcZ1" 'False) (C1 ('MetaCons "Block'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blockIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "blockToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Block 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:blockIndex:Block', block_blockIndex - The block index.
$sel:blockToken:Block', block_blockToken - The block token for the block index.