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 DecoderManifestSummary = DecoderManifestSummary' {}
- newDecoderManifestSummary :: UTCTime -> UTCTime -> DecoderManifestSummary
- decoderManifestSummary_arn :: Lens' DecoderManifestSummary (Maybe Text)
- decoderManifestSummary_description :: Lens' DecoderManifestSummary (Maybe Text)
- decoderManifestSummary_modelManifestArn :: Lens' DecoderManifestSummary (Maybe Text)
- decoderManifestSummary_name :: Lens' DecoderManifestSummary (Maybe Text)
- decoderManifestSummary_status :: Lens' DecoderManifestSummary (Maybe ManifestStatus)
- decoderManifestSummary_creationTime :: Lens' DecoderManifestSummary UTCTime
- decoderManifestSummary_lastModificationTime :: Lens' DecoderManifestSummary UTCTime
Documentation
data DecoderManifestSummary Source #
Information about a created decoder manifest. You can use the API operation to return this information about multiple decoder manifests.
See: newDecoderManifestSummary
smart constructor.
DecoderManifestSummary' | |
|
Instances
newDecoderManifestSummary Source #
:: UTCTime | |
-> UTCTime | |
-> DecoderManifestSummary |
Create a value of DecoderManifestSummary
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:DecoderManifestSummary'
, decoderManifestSummary_arn
- The ARN of a vehicle model (model manifest) associated with the decoder
manifest.
$sel:description:DecoderManifestSummary'
, decoderManifestSummary_description
- A brief description of the decoder manifest.
$sel:modelManifestArn:DecoderManifestSummary'
, decoderManifestSummary_modelManifestArn
- The ARN of a vehicle model (model manifest) associated with the decoder
manifest.
$sel:name:DecoderManifestSummary'
, decoderManifestSummary_name
- The name of the decoder manifest.
$sel:status:DecoderManifestSummary'
, decoderManifestSummary_status
- The state of the decoder manifest. If the status is ACTIVE
, the
decoder manifest can't be edited. If the status is marked DRAFT
, you
can edit the decoder manifest.
$sel:creationTime:DecoderManifestSummary'
, decoderManifestSummary_creationTime
- The time the decoder manifest was created in seconds since epoch
(January 1, 1970 at midnight UTC time).
$sel:lastModificationTime:DecoderManifestSummary'
, decoderManifestSummary_lastModificationTime
- The time the decoder manifest was last updated in seconds since epoch
(January 1, 1970 at midnight UTC time).
decoderManifestSummary_arn :: Lens' DecoderManifestSummary (Maybe Text) Source #
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
decoderManifestSummary_description :: Lens' DecoderManifestSummary (Maybe Text) Source #
A brief description of the decoder manifest.
decoderManifestSummary_modelManifestArn :: Lens' DecoderManifestSummary (Maybe Text) Source #
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
decoderManifestSummary_name :: Lens' DecoderManifestSummary (Maybe Text) Source #
The name of the decoder manifest.
decoderManifestSummary_status :: Lens' DecoderManifestSummary (Maybe ManifestStatus) Source #
The state of the decoder manifest. If the status is ACTIVE
, the
decoder manifest can't be edited. If the status is marked DRAFT
, you
can edit the decoder manifest.
decoderManifestSummary_creationTime :: Lens' DecoderManifestSummary UTCTime Source #
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
decoderManifestSummary_lastModificationTime :: Lens' DecoderManifestSummary UTCTime Source #
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).