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 AwsDynamoDbTableBillingModeSummary = AwsDynamoDbTableBillingModeSummary' {}
- newAwsDynamoDbTableBillingModeSummary :: AwsDynamoDbTableBillingModeSummary
- awsDynamoDbTableBillingModeSummary_lastUpdateToPayPerRequestDateTime :: Lens' AwsDynamoDbTableBillingModeSummary (Maybe Text)
- awsDynamoDbTableBillingModeSummary_billingMode :: Lens' AwsDynamoDbTableBillingModeSummary (Maybe Text)
Documentation
data AwsDynamoDbTableBillingModeSummary Source #
Provides information about the billing for read/write capacity on the table.
See: newAwsDynamoDbTableBillingModeSummary
smart constructor.
AwsDynamoDbTableBillingModeSummary' | |
|
Instances
newAwsDynamoDbTableBillingModeSummary :: AwsDynamoDbTableBillingModeSummary Source #
Create a value of AwsDynamoDbTableBillingModeSummary
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:lastUpdateToPayPerRequestDateTime:AwsDynamoDbTableBillingModeSummary'
, awsDynamoDbTableBillingModeSummary_lastUpdateToPayPerRequestDateTime
- If the billing mode is PAY_PER_REQUEST
, indicates when the billing
mode was set to that value.
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:billingMode:AwsDynamoDbTableBillingModeSummary'
, awsDynamoDbTableBillingModeSummary_billingMode
- The method used to charge for read and write throughput and to manage
capacity.
awsDynamoDbTableBillingModeSummary_lastUpdateToPayPerRequestDateTime :: Lens' AwsDynamoDbTableBillingModeSummary (Maybe Text) Source #
If the billing mode is PAY_PER_REQUEST
, indicates when the billing
mode was set to that value.
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
.
awsDynamoDbTableBillingModeSummary_billingMode :: Lens' AwsDynamoDbTableBillingModeSummary (Maybe Text) Source #
The method used to charge for read and write throughput and to manage capacity.