amazonka-codedeploy-0.0.5: Amazon CodeDeploy SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.GetApplicationRevision

Contents

Description

Synopsis

Request

Request constructor

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 the revision's type and its location.

Response

Response constructor

Response lenses

garrApplicationName :: Lens' GetApplicationRevisionResponse (Maybe Text) Source

The name of the application that corresponds to the revision.

garrRevision :: Lens' GetApplicationRevisionResponse (Maybe RevisionLocation) Source

Additional information about the revision, including the revision's type and its location.