Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BillingModeSummary

import type { BillingModeSummary } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";

Contains the details for the read/write capacity mode.

interface BillingModeSummary {
BillingMode?: BillingMode | null;
LastUpdateToPayPerRequestDateTime?: Date | number | null;
}

§Properties

§
BillingMode?: BillingMode | null
[src]

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 to PROVISIONED. We recommend using PROVISIONED for predictable workloads.
  • PAY_PER_REQUEST - Sets the read/write capacity mode to PAY_PER_REQUEST. We recommend using PAY_PER_REQUEST for unpredictable workloads.
§
LastUpdateToPayPerRequestDateTime?: Date | number | null
[src]

Represents the time when PAY_PER_REQUEST was last set as the read/write capacity mode.