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

Contents

Description

Registers with AWS CodeDeploy a revision for the specified application.

See: AWS API Reference for RegisterApplicationRevision.

Synopsis

Creating a Request

registerApplicationRevision Source

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

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

Request Lenses

rarApplicationName :: Lens' RegisterApplicationRevision Text Source

The name of an existing AWS CodeDeploy application associated with the applicable IAM user or AWS account.

rarRevision :: Lens' RegisterApplicationRevision RevisionLocation Source

Information about the application revision to register, including the revision's type and its location.

Destructuring the Response

registerApplicationRevisionResponse :: RegisterApplicationRevisionResponse Source

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