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 |
Synopsis
Documentation
data HashKeyRange Source #
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
See: newHashKeyRange
smart constructor.
HashKeyRange' | |
|
Instances
Create a value of HashKeyRange
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:startingHashKey:HashKeyRange'
, hashKeyRange_startingHashKey
- The starting hash key of the hash key range.
$sel:endingHashKey:HashKeyRange'
, hashKeyRange_endingHashKey
- The ending hash key of the hash key range.
hashKeyRange_startingHashKey :: Lens' HashKeyRange Text Source #
The starting hash key of the hash key range.
hashKeyRange_endingHashKey :: Lens' HashKeyRange Text Source #
The ending hash key of the hash key range.