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

RegisterTypeOutput

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

§Properties

§
RegistrationToken?: string | null
[src]

The identifier for this registration request.

Use this registration token when calling "DescribeTypeRegistration", which returns information about the status and IDs of the extension registration.