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.DeleteProvisioningArtifact

Contents

Description

Deletes the specified provisioning artifact (also known as a version) for the specified product.

You cannot delete a provisioning artifact associated with a product that was shared with you. You cannot delete the last provisioning artifact for a product, because a product must have at least one provisioning artifact.

Synopsis

Creating a Request

deleteProvisioningArtifact Source #

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

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

data DeleteProvisioningArtifact Source #

See: deleteProvisioningArtifact smart constructor.

Instances
Eq DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Data DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Methods

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

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

toConstr :: DeleteProvisioningArtifact -> Constr #

dataTypeOf :: DeleteProvisioningArtifact -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Show DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Generic DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Associated Types

type Rep DeleteProvisioningArtifact :: Type -> Type #

Hashable DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

ToJSON DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

AWSRequest DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Associated Types

type Rs DeleteProvisioningArtifact :: Type #

ToHeaders DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

ToPath DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

ToQuery DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

NFData DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifact Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

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

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Request Lenses

dpapAcceptLanguage :: Lens' DeleteProvisioningArtifact (Maybe Text) Source #

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

dpapProvisioningArtifactId :: Lens' DeleteProvisioningArtifact Text Source #

The identifier of the provisioning artifact.

Destructuring the Response

deleteProvisioningArtifactResponse Source #

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

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

data DeleteProvisioningArtifactResponse Source #

See: deleteProvisioningArtifactResponse smart constructor.

Instances
Eq DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Data DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Methods

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

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

toConstr :: DeleteProvisioningArtifactResponse -> Constr #

dataTypeOf :: DeleteProvisioningArtifactResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Show DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Generic DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

Associated Types

type Rep DeleteProvisioningArtifactResponse :: Type -> Type #

NFData DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Network.AWS.ServiceCatalog.DeleteProvisioningArtifact

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

Response Lenses