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

DeleteCustomActionTypeInput

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

Represents the input of a DeleteCustomActionType operation. The custom action will be marked as deleted.

interface DeleteCustomActionTypeInput {
category: ActionCategory;
provider: string;
version: string;
}

§Properties

§

The category of the custom action that you want to delete, such as source or deploy.

§
provider: string
[src]

The provider of the service used in the custom action, such as AWS CodeDeploy.

§
version: string
[src]

The version of the custom action to delete.