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

AWSService

import type { AWSService } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";

An Amazon Web Service such as Amazon S3 or CloudTrail.

For an example of how to find an Amazon Web Service name and how to define it in your assessment scope, see the following:

interface AWSService {
serviceName?: string | null;
}

§Properties

§
serviceName?: string | null
[src]

The name of the Amazon Web Service.