amazonka-redshift-1.4.5: Amazon Redshift SDK.

Copyright(c) 2013-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.AWS.Redshift.DeleteSnapshotCopyGrant

Contents

Description

Deletes the specified snapshot copy grant.

Synopsis

Creating a Request

deleteSnapshotCopyGrant #

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

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

data DeleteSnapshotCopyGrant #

The result of the DeleteSnapshotCopyGrant action.

See: deleteSnapshotCopyGrant smart constructor.

Instances

Eq DeleteSnapshotCopyGrant # 
Data DeleteSnapshotCopyGrant # 

Methods

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

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

toConstr :: DeleteSnapshotCopyGrant -> Constr #

dataTypeOf :: DeleteSnapshotCopyGrant -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSnapshotCopyGrant # 
Show DeleteSnapshotCopyGrant # 
Generic DeleteSnapshotCopyGrant # 
Hashable DeleteSnapshotCopyGrant # 
NFData DeleteSnapshotCopyGrant # 

Methods

rnf :: DeleteSnapshotCopyGrant -> () #

AWSRequest DeleteSnapshotCopyGrant # 
ToQuery DeleteSnapshotCopyGrant # 
ToPath DeleteSnapshotCopyGrant # 
ToHeaders DeleteSnapshotCopyGrant # 
type Rep DeleteSnapshotCopyGrant # 
type Rep DeleteSnapshotCopyGrant = D1 (MetaData "DeleteSnapshotCopyGrant" "Network.AWS.Redshift.DeleteSnapshotCopyGrant" "amazonka-redshift-1.4.5-5ygenDSSyjc71mxYPXWxi1" True) (C1 (MetaCons "DeleteSnapshotCopyGrant'" PrefixI True) (S1 (MetaSel (Just Symbol "_dscgSnapshotCopyGrantName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteSnapshotCopyGrant # 

Request Lenses

dscgSnapshotCopyGrantName :: Lens' DeleteSnapshotCopyGrant Text #

The name of the snapshot copy grant to delete.

Destructuring the Response

deleteSnapshotCopyGrantResponse :: DeleteSnapshotCopyGrantResponse #

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

data DeleteSnapshotCopyGrantResponse #

See: deleteSnapshotCopyGrantResponse smart constructor.

Instances

Eq DeleteSnapshotCopyGrantResponse # 
Data DeleteSnapshotCopyGrantResponse # 

Methods

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

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

toConstr :: DeleteSnapshotCopyGrantResponse -> Constr #

dataTypeOf :: DeleteSnapshotCopyGrantResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSnapshotCopyGrantResponse # 
Show DeleteSnapshotCopyGrantResponse # 
Generic DeleteSnapshotCopyGrantResponse # 
NFData DeleteSnapshotCopyGrantResponse # 
type Rep DeleteSnapshotCopyGrantResponse # 
type Rep DeleteSnapshotCopyGrantResponse = D1 (MetaData "DeleteSnapshotCopyGrantResponse" "Network.AWS.Redshift.DeleteSnapshotCopyGrant" "amazonka-redshift-1.4.5-5ygenDSSyjc71mxYPXWxi1" False) (C1 (MetaCons "DeleteSnapshotCopyGrantResponse'" PrefixI False) U1)