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

Contents

Description

Registers an on-premises instance.

Synopsis

Creating a Request

registerOnPremisesInstance Source

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

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

Request Lenses

ropiInstanceName :: Lens' RegisterOnPremisesInstance Text Source

The name of the on-premises instance to register.

ropiIamUserARN :: Lens' RegisterOnPremisesInstance Text Source

The ARN of the IAM user to associate with the on-premises instance.

Destructuring the Response

registerOnPremisesInstanceResponse :: RegisterOnPremisesInstanceResponse Source

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