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

Description

Gets the network settings.

Synopsis

Creating a Request

data GetNetworkSettings Source #

See: newGetNetworkSettings smart constructor.

Constructors

GetNetworkSettings' 

Fields

Instances

Instances details
ToHeaders GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

ToPath GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

ToQuery GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

AWSRequest GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Associated Types

type AWSResponse GetNetworkSettings #

Generic GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Associated Types

type Rep GetNetworkSettings :: Type -> Type #

Read GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Show GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

NFData GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Methods

rnf :: GetNetworkSettings -> () #

Eq GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Hashable GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

type AWSResponse GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

type Rep GetNetworkSettings Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

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

newGetNetworkSettings Source #

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

GetNetworkSettings, getNetworkSettings_networkSettingsArn - The ARN of the network settings.

Request Lenses

Destructuring the Response

data GetNetworkSettingsResponse Source #

See: newGetNetworkSettingsResponse smart constructor.

Constructors

GetNetworkSettingsResponse' 

Fields

Instances

Instances details
Generic GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Associated Types

type Rep GetNetworkSettingsResponse :: Type -> Type #

Read GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Show GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

NFData GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

Eq GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

type Rep GetNetworkSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.GetNetworkSettings

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

newGetNetworkSettingsResponse Source #

Create a value of GetNetworkSettingsResponse 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:networkSettings:GetNetworkSettingsResponse', getNetworkSettingsResponse_networkSettings - The network settings.

$sel:httpStatus:GetNetworkSettingsResponse', getNetworkSettingsResponse_httpStatus - The response's http status code.

Response Lenses