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

DescribePublisherOutput

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

§Properties

§
IdentityProvider?: IdentityProvider | null
[src]

The type of account used as the identity provider when registering this publisher with CloudFormation.

§
PublisherId?: string | null
[src]

The ID of the extension publisher.

§
PublisherProfile?: string | null
[src]

The URL to the publisher's profile with the identity provider.

§
PublisherStatus?: PublisherStatus | null
[src]

Whether the publisher is verified. Currently, all registered publishers are verified.