gogol-compute-0.5.0: Google Compute Engine SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey

Contents

Description

Deletes a key for validating requests with signed URLs for this backend service.

See: Compute Engine API Reference for compute.backendServices.deleteSignedUrlKey.

Synopsis

REST Resource

type BackendServicesDeleteSignedURLKeyResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("backendServices" :> (Capture "backendService" Text :> ("deleteSignedUrlKey" :> (QueryParam "keyName" Text :> (QueryParam "requestId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] Operation)))))))))) Source #

A resource alias for compute.backendServices.deleteSignedUrlKey method which the BackendServicesDeleteSignedURLKey request conforms to.

Creating a Request

backendServicesDeleteSignedURLKey Source #

Creates a value of BackendServicesDeleteSignedURLKey with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data BackendServicesDeleteSignedURLKey Source #

Deletes a key for validating requests with signed URLs for this backend service.

See: backendServicesDeleteSignedURLKey smart constructor.

Instances
Eq BackendServicesDeleteSignedURLKey Source # 
Instance details

Defined in Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey

Data BackendServicesDeleteSignedURLKey Source # 
Instance details

Defined in Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BackendServicesDeleteSignedURLKey -> c BackendServicesDeleteSignedURLKey #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BackendServicesDeleteSignedURLKey #

toConstr :: BackendServicesDeleteSignedURLKey -> Constr #

dataTypeOf :: BackendServicesDeleteSignedURLKey -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BackendServicesDeleteSignedURLKey) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BackendServicesDeleteSignedURLKey) #

gmapT :: (forall b. Data b => b -> b) -> BackendServicesDeleteSignedURLKey -> BackendServicesDeleteSignedURLKey #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BackendServicesDeleteSignedURLKey -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BackendServicesDeleteSignedURLKey -> r #

gmapQ :: (forall d. Data d => d -> u) -> BackendServicesDeleteSignedURLKey -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BackendServicesDeleteSignedURLKey -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BackendServicesDeleteSignedURLKey -> m BackendServicesDeleteSignedURLKey #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BackendServicesDeleteSignedURLKey -> m BackendServicesDeleteSignedURLKey #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BackendServicesDeleteSignedURLKey -> m BackendServicesDeleteSignedURLKey #

Show BackendServicesDeleteSignedURLKey Source # 
Instance details

Defined in Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey

Generic BackendServicesDeleteSignedURLKey Source # 
Instance details

Defined in Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey

Associated Types

type Rep BackendServicesDeleteSignedURLKey :: Type -> Type #

GoogleRequest BackendServicesDeleteSignedURLKey Source # 
Instance details

Defined in Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey

type Rep BackendServicesDeleteSignedURLKey Source # 
Instance details

Defined in Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey

type Rep BackendServicesDeleteSignedURLKey = D1 (MetaData "BackendServicesDeleteSignedURLKey" "Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "BackendServicesDeleteSignedURLKey'" PrefixI True) ((S1 (MetaSel (Just "_bsdsukRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_bsdsukProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_bsdsukKeyName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_bsdsukBackendService") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes BackendServicesDeleteSignedURLKey Source # 
Instance details

Defined in Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey

type Scopes BackendServicesDeleteSignedURLKey = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ([] :: [Symbol]))
type Rs BackendServicesDeleteSignedURLKey Source # 
Instance details

Defined in Network.Google.Resource.Compute.BackendServices.DeleteSignedURLKey

Request Lenses

bsdsukRequestId :: Lens' BackendServicesDeleteSignedURLKey (Maybe Text) Source #

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

bsdsukKeyName :: Lens' BackendServicesDeleteSignedURLKey Text Source #

The name of the Signed URL Key to delete.

bsdsukBackendService :: Lens' BackendServicesDeleteSignedURLKey Text Source #

Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.