| 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.InstanceCapacity
Description
Documentation
data InstanceCapacity Source #
Information about the number of instances that can be launched onto the Dedicated Host.
See: newInstanceCapacity smart constructor.
Constructors
| InstanceCapacity' | |
Fields
| |
Instances
newInstanceCapacity :: InstanceCapacity Source #
Create a value of InstanceCapacity 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:availableCapacity:InstanceCapacity', instanceCapacity_availableCapacity - The number of instances that can be launched onto the Dedicated Host
based on the host's available capacity.
$sel:instanceType:InstanceCapacity', instanceCapacity_instanceType - The instance type supported by the Dedicated Host.
$sel:totalCapacity:InstanceCapacity', instanceCapacity_totalCapacity - The total number of instances that can be launched onto the Dedicated
Host if there are no instances running on it.
instanceCapacity_availableCapacity :: Lens' InstanceCapacity (Maybe Int) Source #
The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
instanceCapacity_instanceType :: Lens' InstanceCapacity (Maybe Text) Source #
The instance type supported by the Dedicated Host.
instanceCapacity_totalCapacity :: Lens' InstanceCapacity (Maybe Int) Source #
The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.