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

CreateAuditSuppressionRequest

import type { CreateAuditSuppressionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface CreateAuditSuppressionRequest {
checkName: string;
clientRequestToken: string;
description?: string | null;
expirationDate?: Date | number | null;
resourceIdentifier: ResourceIdentifier;
suppressIndefinitely?: boolean | null;
}

§Properties

§
checkName: string
[src]
§
clientRequestToken: string
[src]
§
description?: string | null
[src]
§
expirationDate?: Date | number | null
[src]
§
resourceIdentifier: ResourceIdentifier
[src]
§
suppressIndefinitely?: boolean | null
[src]