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.Projects.Exclusions.Delete

Contents

Description

Deletes an exclusion.

See: Stackdriver Logging API Reference for logging.projects.exclusions.delete.

Synopsis

REST Resource

type ProjectsExclusionsDeleteResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Empty))))))) Source #

A resource alias for logging.projects.exclusions.delete method which the ProjectsExclusionsDelete request conforms to.

Creating a Request

projectsExclusionsDelete Source #

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

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

data ProjectsExclusionsDelete Source #

Deletes an exclusion.

See: projectsExclusionsDelete smart constructor.

Instances
Eq ProjectsExclusionsDelete Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.Delete

Data ProjectsExclusionsDelete Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.Delete

Methods

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

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

toConstr :: ProjectsExclusionsDelete -> Constr #

dataTypeOf :: ProjectsExclusionsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsExclusionsDelete Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.Delete

Generic ProjectsExclusionsDelete Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.Delete

Associated Types

type Rep ProjectsExclusionsDelete :: Type -> Type #

GoogleRequest ProjectsExclusionsDelete Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.Delete

type Rep ProjectsExclusionsDelete Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.Delete

type Rep ProjectsExclusionsDelete = D1 (MetaData "ProjectsExclusionsDelete" "Network.Google.Resource.Logging.Projects.Exclusions.Delete" "gogol-logging-0.4.0-Fkqxms3wLZh247ErmYpvHr" False) (C1 (MetaCons "ProjectsExclusionsDelete'" PrefixI True) ((S1 (MetaSel (Just "_pedXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pedUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pedAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pedUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pedName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pedCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsExclusionsDelete Source # 
Instance details

Defined in Network.Google.Resource.Logging.Projects.Exclusions.Delete

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

Defined in Network.Google.Resource.Logging.Projects.Exclusions.Delete

Request Lenses

pedUploadProtocol :: Lens' ProjectsExclusionsDelete (Maybe Text) Source #

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

pedUploadType :: Lens' ProjectsExclusionsDelete (Maybe Text) Source #

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

pedName :: Lens' ProjectsExclusionsDelete Text Source #

Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id".