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

DeleteBandwidthRateLimitInput

import type { DeleteBandwidthRateLimitInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

A JSON object containing the following fields:

  • "DeleteBandwidthRateLimitInput$BandwidthType"
interface DeleteBandwidthRateLimitInput {
BandwidthType: string;
GatewayARN: string;
}

§Properties

§
BandwidthType: string
[src]

One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.

Valid Values: UPLOAD | DOWNLOAD | ALL

§
GatewayARN: string
[src]