| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CodeDeploy.RegisterOnPremisesInstance
Description
Registers an on-premises instance.
See: AWS API Reference for RegisterOnPremisesInstance.
- registerOnPremisesInstance :: Text -> Text -> RegisterOnPremisesInstance
- data RegisterOnPremisesInstance
- ropiInstanceName :: Lens' RegisterOnPremisesInstance Text
- ropiIamUserARN :: Lens' RegisterOnPremisesInstance Text
- registerOnPremisesInstanceResponse :: RegisterOnPremisesInstanceResponse
- data RegisterOnPremisesInstanceResponse
Creating a Request
registerOnPremisesInstance Source
Arguments
| :: Text | |
| -> Text | |
| -> RegisterOnPremisesInstance |
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:
data RegisterOnPremisesInstance Source
Represents the input of register on-premises instance operation.
See: registerOnPremisesInstance smart constructor.
Instances
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.
data RegisterOnPremisesInstanceResponse Source
See: registerOnPremisesInstanceResponse smart constructor.