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.billingAccounts.exclusions.delete
.
Synopsis
- type BillingAccountsExclusionsDeleteResource = "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)))))))
- billingAccountsExclusionsDelete :: Text -> BillingAccountsExclusionsDelete
- data BillingAccountsExclusionsDelete
- baedXgafv :: Lens' BillingAccountsExclusionsDelete (Maybe Xgafv)
- baedUploadProtocol :: Lens' BillingAccountsExclusionsDelete (Maybe Text)
- baedAccessToken :: Lens' BillingAccountsExclusionsDelete (Maybe Text)
- baedUploadType :: Lens' BillingAccountsExclusionsDelete (Maybe Text)
- baedName :: Lens' BillingAccountsExclusionsDelete Text
- baedCallback :: Lens' BillingAccountsExclusionsDelete (Maybe Text)
REST Resource
type BillingAccountsExclusionsDeleteResource = "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.billingAccounts.exclusions.delete
method which the
BillingAccountsExclusionsDelete
request conforms to.
Creating a Request
billingAccountsExclusionsDelete Source #
Creates a value of BillingAccountsExclusionsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BillingAccountsExclusionsDelete Source #
Deletes an exclusion.
See: billingAccountsExclusionsDelete
smart constructor.
Instances
Request Lenses
baedUploadProtocol :: Lens' BillingAccountsExclusionsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
baedAccessToken :: Lens' BillingAccountsExclusionsDelete (Maybe Text) Source #
OAuth access token.
baedUploadType :: Lens' BillingAccountsExclusionsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
baedName :: Lens' BillingAccountsExclusionsDelete 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".
baedCallback :: Lens' BillingAccountsExclusionsDelete (Maybe Text) Source #
JSONP