{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-binds #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
module Amazonka.SageMaker.CreateFlowDefinition
(
CreateFlowDefinition (..),
newCreateFlowDefinition,
createFlowDefinition_humanLoopRequestSource,
createFlowDefinition_humanLoopActivationConfig,
createFlowDefinition_tags,
createFlowDefinition_flowDefinitionName,
createFlowDefinition_humanLoopConfig,
createFlowDefinition_outputConfig,
createFlowDefinition_roleArn,
CreateFlowDefinitionResponse (..),
newCreateFlowDefinitionResponse,
createFlowDefinitionResponse_httpStatus,
createFlowDefinitionResponse_flowDefinitionArn,
)
where
import qualified Amazonka.Core as Core
import qualified Amazonka.Lens as Lens
import qualified Amazonka.Prelude as Prelude
import qualified Amazonka.Request as Request
import qualified Amazonka.Response as Response
import Amazonka.SageMaker.Types
data CreateFlowDefinition = CreateFlowDefinition'
{
CreateFlowDefinition -> Maybe HumanLoopRequestSource
humanLoopRequestSource :: Prelude.Maybe HumanLoopRequestSource,
CreateFlowDefinition -> Maybe HumanLoopActivationConfig
humanLoopActivationConfig :: Prelude.Maybe HumanLoopActivationConfig,
CreateFlowDefinition -> Maybe [Tag]
tags :: Prelude.Maybe [Tag],
CreateFlowDefinition -> Text
flowDefinitionName :: Prelude.Text,
CreateFlowDefinition -> HumanLoopConfig
humanLoopConfig :: HumanLoopConfig,
CreateFlowDefinition -> FlowDefinitionOutputConfig
outputConfig :: FlowDefinitionOutputConfig,
CreateFlowDefinition -> Text
roleArn :: Prelude.Text
}
deriving (CreateFlowDefinition -> CreateFlowDefinition -> Bool
(CreateFlowDefinition -> CreateFlowDefinition -> Bool)
-> (CreateFlowDefinition -> CreateFlowDefinition -> Bool)
-> Eq CreateFlowDefinition
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: CreateFlowDefinition -> CreateFlowDefinition -> Bool
$c/= :: CreateFlowDefinition -> CreateFlowDefinition -> Bool
== :: CreateFlowDefinition -> CreateFlowDefinition -> Bool
$c== :: CreateFlowDefinition -> CreateFlowDefinition -> Bool
Prelude.Eq, ReadPrec [CreateFlowDefinition]
ReadPrec CreateFlowDefinition
Int -> ReadS CreateFlowDefinition
ReadS [CreateFlowDefinition]
(Int -> ReadS CreateFlowDefinition)
-> ReadS [CreateFlowDefinition]
-> ReadPrec CreateFlowDefinition
-> ReadPrec [CreateFlowDefinition]
-> Read CreateFlowDefinition
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [CreateFlowDefinition]
$creadListPrec :: ReadPrec [CreateFlowDefinition]
readPrec :: ReadPrec CreateFlowDefinition
$creadPrec :: ReadPrec CreateFlowDefinition
readList :: ReadS [CreateFlowDefinition]
$creadList :: ReadS [CreateFlowDefinition]
readsPrec :: Int -> ReadS CreateFlowDefinition
$creadsPrec :: Int -> ReadS CreateFlowDefinition
Prelude.Read, Int -> CreateFlowDefinition -> ShowS
[CreateFlowDefinition] -> ShowS
CreateFlowDefinition -> String
(Int -> CreateFlowDefinition -> ShowS)
-> (CreateFlowDefinition -> String)
-> ([CreateFlowDefinition] -> ShowS)
-> Show CreateFlowDefinition
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [CreateFlowDefinition] -> ShowS
$cshowList :: [CreateFlowDefinition] -> ShowS
show :: CreateFlowDefinition -> String
$cshow :: CreateFlowDefinition -> String
showsPrec :: Int -> CreateFlowDefinition -> ShowS
$cshowsPrec :: Int -> CreateFlowDefinition -> ShowS
Prelude.Show, (forall x. CreateFlowDefinition -> Rep CreateFlowDefinition x)
-> (forall x. Rep CreateFlowDefinition x -> CreateFlowDefinition)
-> Generic CreateFlowDefinition
forall x. Rep CreateFlowDefinition x -> CreateFlowDefinition
forall x. CreateFlowDefinition -> Rep CreateFlowDefinition x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep CreateFlowDefinition x -> CreateFlowDefinition
$cfrom :: forall x. CreateFlowDefinition -> Rep CreateFlowDefinition x
Prelude.Generic)
newCreateFlowDefinition ::
Prelude.Text ->
HumanLoopConfig ->
FlowDefinitionOutputConfig ->
Prelude.Text ->
CreateFlowDefinition
newCreateFlowDefinition :: Text
-> HumanLoopConfig
-> FlowDefinitionOutputConfig
-> Text
-> CreateFlowDefinition
newCreateFlowDefinition
Text
pFlowDefinitionName_
HumanLoopConfig
pHumanLoopConfig_
FlowDefinitionOutputConfig
pOutputConfig_
Text
pRoleArn_ =
CreateFlowDefinition' :: Maybe HumanLoopRequestSource
-> Maybe HumanLoopActivationConfig
-> Maybe [Tag]
-> Text
-> HumanLoopConfig
-> FlowDefinitionOutputConfig
-> Text
-> CreateFlowDefinition
CreateFlowDefinition'
{ $sel:humanLoopRequestSource:CreateFlowDefinition' :: Maybe HumanLoopRequestSource
humanLoopRequestSource =
Maybe HumanLoopRequestSource
forall a. Maybe a
Prelude.Nothing,
$sel:humanLoopActivationConfig:CreateFlowDefinition' :: Maybe HumanLoopActivationConfig
humanLoopActivationConfig = Maybe HumanLoopActivationConfig
forall a. Maybe a
Prelude.Nothing,
$sel:tags:CreateFlowDefinition' :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing,
$sel:flowDefinitionName:CreateFlowDefinition' :: Text
flowDefinitionName = Text
pFlowDefinitionName_,
$sel:humanLoopConfig:CreateFlowDefinition' :: HumanLoopConfig
humanLoopConfig = HumanLoopConfig
pHumanLoopConfig_,
$sel:outputConfig:CreateFlowDefinition' :: FlowDefinitionOutputConfig
outputConfig = FlowDefinitionOutputConfig
pOutputConfig_,
$sel:roleArn:CreateFlowDefinition' :: Text
roleArn = Text
pRoleArn_
}
createFlowDefinition_humanLoopRequestSource :: Lens.Lens' CreateFlowDefinition (Prelude.Maybe HumanLoopRequestSource)
createFlowDefinition_humanLoopRequestSource :: (Maybe HumanLoopRequestSource -> f (Maybe HumanLoopRequestSource))
-> CreateFlowDefinition -> f CreateFlowDefinition
createFlowDefinition_humanLoopRequestSource = (CreateFlowDefinition -> Maybe HumanLoopRequestSource)
-> (CreateFlowDefinition
-> Maybe HumanLoopRequestSource -> CreateFlowDefinition)
-> Lens
CreateFlowDefinition
CreateFlowDefinition
(Maybe HumanLoopRequestSource)
(Maybe HumanLoopRequestSource)
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\CreateFlowDefinition' {Maybe HumanLoopRequestSource
humanLoopRequestSource :: Maybe HumanLoopRequestSource
$sel:humanLoopRequestSource:CreateFlowDefinition' :: CreateFlowDefinition -> Maybe HumanLoopRequestSource
humanLoopRequestSource} -> Maybe HumanLoopRequestSource
humanLoopRequestSource) (\s :: CreateFlowDefinition
s@CreateFlowDefinition' {} Maybe HumanLoopRequestSource
a -> CreateFlowDefinition
s {$sel:humanLoopRequestSource:CreateFlowDefinition' :: Maybe HumanLoopRequestSource
humanLoopRequestSource = Maybe HumanLoopRequestSource
a} :: CreateFlowDefinition)
createFlowDefinition_humanLoopActivationConfig :: Lens.Lens' CreateFlowDefinition (Prelude.Maybe HumanLoopActivationConfig)
createFlowDefinition_humanLoopActivationConfig :: (Maybe HumanLoopActivationConfig
-> f (Maybe HumanLoopActivationConfig))
-> CreateFlowDefinition -> f CreateFlowDefinition
createFlowDefinition_humanLoopActivationConfig = (CreateFlowDefinition -> Maybe HumanLoopActivationConfig)
-> (CreateFlowDefinition
-> Maybe HumanLoopActivationConfig -> CreateFlowDefinition)
-> Lens
CreateFlowDefinition
CreateFlowDefinition
(Maybe HumanLoopActivationConfig)
(Maybe HumanLoopActivationConfig)
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\CreateFlowDefinition' {Maybe HumanLoopActivationConfig
humanLoopActivationConfig :: Maybe HumanLoopActivationConfig
$sel:humanLoopActivationConfig:CreateFlowDefinition' :: CreateFlowDefinition -> Maybe HumanLoopActivationConfig
humanLoopActivationConfig} -> Maybe HumanLoopActivationConfig
humanLoopActivationConfig) (\s :: CreateFlowDefinition
s@CreateFlowDefinition' {} Maybe HumanLoopActivationConfig
a -> CreateFlowDefinition
s {$sel:humanLoopActivationConfig:CreateFlowDefinition' :: Maybe HumanLoopActivationConfig
humanLoopActivationConfig = Maybe HumanLoopActivationConfig
a} :: CreateFlowDefinition)
createFlowDefinition_tags :: Lens.Lens' CreateFlowDefinition (Prelude.Maybe [Tag])
createFlowDefinition_tags :: (Maybe [Tag] -> f (Maybe [Tag]))
-> CreateFlowDefinition -> f CreateFlowDefinition
createFlowDefinition_tags = (CreateFlowDefinition -> Maybe [Tag])
-> (CreateFlowDefinition -> Maybe [Tag] -> CreateFlowDefinition)
-> Lens
CreateFlowDefinition
CreateFlowDefinition
(Maybe [Tag])
(Maybe [Tag])
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\CreateFlowDefinition' {Maybe [Tag]
tags :: Maybe [Tag]
$sel:tags:CreateFlowDefinition' :: CreateFlowDefinition -> Maybe [Tag]
tags} -> Maybe [Tag]
tags) (\s :: CreateFlowDefinition
s@CreateFlowDefinition' {} Maybe [Tag]
a -> CreateFlowDefinition
s {$sel:tags:CreateFlowDefinition' :: Maybe [Tag]
tags = Maybe [Tag]
a} :: CreateFlowDefinition) ((Maybe [Tag] -> f (Maybe [Tag]))
-> CreateFlowDefinition -> f CreateFlowDefinition)
-> ((Maybe [Tag] -> f (Maybe [Tag]))
-> Maybe [Tag] -> f (Maybe [Tag]))
-> (Maybe [Tag] -> f (Maybe [Tag]))
-> CreateFlowDefinition
-> f CreateFlowDefinition
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. AnIso [Tag] [Tag] [Tag] [Tag]
-> Iso (Maybe [Tag]) (Maybe [Tag]) (Maybe [Tag]) (Maybe [Tag])
forall (f :: * -> *) (g :: * -> *) s t a b.
(Functor f, Functor g) =>
AnIso s t a b -> Iso (f s) (g t) (f a) (g b)
Lens.mapping AnIso [Tag] [Tag] [Tag] [Tag]
forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced
createFlowDefinition_flowDefinitionName :: Lens.Lens' CreateFlowDefinition Prelude.Text
createFlowDefinition_flowDefinitionName :: (Text -> f Text) -> CreateFlowDefinition -> f CreateFlowDefinition
createFlowDefinition_flowDefinitionName = (CreateFlowDefinition -> Text)
-> (CreateFlowDefinition -> Text -> CreateFlowDefinition)
-> Lens CreateFlowDefinition CreateFlowDefinition Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\CreateFlowDefinition' {Text
flowDefinitionName :: Text
$sel:flowDefinitionName:CreateFlowDefinition' :: CreateFlowDefinition -> Text
flowDefinitionName} -> Text
flowDefinitionName) (\s :: CreateFlowDefinition
s@CreateFlowDefinition' {} Text
a -> CreateFlowDefinition
s {$sel:flowDefinitionName:CreateFlowDefinition' :: Text
flowDefinitionName = Text
a} :: CreateFlowDefinition)
createFlowDefinition_humanLoopConfig :: Lens.Lens' CreateFlowDefinition HumanLoopConfig
createFlowDefinition_humanLoopConfig :: (HumanLoopConfig -> f HumanLoopConfig)
-> CreateFlowDefinition -> f CreateFlowDefinition
createFlowDefinition_humanLoopConfig = (CreateFlowDefinition -> HumanLoopConfig)
-> (CreateFlowDefinition
-> HumanLoopConfig -> CreateFlowDefinition)
-> Lens
CreateFlowDefinition
CreateFlowDefinition
HumanLoopConfig
HumanLoopConfig
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\CreateFlowDefinition' {HumanLoopConfig
humanLoopConfig :: HumanLoopConfig
$sel:humanLoopConfig:CreateFlowDefinition' :: CreateFlowDefinition -> HumanLoopConfig
humanLoopConfig} -> HumanLoopConfig
humanLoopConfig) (\s :: CreateFlowDefinition
s@CreateFlowDefinition' {} HumanLoopConfig
a -> CreateFlowDefinition
s {$sel:humanLoopConfig:CreateFlowDefinition' :: HumanLoopConfig
humanLoopConfig = HumanLoopConfig
a} :: CreateFlowDefinition)
createFlowDefinition_outputConfig :: Lens.Lens' CreateFlowDefinition FlowDefinitionOutputConfig
createFlowDefinition_outputConfig :: (FlowDefinitionOutputConfig -> f FlowDefinitionOutputConfig)
-> CreateFlowDefinition -> f CreateFlowDefinition
createFlowDefinition_outputConfig = (CreateFlowDefinition -> FlowDefinitionOutputConfig)
-> (CreateFlowDefinition
-> FlowDefinitionOutputConfig -> CreateFlowDefinition)
-> Lens
CreateFlowDefinition
CreateFlowDefinition
FlowDefinitionOutputConfig
FlowDefinitionOutputConfig
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\CreateFlowDefinition' {FlowDefinitionOutputConfig
outputConfig :: FlowDefinitionOutputConfig
$sel:outputConfig:CreateFlowDefinition' :: CreateFlowDefinition -> FlowDefinitionOutputConfig
outputConfig} -> FlowDefinitionOutputConfig
outputConfig) (\s :: CreateFlowDefinition
s@CreateFlowDefinition' {} FlowDefinitionOutputConfig
a -> CreateFlowDefinition
s {$sel:outputConfig:CreateFlowDefinition' :: FlowDefinitionOutputConfig
outputConfig = FlowDefinitionOutputConfig
a} :: CreateFlowDefinition)
createFlowDefinition_roleArn :: Lens.Lens' CreateFlowDefinition Prelude.Text
createFlowDefinition_roleArn :: (Text -> f Text) -> CreateFlowDefinition -> f CreateFlowDefinition
createFlowDefinition_roleArn = (CreateFlowDefinition -> Text)
-> (CreateFlowDefinition -> Text -> CreateFlowDefinition)
-> Lens CreateFlowDefinition CreateFlowDefinition Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\CreateFlowDefinition' {Text
roleArn :: Text
$sel:roleArn:CreateFlowDefinition' :: CreateFlowDefinition -> Text
roleArn} -> Text
roleArn) (\s :: CreateFlowDefinition
s@CreateFlowDefinition' {} Text
a -> CreateFlowDefinition
s {$sel:roleArn:CreateFlowDefinition' :: Text
roleArn = Text
a} :: CreateFlowDefinition)
instance Core.AWSRequest CreateFlowDefinition where
type
AWSResponse CreateFlowDefinition =
CreateFlowDefinitionResponse
request :: CreateFlowDefinition -> Request CreateFlowDefinition
request = Service -> CreateFlowDefinition -> Request CreateFlowDefinition
forall a. (ToRequest a, ToJSON a) => Service -> a -> Request a
Request.postJSON Service
defaultService
response :: Logger
-> Service
-> Proxy CreateFlowDefinition
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse CreateFlowDefinition)))
response =
(Int
-> ResponseHeaders
-> Object
-> Either String (AWSResponse CreateFlowDefinition))
-> Logger
-> Service
-> Proxy CreateFlowDefinition
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse CreateFlowDefinition)))
forall (m :: * -> *) a.
MonadResource m =>
(Int -> ResponseHeaders -> Object -> Either String (AWSResponse a))
-> Logger
-> Service
-> Proxy a
-> ClientResponse ClientBody
-> m (Either Error (ClientResponse (AWSResponse a)))
Response.receiveJSON
( \Int
s ResponseHeaders
h Object
x ->
Int -> Text -> CreateFlowDefinitionResponse
CreateFlowDefinitionResponse'
(Int -> Text -> CreateFlowDefinitionResponse)
-> Either String Int
-> Either String (Text -> CreateFlowDefinitionResponse)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> (Int -> Either String Int
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure (Int -> Int
forall a. Enum a => a -> Int
Prelude.fromEnum Int
s))
Either String (Text -> CreateFlowDefinitionResponse)
-> Either String Text -> Either String CreateFlowDefinitionResponse
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x Object -> Text -> Either String Text
forall a. FromJSON a => Object -> Text -> Either String a
Core..:> Text
"FlowDefinitionArn")
)
instance Prelude.Hashable CreateFlowDefinition
instance Prelude.NFData CreateFlowDefinition
instance Core.ToHeaders CreateFlowDefinition where
toHeaders :: CreateFlowDefinition -> ResponseHeaders
toHeaders =
ResponseHeaders -> CreateFlowDefinition -> ResponseHeaders
forall a b. a -> b -> a
Prelude.const
( [ResponseHeaders] -> ResponseHeaders
forall a. Monoid a => [a] -> a
Prelude.mconcat
[ HeaderName
"X-Amz-Target"
HeaderName -> ByteString -> ResponseHeaders
forall a. ToHeader a => HeaderName -> a -> ResponseHeaders
Core.=# ( ByteString
"SageMaker.CreateFlowDefinition" ::
Prelude.ByteString
),
HeaderName
"Content-Type"
HeaderName -> ByteString -> ResponseHeaders
forall a. ToHeader a => HeaderName -> a -> ResponseHeaders
Core.=# ( ByteString
"application/x-amz-json-1.1" ::
Prelude.ByteString
)
]
)
instance Core.ToJSON CreateFlowDefinition where
toJSON :: CreateFlowDefinition -> Value
toJSON CreateFlowDefinition' {Maybe [Tag]
Maybe HumanLoopActivationConfig
Maybe HumanLoopRequestSource
Text
FlowDefinitionOutputConfig
HumanLoopConfig
roleArn :: Text
outputConfig :: FlowDefinitionOutputConfig
humanLoopConfig :: HumanLoopConfig
flowDefinitionName :: Text
tags :: Maybe [Tag]
humanLoopActivationConfig :: Maybe HumanLoopActivationConfig
humanLoopRequestSource :: Maybe HumanLoopRequestSource
$sel:roleArn:CreateFlowDefinition' :: CreateFlowDefinition -> Text
$sel:outputConfig:CreateFlowDefinition' :: CreateFlowDefinition -> FlowDefinitionOutputConfig
$sel:humanLoopConfig:CreateFlowDefinition' :: CreateFlowDefinition -> HumanLoopConfig
$sel:flowDefinitionName:CreateFlowDefinition' :: CreateFlowDefinition -> Text
$sel:tags:CreateFlowDefinition' :: CreateFlowDefinition -> Maybe [Tag]
$sel:humanLoopActivationConfig:CreateFlowDefinition' :: CreateFlowDefinition -> Maybe HumanLoopActivationConfig
$sel:humanLoopRequestSource:CreateFlowDefinition' :: CreateFlowDefinition -> Maybe HumanLoopRequestSource
..} =
[Pair] -> Value
Core.object
( [Maybe Pair] -> [Pair]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[ (Text
"HumanLoopRequestSource" Text -> HumanLoopRequestSource -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..=)
(HumanLoopRequestSource -> Pair)
-> Maybe HumanLoopRequestSource -> Maybe Pair
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe HumanLoopRequestSource
humanLoopRequestSource,
(Text
"HumanLoopActivationConfig" Text -> HumanLoopActivationConfig -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..=)
(HumanLoopActivationConfig -> Pair)
-> Maybe HumanLoopActivationConfig -> Maybe Pair
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe HumanLoopActivationConfig
humanLoopActivationConfig,
(Text
"Tags" Text -> [Tag] -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..=) ([Tag] -> Pair) -> Maybe [Tag] -> Maybe Pair
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just
(Text
"FlowDefinitionName" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= Text
flowDefinitionName),
Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just
(Text
"HumanLoopConfig" Text -> HumanLoopConfig -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= HumanLoopConfig
humanLoopConfig),
Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just (Text
"OutputConfig" Text -> FlowDefinitionOutputConfig -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= FlowDefinitionOutputConfig
outputConfig),
Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just (Text
"RoleArn" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= Text
roleArn)
]
)
instance Core.ToPath CreateFlowDefinition where
toPath :: CreateFlowDefinition -> ByteString
toPath = ByteString -> CreateFlowDefinition -> ByteString
forall a b. a -> b -> a
Prelude.const ByteString
"/"
instance Core.ToQuery CreateFlowDefinition where
toQuery :: CreateFlowDefinition -> QueryString
toQuery = QueryString -> CreateFlowDefinition -> QueryString
forall a b. a -> b -> a
Prelude.const QueryString
forall a. Monoid a => a
Prelude.mempty
data CreateFlowDefinitionResponse = CreateFlowDefinitionResponse'
{
CreateFlowDefinitionResponse -> Int
httpStatus :: Prelude.Int,
CreateFlowDefinitionResponse -> Text
flowDefinitionArn :: Prelude.Text
}
deriving (CreateFlowDefinitionResponse
-> CreateFlowDefinitionResponse -> Bool
(CreateFlowDefinitionResponse
-> CreateFlowDefinitionResponse -> Bool)
-> (CreateFlowDefinitionResponse
-> CreateFlowDefinitionResponse -> Bool)
-> Eq CreateFlowDefinitionResponse
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: CreateFlowDefinitionResponse
-> CreateFlowDefinitionResponse -> Bool
$c/= :: CreateFlowDefinitionResponse
-> CreateFlowDefinitionResponse -> Bool
== :: CreateFlowDefinitionResponse
-> CreateFlowDefinitionResponse -> Bool
$c== :: CreateFlowDefinitionResponse
-> CreateFlowDefinitionResponse -> Bool
Prelude.Eq, ReadPrec [CreateFlowDefinitionResponse]
ReadPrec CreateFlowDefinitionResponse
Int -> ReadS CreateFlowDefinitionResponse
ReadS [CreateFlowDefinitionResponse]
(Int -> ReadS CreateFlowDefinitionResponse)
-> ReadS [CreateFlowDefinitionResponse]
-> ReadPrec CreateFlowDefinitionResponse
-> ReadPrec [CreateFlowDefinitionResponse]
-> Read CreateFlowDefinitionResponse
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [CreateFlowDefinitionResponse]
$creadListPrec :: ReadPrec [CreateFlowDefinitionResponse]
readPrec :: ReadPrec CreateFlowDefinitionResponse
$creadPrec :: ReadPrec CreateFlowDefinitionResponse
readList :: ReadS [CreateFlowDefinitionResponse]
$creadList :: ReadS [CreateFlowDefinitionResponse]
readsPrec :: Int -> ReadS CreateFlowDefinitionResponse
$creadsPrec :: Int -> ReadS CreateFlowDefinitionResponse
Prelude.Read, Int -> CreateFlowDefinitionResponse -> ShowS
[CreateFlowDefinitionResponse] -> ShowS
CreateFlowDefinitionResponse -> String
(Int -> CreateFlowDefinitionResponse -> ShowS)
-> (CreateFlowDefinitionResponse -> String)
-> ([CreateFlowDefinitionResponse] -> ShowS)
-> Show CreateFlowDefinitionResponse
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [CreateFlowDefinitionResponse] -> ShowS
$cshowList :: [CreateFlowDefinitionResponse] -> ShowS
show :: CreateFlowDefinitionResponse -> String
$cshow :: CreateFlowDefinitionResponse -> String
showsPrec :: Int -> CreateFlowDefinitionResponse -> ShowS
$cshowsPrec :: Int -> CreateFlowDefinitionResponse -> ShowS
Prelude.Show, (forall x.
CreateFlowDefinitionResponse -> Rep CreateFlowDefinitionResponse x)
-> (forall x.
Rep CreateFlowDefinitionResponse x -> CreateFlowDefinitionResponse)
-> Generic CreateFlowDefinitionResponse
forall x.
Rep CreateFlowDefinitionResponse x -> CreateFlowDefinitionResponse
forall x.
CreateFlowDefinitionResponse -> Rep CreateFlowDefinitionResponse x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep CreateFlowDefinitionResponse x -> CreateFlowDefinitionResponse
$cfrom :: forall x.
CreateFlowDefinitionResponse -> Rep CreateFlowDefinitionResponse x
Prelude.Generic)
newCreateFlowDefinitionResponse ::
Prelude.Int ->
Prelude.Text ->
CreateFlowDefinitionResponse
newCreateFlowDefinitionResponse :: Int -> Text -> CreateFlowDefinitionResponse
newCreateFlowDefinitionResponse
Int
pHttpStatus_
Text
pFlowDefinitionArn_ =
CreateFlowDefinitionResponse' :: Int -> Text -> CreateFlowDefinitionResponse
CreateFlowDefinitionResponse'
{ $sel:httpStatus:CreateFlowDefinitionResponse' :: Int
httpStatus =
Int
pHttpStatus_,
$sel:flowDefinitionArn:CreateFlowDefinitionResponse' :: Text
flowDefinitionArn = Text
pFlowDefinitionArn_
}
createFlowDefinitionResponse_httpStatus :: Lens.Lens' CreateFlowDefinitionResponse Prelude.Int
createFlowDefinitionResponse_httpStatus :: (Int -> f Int)
-> CreateFlowDefinitionResponse -> f CreateFlowDefinitionResponse
createFlowDefinitionResponse_httpStatus = (CreateFlowDefinitionResponse -> Int)
-> (CreateFlowDefinitionResponse
-> Int -> CreateFlowDefinitionResponse)
-> Lens
CreateFlowDefinitionResponse CreateFlowDefinitionResponse Int Int
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\CreateFlowDefinitionResponse' {Int
httpStatus :: Int
$sel:httpStatus:CreateFlowDefinitionResponse' :: CreateFlowDefinitionResponse -> Int
httpStatus} -> Int
httpStatus) (\s :: CreateFlowDefinitionResponse
s@CreateFlowDefinitionResponse' {} Int
a -> CreateFlowDefinitionResponse
s {$sel:httpStatus:CreateFlowDefinitionResponse' :: Int
httpStatus = Int
a} :: CreateFlowDefinitionResponse)
createFlowDefinitionResponse_flowDefinitionArn :: Lens.Lens' CreateFlowDefinitionResponse Prelude.Text
createFlowDefinitionResponse_flowDefinitionArn :: (Text -> f Text)
-> CreateFlowDefinitionResponse -> f CreateFlowDefinitionResponse
createFlowDefinitionResponse_flowDefinitionArn = (CreateFlowDefinitionResponse -> Text)
-> (CreateFlowDefinitionResponse
-> Text -> CreateFlowDefinitionResponse)
-> Lens
CreateFlowDefinitionResponse CreateFlowDefinitionResponse Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\CreateFlowDefinitionResponse' {Text
flowDefinitionArn :: Text
$sel:flowDefinitionArn:CreateFlowDefinitionResponse' :: CreateFlowDefinitionResponse -> Text
flowDefinitionArn} -> Text
flowDefinitionArn) (\s :: CreateFlowDefinitionResponse
s@CreateFlowDefinitionResponse' {} Text
a -> CreateFlowDefinitionResponse
s {$sel:flowDefinitionArn:CreateFlowDefinitionResponse' :: Text
flowDefinitionArn = Text
a} :: CreateFlowDefinitionResponse)
instance Prelude.NFData CreateFlowDefinitionResponse