{-# 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.MGN.DisconnectFromService
(
DisconnectFromService (..),
newDisconnectFromService,
disconnectFromService_sourceServerID,
SourceServer (..),
newSourceServer,
sourceServer_sourceProperties,
sourceServer_arn,
sourceServer_launchedInstance,
sourceServer_lifeCycle,
sourceServer_isArchived,
sourceServer_dataReplicationInfo,
sourceServer_sourceServerID,
sourceServer_tags,
)
where
import qualified Amazonka.Core as Core
import qualified Amazonka.Lens as Lens
import Amazonka.MGN.Types
import qualified Amazonka.Prelude as Prelude
import qualified Amazonka.Request as Request
import qualified Amazonka.Response as Response
data DisconnectFromService = DisconnectFromService'
{
DisconnectFromService -> Text
sourceServerID :: Prelude.Text
}
deriving (DisconnectFromService -> DisconnectFromService -> Bool
(DisconnectFromService -> DisconnectFromService -> Bool)
-> (DisconnectFromService -> DisconnectFromService -> Bool)
-> Eq DisconnectFromService
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: DisconnectFromService -> DisconnectFromService -> Bool
$c/= :: DisconnectFromService -> DisconnectFromService -> Bool
== :: DisconnectFromService -> DisconnectFromService -> Bool
$c== :: DisconnectFromService -> DisconnectFromService -> Bool
Prelude.Eq, ReadPrec [DisconnectFromService]
ReadPrec DisconnectFromService
Int -> ReadS DisconnectFromService
ReadS [DisconnectFromService]
(Int -> ReadS DisconnectFromService)
-> ReadS [DisconnectFromService]
-> ReadPrec DisconnectFromService
-> ReadPrec [DisconnectFromService]
-> Read DisconnectFromService
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [DisconnectFromService]
$creadListPrec :: ReadPrec [DisconnectFromService]
readPrec :: ReadPrec DisconnectFromService
$creadPrec :: ReadPrec DisconnectFromService
readList :: ReadS [DisconnectFromService]
$creadList :: ReadS [DisconnectFromService]
readsPrec :: Int -> ReadS DisconnectFromService
$creadsPrec :: Int -> ReadS DisconnectFromService
Prelude.Read, Int -> DisconnectFromService -> ShowS
[DisconnectFromService] -> ShowS
DisconnectFromService -> String
(Int -> DisconnectFromService -> ShowS)
-> (DisconnectFromService -> String)
-> ([DisconnectFromService] -> ShowS)
-> Show DisconnectFromService
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [DisconnectFromService] -> ShowS
$cshowList :: [DisconnectFromService] -> ShowS
show :: DisconnectFromService -> String
$cshow :: DisconnectFromService -> String
showsPrec :: Int -> DisconnectFromService -> ShowS
$cshowsPrec :: Int -> DisconnectFromService -> ShowS
Prelude.Show, (forall x. DisconnectFromService -> Rep DisconnectFromService x)
-> (forall x. Rep DisconnectFromService x -> DisconnectFromService)
-> Generic DisconnectFromService
forall x. Rep DisconnectFromService x -> DisconnectFromService
forall x. DisconnectFromService -> Rep DisconnectFromService x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep DisconnectFromService x -> DisconnectFromService
$cfrom :: forall x. DisconnectFromService -> Rep DisconnectFromService x
Prelude.Generic)
newDisconnectFromService ::
Prelude.Text ->
DisconnectFromService
newDisconnectFromService :: Text -> DisconnectFromService
newDisconnectFromService Text
pSourceServerID_ =
DisconnectFromService' :: Text -> DisconnectFromService
DisconnectFromService'
{ $sel:sourceServerID:DisconnectFromService' :: Text
sourceServerID =
Text
pSourceServerID_
}
disconnectFromService_sourceServerID :: Lens.Lens' DisconnectFromService Prelude.Text
disconnectFromService_sourceServerID :: (Text -> f Text)
-> DisconnectFromService -> f DisconnectFromService
disconnectFromService_sourceServerID = (DisconnectFromService -> Text)
-> (DisconnectFromService -> Text -> DisconnectFromService)
-> Lens DisconnectFromService DisconnectFromService Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DisconnectFromService' {Text
sourceServerID :: Text
$sel:sourceServerID:DisconnectFromService' :: DisconnectFromService -> Text
sourceServerID} -> Text
sourceServerID) (\s :: DisconnectFromService
s@DisconnectFromService' {} Text
a -> DisconnectFromService
s {$sel:sourceServerID:DisconnectFromService' :: Text
sourceServerID = Text
a} :: DisconnectFromService)
instance Core.AWSRequest DisconnectFromService where
type AWSResponse DisconnectFromService = SourceServer
request :: DisconnectFromService -> Request DisconnectFromService
request = Service -> DisconnectFromService -> Request DisconnectFromService
forall a. (ToRequest a, ToJSON a) => Service -> a -> Request a
Request.postJSON Service
defaultService
response :: Logger
-> Service
-> Proxy DisconnectFromService
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse DisconnectFromService)))
response =
(Int
-> ResponseHeaders
-> Object
-> Either String (AWSResponse DisconnectFromService))
-> Logger
-> Service
-> Proxy DisconnectFromService
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse DisconnectFromService)))
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 -> Object -> Either String SourceServer
forall a. FromJSON a => Object -> Either String a
Core.eitherParseJSON Object
x)
instance Prelude.Hashable DisconnectFromService
instance Prelude.NFData DisconnectFromService
instance Core.ToHeaders DisconnectFromService where
toHeaders :: DisconnectFromService -> ResponseHeaders
toHeaders =
ResponseHeaders -> DisconnectFromService -> 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.ToJSON DisconnectFromService where
toJSON :: DisconnectFromService -> Value
toJSON DisconnectFromService' {Text
sourceServerID :: Text
$sel:sourceServerID:DisconnectFromService' :: DisconnectFromService -> Text
..} =
[Pair] -> Value
Core.object
( [Maybe Pair] -> [Pair]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[ Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just
(Text
"sourceServerID" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= Text
sourceServerID)
]
)
instance Core.ToPath DisconnectFromService where
toPath :: DisconnectFromService -> ByteString
toPath = ByteString -> DisconnectFromService -> ByteString
forall a b. a -> b -> a
Prelude.const ByteString
"/DisconnectFromService"
instance Core.ToQuery DisconnectFromService where
toQuery :: DisconnectFromService -> QueryString
toQuery = QueryString -> DisconnectFromService -> QueryString
forall a b. a -> b -> a
Prelude.const QueryString
forall a. Monoid a => a
Prelude.mempty