@aws-sdk/client-iotfleetwise 3.1086.0 → 3.1088.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 (77) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/IoTFleetWise.d.ts +194 -229
  3. package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +14 -48
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateStateTemplateCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteStateTemplateCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +7 -5
  29. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/GetStateTemplateCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +3 -8
  39. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/ListStateTemplatesCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/UpdateStateTemplateCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  65. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  66. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  67. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  68. package/dist-types/ts3.4/models/errors.d.ts +9 -30
  69. package/dist-types/ts3.4/models/models_0.d.ts +5 -15
  70. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  71. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  76. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  77. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75