@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,1431 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTFleetWiseServiceException as __BaseException } from "./IoTFleetWiseServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare enum NodeDataType {
|
|
11
|
+
BOOLEAN = "BOOLEAN",
|
|
12
|
+
BOOLEAN_ARRAY = "BOOLEAN_ARRAY",
|
|
13
|
+
DOUBLE = "DOUBLE",
|
|
14
|
+
DOUBLE_ARRAY = "DOUBLE_ARRAY",
|
|
15
|
+
FLOAT = "FLOAT",
|
|
16
|
+
FLOAT_ARRAY = "FLOAT_ARRAY",
|
|
17
|
+
INT16 = "INT16",
|
|
18
|
+
INT16_ARRAY = "INT16_ARRAY",
|
|
19
|
+
INT32 = "INT32",
|
|
20
|
+
INT32_ARRAY = "INT32_ARRAY",
|
|
21
|
+
INT64 = "INT64",
|
|
22
|
+
INT64_ARRAY = "INT64_ARRAY",
|
|
23
|
+
INT8 = "INT8",
|
|
24
|
+
INT8_ARRAY = "INT8_ARRAY",
|
|
25
|
+
STRING = "STRING",
|
|
26
|
+
STRING_ARRAY = "STRING_ARRAY",
|
|
27
|
+
UINT16 = "UINT16",
|
|
28
|
+
UINT16_ARRAY = "UINT16_ARRAY",
|
|
29
|
+
UINT32 = "UINT32",
|
|
30
|
+
UINT32_ARRAY = "UINT32_ARRAY",
|
|
31
|
+
UINT64 = "UINT64",
|
|
32
|
+
UINT64_ARRAY = "UINT64_ARRAY",
|
|
33
|
+
UINT8 = "UINT8",
|
|
34
|
+
UINT8_ARRAY = "UINT8_ARRAY",
|
|
35
|
+
UNIX_TIMESTAMP = "UNIX_TIMESTAMP",
|
|
36
|
+
UNIX_TIMESTAMP_ARRAY = "UNIX_TIMESTAMP_ARRAY",
|
|
37
|
+
UNKNOWN = "UNKNOWN",
|
|
38
|
+
}
|
|
39
|
+
export interface Actuator {
|
|
40
|
+
fullyQualifiedName: string | undefined;
|
|
41
|
+
dataType: NodeDataType | string | undefined;
|
|
42
|
+
description?: string;
|
|
43
|
+
unit?: string;
|
|
44
|
+
allowedValues?: string[];
|
|
45
|
+
min?: number;
|
|
46
|
+
max?: number;
|
|
47
|
+
assignedValue?: string;
|
|
48
|
+
}
|
|
49
|
+
export interface AssociateVehicleFleetRequest {
|
|
50
|
+
vehicleName: string | undefined;
|
|
51
|
+
fleetId: string | undefined;
|
|
52
|
+
}
|
|
53
|
+
export interface AssociateVehicleFleetResponse {}
|
|
54
|
+
export declare class InternalServerException extends __BaseException {
|
|
55
|
+
readonly name: "InternalServerException";
|
|
56
|
+
readonly $fault: "server";
|
|
57
|
+
retryAfterSeconds?: number;
|
|
58
|
+
constructor(
|
|
59
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
63
|
+
readonly name: "ResourceNotFoundException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
resourceId: string | undefined;
|
|
66
|
+
resourceType: string | undefined;
|
|
67
|
+
constructor(
|
|
68
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
export declare class ThrottlingException extends __BaseException {
|
|
72
|
+
readonly name: "ThrottlingException";
|
|
73
|
+
readonly $fault: "client";
|
|
74
|
+
quotaCode?: string;
|
|
75
|
+
serviceCode?: string;
|
|
76
|
+
retryAfterSeconds?: number;
|
|
77
|
+
constructor(
|
|
78
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
export interface ValidationExceptionField {
|
|
82
|
+
name: string | undefined;
|
|
83
|
+
message: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export declare enum ValidationExceptionReason {
|
|
86
|
+
CANNOT_PARSE = "cannotParse",
|
|
87
|
+
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
88
|
+
OTHER = "other",
|
|
89
|
+
UNKNOWN_OPERATION = "unknownOperation",
|
|
90
|
+
}
|
|
91
|
+
export declare class ValidationException extends __BaseException {
|
|
92
|
+
readonly name: "ValidationException";
|
|
93
|
+
readonly $fault: "client";
|
|
94
|
+
reason?: ValidationExceptionReason | string;
|
|
95
|
+
fieldList?: ValidationExceptionField[];
|
|
96
|
+
constructor(
|
|
97
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
98
|
+
);
|
|
99
|
+
}
|
|
100
|
+
export interface Attribute {
|
|
101
|
+
fullyQualifiedName: string | undefined;
|
|
102
|
+
dataType: NodeDataType | string | undefined;
|
|
103
|
+
description?: string;
|
|
104
|
+
unit?: string;
|
|
105
|
+
allowedValues?: string[];
|
|
106
|
+
min?: number;
|
|
107
|
+
max?: number;
|
|
108
|
+
assignedValue?: string;
|
|
109
|
+
defaultValue?: string;
|
|
110
|
+
}
|
|
111
|
+
export declare enum VehicleAssociationBehavior {
|
|
112
|
+
CREATE_IOT_THING = "CreateIotThing",
|
|
113
|
+
VALIDATE_IOT_THING_EXISTS = "ValidateIotThingExists",
|
|
114
|
+
}
|
|
115
|
+
export interface Tag {
|
|
116
|
+
Key: string | undefined;
|
|
117
|
+
Value: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface CreateVehicleRequestItem {
|
|
120
|
+
vehicleName: string | undefined;
|
|
121
|
+
modelManifestArn: string | undefined;
|
|
122
|
+
decoderManifestArn: string | undefined;
|
|
123
|
+
attributes?: Record<string, string>;
|
|
124
|
+
associationBehavior?: VehicleAssociationBehavior | string;
|
|
125
|
+
tags?: Tag[];
|
|
126
|
+
}
|
|
127
|
+
export interface BatchCreateVehicleRequest {
|
|
128
|
+
vehicles: CreateVehicleRequestItem[] | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface CreateVehicleError {
|
|
131
|
+
vehicleName?: string;
|
|
132
|
+
code?: string;
|
|
133
|
+
message?: string;
|
|
134
|
+
}
|
|
135
|
+
export interface CreateVehicleResponseItem {
|
|
136
|
+
vehicleName?: string;
|
|
137
|
+
arn?: string;
|
|
138
|
+
thingArn?: string;
|
|
139
|
+
}
|
|
140
|
+
export interface BatchCreateVehicleResponse {
|
|
141
|
+
vehicles?: CreateVehicleResponseItem[];
|
|
142
|
+
errors?: CreateVehicleError[];
|
|
143
|
+
}
|
|
144
|
+
export declare class LimitExceededException extends __BaseException {
|
|
145
|
+
readonly name: "LimitExceededException";
|
|
146
|
+
readonly $fault: "client";
|
|
147
|
+
resourceId: string | undefined;
|
|
148
|
+
resourceType: string | undefined;
|
|
149
|
+
constructor(
|
|
150
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
151
|
+
);
|
|
152
|
+
}
|
|
153
|
+
export declare enum UpdateMode {
|
|
154
|
+
MERGE = "Merge",
|
|
155
|
+
OVERWRITE = "Overwrite",
|
|
156
|
+
}
|
|
157
|
+
export interface UpdateVehicleRequestItem {
|
|
158
|
+
vehicleName: string | undefined;
|
|
159
|
+
modelManifestArn?: string;
|
|
160
|
+
decoderManifestArn?: string;
|
|
161
|
+
attributes?: Record<string, string>;
|
|
162
|
+
attributeUpdateMode?: UpdateMode | string;
|
|
163
|
+
}
|
|
164
|
+
export interface BatchUpdateVehicleRequest {
|
|
165
|
+
vehicles: UpdateVehicleRequestItem[] | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface UpdateVehicleError {
|
|
168
|
+
vehicleName?: string;
|
|
169
|
+
code?: number;
|
|
170
|
+
message?: string;
|
|
171
|
+
}
|
|
172
|
+
export interface UpdateVehicleResponseItem {
|
|
173
|
+
vehicleName?: string;
|
|
174
|
+
arn?: string;
|
|
175
|
+
}
|
|
176
|
+
export interface BatchUpdateVehicleResponse {
|
|
177
|
+
vehicles?: UpdateVehicleResponseItem[];
|
|
178
|
+
errors?: UpdateVehicleError[];
|
|
179
|
+
}
|
|
180
|
+
export interface Branch {
|
|
181
|
+
fullyQualifiedName: string | undefined;
|
|
182
|
+
description?: string;
|
|
183
|
+
}
|
|
184
|
+
export declare class ConflictException extends __BaseException {
|
|
185
|
+
readonly name: "ConflictException";
|
|
186
|
+
readonly $fault: "client";
|
|
187
|
+
resource: string | undefined;
|
|
188
|
+
resourceType: string | undefined;
|
|
189
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
190
|
+
}
|
|
191
|
+
export declare enum TriggerMode {
|
|
192
|
+
ALWAYS = "ALWAYS",
|
|
193
|
+
RISING_EDGE = "RISING_EDGE",
|
|
194
|
+
}
|
|
195
|
+
export interface ConditionBasedCollectionScheme {
|
|
196
|
+
expression: string | undefined;
|
|
197
|
+
minimumTriggerIntervalMs?: number;
|
|
198
|
+
triggerMode?: TriggerMode | string;
|
|
199
|
+
conditionLanguageVersion?: number;
|
|
200
|
+
}
|
|
201
|
+
export interface TimeBasedCollectionScheme {
|
|
202
|
+
periodMs: number | undefined;
|
|
203
|
+
}
|
|
204
|
+
export declare type CollectionScheme =
|
|
205
|
+
| CollectionScheme.ConditionBasedCollectionSchemeMember
|
|
206
|
+
| CollectionScheme.TimeBasedCollectionSchemeMember
|
|
207
|
+
| CollectionScheme.$UnknownMember;
|
|
208
|
+
export declare namespace CollectionScheme {
|
|
209
|
+
interface TimeBasedCollectionSchemeMember {
|
|
210
|
+
timeBasedCollectionScheme: TimeBasedCollectionScheme;
|
|
211
|
+
conditionBasedCollectionScheme?: never;
|
|
212
|
+
$unknown?: never;
|
|
213
|
+
}
|
|
214
|
+
interface ConditionBasedCollectionSchemeMember {
|
|
215
|
+
timeBasedCollectionScheme?: never;
|
|
216
|
+
conditionBasedCollectionScheme: ConditionBasedCollectionScheme;
|
|
217
|
+
$unknown?: never;
|
|
218
|
+
}
|
|
219
|
+
interface $UnknownMember {
|
|
220
|
+
timeBasedCollectionScheme?: never;
|
|
221
|
+
conditionBasedCollectionScheme?: never;
|
|
222
|
+
$unknown: [string, any];
|
|
223
|
+
}
|
|
224
|
+
interface Visitor<T> {
|
|
225
|
+
timeBasedCollectionScheme: (value: TimeBasedCollectionScheme) => T;
|
|
226
|
+
conditionBasedCollectionScheme: (
|
|
227
|
+
value: ConditionBasedCollectionScheme
|
|
228
|
+
) => T;
|
|
229
|
+
_: (name: string, value: any) => T;
|
|
230
|
+
}
|
|
231
|
+
const visit: <T>(value: CollectionScheme, visitor: Visitor<T>) => T;
|
|
232
|
+
}
|
|
233
|
+
export declare enum Compression {
|
|
234
|
+
OFF = "OFF",
|
|
235
|
+
SNAPPY = "SNAPPY",
|
|
236
|
+
}
|
|
237
|
+
export declare enum DiagnosticsMode {
|
|
238
|
+
OFF = "OFF",
|
|
239
|
+
SEND_ACTIVE_DTCS = "SEND_ACTIVE_DTCS",
|
|
240
|
+
}
|
|
241
|
+
export interface SignalInformation {
|
|
242
|
+
name: string | undefined;
|
|
243
|
+
maxSampleCount?: number;
|
|
244
|
+
minimumSamplingIntervalMs?: number;
|
|
245
|
+
}
|
|
246
|
+
export declare enum SpoolingMode {
|
|
247
|
+
OFF = "OFF",
|
|
248
|
+
TO_DISK = "TO_DISK",
|
|
249
|
+
}
|
|
250
|
+
export interface CreateCampaignRequest {
|
|
251
|
+
name: string | undefined;
|
|
252
|
+
description?: string;
|
|
253
|
+
signalCatalogArn: string | undefined;
|
|
254
|
+
targetArn: string | undefined;
|
|
255
|
+
startTime?: Date;
|
|
256
|
+
expiryTime?: Date;
|
|
257
|
+
postTriggerCollectionDuration?: number;
|
|
258
|
+
diagnosticsMode?: DiagnosticsMode | string;
|
|
259
|
+
spoolingMode?: SpoolingMode | string;
|
|
260
|
+
compression?: Compression | string;
|
|
261
|
+
priority?: number;
|
|
262
|
+
signalsToCollect?: SignalInformation[];
|
|
263
|
+
collectionScheme: CollectionScheme | undefined;
|
|
264
|
+
dataExtraDimensions?: string[];
|
|
265
|
+
tags?: Tag[];
|
|
266
|
+
}
|
|
267
|
+
export interface CreateCampaignResponse {
|
|
268
|
+
name?: string;
|
|
269
|
+
arn?: string;
|
|
270
|
+
}
|
|
271
|
+
export interface DeleteCampaignRequest {
|
|
272
|
+
name: string | undefined;
|
|
273
|
+
}
|
|
274
|
+
export interface DeleteCampaignResponse {
|
|
275
|
+
name?: string;
|
|
276
|
+
arn?: string;
|
|
277
|
+
}
|
|
278
|
+
export interface GetCampaignRequest {
|
|
279
|
+
name: string | undefined;
|
|
280
|
+
}
|
|
281
|
+
export declare enum CampaignStatus {
|
|
282
|
+
CREATING = "CREATING",
|
|
283
|
+
RUNNING = "RUNNING",
|
|
284
|
+
SUSPENDED = "SUSPENDED",
|
|
285
|
+
WAITING_FOR_APPROVAL = "WAITING_FOR_APPROVAL",
|
|
286
|
+
}
|
|
287
|
+
export interface GetCampaignResponse {
|
|
288
|
+
name?: string;
|
|
289
|
+
arn?: string;
|
|
290
|
+
description?: string;
|
|
291
|
+
signalCatalogArn?: string;
|
|
292
|
+
targetArn?: string;
|
|
293
|
+
status?: CampaignStatus | string;
|
|
294
|
+
startTime?: Date;
|
|
295
|
+
expiryTime?: Date;
|
|
296
|
+
postTriggerCollectionDuration?: number;
|
|
297
|
+
diagnosticsMode?: DiagnosticsMode | string;
|
|
298
|
+
spoolingMode?: SpoolingMode | string;
|
|
299
|
+
compression?: Compression | string;
|
|
300
|
+
priority?: number;
|
|
301
|
+
signalsToCollect?: SignalInformation[];
|
|
302
|
+
collectionScheme?: CollectionScheme;
|
|
303
|
+
dataExtraDimensions?: string[];
|
|
304
|
+
creationTime?: Date;
|
|
305
|
+
lastModificationTime?: Date;
|
|
306
|
+
}
|
|
307
|
+
export interface ListCampaignsRequest {
|
|
308
|
+
nextToken?: string;
|
|
309
|
+
maxResults?: number;
|
|
310
|
+
status?: string;
|
|
311
|
+
}
|
|
312
|
+
export interface CampaignSummary {
|
|
313
|
+
arn?: string;
|
|
314
|
+
name?: string;
|
|
315
|
+
description?: string;
|
|
316
|
+
signalCatalogArn?: string;
|
|
317
|
+
targetArn?: string;
|
|
318
|
+
status?: CampaignStatus | string;
|
|
319
|
+
creationTime: Date | undefined;
|
|
320
|
+
lastModificationTime: Date | undefined;
|
|
321
|
+
}
|
|
322
|
+
export interface ListCampaignsResponse {
|
|
323
|
+
campaignSummaries?: CampaignSummary[];
|
|
324
|
+
nextToken?: string;
|
|
325
|
+
}
|
|
326
|
+
export declare enum UpdateCampaignAction {
|
|
327
|
+
APPROVE = "APPROVE",
|
|
328
|
+
RESUME = "RESUME",
|
|
329
|
+
SUSPEND = "SUSPEND",
|
|
330
|
+
UPDATE = "UPDATE",
|
|
331
|
+
}
|
|
332
|
+
export interface UpdateCampaignRequest {
|
|
333
|
+
name: string | undefined;
|
|
334
|
+
description?: string;
|
|
335
|
+
dataExtraDimensions?: string[];
|
|
336
|
+
action: UpdateCampaignAction | string | undefined;
|
|
337
|
+
}
|
|
338
|
+
export interface UpdateCampaignResponse {
|
|
339
|
+
arn?: string;
|
|
340
|
+
name?: string;
|
|
341
|
+
status?: CampaignStatus | string;
|
|
342
|
+
}
|
|
343
|
+
export interface CanDbcDefinition {
|
|
344
|
+
networkInterface: string | undefined;
|
|
345
|
+
canDbcFiles: Uint8Array[] | undefined;
|
|
346
|
+
signalsMap?: Record<string, string>;
|
|
347
|
+
}
|
|
348
|
+
export interface CanInterface {
|
|
349
|
+
name: string | undefined;
|
|
350
|
+
protocolName?: string;
|
|
351
|
+
protocolVersion?: string;
|
|
352
|
+
}
|
|
353
|
+
export interface CanSignal {
|
|
354
|
+
messageId: number | undefined;
|
|
355
|
+
isBigEndian: boolean | undefined;
|
|
356
|
+
isSigned: boolean | undefined;
|
|
357
|
+
startBit: number | undefined;
|
|
358
|
+
offset: number | undefined;
|
|
359
|
+
factor: number | undefined;
|
|
360
|
+
length: number | undefined;
|
|
361
|
+
name?: string;
|
|
362
|
+
}
|
|
363
|
+
export declare enum LogType {
|
|
364
|
+
ERROR = "ERROR",
|
|
365
|
+
OFF = "OFF",
|
|
366
|
+
}
|
|
367
|
+
export interface CloudWatchLogDeliveryOptions {
|
|
368
|
+
logType: LogType | string | undefined;
|
|
369
|
+
logGroupName?: string;
|
|
370
|
+
}
|
|
371
|
+
export interface ObdInterface {
|
|
372
|
+
name: string | undefined;
|
|
373
|
+
requestMessageId: number | undefined;
|
|
374
|
+
obdStandard?: string;
|
|
375
|
+
pidRequestIntervalSeconds?: number;
|
|
376
|
+
dtcRequestIntervalSeconds?: number;
|
|
377
|
+
useExtendedIds?: boolean;
|
|
378
|
+
hasTransmissionEcu?: boolean;
|
|
379
|
+
}
|
|
380
|
+
export declare enum NetworkInterfaceType {
|
|
381
|
+
CAN_INTERFACE = "CAN_INTERFACE",
|
|
382
|
+
OBD_INTERFACE = "OBD_INTERFACE",
|
|
383
|
+
}
|
|
384
|
+
export interface NetworkInterface {
|
|
385
|
+
interfaceId: string | undefined;
|
|
386
|
+
type: NetworkInterfaceType | string | undefined;
|
|
387
|
+
canInterface?: CanInterface;
|
|
388
|
+
obdInterface?: ObdInterface;
|
|
389
|
+
}
|
|
390
|
+
export interface ObdSignal {
|
|
391
|
+
pidResponseLength: number | undefined;
|
|
392
|
+
serviceMode: number | undefined;
|
|
393
|
+
pid: number | undefined;
|
|
394
|
+
scaling: number | undefined;
|
|
395
|
+
offset: number | undefined;
|
|
396
|
+
startByte: number | undefined;
|
|
397
|
+
byteLength: number | undefined;
|
|
398
|
+
bitRightShift?: number;
|
|
399
|
+
bitMaskLength?: number;
|
|
400
|
+
}
|
|
401
|
+
export declare enum SignalDecoderType {
|
|
402
|
+
CAN_SIGNAL = "CAN_SIGNAL",
|
|
403
|
+
OBD_SIGNAL = "OBD_SIGNAL",
|
|
404
|
+
}
|
|
405
|
+
export interface SignalDecoder {
|
|
406
|
+
fullyQualifiedName: string | undefined;
|
|
407
|
+
type: SignalDecoderType | string | undefined;
|
|
408
|
+
interfaceId: string | undefined;
|
|
409
|
+
canSignal?: CanSignal;
|
|
410
|
+
obdSignal?: ObdSignal;
|
|
411
|
+
}
|
|
412
|
+
export interface CreateDecoderManifestRequest {
|
|
413
|
+
name: string | undefined;
|
|
414
|
+
description?: string;
|
|
415
|
+
modelManifestArn: string | undefined;
|
|
416
|
+
signalDecoders?: SignalDecoder[];
|
|
417
|
+
networkInterfaces?: NetworkInterface[];
|
|
418
|
+
tags?: Tag[];
|
|
419
|
+
}
|
|
420
|
+
export interface CreateDecoderManifestResponse {
|
|
421
|
+
name: string | undefined;
|
|
422
|
+
arn: string | undefined;
|
|
423
|
+
}
|
|
424
|
+
export declare enum NetworkInterfaceFailureReason {
|
|
425
|
+
CAN_NETWORK_INTERFACE_INFO_IS_NULL = "CAN_NETWORK_INTERFACE_INFO_IS_NULL",
|
|
426
|
+
CONFLICTING_NETWORK_INTERFACE = "CONFLICTING_NETWORK_INTERFACE",
|
|
427
|
+
DUPLICATE_INTERFACE = "DUPLICATE_NETWORK_INTERFACE",
|
|
428
|
+
NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS = "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS",
|
|
429
|
+
NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS = "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",
|
|
430
|
+
OBD_NETWORK_INTERFACE_INFO_IS_NULL = "OBD_NETWORK_INTERFACE_INFO_IS_NULL",
|
|
431
|
+
}
|
|
432
|
+
export interface InvalidNetworkInterface {
|
|
433
|
+
interfaceId?: string;
|
|
434
|
+
reason?: NetworkInterfaceFailureReason | string;
|
|
435
|
+
}
|
|
436
|
+
export declare enum SignalDecoderFailureReason {
|
|
437
|
+
CAN_SIGNAL_INFO_IS_NULL = "CAN_SIGNAL_INFO_IS_NULL",
|
|
438
|
+
CONFLICTING_SIGNAL = "CONFLICTING_SIGNAL",
|
|
439
|
+
DUPLICATE_SIGNAL = "DUPLICATE_SIGNAL",
|
|
440
|
+
NETWORK_INTERFACE_TYPE_INCOMPATIBLE_WITH_SIGNAL_DECODER_TYPE = "NETWORK_INTERFACE_TYPE_INCOMPATIBLE_WITH_SIGNAL_DECODER_TYPE",
|
|
441
|
+
NO_DECODER_INFO_FOR_SIGNAL_IN_MODEL = "NO_DECODER_INFO_FOR_SIGNAL_IN_MODEL",
|
|
442
|
+
OBD_SIGNAL_INFO_IS_NULL = "OBD_SIGNAL_INFO_IS_NULL",
|
|
443
|
+
SIGNAL_NOT_ASSOCIATED_WITH_NETWORK_INTERFACE = "SIGNAL_NOT_ASSOCIATED_WITH_NETWORK_INTERFACE",
|
|
444
|
+
SIGNAL_NOT_IN_MODEL = "SIGNAL_NOT_IN_MODEL",
|
|
445
|
+
SIGNAL_TO_ADD_ALREADY_EXISTS = "SIGNAL_TO_ADD_ALREADY_EXISTS",
|
|
446
|
+
}
|
|
447
|
+
export interface InvalidSignalDecoder {
|
|
448
|
+
name?: string;
|
|
449
|
+
reason?: SignalDecoderFailureReason | string;
|
|
450
|
+
}
|
|
451
|
+
export declare class DecoderManifestValidationException extends __BaseException {
|
|
452
|
+
readonly name: "DecoderManifestValidationException";
|
|
453
|
+
readonly $fault: "client";
|
|
454
|
+
invalidSignals?: InvalidSignalDecoder[];
|
|
455
|
+
invalidNetworkInterfaces?: InvalidNetworkInterface[];
|
|
456
|
+
constructor(
|
|
457
|
+
opts: __ExceptionOptionType<
|
|
458
|
+
DecoderManifestValidationException,
|
|
459
|
+
__BaseException
|
|
460
|
+
>
|
|
461
|
+
);
|
|
462
|
+
}
|
|
463
|
+
export interface CreateFleetRequest {
|
|
464
|
+
fleetId: string | undefined;
|
|
465
|
+
description?: string;
|
|
466
|
+
signalCatalogArn: string | undefined;
|
|
467
|
+
tags?: Tag[];
|
|
468
|
+
}
|
|
469
|
+
export interface CreateFleetResponse {
|
|
470
|
+
id: string | undefined;
|
|
471
|
+
arn: string | undefined;
|
|
472
|
+
}
|
|
473
|
+
export interface CreateModelManifestRequest {
|
|
474
|
+
name: string | undefined;
|
|
475
|
+
description?: string;
|
|
476
|
+
nodes: string[] | undefined;
|
|
477
|
+
signalCatalogArn: string | undefined;
|
|
478
|
+
tags?: Tag[];
|
|
479
|
+
}
|
|
480
|
+
export interface CreateModelManifestResponse {
|
|
481
|
+
name: string | undefined;
|
|
482
|
+
arn: string | undefined;
|
|
483
|
+
}
|
|
484
|
+
export interface InvalidSignal {
|
|
485
|
+
name?: string;
|
|
486
|
+
reason?: string;
|
|
487
|
+
}
|
|
488
|
+
export declare class InvalidSignalsException extends __BaseException {
|
|
489
|
+
readonly name: "InvalidSignalsException";
|
|
490
|
+
readonly $fault: "client";
|
|
491
|
+
invalidSignals?: InvalidSignal[];
|
|
492
|
+
constructor(
|
|
493
|
+
opts: __ExceptionOptionType<InvalidSignalsException, __BaseException>
|
|
494
|
+
);
|
|
495
|
+
}
|
|
496
|
+
export interface Sensor {
|
|
497
|
+
fullyQualifiedName: string | undefined;
|
|
498
|
+
dataType: NodeDataType | string | undefined;
|
|
499
|
+
description?: string;
|
|
500
|
+
unit?: string;
|
|
501
|
+
allowedValues?: string[];
|
|
502
|
+
min?: number;
|
|
503
|
+
max?: number;
|
|
504
|
+
}
|
|
505
|
+
export declare type Node =
|
|
506
|
+
| Node.ActuatorMember
|
|
507
|
+
| Node.AttributeMember
|
|
508
|
+
| Node.BranchMember
|
|
509
|
+
| Node.SensorMember
|
|
510
|
+
| Node.$UnknownMember;
|
|
511
|
+
export declare namespace Node {
|
|
512
|
+
interface BranchMember {
|
|
513
|
+
branch: Branch;
|
|
514
|
+
sensor?: never;
|
|
515
|
+
actuator?: never;
|
|
516
|
+
attribute?: never;
|
|
517
|
+
$unknown?: never;
|
|
518
|
+
}
|
|
519
|
+
interface SensorMember {
|
|
520
|
+
branch?: never;
|
|
521
|
+
sensor: Sensor;
|
|
522
|
+
actuator?: never;
|
|
523
|
+
attribute?: never;
|
|
524
|
+
$unknown?: never;
|
|
525
|
+
}
|
|
526
|
+
interface ActuatorMember {
|
|
527
|
+
branch?: never;
|
|
528
|
+
sensor?: never;
|
|
529
|
+
actuator: Actuator;
|
|
530
|
+
attribute?: never;
|
|
531
|
+
$unknown?: never;
|
|
532
|
+
}
|
|
533
|
+
interface AttributeMember {
|
|
534
|
+
branch?: never;
|
|
535
|
+
sensor?: never;
|
|
536
|
+
actuator?: never;
|
|
537
|
+
attribute: Attribute;
|
|
538
|
+
$unknown?: never;
|
|
539
|
+
}
|
|
540
|
+
interface $UnknownMember {
|
|
541
|
+
branch?: never;
|
|
542
|
+
sensor?: never;
|
|
543
|
+
actuator?: never;
|
|
544
|
+
attribute?: never;
|
|
545
|
+
$unknown: [string, any];
|
|
546
|
+
}
|
|
547
|
+
interface Visitor<T> {
|
|
548
|
+
branch: (value: Branch) => T;
|
|
549
|
+
sensor: (value: Sensor) => T;
|
|
550
|
+
actuator: (value: Actuator) => T;
|
|
551
|
+
attribute: (value: Attribute) => T;
|
|
552
|
+
_: (name: string, value: any) => T;
|
|
553
|
+
}
|
|
554
|
+
const visit: <T>(value: Node, visitor: Visitor<T>) => T;
|
|
555
|
+
}
|
|
556
|
+
export interface CreateSignalCatalogRequest {
|
|
557
|
+
name: string | undefined;
|
|
558
|
+
description?: string;
|
|
559
|
+
nodes?: Node[];
|
|
560
|
+
tags?: Tag[];
|
|
561
|
+
}
|
|
562
|
+
export interface CreateSignalCatalogResponse {
|
|
563
|
+
name: string | undefined;
|
|
564
|
+
arn: string | undefined;
|
|
565
|
+
}
|
|
566
|
+
export declare class InvalidNodeException extends __BaseException {
|
|
567
|
+
readonly name: "InvalidNodeException";
|
|
568
|
+
readonly $fault: "client";
|
|
569
|
+
invalidNodes?: Node[];
|
|
570
|
+
reason?: string;
|
|
571
|
+
constructor(
|
|
572
|
+
opts: __ExceptionOptionType<InvalidNodeException, __BaseException>
|
|
573
|
+
);
|
|
574
|
+
}
|
|
575
|
+
export interface CreateVehicleRequest {
|
|
576
|
+
vehicleName: string | undefined;
|
|
577
|
+
modelManifestArn: string | undefined;
|
|
578
|
+
decoderManifestArn: string | undefined;
|
|
579
|
+
attributes?: Record<string, string>;
|
|
580
|
+
associationBehavior?: VehicleAssociationBehavior | string;
|
|
581
|
+
tags?: Tag[];
|
|
582
|
+
}
|
|
583
|
+
export interface CreateVehicleResponse {
|
|
584
|
+
vehicleName?: string;
|
|
585
|
+
arn?: string;
|
|
586
|
+
thingArn?: string;
|
|
587
|
+
}
|
|
588
|
+
export interface DeleteDecoderManifestRequest {
|
|
589
|
+
name: string | undefined;
|
|
590
|
+
}
|
|
591
|
+
export interface DeleteDecoderManifestResponse {
|
|
592
|
+
name: string | undefined;
|
|
593
|
+
arn: string | undefined;
|
|
594
|
+
}
|
|
595
|
+
export interface GetDecoderManifestRequest {
|
|
596
|
+
name: string | undefined;
|
|
597
|
+
}
|
|
598
|
+
export declare enum ManifestStatus {
|
|
599
|
+
ACTIVE = "ACTIVE",
|
|
600
|
+
DRAFT = "DRAFT",
|
|
601
|
+
}
|
|
602
|
+
export interface GetDecoderManifestResponse {
|
|
603
|
+
name: string | undefined;
|
|
604
|
+
arn: string | undefined;
|
|
605
|
+
description?: string;
|
|
606
|
+
modelManifestArn?: string;
|
|
607
|
+
status?: ManifestStatus | string;
|
|
608
|
+
creationTime: Date | undefined;
|
|
609
|
+
lastModificationTime: Date | undefined;
|
|
610
|
+
}
|
|
611
|
+
export declare type NetworkFileDefinition =
|
|
612
|
+
| NetworkFileDefinition.CanDbcMember
|
|
613
|
+
| NetworkFileDefinition.$UnknownMember;
|
|
614
|
+
export declare namespace NetworkFileDefinition {
|
|
615
|
+
interface CanDbcMember {
|
|
616
|
+
canDbc: CanDbcDefinition;
|
|
617
|
+
$unknown?: never;
|
|
618
|
+
}
|
|
619
|
+
interface $UnknownMember {
|
|
620
|
+
canDbc?: never;
|
|
621
|
+
$unknown: [string, any];
|
|
622
|
+
}
|
|
623
|
+
interface Visitor<T> {
|
|
624
|
+
canDbc: (value: CanDbcDefinition) => T;
|
|
625
|
+
_: (name: string, value: any) => T;
|
|
626
|
+
}
|
|
627
|
+
const visit: <T>(value: NetworkFileDefinition, visitor: Visitor<T>) => T;
|
|
628
|
+
}
|
|
629
|
+
export interface ImportDecoderManifestRequest {
|
|
630
|
+
name: string | undefined;
|
|
631
|
+
networkFileDefinitions: NetworkFileDefinition[] | undefined;
|
|
632
|
+
}
|
|
633
|
+
export interface ImportDecoderManifestResponse {
|
|
634
|
+
name: string | undefined;
|
|
635
|
+
arn: string | undefined;
|
|
636
|
+
}
|
|
637
|
+
export interface ListDecoderManifestNetworkInterfacesRequest {
|
|
638
|
+
name: string | undefined;
|
|
639
|
+
nextToken?: string;
|
|
640
|
+
maxResults?: number;
|
|
641
|
+
}
|
|
642
|
+
export interface ListDecoderManifestNetworkInterfacesResponse {
|
|
643
|
+
networkInterfaces?: NetworkInterface[];
|
|
644
|
+
nextToken?: string;
|
|
645
|
+
}
|
|
646
|
+
export interface ListDecoderManifestsRequest {
|
|
647
|
+
modelManifestArn?: string;
|
|
648
|
+
nextToken?: string;
|
|
649
|
+
maxResults?: number;
|
|
650
|
+
}
|
|
651
|
+
export interface DecoderManifestSummary {
|
|
652
|
+
name?: string;
|
|
653
|
+
arn?: string;
|
|
654
|
+
modelManifestArn?: string;
|
|
655
|
+
description?: string;
|
|
656
|
+
status?: ManifestStatus | string;
|
|
657
|
+
creationTime: Date | undefined;
|
|
658
|
+
lastModificationTime: Date | undefined;
|
|
659
|
+
}
|
|
660
|
+
export interface ListDecoderManifestsResponse {
|
|
661
|
+
summaries?: DecoderManifestSummary[];
|
|
662
|
+
nextToken?: string;
|
|
663
|
+
}
|
|
664
|
+
export interface ListDecoderManifestSignalsRequest {
|
|
665
|
+
name: string | undefined;
|
|
666
|
+
nextToken?: string;
|
|
667
|
+
maxResults?: number;
|
|
668
|
+
}
|
|
669
|
+
export interface ListDecoderManifestSignalsResponse {
|
|
670
|
+
signalDecoders?: SignalDecoder[];
|
|
671
|
+
nextToken?: string;
|
|
672
|
+
}
|
|
673
|
+
export interface UpdateDecoderManifestRequest {
|
|
674
|
+
name: string | undefined;
|
|
675
|
+
description?: string;
|
|
676
|
+
signalDecodersToAdd?: SignalDecoder[];
|
|
677
|
+
signalDecodersToUpdate?: SignalDecoder[];
|
|
678
|
+
signalDecodersToRemove?: string[];
|
|
679
|
+
networkInterfacesToAdd?: NetworkInterface[];
|
|
680
|
+
networkInterfacesToUpdate?: NetworkInterface[];
|
|
681
|
+
networkInterfacesToRemove?: string[];
|
|
682
|
+
status?: ManifestStatus | string;
|
|
683
|
+
}
|
|
684
|
+
export interface UpdateDecoderManifestResponse {
|
|
685
|
+
name: string | undefined;
|
|
686
|
+
arn: string | undefined;
|
|
687
|
+
}
|
|
688
|
+
export interface DeleteFleetRequest {
|
|
689
|
+
fleetId: string | undefined;
|
|
690
|
+
}
|
|
691
|
+
export interface DeleteFleetResponse {
|
|
692
|
+
id?: string;
|
|
693
|
+
arn?: string;
|
|
694
|
+
}
|
|
695
|
+
export interface DeleteModelManifestRequest {
|
|
696
|
+
name: string | undefined;
|
|
697
|
+
}
|
|
698
|
+
export interface DeleteModelManifestResponse {
|
|
699
|
+
name: string | undefined;
|
|
700
|
+
arn: string | undefined;
|
|
701
|
+
}
|
|
702
|
+
export interface DeleteSignalCatalogRequest {
|
|
703
|
+
name: string | undefined;
|
|
704
|
+
}
|
|
705
|
+
export interface DeleteSignalCatalogResponse {
|
|
706
|
+
name: string | undefined;
|
|
707
|
+
arn: string | undefined;
|
|
708
|
+
}
|
|
709
|
+
export interface DeleteVehicleRequest {
|
|
710
|
+
vehicleName: string | undefined;
|
|
711
|
+
}
|
|
712
|
+
export interface DeleteVehicleResponse {
|
|
713
|
+
vehicleName: string | undefined;
|
|
714
|
+
arn: string | undefined;
|
|
715
|
+
}
|
|
716
|
+
export interface DisassociateVehicleFleetRequest {
|
|
717
|
+
vehicleName: string | undefined;
|
|
718
|
+
fleetId: string | undefined;
|
|
719
|
+
}
|
|
720
|
+
export interface DisassociateVehicleFleetResponse {}
|
|
721
|
+
export interface ListFleetsForVehicleRequest {
|
|
722
|
+
vehicleName: string | undefined;
|
|
723
|
+
nextToken?: string;
|
|
724
|
+
maxResults?: number;
|
|
725
|
+
}
|
|
726
|
+
export interface ListFleetsForVehicleResponse {
|
|
727
|
+
fleets?: string[];
|
|
728
|
+
nextToken?: string;
|
|
729
|
+
}
|
|
730
|
+
export interface GetFleetRequest {
|
|
731
|
+
fleetId: string | undefined;
|
|
732
|
+
}
|
|
733
|
+
export interface GetFleetResponse {
|
|
734
|
+
id: string | undefined;
|
|
735
|
+
arn: string | undefined;
|
|
736
|
+
description?: string;
|
|
737
|
+
signalCatalogArn: string | undefined;
|
|
738
|
+
creationTime: Date | undefined;
|
|
739
|
+
lastModificationTime: Date | undefined;
|
|
740
|
+
}
|
|
741
|
+
export interface ListFleetsRequest {
|
|
742
|
+
nextToken?: string;
|
|
743
|
+
maxResults?: number;
|
|
744
|
+
}
|
|
745
|
+
export interface FleetSummary {
|
|
746
|
+
id: string | undefined;
|
|
747
|
+
arn: string | undefined;
|
|
748
|
+
description?: string;
|
|
749
|
+
signalCatalogArn: string | undefined;
|
|
750
|
+
creationTime: Date | undefined;
|
|
751
|
+
lastModificationTime?: Date;
|
|
752
|
+
}
|
|
753
|
+
export interface ListFleetsResponse {
|
|
754
|
+
fleetSummaries?: FleetSummary[];
|
|
755
|
+
nextToken?: string;
|
|
756
|
+
}
|
|
757
|
+
export interface UpdateFleetRequest {
|
|
758
|
+
fleetId: string | undefined;
|
|
759
|
+
description?: string;
|
|
760
|
+
}
|
|
761
|
+
export interface UpdateFleetResponse {
|
|
762
|
+
id?: string;
|
|
763
|
+
arn?: string;
|
|
764
|
+
}
|
|
765
|
+
export interface ListVehiclesInFleetRequest {
|
|
766
|
+
fleetId: string | undefined;
|
|
767
|
+
nextToken?: string;
|
|
768
|
+
maxResults?: number;
|
|
769
|
+
}
|
|
770
|
+
export interface ListVehiclesInFleetResponse {
|
|
771
|
+
vehicles?: string[];
|
|
772
|
+
nextToken?: string;
|
|
773
|
+
}
|
|
774
|
+
export declare type FormattedVss =
|
|
775
|
+
| FormattedVss.VssJsonMember
|
|
776
|
+
| FormattedVss.$UnknownMember;
|
|
777
|
+
export declare namespace FormattedVss {
|
|
778
|
+
interface VssJsonMember {
|
|
779
|
+
vssJson: string;
|
|
780
|
+
$unknown?: never;
|
|
781
|
+
}
|
|
782
|
+
interface $UnknownMember {
|
|
783
|
+
vssJson?: never;
|
|
784
|
+
$unknown: [string, any];
|
|
785
|
+
}
|
|
786
|
+
interface Visitor<T> {
|
|
787
|
+
vssJson: (value: string) => T;
|
|
788
|
+
_: (name: string, value: any) => T;
|
|
789
|
+
}
|
|
790
|
+
const visit: <T>(value: FormattedVss, visitor: Visitor<T>) => T;
|
|
791
|
+
}
|
|
792
|
+
export interface GetLoggingOptionsRequest {}
|
|
793
|
+
export interface GetLoggingOptionsResponse {
|
|
794
|
+
cloudWatchLogDelivery: CloudWatchLogDeliveryOptions | undefined;
|
|
795
|
+
}
|
|
796
|
+
export interface GetModelManifestRequest {
|
|
797
|
+
name: string | undefined;
|
|
798
|
+
}
|
|
799
|
+
export interface GetModelManifestResponse {
|
|
800
|
+
name: string | undefined;
|
|
801
|
+
arn: string | undefined;
|
|
802
|
+
description?: string;
|
|
803
|
+
signalCatalogArn?: string;
|
|
804
|
+
status?: ManifestStatus | string;
|
|
805
|
+
creationTime: Date | undefined;
|
|
806
|
+
lastModificationTime: Date | undefined;
|
|
807
|
+
}
|
|
808
|
+
export interface GetRegisterAccountStatusRequest {}
|
|
809
|
+
export declare enum RegistrationStatus {
|
|
810
|
+
REGISTRATION_FAILURE = "REGISTRATION_FAILURE",
|
|
811
|
+
REGISTRATION_PENDING = "REGISTRATION_PENDING",
|
|
812
|
+
REGISTRATION_SUCCESS = "REGISTRATION_SUCCESS",
|
|
813
|
+
}
|
|
814
|
+
export interface IamRegistrationResponse {
|
|
815
|
+
roleArn: string | undefined;
|
|
816
|
+
registrationStatus: RegistrationStatus | string | undefined;
|
|
817
|
+
errorMessage?: string;
|
|
818
|
+
}
|
|
819
|
+
export interface TimestreamRegistrationResponse {
|
|
820
|
+
timestreamDatabaseName: string | undefined;
|
|
821
|
+
timestreamTableName: string | undefined;
|
|
822
|
+
timestreamDatabaseArn?: string;
|
|
823
|
+
timestreamTableArn?: string;
|
|
824
|
+
registrationStatus: RegistrationStatus | string | undefined;
|
|
825
|
+
errorMessage?: string;
|
|
826
|
+
}
|
|
827
|
+
export interface GetRegisterAccountStatusResponse {
|
|
828
|
+
customerAccountId: string | undefined;
|
|
829
|
+
accountStatus: RegistrationStatus | string | undefined;
|
|
830
|
+
timestreamRegistrationResponse: TimestreamRegistrationResponse | undefined;
|
|
831
|
+
iamRegistrationResponse: IamRegistrationResponse | undefined;
|
|
832
|
+
creationTime: Date | undefined;
|
|
833
|
+
lastModificationTime: Date | undefined;
|
|
834
|
+
}
|
|
835
|
+
export interface GetSignalCatalogRequest {
|
|
836
|
+
name: string | undefined;
|
|
837
|
+
}
|
|
838
|
+
export interface NodeCounts {
|
|
839
|
+
totalNodes?: number;
|
|
840
|
+
totalBranches?: number;
|
|
841
|
+
totalSensors?: number;
|
|
842
|
+
totalAttributes?: number;
|
|
843
|
+
totalActuators?: number;
|
|
844
|
+
}
|
|
845
|
+
export interface GetSignalCatalogResponse {
|
|
846
|
+
name: string | undefined;
|
|
847
|
+
arn: string | undefined;
|
|
848
|
+
description?: string;
|
|
849
|
+
nodeCounts?: NodeCounts;
|
|
850
|
+
creationTime: Date | undefined;
|
|
851
|
+
lastModificationTime: Date | undefined;
|
|
852
|
+
}
|
|
853
|
+
export interface GetVehicleRequest {
|
|
854
|
+
vehicleName: string | undefined;
|
|
855
|
+
}
|
|
856
|
+
export interface GetVehicleResponse {
|
|
857
|
+
vehicleName?: string;
|
|
858
|
+
arn?: string;
|
|
859
|
+
modelManifestArn?: string;
|
|
860
|
+
decoderManifestArn?: string;
|
|
861
|
+
attributes?: Record<string, string>;
|
|
862
|
+
creationTime?: Date;
|
|
863
|
+
lastModificationTime?: Date;
|
|
864
|
+
}
|
|
865
|
+
export interface GetVehicleStatusRequest {
|
|
866
|
+
nextToken?: string;
|
|
867
|
+
maxResults?: number;
|
|
868
|
+
vehicleName: string | undefined;
|
|
869
|
+
}
|
|
870
|
+
export declare enum VehicleState {
|
|
871
|
+
CREATED = "CREATED",
|
|
872
|
+
DELETING = "DELETING",
|
|
873
|
+
HEALTHY = "HEALTHY",
|
|
874
|
+
READY = "READY",
|
|
875
|
+
SUSPENDED = "SUSPENDED",
|
|
876
|
+
}
|
|
877
|
+
export interface VehicleStatus {
|
|
878
|
+
campaignName?: string;
|
|
879
|
+
vehicleName?: string;
|
|
880
|
+
status?: VehicleState | string;
|
|
881
|
+
}
|
|
882
|
+
export interface GetVehicleStatusResponse {
|
|
883
|
+
campaigns?: VehicleStatus[];
|
|
884
|
+
nextToken?: string;
|
|
885
|
+
}
|
|
886
|
+
export interface IamResources {
|
|
887
|
+
roleArn: string | undefined;
|
|
888
|
+
}
|
|
889
|
+
export interface ImportSignalCatalogRequest {
|
|
890
|
+
name: string | undefined;
|
|
891
|
+
description?: string;
|
|
892
|
+
vss?: FormattedVss;
|
|
893
|
+
tags?: Tag[];
|
|
894
|
+
}
|
|
895
|
+
export interface ImportSignalCatalogResponse {
|
|
896
|
+
name: string | undefined;
|
|
897
|
+
arn: string | undefined;
|
|
898
|
+
}
|
|
899
|
+
export interface ListTagsForResourceRequest {
|
|
900
|
+
ResourceARN: string | undefined;
|
|
901
|
+
}
|
|
902
|
+
export interface ListTagsForResourceResponse {
|
|
903
|
+
Tags?: Tag[];
|
|
904
|
+
}
|
|
905
|
+
export interface ListModelManifestNodesRequest {
|
|
906
|
+
name: string | undefined;
|
|
907
|
+
nextToken?: string;
|
|
908
|
+
maxResults?: number;
|
|
909
|
+
}
|
|
910
|
+
export interface ListModelManifestNodesResponse {
|
|
911
|
+
nodes?: Node[];
|
|
912
|
+
nextToken?: string;
|
|
913
|
+
}
|
|
914
|
+
export interface ListModelManifestsRequest {
|
|
915
|
+
signalCatalogArn?: string;
|
|
916
|
+
nextToken?: string;
|
|
917
|
+
maxResults?: number;
|
|
918
|
+
}
|
|
919
|
+
export interface ModelManifestSummary {
|
|
920
|
+
name?: string;
|
|
921
|
+
arn?: string;
|
|
922
|
+
signalCatalogArn?: string;
|
|
923
|
+
description?: string;
|
|
924
|
+
status?: ManifestStatus | string;
|
|
925
|
+
creationTime: Date | undefined;
|
|
926
|
+
lastModificationTime: Date | undefined;
|
|
927
|
+
}
|
|
928
|
+
export interface ListModelManifestsResponse {
|
|
929
|
+
summaries?: ModelManifestSummary[];
|
|
930
|
+
nextToken?: string;
|
|
931
|
+
}
|
|
932
|
+
export interface UpdateModelManifestRequest {
|
|
933
|
+
name: string | undefined;
|
|
934
|
+
description?: string;
|
|
935
|
+
nodesToAdd?: string[];
|
|
936
|
+
nodesToRemove?: string[];
|
|
937
|
+
status?: ManifestStatus | string;
|
|
938
|
+
}
|
|
939
|
+
export interface UpdateModelManifestResponse {
|
|
940
|
+
name: string | undefined;
|
|
941
|
+
arn: string | undefined;
|
|
942
|
+
}
|
|
943
|
+
export interface PutLoggingOptionsRequest {
|
|
944
|
+
cloudWatchLogDelivery: CloudWatchLogDeliveryOptions | undefined;
|
|
945
|
+
}
|
|
946
|
+
export interface PutLoggingOptionsResponse {}
|
|
947
|
+
export interface TimestreamResources {
|
|
948
|
+
timestreamDatabaseName: string | undefined;
|
|
949
|
+
timestreamTableName: string | undefined;
|
|
950
|
+
}
|
|
951
|
+
export interface RegisterAccountRequest {
|
|
952
|
+
timestreamResources: TimestreamResources | undefined;
|
|
953
|
+
iamResources?: IamResources;
|
|
954
|
+
}
|
|
955
|
+
export interface RegisterAccountResponse {
|
|
956
|
+
registerAccountStatus: RegistrationStatus | string | undefined;
|
|
957
|
+
timestreamResources: TimestreamResources | undefined;
|
|
958
|
+
iamResources: IamResources | undefined;
|
|
959
|
+
creationTime: Date | undefined;
|
|
960
|
+
lastModificationTime: Date | undefined;
|
|
961
|
+
}
|
|
962
|
+
export interface ListSignalCatalogNodesRequest {
|
|
963
|
+
name: string | undefined;
|
|
964
|
+
nextToken?: string;
|
|
965
|
+
maxResults?: number;
|
|
966
|
+
}
|
|
967
|
+
export interface ListSignalCatalogNodesResponse {
|
|
968
|
+
nodes?: Node[];
|
|
969
|
+
nextToken?: string;
|
|
970
|
+
}
|
|
971
|
+
export interface ListSignalCatalogsRequest {
|
|
972
|
+
nextToken?: string;
|
|
973
|
+
maxResults?: number;
|
|
974
|
+
}
|
|
975
|
+
export interface SignalCatalogSummary {
|
|
976
|
+
name?: string;
|
|
977
|
+
arn?: string;
|
|
978
|
+
creationTime?: Date;
|
|
979
|
+
lastModificationTime?: Date;
|
|
980
|
+
}
|
|
981
|
+
export interface ListSignalCatalogsResponse {
|
|
982
|
+
summaries?: SignalCatalogSummary[];
|
|
983
|
+
nextToken?: string;
|
|
984
|
+
}
|
|
985
|
+
export interface UpdateSignalCatalogRequest {
|
|
986
|
+
name: string | undefined;
|
|
987
|
+
description?: string;
|
|
988
|
+
nodesToAdd?: Node[];
|
|
989
|
+
nodesToUpdate?: Node[];
|
|
990
|
+
nodesToRemove?: string[];
|
|
991
|
+
}
|
|
992
|
+
export interface UpdateSignalCatalogResponse {
|
|
993
|
+
name: string | undefined;
|
|
994
|
+
arn: string | undefined;
|
|
995
|
+
}
|
|
996
|
+
export interface TagResourceRequest {
|
|
997
|
+
ResourceARN: string | undefined;
|
|
998
|
+
Tags: Tag[] | undefined;
|
|
999
|
+
}
|
|
1000
|
+
export interface TagResourceResponse {}
|
|
1001
|
+
export interface UntagResourceRequest {
|
|
1002
|
+
ResourceARN: string | undefined;
|
|
1003
|
+
TagKeys: string[] | undefined;
|
|
1004
|
+
}
|
|
1005
|
+
export interface UntagResourceResponse {}
|
|
1006
|
+
export interface ListVehiclesRequest {
|
|
1007
|
+
modelManifestArn?: string;
|
|
1008
|
+
nextToken?: string;
|
|
1009
|
+
maxResults?: number;
|
|
1010
|
+
}
|
|
1011
|
+
export interface VehicleSummary {
|
|
1012
|
+
vehicleName: string | undefined;
|
|
1013
|
+
arn: string | undefined;
|
|
1014
|
+
modelManifestArn: string | undefined;
|
|
1015
|
+
decoderManifestArn: string | undefined;
|
|
1016
|
+
creationTime: Date | undefined;
|
|
1017
|
+
lastModificationTime: Date | undefined;
|
|
1018
|
+
}
|
|
1019
|
+
export interface ListVehiclesResponse {
|
|
1020
|
+
vehicleSummaries?: VehicleSummary[];
|
|
1021
|
+
nextToken?: string;
|
|
1022
|
+
}
|
|
1023
|
+
export interface UpdateVehicleRequest {
|
|
1024
|
+
vehicleName: string | undefined;
|
|
1025
|
+
modelManifestArn?: string;
|
|
1026
|
+
decoderManifestArn?: string;
|
|
1027
|
+
attributes?: Record<string, string>;
|
|
1028
|
+
attributeUpdateMode?: UpdateMode | string;
|
|
1029
|
+
}
|
|
1030
|
+
export interface UpdateVehicleResponse {
|
|
1031
|
+
vehicleName?: string;
|
|
1032
|
+
arn?: string;
|
|
1033
|
+
}
|
|
1034
|
+
export declare const ActuatorFilterSensitiveLog: (obj: Actuator) => any;
|
|
1035
|
+
export declare const AssociateVehicleFleetRequestFilterSensitiveLog: (
|
|
1036
|
+
obj: AssociateVehicleFleetRequest
|
|
1037
|
+
) => any;
|
|
1038
|
+
export declare const AssociateVehicleFleetResponseFilterSensitiveLog: (
|
|
1039
|
+
obj: AssociateVehicleFleetResponse
|
|
1040
|
+
) => any;
|
|
1041
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
1042
|
+
obj: ValidationExceptionField
|
|
1043
|
+
) => any;
|
|
1044
|
+
export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
|
|
1045
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1046
|
+
export declare const CreateVehicleRequestItemFilterSensitiveLog: (
|
|
1047
|
+
obj: CreateVehicleRequestItem
|
|
1048
|
+
) => any;
|
|
1049
|
+
export declare const BatchCreateVehicleRequestFilterSensitiveLog: (
|
|
1050
|
+
obj: BatchCreateVehicleRequest
|
|
1051
|
+
) => any;
|
|
1052
|
+
export declare const CreateVehicleErrorFilterSensitiveLog: (
|
|
1053
|
+
obj: CreateVehicleError
|
|
1054
|
+
) => any;
|
|
1055
|
+
export declare const CreateVehicleResponseItemFilterSensitiveLog: (
|
|
1056
|
+
obj: CreateVehicleResponseItem
|
|
1057
|
+
) => any;
|
|
1058
|
+
export declare const BatchCreateVehicleResponseFilterSensitiveLog: (
|
|
1059
|
+
obj: BatchCreateVehicleResponse
|
|
1060
|
+
) => any;
|
|
1061
|
+
export declare const UpdateVehicleRequestItemFilterSensitiveLog: (
|
|
1062
|
+
obj: UpdateVehicleRequestItem
|
|
1063
|
+
) => any;
|
|
1064
|
+
export declare const BatchUpdateVehicleRequestFilterSensitiveLog: (
|
|
1065
|
+
obj: BatchUpdateVehicleRequest
|
|
1066
|
+
) => any;
|
|
1067
|
+
export declare const UpdateVehicleErrorFilterSensitiveLog: (
|
|
1068
|
+
obj: UpdateVehicleError
|
|
1069
|
+
) => any;
|
|
1070
|
+
export declare const UpdateVehicleResponseItemFilterSensitiveLog: (
|
|
1071
|
+
obj: UpdateVehicleResponseItem
|
|
1072
|
+
) => any;
|
|
1073
|
+
export declare const BatchUpdateVehicleResponseFilterSensitiveLog: (
|
|
1074
|
+
obj: BatchUpdateVehicleResponse
|
|
1075
|
+
) => any;
|
|
1076
|
+
export declare const BranchFilterSensitiveLog: (obj: Branch) => any;
|
|
1077
|
+
export declare const ConditionBasedCollectionSchemeFilterSensitiveLog: (
|
|
1078
|
+
obj: ConditionBasedCollectionScheme
|
|
1079
|
+
) => any;
|
|
1080
|
+
export declare const TimeBasedCollectionSchemeFilterSensitiveLog: (
|
|
1081
|
+
obj: TimeBasedCollectionScheme
|
|
1082
|
+
) => any;
|
|
1083
|
+
export declare const CollectionSchemeFilterSensitiveLog: (
|
|
1084
|
+
obj: CollectionScheme
|
|
1085
|
+
) => any;
|
|
1086
|
+
export declare const SignalInformationFilterSensitiveLog: (
|
|
1087
|
+
obj: SignalInformation
|
|
1088
|
+
) => any;
|
|
1089
|
+
export declare const CreateCampaignRequestFilterSensitiveLog: (
|
|
1090
|
+
obj: CreateCampaignRequest
|
|
1091
|
+
) => any;
|
|
1092
|
+
export declare const CreateCampaignResponseFilterSensitiveLog: (
|
|
1093
|
+
obj: CreateCampaignResponse
|
|
1094
|
+
) => any;
|
|
1095
|
+
export declare const DeleteCampaignRequestFilterSensitiveLog: (
|
|
1096
|
+
obj: DeleteCampaignRequest
|
|
1097
|
+
) => any;
|
|
1098
|
+
export declare const DeleteCampaignResponseFilterSensitiveLog: (
|
|
1099
|
+
obj: DeleteCampaignResponse
|
|
1100
|
+
) => any;
|
|
1101
|
+
export declare const GetCampaignRequestFilterSensitiveLog: (
|
|
1102
|
+
obj: GetCampaignRequest
|
|
1103
|
+
) => any;
|
|
1104
|
+
export declare const GetCampaignResponseFilterSensitiveLog: (
|
|
1105
|
+
obj: GetCampaignResponse
|
|
1106
|
+
) => any;
|
|
1107
|
+
export declare const ListCampaignsRequestFilterSensitiveLog: (
|
|
1108
|
+
obj: ListCampaignsRequest
|
|
1109
|
+
) => any;
|
|
1110
|
+
export declare const CampaignSummaryFilterSensitiveLog: (
|
|
1111
|
+
obj: CampaignSummary
|
|
1112
|
+
) => any;
|
|
1113
|
+
export declare const ListCampaignsResponseFilterSensitiveLog: (
|
|
1114
|
+
obj: ListCampaignsResponse
|
|
1115
|
+
) => any;
|
|
1116
|
+
export declare const UpdateCampaignRequestFilterSensitiveLog: (
|
|
1117
|
+
obj: UpdateCampaignRequest
|
|
1118
|
+
) => any;
|
|
1119
|
+
export declare const UpdateCampaignResponseFilterSensitiveLog: (
|
|
1120
|
+
obj: UpdateCampaignResponse
|
|
1121
|
+
) => any;
|
|
1122
|
+
export declare const CanDbcDefinitionFilterSensitiveLog: (
|
|
1123
|
+
obj: CanDbcDefinition
|
|
1124
|
+
) => any;
|
|
1125
|
+
export declare const CanInterfaceFilterSensitiveLog: (obj: CanInterface) => any;
|
|
1126
|
+
export declare const CanSignalFilterSensitiveLog: (obj: CanSignal) => any;
|
|
1127
|
+
export declare const CloudWatchLogDeliveryOptionsFilterSensitiveLog: (
|
|
1128
|
+
obj: CloudWatchLogDeliveryOptions
|
|
1129
|
+
) => any;
|
|
1130
|
+
export declare const ObdInterfaceFilterSensitiveLog: (obj: ObdInterface) => any;
|
|
1131
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (
|
|
1132
|
+
obj: NetworkInterface
|
|
1133
|
+
) => any;
|
|
1134
|
+
export declare const ObdSignalFilterSensitiveLog: (obj: ObdSignal) => any;
|
|
1135
|
+
export declare const SignalDecoderFilterSensitiveLog: (
|
|
1136
|
+
obj: SignalDecoder
|
|
1137
|
+
) => any;
|
|
1138
|
+
export declare const CreateDecoderManifestRequestFilterSensitiveLog: (
|
|
1139
|
+
obj: CreateDecoderManifestRequest
|
|
1140
|
+
) => any;
|
|
1141
|
+
export declare const CreateDecoderManifestResponseFilterSensitiveLog: (
|
|
1142
|
+
obj: CreateDecoderManifestResponse
|
|
1143
|
+
) => any;
|
|
1144
|
+
export declare const InvalidNetworkInterfaceFilterSensitiveLog: (
|
|
1145
|
+
obj: InvalidNetworkInterface
|
|
1146
|
+
) => any;
|
|
1147
|
+
export declare const InvalidSignalDecoderFilterSensitiveLog: (
|
|
1148
|
+
obj: InvalidSignalDecoder
|
|
1149
|
+
) => any;
|
|
1150
|
+
export declare const CreateFleetRequestFilterSensitiveLog: (
|
|
1151
|
+
obj: CreateFleetRequest
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const CreateFleetResponseFilterSensitiveLog: (
|
|
1154
|
+
obj: CreateFleetResponse
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const CreateModelManifestRequestFilterSensitiveLog: (
|
|
1157
|
+
obj: CreateModelManifestRequest
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const CreateModelManifestResponseFilterSensitiveLog: (
|
|
1160
|
+
obj: CreateModelManifestResponse
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const InvalidSignalFilterSensitiveLog: (
|
|
1163
|
+
obj: InvalidSignal
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const SensorFilterSensitiveLog: (obj: Sensor) => any;
|
|
1166
|
+
export declare const NodeFilterSensitiveLog: (obj: Node) => any;
|
|
1167
|
+
export declare const CreateSignalCatalogRequestFilterSensitiveLog: (
|
|
1168
|
+
obj: CreateSignalCatalogRequest
|
|
1169
|
+
) => any;
|
|
1170
|
+
export declare const CreateSignalCatalogResponseFilterSensitiveLog: (
|
|
1171
|
+
obj: CreateSignalCatalogResponse
|
|
1172
|
+
) => any;
|
|
1173
|
+
export declare const CreateVehicleRequestFilterSensitiveLog: (
|
|
1174
|
+
obj: CreateVehicleRequest
|
|
1175
|
+
) => any;
|
|
1176
|
+
export declare const CreateVehicleResponseFilterSensitiveLog: (
|
|
1177
|
+
obj: CreateVehicleResponse
|
|
1178
|
+
) => any;
|
|
1179
|
+
export declare const DeleteDecoderManifestRequestFilterSensitiveLog: (
|
|
1180
|
+
obj: DeleteDecoderManifestRequest
|
|
1181
|
+
) => any;
|
|
1182
|
+
export declare const DeleteDecoderManifestResponseFilterSensitiveLog: (
|
|
1183
|
+
obj: DeleteDecoderManifestResponse
|
|
1184
|
+
) => any;
|
|
1185
|
+
export declare const GetDecoderManifestRequestFilterSensitiveLog: (
|
|
1186
|
+
obj: GetDecoderManifestRequest
|
|
1187
|
+
) => any;
|
|
1188
|
+
export declare const GetDecoderManifestResponseFilterSensitiveLog: (
|
|
1189
|
+
obj: GetDecoderManifestResponse
|
|
1190
|
+
) => any;
|
|
1191
|
+
export declare const NetworkFileDefinitionFilterSensitiveLog: (
|
|
1192
|
+
obj: NetworkFileDefinition
|
|
1193
|
+
) => any;
|
|
1194
|
+
export declare const ImportDecoderManifestRequestFilterSensitiveLog: (
|
|
1195
|
+
obj: ImportDecoderManifestRequest
|
|
1196
|
+
) => any;
|
|
1197
|
+
export declare const ImportDecoderManifestResponseFilterSensitiveLog: (
|
|
1198
|
+
obj: ImportDecoderManifestResponse
|
|
1199
|
+
) => any;
|
|
1200
|
+
export declare const ListDecoderManifestNetworkInterfacesRequestFilterSensitiveLog: (
|
|
1201
|
+
obj: ListDecoderManifestNetworkInterfacesRequest
|
|
1202
|
+
) => any;
|
|
1203
|
+
export declare const ListDecoderManifestNetworkInterfacesResponseFilterSensitiveLog: (
|
|
1204
|
+
obj: ListDecoderManifestNetworkInterfacesResponse
|
|
1205
|
+
) => any;
|
|
1206
|
+
export declare const ListDecoderManifestsRequestFilterSensitiveLog: (
|
|
1207
|
+
obj: ListDecoderManifestsRequest
|
|
1208
|
+
) => any;
|
|
1209
|
+
export declare const DecoderManifestSummaryFilterSensitiveLog: (
|
|
1210
|
+
obj: DecoderManifestSummary
|
|
1211
|
+
) => any;
|
|
1212
|
+
export declare const ListDecoderManifestsResponseFilterSensitiveLog: (
|
|
1213
|
+
obj: ListDecoderManifestsResponse
|
|
1214
|
+
) => any;
|
|
1215
|
+
export declare const ListDecoderManifestSignalsRequestFilterSensitiveLog: (
|
|
1216
|
+
obj: ListDecoderManifestSignalsRequest
|
|
1217
|
+
) => any;
|
|
1218
|
+
export declare const ListDecoderManifestSignalsResponseFilterSensitiveLog: (
|
|
1219
|
+
obj: ListDecoderManifestSignalsResponse
|
|
1220
|
+
) => any;
|
|
1221
|
+
export declare const UpdateDecoderManifestRequestFilterSensitiveLog: (
|
|
1222
|
+
obj: UpdateDecoderManifestRequest
|
|
1223
|
+
) => any;
|
|
1224
|
+
export declare const UpdateDecoderManifestResponseFilterSensitiveLog: (
|
|
1225
|
+
obj: UpdateDecoderManifestResponse
|
|
1226
|
+
) => any;
|
|
1227
|
+
export declare const DeleteFleetRequestFilterSensitiveLog: (
|
|
1228
|
+
obj: DeleteFleetRequest
|
|
1229
|
+
) => any;
|
|
1230
|
+
export declare const DeleteFleetResponseFilterSensitiveLog: (
|
|
1231
|
+
obj: DeleteFleetResponse
|
|
1232
|
+
) => any;
|
|
1233
|
+
export declare const DeleteModelManifestRequestFilterSensitiveLog: (
|
|
1234
|
+
obj: DeleteModelManifestRequest
|
|
1235
|
+
) => any;
|
|
1236
|
+
export declare const DeleteModelManifestResponseFilterSensitiveLog: (
|
|
1237
|
+
obj: DeleteModelManifestResponse
|
|
1238
|
+
) => any;
|
|
1239
|
+
export declare const DeleteSignalCatalogRequestFilterSensitiveLog: (
|
|
1240
|
+
obj: DeleteSignalCatalogRequest
|
|
1241
|
+
) => any;
|
|
1242
|
+
export declare const DeleteSignalCatalogResponseFilterSensitiveLog: (
|
|
1243
|
+
obj: DeleteSignalCatalogResponse
|
|
1244
|
+
) => any;
|
|
1245
|
+
export declare const DeleteVehicleRequestFilterSensitiveLog: (
|
|
1246
|
+
obj: DeleteVehicleRequest
|
|
1247
|
+
) => any;
|
|
1248
|
+
export declare const DeleteVehicleResponseFilterSensitiveLog: (
|
|
1249
|
+
obj: DeleteVehicleResponse
|
|
1250
|
+
) => any;
|
|
1251
|
+
export declare const DisassociateVehicleFleetRequestFilterSensitiveLog: (
|
|
1252
|
+
obj: DisassociateVehicleFleetRequest
|
|
1253
|
+
) => any;
|
|
1254
|
+
export declare const DisassociateVehicleFleetResponseFilterSensitiveLog: (
|
|
1255
|
+
obj: DisassociateVehicleFleetResponse
|
|
1256
|
+
) => any;
|
|
1257
|
+
export declare const ListFleetsForVehicleRequestFilterSensitiveLog: (
|
|
1258
|
+
obj: ListFleetsForVehicleRequest
|
|
1259
|
+
) => any;
|
|
1260
|
+
export declare const ListFleetsForVehicleResponseFilterSensitiveLog: (
|
|
1261
|
+
obj: ListFleetsForVehicleResponse
|
|
1262
|
+
) => any;
|
|
1263
|
+
export declare const GetFleetRequestFilterSensitiveLog: (
|
|
1264
|
+
obj: GetFleetRequest
|
|
1265
|
+
) => any;
|
|
1266
|
+
export declare const GetFleetResponseFilterSensitiveLog: (
|
|
1267
|
+
obj: GetFleetResponse
|
|
1268
|
+
) => any;
|
|
1269
|
+
export declare const ListFleetsRequestFilterSensitiveLog: (
|
|
1270
|
+
obj: ListFleetsRequest
|
|
1271
|
+
) => any;
|
|
1272
|
+
export declare const FleetSummaryFilterSensitiveLog: (obj: FleetSummary) => any;
|
|
1273
|
+
export declare const ListFleetsResponseFilterSensitiveLog: (
|
|
1274
|
+
obj: ListFleetsResponse
|
|
1275
|
+
) => any;
|
|
1276
|
+
export declare const UpdateFleetRequestFilterSensitiveLog: (
|
|
1277
|
+
obj: UpdateFleetRequest
|
|
1278
|
+
) => any;
|
|
1279
|
+
export declare const UpdateFleetResponseFilterSensitiveLog: (
|
|
1280
|
+
obj: UpdateFleetResponse
|
|
1281
|
+
) => any;
|
|
1282
|
+
export declare const ListVehiclesInFleetRequestFilterSensitiveLog: (
|
|
1283
|
+
obj: ListVehiclesInFleetRequest
|
|
1284
|
+
) => any;
|
|
1285
|
+
export declare const ListVehiclesInFleetResponseFilterSensitiveLog: (
|
|
1286
|
+
obj: ListVehiclesInFleetResponse
|
|
1287
|
+
) => any;
|
|
1288
|
+
export declare const FormattedVssFilterSensitiveLog: (obj: FormattedVss) => any;
|
|
1289
|
+
export declare const GetLoggingOptionsRequestFilterSensitiveLog: (
|
|
1290
|
+
obj: GetLoggingOptionsRequest
|
|
1291
|
+
) => any;
|
|
1292
|
+
export declare const GetLoggingOptionsResponseFilterSensitiveLog: (
|
|
1293
|
+
obj: GetLoggingOptionsResponse
|
|
1294
|
+
) => any;
|
|
1295
|
+
export declare const GetModelManifestRequestFilterSensitiveLog: (
|
|
1296
|
+
obj: GetModelManifestRequest
|
|
1297
|
+
) => any;
|
|
1298
|
+
export declare const GetModelManifestResponseFilterSensitiveLog: (
|
|
1299
|
+
obj: GetModelManifestResponse
|
|
1300
|
+
) => any;
|
|
1301
|
+
export declare const GetRegisterAccountStatusRequestFilterSensitiveLog: (
|
|
1302
|
+
obj: GetRegisterAccountStatusRequest
|
|
1303
|
+
) => any;
|
|
1304
|
+
export declare const IamRegistrationResponseFilterSensitiveLog: (
|
|
1305
|
+
obj: IamRegistrationResponse
|
|
1306
|
+
) => any;
|
|
1307
|
+
export declare const TimestreamRegistrationResponseFilterSensitiveLog: (
|
|
1308
|
+
obj: TimestreamRegistrationResponse
|
|
1309
|
+
) => any;
|
|
1310
|
+
export declare const GetRegisterAccountStatusResponseFilterSensitiveLog: (
|
|
1311
|
+
obj: GetRegisterAccountStatusResponse
|
|
1312
|
+
) => any;
|
|
1313
|
+
export declare const GetSignalCatalogRequestFilterSensitiveLog: (
|
|
1314
|
+
obj: GetSignalCatalogRequest
|
|
1315
|
+
) => any;
|
|
1316
|
+
export declare const NodeCountsFilterSensitiveLog: (obj: NodeCounts) => any;
|
|
1317
|
+
export declare const GetSignalCatalogResponseFilterSensitiveLog: (
|
|
1318
|
+
obj: GetSignalCatalogResponse
|
|
1319
|
+
) => any;
|
|
1320
|
+
export declare const GetVehicleRequestFilterSensitiveLog: (
|
|
1321
|
+
obj: GetVehicleRequest
|
|
1322
|
+
) => any;
|
|
1323
|
+
export declare const GetVehicleResponseFilterSensitiveLog: (
|
|
1324
|
+
obj: GetVehicleResponse
|
|
1325
|
+
) => any;
|
|
1326
|
+
export declare const GetVehicleStatusRequestFilterSensitiveLog: (
|
|
1327
|
+
obj: GetVehicleStatusRequest
|
|
1328
|
+
) => any;
|
|
1329
|
+
export declare const VehicleStatusFilterSensitiveLog: (
|
|
1330
|
+
obj: VehicleStatus
|
|
1331
|
+
) => any;
|
|
1332
|
+
export declare const GetVehicleStatusResponseFilterSensitiveLog: (
|
|
1333
|
+
obj: GetVehicleStatusResponse
|
|
1334
|
+
) => any;
|
|
1335
|
+
export declare const IamResourcesFilterSensitiveLog: (obj: IamResources) => any;
|
|
1336
|
+
export declare const ImportSignalCatalogRequestFilterSensitiveLog: (
|
|
1337
|
+
obj: ImportSignalCatalogRequest
|
|
1338
|
+
) => any;
|
|
1339
|
+
export declare const ImportSignalCatalogResponseFilterSensitiveLog: (
|
|
1340
|
+
obj: ImportSignalCatalogResponse
|
|
1341
|
+
) => any;
|
|
1342
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1343
|
+
obj: ListTagsForResourceRequest
|
|
1344
|
+
) => any;
|
|
1345
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1346
|
+
obj: ListTagsForResourceResponse
|
|
1347
|
+
) => any;
|
|
1348
|
+
export declare const ListModelManifestNodesRequestFilterSensitiveLog: (
|
|
1349
|
+
obj: ListModelManifestNodesRequest
|
|
1350
|
+
) => any;
|
|
1351
|
+
export declare const ListModelManifestNodesResponseFilterSensitiveLog: (
|
|
1352
|
+
obj: ListModelManifestNodesResponse
|
|
1353
|
+
) => any;
|
|
1354
|
+
export declare const ListModelManifestsRequestFilterSensitiveLog: (
|
|
1355
|
+
obj: ListModelManifestsRequest
|
|
1356
|
+
) => any;
|
|
1357
|
+
export declare const ModelManifestSummaryFilterSensitiveLog: (
|
|
1358
|
+
obj: ModelManifestSummary
|
|
1359
|
+
) => any;
|
|
1360
|
+
export declare const ListModelManifestsResponseFilterSensitiveLog: (
|
|
1361
|
+
obj: ListModelManifestsResponse
|
|
1362
|
+
) => any;
|
|
1363
|
+
export declare const UpdateModelManifestRequestFilterSensitiveLog: (
|
|
1364
|
+
obj: UpdateModelManifestRequest
|
|
1365
|
+
) => any;
|
|
1366
|
+
export declare const UpdateModelManifestResponseFilterSensitiveLog: (
|
|
1367
|
+
obj: UpdateModelManifestResponse
|
|
1368
|
+
) => any;
|
|
1369
|
+
export declare const PutLoggingOptionsRequestFilterSensitiveLog: (
|
|
1370
|
+
obj: PutLoggingOptionsRequest
|
|
1371
|
+
) => any;
|
|
1372
|
+
export declare const PutLoggingOptionsResponseFilterSensitiveLog: (
|
|
1373
|
+
obj: PutLoggingOptionsResponse
|
|
1374
|
+
) => any;
|
|
1375
|
+
export declare const TimestreamResourcesFilterSensitiveLog: (
|
|
1376
|
+
obj: TimestreamResources
|
|
1377
|
+
) => any;
|
|
1378
|
+
export declare const RegisterAccountRequestFilterSensitiveLog: (
|
|
1379
|
+
obj: RegisterAccountRequest
|
|
1380
|
+
) => any;
|
|
1381
|
+
export declare const RegisterAccountResponseFilterSensitiveLog: (
|
|
1382
|
+
obj: RegisterAccountResponse
|
|
1383
|
+
) => any;
|
|
1384
|
+
export declare const ListSignalCatalogNodesRequestFilterSensitiveLog: (
|
|
1385
|
+
obj: ListSignalCatalogNodesRequest
|
|
1386
|
+
) => any;
|
|
1387
|
+
export declare const ListSignalCatalogNodesResponseFilterSensitiveLog: (
|
|
1388
|
+
obj: ListSignalCatalogNodesResponse
|
|
1389
|
+
) => any;
|
|
1390
|
+
export declare const ListSignalCatalogsRequestFilterSensitiveLog: (
|
|
1391
|
+
obj: ListSignalCatalogsRequest
|
|
1392
|
+
) => any;
|
|
1393
|
+
export declare const SignalCatalogSummaryFilterSensitiveLog: (
|
|
1394
|
+
obj: SignalCatalogSummary
|
|
1395
|
+
) => any;
|
|
1396
|
+
export declare const ListSignalCatalogsResponseFilterSensitiveLog: (
|
|
1397
|
+
obj: ListSignalCatalogsResponse
|
|
1398
|
+
) => any;
|
|
1399
|
+
export declare const UpdateSignalCatalogRequestFilterSensitiveLog: (
|
|
1400
|
+
obj: UpdateSignalCatalogRequest
|
|
1401
|
+
) => any;
|
|
1402
|
+
export declare const UpdateSignalCatalogResponseFilterSensitiveLog: (
|
|
1403
|
+
obj: UpdateSignalCatalogResponse
|
|
1404
|
+
) => any;
|
|
1405
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1406
|
+
obj: TagResourceRequest
|
|
1407
|
+
) => any;
|
|
1408
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1409
|
+
obj: TagResourceResponse
|
|
1410
|
+
) => any;
|
|
1411
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1412
|
+
obj: UntagResourceRequest
|
|
1413
|
+
) => any;
|
|
1414
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1415
|
+
obj: UntagResourceResponse
|
|
1416
|
+
) => any;
|
|
1417
|
+
export declare const ListVehiclesRequestFilterSensitiveLog: (
|
|
1418
|
+
obj: ListVehiclesRequest
|
|
1419
|
+
) => any;
|
|
1420
|
+
export declare const VehicleSummaryFilterSensitiveLog: (
|
|
1421
|
+
obj: VehicleSummary
|
|
1422
|
+
) => any;
|
|
1423
|
+
export declare const ListVehiclesResponseFilterSensitiveLog: (
|
|
1424
|
+
obj: ListVehiclesResponse
|
|
1425
|
+
) => any;
|
|
1426
|
+
export declare const UpdateVehicleRequestFilterSensitiveLog: (
|
|
1427
|
+
obj: UpdateVehicleRequest
|
|
1428
|
+
) => any;
|
|
1429
|
+
export declare const UpdateVehicleResponseFilterSensitiveLog: (
|
|
1430
|
+
obj: UpdateVehicleResponse
|
|
1431
|
+
) => any;
|