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

Description

Creates a decoder manifest using your existing CAN DBC file from your local device.

Synopsis

Creating a Request

data ImportDecoderManifest Source #

See: newImportDecoderManifest smart constructor.

Constructors

ImportDecoderManifest' 

Fields

Instances

Instances details
ToJSON ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

ToHeaders ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

ToPath ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

ToQuery ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

AWSRequest ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

Associated Types

type AWSResponse ImportDecoderManifest #

Generic ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

Associated Types

type Rep ImportDecoderManifest :: Type -> Type #

Read ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

Show ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

NFData ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

Methods

rnf :: ImportDecoderManifest -> () #

Eq ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

Hashable ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

type AWSResponse ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

type Rep ImportDecoderManifest Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

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

newImportDecoderManifest Source #

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

ImportDecoderManifest, importDecoderManifest_name - The name of the decoder manifest to import.

$sel:networkFileDefinitions:ImportDecoderManifest', importDecoderManifest_networkFileDefinitions - The file to load into an Amazon Web Services account.

Request Lenses

importDecoderManifest_name :: Lens' ImportDecoderManifest Text Source #

The name of the decoder manifest to import.

Destructuring the Response

data ImportDecoderManifestResponse Source #

See: newImportDecoderManifestResponse smart constructor.

Constructors

ImportDecoderManifestResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • name :: Text

    The name of the imported decoder manifest.

  • arn :: Text

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

Instances

Instances details
Generic ImportDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

Associated Types

type Rep ImportDecoderManifestResponse :: Type -> Type #

Read ImportDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

Show ImportDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

NFData ImportDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

Eq ImportDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

type Rep ImportDecoderManifestResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ImportDecoderManifest

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

newImportDecoderManifestResponse Source #

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

ImportDecoderManifest, importDecoderManifestResponse_name - The name of the imported decoder manifest.

ImportDecoderManifestResponse, importDecoderManifestResponse_arn - The Amazon Resource Name (ARN) of the decoder manifest that was imported.

Response Lenses

importDecoderManifestResponse_arn :: Lens' ImportDecoderManifestResponse Text Source #

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