| 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.DeregisterOnPremisesInstance
Description
Deregisters an on-premises instance.
See: AWS API Reference for DeregisterOnPremisesInstance.
Creating a Request
deregisterOnPremisesInstance Source
Arguments
| :: Text | |
| -> DeregisterOnPremisesInstance |
Creates a value of DeregisterOnPremisesInstance with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeregisterOnPremisesInstance Source
Represents the input of a deregister on-premises instance operation.
See: deregisterOnPremisesInstance smart constructor.
Instances
Request Lenses
dopiInstanceName :: Lens' DeregisterOnPremisesInstance Text Source
The name of the on-premises instance to deregister.
Destructuring the Response
deregisterOnPremisesInstanceResponse :: DeregisterOnPremisesInstanceResponse Source
Creates a value of DeregisterOnPremisesInstanceResponse with the minimum fields required to make a request.
data DeregisterOnPremisesInstanceResponse Source
See: deregisterOnPremisesInstanceResponse smart constructor.
Instances