| 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.WorkSpacesWeb.DisassociateUserSettings
Description
Disassociates user settings from a web portal.
Synopsis
- data DisassociateUserSettings = DisassociateUserSettings' {}
- newDisassociateUserSettings :: Text -> DisassociateUserSettings
- disassociateUserSettings_portalArn :: Lens' DisassociateUserSettings Text
- data DisassociateUserSettingsResponse = DisassociateUserSettingsResponse' {
- httpStatus :: Int
- newDisassociateUserSettingsResponse :: Int -> DisassociateUserSettingsResponse
- disassociateUserSettingsResponse_httpStatus :: Lens' DisassociateUserSettingsResponse Int
Creating a Request
data DisassociateUserSettings Source #
See: newDisassociateUserSettings smart constructor.
Constructors
| DisassociateUserSettings' | |
Instances
newDisassociateUserSettings Source #
Arguments
| :: Text | |
| -> DisassociateUserSettings |
Create a value of DisassociateUserSettings 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:
DisassociateUserSettings, disassociateUserSettings_portalArn - The ARN of the web portal.
Request Lenses
disassociateUserSettings_portalArn :: Lens' DisassociateUserSettings Text Source #
The ARN of the web portal.
Destructuring the Response
data DisassociateUserSettingsResponse Source #
See: newDisassociateUserSettingsResponse smart constructor.
Constructors
| DisassociateUserSettingsResponse' | |
Fields
| |
Instances
newDisassociateUserSettingsResponse Source #
Create a value of DisassociateUserSettingsResponse 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:httpStatus:DisassociateUserSettingsResponse', disassociateUserSettingsResponse_httpStatus - The response's http status code.
Response Lenses
disassociateUserSettingsResponse_httpStatus :: Lens' DisassociateUserSettingsResponse Int Source #
The response's http status code.