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

DescribeAuditSuppressionResponse

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

§Properties

§
checkName?: string | null
[src]
§
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 | null
[src]
§
suppressIndefinitely?: boolean | null
[src]

Indicates whether a suppression should exist indefinitely or not.