@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,26 @@
|
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
|
+
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
5
|
+
import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
6
|
+
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
7
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
8
|
+
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
9
|
+
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
10
|
+
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
11
|
+
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
12
|
+
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
14
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
15
|
+
export var getRuntimeConfig = function (config) {
|
|
16
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
18
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
19
|
+
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
21
|
+
switch (_a.label) {
|
|
22
|
+
case 0: return [4, defaultConfigProvider()];
|
|
23
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
24
|
+
}
|
|
25
|
+
}); }); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
26
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
|
+
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
|
+
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
|
+
import { Hash } from "@aws-sdk/hash-node";
|
|
7
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@aws-sdk/middleware-retry";
|
|
8
|
+
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
9
|
+
import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
10
|
+
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
|
+
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
|
+
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
|
+
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
|
+
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
17
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
18
|
+
export var getRuntimeConfig = function (config) {
|
|
19
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
21
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
22
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
23
|
+
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
24
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(__assign(__assign({}, NODE_RETRY_MODE_CONFIG_OPTIONS), { default: function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
25
|
+
switch (_a.label) {
|
|
26
|
+
case 0: return [4, defaultConfigProvider()];
|
|
27
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
28
|
+
}
|
|
29
|
+
}); }); } })), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
30
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
|
+
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
+
export var getRuntimeConfig = function (config) {
|
|
5
|
+
var _a;
|
|
6
|
+
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
7
|
+
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
8
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
3
|
+
export var getRuntimeConfig = function (config) {
|
|
4
|
+
var _a, _b, _c, _d, _e;
|
|
5
|
+
return ({
|
|
6
|
+
apiVersion: "2021-06-17",
|
|
7
|
+
disableHostPrefix: (_a = config === null || config === void 0 ? void 0 : config.disableHostPrefix) !== null && _a !== void 0 ? _a : false,
|
|
8
|
+
logger: (_b = config === null || config === void 0 ? void 0 : config.logger) !== null && _b !== void 0 ? _b : {},
|
|
9
|
+
regionInfoProvider: (_c = config === null || config === void 0 ? void 0 : config.regionInfoProvider) !== null && _c !== void 0 ? _c : defaultRegionInfoProvider,
|
|
10
|
+
serviceId: (_d = config === null || config === void 0 ? void 0 : config.serviceId) !== null && _d !== void 0 ? _d : "IoTFleetWise",
|
|
11
|
+
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
12
|
+
});
|
|
13
|
+
};
|
|
@@ -0,0 +1,516 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput } from "./commands/AssociateVehicleFleetCommand";
|
|
3
|
+
import { BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput } from "./commands/BatchCreateVehicleCommand";
|
|
4
|
+
import { BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput } from "./commands/BatchUpdateVehicleCommand";
|
|
5
|
+
import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
|
|
6
|
+
import { CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput } from "./commands/CreateDecoderManifestCommand";
|
|
7
|
+
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
8
|
+
import { CreateModelManifestCommandInput, CreateModelManifestCommandOutput } from "./commands/CreateModelManifestCommand";
|
|
9
|
+
import { CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput } from "./commands/CreateSignalCatalogCommand";
|
|
10
|
+
import { CreateVehicleCommandInput, CreateVehicleCommandOutput } from "./commands/CreateVehicleCommand";
|
|
11
|
+
import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
|
|
12
|
+
import { DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput } from "./commands/DeleteDecoderManifestCommand";
|
|
13
|
+
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
14
|
+
import { DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput } from "./commands/DeleteModelManifestCommand";
|
|
15
|
+
import { DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput } from "./commands/DeleteSignalCatalogCommand";
|
|
16
|
+
import { DeleteVehicleCommandInput, DeleteVehicleCommandOutput } from "./commands/DeleteVehicleCommand";
|
|
17
|
+
import { DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput } from "./commands/DisassociateVehicleFleetCommand";
|
|
18
|
+
import { GetCampaignCommandInput, GetCampaignCommandOutput } from "./commands/GetCampaignCommand";
|
|
19
|
+
import { GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput } from "./commands/GetDecoderManifestCommand";
|
|
20
|
+
import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
|
|
21
|
+
import { GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput } from "./commands/GetLoggingOptionsCommand";
|
|
22
|
+
import { GetModelManifestCommandInput, GetModelManifestCommandOutput } from "./commands/GetModelManifestCommand";
|
|
23
|
+
import { GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput } from "./commands/GetRegisterAccountStatusCommand";
|
|
24
|
+
import { GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput } from "./commands/GetSignalCatalogCommand";
|
|
25
|
+
import { GetVehicleCommandInput, GetVehicleCommandOutput } from "./commands/GetVehicleCommand";
|
|
26
|
+
import { GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput } from "./commands/GetVehicleStatusCommand";
|
|
27
|
+
import { ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput } from "./commands/ImportDecoderManifestCommand";
|
|
28
|
+
import { ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput } from "./commands/ImportSignalCatalogCommand";
|
|
29
|
+
import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
|
|
30
|
+
import { ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput } from "./commands/ListDecoderManifestNetworkInterfacesCommand";
|
|
31
|
+
import { ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput } from "./commands/ListDecoderManifestsCommand";
|
|
32
|
+
import { ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput } from "./commands/ListDecoderManifestSignalsCommand";
|
|
33
|
+
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
|
|
34
|
+
import { ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput } from "./commands/ListFleetsForVehicleCommand";
|
|
35
|
+
import { ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput } from "./commands/ListModelManifestNodesCommand";
|
|
36
|
+
import { ListModelManifestsCommandInput, ListModelManifestsCommandOutput } from "./commands/ListModelManifestsCommand";
|
|
37
|
+
import { ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput } from "./commands/ListSignalCatalogNodesCommand";
|
|
38
|
+
import { ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput } from "./commands/ListSignalCatalogsCommand";
|
|
39
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
40
|
+
import { ListVehiclesCommandInput, ListVehiclesCommandOutput } from "./commands/ListVehiclesCommand";
|
|
41
|
+
import { ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput } from "./commands/ListVehiclesInFleetCommand";
|
|
42
|
+
import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
|
|
43
|
+
import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
|
|
44
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
45
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
46
|
+
import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
|
|
47
|
+
import { UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput } from "./commands/UpdateDecoderManifestCommand";
|
|
48
|
+
import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
|
|
49
|
+
import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } from "./commands/UpdateModelManifestCommand";
|
|
50
|
+
import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "./commands/UpdateSignalCatalogCommand";
|
|
51
|
+
import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
|
|
52
|
+
import { IoTFleetWiseClient } from "./IoTFleetWiseClient";
|
|
53
|
+
/**
|
|
54
|
+
* <note>
|
|
55
|
+
* <p>Amazon Web Services IoT FleetWise is in preview release and is subject to change. We recommend that you
|
|
56
|
+
* use the service only with test data, and not in production environments.</p>
|
|
57
|
+
* <p>While Amazon Web Services IoT FleetWise is in preview, you must download the preview Amazon Web Services SDK and CLI
|
|
58
|
+
* to use the API operations for this service. These API operations aren't
|
|
59
|
+
* available in the public Amazon Web Services SDK or CLI. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/preview-sdk-cli.html">Preview Amazon Web Services SDK
|
|
60
|
+
* and CLI</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
61
|
+
* </note>
|
|
62
|
+
* <p>Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer
|
|
63
|
+
* vehicle data to the Amazon Web Services cloud at scale. With Amazon Web Services IoT FleetWise, you can standardize all of
|
|
64
|
+
* your vehicle data models, independent of the in-vehicle communication architecture, and
|
|
65
|
+
* define data collection rules to transfer only high-value data to the cloud.
|
|
66
|
+
* </p>
|
|
67
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/">What is Amazon Web Services IoT FleetWise?</a> in the
|
|
68
|
+
* <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
69
|
+
*/
|
|
70
|
+
export declare class IoTFleetWise extends IoTFleetWiseClient {
|
|
71
|
+
/**
|
|
72
|
+
* <p> Adds, or associates, a vehicle with a fleet. </p>
|
|
73
|
+
*/
|
|
74
|
+
associateVehicleFleet(args: AssociateVehicleFleetCommandInput, options?: __HttpHandlerOptions): Promise<AssociateVehicleFleetCommandOutput>;
|
|
75
|
+
associateVehicleFleet(args: AssociateVehicleFleetCommandInput, cb: (err: any, data?: AssociateVehicleFleetCommandOutput) => void): void;
|
|
76
|
+
associateVehicleFleet(args: AssociateVehicleFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateVehicleFleetCommandOutput) => void): void;
|
|
77
|
+
/**
|
|
78
|
+
* <p> Creates a group, or batch, of vehicles. </p>
|
|
79
|
+
* <note>
|
|
80
|
+
* <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
|
|
81
|
+
* vehicle. </p>
|
|
82
|
+
* </note>
|
|
83
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/create-vehicles-cli.html">Create multiple
|
|
84
|
+
* vehicles (AWS CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>. </p>
|
|
85
|
+
*/
|
|
86
|
+
batchCreateVehicle(args: BatchCreateVehicleCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateVehicleCommandOutput>;
|
|
87
|
+
batchCreateVehicle(args: BatchCreateVehicleCommandInput, cb: (err: any, data?: BatchCreateVehicleCommandOutput) => void): void;
|
|
88
|
+
batchCreateVehicle(args: BatchCreateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateVehicleCommandOutput) => void): void;
|
|
89
|
+
/**
|
|
90
|
+
* <p> Updates a group, or batch, of vehicles.</p>
|
|
91
|
+
* <note>
|
|
92
|
+
* <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
|
|
93
|
+
* vehicle. </p>
|
|
94
|
+
* </note>
|
|
95
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/update-vehicles-cli.html">Update multiple
|
|
96
|
+
* vehicles (AWS CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>. </p>
|
|
97
|
+
*/
|
|
98
|
+
batchUpdateVehicle(args: BatchUpdateVehicleCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateVehicleCommandOutput>;
|
|
99
|
+
batchUpdateVehicle(args: BatchUpdateVehicleCommandInput, cb: (err: any, data?: BatchUpdateVehicleCommandOutput) => void): void;
|
|
100
|
+
batchUpdateVehicle(args: BatchUpdateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateVehicleCommandOutput) => void): void;
|
|
101
|
+
/**
|
|
102
|
+
* <p>Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software
|
|
103
|
+
* running in vehicles uses campaigns to decide how to collect and transfer data to the
|
|
104
|
+
* cloud. You create campaigns in the cloud. After you or your team approve campaigns,
|
|
105
|
+
* Amazon Web Services IoT FleetWise automatically deploys them to vehicles. </p>
|
|
106
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/campaigns.html">Collect and transfer data
|
|
107
|
+
* with campaigns</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
108
|
+
*/
|
|
109
|
+
createCampaign(args: CreateCampaignCommandInput, options?: __HttpHandlerOptions): Promise<CreateCampaignCommandOutput>;
|
|
110
|
+
createCampaign(args: CreateCampaignCommandInput, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
|
|
111
|
+
createCampaign(args: CreateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
|
|
112
|
+
/**
|
|
113
|
+
* <p>Creates the decoder manifest associated with a model manifest. To create a decoder
|
|
114
|
+
* manifest, the following must be true:</p>
|
|
115
|
+
* <ul>
|
|
116
|
+
* <li>
|
|
117
|
+
* <p>Every signal decoder has a unique name.</p>
|
|
118
|
+
* </li>
|
|
119
|
+
* <li>
|
|
120
|
+
* <p>Each signal decoder is associated with a network interface.</p>
|
|
121
|
+
* </li>
|
|
122
|
+
* <li>
|
|
123
|
+
* <p>Each network interface has a unique ID.</p>
|
|
124
|
+
* </li>
|
|
125
|
+
* <li>
|
|
126
|
+
* <p>The signal decoders are specified in the model manifest.</p>
|
|
127
|
+
* </li>
|
|
128
|
+
* </ul>
|
|
129
|
+
*/
|
|
130
|
+
createDecoderManifest(args: CreateDecoderManifestCommandInput, options?: __HttpHandlerOptions): Promise<CreateDecoderManifestCommandOutput>;
|
|
131
|
+
createDecoderManifest(args: CreateDecoderManifestCommandInput, cb: (err: any, data?: CreateDecoderManifestCommandOutput) => void): void;
|
|
132
|
+
createDecoderManifest(args: CreateDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDecoderManifestCommandOutput) => void): void;
|
|
133
|
+
/**
|
|
134
|
+
* <p> Creates a fleet that represents a group of vehicles.
|
|
135
|
+
* </p>
|
|
136
|
+
* <note>
|
|
137
|
+
* <p>You must create both a signal catalog and vehicles before you can create a fleet.
|
|
138
|
+
* </p>
|
|
139
|
+
* </note>
|
|
140
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleets.html">Fleets</a> in the
|
|
141
|
+
* <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
142
|
+
*/
|
|
143
|
+
createFleet(args: CreateFleetCommandInput, options?: __HttpHandlerOptions): Promise<CreateFleetCommandOutput>;
|
|
144
|
+
createFleet(args: CreateFleetCommandInput, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
|
|
145
|
+
createFleet(args: CreateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
|
|
146
|
+
/**
|
|
147
|
+
* <p> Creates a vehicle model (model manifest) that specifies signals (attributes,
|
|
148
|
+
* branches, sensors, and actuators). </p>
|
|
149
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html">Vehicle models</a>
|
|
150
|
+
* in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
151
|
+
*/
|
|
152
|
+
createModelManifest(args: CreateModelManifestCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelManifestCommandOutput>;
|
|
153
|
+
createModelManifest(args: CreateModelManifestCommandInput, cb: (err: any, data?: CreateModelManifestCommandOutput) => void): void;
|
|
154
|
+
createModelManifest(args: CreateModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelManifestCommandOutput) => void): void;
|
|
155
|
+
/**
|
|
156
|
+
* <p> Creates a collection of standardized signals that can be reused to create vehicle
|
|
157
|
+
* models.</p>
|
|
158
|
+
*/
|
|
159
|
+
createSignalCatalog(args: CreateSignalCatalogCommandInput, options?: __HttpHandlerOptions): Promise<CreateSignalCatalogCommandOutput>;
|
|
160
|
+
createSignalCatalog(args: CreateSignalCatalogCommandInput, cb: (err: any, data?: CreateSignalCatalogCommandOutput) => void): void;
|
|
161
|
+
createSignalCatalog(args: CreateSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSignalCatalogCommandOutput) => void): void;
|
|
162
|
+
/**
|
|
163
|
+
* <p> Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles
|
|
164
|
+
* created from the same vehicle model consist of the same signals inherited from the
|
|
165
|
+
* vehicle model.</p>
|
|
166
|
+
* <note>
|
|
167
|
+
* <p> If you have an existing Amazon Web Services IoT Thing, you can use Amazon Web Services IoT FleetWise to create a
|
|
168
|
+
* vehicle and collect data from your thing. </p>
|
|
169
|
+
* </note>
|
|
170
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/create-vehicle-cli.html">Create a vehicle
|
|
171
|
+
* (AWS CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
172
|
+
*/
|
|
173
|
+
createVehicle(args: CreateVehicleCommandInput, options?: __HttpHandlerOptions): Promise<CreateVehicleCommandOutput>;
|
|
174
|
+
createVehicle(args: CreateVehicleCommandInput, cb: (err: any, data?: CreateVehicleCommandOutput) => void): void;
|
|
175
|
+
createVehicle(args: CreateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVehicleCommandOutput) => void): void;
|
|
176
|
+
/**
|
|
177
|
+
* <p> Deletes a data collection campaign. Deleting a campaign suspends all data collection
|
|
178
|
+
* and removes it from any vehicles. </p>
|
|
179
|
+
*/
|
|
180
|
+
deleteCampaign(args: DeleteCampaignCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCampaignCommandOutput>;
|
|
181
|
+
deleteCampaign(args: DeleteCampaignCommandInput, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
|
|
182
|
+
deleteCampaign(args: DeleteCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
|
|
183
|
+
/**
|
|
184
|
+
* <p> Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles
|
|
185
|
+
* associated with it. </p>
|
|
186
|
+
* <note>
|
|
187
|
+
* <p>If the decoder manifest is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
|
|
188
|
+
* response with an empty body.</p>
|
|
189
|
+
* </note>
|
|
190
|
+
*/
|
|
191
|
+
deleteDecoderManifest(args: DeleteDecoderManifestCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDecoderManifestCommandOutput>;
|
|
192
|
+
deleteDecoderManifest(args: DeleteDecoderManifestCommandInput, cb: (err: any, data?: DeleteDecoderManifestCommandOutput) => void): void;
|
|
193
|
+
deleteDecoderManifest(args: DeleteDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDecoderManifestCommandOutput) => void): void;
|
|
194
|
+
/**
|
|
195
|
+
* <p> Deletes a fleet. Before you delete a fleet, all vehicles must be
|
|
196
|
+
* dissociated from the fleet. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/delete-fleet-cli.html">Delete a fleet (AWS
|
|
197
|
+
* CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
198
|
+
* <note>
|
|
199
|
+
* <p>If the fleet is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
|
|
200
|
+
* with an empty body.</p>
|
|
201
|
+
* </note>
|
|
202
|
+
*/
|
|
203
|
+
deleteFleet(args: DeleteFleetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetCommandOutput>;
|
|
204
|
+
deleteFleet(args: DeleteFleetCommandInput, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
|
|
205
|
+
deleteFleet(args: DeleteFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
|
|
206
|
+
/**
|
|
207
|
+
* <p> Deletes a vehicle model (model manifest).</p>
|
|
208
|
+
* <note>
|
|
209
|
+
* <p>If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
|
|
210
|
+
* response with an empty body.</p>
|
|
211
|
+
* </note>
|
|
212
|
+
*/
|
|
213
|
+
deleteModelManifest(args: DeleteModelManifestCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelManifestCommandOutput>;
|
|
214
|
+
deleteModelManifest(args: DeleteModelManifestCommandInput, cb: (err: any, data?: DeleteModelManifestCommandOutput) => void): void;
|
|
215
|
+
deleteModelManifest(args: DeleteModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelManifestCommandOutput) => void): void;
|
|
216
|
+
/**
|
|
217
|
+
* <p> Deletes a signal catalog. </p>
|
|
218
|
+
* <note>
|
|
219
|
+
* <p>If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
|
|
220
|
+
* response with an empty body.</p>
|
|
221
|
+
* </note>
|
|
222
|
+
*/
|
|
223
|
+
deleteSignalCatalog(args: DeleteSignalCatalogCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSignalCatalogCommandOutput>;
|
|
224
|
+
deleteSignalCatalog(args: DeleteSignalCatalogCommandInput, cb: (err: any, data?: DeleteSignalCatalogCommandOutput) => void): void;
|
|
225
|
+
deleteSignalCatalog(args: DeleteSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSignalCatalogCommandOutput) => void): void;
|
|
226
|
+
/**
|
|
227
|
+
* <p> Deletes a vehicle and removes it from any campaigns.</p>
|
|
228
|
+
* <note>
|
|
229
|
+
* <p>If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
|
|
230
|
+
* with an empty body.</p>
|
|
231
|
+
* </note>
|
|
232
|
+
*/
|
|
233
|
+
deleteVehicle(args: DeleteVehicleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVehicleCommandOutput>;
|
|
234
|
+
deleteVehicle(args: DeleteVehicleCommandInput, cb: (err: any, data?: DeleteVehicleCommandOutput) => void): void;
|
|
235
|
+
deleteVehicle(args: DeleteVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVehicleCommandOutput) => void): void;
|
|
236
|
+
/**
|
|
237
|
+
* <p>Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a
|
|
238
|
+
* fleet doesn't delete the vehicle.</p>
|
|
239
|
+
* <note>
|
|
240
|
+
* <p>If the vehicle is successfully dissociated from a fleet, Amazon Web Services IoT FleetWise sends back an
|
|
241
|
+
* HTTP 200 response with an empty body.</p>
|
|
242
|
+
* </note>
|
|
243
|
+
*/
|
|
244
|
+
disassociateVehicleFleet(args: DisassociateVehicleFleetCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateVehicleFleetCommandOutput>;
|
|
245
|
+
disassociateVehicleFleet(args: DisassociateVehicleFleetCommandInput, cb: (err: any, data?: DisassociateVehicleFleetCommandOutput) => void): void;
|
|
246
|
+
disassociateVehicleFleet(args: DisassociateVehicleFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateVehicleFleetCommandOutput) => void): void;
|
|
247
|
+
/**
|
|
248
|
+
* <p> Retrieves information about a campaign. </p>
|
|
249
|
+
*/
|
|
250
|
+
getCampaign(args: GetCampaignCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignCommandOutput>;
|
|
251
|
+
getCampaign(args: GetCampaignCommandInput, cb: (err: any, data?: GetCampaignCommandOutput) => void): void;
|
|
252
|
+
getCampaign(args: GetCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignCommandOutput) => void): void;
|
|
253
|
+
/**
|
|
254
|
+
* <p> Retrieves information about a created decoder manifest. </p>
|
|
255
|
+
*/
|
|
256
|
+
getDecoderManifest(args: GetDecoderManifestCommandInput, options?: __HttpHandlerOptions): Promise<GetDecoderManifestCommandOutput>;
|
|
257
|
+
getDecoderManifest(args: GetDecoderManifestCommandInput, cb: (err: any, data?: GetDecoderManifestCommandOutput) => void): void;
|
|
258
|
+
getDecoderManifest(args: GetDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDecoderManifestCommandOutput) => void): void;
|
|
259
|
+
/**
|
|
260
|
+
* <p> Retrieves information about a fleet. </p>
|
|
261
|
+
*/
|
|
262
|
+
getFleet(args: GetFleetCommandInput, options?: __HttpHandlerOptions): Promise<GetFleetCommandOutput>;
|
|
263
|
+
getFleet(args: GetFleetCommandInput, cb: (err: any, data?: GetFleetCommandOutput) => void): void;
|
|
264
|
+
getFleet(args: GetFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFleetCommandOutput) => void): void;
|
|
265
|
+
/**
|
|
266
|
+
* <p>Retrieves the logging options.</p>
|
|
267
|
+
*/
|
|
268
|
+
getLoggingOptions(args: GetLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetLoggingOptionsCommandOutput>;
|
|
269
|
+
getLoggingOptions(args: GetLoggingOptionsCommandInput, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
|
|
270
|
+
getLoggingOptions(args: GetLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
|
|
271
|
+
/**
|
|
272
|
+
* <p> Retrieves information about a vehicle model (model manifest). </p>
|
|
273
|
+
*/
|
|
274
|
+
getModelManifest(args: GetModelManifestCommandInput, options?: __HttpHandlerOptions): Promise<GetModelManifestCommandOutput>;
|
|
275
|
+
getModelManifest(args: GetModelManifestCommandInput, cb: (err: any, data?: GetModelManifestCommandOutput) => void): void;
|
|
276
|
+
getModelManifest(args: GetModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelManifestCommandOutput) => void): void;
|
|
277
|
+
/**
|
|
278
|
+
* <p> Retrieves information about the status of registering your Amazon Web Services account, IAM, and
|
|
279
|
+
* Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services
|
|
280
|
+
* Cloud. </p>
|
|
281
|
+
* <p>For more information, including step-by-step procedures, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/setting-up.html">Setting up Amazon Web Services IoT FleetWise</a>. </p>
|
|
282
|
+
* <note>
|
|
283
|
+
* <p>This API operation doesn't require input parameters.</p>
|
|
284
|
+
* </note>
|
|
285
|
+
*/
|
|
286
|
+
getRegisterAccountStatus(args: GetRegisterAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetRegisterAccountStatusCommandOutput>;
|
|
287
|
+
getRegisterAccountStatus(args: GetRegisterAccountStatusCommandInput, cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void): void;
|
|
288
|
+
getRegisterAccountStatus(args: GetRegisterAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void): void;
|
|
289
|
+
/**
|
|
290
|
+
* <p> Retrieves information about a signal catalog. </p>
|
|
291
|
+
*/
|
|
292
|
+
getSignalCatalog(args: GetSignalCatalogCommandInput, options?: __HttpHandlerOptions): Promise<GetSignalCatalogCommandOutput>;
|
|
293
|
+
getSignalCatalog(args: GetSignalCatalogCommandInput, cb: (err: any, data?: GetSignalCatalogCommandOutput) => void): void;
|
|
294
|
+
getSignalCatalog(args: GetSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSignalCatalogCommandOutput) => void): void;
|
|
295
|
+
/**
|
|
296
|
+
* <p> Retrieves information about a vehicle. </p>
|
|
297
|
+
*/
|
|
298
|
+
getVehicle(args: GetVehicleCommandInput, options?: __HttpHandlerOptions): Promise<GetVehicleCommandOutput>;
|
|
299
|
+
getVehicle(args: GetVehicleCommandInput, cb: (err: any, data?: GetVehicleCommandOutput) => void): void;
|
|
300
|
+
getVehicle(args: GetVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVehicleCommandOutput) => void): void;
|
|
301
|
+
/**
|
|
302
|
+
* <p> Retrieves information about the status of a vehicle with any associated campaigns.
|
|
303
|
+
* </p>
|
|
304
|
+
*/
|
|
305
|
+
getVehicleStatus(args: GetVehicleStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetVehicleStatusCommandOutput>;
|
|
306
|
+
getVehicleStatus(args: GetVehicleStatusCommandInput, cb: (err: any, data?: GetVehicleStatusCommandOutput) => void): void;
|
|
307
|
+
getVehicleStatus(args: GetVehicleStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVehicleStatusCommandOutput) => void): void;
|
|
308
|
+
/**
|
|
309
|
+
* <p> Creates a decoder manifest using your existing CAN DBC file from your local device.
|
|
310
|
+
* </p>
|
|
311
|
+
*/
|
|
312
|
+
importDecoderManifest(args: ImportDecoderManifestCommandInput, options?: __HttpHandlerOptions): Promise<ImportDecoderManifestCommandOutput>;
|
|
313
|
+
importDecoderManifest(args: ImportDecoderManifestCommandInput, cb: (err: any, data?: ImportDecoderManifestCommandOutput) => void): void;
|
|
314
|
+
importDecoderManifest(args: ImportDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportDecoderManifestCommandOutput) => void): void;
|
|
315
|
+
/**
|
|
316
|
+
* <p> Creates a signal catalog using your existing VSS formatted content from your local
|
|
317
|
+
* device. </p>
|
|
318
|
+
*/
|
|
319
|
+
importSignalCatalog(args: ImportSignalCatalogCommandInput, options?: __HttpHandlerOptions): Promise<ImportSignalCatalogCommandOutput>;
|
|
320
|
+
importSignalCatalog(args: ImportSignalCatalogCommandInput, cb: (err: any, data?: ImportSignalCatalogCommandOutput) => void): void;
|
|
321
|
+
importSignalCatalog(args: ImportSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSignalCatalogCommandOutput) => void): void;
|
|
322
|
+
/**
|
|
323
|
+
* <p> Lists information about created campaigns. </p>
|
|
324
|
+
* <note>
|
|
325
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
326
|
+
* </note>
|
|
327
|
+
*/
|
|
328
|
+
listCampaigns(args: ListCampaignsCommandInput, options?: __HttpHandlerOptions): Promise<ListCampaignsCommandOutput>;
|
|
329
|
+
listCampaigns(args: ListCampaignsCommandInput, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
|
|
330
|
+
listCampaigns(args: ListCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
|
|
331
|
+
/**
|
|
332
|
+
* <p> Lists the network interfaces specified in a decoder manifest. </p>
|
|
333
|
+
* <note>
|
|
334
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
335
|
+
* </note>
|
|
336
|
+
*/
|
|
337
|
+
listDecoderManifestNetworkInterfaces(args: ListDecoderManifestNetworkInterfacesCommandInput, options?: __HttpHandlerOptions): Promise<ListDecoderManifestNetworkInterfacesCommandOutput>;
|
|
338
|
+
listDecoderManifestNetworkInterfaces(args: ListDecoderManifestNetworkInterfacesCommandInput, cb: (err: any, data?: ListDecoderManifestNetworkInterfacesCommandOutput) => void): void;
|
|
339
|
+
listDecoderManifestNetworkInterfaces(args: ListDecoderManifestNetworkInterfacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestNetworkInterfacesCommandOutput) => void): void;
|
|
340
|
+
/**
|
|
341
|
+
* <p> Lists decoder manifests. </p>
|
|
342
|
+
* <note>
|
|
343
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
344
|
+
* </note>
|
|
345
|
+
*/
|
|
346
|
+
listDecoderManifests(args: ListDecoderManifestsCommandInput, options?: __HttpHandlerOptions): Promise<ListDecoderManifestsCommandOutput>;
|
|
347
|
+
listDecoderManifests(args: ListDecoderManifestsCommandInput, cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void): void;
|
|
348
|
+
listDecoderManifests(args: ListDecoderManifestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void): void;
|
|
349
|
+
/**
|
|
350
|
+
* <p> A list of information about signal decoders specified in a decoder manifest. </p>
|
|
351
|
+
* <note>
|
|
352
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
353
|
+
* </note>
|
|
354
|
+
*/
|
|
355
|
+
listDecoderManifestSignals(args: ListDecoderManifestSignalsCommandInput, options?: __HttpHandlerOptions): Promise<ListDecoderManifestSignalsCommandOutput>;
|
|
356
|
+
listDecoderManifestSignals(args: ListDecoderManifestSignalsCommandInput, cb: (err: any, data?: ListDecoderManifestSignalsCommandOutput) => void): void;
|
|
357
|
+
listDecoderManifestSignals(args: ListDecoderManifestSignalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestSignalsCommandOutput) => void): void;
|
|
358
|
+
/**
|
|
359
|
+
* <p> Retrieves information for each created fleet in an Amazon Web Services account. </p>
|
|
360
|
+
* <note>
|
|
361
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
362
|
+
* </note>
|
|
363
|
+
*/
|
|
364
|
+
listFleets(args: ListFleetsCommandInput, options?: __HttpHandlerOptions): Promise<ListFleetsCommandOutput>;
|
|
365
|
+
listFleets(args: ListFleetsCommandInput, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
|
|
366
|
+
listFleets(args: ListFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
|
|
367
|
+
/**
|
|
368
|
+
* <p>Retrieves a list of IDs for all fleets that the vehicle is associated with.</p>
|
|
369
|
+
* <note>
|
|
370
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
371
|
+
* </note>
|
|
372
|
+
*/
|
|
373
|
+
listFleetsForVehicle(args: ListFleetsForVehicleCommandInput, options?: __HttpHandlerOptions): Promise<ListFleetsForVehicleCommandOutput>;
|
|
374
|
+
listFleetsForVehicle(args: ListFleetsForVehicleCommandInput, cb: (err: any, data?: ListFleetsForVehicleCommandOutput) => void): void;
|
|
375
|
+
listFleetsForVehicle(args: ListFleetsForVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetsForVehicleCommandOutput) => void): void;
|
|
376
|
+
/**
|
|
377
|
+
* <p> Lists information about nodes specified in a vehicle model (model manifest). </p>
|
|
378
|
+
* <note>
|
|
379
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
380
|
+
* </note>
|
|
381
|
+
*/
|
|
382
|
+
listModelManifestNodes(args: ListModelManifestNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListModelManifestNodesCommandOutput>;
|
|
383
|
+
listModelManifestNodes(args: ListModelManifestNodesCommandInput, cb: (err: any, data?: ListModelManifestNodesCommandOutput) => void): void;
|
|
384
|
+
listModelManifestNodes(args: ListModelManifestNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelManifestNodesCommandOutput) => void): void;
|
|
385
|
+
/**
|
|
386
|
+
* <p> Retrieves a list of vehicle models (model manifests). </p>
|
|
387
|
+
* <note>
|
|
388
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
389
|
+
* </note>
|
|
390
|
+
*/
|
|
391
|
+
listModelManifests(args: ListModelManifestsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelManifestsCommandOutput>;
|
|
392
|
+
listModelManifests(args: ListModelManifestsCommandInput, cb: (err: any, data?: ListModelManifestsCommandOutput) => void): void;
|
|
393
|
+
listModelManifests(args: ListModelManifestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelManifestsCommandOutput) => void): void;
|
|
394
|
+
/**
|
|
395
|
+
* <p> Lists of information about the signals (nodes) specified in a signal catalog. </p>
|
|
396
|
+
* <note>
|
|
397
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
398
|
+
* </note>
|
|
399
|
+
*/
|
|
400
|
+
listSignalCatalogNodes(args: ListSignalCatalogNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListSignalCatalogNodesCommandOutput>;
|
|
401
|
+
listSignalCatalogNodes(args: ListSignalCatalogNodesCommandInput, cb: (err: any, data?: ListSignalCatalogNodesCommandOutput) => void): void;
|
|
402
|
+
listSignalCatalogNodes(args: ListSignalCatalogNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSignalCatalogNodesCommandOutput) => void): void;
|
|
403
|
+
/**
|
|
404
|
+
* <p> Lists all the created signal catalogs in an Amazon Web Services account. </p>
|
|
405
|
+
* <p>You can use to list information about
|
|
406
|
+
* each signal (node) specified in a signal catalog.</p>
|
|
407
|
+
* <note>
|
|
408
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
409
|
+
* </note>
|
|
410
|
+
*/
|
|
411
|
+
listSignalCatalogs(args: ListSignalCatalogsCommandInput, options?: __HttpHandlerOptions): Promise<ListSignalCatalogsCommandOutput>;
|
|
412
|
+
listSignalCatalogs(args: ListSignalCatalogsCommandInput, cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void): void;
|
|
413
|
+
listSignalCatalogs(args: ListSignalCatalogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void): void;
|
|
414
|
+
/**
|
|
415
|
+
* <p>Lists the tags (metadata) you have assigned to the resource.</p>
|
|
416
|
+
*/
|
|
417
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
418
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
419
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
420
|
+
/**
|
|
421
|
+
* <p> Retrieves a list of summaries of created vehicles. </p>
|
|
422
|
+
* <note>
|
|
423
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
424
|
+
* </note>
|
|
425
|
+
*/
|
|
426
|
+
listVehicles(args: ListVehiclesCommandInput, options?: __HttpHandlerOptions): Promise<ListVehiclesCommandOutput>;
|
|
427
|
+
listVehicles(args: ListVehiclesCommandInput, cb: (err: any, data?: ListVehiclesCommandOutput) => void): void;
|
|
428
|
+
listVehicles(args: ListVehiclesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVehiclesCommandOutput) => void): void;
|
|
429
|
+
/**
|
|
430
|
+
* <p> Retrieves a list of summaries of all vehicles associated with a fleet. </p>
|
|
431
|
+
* <note>
|
|
432
|
+
* <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
|
|
433
|
+
* </note>
|
|
434
|
+
*/
|
|
435
|
+
listVehiclesInFleet(args: ListVehiclesInFleetCommandInput, options?: __HttpHandlerOptions): Promise<ListVehiclesInFleetCommandOutput>;
|
|
436
|
+
listVehiclesInFleet(args: ListVehiclesInFleetCommandInput, cb: (err: any, data?: ListVehiclesInFleetCommandOutput) => void): void;
|
|
437
|
+
listVehiclesInFleet(args: ListVehiclesInFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVehiclesInFleetCommandOutput) => void): void;
|
|
438
|
+
/**
|
|
439
|
+
* <p>Creates or updates the logging option.</p>
|
|
440
|
+
*/
|
|
441
|
+
putLoggingOptions(args: PutLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutLoggingOptionsCommandOutput>;
|
|
442
|
+
putLoggingOptions(args: PutLoggingOptionsCommandInput, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
|
|
443
|
+
putLoggingOptions(args: PutLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
|
|
444
|
+
/**
|
|
445
|
+
* <p>Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT FleetWise can
|
|
446
|
+
* transfer your vehicle data to the Amazon Web Services Cloud. For more information, including
|
|
447
|
+
* step-by-step procedures, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/setting-up.html">Setting up
|
|
448
|
+
* Amazon Web Services IoT FleetWise</a>. </p>
|
|
449
|
+
* <note>
|
|
450
|
+
* <p>An Amazon Web Services account is <b>not</b> the same thing as a "user
|
|
451
|
+
* account". An <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_identity-management.html#intro-identity-users">Amazon Web Services user</a> is an identity that you create using Identity and Access Management (IAM) and
|
|
452
|
+
* takes the form of either an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users.html">IAM user</a> or an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM role, both
|
|
453
|
+
* with credentials</a>. A single Amazon Web Services account can, and typically does,
|
|
454
|
+
* contain many users and roles.</p>
|
|
455
|
+
* </note>
|
|
456
|
+
*/
|
|
457
|
+
registerAccount(args: RegisterAccountCommandInput, options?: __HttpHandlerOptions): Promise<RegisterAccountCommandOutput>;
|
|
458
|
+
registerAccount(args: RegisterAccountCommandInput, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
|
|
459
|
+
registerAccount(args: RegisterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
|
|
460
|
+
/**
|
|
461
|
+
* <p>Adds to or modifies the tags of the given resource. Tags are metadata which can be
|
|
462
|
+
* used to manage a resource.</p>
|
|
463
|
+
*/
|
|
464
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
465
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
466
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
467
|
+
/**
|
|
468
|
+
* <p>Removes the given tags (metadata) from the resource.</p>
|
|
469
|
+
*/
|
|
470
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
471
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
472
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
473
|
+
/**
|
|
474
|
+
* <p> Updates a campaign. </p>
|
|
475
|
+
*/
|
|
476
|
+
updateCampaign(args: UpdateCampaignCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignCommandOutput>;
|
|
477
|
+
updateCampaign(args: UpdateCampaignCommandInput, cb: (err: any, data?: UpdateCampaignCommandOutput) => void): void;
|
|
478
|
+
updateCampaign(args: UpdateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignCommandOutput) => void): void;
|
|
479
|
+
/**
|
|
480
|
+
* <p> Updates a decoder manifest.</p>
|
|
481
|
+
* <p>A decoder manifest can only be updated when the status is <code>DRAFT</code>. Only
|
|
482
|
+
* <code>ACTIVE</code> decoder manifests can be associated with vehicles.</p>
|
|
483
|
+
*/
|
|
484
|
+
updateDecoderManifest(args: UpdateDecoderManifestCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDecoderManifestCommandOutput>;
|
|
485
|
+
updateDecoderManifest(args: UpdateDecoderManifestCommandInput, cb: (err: any, data?: UpdateDecoderManifestCommandOutput) => void): void;
|
|
486
|
+
updateDecoderManifest(args: UpdateDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDecoderManifestCommandOutput) => void): void;
|
|
487
|
+
/**
|
|
488
|
+
* <p> Updates the description of an existing fleet. </p>
|
|
489
|
+
* <note>
|
|
490
|
+
* <p>If the fleet is successfully updated, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
|
|
491
|
+
* with an empty HTTP body.</p>
|
|
492
|
+
* </note>
|
|
493
|
+
*/
|
|
494
|
+
updateFleet(args: UpdateFleetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFleetCommandOutput>;
|
|
495
|
+
updateFleet(args: UpdateFleetCommandInput, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
|
|
496
|
+
updateFleet(args: UpdateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
|
|
497
|
+
/**
|
|
498
|
+
* <p> Updates a vehicle model (model manifest). If created vehicles are associated with a
|
|
499
|
+
* vehicle model, it can't be updated.</p>
|
|
500
|
+
*/
|
|
501
|
+
updateModelManifest(args: UpdateModelManifestCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelManifestCommandOutput>;
|
|
502
|
+
updateModelManifest(args: UpdateModelManifestCommandInput, cb: (err: any, data?: UpdateModelManifestCommandOutput) => void): void;
|
|
503
|
+
updateModelManifest(args: UpdateModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelManifestCommandOutput) => void): void;
|
|
504
|
+
/**
|
|
505
|
+
* <p> Updates a signal catalog. </p>
|
|
506
|
+
*/
|
|
507
|
+
updateSignalCatalog(args: UpdateSignalCatalogCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSignalCatalogCommandOutput>;
|
|
508
|
+
updateSignalCatalog(args: UpdateSignalCatalogCommandInput, cb: (err: any, data?: UpdateSignalCatalogCommandOutput) => void): void;
|
|
509
|
+
updateSignalCatalog(args: UpdateSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSignalCatalogCommandOutput) => void): void;
|
|
510
|
+
/**
|
|
511
|
+
* <p> Updates a vehicle. </p>
|
|
512
|
+
*/
|
|
513
|
+
updateVehicle(args: UpdateVehicleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVehicleCommandOutput>;
|
|
514
|
+
updateVehicle(args: UpdateVehicleCommandInput, cb: (err: any, data?: UpdateVehicleCommandOutput) => void): void;
|
|
515
|
+
updateVehicle(args: UpdateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVehicleCommandOutput) => void): void;
|
|
516
|
+
}
|