{-# 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.Discovery.BatchDeleteImportData
(
BatchDeleteImportData (..),
newBatchDeleteImportData,
batchDeleteImportData_importTaskIds,
BatchDeleteImportDataResponse (..),
newBatchDeleteImportDataResponse,
batchDeleteImportDataResponse_errors,
batchDeleteImportDataResponse_httpStatus,
)
where
import qualified Amazonka.Core as Core
import Amazonka.Discovery.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 BatchDeleteImportData = BatchDeleteImportData'
{
BatchDeleteImportData -> NonEmpty Text
importTaskIds :: Prelude.NonEmpty Prelude.Text
}
deriving (BatchDeleteImportData -> BatchDeleteImportData -> Bool
(BatchDeleteImportData -> BatchDeleteImportData -> Bool)
-> (BatchDeleteImportData -> BatchDeleteImportData -> Bool)
-> Eq BatchDeleteImportData
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: BatchDeleteImportData -> BatchDeleteImportData -> Bool
$c/= :: BatchDeleteImportData -> BatchDeleteImportData -> Bool
== :: BatchDeleteImportData -> BatchDeleteImportData -> Bool
$c== :: BatchDeleteImportData -> BatchDeleteImportData -> Bool
Prelude.Eq, ReadPrec [BatchDeleteImportData]
ReadPrec BatchDeleteImportData
Int -> ReadS BatchDeleteImportData
ReadS [BatchDeleteImportData]
(Int -> ReadS BatchDeleteImportData)
-> ReadS [BatchDeleteImportData]
-> ReadPrec BatchDeleteImportData
-> ReadPrec [BatchDeleteImportData]
-> Read BatchDeleteImportData
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [BatchDeleteImportData]
$creadListPrec :: ReadPrec [BatchDeleteImportData]
readPrec :: ReadPrec BatchDeleteImportData
$creadPrec :: ReadPrec BatchDeleteImportData
readList :: ReadS [BatchDeleteImportData]
$creadList :: ReadS [BatchDeleteImportData]
readsPrec :: Int -> ReadS BatchDeleteImportData
$creadsPrec :: Int -> ReadS BatchDeleteImportData
Prelude.Read, Int -> BatchDeleteImportData -> ShowS
[BatchDeleteImportData] -> ShowS
BatchDeleteImportData -> String
(Int -> BatchDeleteImportData -> ShowS)
-> (BatchDeleteImportData -> String)
-> ([BatchDeleteImportData] -> ShowS)
-> Show BatchDeleteImportData
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [BatchDeleteImportData] -> ShowS
$cshowList :: [BatchDeleteImportData] -> ShowS
show :: BatchDeleteImportData -> String
$cshow :: BatchDeleteImportData -> String
showsPrec :: Int -> BatchDeleteImportData -> ShowS
$cshowsPrec :: Int -> BatchDeleteImportData -> ShowS
Prelude.Show, (forall x. BatchDeleteImportData -> Rep BatchDeleteImportData x)
-> (forall x. Rep BatchDeleteImportData x -> BatchDeleteImportData)
-> Generic BatchDeleteImportData
forall x. Rep BatchDeleteImportData x -> BatchDeleteImportData
forall x. BatchDeleteImportData -> Rep BatchDeleteImportData x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep BatchDeleteImportData x -> BatchDeleteImportData
$cfrom :: forall x. BatchDeleteImportData -> Rep BatchDeleteImportData x
Prelude.Generic)
newBatchDeleteImportData ::
Prelude.NonEmpty Prelude.Text ->
BatchDeleteImportData
newBatchDeleteImportData :: NonEmpty Text -> BatchDeleteImportData
newBatchDeleteImportData NonEmpty Text
pImportTaskIds_ =
BatchDeleteImportData' :: NonEmpty Text -> BatchDeleteImportData
BatchDeleteImportData'
{ $sel:importTaskIds:BatchDeleteImportData' :: NonEmpty Text
importTaskIds =
Tagged (NonEmpty Text) (Identity (NonEmpty Text))
-> Tagged (NonEmpty Text) (Identity (NonEmpty Text))
forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced (Tagged (NonEmpty Text) (Identity (NonEmpty Text))
-> Tagged (NonEmpty Text) (Identity (NonEmpty Text)))
-> NonEmpty Text -> NonEmpty Text
forall t b. AReview t b -> b -> t
Lens.# NonEmpty Text
pImportTaskIds_
}
batchDeleteImportData_importTaskIds :: Lens.Lens' BatchDeleteImportData (Prelude.NonEmpty Prelude.Text)
batchDeleteImportData_importTaskIds :: (NonEmpty Text -> f (NonEmpty Text))
-> BatchDeleteImportData -> f BatchDeleteImportData
batchDeleteImportData_importTaskIds = (BatchDeleteImportData -> NonEmpty Text)
-> (BatchDeleteImportData
-> NonEmpty Text -> BatchDeleteImportData)
-> Lens
BatchDeleteImportData
BatchDeleteImportData
(NonEmpty Text)
(NonEmpty Text)
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\BatchDeleteImportData' {NonEmpty Text
importTaskIds :: NonEmpty Text
$sel:importTaskIds:BatchDeleteImportData' :: BatchDeleteImportData -> NonEmpty Text
importTaskIds} -> NonEmpty Text
importTaskIds) (\s :: BatchDeleteImportData
s@BatchDeleteImportData' {} NonEmpty Text
a -> BatchDeleteImportData
s {$sel:importTaskIds:BatchDeleteImportData' :: NonEmpty Text
importTaskIds = NonEmpty Text
a} :: BatchDeleteImportData) ((NonEmpty Text -> f (NonEmpty Text))
-> BatchDeleteImportData -> f BatchDeleteImportData)
-> ((NonEmpty Text -> f (NonEmpty Text))
-> NonEmpty Text -> f (NonEmpty Text))
-> (NonEmpty Text -> f (NonEmpty Text))
-> BatchDeleteImportData
-> f BatchDeleteImportData
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. (NonEmpty Text -> f (NonEmpty Text))
-> NonEmpty Text -> f (NonEmpty Text)
forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced
instance Core.AWSRequest BatchDeleteImportData where
type
AWSResponse BatchDeleteImportData =
BatchDeleteImportDataResponse
request :: BatchDeleteImportData -> Request BatchDeleteImportData
request = Service -> BatchDeleteImportData -> Request BatchDeleteImportData
forall a. (ToRequest a, ToJSON a) => Service -> a -> Request a
Request.postJSON Service
defaultService
response :: Logger
-> Service
-> Proxy BatchDeleteImportData
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse BatchDeleteImportData)))
response =
(Int
-> ResponseHeaders
-> Object
-> Either String (AWSResponse BatchDeleteImportData))
-> Logger
-> Service
-> Proxy BatchDeleteImportData
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse BatchDeleteImportData)))
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 [BatchDeleteImportDataError]
-> Int -> BatchDeleteImportDataResponse
BatchDeleteImportDataResponse'
(Maybe [BatchDeleteImportDataError]
-> Int -> BatchDeleteImportDataResponse)
-> Either String (Maybe [BatchDeleteImportDataError])
-> Either String (Int -> BatchDeleteImportDataResponse)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> (Object
x Object
-> Text
-> Either String (Maybe (Maybe [BatchDeleteImportDataError]))
forall a. FromJSON a => Object -> Text -> Either String (Maybe a)
Core..?> Text
"errors" Either String (Maybe (Maybe [BatchDeleteImportDataError]))
-> Maybe [BatchDeleteImportDataError]
-> Either String (Maybe [BatchDeleteImportDataError])
forall (f :: * -> *) a. Functor f => f (Maybe a) -> a -> f a
Core..!@ Maybe [BatchDeleteImportDataError]
forall a. Monoid a => a
Prelude.mempty)
Either String (Int -> BatchDeleteImportDataResponse)
-> Either String Int -> Either String BatchDeleteImportDataResponse
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 BatchDeleteImportData
instance Prelude.NFData BatchDeleteImportData
instance Core.ToHeaders BatchDeleteImportData where
toHeaders :: BatchDeleteImportData -> ResponseHeaders
toHeaders =
ResponseHeaders -> BatchDeleteImportData -> 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
"AWSPoseidonService_V2015_11_01.BatchDeleteImportData" ::
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 BatchDeleteImportData where
toJSON :: BatchDeleteImportData -> Value
toJSON BatchDeleteImportData' {NonEmpty Text
importTaskIds :: NonEmpty Text
$sel:importTaskIds:BatchDeleteImportData' :: BatchDeleteImportData -> NonEmpty 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
"importTaskIds" Text -> NonEmpty Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= NonEmpty Text
importTaskIds)
]
)
instance Core.ToPath BatchDeleteImportData where
toPath :: BatchDeleteImportData -> ByteString
toPath = ByteString -> BatchDeleteImportData -> ByteString
forall a b. a -> b -> a
Prelude.const ByteString
"/"
instance Core.ToQuery BatchDeleteImportData where
toQuery :: BatchDeleteImportData -> QueryString
toQuery = QueryString -> BatchDeleteImportData -> QueryString
forall a b. a -> b -> a
Prelude.const QueryString
forall a. Monoid a => a
Prelude.mempty
data BatchDeleteImportDataResponse = BatchDeleteImportDataResponse'
{
BatchDeleteImportDataResponse -> Maybe [BatchDeleteImportDataError]
errors :: Prelude.Maybe [BatchDeleteImportDataError],
BatchDeleteImportDataResponse -> Int
httpStatus :: Prelude.Int
}
deriving (BatchDeleteImportDataResponse
-> BatchDeleteImportDataResponse -> Bool
(BatchDeleteImportDataResponse
-> BatchDeleteImportDataResponse -> Bool)
-> (BatchDeleteImportDataResponse
-> BatchDeleteImportDataResponse -> Bool)
-> Eq BatchDeleteImportDataResponse
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: BatchDeleteImportDataResponse
-> BatchDeleteImportDataResponse -> Bool
$c/= :: BatchDeleteImportDataResponse
-> BatchDeleteImportDataResponse -> Bool
== :: BatchDeleteImportDataResponse
-> BatchDeleteImportDataResponse -> Bool
$c== :: BatchDeleteImportDataResponse
-> BatchDeleteImportDataResponse -> Bool
Prelude.Eq, ReadPrec [BatchDeleteImportDataResponse]
ReadPrec BatchDeleteImportDataResponse
Int -> ReadS BatchDeleteImportDataResponse
ReadS [BatchDeleteImportDataResponse]
(Int -> ReadS BatchDeleteImportDataResponse)
-> ReadS [BatchDeleteImportDataResponse]
-> ReadPrec BatchDeleteImportDataResponse
-> ReadPrec [BatchDeleteImportDataResponse]
-> Read BatchDeleteImportDataResponse
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [BatchDeleteImportDataResponse]
$creadListPrec :: ReadPrec [BatchDeleteImportDataResponse]
readPrec :: ReadPrec BatchDeleteImportDataResponse
$creadPrec :: ReadPrec BatchDeleteImportDataResponse
readList :: ReadS [BatchDeleteImportDataResponse]
$creadList :: ReadS [BatchDeleteImportDataResponse]
readsPrec :: Int -> ReadS BatchDeleteImportDataResponse
$creadsPrec :: Int -> ReadS BatchDeleteImportDataResponse
Prelude.Read, Int -> BatchDeleteImportDataResponse -> ShowS
[BatchDeleteImportDataResponse] -> ShowS
BatchDeleteImportDataResponse -> String
(Int -> BatchDeleteImportDataResponse -> ShowS)
-> (BatchDeleteImportDataResponse -> String)
-> ([BatchDeleteImportDataResponse] -> ShowS)
-> Show BatchDeleteImportDataResponse
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [BatchDeleteImportDataResponse] -> ShowS
$cshowList :: [BatchDeleteImportDataResponse] -> ShowS
show :: BatchDeleteImportDataResponse -> String
$cshow :: BatchDeleteImportDataResponse -> String
showsPrec :: Int -> BatchDeleteImportDataResponse -> ShowS
$cshowsPrec :: Int -> BatchDeleteImportDataResponse -> ShowS
Prelude.Show, (forall x.
BatchDeleteImportDataResponse
-> Rep BatchDeleteImportDataResponse x)
-> (forall x.
Rep BatchDeleteImportDataResponse x
-> BatchDeleteImportDataResponse)
-> Generic BatchDeleteImportDataResponse
forall x.
Rep BatchDeleteImportDataResponse x
-> BatchDeleteImportDataResponse
forall x.
BatchDeleteImportDataResponse
-> Rep BatchDeleteImportDataResponse x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep BatchDeleteImportDataResponse x
-> BatchDeleteImportDataResponse
$cfrom :: forall x.
BatchDeleteImportDataResponse
-> Rep BatchDeleteImportDataResponse x
Prelude.Generic)
newBatchDeleteImportDataResponse ::
Prelude.Int ->
BatchDeleteImportDataResponse
newBatchDeleteImportDataResponse :: Int -> BatchDeleteImportDataResponse
newBatchDeleteImportDataResponse Int
pHttpStatus_ =
BatchDeleteImportDataResponse' :: Maybe [BatchDeleteImportDataError]
-> Int -> BatchDeleteImportDataResponse
BatchDeleteImportDataResponse'
{ $sel:errors:BatchDeleteImportDataResponse' :: Maybe [BatchDeleteImportDataError]
errors =
Maybe [BatchDeleteImportDataError]
forall a. Maybe a
Prelude.Nothing,
$sel:httpStatus:BatchDeleteImportDataResponse' :: Int
httpStatus = Int
pHttpStatus_
}
batchDeleteImportDataResponse_errors :: Lens.Lens' BatchDeleteImportDataResponse (Prelude.Maybe [BatchDeleteImportDataError])
batchDeleteImportDataResponse_errors :: (Maybe [BatchDeleteImportDataError]
-> f (Maybe [BatchDeleteImportDataError]))
-> BatchDeleteImportDataResponse -> f BatchDeleteImportDataResponse
batchDeleteImportDataResponse_errors = (BatchDeleteImportDataResponse
-> Maybe [BatchDeleteImportDataError])
-> (BatchDeleteImportDataResponse
-> Maybe [BatchDeleteImportDataError]
-> BatchDeleteImportDataResponse)
-> Lens
BatchDeleteImportDataResponse
BatchDeleteImportDataResponse
(Maybe [BatchDeleteImportDataError])
(Maybe [BatchDeleteImportDataError])
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\BatchDeleteImportDataResponse' {Maybe [BatchDeleteImportDataError]
errors :: Maybe [BatchDeleteImportDataError]
$sel:errors:BatchDeleteImportDataResponse' :: BatchDeleteImportDataResponse -> Maybe [BatchDeleteImportDataError]
errors} -> Maybe [BatchDeleteImportDataError]
errors) (\s :: BatchDeleteImportDataResponse
s@BatchDeleteImportDataResponse' {} Maybe [BatchDeleteImportDataError]
a -> BatchDeleteImportDataResponse
s {$sel:errors:BatchDeleteImportDataResponse' :: Maybe [BatchDeleteImportDataError]
errors = Maybe [BatchDeleteImportDataError]
a} :: BatchDeleteImportDataResponse) ((Maybe [BatchDeleteImportDataError]
-> f (Maybe [BatchDeleteImportDataError]))
-> BatchDeleteImportDataResponse
-> f BatchDeleteImportDataResponse)
-> ((Maybe [BatchDeleteImportDataError]
-> f (Maybe [BatchDeleteImportDataError]))
-> Maybe [BatchDeleteImportDataError]
-> f (Maybe [BatchDeleteImportDataError]))
-> (Maybe [BatchDeleteImportDataError]
-> f (Maybe [BatchDeleteImportDataError]))
-> BatchDeleteImportDataResponse
-> f BatchDeleteImportDataResponse
forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. AnIso
[BatchDeleteImportDataError]
[BatchDeleteImportDataError]
[BatchDeleteImportDataError]
[BatchDeleteImportDataError]
-> Iso
(Maybe [BatchDeleteImportDataError])
(Maybe [BatchDeleteImportDataError])
(Maybe [BatchDeleteImportDataError])
(Maybe [BatchDeleteImportDataError])
forall (f :: * -> *) (g :: * -> *) s t a b.
(Functor f, Functor g) =>
AnIso s t a b -> Iso (f s) (g t) (f a) (g b)
Lens.mapping AnIso
[BatchDeleteImportDataError]
[BatchDeleteImportDataError]
[BatchDeleteImportDataError]
[BatchDeleteImportDataError]
forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced
batchDeleteImportDataResponse_httpStatus :: Lens.Lens' BatchDeleteImportDataResponse Prelude.Int
batchDeleteImportDataResponse_httpStatus :: (Int -> f Int)
-> BatchDeleteImportDataResponse -> f BatchDeleteImportDataResponse
batchDeleteImportDataResponse_httpStatus = (BatchDeleteImportDataResponse -> Int)
-> (BatchDeleteImportDataResponse
-> Int -> BatchDeleteImportDataResponse)
-> Lens
BatchDeleteImportDataResponse BatchDeleteImportDataResponse Int Int
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\BatchDeleteImportDataResponse' {Int
httpStatus :: Int
$sel:httpStatus:BatchDeleteImportDataResponse' :: BatchDeleteImportDataResponse -> Int
httpStatus} -> Int
httpStatus) (\s :: BatchDeleteImportDataResponse
s@BatchDeleteImportDataResponse' {} Int
a -> BatchDeleteImportDataResponse
s {$sel:httpStatus:BatchDeleteImportDataResponse' :: Int
httpStatus = Int
a} :: BatchDeleteImportDataResponse)
instance Prelude.NFData BatchDeleteImportDataResponse