| 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.UpdateEnvironment
Description
Changes the settings of an existing AWS Cloud9 development environment.
Synopsis
- updateEnvironment :: Text -> UpdateEnvironment
- data UpdateEnvironment
- ueName :: Lens' UpdateEnvironment (Maybe Text)
- ueDescription :: Lens' UpdateEnvironment (Maybe Text)
- ueEnvironmentId :: Lens' UpdateEnvironment Text
- updateEnvironmentResponse :: Int -> UpdateEnvironmentResponse
- data UpdateEnvironmentResponse
- uersResponseStatus :: Lens' UpdateEnvironmentResponse Int
Creating a Request
Arguments
| :: Text | |
| -> UpdateEnvironment |
Creates a value of UpdateEnvironment with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ueName- A replacement name for the environment.ueDescription- Any new or replacement description for the environment.ueEnvironmentId- The ID of the environment to change settings.
data UpdateEnvironment Source #
See: updateEnvironment smart constructor.
Instances
Request Lenses
ueDescription :: Lens' UpdateEnvironment (Maybe Text) Source #
Any new or replacement description for the environment.
ueEnvironmentId :: Lens' UpdateEnvironment Text Source #
The ID of the environment to change settings.
Destructuring the Response
updateEnvironmentResponse Source #
Arguments
| :: Int | |
| -> UpdateEnvironmentResponse |
Creates a value of UpdateEnvironmentResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uersResponseStatus- -- | The response status code.
data UpdateEnvironmentResponse Source #
See: updateEnvironmentResponse smart constructor.
Instances
Response Lenses
uersResponseStatus :: Lens' UpdateEnvironmentResponse Int Source #
- - | The response status code.