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

Description

Creates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true:

  • Every signal decoder has a unique name.
  • Each signal decoder is associated with a network interface.
  • Each network interface has a unique ID.
  • The signal decoders are specified in the model manifest.
Synopsis

Creating a Request

data CreateDecoderManifest Source #

See: newCreateDecoderManifest smart constructor.

Constructors

CreateDecoderManifest' 

Fields

Instances

Instances details
ToJSON CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

ToHeaders CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

ToPath CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

ToQuery CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

AWSRequest CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

Associated Types

type AWSResponse CreateDecoderManifest #

Generic CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

Associated Types

type Rep CreateDecoderManifest :: Type -> Type #

Read CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

Show CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

NFData CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

Methods

rnf :: CreateDecoderManifest -> () #

Eq CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

Hashable CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

type AWSResponse CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

type Rep CreateDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

type Rep CreateDecoderManifest = D1 ('MetaData "CreateDecoderManifest" "Amazonka.IoTFleetWise.CreateDecoderManifest" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "CreateDecoderManifest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "networkInterfaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty NetworkInterface))) :*: S1 ('MetaSel ('Just "signalDecoders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SignalDecoder))))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelManifestArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateDecoderManifest Source #

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

CreateDecoderManifest, createDecoderManifest_description - A brief description of the decoder manifest.

$sel:networkInterfaces:CreateDecoderManifest', createDecoderManifest_networkInterfaces - A list of information about available network interfaces.

$sel:signalDecoders:CreateDecoderManifest', createDecoderManifest_signalDecoders - A list of information about signal decoders.

CreateDecoderManifest, createDecoderManifest_tags - Metadata that can be used to manage the decoder manifest.

CreateDecoderManifest, createDecoderManifest_name - The unique name of the decoder manifest to create.

CreateDecoderManifest, createDecoderManifest_modelManifestArn - The Amazon Resource Name (ARN) of the vehicle model (model manifest).

Request Lenses

createDecoderManifest_description :: Lens' CreateDecoderManifest (Maybe Text) Source #

A brief description of the decoder manifest.

createDecoderManifest_networkInterfaces :: Lens' CreateDecoderManifest (Maybe (NonEmpty NetworkInterface)) Source #

A list of information about available network interfaces.

createDecoderManifest_tags :: Lens' CreateDecoderManifest (Maybe [Tag]) Source #

Metadata that can be used to manage the decoder manifest.

createDecoderManifest_name :: Lens' CreateDecoderManifest Text Source #

The unique name of the decoder manifest to create.

createDecoderManifest_modelManifestArn :: Lens' CreateDecoderManifest Text Source #

The Amazon Resource Name (ARN) of the vehicle model (model manifest).

Destructuring the Response

data CreateDecoderManifestResponse Source #

See: newCreateDecoderManifestResponse smart constructor.

Constructors

CreateDecoderManifestResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • name :: Text

    The name of the created decoder manifest.

  • arn :: Text

    The ARN of the created decoder manifest.

Instances

Instances details
Generic CreateDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

Associated Types

type Rep CreateDecoderManifestResponse :: Type -> Type #

Read CreateDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

Show CreateDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

NFData CreateDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

Eq CreateDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

type Rep CreateDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.CreateDecoderManifest

type Rep CreateDecoderManifestResponse = D1 ('MetaData "CreateDecoderManifestResponse" "Amazonka.IoTFleetWise.CreateDecoderManifest" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "CreateDecoderManifestResponse'" 'PrefixI 'True) (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))))

newCreateDecoderManifestResponse Source #

Create a value of CreateDecoderManifestResponse 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:httpStatus:CreateDecoderManifestResponse', createDecoderManifestResponse_httpStatus - The response's http status code.

CreateDecoderManifest, createDecoderManifestResponse_name - The name of the created decoder manifest.

CreateDecoderManifestResponse, createDecoderManifestResponse_arn - The ARN of the created decoder manifest.

Response Lenses