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

GetPolicyResponse

import type { GetPolicyResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface GetPolicyResponse {
creationDate?: Date | number | null;
defaultVersionId?: string | null;
generationId?: string | null;
lastModifiedDate?: Date | number | null;
policyArn?: string | null;
policyDocument?: string | null;
policyName?: string | null;
}

§Properties

§
creationDate?: Date | number | null
[src]
§
defaultVersionId?: string | null
[src]
§
generationId?: string | null
[src]
§
lastModifiedDate?: Date | number | null
[src]
§
policyArn?: string | null
[src]
§
policyDocument?: string | null
[src]
§
policyName?: string | null
[src]