gogol-storage-0.0.1: Google Cloud Storage JSON SDK.

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

Network.Google.Resource.Storage.Channels.Stop

Contents

Description

Stop watching resources through this channel

See: Cloud Storage JSON API Reference for storage.channels.stop.

Synopsis

REST Resource

type ChannelsStopResource = "storage" :> ("v1" :> ("channels" :> ("stop" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Channel :> Post `[JSON]` ()))))) Source

A resource alias for storage.channels.stop method which the ChannelsStop request conforms to.

Creating a Request

channelsStop Source

Creates a value of ChannelsStop with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

csPayload :: Lens' ChannelsStop Channel Source

Multipart request metadata.