amazonka-codedeploy-1.4.0: 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.BatchGetApplicationRevisions

Contents

Description

Gets information about one or more application revisions.

Synopsis

Creating a Request

batchGetApplicationRevisions Source

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

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

Request Lenses

bgarApplicationName :: Lens' BatchGetApplicationRevisions Text Source

The name of an AWS CodeDeploy application about which to get revision information.

bgarRevisions :: Lens' BatchGetApplicationRevisions [RevisionLocation] Source

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

Destructuring the Response

batchGetApplicationRevisionsResponse Source

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

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

Response Lenses

bgarrsApplicationName :: Lens' BatchGetApplicationRevisionsResponse (Maybe Text) Source

The name of the application that corresponds to the revisions.

bgarrsRevisions :: Lens' BatchGetApplicationRevisionsResponse [RevisionInfo] Source

Additional information about the revisions, including the type and location.

bgarrsErrorMessage :: Lens' BatchGetApplicationRevisionsResponse (Maybe Text) Source

Information about errors that may have occurred during the API call.