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

UpdateBandwidthRateLimitScheduleInput

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

§Properties

§
BandwidthRateLimitIntervals: BandwidthRateLimitInterval[]
[src]

An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.

§
GatewayARN: string
[src]