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.AuthorizedCertificates.Delete

Contents

Description

Deletes the specified SSL certificate.

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

Synopsis

REST Resource

type AppsAuthorizedCertificatesDeleteResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (Capture "authorizedCertificatesId" 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 appengine.apps.authorizedCertificates.delete method which the AppsAuthorizedCertificatesDelete request conforms to.

Creating a Request

data AppsAuthorizedCertificatesDelete Source #

Deletes the specified SSL certificate.

See: appsAuthorizedCertificatesDelete smart constructor.

Instances
Eq AppsAuthorizedCertificatesDelete Source # 
Instance details

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

Data AppsAuthorizedCertificatesDelete Source # 
Instance details

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

Methods

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

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

toConstr :: AppsAuthorizedCertificatesDelete -> Constr #

dataTypeOf :: AppsAuthorizedCertificatesDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AppsAuthorizedCertificatesDelete Source # 
Instance details

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

Generic AppsAuthorizedCertificatesDelete Source # 
Instance details

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

Associated Types

type Rep AppsAuthorizedCertificatesDelete :: Type -> Type #

GoogleRequest AppsAuthorizedCertificatesDelete Source # 
Instance details

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

type Rep AppsAuthorizedCertificatesDelete Source # 
Instance details

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

type Rep AppsAuthorizedCertificatesDelete = D1 (MetaData "AppsAuthorizedCertificatesDelete" "Network.Google.Resource.AppEngine.Apps.AuthorizedCertificates.Delete" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsAuthorizedCertificatesDelete'" PrefixI True) ((S1 (MetaSel (Just "_aacdAuthorizedCertificatesId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_aacdXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_aacdUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_aacdAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aacdUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aacdAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aacdCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes AppsAuthorizedCertificatesDelete Source # 
Instance details

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

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

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

Request Lenses

aacdAuthorizedCertificatesId :: Lens' AppsAuthorizedCertificatesDelete Text Source #

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

aacdUploadProtocol :: Lens' AppsAuthorizedCertificatesDelete (Maybe Text) Source #

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

aacdUploadType :: Lens' AppsAuthorizedCertificatesDelete (Maybe Text) Source #

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

aacdAppsId :: Lens' AppsAuthorizedCertificatesDelete Text Source #

Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.