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.Types.NetworkSettingsSummary

Description

 
Synopsis

Documentation

data NetworkSettingsSummary Source #

The summary of network settings.

See: newNetworkSettingsSummary smart constructor.

Constructors

NetworkSettingsSummary' 

Fields

Instances

Instances details
FromJSON NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Generic NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Associated Types

type Rep NetworkSettingsSummary :: Type -> Type #

Read NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Show NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

NFData NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Methods

rnf :: NetworkSettingsSummary -> () #

Eq NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

Hashable NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

type Rep NetworkSettingsSummary Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.Types.NetworkSettingsSummary

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

newNetworkSettingsSummary :: NetworkSettingsSummary Source #

Create a value of NetworkSettingsSummary 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:networkSettingsArn:NetworkSettingsSummary', networkSettingsSummary_networkSettingsArn - The ARN of the network settings.

$sel:vpcId:NetworkSettingsSummary', networkSettingsSummary_vpcId - The VPC ID of the network settings.