@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,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { DeleteDecoderManifestRequest, DeleteDecoderManifestResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteDecoderManifestCommandInput extends DeleteDecoderManifestRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifestResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles
|
|
11
|
+
* associated with it. </p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>If the decoder manifest is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
|
|
14
|
+
* response with an empty body.</p>
|
|
15
|
+
* </note>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { IoTFleetWiseClient, DeleteDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
20
|
+
* // const { IoTFleetWiseClient, DeleteDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
21
|
+
* const client = new IoTFleetWiseClient(config);
|
|
22
|
+
* const command = new DeleteDecoderManifestCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link DeleteDecoderManifestCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link DeleteDecoderManifestCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class DeleteDecoderManifestCommand extends $Command<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
32
|
+
readonly input: DeleteDecoderManifestCommandInput;
|
|
33
|
+
constructor(input: DeleteDecoderManifestCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteFleetCommandInput extends DeleteFleetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Deletes a fleet. Before you delete a fleet, all vehicles must be
|
|
11
|
+
* 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
|
|
12
|
+
* CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
13
|
+
* <note>
|
|
14
|
+
* <p>If the fleet is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
|
|
15
|
+
* with an empty body.</p>
|
|
16
|
+
* </note>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { IoTFleetWiseClient, DeleteFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
21
|
+
* // const { IoTFleetWiseClient, DeleteFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
22
|
+
* const client = new IoTFleetWiseClient(config);
|
|
23
|
+
* const command = new DeleteFleetCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link DeleteFleetCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link DeleteFleetCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
33
|
+
readonly input: DeleteFleetCommandInput;
|
|
34
|
+
constructor(input: DeleteFleetCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFleetCommandInput, DeleteFleetCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { DeleteModelManifestRequest, DeleteModelManifestResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteModelManifestCommandInput extends DeleteModelManifestRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteModelManifestCommandOutput extends DeleteModelManifestResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Deletes a vehicle model (model manifest).</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
|
|
13
|
+
* response with an empty body.</p>
|
|
14
|
+
* </note>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { IoTFleetWiseClient, DeleteModelManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
19
|
+
* // const { IoTFleetWiseClient, DeleteModelManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
20
|
+
* const client = new IoTFleetWiseClient(config);
|
|
21
|
+
* const command = new DeleteModelManifestCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link DeleteModelManifestCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link DeleteModelManifestCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class DeleteModelManifestCommand extends $Command<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
31
|
+
readonly input: DeleteModelManifestCommandInput;
|
|
32
|
+
constructor(input: DeleteModelManifestCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { DeleteSignalCatalogRequest, DeleteSignalCatalogResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteSignalCatalogCommandInput extends DeleteSignalCatalogRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Deletes a signal catalog. </p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
|
|
13
|
+
* response with an empty body.</p>
|
|
14
|
+
* </note>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { IoTFleetWiseClient, DeleteSignalCatalogCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
19
|
+
* // const { IoTFleetWiseClient, DeleteSignalCatalogCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
20
|
+
* const client = new IoTFleetWiseClient(config);
|
|
21
|
+
* const command = new DeleteSignalCatalogCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link DeleteSignalCatalogCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link DeleteSignalCatalogCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class DeleteSignalCatalogCommand extends $Command<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
31
|
+
readonly input: DeleteSignalCatalogCommandInput;
|
|
32
|
+
constructor(input: DeleteSignalCatalogCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { DeleteVehicleRequest, DeleteVehicleResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteVehicleCommandInput extends DeleteVehicleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Deletes a vehicle and removes it from any campaigns.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
|
|
13
|
+
* with an empty body.</p>
|
|
14
|
+
* </note>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { IoTFleetWiseClient, DeleteVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
19
|
+
* // const { IoTFleetWiseClient, DeleteVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
20
|
+
* const client = new IoTFleetWiseClient(config);
|
|
21
|
+
* const command = new DeleteVehicleCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link DeleteVehicleCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link DeleteVehicleCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class DeleteVehicleCommand extends $Command<DeleteVehicleCommandInput, DeleteVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
31
|
+
readonly input: DeleteVehicleCommandInput;
|
|
32
|
+
constructor(input: DeleteVehicleCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVehicleCommandInput, DeleteVehicleCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { DisassociateVehicleFleetRequest, DisassociateVehicleFleetResponse } from "../models/models_0";
|
|
5
|
+
export interface DisassociateVehicleFleetCommandInput extends DisassociateVehicleFleetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehicleFleetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a
|
|
11
|
+
* fleet doesn't delete the vehicle.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>If the vehicle is successfully dissociated from a fleet, Amazon Web Services IoT FleetWise sends back an
|
|
14
|
+
* HTTP 200 response with an empty body.</p>
|
|
15
|
+
* </note>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { IoTFleetWiseClient, DisassociateVehicleFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
20
|
+
* // const { IoTFleetWiseClient, DisassociateVehicleFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
21
|
+
* const client = new IoTFleetWiseClient(config);
|
|
22
|
+
* const command = new DisassociateVehicleFleetCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link DisassociateVehicleFleetCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link DisassociateVehicleFleetCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class DisassociateVehicleFleetCommand extends $Command<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
32
|
+
readonly input: DisassociateVehicleFleetCommandInput;
|
|
33
|
+
constructor(input: DisassociateVehicleFleetCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { GetCampaignRequest, GetCampaignResponse } from "../models/models_0";
|
|
5
|
+
export interface GetCampaignCommandInput extends GetCampaignRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCampaignCommandOutput extends GetCampaignResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Retrieves information about a campaign. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTFleetWiseClient, GetCampaignCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
15
|
+
* // const { IoTFleetWiseClient, GetCampaignCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
16
|
+
* const client = new IoTFleetWiseClient(config);
|
|
17
|
+
* const command = new GetCampaignCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetCampaignCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetCampaignCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetCampaignCommand extends $Command<GetCampaignCommandInput, GetCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
|
+
readonly input: GetCampaignCommandInput;
|
|
28
|
+
constructor(input: GetCampaignCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCampaignCommandInput, GetCampaignCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { GetDecoderManifestRequest, GetDecoderManifestResponse } from "../models/models_0";
|
|
5
|
+
export interface GetDecoderManifestCommandInput extends GetDecoderManifestRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetDecoderManifestCommandOutput extends GetDecoderManifestResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Retrieves information about a created decoder manifest. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTFleetWiseClient, GetDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
15
|
+
* // const { IoTFleetWiseClient, GetDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
16
|
+
* const client = new IoTFleetWiseClient(config);
|
|
17
|
+
* const command = new GetDecoderManifestCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetDecoderManifestCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetDecoderManifestCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetDecoderManifestCommand extends $Command<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
|
+
readonly input: GetDecoderManifestCommandInput;
|
|
28
|
+
constructor(input: GetDecoderManifestCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { GetFleetRequest, GetFleetResponse } from "../models/models_0";
|
|
5
|
+
export interface GetFleetCommandInput extends GetFleetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Retrieves information about a fleet. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTFleetWiseClient, GetFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
15
|
+
* // const { IoTFleetWiseClient, GetFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
16
|
+
* const client = new IoTFleetWiseClient(config);
|
|
17
|
+
* const command = new GetFleetCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetFleetCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetFleetCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetFleetCommand extends $Command<GetFleetCommandInput, GetFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
|
+
readonly input: GetFleetCommandInput;
|
|
28
|
+
constructor(input: GetFleetCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFleetCommandInput, GetFleetCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_0";
|
|
5
|
+
export interface GetLoggingOptionsCommandInput extends GetLoggingOptionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves the logging options.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTFleetWiseClient, GetLoggingOptionsCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
15
|
+
* // const { IoTFleetWiseClient, GetLoggingOptionsCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
16
|
+
* const client = new IoTFleetWiseClient(config);
|
|
17
|
+
* const command = new GetLoggingOptionsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetLoggingOptionsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetLoggingOptionsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetLoggingOptionsCommand extends $Command<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
|
+
readonly input: GetLoggingOptionsCommandInput;
|
|
28
|
+
constructor(input: GetLoggingOptionsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { GetModelManifestRequest, GetModelManifestResponse } from "../models/models_0";
|
|
5
|
+
export interface GetModelManifestCommandInput extends GetModelManifestRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetModelManifestCommandOutput extends GetModelManifestResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Retrieves information about a vehicle model (model manifest). </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTFleetWiseClient, GetModelManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
15
|
+
* // const { IoTFleetWiseClient, GetModelManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
16
|
+
* const client = new IoTFleetWiseClient(config);
|
|
17
|
+
* const command = new GetModelManifestCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetModelManifestCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetModelManifestCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetModelManifestCommand extends $Command<GetModelManifestCommandInput, GetModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
|
+
readonly input: GetModelManifestCommandInput;
|
|
28
|
+
constructor(input: GetModelManifestCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelManifestCommandInput, GetModelManifestCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { GetRegisterAccountStatusRequest, GetRegisterAccountStatusResponse } from "../models/models_0";
|
|
5
|
+
export interface GetRegisterAccountStatusCommandInput extends GetRegisterAccountStatusRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccountStatusResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Retrieves information about the status of registering your Amazon Web Services account, IAM, and
|
|
11
|
+
* Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services
|
|
12
|
+
* Cloud. </p>
|
|
13
|
+
* <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>
|
|
14
|
+
* <note>
|
|
15
|
+
* <p>This API operation doesn't require input parameters.</p>
|
|
16
|
+
* </note>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { IoTFleetWiseClient, GetRegisterAccountStatusCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
21
|
+
* // const { IoTFleetWiseClient, GetRegisterAccountStatusCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
22
|
+
* const client = new IoTFleetWiseClient(config);
|
|
23
|
+
* const command = new GetRegisterAccountStatusCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link GetRegisterAccountStatusCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link GetRegisterAccountStatusCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class GetRegisterAccountStatusCommand extends $Command<GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
33
|
+
readonly input: GetRegisterAccountStatusCommandInput;
|
|
34
|
+
constructor(input: GetRegisterAccountStatusCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { GetSignalCatalogRequest, GetSignalCatalogResponse } from "../models/models_0";
|
|
5
|
+
export interface GetSignalCatalogCommandInput extends GetSignalCatalogRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Retrieves information about a signal catalog. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTFleetWiseClient, GetSignalCatalogCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
15
|
+
* // const { IoTFleetWiseClient, GetSignalCatalogCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
16
|
+
* const client = new IoTFleetWiseClient(config);
|
|
17
|
+
* const command = new GetSignalCatalogCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetSignalCatalogCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetSignalCatalogCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetSignalCatalogCommand extends $Command<GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
|
+
readonly input: GetSignalCatalogCommandInput;
|
|
28
|
+
constructor(input: GetSignalCatalogCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { GetVehicleRequest, GetVehicleResponse } from "../models/models_0";
|
|
5
|
+
export interface GetVehicleCommandInput extends GetVehicleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Retrieves information about a vehicle. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTFleetWiseClient, GetVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
15
|
+
* // const { IoTFleetWiseClient, GetVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
16
|
+
* const client = new IoTFleetWiseClient(config);
|
|
17
|
+
* const command = new GetVehicleCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetVehicleCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetVehicleCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetVehicleCommand extends $Command<GetVehicleCommandInput, GetVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
|
+
readonly input: GetVehicleCommandInput;
|
|
28
|
+
constructor(input: GetVehicleCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVehicleCommandInput, GetVehicleCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { GetVehicleStatusRequest, GetVehicleStatusResponse } from "../models/models_0";
|
|
5
|
+
export interface GetVehicleStatusCommandInput extends GetVehicleStatusRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Retrieves information about the status of a vehicle with any associated campaigns.
|
|
11
|
+
* </p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { IoTFleetWiseClient, GetVehicleStatusCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
16
|
+
* // const { IoTFleetWiseClient, GetVehicleStatusCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
17
|
+
* const client = new IoTFleetWiseClient(config);
|
|
18
|
+
* const command = new GetVehicleStatusCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link GetVehicleStatusCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link GetVehicleStatusCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class GetVehicleStatusCommand extends $Command<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
28
|
+
readonly input: GetVehicleStatusCommandInput;
|
|
29
|
+
constructor(input: GetVehicleStatusCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { ImportDecoderManifestRequest, ImportDecoderManifestResponse } from "../models/models_0";
|
|
5
|
+
export interface ImportDecoderManifestCommandInput extends ImportDecoderManifestRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifestResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Creates a decoder manifest using your existing CAN DBC file from your local device.
|
|
11
|
+
* </p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { IoTFleetWiseClient, ImportDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
16
|
+
* // const { IoTFleetWiseClient, ImportDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
17
|
+
* const client = new IoTFleetWiseClient(config);
|
|
18
|
+
* const command = new ImportDecoderManifestCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link ImportDecoderManifestCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link ImportDecoderManifestCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class ImportDecoderManifestCommand extends $Command<ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
28
|
+
readonly input: ImportDecoderManifestCommandInput;
|
|
29
|
+
constructor(input: ImportDecoderManifestCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|