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 FleetSummary = FleetSummary' {
- description :: Maybe Text
- lastModificationTime :: Maybe POSIX
- id :: Text
- arn :: Text
- signalCatalogArn :: Text
- creationTime :: POSIX
- newFleetSummary :: Text -> Text -> Text -> UTCTime -> FleetSummary
- fleetSummary_description :: Lens' FleetSummary (Maybe Text)
- fleetSummary_lastModificationTime :: Lens' FleetSummary (Maybe UTCTime)
- fleetSummary_id :: Lens' FleetSummary Text
- fleetSummary_arn :: Lens' FleetSummary Text
- fleetSummary_signalCatalogArn :: Lens' FleetSummary Text
- fleetSummary_creationTime :: Lens' FleetSummary UTCTime
Documentation
data FleetSummary Source #
Information about a fleet.
You can use the API operation to return this information about multiple fleets.
See: newFleetSummary
smart constructor.
FleetSummary' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> UTCTime | |
-> FleetSummary |
Create a value of FleetSummary
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:description:FleetSummary'
, fleetSummary_description
- A brief description of the fleet.
$sel:lastModificationTime:FleetSummary'
, fleetSummary_lastModificationTime
- The time the fleet was last updated in seconds since epoch (January 1,
1970 at midnight UTC time).
$sel:id:FleetSummary'
, fleetSummary_id
- The unique ID of the fleet.
$sel:arn:FleetSummary'
, fleetSummary_arn
- The Amazon Resource Name (ARN) of the fleet.
$sel:signalCatalogArn:FleetSummary'
, fleetSummary_signalCatalogArn
- The ARN of the signal catalog associated with the fleet.
$sel:creationTime:FleetSummary'
, fleetSummary_creationTime
- The time the fleet was created, in seconds since epoch (January 1, 1970
at midnight UTC time).
fleetSummary_description :: Lens' FleetSummary (Maybe Text) Source #
A brief description of the fleet.
fleetSummary_lastModificationTime :: Lens' FleetSummary (Maybe UTCTime) Source #
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
fleetSummary_id :: Lens' FleetSummary Text Source #
The unique ID of the fleet.
fleetSummary_arn :: Lens' FleetSummary Text Source #
The Amazon Resource Name (ARN) of the fleet.
fleetSummary_signalCatalogArn :: Lens' FleetSummary Text Source #
The ARN of the signal catalog associated with the fleet.
fleetSummary_creationTime :: Lens' FleetSummary UTCTime Source #
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).