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

GetDataRetrievalPolicyOutput

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

Contains the Amazon S3 Glacier response to the GetDataRetrievalPolicy request.

interface GetDataRetrievalPolicyOutput {
Policy?: DataRetrievalPolicy | null;
}

§Properties

§
Policy?: DataRetrievalPolicy | null
[src]

Contains the returned data retrieval policy in JSON format.