@aws-sdk/client-iotfleetwise 3.478.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. package/dist-cjs/commands/AssociateVehicleFleetCommand.js +18 -41
  2. package/dist-cjs/commands/BatchCreateVehicleCommand.js +18 -41
  3. package/dist-cjs/commands/BatchUpdateVehicleCommand.js +18 -41
  4. package/dist-cjs/commands/CreateCampaignCommand.js +18 -41
  5. package/dist-cjs/commands/CreateDecoderManifestCommand.js +18 -41
  6. package/dist-cjs/commands/CreateFleetCommand.js +18 -41
  7. package/dist-cjs/commands/CreateModelManifestCommand.js +18 -41
  8. package/dist-cjs/commands/CreateSignalCatalogCommand.js +18 -41
  9. package/dist-cjs/commands/CreateVehicleCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteCampaignCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteDecoderManifestCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteFleetCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteModelManifestCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteSignalCatalogCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteVehicleCommand.js +18 -41
  16. package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +18 -41
  17. package/dist-cjs/commands/GetCampaignCommand.js +18 -41
  18. package/dist-cjs/commands/GetDecoderManifestCommand.js +18 -41
  19. package/dist-cjs/commands/GetEncryptionConfigurationCommand.js +18 -41
  20. package/dist-cjs/commands/GetFleetCommand.js +18 -41
  21. package/dist-cjs/commands/GetLoggingOptionsCommand.js +18 -41
  22. package/dist-cjs/commands/GetModelManifestCommand.js +18 -41
  23. package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +18 -41
  24. package/dist-cjs/commands/GetSignalCatalogCommand.js +18 -41
  25. package/dist-cjs/commands/GetVehicleCommand.js +18 -41
  26. package/dist-cjs/commands/GetVehicleStatusCommand.js +18 -41
  27. package/dist-cjs/commands/ImportDecoderManifestCommand.js +18 -41
  28. package/dist-cjs/commands/ImportSignalCatalogCommand.js +18 -41
  29. package/dist-cjs/commands/ListCampaignsCommand.js +18 -41
  30. package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +18 -41
  31. package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +18 -41
  32. package/dist-cjs/commands/ListDecoderManifestsCommand.js +18 -41
  33. package/dist-cjs/commands/ListFleetsCommand.js +18 -41
  34. package/dist-cjs/commands/ListFleetsForVehicleCommand.js +18 -41
  35. package/dist-cjs/commands/ListModelManifestNodesCommand.js +18 -41
  36. package/dist-cjs/commands/ListModelManifestsCommand.js +18 -41
  37. package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +18 -41
  38. package/dist-cjs/commands/ListSignalCatalogsCommand.js +18 -41
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  40. package/dist-cjs/commands/ListVehiclesCommand.js +18 -41
  41. package/dist-cjs/commands/ListVehiclesInFleetCommand.js +18 -41
  42. package/dist-cjs/commands/PutEncryptionConfigurationCommand.js +18 -41
  43. package/dist-cjs/commands/PutLoggingOptionsCommand.js +18 -41
  44. package/dist-cjs/commands/RegisterAccountCommand.js +18 -41
  45. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  46. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  47. package/dist-cjs/commands/UpdateCampaignCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateDecoderManifestCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateFleetCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateModelManifestCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateSignalCatalogCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateVehicleCommand.js +18 -41
  53. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  54. package/dist-es/commands/AssociateVehicleFleetCommand.js +18 -41
  55. package/dist-es/commands/BatchCreateVehicleCommand.js +18 -41
  56. package/dist-es/commands/BatchUpdateVehicleCommand.js +18 -41
  57. package/dist-es/commands/CreateCampaignCommand.js +18 -41
  58. package/dist-es/commands/CreateDecoderManifestCommand.js +18 -41
  59. package/dist-es/commands/CreateFleetCommand.js +18 -41
  60. package/dist-es/commands/CreateModelManifestCommand.js +18 -41
  61. package/dist-es/commands/CreateSignalCatalogCommand.js +18 -41
  62. package/dist-es/commands/CreateVehicleCommand.js +18 -41
  63. package/dist-es/commands/DeleteCampaignCommand.js +18 -41
  64. package/dist-es/commands/DeleteDecoderManifestCommand.js +18 -41
  65. package/dist-es/commands/DeleteFleetCommand.js +18 -41
  66. package/dist-es/commands/DeleteModelManifestCommand.js +18 -41
  67. package/dist-es/commands/DeleteSignalCatalogCommand.js +18 -41
  68. package/dist-es/commands/DeleteVehicleCommand.js +18 -41
  69. package/dist-es/commands/DisassociateVehicleFleetCommand.js +18 -41
  70. package/dist-es/commands/GetCampaignCommand.js +18 -41
  71. package/dist-es/commands/GetDecoderManifestCommand.js +18 -41
  72. package/dist-es/commands/GetEncryptionConfigurationCommand.js +18 -41
  73. package/dist-es/commands/GetFleetCommand.js +18 -41
  74. package/dist-es/commands/GetLoggingOptionsCommand.js +18 -41
  75. package/dist-es/commands/GetModelManifestCommand.js +18 -41
  76. package/dist-es/commands/GetRegisterAccountStatusCommand.js +18 -41
  77. package/dist-es/commands/GetSignalCatalogCommand.js +18 -41
  78. package/dist-es/commands/GetVehicleCommand.js +18 -41
  79. package/dist-es/commands/GetVehicleStatusCommand.js +18 -41
  80. package/dist-es/commands/ImportDecoderManifestCommand.js +18 -41
  81. package/dist-es/commands/ImportSignalCatalogCommand.js +18 -41
  82. package/dist-es/commands/ListCampaignsCommand.js +18 -41
  83. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +18 -41
  84. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +18 -41
  85. package/dist-es/commands/ListDecoderManifestsCommand.js +18 -41
  86. package/dist-es/commands/ListFleetsCommand.js +18 -41
  87. package/dist-es/commands/ListFleetsForVehicleCommand.js +18 -41
  88. package/dist-es/commands/ListModelManifestNodesCommand.js +18 -41
  89. package/dist-es/commands/ListModelManifestsCommand.js +18 -41
  90. package/dist-es/commands/ListSignalCatalogNodesCommand.js +18 -41
  91. package/dist-es/commands/ListSignalCatalogsCommand.js +18 -41
  92. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  93. package/dist-es/commands/ListVehiclesCommand.js +18 -41
  94. package/dist-es/commands/ListVehiclesInFleetCommand.js +18 -41
  95. package/dist-es/commands/PutEncryptionConfigurationCommand.js +18 -41
  96. package/dist-es/commands/PutLoggingOptionsCommand.js +18 -41
  97. package/dist-es/commands/RegisterAccountCommand.js +18 -41
  98. package/dist-es/commands/TagResourceCommand.js +18 -41
  99. package/dist-es/commands/UntagResourceCommand.js +18 -41
  100. package/dist-es/commands/UpdateCampaignCommand.js +18 -41
  101. package/dist-es/commands/UpdateDecoderManifestCommand.js +18 -41
  102. package/dist-es/commands/UpdateFleetCommand.js +18 -41
  103. package/dist-es/commands/UpdateModelManifestCommand.js +18 -41
  104. package/dist-es/commands/UpdateSignalCatalogCommand.js +18 -41
  105. package/dist-es/commands/UpdateVehicleCommand.js +18 -41
  106. package/dist-es/endpoint/EndpointParameters.js +6 -0
  107. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +6 -21
  108. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +6 -21
  109. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +6 -21
  110. package/dist-types/commands/CreateCampaignCommand.d.ts +6 -21
  111. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +6 -21
  112. package/dist-types/commands/CreateFleetCommand.d.ts +6 -21
  113. package/dist-types/commands/CreateModelManifestCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +6 -21
  115. package/dist-types/commands/CreateVehicleCommand.d.ts +6 -21
  116. package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -21
  117. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +6 -21
  118. package/dist-types/commands/DeleteFleetCommand.d.ts +6 -21
  119. package/dist-types/commands/DeleteModelManifestCommand.d.ts +6 -21
  120. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +6 -21
  121. package/dist-types/commands/DeleteVehicleCommand.d.ts +6 -21
  122. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +6 -21
  123. package/dist-types/commands/GetCampaignCommand.d.ts +6 -21
  124. package/dist-types/commands/GetDecoderManifestCommand.d.ts +6 -21
  125. package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +6 -21
  126. package/dist-types/commands/GetFleetCommand.d.ts +6 -21
  127. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +6 -21
  128. package/dist-types/commands/GetModelManifestCommand.d.ts +6 -21
  129. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +6 -21
  130. package/dist-types/commands/GetSignalCatalogCommand.d.ts +6 -21
  131. package/dist-types/commands/GetVehicleCommand.d.ts +6 -21
  132. package/dist-types/commands/GetVehicleStatusCommand.d.ts +6 -21
  133. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +6 -21
  134. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +6 -21
  135. package/dist-types/commands/ListCampaignsCommand.d.ts +6 -21
  136. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +6 -21
  137. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +6 -21
  138. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +6 -21
  139. package/dist-types/commands/ListFleetsCommand.d.ts +6 -21
  140. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +6 -21
  141. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +6 -21
  142. package/dist-types/commands/ListModelManifestsCommand.d.ts +6 -21
  143. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +6 -21
  144. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +6 -21
  145. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  146. package/dist-types/commands/ListVehiclesCommand.d.ts +6 -21
  147. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +6 -21
  148. package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +6 -21
  149. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -21
  150. package/dist-types/commands/RegisterAccountCommand.d.ts +6 -21
  151. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  152. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  153. package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -21
  154. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +6 -21
  155. package/dist-types/commands/UpdateFleetCommand.d.ts +6 -21
  156. package/dist-types/commands/UpdateModelManifestCommand.d.ts +6 -21
  157. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +6 -21
  158. package/dist-types/commands/UpdateVehicleCommand.d.ts +6 -21
  159. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  160. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +12 -24
  195. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  213. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetSignalCatalogCommandInput extends GetSignalCatalogRequest {}
20
14
  export interface GetSignalCatalogCommandOutput
21
15
  extends GetSignalCatalogResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetSignalCatalogCommand extends $Command<
24
- GetSignalCatalogCommandInput,
25
- GetSignalCatalogCommandOutput,
26
- IoTFleetWiseClientResolvedConfig
27
- > {
28
- readonly input: GetSignalCatalogCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetSignalCatalogCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTFleetWiseClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetSignalCatalogCommand_base: {
18
+ new (
19
+ input: GetSignalCatalogCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetSignalCatalogCommandInput,
22
+ GetSignalCatalogCommandOutput,
23
+ IoTFleetWiseClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetSignalCatalogCommand extends GetSignalCatalogCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetVehicleCommandInput extends GetVehicleRequest {}
17
11
  export interface GetVehicleCommandOutput
18
12
  extends GetVehicleResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetVehicleCommand extends $Command<
21
- GetVehicleCommandInput,
22
- GetVehicleCommandOutput,
23
- IoTFleetWiseClientResolvedConfig
24
- > {
25
- readonly input: GetVehicleCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetVehicleCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IoTFleetWiseClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetVehicleCommandInput, GetVehicleCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetVehicleCommand_base: {
15
+ new (
16
+ input: GetVehicleCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetVehicleCommandInput,
19
+ GetVehicleCommandOutput,
20
+ IoTFleetWiseClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetVehicleCommand extends GetVehicleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetVehicleStatusCommandInput extends GetVehicleStatusRequest {}
20
14
  export interface GetVehicleStatusCommandOutput
21
15
  extends GetVehicleStatusResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetVehicleStatusCommand extends $Command<
24
- GetVehicleStatusCommandInput,
25
- GetVehicleStatusCommandOutput,
26
- IoTFleetWiseClientResolvedConfig
27
- > {
28
- readonly input: GetVehicleStatusCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetVehicleStatusCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTFleetWiseClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetVehicleStatusCommand_base: {
18
+ new (
19
+ input: GetVehicleStatusCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetVehicleStatusCommandInput,
22
+ GetVehicleStatusCommandOutput,
23
+ IoTFleetWiseClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetVehicleStatusCommand extends GetVehicleStatusCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ImportDecoderManifestCommandInput
21
15
  export interface ImportDecoderManifestCommandOutput
22
16
  extends ImportDecoderManifestResponse,
23
17
  __MetadataBearer {}
24
- export declare class ImportDecoderManifestCommand extends $Command<
25
- ImportDecoderManifestCommandInput,
26
- ImportDecoderManifestCommandOutput,
27
- IoTFleetWiseClientResolvedConfig
28
- > {
29
- readonly input: ImportDecoderManifestCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ImportDecoderManifestCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTFleetWiseClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ImportDecoderManifestCommand_base: {
19
+ new (
20
+ input: ImportDecoderManifestCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ImportDecoderManifestCommandInput,
38
- ImportDecoderManifestCommandOutput
23
+ ImportDecoderManifestCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ImportDecoderManifestCommand extends ImportDecoderManifestCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ImportSignalCatalogCommandInput
21
15
  export interface ImportSignalCatalogCommandOutput
22
16
  extends ImportSignalCatalogResponse,
23
17
  __MetadataBearer {}
24
- export declare class ImportSignalCatalogCommand extends $Command<
25
- ImportSignalCatalogCommandInput,
26
- ImportSignalCatalogCommandOutput,
27
- IoTFleetWiseClientResolvedConfig
28
- > {
29
- readonly input: ImportSignalCatalogCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ImportSignalCatalogCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTFleetWiseClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ImportSignalCatalogCommand_base: {
19
+ new (
20
+ input: ImportSignalCatalogCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ImportSignalCatalogCommandInput,
23
+ ImportSignalCatalogCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ImportSignalCatalogCommand extends ImportSignalCatalogCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListCampaignsCommandInput extends ListCampaignsRequest {}
20
14
  export interface ListCampaignsCommandOutput
21
15
  extends ListCampaignsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListCampaignsCommand extends $Command<
24
- ListCampaignsCommandInput,
25
- ListCampaignsCommandOutput,
26
- IoTFleetWiseClientResolvedConfig
27
- > {
28
- readonly input: ListCampaignsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListCampaignsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTFleetWiseClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListCampaignsCommandInput, ListCampaignsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListCampaignsCommand_base: {
18
+ new (
19
+ input: ListCampaignsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListCampaignsCommandInput,
22
+ ListCampaignsCommandOutput,
23
+ IoTFleetWiseClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListCampaignsCommand extends ListCampaignsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListDecoderManifestNetworkInterfacesCommandInput
21
15
  export interface ListDecoderManifestNetworkInterfacesCommandOutput
22
16
  extends ListDecoderManifestNetworkInterfacesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDecoderManifestNetworkInterfacesCommand extends $Command<
25
- ListDecoderManifestNetworkInterfacesCommandInput,
26
- ListDecoderManifestNetworkInterfacesCommandOutput,
27
- IoTFleetWiseClientResolvedConfig
28
- > {
29
- readonly input: ListDecoderManifestNetworkInterfacesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDecoderManifestNetworkInterfacesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTFleetWiseClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListDecoderManifestNetworkInterfacesCommand_base: {
19
+ new (
20
+ input: ListDecoderManifestNetworkInterfacesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListDecoderManifestNetworkInterfacesCommandInput,
38
- ListDecoderManifestNetworkInterfacesCommandOutput
23
+ ListDecoderManifestNetworkInterfacesCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDecoderManifestNetworkInterfacesCommand extends ListDecoderManifestNetworkInterfacesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListDecoderManifestSignalsCommandInput
21
15
  export interface ListDecoderManifestSignalsCommandOutput
22
16
  extends ListDecoderManifestSignalsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDecoderManifestSignalsCommand extends $Command<
25
- ListDecoderManifestSignalsCommandInput,
26
- ListDecoderManifestSignalsCommandOutput,
27
- IoTFleetWiseClientResolvedConfig
28
- > {
29
- readonly input: ListDecoderManifestSignalsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDecoderManifestSignalsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTFleetWiseClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListDecoderManifestSignalsCommand_base: {
19
+ new (
20
+ input: ListDecoderManifestSignalsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListDecoderManifestSignalsCommandInput,
38
- ListDecoderManifestSignalsCommandOutput
23
+ ListDecoderManifestSignalsCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDecoderManifestSignalsCommand extends ListDecoderManifestSignalsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListDecoderManifestsCommandInput
21
15
  export interface ListDecoderManifestsCommandOutput
22
16
  extends ListDecoderManifestsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDecoderManifestsCommand extends $Command<
25
- ListDecoderManifestsCommandInput,
26
- ListDecoderManifestsCommandOutput,
27
- IoTFleetWiseClientResolvedConfig
28
- > {
29
- readonly input: ListDecoderManifestsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDecoderManifestsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTFleetWiseClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListDecoderManifestsCommand_base: {
19
+ new (
20
+ input: ListDecoderManifestsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListDecoderManifestsCommandInput,
38
- ListDecoderManifestsCommandOutput
23
+ ListDecoderManifestsCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDecoderManifestsCommand extends ListDecoderManifestsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListFleetsCommandInput extends ListFleetsRequest {}
17
11
  export interface ListFleetsCommandOutput
18
12
  extends ListFleetsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListFleetsCommand extends $Command<
21
- ListFleetsCommandInput,
22
- ListFleetsCommandOutput,
23
- IoTFleetWiseClientResolvedConfig
24
- > {
25
- readonly input: ListFleetsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListFleetsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IoTFleetWiseClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListFleetsCommandInput, ListFleetsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListFleetsCommand_base: {
15
+ new (
16
+ input: ListFleetsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListFleetsCommandInput,
19
+ ListFleetsCommandOutput,
20
+ IoTFleetWiseClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListFleetsCommand extends ListFleetsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListFleetsForVehicleCommandInput
21
15
  export interface ListFleetsForVehicleCommandOutput
22
16
  extends ListFleetsForVehicleResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListFleetsForVehicleCommand extends $Command<
25
- ListFleetsForVehicleCommandInput,
26
- ListFleetsForVehicleCommandOutput,
27
- IoTFleetWiseClientResolvedConfig
28
- > {
29
- readonly input: ListFleetsForVehicleCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListFleetsForVehicleCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTFleetWiseClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListFleetsForVehicleCommand_base: {
19
+ new (
20
+ input: ListFleetsForVehicleCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListFleetsForVehicleCommandInput,
38
- ListFleetsForVehicleCommandOutput
23
+ ListFleetsForVehicleCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListFleetsForVehicleCommand extends ListFleetsForVehicleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListModelManifestNodesCommandInput
21
15
  export interface ListModelManifestNodesCommandOutput
22
16
  extends ListModelManifestNodesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListModelManifestNodesCommand extends $Command<
25
- ListModelManifestNodesCommandInput,
26
- ListModelManifestNodesCommandOutput,
27
- IoTFleetWiseClientResolvedConfig
28
- > {
29
- readonly input: ListModelManifestNodesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListModelManifestNodesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTFleetWiseClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListModelManifestNodesCommand_base: {
19
+ new (
20
+ input: ListModelManifestNodesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListModelManifestNodesCommandInput,
38
- ListModelManifestNodesCommandOutput
23
+ ListModelManifestNodesCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListModelManifestNodesCommand extends ListModelManifestNodesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListModelManifestsCommandInput
21
15
  export interface ListModelManifestsCommandOutput
22
16
  extends ListModelManifestsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListModelManifestsCommand extends $Command<
25
- ListModelManifestsCommandInput,
26
- ListModelManifestsCommandOutput,
27
- IoTFleetWiseClientResolvedConfig
28
- > {
29
- readonly input: ListModelManifestsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListModelManifestsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTFleetWiseClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListModelManifestsCommandInput, ListModelManifestsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListModelManifestsCommand_base: {
19
+ new (
20
+ input: ListModelManifestsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListModelManifestsCommandInput,
23
+ ListModelManifestsCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListModelManifestsCommand extends ListModelManifestsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTFleetWiseClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListSignalCatalogNodesCommandInput
21
15
  export interface ListSignalCatalogNodesCommandOutput
22
16
  extends ListSignalCatalogNodesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListSignalCatalogNodesCommand extends $Command<
25
- ListSignalCatalogNodesCommandInput,
26
- ListSignalCatalogNodesCommandOutput,
27
- IoTFleetWiseClientResolvedConfig
28
- > {
29
- readonly input: ListSignalCatalogNodesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListSignalCatalogNodesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTFleetWiseClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListSignalCatalogNodesCommand_base: {
19
+ new (
20
+ input: ListSignalCatalogNodesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListSignalCatalogNodesCommandInput,
38
- ListSignalCatalogNodesCommandOutput
23
+ ListSignalCatalogNodesCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListSignalCatalogNodesCommand extends ListSignalCatalogNodesCommand_base {}