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 an app profile from an instance.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.appProfiles.delete
.
Synopsis
- type ProjectsInstancesAppProFilesDeleteResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "ignoreWarnings" Bool :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Empty))))))))
- projectsInstancesAppProFilesDelete :: Text -> ProjectsInstancesAppProFilesDelete
- data ProjectsInstancesAppProFilesDelete
- piapfdXgafv :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Xgafv)
- piapfdUploadProtocol :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text)
- piapfdAccessToken :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text)
- piapfdUploadType :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text)
- piapfdIgnoreWarnings :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Bool)
- piapfdName :: Lens' ProjectsInstancesAppProFilesDelete Text
- piapfdCallback :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text)
REST Resource
type ProjectsInstancesAppProFilesDeleteResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "ignoreWarnings" Bool :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Empty)))))))) Source #
A resource alias for bigtableadmin.projects.instances.appProfiles.delete
method which the
ProjectsInstancesAppProFilesDelete
request conforms to.
Creating a Request
projectsInstancesAppProFilesDelete Source #
Creates a value of ProjectsInstancesAppProFilesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesAppProFilesDelete Source #
Deletes an app profile from an instance.
See: projectsInstancesAppProFilesDelete
smart constructor.
Instances
Request Lenses
piapfdXgafv :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Xgafv) Source #
V1 error format.
piapfdUploadProtocol :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
piapfdAccessToken :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text) Source #
OAuth access token.
piapfdUploadType :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
piapfdIgnoreWarnings :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Bool) Source #
If true, ignore safety checks when deleting the app profile.
piapfdName :: Lens' ProjectsInstancesAppProFilesDelete Text Source #
The unique name of the app profile to be deleted. Values are of the form `projects//instances//appProfiles/`.