amazonka-core-1.3.4: 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.Data.Path

Contents

Description

 

Synopsis

Path Types

type RawPath = Path NoEncoding Source

type EscapedPath = Path Percent Source

Constructing Paths

class ToPath a where Source

Methods

toPath :: a -> ByteString Source

rawPath :: ToPath a => a -> Path NoEncoding Source

Manipulating Paths

collapsePath :: Path a -> Path a Source