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 a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.
See: Cloud Dataproc API Reference for dataproc.projects.regions.operations.delete
.
Synopsis
- type ProjectsRegionsOperationsDeleteResource = "v1" :> (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)))))))
- projectsRegionsOperationsDelete :: Text -> ProjectsRegionsOperationsDelete
- data ProjectsRegionsOperationsDelete
- prodXgafv :: Lens' ProjectsRegionsOperationsDelete (Maybe Xgafv)
- prodUploadProtocol :: Lens' ProjectsRegionsOperationsDelete (Maybe Text)
- prodAccessToken :: Lens' ProjectsRegionsOperationsDelete (Maybe Text)
- prodUploadType :: Lens' ProjectsRegionsOperationsDelete (Maybe Text)
- prodName :: Lens' ProjectsRegionsOperationsDelete Text
- prodCallback :: Lens' ProjectsRegionsOperationsDelete (Maybe Text)
REST Resource
type ProjectsRegionsOperationsDeleteResource = "v1" :> (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 dataproc.projects.regions.operations.delete
method which the
ProjectsRegionsOperationsDelete
request conforms to.
Creating a Request
projectsRegionsOperationsDelete Source #
Creates a value of ProjectsRegionsOperationsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsRegionsOperationsDelete Source #
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.
See: projectsRegionsOperationsDelete
smart constructor.
Instances
Request Lenses
prodUploadProtocol :: Lens' ProjectsRegionsOperationsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
prodAccessToken :: Lens' ProjectsRegionsOperationsDelete (Maybe Text) Source #
OAuth access token.
prodUploadType :: Lens' ProjectsRegionsOperationsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
prodName :: Lens' ProjectsRegionsOperationsDelete Text Source #
The name of the operation resource to be deleted.
prodCallback :: Lens' ProjectsRegionsOperationsDelete (Maybe Text) Source #
JSONP