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

DescribeCodeCoveragesOutput

import type { DescribeCodeCoveragesOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface DescribeCodeCoveragesOutput {
codeCoverages?: CodeCoverage[] | null;
nextToken?: string | null;
}

§Properties

§
codeCoverages?: CodeCoverage[] | null
[src]

An array of CodeCoverage objects that contain the results.

§
nextToken?: string | null
[src]

If there are more items to return, this contains a token that is passed to a subsequent call to DescribeCodeCoverages to retrieve the next set of items.