amazonka-iotfleetwise-2.0: Amazon IoT FleetWise SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTFleetWise.Types.DecoderManifestSummary

Description

 
Synopsis

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.

Constructors

DecoderManifestSummary' 

Fields

  • arn :: Maybe Text

    The ARN of a vehicle model (model manifest) associated with the decoder manifest.

  • description :: Maybe Text

    A brief description of the decoder manifest.

  • modelManifestArn :: Maybe Text

    The ARN of a vehicle model (model manifest) associated with the decoder manifest.

  • name :: Maybe Text

    The name of the decoder manifest.

  • status :: Maybe ManifestStatus

    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.

  • creationTime :: POSIX

    The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).

  • lastModificationTime :: POSIX

    The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

Instances

Instances details
FromJSON DecoderManifestSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.DecoderManifestSummary

Generic DecoderManifestSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.DecoderManifestSummary

Associated Types

type Rep DecoderManifestSummary :: Type -> Type #

Read DecoderManifestSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.DecoderManifestSummary

Show DecoderManifestSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.DecoderManifestSummary

NFData DecoderManifestSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.DecoderManifestSummary

Methods

rnf :: DecoderManifestSummary -> () #

Eq DecoderManifestSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.DecoderManifestSummary

Hashable DecoderManifestSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.DecoderManifestSummary

type Rep DecoderManifestSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.DecoderManifestSummary

type Rep DecoderManifestSummary = D1 ('MetaData "DecoderManifestSummary" "Amazonka.IoTFleetWise.Types.DecoderManifestSummary" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "DecoderManifestSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelManifestArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManifestStatus))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newDecoderManifestSummary Source #

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_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).