All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.vigoo.zioaws.swf.model.package.scala Maven / Gradle / Ivy

package io.github.vigoo.zioaws.swf
import io.github.vigoo.zioaws.swf.model.primitives.{Tag, ResourceTagKey}
import java.time.Instant
package object model {
  import scala.jdk.CollectionConverters._
  object primitives {
    type ActivityId = String
    type Arn = String
    type Canceled = Boolean
    type CauseMessage = String
    type Count = Int
    type Data = String
    type Description = String
    type DomainName = String
    type DurationInDays = String
    type DurationInSeconds = String
    type DurationInSecondsOptional = String
    type EventId = Long
    type FailureReason = String
    type FunctionId = String
    type FunctionInput = String
    type FunctionName = String
    type Identity = String
    type LimitedData = String
    type MarkerName = String
    type Name = String
    type OpenDecisionTasksCount = Int
    type PageSize = Int
    type PageToken = String
    type ResourceTagKey = String
    type ResourceTagValue = String
    type ReverseOrder = Boolean
    type SignalName = String
    type Tag = String
    type TaskPriority = String
    type TaskToken = String
    type TerminateReason = String
    type TimerId = String
    type Timestamp = Instant
    type Truncated = Boolean
    type Version = String
    type VersionOptional = String
    type WorkflowId = String
    type WorkflowRunId = String
    type WorkflowRunIdOptional = String
  }
  type ActivityTypeInfoList =
    List[io.github.vigoo.zioaws.swf.model.ActivityTypeInfo]
  type DecisionList = List[io.github.vigoo.zioaws.swf.model.Decision]
  type DomainInfoList = List[io.github.vigoo.zioaws.swf.model.DomainInfo]
  type HistoryEventList = List[io.github.vigoo.zioaws.swf.model.HistoryEvent]
  type ResourceTagKeyList = List[ResourceTagKey]
  type ResourceTagList = List[io.github.vigoo.zioaws.swf.model.ResourceTag]
  type TagList = List[Tag]
  type WorkflowExecutionInfoList =
    List[io.github.vigoo.zioaws.swf.model.WorkflowExecutionInfo]
  type WorkflowTypeInfoList =
    List[io.github.vigoo.zioaws.swf.model.WorkflowTypeInfo]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy