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

CreatePolicyVersionResponse

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

The output of the CreatePolicyVersion operation.

interface CreatePolicyVersionResponse {
isDefaultVersion?: boolean | null;
policyArn?: string | null;
policyDocument?: string | null;
policyVersionId?: string | null;
}

§Properties

§
isDefaultVersion?: boolean | null
[src]

Specifies whether the policy version is the default.

§
policyArn?: string | null
[src]

The policy ARN.

§
policyDocument?: string | null
[src]

The JSON document that describes the policy.

§
policyVersionId?: string | null
[src]

The policy version ID.