gogol-appengine-0.4.0: Google App Engine Admin 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.AppEngine.Apps.DomainMAppings.Delete

Contents

Description

Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.

See: App Engine Admin API Reference for appengine.apps.domainMappings.delete.

Synopsis

REST Resource

type AppsDomainMAppingsDeleteResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("domainMappings" :> (Capture "domainMappingsId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Operation)))))))))) Source #

A resource alias for appengine.apps.domainMappings.delete method which the AppsDomainMAppingsDelete request conforms to.

Creating a Request

appsDomainMAppingsDelete Source #

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

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

data AppsDomainMAppingsDelete Source #

Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.

See: appsDomainMAppingsDelete smart constructor.

Instances
Eq AppsDomainMAppingsDelete Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Delete

Data AppsDomainMAppingsDelete Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Delete

Methods

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

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

toConstr :: AppsDomainMAppingsDelete -> Constr #

dataTypeOf :: AppsDomainMAppingsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsDomainMAppingsDelete Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Delete

Generic AppsDomainMAppingsDelete Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Delete

Associated Types

type Rep AppsDomainMAppingsDelete :: Type -> Type #

GoogleRequest AppsDomainMAppingsDelete Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Delete

type Rep AppsDomainMAppingsDelete Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Delete

type Rep AppsDomainMAppingsDelete = D1 (MetaData "AppsDomainMAppingsDelete" "Network.Google.Resource.AppEngine.Apps.DomainMAppings.Delete" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsDomainMAppingsDelete'" PrefixI True) ((S1 (MetaSel (Just "_admadXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_admadUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_admadAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_admadUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_admadAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_admadDomainMAppingsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_admadCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes AppsDomainMAppingsDelete Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Delete

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

Defined in Network.Google.Resource.AppEngine.Apps.DomainMAppings.Delete

Request Lenses

admadUploadProtocol :: Lens' AppsDomainMAppingsDelete (Maybe Text) Source #

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

admadUploadType :: Lens' AppsDomainMAppingsDelete (Maybe Text) Source #

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

admadAppsId :: Lens' AppsDomainMAppingsDelete Text Source #

Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com.

admadDomainMAppingsId :: Lens' AppsDomainMAppingsDelete Text Source #

Part of `name`. See documentation of `appsId`.