amazonka-codedeploy-1.4.5: Amazon CodeDeploy 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.CodeDeploy.GetApplicationRevision

Contents

Description

Gets information about an application revision.

Synopsis

Creating a Request

getApplicationRevision Source #

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

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

  • garApplicationName - The name of the application that corresponds to the revision.
  • garRevision - Information about the application revision to get, including type and location.

data GetApplicationRevision Source #

Represents the input of a get application revision operation.

See: getApplicationRevision smart constructor.

Instances

Eq GetApplicationRevision Source # 
Data GetApplicationRevision Source # 

Methods

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

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

toConstr :: GetApplicationRevision -> Constr #

dataTypeOf :: GetApplicationRevision -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: GetApplicationRevision -> () #

AWSRequest GetApplicationRevision Source # 
ToPath GetApplicationRevision Source # 
ToHeaders GetApplicationRevision Source # 
ToQuery GetApplicationRevision Source # 
type Rep GetApplicationRevision Source # 
type Rep GetApplicationRevision = D1 (MetaData "GetApplicationRevision" "Network.AWS.CodeDeploy.GetApplicationRevision" "amazonka-codedeploy-1.4.5-DMGK5UWBbb6A8Bo92xdbdR" False) (C1 (MetaCons "GetApplicationRevision'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_garApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_garRevision") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RevisionLocation))))
type Rs GetApplicationRevision Source # 

Request Lenses

garApplicationName :: Lens' GetApplicationRevision Text Source #

The name of the application that corresponds to the revision.

garRevision :: Lens' GetApplicationRevision RevisionLocation Source #

Information about the application revision to get, including type and location.

Destructuring the Response

getApplicationRevisionResponse Source #

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

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

data GetApplicationRevisionResponse Source #

Represents the output of a get application revision operation.

See: getApplicationRevisionResponse smart constructor.

Instances

Eq GetApplicationRevisionResponse Source # 
Data GetApplicationRevisionResponse Source # 

Methods

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

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

toConstr :: GetApplicationRevisionResponse -> Constr #

dataTypeOf :: GetApplicationRevisionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetApplicationRevisionResponse Source # 
Show GetApplicationRevisionResponse Source # 
Generic GetApplicationRevisionResponse Source # 
NFData GetApplicationRevisionResponse Source # 
type Rep GetApplicationRevisionResponse Source # 
type Rep GetApplicationRevisionResponse = D1 (MetaData "GetApplicationRevisionResponse" "Network.AWS.CodeDeploy.GetApplicationRevision" "amazonka-codedeploy-1.4.5-DMGK5UWBbb6A8Bo92xdbdR" False) (C1 (MetaCons "GetApplicationRevisionResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_garrsApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_garrsRevisionInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GenericRevisionInfo)))) ((:*:) (S1 (MetaSel (Just Symbol "_garrsRevision") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RevisionLocation))) (S1 (MetaSel (Just Symbol "_garrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

garrsApplicationName :: Lens' GetApplicationRevisionResponse (Maybe Text) Source #

The name of the application that corresponds to the revision.

garrsRevision :: Lens' GetApplicationRevisionResponse (Maybe RevisionLocation) Source #

Additional information about the revision, including type and location.