amazonka-redshift-1.5.0: Amazon Redshift SDK.

Copyright(c) 2013-2017 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 Source #

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 Source #

The result of the DeleteSnapshotCopyGrant action.

See: deleteSnapshotCopyGrant smart constructor.

Instances

Eq DeleteSnapshotCopyGrant Source # 
Data DeleteSnapshotCopyGrant Source # 

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 Source # 
Show DeleteSnapshotCopyGrant Source # 
Generic DeleteSnapshotCopyGrant Source # 
Hashable DeleteSnapshotCopyGrant Source # 
NFData DeleteSnapshotCopyGrant Source # 

Methods

rnf :: DeleteSnapshotCopyGrant -> () #

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

Request Lenses

dscgSnapshotCopyGrantName :: Lens' DeleteSnapshotCopyGrant Text Source #

The name of the snapshot copy grant to delete.

Destructuring the Response

deleteSnapshotCopyGrantResponse :: DeleteSnapshotCopyGrantResponse Source #

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

data DeleteSnapshotCopyGrantResponse Source #

See: deleteSnapshotCopyGrantResponse smart constructor.

Instances

Eq DeleteSnapshotCopyGrantResponse Source # 
Data DeleteSnapshotCopyGrantResponse Source # 

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 Source # 
Show DeleteSnapshotCopyGrantResponse Source # 
Generic DeleteSnapshotCopyGrantResponse Source # 
NFData DeleteSnapshotCopyGrantResponse Source # 
type Rep DeleteSnapshotCopyGrantResponse Source # 
type Rep DeleteSnapshotCopyGrantResponse = D1 (MetaData "DeleteSnapshotCopyGrantResponse" "Network.AWS.Redshift.DeleteSnapshotCopyGrant" "amazonka-redshift-1.5.0-Dab3rZV2tPBCgimwpoJly0" False) (C1 (MetaCons "DeleteSnapshotCopyGrantResponse'" PrefixI False) U1)