amazonka-codedeploy-1.3.5: Amazon CodeDeploy SDK.

Copyright(c) 2013-2015 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.

See: AWS API Reference for GetApplicationRevision.

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:

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.

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:

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