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

RecordHandlerProgressInput

import type { RecordHandlerProgressInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface RecordHandlerProgressInput {
BearerToken: string;
ClientRequestToken?: string | null;
CurrentOperationStatus?: OperationStatus | null;
ErrorCode?: HandlerErrorCode | null;
OperationStatus: OperationStatus;
ResourceModel?: string | null;
StatusMessage?: string | null;
}

§Properties

§
BearerToken: string
[src]
§
ClientRequestToken?: string | null
[src]
§
CurrentOperationStatus?: OperationStatus | null
[src]
§
ErrorCode?: HandlerErrorCode | null
[src]
§
OperationStatus: OperationStatus
[src]
§
ResourceModel?: string | null
[src]
§
StatusMessage?: string | null
[src]