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

Copyright(c) 2013-2016 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 #

type EscapedPath = Path Percent #

Constructing Paths

class ToPath a where #

Minimal complete definition

toPath

Methods

toPath :: a -> ByteString #

Instances

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

Manipulating Paths

escapePath :: Path a -> EscapedPath #

collapsePath :: Path a -> Path a #