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

DataRetrievalPolicy

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

Data retrieval policy.

interface DataRetrievalPolicy {
Rules?: DataRetrievalRule[] | null;
}

§Properties

§
Rules?: DataRetrievalRule[] | null
[src]

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.