| 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.CreateFleetInstance
Description
Synopsis
- data CreateFleetInstance = CreateFleetInstance' {}
- newCreateFleetInstance :: CreateFleetInstance
- createFleetInstance_instanceIds :: Lens' CreateFleetInstance (Maybe [Text])
- createFleetInstance_instanceType :: Lens' CreateFleetInstance (Maybe InstanceType)
- createFleetInstance_launchTemplateAndOverrides :: Lens' CreateFleetInstance (Maybe LaunchTemplateAndOverridesResponse)
- createFleetInstance_lifecycle :: Lens' CreateFleetInstance (Maybe InstanceLifecycle)
- createFleetInstance_platform :: Lens' CreateFleetInstance (Maybe PlatformValues)
Documentation
data CreateFleetInstance Source #
Describes the instances that were launched by the fleet.
See: newCreateFleetInstance smart constructor.
Constructors
| CreateFleetInstance' | |
Fields
| |
Instances
newCreateFleetInstance :: CreateFleetInstance Source #
Create a value of CreateFleetInstance 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:CreateFleetInstance', createFleetInstance_instanceIds - The IDs of the instances.
$sel:instanceType:CreateFleetInstance', createFleetInstance_instanceType - The instance type.
$sel:launchTemplateAndOverrides:CreateFleetInstance', createFleetInstance_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:CreateFleetInstance', createFleetInstance_lifecycle - Indicates if the instance that was launched is a Spot Instance or
On-Demand Instance.
$sel:platform:CreateFleetInstance', createFleetInstance_platform - The value is Windows for Windows instances. Otherwise, the value is
blank.
createFleetInstance_instanceIds :: Lens' CreateFleetInstance (Maybe [Text]) Source #
The IDs of the instances.
createFleetInstance_instanceType :: Lens' CreateFleetInstance (Maybe InstanceType) Source #
The instance type.
createFleetInstance_launchTemplateAndOverrides :: Lens' CreateFleetInstance (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.
createFleetInstance_lifecycle :: Lens' CreateFleetInstance (Maybe InstanceLifecycle) Source #
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
createFleetInstance_platform :: Lens' CreateFleetInstance (Maybe PlatformValues) Source #
The value is Windows for Windows instances. Otherwise, the value is
blank.