amazonka-workspaces-web-2.0: Amazon WorkSpaces Web SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkSpacesWeb.GetBrowserSettings

Description

Gets browser settings.

Synopsis

Creating a Request

data GetBrowserSettings Source #

See: newGetBrowserSettings smart constructor.

Constructors

GetBrowserSettings' 

Fields

Instances

Instances details
ToHeaders GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

ToPath GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

ToQuery GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

AWSRequest GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Associated Types

type AWSResponse GetBrowserSettings #

Generic GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Associated Types

type Rep GetBrowserSettings :: Type -> Type #

Read GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Show GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

NFData GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Methods

rnf :: GetBrowserSettings -> () #

Eq GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Hashable GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

type AWSResponse GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

type Rep GetBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

type Rep GetBrowserSettings = D1 ('MetaData "GetBrowserSettings" "Amazonka.WorkSpacesWeb.GetBrowserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "GetBrowserSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "browserSettingsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetBrowserSettings Source #

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

Destructuring the Response

data GetBrowserSettingsResponse Source #

See: newGetBrowserSettingsResponse smart constructor.

Constructors

GetBrowserSettingsResponse' 

Fields

Instances

Instances details
Generic GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Associated Types

type Rep GetBrowserSettingsResponse :: Type -> Type #

Show GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

NFData GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

Eq GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

type Rep GetBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetBrowserSettings

type Rep GetBrowserSettingsResponse = D1 ('MetaData "GetBrowserSettingsResponse" "Amazonka.WorkSpacesWeb.GetBrowserSettings" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "GetBrowserSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "browserSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BrowserSettings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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