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 |
Documentation
data BillingModeSummary Source #
Contains the details for the read/write capacity mode.
See: newBillingModeSummary
smart constructor.
BillingModeSummary' | |
|
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:lastUpdateToPayPerRequestDateTime:BillingModeSummary'
, billingModeSummary_lastUpdateToPayPerRequestDateTime
- Represents the time when PAY_PER_REQUEST
was last set as the
read/write capacity mode.
$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 usingPROVISIONED
for predictable workloads.PAY_PER_REQUEST
- Sets the read/write capacity mode toPAY_PER_REQUEST
. We recommend usingPAY_PER_REQUEST
for 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.
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 usingPROVISIONED
for predictable workloads.PAY_PER_REQUEST
- Sets the read/write capacity mode toPAY_PER_REQUEST
. We recommend usingPAY_PER_REQUEST
for unpredictable workloads.