| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FinSpace.UpdateEnvironment
Description
Update your FinSpace environment.
Synopsis
- data UpdateEnvironment = UpdateEnvironment' {}
- newUpdateEnvironment :: Text -> UpdateEnvironment
- updateEnvironment_description :: Lens' UpdateEnvironment (Maybe Text)
- updateEnvironment_federationMode :: Lens' UpdateEnvironment (Maybe FederationMode)
- updateEnvironment_federationParameters :: Lens' UpdateEnvironment (Maybe FederationParameters)
- updateEnvironment_name :: Lens' UpdateEnvironment (Maybe Text)
- updateEnvironment_environmentId :: Lens' UpdateEnvironment Text
- data UpdateEnvironmentResponse = UpdateEnvironmentResponse' {}
- newUpdateEnvironmentResponse :: Int -> UpdateEnvironmentResponse
- updateEnvironmentResponse_environment :: Lens' UpdateEnvironmentResponse (Maybe Environment)
- updateEnvironmentResponse_httpStatus :: Lens' UpdateEnvironmentResponse Int
Creating a Request
data UpdateEnvironment Source #
See: newUpdateEnvironment smart constructor.
Constructors
| UpdateEnvironment' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UpdateEnvironment |
Create a value of UpdateEnvironment 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:
UpdateEnvironment, updateEnvironment_description - The description of the environment.
UpdateEnvironment, updateEnvironment_federationMode - Authentication mode for the environment.
FEDERATED- Users access FinSpace through Single Sign On (SSO) via your Identity provider.LOCAL- Users access FinSpace via email and password managed within the FinSpace environment.
UpdateEnvironment, updateEnvironment_federationParameters - Undocumented member.
UpdateEnvironment, updateEnvironment_name - The name of the environment.
UpdateEnvironment, updateEnvironment_environmentId - The identifier of the FinSpace environment.
Request Lenses
updateEnvironment_description :: Lens' UpdateEnvironment (Maybe Text) Source #
The description of the environment.
updateEnvironment_federationMode :: Lens' UpdateEnvironment (Maybe FederationMode) Source #
Authentication mode for the environment.
FEDERATED- Users access FinSpace through Single Sign On (SSO) via your Identity provider.LOCAL- Users access FinSpace via email and password managed within the FinSpace environment.
updateEnvironment_federationParameters :: Lens' UpdateEnvironment (Maybe FederationParameters) Source #
Undocumented member.
updateEnvironment_name :: Lens' UpdateEnvironment (Maybe Text) Source #
The name of the environment.
updateEnvironment_environmentId :: Lens' UpdateEnvironment Text Source #
The identifier of the FinSpace environment.
Destructuring the Response
data UpdateEnvironmentResponse Source #
See: newUpdateEnvironmentResponse smart constructor.
Constructors
| UpdateEnvironmentResponse' | |
Fields
| |
Instances
newUpdateEnvironmentResponse Source #
Create a value of UpdateEnvironmentResponse 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:environment:UpdateEnvironmentResponse', updateEnvironmentResponse_environment - Returns the FinSpace environment object.
$sel:httpStatus:UpdateEnvironmentResponse', updateEnvironmentResponse_httpStatus - The response's http status code.
Response Lenses
updateEnvironmentResponse_environment :: Lens' UpdateEnvironmentResponse (Maybe Environment) Source #
Returns the FinSpace environment object.
updateEnvironmentResponse_httpStatus :: Lens' UpdateEnvironmentResponse Int Source #
The response's http status code.