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 uptime check configuration. Note that this method will fail if the uptime check configuration is referenced by an alert policy or other dependent configs that would be rendered invalid by the deletion.
See: Stackdriver Monitoring API Reference for monitoring.projects.uptimeCheckConfigs.delete
.
Synopsis
- type ProjectsUptimeCheckConfigsDeleteResource = "v3" :> (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)))))))
- projectsUptimeCheckConfigsDelete :: Text -> ProjectsUptimeCheckConfigsDelete
- data ProjectsUptimeCheckConfigsDelete
- puccdXgafv :: Lens' ProjectsUptimeCheckConfigsDelete (Maybe Xgafv)
- puccdUploadProtocol :: Lens' ProjectsUptimeCheckConfigsDelete (Maybe Text)
- puccdAccessToken :: Lens' ProjectsUptimeCheckConfigsDelete (Maybe Text)
- puccdUploadType :: Lens' ProjectsUptimeCheckConfigsDelete (Maybe Text)
- puccdName :: Lens' ProjectsUptimeCheckConfigsDelete Text
- puccdCallback :: Lens' ProjectsUptimeCheckConfigsDelete (Maybe Text)
REST Resource
type ProjectsUptimeCheckConfigsDeleteResource = "v3" :> (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 monitoring.projects.uptimeCheckConfigs.delete
method which the
ProjectsUptimeCheckConfigsDelete
request conforms to.
Creating a Request
projectsUptimeCheckConfigsDelete Source #
Creates a value of ProjectsUptimeCheckConfigsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsUptimeCheckConfigsDelete Source #
Deletes an uptime check configuration. Note that this method will fail if the uptime check configuration is referenced by an alert policy or other dependent configs that would be rendered invalid by the deletion.
See: projectsUptimeCheckConfigsDelete
smart constructor.
Instances
Request Lenses
puccdXgafv :: Lens' ProjectsUptimeCheckConfigsDelete (Maybe Xgafv) Source #
V1 error format.
puccdUploadProtocol :: Lens' ProjectsUptimeCheckConfigsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
puccdAccessToken :: Lens' ProjectsUptimeCheckConfigsDelete (Maybe Text) Source #
OAuth access token.
puccdUploadType :: Lens' ProjectsUptimeCheckConfigsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").