libZSamazonka-testZSamazonka-test
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Test.Amazonka.Fixture

Description

 

Documentation

req :: (AWSRequest a, Eq a, Show a) => TestName -> FilePath -> a -> TestTree Source #

data Req Source #

Constructors

Req 

Instances

Instances details
Eq Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

Methods

(==) :: Req -> Req -> Bool #

(/=) :: Req -> Req -> Bool #

Show Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

Methods

showsPrec :: Int -> Req -> ShowS #

show :: Req -> String #

showList :: [Req] -> ShowS #

Generic Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

Associated Types

type Rep Req :: Type -> Type #

Methods

from :: Req -> Rep Req x #

to :: Rep Req x -> Req #

FromJSON Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

type Rep Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

sortKeys :: Ord a => [(a, b)] -> [(a, b)] Source #