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.DisassociateBrowserSettings

Description

Disassociates browser settings from a web portal.

Synopsis

Creating a Request

data DisassociateBrowserSettings Source #

See: newDisassociateBrowserSettings smart constructor.

Constructors

DisassociateBrowserSettings' 

Fields

Instances

Instances details
ToHeaders DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

ToPath DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

ToQuery DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

AWSRequest DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Generic DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Associated Types

type Rep DisassociateBrowserSettings :: Type -> Type #

Read DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Show DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

NFData DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Eq DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Hashable DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

type AWSResponse DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

type Rep DisassociateBrowserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

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

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

Destructuring the Response

data DisassociateBrowserSettingsResponse Source #

Constructors

DisassociateBrowserSettingsResponse' 

Fields

Instances

Instances details
Generic DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Read DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Show DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

NFData DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

Eq DisassociateBrowserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateBrowserSettings

type Rep DisassociateBrowserSettingsResponse Source # 
Instance details

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