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

UpdateControlRequest

import type { UpdateControlRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface UpdateControlRequest {
actionPlanInstructions?: string | null;
actionPlanTitle?: string | null;
controlId: string;
controlMappingSources: ControlMappingSource[];
description?: string | null;
name: string;
testingInformation?: string | null;
}

§Properties

§
actionPlanInstructions?: string | null
[src]

The recommended actions to carry out if the control isn't fulfilled.

§
actionPlanTitle?: string | null
[src]

The title of the action plan for remediating the control.

§
controlId: string
[src]

The identifier for the control.

§
controlMappingSources: ControlMappingSource[]
[src]

The data mapping sources for the control.

§
description?: string | null
[src]

The optional description of the control.

§
name: string
[src]

The name of the updated control.

§
testingInformation?: string | null
[src]

The steps that you should follow to determine if the control is met.