@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,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateVehicleRequest,
|
|
15
|
+
CreateVehicleResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateVehicleCommandInput extends CreateVehicleRequest {}
|
|
18
|
+
export interface CreateVehicleCommandOutput
|
|
19
|
+
extends CreateVehicleResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateVehicleCommand extends $Command<
|
|
22
|
+
CreateVehicleCommandInput,
|
|
23
|
+
CreateVehicleCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateVehicleCommandInput;
|
|
27
|
+
constructor(input: CreateVehicleCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateVehicleCommandInput, CreateVehicleCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteCampaignRequest,
|
|
15
|
+
DeleteCampaignResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {}
|
|
18
|
+
export interface DeleteCampaignCommandOutput
|
|
19
|
+
extends DeleteCampaignResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteCampaignCommand extends $Command<
|
|
22
|
+
DeleteCampaignCommandInput,
|
|
23
|
+
DeleteCampaignCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteCampaignCommandInput;
|
|
27
|
+
constructor(input: DeleteCampaignCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteDecoderManifestRequest,
|
|
15
|
+
DeleteDecoderManifestResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDecoderManifestCommandInput
|
|
18
|
+
extends DeleteDecoderManifestRequest {}
|
|
19
|
+
export interface DeleteDecoderManifestCommandOutput
|
|
20
|
+
extends DeleteDecoderManifestResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteDecoderManifestCommand extends $Command<
|
|
23
|
+
DeleteDecoderManifestCommandInput,
|
|
24
|
+
DeleteDecoderManifestCommandOutput,
|
|
25
|
+
IoTFleetWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDecoderManifestCommandInput;
|
|
28
|
+
constructor(input: DeleteDecoderManifestCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteDecoderManifestCommandInput,
|
|
35
|
+
DeleteDecoderManifestCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteFleetCommandInput extends DeleteFleetRequest {}
|
|
15
|
+
export interface DeleteFleetCommandOutput
|
|
16
|
+
extends DeleteFleetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteFleetCommand extends $Command<
|
|
19
|
+
DeleteFleetCommandInput,
|
|
20
|
+
DeleteFleetCommandOutput,
|
|
21
|
+
IoTFleetWiseClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteFleetCommandInput;
|
|
24
|
+
constructor(input: DeleteFleetCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteFleetCommandInput, DeleteFleetCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteModelManifestRequest,
|
|
15
|
+
DeleteModelManifestResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteModelManifestCommandInput
|
|
18
|
+
extends DeleteModelManifestRequest {}
|
|
19
|
+
export interface DeleteModelManifestCommandOutput
|
|
20
|
+
extends DeleteModelManifestResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteModelManifestCommand extends $Command<
|
|
23
|
+
DeleteModelManifestCommandInput,
|
|
24
|
+
DeleteModelManifestCommandOutput,
|
|
25
|
+
IoTFleetWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteModelManifestCommandInput;
|
|
28
|
+
constructor(input: DeleteModelManifestCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteSignalCatalogRequest,
|
|
15
|
+
DeleteSignalCatalogResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteSignalCatalogCommandInput
|
|
18
|
+
extends DeleteSignalCatalogRequest {}
|
|
19
|
+
export interface DeleteSignalCatalogCommandOutput
|
|
20
|
+
extends DeleteSignalCatalogResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteSignalCatalogCommand extends $Command<
|
|
23
|
+
DeleteSignalCatalogCommandInput,
|
|
24
|
+
DeleteSignalCatalogCommandOutput,
|
|
25
|
+
IoTFleetWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteSignalCatalogCommandInput;
|
|
28
|
+
constructor(input: DeleteSignalCatalogCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteVehicleRequest,
|
|
15
|
+
DeleteVehicleResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteVehicleCommandInput extends DeleteVehicleRequest {}
|
|
18
|
+
export interface DeleteVehicleCommandOutput
|
|
19
|
+
extends DeleteVehicleResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteVehicleCommand extends $Command<
|
|
22
|
+
DeleteVehicleCommandInput,
|
|
23
|
+
DeleteVehicleCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteVehicleCommandInput;
|
|
27
|
+
constructor(input: DeleteVehicleCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteVehicleCommandInput, DeleteVehicleCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
DisassociateVehicleFleetRequest,
|
|
15
|
+
DisassociateVehicleFleetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateVehicleFleetCommandInput
|
|
18
|
+
extends DisassociateVehicleFleetRequest {}
|
|
19
|
+
export interface DisassociateVehicleFleetCommandOutput
|
|
20
|
+
extends DisassociateVehicleFleetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DisassociateVehicleFleetCommand extends $Command<
|
|
23
|
+
DisassociateVehicleFleetCommandInput,
|
|
24
|
+
DisassociateVehicleFleetCommandOutput,
|
|
25
|
+
IoTFleetWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DisassociateVehicleFleetCommandInput;
|
|
28
|
+
constructor(input: DisassociateVehicleFleetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DisassociateVehicleFleetCommandInput,
|
|
35
|
+
DisassociateVehicleFleetCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import { GetCampaignRequest, GetCampaignResponse } from "../models/models_0";
|
|
14
|
+
export interface GetCampaignCommandInput extends GetCampaignRequest {}
|
|
15
|
+
export interface GetCampaignCommandOutput
|
|
16
|
+
extends GetCampaignResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetCampaignCommand extends $Command<
|
|
19
|
+
GetCampaignCommandInput,
|
|
20
|
+
GetCampaignCommandOutput,
|
|
21
|
+
IoTFleetWiseClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetCampaignCommandInput;
|
|
24
|
+
constructor(input: GetCampaignCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetCampaignCommandInput, GetCampaignCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
GetDecoderManifestRequest,
|
|
15
|
+
GetDecoderManifestResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDecoderManifestCommandInput
|
|
18
|
+
extends GetDecoderManifestRequest {}
|
|
19
|
+
export interface GetDecoderManifestCommandOutput
|
|
20
|
+
extends GetDecoderManifestResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDecoderManifestCommand extends $Command<
|
|
23
|
+
GetDecoderManifestCommandInput,
|
|
24
|
+
GetDecoderManifestCommandOutput,
|
|
25
|
+
IoTFleetWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDecoderManifestCommandInput;
|
|
28
|
+
constructor(input: GetDecoderManifestCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import { GetFleetRequest, GetFleetResponse } from "../models/models_0";
|
|
14
|
+
export interface GetFleetCommandInput extends GetFleetRequest {}
|
|
15
|
+
export interface GetFleetCommandOutput
|
|
16
|
+
extends GetFleetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetFleetCommand extends $Command<
|
|
19
|
+
GetFleetCommandInput,
|
|
20
|
+
GetFleetCommandOutput,
|
|
21
|
+
IoTFleetWiseClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetFleetCommandInput;
|
|
24
|
+
constructor(input: GetFleetCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetFleetCommandInput, GetFleetCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
GetLoggingOptionsRequest,
|
|
15
|
+
GetLoggingOptionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetLoggingOptionsCommandInput
|
|
18
|
+
extends GetLoggingOptionsRequest {}
|
|
19
|
+
export interface GetLoggingOptionsCommandOutput
|
|
20
|
+
extends GetLoggingOptionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetLoggingOptionsCommand extends $Command<
|
|
23
|
+
GetLoggingOptionsCommandInput,
|
|
24
|
+
GetLoggingOptionsCommandOutput,
|
|
25
|
+
IoTFleetWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetLoggingOptionsCommandInput;
|
|
28
|
+
constructor(input: GetLoggingOptionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
GetModelManifestRequest,
|
|
15
|
+
GetModelManifestResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetModelManifestCommandInput extends GetModelManifestRequest {}
|
|
18
|
+
export interface GetModelManifestCommandOutput
|
|
19
|
+
extends GetModelManifestResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetModelManifestCommand extends $Command<
|
|
22
|
+
GetModelManifestCommandInput,
|
|
23
|
+
GetModelManifestCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetModelManifestCommandInput;
|
|
27
|
+
constructor(input: GetModelManifestCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetModelManifestCommandInput, GetModelManifestCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
GetRegisterAccountStatusRequest,
|
|
15
|
+
GetRegisterAccountStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetRegisterAccountStatusCommandInput
|
|
18
|
+
extends GetRegisterAccountStatusRequest {}
|
|
19
|
+
export interface GetRegisterAccountStatusCommandOutput
|
|
20
|
+
extends GetRegisterAccountStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetRegisterAccountStatusCommand extends $Command<
|
|
23
|
+
GetRegisterAccountStatusCommandInput,
|
|
24
|
+
GetRegisterAccountStatusCommandOutput,
|
|
25
|
+
IoTFleetWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetRegisterAccountStatusCommandInput;
|
|
28
|
+
constructor(input: GetRegisterAccountStatusCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetRegisterAccountStatusCommandInput,
|
|
35
|
+
GetRegisterAccountStatusCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
GetSignalCatalogRequest,
|
|
15
|
+
GetSignalCatalogResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSignalCatalogCommandInput extends GetSignalCatalogRequest {}
|
|
18
|
+
export interface GetSignalCatalogCommandOutput
|
|
19
|
+
extends GetSignalCatalogResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetSignalCatalogCommand extends $Command<
|
|
22
|
+
GetSignalCatalogCommandInput,
|
|
23
|
+
GetSignalCatalogCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetSignalCatalogCommandInput;
|
|
27
|
+
constructor(input: GetSignalCatalogCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import { GetVehicleRequest, GetVehicleResponse } from "../models/models_0";
|
|
14
|
+
export interface GetVehicleCommandInput extends GetVehicleRequest {}
|
|
15
|
+
export interface GetVehicleCommandOutput
|
|
16
|
+
extends GetVehicleResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetVehicleCommand extends $Command<
|
|
19
|
+
GetVehicleCommandInput,
|
|
20
|
+
GetVehicleCommandOutput,
|
|
21
|
+
IoTFleetWiseClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetVehicleCommandInput;
|
|
24
|
+
constructor(input: GetVehicleCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetVehicleCommandInput, GetVehicleCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
GetVehicleStatusRequest,
|
|
15
|
+
GetVehicleStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetVehicleStatusCommandInput extends GetVehicleStatusRequest {}
|
|
18
|
+
export interface GetVehicleStatusCommandOutput
|
|
19
|
+
extends GetVehicleStatusResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetVehicleStatusCommand extends $Command<
|
|
22
|
+
GetVehicleStatusCommandInput,
|
|
23
|
+
GetVehicleStatusCommandOutput,
|
|
24
|
+
IoTFleetWiseClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetVehicleStatusCommandInput;
|
|
27
|
+
constructor(input: GetVehicleStatusCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTFleetWiseClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTFleetWiseClient";
|
|
13
|
+
import {
|
|
14
|
+
ImportDecoderManifestRequest,
|
|
15
|
+
ImportDecoderManifestResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ImportDecoderManifestCommandInput
|
|
18
|
+
extends ImportDecoderManifestRequest {}
|
|
19
|
+
export interface ImportDecoderManifestCommandOutput
|
|
20
|
+
extends ImportDecoderManifestResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ImportDecoderManifestCommand extends $Command<
|
|
23
|
+
ImportDecoderManifestCommandInput,
|
|
24
|
+
ImportDecoderManifestCommandOutput,
|
|
25
|
+
IoTFleetWiseClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ImportDecoderManifestCommandInput;
|
|
28
|
+
constructor(input: ImportDecoderManifestCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTFleetWiseClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ImportDecoderManifestCommandInput,
|
|
35
|
+
ImportDecoderManifestCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|