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