Package-level declarations

Types

Link copied to clipboard
data class GetExecutionsExecution(val executionName: String, val flowName: String, val id: String, val input: String, val output: String, val startedTime: String, val status: String, val stoppedTime: String)
Link copied to clipboard
data class GetExecutionsResult(val enableDetails: Boolean? = null, val executions: List<GetExecutionsExecution>, val flowName: String, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val status: String? = null)

A collection of values returned by getExecutions.

Link copied to clipboard
data class GetFlowsFlow(val definition: String, val description: String, val flowId: String, val id: String, val lastModifiedTime: String, val name: String, val roleArn: String, val type: String)
Link copied to clipboard
data class GetFlowsResult(val flows: List<GetFlowsFlow>, val id: String, val ids: List<String>, val limit: Int? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)

A collection of values returned by getFlows.

Link copied to clipboard
data class GetSchedulesResult(val flowName: String, val id: String, val ids: List<String>, val limit: Int? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val schedules: List<GetSchedulesSchedule>)

A collection of values returned by getSchedules.

Link copied to clipboard
data class GetSchedulesSchedule(val cronExpression: String, val description: String, val enable: Boolean, val id: String, val lastModifiedTime: String, val payload: String, val scheduleId: String, val scheduleName: String)
Link copied to clipboard
data class GetServiceResult(val enable: String? = null, val id: String, val status: String)

A collection of values returned by getService.