Copyright | (c) 2013-2021 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 |
Documentation
data EnvironmentResponse Source #
The results of an operation to update or read environment variables. If the operation is successful, the response contains the environment variables. If it failed, the response contains details about the error.
See: newEnvironmentResponse
smart constructor.
Instances
newEnvironmentResponse :: EnvironmentResponse Source #
Create a value of EnvironmentResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:variables:EnvironmentResponse'
, environmentResponse_variables
- Environment variable key-value pairs.
$sel:error:EnvironmentResponse'
, environmentResponse_error
- Error messages for environment variables that couldn't be applied.
environmentResponse_variables :: Lens' EnvironmentResponse (Maybe (HashMap Text Text)) Source #
Environment variable key-value pairs.
environmentResponse_error :: Lens' EnvironmentResponse (Maybe EnvironmentError) Source #
Error messages for environment variables that couldn't be applied.