amazonka-workdocs-1.5.0: Amazon WorkDocs 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.WorkDocs.DeleteFolderContents

Contents

Description

Deletes the contents of the specified folder.

Synopsis

Creating a Request

deleteFolderContents Source #

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

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

  • dfcAuthenticationToken - Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
  • dfcFolderId - The ID of the folder.

data DeleteFolderContents Source #

See: deleteFolderContents smart constructor.

Instances

Eq DeleteFolderContents Source # 
Data DeleteFolderContents Source # 

Methods

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

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

toConstr :: DeleteFolderContents -> Constr #

dataTypeOf :: DeleteFolderContents -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeleteFolderContents Source # 
Generic DeleteFolderContents Source # 
Hashable DeleteFolderContents Source # 
NFData DeleteFolderContents Source # 

Methods

rnf :: DeleteFolderContents -> () #

AWSRequest DeleteFolderContents Source # 
ToQuery DeleteFolderContents Source # 
ToPath DeleteFolderContents Source # 
ToHeaders DeleteFolderContents Source # 
type Rep DeleteFolderContents Source # 
type Rep DeleteFolderContents = D1 (MetaData "DeleteFolderContents" "Network.AWS.WorkDocs.DeleteFolderContents" "amazonka-workdocs-1.5.0-BQCQjzmZAyNCgdficzQnx9" False) (C1 (MetaCons "DeleteFolderContents'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dfcAuthenticationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) (S1 (MetaSel (Just Symbol "_dfcFolderId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteFolderContents Source # 

Request Lenses

dfcAuthenticationToken :: Lens' DeleteFolderContents (Maybe Text) Source #

Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.

Destructuring the Response

deleteFolderContentsResponse :: DeleteFolderContentsResponse Source #

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

data DeleteFolderContentsResponse Source #

See: deleteFolderContentsResponse smart constructor.

Instances

Eq DeleteFolderContentsResponse Source # 
Data DeleteFolderContentsResponse Source # 

Methods

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

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

toConstr :: DeleteFolderContentsResponse -> Constr #

dataTypeOf :: DeleteFolderContentsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteFolderContentsResponse Source # 
Show DeleteFolderContentsResponse Source # 
Generic DeleteFolderContentsResponse Source # 
NFData DeleteFolderContentsResponse Source # 
type Rep DeleteFolderContentsResponse Source # 
type Rep DeleteFolderContentsResponse = D1 (MetaData "DeleteFolderContentsResponse" "Network.AWS.WorkDocs.DeleteFolderContents" "amazonka-workdocs-1.5.0-BQCQjzmZAyNCgdficzQnx9" False) (C1 (MetaCons "DeleteFolderContentsResponse'" PrefixI False) U1)