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;
}