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

ListActionTypesInput

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

Represents the input of a ListActionTypes action.

interface ListActionTypesInput {
actionOwnerFilter?: ActionOwner | null;
nextToken?: string | null;
regionFilter?: string | null;
}

§Properties

§
actionOwnerFilter?: ActionOwner | null
[src]

Filters the list of action types to those created by a specified entity.

§
nextToken?: string | null
[src]

An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.

§
regionFilter?: string | null
[src]

The Region to filter on for the list of action types.