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