gogol-logging-0.5.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.Organizations.Exclusions.Delete

Contents

Description

Deletes an exclusion.

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

Synopsis

REST Resource

type OrganizationsExclusionsDeleteResource = "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.organizations.exclusions.delete method which the OrganizationsExclusionsDelete request conforms to.

Creating a Request

organizationsExclusionsDelete Source #

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

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

data OrganizationsExclusionsDelete Source #

Deletes an exclusion.

See: organizationsExclusionsDelete smart constructor.

Instances
Eq OrganizationsExclusionsDelete Source # 
Instance details

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

Data OrganizationsExclusionsDelete Source # 
Instance details

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

Methods

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

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

toConstr :: OrganizationsExclusionsDelete -> Constr #

dataTypeOf :: OrganizationsExclusionsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OrganizationsExclusionsDelete Source # 
Instance details

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

Generic OrganizationsExclusionsDelete Source # 
Instance details

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

Associated Types

type Rep OrganizationsExclusionsDelete :: Type -> Type #

GoogleRequest OrganizationsExclusionsDelete Source # 
Instance details

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

type Rep OrganizationsExclusionsDelete Source # 
Instance details

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

type Rep OrganizationsExclusionsDelete = D1 (MetaData "OrganizationsExclusionsDelete" "Network.Google.Resource.Logging.Organizations.Exclusions.Delete" "gogol-logging-0.5.0-D7izZmzBhjyB83tPXbIfdB" False) (C1 (MetaCons "OrganizationsExclusionsDelete'" PrefixI True) ((S1 (MetaSel (Just "_oedXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_oedUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_oedAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_oedUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_oedName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_oedCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes OrganizationsExclusionsDelete Source # 
Instance details

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

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

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

Request Lenses

oedUploadProtocol :: Lens' OrganizationsExclusionsDelete (Maybe Text) Source #

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

oedUploadType :: Lens' OrganizationsExclusionsDelete (Maybe Text) Source #

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

oedName :: Lens' OrganizationsExclusionsDelete 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".