| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@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.
- registerOnPremisesInstance :: Text -> RegisterOnPremisesInstance
- data RegisterOnPremisesInstance
- ropiIamUserARN :: Lens' RegisterOnPremisesInstance (Maybe Text)
- ropiIamSessionARN :: Lens' RegisterOnPremisesInstance (Maybe Text)
- ropiInstanceName :: Lens' RegisterOnPremisesInstance Text
- registerOnPremisesInstanceResponse :: RegisterOnPremisesInstanceResponse
- data RegisterOnPremisesInstanceResponse
Creating a Request
registerOnPremisesInstance Source #
Arguments
| :: 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:
ropiIamUserARN- The ARN of the IAM user to associate with the on-premises instance.ropiIamSessionARN- The ARN of the IAM session to associate with the on-premises instance.ropiInstanceName- The name of the on-premises instance to register.
data RegisterOnPremisesInstance Source #
Represents the input of the register on-premises instance operation.
See: registerOnPremisesInstance smart constructor.
Instances
Request Lenses
ropiIamUserARN :: Lens' RegisterOnPremisesInstance (Maybe Text) Source #
The ARN of the IAM user to associate with the on-premises instance.
ropiIamSessionARN :: Lens' RegisterOnPremisesInstance (Maybe Text) Source #
The ARN of the IAM session to associate with the on-premises instance.
ropiInstanceName :: Lens' RegisterOnPremisesInstance Text Source #
The name of the on-premises instance to register.
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.
Instances