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

GetPolicyVersionResponse

import type { GetPolicyVersionResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The output from the GetPolicyVersion operation.

interface GetPolicyVersionResponse {
creationDate?: Date | number | null;
generationId?: string | null;
isDefaultVersion?: boolean | null;
lastModifiedDate?: Date | number | null;
policyArn?: string | null;
policyDocument?: string | null;
policyName?: string | null;
policyVersionId?: string | null;
}

§Properties

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

The date the policy was created.

§
generationId?: string | null
[src]

The generation ID of the policy version.

§
isDefaultVersion?: boolean | null
[src]

Specifies whether the policy version is the default.

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

The date the policy was last modified.

§
policyArn?: string | null
[src]

The policy ARN.

§
policyDocument?: string | null
[src]

The JSON document that describes the policy.

§
policyName?: string | null
[src]

The policy name.

§
policyVersionId?: string | null
[src]

The policy version ID.