| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.RobOMaker.Types.Fleet
Description
Synopsis
- data Fleet = Fleet' {}
- newFleet :: Fleet
- fleet_lastDeploymentJob :: Lens' Fleet (Maybe Text)
- fleet_lastDeploymentStatus :: Lens' Fleet (Maybe DeploymentStatus)
- fleet_arn :: Lens' Fleet (Maybe Text)
- fleet_createdAt :: Lens' Fleet (Maybe UTCTime)
- fleet_name :: Lens' Fleet (Maybe Text)
- fleet_lastDeploymentTime :: Lens' Fleet (Maybe UTCTime)
Documentation
Information about a fleet.
See: newFleet smart constructor.
Constructors
| Fleet' | |
Fields
| |
Instances
Create a value of Fleet 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:lastDeploymentJob:Fleet', fleet_lastDeploymentJob - The Amazon Resource Name (ARN) of the last deployment job.
$sel:lastDeploymentStatus:Fleet', fleet_lastDeploymentStatus - The status of the last fleet deployment.
$sel:arn:Fleet', fleet_arn - The Amazon Resource Name (ARN) of the fleet.
$sel:createdAt:Fleet', fleet_createdAt - The time, in milliseconds since the epoch, when the fleet was created.
$sel:name:Fleet', fleet_name - The name of the fleet.
$sel:lastDeploymentTime:Fleet', fleet_lastDeploymentTime - The time of the last deployment.
fleet_lastDeploymentJob :: Lens' Fleet (Maybe Text) Source #
The Amazon Resource Name (ARN) of the last deployment job.
fleet_lastDeploymentStatus :: Lens' Fleet (Maybe DeploymentStatus) Source #
The status of the last fleet deployment.