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

GetAwsNetworkPerformanceDataRequest

import type { GetAwsNetworkPerformanceDataRequest } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface GetAwsNetworkPerformanceDataRequest {
DataQueries?: DataQuery[] | null;
DryRun?: boolean | null;
EndTime?: Date | number | null;
MaxResults?: number | null;
NextToken?: string | null;
StartTime?: Date | number | null;
}

§Properties

§
DataQueries?: DataQuery[] | null
[src]

A list of network performance data queries.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

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

The ending time for the performance data request. The end time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.

§
MaxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

§
NextToken?: string | null
[src]

The token for the next page of results.

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

The starting time for the performance data request. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.