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

StopProjectVersionRequest

import type { StopProjectVersionRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface StopProjectVersionRequest {
ProjectVersionArn: string;
}

§Properties

§
ProjectVersionArn: string
[src]

The Amazon Resource Name (ARN) of the model version that you want to delete.

This operation requires permissions to perform the rekognition:StopProjectVersion action.