amazonka-mediastore-1.6.1: Amazon Elemental MediaStore 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.MediaStore.DeleteContainer

Contents

Description

Deletes the specified container. Before you make a DeleteContainer request, delete any objects in the container or in any folders in the container. You can delete only empty containers.

Synopsis

Creating a Request

deleteContainer Source #

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

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

data DeleteContainer Source #

See: deleteContainer smart constructor.

Instances
Eq DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Data DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Methods

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

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

toConstr :: DeleteContainer -> Constr #

dataTypeOf :: DeleteContainer -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Show DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Generic DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Associated Types

type Rep DeleteContainer :: Type -> Type #

Hashable DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

ToJSON DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

AWSRequest DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Associated Types

type Rs DeleteContainer :: Type #

ToHeaders DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

ToPath DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

ToQuery DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

NFData DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Methods

rnf :: DeleteContainer -> () #

type Rep DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

type Rep DeleteContainer = D1 (MetaData "DeleteContainer" "Network.AWS.MediaStore.DeleteContainer" "amazonka-mediastore-1.6.1-3eONel50QrgBP8GIIl5LPg" True) (C1 (MetaCons "DeleteContainer'" PrefixI True) (S1 (MetaSel (Just "_dcContainerName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteContainer Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Request Lenses

dcContainerName :: Lens' DeleteContainer Text Source #

The name of the container to delete.

Destructuring the Response

deleteContainerResponse Source #

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

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

data DeleteContainerResponse Source #

See: deleteContainerResponse smart constructor.

Instances
Eq DeleteContainerResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Data DeleteContainerResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Methods

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

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

toConstr :: DeleteContainerResponse -> Constr #

dataTypeOf :: DeleteContainerResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteContainerResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Show DeleteContainerResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Generic DeleteContainerResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Associated Types

type Rep DeleteContainerResponse :: Type -> Type #

NFData DeleteContainerResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

Methods

rnf :: DeleteContainerResponse -> () #

type Rep DeleteContainerResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainer

type Rep DeleteContainerResponse = D1 (MetaData "DeleteContainerResponse" "Network.AWS.MediaStore.DeleteContainer" "amazonka-mediastore-1.6.1-3eONel50QrgBP8GIIl5LPg" True) (C1 (MetaCons "DeleteContainerResponse'" PrefixI True) (S1 (MetaSel (Just "_dcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses