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

TypeFilters

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

Filter criteria to use in determining which extensions to return.

interface TypeFilters {
Category?: Category | null;
PublisherId?: string | null;
TypeNamePrefix?: string | null;
}

§Properties

§
Category?: Category | null
[src]

The category of extensions to return.

  • REGISTERED: Private extensions that have been registered for this account and region.
  • ACTIVATED: Public extensions that have been activated for this account and region.
  • THIRD_PARTY: Extensions available for use from publishers other than Amazon. This includes:
    • Private extensions registered in the account.
    • Public extensions from publishers other than Amazon, whether activated or not.
  • AWS_TYPES: Extensions available for use from Amazon.
§
PublisherId?: string | null
[src]

The id of the publisher of the extension.

Extensions published by Amazon are not assigned a publisher ID. Use the AWS_TYPE category to specify a list of types published by Amazon.

§
TypeNamePrefix?: string | null
[src]

A prefix to use as a filter for results.