Type Alias InfraDeployResponse
InfraDeployResponse: { accountId: string; action?: "CREATE" | "UPDATE" | "DELETE" | "RUN"; deploymentId: string; environmentId: string; manifesto: ManifestoResponse; requestedBy?: string; status: "ACTIVE" | "INACTIVE"; targetId: string; targetType?: "APPLICATION" | "SHARED_INFRA"; targetVersion?: string; type?: | "DEPLOY" | "ROLLBACK" | "DESTROY" | "IAC" | "DEPLOY_SELF_HOSTED" | "DESTROY_SELF_HOSTED" | "ROLLBACK_SELF_HOSTED" | "IAC_SELF_HOSTED"; workspaceId: string;} Type declaration
accountId: string
Optionalaction?: "CREATE" | "UPDATE" | "DELETE" | "RUN"
deploymentId: string
environmentId: string
OptionalrequestedBy?: string
status: "ACTIVE" | "INACTIVE"
targetId: string
OptionaltargetType?: "APPLICATION" | "SHARED_INFRA"
OptionaltargetVersion?: string
Optionaltype?:
| "DEPLOY"
| "ROLLBACK"
| "DESTROY"
| "IAC"
| "DEPLOY_SELF_HOSTED"
| "DESTROY_SELF_HOSTED"
| "ROLLBACK_SELF_HOSTED"
| "IAC_SELF_HOSTED"
workspaceId: string