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

Scope

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

The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.

interface Scope {
awsAccounts?: AWSAccount[] | null;
awsServices?: AWSService[] | null;
}

§Properties

§
awsAccounts?: AWSAccount[] | null
[src]

The Amazon Web Services accounts that are included in the scope of the assessment.

§
awsServices?: AWSService[] | null
[src]

The Amazon Web Services services that are included in the scope of the assessment.