{-# 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.KMS.EnableKeyRotation
(
EnableKeyRotation (..),
newEnableKeyRotation,
enableKeyRotation_keyId,
EnableKeyRotationResponse (..),
newEnableKeyRotationResponse,
)
where
import qualified Amazonka.Core as Core
import Amazonka.KMS.Types
import qualified Amazonka.Lens as Lens
import qualified Amazonka.Prelude as Prelude
import qualified Amazonka.Request as Request
import qualified Amazonka.Response as Response
data EnableKeyRotation = EnableKeyRotation'
{
EnableKeyRotation -> Text
keyId :: Prelude.Text
}
deriving (EnableKeyRotation -> EnableKeyRotation -> Bool
(EnableKeyRotation -> EnableKeyRotation -> Bool)
-> (EnableKeyRotation -> EnableKeyRotation -> Bool)
-> Eq EnableKeyRotation
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: EnableKeyRotation -> EnableKeyRotation -> Bool
$c/= :: EnableKeyRotation -> EnableKeyRotation -> Bool
== :: EnableKeyRotation -> EnableKeyRotation -> Bool
$c== :: EnableKeyRotation -> EnableKeyRotation -> Bool
Prelude.Eq, ReadPrec [EnableKeyRotation]
ReadPrec EnableKeyRotation
Int -> ReadS EnableKeyRotation
ReadS [EnableKeyRotation]
(Int -> ReadS EnableKeyRotation)
-> ReadS [EnableKeyRotation]
-> ReadPrec EnableKeyRotation
-> ReadPrec [EnableKeyRotation]
-> Read EnableKeyRotation
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [EnableKeyRotation]
$creadListPrec :: ReadPrec [EnableKeyRotation]
readPrec :: ReadPrec EnableKeyRotation
$creadPrec :: ReadPrec EnableKeyRotation
readList :: ReadS [EnableKeyRotation]
$creadList :: ReadS [EnableKeyRotation]
readsPrec :: Int -> ReadS EnableKeyRotation
$creadsPrec :: Int -> ReadS EnableKeyRotation
Prelude.Read, Int -> EnableKeyRotation -> ShowS
[EnableKeyRotation] -> ShowS
EnableKeyRotation -> String
(Int -> EnableKeyRotation -> ShowS)
-> (EnableKeyRotation -> String)
-> ([EnableKeyRotation] -> ShowS)
-> Show EnableKeyRotation
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [EnableKeyRotation] -> ShowS
$cshowList :: [EnableKeyRotation] -> ShowS
show :: EnableKeyRotation -> String
$cshow :: EnableKeyRotation -> String
showsPrec :: Int -> EnableKeyRotation -> ShowS
$cshowsPrec :: Int -> EnableKeyRotation -> ShowS
Prelude.Show, (forall x. EnableKeyRotation -> Rep EnableKeyRotation x)
-> (forall x. Rep EnableKeyRotation x -> EnableKeyRotation)
-> Generic EnableKeyRotation
forall x. Rep EnableKeyRotation x -> EnableKeyRotation
forall x. EnableKeyRotation -> Rep EnableKeyRotation x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep EnableKeyRotation x -> EnableKeyRotation
$cfrom :: forall x. EnableKeyRotation -> Rep EnableKeyRotation x
Prelude.Generic)
newEnableKeyRotation ::
Prelude.Text ->
EnableKeyRotation
newEnableKeyRotation :: Text -> EnableKeyRotation
newEnableKeyRotation Text
pKeyId_ =
EnableKeyRotation' :: Text -> EnableKeyRotation
EnableKeyRotation' {$sel:keyId:EnableKeyRotation' :: Text
keyId = Text
pKeyId_}
enableKeyRotation_keyId :: Lens.Lens' EnableKeyRotation Prelude.Text
enableKeyRotation_keyId :: (Text -> f Text) -> EnableKeyRotation -> f EnableKeyRotation
enableKeyRotation_keyId = (EnableKeyRotation -> Text)
-> (EnableKeyRotation -> Text -> EnableKeyRotation)
-> Lens EnableKeyRotation EnableKeyRotation Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\EnableKeyRotation' {Text
keyId :: Text
$sel:keyId:EnableKeyRotation' :: EnableKeyRotation -> Text
keyId} -> Text
keyId) (\s :: EnableKeyRotation
s@EnableKeyRotation' {} Text
a -> EnableKeyRotation
s {$sel:keyId:EnableKeyRotation' :: Text
keyId = Text
a} :: EnableKeyRotation)
instance Core.AWSRequest EnableKeyRotation where
type
AWSResponse EnableKeyRotation =
EnableKeyRotationResponse
request :: EnableKeyRotation -> Request EnableKeyRotation
request = Service -> EnableKeyRotation -> Request EnableKeyRotation
forall a. (ToRequest a, ToJSON a) => Service -> a -> Request a
Request.postJSON Service
defaultService
response :: Logger
-> Service
-> Proxy EnableKeyRotation
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse EnableKeyRotation)))
response =
AWSResponse EnableKeyRotation
-> Logger
-> Service
-> Proxy EnableKeyRotation
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse EnableKeyRotation)))
forall (m :: * -> *) a.
MonadResource m =>
AWSResponse a
-> Logger
-> Service
-> Proxy a
-> ClientResponse ClientBody
-> m (Either Error (ClientResponse (AWSResponse a)))
Response.receiveNull AWSResponse EnableKeyRotation
EnableKeyRotationResponse
EnableKeyRotationResponse'
instance Prelude.Hashable EnableKeyRotation
instance Prelude.NFData EnableKeyRotation
instance Core.ToHeaders EnableKeyRotation where
toHeaders :: EnableKeyRotation -> [Header]
toHeaders =
[Header] -> EnableKeyRotation -> [Header]
forall a b. a -> b -> a
Prelude.const
( [[Header]] -> [Header]
forall a. Monoid a => [a] -> a
Prelude.mconcat
[ HeaderName
"X-Amz-Target"
HeaderName -> ByteString -> [Header]
forall a. ToHeader a => HeaderName -> a -> [Header]
Core.=# ( ByteString
"TrentService.EnableKeyRotation" ::
Prelude.ByteString
),
HeaderName
"Content-Type"
HeaderName -> ByteString -> [Header]
forall a. ToHeader a => HeaderName -> a -> [Header]
Core.=# ( ByteString
"application/x-amz-json-1.1" ::
Prelude.ByteString
)
]
)
instance Core.ToJSON EnableKeyRotation where
toJSON :: EnableKeyRotation -> Value
toJSON EnableKeyRotation' {Text
keyId :: Text
$sel:keyId:EnableKeyRotation' :: EnableKeyRotation -> 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
"KeyId" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= Text
keyId)]
)
instance Core.ToPath EnableKeyRotation where
toPath :: EnableKeyRotation -> ByteString
toPath = ByteString -> EnableKeyRotation -> ByteString
forall a b. a -> b -> a
Prelude.const ByteString
"/"
instance Core.ToQuery EnableKeyRotation where
toQuery :: EnableKeyRotation -> QueryString
toQuery = QueryString -> EnableKeyRotation -> QueryString
forall a b. a -> b -> a
Prelude.const QueryString
forall a. Monoid a => a
Prelude.mempty
data EnableKeyRotationResponse = EnableKeyRotationResponse'
{
}
deriving (EnableKeyRotationResponse -> EnableKeyRotationResponse -> Bool
(EnableKeyRotationResponse -> EnableKeyRotationResponse -> Bool)
-> (EnableKeyRotationResponse -> EnableKeyRotationResponse -> Bool)
-> Eq EnableKeyRotationResponse
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: EnableKeyRotationResponse -> EnableKeyRotationResponse -> Bool
$c/= :: EnableKeyRotationResponse -> EnableKeyRotationResponse -> Bool
== :: EnableKeyRotationResponse -> EnableKeyRotationResponse -> Bool
$c== :: EnableKeyRotationResponse -> EnableKeyRotationResponse -> Bool
Prelude.Eq, ReadPrec [EnableKeyRotationResponse]
ReadPrec EnableKeyRotationResponse
Int -> ReadS EnableKeyRotationResponse
ReadS [EnableKeyRotationResponse]
(Int -> ReadS EnableKeyRotationResponse)
-> ReadS [EnableKeyRotationResponse]
-> ReadPrec EnableKeyRotationResponse
-> ReadPrec [EnableKeyRotationResponse]
-> Read EnableKeyRotationResponse
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [EnableKeyRotationResponse]
$creadListPrec :: ReadPrec [EnableKeyRotationResponse]
readPrec :: ReadPrec EnableKeyRotationResponse
$creadPrec :: ReadPrec EnableKeyRotationResponse
readList :: ReadS [EnableKeyRotationResponse]
$creadList :: ReadS [EnableKeyRotationResponse]
readsPrec :: Int -> ReadS EnableKeyRotationResponse
$creadsPrec :: Int -> ReadS EnableKeyRotationResponse
Prelude.Read, Int -> EnableKeyRotationResponse -> ShowS
[EnableKeyRotationResponse] -> ShowS
EnableKeyRotationResponse -> String
(Int -> EnableKeyRotationResponse -> ShowS)
-> (EnableKeyRotationResponse -> String)
-> ([EnableKeyRotationResponse] -> ShowS)
-> Show EnableKeyRotationResponse
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [EnableKeyRotationResponse] -> ShowS
$cshowList :: [EnableKeyRotationResponse] -> ShowS
show :: EnableKeyRotationResponse -> String
$cshow :: EnableKeyRotationResponse -> String
showsPrec :: Int -> EnableKeyRotationResponse -> ShowS
$cshowsPrec :: Int -> EnableKeyRotationResponse -> ShowS
Prelude.Show, (forall x.
EnableKeyRotationResponse -> Rep EnableKeyRotationResponse x)
-> (forall x.
Rep EnableKeyRotationResponse x -> EnableKeyRotationResponse)
-> Generic EnableKeyRotationResponse
forall x.
Rep EnableKeyRotationResponse x -> EnableKeyRotationResponse
forall x.
EnableKeyRotationResponse -> Rep EnableKeyRotationResponse x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep EnableKeyRotationResponse x -> EnableKeyRotationResponse
$cfrom :: forall x.
EnableKeyRotationResponse -> Rep EnableKeyRotationResponse x
Prelude.Generic)
newEnableKeyRotationResponse ::
EnableKeyRotationResponse
newEnableKeyRotationResponse :: EnableKeyRotationResponse
newEnableKeyRotationResponse =
EnableKeyRotationResponse
EnableKeyRotationResponse'
instance Prelude.NFData EnableKeyRotationResponse