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

CreateCustomActionTypeOutput

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

Represents the output of a CreateCustomActionType operation.

interface CreateCustomActionTypeOutput {
actionType: ActionType;
tags?: Tag[] | null;
}

§Properties

§
actionType: ActionType
[src]

Returns information about the details of an action type.

§
tags?: Tag[] | null
[src]

Specifies the tags applied to the custom action.