| 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.Cloud9.DeleteEnvironment
Description
Deletes an AWS Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.
Creating a Request
Arguments
| :: Text | |
| -> DeleteEnvironment |
Creates a value of DeleteEnvironment with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
deEnvironmentId- The ID of the environment to delete.
data DeleteEnvironment Source #
See: deleteEnvironment smart constructor.
Instances
Request Lenses
deEnvironmentId :: Lens' DeleteEnvironment Text Source #
The ID of the environment to delete.
Destructuring the Response
deleteEnvironmentResponse Source #
Arguments
| :: Int | |
| -> DeleteEnvironmentResponse |
Creates a value of DeleteEnvironmentResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dersResponseStatus- -- | The response status code.
data DeleteEnvironmentResponse Source #
See: deleteEnvironmentResponse smart constructor.
Instances
Response Lenses
dersResponseStatus :: Lens' DeleteEnvironmentResponse Int Source #
- - | The response status code.