| 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.Kinesis.Types.ChildShard
Description
Synopsis
Documentation
data ChildShard Source #
Output parameter of the GetRecords API. The existing child shard of the current shard.
See: newChildShard smart constructor.
Constructors
| ChildShard' | |
Fields
| |
Instances
Create a value of ChildShard 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:shardId:ChildShard', childShard_shardId - The shard ID of the existing child shard of the current shard.
$sel:parentShards:ChildShard', childShard_parentShards - The current shard that is the parent of the existing child shard.
$sel:hashKeyRange:ChildShard', childShard_hashKeyRange - Undocumented member.
childShard_shardId :: Lens' ChildShard Text Source #
The shard ID of the existing child shard of the current shard.
childShard_parentShards :: Lens' ChildShard [Text] Source #
The current shard that is the parent of the existing child shard.
childShard_hashKeyRange :: Lens' ChildShard HashKeyRange Source #
Undocumented member.