import { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, } from "@smithy/types"; import { AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput, } from "./commands/AssociateVehicleFleetCommand"; import { BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput, } from "./commands/BatchCreateVehicleCommand"; import { BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput, } from "./commands/BatchUpdateVehicleCommand"; import { CreateCampaignCommandInput, CreateCampaignCommandOutput, } from "./commands/CreateCampaignCommand"; import { CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput, } from "./commands/CreateDecoderManifestCommand"; import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand"; import { CreateModelManifestCommandInput, CreateModelManifestCommandOutput, } from "./commands/CreateModelManifestCommand"; import { CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput, } from "./commands/CreateSignalCatalogCommand"; import { CreateStateTemplateCommandInput, CreateStateTemplateCommandOutput, } from "./commands/CreateStateTemplateCommand"; import { CreateVehicleCommandInput, CreateVehicleCommandOutput, } from "./commands/CreateVehicleCommand"; import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput, } from "./commands/DeleteCampaignCommand"; import { DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, } from "./commands/DeleteDecoderManifestCommand"; import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand"; import { DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, } from "./commands/DeleteModelManifestCommand"; import { DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput, } from "./commands/DeleteSignalCatalogCommand"; import { DeleteStateTemplateCommandInput, DeleteStateTemplateCommandOutput, } from "./commands/DeleteStateTemplateCommand"; import { DeleteVehicleCommandInput, DeleteVehicleCommandOutput, } from "./commands/DeleteVehicleCommand"; import { DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput, } from "./commands/DisassociateVehicleFleetCommand"; import { GetCampaignCommandInput, GetCampaignCommandOutput } from "./commands/GetCampaignCommand"; import { GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, } from "./commands/GetDecoderManifestCommand"; import { GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput, } from "./commands/GetEncryptionConfigurationCommand"; import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand"; import { GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, } from "./commands/GetLoggingOptionsCommand"; import { GetModelManifestCommandInput, GetModelManifestCommandOutput, } from "./commands/GetModelManifestCommand"; import { GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput, } from "./commands/GetRegisterAccountStatusCommand"; import { GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput, } from "./commands/GetSignalCatalogCommand"; import { GetStateTemplateCommandInput, GetStateTemplateCommandOutput, } from "./commands/GetStateTemplateCommand"; import { GetVehicleCommandInput, GetVehicleCommandOutput } from "./commands/GetVehicleCommand"; import { GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput, } from "./commands/GetVehicleStatusCommand"; import { ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput, } from "./commands/ImportDecoderManifestCommand"; import { ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput, } from "./commands/ImportSignalCatalogCommand"; import { ListCampaignsCommandInput, ListCampaignsCommandOutput, } from "./commands/ListCampaignsCommand"; import { ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput, } from "./commands/ListDecoderManifestNetworkInterfacesCommand"; import { ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput, } from "./commands/ListDecoderManifestsCommand"; import { ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput, } from "./commands/ListDecoderManifestSignalsCommand"; import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand"; import { ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput, } from "./commands/ListFleetsForVehicleCommand"; import { ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput, } from "./commands/ListModelManifestNodesCommand"; import { ListModelManifestsCommandInput, ListModelManifestsCommandOutput, } from "./commands/ListModelManifestsCommand"; import { ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput, } from "./commands/ListSignalCatalogNodesCommand"; import { ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput, } from "./commands/ListSignalCatalogsCommand"; import { ListStateTemplatesCommandInput, ListStateTemplatesCommandOutput, } from "./commands/ListStateTemplatesCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { ListVehiclesCommandInput, ListVehiclesCommandOutput, } from "./commands/ListVehiclesCommand"; import { ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput, } from "./commands/ListVehiclesInFleetCommand"; import { PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput, } from "./commands/PutEncryptionConfigurationCommand"; import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, } from "./commands/PutLoggingOptionsCommand"; import { RegisterAccountCommandInput, RegisterAccountCommandOutput, } from "./commands/RegisterAccountCommand"; import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput, } from "./commands/UpdateCampaignCommand"; import { UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput, } from "./commands/UpdateDecoderManifestCommand"; import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand"; import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput, } from "./commands/UpdateModelManifestCommand"; import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput, } from "./commands/UpdateSignalCatalogCommand"; import { UpdateStateTemplateCommandInput, UpdateStateTemplateCommandOutput, } from "./commands/UpdateStateTemplateCommand"; import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput, } from "./commands/UpdateVehicleCommand"; import { IoTFleetWiseClient } from "./IoTFleetWiseClient"; export interface IoTFleetWise { associateVehicleFleet( args: AssociateVehicleFleetCommandInput, options?: __HttpHandlerOptions, ): Promise; associateVehicleFleet( args: AssociateVehicleFleetCommandInput, cb: (err: any, data?: AssociateVehicleFleetCommandOutput) => void, ): void; associateVehicleFleet( args: AssociateVehicleFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateVehicleFleetCommandOutput) => void, ): void; batchCreateVehicle( args: BatchCreateVehicleCommandInput, options?: __HttpHandlerOptions, ): Promise; batchCreateVehicle( args: BatchCreateVehicleCommandInput, cb: (err: any, data?: BatchCreateVehicleCommandOutput) => void, ): void; batchCreateVehicle( args: BatchCreateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateVehicleCommandOutput) => void, ): void; batchUpdateVehicle( args: BatchUpdateVehicleCommandInput, options?: __HttpHandlerOptions, ): Promise; batchUpdateVehicle( args: BatchUpdateVehicleCommandInput, cb: (err: any, data?: BatchUpdateVehicleCommandOutput) => void, ): void; batchUpdateVehicle( args: BatchUpdateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateVehicleCommandOutput) => void, ): void; createCampaign( args: CreateCampaignCommandInput, options?: __HttpHandlerOptions, ): Promise; createCampaign( args: CreateCampaignCommandInput, cb: (err: any, data?: CreateCampaignCommandOutput) => void, ): void; createCampaign( args: CreateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCampaignCommandOutput) => void, ): void; createDecoderManifest( args: CreateDecoderManifestCommandInput, options?: __HttpHandlerOptions, ): Promise; createDecoderManifest( args: CreateDecoderManifestCommandInput, cb: (err: any, data?: CreateDecoderManifestCommandOutput) => void, ): void; createDecoderManifest( args: CreateDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDecoderManifestCommandOutput) => void, ): void; createFleet( args: CreateFleetCommandInput, options?: __HttpHandlerOptions, ): Promise; createFleet( args: CreateFleetCommandInput, cb: (err: any, data?: CreateFleetCommandOutput) => void, ): void; createFleet( args: CreateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetCommandOutput) => void, ): void; createModelManifest( args: CreateModelManifestCommandInput, options?: __HttpHandlerOptions, ): Promise; createModelManifest( args: CreateModelManifestCommandInput, cb: (err: any, data?: CreateModelManifestCommandOutput) => void, ): void; createModelManifest( args: CreateModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelManifestCommandOutput) => void, ): void; createSignalCatalog( args: CreateSignalCatalogCommandInput, options?: __HttpHandlerOptions, ): Promise; createSignalCatalog( args: CreateSignalCatalogCommandInput, cb: (err: any, data?: CreateSignalCatalogCommandOutput) => void, ): void; createSignalCatalog( args: CreateSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSignalCatalogCommandOutput) => void, ): void; createStateTemplate( args: CreateStateTemplateCommandInput, options?: __HttpHandlerOptions, ): Promise; createStateTemplate( args: CreateStateTemplateCommandInput, cb: (err: any, data?: CreateStateTemplateCommandOutput) => void, ): void; createStateTemplate( args: CreateStateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStateTemplateCommandOutput) => void, ): void; createVehicle( args: CreateVehicleCommandInput, options?: __HttpHandlerOptions, ): Promise; createVehicle( args: CreateVehicleCommandInput, cb: (err: any, data?: CreateVehicleCommandOutput) => void, ): void; createVehicle( args: CreateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVehicleCommandOutput) => void, ): void; deleteCampaign( args: DeleteCampaignCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteCampaign( args: DeleteCampaignCommandInput, cb: (err: any, data?: DeleteCampaignCommandOutput) => void, ): void; deleteCampaign( args: DeleteCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCampaignCommandOutput) => void, ): void; deleteDecoderManifest( args: DeleteDecoderManifestCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteDecoderManifest( args: DeleteDecoderManifestCommandInput, cb: (err: any, data?: DeleteDecoderManifestCommandOutput) => void, ): void; deleteDecoderManifest( args: DeleteDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDecoderManifestCommandOutput) => void, ): void; deleteFleet( args: DeleteFleetCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteFleet( args: DeleteFleetCommandInput, cb: (err: any, data?: DeleteFleetCommandOutput) => void, ): void; deleteFleet( args: DeleteFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetCommandOutput) => void, ): void; deleteModelManifest( args: DeleteModelManifestCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteModelManifest( args: DeleteModelManifestCommandInput, cb: (err: any, data?: DeleteModelManifestCommandOutput) => void, ): void; deleteModelManifest( args: DeleteModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelManifestCommandOutput) => void, ): void; deleteSignalCatalog( args: DeleteSignalCatalogCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteSignalCatalog( args: DeleteSignalCatalogCommandInput, cb: (err: any, data?: DeleteSignalCatalogCommandOutput) => void, ): void; deleteSignalCatalog( args: DeleteSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSignalCatalogCommandOutput) => void, ): void; deleteStateTemplate( args: DeleteStateTemplateCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteStateTemplate( args: DeleteStateTemplateCommandInput, cb: (err: any, data?: DeleteStateTemplateCommandOutput) => void, ): void; deleteStateTemplate( args: DeleteStateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStateTemplateCommandOutput) => void, ): void; deleteVehicle( args: DeleteVehicleCommandInput, options?: __HttpHandlerOptions, ): Promise; deleteVehicle( args: DeleteVehicleCommandInput, cb: (err: any, data?: DeleteVehicleCommandOutput) => void, ): void; deleteVehicle( args: DeleteVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVehicleCommandOutput) => void, ): void; disassociateVehicleFleet( args: DisassociateVehicleFleetCommandInput, options?: __HttpHandlerOptions, ): Promise; disassociateVehicleFleet( args: DisassociateVehicleFleetCommandInput, cb: (err: any, data?: DisassociateVehicleFleetCommandOutput) => void, ): void; disassociateVehicleFleet( args: DisassociateVehicleFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateVehicleFleetCommandOutput) => void, ): void; getCampaign( args: GetCampaignCommandInput, options?: __HttpHandlerOptions, ): Promise; getCampaign( args: GetCampaignCommandInput, cb: (err: any, data?: GetCampaignCommandOutput) => void, ): void; getCampaign( args: GetCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignCommandOutput) => void, ): void; getDecoderManifest( args: GetDecoderManifestCommandInput, options?: __HttpHandlerOptions, ): Promise; getDecoderManifest( args: GetDecoderManifestCommandInput, cb: (err: any, data?: GetDecoderManifestCommandOutput) => void, ): void; getDecoderManifest( args: GetDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDecoderManifestCommandOutput) => void, ): void; getEncryptionConfiguration(): Promise; getEncryptionConfiguration( args: GetEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions, ): Promise; getEncryptionConfiguration( args: GetEncryptionConfigurationCommandInput, cb: (err: any, data?: GetEncryptionConfigurationCommandOutput) => void, ): void; getEncryptionConfiguration( args: GetEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEncryptionConfigurationCommandOutput) => void, ): void; getFleet( args: GetFleetCommandInput, options?: __HttpHandlerOptions, ): Promise; getFleet(args: GetFleetCommandInput, cb: (err: any, data?: GetFleetCommandOutput) => void): void; getFleet( args: GetFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFleetCommandOutput) => void, ): void; getLoggingOptions(): Promise; getLoggingOptions( args: GetLoggingOptionsCommandInput, options?: __HttpHandlerOptions, ): Promise; getLoggingOptions( args: GetLoggingOptionsCommandInput, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void, ): void; getLoggingOptions( args: GetLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void, ): void; getModelManifest( args: GetModelManifestCommandInput, options?: __HttpHandlerOptions, ): Promise; getModelManifest( args: GetModelManifestCommandInput, cb: (err: any, data?: GetModelManifestCommandOutput) => void, ): void; getModelManifest( args: GetModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelManifestCommandOutput) => void, ): void; getRegisterAccountStatus(): Promise; getRegisterAccountStatus( args: GetRegisterAccountStatusCommandInput, options?: __HttpHandlerOptions, ): Promise; getRegisterAccountStatus( args: GetRegisterAccountStatusCommandInput, cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void, ): void; getRegisterAccountStatus( args: GetRegisterAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void, ): void; getSignalCatalog( args: GetSignalCatalogCommandInput, options?: __HttpHandlerOptions, ): Promise; getSignalCatalog( args: GetSignalCatalogCommandInput, cb: (err: any, data?: GetSignalCatalogCommandOutput) => void, ): void; getSignalCatalog( args: GetSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSignalCatalogCommandOutput) => void, ): void; getStateTemplate( args: GetStateTemplateCommandInput, options?: __HttpHandlerOptions, ): Promise; getStateTemplate( args: GetStateTemplateCommandInput, cb: (err: any, data?: GetStateTemplateCommandOutput) => void, ): void; getStateTemplate( args: GetStateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStateTemplateCommandOutput) => void, ): void; getVehicle( args: GetVehicleCommandInput, options?: __HttpHandlerOptions, ): Promise; getVehicle( args: GetVehicleCommandInput, cb: (err: any, data?: GetVehicleCommandOutput) => void, ): void; getVehicle( args: GetVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVehicleCommandOutput) => void, ): void; getVehicleStatus( args: GetVehicleStatusCommandInput, options?: __HttpHandlerOptions, ): Promise; getVehicleStatus( args: GetVehicleStatusCommandInput, cb: (err: any, data?: GetVehicleStatusCommandOutput) => void, ): void; getVehicleStatus( args: GetVehicleStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVehicleStatusCommandOutput) => void, ): void; importDecoderManifest( args: ImportDecoderManifestCommandInput, options?: __HttpHandlerOptions, ): Promise; importDecoderManifest( args: ImportDecoderManifestCommandInput, cb: (err: any, data?: ImportDecoderManifestCommandOutput) => void, ): void; importDecoderManifest( args: ImportDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportDecoderManifestCommandOutput) => void, ): void; importSignalCatalog( args: ImportSignalCatalogCommandInput, options?: __HttpHandlerOptions, ): Promise; importSignalCatalog( args: ImportSignalCatalogCommandInput, cb: (err: any, data?: ImportSignalCatalogCommandOutput) => void, ): void; importSignalCatalog( args: ImportSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSignalCatalogCommandOutput) => void, ): void; listCampaigns(): Promise; listCampaigns( args: ListCampaignsCommandInput, options?: __HttpHandlerOptions, ): Promise; listCampaigns( args: ListCampaignsCommandInput, cb: (err: any, data?: ListCampaignsCommandOutput) => void, ): void; listCampaigns( args: ListCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCampaignsCommandOutput) => void, ): void; listDecoderManifestNetworkInterfaces( args: ListDecoderManifestNetworkInterfacesCommandInput, options?: __HttpHandlerOptions, ): Promise; listDecoderManifestNetworkInterfaces( args: ListDecoderManifestNetworkInterfacesCommandInput, cb: (err: any, data?: ListDecoderManifestNetworkInterfacesCommandOutput) => void, ): void; listDecoderManifestNetworkInterfaces( args: ListDecoderManifestNetworkInterfacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestNetworkInterfacesCommandOutput) => void, ): void; listDecoderManifests(): Promise; listDecoderManifests( args: ListDecoderManifestsCommandInput, options?: __HttpHandlerOptions, ): Promise; listDecoderManifests( args: ListDecoderManifestsCommandInput, cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void, ): void; listDecoderManifests( args: ListDecoderManifestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void, ): void; listDecoderManifestSignals( args: ListDecoderManifestSignalsCommandInput, options?: __HttpHandlerOptions, ): Promise; listDecoderManifestSignals( args: ListDecoderManifestSignalsCommandInput, cb: (err: any, data?: ListDecoderManifestSignalsCommandOutput) => void, ): void; listDecoderManifestSignals( args: ListDecoderManifestSignalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestSignalsCommandOutput) => void, ): void; listFleets(): Promise; listFleets( args: ListFleetsCommandInput, options?: __HttpHandlerOptions, ): Promise; listFleets( args: ListFleetsCommandInput, cb: (err: any, data?: ListFleetsCommandOutput) => void, ): void; listFleets( args: ListFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetsCommandOutput) => void, ): void; listFleetsForVehicle( args: ListFleetsForVehicleCommandInput, options?: __HttpHandlerOptions, ): Promise; listFleetsForVehicle( args: ListFleetsForVehicleCommandInput, cb: (err: any, data?: ListFleetsForVehicleCommandOutput) => void, ): void; listFleetsForVehicle( args: ListFleetsForVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetsForVehicleCommandOutput) => void, ): void; listModelManifestNodes( args: ListModelManifestNodesCommandInput, options?: __HttpHandlerOptions, ): Promise; listModelManifestNodes( args: ListModelManifestNodesCommandInput, cb: (err: any, data?: ListModelManifestNodesCommandOutput) => void, ): void; listModelManifestNodes( args: ListModelManifestNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelManifestNodesCommandOutput) => void, ): void; listModelManifests(): Promise; listModelManifests( args: ListModelManifestsCommandInput, options?: __HttpHandlerOptions, ): Promise; listModelManifests( args: ListModelManifestsCommandInput, cb: (err: any, data?: ListModelManifestsCommandOutput) => void, ): void; listModelManifests( args: ListModelManifestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelManifestsCommandOutput) => void, ): void; listSignalCatalogNodes( args: ListSignalCatalogNodesCommandInput, options?: __HttpHandlerOptions, ): Promise; listSignalCatalogNodes( args: ListSignalCatalogNodesCommandInput, cb: (err: any, data?: ListSignalCatalogNodesCommandOutput) => void, ): void; listSignalCatalogNodes( args: ListSignalCatalogNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSignalCatalogNodesCommandOutput) => void, ): void; listSignalCatalogs(): Promise; listSignalCatalogs( args: ListSignalCatalogsCommandInput, options?: __HttpHandlerOptions, ): Promise; listSignalCatalogs( args: ListSignalCatalogsCommandInput, cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void, ): void; listSignalCatalogs( args: ListSignalCatalogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void, ): void; listStateTemplates(): Promise; listStateTemplates( args: ListStateTemplatesCommandInput, options?: __HttpHandlerOptions, ): Promise; listStateTemplates( args: ListStateTemplatesCommandInput, cb: (err: any, data?: ListStateTemplatesCommandOutput) => void, ): void; listStateTemplates( args: ListStateTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStateTemplatesCommandOutput) => void, ): void; listTagsForResource( args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions, ): Promise; listTagsForResource( args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void, ): void; listTagsForResource( args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void, ): void; listVehicles(): Promise; listVehicles( args: ListVehiclesCommandInput, options?: __HttpHandlerOptions, ): Promise; listVehicles( args: ListVehiclesCommandInput, cb: (err: any, data?: ListVehiclesCommandOutput) => void, ): void; listVehicles( args: ListVehiclesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVehiclesCommandOutput) => void, ): void; listVehiclesInFleet( args: ListVehiclesInFleetCommandInput, options?: __HttpHandlerOptions, ): Promise; listVehiclesInFleet( args: ListVehiclesInFleetCommandInput, cb: (err: any, data?: ListVehiclesInFleetCommandOutput) => void, ): void; listVehiclesInFleet( args: ListVehiclesInFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVehiclesInFleetCommandOutput) => void, ): void; putEncryptionConfiguration( args: PutEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions, ): Promise; putEncryptionConfiguration( args: PutEncryptionConfigurationCommandInput, cb: (err: any, data?: PutEncryptionConfigurationCommandOutput) => void, ): void; putEncryptionConfiguration( args: PutEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEncryptionConfigurationCommandOutput) => void, ): void; putLoggingOptions( args: PutLoggingOptionsCommandInput, options?: __HttpHandlerOptions, ): Promise; putLoggingOptions( args: PutLoggingOptionsCommandInput, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void, ): void; putLoggingOptions( args: PutLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void, ): void; registerAccount(): Promise; registerAccount( args: RegisterAccountCommandInput, options?: __HttpHandlerOptions, ): Promise; registerAccount( args: RegisterAccountCommandInput, cb: (err: any, data?: RegisterAccountCommandOutput) => void, ): void; registerAccount( args: RegisterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterAccountCommandOutput) => void, ): void; tagResource( args: TagResourceCommandInput, options?: __HttpHandlerOptions, ): Promise; tagResource( args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void, ): void; tagResource( args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void, ): void; untagResource( args: UntagResourceCommandInput, options?: __HttpHandlerOptions, ): Promise; untagResource( args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void, ): void; untagResource( args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void, ): void; updateCampaign( args: UpdateCampaignCommandInput, options?: __HttpHandlerOptions, ): Promise; updateCampaign( args: UpdateCampaignCommandInput, cb: (err: any, data?: UpdateCampaignCommandOutput) => void, ): void; updateCampaign( args: UpdateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignCommandOutput) => void, ): void; updateDecoderManifest( args: UpdateDecoderManifestCommandInput, options?: __HttpHandlerOptions, ): Promise; updateDecoderManifest( args: UpdateDecoderManifestCommandInput, cb: (err: any, data?: UpdateDecoderManifestCommandOutput) => void, ): void; updateDecoderManifest( args: UpdateDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDecoderManifestCommandOutput) => void, ): void; updateFleet( args: UpdateFleetCommandInput, options?: __HttpHandlerOptions, ): Promise; updateFleet( args: UpdateFleetCommandInput, cb: (err: any, data?: UpdateFleetCommandOutput) => void, ): void; updateFleet( args: UpdateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFleetCommandOutput) => void, ): void; updateModelManifest( args: UpdateModelManifestCommandInput, options?: __HttpHandlerOptions, ): Promise; updateModelManifest( args: UpdateModelManifestCommandInput, cb: (err: any, data?: UpdateModelManifestCommandOutput) => void, ): void; updateModelManifest( args: UpdateModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelManifestCommandOutput) => void, ): void; updateSignalCatalog( args: UpdateSignalCatalogCommandInput, options?: __HttpHandlerOptions, ): Promise; updateSignalCatalog( args: UpdateSignalCatalogCommandInput, cb: (err: any, data?: UpdateSignalCatalogCommandOutput) => void, ): void; updateSignalCatalog( args: UpdateSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSignalCatalogCommandOutput) => void, ): void; updateStateTemplate( args: UpdateStateTemplateCommandInput, options?: __HttpHandlerOptions, ): Promise; updateStateTemplate( args: UpdateStateTemplateCommandInput, cb: (err: any, data?: UpdateStateTemplateCommandOutput) => void, ): void; updateStateTemplate( args: UpdateStateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStateTemplateCommandOutput) => void, ): void; updateVehicle( args: UpdateVehicleCommandInput, options?: __HttpHandlerOptions, ): Promise; updateVehicle( args: UpdateVehicleCommandInput, cb: (err: any, data?: UpdateVehicleCommandOutput) => void, ): void; updateVehicle( args: UpdateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVehicleCommandOutput) => void, ): void; paginateGetVehicleStatus( args: GetVehicleStatusCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListCampaigns( args?: ListCampaignsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListDecoderManifestNetworkInterfaces( args: ListDecoderManifestNetworkInterfacesCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListDecoderManifests( args?: ListDecoderManifestsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListDecoderManifestSignals( args: ListDecoderManifestSignalsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListFleets( args?: ListFleetsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListFleetsForVehicle( args: ListFleetsForVehicleCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListModelManifestNodes( args: ListModelManifestNodesCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListModelManifests( args?: ListModelManifestsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListSignalCatalogNodes( args: ListSignalCatalogNodesCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListSignalCatalogs( args?: ListSignalCatalogsCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListStateTemplates( args?: ListStateTemplatesCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListVehicles( args?: ListVehiclesCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; paginateListVehiclesInFleet( args: ListVehiclesInFleetCommandInput, paginationConfig?: Pick< PaginationConfiguration, Exclude >, ): Paginator; } export declare class IoTFleetWise extends IoTFleetWiseClient implements IoTFleetWise {}