@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 { CreateModelManifestRequest, CreateModelManifestResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateModelManifestCommandInput extends CreateModelManifestRequ
21
20
  */
22
21
  export interface CreateModelManifestCommandOutput extends CreateModelManifestResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateModelManifestCommand_base: {
24
+ new (input: CreateModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelManifestCommandInput, CreateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Creates a vehicle model (model manifest) that specifies signals (attributes,
@@ -91,23 +94,5 @@ export interface CreateModelManifestCommandOutput extends CreateModelManifestRes
91
94
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
92
95
  *
93
96
  */
94
- export declare class CreateModelManifestCommand extends $Command<CreateModelManifestCommandInput, CreateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
95
- readonly input: CreateModelManifestCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: CreateModelManifestCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelManifestCommandInput, CreateModelManifestCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class CreateModelManifestCommand extends CreateModelManifestCommand_base {
113
98
  }
@@ -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 { CreateSignalCatalogRequest, CreateSignalCatalogResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSignalCatalogCommandInput extends CreateSignalCatalogRequ
21
20
  */
22
21
  export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSignalCatalogCommand_base: {
24
+ new (input: CreateSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Creates a collection of standardized signals that can be reused to create vehicle
@@ -155,23 +158,5 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
155
158
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
156
159
  *
157
160
  */
158
- export declare class CreateSignalCatalogCommand extends $Command<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
159
- readonly input: CreateSignalCatalogCommandInput;
160
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
161
- /**
162
- * @public
163
- */
164
- constructor(input: CreateSignalCatalogCommandInput);
165
- /**
166
- * @internal
167
- */
168
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput>;
169
- /**
170
- * @internal
171
- */
172
- private serialize;
173
- /**
174
- * @internal
175
- */
176
- private deserialize;
161
+ export declare class CreateSignalCatalogCommand extends CreateSignalCatalogCommand_base {
177
162
  }
@@ -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 { CreateVehicleRequest, CreateVehicleResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateVehicleCommandInput extends CreateVehicleRequest {
21
20
  */
22
21
  export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateVehicleCommand_base: {
24
+ new (input: CreateVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVehicleCommandInput, CreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles
@@ -95,23 +98,5 @@ export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __Met
95
98
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
96
99
  *
97
100
  */
98
- export declare class CreateVehicleCommand extends $Command<CreateVehicleCommandInput, CreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
99
- readonly input: CreateVehicleCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: CreateVehicleCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVehicleCommandInput, CreateVehicleCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class CreateVehicleCommand extends CreateVehicleCommand_base {
117
102
  }
@@ -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 { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
21
20
  */
22
21
  export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteCampaignCommand_base: {
24
+ new (input: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Deletes a data collection campaign. Deleting a campaign suspends all data collection
@@ -68,23 +71,5 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M
68
71
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
72
- readonly input: DeleteCampaignCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteCampaignCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
90
75
  }
@@ -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 { DeleteDecoderManifestRequest, DeleteDecoderManifestResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDecoderManifestCommandInput extends DeleteDecoderManifest
21
20
  */
22
21
  export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifestResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDecoderManifestCommand_base: {
24
+ new (input: DeleteDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles
@@ -73,23 +76,5 @@ export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifes
73
76
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteDecoderManifestCommand extends $Command<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
77
- readonly input: DeleteDecoderManifestCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteDecoderManifestCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteDecoderManifestCommand extends DeleteDecoderManifestCommand_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 { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteFleetCommandInput extends DeleteFleetRequest {
21
20
  */
22
21
  export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteFleetCommand_base: {
24
+ new (input: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Deletes a fleet. Before you delete a fleet, all vehicles must be
@@ -70,23 +73,5 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat
70
73
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
71
74
  *
72
75
  */
73
- export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
74
- readonly input: DeleteFleetCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DeleteFleetCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFleetCommandInput, DeleteFleetCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
92
77
  }
@@ -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 { DeleteModelManifestRequest, DeleteModelManifestResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteModelManifestCommandInput extends DeleteModelManifestRequ
21
20
  */
22
21
  export interface DeleteModelManifestCommandOutput extends DeleteModelManifestResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteModelManifestCommand_base: {
24
+ new (input: DeleteModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Deletes a vehicle model (model manifest).</p>
@@ -72,23 +75,5 @@ export interface DeleteModelManifestCommandOutput extends DeleteModelManifestRes
72
75
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteModelManifestCommand extends $Command<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
76
- readonly input: DeleteModelManifestCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteModelManifestCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteModelManifestCommand extends DeleteModelManifestCommand_base {
94
79
  }
@@ -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 { DeleteSignalCatalogRequest, DeleteSignalCatalogResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSignalCatalogCommandInput extends DeleteSignalCatalogRequ
21
20
  */
22
21
  export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSignalCatalogCommand_base: {
24
+ new (input: DeleteSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Deletes a signal catalog. </p>
@@ -72,23 +75,5 @@ export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogRes
72
75
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteSignalCatalogCommand extends $Command<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
76
- readonly input: DeleteSignalCatalogCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteSignalCatalogCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteSignalCatalogCommand extends DeleteSignalCatalogCommand_base {
94
79
  }
@@ -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 { DeleteVehicleRequest, DeleteVehicleResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteVehicleCommandInput extends DeleteVehicleRequest {
21
20
  */
22
21
  export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteVehicleCommand_base: {
24
+ new (input: DeleteVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVehicleCommandInput, DeleteVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Deletes a vehicle and removes it from any campaigns.</p>
@@ -68,23 +71,5 @@ export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __Met
68
71
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteVehicleCommand extends $Command<DeleteVehicleCommandInput, DeleteVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
72
- readonly input: DeleteVehicleCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteVehicleCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVehicleCommandInput, DeleteVehicleCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteVehicleCommand extends DeleteVehicleCommand_base {
90
75
  }
@@ -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 { DisassociateVehicleFleetRequest, DisassociateVehicleFleetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateVehicleFleetCommandInput extends DisassociateVehicl
21
20
  */
22
21
  export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehicleFleetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateVehicleFleetCommand_base: {
24
+ new (input: DisassociateVehicleFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a
@@ -70,23 +73,5 @@ export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehic
70
73
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
71
74
  *
72
75
  */
73
- export declare class DisassociateVehicleFleetCommand extends $Command<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
74
- readonly input: DisassociateVehicleFleetCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DisassociateVehicleFleetCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DisassociateVehicleFleetCommand extends DisassociateVehicleFleetCommand_base {
92
77
  }
@@ -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 { GetCampaignRequest, GetCampaignResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCampaignCommandInput extends GetCampaignRequest {
21
20
  */
22
21
  export interface GetCampaignCommandOutput extends GetCampaignResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCampaignCommand_base: {
24
+ new (input: GetCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignCommandInput, GetCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Retrieves information about a campaign. </p>
@@ -115,23 +118,5 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat
115
118
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
116
119
  *
117
120
  */
118
- export declare class GetCampaignCommand extends $Command<GetCampaignCommandInput, GetCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
119
- readonly input: GetCampaignCommandInput;
120
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
- /**
122
- * @public
123
- */
124
- constructor(input: GetCampaignCommandInput);
125
- /**
126
- * @internal
127
- */
128
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCampaignCommandInput, GetCampaignCommandOutput>;
129
- /**
130
- * @internal
131
- */
132
- private serialize;
133
- /**
134
- * @internal
135
- */
136
- private deserialize;
121
+ export declare class GetCampaignCommand extends GetCampaignCommand_base {
137
122
  }
@@ -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 { GetDecoderManifestRequest, GetDecoderManifestResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDecoderManifestCommandInput extends GetDecoderManifestReques
21
20
  */
22
21
  export interface GetDecoderManifestCommandOutput extends GetDecoderManifestResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDecoderManifestCommand_base: {
24
+ new (input: GetDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Retrieves information about a created decoder manifest. </p>
@@ -73,23 +76,5 @@ export interface GetDecoderManifestCommandOutput extends GetDecoderManifestRespo
73
76
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
74
77
  *
75
78
  */
76
- export declare class GetDecoderManifestCommand extends $Command<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
77
- readonly input: GetDecoderManifestCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: GetDecoderManifestCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class GetDecoderManifestCommand extends GetDecoderManifestCommand_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 { GetEncryptionConfigurationRequest, GetEncryptionConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEncryptionConfigurationCommandInput extends GetEncryptionCon
21
20
  */
22
21
  export interface GetEncryptionConfigurationCommandOutput extends GetEncryptionConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEncryptionConfigurationCommand_base: {
24
+ new (input: GetEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.</p>
@@ -69,23 +72,5 @@ export interface GetEncryptionConfigurationCommandOutput extends GetEncryptionCo
69
72
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
70
73
  *
71
74
  */
72
- export declare class GetEncryptionConfigurationCommand extends $Command<GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig> {
73
- readonly input: GetEncryptionConfigurationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: GetEncryptionConfigurationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class GetEncryptionConfigurationCommand extends GetEncryptionConfigurationCommand_base {
91
76
  }
@@ -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 { GetFleetRequest, GetFleetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFleetCommandInput extends GetFleetRequest {
21
20
  */
22
21
  export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetFleetCommand_base: {
24
+ new (input: GetFleetCommandInput): import("@smithy/smithy-client").CommandImpl<GetFleetCommandInput, GetFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Retrieves information about a fleet. </p>
@@ -71,23 +74,5 @@ export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBeare
71
74
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
72
75
  *
73
76
  */
74
- export declare class GetFleetCommand extends $Command<GetFleetCommandInput, GetFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
75
- readonly input: GetFleetCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetFleetCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFleetCommandInput, GetFleetCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetFleetCommand extends GetFleetCommand_base {
93
78
  }