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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 #

Minimal complete definition

toPath

Methods

toPath :: a -> ByteString Source #

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

Manipulating Paths

collapsePath :: Path a -> Path a Source #