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 exclusion.
See: Stackdriver Logging API Reference for logging.projects.exclusions.delete
.
Synopsis
- type ProjectsExclusionsDeleteResource = "v2" :> (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)))))))
- projectsExclusionsDelete :: Text -> ProjectsExclusionsDelete
- data ProjectsExclusionsDelete
- pedXgafv :: Lens' ProjectsExclusionsDelete (Maybe Xgafv)
- pedUploadProtocol :: Lens' ProjectsExclusionsDelete (Maybe Text)
- pedAccessToken :: Lens' ProjectsExclusionsDelete (Maybe Text)
- pedUploadType :: Lens' ProjectsExclusionsDelete (Maybe Text)
- pedName :: Lens' ProjectsExclusionsDelete Text
- pedCallback :: Lens' ProjectsExclusionsDelete (Maybe Text)
REST Resource
type ProjectsExclusionsDeleteResource = "v2" :> (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 logging.projects.exclusions.delete
method which the
ProjectsExclusionsDelete
request conforms to.
Creating a Request
projectsExclusionsDelete Source #
Creates a value of ProjectsExclusionsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsExclusionsDelete Source #
Deletes an exclusion.
See: projectsExclusionsDelete
smart constructor.
Instances
Request Lenses
pedUploadProtocol :: Lens' ProjectsExclusionsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pedAccessToken :: Lens' ProjectsExclusionsDelete (Maybe Text) Source #
OAuth access token.
pedUploadType :: Lens' ProjectsExclusionsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pedName :: Lens' ProjectsExclusionsDelete Text Source #
Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id".
pedCallback :: Lens' ProjectsExclusionsDelete (Maybe Text) Source #
JSONP