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

Description

Associates a network settings resource with a web portal.

Synopsis

Creating a Request

data AssociateNetworkSettings Source #

See: newAssociateNetworkSettings smart constructor.

Constructors

AssociateNetworkSettings' 

Fields

Instances

Instances details
ToJSON AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

ToHeaders AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

ToPath AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

ToQuery AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

AWSRequest AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Generic AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Associated Types

type Rep AssociateNetworkSettings :: Type -> Type #

Read AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Show AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

NFData AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Eq AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Hashable AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

type AWSResponse AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

type Rep AssociateNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

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

newAssociateNetworkSettings Source #

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

AssociateNetworkSettings, associateNetworkSettings_networkSettingsArn - The ARN of the network settings.

AssociateNetworkSettings, associateNetworkSettings_portalArn - The ARN of the web portal.

Request Lenses

Destructuring the Response

data AssociateNetworkSettingsResponse Source #

See: newAssociateNetworkSettingsResponse smart constructor.

Constructors

AssociateNetworkSettingsResponse' 

Fields

Instances

Instances details
Generic AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Associated Types

type Rep AssociateNetworkSettingsResponse :: Type -> Type #

Read AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Show AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

NFData AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

Eq AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

type Rep AssociateNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateNetworkSettings

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

newAssociateNetworkSettingsResponse Source #

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

AssociateNetworkSettings, associateNetworkSettingsResponse_networkSettingsArn - The ARN of the network settings.

AssociateNetworkSettings, associateNetworkSettingsResponse_portalArn - The ARN of the web portal.

Response Lenses