amazonka-networkmanager-2.0: Amazon Network Manager 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.NetworkManager.Types.Bandwidth

Description

 
Synopsis

Documentation

data Bandwidth Source #

Describes bandwidth information.

See: newBandwidth smart constructor.

Constructors

Bandwidth' 

Fields

Instances

Instances details
FromJSON Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

ToJSON 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 #

Read Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Show Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

NFData Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Methods

rnf :: Bandwidth -> () #

Eq Bandwidth Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Bandwidth

Hashable 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" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" '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.