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

UpdateAutomaticTapeCreationPolicyInput

import type { UpdateAutomaticTapeCreationPolicyInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface UpdateAutomaticTapeCreationPolicyInput {
AutomaticTapeCreationRules: AutomaticTapeCreationRule[];
GatewayARN: string;
}

§Properties

§
AutomaticTapeCreationRules: AutomaticTapeCreationRule[]
[src]

An automatic tape creation policy consists of a list of automatic tape creation rules. The rules determine when and how to automatically create new tapes.

§
GatewayARN: string
[src]