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 SSL certificate.
See: App Engine Admin API Reference for appengine.apps.authorizedCertificates.delete
.
Synopsis
- 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))))))))))
- appsAuthorizedCertificatesDelete :: Text -> Text -> AppsAuthorizedCertificatesDelete
- data AppsAuthorizedCertificatesDelete
- aacdAuthorizedCertificatesId :: Lens' AppsAuthorizedCertificatesDelete Text
- aacdXgafv :: Lens' AppsAuthorizedCertificatesDelete (Maybe Xgafv)
- aacdUploadProtocol :: Lens' AppsAuthorizedCertificatesDelete (Maybe Text)
- aacdAccessToken :: Lens' AppsAuthorizedCertificatesDelete (Maybe Text)
- aacdUploadType :: Lens' AppsAuthorizedCertificatesDelete (Maybe Text)
- aacdAppsId :: Lens' AppsAuthorizedCertificatesDelete Text
- aacdCallback :: Lens' AppsAuthorizedCertificatesDelete (Maybe Text)
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
appsAuthorizedCertificatesDelete Source #
Creates a value of AppsAuthorizedCertificatesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AppsAuthorizedCertificatesDelete Source #
Deletes the specified SSL certificate.
See: appsAuthorizedCertificatesDelete
smart constructor.
Instances
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").
aacdAccessToken :: Lens' AppsAuthorizedCertificatesDelete (Maybe Text) Source #
OAuth access token.
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.