{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}

-- Derived from AWS service descriptions, licensed under Apache 2.0.

-- |
-- Module      : Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes
-- Copyright   : (c) 2013-2021 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Amazonka.SWF.Types.RequestCancelExternalWorkflowExecutionDecisionAttributes where

import qualified Amazonka.Core as Core
import qualified Amazonka.Lens as Lens
import qualified Amazonka.Prelude as Prelude

-- | Provides the details of the @RequestCancelExternalWorkflowExecution@
-- decision.
--
-- __Access Control__
--
-- You can use IAM policies to control this decision\'s access to Amazon
-- SWF resources as follows:
--
-- -   Use a @Resource@ element with the domain name to limit the action to
--     only specified domains.
--
-- -   Use an @Action@ element to allow or deny permission to call this
--     action.
--
-- -   You cannot use an IAM policy to constrain this action\'s parameters.
--
-- If the caller doesn\'t have sufficient permissions to invoke the action,
-- or the parameter values fall outside the specified constraints, the
-- action fails. The associated event attribute\'s @cause@ parameter is set
-- to @OPERATION_NOT_PERMITTED@. For details and example IAM policies, see
-- <https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html Using IAM to Manage Access to Amazon SWF Workflows>
-- in the /Amazon SWF Developer Guide/.
--
-- /See:/ 'newRequestCancelExternalWorkflowExecutionDecisionAttributes' smart constructor.
data RequestCancelExternalWorkflowExecutionDecisionAttributes = RequestCancelExternalWorkflowExecutionDecisionAttributes'
  { -- | The data attached to the event that can be used by the decider in
    -- subsequent workflow tasks.
    RequestCancelExternalWorkflowExecutionDecisionAttributes
-> Maybe Text
control :: Prelude.Maybe Prelude.Text,
    -- | The @runId@ of the external workflow execution to cancel.
    RequestCancelExternalWorkflowExecutionDecisionAttributes
-> Maybe Text
runId :: Prelude.Maybe Prelude.Text,
    -- | The @workflowId@ of the external workflow execution to cancel.
    RequestCancelExternalWorkflowExecutionDecisionAttributes -> Text
workflowId :: Prelude.Text
  }
  deriving (RequestCancelExternalWorkflowExecutionDecisionAttributes
-> RequestCancelExternalWorkflowExecutionDecisionAttributes -> Bool
(RequestCancelExternalWorkflowExecutionDecisionAttributes
 -> RequestCancelExternalWorkflowExecutionDecisionAttributes
 -> Bool)
-> (RequestCancelExternalWorkflowExecutionDecisionAttributes
    -> RequestCancelExternalWorkflowExecutionDecisionAttributes
    -> Bool)
-> Eq RequestCancelExternalWorkflowExecutionDecisionAttributes
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: RequestCancelExternalWorkflowExecutionDecisionAttributes
-> RequestCancelExternalWorkflowExecutionDecisionAttributes -> Bool
$c/= :: RequestCancelExternalWorkflowExecutionDecisionAttributes
-> RequestCancelExternalWorkflowExecutionDecisionAttributes -> Bool
== :: RequestCancelExternalWorkflowExecutionDecisionAttributes
-> RequestCancelExternalWorkflowExecutionDecisionAttributes -> Bool
$c== :: RequestCancelExternalWorkflowExecutionDecisionAttributes
-> RequestCancelExternalWorkflowExecutionDecisionAttributes -> Bool
Prelude.Eq, ReadPrec [RequestCancelExternalWorkflowExecutionDecisionAttributes]
ReadPrec RequestCancelExternalWorkflowExecutionDecisionAttributes
Int
-> ReadS RequestCancelExternalWorkflowExecutionDecisionAttributes
ReadS [RequestCancelExternalWorkflowExecutionDecisionAttributes]
(Int
 -> ReadS RequestCancelExternalWorkflowExecutionDecisionAttributes)
-> ReadS [RequestCancelExternalWorkflowExecutionDecisionAttributes]
-> ReadPrec
     RequestCancelExternalWorkflowExecutionDecisionAttributes
-> ReadPrec
     [RequestCancelExternalWorkflowExecutionDecisionAttributes]
-> Read RequestCancelExternalWorkflowExecutionDecisionAttributes
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [RequestCancelExternalWorkflowExecutionDecisionAttributes]
$creadListPrec :: ReadPrec [RequestCancelExternalWorkflowExecutionDecisionAttributes]
readPrec :: ReadPrec RequestCancelExternalWorkflowExecutionDecisionAttributes
$creadPrec :: ReadPrec RequestCancelExternalWorkflowExecutionDecisionAttributes
readList :: ReadS [RequestCancelExternalWorkflowExecutionDecisionAttributes]
$creadList :: ReadS [RequestCancelExternalWorkflowExecutionDecisionAttributes]
readsPrec :: Int
-> ReadS RequestCancelExternalWorkflowExecutionDecisionAttributes
$creadsPrec :: Int
-> ReadS RequestCancelExternalWorkflowExecutionDecisionAttributes
Prelude.Read, Int
-> RequestCancelExternalWorkflowExecutionDecisionAttributes
-> ShowS
[RequestCancelExternalWorkflowExecutionDecisionAttributes] -> ShowS
RequestCancelExternalWorkflowExecutionDecisionAttributes -> String
(Int
 -> RequestCancelExternalWorkflowExecutionDecisionAttributes
 -> ShowS)
-> (RequestCancelExternalWorkflowExecutionDecisionAttributes
    -> String)
-> ([RequestCancelExternalWorkflowExecutionDecisionAttributes]
    -> ShowS)
-> Show RequestCancelExternalWorkflowExecutionDecisionAttributes
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [RequestCancelExternalWorkflowExecutionDecisionAttributes] -> ShowS
$cshowList :: [RequestCancelExternalWorkflowExecutionDecisionAttributes] -> ShowS
show :: RequestCancelExternalWorkflowExecutionDecisionAttributes -> String
$cshow :: RequestCancelExternalWorkflowExecutionDecisionAttributes -> String
showsPrec :: Int
-> RequestCancelExternalWorkflowExecutionDecisionAttributes
-> ShowS
$cshowsPrec :: Int
-> RequestCancelExternalWorkflowExecutionDecisionAttributes
-> ShowS
Prelude.Show, (forall x.
 RequestCancelExternalWorkflowExecutionDecisionAttributes
 -> Rep RequestCancelExternalWorkflowExecutionDecisionAttributes x)
-> (forall x.
    Rep RequestCancelExternalWorkflowExecutionDecisionAttributes x
    -> RequestCancelExternalWorkflowExecutionDecisionAttributes)
-> Generic RequestCancelExternalWorkflowExecutionDecisionAttributes
forall x.
Rep RequestCancelExternalWorkflowExecutionDecisionAttributes x
-> RequestCancelExternalWorkflowExecutionDecisionAttributes
forall x.
RequestCancelExternalWorkflowExecutionDecisionAttributes
-> Rep RequestCancelExternalWorkflowExecutionDecisionAttributes x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep RequestCancelExternalWorkflowExecutionDecisionAttributes x
-> RequestCancelExternalWorkflowExecutionDecisionAttributes
$cfrom :: forall x.
RequestCancelExternalWorkflowExecutionDecisionAttributes
-> Rep RequestCancelExternalWorkflowExecutionDecisionAttributes x
Prelude.Generic)

-- |
-- Create a value of 'RequestCancelExternalWorkflowExecutionDecisionAttributes' with all optional fields omitted.
--
-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.
--
-- The following record fields are available, with the corresponding lenses provided
-- for backwards compatibility:
--
-- 'control', 'requestCancelExternalWorkflowExecutionDecisionAttributes_control' - The data attached to the event that can be used by the decider in
-- subsequent workflow tasks.
--
-- 'runId', 'requestCancelExternalWorkflowExecutionDecisionAttributes_runId' - The @runId@ of the external workflow execution to cancel.
--
-- 'workflowId', 'requestCancelExternalWorkflowExecutionDecisionAttributes_workflowId' - The @workflowId@ of the external workflow execution to cancel.
newRequestCancelExternalWorkflowExecutionDecisionAttributes ::
  -- | 'workflowId'
  Prelude.Text ->
  RequestCancelExternalWorkflowExecutionDecisionAttributes
newRequestCancelExternalWorkflowExecutionDecisionAttributes :: Text -> RequestCancelExternalWorkflowExecutionDecisionAttributes
newRequestCancelExternalWorkflowExecutionDecisionAttributes
  Text
pWorkflowId_ =
    RequestCancelExternalWorkflowExecutionDecisionAttributes' :: Maybe Text
-> Maybe Text
-> Text
-> RequestCancelExternalWorkflowExecutionDecisionAttributes
RequestCancelExternalWorkflowExecutionDecisionAttributes'
      { $sel:control:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: Maybe Text
control =
          Maybe Text
forall a. Maybe a
Prelude.Nothing,
        $sel:runId:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: Maybe Text
runId =
          Maybe Text
forall a. Maybe a
Prelude.Nothing,
        $sel:workflowId:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: Text
workflowId =
          Text
pWorkflowId_
      }

-- | The data attached to the event that can be used by the decider in
-- subsequent workflow tasks.
requestCancelExternalWorkflowExecutionDecisionAttributes_control :: Lens.Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Prelude.Maybe Prelude.Text)
requestCancelExternalWorkflowExecutionDecisionAttributes_control :: (Maybe Text -> f (Maybe Text))
-> RequestCancelExternalWorkflowExecutionDecisionAttributes
-> f RequestCancelExternalWorkflowExecutionDecisionAttributes
requestCancelExternalWorkflowExecutionDecisionAttributes_control = (RequestCancelExternalWorkflowExecutionDecisionAttributes
 -> Maybe Text)
-> (RequestCancelExternalWorkflowExecutionDecisionAttributes
    -> Maybe Text
    -> RequestCancelExternalWorkflowExecutionDecisionAttributes)
-> Lens
     RequestCancelExternalWorkflowExecutionDecisionAttributes
     RequestCancelExternalWorkflowExecutionDecisionAttributes
     (Maybe Text)
     (Maybe Text)
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\RequestCancelExternalWorkflowExecutionDecisionAttributes' {Maybe Text
control :: Maybe Text
$sel:control:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: RequestCancelExternalWorkflowExecutionDecisionAttributes
-> Maybe Text
control} -> Maybe Text
control) (\s :: RequestCancelExternalWorkflowExecutionDecisionAttributes
s@RequestCancelExternalWorkflowExecutionDecisionAttributes' {} Maybe Text
a -> RequestCancelExternalWorkflowExecutionDecisionAttributes
s {$sel:control:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: Maybe Text
control = Maybe Text
a} :: RequestCancelExternalWorkflowExecutionDecisionAttributes)

-- | The @runId@ of the external workflow execution to cancel.
requestCancelExternalWorkflowExecutionDecisionAttributes_runId :: Lens.Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes (Prelude.Maybe Prelude.Text)
requestCancelExternalWorkflowExecutionDecisionAttributes_runId :: (Maybe Text -> f (Maybe Text))
-> RequestCancelExternalWorkflowExecutionDecisionAttributes
-> f RequestCancelExternalWorkflowExecutionDecisionAttributes
requestCancelExternalWorkflowExecutionDecisionAttributes_runId = (RequestCancelExternalWorkflowExecutionDecisionAttributes
 -> Maybe Text)
-> (RequestCancelExternalWorkflowExecutionDecisionAttributes
    -> Maybe Text
    -> RequestCancelExternalWorkflowExecutionDecisionAttributes)
-> Lens
     RequestCancelExternalWorkflowExecutionDecisionAttributes
     RequestCancelExternalWorkflowExecutionDecisionAttributes
     (Maybe Text)
     (Maybe Text)
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\RequestCancelExternalWorkflowExecutionDecisionAttributes' {Maybe Text
runId :: Maybe Text
$sel:runId:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: RequestCancelExternalWorkflowExecutionDecisionAttributes
-> Maybe Text
runId} -> Maybe Text
runId) (\s :: RequestCancelExternalWorkflowExecutionDecisionAttributes
s@RequestCancelExternalWorkflowExecutionDecisionAttributes' {} Maybe Text
a -> RequestCancelExternalWorkflowExecutionDecisionAttributes
s {$sel:runId:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: Maybe Text
runId = Maybe Text
a} :: RequestCancelExternalWorkflowExecutionDecisionAttributes)

-- | The @workflowId@ of the external workflow execution to cancel.
requestCancelExternalWorkflowExecutionDecisionAttributes_workflowId :: Lens.Lens' RequestCancelExternalWorkflowExecutionDecisionAttributes Prelude.Text
requestCancelExternalWorkflowExecutionDecisionAttributes_workflowId :: (Text -> f Text)
-> RequestCancelExternalWorkflowExecutionDecisionAttributes
-> f RequestCancelExternalWorkflowExecutionDecisionAttributes
requestCancelExternalWorkflowExecutionDecisionAttributes_workflowId = (RequestCancelExternalWorkflowExecutionDecisionAttributes -> Text)
-> (RequestCancelExternalWorkflowExecutionDecisionAttributes
    -> Text
    -> RequestCancelExternalWorkflowExecutionDecisionAttributes)
-> Lens
     RequestCancelExternalWorkflowExecutionDecisionAttributes
     RequestCancelExternalWorkflowExecutionDecisionAttributes
     Text
     Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\RequestCancelExternalWorkflowExecutionDecisionAttributes' {Text
workflowId :: Text
$sel:workflowId:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: RequestCancelExternalWorkflowExecutionDecisionAttributes -> Text
workflowId} -> Text
workflowId) (\s :: RequestCancelExternalWorkflowExecutionDecisionAttributes
s@RequestCancelExternalWorkflowExecutionDecisionAttributes' {} Text
a -> RequestCancelExternalWorkflowExecutionDecisionAttributes
s {$sel:workflowId:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: Text
workflowId = Text
a} :: RequestCancelExternalWorkflowExecutionDecisionAttributes)

instance
  Prelude.Hashable
    RequestCancelExternalWorkflowExecutionDecisionAttributes

instance
  Prelude.NFData
    RequestCancelExternalWorkflowExecutionDecisionAttributes

instance
  Core.ToJSON
    RequestCancelExternalWorkflowExecutionDecisionAttributes
  where
  toJSON :: RequestCancelExternalWorkflowExecutionDecisionAttributes -> Value
toJSON
    RequestCancelExternalWorkflowExecutionDecisionAttributes' {Maybe Text
Text
workflowId :: Text
runId :: Maybe Text
control :: Maybe Text
$sel:workflowId:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: RequestCancelExternalWorkflowExecutionDecisionAttributes -> Text
$sel:runId:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: RequestCancelExternalWorkflowExecutionDecisionAttributes
-> Maybe Text
$sel:control:RequestCancelExternalWorkflowExecutionDecisionAttributes' :: RequestCancelExternalWorkflowExecutionDecisionAttributes
-> Maybe Text
..} =
      [Pair] -> Value
Core.object
        ( [Maybe Pair] -> [Pair]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
            [ (Text
"control" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..=) (Text -> Pair) -> Maybe Text -> Maybe Pair
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe Text
control,
              (Text
"runId" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..=) (Text -> Pair) -> Maybe Text -> Maybe Pair
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe Text
runId,
              Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just (Text
"workflowId" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= Text
workflowId)
            ]
        )