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

CreateActivationResult

import type { CreateActivationResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface CreateActivationResult {
ActivationCode?: string | null;
ActivationId?: string | null;
}

§Properties

§
ActivationCode?: string | null
[src]

The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.

§
ActivationId?: string | null
[src]

The ID number generated by the system when it processed the activation. The activation ID functions like a user name.