| 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.GetBrowserSettings
Description
Gets browser settings.
Synopsis
- data GetBrowserSettings = GetBrowserSettings' {}
- newGetBrowserSettings :: Text -> GetBrowserSettings
- getBrowserSettings_browserSettingsArn :: Lens' GetBrowserSettings Text
- data GetBrowserSettingsResponse = GetBrowserSettingsResponse' {}
- newGetBrowserSettingsResponse :: Int -> GetBrowserSettingsResponse
- getBrowserSettingsResponse_browserSettings :: Lens' GetBrowserSettingsResponse (Maybe BrowserSettings)
- getBrowserSettingsResponse_httpStatus :: Lens' GetBrowserSettingsResponse Int
Creating a Request
data GetBrowserSettings Source #
See: newGetBrowserSettings smart constructor.
Constructors
| GetBrowserSettings' | |
Fields
| |
Instances
newGetBrowserSettings Source #
Arguments
| :: Text | |
| -> GetBrowserSettings |
Create a value of GetBrowserSettings 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:
GetBrowserSettings, getBrowserSettings_browserSettingsArn - The ARN of the browser settings.
Request Lenses
getBrowserSettings_browserSettingsArn :: Lens' GetBrowserSettings Text Source #
The ARN of the browser settings.
Destructuring the Response
data GetBrowserSettingsResponse Source #
See: newGetBrowserSettingsResponse smart constructor.
Constructors
| GetBrowserSettingsResponse' | |
Fields
| |
Instances
newGetBrowserSettingsResponse Source #
Create a value of GetBrowserSettingsResponse 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:browserSettings:GetBrowserSettingsResponse', getBrowserSettingsResponse_browserSettings - The browser settings.
$sel:httpStatus:GetBrowserSettingsResponse', getBrowserSettingsResponse_httpStatus - The response's http status code.
Response Lenses
getBrowserSettingsResponse_browserSettings :: Lens' GetBrowserSettingsResponse (Maybe BrowserSettings) Source #
The browser settings.
getBrowserSettingsResponse_httpStatus :: Lens' GetBrowserSettingsResponse Int Source #
The response's http status code.