{-# 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.MediaLive.DeleteInputSecurityGroup
(
DeleteInputSecurityGroup (..),
newDeleteInputSecurityGroup,
deleteInputSecurityGroup_inputSecurityGroupId,
DeleteInputSecurityGroupResponse (..),
newDeleteInputSecurityGroupResponse,
deleteInputSecurityGroupResponse_httpStatus,
)
where
import qualified Amazonka.Core as Core
import qualified Amazonka.Lens as Lens
import Amazonka.MediaLive.Types
import qualified Amazonka.Prelude as Prelude
import qualified Amazonka.Request as Request
import qualified Amazonka.Response as Response
data DeleteInputSecurityGroup = DeleteInputSecurityGroup'
{
DeleteInputSecurityGroup -> Text
inputSecurityGroupId :: Prelude.Text
}
deriving (DeleteInputSecurityGroup -> DeleteInputSecurityGroup -> Bool
(DeleteInputSecurityGroup -> DeleteInputSecurityGroup -> Bool)
-> (DeleteInputSecurityGroup -> DeleteInputSecurityGroup -> Bool)
-> Eq DeleteInputSecurityGroup
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: DeleteInputSecurityGroup -> DeleteInputSecurityGroup -> Bool
$c/= :: DeleteInputSecurityGroup -> DeleteInputSecurityGroup -> Bool
== :: DeleteInputSecurityGroup -> DeleteInputSecurityGroup -> Bool
$c== :: DeleteInputSecurityGroup -> DeleteInputSecurityGroup -> Bool
Prelude.Eq, ReadPrec [DeleteInputSecurityGroup]
ReadPrec DeleteInputSecurityGroup
Int -> ReadS DeleteInputSecurityGroup
ReadS [DeleteInputSecurityGroup]
(Int -> ReadS DeleteInputSecurityGroup)
-> ReadS [DeleteInputSecurityGroup]
-> ReadPrec DeleteInputSecurityGroup
-> ReadPrec [DeleteInputSecurityGroup]
-> Read DeleteInputSecurityGroup
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [DeleteInputSecurityGroup]
$creadListPrec :: ReadPrec [DeleteInputSecurityGroup]
readPrec :: ReadPrec DeleteInputSecurityGroup
$creadPrec :: ReadPrec DeleteInputSecurityGroup
readList :: ReadS [DeleteInputSecurityGroup]
$creadList :: ReadS [DeleteInputSecurityGroup]
readsPrec :: Int -> ReadS DeleteInputSecurityGroup
$creadsPrec :: Int -> ReadS DeleteInputSecurityGroup
Prelude.Read, Int -> DeleteInputSecurityGroup -> ShowS
[DeleteInputSecurityGroup] -> ShowS
DeleteInputSecurityGroup -> String
(Int -> DeleteInputSecurityGroup -> ShowS)
-> (DeleteInputSecurityGroup -> String)
-> ([DeleteInputSecurityGroup] -> ShowS)
-> Show DeleteInputSecurityGroup
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [DeleteInputSecurityGroup] -> ShowS
$cshowList :: [DeleteInputSecurityGroup] -> ShowS
show :: DeleteInputSecurityGroup -> String
$cshow :: DeleteInputSecurityGroup -> String
showsPrec :: Int -> DeleteInputSecurityGroup -> ShowS
$cshowsPrec :: Int -> DeleteInputSecurityGroup -> ShowS
Prelude.Show, (forall x.
DeleteInputSecurityGroup -> Rep DeleteInputSecurityGroup x)
-> (forall x.
Rep DeleteInputSecurityGroup x -> DeleteInputSecurityGroup)
-> Generic DeleteInputSecurityGroup
forall x.
Rep DeleteInputSecurityGroup x -> DeleteInputSecurityGroup
forall x.
DeleteInputSecurityGroup -> Rep DeleteInputSecurityGroup x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep DeleteInputSecurityGroup x -> DeleteInputSecurityGroup
$cfrom :: forall x.
DeleteInputSecurityGroup -> Rep DeleteInputSecurityGroup x
Prelude.Generic)
newDeleteInputSecurityGroup ::
Prelude.Text ->
DeleteInputSecurityGroup
newDeleteInputSecurityGroup :: Text -> DeleteInputSecurityGroup
newDeleteInputSecurityGroup Text
pInputSecurityGroupId_ =
DeleteInputSecurityGroup' :: Text -> DeleteInputSecurityGroup
DeleteInputSecurityGroup'
{ $sel:inputSecurityGroupId:DeleteInputSecurityGroup' :: Text
inputSecurityGroupId =
Text
pInputSecurityGroupId_
}
deleteInputSecurityGroup_inputSecurityGroupId :: Lens.Lens' DeleteInputSecurityGroup Prelude.Text
deleteInputSecurityGroup_inputSecurityGroupId :: (Text -> f Text)
-> DeleteInputSecurityGroup -> f DeleteInputSecurityGroup
deleteInputSecurityGroup_inputSecurityGroupId = (DeleteInputSecurityGroup -> Text)
-> (DeleteInputSecurityGroup -> Text -> DeleteInputSecurityGroup)
-> Lens DeleteInputSecurityGroup DeleteInputSecurityGroup Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DeleteInputSecurityGroup' {Text
inputSecurityGroupId :: Text
$sel:inputSecurityGroupId:DeleteInputSecurityGroup' :: DeleteInputSecurityGroup -> Text
inputSecurityGroupId} -> Text
inputSecurityGroupId) (\s :: DeleteInputSecurityGroup
s@DeleteInputSecurityGroup' {} Text
a -> DeleteInputSecurityGroup
s {$sel:inputSecurityGroupId:DeleteInputSecurityGroup' :: Text
inputSecurityGroupId = Text
a} :: DeleteInputSecurityGroup)
instance Core.AWSRequest DeleteInputSecurityGroup where
type
AWSResponse DeleteInputSecurityGroup =
DeleteInputSecurityGroupResponse
request :: DeleteInputSecurityGroup -> Request DeleteInputSecurityGroup
request = Service
-> DeleteInputSecurityGroup -> Request DeleteInputSecurityGroup
forall a. ToRequest a => Service -> a -> Request a
Request.delete Service
defaultService
response :: Logger
-> Service
-> Proxy DeleteInputSecurityGroup
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse DeleteInputSecurityGroup)))
response =
(Int
-> ResponseHeaders
-> ()
-> Either String (AWSResponse DeleteInputSecurityGroup))
-> Logger
-> Service
-> Proxy DeleteInputSecurityGroup
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse DeleteInputSecurityGroup)))
forall (m :: * -> *) a.
MonadResource m =>
(Int -> ResponseHeaders -> () -> Either String (AWSResponse a))
-> Logger
-> Service
-> Proxy a
-> ClientResponse ClientBody
-> m (Either Error (ClientResponse (AWSResponse a)))
Response.receiveEmpty
( \Int
s ResponseHeaders
h ()
x ->
Int -> DeleteInputSecurityGroupResponse
DeleteInputSecurityGroupResponse'
(Int -> DeleteInputSecurityGroupResponse)
-> Either String Int
-> Either String DeleteInputSecurityGroupResponse
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))
)
instance Prelude.Hashable DeleteInputSecurityGroup
instance Prelude.NFData DeleteInputSecurityGroup
instance Core.ToHeaders DeleteInputSecurityGroup where
toHeaders :: DeleteInputSecurityGroup -> ResponseHeaders
toHeaders =
ResponseHeaders -> DeleteInputSecurityGroup -> ResponseHeaders
forall a b. a -> b -> a
Prelude.const
( [ResponseHeaders] -> ResponseHeaders
forall a. Monoid a => [a] -> a
Prelude.mconcat
[ 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.ToPath DeleteInputSecurityGroup where
toPath :: DeleteInputSecurityGroup -> ByteString
toPath DeleteInputSecurityGroup' {Text
inputSecurityGroupId :: Text
$sel:inputSecurityGroupId:DeleteInputSecurityGroup' :: DeleteInputSecurityGroup -> Text
..} =
[ByteString] -> ByteString
forall a. Monoid a => [a] -> a
Prelude.mconcat
[ ByteString
"/prod/inputSecurityGroups/",
Text -> ByteString
forall a. ToByteString a => a -> ByteString
Core.toBS Text
inputSecurityGroupId
]
instance Core.ToQuery DeleteInputSecurityGroup where
toQuery :: DeleteInputSecurityGroup -> QueryString
toQuery = QueryString -> DeleteInputSecurityGroup -> QueryString
forall a b. a -> b -> a
Prelude.const QueryString
forall a. Monoid a => a
Prelude.mempty
data DeleteInputSecurityGroupResponse = DeleteInputSecurityGroupResponse'
{
DeleteInputSecurityGroupResponse -> Int
httpStatus :: Prelude.Int
}
deriving (DeleteInputSecurityGroupResponse
-> DeleteInputSecurityGroupResponse -> Bool
(DeleteInputSecurityGroupResponse
-> DeleteInputSecurityGroupResponse -> Bool)
-> (DeleteInputSecurityGroupResponse
-> DeleteInputSecurityGroupResponse -> Bool)
-> Eq DeleteInputSecurityGroupResponse
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: DeleteInputSecurityGroupResponse
-> DeleteInputSecurityGroupResponse -> Bool
$c/= :: DeleteInputSecurityGroupResponse
-> DeleteInputSecurityGroupResponse -> Bool
== :: DeleteInputSecurityGroupResponse
-> DeleteInputSecurityGroupResponse -> Bool
$c== :: DeleteInputSecurityGroupResponse
-> DeleteInputSecurityGroupResponse -> Bool
Prelude.Eq, ReadPrec [DeleteInputSecurityGroupResponse]
ReadPrec DeleteInputSecurityGroupResponse
Int -> ReadS DeleteInputSecurityGroupResponse
ReadS [DeleteInputSecurityGroupResponse]
(Int -> ReadS DeleteInputSecurityGroupResponse)
-> ReadS [DeleteInputSecurityGroupResponse]
-> ReadPrec DeleteInputSecurityGroupResponse
-> ReadPrec [DeleteInputSecurityGroupResponse]
-> Read DeleteInputSecurityGroupResponse
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [DeleteInputSecurityGroupResponse]
$creadListPrec :: ReadPrec [DeleteInputSecurityGroupResponse]
readPrec :: ReadPrec DeleteInputSecurityGroupResponse
$creadPrec :: ReadPrec DeleteInputSecurityGroupResponse
readList :: ReadS [DeleteInputSecurityGroupResponse]
$creadList :: ReadS [DeleteInputSecurityGroupResponse]
readsPrec :: Int -> ReadS DeleteInputSecurityGroupResponse
$creadsPrec :: Int -> ReadS DeleteInputSecurityGroupResponse
Prelude.Read, Int -> DeleteInputSecurityGroupResponse -> ShowS
[DeleteInputSecurityGroupResponse] -> ShowS
DeleteInputSecurityGroupResponse -> String
(Int -> DeleteInputSecurityGroupResponse -> ShowS)
-> (DeleteInputSecurityGroupResponse -> String)
-> ([DeleteInputSecurityGroupResponse] -> ShowS)
-> Show DeleteInputSecurityGroupResponse
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [DeleteInputSecurityGroupResponse] -> ShowS
$cshowList :: [DeleteInputSecurityGroupResponse] -> ShowS
show :: DeleteInputSecurityGroupResponse -> String
$cshow :: DeleteInputSecurityGroupResponse -> String
showsPrec :: Int -> DeleteInputSecurityGroupResponse -> ShowS
$cshowsPrec :: Int -> DeleteInputSecurityGroupResponse -> ShowS
Prelude.Show, (forall x.
DeleteInputSecurityGroupResponse
-> Rep DeleteInputSecurityGroupResponse x)
-> (forall x.
Rep DeleteInputSecurityGroupResponse x
-> DeleteInputSecurityGroupResponse)
-> Generic DeleteInputSecurityGroupResponse
forall x.
Rep DeleteInputSecurityGroupResponse x
-> DeleteInputSecurityGroupResponse
forall x.
DeleteInputSecurityGroupResponse
-> Rep DeleteInputSecurityGroupResponse x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep DeleteInputSecurityGroupResponse x
-> DeleteInputSecurityGroupResponse
$cfrom :: forall x.
DeleteInputSecurityGroupResponse
-> Rep DeleteInputSecurityGroupResponse x
Prelude.Generic)
newDeleteInputSecurityGroupResponse ::
Prelude.Int ->
DeleteInputSecurityGroupResponse
newDeleteInputSecurityGroupResponse :: Int -> DeleteInputSecurityGroupResponse
newDeleteInputSecurityGroupResponse Int
pHttpStatus_ =
DeleteInputSecurityGroupResponse' :: Int -> DeleteInputSecurityGroupResponse
DeleteInputSecurityGroupResponse'
{ $sel:httpStatus:DeleteInputSecurityGroupResponse' :: Int
httpStatus =
Int
pHttpStatus_
}
deleteInputSecurityGroupResponse_httpStatus :: Lens.Lens' DeleteInputSecurityGroupResponse Prelude.Int
deleteInputSecurityGroupResponse_httpStatus :: (Int -> f Int)
-> DeleteInputSecurityGroupResponse
-> f DeleteInputSecurityGroupResponse
deleteInputSecurityGroupResponse_httpStatus = (DeleteInputSecurityGroupResponse -> Int)
-> (DeleteInputSecurityGroupResponse
-> Int -> DeleteInputSecurityGroupResponse)
-> Lens
DeleteInputSecurityGroupResponse
DeleteInputSecurityGroupResponse
Int
Int
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DeleteInputSecurityGroupResponse' {Int
httpStatus :: Int
$sel:httpStatus:DeleteInputSecurityGroupResponse' :: DeleteInputSecurityGroupResponse -> Int
httpStatus} -> Int
httpStatus) (\s :: DeleteInputSecurityGroupResponse
s@DeleteInputSecurityGroupResponse' {} Int
a -> DeleteInputSecurityGroupResponse
s {$sel:httpStatus:DeleteInputSecurityGroupResponse' :: Int
httpStatus = Int
a} :: DeleteInputSecurityGroupResponse)
instance
Prelude.NFData
DeleteInputSecurityGroupResponse