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.GetDecoderManifest

Description

Retrieves information about a created decoder manifest.

Synopsis

Creating a Request

data GetDecoderManifest Source #

See: newGetDecoderManifest smart constructor.

Constructors

GetDecoderManifest' 

Fields

  • name :: Text

    The name of the decoder manifest to retrieve information about.

Instances

Instances details
ToJSON GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

ToHeaders GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

ToPath GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

ToQuery GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

AWSRequest GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

Associated Types

type AWSResponse GetDecoderManifest #

Generic GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

Associated Types

type Rep GetDecoderManifest :: Type -> Type #

Read GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

Show GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

NFData GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

Methods

rnf :: GetDecoderManifest -> () #

Eq GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

Hashable GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

type AWSResponse GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

type Rep GetDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

type Rep GetDecoderManifest = D1 ('MetaData "GetDecoderManifest" "Amazonka.IoTFleetWise.GetDecoderManifest" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "GetDecoderManifest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDecoderManifest Source #

Create a value of GetDecoderManifest 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:

GetDecoderManifest, getDecoderManifest_name - The name of the decoder manifest to retrieve information about.

Request Lenses

getDecoderManifest_name :: Lens' GetDecoderManifest Text Source #

The name of the decoder manifest to retrieve information about.

Destructuring the Response

data GetDecoderManifestResponse Source #

See: newGetDecoderManifestResponse smart constructor.

Constructors

GetDecoderManifestResponse' 

Fields

  • 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.

  • 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.

  • httpStatus :: Int

    The response's http status code.

  • name :: Text

    The name of the decoder manifest.

  • arn :: Text

    The Amazon Resource Name (ARN) of 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
Generic GetDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

Associated Types

type Rep GetDecoderManifestResponse :: Type -> Type #

Read GetDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

Show GetDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

NFData GetDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

Eq GetDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

type Rep GetDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.GetDecoderManifest

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

newGetDecoderManifestResponse Source #

Create a value of GetDecoderManifestResponse 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:

GetDecoderManifestResponse, getDecoderManifestResponse_description - A brief description of the decoder manifest.

GetDecoderManifestResponse, getDecoderManifestResponse_modelManifestArn - The ARN of a vehicle model (model manifest) associated with the decoder manifest.

GetDecoderManifestResponse, getDecoderManifestResponse_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:httpStatus:GetDecoderManifestResponse', getDecoderManifestResponse_httpStatus - The response's http status code.

GetDecoderManifest, getDecoderManifestResponse_name - The name of the decoder manifest.

GetDecoderManifestResponse, getDecoderManifestResponse_arn - The Amazon Resource Name (ARN) of the decoder manifest.

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

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

Response Lenses

getDecoderManifestResponse_modelManifestArn :: Lens' GetDecoderManifestResponse (Maybe Text) Source #

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

getDecoderManifestResponse_status :: Lens' GetDecoderManifestResponse (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.

getDecoderManifestResponse_arn :: Lens' GetDecoderManifestResponse Text Source #

The Amazon Resource Name (ARN) of the decoder manifest.

getDecoderManifestResponse_creationTime :: Lens' GetDecoderManifestResponse UTCTime Source #

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

getDecoderManifestResponse_lastModificationTime :: Lens' GetDecoderManifestResponse UTCTime Source #

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