amazonka-storagegateway-1.4.5: Amazon Storage Gateway 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.StorageGateway.DeleteSnapshotSchedule

Contents

Description

Deletes a snapshot of a volume.

You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API action enables you to delete a snapshot schedule for a volume. For more information, see Working with Snapshots . In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name (ARN).

Synopsis

Creating a Request

deleteSnapshotSchedule Source #

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

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

data DeleteSnapshotSchedule Source #

See: deleteSnapshotSchedule smart constructor.

Instances

Eq DeleteSnapshotSchedule Source # 
Data DeleteSnapshotSchedule Source # 

Methods

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

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

toConstr :: DeleteSnapshotSchedule -> Constr #

dataTypeOf :: DeleteSnapshotSchedule -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSnapshotSchedule Source # 
Show DeleteSnapshotSchedule Source # 
Generic DeleteSnapshotSchedule Source # 
Hashable DeleteSnapshotSchedule Source # 
ToJSON DeleteSnapshotSchedule Source # 
NFData DeleteSnapshotSchedule Source # 

Methods

rnf :: DeleteSnapshotSchedule -> () #

AWSRequest DeleteSnapshotSchedule Source # 
ToPath DeleteSnapshotSchedule Source # 
ToHeaders DeleteSnapshotSchedule Source # 
ToQuery DeleteSnapshotSchedule Source # 
type Rep DeleteSnapshotSchedule Source # 
type Rep DeleteSnapshotSchedule = D1 (MetaData "DeleteSnapshotSchedule" "Network.AWS.StorageGateway.DeleteSnapshotSchedule" "amazonka-storagegateway-1.4.5-GOGCrgFap1r59NptpacdAf" True) (C1 (MetaCons "DeleteSnapshotSchedule'" PrefixI True) (S1 (MetaSel (Just Symbol "_dVolumeARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteSnapshotSchedule Source # 

Request Lenses

Destructuring the Response

deleteSnapshotScheduleResponse Source #

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

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

data DeleteSnapshotScheduleResponse Source #

See: deleteSnapshotScheduleResponse smart constructor.

Instances

Eq DeleteSnapshotScheduleResponse Source # 
Data DeleteSnapshotScheduleResponse Source # 

Methods

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

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

toConstr :: DeleteSnapshotScheduleResponse -> Constr #

dataTypeOf :: DeleteSnapshotScheduleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSnapshotScheduleResponse Source # 
Show DeleteSnapshotScheduleResponse Source # 
Generic DeleteSnapshotScheduleResponse Source # 
NFData DeleteSnapshotScheduleResponse Source # 
type Rep DeleteSnapshotScheduleResponse Source # 
type Rep DeleteSnapshotScheduleResponse = D1 (MetaData "DeleteSnapshotScheduleResponse" "Network.AWS.StorageGateway.DeleteSnapshotSchedule" "amazonka-storagegateway-1.4.5-GOGCrgFap1r59NptpacdAf" False) (C1 (MetaCons "DeleteSnapshotScheduleResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dsssrsVolumeARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dsssrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses