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

DescribeTrafficMirrorSessionsResult

import type { DescribeTrafficMirrorSessionsResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeTrafficMirrorSessionsResult {
NextToken?: string | null;
TrafficMirrorSessions: TrafficMirrorSession[];
}

§Properties

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

§
TrafficMirrorSessions: TrafficMirrorSession[]
[src]

Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.