@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { ListModelManifestNodesRequest, ListModelManifestNodesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListModelManifestNodesCommandInput extends ListModelManifestNod
21
20
  */
22
21
  export interface ListModelManifestNodesCommandOutput extends ListModelManifestNodesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListModelManifestNodesCommand_base: {
24
+ new (input: ListModelManifestNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Lists information about nodes specified in a vehicle model (model manifest). </p>
@@ -143,23 +146,5 @@ export interface ListModelManifestNodesCommandOutput extends ListModelManifestNo
143
146
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
144
147
  *
145
148
  */
146
- export declare class ListModelManifestNodesCommand extends $Command<ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput, IoTFleetWiseClientResolvedConfig> {
147
- readonly input: ListModelManifestNodesCommandInput;
148
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
149
- /**
150
- * @public
151
- */
152
- constructor(input: ListModelManifestNodesCommandInput);
153
- /**
154
- * @internal
155
- */
156
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput>;
157
- /**
158
- * @internal
159
- */
160
- private serialize;
161
- /**
162
- * @internal
163
- */
164
- private deserialize;
149
+ export declare class ListModelManifestNodesCommand extends ListModelManifestNodesCommand_base {
165
150
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { ListModelManifestsRequest, ListModelManifestsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListModelManifestsCommandInput extends ListModelManifestsReques
21
20
  */
22
21
  export interface ListModelManifestsCommandOutput extends ListModelManifestsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListModelManifestsCommand_base: {
24
+ new (input: ListModelManifestsCommandInput): import("@smithy/smithy-client").CommandImpl<ListModelManifestsCommandInput, ListModelManifestsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Retrieves a list of vehicle models (model manifests). </p>
@@ -79,23 +82,5 @@ export interface ListModelManifestsCommandOutput extends ListModelManifestsRespo
79
82
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
80
83
  *
81
84
  */
82
- export declare class ListModelManifestsCommand extends $Command<ListModelManifestsCommandInput, ListModelManifestsCommandOutput, IoTFleetWiseClientResolvedConfig> {
83
- readonly input: ListModelManifestsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListModelManifestsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListModelManifestsCommandInput, ListModelManifestsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListModelManifestsCommand extends ListModelManifestsCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { ListSignalCatalogNodesRequest, ListSignalCatalogNodesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSignalCatalogNodesCommandInput extends ListSignalCatalogNod
21
20
  */
22
21
  export interface ListSignalCatalogNodesCommandOutput extends ListSignalCatalogNodesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSignalCatalogNodesCommand_base: {
24
+ new (input: ListSignalCatalogNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Lists of information about the signals (nodes) specified in a signal catalog. </p>
@@ -143,23 +146,5 @@ export interface ListSignalCatalogNodesCommandOutput extends ListSignalCatalogNo
143
146
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
144
147
  *
145
148
  */
146
- export declare class ListSignalCatalogNodesCommand extends $Command<ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput, IoTFleetWiseClientResolvedConfig> {
147
- readonly input: ListSignalCatalogNodesCommandInput;
148
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
149
- /**
150
- * @public
151
- */
152
- constructor(input: ListSignalCatalogNodesCommandInput);
153
- /**
154
- * @internal
155
- */
156
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput>;
157
- /**
158
- * @internal
159
- */
160
- private serialize;
161
- /**
162
- * @internal
163
- */
164
- private deserialize;
149
+ export declare class ListSignalCatalogNodesCommand extends ListSignalCatalogNodesCommand_base {
165
150
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { ListSignalCatalogsRequest, ListSignalCatalogsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSignalCatalogsCommandInput extends ListSignalCatalogsReques
21
20
  */
22
21
  export interface ListSignalCatalogsCommandOutput extends ListSignalCatalogsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSignalCatalogsCommand_base: {
24
+ new (input: ListSignalCatalogsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Lists all the created signal catalogs in an Amazon Web Services account. </p>
@@ -77,23 +80,5 @@ export interface ListSignalCatalogsCommandOutput extends ListSignalCatalogsRespo
77
80
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
78
81
  *
79
82
  */
80
- export declare class ListSignalCatalogsCommand extends $Command<ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput, IoTFleetWiseClientResolvedConfig> {
81
- readonly input: ListSignalCatalogsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListSignalCatalogsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListSignalCatalogsCommand extends ListSignalCatalogsCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags (metadata) you have assigned to the resource.</p>
@@ -71,23 +74,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
71
74
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
72
75
  *
73
76
  */
74
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTFleetWiseClientResolvedConfig> {
75
- readonly input: ListTagsForResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListTagsForResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { ListVehiclesRequest, ListVehiclesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVehiclesCommandInput extends ListVehiclesRequest {
21
20
  */
22
21
  export interface ListVehiclesCommandOutput extends ListVehiclesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListVehiclesCommand_base: {
24
+ new (input: ListVehiclesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVehiclesCommandInput, ListVehiclesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Retrieves a list of summaries of created vehicles. </p>
@@ -78,23 +81,5 @@ export interface ListVehiclesCommandOutput extends ListVehiclesResponse, __Metad
78
81
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
79
82
  *
80
83
  */
81
- export declare class ListVehiclesCommand extends $Command<ListVehiclesCommandInput, ListVehiclesCommandOutput, IoTFleetWiseClientResolvedConfig> {
82
- readonly input: ListVehiclesCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListVehiclesCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVehiclesCommandInput, ListVehiclesCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListVehiclesCommand extends ListVehiclesCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { ListVehiclesInFleetRequest, ListVehiclesInFleetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVehiclesInFleetCommandInput extends ListVehiclesInFleetRequ
21
20
  */
22
21
  export interface ListVehiclesInFleetCommandOutput extends ListVehiclesInFleetResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListVehiclesInFleetCommand_base: {
24
+ new (input: ListVehiclesInFleetCommandInput): import("@smithy/smithy-client").CommandImpl<ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Retrieves a list of summaries of all vehicles associated with a fleet. </p>
@@ -74,23 +77,5 @@ export interface ListVehiclesInFleetCommandOutput extends ListVehiclesInFleetRes
74
77
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
75
78
  *
76
79
  */
77
- export declare class ListVehiclesInFleetCommand extends $Command<ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
78
- readonly input: ListVehiclesInFleetCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListVehiclesInFleetCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListVehiclesInFleetCommand extends ListVehiclesInFleetCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { PutEncryptionConfigurationRequest, PutEncryptionConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutEncryptionConfigurationCommandInput extends PutEncryptionCon
21
20
  */
22
21
  export interface PutEncryptionConfigurationCommandOutput extends PutEncryptionConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutEncryptionConfigurationCommand_base: {
24
+ new (input: PutEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates or updates the encryption configuration. Amazon Web Services IoT FleetWise can encrypt your data and resources using an Amazon Web Services managed key. Or, you can use a KMS key that you own and manage. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/data-encryption.html">Data encryption</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
@@ -73,23 +76,5 @@ export interface PutEncryptionConfigurationCommandOutput extends PutEncryptionCo
73
76
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
74
77
  *
75
78
  */
76
- export declare class PutEncryptionConfigurationCommand extends $Command<PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig> {
77
- readonly input: PutEncryptionConfigurationCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: PutEncryptionConfigurationCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class PutEncryptionConfigurationCommand extends PutEncryptionConfigurationCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { PutLoggingOptionsRequest, PutLoggingOptionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutLoggingOptionsCommandInput extends PutLoggingOptionsRequest
21
20
  */
22
21
  export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutLoggingOptionsCommand_base: {
24
+ new (input: PutLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates or updates the logging option.</p>
@@ -71,23 +74,5 @@ export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons
71
74
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
72
75
  *
73
76
  */
74
- export declare class PutLoggingOptionsCommand extends $Command<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig> {
75
- readonly input: PutLoggingOptionsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: PutLoggingOptionsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterAccountCommandInput extends RegisterAccountRequest {
21
20
  */
22
21
  export interface RegisterAccountCommandOutput extends RegisterAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const RegisterAccountCommand_base: {
24
+ new (input: RegisterAccountCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAccountCommandInput, RegisterAccountCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <important>
@@ -99,23 +102,5 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
99
102
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
100
103
  *
101
104
  */
102
- export declare class RegisterAccountCommand extends $Command<RegisterAccountCommandInput, RegisterAccountCommandOutput, IoTFleetWiseClientResolvedConfig> {
103
- readonly input: RegisterAccountCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: RegisterAccountCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterAccountCommandInput, RegisterAccountCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class RegisterAccountCommand extends RegisterAccountCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata which can be
@@ -71,23 +74,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
71
74
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
72
75
  *
73
76
  */
74
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTFleetWiseClientResolvedConfig> {
75
- readonly input: TagResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: TagResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class TagResourceCommand extends TagResourceCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the given tags (metadata) from the resource.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTFleetWiseClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {
21
20
  */
22
21
  export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateCampaignCommand_base: {
24
+ new (input: UpdateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Updates a campaign. </p>
@@ -77,23 +80,5 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
77
80
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
78
81
  *
79
82
  */
80
- export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
81
- readonly input: UpdateCampaignCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UpdateCampaignCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignCommandInput, UpdateCampaignCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UpdateCampaignCommand extends UpdateCampaignCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
4
  import { UpdateDecoderManifestRequest, UpdateDecoderManifestResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDecoderManifestCommandInput extends UpdateDecoderManifest
21
20
  */
22
21
  export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifestResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDecoderManifestCommand_base: {
24
+ new (input: UpdateDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Updates a decoder manifest.</p>
@@ -241,23 +244,5 @@ export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifes
241
244
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
242
245
  *
243
246
  */
244
- export declare class UpdateDecoderManifestCommand extends $Command<UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
245
- readonly input: UpdateDecoderManifestCommandInput;
246
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
247
- /**
248
- * @public
249
- */
250
- constructor(input: UpdateDecoderManifestCommandInput);
251
- /**
252
- * @internal
253
- */
254
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput>;
255
- /**
256
- * @internal
257
- */
258
- private serialize;
259
- /**
260
- * @internal
261
- */
262
- private deserialize;
247
+ export declare class UpdateDecoderManifestCommand extends UpdateDecoderManifestCommand_base {
263
248
  }