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
- data ShardDetail = ShardDetail' {}
- newShardDetail :: ShardDetail
- shardDetail_size :: Lens' ShardDetail (Maybe Text)
- shardDetail_snapshotCreationTime :: Lens' ShardDetail (Maybe UTCTime)
- shardDetail_name :: Lens' ShardDetail (Maybe Text)
- shardDetail_configuration :: Lens' ShardDetail (Maybe ShardConfiguration)
Documentation
data ShardDetail Source #
Provides details of a shard in a snapshot
See: newShardDetail
smart constructor.
ShardDetail' | |
|
Instances
newShardDetail :: ShardDetail Source #
Create a value of ShardDetail
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:size:ShardDetail'
, shardDetail_size
- The size of the shard's snapshot
$sel:snapshotCreationTime:ShardDetail'
, shardDetail_snapshotCreationTime
- The date and time that the shard's snapshot was created
$sel:name:ShardDetail'
, shardDetail_name
- The name of the shard
$sel:configuration:ShardDetail'
, shardDetail_configuration
- The configuration details of the shard
shardDetail_size :: Lens' ShardDetail (Maybe Text) Source #
The size of the shard's snapshot
shardDetail_snapshotCreationTime :: Lens' ShardDetail (Maybe UTCTime) Source #
The date and time that the shard's snapshot was created
shardDetail_name :: Lens' ShardDetail (Maybe Text) Source #
The name of the shard
shardDetail_configuration :: Lens' ShardDetail (Maybe ShardConfiguration) Source #
The configuration details of the shard