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

UpdateAuditSuppressionRequest

import type { UpdateAuditSuppressionRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateAuditSuppressionRequest {
checkName: string;
description?: string | null;
expirationDate?: Date | number | null;
resourceIdentifier: ResourceIdentifier;
suppressIndefinitely?: boolean | null;
}

§Properties

§
checkName: string
[src]
§
description?: string | null
[src]

The description of the audit suppression.

§
expirationDate?: Date | number | null
[src]

The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.

§
resourceIdentifier: ResourceIdentifier
[src]
§
suppressIndefinitely?: boolean | null
[src]

Indicates whether a suppression should exist indefinitely or not.