| 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 |
Amazonka.IoTFleetWise.ImportDecoderManifest
Description
Creates a decoder manifest using your existing CAN DBC file from your local device.
Synopsis
- data ImportDecoderManifest = ImportDecoderManifest' {}
- newImportDecoderManifest :: Text -> ImportDecoderManifest
- importDecoderManifest_name :: Lens' ImportDecoderManifest Text
- importDecoderManifest_networkFileDefinitions :: Lens' ImportDecoderManifest [NetworkFileDefinition]
- data ImportDecoderManifestResponse = ImportDecoderManifestResponse' {}
- newImportDecoderManifestResponse :: Int -> Text -> Text -> ImportDecoderManifestResponse
- importDecoderManifestResponse_httpStatus :: Lens' ImportDecoderManifestResponse Int
- importDecoderManifestResponse_name :: Lens' ImportDecoderManifestResponse Text
- importDecoderManifestResponse_arn :: Lens' ImportDecoderManifestResponse Text
Creating a Request
data ImportDecoderManifest Source #
See: newImportDecoderManifest smart constructor.
Constructors
| ImportDecoderManifest' | |
Fields
| |
Instances
newImportDecoderManifest Source #
Arguments
| :: Text | |
| -> ImportDecoderManifest |
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.
importDecoderManifest_networkFileDefinitions :: Lens' ImportDecoderManifest [NetworkFileDefinition] Source #
The file to load into an Amazon Web Services account.
Destructuring the Response
data ImportDecoderManifestResponse Source #
See: newImportDecoderManifestResponse smart constructor.
Constructors
| ImportDecoderManifestResponse' | |
Instances
newImportDecoderManifestResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> ImportDecoderManifestResponse |
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_httpStatus :: Lens' ImportDecoderManifestResponse Int Source #
The response's http status code.
importDecoderManifestResponse_name :: Lens' ImportDecoderManifestResponse Text Source #
The name of the imported decoder manifest.
importDecoderManifestResponse_arn :: Lens' ImportDecoderManifestResponse Text Source #
The Amazon Resource Name (ARN) of the decoder manifest that was imported.