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

ProvisionedBandwidth

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

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

interface ProvisionedBandwidth {
Provisioned?: string | null;
ProvisionTime?: Date | number | null;
Requested?: string | null;
RequestTime?: Date | number | null;
Status?: string | null;
}

§Properties

§
Provisioned?: string | null
[src]

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

§
ProvisionTime?: Date | number | null
[src]

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

§
Requested?: string | null
[src]

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

§
RequestTime?: Date | number | null
[src]

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

§
Status?: string | null
[src]

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.