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

DeletePolicyVersionRequest

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

The input for the DeletePolicyVersion operation.

interface DeletePolicyVersionRequest {
policyName: string;
policyVersionId: string;
}

§Properties

§
policyName: string
[src]

The name of the policy.

§
policyVersionId: string
[src]

The policy version ID.