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 |
Synopsis
- data DescribeFleetsInstances = DescribeFleetsInstances' {}
- newDescribeFleetsInstances :: DescribeFleetsInstances
- describeFleetsInstances_instanceIds :: Lens' DescribeFleetsInstances (Maybe [Text])
- describeFleetsInstances_instanceType :: Lens' DescribeFleetsInstances (Maybe InstanceType)
- describeFleetsInstances_launchTemplateAndOverrides :: Lens' DescribeFleetsInstances (Maybe LaunchTemplateAndOverridesResponse)
- describeFleetsInstances_lifecycle :: Lens' DescribeFleetsInstances (Maybe InstanceLifecycle)
- describeFleetsInstances_platform :: Lens' DescribeFleetsInstances (Maybe PlatformValues)
Documentation
data DescribeFleetsInstances Source #
Describes the instances that were launched by the fleet.
See: newDescribeFleetsInstances
smart constructor.
DescribeFleetsInstances' | |
|
Instances
newDescribeFleetsInstances :: DescribeFleetsInstances Source #
Create a value of DescribeFleetsInstances
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:instanceIds:DescribeFleetsInstances'
, describeFleetsInstances_instanceIds
- The IDs of the instances.
$sel:instanceType:DescribeFleetsInstances'
, describeFleetsInstances_instanceType
- The instance type.
$sel:launchTemplateAndOverrides:DescribeFleetsInstances'
, describeFleetsInstances_launchTemplateAndOverrides
- The launch templates and overrides that were used for launching the
instances. The values that you specify in the Overrides replace the
values in the launch template.
$sel:lifecycle:DescribeFleetsInstances'
, describeFleetsInstances_lifecycle
- Indicates if the instance that was launched is a Spot Instance or
On-Demand Instance.
$sel:platform:DescribeFleetsInstances'
, describeFleetsInstances_platform
- The value is Windows
for Windows instances. Otherwise, the value is
blank.
describeFleetsInstances_instanceIds :: Lens' DescribeFleetsInstances (Maybe [Text]) Source #
The IDs of the instances.
describeFleetsInstances_instanceType :: Lens' DescribeFleetsInstances (Maybe InstanceType) Source #
The instance type.
describeFleetsInstances_launchTemplateAndOverrides :: Lens' DescribeFleetsInstances (Maybe LaunchTemplateAndOverridesResponse) Source #
The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.
describeFleetsInstances_lifecycle :: Lens' DescribeFleetsInstances (Maybe InstanceLifecycle) Source #
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
describeFleetsInstances_platform :: Lens' DescribeFleetsInstances (Maybe PlatformValues) Source #
The value is Windows
for Windows instances. Otherwise, the value is
blank.