amazonka-redshift-1.6.1: Amazon Redshift SDK.

Copyright(c) 2013-2018 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 # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Data DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.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 Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Show DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Generic DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Associated Types

type Rep DeleteSnapshotCopyGrant :: Type -> Type #

Hashable DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

AWSRequest DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Associated Types

type Rs DeleteSnapshotCopyGrant :: Type #

ToHeaders DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

ToPath DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

ToQuery DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

NFData DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Methods

rnf :: DeleteSnapshotCopyGrant -> () #

type Rep DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

type Rep DeleteSnapshotCopyGrant = D1 (MetaData "DeleteSnapshotCopyGrant" "Network.AWS.Redshift.DeleteSnapshotCopyGrant" "amazonka-redshift-1.6.1-5k9dueihUQf2a2gxNGkSPi" True) (C1 (MetaCons "DeleteSnapshotCopyGrant'" PrefixI True) (S1 (MetaSel (Just "_dscgSnapshotCopyGrantName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

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 # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Data DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

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 # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Show DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Generic DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

Associated Types

type Rep DeleteSnapshotCopyGrantResponse :: Type -> Type #

NFData DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

type Rep DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteSnapshotCopyGrant

type Rep DeleteSnapshotCopyGrantResponse = D1 (MetaData "DeleteSnapshotCopyGrantResponse" "Network.AWS.Redshift.DeleteSnapshotCopyGrant" "amazonka-redshift-1.6.1-5k9dueihUQf2a2gxNGkSPi" False) (C1 (MetaCons "DeleteSnapshotCopyGrantResponse'" PrefixI False) (U1 :: Type -> Type))