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

DescribePublisherInput

import type { DescribePublisherInput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DescribePublisherInput {
PublisherId?: string | null;
}

§Properties

§
PublisherId?: string | null
[src]

The ID of the extension publisher.

If you don't supply a PublisherId, and you have registered as an extension publisher, DescribePublisher returns information about your own publisher account.