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.deno.dev/v0.3/services/iot.ts?docs=full";
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]

Each audit supression must have a unique client request token. If you try to create a new audit suppression with the same token as one that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.

§
description?: string | null
[src]

The description of the audit suppression.

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

The epoch timestamp in seconds at which this suppression expires.

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

Indicates whether a suppression should exist indefinitely or not.