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.DescribeFleetsInstances

Description

 
Synopsis

Documentation

data DescribeFleetsInstances Source #

Describes the instances that were launched by the fleet.

See: newDescribeFleetsInstances smart constructor.

Constructors

DescribeFleetsInstances' 

Fields

Instances

Instances details
FromXML DescribeFleetsInstances Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFleetsInstances

Generic DescribeFleetsInstances Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFleetsInstances

Associated Types

type Rep DescribeFleetsInstances :: Type -> Type #

Read DescribeFleetsInstances Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFleetsInstances

Show DescribeFleetsInstances Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFleetsInstances

NFData DescribeFleetsInstances Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFleetsInstances

Methods

rnf :: DescribeFleetsInstances -> () #

Eq DescribeFleetsInstances Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFleetsInstances

Hashable DescribeFleetsInstances Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFleetsInstances

type Rep DescribeFleetsInstances Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFleetsInstances

type Rep DescribeFleetsInstances = D1 ('MetaData "DescribeFleetsInstances" "Amazonka.EC2.Types.DescribeFleetsInstances" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeFleetsInstances'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType))) :*: (S1 ('MetaSel ('Just "launchTemplateAndOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateAndOverridesResponse)) :*: (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceLifecycle)) :*: S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformValues))))))

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_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.