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

Description

Disassociates user settings from a web portal.

Synopsis

Creating a Request

data DisassociateUserSettings Source #

See: newDisassociateUserSettings smart constructor.

Constructors

DisassociateUserSettings' 

Fields

Instances

Instances details
ToHeaders DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

ToPath DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

ToQuery DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

AWSRequest DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Generic DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Associated Types

type Rep DisassociateUserSettings :: Type -> Type #

Read DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Show DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

NFData DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Eq DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Hashable DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

type AWSResponse DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

type Rep DisassociateUserSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

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

newDisassociateUserSettings Source #

Create a value of DisassociateUserSettings 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:

DisassociateUserSettings, disassociateUserSettings_portalArn - The ARN of the web portal.

Request Lenses

Destructuring the Response

data DisassociateUserSettingsResponse Source #

See: newDisassociateUserSettingsResponse smart constructor.

Constructors

DisassociateUserSettingsResponse' 

Fields

Instances

Instances details
Generic DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Associated Types

type Rep DisassociateUserSettingsResponse :: Type -> Type #

Read DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Show DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

NFData DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

Eq DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

type Rep DisassociateUserSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateUserSettings

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

newDisassociateUserSettingsResponse Source #

Create a value of DisassociateUserSettingsResponse 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:DisassociateUserSettingsResponse', disassociateUserSettingsResponse_httpStatus - The response's http status code.

Response Lenses