@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.
Files changed (115) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/IoTFleetWise.d.ts +11 -1
  6. package/dist-types/IoTFleetWiseClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateModelManifestCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateVehicleCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteModelManifestCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteVehicleCommand.d.ts +2 -1
  22. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +2 -1
  23. package/dist-types/commands/GetCampaignCommand.d.ts +2 -1
  24. package/dist-types/commands/GetDecoderManifestCommand.d.ts +2 -1
  25. package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +2 -1
  26. package/dist-types/commands/GetFleetCommand.d.ts +2 -1
  27. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -1
  28. package/dist-types/commands/GetModelManifestCommand.d.ts +2 -1
  29. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +2 -1
  30. package/dist-types/commands/GetSignalCatalogCommand.d.ts +2 -1
  31. package/dist-types/commands/GetVehicleCommand.d.ts +2 -1
  32. package/dist-types/commands/GetVehicleStatusCommand.d.ts +2 -1
  33. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +2 -1
  34. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +2 -1
  41. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListModelManifestsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +2 -1
  44. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  46. package/dist-types/commands/ListVehiclesCommand.d.ts +2 -1
  47. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +2 -1
  48. package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +2 -1
  49. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
  50. package/dist-types/commands/RegisterAccountCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateModelManifestCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateVehicleCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +0 -1
  60. package/dist-types/models/models_0.d.ts +600 -600
  61. package/dist-types/ts3.4/IoTFleetWise.d.ts +10 -0
  62. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/index.d.ts +0 -1
  115. package/package.json +40 -40
@@ -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";