libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.NetworkManager.Types.Bandwidth

Description

 
Synopsis

Documentation

data Bandwidth Source #

Describes bandwidth information.

See: newBandwidth smart constructor.

Constructors

Bandwidth' 

Fields

Instances

Instances details
Eq Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Read Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Show Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Generic Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Associated Types

type Rep Bandwidth :: Type -> Type #

NFData Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Methods

rnf :: Bandwidth -> () #

Hashable Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

ToJSON Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

FromJSON Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

type Rep Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

type Rep Bandwidth = D1 ('MetaData "Bandwidth" "Amazonka.NetworkManager.Types.Bandwidth" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "Bandwidth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "downloadSpeed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "uploadSpeed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newBandwidth :: Bandwidth Source #

Create a value of Bandwidth 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:downloadSpeed:Bandwidth', bandwidth_downloadSpeed - Download speed in Mbps.

$sel:uploadSpeed:Bandwidth', bandwidth_uploadSpeed - Upload speed in Mbps.