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

UpdateBandwidthRateLimitInput

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

A JSON object containing one or more of the following fields:

  • "UpdateBandwidthRateLimitInput$AverageDownloadRateLimitInBitsPerSec"
  • "UpdateBandwidthRateLimitInput$AverageUploadRateLimitInBitsPerSec"
interface UpdateBandwidthRateLimitInput {
AverageDownloadRateLimitInBitsPerSec?: number | null;
AverageUploadRateLimitInBitsPerSec?: number | null;
GatewayARN: string;
}

§Properties

§
AverageDownloadRateLimitInBitsPerSec?: number | null
[src]

The average download bandwidth rate limit in bits per second.

§
AverageUploadRateLimitInBitsPerSec?: number | null
[src]

The average upload bandwidth rate limit in bits per second.

§
GatewayARN: string
[src]