{-# 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.WAFRegional.UpdateByteMatchSet
(
UpdateByteMatchSet (..),
newUpdateByteMatchSet,
updateByteMatchSet_byteMatchSetId,
updateByteMatchSet_changeToken,
updateByteMatchSet_updates,
UpdateByteMatchSetResponse (..),
newUpdateByteMatchSetResponse,
updateByteMatchSetResponse_changeToken,
updateByteMatchSetResponse_httpStatus,
)
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.WAFRegional.Types
data UpdateByteMatchSet = UpdateByteMatchSet'
{
UpdateByteMatchSet -> Text
byteMatchSetId :: Prelude.Text,
UpdateByteMatchSet -> Text
changeToken :: Prelude.Text,
UpdateByteMatchSet -> NonEmpty ByteMatchSetUpdate
updates :: Prelude.NonEmpty ByteMatchSetUpdate
}
deriving (UpdateByteMatchSet -> UpdateByteMatchSet -> Bool
(UpdateByteMatchSet -> UpdateByteMatchSet -> Bool)
-> (UpdateByteMatchSet -> UpdateByteMatchSet -> Bool)
-> Eq UpdateByteMatchSet
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: UpdateByteMatchSet -> UpdateByteMatchSet -> Bool
$c/= :: UpdateByteMatchSet -> UpdateByteMatchSet -> Bool
== :: UpdateByteMatchSet -> UpdateByteMatchSet -> Bool
$c== :: UpdateByteMatchSet -> UpdateByteMatchSet -> Bool
Prelude.Eq, ReadPrec [UpdateByteMatchSet]
ReadPrec UpdateByteMatchSet
Int -> ReadS UpdateByteMatchSet
ReadS [UpdateByteMatchSet]
(Int -> ReadS UpdateByteMatchSet)
-> ReadS [UpdateByteMatchSet]
-> ReadPrec UpdateByteMatchSet
-> ReadPrec [UpdateByteMatchSet]
-> Read UpdateByteMatchSet
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [UpdateByteMatchSet]
$creadListPrec :: ReadPrec [UpdateByteMatchSet]
readPrec :: ReadPrec UpdateByteMatchSet
$creadPrec :: ReadPrec UpdateByteMatchSet
readList :: ReadS [UpdateByteMatchSet]
$creadList :: ReadS [UpdateByteMatchSet]
readsPrec :: Int -> ReadS UpdateByteMatchSet
$creadsPrec :: Int -> ReadS UpdateByteMatchSet
Prelude.Read, Int -> UpdateByteMatchSet -> ShowS
[UpdateByteMatchSet] -> ShowS
UpdateByteMatchSet -> String
(Int -> UpdateByteMatchSet -> ShowS)
-> (UpdateByteMatchSet -> String)
-> ([UpdateByteMatchSet] -> ShowS)
-> Show UpdateByteMatchSet
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [UpdateByteMatchSet] -> ShowS
$cshowList :: [UpdateByteMatchSet] -> ShowS
show :: UpdateByteMatchSet -> String
$cshow :: UpdateByteMatchSet -> String
showsPrec :: Int -> UpdateByteMatchSet -> ShowS
$cshowsPrec :: Int -> UpdateByteMatchSet -> ShowS
Prelude.Show, (forall x. UpdateByteMatchSet -> Rep UpdateByteMatchSet x)
-> (forall x. Rep UpdateByteMatchSet x -> UpdateByteMatchSet)
-> Generic UpdateByteMatchSet
forall x. Rep UpdateByteMatchSet x -> UpdateByteMatchSet
forall x. UpdateByteMatchSet -> Rep UpdateByteMatchSet x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep UpdateByteMatchSet x -> UpdateByteMatchSet
$cfrom :: forall x. UpdateByteMatchSet -> Rep UpdateByteMatchSet x
Prelude.Generic)
newUpdateByteMatchSet ::
Prelude.Text ->
Prelude.Text ->
Prelude.NonEmpty ByteMatchSetUpdate ->
UpdateByteMatchSet
newUpdateByteMatchSet :: Text -> Text -> NonEmpty ByteMatchSetUpdate -> UpdateByteMatchSet
newUpdateByteMatchSet
Text
pByteMatchSetId_
Text
pChangeToken_
NonEmpty ByteMatchSetUpdate
pUpdates_ =
UpdateByteMatchSet' :: Text -> Text -> NonEmpty ByteMatchSetUpdate -> UpdateByteMatchSet
UpdateByteMatchSet'
{ $sel:byteMatchSetId:UpdateByteMatchSet' :: Text
byteMatchSetId =
Text
pByteMatchSetId_,
$sel:changeToken:UpdateByteMatchSet' :: Text
changeToken = Text
pChangeToken_,
$sel:updates:UpdateByteMatchSet' :: NonEmpty ByteMatchSetUpdate
updates = Tagged
(NonEmpty ByteMatchSetUpdate)
(Identity (NonEmpty ByteMatchSetUpdate))
-> Tagged
(NonEmpty ByteMatchSetUpdate)
(Identity (NonEmpty ByteMatchSetUpdate))
forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced (Tagged
(NonEmpty ByteMatchSetUpdate)
(Identity (NonEmpty ByteMatchSetUpdate))
-> Tagged
(NonEmpty ByteMatchSetUpdate)
(Identity (NonEmpty ByteMatchSetUpdate)))
-> NonEmpty ByteMatchSetUpdate -> NonEmpty ByteMatchSetUpdate
forall t b. AReview t b -> b -> t
Lens.# NonEmpty ByteMatchSetUpdate
pUpdates_
}
updateByteMatchSet_byteMatchSetId :: Lens.Lens' UpdateByteMatchSet Prelude.Text
updateByteMatchSet_byteMatchSetId :: (Text -> f Text) -> UpdateByteMatchSet -> f UpdateByteMatchSet
updateByteMatchSet_byteMatchSetId = (UpdateByteMatchSet -> Text)
-> (UpdateByteMatchSet -> Text -> UpdateByteMatchSet)
-> Lens UpdateByteMatchSet UpdateByteMatchSet Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\UpdateByteMatchSet' {Text
byteMatchSetId :: Text
$sel:byteMatchSetId:UpdateByteMatchSet' :: UpdateByteMatchSet -> Text
byteMatchSetId} -> Text
byteMatchSetId) (\s :: UpdateByteMatchSet
s@UpdateByteMatchSet' {} Text
a -> UpdateByteMatchSet
s {$sel:byteMatchSetId:UpdateByteMatchSet' :: Text
byteMatchSetId = Text
a} :: UpdateByteMatchSet)
updateByteMatchSet_changeToken :: Lens.Lens' UpdateByteMatchSet Prelude.Text
updateByteMatchSet_changeToken :: (Text -> f Text) -> UpdateByteMatchSet -> f UpdateByteMatchSet
updateByteMatchSet_changeToken = (UpdateByteMatchSet -> Text)
-> (UpdateByteMatchSet -> Text -> UpdateByteMatchSet)
-> Lens UpdateByteMatchSet UpdateByteMatchSet Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\UpdateByteMatchSet' {Text
changeToken :: Text
$sel:changeToken:UpdateByteMatchSet' :: UpdateByteMatchSet -> Text
changeToken} -> Text
changeToken) (\s :: UpdateByteMatchSet
s@UpdateByteMatchSet' {} Text
a -> UpdateByteMatchSet
s {$sel:changeToken:UpdateByteMatchSet' :: Text
changeToken = Text
a} :: UpdateByteMatchSet)
updateByteMatchSet_updates :: Lens.Lens' UpdateByteMatchSet (Prelude.NonEmpty ByteMatchSetUpdate)
updateByteMatchSet_updates :: (NonEmpty ByteMatchSetUpdate -> f (NonEmpty ByteMatchSetUpdate))
-> UpdateByteMatchSet -> f UpdateByteMatchSet
updateByteMatchSet_updates = (UpdateByteMatchSet -> NonEmpty ByteMatchSetUpdate)
-> (UpdateByteMatchSet
-> NonEmpty ByteMatchSetUpdate -> UpdateByteMatchSet)
-> Lens
UpdateByteMatchSet
UpdateByteMatchSet
(NonEmpty ByteMatchSetUpdate)
(NonEmpty ByteMatchSetUpdate)
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\UpdateByteMatchSet' {NonEmpty ByteMatchSetUpdate
updates :: NonEmpty ByteMatchSetUpdate
$sel:updates:UpdateByteMatchSet' :: UpdateByteMatchSet -> NonEmpty ByteMatchSetUpdate
updates} -> NonEmpty ByteMatchSetUpdate
updates) (\s :: UpdateByteMatchSet
s@UpdateByteMatchSet' {} NonEmpty ByteMatchSetUpdate
a -> UpdateByteMatchSet
s {$sel:updates:UpdateByteMatchSet' :: NonEmpty ByteMatchSetUpdate
updates = NonEmpty ByteMatchSetUpdate
a} :: UpdateByteMatchSet) ((NonEmpty ByteMatchSetUpdate -> f (NonEmpty ByteMatchSetUpdate))
-> UpdateByteMatchSet -> f UpdateByteMatchSet)
-> ((NonEmpty ByteMatchSetUpdate
-> f (NonEmpty ByteMatchSetUpdate))
-> NonEmpty ByteMatchSetUpdate -> f (NonEmpty ByteMatchSetUpdate))
-> (NonEmpty ByteMatchSetUpdate -> f (NonEmpty ByteMatchSetUpdate))
-> UpdateByteMatchSet
-> f UpdateByteMatchSet
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. (NonEmpty ByteMatchSetUpdate -> f (NonEmpty ByteMatchSetUpdate))
-> NonEmpty ByteMatchSetUpdate -> f (NonEmpty ByteMatchSetUpdate)
forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced
instance Core.AWSRequest UpdateByteMatchSet where
type
AWSResponse UpdateByteMatchSet =
UpdateByteMatchSetResponse
request :: UpdateByteMatchSet -> Request UpdateByteMatchSet
request = Service -> UpdateByteMatchSet -> Request UpdateByteMatchSet
forall a. (ToRequest a, ToJSON a) => Service -> a -> Request a
Request.postJSON Service
defaultService
response :: Logger
-> Service
-> Proxy UpdateByteMatchSet
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse UpdateByteMatchSet)))
response =
(Int
-> ResponseHeaders
-> Object
-> Either String (AWSResponse UpdateByteMatchSet))
-> Logger
-> Service
-> Proxy UpdateByteMatchSet
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse UpdateByteMatchSet)))
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 ->
Maybe Text -> Int -> UpdateByteMatchSetResponse
UpdateByteMatchSetResponse'
(Maybe Text -> Int -> UpdateByteMatchSetResponse)
-> Either String (Maybe Text)
-> Either String (Int -> UpdateByteMatchSetResponse)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> (Object
x Object -> Text -> Either String (Maybe Text)
forall a. FromJSON a => Object -> Text -> Either String (Maybe a)
Core..?> Text
"ChangeToken")
Either String (Int -> UpdateByteMatchSetResponse)
-> Either String Int -> Either String UpdateByteMatchSetResponse
forall (f :: * -> *) a b. Applicative f => 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 UpdateByteMatchSet
instance Prelude.NFData UpdateByteMatchSet
instance Core.ToHeaders UpdateByteMatchSet where
toHeaders :: UpdateByteMatchSet -> ResponseHeaders
toHeaders =
ResponseHeaders -> UpdateByteMatchSet -> 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
"AWSWAF_Regional_20161128.UpdateByteMatchSet" ::
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 UpdateByteMatchSet where
toJSON :: UpdateByteMatchSet -> Value
toJSON UpdateByteMatchSet' {NonEmpty ByteMatchSetUpdate
Text
updates :: NonEmpty ByteMatchSetUpdate
changeToken :: Text
byteMatchSetId :: Text
$sel:updates:UpdateByteMatchSet' :: UpdateByteMatchSet -> NonEmpty ByteMatchSetUpdate
$sel:changeToken:UpdateByteMatchSet' :: UpdateByteMatchSet -> Text
$sel:byteMatchSetId:UpdateByteMatchSet' :: UpdateByteMatchSet -> 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
"ByteMatchSetId" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= Text
byteMatchSetId),
Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just (Text
"ChangeToken" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= Text
changeToken),
Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just (Text
"Updates" Text -> NonEmpty ByteMatchSetUpdate -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= NonEmpty ByteMatchSetUpdate
updates)
]
)
instance Core.ToPath UpdateByteMatchSet where
toPath :: UpdateByteMatchSet -> ByteString
toPath = ByteString -> UpdateByteMatchSet -> ByteString
forall a b. a -> b -> a
Prelude.const ByteString
"/"
instance Core.ToQuery UpdateByteMatchSet where
toQuery :: UpdateByteMatchSet -> QueryString
toQuery = QueryString -> UpdateByteMatchSet -> QueryString
forall a b. a -> b -> a
Prelude.const QueryString
forall a. Monoid a => a
Prelude.mempty
data UpdateByteMatchSetResponse = UpdateByteMatchSetResponse'
{
UpdateByteMatchSetResponse -> Maybe Text
changeToken :: Prelude.Maybe Prelude.Text,
UpdateByteMatchSetResponse -> Int
httpStatus :: Prelude.Int
}
deriving (UpdateByteMatchSetResponse -> UpdateByteMatchSetResponse -> Bool
(UpdateByteMatchSetResponse -> UpdateByteMatchSetResponse -> Bool)
-> (UpdateByteMatchSetResponse
-> UpdateByteMatchSetResponse -> Bool)
-> Eq UpdateByteMatchSetResponse
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: UpdateByteMatchSetResponse -> UpdateByteMatchSetResponse -> Bool
$c/= :: UpdateByteMatchSetResponse -> UpdateByteMatchSetResponse -> Bool
== :: UpdateByteMatchSetResponse -> UpdateByteMatchSetResponse -> Bool
$c== :: UpdateByteMatchSetResponse -> UpdateByteMatchSetResponse -> Bool
Prelude.Eq, ReadPrec [UpdateByteMatchSetResponse]
ReadPrec UpdateByteMatchSetResponse
Int -> ReadS UpdateByteMatchSetResponse
ReadS [UpdateByteMatchSetResponse]
(Int -> ReadS UpdateByteMatchSetResponse)
-> ReadS [UpdateByteMatchSetResponse]
-> ReadPrec UpdateByteMatchSetResponse
-> ReadPrec [UpdateByteMatchSetResponse]
-> Read UpdateByteMatchSetResponse
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [UpdateByteMatchSetResponse]
$creadListPrec :: ReadPrec [UpdateByteMatchSetResponse]
readPrec :: ReadPrec UpdateByteMatchSetResponse
$creadPrec :: ReadPrec UpdateByteMatchSetResponse
readList :: ReadS [UpdateByteMatchSetResponse]
$creadList :: ReadS [UpdateByteMatchSetResponse]
readsPrec :: Int -> ReadS UpdateByteMatchSetResponse
$creadsPrec :: Int -> ReadS UpdateByteMatchSetResponse
Prelude.Read, Int -> UpdateByteMatchSetResponse -> ShowS
[UpdateByteMatchSetResponse] -> ShowS
UpdateByteMatchSetResponse -> String
(Int -> UpdateByteMatchSetResponse -> ShowS)
-> (UpdateByteMatchSetResponse -> String)
-> ([UpdateByteMatchSetResponse] -> ShowS)
-> Show UpdateByteMatchSetResponse
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [UpdateByteMatchSetResponse] -> ShowS
$cshowList :: [UpdateByteMatchSetResponse] -> ShowS
show :: UpdateByteMatchSetResponse -> String
$cshow :: UpdateByteMatchSetResponse -> String
showsPrec :: Int -> UpdateByteMatchSetResponse -> ShowS
$cshowsPrec :: Int -> UpdateByteMatchSetResponse -> ShowS
Prelude.Show, (forall x.
UpdateByteMatchSetResponse -> Rep UpdateByteMatchSetResponse x)
-> (forall x.
Rep UpdateByteMatchSetResponse x -> UpdateByteMatchSetResponse)
-> Generic UpdateByteMatchSetResponse
forall x.
Rep UpdateByteMatchSetResponse x -> UpdateByteMatchSetResponse
forall x.
UpdateByteMatchSetResponse -> Rep UpdateByteMatchSetResponse x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep UpdateByteMatchSetResponse x -> UpdateByteMatchSetResponse
$cfrom :: forall x.
UpdateByteMatchSetResponse -> Rep UpdateByteMatchSetResponse x
Prelude.Generic)
newUpdateByteMatchSetResponse ::
Prelude.Int ->
UpdateByteMatchSetResponse
newUpdateByteMatchSetResponse :: Int -> UpdateByteMatchSetResponse
newUpdateByteMatchSetResponse Int
pHttpStatus_ =
UpdateByteMatchSetResponse' :: Maybe Text -> Int -> UpdateByteMatchSetResponse
UpdateByteMatchSetResponse'
{ $sel:changeToken:UpdateByteMatchSetResponse' :: Maybe Text
changeToken =
Maybe Text
forall a. Maybe a
Prelude.Nothing,
$sel:httpStatus:UpdateByteMatchSetResponse' :: Int
httpStatus = Int
pHttpStatus_
}
updateByteMatchSetResponse_changeToken :: Lens.Lens' UpdateByteMatchSetResponse (Prelude.Maybe Prelude.Text)
updateByteMatchSetResponse_changeToken :: (Maybe Text -> f (Maybe Text))
-> UpdateByteMatchSetResponse -> f UpdateByteMatchSetResponse
updateByteMatchSetResponse_changeToken = (UpdateByteMatchSetResponse -> Maybe Text)
-> (UpdateByteMatchSetResponse
-> Maybe Text -> UpdateByteMatchSetResponse)
-> Lens
UpdateByteMatchSetResponse
UpdateByteMatchSetResponse
(Maybe Text)
(Maybe Text)
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\UpdateByteMatchSetResponse' {Maybe Text
changeToken :: Maybe Text
$sel:changeToken:UpdateByteMatchSetResponse' :: UpdateByteMatchSetResponse -> Maybe Text
changeToken} -> Maybe Text
changeToken) (\s :: UpdateByteMatchSetResponse
s@UpdateByteMatchSetResponse' {} Maybe Text
a -> UpdateByteMatchSetResponse
s {$sel:changeToken:UpdateByteMatchSetResponse' :: Maybe Text
changeToken = Maybe Text
a} :: UpdateByteMatchSetResponse)
updateByteMatchSetResponse_httpStatus :: Lens.Lens' UpdateByteMatchSetResponse Prelude.Int
updateByteMatchSetResponse_httpStatus :: (Int -> f Int)
-> UpdateByteMatchSetResponse -> f UpdateByteMatchSetResponse
updateByteMatchSetResponse_httpStatus = (UpdateByteMatchSetResponse -> Int)
-> (UpdateByteMatchSetResponse
-> Int -> UpdateByteMatchSetResponse)
-> Lens
UpdateByteMatchSetResponse UpdateByteMatchSetResponse Int Int
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\UpdateByteMatchSetResponse' {Int
httpStatus :: Int
$sel:httpStatus:UpdateByteMatchSetResponse' :: UpdateByteMatchSetResponse -> Int
httpStatus} -> Int
httpStatus) (\s :: UpdateByteMatchSetResponse
s@UpdateByteMatchSetResponse' {} Int
a -> UpdateByteMatchSetResponse
s {$sel:httpStatus:UpdateByteMatchSetResponse' :: Int
httpStatus = Int
a} :: UpdateByteMatchSetResponse)
instance Prelude.NFData UpdateByteMatchSetResponse