{-# 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.Api.Command.V1.Message_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.Temporal.Api.Common.V1.Message
import qualified Proto.Temporal.Api.Enums.V1.CommandType
import qualified Proto.Temporal.Api.Enums.V1.Workflow
import qualified Proto.Temporal.Api.Failure.V1.Message
import qualified Proto.Temporal.Api.Taskqueue.V1.Message
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"
backoffStartInterval ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "backoffStartInterval" a) =>
Lens.Family2.LensLike' f s a
backoffStartInterval :: forall (f :: * -> *) s a.
(Functor f, HasField s "backoffStartInterval" a) =>
LensLike' f s a
backoffStartInterval
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"backoffStartInterval"
cancelTimerCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "cancelTimerCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
cancelTimerCommandAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "cancelTimerCommandAttributes" a) =>
LensLike' f s a
cancelTimerCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"cancelTimerCommandAttributes"
cancelWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "cancelWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
cancelWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "cancelWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
cancelWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"cancelWorkflowExecutionCommandAttributes"
childWorkflowOnly ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "childWorkflowOnly" a) =>
Lens.Family2.LensLike' f s a
childWorkflowOnly :: forall (f :: * -> *) s a.
(Functor f, HasField s "childWorkflowOnly" a) =>
LensLike' f s a
childWorkflowOnly = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"childWorkflowOnly"
commandType ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "commandType" a) =>
Lens.Family2.LensLike' f s a
commandType :: forall (f :: * -> *) s a.
(Functor f, HasField s "commandType" a) =>
LensLike' f s a
commandType = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"commandType"
completeWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "completeWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
completeWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "completeWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
completeWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"completeWorkflowExecutionCommandAttributes"
continueAsNewWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "continueAsNewWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
continueAsNewWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "continueAsNewWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
continueAsNewWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"continueAsNewWorkflowExecutionCommandAttributes"
control ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "control" a) =>
Lens.Family2.LensLike' f s a
control :: forall (f :: * -> *) s a.
(Functor f, HasField s "control" a) =>
LensLike' f s a
control = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"control"
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"
details ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "details" a) =>
Lens.Family2.LensLike' f s a
details :: forall (f :: * -> *) s a.
(Functor f, HasField s "details" a) =>
LensLike' f s a
details = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"details"
endpoint ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "endpoint" a) =>
Lens.Family2.LensLike' f s a
endpoint :: forall (f :: * -> *) s a.
(Functor f, HasField s "endpoint" a) =>
LensLike' f s a
endpoint = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"endpoint"
execution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "execution" a) =>
Lens.Family2.LensLike' f s a
execution :: forall (f :: * -> *) s a.
(Functor f, HasField s "execution" a) =>
LensLike' f s a
execution = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"execution"
failWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "failWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
failWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "failWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
failWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"failWorkflowExecutionCommandAttributes"
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"
header ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "header" 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 @"header"
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"
inheritBuildId ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "inheritBuildId" a) =>
Lens.Family2.LensLike' f s a
inheritBuildId :: forall (f :: * -> *) s a.
(Functor f, HasField s "inheritBuildId" a) =>
LensLike' f s a
inheritBuildId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"inheritBuildId"
initiator ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "initiator" a) =>
Lens.Family2.LensLike' f s a
initiator :: forall (f :: * -> *) s a.
(Functor f, HasField s "initiator" a) =>
LensLike' f s a
initiator = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"initiator"
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"
lastCompletionResult ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "lastCompletionResult" a) =>
Lens.Family2.LensLike' f s a
lastCompletionResult :: forall (f :: * -> *) s a.
(Functor f, HasField s "lastCompletionResult" a) =>
LensLike' f s a
lastCompletionResult
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"lastCompletionResult"
markerName ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "markerName" a) =>
Lens.Family2.LensLike' f s a
markerName :: forall (f :: * -> *) s a.
(Functor f, HasField s "markerName" a) =>
LensLike' f s a
markerName = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"markerName"
maybe'activityType ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'activityType" a) =>
Lens.Family2.LensLike' f s a
maybe'activityType :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'activityType" a) =>
LensLike' f s a
maybe'activityType
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'activityType"
maybe'attributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'attributes" a) =>
Lens.Family2.LensLike' f s a
maybe'attributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'attributes" a) =>
LensLike' f s a
maybe'attributes = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'attributes"
maybe'backoffStartInterval ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'backoffStartInterval" a) =>
Lens.Family2.LensLike' f s a
maybe'backoffStartInterval :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'backoffStartInterval" a) =>
LensLike' f s a
maybe'backoffStartInterval
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'backoffStartInterval"
maybe'cancelTimerCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'cancelTimerCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'cancelTimerCommandAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'cancelTimerCommandAttributes" a) =>
LensLike' f s a
maybe'cancelTimerCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'cancelTimerCommandAttributes"
maybe'cancelWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'cancelWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'cancelWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'cancelWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
maybe'cancelWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'cancelWorkflowExecutionCommandAttributes"
maybe'completeWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'completeWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'completeWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'completeWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
maybe'completeWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'completeWorkflowExecutionCommandAttributes"
maybe'continueAsNewWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'continueAsNewWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'continueAsNewWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField
s "maybe'continueAsNewWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
maybe'continueAsNewWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'continueAsNewWorkflowExecutionCommandAttributes"
maybe'details ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'details" a) =>
Lens.Family2.LensLike' f s a
maybe'details :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'details" a) =>
LensLike' f s a
maybe'details = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'details"
maybe'execution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'execution" a) =>
Lens.Family2.LensLike' f s a
maybe'execution :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'execution" a) =>
LensLike' f s a
maybe'execution = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'execution"
maybe'failWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'failWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'failWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'failWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
maybe'failWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'failWorkflowExecutionCommandAttributes"
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'header ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'header" 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 @"maybe'header"
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'input ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'input" a) =>
Lens.Family2.LensLike' f s a
maybe'input :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'input" a) =>
LensLike' f s a
maybe'input = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'input"
maybe'lastCompletionResult ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'lastCompletionResult" a) =>
Lens.Family2.LensLike' f s a
maybe'lastCompletionResult :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'lastCompletionResult" a) =>
LensLike' f s a
maybe'lastCompletionResult
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'lastCompletionResult"
maybe'memo ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'memo" a) =>
Lens.Family2.LensLike' f s a
maybe'memo :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'memo" a) =>
LensLike' f s a
maybe'memo = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'memo"
maybe'modifyWorkflowPropertiesCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'modifyWorkflowPropertiesCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'modifyWorkflowPropertiesCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'modifyWorkflowPropertiesCommandAttributes" a) =>
LensLike' f s a
maybe'modifyWorkflowPropertiesCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'modifyWorkflowPropertiesCommandAttributes"
maybe'protocolMessageCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'protocolMessageCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'protocolMessageCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'protocolMessageCommandAttributes" a) =>
LensLike' f s a
maybe'protocolMessageCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'protocolMessageCommandAttributes"
maybe'recordMarkerCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'recordMarkerCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'recordMarkerCommandAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'recordMarkerCommandAttributes" a) =>
LensLike' f s a
maybe'recordMarkerCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'recordMarkerCommandAttributes"
maybe'requestCancelActivityTaskCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'requestCancelActivityTaskCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'requestCancelActivityTaskCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'requestCancelActivityTaskCommandAttributes" a) =>
LensLike' f s a
maybe'requestCancelActivityTaskCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'requestCancelActivityTaskCommandAttributes"
maybe'requestCancelExternalWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'requestCancelExternalWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'requestCancelExternalWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField
s
"maybe'requestCancelExternalWorkflowExecutionCommandAttributes"
a) =>
LensLike' f s a
maybe'requestCancelExternalWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'requestCancelExternalWorkflowExecutionCommandAttributes"
maybe'requestCancelNexusOperationCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'requestCancelNexusOperationCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'requestCancelNexusOperationCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField
s "maybe'requestCancelNexusOperationCommandAttributes" a) =>
LensLike' f s a
maybe'requestCancelNexusOperationCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'requestCancelNexusOperationCommandAttributes"
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'scheduleActivityTaskCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'scheduleActivityTaskCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'scheduleActivityTaskCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'scheduleActivityTaskCommandAttributes" a) =>
LensLike' f s a
maybe'scheduleActivityTaskCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'scheduleActivityTaskCommandAttributes"
maybe'scheduleNexusOperationCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'scheduleNexusOperationCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'scheduleNexusOperationCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "maybe'scheduleNexusOperationCommandAttributes" a) =>
LensLike' f s a
maybe'scheduleNexusOperationCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'scheduleNexusOperationCommandAttributes"
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'searchAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'searchAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'searchAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'searchAttributes" a) =>
LensLike' f s a
maybe'searchAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'searchAttributes"
maybe'signalExternalWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'signalExternalWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'signalExternalWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField
s "maybe'signalExternalWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
maybe'signalExternalWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'signalExternalWorkflowExecutionCommandAttributes"
maybe'startChildWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'startChildWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'startChildWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField
s "maybe'startChildWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
maybe'startChildWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'startChildWorkflowExecutionCommandAttributes"
maybe'startTimerCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'startTimerCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'startTimerCommandAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'startTimerCommandAttributes" a) =>
LensLike' f s a
maybe'startTimerCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'startTimerCommandAttributes"
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'taskQueue ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'taskQueue" a) =>
Lens.Family2.LensLike' f s a
maybe'taskQueue :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'taskQueue" a) =>
LensLike' f s a
maybe'taskQueue = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'taskQueue"
maybe'upsertWorkflowSearchAttributesCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'upsertWorkflowSearchAttributesCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
maybe'upsertWorkflowSearchAttributesCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField
s "maybe'upsertWorkflowSearchAttributesCommandAttributes" a) =>
LensLike' f s a
maybe'upsertWorkflowSearchAttributesCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"maybe'upsertWorkflowSearchAttributesCommandAttributes"
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'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"
maybe'workflowType ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "maybe'workflowType" a) =>
Lens.Family2.LensLike' f s a
maybe'workflowType :: forall (f :: * -> *) s a.
(Functor f, HasField s "maybe'workflowType" a) =>
LensLike' f s a
maybe'workflowType
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"maybe'workflowType"
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"
messageId ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "messageId" a) =>
Lens.Family2.LensLike' f s a
messageId :: forall (f :: * -> *) s a.
(Functor f, HasField s "messageId" a) =>
LensLike' f s a
messageId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"messageId"
modifyWorkflowPropertiesCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "modifyWorkflowPropertiesCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
modifyWorkflowPropertiesCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "modifyWorkflowPropertiesCommandAttributes" a) =>
LensLike' f s a
modifyWorkflowPropertiesCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"modifyWorkflowPropertiesCommandAttributes"
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"
nexusHeader ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "nexusHeader" 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 @"nexusHeader"
operation ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "operation" a) =>
Lens.Family2.LensLike' f s a
operation :: forall (f :: * -> *) s a.
(Functor f, HasField s "operation" a) =>
LensLike' f s a
operation = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"operation"
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"
protocolMessageCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "protocolMessageCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
protocolMessageCommandAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "protocolMessageCommandAttributes" a) =>
LensLike' f s a
protocolMessageCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"protocolMessageCommandAttributes"
reason ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "reason" a) =>
Lens.Family2.LensLike' f s a
reason :: forall (f :: * -> *) s a.
(Functor f, HasField s "reason" a) =>
LensLike' f s a
reason = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"reason"
recordMarkerCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "recordMarkerCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
recordMarkerCommandAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "recordMarkerCommandAttributes" a) =>
LensLike' f s a
recordMarkerCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"recordMarkerCommandAttributes"
requestCancelActivityTaskCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "requestCancelActivityTaskCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
requestCancelActivityTaskCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "requestCancelActivityTaskCommandAttributes" a) =>
LensLike' f s a
requestCancelActivityTaskCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"requestCancelActivityTaskCommandAttributes"
requestCancelExternalWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "requestCancelExternalWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
requestCancelExternalWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField
s "requestCancelExternalWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
requestCancelExternalWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"requestCancelExternalWorkflowExecutionCommandAttributes"
requestCancelNexusOperationCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "requestCancelNexusOperationCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
requestCancelNexusOperationCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "requestCancelNexusOperationCommandAttributes" a) =>
LensLike' f s a
requestCancelNexusOperationCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"requestCancelNexusOperationCommandAttributes"
requestEagerExecution ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "requestEagerExecution" a) =>
Lens.Family2.LensLike' f s a
requestEagerExecution :: forall (f :: * -> *) s a.
(Functor f, HasField s "requestEagerExecution" a) =>
LensLike' f s a
requestEagerExecution
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"requestEagerExecution"
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"
runId ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "runId" a) =>
Lens.Family2.LensLike' f s a
runId :: forall (f :: * -> *) s a.
(Functor f, HasField s "runId" a) =>
LensLike' f s a
runId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"runId"
scheduleActivityTaskCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "scheduleActivityTaskCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
scheduleActivityTaskCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "scheduleActivityTaskCommandAttributes" a) =>
LensLike' f s a
scheduleActivityTaskCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"scheduleActivityTaskCommandAttributes"
scheduleNexusOperationCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "scheduleNexusOperationCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
scheduleNexusOperationCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "scheduleNexusOperationCommandAttributes" a) =>
LensLike' f s a
scheduleNexusOperationCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"scheduleNexusOperationCommandAttributes"
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"
scheduledEventId ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "scheduledEventId" a) =>
Lens.Family2.LensLike' f s a
scheduledEventId :: forall (f :: * -> *) s a.
(Functor f, HasField s "scheduledEventId" a) =>
LensLike' f s a
scheduledEventId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"scheduledEventId"
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"
service ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "service" a) =>
Lens.Family2.LensLike' f s a
service :: forall (f :: * -> *) s a.
(Functor f, HasField s "service" a) =>
LensLike' f s a
service = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"service"
signalExternalWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "signalExternalWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
signalExternalWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "signalExternalWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
signalExternalWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"signalExternalWorkflowExecutionCommandAttributes"
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"
startChildWorkflowExecutionCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "startChildWorkflowExecutionCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
startChildWorkflowExecutionCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "startChildWorkflowExecutionCommandAttributes" a) =>
LensLike' f s a
startChildWorkflowExecutionCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"startChildWorkflowExecutionCommandAttributes"
startTimerCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "startTimerCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
startTimerCommandAttributes :: forall (f :: * -> *) s a.
(Functor f, HasField s "startTimerCommandAttributes" a) =>
LensLike' f s a
startTimerCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"startTimerCommandAttributes"
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"
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"
timerId ::
forall f s a.
(Prelude.Functor f, Data.ProtoLens.Field.HasField s "timerId" a) =>
Lens.Family2.LensLike' f s a
timerId :: forall (f :: * -> *) s a.
(Functor f, HasField s "timerId" a) =>
LensLike' f s a
timerId = forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"timerId"
upsertWorkflowSearchAttributesCommandAttributes ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "upsertWorkflowSearchAttributesCommandAttributes" a) =>
Lens.Family2.LensLike' f s a
upsertWorkflowSearchAttributesCommandAttributes :: forall (f :: * -> *) s a.
(Functor f,
HasField s "upsertWorkflowSearchAttributesCommandAttributes" a) =>
LensLike' f s a
upsertWorkflowSearchAttributesCommandAttributes
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field
@"upsertWorkflowSearchAttributesCommandAttributes"
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"
useWorkflowBuildId ::
forall f s a.
(Prelude.Functor f,
Data.ProtoLens.Field.HasField s "useWorkflowBuildId" a) =>
Lens.Family2.LensLike' f s a
useWorkflowBuildId :: forall (f :: * -> *) s a.
(Functor f, HasField s "useWorkflowBuildId" a) =>
LensLike' f s a
useWorkflowBuildId
= forall (x :: Symbol) s a (f :: * -> *).
(HasField s x a, Functor f) =>
(a -> f a) -> s -> f s
Data.ProtoLens.Field.field @"useWorkflowBuildId"
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"
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"