| 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 |
Network.Google.Resource.Composer.Projects.Locations.Environments.Delete
Description
Delete an environment.
See: Cloud Composer API Reference for composer.projects.locations.environments.delete.
Synopsis
- type ProjectsLocationsEnvironmentsDeleteResource = "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] Operation)))))))
- projectsLocationsEnvironmentsDelete :: Text -> ProjectsLocationsEnvironmentsDelete
- data ProjectsLocationsEnvironmentsDelete
- pledXgafv :: Lens' ProjectsLocationsEnvironmentsDelete (Maybe Xgafv)
- pledUploadProtocol :: Lens' ProjectsLocationsEnvironmentsDelete (Maybe Text)
- pledAccessToken :: Lens' ProjectsLocationsEnvironmentsDelete (Maybe Text)
- pledUploadType :: Lens' ProjectsLocationsEnvironmentsDelete (Maybe Text)
- pledName :: Lens' ProjectsLocationsEnvironmentsDelete Text
- pledCallback :: Lens' ProjectsLocationsEnvironmentsDelete (Maybe Text)
REST Resource
type ProjectsLocationsEnvironmentsDeleteResource = "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] Operation))))))) Source #
A resource alias for composer.projects.locations.environments.delete method which the
ProjectsLocationsEnvironmentsDelete request conforms to.
Creating a Request
projectsLocationsEnvironmentsDelete Source #
Arguments
| :: Text | |
| -> ProjectsLocationsEnvironmentsDelete |
Creates a value of ProjectsLocationsEnvironmentsDelete with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsEnvironmentsDelete Source #
Delete an environment.
See: projectsLocationsEnvironmentsDelete smart constructor.
Instances
Request Lenses
pledUploadProtocol :: Lens' ProjectsLocationsEnvironmentsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pledAccessToken :: Lens' ProjectsLocationsEnvironmentsDelete (Maybe Text) Source #
OAuth access token.
pledUploadType :: Lens' ProjectsLocationsEnvironmentsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").