gogol-logging-0.4.0: 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.BillingAccounts.Sinks.Create

Contents

Description

Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.

See: Stackdriver Logging API Reference for logging.billingAccounts.sinks.create.

Synopsis

REST Resource

type BillingAccountsSinksCreateResource = "v2" :> (Capture "parent" Text :> ("sinks" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "uniqueWriterIdentity" Bool :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LogSink :> Post '[JSON] LogSink)))))))))) Source #

A resource alias for logging.billingAccounts.sinks.create method which the BillingAccountsSinksCreate request conforms to.

Creating a Request

billingAccountsSinksCreate Source #

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

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

data BillingAccountsSinksCreate Source #

Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.

See: billingAccountsSinksCreate smart constructor.

Instances
Eq BillingAccountsSinksCreate Source # 
Instance details

Defined in Network.Google.Resource.Logging.BillingAccounts.Sinks.Create

Data BillingAccountsSinksCreate Source # 
Instance details

Defined in Network.Google.Resource.Logging.BillingAccounts.Sinks.Create

Methods

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

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

toConstr :: BillingAccountsSinksCreate -> Constr #

dataTypeOf :: BillingAccountsSinksCreate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BillingAccountsSinksCreate Source # 
Instance details

Defined in Network.Google.Resource.Logging.BillingAccounts.Sinks.Create

Generic BillingAccountsSinksCreate Source # 
Instance details

Defined in Network.Google.Resource.Logging.BillingAccounts.Sinks.Create

Associated Types

type Rep BillingAccountsSinksCreate :: Type -> Type #

GoogleRequest BillingAccountsSinksCreate Source # 
Instance details

Defined in Network.Google.Resource.Logging.BillingAccounts.Sinks.Create

type Rep BillingAccountsSinksCreate Source # 
Instance details

Defined in Network.Google.Resource.Logging.BillingAccounts.Sinks.Create

type Rep BillingAccountsSinksCreate = D1 (MetaData "BillingAccountsSinksCreate" "Network.Google.Resource.Logging.BillingAccounts.Sinks.Create" "gogol-logging-0.4.0-Fkqxms3wLZh247ErmYpvHr" False) (C1 (MetaCons "BillingAccountsSinksCreate'" PrefixI True) (((S1 (MetaSel (Just "_bascParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_bascXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_bascUniqueWriterIdentity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_bascUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_bascAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_bascUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_bascPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LogSink) :*: S1 (MetaSel (Just "_bascCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes BillingAccountsSinksCreate Source # 
Instance details

Defined in Network.Google.Resource.Logging.BillingAccounts.Sinks.Create

type Scopes BillingAccountsSinksCreate = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/logging.admin" ': ([] :: [Symbol]))
type Rs BillingAccountsSinksCreate Source # 
Instance details

Defined in Network.Google.Resource.Logging.BillingAccounts.Sinks.Create

Request Lenses

bascParent :: Lens' BillingAccountsSinksCreate Text Source #

Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789".

bascUniqueWriterIdentity :: Lens' BillingAccountsSinksCreate (Maybe Bool) Source #

Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then the value returned as writer_identity is the same group or service account used by Logging before the addition of writer identities to this API. The sink's destination must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of writer_identity will be a unique service account used only for exports from the new sink. For more information, see writer_identity in LogSink.

bascUploadProtocol :: Lens' BillingAccountsSinksCreate (Maybe Text) Source #

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

bascUploadType :: Lens' BillingAccountsSinksCreate (Maybe Text) Source #

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