Type Alias AdminRunTaskResponse
AdminRunTaskResponse: {
errorDetails?: string;
iac?: string;
id?: string;
logs?: string;
status:
| "PENDING"
| "READY_TO_RUN"
| "RUNNING"
| "SUCCEEDED"
| "FAILED"
| "INTERNAL_ERROR"
| "EXTERNAL_ERROR"
| "ABORTED";
type: | "IAC"
| "DEPLOY"
| "DESTROY"
| "IAC_SELF_HOSTED"
| "DEPLOY_SELF_HOSTED"
| "DESTROY_SELF_HOSTED";
}
Type declaration
OptionalerrorDetails?: string
Optionaliac?: string
Optionalid?: string
Optionallogs?: string
status:
| "PENDING"
| "READY_TO_RUN"
| "RUNNING"
| "SUCCEEDED"
| "FAILED"
| "INTERNAL_ERROR"
| "EXTERNAL_ERROR"
| "ABORTED"
type:
| "IAC"
| "DEPLOY"
| "DESTROY"
| "IAC_SELF_HOSTED"
| "DEPLOY_SELF_HOSTED"
| "DESTROY_SELF_HOSTED"