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 |
Documentation
A block of data in an Amazon Elastic Block Store snapshot.
See: newBlock
smart constructor.
Block' | |
|
Instances
Eq Block Source # | |
Read Block Source # | |
Show Block Source # | |
Generic Block Source # | |
NFData Block Source # | |
Defined in Amazonka.EBS.Types.Block | |
Hashable Block Source # | |
Defined in Amazonka.EBS.Types.Block | |
FromJSON Block Source # | |
type Rep Block Source # | |
Defined in Amazonka.EBS.Types.Block type Rep Block = D1 ('MetaData "Block" "Amazonka.EBS.Types.Block" "libZSservicesZSamazonka-ebsZSamazonka-ebs" '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.