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

GetActionTypeOutput

import type { GetActionTypeOutput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";
interface GetActionTypeOutput {
actionType?: ActionTypeDeclaration | null;
}

§Properties

§
actionType?: ActionTypeDeclaration | null
[src]

The action type information for the requested action type, such as the action type ID.