@aws-sdk/client-iotfleetwise 3.337.0 → 3.341.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/IoTFleetWiseClient.js +2 -1
  2. package/dist-cjs/commands/AssociateVehicleFleetCommand.js +2 -1
  3. package/dist-cjs/commands/BatchCreateVehicleCommand.js +2 -1
  4. package/dist-cjs/commands/BatchUpdateVehicleCommand.js +2 -1
  5. package/dist-cjs/commands/CreateCampaignCommand.js +2 -1
  6. package/dist-cjs/commands/CreateDecoderManifestCommand.js +2 -1
  7. package/dist-cjs/commands/CreateFleetCommand.js +2 -1
  8. package/dist-cjs/commands/CreateModelManifestCommand.js +2 -1
  9. package/dist-cjs/commands/CreateSignalCatalogCommand.js +2 -1
  10. package/dist-cjs/commands/CreateVehicleCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteCampaignCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteDecoderManifestCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteFleetCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteModelManifestCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteSignalCatalogCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteVehicleCommand.js +2 -1
  17. package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +2 -1
  18. package/dist-cjs/commands/GetCampaignCommand.js +2 -1
  19. package/dist-cjs/commands/GetDecoderManifestCommand.js +2 -1
  20. package/dist-cjs/commands/GetFleetCommand.js +2 -1
  21. package/dist-cjs/commands/GetLoggingOptionsCommand.js +2 -1
  22. package/dist-cjs/commands/GetModelManifestCommand.js +2 -1
  23. package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +2 -1
  24. package/dist-cjs/commands/GetSignalCatalogCommand.js +2 -1
  25. package/dist-cjs/commands/GetVehicleCommand.js +2 -1
  26. package/dist-cjs/commands/GetVehicleStatusCommand.js +2 -1
  27. package/dist-cjs/commands/ImportDecoderManifestCommand.js +2 -1
  28. package/dist-cjs/commands/ImportSignalCatalogCommand.js +2 -1
  29. package/dist-cjs/commands/ListCampaignsCommand.js +2 -1
  30. package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +2 -1
  31. package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +2 -1
  32. package/dist-cjs/commands/ListDecoderManifestsCommand.js +2 -1
  33. package/dist-cjs/commands/ListFleetsCommand.js +2 -1
  34. package/dist-cjs/commands/ListFleetsForVehicleCommand.js +2 -1
  35. package/dist-cjs/commands/ListModelManifestNodesCommand.js +2 -1
  36. package/dist-cjs/commands/ListModelManifestsCommand.js +2 -1
  37. package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +2 -1
  38. package/dist-cjs/commands/ListSignalCatalogsCommand.js +2 -1
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  40. package/dist-cjs/commands/ListVehiclesCommand.js +2 -1
  41. package/dist-cjs/commands/ListVehiclesInFleetCommand.js +2 -1
  42. package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -1
  43. package/dist-cjs/commands/RegisterAccountCommand.js +2 -1
  44. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  45. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  46. package/dist-cjs/commands/UpdateCampaignCommand.js +2 -1
  47. package/dist-cjs/commands/UpdateDecoderManifestCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateFleetCommand.js +2 -1
  49. package/dist-cjs/commands/UpdateModelManifestCommand.js +2 -1
  50. package/dist-cjs/commands/UpdateSignalCatalogCommand.js +2 -1
  51. package/dist-cjs/commands/UpdateVehicleCommand.js +2 -1
  52. package/dist-cjs/index.js +2 -2
  53. package/dist-cjs/models/IoTFleetWiseServiceException.js +2 -1
  54. package/dist-es/IoTFleetWiseClient.js +1 -0
  55. package/dist-es/commands/AssociateVehicleFleetCommand.js +1 -0
  56. package/dist-es/commands/BatchCreateVehicleCommand.js +1 -0
  57. package/dist-es/commands/BatchUpdateVehicleCommand.js +1 -0
  58. package/dist-es/commands/CreateCampaignCommand.js +1 -0
  59. package/dist-es/commands/CreateDecoderManifestCommand.js +1 -0
  60. package/dist-es/commands/CreateFleetCommand.js +1 -0
  61. package/dist-es/commands/CreateModelManifestCommand.js +1 -0
  62. package/dist-es/commands/CreateSignalCatalogCommand.js +1 -0
  63. package/dist-es/commands/CreateVehicleCommand.js +1 -0
  64. package/dist-es/commands/DeleteCampaignCommand.js +1 -0
  65. package/dist-es/commands/DeleteDecoderManifestCommand.js +1 -0
  66. package/dist-es/commands/DeleteFleetCommand.js +1 -0
  67. package/dist-es/commands/DeleteModelManifestCommand.js +1 -0
  68. package/dist-es/commands/DeleteSignalCatalogCommand.js +1 -0
  69. package/dist-es/commands/DeleteVehicleCommand.js +1 -0
  70. package/dist-es/commands/DisassociateVehicleFleetCommand.js +1 -0
  71. package/dist-es/commands/GetCampaignCommand.js +1 -0
  72. package/dist-es/commands/GetDecoderManifestCommand.js +1 -0
  73. package/dist-es/commands/GetFleetCommand.js +1 -0
  74. package/dist-es/commands/GetLoggingOptionsCommand.js +1 -0
  75. package/dist-es/commands/GetModelManifestCommand.js +1 -0
  76. package/dist-es/commands/GetRegisterAccountStatusCommand.js +1 -0
  77. package/dist-es/commands/GetSignalCatalogCommand.js +1 -0
  78. package/dist-es/commands/GetVehicleCommand.js +1 -0
  79. package/dist-es/commands/GetVehicleStatusCommand.js +1 -0
  80. package/dist-es/commands/ImportDecoderManifestCommand.js +1 -0
  81. package/dist-es/commands/ImportSignalCatalogCommand.js +1 -0
  82. package/dist-es/commands/ListCampaignsCommand.js +1 -0
  83. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +1 -0
  84. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +1 -0
  85. package/dist-es/commands/ListDecoderManifestsCommand.js +1 -0
  86. package/dist-es/commands/ListFleetsCommand.js +1 -0
  87. package/dist-es/commands/ListFleetsForVehicleCommand.js +1 -0
  88. package/dist-es/commands/ListModelManifestNodesCommand.js +1 -0
  89. package/dist-es/commands/ListModelManifestsCommand.js +1 -0
  90. package/dist-es/commands/ListSignalCatalogNodesCommand.js +1 -0
  91. package/dist-es/commands/ListSignalCatalogsCommand.js +1 -0
  92. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  93. package/dist-es/commands/ListVehiclesCommand.js +1 -0
  94. package/dist-es/commands/ListVehiclesInFleetCommand.js +1 -0
  95. package/dist-es/commands/PutLoggingOptionsCommand.js +1 -0
  96. package/dist-es/commands/RegisterAccountCommand.js +1 -0
  97. package/dist-es/commands/TagResourceCommand.js +1 -0
  98. package/dist-es/commands/UntagResourceCommand.js +1 -0
  99. package/dist-es/commands/UpdateCampaignCommand.js +1 -0
  100. package/dist-es/commands/UpdateDecoderManifestCommand.js +1 -0
  101. package/dist-es/commands/UpdateFleetCommand.js +1 -0
  102. package/dist-es/commands/UpdateModelManifestCommand.js +1 -0
  103. package/dist-es/commands/UpdateSignalCatalogCommand.js +1 -0
  104. package/dist-es/commands/UpdateVehicleCommand.js +1 -0
  105. package/dist-es/index.js +2 -2
  106. package/dist-es/models/IoTFleetWiseServiceException.js +1 -0
  107. package/dist-types/IoTFleetWiseClient.d.ts +3 -3
  108. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +4 -0
  109. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +4 -0
  110. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +4 -0
  111. package/dist-types/commands/CreateCampaignCommand.d.ts +4 -0
  112. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +4 -0
  113. package/dist-types/commands/CreateFleetCommand.d.ts +4 -0
  114. package/dist-types/commands/CreateModelManifestCommand.d.ts +4 -0
  115. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +4 -0
  116. package/dist-types/commands/CreateVehicleCommand.d.ts +4 -0
  117. package/dist-types/commands/DeleteCampaignCommand.d.ts +4 -0
  118. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +4 -0
  119. package/dist-types/commands/DeleteFleetCommand.d.ts +4 -0
  120. package/dist-types/commands/DeleteModelManifestCommand.d.ts +4 -0
  121. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +4 -0
  122. package/dist-types/commands/DeleteVehicleCommand.d.ts +4 -0
  123. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +4 -0
  124. package/dist-types/commands/GetCampaignCommand.d.ts +4 -0
  125. package/dist-types/commands/GetDecoderManifestCommand.d.ts +4 -0
  126. package/dist-types/commands/GetFleetCommand.d.ts +4 -0
  127. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +4 -0
  128. package/dist-types/commands/GetModelManifestCommand.d.ts +4 -0
  129. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +4 -0
  130. package/dist-types/commands/GetSignalCatalogCommand.d.ts +4 -0
  131. package/dist-types/commands/GetVehicleCommand.d.ts +4 -0
  132. package/dist-types/commands/GetVehicleStatusCommand.d.ts +4 -0
  133. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +4 -0
  134. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +4 -0
  135. package/dist-types/commands/ListCampaignsCommand.d.ts +4 -0
  136. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +4 -0
  137. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +4 -0
  138. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +4 -0
  139. package/dist-types/commands/ListFleetsCommand.d.ts +4 -0
  140. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +4 -0
  141. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +4 -0
  142. package/dist-types/commands/ListModelManifestsCommand.d.ts +4 -0
  143. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +4 -0
  144. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +4 -0
  145. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  146. package/dist-types/commands/ListVehiclesCommand.d.ts +4 -0
  147. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +4 -0
  148. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +4 -0
  149. package/dist-types/commands/RegisterAccountCommand.d.ts +4 -0
  150. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  151. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  152. package/dist-types/commands/UpdateCampaignCommand.d.ts +4 -0
  153. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +4 -0
  154. package/dist-types/commands/UpdateFleetCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdateModelManifestCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdateVehicleCommand.d.ts +4 -0
  158. package/dist-types/index.d.ts +13 -2
  159. package/dist-types/models/IoTFleetWiseServiceException.d.ts +1 -0
  160. package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/index.d.ts +2 -2
  212. package/dist-types/ts3.4/models/IoTFleetWiseServiceException.d.ts +1 -0
  213. package/package.json +28 -28
@@ -59,6 +59,7 @@ import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } fro
59
59
  import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "./commands/UpdateSignalCatalogCommand";
60
60
  import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
61
61
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
62
+ export { __Client };
62
63
  /**
63
64
  * @public
64
65
  */
@@ -173,7 +174,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
173
174
  /**
174
175
  * @public
175
176
  */
176
- type IoTFleetWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
177
+ export type IoTFleetWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
177
178
  /**
178
179
  * @public
179
180
  *
@@ -184,7 +185,7 @@ export interface IoTFleetWiseClientConfig extends IoTFleetWiseClientConfigType {
184
185
  /**
185
186
  * @public
186
187
  */
187
- type IoTFleetWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
188
+ export type IoTFleetWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
188
189
  /**
189
190
  * @public
190
191
  *
@@ -215,4 +216,3 @@ export declare class IoTFleetWiseClient extends __Client<__HttpHandlerOptions, S
215
216
  */
216
217
  destroy(): void;
217
218
  }
218
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { AssociateVehicleFleetRequest, AssociateVehicleFleetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { BatchCreateVehicleRequest, BatchCreateVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { BatchUpdateVehicleRequest, BatchUpdateVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateDecoderManifestRequest, CreateDecoderManifestResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateModelManifestRequest, CreateModelManifestResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateSignalCatalogRequest, CreateSignalCatalogResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateVehicleRequest, CreateVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteDecoderManifestRequest, DeleteDecoderManifestResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteModelManifestRequest, DeleteModelManifestResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteSignalCatalogRequest, DeleteSignalCatalogResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteVehicleRequest, DeleteVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DisassociateVehicleFleetRequest, DisassociateVehicleFleetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetCampaignRequest, GetCampaignResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetDecoderManifestRequest, GetDecoderManifestResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetFleetRequest, GetFleetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetModelManifestRequest, GetModelManifestResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetRegisterAccountStatusRequest, GetRegisterAccountStatusResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetSignalCatalogRequest, GetSignalCatalogResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetVehicleRequest, GetVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetVehicleStatusRequest, GetVehicleStatusResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ImportDecoderManifestRequest, ImportDecoderManifestResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ImportSignalCatalogRequest, ImportSignalCatalogResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListDecoderManifestNetworkInterfacesRequest, ListDecoderManifestNetworkInterfacesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListDecoderManifestSignalsRequest, ListDecoderManifestSignalsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListDecoderManifestsRequest, ListDecoderManifestsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListFleetsRequest, ListFleetsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListFleetsForVehicleRequest, ListFleetsForVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListModelManifestNodesRequest, ListModelManifestNodesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListModelManifestsRequest, ListModelManifestsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListSignalCatalogNodesRequest, ListSignalCatalogNodesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListSignalCatalogsRequest, ListSignalCatalogsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListVehiclesRequest, ListVehiclesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListVehiclesInFleetRequest, ListVehiclesInFleetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { PutLoggingOptionsRequest, PutLoggingOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { UpdateDecoderManifestRequest, UpdateDecoderManifestResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { UpdateFleetRequest, UpdateFleetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { UpdateModelManifestRequest, UpdateModelManifestResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { UpdateSignalCatalogRequest, UpdateSignalCatalogResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *