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

UpdateStandardsControlRequest

import type { UpdateStandardsControlRequest } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface UpdateStandardsControlRequest {
ControlStatus?: ControlStatus | null;
DisabledReason?: string | null;
StandardsControlArn: string;
}

§Properties

§
ControlStatus?: ControlStatus | null
[src]

The updated status of the security standard control.

§
DisabledReason?: string | null
[src]

A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.

§
StandardsControlArn: string
[src]

The ARN of the security standard control to enable or disable.