@aws-sdk/client-iotfleetwise 3.337.0 → 3.341.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 (213) hide show
  1. package/dist-cjs/IoTFleetWiseClient.js +2 -1
  2. package/dist-cjs/commands/AssociateVehicleFleetCommand.js +2 -1
  3. package/dist-cjs/commands/BatchCreateVehicleCommand.js +2 -1
  4. package/dist-cjs/commands/BatchUpdateVehicleCommand.js +2 -1
  5. package/dist-cjs/commands/CreateCampaignCommand.js +2 -1
  6. package/dist-cjs/commands/CreateDecoderManifestCommand.js +2 -1
  7. package/dist-cjs/commands/CreateFleetCommand.js +2 -1
  8. package/dist-cjs/commands/CreateModelManifestCommand.js +2 -1
  9. package/dist-cjs/commands/CreateSignalCatalogCommand.js +2 -1
  10. package/dist-cjs/commands/CreateVehicleCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteCampaignCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteDecoderManifestCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteFleetCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteModelManifestCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteSignalCatalogCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteVehicleCommand.js +2 -1
  17. package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +2 -1
  18. package/dist-cjs/commands/GetCampaignCommand.js +2 -1
  19. package/dist-cjs/commands/GetDecoderManifestCommand.js +2 -1
  20. package/dist-cjs/commands/GetFleetCommand.js +2 -1
  21. package/dist-cjs/commands/GetLoggingOptionsCommand.js +2 -1
  22. package/dist-cjs/commands/GetModelManifestCommand.js +2 -1
  23. package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +2 -1
  24. package/dist-cjs/commands/GetSignalCatalogCommand.js +2 -1
  25. package/dist-cjs/commands/GetVehicleCommand.js +2 -1
  26. package/dist-cjs/commands/GetVehicleStatusCommand.js +2 -1
  27. package/dist-cjs/commands/ImportDecoderManifestCommand.js +2 -1
  28. package/dist-cjs/commands/ImportSignalCatalogCommand.js +2 -1
  29. package/dist-cjs/commands/ListCampaignsCommand.js +2 -1
  30. package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +2 -1
  31. package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +2 -1
  32. package/dist-cjs/commands/ListDecoderManifestsCommand.js +2 -1
  33. package/dist-cjs/commands/ListFleetsCommand.js +2 -1
  34. package/dist-cjs/commands/ListFleetsForVehicleCommand.js +2 -1
  35. package/dist-cjs/commands/ListModelManifestNodesCommand.js +2 -1
  36. package/dist-cjs/commands/ListModelManifestsCommand.js +2 -1
  37. package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +2 -1
  38. package/dist-cjs/commands/ListSignalCatalogsCommand.js +2 -1
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  40. package/dist-cjs/commands/ListVehiclesCommand.js +2 -1
  41. package/dist-cjs/commands/ListVehiclesInFleetCommand.js +2 -1
  42. package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -1
  43. package/dist-cjs/commands/RegisterAccountCommand.js +2 -1
  44. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  45. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  46. package/dist-cjs/commands/UpdateCampaignCommand.js +2 -1
  47. package/dist-cjs/commands/UpdateDecoderManifestCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateFleetCommand.js +2 -1
  49. package/dist-cjs/commands/UpdateModelManifestCommand.js +2 -1
  50. package/dist-cjs/commands/UpdateSignalCatalogCommand.js +2 -1
  51. package/dist-cjs/commands/UpdateVehicleCommand.js +2 -1
  52. package/dist-cjs/index.js +2 -2
  53. package/dist-cjs/models/IoTFleetWiseServiceException.js +2 -1
  54. package/dist-es/IoTFleetWiseClient.js +1 -0
  55. package/dist-es/commands/AssociateVehicleFleetCommand.js +1 -0
  56. package/dist-es/commands/BatchCreateVehicleCommand.js +1 -0
  57. package/dist-es/commands/BatchUpdateVehicleCommand.js +1 -0
  58. package/dist-es/commands/CreateCampaignCommand.js +1 -0
  59. package/dist-es/commands/CreateDecoderManifestCommand.js +1 -0
  60. package/dist-es/commands/CreateFleetCommand.js +1 -0
  61. package/dist-es/commands/CreateModelManifestCommand.js +1 -0
  62. package/dist-es/commands/CreateSignalCatalogCommand.js +1 -0
  63. package/dist-es/commands/CreateVehicleCommand.js +1 -0
  64. package/dist-es/commands/DeleteCampaignCommand.js +1 -0
  65. package/dist-es/commands/DeleteDecoderManifestCommand.js +1 -0
  66. package/dist-es/commands/DeleteFleetCommand.js +1 -0
  67. package/dist-es/commands/DeleteModelManifestCommand.js +1 -0
  68. package/dist-es/commands/DeleteSignalCatalogCommand.js +1 -0
  69. package/dist-es/commands/DeleteVehicleCommand.js +1 -0
  70. package/dist-es/commands/DisassociateVehicleFleetCommand.js +1 -0
  71. package/dist-es/commands/GetCampaignCommand.js +1 -0
  72. package/dist-es/commands/GetDecoderManifestCommand.js +1 -0
  73. package/dist-es/commands/GetFleetCommand.js +1 -0
  74. package/dist-es/commands/GetLoggingOptionsCommand.js +1 -0
  75. package/dist-es/commands/GetModelManifestCommand.js +1 -0
  76. package/dist-es/commands/GetRegisterAccountStatusCommand.js +1 -0
  77. package/dist-es/commands/GetSignalCatalogCommand.js +1 -0
  78. package/dist-es/commands/GetVehicleCommand.js +1 -0
  79. package/dist-es/commands/GetVehicleStatusCommand.js +1 -0
  80. package/dist-es/commands/ImportDecoderManifestCommand.js +1 -0
  81. package/dist-es/commands/ImportSignalCatalogCommand.js +1 -0
  82. package/dist-es/commands/ListCampaignsCommand.js +1 -0
  83. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +1 -0
  84. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +1 -0
  85. package/dist-es/commands/ListDecoderManifestsCommand.js +1 -0
  86. package/dist-es/commands/ListFleetsCommand.js +1 -0
  87. package/dist-es/commands/ListFleetsForVehicleCommand.js +1 -0
  88. package/dist-es/commands/ListModelManifestNodesCommand.js +1 -0
  89. package/dist-es/commands/ListModelManifestsCommand.js +1 -0
  90. package/dist-es/commands/ListSignalCatalogNodesCommand.js +1 -0
  91. package/dist-es/commands/ListSignalCatalogsCommand.js +1 -0
  92. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  93. package/dist-es/commands/ListVehiclesCommand.js +1 -0
  94. package/dist-es/commands/ListVehiclesInFleetCommand.js +1 -0
  95. package/dist-es/commands/PutLoggingOptionsCommand.js +1 -0
  96. package/dist-es/commands/RegisterAccountCommand.js +1 -0
  97. package/dist-es/commands/TagResourceCommand.js +1 -0
  98. package/dist-es/commands/UntagResourceCommand.js +1 -0
  99. package/dist-es/commands/UpdateCampaignCommand.js +1 -0
  100. package/dist-es/commands/UpdateDecoderManifestCommand.js +1 -0
  101. package/dist-es/commands/UpdateFleetCommand.js +1 -0
  102. package/dist-es/commands/UpdateModelManifestCommand.js +1 -0
  103. package/dist-es/commands/UpdateSignalCatalogCommand.js +1 -0
  104. package/dist-es/commands/UpdateVehicleCommand.js +1 -0
  105. package/dist-es/index.js +2 -2
  106. package/dist-es/models/IoTFleetWiseServiceException.js +1 -0
  107. package/dist-types/IoTFleetWiseClient.d.ts +3 -3
  108. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +4 -0
  109. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +4 -0
  110. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +4 -0
  111. package/dist-types/commands/CreateCampaignCommand.d.ts +4 -0
  112. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +4 -0
  113. package/dist-types/commands/CreateFleetCommand.d.ts +4 -0
  114. package/dist-types/commands/CreateModelManifestCommand.d.ts +4 -0
  115. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +4 -0
  116. package/dist-types/commands/CreateVehicleCommand.d.ts +4 -0
  117. package/dist-types/commands/DeleteCampaignCommand.d.ts +4 -0
  118. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +4 -0
  119. package/dist-types/commands/DeleteFleetCommand.d.ts +4 -0
  120. package/dist-types/commands/DeleteModelManifestCommand.d.ts +4 -0
  121. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +4 -0
  122. package/dist-types/commands/DeleteVehicleCommand.d.ts +4 -0
  123. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +4 -0
  124. package/dist-types/commands/GetCampaignCommand.d.ts +4 -0
  125. package/dist-types/commands/GetDecoderManifestCommand.d.ts +4 -0
  126. package/dist-types/commands/GetFleetCommand.d.ts +4 -0
  127. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +4 -0
  128. package/dist-types/commands/GetModelManifestCommand.d.ts +4 -0
  129. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +4 -0
  130. package/dist-types/commands/GetSignalCatalogCommand.d.ts +4 -0
  131. package/dist-types/commands/GetVehicleCommand.d.ts +4 -0
  132. package/dist-types/commands/GetVehicleStatusCommand.d.ts +4 -0
  133. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +4 -0
  134. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +4 -0
  135. package/dist-types/commands/ListCampaignsCommand.d.ts +4 -0
  136. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +4 -0
  137. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +4 -0
  138. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +4 -0
  139. package/dist-types/commands/ListFleetsCommand.d.ts +4 -0
  140. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +4 -0
  141. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +4 -0
  142. package/dist-types/commands/ListModelManifestsCommand.d.ts +4 -0
  143. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +4 -0
  144. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +4 -0
  145. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  146. package/dist-types/commands/ListVehiclesCommand.d.ts +4 -0
  147. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +4 -0
  148. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +4 -0
  149. package/dist-types/commands/RegisterAccountCommand.d.ts +4 -0
  150. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  151. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  152. package/dist-types/commands/UpdateCampaignCommand.d.ts +4 -0
  153. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +4 -0
  154. package/dist-types/commands/UpdateFleetCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdateModelManifestCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdateVehicleCommand.d.ts +4 -0
  158. package/dist-types/index.d.ts +13 -2
  159. package/dist-types/models/IoTFleetWiseServiceException.d.ts +1 -0
  160. package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/index.d.ts +2 -2
  212. package/dist-types/ts3.4/models/IoTFleetWiseServiceException.d.ts +1 -0
  213. package/package.json +28 -28
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDecoderManifestCommand = void 0;
3
+ exports.UpdateDecoderManifestCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateDecoderManifestCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFleetCommand = void 0;
3
+ exports.UpdateFleetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateFleetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateModelManifestCommand = void 0;
3
+ exports.UpdateModelManifestCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateModelManifestCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSignalCatalogCommand = void 0;
3
+ exports.UpdateSignalCatalogCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateSignalCatalogCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateVehicleCommand = void 0;
3
+ exports.UpdateVehicleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateVehicleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IoTFleetWiseServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./IoTFleetWise"), exports);
6
5
  tslib_1.__exportStar(require("./IoTFleetWiseClient"), exports);
6
+ tslib_1.__exportStar(require("./IoTFleetWise"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var IoTFleetWiseServiceException_1 = require("./models/IoTFleetWiseServiceException");
11
11
  Object.defineProperty(exports, "IoTFleetWiseServiceException", { enumerable: true, get: function () { return IoTFleetWiseServiceException_1.IoTFleetWiseServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTFleetWiseServiceException = void 0;
3
+ exports.IoTFleetWiseServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class IoTFleetWiseServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class IoTFleetWiseClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AssociateVehicleFleetCommand, se_AssociateVehicleFleetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class AssociateVehicleFleetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_BatchCreateVehicleCommand, se_BatchCreateVehicleCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class BatchCreateVehicleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_BatchUpdateVehicleCommand, se_BatchUpdateVehicleCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class BatchUpdateVehicleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateCampaignCommand, se_CreateCampaignCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateCampaignCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDecoderManifestCommand, se_CreateDecoderManifestCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateDecoderManifestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateFleetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateModelManifestCommand, se_CreateModelManifestCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateModelManifestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateSignalCatalogCommand, se_CreateSignalCatalogCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateSignalCatalogCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateVehicleCommand, se_CreateVehicleCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateVehicleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteCampaignCommand, se_DeleteCampaignCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteCampaignCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDecoderManifestCommand, se_DeleteDecoderManifestCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteDecoderManifestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteFleetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteModelManifestCommand, se_DeleteModelManifestCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteModelManifestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteSignalCatalogCommand, se_DeleteSignalCatalogCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteSignalCatalogCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteVehicleCommand, se_DeleteVehicleCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteVehicleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DisassociateVehicleFleetCommand, se_DisassociateVehicleFleetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DisassociateVehicleFleetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetCampaignCommand, se_GetCampaignCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetCampaignCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDecoderManifestCommand, se_GetDecoderManifestCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetDecoderManifestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetFleetCommand, se_GetFleetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetFleetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetLoggingOptionsCommand, se_GetLoggingOptionsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetLoggingOptionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetModelManifestCommand, se_GetModelManifestCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetModelManifestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRegisterAccountStatusCommand, se_GetRegisterAccountStatusCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetRegisterAccountStatusCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSignalCatalogCommand, se_GetSignalCatalogCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetSignalCatalogCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetVehicleCommand, se_GetVehicleCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetVehicleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetVehicleStatusCommand, se_GetVehicleStatusCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetVehicleStatusCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ImportDecoderManifestCommand, se_ImportDecoderManifestCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ImportDecoderManifestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ImportSignalCatalogCommand, se_ImportSignalCatalogCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ImportSignalCatalogCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListCampaignsCommand, se_ListCampaignsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListCampaignsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDecoderManifestNetworkInterfacesCommand, se_ListDecoderManifestNetworkInterfacesCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListDecoderManifestNetworkInterfacesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDecoderManifestSignalsCommand, se_ListDecoderManifestSignalsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListDecoderManifestSignalsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDecoderManifestsCommand, se_ListDecoderManifestsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListDecoderManifestsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListFleetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListFleetsForVehicleCommand, se_ListFleetsForVehicleCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListFleetsForVehicleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListModelManifestNodesCommand, se_ListModelManifestNodesCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListModelManifestNodesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListModelManifestsCommand, se_ListModelManifestsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListModelManifestsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSignalCatalogNodesCommand, se_ListSignalCatalogNodesCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListSignalCatalogNodesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSignalCatalogsCommand, se_ListSignalCatalogsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListSignalCatalogsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListVehiclesCommand, se_ListVehiclesCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListVehiclesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListVehiclesInFleetCommand, se_ListVehiclesInFleetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListVehiclesInFleetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutLoggingOptionsCommand, se_PutLoggingOptionsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class PutLoggingOptionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RegisterAccountCommand, se_RegisterAccountCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class RegisterAccountCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateCampaignCommand, se_UpdateCampaignCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateCampaignCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDecoderManifestCommand, se_UpdateDecoderManifestCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateDecoderManifestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateFleetCommand, se_UpdateFleetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateFleetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateModelManifestCommand, se_UpdateModelManifestCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateModelManifestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateSignalCatalogCommand, se_UpdateSignalCatalogCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateSignalCatalogCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateVehicleCommand, se_UpdateVehicleCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateVehicleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./IoTFleetWise";
2
1
  export * from "./IoTFleetWiseClient";
2
+ export * from "./IoTFleetWise";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { IoTFleetWiseServiceException } from "./models/IoTFleetWiseServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class IoTFleetWiseServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);