| 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.DeregisterOnPremisesInstance
Description
Deregisters an on-premises instance.
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:
dopiInstanceName- The name of the on-premises instance to deregister.
data DeregisterOnPremisesInstance Source #
Represents the input of a DeregisterOnPremisesInstance 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.