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

DataRetrievalRule

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

Data retrieval policy rule.

interface DataRetrievalRule {
BytesPerHour?: number | null;
Strategy?: string | null;
}

§Properties

§
BytesPerHour?: number | null
[src]

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

§
Strategy?: string | null
[src]

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None