@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,860 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateVehicleFleetCommandInput,
|
|
4
|
+
AssociateVehicleFleetCommandOutput,
|
|
5
|
+
} from "./commands/AssociateVehicleFleetCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchCreateVehicleCommandInput,
|
|
8
|
+
BatchCreateVehicleCommandOutput,
|
|
9
|
+
} from "./commands/BatchCreateVehicleCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchUpdateVehicleCommandInput,
|
|
12
|
+
BatchUpdateVehicleCommandOutput,
|
|
13
|
+
} from "./commands/BatchUpdateVehicleCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateCampaignCommandInput,
|
|
16
|
+
CreateCampaignCommandOutput,
|
|
17
|
+
} from "./commands/CreateCampaignCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateDecoderManifestCommandInput,
|
|
20
|
+
CreateDecoderManifestCommandOutput,
|
|
21
|
+
} from "./commands/CreateDecoderManifestCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateFleetCommandInput,
|
|
24
|
+
CreateFleetCommandOutput,
|
|
25
|
+
} from "./commands/CreateFleetCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateModelManifestCommandInput,
|
|
28
|
+
CreateModelManifestCommandOutput,
|
|
29
|
+
} from "./commands/CreateModelManifestCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateSignalCatalogCommandInput,
|
|
32
|
+
CreateSignalCatalogCommandOutput,
|
|
33
|
+
} from "./commands/CreateSignalCatalogCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateVehicleCommandInput,
|
|
36
|
+
CreateVehicleCommandOutput,
|
|
37
|
+
} from "./commands/CreateVehicleCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteCampaignCommandInput,
|
|
40
|
+
DeleteCampaignCommandOutput,
|
|
41
|
+
} from "./commands/DeleteCampaignCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteDecoderManifestCommandInput,
|
|
44
|
+
DeleteDecoderManifestCommandOutput,
|
|
45
|
+
} from "./commands/DeleteDecoderManifestCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteFleetCommandInput,
|
|
48
|
+
DeleteFleetCommandOutput,
|
|
49
|
+
} from "./commands/DeleteFleetCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteModelManifestCommandInput,
|
|
52
|
+
DeleteModelManifestCommandOutput,
|
|
53
|
+
} from "./commands/DeleteModelManifestCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteSignalCatalogCommandInput,
|
|
56
|
+
DeleteSignalCatalogCommandOutput,
|
|
57
|
+
} from "./commands/DeleteSignalCatalogCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteVehicleCommandInput,
|
|
60
|
+
DeleteVehicleCommandOutput,
|
|
61
|
+
} from "./commands/DeleteVehicleCommand";
|
|
62
|
+
import {
|
|
63
|
+
DisassociateVehicleFleetCommandInput,
|
|
64
|
+
DisassociateVehicleFleetCommandOutput,
|
|
65
|
+
} from "./commands/DisassociateVehicleFleetCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetCampaignCommandInput,
|
|
68
|
+
GetCampaignCommandOutput,
|
|
69
|
+
} from "./commands/GetCampaignCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetDecoderManifestCommandInput,
|
|
72
|
+
GetDecoderManifestCommandOutput,
|
|
73
|
+
} from "./commands/GetDecoderManifestCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetFleetCommandInput,
|
|
76
|
+
GetFleetCommandOutput,
|
|
77
|
+
} from "./commands/GetFleetCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetLoggingOptionsCommandInput,
|
|
80
|
+
GetLoggingOptionsCommandOutput,
|
|
81
|
+
} from "./commands/GetLoggingOptionsCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetModelManifestCommandInput,
|
|
84
|
+
GetModelManifestCommandOutput,
|
|
85
|
+
} from "./commands/GetModelManifestCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetRegisterAccountStatusCommandInput,
|
|
88
|
+
GetRegisterAccountStatusCommandOutput,
|
|
89
|
+
} from "./commands/GetRegisterAccountStatusCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetSignalCatalogCommandInput,
|
|
92
|
+
GetSignalCatalogCommandOutput,
|
|
93
|
+
} from "./commands/GetSignalCatalogCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetVehicleCommandInput,
|
|
96
|
+
GetVehicleCommandOutput,
|
|
97
|
+
} from "./commands/GetVehicleCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetVehicleStatusCommandInput,
|
|
100
|
+
GetVehicleStatusCommandOutput,
|
|
101
|
+
} from "./commands/GetVehicleStatusCommand";
|
|
102
|
+
import {
|
|
103
|
+
ImportDecoderManifestCommandInput,
|
|
104
|
+
ImportDecoderManifestCommandOutput,
|
|
105
|
+
} from "./commands/ImportDecoderManifestCommand";
|
|
106
|
+
import {
|
|
107
|
+
ImportSignalCatalogCommandInput,
|
|
108
|
+
ImportSignalCatalogCommandOutput,
|
|
109
|
+
} from "./commands/ImportSignalCatalogCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListCampaignsCommandInput,
|
|
112
|
+
ListCampaignsCommandOutput,
|
|
113
|
+
} from "./commands/ListCampaignsCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListDecoderManifestNetworkInterfacesCommandInput,
|
|
116
|
+
ListDecoderManifestNetworkInterfacesCommandOutput,
|
|
117
|
+
} from "./commands/ListDecoderManifestNetworkInterfacesCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListDecoderManifestsCommandInput,
|
|
120
|
+
ListDecoderManifestsCommandOutput,
|
|
121
|
+
} from "./commands/ListDecoderManifestsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListDecoderManifestSignalsCommandInput,
|
|
124
|
+
ListDecoderManifestSignalsCommandOutput,
|
|
125
|
+
} from "./commands/ListDecoderManifestSignalsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListFleetsCommandInput,
|
|
128
|
+
ListFleetsCommandOutput,
|
|
129
|
+
} from "./commands/ListFleetsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListFleetsForVehicleCommandInput,
|
|
132
|
+
ListFleetsForVehicleCommandOutput,
|
|
133
|
+
} from "./commands/ListFleetsForVehicleCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListModelManifestNodesCommandInput,
|
|
136
|
+
ListModelManifestNodesCommandOutput,
|
|
137
|
+
} from "./commands/ListModelManifestNodesCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListModelManifestsCommandInput,
|
|
140
|
+
ListModelManifestsCommandOutput,
|
|
141
|
+
} from "./commands/ListModelManifestsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListSignalCatalogNodesCommandInput,
|
|
144
|
+
ListSignalCatalogNodesCommandOutput,
|
|
145
|
+
} from "./commands/ListSignalCatalogNodesCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListSignalCatalogsCommandInput,
|
|
148
|
+
ListSignalCatalogsCommandOutput,
|
|
149
|
+
} from "./commands/ListSignalCatalogsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListTagsForResourceCommandInput,
|
|
152
|
+
ListTagsForResourceCommandOutput,
|
|
153
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListVehiclesCommandInput,
|
|
156
|
+
ListVehiclesCommandOutput,
|
|
157
|
+
} from "./commands/ListVehiclesCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListVehiclesInFleetCommandInput,
|
|
160
|
+
ListVehiclesInFleetCommandOutput,
|
|
161
|
+
} from "./commands/ListVehiclesInFleetCommand";
|
|
162
|
+
import {
|
|
163
|
+
PutLoggingOptionsCommandInput,
|
|
164
|
+
PutLoggingOptionsCommandOutput,
|
|
165
|
+
} from "./commands/PutLoggingOptionsCommand";
|
|
166
|
+
import {
|
|
167
|
+
RegisterAccountCommandInput,
|
|
168
|
+
RegisterAccountCommandOutput,
|
|
169
|
+
} from "./commands/RegisterAccountCommand";
|
|
170
|
+
import {
|
|
171
|
+
TagResourceCommandInput,
|
|
172
|
+
TagResourceCommandOutput,
|
|
173
|
+
} from "./commands/TagResourceCommand";
|
|
174
|
+
import {
|
|
175
|
+
UntagResourceCommandInput,
|
|
176
|
+
UntagResourceCommandOutput,
|
|
177
|
+
} from "./commands/UntagResourceCommand";
|
|
178
|
+
import {
|
|
179
|
+
UpdateCampaignCommandInput,
|
|
180
|
+
UpdateCampaignCommandOutput,
|
|
181
|
+
} from "./commands/UpdateCampaignCommand";
|
|
182
|
+
import {
|
|
183
|
+
UpdateDecoderManifestCommandInput,
|
|
184
|
+
UpdateDecoderManifestCommandOutput,
|
|
185
|
+
} from "./commands/UpdateDecoderManifestCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateFleetCommandInput,
|
|
188
|
+
UpdateFleetCommandOutput,
|
|
189
|
+
} from "./commands/UpdateFleetCommand";
|
|
190
|
+
import {
|
|
191
|
+
UpdateModelManifestCommandInput,
|
|
192
|
+
UpdateModelManifestCommandOutput,
|
|
193
|
+
} from "./commands/UpdateModelManifestCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateSignalCatalogCommandInput,
|
|
196
|
+
UpdateSignalCatalogCommandOutput,
|
|
197
|
+
} from "./commands/UpdateSignalCatalogCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateVehicleCommandInput,
|
|
200
|
+
UpdateVehicleCommandOutput,
|
|
201
|
+
} from "./commands/UpdateVehicleCommand";
|
|
202
|
+
import { IoTFleetWiseClient } from "./IoTFleetWiseClient";
|
|
203
|
+
export declare class IoTFleetWise extends IoTFleetWiseClient {
|
|
204
|
+
associateVehicleFleet(
|
|
205
|
+
args: AssociateVehicleFleetCommandInput,
|
|
206
|
+
options?: __HttpHandlerOptions
|
|
207
|
+
): Promise<AssociateVehicleFleetCommandOutput>;
|
|
208
|
+
associateVehicleFleet(
|
|
209
|
+
args: AssociateVehicleFleetCommandInput,
|
|
210
|
+
cb: (err: any, data?: AssociateVehicleFleetCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
associateVehicleFleet(
|
|
213
|
+
args: AssociateVehicleFleetCommandInput,
|
|
214
|
+
options: __HttpHandlerOptions,
|
|
215
|
+
cb: (err: any, data?: AssociateVehicleFleetCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
batchCreateVehicle(
|
|
218
|
+
args: BatchCreateVehicleCommandInput,
|
|
219
|
+
options?: __HttpHandlerOptions
|
|
220
|
+
): Promise<BatchCreateVehicleCommandOutput>;
|
|
221
|
+
batchCreateVehicle(
|
|
222
|
+
args: BatchCreateVehicleCommandInput,
|
|
223
|
+
cb: (err: any, data?: BatchCreateVehicleCommandOutput) => void
|
|
224
|
+
): void;
|
|
225
|
+
batchCreateVehicle(
|
|
226
|
+
args: BatchCreateVehicleCommandInput,
|
|
227
|
+
options: __HttpHandlerOptions,
|
|
228
|
+
cb: (err: any, data?: BatchCreateVehicleCommandOutput) => void
|
|
229
|
+
): void;
|
|
230
|
+
batchUpdateVehicle(
|
|
231
|
+
args: BatchUpdateVehicleCommandInput,
|
|
232
|
+
options?: __HttpHandlerOptions
|
|
233
|
+
): Promise<BatchUpdateVehicleCommandOutput>;
|
|
234
|
+
batchUpdateVehicle(
|
|
235
|
+
args: BatchUpdateVehicleCommandInput,
|
|
236
|
+
cb: (err: any, data?: BatchUpdateVehicleCommandOutput) => void
|
|
237
|
+
): void;
|
|
238
|
+
batchUpdateVehicle(
|
|
239
|
+
args: BatchUpdateVehicleCommandInput,
|
|
240
|
+
options: __HttpHandlerOptions,
|
|
241
|
+
cb: (err: any, data?: BatchUpdateVehicleCommandOutput) => void
|
|
242
|
+
): void;
|
|
243
|
+
createCampaign(
|
|
244
|
+
args: CreateCampaignCommandInput,
|
|
245
|
+
options?: __HttpHandlerOptions
|
|
246
|
+
): Promise<CreateCampaignCommandOutput>;
|
|
247
|
+
createCampaign(
|
|
248
|
+
args: CreateCampaignCommandInput,
|
|
249
|
+
cb: (err: any, data?: CreateCampaignCommandOutput) => void
|
|
250
|
+
): void;
|
|
251
|
+
createCampaign(
|
|
252
|
+
args: CreateCampaignCommandInput,
|
|
253
|
+
options: __HttpHandlerOptions,
|
|
254
|
+
cb: (err: any, data?: CreateCampaignCommandOutput) => void
|
|
255
|
+
): void;
|
|
256
|
+
createDecoderManifest(
|
|
257
|
+
args: CreateDecoderManifestCommandInput,
|
|
258
|
+
options?: __HttpHandlerOptions
|
|
259
|
+
): Promise<CreateDecoderManifestCommandOutput>;
|
|
260
|
+
createDecoderManifest(
|
|
261
|
+
args: CreateDecoderManifestCommandInput,
|
|
262
|
+
cb: (err: any, data?: CreateDecoderManifestCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
createDecoderManifest(
|
|
265
|
+
args: CreateDecoderManifestCommandInput,
|
|
266
|
+
options: __HttpHandlerOptions,
|
|
267
|
+
cb: (err: any, data?: CreateDecoderManifestCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
createFleet(
|
|
270
|
+
args: CreateFleetCommandInput,
|
|
271
|
+
options?: __HttpHandlerOptions
|
|
272
|
+
): Promise<CreateFleetCommandOutput>;
|
|
273
|
+
createFleet(
|
|
274
|
+
args: CreateFleetCommandInput,
|
|
275
|
+
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
createFleet(
|
|
278
|
+
args: CreateFleetCommandInput,
|
|
279
|
+
options: __HttpHandlerOptions,
|
|
280
|
+
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
281
|
+
): void;
|
|
282
|
+
createModelManifest(
|
|
283
|
+
args: CreateModelManifestCommandInput,
|
|
284
|
+
options?: __HttpHandlerOptions
|
|
285
|
+
): Promise<CreateModelManifestCommandOutput>;
|
|
286
|
+
createModelManifest(
|
|
287
|
+
args: CreateModelManifestCommandInput,
|
|
288
|
+
cb: (err: any, data?: CreateModelManifestCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
createModelManifest(
|
|
291
|
+
args: CreateModelManifestCommandInput,
|
|
292
|
+
options: __HttpHandlerOptions,
|
|
293
|
+
cb: (err: any, data?: CreateModelManifestCommandOutput) => void
|
|
294
|
+
): void;
|
|
295
|
+
createSignalCatalog(
|
|
296
|
+
args: CreateSignalCatalogCommandInput,
|
|
297
|
+
options?: __HttpHandlerOptions
|
|
298
|
+
): Promise<CreateSignalCatalogCommandOutput>;
|
|
299
|
+
createSignalCatalog(
|
|
300
|
+
args: CreateSignalCatalogCommandInput,
|
|
301
|
+
cb: (err: any, data?: CreateSignalCatalogCommandOutput) => void
|
|
302
|
+
): void;
|
|
303
|
+
createSignalCatalog(
|
|
304
|
+
args: CreateSignalCatalogCommandInput,
|
|
305
|
+
options: __HttpHandlerOptions,
|
|
306
|
+
cb: (err: any, data?: CreateSignalCatalogCommandOutput) => void
|
|
307
|
+
): void;
|
|
308
|
+
createVehicle(
|
|
309
|
+
args: CreateVehicleCommandInput,
|
|
310
|
+
options?: __HttpHandlerOptions
|
|
311
|
+
): Promise<CreateVehicleCommandOutput>;
|
|
312
|
+
createVehicle(
|
|
313
|
+
args: CreateVehicleCommandInput,
|
|
314
|
+
cb: (err: any, data?: CreateVehicleCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
createVehicle(
|
|
317
|
+
args: CreateVehicleCommandInput,
|
|
318
|
+
options: __HttpHandlerOptions,
|
|
319
|
+
cb: (err: any, data?: CreateVehicleCommandOutput) => void
|
|
320
|
+
): void;
|
|
321
|
+
deleteCampaign(
|
|
322
|
+
args: DeleteCampaignCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<DeleteCampaignCommandOutput>;
|
|
325
|
+
deleteCampaign(
|
|
326
|
+
args: DeleteCampaignCommandInput,
|
|
327
|
+
cb: (err: any, data?: DeleteCampaignCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
deleteCampaign(
|
|
330
|
+
args: DeleteCampaignCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: DeleteCampaignCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
deleteDecoderManifest(
|
|
335
|
+
args: DeleteDecoderManifestCommandInput,
|
|
336
|
+
options?: __HttpHandlerOptions
|
|
337
|
+
): Promise<DeleteDecoderManifestCommandOutput>;
|
|
338
|
+
deleteDecoderManifest(
|
|
339
|
+
args: DeleteDecoderManifestCommandInput,
|
|
340
|
+
cb: (err: any, data?: DeleteDecoderManifestCommandOutput) => void
|
|
341
|
+
): void;
|
|
342
|
+
deleteDecoderManifest(
|
|
343
|
+
args: DeleteDecoderManifestCommandInput,
|
|
344
|
+
options: __HttpHandlerOptions,
|
|
345
|
+
cb: (err: any, data?: DeleteDecoderManifestCommandOutput) => void
|
|
346
|
+
): void;
|
|
347
|
+
deleteFleet(
|
|
348
|
+
args: DeleteFleetCommandInput,
|
|
349
|
+
options?: __HttpHandlerOptions
|
|
350
|
+
): Promise<DeleteFleetCommandOutput>;
|
|
351
|
+
deleteFleet(
|
|
352
|
+
args: DeleteFleetCommandInput,
|
|
353
|
+
cb: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
deleteFleet(
|
|
356
|
+
args: DeleteFleetCommandInput,
|
|
357
|
+
options: __HttpHandlerOptions,
|
|
358
|
+
cb: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
359
|
+
): void;
|
|
360
|
+
deleteModelManifest(
|
|
361
|
+
args: DeleteModelManifestCommandInput,
|
|
362
|
+
options?: __HttpHandlerOptions
|
|
363
|
+
): Promise<DeleteModelManifestCommandOutput>;
|
|
364
|
+
deleteModelManifest(
|
|
365
|
+
args: DeleteModelManifestCommandInput,
|
|
366
|
+
cb: (err: any, data?: DeleteModelManifestCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
deleteModelManifest(
|
|
369
|
+
args: DeleteModelManifestCommandInput,
|
|
370
|
+
options: __HttpHandlerOptions,
|
|
371
|
+
cb: (err: any, data?: DeleteModelManifestCommandOutput) => void
|
|
372
|
+
): void;
|
|
373
|
+
deleteSignalCatalog(
|
|
374
|
+
args: DeleteSignalCatalogCommandInput,
|
|
375
|
+
options?: __HttpHandlerOptions
|
|
376
|
+
): Promise<DeleteSignalCatalogCommandOutput>;
|
|
377
|
+
deleteSignalCatalog(
|
|
378
|
+
args: DeleteSignalCatalogCommandInput,
|
|
379
|
+
cb: (err: any, data?: DeleteSignalCatalogCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
deleteSignalCatalog(
|
|
382
|
+
args: DeleteSignalCatalogCommandInput,
|
|
383
|
+
options: __HttpHandlerOptions,
|
|
384
|
+
cb: (err: any, data?: DeleteSignalCatalogCommandOutput) => void
|
|
385
|
+
): void;
|
|
386
|
+
deleteVehicle(
|
|
387
|
+
args: DeleteVehicleCommandInput,
|
|
388
|
+
options?: __HttpHandlerOptions
|
|
389
|
+
): Promise<DeleteVehicleCommandOutput>;
|
|
390
|
+
deleteVehicle(
|
|
391
|
+
args: DeleteVehicleCommandInput,
|
|
392
|
+
cb: (err: any, data?: DeleteVehicleCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
deleteVehicle(
|
|
395
|
+
args: DeleteVehicleCommandInput,
|
|
396
|
+
options: __HttpHandlerOptions,
|
|
397
|
+
cb: (err: any, data?: DeleteVehicleCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
disassociateVehicleFleet(
|
|
400
|
+
args: DisassociateVehicleFleetCommandInput,
|
|
401
|
+
options?: __HttpHandlerOptions
|
|
402
|
+
): Promise<DisassociateVehicleFleetCommandOutput>;
|
|
403
|
+
disassociateVehicleFleet(
|
|
404
|
+
args: DisassociateVehicleFleetCommandInput,
|
|
405
|
+
cb: (err: any, data?: DisassociateVehicleFleetCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
disassociateVehicleFleet(
|
|
408
|
+
args: DisassociateVehicleFleetCommandInput,
|
|
409
|
+
options: __HttpHandlerOptions,
|
|
410
|
+
cb: (err: any, data?: DisassociateVehicleFleetCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
getCampaign(
|
|
413
|
+
args: GetCampaignCommandInput,
|
|
414
|
+
options?: __HttpHandlerOptions
|
|
415
|
+
): Promise<GetCampaignCommandOutput>;
|
|
416
|
+
getCampaign(
|
|
417
|
+
args: GetCampaignCommandInput,
|
|
418
|
+
cb: (err: any, data?: GetCampaignCommandOutput) => void
|
|
419
|
+
): void;
|
|
420
|
+
getCampaign(
|
|
421
|
+
args: GetCampaignCommandInput,
|
|
422
|
+
options: __HttpHandlerOptions,
|
|
423
|
+
cb: (err: any, data?: GetCampaignCommandOutput) => void
|
|
424
|
+
): void;
|
|
425
|
+
getDecoderManifest(
|
|
426
|
+
args: GetDecoderManifestCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<GetDecoderManifestCommandOutput>;
|
|
429
|
+
getDecoderManifest(
|
|
430
|
+
args: GetDecoderManifestCommandInput,
|
|
431
|
+
cb: (err: any, data?: GetDecoderManifestCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
getDecoderManifest(
|
|
434
|
+
args: GetDecoderManifestCommandInput,
|
|
435
|
+
options: __HttpHandlerOptions,
|
|
436
|
+
cb: (err: any, data?: GetDecoderManifestCommandOutput) => void
|
|
437
|
+
): void;
|
|
438
|
+
getFleet(
|
|
439
|
+
args: GetFleetCommandInput,
|
|
440
|
+
options?: __HttpHandlerOptions
|
|
441
|
+
): Promise<GetFleetCommandOutput>;
|
|
442
|
+
getFleet(
|
|
443
|
+
args: GetFleetCommandInput,
|
|
444
|
+
cb: (err: any, data?: GetFleetCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
getFleet(
|
|
447
|
+
args: GetFleetCommandInput,
|
|
448
|
+
options: __HttpHandlerOptions,
|
|
449
|
+
cb: (err: any, data?: GetFleetCommandOutput) => void
|
|
450
|
+
): void;
|
|
451
|
+
getLoggingOptions(
|
|
452
|
+
args: GetLoggingOptionsCommandInput,
|
|
453
|
+
options?: __HttpHandlerOptions
|
|
454
|
+
): Promise<GetLoggingOptionsCommandOutput>;
|
|
455
|
+
getLoggingOptions(
|
|
456
|
+
args: GetLoggingOptionsCommandInput,
|
|
457
|
+
cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void
|
|
458
|
+
): void;
|
|
459
|
+
getLoggingOptions(
|
|
460
|
+
args: GetLoggingOptionsCommandInput,
|
|
461
|
+
options: __HttpHandlerOptions,
|
|
462
|
+
cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void
|
|
463
|
+
): void;
|
|
464
|
+
getModelManifest(
|
|
465
|
+
args: GetModelManifestCommandInput,
|
|
466
|
+
options?: __HttpHandlerOptions
|
|
467
|
+
): Promise<GetModelManifestCommandOutput>;
|
|
468
|
+
getModelManifest(
|
|
469
|
+
args: GetModelManifestCommandInput,
|
|
470
|
+
cb: (err: any, data?: GetModelManifestCommandOutput) => void
|
|
471
|
+
): void;
|
|
472
|
+
getModelManifest(
|
|
473
|
+
args: GetModelManifestCommandInput,
|
|
474
|
+
options: __HttpHandlerOptions,
|
|
475
|
+
cb: (err: any, data?: GetModelManifestCommandOutput) => void
|
|
476
|
+
): void;
|
|
477
|
+
getRegisterAccountStatus(
|
|
478
|
+
args: GetRegisterAccountStatusCommandInput,
|
|
479
|
+
options?: __HttpHandlerOptions
|
|
480
|
+
): Promise<GetRegisterAccountStatusCommandOutput>;
|
|
481
|
+
getRegisterAccountStatus(
|
|
482
|
+
args: GetRegisterAccountStatusCommandInput,
|
|
483
|
+
cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void
|
|
484
|
+
): void;
|
|
485
|
+
getRegisterAccountStatus(
|
|
486
|
+
args: GetRegisterAccountStatusCommandInput,
|
|
487
|
+
options: __HttpHandlerOptions,
|
|
488
|
+
cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void
|
|
489
|
+
): void;
|
|
490
|
+
getSignalCatalog(
|
|
491
|
+
args: GetSignalCatalogCommandInput,
|
|
492
|
+
options?: __HttpHandlerOptions
|
|
493
|
+
): Promise<GetSignalCatalogCommandOutput>;
|
|
494
|
+
getSignalCatalog(
|
|
495
|
+
args: GetSignalCatalogCommandInput,
|
|
496
|
+
cb: (err: any, data?: GetSignalCatalogCommandOutput) => void
|
|
497
|
+
): void;
|
|
498
|
+
getSignalCatalog(
|
|
499
|
+
args: GetSignalCatalogCommandInput,
|
|
500
|
+
options: __HttpHandlerOptions,
|
|
501
|
+
cb: (err: any, data?: GetSignalCatalogCommandOutput) => void
|
|
502
|
+
): void;
|
|
503
|
+
getVehicle(
|
|
504
|
+
args: GetVehicleCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<GetVehicleCommandOutput>;
|
|
507
|
+
getVehicle(
|
|
508
|
+
args: GetVehicleCommandInput,
|
|
509
|
+
cb: (err: any, data?: GetVehicleCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
getVehicle(
|
|
512
|
+
args: GetVehicleCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: GetVehicleCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
getVehicleStatus(
|
|
517
|
+
args: GetVehicleStatusCommandInput,
|
|
518
|
+
options?: __HttpHandlerOptions
|
|
519
|
+
): Promise<GetVehicleStatusCommandOutput>;
|
|
520
|
+
getVehicleStatus(
|
|
521
|
+
args: GetVehicleStatusCommandInput,
|
|
522
|
+
cb: (err: any, data?: GetVehicleStatusCommandOutput) => void
|
|
523
|
+
): void;
|
|
524
|
+
getVehicleStatus(
|
|
525
|
+
args: GetVehicleStatusCommandInput,
|
|
526
|
+
options: __HttpHandlerOptions,
|
|
527
|
+
cb: (err: any, data?: GetVehicleStatusCommandOutput) => void
|
|
528
|
+
): void;
|
|
529
|
+
importDecoderManifest(
|
|
530
|
+
args: ImportDecoderManifestCommandInput,
|
|
531
|
+
options?: __HttpHandlerOptions
|
|
532
|
+
): Promise<ImportDecoderManifestCommandOutput>;
|
|
533
|
+
importDecoderManifest(
|
|
534
|
+
args: ImportDecoderManifestCommandInput,
|
|
535
|
+
cb: (err: any, data?: ImportDecoderManifestCommandOutput) => void
|
|
536
|
+
): void;
|
|
537
|
+
importDecoderManifest(
|
|
538
|
+
args: ImportDecoderManifestCommandInput,
|
|
539
|
+
options: __HttpHandlerOptions,
|
|
540
|
+
cb: (err: any, data?: ImportDecoderManifestCommandOutput) => void
|
|
541
|
+
): void;
|
|
542
|
+
importSignalCatalog(
|
|
543
|
+
args: ImportSignalCatalogCommandInput,
|
|
544
|
+
options?: __HttpHandlerOptions
|
|
545
|
+
): Promise<ImportSignalCatalogCommandOutput>;
|
|
546
|
+
importSignalCatalog(
|
|
547
|
+
args: ImportSignalCatalogCommandInput,
|
|
548
|
+
cb: (err: any, data?: ImportSignalCatalogCommandOutput) => void
|
|
549
|
+
): void;
|
|
550
|
+
importSignalCatalog(
|
|
551
|
+
args: ImportSignalCatalogCommandInput,
|
|
552
|
+
options: __HttpHandlerOptions,
|
|
553
|
+
cb: (err: any, data?: ImportSignalCatalogCommandOutput) => void
|
|
554
|
+
): void;
|
|
555
|
+
listCampaigns(
|
|
556
|
+
args: ListCampaignsCommandInput,
|
|
557
|
+
options?: __HttpHandlerOptions
|
|
558
|
+
): Promise<ListCampaignsCommandOutput>;
|
|
559
|
+
listCampaigns(
|
|
560
|
+
args: ListCampaignsCommandInput,
|
|
561
|
+
cb: (err: any, data?: ListCampaignsCommandOutput) => void
|
|
562
|
+
): void;
|
|
563
|
+
listCampaigns(
|
|
564
|
+
args: ListCampaignsCommandInput,
|
|
565
|
+
options: __HttpHandlerOptions,
|
|
566
|
+
cb: (err: any, data?: ListCampaignsCommandOutput) => void
|
|
567
|
+
): void;
|
|
568
|
+
listDecoderManifestNetworkInterfaces(
|
|
569
|
+
args: ListDecoderManifestNetworkInterfacesCommandInput,
|
|
570
|
+
options?: __HttpHandlerOptions
|
|
571
|
+
): Promise<ListDecoderManifestNetworkInterfacesCommandOutput>;
|
|
572
|
+
listDecoderManifestNetworkInterfaces(
|
|
573
|
+
args: ListDecoderManifestNetworkInterfacesCommandInput,
|
|
574
|
+
cb: (
|
|
575
|
+
err: any,
|
|
576
|
+
data?: ListDecoderManifestNetworkInterfacesCommandOutput
|
|
577
|
+
) => void
|
|
578
|
+
): void;
|
|
579
|
+
listDecoderManifestNetworkInterfaces(
|
|
580
|
+
args: ListDecoderManifestNetworkInterfacesCommandInput,
|
|
581
|
+
options: __HttpHandlerOptions,
|
|
582
|
+
cb: (
|
|
583
|
+
err: any,
|
|
584
|
+
data?: ListDecoderManifestNetworkInterfacesCommandOutput
|
|
585
|
+
) => void
|
|
586
|
+
): void;
|
|
587
|
+
listDecoderManifests(
|
|
588
|
+
args: ListDecoderManifestsCommandInput,
|
|
589
|
+
options?: __HttpHandlerOptions
|
|
590
|
+
): Promise<ListDecoderManifestsCommandOutput>;
|
|
591
|
+
listDecoderManifests(
|
|
592
|
+
args: ListDecoderManifestsCommandInput,
|
|
593
|
+
cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void
|
|
594
|
+
): void;
|
|
595
|
+
listDecoderManifests(
|
|
596
|
+
args: ListDecoderManifestsCommandInput,
|
|
597
|
+
options: __HttpHandlerOptions,
|
|
598
|
+
cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void
|
|
599
|
+
): void;
|
|
600
|
+
listDecoderManifestSignals(
|
|
601
|
+
args: ListDecoderManifestSignalsCommandInput,
|
|
602
|
+
options?: __HttpHandlerOptions
|
|
603
|
+
): Promise<ListDecoderManifestSignalsCommandOutput>;
|
|
604
|
+
listDecoderManifestSignals(
|
|
605
|
+
args: ListDecoderManifestSignalsCommandInput,
|
|
606
|
+
cb: (err: any, data?: ListDecoderManifestSignalsCommandOutput) => void
|
|
607
|
+
): void;
|
|
608
|
+
listDecoderManifestSignals(
|
|
609
|
+
args: ListDecoderManifestSignalsCommandInput,
|
|
610
|
+
options: __HttpHandlerOptions,
|
|
611
|
+
cb: (err: any, data?: ListDecoderManifestSignalsCommandOutput) => void
|
|
612
|
+
): void;
|
|
613
|
+
listFleets(
|
|
614
|
+
args: ListFleetsCommandInput,
|
|
615
|
+
options?: __HttpHandlerOptions
|
|
616
|
+
): Promise<ListFleetsCommandOutput>;
|
|
617
|
+
listFleets(
|
|
618
|
+
args: ListFleetsCommandInput,
|
|
619
|
+
cb: (err: any, data?: ListFleetsCommandOutput) => void
|
|
620
|
+
): void;
|
|
621
|
+
listFleets(
|
|
622
|
+
args: ListFleetsCommandInput,
|
|
623
|
+
options: __HttpHandlerOptions,
|
|
624
|
+
cb: (err: any, data?: ListFleetsCommandOutput) => void
|
|
625
|
+
): void;
|
|
626
|
+
listFleetsForVehicle(
|
|
627
|
+
args: ListFleetsForVehicleCommandInput,
|
|
628
|
+
options?: __HttpHandlerOptions
|
|
629
|
+
): Promise<ListFleetsForVehicleCommandOutput>;
|
|
630
|
+
listFleetsForVehicle(
|
|
631
|
+
args: ListFleetsForVehicleCommandInput,
|
|
632
|
+
cb: (err: any, data?: ListFleetsForVehicleCommandOutput) => void
|
|
633
|
+
): void;
|
|
634
|
+
listFleetsForVehicle(
|
|
635
|
+
args: ListFleetsForVehicleCommandInput,
|
|
636
|
+
options: __HttpHandlerOptions,
|
|
637
|
+
cb: (err: any, data?: ListFleetsForVehicleCommandOutput) => void
|
|
638
|
+
): void;
|
|
639
|
+
listModelManifestNodes(
|
|
640
|
+
args: ListModelManifestNodesCommandInput,
|
|
641
|
+
options?: __HttpHandlerOptions
|
|
642
|
+
): Promise<ListModelManifestNodesCommandOutput>;
|
|
643
|
+
listModelManifestNodes(
|
|
644
|
+
args: ListModelManifestNodesCommandInput,
|
|
645
|
+
cb: (err: any, data?: ListModelManifestNodesCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
listModelManifestNodes(
|
|
648
|
+
args: ListModelManifestNodesCommandInput,
|
|
649
|
+
options: __HttpHandlerOptions,
|
|
650
|
+
cb: (err: any, data?: ListModelManifestNodesCommandOutput) => void
|
|
651
|
+
): void;
|
|
652
|
+
listModelManifests(
|
|
653
|
+
args: ListModelManifestsCommandInput,
|
|
654
|
+
options?: __HttpHandlerOptions
|
|
655
|
+
): Promise<ListModelManifestsCommandOutput>;
|
|
656
|
+
listModelManifests(
|
|
657
|
+
args: ListModelManifestsCommandInput,
|
|
658
|
+
cb: (err: any, data?: ListModelManifestsCommandOutput) => void
|
|
659
|
+
): void;
|
|
660
|
+
listModelManifests(
|
|
661
|
+
args: ListModelManifestsCommandInput,
|
|
662
|
+
options: __HttpHandlerOptions,
|
|
663
|
+
cb: (err: any, data?: ListModelManifestsCommandOutput) => void
|
|
664
|
+
): void;
|
|
665
|
+
listSignalCatalogNodes(
|
|
666
|
+
args: ListSignalCatalogNodesCommandInput,
|
|
667
|
+
options?: __HttpHandlerOptions
|
|
668
|
+
): Promise<ListSignalCatalogNodesCommandOutput>;
|
|
669
|
+
listSignalCatalogNodes(
|
|
670
|
+
args: ListSignalCatalogNodesCommandInput,
|
|
671
|
+
cb: (err: any, data?: ListSignalCatalogNodesCommandOutput) => void
|
|
672
|
+
): void;
|
|
673
|
+
listSignalCatalogNodes(
|
|
674
|
+
args: ListSignalCatalogNodesCommandInput,
|
|
675
|
+
options: __HttpHandlerOptions,
|
|
676
|
+
cb: (err: any, data?: ListSignalCatalogNodesCommandOutput) => void
|
|
677
|
+
): void;
|
|
678
|
+
listSignalCatalogs(
|
|
679
|
+
args: ListSignalCatalogsCommandInput,
|
|
680
|
+
options?: __HttpHandlerOptions
|
|
681
|
+
): Promise<ListSignalCatalogsCommandOutput>;
|
|
682
|
+
listSignalCatalogs(
|
|
683
|
+
args: ListSignalCatalogsCommandInput,
|
|
684
|
+
cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void
|
|
685
|
+
): void;
|
|
686
|
+
listSignalCatalogs(
|
|
687
|
+
args: ListSignalCatalogsCommandInput,
|
|
688
|
+
options: __HttpHandlerOptions,
|
|
689
|
+
cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void
|
|
690
|
+
): void;
|
|
691
|
+
listTagsForResource(
|
|
692
|
+
args: ListTagsForResourceCommandInput,
|
|
693
|
+
options?: __HttpHandlerOptions
|
|
694
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
695
|
+
listTagsForResource(
|
|
696
|
+
args: ListTagsForResourceCommandInput,
|
|
697
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
698
|
+
): void;
|
|
699
|
+
listTagsForResource(
|
|
700
|
+
args: ListTagsForResourceCommandInput,
|
|
701
|
+
options: __HttpHandlerOptions,
|
|
702
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
703
|
+
): void;
|
|
704
|
+
listVehicles(
|
|
705
|
+
args: ListVehiclesCommandInput,
|
|
706
|
+
options?: __HttpHandlerOptions
|
|
707
|
+
): Promise<ListVehiclesCommandOutput>;
|
|
708
|
+
listVehicles(
|
|
709
|
+
args: ListVehiclesCommandInput,
|
|
710
|
+
cb: (err: any, data?: ListVehiclesCommandOutput) => void
|
|
711
|
+
): void;
|
|
712
|
+
listVehicles(
|
|
713
|
+
args: ListVehiclesCommandInput,
|
|
714
|
+
options: __HttpHandlerOptions,
|
|
715
|
+
cb: (err: any, data?: ListVehiclesCommandOutput) => void
|
|
716
|
+
): void;
|
|
717
|
+
listVehiclesInFleet(
|
|
718
|
+
args: ListVehiclesInFleetCommandInput,
|
|
719
|
+
options?: __HttpHandlerOptions
|
|
720
|
+
): Promise<ListVehiclesInFleetCommandOutput>;
|
|
721
|
+
listVehiclesInFleet(
|
|
722
|
+
args: ListVehiclesInFleetCommandInput,
|
|
723
|
+
cb: (err: any, data?: ListVehiclesInFleetCommandOutput) => void
|
|
724
|
+
): void;
|
|
725
|
+
listVehiclesInFleet(
|
|
726
|
+
args: ListVehiclesInFleetCommandInput,
|
|
727
|
+
options: __HttpHandlerOptions,
|
|
728
|
+
cb: (err: any, data?: ListVehiclesInFleetCommandOutput) => void
|
|
729
|
+
): void;
|
|
730
|
+
putLoggingOptions(
|
|
731
|
+
args: PutLoggingOptionsCommandInput,
|
|
732
|
+
options?: __HttpHandlerOptions
|
|
733
|
+
): Promise<PutLoggingOptionsCommandOutput>;
|
|
734
|
+
putLoggingOptions(
|
|
735
|
+
args: PutLoggingOptionsCommandInput,
|
|
736
|
+
cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void
|
|
737
|
+
): void;
|
|
738
|
+
putLoggingOptions(
|
|
739
|
+
args: PutLoggingOptionsCommandInput,
|
|
740
|
+
options: __HttpHandlerOptions,
|
|
741
|
+
cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void
|
|
742
|
+
): void;
|
|
743
|
+
registerAccount(
|
|
744
|
+
args: RegisterAccountCommandInput,
|
|
745
|
+
options?: __HttpHandlerOptions
|
|
746
|
+
): Promise<RegisterAccountCommandOutput>;
|
|
747
|
+
registerAccount(
|
|
748
|
+
args: RegisterAccountCommandInput,
|
|
749
|
+
cb: (err: any, data?: RegisterAccountCommandOutput) => void
|
|
750
|
+
): void;
|
|
751
|
+
registerAccount(
|
|
752
|
+
args: RegisterAccountCommandInput,
|
|
753
|
+
options: __HttpHandlerOptions,
|
|
754
|
+
cb: (err: any, data?: RegisterAccountCommandOutput) => void
|
|
755
|
+
): void;
|
|
756
|
+
tagResource(
|
|
757
|
+
args: TagResourceCommandInput,
|
|
758
|
+
options?: __HttpHandlerOptions
|
|
759
|
+
): Promise<TagResourceCommandOutput>;
|
|
760
|
+
tagResource(
|
|
761
|
+
args: TagResourceCommandInput,
|
|
762
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
763
|
+
): void;
|
|
764
|
+
tagResource(
|
|
765
|
+
args: TagResourceCommandInput,
|
|
766
|
+
options: __HttpHandlerOptions,
|
|
767
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
768
|
+
): void;
|
|
769
|
+
untagResource(
|
|
770
|
+
args: UntagResourceCommandInput,
|
|
771
|
+
options?: __HttpHandlerOptions
|
|
772
|
+
): Promise<UntagResourceCommandOutput>;
|
|
773
|
+
untagResource(
|
|
774
|
+
args: UntagResourceCommandInput,
|
|
775
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
776
|
+
): void;
|
|
777
|
+
untagResource(
|
|
778
|
+
args: UntagResourceCommandInput,
|
|
779
|
+
options: __HttpHandlerOptions,
|
|
780
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
781
|
+
): void;
|
|
782
|
+
updateCampaign(
|
|
783
|
+
args: UpdateCampaignCommandInput,
|
|
784
|
+
options?: __HttpHandlerOptions
|
|
785
|
+
): Promise<UpdateCampaignCommandOutput>;
|
|
786
|
+
updateCampaign(
|
|
787
|
+
args: UpdateCampaignCommandInput,
|
|
788
|
+
cb: (err: any, data?: UpdateCampaignCommandOutput) => void
|
|
789
|
+
): void;
|
|
790
|
+
updateCampaign(
|
|
791
|
+
args: UpdateCampaignCommandInput,
|
|
792
|
+
options: __HttpHandlerOptions,
|
|
793
|
+
cb: (err: any, data?: UpdateCampaignCommandOutput) => void
|
|
794
|
+
): void;
|
|
795
|
+
updateDecoderManifest(
|
|
796
|
+
args: UpdateDecoderManifestCommandInput,
|
|
797
|
+
options?: __HttpHandlerOptions
|
|
798
|
+
): Promise<UpdateDecoderManifestCommandOutput>;
|
|
799
|
+
updateDecoderManifest(
|
|
800
|
+
args: UpdateDecoderManifestCommandInput,
|
|
801
|
+
cb: (err: any, data?: UpdateDecoderManifestCommandOutput) => void
|
|
802
|
+
): void;
|
|
803
|
+
updateDecoderManifest(
|
|
804
|
+
args: UpdateDecoderManifestCommandInput,
|
|
805
|
+
options: __HttpHandlerOptions,
|
|
806
|
+
cb: (err: any, data?: UpdateDecoderManifestCommandOutput) => void
|
|
807
|
+
): void;
|
|
808
|
+
updateFleet(
|
|
809
|
+
args: UpdateFleetCommandInput,
|
|
810
|
+
options?: __HttpHandlerOptions
|
|
811
|
+
): Promise<UpdateFleetCommandOutput>;
|
|
812
|
+
updateFleet(
|
|
813
|
+
args: UpdateFleetCommandInput,
|
|
814
|
+
cb: (err: any, data?: UpdateFleetCommandOutput) => void
|
|
815
|
+
): void;
|
|
816
|
+
updateFleet(
|
|
817
|
+
args: UpdateFleetCommandInput,
|
|
818
|
+
options: __HttpHandlerOptions,
|
|
819
|
+
cb: (err: any, data?: UpdateFleetCommandOutput) => void
|
|
820
|
+
): void;
|
|
821
|
+
updateModelManifest(
|
|
822
|
+
args: UpdateModelManifestCommandInput,
|
|
823
|
+
options?: __HttpHandlerOptions
|
|
824
|
+
): Promise<UpdateModelManifestCommandOutput>;
|
|
825
|
+
updateModelManifest(
|
|
826
|
+
args: UpdateModelManifestCommandInput,
|
|
827
|
+
cb: (err: any, data?: UpdateModelManifestCommandOutput) => void
|
|
828
|
+
): void;
|
|
829
|
+
updateModelManifest(
|
|
830
|
+
args: UpdateModelManifestCommandInput,
|
|
831
|
+
options: __HttpHandlerOptions,
|
|
832
|
+
cb: (err: any, data?: UpdateModelManifestCommandOutput) => void
|
|
833
|
+
): void;
|
|
834
|
+
updateSignalCatalog(
|
|
835
|
+
args: UpdateSignalCatalogCommandInput,
|
|
836
|
+
options?: __HttpHandlerOptions
|
|
837
|
+
): Promise<UpdateSignalCatalogCommandOutput>;
|
|
838
|
+
updateSignalCatalog(
|
|
839
|
+
args: UpdateSignalCatalogCommandInput,
|
|
840
|
+
cb: (err: any, data?: UpdateSignalCatalogCommandOutput) => void
|
|
841
|
+
): void;
|
|
842
|
+
updateSignalCatalog(
|
|
843
|
+
args: UpdateSignalCatalogCommandInput,
|
|
844
|
+
options: __HttpHandlerOptions,
|
|
845
|
+
cb: (err: any, data?: UpdateSignalCatalogCommandOutput) => void
|
|
846
|
+
): void;
|
|
847
|
+
updateVehicle(
|
|
848
|
+
args: UpdateVehicleCommandInput,
|
|
849
|
+
options?: __HttpHandlerOptions
|
|
850
|
+
): Promise<UpdateVehicleCommandOutput>;
|
|
851
|
+
updateVehicle(
|
|
852
|
+
args: UpdateVehicleCommandInput,
|
|
853
|
+
cb: (err: any, data?: UpdateVehicleCommandOutput) => void
|
|
854
|
+
): void;
|
|
855
|
+
updateVehicle(
|
|
856
|
+
args: UpdateVehicleCommandInput,
|
|
857
|
+
options: __HttpHandlerOptions,
|
|
858
|
+
cb: (err: any, data?: UpdateVehicleCommandOutput) => void
|
|
859
|
+
): void;
|
|
860
|
+
}
|