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

ListEventTypesFilter

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

Information about a filter to apply to the list of returned event types. You can filter by resource type or service name.

interface ListEventTypesFilter {
Value: string;
}

§Properties

§

The system-generated name of the filter type you want to filter by.

§
Value: string
[src]

The name of the resource type (for example, pipeline) or service name (for example, CodePipeline) that you want to filter by.