| 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.DynamoDB.Types.BillingModeSummary
Description
Documentation
data BillingModeSummary Source #
Contains the details for the read/write capacity mode. This page talks
about PROVISIONED and PAY_PER_REQUEST billing modes. For more
information about these modes, see
Read/write capacity mode.
You may need to switch to on-demand mode at least once in order to
return a BillingModeSummary response.
See: newBillingModeSummary smart constructor.
Constructors
| BillingModeSummary' | |
Fields
| |
Instances
newBillingModeSummary :: BillingModeSummary Source #
Create a value of BillingModeSummary 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:billingMode:BillingModeSummary', billingModeSummary_billingMode - Controls how you are charged for read and write throughput and how you
manage capacity. This setting can be changed later.
PROVISIONED- Sets the read/write capacity mode toPROVISIONED. We recommend usingPROVISIONEDfor predictable workloads.PAY_PER_REQUEST- Sets the read/write capacity mode toPAY_PER_REQUEST. We recommend usingPAY_PER_REQUESTfor unpredictable workloads.
$sel:lastUpdateToPayPerRequestDateTime:BillingModeSummary', billingModeSummary_lastUpdateToPayPerRequestDateTime - Represents the time when PAY_PER_REQUEST was last set as the
read/write capacity mode.
billingModeSummary_billingMode :: Lens' BillingModeSummary (Maybe BillingMode) Source #
Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.
PROVISIONED- Sets the read/write capacity mode toPROVISIONED. We recommend usingPROVISIONEDfor predictable workloads.PAY_PER_REQUEST- Sets the read/write capacity mode toPAY_PER_REQUEST. We recommend usingPAY_PER_REQUESTfor unpredictable workloads.
billingModeSummary_lastUpdateToPayPerRequestDateTime :: Lens' BillingModeSummary (Maybe UTCTime) Source #
Represents the time when PAY_PER_REQUEST was last set as the
read/write capacity mode.