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

Contents

Description

Stops sharing the specified portfolio with the specified account.

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:

data DeletePortfolioShare Source #

See: deletePortfolioShare smart constructor.

Instances
Eq DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Data DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

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

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Show DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Generic DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Associated Types

type Rep DeletePortfolioShare :: Type -> Type #

Hashable DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

ToJSON DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

AWSRequest DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Associated Types

type Rs DeletePortfolioShare :: Type #

ToHeaders DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

ToPath DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

ToQuery DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

NFData DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Methods

rnf :: DeletePortfolioShare -> () #

type Rep DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

type Rep DeletePortfolioShare = D1 (MetaData "DeletePortfolioShare" "Network.AWS.ServiceCatalog.DeletePortfolioShare" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" False) (C1 (MetaCons "DeletePortfolioShare'" PrefixI True) (S1 (MetaSel (Just "_dpsAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dpsPortfolioId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dpsAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeletePortfolioShare Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Request Lenses

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

The language code. * en - English (default) * jp - Japanese * zh - Chinese

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

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Data DeletePortfolioShareResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

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

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Show DeletePortfolioShareResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Generic DeletePortfolioShareResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

Associated Types

type Rep DeletePortfolioShareResponse :: Type -> Type #

NFData DeletePortfolioShareResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

type Rep DeletePortfolioShareResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeletePortfolioShare

type Rep DeletePortfolioShareResponse = D1 (MetaData "DeletePortfolioShareResponse" "Network.AWS.ServiceCatalog.DeletePortfolioShare" "amazonka-servicecatalog-1.6.1-3x3nXpki5UUGYHxW61f9xy" True) (C1 (MetaCons "DeletePortfolioShareResponse'" PrefixI True) (S1 (MetaSel (Just "_dpsrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses