| 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.IoTFleetWise.Types.ModelManifestSummary
Description
Synopsis
- data ModelManifestSummary = ModelManifestSummary' {}
- newModelManifestSummary :: UTCTime -> UTCTime -> ModelManifestSummary
- modelManifestSummary_arn :: Lens' ModelManifestSummary (Maybe Text)
- modelManifestSummary_description :: Lens' ModelManifestSummary (Maybe Text)
- modelManifestSummary_name :: Lens' ModelManifestSummary (Maybe Text)
- modelManifestSummary_signalCatalogArn :: Lens' ModelManifestSummary (Maybe Text)
- modelManifestSummary_status :: Lens' ModelManifestSummary (Maybe ManifestStatus)
- modelManifestSummary_creationTime :: Lens' ModelManifestSummary UTCTime
- modelManifestSummary_lastModificationTime :: Lens' ModelManifestSummary UTCTime
Documentation
data ModelManifestSummary Source #
Information about a vehicle model (model manifest). You can use the API operation to return this information about multiple vehicle models.
See: newModelManifestSummary smart constructor.
Constructors
| ModelManifestSummary' | |
Fields
| |
Instances
newModelManifestSummary Source #
Arguments
| :: UTCTime | |
| -> UTCTime | |
| -> ModelManifestSummary |
Create a value of ModelManifestSummary 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:arn:ModelManifestSummary', modelManifestSummary_arn - The Amazon Resource Name (ARN) of the vehicle model.
$sel:description:ModelManifestSummary', modelManifestSummary_description - A brief description of the vehicle model.
$sel:name:ModelManifestSummary', modelManifestSummary_name - The name of the vehicle model.
$sel:signalCatalogArn:ModelManifestSummary', modelManifestSummary_signalCatalogArn - The ARN of the signal catalog associated with the vehicle model.
$sel:status:ModelManifestSummary', modelManifestSummary_status - The state of the vehicle model. If the status is ACTIVE, the vehicle
model can't be edited. If the status is DRAFT, you can edit the
vehicle model.
$sel:creationTime:ModelManifestSummary', modelManifestSummary_creationTime - The time the vehicle model was created, in seconds since epoch (January
1, 1970 at midnight UTC time).
$sel:lastModificationTime:ModelManifestSummary', modelManifestSummary_lastModificationTime - The time the vehicle model was last updated, in seconds since epoch
(January 1, 1970 at midnight UTC time).
modelManifestSummary_arn :: Lens' ModelManifestSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the vehicle model.
modelManifestSummary_description :: Lens' ModelManifestSummary (Maybe Text) Source #
A brief description of the vehicle model.
modelManifestSummary_name :: Lens' ModelManifestSummary (Maybe Text) Source #
The name of the vehicle model.
modelManifestSummary_signalCatalogArn :: Lens' ModelManifestSummary (Maybe Text) Source #
The ARN of the signal catalog associated with the vehicle model.
modelManifestSummary_status :: Lens' ModelManifestSummary (Maybe ManifestStatus) Source #
The state of the vehicle model. If the status is ACTIVE, the vehicle
model can't be edited. If the status is DRAFT, you can edit the
vehicle model.
modelManifestSummary_creationTime :: Lens' ModelManifestSummary UTCTime Source #
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
modelManifestSummary_lastModificationTime :: Lens' ModelManifestSummary UTCTime Source #
The time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).