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

DescribeTrailsResponse

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

Returns the objects or data listed below if successful. Otherwise, returns an error.

interface DescribeTrailsResponse {
trailList?: Trail[] | null;
}

§Properties

§
trailList?: Trail[] | null
[src]

The list of trail objects. Trail objects with string values are only returned if values for the objects exist in a trail's configuration. For example, SNSTopicName and SNSTopicARN are only returned in results if a trail is configured to send SNS notifications. Similarly, KMSKeyId only appears in results if a trail's log files are encrypted with KMS customer managed keys.