Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- 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))))))))))
- appsDomainMAppingsDelete :: Text -> Text -> AppsDomainMAppingsDelete
- data AppsDomainMAppingsDelete
- admadXgafv :: Lens' AppsDomainMAppingsDelete (Maybe Xgafv)
- admadUploadProtocol :: Lens' AppsDomainMAppingsDelete (Maybe Text)
- admadAccessToken :: Lens' AppsDomainMAppingsDelete (Maybe Text)
- admadUploadType :: Lens' AppsDomainMAppingsDelete (Maybe Text)
- admadAppsId :: Lens' AppsDomainMAppingsDelete Text
- admadDomainMAppingsId :: Lens' AppsDomainMAppingsDelete Text
- admadCallback :: Lens' AppsDomainMAppingsDelete (Maybe Text)
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
Request Lenses
admadXgafv :: Lens' AppsDomainMAppingsDelete (Maybe Xgafv) Source #
V1 error format.
admadUploadProtocol :: Lens' AppsDomainMAppingsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
admadAccessToken :: Lens' AppsDomainMAppingsDelete (Maybe Text) Source #
OAuth access token.
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`.
admadCallback :: Lens' AppsDomainMAppingsDelete (Maybe Text) Source #
JSONP