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.deno.dev/v0.4/services/cloudformation.ts?docs=full";
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]

Reserved for use by the CloudFormation CLI.

§
ClientRequestToken?: string | null
[src]

Reserved for use by the CloudFormation CLI.

§
CurrentOperationStatus?: OperationStatus | null
[src]

Reserved for use by the CloudFormation CLI.

§
ErrorCode?: HandlerErrorCode | null
[src]

Reserved for use by the CloudFormation CLI.

§
OperationStatus: OperationStatus
[src]

Reserved for use by the CloudFormation CLI.

§
ResourceModel?: string | null
[src]

Reserved for use by the CloudFormation CLI.

§
StatusMessage?: string | null
[src]

Reserved for use by the CloudFormation CLI.