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

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Data DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

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

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Show DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Generic DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Associated Types

type Rep DeleteContainerPolicy :: Type -> Type #

Hashable DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

ToJSON DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

AWSRequest DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Associated Types

type Rs DeleteContainerPolicy :: Type #

ToHeaders DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

ToPath DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

ToQuery DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

NFData DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Methods

rnf :: DeleteContainerPolicy -> () #

type Rep DeleteContainerPolicy Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

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

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

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

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Data DeleteContainerPolicyResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

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

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Show DeleteContainerPolicyResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Generic DeleteContainerPolicyResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

Associated Types

type Rep DeleteContainerPolicyResponse :: Type -> Type #

NFData DeleteContainerPolicyResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

type Rep DeleteContainerPolicyResponse Source # 
Instance details

Defined in Network.AWS.MediaStore.DeleteContainerPolicy

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

Response Lenses