gogol-logging-0.1.1: Google Stackdriver Logging SDK.

Copyright(c) 2015-2016 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.Logging.Organizations.Sinks.Update

Contents

Description

Updates or creates a sink.

See: Stackdriver Logging API Reference for logging.organizations.sinks.update.

Synopsis

REST Resource

type OrganizationsSinksUpdateResource = "v2" :> (Capture "sinkName" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LogSink :> Put '[JSON] LogSink)))))))))) Source #

A resource alias for logging.organizations.sinks.update method which the OrganizationsSinksUpdate request conforms to.

Creating a Request

organizationsSinksUpdate Source #

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

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

data OrganizationsSinksUpdate Source #

Updates or creates a sink.

See: organizationsSinksUpdate smart constructor.

Instances

Eq OrganizationsSinksUpdate Source # 
Data OrganizationsSinksUpdate Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OrganizationsSinksUpdate -> c OrganizationsSinksUpdate #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OrganizationsSinksUpdate #

toConstr :: OrganizationsSinksUpdate -> Constr #

dataTypeOf :: OrganizationsSinksUpdate -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c OrganizationsSinksUpdate) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OrganizationsSinksUpdate) #

gmapT :: (forall b. Data b => b -> b) -> OrganizationsSinksUpdate -> OrganizationsSinksUpdate #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OrganizationsSinksUpdate -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OrganizationsSinksUpdate -> r #

gmapQ :: (forall d. Data d => d -> u) -> OrganizationsSinksUpdate -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OrganizationsSinksUpdate -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OrganizationsSinksUpdate -> m OrganizationsSinksUpdate #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OrganizationsSinksUpdate -> m OrganizationsSinksUpdate #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OrganizationsSinksUpdate -> m OrganizationsSinksUpdate #

Show OrganizationsSinksUpdate Source # 
Generic OrganizationsSinksUpdate Source # 
GoogleRequest OrganizationsSinksUpdate Source # 
type Rep OrganizationsSinksUpdate Source # 
type Scopes OrganizationsSinksUpdate Source # 
type Scopes OrganizationsSinksUpdate = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/logging.admin" ([] Symbol))
type Rs OrganizationsSinksUpdate Source # 

Request Lenses

osuUploadProtocol :: Lens' OrganizationsSinksUpdate (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

osuPp :: Lens' OrganizationsSinksUpdate Bool Source #

Pretty-print response.

osuUploadType :: Lens' OrganizationsSinksUpdate (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

osuSinkName :: Lens' OrganizationsSinksUpdate Text Source #

Required. The resource name of the sink to update, including the parent resource and the sink identifier. If the sink does not exist, this method creates the sink. Example: `"projects/my-project-id/sinks/my-sink-id"`.