Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.CodeDeploy.RegisterOnPremisesInstance
Description
Registers an on-premises instance.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_RegisterOnPremisesInstance.html
- data RegisterOnPremisesInstance
- registerOnPremisesInstance :: Text -> Text -> RegisterOnPremisesInstance
- ropiIamUserArn :: Lens' RegisterOnPremisesInstance Text
- ropiInstanceName :: Lens' RegisterOnPremisesInstance Text
- data RegisterOnPremisesInstanceResponse
- registerOnPremisesInstanceResponse :: RegisterOnPremisesInstanceResponse
Request
data RegisterOnPremisesInstance Source
Instances
Request constructor
registerOnPremisesInstance Source
Arguments
:: Text | |
-> Text | |
-> RegisterOnPremisesInstance |
RegisterOnPremisesInstance
constructor.
The fields accessible through corresponding lenses are:
Request lenses
ropiIamUserArn :: Lens' RegisterOnPremisesInstance Text Source
The ARN of the IAM user to associate with the on-premises instance.
ropiInstanceName :: Lens' RegisterOnPremisesInstance Text Source
The name of the on-premises instance to register.