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

BatchCreateDelegationByAssessmentResponse

import type { BatchCreateDelegationByAssessmentResponse } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface BatchCreateDelegationByAssessmentResponse {
delegations?: Delegation[] | null;
}

§Properties

§
delegations?: Delegation[] | null
[src]

The delegations that are associated with the assessment.

§

A list of errors that the BatchCreateDelegationByAssessment API returned.