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 |
Update your FinSpace environment.
Synopsis
- data UpdateEnvironment = UpdateEnvironment' {}
- newUpdateEnvironment :: Text -> UpdateEnvironment
- updateEnvironment_federationParameters :: Lens' UpdateEnvironment (Maybe FederationParameters)
- updateEnvironment_federationMode :: Lens' UpdateEnvironment (Maybe FederationMode)
- updateEnvironment_name :: Lens' UpdateEnvironment (Maybe Text)
- updateEnvironment_description :: 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.
UpdateEnvironment' | |
|
Instances
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:
$sel:federationParameters:UpdateEnvironment'
, updateEnvironment_federationParameters
- Undocumented member.
$sel:federationMode: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.
$sel:name:UpdateEnvironment'
, updateEnvironment_name
- The name of the environment.
$sel:description:UpdateEnvironment'
, updateEnvironment_description
- The description of the environment.
$sel:environmentId:UpdateEnvironment'
, updateEnvironment_environmentId
- The identifier of the FinSpace environment.
Request Lenses
updateEnvironment_federationParameters :: Lens' UpdateEnvironment (Maybe FederationParameters) Source #
Undocumented member.
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_name :: Lens' UpdateEnvironment (Maybe Text) Source #
The name of the environment.
updateEnvironment_description :: Lens' UpdateEnvironment (Maybe Text) Source #
The description 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.
UpdateEnvironmentResponse' | |
|
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.