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

UpdateTableReplicaAutoScalingOutput

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

§Properties

§
TableAutoScalingDescription?: TableAutoScalingDescription | null
[src]

Returns information about the auto scaling settings of a table with replicas.