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

Description

Disassociates network settings from a web portal.

Synopsis

Creating a Request

data DisassociateNetworkSettings Source #

See: newDisassociateNetworkSettings smart constructor.

Constructors

DisassociateNetworkSettings' 

Fields

Instances

Instances details
ToHeaders DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

ToPath DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

ToQuery DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

AWSRequest DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Generic DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Associated Types

type Rep DisassociateNetworkSettings :: Type -> Type #

Read DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Show DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

NFData DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Eq DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Hashable DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

type AWSResponse DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

type Rep DisassociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

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

newDisassociateNetworkSettings Source #

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

DisassociateNetworkSettings, disassociateNetworkSettings_portalArn - The ARN of the web portal.

Request Lenses

Destructuring the Response

data DisassociateNetworkSettingsResponse Source #

Constructors

DisassociateNetworkSettingsResponse' 

Fields

Instances

Instances details
Generic DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Read DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Show DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

NFData DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

Eq DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

type Rep DisassociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateNetworkSettings

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

newDisassociateNetworkSettingsResponse Source #

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

Response Lenses