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 AwsDynamoDbTableProvisionedThroughput = AwsDynamoDbTableProvisionedThroughput' {}
- newAwsDynamoDbTableProvisionedThroughput :: AwsDynamoDbTableProvisionedThroughput
- awsDynamoDbTableProvisionedThroughput_readCapacityUnits :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Int)
- awsDynamoDbTableProvisionedThroughput_lastDecreaseDateTime :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Text)
- awsDynamoDbTableProvisionedThroughput_writeCapacityUnits :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Int)
- awsDynamoDbTableProvisionedThroughput_numberOfDecreasesToday :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Int)
- awsDynamoDbTableProvisionedThroughput_lastIncreaseDateTime :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Text)
Documentation
data AwsDynamoDbTableProvisionedThroughput Source #
Information about the provisioned throughput for the table or for a global secondary index.
See: newAwsDynamoDbTableProvisionedThroughput
smart constructor.
AwsDynamoDbTableProvisionedThroughput' | |
|
Instances
newAwsDynamoDbTableProvisionedThroughput :: AwsDynamoDbTableProvisionedThroughput Source #
Create a value of AwsDynamoDbTableProvisionedThroughput
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:readCapacityUnits:AwsDynamoDbTableProvisionedThroughput'
, awsDynamoDbTableProvisionedThroughput_readCapacityUnits
- The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException
.
$sel:lastDecreaseDateTime:AwsDynamoDbTableProvisionedThroughput'
, awsDynamoDbTableProvisionedThroughput_lastDecreaseDateTime
- Indicates when the provisioned throughput was last decreased.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
$sel:writeCapacityUnits:AwsDynamoDbTableProvisionedThroughput'
, awsDynamoDbTableProvisionedThroughput_writeCapacityUnits
- The maximum number of writes consumed per second before DynamoDB returns
a ThrottlingException
.
$sel:numberOfDecreasesToday:AwsDynamoDbTableProvisionedThroughput'
, awsDynamoDbTableProvisionedThroughput_numberOfDecreasesToday
- The number of times during the current UTC calendar day that the
provisioned throughput was decreased.
$sel:lastIncreaseDateTime:AwsDynamoDbTableProvisionedThroughput'
, awsDynamoDbTableProvisionedThroughput_lastIncreaseDateTime
- Indicates when the provisioned throughput was last increased.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
awsDynamoDbTableProvisionedThroughput_readCapacityUnits :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Int) Source #
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException
.
awsDynamoDbTableProvisionedThroughput_lastDecreaseDateTime :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Text) Source #
Indicates when the provisioned throughput was last decreased.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
awsDynamoDbTableProvisionedThroughput_writeCapacityUnits :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Int) Source #
The maximum number of writes consumed per second before DynamoDB returns
a ThrottlingException
.
awsDynamoDbTableProvisionedThroughput_numberOfDecreasesToday :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Int) Source #
The number of times during the current UTC calendar day that the provisioned throughput was decreased.
awsDynamoDbTableProvisionedThroughput_lastIncreaseDateTime :: Lens' AwsDynamoDbTableProvisionedThroughput (Maybe Text) Source #
Indicates when the provisioned throughput was last increased.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.