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 |
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.
Instances
newDisassociateUserSettings Source #
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.
DisassociateUserSettingsResponse' | |
|
Instances
Generic DisassociateUserSettingsResponse Source # | |
Read DisassociateUserSettingsResponse Source # | |
Show DisassociateUserSettingsResponse Source # | |
NFData DisassociateUserSettingsResponse Source # | |
Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings rnf :: DisassociateUserSettingsResponse -> () # | |
Eq DisassociateUserSettingsResponse Source # | |
type Rep DisassociateUserSettingsResponse Source # | |
Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings type Rep DisassociateUserSettingsResponse = D1 ('MetaData "DisassociateUserSettingsResponse" "Amazonka.WorkSpacesWeb.DisassociateUserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "DisassociateUserSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.