amazonka-servicecatalog-1.4.5: Amazon Service Catalog 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.ServiceCatalog.DeletePortfolioShare

Contents

Description

Deletes the specified portfolio share.

Synopsis

Creating a Request

deletePortfolioShare Source #

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

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

  • dpsAcceptLanguage - The language code to use for this operation. Supported language codes are as follows: "en" (English) "jp" (Japanese) "zh" (Chinese) If no code is specified, "en" is used as the default.
  • dpsPortfolioId - The portfolio identifier.
  • dpsAccountId - The account ID associated with the share to delete.

data DeletePortfolioShare Source #

See: deletePortfolioShare smart constructor.

Instances

Eq DeletePortfolioShare Source # 
Data DeletePortfolioShare Source # 

Methods

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

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

toConstr :: DeletePortfolioShare -> Constr #

dataTypeOf :: DeletePortfolioShare -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DeletePortfolioShare -> () #

AWSRequest DeletePortfolioShare Source # 
ToPath DeletePortfolioShare Source # 
ToHeaders DeletePortfolioShare Source # 
ToQuery DeletePortfolioShare Source # 
type Rep DeletePortfolioShare Source # 
type Rep DeletePortfolioShare = D1 (MetaData "DeletePortfolioShare" "Network.AWS.ServiceCatalog.DeletePortfolioShare" "amazonka-servicecatalog-1.4.5-8bdJVEiVZ77jaeUaDycc5" False) (C1 (MetaCons "DeletePortfolioShare'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dpsAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dpsPortfolioId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dpsAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DeletePortfolioShare Source # 

Request Lenses

dpsAcceptLanguage :: Lens' DeletePortfolioShare (Maybe Text) Source #

The language code to use for this operation. Supported language codes are as follows: "en" (English) "jp" (Japanese) "zh" (Chinese) If no code is specified, "en" is used as the default.

dpsAccountId :: Lens' DeletePortfolioShare Text Source #

The account ID associated with the share to delete.

Destructuring the Response

deletePortfolioShareResponse Source #

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

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

data DeletePortfolioShareResponse Source #

See: deletePortfolioShareResponse smart constructor.

Instances

Eq DeletePortfolioShareResponse Source # 
Data DeletePortfolioShareResponse Source # 

Methods

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

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

toConstr :: DeletePortfolioShareResponse -> Constr #

dataTypeOf :: DeletePortfolioShareResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeletePortfolioShareResponse Source # 
Show DeletePortfolioShareResponse Source # 
Generic DeletePortfolioShareResponse Source # 
NFData DeletePortfolioShareResponse Source # 
type Rep DeletePortfolioShareResponse Source # 
type Rep DeletePortfolioShareResponse = D1 (MetaData "DeletePortfolioShareResponse" "Network.AWS.ServiceCatalog.DeletePortfolioShare" "amazonka-servicecatalog-1.4.5-8bdJVEiVZ77jaeUaDycc5" True) (C1 (MetaCons "DeletePortfolioShareResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_dpsrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses