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

AwsDynamoDbTableProvisionedThroughput

import type { AwsDynamoDbTableProvisionedThroughput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsDynamoDbTableProvisionedThroughput {
LastDecreaseDateTime?: string | null;
LastIncreaseDateTime?: string | null;
NumberOfDecreasesToday?: number | null;
ReadCapacityUnits?: number | null;
WriteCapacityUnits?: number | null;
}

§Properties

§
LastDecreaseDateTime?: string | null
[src]
§
LastIncreaseDateTime?: string | null
[src]
§
NumberOfDecreasesToday?: number | null
[src]
§
ReadCapacityUnits?: number | null
[src]
§
WriteCapacityUnits?: number | null
[src]