{-# 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.SNS.Unsubscribe
(
Unsubscribe (..),
newUnsubscribe,
unsubscribe_subscriptionArn,
UnsubscribeResponse (..),
newUnsubscribeResponse,
)
where
import qualified Amazonka.Core as Core
import qualified Amazonka.Core.Lens.Internal as Lens
import qualified Amazonka.Data as Data
import qualified Amazonka.Prelude as Prelude
import qualified Amazonka.Request as Request
import qualified Amazonka.Response as Response
import Amazonka.SNS.Types
data Unsubscribe = Unsubscribe'
{
Unsubscribe -> Text
subscriptionArn :: Prelude.Text
}
deriving (Unsubscribe -> Unsubscribe -> Bool
(Unsubscribe -> Unsubscribe -> Bool)
-> (Unsubscribe -> Unsubscribe -> Bool) -> Eq Unsubscribe
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Unsubscribe -> Unsubscribe -> Bool
== :: Unsubscribe -> Unsubscribe -> Bool
$c/= :: Unsubscribe -> Unsubscribe -> Bool
/= :: Unsubscribe -> Unsubscribe -> Bool
Prelude.Eq, ReadPrec [Unsubscribe]
ReadPrec Unsubscribe
Int -> ReadS Unsubscribe
ReadS [Unsubscribe]
(Int -> ReadS Unsubscribe)
-> ReadS [Unsubscribe]
-> ReadPrec Unsubscribe
-> ReadPrec [Unsubscribe]
-> Read Unsubscribe
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
$creadsPrec :: Int -> ReadS Unsubscribe
readsPrec :: Int -> ReadS Unsubscribe
$creadList :: ReadS [Unsubscribe]
readList :: ReadS [Unsubscribe]
$creadPrec :: ReadPrec Unsubscribe
readPrec :: ReadPrec Unsubscribe
$creadListPrec :: ReadPrec [Unsubscribe]
readListPrec :: ReadPrec [Unsubscribe]
Prelude.Read, Int -> Unsubscribe -> ShowS
[Unsubscribe] -> ShowS
Unsubscribe -> String
(Int -> Unsubscribe -> ShowS)
-> (Unsubscribe -> String)
-> ([Unsubscribe] -> ShowS)
-> Show Unsubscribe
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Unsubscribe -> ShowS
showsPrec :: Int -> Unsubscribe -> ShowS
$cshow :: Unsubscribe -> String
show :: Unsubscribe -> String
$cshowList :: [Unsubscribe] -> ShowS
showList :: [Unsubscribe] -> ShowS
Prelude.Show, (forall x. Unsubscribe -> Rep Unsubscribe x)
-> (forall x. Rep Unsubscribe x -> Unsubscribe)
-> Generic Unsubscribe
forall x. Rep Unsubscribe x -> Unsubscribe
forall x. Unsubscribe -> Rep Unsubscribe x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cfrom :: forall x. Unsubscribe -> Rep Unsubscribe x
from :: forall x. Unsubscribe -> Rep Unsubscribe x
$cto :: forall x. Rep Unsubscribe x -> Unsubscribe
to :: forall x. Rep Unsubscribe x -> Unsubscribe
Prelude.Generic)
newUnsubscribe ::
Prelude.Text ->
Unsubscribe
newUnsubscribe :: Text -> Unsubscribe
newUnsubscribe Text
pSubscriptionArn_ =
Unsubscribe' {subscriptionArn :: Text
subscriptionArn = Text
pSubscriptionArn_}
unsubscribe_subscriptionArn :: Lens.Lens' Unsubscribe Prelude.Text
unsubscribe_subscriptionArn :: Lens' Unsubscribe Text
unsubscribe_subscriptionArn = (Unsubscribe -> Text)
-> (Unsubscribe -> Text -> Unsubscribe) -> Lens' Unsubscribe Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\Unsubscribe' {Text
subscriptionArn :: Unsubscribe -> Text
subscriptionArn :: Text
subscriptionArn} -> Text
subscriptionArn) (\s :: Unsubscribe
s@Unsubscribe' {} Text
a -> Unsubscribe
s {subscriptionArn = a} :: Unsubscribe)
instance Core.AWSRequest Unsubscribe where
type AWSResponse Unsubscribe = UnsubscribeResponse
request :: (Service -> Service) -> Unsubscribe -> Request Unsubscribe
request Service -> Service
overrides =
Service -> Unsubscribe -> Request Unsubscribe
forall a. ToRequest a => Service -> a -> Request a
Request.postQuery (Service -> Service
overrides Service
defaultService)
response :: forall (m :: * -> *).
MonadResource m =>
(ByteStringLazy -> IO ByteStringLazy)
-> Service
-> Proxy Unsubscribe
-> ClientResponse ClientBody
-> m (Either Error (ClientResponse (AWSResponse Unsubscribe)))
response = AWSResponse Unsubscribe
-> (ByteStringLazy -> IO ByteStringLazy)
-> Service
-> Proxy Unsubscribe
-> ClientResponse ClientBody
-> m (Either Error (ClientResponse (AWSResponse Unsubscribe)))
forall (m :: * -> *) a.
MonadResource m =>
AWSResponse a
-> (ByteStringLazy -> IO ByteStringLazy)
-> Service
-> Proxy a
-> ClientResponse ClientBody
-> m (Either Error (ClientResponse (AWSResponse a)))
Response.receiveNull AWSResponse Unsubscribe
UnsubscribeResponse
UnsubscribeResponse'
instance Prelude.Hashable Unsubscribe where
hashWithSalt :: Int -> Unsubscribe -> Int
hashWithSalt Int
_salt Unsubscribe' {Text
subscriptionArn :: Unsubscribe -> Text
subscriptionArn :: Text
..} =
Int
_salt Int -> Text -> Int
forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Text
subscriptionArn
instance Prelude.NFData Unsubscribe where
rnf :: Unsubscribe -> ()
rnf Unsubscribe' {Text
subscriptionArn :: Unsubscribe -> Text
subscriptionArn :: Text
..} = Text -> ()
forall a. NFData a => a -> ()
Prelude.rnf Text
subscriptionArn
instance Data.ToHeaders Unsubscribe where
toHeaders :: Unsubscribe -> [Header]
toHeaders = [Header] -> Unsubscribe -> [Header]
forall a b. a -> b -> a
Prelude.const [Header]
forall a. Monoid a => a
Prelude.mempty
instance Data.ToPath Unsubscribe where
toPath :: Unsubscribe -> ByteString
toPath = ByteString -> Unsubscribe -> ByteString
forall a b. a -> b -> a
Prelude.const ByteString
"/"
instance Data.ToQuery Unsubscribe where
toQuery :: Unsubscribe -> QueryString
toQuery Unsubscribe' {Text
subscriptionArn :: Unsubscribe -> Text
subscriptionArn :: Text
..} =
[QueryString] -> QueryString
forall a. Monoid a => [a] -> a
Prelude.mconcat
[ ByteString
"Action"
ByteString -> ByteString -> QueryString
forall a. ToQuery a => ByteString -> a -> QueryString
Data.=: (ByteString
"Unsubscribe" :: Prelude.ByteString),
ByteString
"Version"
ByteString -> ByteString -> QueryString
forall a. ToQuery a => ByteString -> a -> QueryString
Data.=: (ByteString
"2010-03-31" :: Prelude.ByteString),
ByteString
"SubscriptionArn" ByteString -> Text -> QueryString
forall a. ToQuery a => ByteString -> a -> QueryString
Data.=: Text
subscriptionArn
]
data UnsubscribeResponse = UnsubscribeResponse'
{
}
deriving (UnsubscribeResponse -> UnsubscribeResponse -> Bool
(UnsubscribeResponse -> UnsubscribeResponse -> Bool)
-> (UnsubscribeResponse -> UnsubscribeResponse -> Bool)
-> Eq UnsubscribeResponse
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: UnsubscribeResponse -> UnsubscribeResponse -> Bool
== :: UnsubscribeResponse -> UnsubscribeResponse -> Bool
$c/= :: UnsubscribeResponse -> UnsubscribeResponse -> Bool
/= :: UnsubscribeResponse -> UnsubscribeResponse -> Bool
Prelude.Eq, ReadPrec [UnsubscribeResponse]
ReadPrec UnsubscribeResponse
Int -> ReadS UnsubscribeResponse
ReadS [UnsubscribeResponse]
(Int -> ReadS UnsubscribeResponse)
-> ReadS [UnsubscribeResponse]
-> ReadPrec UnsubscribeResponse
-> ReadPrec [UnsubscribeResponse]
-> Read UnsubscribeResponse
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
$creadsPrec :: Int -> ReadS UnsubscribeResponse
readsPrec :: Int -> ReadS UnsubscribeResponse
$creadList :: ReadS [UnsubscribeResponse]
readList :: ReadS [UnsubscribeResponse]
$creadPrec :: ReadPrec UnsubscribeResponse
readPrec :: ReadPrec UnsubscribeResponse
$creadListPrec :: ReadPrec [UnsubscribeResponse]
readListPrec :: ReadPrec [UnsubscribeResponse]
Prelude.Read, Int -> UnsubscribeResponse -> ShowS
[UnsubscribeResponse] -> ShowS
UnsubscribeResponse -> String
(Int -> UnsubscribeResponse -> ShowS)
-> (UnsubscribeResponse -> String)
-> ([UnsubscribeResponse] -> ShowS)
-> Show UnsubscribeResponse
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> UnsubscribeResponse -> ShowS
showsPrec :: Int -> UnsubscribeResponse -> ShowS
$cshow :: UnsubscribeResponse -> String
show :: UnsubscribeResponse -> String
$cshowList :: [UnsubscribeResponse] -> ShowS
showList :: [UnsubscribeResponse] -> ShowS
Prelude.Show, (forall x. UnsubscribeResponse -> Rep UnsubscribeResponse x)
-> (forall x. Rep UnsubscribeResponse x -> UnsubscribeResponse)
-> Generic UnsubscribeResponse
forall x. Rep UnsubscribeResponse x -> UnsubscribeResponse
forall x. UnsubscribeResponse -> Rep UnsubscribeResponse x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cfrom :: forall x. UnsubscribeResponse -> Rep UnsubscribeResponse x
from :: forall x. UnsubscribeResponse -> Rep UnsubscribeResponse x
$cto :: forall x. Rep UnsubscribeResponse x -> UnsubscribeResponse
to :: forall x. Rep UnsubscribeResponse x -> UnsubscribeResponse
Prelude.Generic)
newUnsubscribeResponse ::
UnsubscribeResponse
newUnsubscribeResponse :: UnsubscribeResponse
newUnsubscribeResponse = UnsubscribeResponse
UnsubscribeResponse'
instance Prelude.NFData UnsubscribeResponse where
rnf :: UnsubscribeResponse -> ()
rnf UnsubscribeResponse
_ = ()