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

ProvisionedCapacityDescription

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

The definition for a provisioned capacity unit.

interface ProvisionedCapacityDescription {
CapacityId?: string | null;
ExpirationDate?: string | null;
StartDate?: string | null;
}

§Properties

§
CapacityId?: string | null
[src]

The ID that identifies the provisioned capacity unit.

§
ExpirationDate?: string | null
[src]

The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).

§
StartDate?: string | null
[src]

The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).