amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.ProvisionedBandwidth

Description

 
Synopsis

Documentation

data ProvisionedBandwidth Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

See: newProvisionedBandwidth smart constructor.

Constructors

ProvisionedBandwidth' 

Fields

Instances

Instances details
FromXML ProvisionedBandwidth Source # 
Instance details

Defined in Amazonka.EC2.Types.ProvisionedBandwidth

Generic ProvisionedBandwidth Source # 
Instance details

Defined in Amazonka.EC2.Types.ProvisionedBandwidth

Associated Types

type Rep ProvisionedBandwidth :: Type -> Type #

Read ProvisionedBandwidth Source # 
Instance details

Defined in Amazonka.EC2.Types.ProvisionedBandwidth

Show ProvisionedBandwidth Source # 
Instance details

Defined in Amazonka.EC2.Types.ProvisionedBandwidth

NFData ProvisionedBandwidth Source # 
Instance details

Defined in Amazonka.EC2.Types.ProvisionedBandwidth

Methods

rnf :: ProvisionedBandwidth -> () #

Eq ProvisionedBandwidth Source # 
Instance details

Defined in Amazonka.EC2.Types.ProvisionedBandwidth

Hashable ProvisionedBandwidth Source # 
Instance details

Defined in Amazonka.EC2.Types.ProvisionedBandwidth

type Rep ProvisionedBandwidth Source # 
Instance details

Defined in Amazonka.EC2.Types.ProvisionedBandwidth

type Rep ProvisionedBandwidth = D1 ('MetaData "ProvisionedBandwidth" "Amazonka.EC2.Types.ProvisionedBandwidth" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ProvisionedBandwidth'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "provisionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "provisioned") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "requested") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newProvisionedBandwidth :: ProvisionedBandwidth Source #

Create a value of ProvisionedBandwidth 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:provisionTime:ProvisionedBandwidth', provisionedBandwidth_provisionTime - Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

$sel:provisioned:ProvisionedBandwidth', provisionedBandwidth_provisioned - Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

$sel:requestTime:ProvisionedBandwidth', provisionedBandwidth_requestTime - Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

$sel:requested:ProvisionedBandwidth', provisionedBandwidth_requested - Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

$sel:status:ProvisionedBandwidth', provisionedBandwidth_status - Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisionedBandwidth_provisionTime :: Lens' ProvisionedBandwidth (Maybe UTCTime) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisionedBandwidth_provisioned :: Lens' ProvisionedBandwidth (Maybe Text) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisionedBandwidth_requestTime :: Lens' ProvisionedBandwidth (Maybe UTCTime) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisionedBandwidth_requested :: Lens' ProvisionedBandwidth (Maybe Text) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisionedBandwidth_status :: Lens' ProvisionedBandwidth (Maybe Text) Source #

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.