@aws-sdk/client-iotfleetwise 3.179.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +219 -0
- package/dist-cjs/IoTFleetWise.js +757 -0
- package/dist-cjs/IoTFleetWiseClient.js +37 -0
- package/dist-cjs/commands/AssociateVehicleFleetCommand.js +36 -0
- package/dist-cjs/commands/BatchCreateVehicleCommand.js +36 -0
- package/dist-cjs/commands/BatchUpdateVehicleCommand.js +36 -0
- package/dist-cjs/commands/CreateCampaignCommand.js +36 -0
- package/dist-cjs/commands/CreateDecoderManifestCommand.js +36 -0
- package/dist-cjs/commands/CreateFleetCommand.js +36 -0
- package/dist-cjs/commands/CreateModelManifestCommand.js +36 -0
- package/dist-cjs/commands/CreateSignalCatalogCommand.js +36 -0
- package/dist-cjs/commands/CreateVehicleCommand.js +36 -0
- package/dist-cjs/commands/DeleteCampaignCommand.js +36 -0
- package/dist-cjs/commands/DeleteDecoderManifestCommand.js +36 -0
- package/dist-cjs/commands/DeleteFleetCommand.js +36 -0
- package/dist-cjs/commands/DeleteModelManifestCommand.js +36 -0
- package/dist-cjs/commands/DeleteSignalCatalogCommand.js +36 -0
- package/dist-cjs/commands/DeleteVehicleCommand.js +36 -0
- package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +36 -0
- package/dist-cjs/commands/GetCampaignCommand.js +36 -0
- package/dist-cjs/commands/GetDecoderManifestCommand.js +36 -0
- package/dist-cjs/commands/GetFleetCommand.js +36 -0
- package/dist-cjs/commands/GetLoggingOptionsCommand.js +36 -0
- package/dist-cjs/commands/GetModelManifestCommand.js +36 -0
- package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +36 -0
- package/dist-cjs/commands/GetSignalCatalogCommand.js +36 -0
- package/dist-cjs/commands/GetVehicleCommand.js +36 -0
- package/dist-cjs/commands/GetVehicleStatusCommand.js +36 -0
- package/dist-cjs/commands/ImportDecoderManifestCommand.js +36 -0
- package/dist-cjs/commands/ImportSignalCatalogCommand.js +36 -0
- package/dist-cjs/commands/ListCampaignsCommand.js +36 -0
- package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +36 -0
- package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +36 -0
- package/dist-cjs/commands/ListDecoderManifestsCommand.js +36 -0
- package/dist-cjs/commands/ListFleetsCommand.js +36 -0
- package/dist-cjs/commands/ListFleetsForVehicleCommand.js +36 -0
- package/dist-cjs/commands/ListModelManifestNodesCommand.js +36 -0
- package/dist-cjs/commands/ListModelManifestsCommand.js +36 -0
- package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +36 -0
- package/dist-cjs/commands/ListSignalCatalogsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListVehiclesCommand.js +36 -0
- package/dist-cjs/commands/ListVehiclesInFleetCommand.js +36 -0
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +36 -0
- package/dist-cjs/commands/RegisterAccountCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateCampaignCommand.js +36 -0
- package/dist-cjs/commands/UpdateDecoderManifestCommand.js +36 -0
- package/dist-cjs/commands/UpdateFleetCommand.js +36 -0
- package/dist-cjs/commands/UpdateModelManifestCommand.js +36 -0
- package/dist-cjs/commands/UpdateSignalCatalogCommand.js +36 -0
- package/dist-cjs/commands/UpdateVehicleCommand.js +36 -0
- package/dist-cjs/commands/index.js +53 -0
- package/dist-cjs/endpoints.js +132 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/IoTFleetWiseServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +931 -0
- package/dist-cjs/pagination/GetVehicleStatusPaginator.js +36 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCampaignsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDecoderManifestNetworkInterfacesPaginator.js +36 -0
- package/dist-cjs/pagination/ListDecoderManifestSignalsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDecoderManifestsPaginator.js +36 -0
- package/dist-cjs/pagination/ListFleetsForVehiclePaginator.js +36 -0
- package/dist-cjs/pagination/ListFleetsPaginator.js +36 -0
- package/dist-cjs/pagination/ListModelManifestNodesPaginator.js +36 -0
- package/dist-cjs/pagination/ListModelManifestsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSignalCatalogNodesPaginator.js +36 -0
- package/dist-cjs/pagination/ListSignalCatalogsPaginator.js +36 -0
- package/dist-cjs/pagination/ListVehiclesInFleetPaginator.js +36 -0
- package/dist-cjs/pagination/ListVehiclesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +17 -0
- package/dist-cjs/protocols/Aws_json1_0.js +4827 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/IoTFleetWise.js +760 -0
- package/dist-es/IoTFleetWiseClient.js +39 -0
- package/dist-es/commands/AssociateVehicleFleetCommand.js +39 -0
- package/dist-es/commands/BatchCreateVehicleCommand.js +39 -0
- package/dist-es/commands/BatchUpdateVehicleCommand.js +39 -0
- package/dist-es/commands/CreateCampaignCommand.js +39 -0
- package/dist-es/commands/CreateDecoderManifestCommand.js +39 -0
- package/dist-es/commands/CreateFleetCommand.js +39 -0
- package/dist-es/commands/CreateModelManifestCommand.js +39 -0
- package/dist-es/commands/CreateSignalCatalogCommand.js +39 -0
- package/dist-es/commands/CreateVehicleCommand.js +39 -0
- package/dist-es/commands/DeleteCampaignCommand.js +39 -0
- package/dist-es/commands/DeleteDecoderManifestCommand.js +39 -0
- package/dist-es/commands/DeleteFleetCommand.js +39 -0
- package/dist-es/commands/DeleteModelManifestCommand.js +39 -0
- package/dist-es/commands/DeleteSignalCatalogCommand.js +39 -0
- package/dist-es/commands/DeleteVehicleCommand.js +39 -0
- package/dist-es/commands/DisassociateVehicleFleetCommand.js +39 -0
- package/dist-es/commands/GetCampaignCommand.js +39 -0
- package/dist-es/commands/GetDecoderManifestCommand.js +39 -0
- package/dist-es/commands/GetFleetCommand.js +39 -0
- package/dist-es/commands/GetLoggingOptionsCommand.js +39 -0
- package/dist-es/commands/GetModelManifestCommand.js +39 -0
- package/dist-es/commands/GetRegisterAccountStatusCommand.js +39 -0
- package/dist-es/commands/GetSignalCatalogCommand.js +39 -0
- package/dist-es/commands/GetVehicleCommand.js +39 -0
- package/dist-es/commands/GetVehicleStatusCommand.js +39 -0
- package/dist-es/commands/ImportDecoderManifestCommand.js +39 -0
- package/dist-es/commands/ImportSignalCatalogCommand.js +39 -0
- package/dist-es/commands/ListCampaignsCommand.js +39 -0
- package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +39 -0
- package/dist-es/commands/ListDecoderManifestSignalsCommand.js +39 -0
- package/dist-es/commands/ListDecoderManifestsCommand.js +39 -0
- package/dist-es/commands/ListFleetsCommand.js +39 -0
- package/dist-es/commands/ListFleetsForVehicleCommand.js +39 -0
- package/dist-es/commands/ListModelManifestNodesCommand.js +39 -0
- package/dist-es/commands/ListModelManifestsCommand.js +39 -0
- package/dist-es/commands/ListSignalCatalogNodesCommand.js +39 -0
- package/dist-es/commands/ListSignalCatalogsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListVehiclesCommand.js +39 -0
- package/dist-es/commands/ListVehiclesInFleetCommand.js +39 -0
- package/dist-es/commands/PutLoggingOptionsCommand.js +39 -0
- package/dist-es/commands/RegisterAccountCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateCampaignCommand.js +39 -0
- package/dist-es/commands/UpdateDecoderManifestCommand.js +39 -0
- package/dist-es/commands/UpdateFleetCommand.js +39 -0
- package/dist-es/commands/UpdateModelManifestCommand.js +39 -0
- package/dist-es/commands/UpdateSignalCatalogCommand.js +39 -0
- package/dist-es/commands/UpdateVehicleCommand.js +39 -0
- package/dist-es/commands/index.js +50 -0
- package/dist-es/endpoints.js +128 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/IoTFleetWiseServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +493 -0
- package/dist-es/pagination/GetVehicleStatusPaginator.js +75 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCampaignsPaginator.js +75 -0
- package/dist-es/pagination/ListDecoderManifestNetworkInterfacesPaginator.js +75 -0
- package/dist-es/pagination/ListDecoderManifestSignalsPaginator.js +75 -0
- package/dist-es/pagination/ListDecoderManifestsPaginator.js +75 -0
- package/dist-es/pagination/ListFleetsForVehiclePaginator.js +75 -0
- package/dist-es/pagination/ListFleetsPaginator.js +75 -0
- package/dist-es/pagination/ListModelManifestNodesPaginator.js +75 -0
- package/dist-es/pagination/ListModelManifestsPaginator.js +75 -0
- package/dist-es/pagination/ListSignalCatalogNodesPaginator.js +75 -0
- package/dist-es/pagination/ListSignalCatalogsPaginator.js +75 -0
- package/dist-es/pagination/ListVehiclesInFleetPaginator.js +75 -0
- package/dist-es/pagination/ListVehiclesPaginator.js +75 -0
- package/dist-es/pagination/index.js +14 -0
- package/dist-es/protocols/Aws_json1_0.js +5660 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +30 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/IoTFleetWise.d.ts +516 -0
- package/dist-types/IoTFleetWiseClient.d.ts +208 -0
- package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +35 -0
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +41 -0
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +41 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +40 -0
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +50 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +42 -0
- package/dist-types/commands/CreateModelManifestCommand.d.ts +38 -0
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +36 -0
- package/dist-types/commands/CreateVehicleCommand.d.ts +43 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +36 -0
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +40 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +41 -0
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +39 -0
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +39 -0
- package/dist-types/commands/DeleteVehicleCommand.d.ts +39 -0
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +40 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +35 -0
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +35 -0
- package/dist-types/commands/GetFleetCommand.d.ts +35 -0
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/commands/GetModelManifestCommand.d.ts +35 -0
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +41 -0
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +35 -0
- package/dist-types/commands/GetVehicleCommand.d.ts +35 -0
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +36 -0
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +36 -0
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +36 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +38 -0
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +38 -0
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +38 -0
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +38 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +38 -0
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +38 -0
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +38 -0
- package/dist-types/commands/ListModelManifestsCommand.d.ts +38 -0
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +38 -0
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +40 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListVehiclesCommand.d.ts +38 -0
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +38 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +35 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +45 -0
- package/dist-types/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +37 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +39 -0
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +36 -0
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +35 -0
- package/dist-types/commands/UpdateVehicleCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +50 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/IoTFleetWiseServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3487 -0
- package/dist-types/pagination/GetVehicleStatusPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListCampaignsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDecoderManifestNetworkInterfacesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDecoderManifestSignalsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDecoderManifestsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFleetsForVehiclePaginator.d.ts +4 -0
- package/dist-types/pagination/ListFleetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelManifestNodesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelManifestsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSignalCatalogNodesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSignalCatalogsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVehiclesInFleetPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVehiclesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +14 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +152 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/IoTFleetWise.d.ts +860 -0
- package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +405 -0
- package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/IoTFleetWiseServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1431 -0
- package/dist-types/ts3.4/pagination/GetVehicleStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDecoderManifestNetworkInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDecoderManifestSignalsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDecoderManifestsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFleetsForVehiclePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListModelManifestNodesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListModelManifestsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSignalCatalogNodesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSignalCatalogsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVehiclesInFleetPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVehiclesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +605 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -0
- package/package.json +100 -0
|
@@ -0,0 +1,3487 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTFleetWiseServiceException as __BaseException } from "./IoTFleetWiseServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
5
|
+
*/
|
|
6
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
7
|
+
readonly name: "AccessDeniedException";
|
|
8
|
+
readonly $fault: "client";
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
|
+
}
|
|
14
|
+
export declare enum NodeDataType {
|
|
15
|
+
BOOLEAN = "BOOLEAN",
|
|
16
|
+
BOOLEAN_ARRAY = "BOOLEAN_ARRAY",
|
|
17
|
+
DOUBLE = "DOUBLE",
|
|
18
|
+
DOUBLE_ARRAY = "DOUBLE_ARRAY",
|
|
19
|
+
FLOAT = "FLOAT",
|
|
20
|
+
FLOAT_ARRAY = "FLOAT_ARRAY",
|
|
21
|
+
INT16 = "INT16",
|
|
22
|
+
INT16_ARRAY = "INT16_ARRAY",
|
|
23
|
+
INT32 = "INT32",
|
|
24
|
+
INT32_ARRAY = "INT32_ARRAY",
|
|
25
|
+
INT64 = "INT64",
|
|
26
|
+
INT64_ARRAY = "INT64_ARRAY",
|
|
27
|
+
INT8 = "INT8",
|
|
28
|
+
INT8_ARRAY = "INT8_ARRAY",
|
|
29
|
+
STRING = "STRING",
|
|
30
|
+
STRING_ARRAY = "STRING_ARRAY",
|
|
31
|
+
UINT16 = "UINT16",
|
|
32
|
+
UINT16_ARRAY = "UINT16_ARRAY",
|
|
33
|
+
UINT32 = "UINT32",
|
|
34
|
+
UINT32_ARRAY = "UINT32_ARRAY",
|
|
35
|
+
UINT64 = "UINT64",
|
|
36
|
+
UINT64_ARRAY = "UINT64_ARRAY",
|
|
37
|
+
UINT8 = "UINT8",
|
|
38
|
+
UINT8_ARRAY = "UINT8_ARRAY",
|
|
39
|
+
UNIX_TIMESTAMP = "UNIX_TIMESTAMP",
|
|
40
|
+
UNIX_TIMESTAMP_ARRAY = "UNIX_TIMESTAMP_ARRAY",
|
|
41
|
+
UNKNOWN = "UNKNOWN"
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* <p>A signal that represents a vehicle device such as the engine, heater, and door locks.
|
|
45
|
+
* Data from an actuator reports the state of a certain vehicle device.</p>
|
|
46
|
+
* <note>
|
|
47
|
+
* <p> Updating actuator data can change the state of a device. For example, you can
|
|
48
|
+
* turn on or off the heater by updating its actuator data.</p>
|
|
49
|
+
* </note>
|
|
50
|
+
*/
|
|
51
|
+
export interface Actuator {
|
|
52
|
+
/**
|
|
53
|
+
* <p>The fully qualified name of the actuator. For example, the fully qualified name of an
|
|
54
|
+
* actuator might be <code>Vehicle.Front.Left.Door.Lock</code>.</p>
|
|
55
|
+
*/
|
|
56
|
+
fullyQualifiedName: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The specified data type of the actuator. </p>
|
|
59
|
+
*/
|
|
60
|
+
dataType: NodeDataType | string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>A brief description of the actuator.</p>
|
|
63
|
+
*/
|
|
64
|
+
description?: string;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The scientific unit for the actuator.</p>
|
|
67
|
+
*/
|
|
68
|
+
unit?: string;
|
|
69
|
+
/**
|
|
70
|
+
* <p>A list of possible values an actuator can take.</p>
|
|
71
|
+
*/
|
|
72
|
+
allowedValues?: string[];
|
|
73
|
+
/**
|
|
74
|
+
* <p>The specified possible minimum value of an actuator.</p>
|
|
75
|
+
*/
|
|
76
|
+
min?: number;
|
|
77
|
+
/**
|
|
78
|
+
* <p>The specified possible maximum value of an actuator.</p>
|
|
79
|
+
*/
|
|
80
|
+
max?: number;
|
|
81
|
+
/**
|
|
82
|
+
* <p>A specified value for the actuator.</p>
|
|
83
|
+
*/
|
|
84
|
+
assignedValue?: string;
|
|
85
|
+
}
|
|
86
|
+
export interface AssociateVehicleFleetRequest {
|
|
87
|
+
/**
|
|
88
|
+
* <p> The unique ID of the vehicle to associate with the fleet. </p>
|
|
89
|
+
*/
|
|
90
|
+
vehicleName: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p> The ID of a fleet. </p>
|
|
93
|
+
*/
|
|
94
|
+
fleetId: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface AssociateVehicleFleetResponse {
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
100
|
+
*/
|
|
101
|
+
export declare class InternalServerException extends __BaseException {
|
|
102
|
+
readonly name: "InternalServerException";
|
|
103
|
+
readonly $fault: "server";
|
|
104
|
+
/**
|
|
105
|
+
* <p>The number of seconds to wait before retrying the command.</p>
|
|
106
|
+
*/
|
|
107
|
+
retryAfterSeconds?: number;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
111
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* <p>The resource wasn't found.</p>
|
|
115
|
+
*/
|
|
116
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
117
|
+
readonly name: "ResourceNotFoundException";
|
|
118
|
+
readonly $fault: "client";
|
|
119
|
+
/**
|
|
120
|
+
* <p>The identifier of the resource that wasn't found.</p>
|
|
121
|
+
*/
|
|
122
|
+
resourceId: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>The type of resource that wasn't found.</p>
|
|
125
|
+
*/
|
|
126
|
+
resourceType: string | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* @internal
|
|
129
|
+
*/
|
|
130
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
134
|
+
*/
|
|
135
|
+
export declare class ThrottlingException extends __BaseException {
|
|
136
|
+
readonly name: "ThrottlingException";
|
|
137
|
+
readonly $fault: "client";
|
|
138
|
+
/**
|
|
139
|
+
* <p>The quota identifier of the applied throttling rules for this request.</p>
|
|
140
|
+
*/
|
|
141
|
+
quotaCode?: string;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The code for the service that couldn't be completed due to throttling.</p>
|
|
144
|
+
*/
|
|
145
|
+
serviceCode?: string;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The number of seconds to wait before retrying the command.</p>
|
|
148
|
+
*/
|
|
149
|
+
retryAfterSeconds?: number;
|
|
150
|
+
/**
|
|
151
|
+
* @internal
|
|
152
|
+
*/
|
|
153
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* <p>A validation error due to mismatch between the expected data type, length, or pattern
|
|
157
|
+
* of the parameter and the input.</p>
|
|
158
|
+
*/
|
|
159
|
+
export interface ValidationExceptionField {
|
|
160
|
+
/**
|
|
161
|
+
* <p>The name of the parameter field with the validation error.</p>
|
|
162
|
+
*/
|
|
163
|
+
name: string | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* <p>A message about the validation error.</p>
|
|
166
|
+
*/
|
|
167
|
+
message: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export declare enum ValidationExceptionReason {
|
|
170
|
+
CANNOT_PARSE = "cannotParse",
|
|
171
|
+
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
172
|
+
OTHER = "other",
|
|
173
|
+
UNKNOWN_OPERATION = "unknownOperation"
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
177
|
+
*/
|
|
178
|
+
export declare class ValidationException extends __BaseException {
|
|
179
|
+
readonly name: "ValidationException";
|
|
180
|
+
readonly $fault: "client";
|
|
181
|
+
/**
|
|
182
|
+
* <p>The reason the input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
183
|
+
*/
|
|
184
|
+
reason?: ValidationExceptionReason | string;
|
|
185
|
+
/**
|
|
186
|
+
* <p>The list of fields that fail to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
187
|
+
*/
|
|
188
|
+
fieldList?: ValidationExceptionField[];
|
|
189
|
+
/**
|
|
190
|
+
* @internal
|
|
191
|
+
*/
|
|
192
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* <p>A signal that represents static information about the vehicle, such as engine type or
|
|
196
|
+
* manufacturing date.</p>
|
|
197
|
+
*/
|
|
198
|
+
export interface Attribute {
|
|
199
|
+
/**
|
|
200
|
+
* <p>The fully qualified name of the attribute. For example, the fully qualified name of an
|
|
201
|
+
* attribute might be <code>Vehicle.Body.Engine.Type</code>.</p>
|
|
202
|
+
*/
|
|
203
|
+
fullyQualifiedName: string | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* <p>The specified data type of the attribute. </p>
|
|
206
|
+
*/
|
|
207
|
+
dataType: NodeDataType | string | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* <p>A brief description of the attribute.</p>
|
|
210
|
+
*/
|
|
211
|
+
description?: string;
|
|
212
|
+
/**
|
|
213
|
+
* <p>The scientific unit for the attribute.</p>
|
|
214
|
+
*/
|
|
215
|
+
unit?: string;
|
|
216
|
+
/**
|
|
217
|
+
* <p>A list of possible values an attribute can be assigned.</p>
|
|
218
|
+
*/
|
|
219
|
+
allowedValues?: string[];
|
|
220
|
+
/**
|
|
221
|
+
* <p>The specified possible minimum value of the attribute.</p>
|
|
222
|
+
*/
|
|
223
|
+
min?: number;
|
|
224
|
+
/**
|
|
225
|
+
* <p>The specified possible maximum value of the attribute.</p>
|
|
226
|
+
*/
|
|
227
|
+
max?: number;
|
|
228
|
+
/**
|
|
229
|
+
* <p>A specified value for the attribute.</p>
|
|
230
|
+
*/
|
|
231
|
+
assignedValue?: string;
|
|
232
|
+
/**
|
|
233
|
+
* <p>The default value of the attribute.</p>
|
|
234
|
+
*/
|
|
235
|
+
defaultValue?: string;
|
|
236
|
+
}
|
|
237
|
+
export declare enum VehicleAssociationBehavior {
|
|
238
|
+
CREATE_IOT_THING = "CreateIotThing",
|
|
239
|
+
VALIDATE_IOT_THING_EXISTS = "ValidateIotThingExists"
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* <p>A set of key/value pairs that are used to manage the resource.</p>
|
|
243
|
+
*/
|
|
244
|
+
export interface Tag {
|
|
245
|
+
/**
|
|
246
|
+
* <p>The tag's key.</p>
|
|
247
|
+
*/
|
|
248
|
+
Key: string | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* <p>The tag's value.</p>
|
|
251
|
+
*/
|
|
252
|
+
Value: string | undefined;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* <p>Information about the vehicle to create.</p>
|
|
256
|
+
*/
|
|
257
|
+
export interface CreateVehicleRequestItem {
|
|
258
|
+
/**
|
|
259
|
+
* <p>The unique ID of the vehicle to create.</p>
|
|
260
|
+
*/
|
|
261
|
+
vehicleName: string | undefined;
|
|
262
|
+
/**
|
|
263
|
+
* <p>The ARN of the vehicle model (model manifest) to create the vehicle from.</p>
|
|
264
|
+
*/
|
|
265
|
+
modelManifestArn: string | undefined;
|
|
266
|
+
/**
|
|
267
|
+
* <p>The Amazon Resource Name (ARN) of a decoder manifest associated with the vehicle to create.
|
|
268
|
+
* </p>
|
|
269
|
+
*/
|
|
270
|
+
decoderManifestArn: string | undefined;
|
|
271
|
+
/**
|
|
272
|
+
* <p>Static information about a vehicle in a key-value pair. For example: <code>"engine
|
|
273
|
+
* Type"</code> : <code>"v6"</code>
|
|
274
|
+
* </p>
|
|
275
|
+
*/
|
|
276
|
+
attributes?: Record<string, string>;
|
|
277
|
+
/**
|
|
278
|
+
* <p>An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an
|
|
279
|
+
* existing thing as a vehicle.</p>
|
|
280
|
+
*/
|
|
281
|
+
associationBehavior?: VehicleAssociationBehavior | string;
|
|
282
|
+
/**
|
|
283
|
+
* <p>Metadata which can be used to manage the vehicle.</p>
|
|
284
|
+
*/
|
|
285
|
+
tags?: Tag[];
|
|
286
|
+
}
|
|
287
|
+
export interface BatchCreateVehicleRequest {
|
|
288
|
+
/**
|
|
289
|
+
* <p> A list of information about each vehicle to create. For more information, see the
|
|
290
|
+
* API data type.</p>
|
|
291
|
+
*/
|
|
292
|
+
vehicles: CreateVehicleRequestItem[] | undefined;
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* <p>An HTTP error resulting from creating a vehicle.</p>
|
|
296
|
+
*/
|
|
297
|
+
export interface CreateVehicleError {
|
|
298
|
+
/**
|
|
299
|
+
* <p>The ID of the vehicle with the error.</p>
|
|
300
|
+
*/
|
|
301
|
+
vehicleName?: string;
|
|
302
|
+
/**
|
|
303
|
+
* <p>An HTTP error code.</p>
|
|
304
|
+
*/
|
|
305
|
+
code?: string;
|
|
306
|
+
/**
|
|
307
|
+
* <p>A description of the HTTP error.</p>
|
|
308
|
+
*/
|
|
309
|
+
message?: string;
|
|
310
|
+
}
|
|
311
|
+
/**
|
|
312
|
+
* <p>Information about a created vehicle.</p>
|
|
313
|
+
*/
|
|
314
|
+
export interface CreateVehicleResponseItem {
|
|
315
|
+
/**
|
|
316
|
+
* <p>The unique ID of the vehicle to create.</p>
|
|
317
|
+
*/
|
|
318
|
+
vehicleName?: string;
|
|
319
|
+
/**
|
|
320
|
+
* <p>The ARN of the created vehicle.</p>
|
|
321
|
+
*/
|
|
322
|
+
arn?: string;
|
|
323
|
+
/**
|
|
324
|
+
* <p>The ARN of a created or validated Amazon Web Services IoT thing.</p>
|
|
325
|
+
*/
|
|
326
|
+
thingArn?: string;
|
|
327
|
+
}
|
|
328
|
+
export interface BatchCreateVehicleResponse {
|
|
329
|
+
/**
|
|
330
|
+
* <p> A list of information about a batch of created vehicles. For more information, see
|
|
331
|
+
* the API data type.</p>
|
|
332
|
+
*/
|
|
333
|
+
vehicles?: CreateVehicleResponseItem[];
|
|
334
|
+
/**
|
|
335
|
+
* <p>A list of information about creation errors, or an empty list if there aren't any
|
|
336
|
+
* errors. </p>
|
|
337
|
+
*/
|
|
338
|
+
errors?: CreateVehicleError[];
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* <p>A service quota was exceeded. </p>
|
|
342
|
+
*/
|
|
343
|
+
export declare class LimitExceededException extends __BaseException {
|
|
344
|
+
readonly name: "LimitExceededException";
|
|
345
|
+
readonly $fault: "client";
|
|
346
|
+
/**
|
|
347
|
+
* <p>The identifier of the resource that was exceeded.</p>
|
|
348
|
+
*/
|
|
349
|
+
resourceId: string | undefined;
|
|
350
|
+
/**
|
|
351
|
+
* <p>The type of resource that was exceeded.</p>
|
|
352
|
+
*/
|
|
353
|
+
resourceType: string | undefined;
|
|
354
|
+
/**
|
|
355
|
+
* @internal
|
|
356
|
+
*/
|
|
357
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
358
|
+
}
|
|
359
|
+
export declare enum UpdateMode {
|
|
360
|
+
MERGE = "Merge",
|
|
361
|
+
OVERWRITE = "Overwrite"
|
|
362
|
+
}
|
|
363
|
+
/**
|
|
364
|
+
* <p>Information about the vehicle to update.</p>
|
|
365
|
+
*/
|
|
366
|
+
export interface UpdateVehicleRequestItem {
|
|
367
|
+
/**
|
|
368
|
+
* <p>The unique ID of the vehicle to update.</p>
|
|
369
|
+
*/
|
|
370
|
+
vehicleName: string | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* <p>The ARN of the vehicle model (model manifest) associated with the vehicle to update.</p>
|
|
373
|
+
*/
|
|
374
|
+
modelManifestArn?: string;
|
|
375
|
+
/**
|
|
376
|
+
* <p>The ARN of the signal decoder manifest associated with the vehicle to update.</p>
|
|
377
|
+
*/
|
|
378
|
+
decoderManifestArn?: string;
|
|
379
|
+
/**
|
|
380
|
+
* <p>Static information about a vehicle in a key-value pair. For example:</p>
|
|
381
|
+
* <p>
|
|
382
|
+
* <code>"engineType"</code> : <code>"1.3 L R2"</code>
|
|
383
|
+
* </p>
|
|
384
|
+
*/
|
|
385
|
+
attributes?: Record<string, string>;
|
|
386
|
+
/**
|
|
387
|
+
* <p>The method the specified attributes will update the existing attributes on the
|
|
388
|
+
* vehicle. Use<code>Overwite</code> to replace the vehicle attributes with the specified
|
|
389
|
+
* attributes. Or use <code>Merge</code> to combine all attributes.</p>
|
|
390
|
+
* <p>This is required if attributes are present in the input.</p>
|
|
391
|
+
*/
|
|
392
|
+
attributeUpdateMode?: UpdateMode | string;
|
|
393
|
+
}
|
|
394
|
+
export interface BatchUpdateVehicleRequest {
|
|
395
|
+
/**
|
|
396
|
+
* <p> A list of information about the vehicles to update. For more information, see the
|
|
397
|
+
* API data type.</p>
|
|
398
|
+
*/
|
|
399
|
+
vehicles: UpdateVehicleRequestItem[] | undefined;
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* <p>An HTTP error resulting from updating the description for a vehicle.</p>
|
|
403
|
+
*/
|
|
404
|
+
export interface UpdateVehicleError {
|
|
405
|
+
/**
|
|
406
|
+
* <p>The ID of the vehicle with the error.</p>
|
|
407
|
+
*/
|
|
408
|
+
vehicleName?: string;
|
|
409
|
+
/**
|
|
410
|
+
* <p>The relevant HTTP error code (400+).</p>
|
|
411
|
+
*/
|
|
412
|
+
code?: number;
|
|
413
|
+
/**
|
|
414
|
+
* <p>A message associated with the error.</p>
|
|
415
|
+
*/
|
|
416
|
+
message?: string;
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* <p>Information about the updated vehicle.</p>
|
|
420
|
+
*/
|
|
421
|
+
export interface UpdateVehicleResponseItem {
|
|
422
|
+
/**
|
|
423
|
+
* <p>The unique ID of the updated vehicle.</p>
|
|
424
|
+
*/
|
|
425
|
+
vehicleName?: string;
|
|
426
|
+
/**
|
|
427
|
+
* <p>The Amazon Resource Name (ARN) of the updated vehicle.</p>
|
|
428
|
+
*/
|
|
429
|
+
arn?: string;
|
|
430
|
+
}
|
|
431
|
+
export interface BatchUpdateVehicleResponse {
|
|
432
|
+
/**
|
|
433
|
+
* <p> A list of information about the batch of updated vehicles. </p>
|
|
434
|
+
* <note>
|
|
435
|
+
* <p>This list contains only unique IDs for the vehicles that were updated.</p>
|
|
436
|
+
* </note>
|
|
437
|
+
*/
|
|
438
|
+
vehicles?: UpdateVehicleResponseItem[];
|
|
439
|
+
/**
|
|
440
|
+
* <p>A list of information about errors returned while updating a batch of vehicles, or, if
|
|
441
|
+
* there aren't any errors, an empty list.</p>
|
|
442
|
+
*/
|
|
443
|
+
errors?: UpdateVehicleError[];
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
* <p>A group of signals that are defined in a hierarchical structure.</p>
|
|
447
|
+
*/
|
|
448
|
+
export interface Branch {
|
|
449
|
+
/**
|
|
450
|
+
* <p>The fully qualified name of the branch. For example, the fully qualified name of a
|
|
451
|
+
* branch might be <code>Vehicle.Body.Engine</code>.</p>
|
|
452
|
+
*/
|
|
453
|
+
fullyQualifiedName: string | undefined;
|
|
454
|
+
/**
|
|
455
|
+
* <p>A brief description of the branch.</p>
|
|
456
|
+
*/
|
|
457
|
+
description?: string;
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
461
|
+
* more than one operation on the same resource at the same time.</p>
|
|
462
|
+
*/
|
|
463
|
+
export declare class ConflictException extends __BaseException {
|
|
464
|
+
readonly name: "ConflictException";
|
|
465
|
+
readonly $fault: "client";
|
|
466
|
+
/**
|
|
467
|
+
* <p>The resource on which there are conflicting operations.</p>
|
|
468
|
+
*/
|
|
469
|
+
resource: string | undefined;
|
|
470
|
+
/**
|
|
471
|
+
* <p>The type of resource on which there are conflicting operations..</p>
|
|
472
|
+
*/
|
|
473
|
+
resourceType: string | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* @internal
|
|
476
|
+
*/
|
|
477
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
478
|
+
}
|
|
479
|
+
export declare enum TriggerMode {
|
|
480
|
+
ALWAYS = "ALWAYS",
|
|
481
|
+
RISING_EDGE = "RISING_EDGE"
|
|
482
|
+
}
|
|
483
|
+
/**
|
|
484
|
+
* <p>Information about a collection scheme that uses a simple logical expression to
|
|
485
|
+
* recognize what data to collect.</p>
|
|
486
|
+
*/
|
|
487
|
+
export interface ConditionBasedCollectionScheme {
|
|
488
|
+
/**
|
|
489
|
+
* <p>The logical expression used to recognize what data to collect. For example,
|
|
490
|
+
* <code>$variable.Vehicle.OutsideAirTemperature >= 105.0</code>.</p>
|
|
491
|
+
*/
|
|
492
|
+
expression: string | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* <p>The minimum duration of time between two triggering events to collect data, in
|
|
495
|
+
* milliseconds.</p>
|
|
496
|
+
* <note>
|
|
497
|
+
* <p>If a signal changes often, you might want to collect data at a slower rate.</p>
|
|
498
|
+
* </note>
|
|
499
|
+
*/
|
|
500
|
+
minimumTriggerIntervalMs?: number;
|
|
501
|
+
/**
|
|
502
|
+
* <p>Whether to collect data for all triggering events (<code>ALWAYS</code>). Specify
|
|
503
|
+
* (<code>RISING_EDGE</code>), or specify only when the condition first evaluates to
|
|
504
|
+
* false. For example, triggering on "AirbagDeployed"; Users aren't interested on
|
|
505
|
+
* triggering when the airbag is already exploded; they only care about the change from not
|
|
506
|
+
* deployed => deployed.</p>
|
|
507
|
+
*/
|
|
508
|
+
triggerMode?: TriggerMode | string;
|
|
509
|
+
/**
|
|
510
|
+
* <p>Specifies the version of the conditional expression language.</p>
|
|
511
|
+
*/
|
|
512
|
+
conditionLanguageVersion?: number;
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* <p>Information about a collection scheme that uses a time period to decide how often to
|
|
516
|
+
* collect data.</p>
|
|
517
|
+
*/
|
|
518
|
+
export interface TimeBasedCollectionScheme {
|
|
519
|
+
/**
|
|
520
|
+
* <p>The time period (in milliseconds) to decide how often to collect data. For example,
|
|
521
|
+
* if the time period is <code>60000</code>, the Edge Agent software collects data once
|
|
522
|
+
* every minute.</p>
|
|
523
|
+
*/
|
|
524
|
+
periodMs: number | undefined;
|
|
525
|
+
}
|
|
526
|
+
/**
|
|
527
|
+
* <p>Specifies what data to collect and how often or when to collect it.</p>
|
|
528
|
+
*/
|
|
529
|
+
export declare type CollectionScheme = CollectionScheme.ConditionBasedCollectionSchemeMember | CollectionScheme.TimeBasedCollectionSchemeMember | CollectionScheme.$UnknownMember;
|
|
530
|
+
export declare namespace CollectionScheme {
|
|
531
|
+
/**
|
|
532
|
+
* <p>Information about a collection scheme that uses a time period to decide how often to
|
|
533
|
+
* collect data.</p>
|
|
534
|
+
*/
|
|
535
|
+
interface TimeBasedCollectionSchemeMember {
|
|
536
|
+
timeBasedCollectionScheme: TimeBasedCollectionScheme;
|
|
537
|
+
conditionBasedCollectionScheme?: never;
|
|
538
|
+
$unknown?: never;
|
|
539
|
+
}
|
|
540
|
+
/**
|
|
541
|
+
* <p>Information about a collection scheme that uses a simple logical expression to
|
|
542
|
+
* recognize what data to collect.</p>
|
|
543
|
+
*/
|
|
544
|
+
interface ConditionBasedCollectionSchemeMember {
|
|
545
|
+
timeBasedCollectionScheme?: never;
|
|
546
|
+
conditionBasedCollectionScheme: ConditionBasedCollectionScheme;
|
|
547
|
+
$unknown?: never;
|
|
548
|
+
}
|
|
549
|
+
interface $UnknownMember {
|
|
550
|
+
timeBasedCollectionScheme?: never;
|
|
551
|
+
conditionBasedCollectionScheme?: never;
|
|
552
|
+
$unknown: [string, any];
|
|
553
|
+
}
|
|
554
|
+
interface Visitor<T> {
|
|
555
|
+
timeBasedCollectionScheme: (value: TimeBasedCollectionScheme) => T;
|
|
556
|
+
conditionBasedCollectionScheme: (value: ConditionBasedCollectionScheme) => T;
|
|
557
|
+
_: (name: string, value: any) => T;
|
|
558
|
+
}
|
|
559
|
+
const visit: <T>(value: CollectionScheme, visitor: Visitor<T>) => T;
|
|
560
|
+
}
|
|
561
|
+
export declare enum Compression {
|
|
562
|
+
OFF = "OFF",
|
|
563
|
+
SNAPPY = "SNAPPY"
|
|
564
|
+
}
|
|
565
|
+
export declare enum DiagnosticsMode {
|
|
566
|
+
OFF = "OFF",
|
|
567
|
+
SEND_ACTIVE_DTCS = "SEND_ACTIVE_DTCS"
|
|
568
|
+
}
|
|
569
|
+
/**
|
|
570
|
+
* <p>Information about a signal.</p>
|
|
571
|
+
*/
|
|
572
|
+
export interface SignalInformation {
|
|
573
|
+
/**
|
|
574
|
+
* <p>The name of the signal.</p>
|
|
575
|
+
*/
|
|
576
|
+
name: string | undefined;
|
|
577
|
+
/**
|
|
578
|
+
* <p>The maximum number of samples to collect.</p>
|
|
579
|
+
*/
|
|
580
|
+
maxSampleCount?: number;
|
|
581
|
+
/**
|
|
582
|
+
* <p>The minimum duration of time (in milliseconds) between two triggering events to
|
|
583
|
+
* collect data.</p>
|
|
584
|
+
* <note>
|
|
585
|
+
* <p>If a signal changes often, you might want to collect data at a slower rate.</p>
|
|
586
|
+
* </note>
|
|
587
|
+
*/
|
|
588
|
+
minimumSamplingIntervalMs?: number;
|
|
589
|
+
}
|
|
590
|
+
export declare enum SpoolingMode {
|
|
591
|
+
OFF = "OFF",
|
|
592
|
+
TO_DISK = "TO_DISK"
|
|
593
|
+
}
|
|
594
|
+
export interface CreateCampaignRequest {
|
|
595
|
+
/**
|
|
596
|
+
* <p> The name of the campaign to create. </p>
|
|
597
|
+
*/
|
|
598
|
+
name: string | undefined;
|
|
599
|
+
/**
|
|
600
|
+
* <p>An optional description of the campaign to help identify its purpose.</p>
|
|
601
|
+
*/
|
|
602
|
+
description?: string;
|
|
603
|
+
/**
|
|
604
|
+
* <p>(Optional) The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign.
|
|
605
|
+
* </p>
|
|
606
|
+
*/
|
|
607
|
+
signalCatalogArn: string | undefined;
|
|
608
|
+
/**
|
|
609
|
+
* <p> The ARN of the vehicle or fleet to deploy a campaign to. </p>
|
|
610
|
+
*/
|
|
611
|
+
targetArn: string | undefined;
|
|
612
|
+
/**
|
|
613
|
+
* <p>(Optional) The time, in milliseconds, to deliver a campaign after it was approved. If
|
|
614
|
+
* it's not specified, <code>0</code> is used.</p>
|
|
615
|
+
* <p>Default: <code>0</code>
|
|
616
|
+
* </p>
|
|
617
|
+
*/
|
|
618
|
+
startTime?: Date;
|
|
619
|
+
/**
|
|
620
|
+
* <p> (Optional) The time the campaign expires, in seconds since epoch (January 1, 1970 at
|
|
621
|
+
* midnight UTC time). Vehicle data won't be collected after the campaign expires. </p>
|
|
622
|
+
* <p>Default: 253402243200 (December 31, 9999, 00:00:00 UTC)</p>
|
|
623
|
+
*/
|
|
624
|
+
expiryTime?: Date;
|
|
625
|
+
/**
|
|
626
|
+
* <p> (Optional) How long (in milliseconds) to collect raw data after a triggering event
|
|
627
|
+
* initiates the collection. If it's not specified, <code>0</code> is used.</p>
|
|
628
|
+
* <p>Default: <code>0</code>
|
|
629
|
+
* </p>
|
|
630
|
+
*/
|
|
631
|
+
postTriggerCollectionDuration?: number;
|
|
632
|
+
/**
|
|
633
|
+
* <p> (Optional) Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise. If you
|
|
634
|
+
* want to send diagnostic trouble codes, use <code>SEND_ACTIVE_DTCS</code>. If it's not
|
|
635
|
+
* specified, <code>OFF</code> is used.</p>
|
|
636
|
+
* <p>Default: <code>OFF</code>
|
|
637
|
+
* </p>
|
|
638
|
+
*/
|
|
639
|
+
diagnosticsMode?: DiagnosticsMode | string;
|
|
640
|
+
/**
|
|
641
|
+
* <p>(Optional) Whether to store collected data after a vehicle lost a connection with the
|
|
642
|
+
* cloud. After a connection is re-established, the data is automatically forwarded to
|
|
643
|
+
* Amazon Web Services IoT FleetWise. If you want to store collected data when a vehicle loses connection with the
|
|
644
|
+
* cloud, use <code>TO_DISK</code>. If it's not specified, <code>OFF</code> is used.</p>
|
|
645
|
+
* <p>Default: <code>OFF</code>
|
|
646
|
+
* </p>
|
|
647
|
+
*/
|
|
648
|
+
spoolingMode?: SpoolingMode | string;
|
|
649
|
+
/**
|
|
650
|
+
* <p> (Optional) Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise. If you
|
|
651
|
+
* don't want to compress the signals, use <code>OFF</code>. If it's not specified,
|
|
652
|
+
* <code>SNAPPY</code> is used. </p>
|
|
653
|
+
* <p>Default: <code>SNAPPY</code>
|
|
654
|
+
* </p>
|
|
655
|
+
*/
|
|
656
|
+
compression?: Compression | string;
|
|
657
|
+
/**
|
|
658
|
+
* <p>(Optional) A number indicating the priority of one campaign over another campaign for
|
|
659
|
+
* a certain vehicle or fleet. A campaign with the lowest value is deployed to vehicles
|
|
660
|
+
* before any other campaigns. If it's not specified, <code>0</code> is used. </p>
|
|
661
|
+
* <p>Default: <code>0</code>
|
|
662
|
+
* </p>
|
|
663
|
+
*/
|
|
664
|
+
priority?: number;
|
|
665
|
+
/**
|
|
666
|
+
* <p>(Optional) A list of information about signals to collect. </p>
|
|
667
|
+
*/
|
|
668
|
+
signalsToCollect?: SignalInformation[];
|
|
669
|
+
/**
|
|
670
|
+
* <p> The data collection scheme associated with the campaign. You can specify a scheme
|
|
671
|
+
* that collects data based on time or an event.</p>
|
|
672
|
+
*/
|
|
673
|
+
collectionScheme: CollectionScheme | undefined;
|
|
674
|
+
/**
|
|
675
|
+
* <p> (Optional) A list of vehicle attributes to associate with a campaign. </p>
|
|
676
|
+
* <p>Default: An empty array</p>
|
|
677
|
+
*/
|
|
678
|
+
dataExtraDimensions?: string[];
|
|
679
|
+
/**
|
|
680
|
+
* <p>Metadata that can be used to manage the campaign.</p>
|
|
681
|
+
*/
|
|
682
|
+
tags?: Tag[];
|
|
683
|
+
}
|
|
684
|
+
export interface CreateCampaignResponse {
|
|
685
|
+
/**
|
|
686
|
+
* <p>The name of the created campaign.</p>
|
|
687
|
+
*/
|
|
688
|
+
name?: string;
|
|
689
|
+
/**
|
|
690
|
+
* <p> The ARN of the created campaign. </p>
|
|
691
|
+
*/
|
|
692
|
+
arn?: string;
|
|
693
|
+
}
|
|
694
|
+
export interface DeleteCampaignRequest {
|
|
695
|
+
/**
|
|
696
|
+
* <p> The name of the campaign to delete. </p>
|
|
697
|
+
*/
|
|
698
|
+
name: string | undefined;
|
|
699
|
+
}
|
|
700
|
+
export interface DeleteCampaignResponse {
|
|
701
|
+
/**
|
|
702
|
+
* <p>The name of the deleted campaign.</p>
|
|
703
|
+
*/
|
|
704
|
+
name?: string;
|
|
705
|
+
/**
|
|
706
|
+
* <p> The Amazon Resource Name (ARN) of the deleted campaign.</p>
|
|
707
|
+
* <note>
|
|
708
|
+
* <p>The ARN isn’t returned if a campaign doesn’t exist.</p>
|
|
709
|
+
* </note>
|
|
710
|
+
*/
|
|
711
|
+
arn?: string;
|
|
712
|
+
}
|
|
713
|
+
export interface GetCampaignRequest {
|
|
714
|
+
/**
|
|
715
|
+
* <p> The name of the campaign to retrieve information about. </p>
|
|
716
|
+
*/
|
|
717
|
+
name: string | undefined;
|
|
718
|
+
}
|
|
719
|
+
export declare enum CampaignStatus {
|
|
720
|
+
CREATING = "CREATING",
|
|
721
|
+
RUNNING = "RUNNING",
|
|
722
|
+
SUSPENDED = "SUSPENDED",
|
|
723
|
+
WAITING_FOR_APPROVAL = "WAITING_FOR_APPROVAL"
|
|
724
|
+
}
|
|
725
|
+
export interface GetCampaignResponse {
|
|
726
|
+
/**
|
|
727
|
+
* <p>The name of the campaign.</p>
|
|
728
|
+
*/
|
|
729
|
+
name?: string;
|
|
730
|
+
/**
|
|
731
|
+
* <p> The Amazon Resource Name (ARN) of the campaign. </p>
|
|
732
|
+
*/
|
|
733
|
+
arn?: string;
|
|
734
|
+
/**
|
|
735
|
+
* <p>The description of the campaign.</p>
|
|
736
|
+
*/
|
|
737
|
+
description?: string;
|
|
738
|
+
/**
|
|
739
|
+
* <p> The ARN of a signal catalog. </p>
|
|
740
|
+
*/
|
|
741
|
+
signalCatalogArn?: string;
|
|
742
|
+
/**
|
|
743
|
+
* <p> The ARN of the vehicle or the fleet targeted by the campaign. </p>
|
|
744
|
+
*/
|
|
745
|
+
targetArn?: string;
|
|
746
|
+
/**
|
|
747
|
+
* <p>The state of the campaign. The status can be one of: <code>CREATING</code>,
|
|
748
|
+
* <code>WAITING_FOR_APPROVAL</code>, <code>RUNNING</code>, and <code>SUSPENDED</code>.
|
|
749
|
+
* </p>
|
|
750
|
+
*/
|
|
751
|
+
status?: CampaignStatus | string;
|
|
752
|
+
/**
|
|
753
|
+
* <p> The time, in milliseconds, to deliver a campaign after it was approved.</p>
|
|
754
|
+
*/
|
|
755
|
+
startTime?: Date;
|
|
756
|
+
/**
|
|
757
|
+
* <p> The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight
|
|
758
|
+
* UTC time). Vehicle data won't be collected after the campaign expires.</p>
|
|
759
|
+
*/
|
|
760
|
+
expiryTime?: Date;
|
|
761
|
+
/**
|
|
762
|
+
* <p> How long (in seconds) to collect raw data after a triggering event initiates the
|
|
763
|
+
* collection. </p>
|
|
764
|
+
*/
|
|
765
|
+
postTriggerCollectionDuration?: number;
|
|
766
|
+
/**
|
|
767
|
+
* <p> Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise. </p>
|
|
768
|
+
*/
|
|
769
|
+
diagnosticsMode?: DiagnosticsMode | string;
|
|
770
|
+
/**
|
|
771
|
+
* <p> Whether to store collected data after a vehicle lost a connection with the cloud.
|
|
772
|
+
* After a connection is re-established, the data is automatically forwarded to Amazon Web Services IoT FleetWise.
|
|
773
|
+
* </p>
|
|
774
|
+
*/
|
|
775
|
+
spoolingMode?: SpoolingMode | string;
|
|
776
|
+
/**
|
|
777
|
+
* <p> Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise. If
|
|
778
|
+
* <code>OFF</code> is specified, the signals aren't compressed. If it's not specified,
|
|
779
|
+
* <code>SNAPPY</code> is used. </p>
|
|
780
|
+
*/
|
|
781
|
+
compression?: Compression | string;
|
|
782
|
+
/**
|
|
783
|
+
* <p> A number indicating the priority of one campaign over another campaign for a certain
|
|
784
|
+
* vehicle or fleet. A campaign with the lowest value is deployed to vehicles before any
|
|
785
|
+
* other campaigns.</p>
|
|
786
|
+
*/
|
|
787
|
+
priority?: number;
|
|
788
|
+
/**
|
|
789
|
+
* <p> Information about a list of signals to collect data on. </p>
|
|
790
|
+
*/
|
|
791
|
+
signalsToCollect?: SignalInformation[];
|
|
792
|
+
/**
|
|
793
|
+
* <p> Information about the data collection scheme associated with the campaign. </p>
|
|
794
|
+
*/
|
|
795
|
+
collectionScheme?: CollectionScheme;
|
|
796
|
+
/**
|
|
797
|
+
* <p> A list of vehicle attributes associated with the campaign. </p>
|
|
798
|
+
*/
|
|
799
|
+
dataExtraDimensions?: string[];
|
|
800
|
+
/**
|
|
801
|
+
* <p> The time the campaign was created in seconds since epoch (January 1, 1970 at midnight
|
|
802
|
+
* UTC time). </p>
|
|
803
|
+
*/
|
|
804
|
+
creationTime?: Date;
|
|
805
|
+
/**
|
|
806
|
+
* <p>The last time the campaign was modified.</p>
|
|
807
|
+
*/
|
|
808
|
+
lastModificationTime?: Date;
|
|
809
|
+
}
|
|
810
|
+
export interface ListCampaignsRequest {
|
|
811
|
+
/**
|
|
812
|
+
* <p>A pagination token for the next set of results.</p>
|
|
813
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
814
|
+
*/
|
|
815
|
+
nextToken?: string;
|
|
816
|
+
/**
|
|
817
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
818
|
+
*/
|
|
819
|
+
maxResults?: number;
|
|
820
|
+
/**
|
|
821
|
+
* <p>Optional parameter to filter the results by the status of each created campaign in
|
|
822
|
+
* your account. The status can be one of: <code>CREATING</code>,
|
|
823
|
+
* <code>WAITING_FOR_APPROVAL</code>, <code>RUNNING</code>, or
|
|
824
|
+
* <code>SUSPENDED</code>.</p>
|
|
825
|
+
*/
|
|
826
|
+
status?: string;
|
|
827
|
+
}
|
|
828
|
+
/**
|
|
829
|
+
* <p>Information about a campaign. </p>
|
|
830
|
+
* <p>You can use the API operation to return this
|
|
831
|
+
* information about multiple created campaigns.</p>
|
|
832
|
+
*/
|
|
833
|
+
export interface CampaignSummary {
|
|
834
|
+
/**
|
|
835
|
+
* <p>The Amazon Resource Name (ARN) of a campaign.</p>
|
|
836
|
+
*/
|
|
837
|
+
arn?: string;
|
|
838
|
+
/**
|
|
839
|
+
* <p>The name of a campaign.</p>
|
|
840
|
+
*/
|
|
841
|
+
name?: string;
|
|
842
|
+
/**
|
|
843
|
+
* <p>The description of the campaign.</p>
|
|
844
|
+
*/
|
|
845
|
+
description?: string;
|
|
846
|
+
/**
|
|
847
|
+
* <p>The ARN of the signal catalog associated with the campaign.</p>
|
|
848
|
+
*/
|
|
849
|
+
signalCatalogArn?: string;
|
|
850
|
+
/**
|
|
851
|
+
* <p>The ARN of a vehicle or fleet to which the campaign is deployed.</p>
|
|
852
|
+
*/
|
|
853
|
+
targetArn?: string;
|
|
854
|
+
/**
|
|
855
|
+
* <p>The state of a campaign. The status can be one of the following:</p>
|
|
856
|
+
* <ul>
|
|
857
|
+
* <li>
|
|
858
|
+
* <p>
|
|
859
|
+
* <code>CREATING</code> - Amazon Web Services IoT FleetWise is processing your request to create the
|
|
860
|
+
* campaign.</p>
|
|
861
|
+
* </li>
|
|
862
|
+
* <li>
|
|
863
|
+
* <p>
|
|
864
|
+
* <code>WAITING_FOR_APPROVAL</code> - After a campaign is created, it enters the
|
|
865
|
+
* <code>WAITING_FOR_APPROVAL</code> state. To allow Amazon Web Services IoT FleetWise to deploy the
|
|
866
|
+
* campaign to the target vehicle or fleet, use the API operation to approve the campaign.
|
|
867
|
+
* </p>
|
|
868
|
+
* </li>
|
|
869
|
+
* <li>
|
|
870
|
+
* <p>
|
|
871
|
+
* <code>RUNNING</code> - The campaign is active. </p>
|
|
872
|
+
* </li>
|
|
873
|
+
* <li>
|
|
874
|
+
* <p>
|
|
875
|
+
* <code>SUSPENDED</code> - The campaign is suspended. To resume the campaign, use
|
|
876
|
+
* the API operation. </p>
|
|
877
|
+
* </li>
|
|
878
|
+
* </ul>
|
|
879
|
+
*/
|
|
880
|
+
status?: CampaignStatus | string;
|
|
881
|
+
/**
|
|
882
|
+
* <p>The time the campaign was created.</p>
|
|
883
|
+
*/
|
|
884
|
+
creationTime: Date | undefined;
|
|
885
|
+
/**
|
|
886
|
+
* <p>The last time the campaign was modified.</p>
|
|
887
|
+
*/
|
|
888
|
+
lastModificationTime: Date | undefined;
|
|
889
|
+
}
|
|
890
|
+
export interface ListCampaignsResponse {
|
|
891
|
+
/**
|
|
892
|
+
* <p> A summary of information about each campaign. </p>
|
|
893
|
+
*/
|
|
894
|
+
campaignSummaries?: CampaignSummary[];
|
|
895
|
+
/**
|
|
896
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
897
|
+
*/
|
|
898
|
+
nextToken?: string;
|
|
899
|
+
}
|
|
900
|
+
export declare enum UpdateCampaignAction {
|
|
901
|
+
APPROVE = "APPROVE",
|
|
902
|
+
RESUME = "RESUME",
|
|
903
|
+
SUSPEND = "SUSPEND",
|
|
904
|
+
UPDATE = "UPDATE"
|
|
905
|
+
}
|
|
906
|
+
export interface UpdateCampaignRequest {
|
|
907
|
+
/**
|
|
908
|
+
* <p> The name of the campaign to update. </p>
|
|
909
|
+
*/
|
|
910
|
+
name: string | undefined;
|
|
911
|
+
/**
|
|
912
|
+
* <p>The description of the campaign.</p>
|
|
913
|
+
*/
|
|
914
|
+
description?: string;
|
|
915
|
+
/**
|
|
916
|
+
* <p> A list of vehicle attributes to associate with a signal. </p>
|
|
917
|
+
* <p>Default: An empty array</p>
|
|
918
|
+
*/
|
|
919
|
+
dataExtraDimensions?: string[];
|
|
920
|
+
/**
|
|
921
|
+
* <p> Specifies how to update a campaign. The action can be one of the following:</p>
|
|
922
|
+
* <ul>
|
|
923
|
+
* <li>
|
|
924
|
+
* <p>
|
|
925
|
+
* <code>APPROVE</code> - To approve delivering a data collection scheme to
|
|
926
|
+
* vehicles. </p>
|
|
927
|
+
* </li>
|
|
928
|
+
* <li>
|
|
929
|
+
* <p>
|
|
930
|
+
* <code>SUSPEND</code> - To suspend collecting signal data. </p>
|
|
931
|
+
* </li>
|
|
932
|
+
* <li>
|
|
933
|
+
* <p>
|
|
934
|
+
* <code>RESUME</code> - To resume collecting signal data. </p>
|
|
935
|
+
* </li>
|
|
936
|
+
* <li>
|
|
937
|
+
* <p>
|
|
938
|
+
* <code>UPDATE</code> - To update a campaign. </p>
|
|
939
|
+
* </li>
|
|
940
|
+
* </ul>
|
|
941
|
+
*/
|
|
942
|
+
action: UpdateCampaignAction | string | undefined;
|
|
943
|
+
}
|
|
944
|
+
export interface UpdateCampaignResponse {
|
|
945
|
+
/**
|
|
946
|
+
* <p> The Amazon Resource Name (ARN) of the campaign. </p>
|
|
947
|
+
*/
|
|
948
|
+
arn?: string;
|
|
949
|
+
/**
|
|
950
|
+
* <p>The name of the updated campaign.</p>
|
|
951
|
+
*/
|
|
952
|
+
name?: string;
|
|
953
|
+
/**
|
|
954
|
+
* <p>The state of a campaign. The status can be one of:</p>
|
|
955
|
+
* <ul>
|
|
956
|
+
* <li>
|
|
957
|
+
* <p>
|
|
958
|
+
* <code>CREATING</code> - Amazon Web Services IoT FleetWise is processing your request to create the
|
|
959
|
+
* campaign. </p>
|
|
960
|
+
* </li>
|
|
961
|
+
* <li>
|
|
962
|
+
* <p>
|
|
963
|
+
* <code>WAITING_FOR_APPROVAL</code> - After a campaign is created, it enters the
|
|
964
|
+
* <code>WAITING_FOR_APPROVAL</code> state. To allow Amazon Web Services IoT FleetWise to deploy the
|
|
965
|
+
* campaign to the target vehicle or fleet, use the API operation to approve the campaign.
|
|
966
|
+
* </p>
|
|
967
|
+
* </li>
|
|
968
|
+
* <li>
|
|
969
|
+
* <p>
|
|
970
|
+
* <code>RUNNING</code> - The campaign is active. </p>
|
|
971
|
+
* </li>
|
|
972
|
+
* <li>
|
|
973
|
+
* <p>
|
|
974
|
+
* <code>SUSPENDED</code> - The campaign is suspended. To resume the campaign, use
|
|
975
|
+
* the API operation. </p>
|
|
976
|
+
* </li>
|
|
977
|
+
* </ul>
|
|
978
|
+
*/
|
|
979
|
+
status?: CampaignStatus | string;
|
|
980
|
+
}
|
|
981
|
+
/**
|
|
982
|
+
* <p>Configurations used to create a decoder manifest.</p>
|
|
983
|
+
*/
|
|
984
|
+
export interface CanDbcDefinition {
|
|
985
|
+
/**
|
|
986
|
+
* <p>Contains information about a network interface.</p>
|
|
987
|
+
*/
|
|
988
|
+
networkInterface: string | undefined;
|
|
989
|
+
/**
|
|
990
|
+
* <p>A list of DBC files. You can upload only one DBC file for each network interface and
|
|
991
|
+
* specify up to five (inclusive) files in the list.</p>
|
|
992
|
+
*/
|
|
993
|
+
canDbcFiles: Uint8Array[] | undefined;
|
|
994
|
+
/**
|
|
995
|
+
* <p>Pairs every signal specified in your vehicle model with a signal decoder.</p>
|
|
996
|
+
*/
|
|
997
|
+
signalsMap?: Record<string, string>;
|
|
998
|
+
}
|
|
999
|
+
/**
|
|
1000
|
+
* <p>A single controller area network (CAN) device interface.</p>
|
|
1001
|
+
*/
|
|
1002
|
+
export interface CanInterface {
|
|
1003
|
+
/**
|
|
1004
|
+
* <p>The unique name of the interface.</p>
|
|
1005
|
+
*/
|
|
1006
|
+
name: string | undefined;
|
|
1007
|
+
/**
|
|
1008
|
+
* <p>The name of the communication protocol for the interface.</p>
|
|
1009
|
+
*/
|
|
1010
|
+
protocolName?: string;
|
|
1011
|
+
/**
|
|
1012
|
+
* <p>The version of the communication protocol for the interface.</p>
|
|
1013
|
+
*/
|
|
1014
|
+
protocolVersion?: string;
|
|
1015
|
+
}
|
|
1016
|
+
/**
|
|
1017
|
+
* <p>Information about a single controller area network (CAN) signal and the messages it
|
|
1018
|
+
* receives and transmits.</p>
|
|
1019
|
+
*/
|
|
1020
|
+
export interface CanSignal {
|
|
1021
|
+
/**
|
|
1022
|
+
* <p>The ID of the message.</p>
|
|
1023
|
+
*/
|
|
1024
|
+
messageId: number | undefined;
|
|
1025
|
+
/**
|
|
1026
|
+
* <p>Whether the byte ordering of a CAN message is big-endian.</p>
|
|
1027
|
+
*/
|
|
1028
|
+
isBigEndian: boolean | undefined;
|
|
1029
|
+
/**
|
|
1030
|
+
* <p>Whether the message data is specified as a signed value.</p>
|
|
1031
|
+
*/
|
|
1032
|
+
isSigned: boolean | undefined;
|
|
1033
|
+
/**
|
|
1034
|
+
* <p>Indicates the beginning of the CAN message.</p>
|
|
1035
|
+
*/
|
|
1036
|
+
startBit: number | undefined;
|
|
1037
|
+
/**
|
|
1038
|
+
* <p>Indicates where data appears in the CAN message.</p>
|
|
1039
|
+
*/
|
|
1040
|
+
offset: number | undefined;
|
|
1041
|
+
/**
|
|
1042
|
+
* <p>A multiplier used to decode the CAN message.</p>
|
|
1043
|
+
*/
|
|
1044
|
+
factor: number | undefined;
|
|
1045
|
+
/**
|
|
1046
|
+
* <p>How many bytes of data are in the message.</p>
|
|
1047
|
+
*/
|
|
1048
|
+
length: number | undefined;
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>The name of the signal.</p>
|
|
1051
|
+
*/
|
|
1052
|
+
name?: string;
|
|
1053
|
+
}
|
|
1054
|
+
export declare enum LogType {
|
|
1055
|
+
ERROR = "ERROR",
|
|
1056
|
+
OFF = "OFF"
|
|
1057
|
+
}
|
|
1058
|
+
/**
|
|
1059
|
+
* <p>The log delivery option to send data to Amazon CloudWatch Logs.</p>
|
|
1060
|
+
*/
|
|
1061
|
+
export interface CloudWatchLogDeliveryOptions {
|
|
1062
|
+
/**
|
|
1063
|
+
* <p>The type of log to send data to Amazon CloudWatch Logs.</p>
|
|
1064
|
+
*/
|
|
1065
|
+
logType: LogType | string | undefined;
|
|
1066
|
+
/**
|
|
1067
|
+
* <p>The Amazon CloudWatch Logs group the operation sends data to.</p>
|
|
1068
|
+
*/
|
|
1069
|
+
logGroupName?: string;
|
|
1070
|
+
}
|
|
1071
|
+
/**
|
|
1072
|
+
* <p>A network interface that specifies the On-board diagnostic (OBD) II network protocol.</p>
|
|
1073
|
+
*/
|
|
1074
|
+
export interface ObdInterface {
|
|
1075
|
+
/**
|
|
1076
|
+
* <p>The name of the interface.</p>
|
|
1077
|
+
*/
|
|
1078
|
+
name: string | undefined;
|
|
1079
|
+
/**
|
|
1080
|
+
* <p>The ID of the message requesting vehicle data.</p>
|
|
1081
|
+
*/
|
|
1082
|
+
requestMessageId: number | undefined;
|
|
1083
|
+
/**
|
|
1084
|
+
* <p>The standard OBD II PID.</p>
|
|
1085
|
+
*/
|
|
1086
|
+
obdStandard?: string;
|
|
1087
|
+
/**
|
|
1088
|
+
* <p>The maximum number message requests per second.</p>
|
|
1089
|
+
*/
|
|
1090
|
+
pidRequestIntervalSeconds?: number;
|
|
1091
|
+
/**
|
|
1092
|
+
* <p>The maximum number message requests per diagnostic trouble code per second.</p>
|
|
1093
|
+
*/
|
|
1094
|
+
dtcRequestIntervalSeconds?: number;
|
|
1095
|
+
/**
|
|
1096
|
+
* <p>Whether to use extended IDs in the message.</p>
|
|
1097
|
+
*/
|
|
1098
|
+
useExtendedIds?: boolean;
|
|
1099
|
+
/**
|
|
1100
|
+
* <p>Whether the vehicle has a transmission control module (TCM).</p>
|
|
1101
|
+
*/
|
|
1102
|
+
hasTransmissionEcu?: boolean;
|
|
1103
|
+
}
|
|
1104
|
+
export declare enum NetworkInterfaceType {
|
|
1105
|
+
CAN_INTERFACE = "CAN_INTERFACE",
|
|
1106
|
+
OBD_INTERFACE = "OBD_INTERFACE"
|
|
1107
|
+
}
|
|
1108
|
+
/**
|
|
1109
|
+
* <p>Represents a node and its specifications in an in-vehicle communication network. All
|
|
1110
|
+
* signal decoders must be associated with a network node. </p>
|
|
1111
|
+
* <p> To return this information about all the network interfaces specified in a decoder
|
|
1112
|
+
* manifest, use the API
|
|
1113
|
+
* operation.</p>
|
|
1114
|
+
*/
|
|
1115
|
+
export interface NetworkInterface {
|
|
1116
|
+
/**
|
|
1117
|
+
* <p>The ID of the network interface.</p>
|
|
1118
|
+
*/
|
|
1119
|
+
interfaceId: string | undefined;
|
|
1120
|
+
/**
|
|
1121
|
+
* <p>The network protocol for the vehicle. For example, <code>CAN_SIGNAL</code> specifies
|
|
1122
|
+
* a protocol that defines how data is communicated between electronic control units
|
|
1123
|
+
* (ECUs). <code>OBD_SIGNAL</code> specifies a protocol that defines how self-diagnostic
|
|
1124
|
+
* data is communicated between ECUs.</p>
|
|
1125
|
+
*/
|
|
1126
|
+
type: NetworkInterfaceType | string | undefined;
|
|
1127
|
+
/**
|
|
1128
|
+
* <p>Information about a network interface specified by the Controller Area Network (CAN)
|
|
1129
|
+
* protocol.</p>
|
|
1130
|
+
*/
|
|
1131
|
+
canInterface?: CanInterface;
|
|
1132
|
+
/**
|
|
1133
|
+
* <p>Information about a network interface specified by the On-board diagnostic (OBD) II
|
|
1134
|
+
* protocol.</p>
|
|
1135
|
+
*/
|
|
1136
|
+
obdInterface?: ObdInterface;
|
|
1137
|
+
}
|
|
1138
|
+
/**
|
|
1139
|
+
* <p>Information about signal messages using the on-board diagnostics (OBD) II protocol in
|
|
1140
|
+
* a vehicle.</p>
|
|
1141
|
+
*/
|
|
1142
|
+
export interface ObdSignal {
|
|
1143
|
+
/**
|
|
1144
|
+
* <p>The length of the requested data.</p>
|
|
1145
|
+
*/
|
|
1146
|
+
pidResponseLength: number | undefined;
|
|
1147
|
+
/**
|
|
1148
|
+
* <p>The mode of operation (diagnostic service) in a message.</p>
|
|
1149
|
+
*/
|
|
1150
|
+
serviceMode: number | undefined;
|
|
1151
|
+
/**
|
|
1152
|
+
* <p>The diagnostic code used to request data from a vehicle for this signal.</p>
|
|
1153
|
+
*/
|
|
1154
|
+
pid: number | undefined;
|
|
1155
|
+
/**
|
|
1156
|
+
* <p>A multiplier used to decode the message.</p>
|
|
1157
|
+
*/
|
|
1158
|
+
scaling: number | undefined;
|
|
1159
|
+
/**
|
|
1160
|
+
* <p>Indicates where data appears in the message.</p>
|
|
1161
|
+
*/
|
|
1162
|
+
offset: number | undefined;
|
|
1163
|
+
/**
|
|
1164
|
+
* <p>Indicates the beginning of the message.</p>
|
|
1165
|
+
*/
|
|
1166
|
+
startByte: number | undefined;
|
|
1167
|
+
/**
|
|
1168
|
+
* <p>The length of a message.</p>
|
|
1169
|
+
*/
|
|
1170
|
+
byteLength: number | undefined;
|
|
1171
|
+
/**
|
|
1172
|
+
* <p>The number of positions to shift bits in the message.</p>
|
|
1173
|
+
*/
|
|
1174
|
+
bitRightShift?: number;
|
|
1175
|
+
/**
|
|
1176
|
+
* <p>The number of bits to mask in a message.</p>
|
|
1177
|
+
*/
|
|
1178
|
+
bitMaskLength?: number;
|
|
1179
|
+
}
|
|
1180
|
+
export declare enum SignalDecoderType {
|
|
1181
|
+
CAN_SIGNAL = "CAN_SIGNAL",
|
|
1182
|
+
OBD_SIGNAL = "OBD_SIGNAL"
|
|
1183
|
+
}
|
|
1184
|
+
/**
|
|
1185
|
+
* <p>Information about a signal decoder.</p>
|
|
1186
|
+
*/
|
|
1187
|
+
export interface SignalDecoder {
|
|
1188
|
+
/**
|
|
1189
|
+
* <p>The fully qualified name of a signal decoder as defined in a vehicle model.</p>
|
|
1190
|
+
*/
|
|
1191
|
+
fullyQualifiedName: string | undefined;
|
|
1192
|
+
/**
|
|
1193
|
+
* <p>The network protocol for the vehicle. For example, <code>CAN_SIGNAL</code> specifies
|
|
1194
|
+
* a protocol that defines how data is communicated between electronic control units
|
|
1195
|
+
* (ECUs). <code>OBD_SIGNAL</code> specifies a protocol that defines how self-diagnostic
|
|
1196
|
+
* data is communicated between ECUs.</p>
|
|
1197
|
+
*/
|
|
1198
|
+
type: SignalDecoderType | string | undefined;
|
|
1199
|
+
/**
|
|
1200
|
+
* <p>The ID of a network interface that specifies what network protocol a vehicle follows.</p>
|
|
1201
|
+
*/
|
|
1202
|
+
interfaceId: string | undefined;
|
|
1203
|
+
/**
|
|
1204
|
+
* <p>Information about signal decoder using the Controller Area Network (CAN) protocol.</p>
|
|
1205
|
+
*/
|
|
1206
|
+
canSignal?: CanSignal;
|
|
1207
|
+
/**
|
|
1208
|
+
* <p>Information about signal decoder using the On-board diagnostic (OBD) II protocol.</p>
|
|
1209
|
+
*/
|
|
1210
|
+
obdSignal?: ObdSignal;
|
|
1211
|
+
}
|
|
1212
|
+
export interface CreateDecoderManifestRequest {
|
|
1213
|
+
/**
|
|
1214
|
+
* <p> The unique name of the decoder manifest to create.</p>
|
|
1215
|
+
*/
|
|
1216
|
+
name: string | undefined;
|
|
1217
|
+
/**
|
|
1218
|
+
* <p> A brief description of the decoder manifest. </p>
|
|
1219
|
+
*/
|
|
1220
|
+
description?: string;
|
|
1221
|
+
/**
|
|
1222
|
+
* <p> The Amazon Resource Name (ARN) of the vehicle model (model manifest). </p>
|
|
1223
|
+
*/
|
|
1224
|
+
modelManifestArn: string | undefined;
|
|
1225
|
+
/**
|
|
1226
|
+
* <p> A list of information about signal decoders. </p>
|
|
1227
|
+
*/
|
|
1228
|
+
signalDecoders?: SignalDecoder[];
|
|
1229
|
+
/**
|
|
1230
|
+
* <p> A list of information about available network interfaces. </p>
|
|
1231
|
+
*/
|
|
1232
|
+
networkInterfaces?: NetworkInterface[];
|
|
1233
|
+
/**
|
|
1234
|
+
* <p>Metadata that can be used to manage the decoder manifest.</p>
|
|
1235
|
+
*/
|
|
1236
|
+
tags?: Tag[];
|
|
1237
|
+
}
|
|
1238
|
+
export interface CreateDecoderManifestResponse {
|
|
1239
|
+
/**
|
|
1240
|
+
* <p> The name of the created decoder manifest. </p>
|
|
1241
|
+
*/
|
|
1242
|
+
name: string | undefined;
|
|
1243
|
+
/**
|
|
1244
|
+
* <p> The ARN of the created decoder manifest. </p>
|
|
1245
|
+
*/
|
|
1246
|
+
arn: string | undefined;
|
|
1247
|
+
}
|
|
1248
|
+
export declare enum NetworkInterfaceFailureReason {
|
|
1249
|
+
CAN_NETWORK_INTERFACE_INFO_IS_NULL = "CAN_NETWORK_INTERFACE_INFO_IS_NULL",
|
|
1250
|
+
CONFLICTING_NETWORK_INTERFACE = "CONFLICTING_NETWORK_INTERFACE",
|
|
1251
|
+
DUPLICATE_INTERFACE = "DUPLICATE_NETWORK_INTERFACE",
|
|
1252
|
+
NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS = "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS",
|
|
1253
|
+
NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS = "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",
|
|
1254
|
+
OBD_NETWORK_INTERFACE_INFO_IS_NULL = "OBD_NETWORK_INTERFACE_INFO_IS_NULL"
|
|
1255
|
+
}
|
|
1256
|
+
/**
|
|
1257
|
+
* <p>A reason a vehicle network interface isn't valid.</p>
|
|
1258
|
+
*/
|
|
1259
|
+
export interface InvalidNetworkInterface {
|
|
1260
|
+
/**
|
|
1261
|
+
* <p>The ID of the interface that isn't valid.</p>
|
|
1262
|
+
*/
|
|
1263
|
+
interfaceId?: string;
|
|
1264
|
+
/**
|
|
1265
|
+
* <p>A message about why the interface isn't valid. </p>
|
|
1266
|
+
*/
|
|
1267
|
+
reason?: NetworkInterfaceFailureReason | string;
|
|
1268
|
+
}
|
|
1269
|
+
export declare enum SignalDecoderFailureReason {
|
|
1270
|
+
CAN_SIGNAL_INFO_IS_NULL = "CAN_SIGNAL_INFO_IS_NULL",
|
|
1271
|
+
CONFLICTING_SIGNAL = "CONFLICTING_SIGNAL",
|
|
1272
|
+
DUPLICATE_SIGNAL = "DUPLICATE_SIGNAL",
|
|
1273
|
+
NETWORK_INTERFACE_TYPE_INCOMPATIBLE_WITH_SIGNAL_DECODER_TYPE = "NETWORK_INTERFACE_TYPE_INCOMPATIBLE_WITH_SIGNAL_DECODER_TYPE",
|
|
1274
|
+
NO_DECODER_INFO_FOR_SIGNAL_IN_MODEL = "NO_DECODER_INFO_FOR_SIGNAL_IN_MODEL",
|
|
1275
|
+
OBD_SIGNAL_INFO_IS_NULL = "OBD_SIGNAL_INFO_IS_NULL",
|
|
1276
|
+
SIGNAL_NOT_ASSOCIATED_WITH_NETWORK_INTERFACE = "SIGNAL_NOT_ASSOCIATED_WITH_NETWORK_INTERFACE",
|
|
1277
|
+
SIGNAL_NOT_IN_MODEL = "SIGNAL_NOT_IN_MODEL",
|
|
1278
|
+
SIGNAL_TO_ADD_ALREADY_EXISTS = "SIGNAL_TO_ADD_ALREADY_EXISTS"
|
|
1279
|
+
}
|
|
1280
|
+
/**
|
|
1281
|
+
* <p>A reason that a signal decoder isn't valid.</p>
|
|
1282
|
+
*/
|
|
1283
|
+
export interface InvalidSignalDecoder {
|
|
1284
|
+
/**
|
|
1285
|
+
* <p>The name of a signal decoder that isn't valid.</p>
|
|
1286
|
+
*/
|
|
1287
|
+
name?: string;
|
|
1288
|
+
/**
|
|
1289
|
+
* <p>A message about why the signal decoder isn't valid.</p>
|
|
1290
|
+
*/
|
|
1291
|
+
reason?: SignalDecoderFailureReason | string;
|
|
1292
|
+
}
|
|
1293
|
+
/**
|
|
1294
|
+
* <p>The request couldn't be completed because it contains signal decoders with one or more validation errors.</p>
|
|
1295
|
+
*/
|
|
1296
|
+
export declare class DecoderManifestValidationException extends __BaseException {
|
|
1297
|
+
readonly name: "DecoderManifestValidationException";
|
|
1298
|
+
readonly $fault: "client";
|
|
1299
|
+
/**
|
|
1300
|
+
* <p>The request couldn't be completed because of invalid signals in the request.</p>
|
|
1301
|
+
*/
|
|
1302
|
+
invalidSignals?: InvalidSignalDecoder[];
|
|
1303
|
+
/**
|
|
1304
|
+
* <p>The request couldn't be completed because of invalid network interfaces in the request.</p>
|
|
1305
|
+
*/
|
|
1306
|
+
invalidNetworkInterfaces?: InvalidNetworkInterface[];
|
|
1307
|
+
/**
|
|
1308
|
+
* @internal
|
|
1309
|
+
*/
|
|
1310
|
+
constructor(opts: __ExceptionOptionType<DecoderManifestValidationException, __BaseException>);
|
|
1311
|
+
}
|
|
1312
|
+
export interface CreateFleetRequest {
|
|
1313
|
+
/**
|
|
1314
|
+
* <p> The unique ID of the fleet to create. </p>
|
|
1315
|
+
*/
|
|
1316
|
+
fleetId: string | undefined;
|
|
1317
|
+
/**
|
|
1318
|
+
* <p> A brief description of the fleet to create. </p>
|
|
1319
|
+
*/
|
|
1320
|
+
description?: string;
|
|
1321
|
+
/**
|
|
1322
|
+
* <p> The Amazon Resource Name (ARN) of a signal catalog. </p>
|
|
1323
|
+
*/
|
|
1324
|
+
signalCatalogArn: string | undefined;
|
|
1325
|
+
/**
|
|
1326
|
+
* <p>Metadata that can be used to manage the fleet.</p>
|
|
1327
|
+
*/
|
|
1328
|
+
tags?: Tag[];
|
|
1329
|
+
}
|
|
1330
|
+
export interface CreateFleetResponse {
|
|
1331
|
+
/**
|
|
1332
|
+
* <p> The ID of the created fleet. </p>
|
|
1333
|
+
*/
|
|
1334
|
+
id: string | undefined;
|
|
1335
|
+
/**
|
|
1336
|
+
* <p> The ARN of the created fleet. </p>
|
|
1337
|
+
*/
|
|
1338
|
+
arn: string | undefined;
|
|
1339
|
+
}
|
|
1340
|
+
export interface CreateModelManifestRequest {
|
|
1341
|
+
/**
|
|
1342
|
+
* <p> The name of the vehicle model to create.</p>
|
|
1343
|
+
*/
|
|
1344
|
+
name: string | undefined;
|
|
1345
|
+
/**
|
|
1346
|
+
* <p> A brief description of the vehicle model. </p>
|
|
1347
|
+
*/
|
|
1348
|
+
description?: string;
|
|
1349
|
+
/**
|
|
1350
|
+
* <p> A list of nodes, which are a general abstraction of signals. </p>
|
|
1351
|
+
*/
|
|
1352
|
+
nodes: string[] | undefined;
|
|
1353
|
+
/**
|
|
1354
|
+
* <p> The Amazon Resource Name (ARN) of a signal catalog. </p>
|
|
1355
|
+
*/
|
|
1356
|
+
signalCatalogArn: string | undefined;
|
|
1357
|
+
/**
|
|
1358
|
+
* <p>Metadata that can be used to manage the vehicle model.</p>
|
|
1359
|
+
*/
|
|
1360
|
+
tags?: Tag[];
|
|
1361
|
+
}
|
|
1362
|
+
export interface CreateModelManifestResponse {
|
|
1363
|
+
/**
|
|
1364
|
+
* <p> The name of the created vehicle model.</p>
|
|
1365
|
+
*/
|
|
1366
|
+
name: string | undefined;
|
|
1367
|
+
/**
|
|
1368
|
+
* <p> The ARN of the created vehicle model.</p>
|
|
1369
|
+
*/
|
|
1370
|
+
arn: string | undefined;
|
|
1371
|
+
}
|
|
1372
|
+
/**
|
|
1373
|
+
* <p>A reason that a signal isn't valid.</p>
|
|
1374
|
+
*/
|
|
1375
|
+
export interface InvalidSignal {
|
|
1376
|
+
/**
|
|
1377
|
+
* <p>The name of the signal that isn't valid.</p>
|
|
1378
|
+
*/
|
|
1379
|
+
name?: string;
|
|
1380
|
+
/**
|
|
1381
|
+
* <p>A message about why the signal isn't valid.</p>
|
|
1382
|
+
*/
|
|
1383
|
+
reason?: string;
|
|
1384
|
+
}
|
|
1385
|
+
/**
|
|
1386
|
+
* <p>The request couldn't be completed because it contains signals that aren't valid.</p>
|
|
1387
|
+
*/
|
|
1388
|
+
export declare class InvalidSignalsException extends __BaseException {
|
|
1389
|
+
readonly name: "InvalidSignalsException";
|
|
1390
|
+
readonly $fault: "client";
|
|
1391
|
+
/**
|
|
1392
|
+
* <p>The signals which caused the exception.</p>
|
|
1393
|
+
*/
|
|
1394
|
+
invalidSignals?: InvalidSignal[];
|
|
1395
|
+
/**
|
|
1396
|
+
* @internal
|
|
1397
|
+
*/
|
|
1398
|
+
constructor(opts: __ExceptionOptionType<InvalidSignalsException, __BaseException>);
|
|
1399
|
+
}
|
|
1400
|
+
/**
|
|
1401
|
+
* <p>An input component that reports the environmental condition of a vehicle.</p>
|
|
1402
|
+
* <note>
|
|
1403
|
+
* <p>You can collect data about fluid levels, temperatures, vibrations, or battery
|
|
1404
|
+
* voltage from sensors.</p>
|
|
1405
|
+
* </note>
|
|
1406
|
+
*/
|
|
1407
|
+
export interface Sensor {
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>The fully qualified name of the sensor. For example, the fully qualified name of a
|
|
1410
|
+
* sensor might be <code>Vehicle.Body.Engine.Battery</code>.</p>
|
|
1411
|
+
*/
|
|
1412
|
+
fullyQualifiedName: string | undefined;
|
|
1413
|
+
/**
|
|
1414
|
+
* <p>The specified data type of the sensor. </p>
|
|
1415
|
+
*/
|
|
1416
|
+
dataType: NodeDataType | string | undefined;
|
|
1417
|
+
/**
|
|
1418
|
+
* <p>A brief description of a sensor.</p>
|
|
1419
|
+
*/
|
|
1420
|
+
description?: string;
|
|
1421
|
+
/**
|
|
1422
|
+
* <p>The scientific unit of measurement for data collected by the sensor.</p>
|
|
1423
|
+
*/
|
|
1424
|
+
unit?: string;
|
|
1425
|
+
/**
|
|
1426
|
+
* <p>A list of possible values a sensor can take.</p>
|
|
1427
|
+
*/
|
|
1428
|
+
allowedValues?: string[];
|
|
1429
|
+
/**
|
|
1430
|
+
* <p>The specified possible minimum value of the sensor.</p>
|
|
1431
|
+
*/
|
|
1432
|
+
min?: number;
|
|
1433
|
+
/**
|
|
1434
|
+
* <p>The specified possible maximum value of the sensor.</p>
|
|
1435
|
+
*/
|
|
1436
|
+
max?: number;
|
|
1437
|
+
}
|
|
1438
|
+
/**
|
|
1439
|
+
* <p>A general abstraction of a signal. A node can be specified as an actuator, attribute,
|
|
1440
|
+
* branch, or sensor.</p>
|
|
1441
|
+
*/
|
|
1442
|
+
export declare type Node = Node.ActuatorMember | Node.AttributeMember | Node.BranchMember | Node.SensorMember | Node.$UnknownMember;
|
|
1443
|
+
export declare namespace Node {
|
|
1444
|
+
/**
|
|
1445
|
+
* <p>Information about a node specified as a branch.</p>
|
|
1446
|
+
* <note>
|
|
1447
|
+
* <p>A group of signals that are defined in a hierarchical structure.</p>
|
|
1448
|
+
* </note>
|
|
1449
|
+
*/
|
|
1450
|
+
interface BranchMember {
|
|
1451
|
+
branch: Branch;
|
|
1452
|
+
sensor?: never;
|
|
1453
|
+
actuator?: never;
|
|
1454
|
+
attribute?: never;
|
|
1455
|
+
$unknown?: never;
|
|
1456
|
+
}
|
|
1457
|
+
/**
|
|
1458
|
+
* <p>An input component that reports the environmental condition of a vehicle.</p>
|
|
1459
|
+
* <note>
|
|
1460
|
+
* <p>You can collect data about fluid levels, temperatures, vibrations, or battery
|
|
1461
|
+
* voltage from sensors.</p>
|
|
1462
|
+
* </note>
|
|
1463
|
+
*/
|
|
1464
|
+
interface SensorMember {
|
|
1465
|
+
branch?: never;
|
|
1466
|
+
sensor: Sensor;
|
|
1467
|
+
actuator?: never;
|
|
1468
|
+
attribute?: never;
|
|
1469
|
+
$unknown?: never;
|
|
1470
|
+
}
|
|
1471
|
+
/**
|
|
1472
|
+
* <p>Information about a node specified as an actuator.</p>
|
|
1473
|
+
* <note>
|
|
1474
|
+
* <p>An actuator is a digital representation of a vehicle device.</p>
|
|
1475
|
+
* </note>
|
|
1476
|
+
*/
|
|
1477
|
+
interface ActuatorMember {
|
|
1478
|
+
branch?: never;
|
|
1479
|
+
sensor?: never;
|
|
1480
|
+
actuator: Actuator;
|
|
1481
|
+
attribute?: never;
|
|
1482
|
+
$unknown?: never;
|
|
1483
|
+
}
|
|
1484
|
+
/**
|
|
1485
|
+
* <p>Information about a node specified as an attribute.</p>
|
|
1486
|
+
* <note>
|
|
1487
|
+
* <p>An attribute represents static information about a vehicle.</p>
|
|
1488
|
+
* </note>
|
|
1489
|
+
*/
|
|
1490
|
+
interface AttributeMember {
|
|
1491
|
+
branch?: never;
|
|
1492
|
+
sensor?: never;
|
|
1493
|
+
actuator?: never;
|
|
1494
|
+
attribute: Attribute;
|
|
1495
|
+
$unknown?: never;
|
|
1496
|
+
}
|
|
1497
|
+
interface $UnknownMember {
|
|
1498
|
+
branch?: never;
|
|
1499
|
+
sensor?: never;
|
|
1500
|
+
actuator?: never;
|
|
1501
|
+
attribute?: never;
|
|
1502
|
+
$unknown: [string, any];
|
|
1503
|
+
}
|
|
1504
|
+
interface Visitor<T> {
|
|
1505
|
+
branch: (value: Branch) => T;
|
|
1506
|
+
sensor: (value: Sensor) => T;
|
|
1507
|
+
actuator: (value: Actuator) => T;
|
|
1508
|
+
attribute: (value: Attribute) => T;
|
|
1509
|
+
_: (name: string, value: any) => T;
|
|
1510
|
+
}
|
|
1511
|
+
const visit: <T>(value: Node, visitor: Visitor<T>) => T;
|
|
1512
|
+
}
|
|
1513
|
+
export interface CreateSignalCatalogRequest {
|
|
1514
|
+
/**
|
|
1515
|
+
* <p> The name of the signal catalog to create. </p>
|
|
1516
|
+
*/
|
|
1517
|
+
name: string | undefined;
|
|
1518
|
+
/**
|
|
1519
|
+
* <p>A brief description of the signal catalog.</p>
|
|
1520
|
+
*/
|
|
1521
|
+
description?: string;
|
|
1522
|
+
/**
|
|
1523
|
+
* <p> A list of information about nodes, which are a general abstraction of signals. For
|
|
1524
|
+
* more information, see the API data type.</p>
|
|
1525
|
+
*/
|
|
1526
|
+
nodes?: Node[];
|
|
1527
|
+
/**
|
|
1528
|
+
* <p>Metadata that can be used to manage the signal catalog.</p>
|
|
1529
|
+
*/
|
|
1530
|
+
tags?: Tag[];
|
|
1531
|
+
}
|
|
1532
|
+
export interface CreateSignalCatalogResponse {
|
|
1533
|
+
/**
|
|
1534
|
+
* <p> The name of the created signal catalog. </p>
|
|
1535
|
+
*/
|
|
1536
|
+
name: string | undefined;
|
|
1537
|
+
/**
|
|
1538
|
+
* <p> The ARN of the created signal catalog. </p>
|
|
1539
|
+
*/
|
|
1540
|
+
arn: string | undefined;
|
|
1541
|
+
}
|
|
1542
|
+
/**
|
|
1543
|
+
* <p>The specified node type doesn't match the expected node type for a node. You can
|
|
1544
|
+
* specify the node type as branch, sensor, actuator, or attribute.</p>
|
|
1545
|
+
*/
|
|
1546
|
+
export declare class InvalidNodeException extends __BaseException {
|
|
1547
|
+
readonly name: "InvalidNodeException";
|
|
1548
|
+
readonly $fault: "client";
|
|
1549
|
+
/**
|
|
1550
|
+
* <p>The specified node type isn't valid.</p>
|
|
1551
|
+
*/
|
|
1552
|
+
invalidNodes?: Node[];
|
|
1553
|
+
/**
|
|
1554
|
+
* <p>The reason the node validation failed.</p>
|
|
1555
|
+
*/
|
|
1556
|
+
reason?: string;
|
|
1557
|
+
/**
|
|
1558
|
+
* @internal
|
|
1559
|
+
*/
|
|
1560
|
+
constructor(opts: __ExceptionOptionType<InvalidNodeException, __BaseException>);
|
|
1561
|
+
}
|
|
1562
|
+
export interface CreateVehicleRequest {
|
|
1563
|
+
/**
|
|
1564
|
+
* <p> The unique ID of the vehicle to create. </p>
|
|
1565
|
+
*/
|
|
1566
|
+
vehicleName: string | undefined;
|
|
1567
|
+
/**
|
|
1568
|
+
* <p> The Amazon Resource Name ARN of a vehicle model. </p>
|
|
1569
|
+
*/
|
|
1570
|
+
modelManifestArn: string | undefined;
|
|
1571
|
+
/**
|
|
1572
|
+
* <p> The ARN of a decoder manifest. </p>
|
|
1573
|
+
*/
|
|
1574
|
+
decoderManifestArn: string | undefined;
|
|
1575
|
+
/**
|
|
1576
|
+
* <p>Static information about a vehicle in a key-value pair. For example:
|
|
1577
|
+
* <code>"engineType"</code> : <code>"1.3 L R2"</code>
|
|
1578
|
+
* </p>
|
|
1579
|
+
*/
|
|
1580
|
+
attributes?: Record<string, string>;
|
|
1581
|
+
/**
|
|
1582
|
+
* <p> An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an
|
|
1583
|
+
* existing Amazon Web Services IoT thing as a vehicle. </p>
|
|
1584
|
+
* <p>Default: <code/>
|
|
1585
|
+
* </p>
|
|
1586
|
+
*/
|
|
1587
|
+
associationBehavior?: VehicleAssociationBehavior | string;
|
|
1588
|
+
/**
|
|
1589
|
+
* <p>Metadata that can be used to manage the vehicle.</p>
|
|
1590
|
+
*/
|
|
1591
|
+
tags?: Tag[];
|
|
1592
|
+
}
|
|
1593
|
+
export interface CreateVehicleResponse {
|
|
1594
|
+
/**
|
|
1595
|
+
* <p>The unique ID of the created vehicle.</p>
|
|
1596
|
+
*/
|
|
1597
|
+
vehicleName?: string;
|
|
1598
|
+
/**
|
|
1599
|
+
* <p> The ARN of the created vehicle. </p>
|
|
1600
|
+
*/
|
|
1601
|
+
arn?: string;
|
|
1602
|
+
/**
|
|
1603
|
+
* <p> The ARN of a created or validated Amazon Web Services IoT thing. </p>
|
|
1604
|
+
*/
|
|
1605
|
+
thingArn?: string;
|
|
1606
|
+
}
|
|
1607
|
+
export interface DeleteDecoderManifestRequest {
|
|
1608
|
+
/**
|
|
1609
|
+
* <p> The name of the decoder manifest to delete. </p>
|
|
1610
|
+
*/
|
|
1611
|
+
name: string | undefined;
|
|
1612
|
+
}
|
|
1613
|
+
export interface DeleteDecoderManifestResponse {
|
|
1614
|
+
/**
|
|
1615
|
+
* <p>The name of the deleted decoder manifest.</p>
|
|
1616
|
+
*/
|
|
1617
|
+
name: string | undefined;
|
|
1618
|
+
/**
|
|
1619
|
+
* <p>The Amazon Resource Name (ARN) of the deleted decoder manifest.</p>
|
|
1620
|
+
*/
|
|
1621
|
+
arn: string | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
export interface GetDecoderManifestRequest {
|
|
1624
|
+
/**
|
|
1625
|
+
* <p> The name of the decoder manifest to retrieve information about. </p>
|
|
1626
|
+
*/
|
|
1627
|
+
name: string | undefined;
|
|
1628
|
+
}
|
|
1629
|
+
export declare enum ManifestStatus {
|
|
1630
|
+
ACTIVE = "ACTIVE",
|
|
1631
|
+
DRAFT = "DRAFT"
|
|
1632
|
+
}
|
|
1633
|
+
export interface GetDecoderManifestResponse {
|
|
1634
|
+
/**
|
|
1635
|
+
* <p> The name of the decoder manifest. </p>
|
|
1636
|
+
*/
|
|
1637
|
+
name: string | undefined;
|
|
1638
|
+
/**
|
|
1639
|
+
* <p> The Amazon Resource Name (ARN) of the decoder manifest. </p>
|
|
1640
|
+
*/
|
|
1641
|
+
arn: string | undefined;
|
|
1642
|
+
/**
|
|
1643
|
+
* <p> A brief description of the decoder manifest.</p>
|
|
1644
|
+
*/
|
|
1645
|
+
description?: string;
|
|
1646
|
+
/**
|
|
1647
|
+
* <p> The ARN of a vehicle model (model manifest) associated with the decoder
|
|
1648
|
+
* manifest.</p>
|
|
1649
|
+
*/
|
|
1650
|
+
modelManifestArn?: string;
|
|
1651
|
+
/**
|
|
1652
|
+
* <p> The state of the decoder manifest. If the status is <code>ACTIVE</code>, the decoder
|
|
1653
|
+
* manifest can't be edited. If the status is marked <code>DRAFT</code>, you can edit the
|
|
1654
|
+
* decoder manifest.</p>
|
|
1655
|
+
*/
|
|
1656
|
+
status?: ManifestStatus | string;
|
|
1657
|
+
/**
|
|
1658
|
+
* <p> The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time). </p>
|
|
1659
|
+
*/
|
|
1660
|
+
creationTime: Date | undefined;
|
|
1661
|
+
/**
|
|
1662
|
+
* <p> The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). </p>
|
|
1663
|
+
*/
|
|
1664
|
+
lastModificationTime: Date | undefined;
|
|
1665
|
+
}
|
|
1666
|
+
/**
|
|
1667
|
+
* <p>Specifications for defining a vehicle network.</p>
|
|
1668
|
+
*/
|
|
1669
|
+
export declare type NetworkFileDefinition = NetworkFileDefinition.CanDbcMember | NetworkFileDefinition.$UnknownMember;
|
|
1670
|
+
export declare namespace NetworkFileDefinition {
|
|
1671
|
+
/**
|
|
1672
|
+
* <p>Information, including CAN DBC files, about the configurations used to create a
|
|
1673
|
+
* decoder manifest.</p>
|
|
1674
|
+
*/
|
|
1675
|
+
interface CanDbcMember {
|
|
1676
|
+
canDbc: CanDbcDefinition;
|
|
1677
|
+
$unknown?: never;
|
|
1678
|
+
}
|
|
1679
|
+
interface $UnknownMember {
|
|
1680
|
+
canDbc?: never;
|
|
1681
|
+
$unknown: [string, any];
|
|
1682
|
+
}
|
|
1683
|
+
interface Visitor<T> {
|
|
1684
|
+
canDbc: (value: CanDbcDefinition) => T;
|
|
1685
|
+
_: (name: string, value: any) => T;
|
|
1686
|
+
}
|
|
1687
|
+
const visit: <T>(value: NetworkFileDefinition, visitor: Visitor<T>) => T;
|
|
1688
|
+
}
|
|
1689
|
+
export interface ImportDecoderManifestRequest {
|
|
1690
|
+
/**
|
|
1691
|
+
* <p> The name of the decoder manifest to import. </p>
|
|
1692
|
+
*/
|
|
1693
|
+
name: string | undefined;
|
|
1694
|
+
/**
|
|
1695
|
+
* <p> The file to load into an Amazon Web Services account. </p>
|
|
1696
|
+
*/
|
|
1697
|
+
networkFileDefinitions: NetworkFileDefinition[] | undefined;
|
|
1698
|
+
}
|
|
1699
|
+
export interface ImportDecoderManifestResponse {
|
|
1700
|
+
/**
|
|
1701
|
+
* <p> The name of the imported decoder manifest. </p>
|
|
1702
|
+
*/
|
|
1703
|
+
name: string | undefined;
|
|
1704
|
+
/**
|
|
1705
|
+
* <p> The Amazon Resource Name (ARN) of the decoder manifest that was imported. </p>
|
|
1706
|
+
*/
|
|
1707
|
+
arn: string | undefined;
|
|
1708
|
+
}
|
|
1709
|
+
export interface ListDecoderManifestNetworkInterfacesRequest {
|
|
1710
|
+
/**
|
|
1711
|
+
* <p> The name of the decoder manifest to list information about. </p>
|
|
1712
|
+
*/
|
|
1713
|
+
name: string | undefined;
|
|
1714
|
+
/**
|
|
1715
|
+
* <p>A pagination token for the next set of results.</p>
|
|
1716
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
1717
|
+
*/
|
|
1718
|
+
nextToken?: string;
|
|
1719
|
+
/**
|
|
1720
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
1721
|
+
*/
|
|
1722
|
+
maxResults?: number;
|
|
1723
|
+
}
|
|
1724
|
+
export interface ListDecoderManifestNetworkInterfacesResponse {
|
|
1725
|
+
/**
|
|
1726
|
+
* <p> A list of information about network interfaces. </p>
|
|
1727
|
+
*/
|
|
1728
|
+
networkInterfaces?: NetworkInterface[];
|
|
1729
|
+
/**
|
|
1730
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
1731
|
+
*/
|
|
1732
|
+
nextToken?: string;
|
|
1733
|
+
}
|
|
1734
|
+
export interface ListDecoderManifestsRequest {
|
|
1735
|
+
/**
|
|
1736
|
+
* <p> The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with
|
|
1737
|
+
* the decoder manifest. </p>
|
|
1738
|
+
*/
|
|
1739
|
+
modelManifestArn?: string;
|
|
1740
|
+
/**
|
|
1741
|
+
* <p>A pagination token for the next set of results.</p>
|
|
1742
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
1743
|
+
*/
|
|
1744
|
+
nextToken?: string;
|
|
1745
|
+
/**
|
|
1746
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
1747
|
+
*/
|
|
1748
|
+
maxResults?: number;
|
|
1749
|
+
}
|
|
1750
|
+
/**
|
|
1751
|
+
* <p>Information about a created decoder manifest. You can use the API operation to return this information about
|
|
1752
|
+
* multiple decoder manifests.</p>
|
|
1753
|
+
*/
|
|
1754
|
+
export interface DecoderManifestSummary {
|
|
1755
|
+
/**
|
|
1756
|
+
* <p>The name of the decoder manifest.</p>
|
|
1757
|
+
*/
|
|
1758
|
+
name?: string;
|
|
1759
|
+
/**
|
|
1760
|
+
* <p>The ARN of a vehicle model (model manifest) associated with the decoder manifest.
|
|
1761
|
+
* </p>
|
|
1762
|
+
*/
|
|
1763
|
+
arn?: string;
|
|
1764
|
+
/**
|
|
1765
|
+
* <p>The ARN of a vehicle model (model manifest) associated with the decoder
|
|
1766
|
+
* manifest.</p>
|
|
1767
|
+
*/
|
|
1768
|
+
modelManifestArn?: string;
|
|
1769
|
+
/**
|
|
1770
|
+
* <p>A brief description of the decoder manifest.</p>
|
|
1771
|
+
*/
|
|
1772
|
+
description?: string;
|
|
1773
|
+
/**
|
|
1774
|
+
* <p>The state of the decoder manifest. If the status is <code>ACTIVE</code>, the decoder
|
|
1775
|
+
* manifest can't be edited. If the status is marked <code>DRAFT</code>, you can edit the
|
|
1776
|
+
* decoder manifest.</p>
|
|
1777
|
+
*/
|
|
1778
|
+
status?: ManifestStatus | string;
|
|
1779
|
+
/**
|
|
1780
|
+
* <p>The time the decoder manifest was created in seconds since epoch (January 1, 1970 at
|
|
1781
|
+
* midnight UTC time).</p>
|
|
1782
|
+
*/
|
|
1783
|
+
creationTime: Date | undefined;
|
|
1784
|
+
/**
|
|
1785
|
+
* <p>The time the decoder manifest was last updated in seconds since epoch (January 1,
|
|
1786
|
+
* 1970 at midnight UTC time).</p>
|
|
1787
|
+
*/
|
|
1788
|
+
lastModificationTime: Date | undefined;
|
|
1789
|
+
}
|
|
1790
|
+
export interface ListDecoderManifestsResponse {
|
|
1791
|
+
/**
|
|
1792
|
+
* <p> A list of information about each decoder manifest. </p>
|
|
1793
|
+
*/
|
|
1794
|
+
summaries?: DecoderManifestSummary[];
|
|
1795
|
+
/**
|
|
1796
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
1797
|
+
*/
|
|
1798
|
+
nextToken?: string;
|
|
1799
|
+
}
|
|
1800
|
+
export interface ListDecoderManifestSignalsRequest {
|
|
1801
|
+
/**
|
|
1802
|
+
* <p> The name of the decoder manifest to list information about. </p>
|
|
1803
|
+
*/
|
|
1804
|
+
name: string | undefined;
|
|
1805
|
+
/**
|
|
1806
|
+
* <p>A pagination token for the next set of results.</p>
|
|
1807
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
1808
|
+
*/
|
|
1809
|
+
nextToken?: string;
|
|
1810
|
+
/**
|
|
1811
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
1812
|
+
*/
|
|
1813
|
+
maxResults?: number;
|
|
1814
|
+
}
|
|
1815
|
+
export interface ListDecoderManifestSignalsResponse {
|
|
1816
|
+
/**
|
|
1817
|
+
* <p> Information about a list of signals to decode. </p>
|
|
1818
|
+
*/
|
|
1819
|
+
signalDecoders?: SignalDecoder[];
|
|
1820
|
+
/**
|
|
1821
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
1822
|
+
*/
|
|
1823
|
+
nextToken?: string;
|
|
1824
|
+
}
|
|
1825
|
+
export interface UpdateDecoderManifestRequest {
|
|
1826
|
+
/**
|
|
1827
|
+
* <p> The name of the decoder manifest to update.</p>
|
|
1828
|
+
*/
|
|
1829
|
+
name: string | undefined;
|
|
1830
|
+
/**
|
|
1831
|
+
* <p> A brief description of the decoder manifest to update. </p>
|
|
1832
|
+
*/
|
|
1833
|
+
description?: string;
|
|
1834
|
+
/**
|
|
1835
|
+
* <p> A list of information about decoding additional signals to add to the decoder
|
|
1836
|
+
* manifest. </p>
|
|
1837
|
+
*/
|
|
1838
|
+
signalDecodersToAdd?: SignalDecoder[];
|
|
1839
|
+
/**
|
|
1840
|
+
* <p> A list of updated information about decoding signals to update in the decoder
|
|
1841
|
+
* manifest. </p>
|
|
1842
|
+
*/
|
|
1843
|
+
signalDecodersToUpdate?: SignalDecoder[];
|
|
1844
|
+
/**
|
|
1845
|
+
* <p> A list of signal decoders to remove from the decoder manifest. </p>
|
|
1846
|
+
*/
|
|
1847
|
+
signalDecodersToRemove?: string[];
|
|
1848
|
+
/**
|
|
1849
|
+
* <p> A list of information about the network interfaces to add to the decoder manifest.
|
|
1850
|
+
* </p>
|
|
1851
|
+
*/
|
|
1852
|
+
networkInterfacesToAdd?: NetworkInterface[];
|
|
1853
|
+
/**
|
|
1854
|
+
* <p> A list of information about the network interfaces to update in the decoder manifest.
|
|
1855
|
+
* </p>
|
|
1856
|
+
*/
|
|
1857
|
+
networkInterfacesToUpdate?: NetworkInterface[];
|
|
1858
|
+
/**
|
|
1859
|
+
* <p> A list of network interfaces to remove from the decoder manifest.</p>
|
|
1860
|
+
*/
|
|
1861
|
+
networkInterfacesToRemove?: string[];
|
|
1862
|
+
/**
|
|
1863
|
+
* <p> The state of the decoder manifest. If the status is <code>ACTIVE</code>, the decoder
|
|
1864
|
+
* manifest can't be edited. If the status is <code>DRAFT</code>, you can edit the decoder
|
|
1865
|
+
* manifest. </p>
|
|
1866
|
+
*/
|
|
1867
|
+
status?: ManifestStatus | string;
|
|
1868
|
+
}
|
|
1869
|
+
export interface UpdateDecoderManifestResponse {
|
|
1870
|
+
/**
|
|
1871
|
+
* <p> The name of the updated decoder manifest. </p>
|
|
1872
|
+
*/
|
|
1873
|
+
name: string | undefined;
|
|
1874
|
+
/**
|
|
1875
|
+
* <p> The Amazon Resource Name (ARN) of the updated decoder manifest. </p>
|
|
1876
|
+
*/
|
|
1877
|
+
arn: string | undefined;
|
|
1878
|
+
}
|
|
1879
|
+
export interface DeleteFleetRequest {
|
|
1880
|
+
/**
|
|
1881
|
+
* <p> The ID of the fleet to delete. </p>
|
|
1882
|
+
*/
|
|
1883
|
+
fleetId: string | undefined;
|
|
1884
|
+
}
|
|
1885
|
+
export interface DeleteFleetResponse {
|
|
1886
|
+
/**
|
|
1887
|
+
* <p>The ID of the deleted fleet.</p>
|
|
1888
|
+
*/
|
|
1889
|
+
id?: string;
|
|
1890
|
+
/**
|
|
1891
|
+
* <p>The Amazon Resource Name (ARN) of the deleted fleet.</p>
|
|
1892
|
+
*/
|
|
1893
|
+
arn?: string;
|
|
1894
|
+
}
|
|
1895
|
+
export interface DeleteModelManifestRequest {
|
|
1896
|
+
/**
|
|
1897
|
+
* <p> The name of the model manifest to delete. </p>
|
|
1898
|
+
*/
|
|
1899
|
+
name: string | undefined;
|
|
1900
|
+
}
|
|
1901
|
+
export interface DeleteModelManifestResponse {
|
|
1902
|
+
/**
|
|
1903
|
+
* <p>The name of the deleted model manifest.</p>
|
|
1904
|
+
*/
|
|
1905
|
+
name: string | undefined;
|
|
1906
|
+
/**
|
|
1907
|
+
* <p>The Amazon Resource Name (ARN) of the deleted model manifest.</p>
|
|
1908
|
+
*/
|
|
1909
|
+
arn: string | undefined;
|
|
1910
|
+
}
|
|
1911
|
+
export interface DeleteSignalCatalogRequest {
|
|
1912
|
+
/**
|
|
1913
|
+
* <p> The name of the signal catalog to delete. </p>
|
|
1914
|
+
*/
|
|
1915
|
+
name: string | undefined;
|
|
1916
|
+
}
|
|
1917
|
+
export interface DeleteSignalCatalogResponse {
|
|
1918
|
+
/**
|
|
1919
|
+
* <p>The name of the deleted signal catalog.</p>
|
|
1920
|
+
*/
|
|
1921
|
+
name: string | undefined;
|
|
1922
|
+
/**
|
|
1923
|
+
* <p>The Amazon Resource Name (ARN) of the deleted signal catalog.</p>
|
|
1924
|
+
*/
|
|
1925
|
+
arn: string | undefined;
|
|
1926
|
+
}
|
|
1927
|
+
export interface DeleteVehicleRequest {
|
|
1928
|
+
/**
|
|
1929
|
+
* <p>The ID of the vehicle to delete. </p>
|
|
1930
|
+
*/
|
|
1931
|
+
vehicleName: string | undefined;
|
|
1932
|
+
}
|
|
1933
|
+
export interface DeleteVehicleResponse {
|
|
1934
|
+
/**
|
|
1935
|
+
* <p>The ID of the deleted vehicle.</p>
|
|
1936
|
+
*/
|
|
1937
|
+
vehicleName: string | undefined;
|
|
1938
|
+
/**
|
|
1939
|
+
* <p>The Amazon Resource Name (ARN) of the deleted vehicle.</p>
|
|
1940
|
+
*/
|
|
1941
|
+
arn: string | undefined;
|
|
1942
|
+
}
|
|
1943
|
+
export interface DisassociateVehicleFleetRequest {
|
|
1944
|
+
/**
|
|
1945
|
+
* <p> The unique ID of the vehicle to disassociate from the fleet.</p>
|
|
1946
|
+
*/
|
|
1947
|
+
vehicleName: string | undefined;
|
|
1948
|
+
/**
|
|
1949
|
+
* <p> The unique ID of a fleet. </p>
|
|
1950
|
+
*/
|
|
1951
|
+
fleetId: string | undefined;
|
|
1952
|
+
}
|
|
1953
|
+
export interface DisassociateVehicleFleetResponse {
|
|
1954
|
+
}
|
|
1955
|
+
export interface ListFleetsForVehicleRequest {
|
|
1956
|
+
/**
|
|
1957
|
+
* <p> The ID of the vehicle to retrieve information about. </p>
|
|
1958
|
+
*/
|
|
1959
|
+
vehicleName: string | undefined;
|
|
1960
|
+
/**
|
|
1961
|
+
* <p>A pagination token for the next set of results.</p>
|
|
1962
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
1963
|
+
*/
|
|
1964
|
+
nextToken?: string;
|
|
1965
|
+
/**
|
|
1966
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
1967
|
+
*/
|
|
1968
|
+
maxResults?: number;
|
|
1969
|
+
}
|
|
1970
|
+
export interface ListFleetsForVehicleResponse {
|
|
1971
|
+
/**
|
|
1972
|
+
* <p> A list of fleet IDs that the vehicle is associated with. </p>
|
|
1973
|
+
*/
|
|
1974
|
+
fleets?: string[];
|
|
1975
|
+
/**
|
|
1976
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
1977
|
+
*/
|
|
1978
|
+
nextToken?: string;
|
|
1979
|
+
}
|
|
1980
|
+
export interface GetFleetRequest {
|
|
1981
|
+
/**
|
|
1982
|
+
* <p> The ID of the fleet to retrieve information about. </p>
|
|
1983
|
+
*/
|
|
1984
|
+
fleetId: string | undefined;
|
|
1985
|
+
}
|
|
1986
|
+
export interface GetFleetResponse {
|
|
1987
|
+
/**
|
|
1988
|
+
* <p> The ID of the fleet.</p>
|
|
1989
|
+
*/
|
|
1990
|
+
id: string | undefined;
|
|
1991
|
+
/**
|
|
1992
|
+
* <p> The Amazon Resource Name (ARN) of the fleet. </p>
|
|
1993
|
+
*/
|
|
1994
|
+
arn: string | undefined;
|
|
1995
|
+
/**
|
|
1996
|
+
* <p> A brief description of the fleet. </p>
|
|
1997
|
+
*/
|
|
1998
|
+
description?: string;
|
|
1999
|
+
/**
|
|
2000
|
+
* <p> The ARN of a signal catalog associated with the fleet. </p>
|
|
2001
|
+
*/
|
|
2002
|
+
signalCatalogArn: string | undefined;
|
|
2003
|
+
/**
|
|
2004
|
+
* <p> The time the fleet was created in seconds since epoch (January 1, 1970 at midnight
|
|
2005
|
+
* UTC time). </p>
|
|
2006
|
+
*/
|
|
2007
|
+
creationTime: Date | undefined;
|
|
2008
|
+
/**
|
|
2009
|
+
* <p> The time the fleet was last updated, in seconds since epoch (January 1, 1970 at
|
|
2010
|
+
* midnight UTC time). </p>
|
|
2011
|
+
*/
|
|
2012
|
+
lastModificationTime: Date | undefined;
|
|
2013
|
+
}
|
|
2014
|
+
export interface ListFleetsRequest {
|
|
2015
|
+
/**
|
|
2016
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2017
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
2018
|
+
*/
|
|
2019
|
+
nextToken?: string;
|
|
2020
|
+
/**
|
|
2021
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
2022
|
+
*/
|
|
2023
|
+
maxResults?: number;
|
|
2024
|
+
}
|
|
2025
|
+
/**
|
|
2026
|
+
* <p>Information about a fleet.</p>
|
|
2027
|
+
* <p>You can use the API operation to return this
|
|
2028
|
+
* information about multiple fleets.</p>
|
|
2029
|
+
*/
|
|
2030
|
+
export interface FleetSummary {
|
|
2031
|
+
/**
|
|
2032
|
+
* <p>The unique ID of the fleet.</p>
|
|
2033
|
+
*/
|
|
2034
|
+
id: string | undefined;
|
|
2035
|
+
/**
|
|
2036
|
+
* <p>The Amazon Resource Name (ARN) of the fleet.</p>
|
|
2037
|
+
*/
|
|
2038
|
+
arn: string | undefined;
|
|
2039
|
+
/**
|
|
2040
|
+
* <p>A brief description of the fleet.</p>
|
|
2041
|
+
*/
|
|
2042
|
+
description?: string;
|
|
2043
|
+
/**
|
|
2044
|
+
* <p>The ARN of the signal catalog associated with the fleet.</p>
|
|
2045
|
+
*/
|
|
2046
|
+
signalCatalogArn: string | undefined;
|
|
2047
|
+
/**
|
|
2048
|
+
* <p>The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight
|
|
2049
|
+
* UTC time).</p>
|
|
2050
|
+
*/
|
|
2051
|
+
creationTime: Date | undefined;
|
|
2052
|
+
/**
|
|
2053
|
+
* <p>The time the fleet was last updated in seconds since epoch (January 1, 1970 at
|
|
2054
|
+
* midnight UTC time).</p>
|
|
2055
|
+
*/
|
|
2056
|
+
lastModificationTime?: Date;
|
|
2057
|
+
}
|
|
2058
|
+
export interface ListFleetsResponse {
|
|
2059
|
+
/**
|
|
2060
|
+
* <p> A list of information for each fleet. </p>
|
|
2061
|
+
*/
|
|
2062
|
+
fleetSummaries?: FleetSummary[];
|
|
2063
|
+
/**
|
|
2064
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
2065
|
+
*/
|
|
2066
|
+
nextToken?: string;
|
|
2067
|
+
}
|
|
2068
|
+
export interface UpdateFleetRequest {
|
|
2069
|
+
/**
|
|
2070
|
+
* <p> The ID of the fleet to update. </p>
|
|
2071
|
+
*/
|
|
2072
|
+
fleetId: string | undefined;
|
|
2073
|
+
/**
|
|
2074
|
+
* <p> An updated description of the fleet. </p>
|
|
2075
|
+
*/
|
|
2076
|
+
description?: string;
|
|
2077
|
+
}
|
|
2078
|
+
export interface UpdateFleetResponse {
|
|
2079
|
+
/**
|
|
2080
|
+
* <p>The ID of the updated fleet.</p>
|
|
2081
|
+
*/
|
|
2082
|
+
id?: string;
|
|
2083
|
+
/**
|
|
2084
|
+
* <p>The Amazon Resource Name (ARN) of the updated fleet.</p>
|
|
2085
|
+
*/
|
|
2086
|
+
arn?: string;
|
|
2087
|
+
}
|
|
2088
|
+
export interface ListVehiclesInFleetRequest {
|
|
2089
|
+
/**
|
|
2090
|
+
* <p> The ID of a fleet. </p>
|
|
2091
|
+
*/
|
|
2092
|
+
fleetId: string | undefined;
|
|
2093
|
+
/**
|
|
2094
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2095
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
2096
|
+
*/
|
|
2097
|
+
nextToken?: string;
|
|
2098
|
+
/**
|
|
2099
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
2100
|
+
*/
|
|
2101
|
+
maxResults?: number;
|
|
2102
|
+
}
|
|
2103
|
+
export interface ListVehiclesInFleetResponse {
|
|
2104
|
+
/**
|
|
2105
|
+
* <p> A list of vehicles associated with the fleet. </p>
|
|
2106
|
+
*/
|
|
2107
|
+
vehicles?: string[];
|
|
2108
|
+
/**
|
|
2109
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
2110
|
+
*/
|
|
2111
|
+
nextToken?: string;
|
|
2112
|
+
}
|
|
2113
|
+
/**
|
|
2114
|
+
* <p>Vehicle Signal Specification (VSS) is a precise language used to describe and model
|
|
2115
|
+
* signals in vehicle networks. The JSON file collects signal specificiations in a VSS
|
|
2116
|
+
* format.</p>
|
|
2117
|
+
*/
|
|
2118
|
+
export declare type FormattedVss = FormattedVss.VssJsonMember | FormattedVss.$UnknownMember;
|
|
2119
|
+
export declare namespace FormattedVss {
|
|
2120
|
+
/**
|
|
2121
|
+
* <p>Provides the VSS in JSON format.</p>
|
|
2122
|
+
*/
|
|
2123
|
+
interface VssJsonMember {
|
|
2124
|
+
vssJson: string;
|
|
2125
|
+
$unknown?: never;
|
|
2126
|
+
}
|
|
2127
|
+
interface $UnknownMember {
|
|
2128
|
+
vssJson?: never;
|
|
2129
|
+
$unknown: [string, any];
|
|
2130
|
+
}
|
|
2131
|
+
interface Visitor<T> {
|
|
2132
|
+
vssJson: (value: string) => T;
|
|
2133
|
+
_: (name: string, value: any) => T;
|
|
2134
|
+
}
|
|
2135
|
+
const visit: <T>(value: FormattedVss, visitor: Visitor<T>) => T;
|
|
2136
|
+
}
|
|
2137
|
+
export interface GetLoggingOptionsRequest {
|
|
2138
|
+
}
|
|
2139
|
+
export interface GetLoggingOptionsResponse {
|
|
2140
|
+
/**
|
|
2141
|
+
* <p>Returns information about log delivery to Amazon CloudWatch Logs.</p>
|
|
2142
|
+
*/
|
|
2143
|
+
cloudWatchLogDelivery: CloudWatchLogDeliveryOptions | undefined;
|
|
2144
|
+
}
|
|
2145
|
+
export interface GetModelManifestRequest {
|
|
2146
|
+
/**
|
|
2147
|
+
* <p> The name of the vehicle model to retrieve information about. </p>
|
|
2148
|
+
*/
|
|
2149
|
+
name: string | undefined;
|
|
2150
|
+
}
|
|
2151
|
+
export interface GetModelManifestResponse {
|
|
2152
|
+
/**
|
|
2153
|
+
* <p> The name of the vehicle model. </p>
|
|
2154
|
+
*/
|
|
2155
|
+
name: string | undefined;
|
|
2156
|
+
/**
|
|
2157
|
+
* <p> The Amazon Resource Name (ARN) of the vehicle model. </p>
|
|
2158
|
+
*/
|
|
2159
|
+
arn: string | undefined;
|
|
2160
|
+
/**
|
|
2161
|
+
* <p> A brief description of the vehicle model. </p>
|
|
2162
|
+
*/
|
|
2163
|
+
description?: string;
|
|
2164
|
+
/**
|
|
2165
|
+
* <p> The ARN of the signal catalog associated with the vehicle model. </p>
|
|
2166
|
+
*/
|
|
2167
|
+
signalCatalogArn?: string;
|
|
2168
|
+
/**
|
|
2169
|
+
* <p> The state of the vehicle model. If the status is <code>ACTIVE</code>, the vehicle
|
|
2170
|
+
* model can't be edited. You can edit the vehicle model if the status is marked
|
|
2171
|
+
* <code>DRAFT</code>.</p>
|
|
2172
|
+
*/
|
|
2173
|
+
status?: ManifestStatus | string;
|
|
2174
|
+
/**
|
|
2175
|
+
* <p>The time the vehicle model was created, in seconds since epoch (January 1, 1970 at
|
|
2176
|
+
* midnight UTC time).</p>
|
|
2177
|
+
*/
|
|
2178
|
+
creationTime: Date | undefined;
|
|
2179
|
+
/**
|
|
2180
|
+
* <p>The last time the vehicle model was modified.</p>
|
|
2181
|
+
*/
|
|
2182
|
+
lastModificationTime: Date | undefined;
|
|
2183
|
+
}
|
|
2184
|
+
export interface GetRegisterAccountStatusRequest {
|
|
2185
|
+
}
|
|
2186
|
+
export declare enum RegistrationStatus {
|
|
2187
|
+
REGISTRATION_FAILURE = "REGISTRATION_FAILURE",
|
|
2188
|
+
REGISTRATION_PENDING = "REGISTRATION_PENDING",
|
|
2189
|
+
REGISTRATION_SUCCESS = "REGISTRATION_SUCCESS"
|
|
2190
|
+
}
|
|
2191
|
+
/**
|
|
2192
|
+
* <p>Information about registering an Identity and Access Management (IAM) resource so Amazon Web Services IoT FleetWise edge agent
|
|
2193
|
+
* software can transfer your vehicle data to Amazon Timestream.</p>
|
|
2194
|
+
*/
|
|
2195
|
+
export interface IamRegistrationResponse {
|
|
2196
|
+
/**
|
|
2197
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role to register.</p>
|
|
2198
|
+
*/
|
|
2199
|
+
roleArn: string | undefined;
|
|
2200
|
+
/**
|
|
2201
|
+
* <p>The status of registering your IAM resource. The status can be one of
|
|
2202
|
+
* <code>REGISTRATION_SUCCESS</code>, <code>REGISTRATION_PENDING</code>,
|
|
2203
|
+
* <code>REGISTRATION_FAILURE</code>.</p>
|
|
2204
|
+
*/
|
|
2205
|
+
registrationStatus: RegistrationStatus | string | undefined;
|
|
2206
|
+
/**
|
|
2207
|
+
* <p>A message associated with a registration error.</p>
|
|
2208
|
+
*/
|
|
2209
|
+
errorMessage?: string;
|
|
2210
|
+
}
|
|
2211
|
+
/**
|
|
2212
|
+
* <p>Information about the registered Amazon Timestream resources or errors, if any.</p>
|
|
2213
|
+
*/
|
|
2214
|
+
export interface TimestreamRegistrationResponse {
|
|
2215
|
+
/**
|
|
2216
|
+
* <p>The name of the Timestream database.</p>
|
|
2217
|
+
*/
|
|
2218
|
+
timestreamDatabaseName: string | undefined;
|
|
2219
|
+
/**
|
|
2220
|
+
* <p>The name of the Timestream database table.</p>
|
|
2221
|
+
*/
|
|
2222
|
+
timestreamTableName: string | undefined;
|
|
2223
|
+
/**
|
|
2224
|
+
* <p>The Amazon Resource Name (ARN) of the Timestream database.</p>
|
|
2225
|
+
*/
|
|
2226
|
+
timestreamDatabaseArn?: string;
|
|
2227
|
+
/**
|
|
2228
|
+
* <p>The ARN of the Timestream database table.</p>
|
|
2229
|
+
*/
|
|
2230
|
+
timestreamTableArn?: string;
|
|
2231
|
+
/**
|
|
2232
|
+
* <p>The status of registering your Amazon Timestream resources. The status can be one of
|
|
2233
|
+
* <code>REGISTRATION_SUCCESS</code>, <code>REGISTRATION_PENDING</code>,
|
|
2234
|
+
* <code>REGISTRATION_FAILURE</code>.</p>
|
|
2235
|
+
*/
|
|
2236
|
+
registrationStatus: RegistrationStatus | string | undefined;
|
|
2237
|
+
/**
|
|
2238
|
+
* <p>A message associated with a registration error.</p>
|
|
2239
|
+
*/
|
|
2240
|
+
errorMessage?: string;
|
|
2241
|
+
}
|
|
2242
|
+
export interface GetRegisterAccountStatusResponse {
|
|
2243
|
+
/**
|
|
2244
|
+
* <p> The unique ID of the Amazon Web Services account, provided at account creation. </p>
|
|
2245
|
+
*/
|
|
2246
|
+
customerAccountId: string | undefined;
|
|
2247
|
+
/**
|
|
2248
|
+
* <p> The status of registering your account and resources. The status can be one
|
|
2249
|
+
* of:</p>
|
|
2250
|
+
* <ul>
|
|
2251
|
+
* <li>
|
|
2252
|
+
* <p>
|
|
2253
|
+
* <code>REGISTRATION_SUCCESS</code> - The Amazon Web Services resource is successfully
|
|
2254
|
+
* registered.</p>
|
|
2255
|
+
* </li>
|
|
2256
|
+
* <li>
|
|
2257
|
+
* <p>
|
|
2258
|
+
* <code>REGISTRATION_PENDING</code> - Amazon Web Services IoT FleetWise is processing the registration
|
|
2259
|
+
* request. This process takes approximately five minutes to complete.</p>
|
|
2260
|
+
* </li>
|
|
2261
|
+
* <li>
|
|
2262
|
+
* <p>
|
|
2263
|
+
* <code>REGISTRATION_FAILURE</code> - Amazon Web Services IoT FleetWise can't register the AWS resource.
|
|
2264
|
+
* Try again later.</p>
|
|
2265
|
+
* </li>
|
|
2266
|
+
* </ul>
|
|
2267
|
+
*/
|
|
2268
|
+
accountStatus: RegistrationStatus | string | undefined;
|
|
2269
|
+
/**
|
|
2270
|
+
* <p> Information about the registered Amazon Timestream resources or errors, if any.</p>
|
|
2271
|
+
*/
|
|
2272
|
+
timestreamRegistrationResponse: TimestreamRegistrationResponse | undefined;
|
|
2273
|
+
/**
|
|
2274
|
+
* <p> Information about the registered IAM resources or errors, if any. </p>
|
|
2275
|
+
*/
|
|
2276
|
+
iamRegistrationResponse: IamRegistrationResponse | undefined;
|
|
2277
|
+
/**
|
|
2278
|
+
* <p> The time the account was registered, in seconds since epoch (January 1, 1970 at
|
|
2279
|
+
* midnight UTC time). </p>
|
|
2280
|
+
*/
|
|
2281
|
+
creationTime: Date | undefined;
|
|
2282
|
+
/**
|
|
2283
|
+
* <p> The time this registration was last updated, in seconds since epoch (January 1, 1970
|
|
2284
|
+
* at midnight UTC time). </p>
|
|
2285
|
+
*/
|
|
2286
|
+
lastModificationTime: Date | undefined;
|
|
2287
|
+
}
|
|
2288
|
+
export interface GetSignalCatalogRequest {
|
|
2289
|
+
/**
|
|
2290
|
+
* <p> The name of the signal catalog to retrieve information about. </p>
|
|
2291
|
+
*/
|
|
2292
|
+
name: string | undefined;
|
|
2293
|
+
}
|
|
2294
|
+
/**
|
|
2295
|
+
* <p>Information about the number of nodes and node types in a vehicle network.</p>
|
|
2296
|
+
*/
|
|
2297
|
+
export interface NodeCounts {
|
|
2298
|
+
/**
|
|
2299
|
+
* <p>The total number of nodes in a vehicle network.</p>
|
|
2300
|
+
*/
|
|
2301
|
+
totalNodes?: number;
|
|
2302
|
+
/**
|
|
2303
|
+
* <p>The total number of nodes in a vehicle network that represent branches.</p>
|
|
2304
|
+
*/
|
|
2305
|
+
totalBranches?: number;
|
|
2306
|
+
/**
|
|
2307
|
+
* <p>The total number of nodes in a vehicle network that represent sensors.</p>
|
|
2308
|
+
*/
|
|
2309
|
+
totalSensors?: number;
|
|
2310
|
+
/**
|
|
2311
|
+
* <p>The total number of nodes in a vehicle network that represent attributes.</p>
|
|
2312
|
+
*/
|
|
2313
|
+
totalAttributes?: number;
|
|
2314
|
+
/**
|
|
2315
|
+
* <p>The total number of nodes in a vehicle network that represent actuators.</p>
|
|
2316
|
+
*/
|
|
2317
|
+
totalActuators?: number;
|
|
2318
|
+
}
|
|
2319
|
+
export interface GetSignalCatalogResponse {
|
|
2320
|
+
/**
|
|
2321
|
+
* <p> The name of the signal catalog. </p>
|
|
2322
|
+
*/
|
|
2323
|
+
name: string | undefined;
|
|
2324
|
+
/**
|
|
2325
|
+
* <p> The Amazon Resource Name (ARN) of the signal catalog. </p>
|
|
2326
|
+
*/
|
|
2327
|
+
arn: string | undefined;
|
|
2328
|
+
/**
|
|
2329
|
+
* <p> A brief description of the signal catalog. </p>
|
|
2330
|
+
*/
|
|
2331
|
+
description?: string;
|
|
2332
|
+
/**
|
|
2333
|
+
* <p> The total number of network nodes specified in a signal catalog. </p>
|
|
2334
|
+
*/
|
|
2335
|
+
nodeCounts?: NodeCounts;
|
|
2336
|
+
/**
|
|
2337
|
+
* <p> The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time). </p>
|
|
2338
|
+
*/
|
|
2339
|
+
creationTime: Date | undefined;
|
|
2340
|
+
/**
|
|
2341
|
+
* <p>The last time the signal catalog was modified.</p>
|
|
2342
|
+
*/
|
|
2343
|
+
lastModificationTime: Date | undefined;
|
|
2344
|
+
}
|
|
2345
|
+
export interface GetVehicleRequest {
|
|
2346
|
+
/**
|
|
2347
|
+
* <p> The ID of the vehicle to retrieve information about. </p>
|
|
2348
|
+
*/
|
|
2349
|
+
vehicleName: string | undefined;
|
|
2350
|
+
}
|
|
2351
|
+
export interface GetVehicleResponse {
|
|
2352
|
+
/**
|
|
2353
|
+
* <p>The ID of the vehicle.</p>
|
|
2354
|
+
*/
|
|
2355
|
+
vehicleName?: string;
|
|
2356
|
+
/**
|
|
2357
|
+
* <p> The Amazon Resource Name (ARN) of the vehicle to retrieve information about. </p>
|
|
2358
|
+
*/
|
|
2359
|
+
arn?: string;
|
|
2360
|
+
/**
|
|
2361
|
+
* <p> The ARN of a vehicle model (model manifest) associated with the vehicle. </p>
|
|
2362
|
+
*/
|
|
2363
|
+
modelManifestArn?: string;
|
|
2364
|
+
/**
|
|
2365
|
+
* <p> The ARN of a decoder manifest associated with the vehicle. </p>
|
|
2366
|
+
*/
|
|
2367
|
+
decoderManifestArn?: string;
|
|
2368
|
+
/**
|
|
2369
|
+
* <p>Static information about a vehicle in a key-value pair. For example:</p>
|
|
2370
|
+
* <p>
|
|
2371
|
+
* <code>"engineType"</code> : <code>"1.3 L R2"</code>
|
|
2372
|
+
* </p>
|
|
2373
|
+
*/
|
|
2374
|
+
attributes?: Record<string, string>;
|
|
2375
|
+
/**
|
|
2376
|
+
* <p> The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time). </p>
|
|
2377
|
+
*/
|
|
2378
|
+
creationTime?: Date;
|
|
2379
|
+
/**
|
|
2380
|
+
* <p> The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). </p>
|
|
2381
|
+
*/
|
|
2382
|
+
lastModificationTime?: Date;
|
|
2383
|
+
}
|
|
2384
|
+
export interface GetVehicleStatusRequest {
|
|
2385
|
+
/**
|
|
2386
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2387
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
2388
|
+
*/
|
|
2389
|
+
nextToken?: string;
|
|
2390
|
+
/**
|
|
2391
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
2392
|
+
*/
|
|
2393
|
+
maxResults?: number;
|
|
2394
|
+
/**
|
|
2395
|
+
* <p> The ID of the vehicle to retrieve information about. </p>
|
|
2396
|
+
*/
|
|
2397
|
+
vehicleName: string | undefined;
|
|
2398
|
+
}
|
|
2399
|
+
export declare enum VehicleState {
|
|
2400
|
+
CREATED = "CREATED",
|
|
2401
|
+
DELETING = "DELETING",
|
|
2402
|
+
HEALTHY = "HEALTHY",
|
|
2403
|
+
READY = "READY",
|
|
2404
|
+
SUSPENDED = "SUSPENDED"
|
|
2405
|
+
}
|
|
2406
|
+
/**
|
|
2407
|
+
* <p>Information about the state of a vehicle and how it relates to the status of a
|
|
2408
|
+
* campaign.</p>
|
|
2409
|
+
*/
|
|
2410
|
+
export interface VehicleStatus {
|
|
2411
|
+
/**
|
|
2412
|
+
* <p>The name of a campaign.</p>
|
|
2413
|
+
*/
|
|
2414
|
+
campaignName?: string;
|
|
2415
|
+
/**
|
|
2416
|
+
* <p>The unique ID of the vehicle.</p>
|
|
2417
|
+
*/
|
|
2418
|
+
vehicleName?: string;
|
|
2419
|
+
/**
|
|
2420
|
+
* <p>The state of a vehicle, which can be one of the following:</p>
|
|
2421
|
+
* <ul>
|
|
2422
|
+
* <li>
|
|
2423
|
+
* <p>
|
|
2424
|
+
* <code>CREATED</code> - Amazon Web Services IoT FleetWise sucessfully created the vehicle. </p>
|
|
2425
|
+
* </li>
|
|
2426
|
+
* <li>
|
|
2427
|
+
* <p>
|
|
2428
|
+
* <code>READY</code> - The vehicle is ready to receive a campaign deployment.
|
|
2429
|
+
* </p>
|
|
2430
|
+
* </li>
|
|
2431
|
+
* <li>
|
|
2432
|
+
* <p>
|
|
2433
|
+
* <code>HEALTHY</code> - A campaign deployment was delivered to the vehicle.
|
|
2434
|
+
* </p>
|
|
2435
|
+
* </li>
|
|
2436
|
+
* <li>
|
|
2437
|
+
* <p>
|
|
2438
|
+
* <code>SUSPENDED</code> - A campaign associated with the vehicle was suspended
|
|
2439
|
+
* and data collection was paused. </p>
|
|
2440
|
+
* </li>
|
|
2441
|
+
* <li>
|
|
2442
|
+
* <p>
|
|
2443
|
+
* <code>DELETING</code> - Amazon Web Services IoT FleetWise is removing a campaign from the vehicle.
|
|
2444
|
+
* </p>
|
|
2445
|
+
* </li>
|
|
2446
|
+
* </ul>
|
|
2447
|
+
*/
|
|
2448
|
+
status?: VehicleState | string;
|
|
2449
|
+
}
|
|
2450
|
+
export interface GetVehicleStatusResponse {
|
|
2451
|
+
/**
|
|
2452
|
+
* <p> Lists information about the state of the vehicle with deployed campaigns. </p>
|
|
2453
|
+
*/
|
|
2454
|
+
campaigns?: VehicleStatus[];
|
|
2455
|
+
/**
|
|
2456
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
2457
|
+
*/
|
|
2458
|
+
nextToken?: string;
|
|
2459
|
+
}
|
|
2460
|
+
/**
|
|
2461
|
+
* <p>The IAM resource that enables Amazon Web Services IoT FleetWise edge agent software to send data to
|
|
2462
|
+
* Amazon Timestream. </p>
|
|
2463
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM roles</a> in the
|
|
2464
|
+
* <i>Identity and Access Management User Guide</i>.</p>
|
|
2465
|
+
*/
|
|
2466
|
+
export interface IamResources {
|
|
2467
|
+
/**
|
|
2468
|
+
* <p>The Amazon Resource Name (ARN) of the IAM resource that allows Amazon Web Services IoT FleetWise to send data to
|
|
2469
|
+
* Amazon Timestream. For example, <code>arn:aws:iam::123456789012:role/SERVICE-ROLE-ARN</code>.
|
|
2470
|
+
* </p>
|
|
2471
|
+
*/
|
|
2472
|
+
roleArn: string | undefined;
|
|
2473
|
+
}
|
|
2474
|
+
export interface ImportSignalCatalogRequest {
|
|
2475
|
+
/**
|
|
2476
|
+
* <p>The name of the signal catalog to import.</p>
|
|
2477
|
+
*/
|
|
2478
|
+
name: string | undefined;
|
|
2479
|
+
/**
|
|
2480
|
+
* <p> A brief description of the signal catalog. </p>
|
|
2481
|
+
*/
|
|
2482
|
+
description?: string;
|
|
2483
|
+
/**
|
|
2484
|
+
* <p>The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise
|
|
2485
|
+
* language used to describe and model signals in vehicle networks.</p>
|
|
2486
|
+
*/
|
|
2487
|
+
vss?: FormattedVss;
|
|
2488
|
+
/**
|
|
2489
|
+
* <p>Metadata that can be used to manage the signal catalog.</p>
|
|
2490
|
+
*/
|
|
2491
|
+
tags?: Tag[];
|
|
2492
|
+
}
|
|
2493
|
+
export interface ImportSignalCatalogResponse {
|
|
2494
|
+
/**
|
|
2495
|
+
* <p> The name of the imported signal catalog. </p>
|
|
2496
|
+
*/
|
|
2497
|
+
name: string | undefined;
|
|
2498
|
+
/**
|
|
2499
|
+
* <p> The Amazon Resource Name (ARN) of the imported signal catalog.</p>
|
|
2500
|
+
*/
|
|
2501
|
+
arn: string | undefined;
|
|
2502
|
+
}
|
|
2503
|
+
export interface ListTagsForResourceRequest {
|
|
2504
|
+
/**
|
|
2505
|
+
* <p>The ARN of the resource.</p>
|
|
2506
|
+
*/
|
|
2507
|
+
ResourceARN: string | undefined;
|
|
2508
|
+
}
|
|
2509
|
+
export interface ListTagsForResourceResponse {
|
|
2510
|
+
/**
|
|
2511
|
+
* <p>The list of tags assigned to the resource.</p>
|
|
2512
|
+
*/
|
|
2513
|
+
Tags?: Tag[];
|
|
2514
|
+
}
|
|
2515
|
+
export interface ListModelManifestNodesRequest {
|
|
2516
|
+
/**
|
|
2517
|
+
* <p> The name of the vehicle model to list information about. </p>
|
|
2518
|
+
*/
|
|
2519
|
+
name: string | undefined;
|
|
2520
|
+
/**
|
|
2521
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2522
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
2523
|
+
*/
|
|
2524
|
+
nextToken?: string;
|
|
2525
|
+
/**
|
|
2526
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
2527
|
+
*/
|
|
2528
|
+
maxResults?: number;
|
|
2529
|
+
}
|
|
2530
|
+
export interface ListModelManifestNodesResponse {
|
|
2531
|
+
/**
|
|
2532
|
+
* <p> A list of information about nodes. </p>
|
|
2533
|
+
*/
|
|
2534
|
+
nodes?: Node[];
|
|
2535
|
+
/**
|
|
2536
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
2537
|
+
*/
|
|
2538
|
+
nextToken?: string;
|
|
2539
|
+
}
|
|
2540
|
+
export interface ListModelManifestsRequest {
|
|
2541
|
+
/**
|
|
2542
|
+
* <p> The ARN of a signal catalog. If you specify a signal catalog, only the vehicle models
|
|
2543
|
+
* associated with it are returned.</p>
|
|
2544
|
+
*/
|
|
2545
|
+
signalCatalogArn?: string;
|
|
2546
|
+
/**
|
|
2547
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2548
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
2549
|
+
*/
|
|
2550
|
+
nextToken?: string;
|
|
2551
|
+
/**
|
|
2552
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
2553
|
+
*/
|
|
2554
|
+
maxResults?: number;
|
|
2555
|
+
}
|
|
2556
|
+
/**
|
|
2557
|
+
* <p>Information about a vehicle model (model manifest). You can use the API operation to return this information about
|
|
2558
|
+
* multiple vehicle models.</p>
|
|
2559
|
+
*/
|
|
2560
|
+
export interface ModelManifestSummary {
|
|
2561
|
+
/**
|
|
2562
|
+
* <p>The name of the vehicle model.</p>
|
|
2563
|
+
*/
|
|
2564
|
+
name?: string;
|
|
2565
|
+
/**
|
|
2566
|
+
* <p>The Amazon Resource Name (ARN) of the vehicle model.</p>
|
|
2567
|
+
*/
|
|
2568
|
+
arn?: string;
|
|
2569
|
+
/**
|
|
2570
|
+
* <p>The ARN of the signal catalog associated with the vehicle model.</p>
|
|
2571
|
+
*/
|
|
2572
|
+
signalCatalogArn?: string;
|
|
2573
|
+
/**
|
|
2574
|
+
* <p>A brief description of the vehicle model.</p>
|
|
2575
|
+
*/
|
|
2576
|
+
description?: string;
|
|
2577
|
+
/**
|
|
2578
|
+
* <p>The state of the vehicle model. If the status is <code>ACTIVE</code>, the vehicle
|
|
2579
|
+
* model can't be edited. If the status is <code>DRAFT</code>, you can edit the vehicle
|
|
2580
|
+
* model.</p>
|
|
2581
|
+
*/
|
|
2582
|
+
status?: ManifestStatus | string;
|
|
2583
|
+
/**
|
|
2584
|
+
* <p>The time the vehicle model was created, in seconds since epoch (January 1, 1970 at
|
|
2585
|
+
* midnight UTC time).</p>
|
|
2586
|
+
*/
|
|
2587
|
+
creationTime: Date | undefined;
|
|
2588
|
+
/**
|
|
2589
|
+
* <p>The time the vehicle model was last updated, in seconds since epoch (January 1, 1970
|
|
2590
|
+
* at midnight UTC time).</p>
|
|
2591
|
+
*/
|
|
2592
|
+
lastModificationTime: Date | undefined;
|
|
2593
|
+
}
|
|
2594
|
+
export interface ListModelManifestsResponse {
|
|
2595
|
+
/**
|
|
2596
|
+
* <p> A list of information about vehicle models.</p>
|
|
2597
|
+
*/
|
|
2598
|
+
summaries?: ModelManifestSummary[];
|
|
2599
|
+
/**
|
|
2600
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
2601
|
+
*/
|
|
2602
|
+
nextToken?: string;
|
|
2603
|
+
}
|
|
2604
|
+
export interface UpdateModelManifestRequest {
|
|
2605
|
+
/**
|
|
2606
|
+
* <p> The name of the vehicle model to update. </p>
|
|
2607
|
+
*/
|
|
2608
|
+
name: string | undefined;
|
|
2609
|
+
/**
|
|
2610
|
+
* <p> A brief description of the vehicle model. </p>
|
|
2611
|
+
*/
|
|
2612
|
+
description?: string;
|
|
2613
|
+
/**
|
|
2614
|
+
* <p> A list of <code>fullyQualifiedName</code> of nodes, which are a general abstraction
|
|
2615
|
+
* of signals, to add to the vehicle model. </p>
|
|
2616
|
+
*/
|
|
2617
|
+
nodesToAdd?: string[];
|
|
2618
|
+
/**
|
|
2619
|
+
* <p> A list of <code>fullyQualifiedName</code> of nodes, which are a general abstraction
|
|
2620
|
+
* of signals, to remove from the vehicle model. </p>
|
|
2621
|
+
*/
|
|
2622
|
+
nodesToRemove?: string[];
|
|
2623
|
+
/**
|
|
2624
|
+
* <p> The state of the vehicle model. If the status is <code>ACTIVE</code>, the vehicle
|
|
2625
|
+
* model can't be edited. If the status is <code>DRAFT</code>, you can edit the vehicle
|
|
2626
|
+
* model. </p>
|
|
2627
|
+
*/
|
|
2628
|
+
status?: ManifestStatus | string;
|
|
2629
|
+
}
|
|
2630
|
+
export interface UpdateModelManifestResponse {
|
|
2631
|
+
/**
|
|
2632
|
+
* <p> The name of the updated vehicle model. </p>
|
|
2633
|
+
*/
|
|
2634
|
+
name: string | undefined;
|
|
2635
|
+
/**
|
|
2636
|
+
* <p> The Amazon Resource Name (ARN) of the updated vehicle model. </p>
|
|
2637
|
+
*/
|
|
2638
|
+
arn: string | undefined;
|
|
2639
|
+
}
|
|
2640
|
+
export interface PutLoggingOptionsRequest {
|
|
2641
|
+
/**
|
|
2642
|
+
* <p>Creates or updates the log delivery option to Amazon CloudWatch Logs.</p>
|
|
2643
|
+
*/
|
|
2644
|
+
cloudWatchLogDelivery: CloudWatchLogDeliveryOptions | undefined;
|
|
2645
|
+
}
|
|
2646
|
+
export interface PutLoggingOptionsResponse {
|
|
2647
|
+
}
|
|
2648
|
+
/**
|
|
2649
|
+
* <p>The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer
|
|
2650
|
+
* your vehicle data to.</p>
|
|
2651
|
+
*/
|
|
2652
|
+
export interface TimestreamResources {
|
|
2653
|
+
/**
|
|
2654
|
+
* <p>The name of the registered Amazon Timestream database.</p>
|
|
2655
|
+
*/
|
|
2656
|
+
timestreamDatabaseName: string | undefined;
|
|
2657
|
+
/**
|
|
2658
|
+
* <p>The name of the registered Amazon Timestream database table.</p>
|
|
2659
|
+
*/
|
|
2660
|
+
timestreamTableName: string | undefined;
|
|
2661
|
+
}
|
|
2662
|
+
export interface RegisterAccountRequest {
|
|
2663
|
+
/**
|
|
2664
|
+
* <p>The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer
|
|
2665
|
+
* your vehicle data to.</p>
|
|
2666
|
+
*/
|
|
2667
|
+
timestreamResources: TimestreamResources | undefined;
|
|
2668
|
+
/**
|
|
2669
|
+
* @deprecated
|
|
2670
|
+
*
|
|
2671
|
+
* <p>The IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.</p>
|
|
2672
|
+
*/
|
|
2673
|
+
iamResources?: IamResources;
|
|
2674
|
+
}
|
|
2675
|
+
export interface RegisterAccountResponse {
|
|
2676
|
+
/**
|
|
2677
|
+
* <p> The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
|
2678
|
+
* </p>
|
|
2679
|
+
*/
|
|
2680
|
+
registerAccountStatus: RegistrationStatus | string | undefined;
|
|
2681
|
+
/**
|
|
2682
|
+
* <p>The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer
|
|
2683
|
+
* your vehicle data to.</p>
|
|
2684
|
+
*/
|
|
2685
|
+
timestreamResources: TimestreamResources | undefined;
|
|
2686
|
+
/**
|
|
2687
|
+
* <p> The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream. </p>
|
|
2688
|
+
*/
|
|
2689
|
+
iamResources: IamResources | undefined;
|
|
2690
|
+
/**
|
|
2691
|
+
* <p> The time the account was registered, in seconds since epoch (January 1, 1970 at
|
|
2692
|
+
* midnight UTC time). </p>
|
|
2693
|
+
*/
|
|
2694
|
+
creationTime: Date | undefined;
|
|
2695
|
+
/**
|
|
2696
|
+
* <p> The time this registration was last updated, in seconds since epoch (January 1, 1970
|
|
2697
|
+
* at midnight UTC time). </p>
|
|
2698
|
+
*/
|
|
2699
|
+
lastModificationTime: Date | undefined;
|
|
2700
|
+
}
|
|
2701
|
+
export interface ListSignalCatalogNodesRequest {
|
|
2702
|
+
/**
|
|
2703
|
+
* <p> The name of the signal catalog to list information about. </p>
|
|
2704
|
+
*/
|
|
2705
|
+
name: string | undefined;
|
|
2706
|
+
/**
|
|
2707
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2708
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
2709
|
+
*/
|
|
2710
|
+
nextToken?: string;
|
|
2711
|
+
/**
|
|
2712
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
2713
|
+
*/
|
|
2714
|
+
maxResults?: number;
|
|
2715
|
+
}
|
|
2716
|
+
export interface ListSignalCatalogNodesResponse {
|
|
2717
|
+
/**
|
|
2718
|
+
* <p> A list of information about nodes. </p>
|
|
2719
|
+
*/
|
|
2720
|
+
nodes?: Node[];
|
|
2721
|
+
/**
|
|
2722
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
2723
|
+
*/
|
|
2724
|
+
nextToken?: string;
|
|
2725
|
+
}
|
|
2726
|
+
export interface ListSignalCatalogsRequest {
|
|
2727
|
+
/**
|
|
2728
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2729
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
2730
|
+
*/
|
|
2731
|
+
nextToken?: string;
|
|
2732
|
+
/**
|
|
2733
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
2734
|
+
*/
|
|
2735
|
+
maxResults?: number;
|
|
2736
|
+
}
|
|
2737
|
+
/**
|
|
2738
|
+
* <p>Information about a collection of standardized signals, which can be attributes,
|
|
2739
|
+
* branches, sensors, or actuators.</p>
|
|
2740
|
+
*/
|
|
2741
|
+
export interface SignalCatalogSummary {
|
|
2742
|
+
/**
|
|
2743
|
+
* <p>The name of the signal catalog.</p>
|
|
2744
|
+
*/
|
|
2745
|
+
name?: string;
|
|
2746
|
+
/**
|
|
2747
|
+
* <p>The Amazon Resource Name (ARN) of the signal catalog.</p>
|
|
2748
|
+
*/
|
|
2749
|
+
arn?: string;
|
|
2750
|
+
/**
|
|
2751
|
+
* <p>The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time). </p>
|
|
2752
|
+
*/
|
|
2753
|
+
creationTime?: Date;
|
|
2754
|
+
/**
|
|
2755
|
+
* <p>The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). </p>
|
|
2756
|
+
*/
|
|
2757
|
+
lastModificationTime?: Date;
|
|
2758
|
+
}
|
|
2759
|
+
export interface ListSignalCatalogsResponse {
|
|
2760
|
+
/**
|
|
2761
|
+
* <p> A list of information about each signal catalog. </p>
|
|
2762
|
+
*/
|
|
2763
|
+
summaries?: SignalCatalogSummary[];
|
|
2764
|
+
/**
|
|
2765
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
2766
|
+
*/
|
|
2767
|
+
nextToken?: string;
|
|
2768
|
+
}
|
|
2769
|
+
export interface UpdateSignalCatalogRequest {
|
|
2770
|
+
/**
|
|
2771
|
+
* <p> The name of the signal catalog to update. </p>
|
|
2772
|
+
*/
|
|
2773
|
+
name: string | undefined;
|
|
2774
|
+
/**
|
|
2775
|
+
* <p> A brief description of the signal catalog to update.</p>
|
|
2776
|
+
*/
|
|
2777
|
+
description?: string;
|
|
2778
|
+
/**
|
|
2779
|
+
* <p> A list of information about nodes to add to the signal catalog. </p>
|
|
2780
|
+
*/
|
|
2781
|
+
nodesToAdd?: Node[];
|
|
2782
|
+
/**
|
|
2783
|
+
* <p> A list of information about nodes to update in the signal catalog. </p>
|
|
2784
|
+
*/
|
|
2785
|
+
nodesToUpdate?: Node[];
|
|
2786
|
+
/**
|
|
2787
|
+
* <p> A list of <code>fullyQualifiedName</code> of nodes to remove from the signal catalog.
|
|
2788
|
+
* </p>
|
|
2789
|
+
*/
|
|
2790
|
+
nodesToRemove?: string[];
|
|
2791
|
+
}
|
|
2792
|
+
export interface UpdateSignalCatalogResponse {
|
|
2793
|
+
/**
|
|
2794
|
+
* <p> The name of the updated signal catalog. </p>
|
|
2795
|
+
*/
|
|
2796
|
+
name: string | undefined;
|
|
2797
|
+
/**
|
|
2798
|
+
* <p> The ARN of the updated signal catalog. </p>
|
|
2799
|
+
*/
|
|
2800
|
+
arn: string | undefined;
|
|
2801
|
+
}
|
|
2802
|
+
export interface TagResourceRequest {
|
|
2803
|
+
/**
|
|
2804
|
+
* <p>The ARN of the resource.</p>
|
|
2805
|
+
*/
|
|
2806
|
+
ResourceARN: string | undefined;
|
|
2807
|
+
/**
|
|
2808
|
+
* <p>The new or modified tags for the resource.</p>
|
|
2809
|
+
*/
|
|
2810
|
+
Tags: Tag[] | undefined;
|
|
2811
|
+
}
|
|
2812
|
+
export interface TagResourceResponse {
|
|
2813
|
+
}
|
|
2814
|
+
export interface UntagResourceRequest {
|
|
2815
|
+
/**
|
|
2816
|
+
* <p>The ARN of the resource.</p>
|
|
2817
|
+
*/
|
|
2818
|
+
ResourceARN: string | undefined;
|
|
2819
|
+
/**
|
|
2820
|
+
* <p>A list of the keys of the tags to be removed from the resource.</p>
|
|
2821
|
+
*/
|
|
2822
|
+
TagKeys: string[] | undefined;
|
|
2823
|
+
}
|
|
2824
|
+
export interface UntagResourceResponse {
|
|
2825
|
+
}
|
|
2826
|
+
export interface ListVehiclesRequest {
|
|
2827
|
+
/**
|
|
2828
|
+
* <p> The Amazon Resource Name (ARN) of a vehicle model (model manifest). You can use this optional
|
|
2829
|
+
* parameter to list only the vehicles created from a certain vehicle model. </p>
|
|
2830
|
+
*/
|
|
2831
|
+
modelManifestArn?: string;
|
|
2832
|
+
/**
|
|
2833
|
+
* <p>A pagination token for the next set of results.</p>
|
|
2834
|
+
* <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
|
|
2835
|
+
*/
|
|
2836
|
+
nextToken?: string;
|
|
2837
|
+
/**
|
|
2838
|
+
* <p> The maximum number of items to return, between 1 and 100, inclusive. </p>
|
|
2839
|
+
*/
|
|
2840
|
+
maxResults?: number;
|
|
2841
|
+
}
|
|
2842
|
+
/**
|
|
2843
|
+
* <p>Information about a vehicle.</p>
|
|
2844
|
+
* <p>To return this information about vehicles in your account, you can use the API operation.</p>
|
|
2845
|
+
*/
|
|
2846
|
+
export interface VehicleSummary {
|
|
2847
|
+
/**
|
|
2848
|
+
* <p>The unique ID of the vehicle.</p>
|
|
2849
|
+
*/
|
|
2850
|
+
vehicleName: string | undefined;
|
|
2851
|
+
/**
|
|
2852
|
+
* <p>The Amazon Resource Name (ARN) of the vehicle.</p>
|
|
2853
|
+
*/
|
|
2854
|
+
arn: string | undefined;
|
|
2855
|
+
/**
|
|
2856
|
+
* <p>The ARN of a vehicle model (model manifest) associated with the vehicle.</p>
|
|
2857
|
+
*/
|
|
2858
|
+
modelManifestArn: string | undefined;
|
|
2859
|
+
/**
|
|
2860
|
+
* <p>The ARN of a decoder manifest associated with the vehicle.</p>
|
|
2861
|
+
*/
|
|
2862
|
+
decoderManifestArn: string | undefined;
|
|
2863
|
+
/**
|
|
2864
|
+
* <p>The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).</p>
|
|
2865
|
+
*/
|
|
2866
|
+
creationTime: Date | undefined;
|
|
2867
|
+
/**
|
|
2868
|
+
* <p>The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). </p>
|
|
2869
|
+
*/
|
|
2870
|
+
lastModificationTime: Date | undefined;
|
|
2871
|
+
}
|
|
2872
|
+
export interface ListVehiclesResponse {
|
|
2873
|
+
/**
|
|
2874
|
+
* <p> A list of vehicles and information about them. </p>
|
|
2875
|
+
*/
|
|
2876
|
+
vehicleSummaries?: VehicleSummary[];
|
|
2877
|
+
/**
|
|
2878
|
+
* <p> The token to retrieve the next set of results, or <code>null</code> if there are no more results. </p>
|
|
2879
|
+
*/
|
|
2880
|
+
nextToken?: string;
|
|
2881
|
+
}
|
|
2882
|
+
export interface UpdateVehicleRequest {
|
|
2883
|
+
/**
|
|
2884
|
+
* <p>The unique ID of the vehicle to update.</p>
|
|
2885
|
+
*/
|
|
2886
|
+
vehicleName: string | undefined;
|
|
2887
|
+
/**
|
|
2888
|
+
* <p>The ARN of a vehicle model (model manifest) associated with the vehicle.</p>
|
|
2889
|
+
*/
|
|
2890
|
+
modelManifestArn?: string;
|
|
2891
|
+
/**
|
|
2892
|
+
* <p>The ARN of the decoder manifest associated with this vehicle.</p>
|
|
2893
|
+
*/
|
|
2894
|
+
decoderManifestArn?: string;
|
|
2895
|
+
/**
|
|
2896
|
+
* <p>Static information about a vehicle in a key-value pair. For example:</p>
|
|
2897
|
+
* <p>
|
|
2898
|
+
* <code>"engineType"</code> : <code>"1.3 L R2"</code>
|
|
2899
|
+
* </p>
|
|
2900
|
+
*/
|
|
2901
|
+
attributes?: Record<string, string>;
|
|
2902
|
+
/**
|
|
2903
|
+
* <p>The method the specified attributes will update the existing attributes on the
|
|
2904
|
+
* vehicle. Use<code>Overwite</code> to replace the vehicle attributes with the specified
|
|
2905
|
+
* attributes. Or use <code>Merge</code> to combine all attributes.</p>
|
|
2906
|
+
* <p>This is required if attributes are present in the input.</p>
|
|
2907
|
+
*/
|
|
2908
|
+
attributeUpdateMode?: UpdateMode | string;
|
|
2909
|
+
}
|
|
2910
|
+
export interface UpdateVehicleResponse {
|
|
2911
|
+
/**
|
|
2912
|
+
* <p>The ID of the updated vehicle.</p>
|
|
2913
|
+
*/
|
|
2914
|
+
vehicleName?: string;
|
|
2915
|
+
/**
|
|
2916
|
+
* <p>The ARN of the updated vehicle.</p>
|
|
2917
|
+
*/
|
|
2918
|
+
arn?: string;
|
|
2919
|
+
}
|
|
2920
|
+
/**
|
|
2921
|
+
* @internal
|
|
2922
|
+
*/
|
|
2923
|
+
export declare const ActuatorFilterSensitiveLog: (obj: Actuator) => any;
|
|
2924
|
+
/**
|
|
2925
|
+
* @internal
|
|
2926
|
+
*/
|
|
2927
|
+
export declare const AssociateVehicleFleetRequestFilterSensitiveLog: (obj: AssociateVehicleFleetRequest) => any;
|
|
2928
|
+
/**
|
|
2929
|
+
* @internal
|
|
2930
|
+
*/
|
|
2931
|
+
export declare const AssociateVehicleFleetResponseFilterSensitiveLog: (obj: AssociateVehicleFleetResponse) => any;
|
|
2932
|
+
/**
|
|
2933
|
+
* @internal
|
|
2934
|
+
*/
|
|
2935
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
2936
|
+
/**
|
|
2937
|
+
* @internal
|
|
2938
|
+
*/
|
|
2939
|
+
export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
|
|
2940
|
+
/**
|
|
2941
|
+
* @internal
|
|
2942
|
+
*/
|
|
2943
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2944
|
+
/**
|
|
2945
|
+
* @internal
|
|
2946
|
+
*/
|
|
2947
|
+
export declare const CreateVehicleRequestItemFilterSensitiveLog: (obj: CreateVehicleRequestItem) => any;
|
|
2948
|
+
/**
|
|
2949
|
+
* @internal
|
|
2950
|
+
*/
|
|
2951
|
+
export declare const BatchCreateVehicleRequestFilterSensitiveLog: (obj: BatchCreateVehicleRequest) => any;
|
|
2952
|
+
/**
|
|
2953
|
+
* @internal
|
|
2954
|
+
*/
|
|
2955
|
+
export declare const CreateVehicleErrorFilterSensitiveLog: (obj: CreateVehicleError) => any;
|
|
2956
|
+
/**
|
|
2957
|
+
* @internal
|
|
2958
|
+
*/
|
|
2959
|
+
export declare const CreateVehicleResponseItemFilterSensitiveLog: (obj: CreateVehicleResponseItem) => any;
|
|
2960
|
+
/**
|
|
2961
|
+
* @internal
|
|
2962
|
+
*/
|
|
2963
|
+
export declare const BatchCreateVehicleResponseFilterSensitiveLog: (obj: BatchCreateVehicleResponse) => any;
|
|
2964
|
+
/**
|
|
2965
|
+
* @internal
|
|
2966
|
+
*/
|
|
2967
|
+
export declare const UpdateVehicleRequestItemFilterSensitiveLog: (obj: UpdateVehicleRequestItem) => any;
|
|
2968
|
+
/**
|
|
2969
|
+
* @internal
|
|
2970
|
+
*/
|
|
2971
|
+
export declare const BatchUpdateVehicleRequestFilterSensitiveLog: (obj: BatchUpdateVehicleRequest) => any;
|
|
2972
|
+
/**
|
|
2973
|
+
* @internal
|
|
2974
|
+
*/
|
|
2975
|
+
export declare const UpdateVehicleErrorFilterSensitiveLog: (obj: UpdateVehicleError) => any;
|
|
2976
|
+
/**
|
|
2977
|
+
* @internal
|
|
2978
|
+
*/
|
|
2979
|
+
export declare const UpdateVehicleResponseItemFilterSensitiveLog: (obj: UpdateVehicleResponseItem) => any;
|
|
2980
|
+
/**
|
|
2981
|
+
* @internal
|
|
2982
|
+
*/
|
|
2983
|
+
export declare const BatchUpdateVehicleResponseFilterSensitiveLog: (obj: BatchUpdateVehicleResponse) => any;
|
|
2984
|
+
/**
|
|
2985
|
+
* @internal
|
|
2986
|
+
*/
|
|
2987
|
+
export declare const BranchFilterSensitiveLog: (obj: Branch) => any;
|
|
2988
|
+
/**
|
|
2989
|
+
* @internal
|
|
2990
|
+
*/
|
|
2991
|
+
export declare const ConditionBasedCollectionSchemeFilterSensitiveLog: (obj: ConditionBasedCollectionScheme) => any;
|
|
2992
|
+
/**
|
|
2993
|
+
* @internal
|
|
2994
|
+
*/
|
|
2995
|
+
export declare const TimeBasedCollectionSchemeFilterSensitiveLog: (obj: TimeBasedCollectionScheme) => any;
|
|
2996
|
+
/**
|
|
2997
|
+
* @internal
|
|
2998
|
+
*/
|
|
2999
|
+
export declare const CollectionSchemeFilterSensitiveLog: (obj: CollectionScheme) => any;
|
|
3000
|
+
/**
|
|
3001
|
+
* @internal
|
|
3002
|
+
*/
|
|
3003
|
+
export declare const SignalInformationFilterSensitiveLog: (obj: SignalInformation) => any;
|
|
3004
|
+
/**
|
|
3005
|
+
* @internal
|
|
3006
|
+
*/
|
|
3007
|
+
export declare const CreateCampaignRequestFilterSensitiveLog: (obj: CreateCampaignRequest) => any;
|
|
3008
|
+
/**
|
|
3009
|
+
* @internal
|
|
3010
|
+
*/
|
|
3011
|
+
export declare const CreateCampaignResponseFilterSensitiveLog: (obj: CreateCampaignResponse) => any;
|
|
3012
|
+
/**
|
|
3013
|
+
* @internal
|
|
3014
|
+
*/
|
|
3015
|
+
export declare const DeleteCampaignRequestFilterSensitiveLog: (obj: DeleteCampaignRequest) => any;
|
|
3016
|
+
/**
|
|
3017
|
+
* @internal
|
|
3018
|
+
*/
|
|
3019
|
+
export declare const DeleteCampaignResponseFilterSensitiveLog: (obj: DeleteCampaignResponse) => any;
|
|
3020
|
+
/**
|
|
3021
|
+
* @internal
|
|
3022
|
+
*/
|
|
3023
|
+
export declare const GetCampaignRequestFilterSensitiveLog: (obj: GetCampaignRequest) => any;
|
|
3024
|
+
/**
|
|
3025
|
+
* @internal
|
|
3026
|
+
*/
|
|
3027
|
+
export declare const GetCampaignResponseFilterSensitiveLog: (obj: GetCampaignResponse) => any;
|
|
3028
|
+
/**
|
|
3029
|
+
* @internal
|
|
3030
|
+
*/
|
|
3031
|
+
export declare const ListCampaignsRequestFilterSensitiveLog: (obj: ListCampaignsRequest) => any;
|
|
3032
|
+
/**
|
|
3033
|
+
* @internal
|
|
3034
|
+
*/
|
|
3035
|
+
export declare const CampaignSummaryFilterSensitiveLog: (obj: CampaignSummary) => any;
|
|
3036
|
+
/**
|
|
3037
|
+
* @internal
|
|
3038
|
+
*/
|
|
3039
|
+
export declare const ListCampaignsResponseFilterSensitiveLog: (obj: ListCampaignsResponse) => any;
|
|
3040
|
+
/**
|
|
3041
|
+
* @internal
|
|
3042
|
+
*/
|
|
3043
|
+
export declare const UpdateCampaignRequestFilterSensitiveLog: (obj: UpdateCampaignRequest) => any;
|
|
3044
|
+
/**
|
|
3045
|
+
* @internal
|
|
3046
|
+
*/
|
|
3047
|
+
export declare const UpdateCampaignResponseFilterSensitiveLog: (obj: UpdateCampaignResponse) => any;
|
|
3048
|
+
/**
|
|
3049
|
+
* @internal
|
|
3050
|
+
*/
|
|
3051
|
+
export declare const CanDbcDefinitionFilterSensitiveLog: (obj: CanDbcDefinition) => any;
|
|
3052
|
+
/**
|
|
3053
|
+
* @internal
|
|
3054
|
+
*/
|
|
3055
|
+
export declare const CanInterfaceFilterSensitiveLog: (obj: CanInterface) => any;
|
|
3056
|
+
/**
|
|
3057
|
+
* @internal
|
|
3058
|
+
*/
|
|
3059
|
+
export declare const CanSignalFilterSensitiveLog: (obj: CanSignal) => any;
|
|
3060
|
+
/**
|
|
3061
|
+
* @internal
|
|
3062
|
+
*/
|
|
3063
|
+
export declare const CloudWatchLogDeliveryOptionsFilterSensitiveLog: (obj: CloudWatchLogDeliveryOptions) => any;
|
|
3064
|
+
/**
|
|
3065
|
+
* @internal
|
|
3066
|
+
*/
|
|
3067
|
+
export declare const ObdInterfaceFilterSensitiveLog: (obj: ObdInterface) => any;
|
|
3068
|
+
/**
|
|
3069
|
+
* @internal
|
|
3070
|
+
*/
|
|
3071
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
3072
|
+
/**
|
|
3073
|
+
* @internal
|
|
3074
|
+
*/
|
|
3075
|
+
export declare const ObdSignalFilterSensitiveLog: (obj: ObdSignal) => any;
|
|
3076
|
+
/**
|
|
3077
|
+
* @internal
|
|
3078
|
+
*/
|
|
3079
|
+
export declare const SignalDecoderFilterSensitiveLog: (obj: SignalDecoder) => any;
|
|
3080
|
+
/**
|
|
3081
|
+
* @internal
|
|
3082
|
+
*/
|
|
3083
|
+
export declare const CreateDecoderManifestRequestFilterSensitiveLog: (obj: CreateDecoderManifestRequest) => any;
|
|
3084
|
+
/**
|
|
3085
|
+
* @internal
|
|
3086
|
+
*/
|
|
3087
|
+
export declare const CreateDecoderManifestResponseFilterSensitiveLog: (obj: CreateDecoderManifestResponse) => any;
|
|
3088
|
+
/**
|
|
3089
|
+
* @internal
|
|
3090
|
+
*/
|
|
3091
|
+
export declare const InvalidNetworkInterfaceFilterSensitiveLog: (obj: InvalidNetworkInterface) => any;
|
|
3092
|
+
/**
|
|
3093
|
+
* @internal
|
|
3094
|
+
*/
|
|
3095
|
+
export declare const InvalidSignalDecoderFilterSensitiveLog: (obj: InvalidSignalDecoder) => any;
|
|
3096
|
+
/**
|
|
3097
|
+
* @internal
|
|
3098
|
+
*/
|
|
3099
|
+
export declare const CreateFleetRequestFilterSensitiveLog: (obj: CreateFleetRequest) => any;
|
|
3100
|
+
/**
|
|
3101
|
+
* @internal
|
|
3102
|
+
*/
|
|
3103
|
+
export declare const CreateFleetResponseFilterSensitiveLog: (obj: CreateFleetResponse) => any;
|
|
3104
|
+
/**
|
|
3105
|
+
* @internal
|
|
3106
|
+
*/
|
|
3107
|
+
export declare const CreateModelManifestRequestFilterSensitiveLog: (obj: CreateModelManifestRequest) => any;
|
|
3108
|
+
/**
|
|
3109
|
+
* @internal
|
|
3110
|
+
*/
|
|
3111
|
+
export declare const CreateModelManifestResponseFilterSensitiveLog: (obj: CreateModelManifestResponse) => any;
|
|
3112
|
+
/**
|
|
3113
|
+
* @internal
|
|
3114
|
+
*/
|
|
3115
|
+
export declare const InvalidSignalFilterSensitiveLog: (obj: InvalidSignal) => any;
|
|
3116
|
+
/**
|
|
3117
|
+
* @internal
|
|
3118
|
+
*/
|
|
3119
|
+
export declare const SensorFilterSensitiveLog: (obj: Sensor) => any;
|
|
3120
|
+
/**
|
|
3121
|
+
* @internal
|
|
3122
|
+
*/
|
|
3123
|
+
export declare const NodeFilterSensitiveLog: (obj: Node) => any;
|
|
3124
|
+
/**
|
|
3125
|
+
* @internal
|
|
3126
|
+
*/
|
|
3127
|
+
export declare const CreateSignalCatalogRequestFilterSensitiveLog: (obj: CreateSignalCatalogRequest) => any;
|
|
3128
|
+
/**
|
|
3129
|
+
* @internal
|
|
3130
|
+
*/
|
|
3131
|
+
export declare const CreateSignalCatalogResponseFilterSensitiveLog: (obj: CreateSignalCatalogResponse) => any;
|
|
3132
|
+
/**
|
|
3133
|
+
* @internal
|
|
3134
|
+
*/
|
|
3135
|
+
export declare const CreateVehicleRequestFilterSensitiveLog: (obj: CreateVehicleRequest) => any;
|
|
3136
|
+
/**
|
|
3137
|
+
* @internal
|
|
3138
|
+
*/
|
|
3139
|
+
export declare const CreateVehicleResponseFilterSensitiveLog: (obj: CreateVehicleResponse) => any;
|
|
3140
|
+
/**
|
|
3141
|
+
* @internal
|
|
3142
|
+
*/
|
|
3143
|
+
export declare const DeleteDecoderManifestRequestFilterSensitiveLog: (obj: DeleteDecoderManifestRequest) => any;
|
|
3144
|
+
/**
|
|
3145
|
+
* @internal
|
|
3146
|
+
*/
|
|
3147
|
+
export declare const DeleteDecoderManifestResponseFilterSensitiveLog: (obj: DeleteDecoderManifestResponse) => any;
|
|
3148
|
+
/**
|
|
3149
|
+
* @internal
|
|
3150
|
+
*/
|
|
3151
|
+
export declare const GetDecoderManifestRequestFilterSensitiveLog: (obj: GetDecoderManifestRequest) => any;
|
|
3152
|
+
/**
|
|
3153
|
+
* @internal
|
|
3154
|
+
*/
|
|
3155
|
+
export declare const GetDecoderManifestResponseFilterSensitiveLog: (obj: GetDecoderManifestResponse) => any;
|
|
3156
|
+
/**
|
|
3157
|
+
* @internal
|
|
3158
|
+
*/
|
|
3159
|
+
export declare const NetworkFileDefinitionFilterSensitiveLog: (obj: NetworkFileDefinition) => any;
|
|
3160
|
+
/**
|
|
3161
|
+
* @internal
|
|
3162
|
+
*/
|
|
3163
|
+
export declare const ImportDecoderManifestRequestFilterSensitiveLog: (obj: ImportDecoderManifestRequest) => any;
|
|
3164
|
+
/**
|
|
3165
|
+
* @internal
|
|
3166
|
+
*/
|
|
3167
|
+
export declare const ImportDecoderManifestResponseFilterSensitiveLog: (obj: ImportDecoderManifestResponse) => any;
|
|
3168
|
+
/**
|
|
3169
|
+
* @internal
|
|
3170
|
+
*/
|
|
3171
|
+
export declare const ListDecoderManifestNetworkInterfacesRequestFilterSensitiveLog: (obj: ListDecoderManifestNetworkInterfacesRequest) => any;
|
|
3172
|
+
/**
|
|
3173
|
+
* @internal
|
|
3174
|
+
*/
|
|
3175
|
+
export declare const ListDecoderManifestNetworkInterfacesResponseFilterSensitiveLog: (obj: ListDecoderManifestNetworkInterfacesResponse) => any;
|
|
3176
|
+
/**
|
|
3177
|
+
* @internal
|
|
3178
|
+
*/
|
|
3179
|
+
export declare const ListDecoderManifestsRequestFilterSensitiveLog: (obj: ListDecoderManifestsRequest) => any;
|
|
3180
|
+
/**
|
|
3181
|
+
* @internal
|
|
3182
|
+
*/
|
|
3183
|
+
export declare const DecoderManifestSummaryFilterSensitiveLog: (obj: DecoderManifestSummary) => any;
|
|
3184
|
+
/**
|
|
3185
|
+
* @internal
|
|
3186
|
+
*/
|
|
3187
|
+
export declare const ListDecoderManifestsResponseFilterSensitiveLog: (obj: ListDecoderManifestsResponse) => any;
|
|
3188
|
+
/**
|
|
3189
|
+
* @internal
|
|
3190
|
+
*/
|
|
3191
|
+
export declare const ListDecoderManifestSignalsRequestFilterSensitiveLog: (obj: ListDecoderManifestSignalsRequest) => any;
|
|
3192
|
+
/**
|
|
3193
|
+
* @internal
|
|
3194
|
+
*/
|
|
3195
|
+
export declare const ListDecoderManifestSignalsResponseFilterSensitiveLog: (obj: ListDecoderManifestSignalsResponse) => any;
|
|
3196
|
+
/**
|
|
3197
|
+
* @internal
|
|
3198
|
+
*/
|
|
3199
|
+
export declare const UpdateDecoderManifestRequestFilterSensitiveLog: (obj: UpdateDecoderManifestRequest) => any;
|
|
3200
|
+
/**
|
|
3201
|
+
* @internal
|
|
3202
|
+
*/
|
|
3203
|
+
export declare const UpdateDecoderManifestResponseFilterSensitiveLog: (obj: UpdateDecoderManifestResponse) => any;
|
|
3204
|
+
/**
|
|
3205
|
+
* @internal
|
|
3206
|
+
*/
|
|
3207
|
+
export declare const DeleteFleetRequestFilterSensitiveLog: (obj: DeleteFleetRequest) => any;
|
|
3208
|
+
/**
|
|
3209
|
+
* @internal
|
|
3210
|
+
*/
|
|
3211
|
+
export declare const DeleteFleetResponseFilterSensitiveLog: (obj: DeleteFleetResponse) => any;
|
|
3212
|
+
/**
|
|
3213
|
+
* @internal
|
|
3214
|
+
*/
|
|
3215
|
+
export declare const DeleteModelManifestRequestFilterSensitiveLog: (obj: DeleteModelManifestRequest) => any;
|
|
3216
|
+
/**
|
|
3217
|
+
* @internal
|
|
3218
|
+
*/
|
|
3219
|
+
export declare const DeleteModelManifestResponseFilterSensitiveLog: (obj: DeleteModelManifestResponse) => any;
|
|
3220
|
+
/**
|
|
3221
|
+
* @internal
|
|
3222
|
+
*/
|
|
3223
|
+
export declare const DeleteSignalCatalogRequestFilterSensitiveLog: (obj: DeleteSignalCatalogRequest) => any;
|
|
3224
|
+
/**
|
|
3225
|
+
* @internal
|
|
3226
|
+
*/
|
|
3227
|
+
export declare const DeleteSignalCatalogResponseFilterSensitiveLog: (obj: DeleteSignalCatalogResponse) => any;
|
|
3228
|
+
/**
|
|
3229
|
+
* @internal
|
|
3230
|
+
*/
|
|
3231
|
+
export declare const DeleteVehicleRequestFilterSensitiveLog: (obj: DeleteVehicleRequest) => any;
|
|
3232
|
+
/**
|
|
3233
|
+
* @internal
|
|
3234
|
+
*/
|
|
3235
|
+
export declare const DeleteVehicleResponseFilterSensitiveLog: (obj: DeleteVehicleResponse) => any;
|
|
3236
|
+
/**
|
|
3237
|
+
* @internal
|
|
3238
|
+
*/
|
|
3239
|
+
export declare const DisassociateVehicleFleetRequestFilterSensitiveLog: (obj: DisassociateVehicleFleetRequest) => any;
|
|
3240
|
+
/**
|
|
3241
|
+
* @internal
|
|
3242
|
+
*/
|
|
3243
|
+
export declare const DisassociateVehicleFleetResponseFilterSensitiveLog: (obj: DisassociateVehicleFleetResponse) => any;
|
|
3244
|
+
/**
|
|
3245
|
+
* @internal
|
|
3246
|
+
*/
|
|
3247
|
+
export declare const ListFleetsForVehicleRequestFilterSensitiveLog: (obj: ListFleetsForVehicleRequest) => any;
|
|
3248
|
+
/**
|
|
3249
|
+
* @internal
|
|
3250
|
+
*/
|
|
3251
|
+
export declare const ListFleetsForVehicleResponseFilterSensitiveLog: (obj: ListFleetsForVehicleResponse) => any;
|
|
3252
|
+
/**
|
|
3253
|
+
* @internal
|
|
3254
|
+
*/
|
|
3255
|
+
export declare const GetFleetRequestFilterSensitiveLog: (obj: GetFleetRequest) => any;
|
|
3256
|
+
/**
|
|
3257
|
+
* @internal
|
|
3258
|
+
*/
|
|
3259
|
+
export declare const GetFleetResponseFilterSensitiveLog: (obj: GetFleetResponse) => any;
|
|
3260
|
+
/**
|
|
3261
|
+
* @internal
|
|
3262
|
+
*/
|
|
3263
|
+
export declare const ListFleetsRequestFilterSensitiveLog: (obj: ListFleetsRequest) => any;
|
|
3264
|
+
/**
|
|
3265
|
+
* @internal
|
|
3266
|
+
*/
|
|
3267
|
+
export declare const FleetSummaryFilterSensitiveLog: (obj: FleetSummary) => any;
|
|
3268
|
+
/**
|
|
3269
|
+
* @internal
|
|
3270
|
+
*/
|
|
3271
|
+
export declare const ListFleetsResponseFilterSensitiveLog: (obj: ListFleetsResponse) => any;
|
|
3272
|
+
/**
|
|
3273
|
+
* @internal
|
|
3274
|
+
*/
|
|
3275
|
+
export declare const UpdateFleetRequestFilterSensitiveLog: (obj: UpdateFleetRequest) => any;
|
|
3276
|
+
/**
|
|
3277
|
+
* @internal
|
|
3278
|
+
*/
|
|
3279
|
+
export declare const UpdateFleetResponseFilterSensitiveLog: (obj: UpdateFleetResponse) => any;
|
|
3280
|
+
/**
|
|
3281
|
+
* @internal
|
|
3282
|
+
*/
|
|
3283
|
+
export declare const ListVehiclesInFleetRequestFilterSensitiveLog: (obj: ListVehiclesInFleetRequest) => any;
|
|
3284
|
+
/**
|
|
3285
|
+
* @internal
|
|
3286
|
+
*/
|
|
3287
|
+
export declare const ListVehiclesInFleetResponseFilterSensitiveLog: (obj: ListVehiclesInFleetResponse) => any;
|
|
3288
|
+
/**
|
|
3289
|
+
* @internal
|
|
3290
|
+
*/
|
|
3291
|
+
export declare const FormattedVssFilterSensitiveLog: (obj: FormattedVss) => any;
|
|
3292
|
+
/**
|
|
3293
|
+
* @internal
|
|
3294
|
+
*/
|
|
3295
|
+
export declare const GetLoggingOptionsRequestFilterSensitiveLog: (obj: GetLoggingOptionsRequest) => any;
|
|
3296
|
+
/**
|
|
3297
|
+
* @internal
|
|
3298
|
+
*/
|
|
3299
|
+
export declare const GetLoggingOptionsResponseFilterSensitiveLog: (obj: GetLoggingOptionsResponse) => any;
|
|
3300
|
+
/**
|
|
3301
|
+
* @internal
|
|
3302
|
+
*/
|
|
3303
|
+
export declare const GetModelManifestRequestFilterSensitiveLog: (obj: GetModelManifestRequest) => any;
|
|
3304
|
+
/**
|
|
3305
|
+
* @internal
|
|
3306
|
+
*/
|
|
3307
|
+
export declare const GetModelManifestResponseFilterSensitiveLog: (obj: GetModelManifestResponse) => any;
|
|
3308
|
+
/**
|
|
3309
|
+
* @internal
|
|
3310
|
+
*/
|
|
3311
|
+
export declare const GetRegisterAccountStatusRequestFilterSensitiveLog: (obj: GetRegisterAccountStatusRequest) => any;
|
|
3312
|
+
/**
|
|
3313
|
+
* @internal
|
|
3314
|
+
*/
|
|
3315
|
+
export declare const IamRegistrationResponseFilterSensitiveLog: (obj: IamRegistrationResponse) => any;
|
|
3316
|
+
/**
|
|
3317
|
+
* @internal
|
|
3318
|
+
*/
|
|
3319
|
+
export declare const TimestreamRegistrationResponseFilterSensitiveLog: (obj: TimestreamRegistrationResponse) => any;
|
|
3320
|
+
/**
|
|
3321
|
+
* @internal
|
|
3322
|
+
*/
|
|
3323
|
+
export declare const GetRegisterAccountStatusResponseFilterSensitiveLog: (obj: GetRegisterAccountStatusResponse) => any;
|
|
3324
|
+
/**
|
|
3325
|
+
* @internal
|
|
3326
|
+
*/
|
|
3327
|
+
export declare const GetSignalCatalogRequestFilterSensitiveLog: (obj: GetSignalCatalogRequest) => any;
|
|
3328
|
+
/**
|
|
3329
|
+
* @internal
|
|
3330
|
+
*/
|
|
3331
|
+
export declare const NodeCountsFilterSensitiveLog: (obj: NodeCounts) => any;
|
|
3332
|
+
/**
|
|
3333
|
+
* @internal
|
|
3334
|
+
*/
|
|
3335
|
+
export declare const GetSignalCatalogResponseFilterSensitiveLog: (obj: GetSignalCatalogResponse) => any;
|
|
3336
|
+
/**
|
|
3337
|
+
* @internal
|
|
3338
|
+
*/
|
|
3339
|
+
export declare const GetVehicleRequestFilterSensitiveLog: (obj: GetVehicleRequest) => any;
|
|
3340
|
+
/**
|
|
3341
|
+
* @internal
|
|
3342
|
+
*/
|
|
3343
|
+
export declare const GetVehicleResponseFilterSensitiveLog: (obj: GetVehicleResponse) => any;
|
|
3344
|
+
/**
|
|
3345
|
+
* @internal
|
|
3346
|
+
*/
|
|
3347
|
+
export declare const GetVehicleStatusRequestFilterSensitiveLog: (obj: GetVehicleStatusRequest) => any;
|
|
3348
|
+
/**
|
|
3349
|
+
* @internal
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const VehicleStatusFilterSensitiveLog: (obj: VehicleStatus) => any;
|
|
3352
|
+
/**
|
|
3353
|
+
* @internal
|
|
3354
|
+
*/
|
|
3355
|
+
export declare const GetVehicleStatusResponseFilterSensitiveLog: (obj: GetVehicleStatusResponse) => any;
|
|
3356
|
+
/**
|
|
3357
|
+
* @internal
|
|
3358
|
+
*/
|
|
3359
|
+
export declare const IamResourcesFilterSensitiveLog: (obj: IamResources) => any;
|
|
3360
|
+
/**
|
|
3361
|
+
* @internal
|
|
3362
|
+
*/
|
|
3363
|
+
export declare const ImportSignalCatalogRequestFilterSensitiveLog: (obj: ImportSignalCatalogRequest) => any;
|
|
3364
|
+
/**
|
|
3365
|
+
* @internal
|
|
3366
|
+
*/
|
|
3367
|
+
export declare const ImportSignalCatalogResponseFilterSensitiveLog: (obj: ImportSignalCatalogResponse) => any;
|
|
3368
|
+
/**
|
|
3369
|
+
* @internal
|
|
3370
|
+
*/
|
|
3371
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3372
|
+
/**
|
|
3373
|
+
* @internal
|
|
3374
|
+
*/
|
|
3375
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3376
|
+
/**
|
|
3377
|
+
* @internal
|
|
3378
|
+
*/
|
|
3379
|
+
export declare const ListModelManifestNodesRequestFilterSensitiveLog: (obj: ListModelManifestNodesRequest) => any;
|
|
3380
|
+
/**
|
|
3381
|
+
* @internal
|
|
3382
|
+
*/
|
|
3383
|
+
export declare const ListModelManifestNodesResponseFilterSensitiveLog: (obj: ListModelManifestNodesResponse) => any;
|
|
3384
|
+
/**
|
|
3385
|
+
* @internal
|
|
3386
|
+
*/
|
|
3387
|
+
export declare const ListModelManifestsRequestFilterSensitiveLog: (obj: ListModelManifestsRequest) => any;
|
|
3388
|
+
/**
|
|
3389
|
+
* @internal
|
|
3390
|
+
*/
|
|
3391
|
+
export declare const ModelManifestSummaryFilterSensitiveLog: (obj: ModelManifestSummary) => any;
|
|
3392
|
+
/**
|
|
3393
|
+
* @internal
|
|
3394
|
+
*/
|
|
3395
|
+
export declare const ListModelManifestsResponseFilterSensitiveLog: (obj: ListModelManifestsResponse) => any;
|
|
3396
|
+
/**
|
|
3397
|
+
* @internal
|
|
3398
|
+
*/
|
|
3399
|
+
export declare const UpdateModelManifestRequestFilterSensitiveLog: (obj: UpdateModelManifestRequest) => any;
|
|
3400
|
+
/**
|
|
3401
|
+
* @internal
|
|
3402
|
+
*/
|
|
3403
|
+
export declare const UpdateModelManifestResponseFilterSensitiveLog: (obj: UpdateModelManifestResponse) => any;
|
|
3404
|
+
/**
|
|
3405
|
+
* @internal
|
|
3406
|
+
*/
|
|
3407
|
+
export declare const PutLoggingOptionsRequestFilterSensitiveLog: (obj: PutLoggingOptionsRequest) => any;
|
|
3408
|
+
/**
|
|
3409
|
+
* @internal
|
|
3410
|
+
*/
|
|
3411
|
+
export declare const PutLoggingOptionsResponseFilterSensitiveLog: (obj: PutLoggingOptionsResponse) => any;
|
|
3412
|
+
/**
|
|
3413
|
+
* @internal
|
|
3414
|
+
*/
|
|
3415
|
+
export declare const TimestreamResourcesFilterSensitiveLog: (obj: TimestreamResources) => any;
|
|
3416
|
+
/**
|
|
3417
|
+
* @internal
|
|
3418
|
+
*/
|
|
3419
|
+
export declare const RegisterAccountRequestFilterSensitiveLog: (obj: RegisterAccountRequest) => any;
|
|
3420
|
+
/**
|
|
3421
|
+
* @internal
|
|
3422
|
+
*/
|
|
3423
|
+
export declare const RegisterAccountResponseFilterSensitiveLog: (obj: RegisterAccountResponse) => any;
|
|
3424
|
+
/**
|
|
3425
|
+
* @internal
|
|
3426
|
+
*/
|
|
3427
|
+
export declare const ListSignalCatalogNodesRequestFilterSensitiveLog: (obj: ListSignalCatalogNodesRequest) => any;
|
|
3428
|
+
/**
|
|
3429
|
+
* @internal
|
|
3430
|
+
*/
|
|
3431
|
+
export declare const ListSignalCatalogNodesResponseFilterSensitiveLog: (obj: ListSignalCatalogNodesResponse) => any;
|
|
3432
|
+
/**
|
|
3433
|
+
* @internal
|
|
3434
|
+
*/
|
|
3435
|
+
export declare const ListSignalCatalogsRequestFilterSensitiveLog: (obj: ListSignalCatalogsRequest) => any;
|
|
3436
|
+
/**
|
|
3437
|
+
* @internal
|
|
3438
|
+
*/
|
|
3439
|
+
export declare const SignalCatalogSummaryFilterSensitiveLog: (obj: SignalCatalogSummary) => any;
|
|
3440
|
+
/**
|
|
3441
|
+
* @internal
|
|
3442
|
+
*/
|
|
3443
|
+
export declare const ListSignalCatalogsResponseFilterSensitiveLog: (obj: ListSignalCatalogsResponse) => any;
|
|
3444
|
+
/**
|
|
3445
|
+
* @internal
|
|
3446
|
+
*/
|
|
3447
|
+
export declare const UpdateSignalCatalogRequestFilterSensitiveLog: (obj: UpdateSignalCatalogRequest) => any;
|
|
3448
|
+
/**
|
|
3449
|
+
* @internal
|
|
3450
|
+
*/
|
|
3451
|
+
export declare const UpdateSignalCatalogResponseFilterSensitiveLog: (obj: UpdateSignalCatalogResponse) => any;
|
|
3452
|
+
/**
|
|
3453
|
+
* @internal
|
|
3454
|
+
*/
|
|
3455
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3456
|
+
/**
|
|
3457
|
+
* @internal
|
|
3458
|
+
*/
|
|
3459
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3460
|
+
/**
|
|
3461
|
+
* @internal
|
|
3462
|
+
*/
|
|
3463
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3464
|
+
/**
|
|
3465
|
+
* @internal
|
|
3466
|
+
*/
|
|
3467
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3468
|
+
/**
|
|
3469
|
+
* @internal
|
|
3470
|
+
*/
|
|
3471
|
+
export declare const ListVehiclesRequestFilterSensitiveLog: (obj: ListVehiclesRequest) => any;
|
|
3472
|
+
/**
|
|
3473
|
+
* @internal
|
|
3474
|
+
*/
|
|
3475
|
+
export declare const VehicleSummaryFilterSensitiveLog: (obj: VehicleSummary) => any;
|
|
3476
|
+
/**
|
|
3477
|
+
* @internal
|
|
3478
|
+
*/
|
|
3479
|
+
export declare const ListVehiclesResponseFilterSensitiveLog: (obj: ListVehiclesResponse) => any;
|
|
3480
|
+
/**
|
|
3481
|
+
* @internal
|
|
3482
|
+
*/
|
|
3483
|
+
export declare const UpdateVehicleRequestFilterSensitiveLog: (obj: UpdateVehicleRequest) => any;
|
|
3484
|
+
/**
|
|
3485
|
+
* @internal
|
|
3486
|
+
*/
|
|
3487
|
+
export declare const UpdateVehicleResponseFilterSensitiveLog: (obj: UpdateVehicleResponse) => any;
|