| 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.DescribeEnvironmentStatus
Description
Gets status information for an AWS Cloud9 development environment.
Synopsis
- describeEnvironmentStatus :: Text -> DescribeEnvironmentStatus
- data DescribeEnvironmentStatus
- desEnvironmentId :: Lens' DescribeEnvironmentStatus Text
- describeEnvironmentStatusResponse :: Int -> DescribeEnvironmentStatusResponse
- data DescribeEnvironmentStatusResponse
- desrsStatus :: Lens' DescribeEnvironmentStatusResponse (Maybe EnvironmentStatus)
- desrsMessage :: Lens' DescribeEnvironmentStatusResponse (Maybe Text)
- desrsResponseStatus :: Lens' DescribeEnvironmentStatusResponse Int
Creating a Request
describeEnvironmentStatus Source #
Arguments
| :: Text | |
| -> DescribeEnvironmentStatus |
Creates a value of DescribeEnvironmentStatus with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desEnvironmentId- The ID of the environment to get status information about.
data DescribeEnvironmentStatus Source #
See: describeEnvironmentStatus smart constructor.
Instances
Request Lenses
desEnvironmentId :: Lens' DescribeEnvironmentStatus Text Source #
The ID of the environment to get status information about.
Destructuring the Response
describeEnvironmentStatusResponse Source #
Arguments
| :: Int | |
| -> DescribeEnvironmentStatusResponse |
Creates a value of DescribeEnvironmentStatusResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desrsStatus- The status of the environment. Available values include: *connecting: The environment is connecting. *creating: The environment is being created. *deleting: The environment is being deleted. *error: The environment is in an error state. *ready: The environment is ready. *stopped: The environment is stopped. *stopping: The environment is stopping.desrsMessage- Any informational message about the status of the environment.desrsResponseStatus- -- | The response status code.
data DescribeEnvironmentStatusResponse Source #
See: describeEnvironmentStatusResponse smart constructor.
Instances
Response Lenses
desrsStatus :: Lens' DescribeEnvironmentStatusResponse (Maybe EnvironmentStatus) Source #
The status of the environment. Available values include: * connecting : The environment is connecting. * creating : The environment is being created. * deleting : The environment is being deleted. * error : The environment is in an error state. * ready : The environment is ready. * stopped : The environment is stopped. * stopping : The environment is stopping.
desrsMessage :: Lens' DescribeEnvironmentStatusResponse (Maybe Text) Source #
Any informational message about the status of the environment.
desrsResponseStatus :: Lens' DescribeEnvironmentStatusResponse Int Source #
- - | The response status code.