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.organizations.exclusions.delete
.
Synopsis
- type OrganizationsExclusionsDeleteResource = "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)))))))
- organizationsExclusionsDelete :: Text -> OrganizationsExclusionsDelete
- data OrganizationsExclusionsDelete
- oedXgafv :: Lens' OrganizationsExclusionsDelete (Maybe Xgafv)
- oedUploadProtocol :: Lens' OrganizationsExclusionsDelete (Maybe Text)
- oedAccessToken :: Lens' OrganizationsExclusionsDelete (Maybe Text)
- oedUploadType :: Lens' OrganizationsExclusionsDelete (Maybe Text)
- oedName :: Lens' OrganizationsExclusionsDelete Text
- oedCallback :: Lens' OrganizationsExclusionsDelete (Maybe Text)
REST Resource
type OrganizationsExclusionsDeleteResource = "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.organizations.exclusions.delete
method which the
OrganizationsExclusionsDelete
request conforms to.
Creating a Request
organizationsExclusionsDelete Source #
Creates a value of OrganizationsExclusionsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OrganizationsExclusionsDelete Source #
Deletes an exclusion.
See: organizationsExclusionsDelete
smart constructor.
Instances
Request Lenses
oedUploadProtocol :: Lens' OrganizationsExclusionsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
oedAccessToken :: Lens' OrganizationsExclusionsDelete (Maybe Text) Source #
OAuth access token.
oedUploadType :: Lens' OrganizationsExclusionsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
oedName :: Lens' OrganizationsExclusionsDelete 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".
oedCallback :: Lens' OrganizationsExclusionsDelete (Maybe Text) Source #
JSONP