@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,605 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateVehicleFleetCommandInput,
|
|
8
|
+
AssociateVehicleFleetCommandOutput,
|
|
9
|
+
} from "../commands/AssociateVehicleFleetCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchCreateVehicleCommandInput,
|
|
12
|
+
BatchCreateVehicleCommandOutput,
|
|
13
|
+
} from "../commands/BatchCreateVehicleCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchUpdateVehicleCommandInput,
|
|
16
|
+
BatchUpdateVehicleCommandOutput,
|
|
17
|
+
} from "../commands/BatchUpdateVehicleCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateCampaignCommandInput,
|
|
20
|
+
CreateCampaignCommandOutput,
|
|
21
|
+
} from "../commands/CreateCampaignCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateDecoderManifestCommandInput,
|
|
24
|
+
CreateDecoderManifestCommandOutput,
|
|
25
|
+
} from "../commands/CreateDecoderManifestCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateFleetCommandInput,
|
|
28
|
+
CreateFleetCommandOutput,
|
|
29
|
+
} from "../commands/CreateFleetCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateModelManifestCommandInput,
|
|
32
|
+
CreateModelManifestCommandOutput,
|
|
33
|
+
} from "../commands/CreateModelManifestCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateSignalCatalogCommandInput,
|
|
36
|
+
CreateSignalCatalogCommandOutput,
|
|
37
|
+
} from "../commands/CreateSignalCatalogCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateVehicleCommandInput,
|
|
40
|
+
CreateVehicleCommandOutput,
|
|
41
|
+
} from "../commands/CreateVehicleCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteCampaignCommandInput,
|
|
44
|
+
DeleteCampaignCommandOutput,
|
|
45
|
+
} from "../commands/DeleteCampaignCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteDecoderManifestCommandInput,
|
|
48
|
+
DeleteDecoderManifestCommandOutput,
|
|
49
|
+
} from "../commands/DeleteDecoderManifestCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteFleetCommandInput,
|
|
52
|
+
DeleteFleetCommandOutput,
|
|
53
|
+
} from "../commands/DeleteFleetCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteModelManifestCommandInput,
|
|
56
|
+
DeleteModelManifestCommandOutput,
|
|
57
|
+
} from "../commands/DeleteModelManifestCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteSignalCatalogCommandInput,
|
|
60
|
+
DeleteSignalCatalogCommandOutput,
|
|
61
|
+
} from "../commands/DeleteSignalCatalogCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteVehicleCommandInput,
|
|
64
|
+
DeleteVehicleCommandOutput,
|
|
65
|
+
} from "../commands/DeleteVehicleCommand";
|
|
66
|
+
import {
|
|
67
|
+
DisassociateVehicleFleetCommandInput,
|
|
68
|
+
DisassociateVehicleFleetCommandOutput,
|
|
69
|
+
} from "../commands/DisassociateVehicleFleetCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetCampaignCommandInput,
|
|
72
|
+
GetCampaignCommandOutput,
|
|
73
|
+
} from "../commands/GetCampaignCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetDecoderManifestCommandInput,
|
|
76
|
+
GetDecoderManifestCommandOutput,
|
|
77
|
+
} from "../commands/GetDecoderManifestCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetFleetCommandInput,
|
|
80
|
+
GetFleetCommandOutput,
|
|
81
|
+
} from "../commands/GetFleetCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetLoggingOptionsCommandInput,
|
|
84
|
+
GetLoggingOptionsCommandOutput,
|
|
85
|
+
} from "../commands/GetLoggingOptionsCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetModelManifestCommandInput,
|
|
88
|
+
GetModelManifestCommandOutput,
|
|
89
|
+
} from "../commands/GetModelManifestCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetRegisterAccountStatusCommandInput,
|
|
92
|
+
GetRegisterAccountStatusCommandOutput,
|
|
93
|
+
} from "../commands/GetRegisterAccountStatusCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetSignalCatalogCommandInput,
|
|
96
|
+
GetSignalCatalogCommandOutput,
|
|
97
|
+
} from "../commands/GetSignalCatalogCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetVehicleCommandInput,
|
|
100
|
+
GetVehicleCommandOutput,
|
|
101
|
+
} from "../commands/GetVehicleCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetVehicleStatusCommandInput,
|
|
104
|
+
GetVehicleStatusCommandOutput,
|
|
105
|
+
} from "../commands/GetVehicleStatusCommand";
|
|
106
|
+
import {
|
|
107
|
+
ImportDecoderManifestCommandInput,
|
|
108
|
+
ImportDecoderManifestCommandOutput,
|
|
109
|
+
} from "../commands/ImportDecoderManifestCommand";
|
|
110
|
+
import {
|
|
111
|
+
ImportSignalCatalogCommandInput,
|
|
112
|
+
ImportSignalCatalogCommandOutput,
|
|
113
|
+
} from "../commands/ImportSignalCatalogCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListCampaignsCommandInput,
|
|
116
|
+
ListCampaignsCommandOutput,
|
|
117
|
+
} from "../commands/ListCampaignsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListDecoderManifestNetworkInterfacesCommandInput,
|
|
120
|
+
ListDecoderManifestNetworkInterfacesCommandOutput,
|
|
121
|
+
} from "../commands/ListDecoderManifestNetworkInterfacesCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListDecoderManifestsCommandInput,
|
|
124
|
+
ListDecoderManifestsCommandOutput,
|
|
125
|
+
} from "../commands/ListDecoderManifestsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListDecoderManifestSignalsCommandInput,
|
|
128
|
+
ListDecoderManifestSignalsCommandOutput,
|
|
129
|
+
} from "../commands/ListDecoderManifestSignalsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListFleetsCommandInput,
|
|
132
|
+
ListFleetsCommandOutput,
|
|
133
|
+
} from "../commands/ListFleetsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListFleetsForVehicleCommandInput,
|
|
136
|
+
ListFleetsForVehicleCommandOutput,
|
|
137
|
+
} from "../commands/ListFleetsForVehicleCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListModelManifestNodesCommandInput,
|
|
140
|
+
ListModelManifestNodesCommandOutput,
|
|
141
|
+
} from "../commands/ListModelManifestNodesCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListModelManifestsCommandInput,
|
|
144
|
+
ListModelManifestsCommandOutput,
|
|
145
|
+
} from "../commands/ListModelManifestsCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListSignalCatalogNodesCommandInput,
|
|
148
|
+
ListSignalCatalogNodesCommandOutput,
|
|
149
|
+
} from "../commands/ListSignalCatalogNodesCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListSignalCatalogsCommandInput,
|
|
152
|
+
ListSignalCatalogsCommandOutput,
|
|
153
|
+
} from "../commands/ListSignalCatalogsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListTagsForResourceCommandInput,
|
|
156
|
+
ListTagsForResourceCommandOutput,
|
|
157
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListVehiclesCommandInput,
|
|
160
|
+
ListVehiclesCommandOutput,
|
|
161
|
+
} from "../commands/ListVehiclesCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListVehiclesInFleetCommandInput,
|
|
164
|
+
ListVehiclesInFleetCommandOutput,
|
|
165
|
+
} from "../commands/ListVehiclesInFleetCommand";
|
|
166
|
+
import {
|
|
167
|
+
PutLoggingOptionsCommandInput,
|
|
168
|
+
PutLoggingOptionsCommandOutput,
|
|
169
|
+
} from "../commands/PutLoggingOptionsCommand";
|
|
170
|
+
import {
|
|
171
|
+
RegisterAccountCommandInput,
|
|
172
|
+
RegisterAccountCommandOutput,
|
|
173
|
+
} from "../commands/RegisterAccountCommand";
|
|
174
|
+
import {
|
|
175
|
+
TagResourceCommandInput,
|
|
176
|
+
TagResourceCommandOutput,
|
|
177
|
+
} from "../commands/TagResourceCommand";
|
|
178
|
+
import {
|
|
179
|
+
UntagResourceCommandInput,
|
|
180
|
+
UntagResourceCommandOutput,
|
|
181
|
+
} from "../commands/UntagResourceCommand";
|
|
182
|
+
import {
|
|
183
|
+
UpdateCampaignCommandInput,
|
|
184
|
+
UpdateCampaignCommandOutput,
|
|
185
|
+
} from "../commands/UpdateCampaignCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateDecoderManifestCommandInput,
|
|
188
|
+
UpdateDecoderManifestCommandOutput,
|
|
189
|
+
} from "../commands/UpdateDecoderManifestCommand";
|
|
190
|
+
import {
|
|
191
|
+
UpdateFleetCommandInput,
|
|
192
|
+
UpdateFleetCommandOutput,
|
|
193
|
+
} from "../commands/UpdateFleetCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateModelManifestCommandInput,
|
|
196
|
+
UpdateModelManifestCommandOutput,
|
|
197
|
+
} from "../commands/UpdateModelManifestCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateSignalCatalogCommandInput,
|
|
200
|
+
UpdateSignalCatalogCommandOutput,
|
|
201
|
+
} from "../commands/UpdateSignalCatalogCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateVehicleCommandInput,
|
|
204
|
+
UpdateVehicleCommandOutput,
|
|
205
|
+
} from "../commands/UpdateVehicleCommand";
|
|
206
|
+
export declare const serializeAws_json1_0AssociateVehicleFleetCommand: (
|
|
207
|
+
input: AssociateVehicleFleetCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_0BatchCreateVehicleCommand: (
|
|
211
|
+
input: BatchCreateVehicleCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_0BatchUpdateVehicleCommand: (
|
|
215
|
+
input: BatchUpdateVehicleCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_0CreateCampaignCommand: (
|
|
219
|
+
input: CreateCampaignCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_0CreateDecoderManifestCommand: (
|
|
223
|
+
input: CreateDecoderManifestCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_0CreateFleetCommand: (
|
|
227
|
+
input: CreateFleetCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_0CreateModelManifestCommand: (
|
|
231
|
+
input: CreateModelManifestCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_0CreateSignalCatalogCommand: (
|
|
235
|
+
input: CreateSignalCatalogCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_0CreateVehicleCommand: (
|
|
239
|
+
input: CreateVehicleCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_0DeleteCampaignCommand: (
|
|
243
|
+
input: DeleteCampaignCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_0DeleteDecoderManifestCommand: (
|
|
247
|
+
input: DeleteDecoderManifestCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_0DeleteFleetCommand: (
|
|
251
|
+
input: DeleteFleetCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_0DeleteModelManifestCommand: (
|
|
255
|
+
input: DeleteModelManifestCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_0DeleteSignalCatalogCommand: (
|
|
259
|
+
input: DeleteSignalCatalogCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_0DeleteVehicleCommand: (
|
|
263
|
+
input: DeleteVehicleCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_0DisassociateVehicleFleetCommand: (
|
|
267
|
+
input: DisassociateVehicleFleetCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_0GetCampaignCommand: (
|
|
271
|
+
input: GetCampaignCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_0GetDecoderManifestCommand: (
|
|
275
|
+
input: GetDecoderManifestCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_0GetFleetCommand: (
|
|
279
|
+
input: GetFleetCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_0GetLoggingOptionsCommand: (
|
|
283
|
+
input: GetLoggingOptionsCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_0GetModelManifestCommand: (
|
|
287
|
+
input: GetModelManifestCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_0GetRegisterAccountStatusCommand: (
|
|
291
|
+
input: GetRegisterAccountStatusCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_0GetSignalCatalogCommand: (
|
|
295
|
+
input: GetSignalCatalogCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_0GetVehicleCommand: (
|
|
299
|
+
input: GetVehicleCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_0GetVehicleStatusCommand: (
|
|
303
|
+
input: GetVehicleStatusCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_0ImportDecoderManifestCommand: (
|
|
307
|
+
input: ImportDecoderManifestCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_0ImportSignalCatalogCommand: (
|
|
311
|
+
input: ImportSignalCatalogCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_0ListCampaignsCommand: (
|
|
315
|
+
input: ListCampaignsCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand: (
|
|
319
|
+
input: ListDecoderManifestNetworkInterfacesCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_0ListDecoderManifestsCommand: (
|
|
323
|
+
input: ListDecoderManifestsCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_0ListDecoderManifestSignalsCommand: (
|
|
327
|
+
input: ListDecoderManifestSignalsCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_0ListFleetsCommand: (
|
|
331
|
+
input: ListFleetsCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_0ListFleetsForVehicleCommand: (
|
|
335
|
+
input: ListFleetsForVehicleCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_0ListModelManifestNodesCommand: (
|
|
339
|
+
input: ListModelManifestNodesCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_0ListModelManifestsCommand: (
|
|
343
|
+
input: ListModelManifestsCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_0ListSignalCatalogNodesCommand: (
|
|
347
|
+
input: ListSignalCatalogNodesCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_0ListSignalCatalogsCommand: (
|
|
351
|
+
input: ListSignalCatalogsCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_0ListTagsForResourceCommand: (
|
|
355
|
+
input: ListTagsForResourceCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_0ListVehiclesCommand: (
|
|
359
|
+
input: ListVehiclesCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_0ListVehiclesInFleetCommand: (
|
|
363
|
+
input: ListVehiclesInFleetCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_0PutLoggingOptionsCommand: (
|
|
367
|
+
input: PutLoggingOptionsCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_0RegisterAccountCommand: (
|
|
371
|
+
input: RegisterAccountCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_0TagResourceCommand: (
|
|
375
|
+
input: TagResourceCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_0UntagResourceCommand: (
|
|
379
|
+
input: UntagResourceCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_0UpdateCampaignCommand: (
|
|
383
|
+
input: UpdateCampaignCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_0UpdateDecoderManifestCommand: (
|
|
387
|
+
input: UpdateDecoderManifestCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_0UpdateFleetCommand: (
|
|
391
|
+
input: UpdateFleetCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_0UpdateModelManifestCommand: (
|
|
395
|
+
input: UpdateModelManifestCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_0UpdateSignalCatalogCommand: (
|
|
399
|
+
input: UpdateSignalCatalogCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_0UpdateVehicleCommand: (
|
|
403
|
+
input: UpdateVehicleCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const deserializeAws_json1_0AssociateVehicleFleetCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<AssociateVehicleFleetCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_0BatchCreateVehicleCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<BatchCreateVehicleCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_0BatchUpdateVehicleCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<BatchUpdateVehicleCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_0CreateCampaignCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<CreateCampaignCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_0CreateDecoderManifestCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<CreateDecoderManifestCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_0CreateFleetCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<CreateFleetCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_0CreateModelManifestCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<CreateModelManifestCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_0CreateSignalCatalogCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<CreateSignalCatalogCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_0CreateVehicleCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<CreateVehicleCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_0DeleteCampaignCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<DeleteCampaignCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_0DeleteDecoderManifestCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<DeleteDecoderManifestCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_json1_0DeleteFleetCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<DeleteFleetCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_json1_0DeleteModelManifestCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<DeleteModelManifestCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_json1_0DeleteSignalCatalogCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<DeleteSignalCatalogCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_json1_0DeleteVehicleCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<DeleteVehicleCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_json1_0DisassociateVehicleFleetCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<DisassociateVehicleFleetCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_json1_0GetCampaignCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<GetCampaignCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_json1_0GetDecoderManifestCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<GetDecoderManifestCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_json1_0GetFleetCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<GetFleetCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_json1_0GetLoggingOptionsCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<GetLoggingOptionsCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_json1_0GetModelManifestCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<GetModelManifestCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_json1_0GetRegisterAccountStatusCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<GetRegisterAccountStatusCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_json1_0GetSignalCatalogCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<GetSignalCatalogCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_json1_0GetVehicleCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<GetVehicleCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_json1_0GetVehicleStatusCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<GetVehicleStatusCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_json1_0ImportDecoderManifestCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<ImportDecoderManifestCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_json1_0ImportSignalCatalogCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<ImportSignalCatalogCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_0ListCampaignsCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<ListCampaignsCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<ListDecoderManifestNetworkInterfacesCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_0ListDecoderManifestsCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<ListDecoderManifestsCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_0ListDecoderManifestSignalsCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<ListDecoderManifestSignalsCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_0ListFleetsCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<ListFleetsCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_0ListFleetsForVehicleCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<ListFleetsForVehicleCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_0ListModelManifestNodesCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<ListModelManifestNodesCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_0ListModelManifestsCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<ListModelManifestsCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_0ListSignalCatalogNodesCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<ListSignalCatalogNodesCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_0ListSignalCatalogsCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<ListSignalCatalogsCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_0ListVehiclesCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<ListVehiclesCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_0ListVehiclesInFleetCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<ListVehiclesInFleetCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_0PutLoggingOptionsCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<PutLoggingOptionsCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_0RegisterAccountCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<RegisterAccountCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_json1_0TagResourceCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<TagResourceCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_json1_0UntagResourceCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_json1_0UpdateCampaignCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<UpdateCampaignCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_json1_0UpdateDecoderManifestCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<UpdateDecoderManifestCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_json1_0UpdateFleetCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<UpdateFleetCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_json1_0UpdateModelManifestCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<UpdateModelManifestCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_json1_0UpdateSignalCatalogCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<UpdateSignalCatalogCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_json1_0UpdateVehicleCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<UpdateVehicleCommandOutput>;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { IoTFleetWiseClientConfig } from "./IoTFleetWiseClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: IoTFleetWiseClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: (
|
|
12
|
+
input: any
|
|
13
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
|
+
import("@aws-sdk/types").UserAgent
|
|
16
|
+
>;
|
|
17
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
18
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
19
|
+
requestHandler:
|
|
20
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
21
|
+
any,
|
|
22
|
+
any,
|
|
23
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
24
|
+
> &
|
|
25
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
26
|
+
| RequestHandler;
|
|
27
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
28
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
29
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
30
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
31
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
33
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
apiVersion: string;
|
|
35
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
36
|
+
disableHostPrefix: boolean;
|
|
37
|
+
logger: import("@aws-sdk/types").Logger;
|
|
38
|
+
serviceId: string;
|
|
39
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
|
+
endpoint?:
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| undefined;
|
|
45
|
+
tls?: boolean | undefined;
|
|
46
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
|
+
credentials?:
|
|
48
|
+
| import("@aws-sdk/types").Credentials
|
|
49
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
50
|
+
| undefined;
|
|
51
|
+
signer?:
|
|
52
|
+
| import("@aws-sdk/types").RequestSigner
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
|
+
| undefined;
|
|
57
|
+
signingEscapePath?: boolean | undefined;
|
|
58
|
+
systemClockOffset?: number | undefined;
|
|
59
|
+
signingRegion?: string | undefined;
|
|
60
|
+
signerConstructor?:
|
|
61
|
+
| (new (
|
|
62
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
63
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
64
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
65
|
+
| undefined;
|
|
66
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
67
|
+
};
|