@aws-sdk/client-iotfleetwise 3.533.0 → 3.540.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/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/IoTFleetWise.d.ts +11 -1
- package/dist-types/IoTFleetWiseClient.d.ts +1 -1
- package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +2 -1
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +2 -1
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/CreateVehicleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVehicleCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +2 -1
- package/dist-types/commands/GetCampaignCommand.d.ts +2 -1
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetFleetCommand.d.ts +2 -1
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/GetModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/GetVehicleCommand.d.ts +2 -1
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +2 -1
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +2 -1
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +2 -1
- package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +2 -1
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListModelManifestsCommand.d.ts +2 -1
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVehiclesCommand.d.ts +2 -1
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +2 -1
- package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/RegisterAccountCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVehicleCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +600 -600
- package/dist-types/ts3.4/IoTFleetWise.d.ts +10 -0
- package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
package/dist-types/index.d.ts
CHANGED
|
@@ -17,5 +17,4 @@ export { IoTFleetWiseExtensionConfiguration } from "./extensionConfiguration";
|
|
|
17
17
|
export * from "./commands";
|
|
18
18
|
export * from "./pagination";
|
|
19
19
|
export * from "./models";
|
|
20
|
-
import "@aws-sdk/util-endpoints";
|
|
21
20
|
export { IoTFleetWiseServiceException } from "./models/IoTFleetWiseServiceException";
|