@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
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "IoTAutobahnControlPlane", "IoTFleetWiseClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateVehicleFleet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateVehicleFleetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "AssociateVehicleFleet", {})
13
- .n("IoTFleetWiseClient", "AssociateVehicleFleetCommand")
14
- .sc(AssociateVehicleFleet$)
15
- .build() {
3
+ export class AssociateVehicleFleetCommand extends command(_ep0, _mw0, "AssociateVehicleFleet", AssociateVehicleFleet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchCreateVehicle$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchCreateVehicleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "BatchCreateVehicle", {})
13
- .n("IoTFleetWiseClient", "BatchCreateVehicleCommand")
14
- .sc(BatchCreateVehicle$)
15
- .build() {
3
+ export class BatchCreateVehicleCommand extends command(_ep0, _mw0, "BatchCreateVehicle", BatchCreateVehicle$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchUpdateVehicle$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchUpdateVehicleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "BatchUpdateVehicle", {})
13
- .n("IoTFleetWiseClient", "BatchUpdateVehicleCommand")
14
- .sc(BatchUpdateVehicle$)
15
- .build() {
3
+ export class BatchUpdateVehicleCommand extends command(_ep0, _mw0, "BatchUpdateVehicle", BatchUpdateVehicle$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateCampaign$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCampaignCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "CreateCampaign", {})
13
- .n("IoTFleetWiseClient", "CreateCampaignCommand")
14
- .sc(CreateCampaign$)
15
- .build() {
3
+ export class CreateCampaignCommand extends command(_ep0, _mw0, "CreateCampaign", CreateCampaign$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDecoderManifest$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDecoderManifestCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "CreateDecoderManifest", {})
13
- .n("IoTFleetWiseClient", "CreateDecoderManifestCommand")
14
- .sc(CreateDecoderManifest$)
15
- .build() {
3
+ export class CreateDecoderManifestCommand extends command(_ep0, _mw0, "CreateDecoderManifest", CreateDecoderManifest$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateFleet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateFleetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "CreateFleet", {})
13
- .n("IoTFleetWiseClient", "CreateFleetCommand")
14
- .sc(CreateFleet$)
15
- .build() {
3
+ export class CreateFleetCommand extends command(_ep0, _mw0, "CreateFleet", CreateFleet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateModelManifest$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateModelManifestCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "CreateModelManifest", {})
13
- .n("IoTFleetWiseClient", "CreateModelManifestCommand")
14
- .sc(CreateModelManifest$)
15
- .build() {
3
+ export class CreateModelManifestCommand extends command(_ep0, _mw0, "CreateModelManifest", CreateModelManifest$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateSignalCatalog$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSignalCatalogCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "CreateSignalCatalog", {})
13
- .n("IoTFleetWiseClient", "CreateSignalCatalogCommand")
14
- .sc(CreateSignalCatalog$)
15
- .build() {
3
+ export class CreateSignalCatalogCommand extends command(_ep0, _mw0, "CreateSignalCatalog", CreateSignalCatalog$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateStateTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateStateTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "CreateStateTemplate", {})
13
- .n("IoTFleetWiseClient", "CreateStateTemplateCommand")
14
- .sc(CreateStateTemplate$)
15
- .build() {
3
+ export class CreateStateTemplateCommand extends command(_ep0, _mw0, "CreateStateTemplate", CreateStateTemplate$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateVehicle$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateVehicleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "CreateVehicle", {})
13
- .n("IoTFleetWiseClient", "CreateVehicleCommand")
14
- .sc(CreateVehicle$)
15
- .build() {
3
+ export class CreateVehicleCommand extends command(_ep0, _mw0, "CreateVehicle", CreateVehicle$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteCampaign$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCampaignCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "DeleteCampaign", {})
13
- .n("IoTFleetWiseClient", "DeleteCampaignCommand")
14
- .sc(DeleteCampaign$)
15
- .build() {
3
+ export class DeleteCampaignCommand extends command(_ep0, _mw0, "DeleteCampaign", DeleteCampaign$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDecoderManifest$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDecoderManifestCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "DeleteDecoderManifest", {})
13
- .n("IoTFleetWiseClient", "DeleteDecoderManifestCommand")
14
- .sc(DeleteDecoderManifest$)
15
- .build() {
3
+ export class DeleteDecoderManifestCommand extends command(_ep0, _mw0, "DeleteDecoderManifest", DeleteDecoderManifest$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteFleet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteFleetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "DeleteFleet", {})
13
- .n("IoTFleetWiseClient", "DeleteFleetCommand")
14
- .sc(DeleteFleet$)
15
- .build() {
3
+ export class DeleteFleetCommand extends command(_ep0, _mw0, "DeleteFleet", DeleteFleet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteModelManifest$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteModelManifestCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "DeleteModelManifest", {})
13
- .n("IoTFleetWiseClient", "DeleteModelManifestCommand")
14
- .sc(DeleteModelManifest$)
15
- .build() {
3
+ export class DeleteModelManifestCommand extends command(_ep0, _mw0, "DeleteModelManifest", DeleteModelManifest$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteSignalCatalog$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteSignalCatalogCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "DeleteSignalCatalog", {})
13
- .n("IoTFleetWiseClient", "DeleteSignalCatalogCommand")
14
- .sc(DeleteSignalCatalog$)
15
- .build() {
3
+ export class DeleteSignalCatalogCommand extends command(_ep0, _mw0, "DeleteSignalCatalog", DeleteSignalCatalog$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteStateTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteStateTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "DeleteStateTemplate", {})
13
- .n("IoTFleetWiseClient", "DeleteStateTemplateCommand")
14
- .sc(DeleteStateTemplate$)
15
- .build() {
3
+ export class DeleteStateTemplateCommand extends command(_ep0, _mw0, "DeleteStateTemplate", DeleteStateTemplate$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVehicle$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVehicleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "DeleteVehicle", {})
13
- .n("IoTFleetWiseClient", "DeleteVehicleCommand")
14
- .sc(DeleteVehicle$)
15
- .build() {
3
+ export class DeleteVehicleCommand extends command(_ep0, _mw0, "DeleteVehicle", DeleteVehicle$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DisassociateVehicleFleet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateVehicleFleetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "DisassociateVehicleFleet", {})
13
- .n("IoTFleetWiseClient", "DisassociateVehicleFleetCommand")
14
- .sc(DisassociateVehicleFleet$)
15
- .build() {
3
+ export class DisassociateVehicleFleetCommand extends command(_ep0, _mw0, "DisassociateVehicleFleet", DisassociateVehicleFleet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetCampaign$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCampaignCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetCampaign", {})
13
- .n("IoTFleetWiseClient", "GetCampaignCommand")
14
- .sc(GetCampaign$)
15
- .build() {
3
+ export class GetCampaignCommand extends command(_ep0, _mw0, "GetCampaign", GetCampaign$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDecoderManifest$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDecoderManifestCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetDecoderManifest", {})
13
- .n("IoTFleetWiseClient", "GetDecoderManifestCommand")
14
- .sc(GetDecoderManifest$)
15
- .build() {
3
+ export class GetDecoderManifestCommand extends command(_ep0, _mw0, "GetDecoderManifest", GetDecoderManifest$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetEncryptionConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetEncryptionConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetEncryptionConfiguration", {})
13
- .n("IoTFleetWiseClient", "GetEncryptionConfigurationCommand")
14
- .sc(GetEncryptionConfiguration$)
15
- .build() {
3
+ export class GetEncryptionConfigurationCommand extends command(_ep0, _mw0, "GetEncryptionConfiguration", GetEncryptionConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetFleet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetFleetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetFleet", {})
13
- .n("IoTFleetWiseClient", "GetFleetCommand")
14
- .sc(GetFleet$)
15
- .build() {
3
+ export class GetFleetCommand extends command(_ep0, _mw0, "GetFleet", GetFleet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetLoggingOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetLoggingOptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetLoggingOptions", {})
13
- .n("IoTFleetWiseClient", "GetLoggingOptionsCommand")
14
- .sc(GetLoggingOptions$)
15
- .build() {
3
+ export class GetLoggingOptionsCommand extends command(_ep0, _mw0, "GetLoggingOptions", GetLoggingOptions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetModelManifest$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetModelManifestCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetModelManifest", {})
13
- .n("IoTFleetWiseClient", "GetModelManifestCommand")
14
- .sc(GetModelManifest$)
15
- .build() {
3
+ export class GetModelManifestCommand extends command(_ep0, _mw0, "GetModelManifest", GetModelManifest$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetRegisterAccountStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetRegisterAccountStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetRegisterAccountStatus", {})
13
- .n("IoTFleetWiseClient", "GetRegisterAccountStatusCommand")
14
- .sc(GetRegisterAccountStatus$)
15
- .build() {
3
+ export class GetRegisterAccountStatusCommand extends command(_ep0, _mw0, "GetRegisterAccountStatus", GetRegisterAccountStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSignalCatalog$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSignalCatalogCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetSignalCatalog", {})
13
- .n("IoTFleetWiseClient", "GetSignalCatalogCommand")
14
- .sc(GetSignalCatalog$)
15
- .build() {
3
+ export class GetSignalCatalogCommand extends command(_ep0, _mw0, "GetSignalCatalog", GetSignalCatalog$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetStateTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetStateTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetStateTemplate", {})
13
- .n("IoTFleetWiseClient", "GetStateTemplateCommand")
14
- .sc(GetStateTemplate$)
15
- .build() {
3
+ export class GetStateTemplateCommand extends command(_ep0, _mw0, "GetStateTemplate", GetStateTemplate$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetVehicle$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetVehicleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetVehicle", {})
13
- .n("IoTFleetWiseClient", "GetVehicleCommand")
14
- .sc(GetVehicle$)
15
- .build() {
3
+ export class GetVehicleCommand extends command(_ep0, _mw0, "GetVehicle", GetVehicle$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetVehicleStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetVehicleStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "GetVehicleStatus", {})
13
- .n("IoTFleetWiseClient", "GetVehicleStatusCommand")
14
- .sc(GetVehicleStatus$)
15
- .build() {
3
+ export class GetVehicleStatusCommand extends command(_ep0, _mw0, "GetVehicleStatus", GetVehicleStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ImportDecoderManifest$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ImportDecoderManifestCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "ImportDecoderManifest", {})
13
- .n("IoTFleetWiseClient", "ImportDecoderManifestCommand")
14
- .sc(ImportDecoderManifest$)
15
- .build() {
3
+ export class ImportDecoderManifestCommand extends command(_ep0, _mw0, "ImportDecoderManifest", ImportDecoderManifest$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ImportSignalCatalog$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ImportSignalCatalogCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("IoTAutobahnControlPlane", "ImportSignalCatalog", {})
13
- .n("IoTFleetWiseClient", "ImportSignalCatalogCommand")
14
- .sc(ImportSignalCatalog$)
15
- .build() {
3
+ export class ImportSignalCatalogCommand extends command(_ep0, _mw0, "ImportSignalCatalog", ImportSignalCatalog$) {
16
4
  }