BatchGetSessionItem - AWS Deadline Cloud

BatchGetSessionItem

The details of a session returned in a batch get operation.

Contents

farmId

The farm ID of the session.

Type: String

Pattern: farm-[0-9a-f]{32}

Required: Yes

fleetId

The fleet ID of the session.

Type: String

Pattern: fleet-[0-9a-f]{32}

Required: Yes

jobId

The job ID of the session.

Type: String

Pattern: job-[0-9a-f]{32}

Required: Yes

lifecycleStatus

The life cycle status of the session.

Type: String

Valid Values: STARTED | UPDATE_IN_PROGRESS | UPDATE_SUCCEEDED | UPDATE_FAILED | ENDED

Required: Yes

log

The session log.

Type: LogConfiguration object

Required: Yes

queueId

The queue ID of the session.

Type: String

Pattern: queue-[0-9a-f]{32}

Required: Yes

sessionId

The session ID.

Type: String

Pattern: session-[0-9a-f]{32}

Required: Yes

startedAt

The date and time the resource started running.

Type: Timestamp

Required: Yes

workerId

The worker ID of the session.

Type: String

Pattern: worker-[0-9a-f]{32}

Required: Yes

endedAt

The date and time the resource ended running.

Type: Timestamp

Required: No

hostProperties

The host properties for the session.

Type: HostPropertiesResponse object

Required: No

targetLifecycleStatus

The target life cycle status for the session.

Type: String

Valid Values: ENDED

Required: No

updatedAt

The date and time the resource was updated.

Type: Timestamp

Required: No

updatedBy

The user or system that updated this resource.

Type: String

Required: No

workerLog

The worker log for the session.

Type: LogConfiguration object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: