amazonka-mediastore-1.6.0: 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.DeleteContainerPolicy

Contents

Description

Deletes the access policy that is associated with the specified container.

Synopsis

Creating a Request

deleteContainerPolicy Source #

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

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

data DeleteContainerPolicy Source #

See: deleteContainerPolicy smart constructor.

Instances

Eq DeleteContainerPolicy Source # 
Data DeleteContainerPolicy Source # 

Methods

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

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

toConstr :: DeleteContainerPolicy -> Constr #

dataTypeOf :: DeleteContainerPolicy -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DeleteContainerPolicy -> () #

AWSRequest DeleteContainerPolicy Source # 
ToHeaders DeleteContainerPolicy Source # 
ToPath DeleteContainerPolicy Source # 
ToQuery DeleteContainerPolicy Source # 
type Rep DeleteContainerPolicy Source # 
type Rep DeleteContainerPolicy = D1 * (MetaData "DeleteContainerPolicy" "Network.AWS.MediaStore.DeleteContainerPolicy" "amazonka-mediastore-1.6.0-A5BXmXPQvTC35jIUjzEuvm" True) (C1 * (MetaCons "DeleteContainerPolicy'" PrefixI True) (S1 * (MetaSel (Just Symbol "_delContainerName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteContainerPolicy Source # 

Request Lenses

delContainerName :: Lens' DeleteContainerPolicy Text Source #

The name of the container that holds the policy.

Destructuring the Response

deleteContainerPolicyResponse Source #

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

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

data DeleteContainerPolicyResponse Source #

See: deleteContainerPolicyResponse smart constructor.

Instances

Eq DeleteContainerPolicyResponse Source # 
Data DeleteContainerPolicyResponse Source # 

Methods

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

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

toConstr :: DeleteContainerPolicyResponse -> Constr #

dataTypeOf :: DeleteContainerPolicyResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteContainerPolicyResponse Source # 
Show DeleteContainerPolicyResponse Source # 
Generic DeleteContainerPolicyResponse Source # 
NFData DeleteContainerPolicyResponse Source # 
type Rep DeleteContainerPolicyResponse Source # 
type Rep DeleteContainerPolicyResponse = D1 * (MetaData "DeleteContainerPolicyResponse" "Network.AWS.MediaStore.DeleteContainerPolicy" "amazonka-mediastore-1.6.0-A5BXmXPQvTC35jIUjzEuvm" True) (C1 * (MetaCons "DeleteContainerPolicyResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses