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

Contents

Description

Updates an existing provisioning artifact's information. This operation will not work on a provisioning artifact associated with a product that has been shared with you.

Synopsis

Creating a Request

updateProvisioningArtifact Source #

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

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

  • upaName - The updated name of the provisioning artifact.
  • upaAcceptLanguage - 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.
  • upaDescription - The updated text description of the provisioning artifact.
  • upaProductId - The product identifier.
  • upaProvisioningArtifactId - The identifier of the provisioning artifact for the update request.

data UpdateProvisioningArtifact Source #

See: updateProvisioningArtifact smart constructor.

Instances

Eq UpdateProvisioningArtifact Source # 
Data UpdateProvisioningArtifact Source # 

Methods

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

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

toConstr :: UpdateProvisioningArtifact -> Constr #

dataTypeOf :: UpdateProvisioningArtifact -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateProvisioningArtifact Source # 
Show UpdateProvisioningArtifact Source # 
Generic UpdateProvisioningArtifact Source # 
Hashable UpdateProvisioningArtifact Source # 
ToJSON UpdateProvisioningArtifact Source # 
NFData UpdateProvisioningArtifact Source # 
AWSRequest UpdateProvisioningArtifact Source # 
ToPath UpdateProvisioningArtifact Source # 
ToHeaders UpdateProvisioningArtifact Source # 
ToQuery UpdateProvisioningArtifact Source # 
type Rep UpdateProvisioningArtifact Source # 
type Rep UpdateProvisioningArtifact = D1 (MetaData "UpdateProvisioningArtifact" "Network.AWS.ServiceCatalog.UpdateProvisioningArtifact" "amazonka-servicecatalog-1.4.5-8bdJVEiVZ77jaeUaDycc5" False) (C1 (MetaCons "UpdateProvisioningArtifact'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_upaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_upaAcceptLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_upaDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_upaProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_upaProvisioningArtifactId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Rs UpdateProvisioningArtifact Source # 

Request Lenses

upaName :: Lens' UpdateProvisioningArtifact (Maybe Text) Source #

The updated name of the provisioning artifact.

upaAcceptLanguage :: Lens' UpdateProvisioningArtifact (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.

upaDescription :: Lens' UpdateProvisioningArtifact (Maybe Text) Source #

The updated text description of the provisioning artifact.

upaProvisioningArtifactId :: Lens' UpdateProvisioningArtifact Text Source #

The identifier of the provisioning artifact for the update request.

Destructuring the Response

updateProvisioningArtifactResponse Source #

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

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

data UpdateProvisioningArtifactResponse Source #

See: updateProvisioningArtifactResponse smart constructor.

Instances

Eq UpdateProvisioningArtifactResponse Source # 
Data UpdateProvisioningArtifactResponse Source # 

Methods

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

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

toConstr :: UpdateProvisioningArtifactResponse -> Constr #

dataTypeOf :: UpdateProvisioningArtifactResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateProvisioningArtifactResponse Source # 
Show UpdateProvisioningArtifactResponse Source # 
Generic UpdateProvisioningArtifactResponse Source # 
NFData UpdateProvisioningArtifactResponse Source # 
type Rep UpdateProvisioningArtifactResponse Source # 
type Rep UpdateProvisioningArtifactResponse = D1 (MetaData "UpdateProvisioningArtifactResponse" "Network.AWS.ServiceCatalog.UpdateProvisioningArtifact" "amazonka-servicecatalog-1.4.5-8bdJVEiVZ77jaeUaDycc5" False) (C1 (MetaCons "UpdateProvisioningArtifactResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uparsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestStatus))) (S1 (MetaSel (Just Symbol "_uparsInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_uparsProvisioningArtifactDetail") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProvisioningArtifactDetail))) (S1 (MetaSel (Just Symbol "_uparsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

uparsInfo :: Lens' UpdateProvisioningArtifactResponse (HashMap Text Text) Source #

Additional information about the provisioning artifact update request.