{-# LANGUAGE ScopedTypeVariables, DataKinds, TypeFamilies, UndecidableInstances, GeneralizedNewtypeDeriving, MultiParamTypeClasses, FlexibleContexts, FlexibleInstances, PatternSynonyms, MagicHash, NoImplicitPrelude, DataKinds, BangPatterns, TypeApplications, OverloadedStrings, DerivingStrategies#-}
{-# OPTIONS_GHC -Wno-unused-imports#-}
{-# OPTIONS_GHC -Wno-duplicate-exports#-}
{-# OPTIONS_GHC -Wno-dodgy-exports#-}
module Proto.Temporal.Sdk.Core.WorkflowCommands.WorkflowCommands_Fields where
import qualified Data.ProtoLens.Runtime.Prelude as Prelude
import qualified Data.ProtoLens.Runtime.Data.Int as Data.Int
import qualified Data.ProtoLens.Runtime.Data.Monoid as Data.Monoid
import qualified Data.ProtoLens.Runtime.Data.Word as Data.Word
import qualified Data.ProtoLens.Runtime.Data.ProtoLens as Data.ProtoLens
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Bytes as Data.ProtoLens.Encoding.Bytes
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Growing as Data.ProtoLens.Encoding.Growing
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Parser.Unsafe as Data.ProtoLens.Encoding.Parser.Unsafe
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Encoding.Wire as Data.ProtoLens.Encoding.Wire
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Field as Data.ProtoLens.Field
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Message.Enum as Data.ProtoLens.Message.Enum
import qualified Data.ProtoLens.Runtime.Data.ProtoLens.Service.Types as Data.ProtoLens.Service.Types
import qualified Data.ProtoLens.Runtime.Lens.Family2 as Lens.Family2
import qualified Data.ProtoLens.Runtime.Lens.Family2.Unchecked as Lens.Family2.Unchecked
import qualified Data.ProtoLens.Runtime.Data.Text as Data.Text
import qualified Data.ProtoLens.Runtime.Data.Map as Data.Map
import qualified Data.ProtoLens.Runtime.Data.ByteString as Data.ByteString
import qualified Data.ProtoLens.Runtime.Data.ByteString.Char8 as Data.ByteString.Char8
import qualified Data.ProtoLens.Runtime.Data.Text.Encoding as Data.Text.Encoding
import qualified Data.ProtoLens.Runtime.Data.Vector as Data.Vector
import qualified Data.ProtoLens.Runtime.Data.Vector.Generic as Data.Vector.Generic
import qualified Data.ProtoLens.Runtime.Data.Vector.Unboxed as Data.Vector.Unboxed
import qualified Data.ProtoLens.Runtime.Text.Read as Text.Read
import qualified Proto.Google.Protobuf.Duration
import qualified Proto.Google.Protobuf.Empty
import qualified Proto.Google.Protobuf.Timestamp
import qualified Proto.Temporal.Api.Common.V1.Message
import qualified Proto.Temporal.Api.Enums.V1.Workflow
import qualified Proto.Temporal.Api.Failure.V1.Message
import qualified Proto.Temporal.Sdk.Core.ChildWorkflow.ChildWorkflow
import qualified Proto.Temporal.Sdk.Core.Common.Common
accepted ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "accepted" a) =>
Lens.Family2.LensLike' f s a
accepted :: forall (f :: * -> *) s a.
(Functor f, HasField s "accepted" a) =>
LensLike' f s a
accepted = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"accepted"
activityId ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "activityId" a) =>
Lens.Family2.LensLike' f s a
activityId :: forall (f :: * -> *) s a.
(Functor f, HasField s "activityId" a) =>
LensLike' f s a
activityId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"activityId"
activityType ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "activityType" a) =>
Lens.Family2.LensLike' f s a
activityType :: forall (f :: * -> *) s a.
(Functor f, HasField s "activityType" a) =>
LensLike' f s a
activityType = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"activityType"
args ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "args" a) =>
Lens.Family2.LensLike' f s a
args :: forall (f :: * -> *) s a.
(Functor f, HasField s "args" a) =>
LensLike' f s a
args = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"args"
arguments ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "arguments" a) =>
Lens.Family2.LensLike' f s a
arguments :: forall (f :: * -> *) s a.
(Functor f, HasField s "arguments" a) =>
LensLike' f s a
arguments = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"arguments"
attempt ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "attempt" a) =>
Lens.Family2.LensLike' f s a
attempt :: forall (f :: * -> *) s a.
(Functor f, HasField s "attempt" a) =>
LensLike' f s a
attempt = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"attempt"
cancelChildWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "cancelChildWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
cancelChildWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "cancelChildWorkflowExecution" a) =>
LensLike' f s a
cancelChildWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"cancelChildWorkflowExecution"
cancelSignalWorkflow ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "cancelSignalWorkflow" a) =>
Lens.Family2.LensLike' f s a
cancelSignalWorkflow :: forall (f :: * -> *) s a.
(Functor f, HasField s "cancelSignalWorkflow" a) =>
LensLike' f s a
cancelSignalWorkflow
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"cancelSignalWorkflow"
cancelTimer ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "cancelTimer" a) =>
Lens.Family2.LensLike' f s a
cancelTimer :: forall (f :: * -> *) s a.
(Functor f, HasField s "cancelTimer" a) =>
LensLike' f s a
cancelTimer = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"cancelTimer"
cancelWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "cancelWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
cancelWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "cancelWorkflowExecution" a) =>
LensLike' f s a
cancelWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"cancelWorkflowExecution"
cancellationType ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "cancellationType" a) =>
Lens.Family2.LensLike' f s a
cancellationType :: forall (f :: * -> *) s a.
(Functor f, HasField s "cancellationType" a) =>
LensLike' f s a
cancellationType = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"cancellationType"
childWorkflowId ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "childWorkflowId" a) =>
Lens.Family2.LensLike' f s a
childWorkflowId :: forall (f :: * -> *) s a.
(Functor f, HasField s "childWorkflowId" a) =>
LensLike' f s a
childWorkflowId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"childWorkflowId"
childWorkflowSeq ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "childWorkflowSeq" a) =>
Lens.Family2.LensLike' f s a
childWorkflowSeq :: forall (f :: * -> *) s a.
(Functor f, HasField s "childWorkflowSeq" a) =>
LensLike' f s a
childWorkflowSeq = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"childWorkflowSeq"
completeWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "completeWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
completeWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "completeWorkflowExecution" a) =>
LensLike' f s a
completeWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"completeWorkflowExecution"
completed ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "completed" a) =>
Lens.Family2.LensLike' f s a
completed :: forall (f :: * -> *) s a.
(Functor f, HasField s "completed" a) =>
LensLike' f s a
completed = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"completed"
continueAsNewWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "continueAsNewWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
continueAsNewWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "continueAsNewWorkflowExecution" a) =>
LensLike' f s a
continueAsNewWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"continueAsNewWorkflowExecution"
cronSchedule ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "cronSchedule" a) =>
Lens.Family2.LensLike' f s a
cronSchedule :: forall (f :: * -> *) s a.
(Functor f, HasField s "cronSchedule" a) =>
LensLike' f s a
cronSchedule = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"cronSchedule"
deprecated ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "deprecated" a) =>
Lens.Family2.LensLike' f s a
deprecated :: forall (f :: * -> *) s a.
(Functor f, HasField s "deprecated" a) =>
LensLike' f s a
deprecated = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"deprecated"
doNotEagerlyExecute ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "doNotEagerlyExecute" a) =>
Lens.Family2.LensLike' f s a
doNotEagerlyExecute :: forall (f :: * -> *) s a.
(Functor f, HasField s "doNotEagerlyExecute" a) =>
LensLike' f s a
doNotEagerlyExecute
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"doNotEagerlyExecute"
failWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "failWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
failWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "failWorkflowExecution" a) =>
LensLike' f s a
failWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"failWorkflowExecution"
failed ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "failed" a) =>
Lens.Family2.LensLike' f s a
failed :: forall (f :: * -> *) s a.
(Functor f, HasField s "failed" a) =>
LensLike' f s a
failed = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"failed"
failure ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "failure" a) =>
Lens.Family2.LensLike' f s a
failure :: forall (f :: * -> *) s a.
(Functor f, HasField s "failure" a) =>
LensLike' f s a
failure = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"failure"
headers ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "headers" a) =>
Lens.Family2.LensLike' f s a
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"headers"
heartbeatTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "heartbeatTimeout" a) =>
Lens.Family2.LensLike' f s a
heartbeatTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "heartbeatTimeout" a) =>
LensLike' f s a
heartbeatTimeout = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"heartbeatTimeout"
input ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "input" a) =>
Lens.Family2.LensLike' f s a
input :: forall (f :: * -> *) s a.
(Functor f, HasField s "input" a) =>
LensLike' f s a
input = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"input"
key ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "key" a) =>
Lens.Family2.LensLike' f s a
key :: forall (f :: * -> *) s a.
(Functor f, HasField s "key" a) =>
LensLike' f s a
key = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"key"
localRetryThreshold ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "localRetryThreshold" a) =>
Lens.Family2.LensLike' f s a
localRetryThreshold :: forall (f :: * -> *) s a.
(Functor f, HasField s "localRetryThreshold" a) =>
LensLike' f s a
localRetryThreshold
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"localRetryThreshold"
maybe'accepted ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'accepted" a) =>
Lens.Family2.LensLike' f s a
maybe'accepted :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'accepted" a) =>
LensLike' f s a
maybe'accepted = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'accepted"
maybe'cancelChildWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'cancelChildWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
maybe'cancelChildWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'cancelChildWorkflowExecution" a) =>
LensLike' f s a
maybe'cancelChildWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'cancelChildWorkflowExecution"
maybe'cancelSignalWorkflow ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'cancelSignalWorkflow" a) =>
Lens.Family2.LensLike' f s a
maybe'cancelSignalWorkflow :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'cancelSignalWorkflow" a) =>
LensLike' f s a
maybe'cancelSignalWorkflow
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'cancelSignalWorkflow"
maybe'cancelTimer ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'cancelTimer" a) =>
Lens.Family2.LensLike' f s a
maybe'cancelTimer :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'cancelTimer" a) =>
LensLike' f s a
maybe'cancelTimer = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'cancelTimer"
maybe'cancelWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'cancelWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
maybe'cancelWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'cancelWorkflowExecution" a) =>
LensLike' f s a
maybe'cancelWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'cancelWorkflowExecution"
maybe'childWorkflowId ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'childWorkflowId" a) =>
Lens.Family2.LensLike' f s a
maybe'childWorkflowId :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'childWorkflowId" a) =>
LensLike' f s a
maybe'childWorkflowId
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'childWorkflowId"
maybe'completeWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'completeWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
maybe'completeWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'completeWorkflowExecution" a) =>
LensLike' f s a
maybe'completeWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'completeWorkflowExecution"
maybe'completed ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'completed" a) =>
Lens.Family2.LensLike' f s a
maybe'completed :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'completed" a) =>
LensLike' f s a
maybe'completed = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'completed"
maybe'continueAsNewWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'continueAsNewWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
maybe'continueAsNewWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'continueAsNewWorkflowExecution" a) =>
LensLike' f s a
maybe'continueAsNewWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'continueAsNewWorkflowExecution"
maybe'failWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'failWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
maybe'failWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'failWorkflowExecution" a) =>
LensLike' f s a
maybe'failWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'failWorkflowExecution"
maybe'failed ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'failed" a) =>
Lens.Family2.LensLike' f s a
maybe'failed :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'failed" a) =>
LensLike' f s a
maybe'failed = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'failed"
maybe'failure ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'failure" a) =>
Lens.Family2.LensLike' f s a
maybe'failure :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'failure" a) =>
LensLike' f s a
maybe'failure = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'failure"
maybe'heartbeatTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'heartbeatTimeout" a) =>
Lens.Family2.LensLike' f s a
maybe'heartbeatTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'heartbeatTimeout" a) =>
LensLike' f s a
maybe'heartbeatTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'heartbeatTimeout"
maybe'localRetryThreshold ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'localRetryThreshold" a) =>
Lens.Family2.LensLike' f s a
maybe'localRetryThreshold :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'localRetryThreshold" a) =>
LensLike' f s a
maybe'localRetryThreshold
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'localRetryThreshold"
maybe'modifyWorkflowProperties ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'modifyWorkflowProperties" a) =>
Lens.Family2.LensLike' f s a
maybe'modifyWorkflowProperties :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'modifyWorkflowProperties" a) =>
LensLike' f s a
maybe'modifyWorkflowProperties
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'modifyWorkflowProperties"
maybe'originalScheduleTime ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'originalScheduleTime" a) =>
Lens.Family2.LensLike' f s a
maybe'originalScheduleTime :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'originalScheduleTime" a) =>
LensLike' f s a
maybe'originalScheduleTime
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'originalScheduleTime"
maybe'rejected ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'rejected" a) =>
Lens.Family2.LensLike' f s a
maybe'rejected :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'rejected" a) =>
LensLike' f s a
maybe'rejected = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'rejected"
maybe'requestCancelActivity ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'requestCancelActivity" a) =>
Lens.Family2.LensLike' f s a
maybe'requestCancelActivity :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'requestCancelActivity" a) =>
LensLike' f s a
maybe'requestCancelActivity
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'requestCancelActivity"
maybe'requestCancelExternalWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'requestCancelExternalWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
maybe'requestCancelExternalWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'requestCancelExternalWorkflowExecution" a) =>
LensLike' f s a
maybe'requestCancelExternalWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'requestCancelExternalWorkflowExecution"
maybe'requestCancelLocalActivity ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'requestCancelLocalActivity" a) =>
Lens.Family2.LensLike' f s a
maybe'requestCancelLocalActivity :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'requestCancelLocalActivity" a) =>
LensLike' f s a
maybe'requestCancelLocalActivity
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'requestCancelLocalActivity"
maybe'respondToQuery ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'respondToQuery" a) =>
Lens.Family2.LensLike' f s a
maybe'respondToQuery :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'respondToQuery" a) =>
LensLike' f s a
maybe'respondToQuery
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'respondToQuery"
maybe'response ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'response" a) =>
Lens.Family2.LensLike' f s a
maybe'response :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'response" a) =>
LensLike' f s a
maybe'response = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'response"
maybe'result ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'result" a) =>
Lens.Family2.LensLike' f s a
maybe'result :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'result" a) =>
LensLike' f s a
maybe'result = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'result"
maybe'retryPolicy ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'retryPolicy" a) =>
Lens.Family2.LensLike' f s a
maybe'retryPolicy :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'retryPolicy" a) =>
LensLike' f s a
maybe'retryPolicy = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'retryPolicy"
maybe'scheduleActivity ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'scheduleActivity" a) =>
Lens.Family2.LensLike' f s a
maybe'scheduleActivity :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'scheduleActivity" a) =>
LensLike' f s a
maybe'scheduleActivity
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'scheduleActivity"
maybe'scheduleLocalActivity ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'scheduleLocalActivity" a) =>
Lens.Family2.LensLike' f s a
maybe'scheduleLocalActivity :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'scheduleLocalActivity" a) =>
LensLike' f s a
maybe'scheduleLocalActivity
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'scheduleLocalActivity"
maybe'scheduleToCloseTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'scheduleToCloseTimeout" a) =>
Lens.Family2.LensLike' f s a
maybe'scheduleToCloseTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'scheduleToCloseTimeout" a) =>
LensLike' f s a
maybe'scheduleToCloseTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'scheduleToCloseTimeout"
maybe'scheduleToStartTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'scheduleToStartTimeout" a) =>
Lens.Family2.LensLike' f s a
maybe'scheduleToStartTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'scheduleToStartTimeout" a) =>
LensLike' f s a
maybe'scheduleToStartTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'scheduleToStartTimeout"
maybe'setPatchMarker ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'setPatchMarker" a) =>
Lens.Family2.LensLike' f s a
maybe'setPatchMarker :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'setPatchMarker" a) =>
LensLike' f s a
maybe'setPatchMarker
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'setPatchMarker"
maybe'signalExternalWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'signalExternalWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
maybe'signalExternalWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'signalExternalWorkflowExecution" a) =>
LensLike' f s a
maybe'signalExternalWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'signalExternalWorkflowExecution"
maybe'startChildWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'startChildWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
maybe'startChildWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'startChildWorkflowExecution" a) =>
LensLike' f s a
maybe'startChildWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'startChildWorkflowExecution"
maybe'startTimer ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'startTimer" a) =>
Lens.Family2.LensLike' f s a
maybe'startTimer :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'startTimer" a) =>
LensLike' f s a
maybe'startTimer = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'startTimer"
maybe'startToCloseTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'startToCloseTimeout" a) =>
Lens.Family2.LensLike' f s a
maybe'startToCloseTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'startToCloseTimeout" a) =>
LensLike' f s a
maybe'startToCloseTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'startToCloseTimeout"
maybe'startToFireTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'startToFireTimeout" a) =>
Lens.Family2.LensLike' f s a
maybe'startToFireTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'startToFireTimeout" a) =>
LensLike' f s a
maybe'startToFireTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'startToFireTimeout"
maybe'succeeded ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'succeeded" a) =>
Lens.Family2.LensLike' f s a
maybe'succeeded :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'succeeded" a) =>
LensLike' f s a
maybe'succeeded = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'succeeded"
maybe'target ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'target" a) =>
Lens.Family2.LensLike' f s a
maybe'target :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'target" a) =>
LensLike' f s a
maybe'target = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'target"
maybe'updateResponse ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'updateResponse" a) =>
Lens.Family2.LensLike' f s a
maybe'updateResponse :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'updateResponse" a) =>
LensLike' f s a
maybe'updateResponse
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'updateResponse"
maybe'upsertWorkflowSearchAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'upsertWorkflowSearchAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'upsertWorkflowSearchAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'upsertWorkflowSearchAttributes" a) =>
LensLike' f s a
maybe'upsertWorkflowSearchAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'upsertWorkflowSearchAttributes"
maybe'upsertedMemo ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'upsertedMemo" a) =>
Lens.Family2.LensLike' f s a
maybe'upsertedMemo :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'upsertedMemo" a) =>
LensLike' f s a
maybe'upsertedMemo
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'upsertedMemo"
maybe'value ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'value" a) =>
Lens.Family2.LensLike' f s a
maybe'value :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'value" a) =>
LensLike' f s a
maybe'value = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'value"
maybe'variant ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'variant" a) =>
Lens.Family2.LensLike' f s a
maybe'variant :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'variant" a) =>
LensLike' f s a
maybe'variant = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'variant"
maybe'workflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'workflowExecution" a) =>
Lens.Family2.LensLike' f s a
maybe'workflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'workflowExecution" a) =>
LensLike' f s a
maybe'workflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'workflowExecution"
maybe'workflowExecutionTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'workflowExecutionTimeout" a) =>
Lens.Family2.LensLike' f s a
maybe'workflowExecutionTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'workflowExecutionTimeout" a) =>
LensLike' f s a
maybe'workflowExecutionTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'workflowExecutionTimeout"
maybe'workflowRunTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'workflowRunTimeout" a) =>
Lens.Family2.LensLike' f s a
maybe'workflowRunTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'workflowRunTimeout" a) =>
LensLike' f s a
maybe'workflowRunTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'workflowRunTimeout"
maybe'workflowTaskTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'workflowTaskTimeout" a) =>
Lens.Family2.LensLike' f s a
maybe'workflowTaskTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'workflowTaskTimeout" a) =>
LensLike' f s a
maybe'workflowTaskTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'workflowTaskTimeout"
memo ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "memo" a) =>
Lens.Family2.LensLike' f s a
memo :: forall (f :: * -> *) s a.
(Functor f, HasField s "memo" a) =>
LensLike' f s a
memo = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"memo"
modifyWorkflowProperties ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "modifyWorkflowProperties" a) =>
Lens.Family2.LensLike' f s a
modifyWorkflowProperties :: forall (f :: * -> *) s a.
(Functor f, HasField s "modifyWorkflowProperties" a) =>
LensLike' f s a
modifyWorkflowProperties
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"modifyWorkflowProperties"
namespace ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "namespace" a) =>
Lens.Family2.LensLike' f s a
namespace :: forall (f :: * -> *) s a.
(Functor f, HasField s "namespace" a) =>
LensLike' f s a
namespace = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"namespace"
originalScheduleTime ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "originalScheduleTime" a) =>
Lens.Family2.LensLike' f s a
originalScheduleTime :: forall (f :: * -> *) s a.
(Functor f, HasField s "originalScheduleTime" a) =>
LensLike' f s a
originalScheduleTime
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"originalScheduleTime"
parentClosePolicy ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "parentClosePolicy" a) =>
Lens.Family2.LensLike' f s a
parentClosePolicy :: forall (f :: * -> *) s a.
(Functor f, HasField s "parentClosePolicy" a) =>
LensLike' f s a
parentClosePolicy = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"parentClosePolicy"
patchId ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "patchId" a) =>
Lens.Family2.LensLike' f s a
patchId :: forall (f :: * -> *) s a.
(Functor f, HasField s "patchId" a) =>
LensLike' f s a
patchId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"patchId"
protocolInstanceId ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "protocolInstanceId" a) =>
Lens.Family2.LensLike' f s a
protocolInstanceId :: forall (f :: * -> *) s a.
(Functor f, HasField s "protocolInstanceId" a) =>
LensLike' f s a
protocolInstanceId
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"protocolInstanceId"
queryId ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "queryId" a) =>
Lens.Family2.LensLike' f s a
queryId :: forall (f :: * -> *) s a.
(Functor f, HasField s "queryId" a) =>
LensLike' f s a
queryId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"queryId"
rejected ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "rejected" a) =>
Lens.Family2.LensLike' f s a
rejected :: forall (f :: * -> *) s a.
(Functor f, HasField s "rejected" a) =>
LensLike' f s a
rejected = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"rejected"
requestCancelActivity ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "requestCancelActivity" a) =>
Lens.Family2.LensLike' f s a
requestCancelActivity :: forall (f :: * -> *) s a.
(Functor f, HasField s "requestCancelActivity" a) =>
LensLike' f s a
requestCancelActivity
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"requestCancelActivity"
requestCancelExternalWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "requestCancelExternalWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
requestCancelExternalWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f,
HasField s "requestCancelExternalWorkflowExecution" a) =>
LensLike' f s a
requestCancelExternalWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"requestCancelExternalWorkflowExecution"
requestCancelLocalActivity ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "requestCancelLocalActivity" a) =>
Lens.Family2.LensLike' f s a
requestCancelLocalActivity :: forall (f :: * -> *) s a.
(Functor f, HasField s "requestCancelLocalActivity" a) =>
LensLike' f s a
requestCancelLocalActivity
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"requestCancelLocalActivity"
respondToQuery ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "respondToQuery" a) =>
Lens.Family2.LensLike' f s a
respondToQuery :: forall (f :: * -> *) s a.
(Functor f, HasField s "respondToQuery" a) =>
LensLike' f s a
respondToQuery = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"respondToQuery"
response ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "response" a) =>
Lens.Family2.LensLike' f s a
response :: forall (f :: * -> *) s a.
(Functor f, HasField s "response" a) =>
LensLike' f s a
response = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"response"
result ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "result" a) =>
Lens.Family2.LensLike' f s a
result :: forall (f :: * -> *) s a.
(Functor f, HasField s "result" a) =>
LensLike' f s a
result = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"result"
retryPolicy ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "retryPolicy" a) =>
Lens.Family2.LensLike' f s a
retryPolicy :: forall (f :: * -> *) s a.
(Functor f, HasField s "retryPolicy" a) =>
LensLike' f s a
retryPolicy = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"retryPolicy"
scheduleActivity ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "scheduleActivity" a) =>
Lens.Family2.LensLike' f s a
scheduleActivity :: forall (f :: * -> *) s a.
(Functor f, HasField s "scheduleActivity" a) =>
LensLike' f s a
scheduleActivity = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"scheduleActivity"
scheduleLocalActivity ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "scheduleLocalActivity" a) =>
Lens.Family2.LensLike' f s a
scheduleLocalActivity :: forall (f :: * -> *) s a.
(Functor f, HasField s "scheduleLocalActivity" a) =>
LensLike' f s a
scheduleLocalActivity
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"scheduleLocalActivity"
scheduleToCloseTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "scheduleToCloseTimeout" a) =>
Lens.Family2.LensLike' f s a
scheduleToCloseTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "scheduleToCloseTimeout" a) =>
LensLike' f s a
scheduleToCloseTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"scheduleToCloseTimeout"
scheduleToStartTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "scheduleToStartTimeout" a) =>
Lens.Family2.LensLike' f s a
scheduleToStartTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "scheduleToStartTimeout" a) =>
LensLike' f s a
scheduleToStartTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"scheduleToStartTimeout"
searchAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "searchAttributes" a) =>
Lens.Family2.LensLike' f s a
searchAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "searchAttributes" a) =>
LensLike' f s a
searchAttributes = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"searchAttributes"
seq ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "seq" a) =>
Lens.Family2.LensLike' f s a
seq :: forall (f :: * -> *) s a.
(Functor f, HasField s "seq" a) =>
LensLike' f s a
seq = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"seq"
setPatchMarker ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "setPatchMarker" a) =>
Lens.Family2.LensLike' f s a
setPatchMarker :: forall (f :: * -> *) s a.
(Functor f, HasField s "setPatchMarker" a) =>
LensLike' f s a
setPatchMarker = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"setPatchMarker"
signalExternalWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "signalExternalWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
signalExternalWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "signalExternalWorkflowExecution" a) =>
LensLike' f s a
signalExternalWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"signalExternalWorkflowExecution"
signalName ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "signalName" a) =>
Lens.Family2.LensLike' f s a
signalName :: forall (f :: * -> *) s a.
(Functor f, HasField s "signalName" a) =>
LensLike' f s a
signalName = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"signalName"
startChildWorkflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "startChildWorkflowExecution" a) =>
Lens.Family2.LensLike' f s a
startChildWorkflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "startChildWorkflowExecution" a) =>
LensLike' f s a
startChildWorkflowExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"startChildWorkflowExecution"
startTimer ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "startTimer" a) =>
Lens.Family2.LensLike' f s a
startTimer :: forall (f :: * -> *) s a.
(Functor f, HasField s "startTimer" a) =>
LensLike' f s a
startTimer = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"startTimer"
startToCloseTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "startToCloseTimeout" a) =>
Lens.Family2.LensLike' f s a
startToCloseTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "startToCloseTimeout" a) =>
LensLike' f s a
startToCloseTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"startToCloseTimeout"
startToFireTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "startToFireTimeout" a) =>
Lens.Family2.LensLike' f s a
startToFireTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "startToFireTimeout" a) =>
LensLike' f s a
startToFireTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"startToFireTimeout"
succeeded ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "succeeded" a) =>
Lens.Family2.LensLike' f s a
succeeded :: forall (f :: * -> *) s a.
(Functor f, HasField s "succeeded" a) =>
LensLike' f s a
succeeded = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"succeeded"
taskQueue ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "taskQueue" a) =>
Lens.Family2.LensLike' f s a
taskQueue :: forall (f :: * -> *) s a.
(Functor f, HasField s "taskQueue" a) =>
LensLike' f s a
taskQueue = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"taskQueue"
updateResponse ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "updateResponse" a) =>
Lens.Family2.LensLike' f s a
updateResponse :: forall (f :: * -> *) s a.
(Functor f, HasField s "updateResponse" a) =>
LensLike' f s a
updateResponse = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"updateResponse"
upsertWorkflowSearchAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "upsertWorkflowSearchAttributes" a) =>
Lens.Family2.LensLike' f s a
upsertWorkflowSearchAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "upsertWorkflowSearchAttributes" a) =>
LensLike' f s a
upsertWorkflowSearchAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"upsertWorkflowSearchAttributes"
upsertedMemo ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "upsertedMemo" a) =>
Lens.Family2.LensLike' f s a
upsertedMemo :: forall (f :: * -> *) s a.
(Functor f, HasField s "upsertedMemo" a) =>
LensLike' f s a
upsertedMemo = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"upsertedMemo"
value ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "value" a) =>
Lens.Family2.LensLike' f s a
value :: forall (f :: * -> *) s a.
(Functor f, HasField s "value" a) =>
LensLike' f s a
value = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"value"
vec'args ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "vec'args" a) =>
Lens.Family2.LensLike' f s a
vec'args :: forall (f :: * -> *) s a.
(Functor f, HasField s "vec'args" a) =>
LensLike' f s a
vec'args = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"vec'args"
vec'arguments ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "vec'arguments" a) =>
Lens.Family2.LensLike' f s a
vec'arguments :: forall (f :: * -> *) s a.
(Functor f, HasField s "vec'arguments" a) =>
LensLike' f s a
vec'arguments = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"vec'arguments"
vec'input ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "vec'input" a) =>
Lens.Family2.LensLike' f s a
vec'input :: forall (f :: * -> *) s a.
(Functor f, HasField s "vec'input" a) =>
LensLike' f s a
vec'input = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"vec'input"
versioningIntent ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "versioningIntent" a) =>
Lens.Family2.LensLike' f s a
versioningIntent :: forall (f :: * -> *) s a.
(Functor f, HasField s "versioningIntent" a) =>
LensLike' f s a
versioningIntent = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"versioningIntent"
workflowExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "workflowExecution" a) =>
Lens.Family2.LensLike' f s a
workflowExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "workflowExecution" a) =>
LensLike' f s a
workflowExecution = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"workflowExecution"
workflowExecutionTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "workflowExecutionTimeout" a) =>
Lens.Family2.LensLike' f s a
workflowExecutionTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "workflowExecutionTimeout" a) =>
LensLike' f s a
workflowExecutionTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"workflowExecutionTimeout"
workflowId ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "workflowId" a) =>
Lens.Family2.LensLike' f s a
workflowId :: forall (f :: * -> *) s a.
(Functor f, HasField s "workflowId" a) =>
LensLike' f s a
workflowId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"workflowId"
workflowIdReusePolicy ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "workflowIdReusePolicy" a) =>
Lens.Family2.LensLike' f s a
workflowIdReusePolicy :: forall (f :: * -> *) s a.
(Functor f, HasField s "workflowIdReusePolicy" a) =>
LensLike' f s a
workflowIdReusePolicy
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"workflowIdReusePolicy"
workflowRunTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "workflowRunTimeout" a) =>
Lens.Family2.LensLike' f s a
workflowRunTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "workflowRunTimeout" a) =>
LensLike' f s a
workflowRunTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"workflowRunTimeout"
workflowTaskTimeout ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "workflowTaskTimeout" a) =>
Lens.Family2.LensLike' f s a
workflowTaskTimeout :: forall (f :: * -> *) s a.
(Functor f, HasField s "workflowTaskTimeout" a) =>
LensLike' f s a
workflowTaskTimeout
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"workflowTaskTimeout"
workflowType ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "workflowType" a) =>
Lens.Family2.LensLike' f s a
workflowType :: forall (f :: * -> *) s a.
(Functor f, HasField s "workflowType" a) =>
LensLike' f s a
workflowType = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"workflowType"