@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,208 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput } from "./commands/AssociateVehicleFleetCommand";
|
|
10
|
+
import { BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput } from "./commands/BatchCreateVehicleCommand";
|
|
11
|
+
import { BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput } from "./commands/BatchUpdateVehicleCommand";
|
|
12
|
+
import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
|
|
13
|
+
import { CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput } from "./commands/CreateDecoderManifestCommand";
|
|
14
|
+
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
15
|
+
import { CreateModelManifestCommandInput, CreateModelManifestCommandOutput } from "./commands/CreateModelManifestCommand";
|
|
16
|
+
import { CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput } from "./commands/CreateSignalCatalogCommand";
|
|
17
|
+
import { CreateVehicleCommandInput, CreateVehicleCommandOutput } from "./commands/CreateVehicleCommand";
|
|
18
|
+
import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "./commands/DeleteCampaignCommand";
|
|
19
|
+
import { DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput } from "./commands/DeleteDecoderManifestCommand";
|
|
20
|
+
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
21
|
+
import { DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput } from "./commands/DeleteModelManifestCommand";
|
|
22
|
+
import { DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput } from "./commands/DeleteSignalCatalogCommand";
|
|
23
|
+
import { DeleteVehicleCommandInput, DeleteVehicleCommandOutput } from "./commands/DeleteVehicleCommand";
|
|
24
|
+
import { DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput } from "./commands/DisassociateVehicleFleetCommand";
|
|
25
|
+
import { GetCampaignCommandInput, GetCampaignCommandOutput } from "./commands/GetCampaignCommand";
|
|
26
|
+
import { GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput } from "./commands/GetDecoderManifestCommand";
|
|
27
|
+
import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
|
|
28
|
+
import { GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput } from "./commands/GetLoggingOptionsCommand";
|
|
29
|
+
import { GetModelManifestCommandInput, GetModelManifestCommandOutput } from "./commands/GetModelManifestCommand";
|
|
30
|
+
import { GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput } from "./commands/GetRegisterAccountStatusCommand";
|
|
31
|
+
import { GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput } from "./commands/GetSignalCatalogCommand";
|
|
32
|
+
import { GetVehicleCommandInput, GetVehicleCommandOutput } from "./commands/GetVehicleCommand";
|
|
33
|
+
import { GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput } from "./commands/GetVehicleStatusCommand";
|
|
34
|
+
import { ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput } from "./commands/ImportDecoderManifestCommand";
|
|
35
|
+
import { ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput } from "./commands/ImportSignalCatalogCommand";
|
|
36
|
+
import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "./commands/ListCampaignsCommand";
|
|
37
|
+
import { ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput } from "./commands/ListDecoderManifestNetworkInterfacesCommand";
|
|
38
|
+
import { ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput } from "./commands/ListDecoderManifestsCommand";
|
|
39
|
+
import { ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput } from "./commands/ListDecoderManifestSignalsCommand";
|
|
40
|
+
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
|
|
41
|
+
import { ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput } from "./commands/ListFleetsForVehicleCommand";
|
|
42
|
+
import { ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput } from "./commands/ListModelManifestNodesCommand";
|
|
43
|
+
import { ListModelManifestsCommandInput, ListModelManifestsCommandOutput } from "./commands/ListModelManifestsCommand";
|
|
44
|
+
import { ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput } from "./commands/ListSignalCatalogNodesCommand";
|
|
45
|
+
import { ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput } from "./commands/ListSignalCatalogsCommand";
|
|
46
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
47
|
+
import { ListVehiclesCommandInput, ListVehiclesCommandOutput } from "./commands/ListVehiclesCommand";
|
|
48
|
+
import { ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput } from "./commands/ListVehiclesInFleetCommand";
|
|
49
|
+
import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
|
|
50
|
+
import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
|
|
51
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
52
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
53
|
+
import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./commands/UpdateCampaignCommand";
|
|
54
|
+
import { UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput } from "./commands/UpdateDecoderManifestCommand";
|
|
55
|
+
import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
|
|
56
|
+
import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } from "./commands/UpdateModelManifestCommand";
|
|
57
|
+
import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "./commands/UpdateSignalCatalogCommand";
|
|
58
|
+
import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
|
|
59
|
+
export declare type ServiceInputTypes = AssociateVehicleFleetCommandInput | BatchCreateVehicleCommandInput | BatchUpdateVehicleCommandInput | CreateCampaignCommandInput | CreateDecoderManifestCommandInput | CreateFleetCommandInput | CreateModelManifestCommandInput | CreateSignalCatalogCommandInput | CreateVehicleCommandInput | DeleteCampaignCommandInput | DeleteDecoderManifestCommandInput | DeleteFleetCommandInput | DeleteModelManifestCommandInput | DeleteSignalCatalogCommandInput | DeleteVehicleCommandInput | DisassociateVehicleFleetCommandInput | GetCampaignCommandInput | GetDecoderManifestCommandInput | GetFleetCommandInput | GetLoggingOptionsCommandInput | GetModelManifestCommandInput | GetRegisterAccountStatusCommandInput | GetSignalCatalogCommandInput | GetVehicleCommandInput | GetVehicleStatusCommandInput | ImportDecoderManifestCommandInput | ImportSignalCatalogCommandInput | ListCampaignsCommandInput | ListDecoderManifestNetworkInterfacesCommandInput | ListDecoderManifestSignalsCommandInput | ListDecoderManifestsCommandInput | ListFleetsCommandInput | ListFleetsForVehicleCommandInput | ListModelManifestNodesCommandInput | ListModelManifestsCommandInput | ListSignalCatalogNodesCommandInput | ListSignalCatalogsCommandInput | ListTagsForResourceCommandInput | ListVehiclesCommandInput | ListVehiclesInFleetCommandInput | PutLoggingOptionsCommandInput | RegisterAccountCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCampaignCommandInput | UpdateDecoderManifestCommandInput | UpdateFleetCommandInput | UpdateModelManifestCommandInput | UpdateSignalCatalogCommandInput | UpdateVehicleCommandInput;
|
|
60
|
+
export declare type ServiceOutputTypes = AssociateVehicleFleetCommandOutput | BatchCreateVehicleCommandOutput | BatchUpdateVehicleCommandOutput | CreateCampaignCommandOutput | CreateDecoderManifestCommandOutput | CreateFleetCommandOutput | CreateModelManifestCommandOutput | CreateSignalCatalogCommandOutput | CreateVehicleCommandOutput | DeleteCampaignCommandOutput | DeleteDecoderManifestCommandOutput | DeleteFleetCommandOutput | DeleteModelManifestCommandOutput | DeleteSignalCatalogCommandOutput | DeleteVehicleCommandOutput | DisassociateVehicleFleetCommandOutput | GetCampaignCommandOutput | GetDecoderManifestCommandOutput | GetFleetCommandOutput | GetLoggingOptionsCommandOutput | GetModelManifestCommandOutput | GetRegisterAccountStatusCommandOutput | GetSignalCatalogCommandOutput | GetVehicleCommandOutput | GetVehicleStatusCommandOutput | ImportDecoderManifestCommandOutput | ImportSignalCatalogCommandOutput | ListCampaignsCommandOutput | ListDecoderManifestNetworkInterfacesCommandOutput | ListDecoderManifestSignalsCommandOutput | ListDecoderManifestsCommandOutput | ListFleetsCommandOutput | ListFleetsForVehicleCommandOutput | ListModelManifestNodesCommandOutput | ListModelManifestsCommandOutput | ListSignalCatalogNodesCommandOutput | ListSignalCatalogsCommandOutput | ListTagsForResourceCommandOutput | ListVehiclesCommandOutput | ListVehiclesInFleetCommandOutput | PutLoggingOptionsCommandOutput | RegisterAccountCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCampaignCommandOutput | UpdateDecoderManifestCommandOutput | UpdateFleetCommandOutput | UpdateModelManifestCommandOutput | UpdateSignalCatalogCommandOutput | UpdateVehicleCommandOutput;
|
|
61
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
62
|
+
/**
|
|
63
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
64
|
+
*/
|
|
65
|
+
requestHandler?: __HttpHandler;
|
|
66
|
+
/**
|
|
67
|
+
* A constructor for a class implementing the {@link __Hash} interface
|
|
68
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
71
|
+
sha256?: __HashConstructor;
|
|
72
|
+
/**
|
|
73
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
76
|
+
urlParser?: __UrlParser;
|
|
77
|
+
/**
|
|
78
|
+
* A function that can calculate the length of a request body.
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
82
|
+
/**
|
|
83
|
+
* A function that converts a stream into an array of bytes.
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
streamCollector?: __StreamCollector;
|
|
87
|
+
/**
|
|
88
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
base64Decoder?: __Decoder;
|
|
92
|
+
/**
|
|
93
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
base64Encoder?: __Encoder;
|
|
97
|
+
/**
|
|
98
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
utf8Decoder?: __Decoder;
|
|
102
|
+
/**
|
|
103
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
104
|
+
* @internal
|
|
105
|
+
*/
|
|
106
|
+
utf8Encoder?: __Encoder;
|
|
107
|
+
/**
|
|
108
|
+
* The runtime environment.
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
111
|
+
runtime?: string;
|
|
112
|
+
/**
|
|
113
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
114
|
+
* trait of an operation.
|
|
115
|
+
*/
|
|
116
|
+
disableHostPrefix?: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
119
|
+
*/
|
|
120
|
+
maxAttempts?: number | __Provider<number>;
|
|
121
|
+
/**
|
|
122
|
+
* Specifies which retry algorithm to use.
|
|
123
|
+
*/
|
|
124
|
+
retryMode?: string | __Provider<string>;
|
|
125
|
+
/**
|
|
126
|
+
* Optional logger for logging debug/info/warn/error.
|
|
127
|
+
*/
|
|
128
|
+
logger?: __Logger;
|
|
129
|
+
/**
|
|
130
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
131
|
+
*/
|
|
132
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
133
|
+
/**
|
|
134
|
+
* Enables FIPS compatible endpoints.
|
|
135
|
+
*/
|
|
136
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
137
|
+
/**
|
|
138
|
+
* Unique service identifier.
|
|
139
|
+
* @internal
|
|
140
|
+
*/
|
|
141
|
+
serviceId?: string;
|
|
142
|
+
/**
|
|
143
|
+
* The AWS region to which this client will send requests
|
|
144
|
+
*/
|
|
145
|
+
region?: string | __Provider<string>;
|
|
146
|
+
/**
|
|
147
|
+
* Default credentials provider; Not available in browser runtime.
|
|
148
|
+
* @internal
|
|
149
|
+
*/
|
|
150
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
151
|
+
/**
|
|
152
|
+
* Fetch related hostname, signing name or signing region with given region.
|
|
153
|
+
* @internal
|
|
154
|
+
*/
|
|
155
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
156
|
+
/**
|
|
157
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
158
|
+
* @internal
|
|
159
|
+
*/
|
|
160
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
161
|
+
/**
|
|
162
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
163
|
+
*/
|
|
164
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
165
|
+
}
|
|
166
|
+
declare type IoTFleetWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
167
|
+
/**
|
|
168
|
+
* The configuration interface of IoTFleetWiseClient class constructor that set the region, credentials and other options.
|
|
169
|
+
*/
|
|
170
|
+
export interface IoTFleetWiseClientConfig extends IoTFleetWiseClientConfigType {
|
|
171
|
+
}
|
|
172
|
+
declare type IoTFleetWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
173
|
+
/**
|
|
174
|
+
* The resolved configuration interface of IoTFleetWiseClient class. This is resolved and normalized from the {@link IoTFleetWiseClientConfig | constructor configuration interface}.
|
|
175
|
+
*/
|
|
176
|
+
export interface IoTFleetWiseClientResolvedConfig extends IoTFleetWiseClientResolvedConfigType {
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* <note>
|
|
180
|
+
* <p>Amazon Web Services IoT FleetWise is in preview release and is subject to change. We recommend that you
|
|
181
|
+
* use the service only with test data, and not in production environments.</p>
|
|
182
|
+
* <p>While Amazon Web Services IoT FleetWise is in preview, you must download the preview Amazon Web Services SDK and CLI
|
|
183
|
+
* to use the API operations for this service. These API operations aren't
|
|
184
|
+
* available in the public Amazon Web Services SDK or CLI. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/preview-sdk-cli.html">Preview Amazon Web Services SDK
|
|
185
|
+
* and CLI</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
186
|
+
* </note>
|
|
187
|
+
* <p>Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer
|
|
188
|
+
* vehicle data to the Amazon Web Services cloud at scale. With Amazon Web Services IoT FleetWise, you can standardize all of
|
|
189
|
+
* your vehicle data models, independent of the in-vehicle communication architecture, and
|
|
190
|
+
* define data collection rules to transfer only high-value data to the cloud.
|
|
191
|
+
* </p>
|
|
192
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/">What is Amazon Web Services IoT FleetWise?</a> in the
|
|
193
|
+
* <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
194
|
+
*/
|
|
195
|
+
export declare class IoTFleetWiseClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTFleetWiseClientResolvedConfig> {
|
|
196
|
+
/**
|
|
197
|
+
* The resolved configuration of IoTFleetWiseClient class. This is resolved and normalized from the {@link IoTFleetWiseClientConfig | constructor configuration interface}.
|
|
198
|
+
*/
|
|
199
|
+
readonly config: IoTFleetWiseClientResolvedConfig;
|
|
200
|
+
constructor(configuration: IoTFleetWiseClientConfig);
|
|
201
|
+
/**
|
|
202
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
203
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
204
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
205
|
+
*/
|
|
206
|
+
destroy(): void;
|
|
207
|
+
}
|
|
208
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { AssociateVehicleFleetRequest, AssociateVehicleFleetResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateVehicleFleetCommandInput extends AssociateVehicleFleetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateVehicleFleetCommandOutput extends AssociateVehicleFleetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Adds, or associates, a vehicle with a fleet. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { IoTFleetWiseClient, AssociateVehicleFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
15
|
+
* // const { IoTFleetWiseClient, AssociateVehicleFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
16
|
+
* const client = new IoTFleetWiseClient(config);
|
|
17
|
+
* const command = new AssociateVehicleFleetCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link AssociateVehicleFleetCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link AssociateVehicleFleetCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class AssociateVehicleFleetCommand extends $Command<AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
27
|
+
readonly input: AssociateVehicleFleetCommandInput;
|
|
28
|
+
constructor(input: AssociateVehicleFleetCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { BatchCreateVehicleRequest, BatchCreateVehicleResponse } from "../models/models_0";
|
|
5
|
+
export interface BatchCreateVehicleCommandInput extends BatchCreateVehicleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Creates a group, or batch, of vehicles. </p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
|
|
13
|
+
* vehicle. </p>
|
|
14
|
+
* </note>
|
|
15
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/create-vehicles-cli.html">Create multiple
|
|
16
|
+
* vehicles (AWS CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>. </p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { IoTFleetWiseClient, BatchCreateVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
21
|
+
* // const { IoTFleetWiseClient, BatchCreateVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
22
|
+
* const client = new IoTFleetWiseClient(config);
|
|
23
|
+
* const command = new BatchCreateVehicleCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link BatchCreateVehicleCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link BatchCreateVehicleCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class BatchCreateVehicleCommand extends $Command<BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
33
|
+
readonly input: BatchCreateVehicleCommandInput;
|
|
34
|
+
constructor(input: BatchCreateVehicleCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { BatchUpdateVehicleRequest, BatchUpdateVehicleResponse } from "../models/models_0";
|
|
5
|
+
export interface BatchUpdateVehicleCommandInput extends BatchUpdateVehicleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Updates a group, or batch, of vehicles.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
|
|
13
|
+
* vehicle. </p>
|
|
14
|
+
* </note>
|
|
15
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/update-vehicles-cli.html">Update multiple
|
|
16
|
+
* vehicles (AWS CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>. </p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { IoTFleetWiseClient, BatchUpdateVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
21
|
+
* // const { IoTFleetWiseClient, BatchUpdateVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
22
|
+
* const client = new IoTFleetWiseClient(config);
|
|
23
|
+
* const command = new BatchUpdateVehicleCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link BatchUpdateVehicleCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link BatchUpdateVehicleCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class BatchUpdateVehicleCommand extends $Command<BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
33
|
+
readonly input: BatchUpdateVehicleCommandInput;
|
|
34
|
+
constructor(input: BatchUpdateVehicleCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateCampaignCommandInput extends CreateCampaignRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software
|
|
11
|
+
* running in vehicles uses campaigns to decide how to collect and transfer data to the
|
|
12
|
+
* cloud. You create campaigns in the cloud. After you or your team approve campaigns,
|
|
13
|
+
* Amazon Web Services IoT FleetWise automatically deploys them to vehicles. </p>
|
|
14
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/campaigns.html">Collect and transfer data
|
|
15
|
+
* with campaigns</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { IoTFleetWiseClient, CreateCampaignCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
20
|
+
* // const { IoTFleetWiseClient, CreateCampaignCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
21
|
+
* const client = new IoTFleetWiseClient(config);
|
|
22
|
+
* const command = new CreateCampaignCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link CreateCampaignCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link CreateCampaignCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class CreateCampaignCommand extends $Command<CreateCampaignCommandInput, CreateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
32
|
+
readonly input: CreateCampaignCommandInput;
|
|
33
|
+
constructor(input: CreateCampaignCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCampaignCommandInput, CreateCampaignCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { CreateDecoderManifestRequest, CreateDecoderManifestResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateDecoderManifestCommandInput extends CreateDecoderManifestRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifestResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates the decoder manifest associated with a model manifest. To create a decoder
|
|
11
|
+
* manifest, the following must be true:</p>
|
|
12
|
+
* <ul>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p>Every signal decoder has a unique name.</p>
|
|
15
|
+
* </li>
|
|
16
|
+
* <li>
|
|
17
|
+
* <p>Each signal decoder is associated with a network interface.</p>
|
|
18
|
+
* </li>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>Each network interface has a unique ID.</p>
|
|
21
|
+
* </li>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>The signal decoders are specified in the model manifest.</p>
|
|
24
|
+
* </li>
|
|
25
|
+
* </ul>
|
|
26
|
+
* @example
|
|
27
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
+
* ```javascript
|
|
29
|
+
* import { IoTFleetWiseClient, CreateDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
30
|
+
* // const { IoTFleetWiseClient, CreateDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
31
|
+
* const client = new IoTFleetWiseClient(config);
|
|
32
|
+
* const command = new CreateDecoderManifestCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @see {@link CreateDecoderManifestCommandInput} for command's `input` shape.
|
|
37
|
+
* @see {@link CreateDecoderManifestCommandOutput} for command's `response` shape.
|
|
38
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
export declare class CreateDecoderManifestCommand extends $Command<CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
42
|
+
readonly input: CreateDecoderManifestCommandInput;
|
|
43
|
+
constructor(input: CreateDecoderManifestCommandInput);
|
|
44
|
+
/**
|
|
45
|
+
* @internal
|
|
46
|
+
*/
|
|
47
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput>;
|
|
48
|
+
private serialize;
|
|
49
|
+
private deserialize;
|
|
50
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateFleetCommandInput extends CreateFleetRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateFleetCommandOutput extends CreateFleetResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Creates a fleet that represents a group of vehicles.
|
|
11
|
+
* </p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>You must create both a signal catalog and vehicles before you can create a fleet.
|
|
14
|
+
* </p>
|
|
15
|
+
* </note>
|
|
16
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleets.html">Fleets</a> in the
|
|
17
|
+
* <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
18
|
+
* @example
|
|
19
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
+
* ```javascript
|
|
21
|
+
* import { IoTFleetWiseClient, CreateFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
22
|
+
* // const { IoTFleetWiseClient, CreateFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
23
|
+
* const client = new IoTFleetWiseClient(config);
|
|
24
|
+
* const command = new CreateFleetCommand(input);
|
|
25
|
+
* const response = await client.send(command);
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* @see {@link CreateFleetCommandInput} for command's `input` shape.
|
|
29
|
+
* @see {@link CreateFleetCommandOutput} for command's `response` shape.
|
|
30
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
|
+
readonly input: CreateFleetCommandInput;
|
|
35
|
+
constructor(input: CreateFleetCommandInput);
|
|
36
|
+
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFleetCommandInput, CreateFleetCommandOutput>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { CreateModelManifestRequest, CreateModelManifestResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateModelManifestCommandInput extends CreateModelManifestRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateModelManifestCommandOutput extends CreateModelManifestResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Creates a vehicle model (model manifest) that specifies signals (attributes,
|
|
11
|
+
* branches, sensors, and actuators). </p>
|
|
12
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html">Vehicle models</a>
|
|
13
|
+
* in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { IoTFleetWiseClient, CreateModelManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
18
|
+
* // const { IoTFleetWiseClient, CreateModelManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
19
|
+
* const client = new IoTFleetWiseClient(config);
|
|
20
|
+
* const command = new CreateModelManifestCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link CreateModelManifestCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link CreateModelManifestCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class CreateModelManifestCommand extends $Command<CreateModelManifestCommandInput, CreateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
30
|
+
readonly input: CreateModelManifestCommandInput;
|
|
31
|
+
constructor(input: CreateModelManifestCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelManifestCommandInput, CreateModelManifestCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { CreateSignalCatalogRequest, CreateSignalCatalogResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateSignalCatalogCommandInput extends CreateSignalCatalogRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Creates a collection of standardized signals that can be reused to create vehicle
|
|
11
|
+
* models.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { IoTFleetWiseClient, CreateSignalCatalogCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
16
|
+
* // const { IoTFleetWiseClient, CreateSignalCatalogCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
17
|
+
* const client = new IoTFleetWiseClient(config);
|
|
18
|
+
* const command = new CreateSignalCatalogCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link CreateSignalCatalogCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link CreateSignalCatalogCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class CreateSignalCatalogCommand extends $Command<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
28
|
+
readonly input: CreateSignalCatalogCommandInput;
|
|
29
|
+
constructor(input: CreateSignalCatalogCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { CreateVehicleRequest, CreateVehicleResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateVehicleCommandInput extends CreateVehicleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles
|
|
11
|
+
* created from the same vehicle model consist of the same signals inherited from the
|
|
12
|
+
* vehicle model.</p>
|
|
13
|
+
* <note>
|
|
14
|
+
* <p> If you have an existing Amazon Web Services IoT Thing, you can use Amazon Web Services IoT FleetWise to create a
|
|
15
|
+
* vehicle and collect data from your thing. </p>
|
|
16
|
+
* </note>
|
|
17
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/create-vehicle-cli.html">Create a vehicle
|
|
18
|
+
* (AWS CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
|
|
19
|
+
* @example
|
|
20
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
+
* ```javascript
|
|
22
|
+
* import { IoTFleetWiseClient, CreateVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
23
|
+
* // const { IoTFleetWiseClient, CreateVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
24
|
+
* const client = new IoTFleetWiseClient(config);
|
|
25
|
+
* const command = new CreateVehicleCommand(input);
|
|
26
|
+
* const response = await client.send(command);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @see {@link CreateVehicleCommandInput} for command's `input` shape.
|
|
30
|
+
* @see {@link CreateVehicleCommandOutput} for command's `response` shape.
|
|
31
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
export declare class CreateVehicleCommand extends $Command<CreateVehicleCommandInput, CreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
35
|
+
readonly input: CreateVehicleCommandInput;
|
|
36
|
+
constructor(input: CreateVehicleCommandInput);
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVehicleCommandInput, CreateVehicleCommandOutput>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
4
|
+
import { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Deletes a data collection campaign. Deleting a campaign suspends all data collection
|
|
11
|
+
* and removes it from any vehicles. </p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { IoTFleetWiseClient, DeleteCampaignCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
16
|
+
* // const { IoTFleetWiseClient, DeleteCampaignCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
17
|
+
* const client = new IoTFleetWiseClient(config);
|
|
18
|
+
* const command = new DeleteCampaignCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DeleteCampaignCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
28
|
+
readonly input: DeleteCampaignCommandInput;
|
|
29
|
+
constructor(input: DeleteCampaignCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|