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.folders.exclusions.delete
.
Synopsis
- type FoldersExclusionsDeleteResource = "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)))))))
- foldersExclusionsDelete :: Text -> FoldersExclusionsDelete
- data FoldersExclusionsDelete
- fedXgafv :: Lens' FoldersExclusionsDelete (Maybe Xgafv)
- fedUploadProtocol :: Lens' FoldersExclusionsDelete (Maybe Text)
- fedAccessToken :: Lens' FoldersExclusionsDelete (Maybe Text)
- fedUploadType :: Lens' FoldersExclusionsDelete (Maybe Text)
- fedName :: Lens' FoldersExclusionsDelete Text
- fedCallback :: Lens' FoldersExclusionsDelete (Maybe Text)
REST Resource
type FoldersExclusionsDeleteResource = "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.folders.exclusions.delete
method which the
FoldersExclusionsDelete
request conforms to.
Creating a Request
foldersExclusionsDelete Source #
Creates a value of FoldersExclusionsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data FoldersExclusionsDelete Source #
Deletes an exclusion.
See: foldersExclusionsDelete
smart constructor.
Instances
Request Lenses
fedUploadProtocol :: Lens' FoldersExclusionsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
fedAccessToken :: Lens' FoldersExclusionsDelete (Maybe Text) Source #
OAuth access token.
fedUploadType :: Lens' FoldersExclusionsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
fedName :: Lens' FoldersExclusionsDelete 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".
fedCallback :: Lens' FoldersExclusionsDelete (Maybe Text) Source #
JSONP