@aws-sdk/client-iotfleetwise 3.1077.0 → 3.1078.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 (179) hide show
  1. package/dist-cjs/index.js +177 -685
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateVehicleFleetCommand.js +2 -14
  4. package/dist-es/commands/BatchCreateVehicleCommand.js +2 -14
  5. package/dist-es/commands/BatchUpdateVehicleCommand.js +2 -14
  6. package/dist-es/commands/CreateCampaignCommand.js +2 -14
  7. package/dist-es/commands/CreateDecoderManifestCommand.js +2 -14
  8. package/dist-es/commands/CreateFleetCommand.js +2 -14
  9. package/dist-es/commands/CreateModelManifestCommand.js +2 -14
  10. package/dist-es/commands/CreateSignalCatalogCommand.js +2 -14
  11. package/dist-es/commands/CreateStateTemplateCommand.js +2 -14
  12. package/dist-es/commands/CreateVehicleCommand.js +2 -14
  13. package/dist-es/commands/DeleteCampaignCommand.js +2 -14
  14. package/dist-es/commands/DeleteDecoderManifestCommand.js +2 -14
  15. package/dist-es/commands/DeleteFleetCommand.js +2 -14
  16. package/dist-es/commands/DeleteModelManifestCommand.js +2 -14
  17. package/dist-es/commands/DeleteSignalCatalogCommand.js +2 -14
  18. package/dist-es/commands/DeleteStateTemplateCommand.js +2 -14
  19. package/dist-es/commands/DeleteVehicleCommand.js +2 -14
  20. package/dist-es/commands/DisassociateVehicleFleetCommand.js +2 -14
  21. package/dist-es/commands/GetCampaignCommand.js +2 -14
  22. package/dist-es/commands/GetDecoderManifestCommand.js +2 -14
  23. package/dist-es/commands/GetEncryptionConfigurationCommand.js +2 -14
  24. package/dist-es/commands/GetFleetCommand.js +2 -14
  25. package/dist-es/commands/GetLoggingOptionsCommand.js +2 -14
  26. package/dist-es/commands/GetModelManifestCommand.js +2 -14
  27. package/dist-es/commands/GetRegisterAccountStatusCommand.js +2 -14
  28. package/dist-es/commands/GetSignalCatalogCommand.js +2 -14
  29. package/dist-es/commands/GetStateTemplateCommand.js +2 -14
  30. package/dist-es/commands/GetVehicleCommand.js +2 -14
  31. package/dist-es/commands/GetVehicleStatusCommand.js +2 -14
  32. package/dist-es/commands/ImportDecoderManifestCommand.js +2 -14
  33. package/dist-es/commands/ImportSignalCatalogCommand.js +2 -14
  34. package/dist-es/commands/ListCampaignsCommand.js +2 -14
  35. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +2 -14
  36. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +2 -14
  37. package/dist-es/commands/ListDecoderManifestsCommand.js +2 -14
  38. package/dist-es/commands/ListFleetsCommand.js +2 -14
  39. package/dist-es/commands/ListFleetsForVehicleCommand.js +2 -14
  40. package/dist-es/commands/ListModelManifestNodesCommand.js +2 -14
  41. package/dist-es/commands/ListModelManifestsCommand.js +2 -14
  42. package/dist-es/commands/ListSignalCatalogNodesCommand.js +2 -14
  43. package/dist-es/commands/ListSignalCatalogsCommand.js +2 -14
  44. package/dist-es/commands/ListStateTemplatesCommand.js +2 -14
  45. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  46. package/dist-es/commands/ListVehiclesCommand.js +2 -14
  47. package/dist-es/commands/ListVehiclesInFleetCommand.js +2 -14
  48. package/dist-es/commands/PutEncryptionConfigurationCommand.js +2 -14
  49. package/dist-es/commands/PutLoggingOptionsCommand.js +2 -14
  50. package/dist-es/commands/RegisterAccountCommand.js +2 -14
  51. package/dist-es/commands/TagResourceCommand.js +2 -14
  52. package/dist-es/commands/UntagResourceCommand.js +2 -14
  53. package/dist-es/commands/UpdateCampaignCommand.js +2 -14
  54. package/dist-es/commands/UpdateDecoderManifestCommand.js +2 -14
  55. package/dist-es/commands/UpdateFleetCommand.js +2 -14
  56. package/dist-es/commands/UpdateModelManifestCommand.js +2 -14
  57. package/dist-es/commands/UpdateSignalCatalogCommand.js +2 -14
  58. package/dist-es/commands/UpdateStateTemplateCommand.js +2 -14
  59. package/dist-es/commands/UpdateVehicleCommand.js +2 -14
  60. package/dist-es/index.js +1 -0
  61. package/dist-types/commandBuilder.d.ts +18 -0
  62. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +3 -8
  63. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +3 -8
  64. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateFleetCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateModelManifestCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateStateTemplateCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateVehicleCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteFleetCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteModelManifestCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteStateTemplateCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteVehicleCommand.d.ts +3 -8
  79. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +3 -8
  80. package/dist-types/commands/GetCampaignCommand.d.ts +3 -8
  81. package/dist-types/commands/GetDecoderManifestCommand.d.ts +3 -8
  82. package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +3 -8
  83. package/dist-types/commands/GetFleetCommand.d.ts +3 -8
  84. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +3 -8
  85. package/dist-types/commands/GetModelManifestCommand.d.ts +3 -8
  86. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +3 -8
  87. package/dist-types/commands/GetSignalCatalogCommand.d.ts +3 -8
  88. package/dist-types/commands/GetStateTemplateCommand.d.ts +3 -8
  89. package/dist-types/commands/GetVehicleCommand.d.ts +3 -8
  90. package/dist-types/commands/GetVehicleStatusCommand.d.ts +3 -8
  91. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +3 -8
  92. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +3 -8
  93. package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +3 -8
  95. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +3 -8
  96. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +3 -8
  97. package/dist-types/commands/ListFleetsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +3 -8
  99. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +3 -8
  100. package/dist-types/commands/ListModelManifestsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +3 -8
  102. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListStateTemplatesCommand.d.ts +3 -8
  104. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  105. package/dist-types/commands/ListVehiclesCommand.d.ts +3 -8
  106. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +3 -8
  107. package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +3 -8
  108. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +3 -8
  109. package/dist-types/commands/RegisterAccountCommand.d.ts +3 -8
  110. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  111. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  112. package/dist-types/commands/UpdateCampaignCommand.d.ts +3 -8
  113. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +3 -8
  114. package/dist-types/commands/UpdateFleetCommand.d.ts +3 -8
  115. package/dist-types/commands/UpdateModelManifestCommand.d.ts +3 -8
  116. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +3 -8
  117. package/dist-types/commands/UpdateStateTemplateCommand.d.ts +3 -8
  118. package/dist-types/commands/UpdateVehicleCommand.d.ts +3 -8
  119. package/dist-types/index.d.ts +1 -0
  120. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  121. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/CreateStateTemplateCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DeleteStateTemplateCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/GetStateTemplateCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListStateTemplatesCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/UpdateStateTemplateCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/index.d.ts +1 -0
  179. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2227,688 +2228,179 @@ class IoTFleetWiseClient extends Client {
2227
2228
  }
2228
2229
  }
2229
2230
 
2230
- class AssociateVehicleFleetCommand extends Command
2231
- .classBuilder()
2232
- .ep(commonParams)
2233
- .m(function (Command, cs, config, o) {
2234
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2235
- })
2236
- .s("IoTAutobahnControlPlane", "AssociateVehicleFleet", {})
2237
- .n("IoTFleetWiseClient", "AssociateVehicleFleetCommand")
2238
- .sc(AssociateVehicleFleet$)
2239
- .build() {
2240
- }
2241
-
2242
- class BatchCreateVehicleCommand extends Command
2243
- .classBuilder()
2244
- .ep(commonParams)
2245
- .m(function (Command, cs, config, o) {
2246
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2247
- })
2248
- .s("IoTAutobahnControlPlane", "BatchCreateVehicle", {})
2249
- .n("IoTFleetWiseClient", "BatchCreateVehicleCommand")
2250
- .sc(BatchCreateVehicle$)
2251
- .build() {
2252
- }
2253
-
2254
- class BatchUpdateVehicleCommand extends Command
2255
- .classBuilder()
2256
- .ep(commonParams)
2257
- .m(function (Command, cs, config, o) {
2258
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2259
- })
2260
- .s("IoTAutobahnControlPlane", "BatchUpdateVehicle", {})
2261
- .n("IoTFleetWiseClient", "BatchUpdateVehicleCommand")
2262
- .sc(BatchUpdateVehicle$)
2263
- .build() {
2264
- }
2265
-
2266
- class CreateCampaignCommand extends Command
2267
- .classBuilder()
2268
- .ep(commonParams)
2269
- .m(function (Command, cs, config, o) {
2270
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2271
- })
2272
- .s("IoTAutobahnControlPlane", "CreateCampaign", {})
2273
- .n("IoTFleetWiseClient", "CreateCampaignCommand")
2274
- .sc(CreateCampaign$)
2275
- .build() {
2276
- }
2277
-
2278
- class CreateDecoderManifestCommand extends Command
2279
- .classBuilder()
2280
- .ep(commonParams)
2281
- .m(function (Command, cs, config, o) {
2282
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2283
- })
2284
- .s("IoTAutobahnControlPlane", "CreateDecoderManifest", {})
2285
- .n("IoTFleetWiseClient", "CreateDecoderManifestCommand")
2286
- .sc(CreateDecoderManifest$)
2287
- .build() {
2288
- }
2289
-
2290
- class CreateFleetCommand extends Command
2291
- .classBuilder()
2292
- .ep(commonParams)
2293
- .m(function (Command, cs, config, o) {
2294
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2295
- })
2296
- .s("IoTAutobahnControlPlane", "CreateFleet", {})
2297
- .n("IoTFleetWiseClient", "CreateFleetCommand")
2298
- .sc(CreateFleet$)
2299
- .build() {
2300
- }
2301
-
2302
- class CreateModelManifestCommand extends Command
2303
- .classBuilder()
2304
- .ep(commonParams)
2305
- .m(function (Command, cs, config, o) {
2306
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2307
- })
2308
- .s("IoTAutobahnControlPlane", "CreateModelManifest", {})
2309
- .n("IoTFleetWiseClient", "CreateModelManifestCommand")
2310
- .sc(CreateModelManifest$)
2311
- .build() {
2312
- }
2313
-
2314
- class CreateSignalCatalogCommand extends Command
2315
- .classBuilder()
2316
- .ep(commonParams)
2317
- .m(function (Command, cs, config, o) {
2318
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2319
- })
2320
- .s("IoTAutobahnControlPlane", "CreateSignalCatalog", {})
2321
- .n("IoTFleetWiseClient", "CreateSignalCatalogCommand")
2322
- .sc(CreateSignalCatalog$)
2323
- .build() {
2324
- }
2325
-
2326
- class CreateStateTemplateCommand extends Command
2327
- .classBuilder()
2328
- .ep(commonParams)
2329
- .m(function (Command, cs, config, o) {
2330
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2331
- })
2332
- .s("IoTAutobahnControlPlane", "CreateStateTemplate", {})
2333
- .n("IoTFleetWiseClient", "CreateStateTemplateCommand")
2334
- .sc(CreateStateTemplate$)
2335
- .build() {
2336
- }
2337
-
2338
- class CreateVehicleCommand extends Command
2339
- .classBuilder()
2340
- .ep(commonParams)
2341
- .m(function (Command, cs, config, o) {
2342
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2343
- })
2344
- .s("IoTAutobahnControlPlane", "CreateVehicle", {})
2345
- .n("IoTFleetWiseClient", "CreateVehicleCommand")
2346
- .sc(CreateVehicle$)
2347
- .build() {
2348
- }
2349
-
2350
- class DeleteCampaignCommand extends Command
2351
- .classBuilder()
2352
- .ep(commonParams)
2353
- .m(function (Command, cs, config, o) {
2354
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2355
- })
2356
- .s("IoTAutobahnControlPlane", "DeleteCampaign", {})
2357
- .n("IoTFleetWiseClient", "DeleteCampaignCommand")
2358
- .sc(DeleteCampaign$)
2359
- .build() {
2360
- }
2361
-
2362
- class DeleteDecoderManifestCommand extends Command
2363
- .classBuilder()
2364
- .ep(commonParams)
2365
- .m(function (Command, cs, config, o) {
2366
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2367
- })
2368
- .s("IoTAutobahnControlPlane", "DeleteDecoderManifest", {})
2369
- .n("IoTFleetWiseClient", "DeleteDecoderManifestCommand")
2370
- .sc(DeleteDecoderManifest$)
2371
- .build() {
2372
- }
2373
-
2374
- class DeleteFleetCommand extends Command
2375
- .classBuilder()
2376
- .ep(commonParams)
2377
- .m(function (Command, cs, config, o) {
2378
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2379
- })
2380
- .s("IoTAutobahnControlPlane", "DeleteFleet", {})
2381
- .n("IoTFleetWiseClient", "DeleteFleetCommand")
2382
- .sc(DeleteFleet$)
2383
- .build() {
2384
- }
2385
-
2386
- class DeleteModelManifestCommand extends Command
2387
- .classBuilder()
2388
- .ep(commonParams)
2389
- .m(function (Command, cs, config, o) {
2390
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2391
- })
2392
- .s("IoTAutobahnControlPlane", "DeleteModelManifest", {})
2393
- .n("IoTFleetWiseClient", "DeleteModelManifestCommand")
2394
- .sc(DeleteModelManifest$)
2395
- .build() {
2396
- }
2397
-
2398
- class DeleteSignalCatalogCommand extends Command
2399
- .classBuilder()
2400
- .ep(commonParams)
2401
- .m(function (Command, cs, config, o) {
2402
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2403
- })
2404
- .s("IoTAutobahnControlPlane", "DeleteSignalCatalog", {})
2405
- .n("IoTFleetWiseClient", "DeleteSignalCatalogCommand")
2406
- .sc(DeleteSignalCatalog$)
2407
- .build() {
2408
- }
2409
-
2410
- class DeleteStateTemplateCommand extends Command
2411
- .classBuilder()
2412
- .ep(commonParams)
2413
- .m(function (Command, cs, config, o) {
2414
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2415
- })
2416
- .s("IoTAutobahnControlPlane", "DeleteStateTemplate", {})
2417
- .n("IoTFleetWiseClient", "DeleteStateTemplateCommand")
2418
- .sc(DeleteStateTemplate$)
2419
- .build() {
2420
- }
2421
-
2422
- class DeleteVehicleCommand extends Command
2423
- .classBuilder()
2424
- .ep(commonParams)
2425
- .m(function (Command, cs, config, o) {
2426
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2427
- })
2428
- .s("IoTAutobahnControlPlane", "DeleteVehicle", {})
2429
- .n("IoTFleetWiseClient", "DeleteVehicleCommand")
2430
- .sc(DeleteVehicle$)
2431
- .build() {
2432
- }
2433
-
2434
- class DisassociateVehicleFleetCommand extends Command
2435
- .classBuilder()
2436
- .ep(commonParams)
2437
- .m(function (Command, cs, config, o) {
2438
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2439
- })
2440
- .s("IoTAutobahnControlPlane", "DisassociateVehicleFleet", {})
2441
- .n("IoTFleetWiseClient", "DisassociateVehicleFleetCommand")
2442
- .sc(DisassociateVehicleFleet$)
2443
- .build() {
2444
- }
2445
-
2446
- class GetCampaignCommand extends Command
2447
- .classBuilder()
2448
- .ep(commonParams)
2449
- .m(function (Command, cs, config, o) {
2450
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2451
- })
2452
- .s("IoTAutobahnControlPlane", "GetCampaign", {})
2453
- .n("IoTFleetWiseClient", "GetCampaignCommand")
2454
- .sc(GetCampaign$)
2455
- .build() {
2456
- }
2457
-
2458
- class GetDecoderManifestCommand extends Command
2459
- .classBuilder()
2460
- .ep(commonParams)
2461
- .m(function (Command, cs, config, o) {
2462
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2463
- })
2464
- .s("IoTAutobahnControlPlane", "GetDecoderManifest", {})
2465
- .n("IoTFleetWiseClient", "GetDecoderManifestCommand")
2466
- .sc(GetDecoderManifest$)
2467
- .build() {
2468
- }
2469
-
2470
- class GetEncryptionConfigurationCommand extends Command
2471
- .classBuilder()
2472
- .ep(commonParams)
2473
- .m(function (Command, cs, config, o) {
2474
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2475
- })
2476
- .s("IoTAutobahnControlPlane", "GetEncryptionConfiguration", {})
2477
- .n("IoTFleetWiseClient", "GetEncryptionConfigurationCommand")
2478
- .sc(GetEncryptionConfiguration$)
2479
- .build() {
2480
- }
2481
-
2482
- class GetFleetCommand extends Command
2483
- .classBuilder()
2484
- .ep(commonParams)
2485
- .m(function (Command, cs, config, o) {
2486
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2487
- })
2488
- .s("IoTAutobahnControlPlane", "GetFleet", {})
2489
- .n("IoTFleetWiseClient", "GetFleetCommand")
2490
- .sc(GetFleet$)
2491
- .build() {
2492
- }
2493
-
2494
- class GetLoggingOptionsCommand extends Command
2495
- .classBuilder()
2496
- .ep(commonParams)
2497
- .m(function (Command, cs, config, o) {
2498
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2499
- })
2500
- .s("IoTAutobahnControlPlane", "GetLoggingOptions", {})
2501
- .n("IoTFleetWiseClient", "GetLoggingOptionsCommand")
2502
- .sc(GetLoggingOptions$)
2503
- .build() {
2504
- }
2505
-
2506
- class GetModelManifestCommand extends Command
2507
- .classBuilder()
2508
- .ep(commonParams)
2509
- .m(function (Command, cs, config, o) {
2510
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2511
- })
2512
- .s("IoTAutobahnControlPlane", "GetModelManifest", {})
2513
- .n("IoTFleetWiseClient", "GetModelManifestCommand")
2514
- .sc(GetModelManifest$)
2515
- .build() {
2516
- }
2517
-
2518
- class GetRegisterAccountStatusCommand extends Command
2519
- .classBuilder()
2520
- .ep(commonParams)
2521
- .m(function (Command, cs, config, o) {
2522
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2523
- })
2524
- .s("IoTAutobahnControlPlane", "GetRegisterAccountStatus", {})
2525
- .n("IoTFleetWiseClient", "GetRegisterAccountStatusCommand")
2526
- .sc(GetRegisterAccountStatus$)
2527
- .build() {
2528
- }
2529
-
2530
- class GetSignalCatalogCommand extends Command
2531
- .classBuilder()
2532
- .ep(commonParams)
2533
- .m(function (Command, cs, config, o) {
2534
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2535
- })
2536
- .s("IoTAutobahnControlPlane", "GetSignalCatalog", {})
2537
- .n("IoTFleetWiseClient", "GetSignalCatalogCommand")
2538
- .sc(GetSignalCatalog$)
2539
- .build() {
2540
- }
2541
-
2542
- class GetStateTemplateCommand extends Command
2543
- .classBuilder()
2544
- .ep(commonParams)
2545
- .m(function (Command, cs, config, o) {
2546
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2547
- })
2548
- .s("IoTAutobahnControlPlane", "GetStateTemplate", {})
2549
- .n("IoTFleetWiseClient", "GetStateTemplateCommand")
2550
- .sc(GetStateTemplate$)
2551
- .build() {
2552
- }
2553
-
2554
- class GetVehicleCommand extends Command
2555
- .classBuilder()
2556
- .ep(commonParams)
2557
- .m(function (Command, cs, config, o) {
2558
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2559
- })
2560
- .s("IoTAutobahnControlPlane", "GetVehicle", {})
2561
- .n("IoTFleetWiseClient", "GetVehicleCommand")
2562
- .sc(GetVehicle$)
2563
- .build() {
2564
- }
2565
-
2566
- class GetVehicleStatusCommand extends Command
2567
- .classBuilder()
2568
- .ep(commonParams)
2569
- .m(function (Command, cs, config, o) {
2570
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2571
- })
2572
- .s("IoTAutobahnControlPlane", "GetVehicleStatus", {})
2573
- .n("IoTFleetWiseClient", "GetVehicleStatusCommand")
2574
- .sc(GetVehicleStatus$)
2575
- .build() {
2576
- }
2577
-
2578
- class ImportDecoderManifestCommand extends Command
2579
- .classBuilder()
2580
- .ep(commonParams)
2581
- .m(function (Command, cs, config, o) {
2582
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2583
- })
2584
- .s("IoTAutobahnControlPlane", "ImportDecoderManifest", {})
2585
- .n("IoTFleetWiseClient", "ImportDecoderManifestCommand")
2586
- .sc(ImportDecoderManifest$)
2587
- .build() {
2588
- }
2589
-
2590
- class ImportSignalCatalogCommand extends Command
2591
- .classBuilder()
2592
- .ep(commonParams)
2593
- .m(function (Command, cs, config, o) {
2594
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2595
- })
2596
- .s("IoTAutobahnControlPlane", "ImportSignalCatalog", {})
2597
- .n("IoTFleetWiseClient", "ImportSignalCatalogCommand")
2598
- .sc(ImportSignalCatalog$)
2599
- .build() {
2600
- }
2601
-
2602
- class ListCampaignsCommand extends Command
2603
- .classBuilder()
2604
- .ep(commonParams)
2605
- .m(function (Command, cs, config, o) {
2606
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2607
- })
2608
- .s("IoTAutobahnControlPlane", "ListCampaigns", {})
2609
- .n("IoTFleetWiseClient", "ListCampaignsCommand")
2610
- .sc(ListCampaigns$)
2611
- .build() {
2612
- }
2613
-
2614
- class ListDecoderManifestNetworkInterfacesCommand extends Command
2615
- .classBuilder()
2616
- .ep(commonParams)
2617
- .m(function (Command, cs, config, o) {
2618
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2619
- })
2620
- .s("IoTAutobahnControlPlane", "ListDecoderManifestNetworkInterfaces", {})
2621
- .n("IoTFleetWiseClient", "ListDecoderManifestNetworkInterfacesCommand")
2622
- .sc(ListDecoderManifestNetworkInterfaces$)
2623
- .build() {
2624
- }
2625
-
2626
- class ListDecoderManifestsCommand extends Command
2627
- .classBuilder()
2628
- .ep(commonParams)
2629
- .m(function (Command, cs, config, o) {
2630
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2631
- })
2632
- .s("IoTAutobahnControlPlane", "ListDecoderManifests", {})
2633
- .n("IoTFleetWiseClient", "ListDecoderManifestsCommand")
2634
- .sc(ListDecoderManifests$)
2635
- .build() {
2636
- }
2637
-
2638
- class ListDecoderManifestSignalsCommand extends Command
2639
- .classBuilder()
2640
- .ep(commonParams)
2641
- .m(function (Command, cs, config, o) {
2642
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2643
- })
2644
- .s("IoTAutobahnControlPlane", "ListDecoderManifestSignals", {})
2645
- .n("IoTFleetWiseClient", "ListDecoderManifestSignalsCommand")
2646
- .sc(ListDecoderManifestSignals$)
2647
- .build() {
2648
- }
2649
-
2650
- class ListFleetsCommand extends Command
2651
- .classBuilder()
2652
- .ep(commonParams)
2653
- .m(function (Command, cs, config, o) {
2654
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2655
- })
2656
- .s("IoTAutobahnControlPlane", "ListFleets", {})
2657
- .n("IoTFleetWiseClient", "ListFleetsCommand")
2658
- .sc(ListFleets$)
2659
- .build() {
2660
- }
2661
-
2662
- class ListFleetsForVehicleCommand extends Command
2663
- .classBuilder()
2664
- .ep(commonParams)
2665
- .m(function (Command, cs, config, o) {
2666
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2667
- })
2668
- .s("IoTAutobahnControlPlane", "ListFleetsForVehicle", {})
2669
- .n("IoTFleetWiseClient", "ListFleetsForVehicleCommand")
2670
- .sc(ListFleetsForVehicle$)
2671
- .build() {
2672
- }
2673
-
2674
- class ListModelManifestNodesCommand extends Command
2675
- .classBuilder()
2676
- .ep(commonParams)
2677
- .m(function (Command, cs, config, o) {
2678
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2679
- })
2680
- .s("IoTAutobahnControlPlane", "ListModelManifestNodes", {})
2681
- .n("IoTFleetWiseClient", "ListModelManifestNodesCommand")
2682
- .sc(ListModelManifestNodes$)
2683
- .build() {
2684
- }
2685
-
2686
- class ListModelManifestsCommand extends Command
2687
- .classBuilder()
2688
- .ep(commonParams)
2689
- .m(function (Command, cs, config, o) {
2690
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2691
- })
2692
- .s("IoTAutobahnControlPlane", "ListModelManifests", {})
2693
- .n("IoTFleetWiseClient", "ListModelManifestsCommand")
2694
- .sc(ListModelManifests$)
2695
- .build() {
2696
- }
2697
-
2698
- class ListSignalCatalogNodesCommand extends Command
2699
- .classBuilder()
2700
- .ep(commonParams)
2701
- .m(function (Command, cs, config, o) {
2702
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2703
- })
2704
- .s("IoTAutobahnControlPlane", "ListSignalCatalogNodes", {})
2705
- .n("IoTFleetWiseClient", "ListSignalCatalogNodesCommand")
2706
- .sc(ListSignalCatalogNodes$)
2707
- .build() {
2708
- }
2709
-
2710
- class ListSignalCatalogsCommand extends Command
2711
- .classBuilder()
2712
- .ep(commonParams)
2713
- .m(function (Command, cs, config, o) {
2714
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2715
- })
2716
- .s("IoTAutobahnControlPlane", "ListSignalCatalogs", {})
2717
- .n("IoTFleetWiseClient", "ListSignalCatalogsCommand")
2718
- .sc(ListSignalCatalogs$)
2719
- .build() {
2720
- }
2721
-
2722
- class ListStateTemplatesCommand extends Command
2723
- .classBuilder()
2724
- .ep(commonParams)
2725
- .m(function (Command, cs, config, o) {
2726
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2727
- })
2728
- .s("IoTAutobahnControlPlane", "ListStateTemplates", {})
2729
- .n("IoTFleetWiseClient", "ListStateTemplatesCommand")
2730
- .sc(ListStateTemplates$)
2731
- .build() {
2732
- }
2733
-
2734
- class ListTagsForResourceCommand extends Command
2735
- .classBuilder()
2736
- .ep(commonParams)
2737
- .m(function (Command, cs, config, o) {
2738
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2739
- })
2740
- .s("IoTAutobahnControlPlane", "ListTagsForResource", {})
2741
- .n("IoTFleetWiseClient", "ListTagsForResourceCommand")
2742
- .sc(ListTagsForResource$)
2743
- .build() {
2744
- }
2745
-
2746
- class ListVehiclesCommand extends Command
2747
- .classBuilder()
2748
- .ep(commonParams)
2749
- .m(function (Command, cs, config, o) {
2750
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2751
- })
2752
- .s("IoTAutobahnControlPlane", "ListVehicles", {})
2753
- .n("IoTFleetWiseClient", "ListVehiclesCommand")
2754
- .sc(ListVehicles$)
2755
- .build() {
2756
- }
2757
-
2758
- class ListVehiclesInFleetCommand extends Command
2759
- .classBuilder()
2760
- .ep(commonParams)
2761
- .m(function (Command, cs, config, o) {
2762
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2763
- })
2764
- .s("IoTAutobahnControlPlane", "ListVehiclesInFleet", {})
2765
- .n("IoTFleetWiseClient", "ListVehiclesInFleetCommand")
2766
- .sc(ListVehiclesInFleet$)
2767
- .build() {
2768
- }
2769
-
2770
- class PutEncryptionConfigurationCommand extends Command
2771
- .classBuilder()
2772
- .ep(commonParams)
2773
- .m(function (Command, cs, config, o) {
2774
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2775
- })
2776
- .s("IoTAutobahnControlPlane", "PutEncryptionConfiguration", {})
2777
- .n("IoTFleetWiseClient", "PutEncryptionConfigurationCommand")
2778
- .sc(PutEncryptionConfiguration$)
2779
- .build() {
2780
- }
2781
-
2782
- class PutLoggingOptionsCommand extends Command
2783
- .classBuilder()
2784
- .ep(commonParams)
2785
- .m(function (Command, cs, config, o) {
2786
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2787
- })
2788
- .s("IoTAutobahnControlPlane", "PutLoggingOptions", {})
2789
- .n("IoTFleetWiseClient", "PutLoggingOptionsCommand")
2790
- .sc(PutLoggingOptions$)
2791
- .build() {
2792
- }
2793
-
2794
- class RegisterAccountCommand extends Command
2795
- .classBuilder()
2796
- .ep(commonParams)
2797
- .m(function (Command, cs, config, o) {
2798
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2799
- })
2800
- .s("IoTAutobahnControlPlane", "RegisterAccount", {})
2801
- .n("IoTFleetWiseClient", "RegisterAccountCommand")
2802
- .sc(RegisterAccount$)
2803
- .build() {
2804
- }
2805
-
2806
- class TagResourceCommand extends Command
2807
- .classBuilder()
2808
- .ep(commonParams)
2809
- .m(function (Command, cs, config, o) {
2810
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2811
- })
2812
- .s("IoTAutobahnControlPlane", "TagResource", {})
2813
- .n("IoTFleetWiseClient", "TagResourceCommand")
2814
- .sc(TagResource$)
2815
- .build() {
2816
- }
2817
-
2818
- class UntagResourceCommand extends Command
2819
- .classBuilder()
2820
- .ep(commonParams)
2821
- .m(function (Command, cs, config, o) {
2822
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2823
- })
2824
- .s("IoTAutobahnControlPlane", "UntagResource", {})
2825
- .n("IoTFleetWiseClient", "UntagResourceCommand")
2826
- .sc(UntagResource$)
2827
- .build() {
2828
- }
2829
-
2830
- class UpdateCampaignCommand extends Command
2831
- .classBuilder()
2832
- .ep(commonParams)
2833
- .m(function (Command, cs, config, o) {
2834
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2835
- })
2836
- .s("IoTAutobahnControlPlane", "UpdateCampaign", {})
2837
- .n("IoTFleetWiseClient", "UpdateCampaignCommand")
2838
- .sc(UpdateCampaign$)
2839
- .build() {
2840
- }
2841
-
2842
- class UpdateDecoderManifestCommand extends Command
2843
- .classBuilder()
2844
- .ep(commonParams)
2845
- .m(function (Command, cs, config, o) {
2846
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2847
- })
2848
- .s("IoTAutobahnControlPlane", "UpdateDecoderManifest", {})
2849
- .n("IoTFleetWiseClient", "UpdateDecoderManifestCommand")
2850
- .sc(UpdateDecoderManifest$)
2851
- .build() {
2852
- }
2853
-
2854
- class UpdateFleetCommand extends Command
2855
- .classBuilder()
2856
- .ep(commonParams)
2857
- .m(function (Command, cs, config, o) {
2858
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2859
- })
2860
- .s("IoTAutobahnControlPlane", "UpdateFleet", {})
2861
- .n("IoTFleetWiseClient", "UpdateFleetCommand")
2862
- .sc(UpdateFleet$)
2863
- .build() {
2864
- }
2865
-
2866
- class UpdateModelManifestCommand extends Command
2867
- .classBuilder()
2868
- .ep(commonParams)
2869
- .m(function (Command, cs, config, o) {
2870
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2871
- })
2872
- .s("IoTAutobahnControlPlane", "UpdateModelManifest", {})
2873
- .n("IoTFleetWiseClient", "UpdateModelManifestCommand")
2874
- .sc(UpdateModelManifest$)
2875
- .build() {
2876
- }
2877
-
2878
- class UpdateSignalCatalogCommand extends Command
2879
- .classBuilder()
2880
- .ep(commonParams)
2881
- .m(function (Command, cs, config, o) {
2882
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2883
- })
2884
- .s("IoTAutobahnControlPlane", "UpdateSignalCatalog", {})
2885
- .n("IoTFleetWiseClient", "UpdateSignalCatalogCommand")
2886
- .sc(UpdateSignalCatalog$)
2887
- .build() {
2888
- }
2889
-
2890
- class UpdateStateTemplateCommand extends Command
2891
- .classBuilder()
2892
- .ep(commonParams)
2893
- .m(function (Command, cs, config, o) {
2894
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2895
- })
2896
- .s("IoTAutobahnControlPlane", "UpdateStateTemplate", {})
2897
- .n("IoTFleetWiseClient", "UpdateStateTemplateCommand")
2898
- .sc(UpdateStateTemplate$)
2899
- .build() {
2900
- }
2901
-
2902
- class UpdateVehicleCommand extends Command
2903
- .classBuilder()
2904
- .ep(commonParams)
2905
- .m(function (Command, cs, config, o) {
2906
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2907
- })
2908
- .s("IoTAutobahnControlPlane", "UpdateVehicle", {})
2909
- .n("IoTFleetWiseClient", "UpdateVehicleCommand")
2910
- .sc(UpdateVehicle$)
2911
- .build() {
2231
+ const command = makeBuilder(commonParams, "IoTAutobahnControlPlane", "IoTFleetWiseClient", getEndpointPlugin);
2232
+ const _ep0 = {};
2233
+ const _mw0 = (Command, cs, config, o) => [];
2234
+
2235
+ class AssociateVehicleFleetCommand extends command(_ep0, _mw0, "AssociateVehicleFleet", AssociateVehicleFleet$) {
2236
+ }
2237
+
2238
+ class BatchCreateVehicleCommand extends command(_ep0, _mw0, "BatchCreateVehicle", BatchCreateVehicle$) {
2239
+ }
2240
+
2241
+ class BatchUpdateVehicleCommand extends command(_ep0, _mw0, "BatchUpdateVehicle", BatchUpdateVehicle$) {
2242
+ }
2243
+
2244
+ class CreateCampaignCommand extends command(_ep0, _mw0, "CreateCampaign", CreateCampaign$) {
2245
+ }
2246
+
2247
+ class CreateDecoderManifestCommand extends command(_ep0, _mw0, "CreateDecoderManifest", CreateDecoderManifest$) {
2248
+ }
2249
+
2250
+ class CreateFleetCommand extends command(_ep0, _mw0, "CreateFleet", CreateFleet$) {
2251
+ }
2252
+
2253
+ class CreateModelManifestCommand extends command(_ep0, _mw0, "CreateModelManifest", CreateModelManifest$) {
2254
+ }
2255
+
2256
+ class CreateSignalCatalogCommand extends command(_ep0, _mw0, "CreateSignalCatalog", CreateSignalCatalog$) {
2257
+ }
2258
+
2259
+ class CreateStateTemplateCommand extends command(_ep0, _mw0, "CreateStateTemplate", CreateStateTemplate$) {
2260
+ }
2261
+
2262
+ class CreateVehicleCommand extends command(_ep0, _mw0, "CreateVehicle", CreateVehicle$) {
2263
+ }
2264
+
2265
+ class DeleteCampaignCommand extends command(_ep0, _mw0, "DeleteCampaign", DeleteCampaign$) {
2266
+ }
2267
+
2268
+ class DeleteDecoderManifestCommand extends command(_ep0, _mw0, "DeleteDecoderManifest", DeleteDecoderManifest$) {
2269
+ }
2270
+
2271
+ class DeleteFleetCommand extends command(_ep0, _mw0, "DeleteFleet", DeleteFleet$) {
2272
+ }
2273
+
2274
+ class DeleteModelManifestCommand extends command(_ep0, _mw0, "DeleteModelManifest", DeleteModelManifest$) {
2275
+ }
2276
+
2277
+ class DeleteSignalCatalogCommand extends command(_ep0, _mw0, "DeleteSignalCatalog", DeleteSignalCatalog$) {
2278
+ }
2279
+
2280
+ class DeleteStateTemplateCommand extends command(_ep0, _mw0, "DeleteStateTemplate", DeleteStateTemplate$) {
2281
+ }
2282
+
2283
+ class DeleteVehicleCommand extends command(_ep0, _mw0, "DeleteVehicle", DeleteVehicle$) {
2284
+ }
2285
+
2286
+ class DisassociateVehicleFleetCommand extends command(_ep0, _mw0, "DisassociateVehicleFleet", DisassociateVehicleFleet$) {
2287
+ }
2288
+
2289
+ class GetCampaignCommand extends command(_ep0, _mw0, "GetCampaign", GetCampaign$) {
2290
+ }
2291
+
2292
+ class GetDecoderManifestCommand extends command(_ep0, _mw0, "GetDecoderManifest", GetDecoderManifest$) {
2293
+ }
2294
+
2295
+ class GetEncryptionConfigurationCommand extends command(_ep0, _mw0, "GetEncryptionConfiguration", GetEncryptionConfiguration$) {
2296
+ }
2297
+
2298
+ class GetFleetCommand extends command(_ep0, _mw0, "GetFleet", GetFleet$) {
2299
+ }
2300
+
2301
+ class GetLoggingOptionsCommand extends command(_ep0, _mw0, "GetLoggingOptions", GetLoggingOptions$) {
2302
+ }
2303
+
2304
+ class GetModelManifestCommand extends command(_ep0, _mw0, "GetModelManifest", GetModelManifest$) {
2305
+ }
2306
+
2307
+ class GetRegisterAccountStatusCommand extends command(_ep0, _mw0, "GetRegisterAccountStatus", GetRegisterAccountStatus$) {
2308
+ }
2309
+
2310
+ class GetSignalCatalogCommand extends command(_ep0, _mw0, "GetSignalCatalog", GetSignalCatalog$) {
2311
+ }
2312
+
2313
+ class GetStateTemplateCommand extends command(_ep0, _mw0, "GetStateTemplate", GetStateTemplate$) {
2314
+ }
2315
+
2316
+ class GetVehicleCommand extends command(_ep0, _mw0, "GetVehicle", GetVehicle$) {
2317
+ }
2318
+
2319
+ class GetVehicleStatusCommand extends command(_ep0, _mw0, "GetVehicleStatus", GetVehicleStatus$) {
2320
+ }
2321
+
2322
+ class ImportDecoderManifestCommand extends command(_ep0, _mw0, "ImportDecoderManifest", ImportDecoderManifest$) {
2323
+ }
2324
+
2325
+ class ImportSignalCatalogCommand extends command(_ep0, _mw0, "ImportSignalCatalog", ImportSignalCatalog$) {
2326
+ }
2327
+
2328
+ class ListCampaignsCommand extends command(_ep0, _mw0, "ListCampaigns", ListCampaigns$) {
2329
+ }
2330
+
2331
+ class ListDecoderManifestNetworkInterfacesCommand extends command(_ep0, _mw0, "ListDecoderManifestNetworkInterfaces", ListDecoderManifestNetworkInterfaces$) {
2332
+ }
2333
+
2334
+ class ListDecoderManifestsCommand extends command(_ep0, _mw0, "ListDecoderManifests", ListDecoderManifests$) {
2335
+ }
2336
+
2337
+ class ListDecoderManifestSignalsCommand extends command(_ep0, _mw0, "ListDecoderManifestSignals", ListDecoderManifestSignals$) {
2338
+ }
2339
+
2340
+ class ListFleetsCommand extends command(_ep0, _mw0, "ListFleets", ListFleets$) {
2341
+ }
2342
+
2343
+ class ListFleetsForVehicleCommand extends command(_ep0, _mw0, "ListFleetsForVehicle", ListFleetsForVehicle$) {
2344
+ }
2345
+
2346
+ class ListModelManifestNodesCommand extends command(_ep0, _mw0, "ListModelManifestNodes", ListModelManifestNodes$) {
2347
+ }
2348
+
2349
+ class ListModelManifestsCommand extends command(_ep0, _mw0, "ListModelManifests", ListModelManifests$) {
2350
+ }
2351
+
2352
+ class ListSignalCatalogNodesCommand extends command(_ep0, _mw0, "ListSignalCatalogNodes", ListSignalCatalogNodes$) {
2353
+ }
2354
+
2355
+ class ListSignalCatalogsCommand extends command(_ep0, _mw0, "ListSignalCatalogs", ListSignalCatalogs$) {
2356
+ }
2357
+
2358
+ class ListStateTemplatesCommand extends command(_ep0, _mw0, "ListStateTemplates", ListStateTemplates$) {
2359
+ }
2360
+
2361
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2362
+ }
2363
+
2364
+ class ListVehiclesCommand extends command(_ep0, _mw0, "ListVehicles", ListVehicles$) {
2365
+ }
2366
+
2367
+ class ListVehiclesInFleetCommand extends command(_ep0, _mw0, "ListVehiclesInFleet", ListVehiclesInFleet$) {
2368
+ }
2369
+
2370
+ class PutEncryptionConfigurationCommand extends command(_ep0, _mw0, "PutEncryptionConfiguration", PutEncryptionConfiguration$) {
2371
+ }
2372
+
2373
+ class PutLoggingOptionsCommand extends command(_ep0, _mw0, "PutLoggingOptions", PutLoggingOptions$) {
2374
+ }
2375
+
2376
+ class RegisterAccountCommand extends command(_ep0, _mw0, "RegisterAccount", RegisterAccount$) {
2377
+ }
2378
+
2379
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2380
+ }
2381
+
2382
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2383
+ }
2384
+
2385
+ class UpdateCampaignCommand extends command(_ep0, _mw0, "UpdateCampaign", UpdateCampaign$) {
2386
+ }
2387
+
2388
+ class UpdateDecoderManifestCommand extends command(_ep0, _mw0, "UpdateDecoderManifest", UpdateDecoderManifest$) {
2389
+ }
2390
+
2391
+ class UpdateFleetCommand extends command(_ep0, _mw0, "UpdateFleet", UpdateFleet$) {
2392
+ }
2393
+
2394
+ class UpdateModelManifestCommand extends command(_ep0, _mw0, "UpdateModelManifest", UpdateModelManifest$) {
2395
+ }
2396
+
2397
+ class UpdateSignalCatalogCommand extends command(_ep0, _mw0, "UpdateSignalCatalog", UpdateSignalCatalog$) {
2398
+ }
2399
+
2400
+ class UpdateStateTemplateCommand extends command(_ep0, _mw0, "UpdateStateTemplate", UpdateStateTemplate$) {
2401
+ }
2402
+
2403
+ class UpdateVehicleCommand extends command(_ep0, _mw0, "UpdateVehicle", UpdateVehicle$) {
2912
2404
  }
2913
2405
 
2914
2406
  const paginateGetVehicleStatus = createPaginator(IoTFleetWiseClient, GetVehicleStatusCommand, "nextToken", "nextToken", "maxResults");