amazonka-servicecatalog-1.5.0: Amazon Service Catalog SDK.

Copyright(c) 2013-2017 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. This operation does not work on a provisioning artifact associated with a product that has been shared with you, or on the last provisioning artifact associated with a product (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 # 
Data DeleteProvisioningArtifact Source # 

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 # 
Show DeleteProvisioningArtifact Source # 
Generic DeleteProvisioningArtifact Source # 
Hashable DeleteProvisioningArtifact Source # 
ToJSON DeleteProvisioningArtifact Source # 
NFData DeleteProvisioningArtifact Source # 
AWSRequest DeleteProvisioningArtifact Source # 
ToQuery DeleteProvisioningArtifact Source # 
ToPath DeleteProvisioningArtifact Source # 
ToHeaders DeleteProvisioningArtifact Source # 
type Rep DeleteProvisioningArtifact Source # 
type Rep DeleteProvisioningArtifact = D1 (MetaData "DeleteProvisioningArtifact" "Network.AWS.ServiceCatalog.DeleteProvisioningArtifact" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" False) (C1 (MetaCons "DeleteProvisioningArtifact'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dpapAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dpapProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dpapProvisioningArtifactId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DeleteProvisioningArtifact Source # 

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 for the delete request. This is sometimes referred to as the product version.

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 # 
Data DeleteProvisioningArtifactResponse Source # 

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 # 
Show DeleteProvisioningArtifactResponse Source # 
Generic DeleteProvisioningArtifactResponse Source # 
NFData DeleteProvisioningArtifactResponse Source # 
type Rep DeleteProvisioningArtifactResponse Source # 
type Rep DeleteProvisioningArtifactResponse = D1 (MetaData "DeleteProvisioningArtifactResponse" "Network.AWS.ServiceCatalog.DeleteProvisioningArtifact" "amazonka-servicecatalog-1.5.0-Gi5S0QNjzsJFyaLCAAAAWo" True) (C1 (MetaCons "DeleteProvisioningArtifactResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_dparsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses