| 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.ImportSignalCatalog
Description
Creates a signal catalog using your existing VSS formatted content from your local device.
Synopsis
- data ImportSignalCatalog = ImportSignalCatalog' {}
- newImportSignalCatalog :: Text -> ImportSignalCatalog
- importSignalCatalog_description :: Lens' ImportSignalCatalog (Maybe Text)
- importSignalCatalog_tags :: Lens' ImportSignalCatalog (Maybe [Tag])
- importSignalCatalog_vss :: Lens' ImportSignalCatalog (Maybe FormattedVss)
- importSignalCatalog_name :: Lens' ImportSignalCatalog Text
- data ImportSignalCatalogResponse = ImportSignalCatalogResponse' {}
- newImportSignalCatalogResponse :: Int -> Text -> Text -> ImportSignalCatalogResponse
- importSignalCatalogResponse_httpStatus :: Lens' ImportSignalCatalogResponse Int
- importSignalCatalogResponse_name :: Lens' ImportSignalCatalogResponse Text
- importSignalCatalogResponse_arn :: Lens' ImportSignalCatalogResponse Text
Creating a Request
data ImportSignalCatalog Source #
See: newImportSignalCatalog smart constructor.
Constructors
| ImportSignalCatalog' | |
Fields
| |
Instances
newImportSignalCatalog Source #
Arguments
| :: Text | |
| -> ImportSignalCatalog |
Create a value of ImportSignalCatalog 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:
ImportSignalCatalog, importSignalCatalog_description - A brief description of the signal catalog.
ImportSignalCatalog, importSignalCatalog_tags - Metadata that can be used to manage the signal catalog.
$sel:vss:ImportSignalCatalog', importSignalCatalog_vss - The contents of the Vehicle Signal Specification (VSS) configuration.
VSS is a precise language used to describe and model signals in vehicle
networks.
ImportSignalCatalog, importSignalCatalog_name - The name of the signal catalog to import.
Request Lenses
importSignalCatalog_description :: Lens' ImportSignalCatalog (Maybe Text) Source #
A brief description of the signal catalog.
importSignalCatalog_tags :: Lens' ImportSignalCatalog (Maybe [Tag]) Source #
Metadata that can be used to manage the signal catalog.
importSignalCatalog_vss :: Lens' ImportSignalCatalog (Maybe FormattedVss) Source #
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
importSignalCatalog_name :: Lens' ImportSignalCatalog Text Source #
The name of the signal catalog to import.
Destructuring the Response
data ImportSignalCatalogResponse Source #
See: newImportSignalCatalogResponse smart constructor.
Constructors
| ImportSignalCatalogResponse' | |
Instances
newImportSignalCatalogResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> ImportSignalCatalogResponse |
Create a value of ImportSignalCatalogResponse 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:ImportSignalCatalogResponse', importSignalCatalogResponse_httpStatus - The response's http status code.
ImportSignalCatalog, importSignalCatalogResponse_name - The name of the imported signal catalog.
ImportSignalCatalogResponse, importSignalCatalogResponse_arn - The Amazon Resource Name (ARN) of the imported signal catalog.
Response Lenses
importSignalCatalogResponse_httpStatus :: Lens' ImportSignalCatalogResponse Int Source #
The response's http status code.
importSignalCatalogResponse_name :: Lens' ImportSignalCatalogResponse Text Source #
The name of the imported signal catalog.
importSignalCatalogResponse_arn :: Lens' ImportSignalCatalogResponse Text Source #
The Amazon Resource Name (ARN) of the imported signal catalog.