| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.ProvisionedBandwidth
Description
Synopsis
- data ProvisionedBandwidth = ProvisionedBandwidth' {}
- newProvisionedBandwidth :: ProvisionedBandwidth
- provisionedBandwidth_provisionTime :: Lens' ProvisionedBandwidth (Maybe UTCTime)
- provisionedBandwidth_provisioned :: Lens' ProvisionedBandwidth (Maybe Text)
- provisionedBandwidth_requestTime :: Lens' ProvisionedBandwidth (Maybe UTCTime)
- provisionedBandwidth_requested :: Lens' ProvisionedBandwidth (Maybe Text)
- provisionedBandwidth_status :: Lens' ProvisionedBandwidth (Maybe Text)
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
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.