| 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.DisassociateBrowserSettings
Description
Disassociates browser settings from a web portal.
Synopsis
- data DisassociateBrowserSettings = DisassociateBrowserSettings' {}
- newDisassociateBrowserSettings :: Text -> DisassociateBrowserSettings
- disassociateBrowserSettings_portalArn :: Lens' DisassociateBrowserSettings Text
- data DisassociateBrowserSettingsResponse = DisassociateBrowserSettingsResponse' {
- httpStatus :: Int
- newDisassociateBrowserSettingsResponse :: Int -> DisassociateBrowserSettingsResponse
- disassociateBrowserSettingsResponse_httpStatus :: Lens' DisassociateBrowserSettingsResponse Int
Creating a Request
data DisassociateBrowserSettings Source #
See: newDisassociateBrowserSettings smart constructor.
Constructors
| DisassociateBrowserSettings' | |
Instances
newDisassociateBrowserSettings Source #
Arguments
| :: Text | |
| -> DisassociateBrowserSettings |
Create a value of DisassociateBrowserSettings 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:
DisassociateBrowserSettings, disassociateBrowserSettings_portalArn - The ARN of the web portal.
Request Lenses
disassociateBrowserSettings_portalArn :: Lens' DisassociateBrowserSettings Text Source #
The ARN of the web portal.
Destructuring the Response
data DisassociateBrowserSettingsResponse Source #
See: newDisassociateBrowserSettingsResponse smart constructor.
Constructors
| DisassociateBrowserSettingsResponse' | |
Fields
| |
Instances
newDisassociateBrowserSettingsResponse Source #
Arguments
| :: Int | |
| -> DisassociateBrowserSettingsResponse |
Create a value of DisassociateBrowserSettingsResponse 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:DisassociateBrowserSettingsResponse', disassociateBrowserSettingsResponse_httpStatus - The response's http status code.
Response Lenses
disassociateBrowserSettingsResponse_httpStatus :: Lens' DisassociateBrowserSettingsResponse Int Source #
The response's http status code.