amazonka-core-1.0.1: Core data types and functionality for Amazonka libraries.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Request

Contents

Description

 

Synopsis

Requests

head' :: (ToPath a, ToQuery a, ToHeaders a) => a -> Request a Source

delete :: (ToPath a, ToQuery a, ToHeaders a) => a -> Request a Source

get :: (ToPath a, ToQuery a, ToHeaders a) => a -> Request a Source

Empty body

post :: (ToPath a, ToQuery a, ToHeaders a) => a -> Request a Source

put :: (ToPath a, ToQuery a, ToHeaders a) => a -> Request a Source

Specialised body

putJSON :: (ToQuery a, ToPath a, ToHeaders a, ToJSON a) => a -> Request a Source

putBody :: (ToPath a, ToQuery a, ToHeaders a, ToBody a) => a -> Request a Source

Constructors

Hashing

Lenses