@aws-sdk/client-iotfleetwise 3.529.1 → 3.535.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 (117) hide show
  1. package/dist-types/IoTFleetWise.d.ts +11 -1
  2. package/dist-types/IoTFleetWiseClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateCampaignCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateModelManifestCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateVehicleCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteModelManifestCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteVehicleCommand.d.ts +2 -1
  18. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +2 -1
  19. package/dist-types/commands/GetCampaignCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDecoderManifestCommand.d.ts +2 -1
  21. package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +2 -1
  22. package/dist-types/commands/GetFleetCommand.d.ts +2 -1
  23. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -1
  24. package/dist-types/commands/GetModelManifestCommand.d.ts +2 -1
  25. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +2 -1
  26. package/dist-types/commands/GetSignalCatalogCommand.d.ts +2 -1
  27. package/dist-types/commands/GetVehicleCommand.d.ts +2 -1
  28. package/dist-types/commands/GetVehicleStatusCommand.d.ts +2 -1
  29. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +3 -2
  30. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +2 -1
  31. package/dist-types/commands/ListCampaignsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +2 -1
  37. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListModelManifestsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/ListVehiclesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +2 -1
  44. package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +2 -1
  45. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
  46. package/dist-types/commands/RegisterAccountCommand.d.ts +2 -1
  47. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateModelManifestCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateVehicleCommand.d.ts +2 -1
  55. package/dist-types/models/models_0.d.ts +600 -600
  56. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  57. package/dist-types/runtimeConfig.d.ts +2 -2
  58. package/dist-types/runtimeConfig.native.d.ts +2 -2
  59. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  60. package/dist-types/ts3.4/IoTFleetWise.d.ts +10 -0
  61. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  117. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse,
22
22
  }
23
23
  declare const GetVehicleStatusCommand_base: {
24
24
  new (input: GetVehicleStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetVehicleStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves information about the status of a vehicle with any associated campaigns.
30
30
  * </p>
31
31
  * @example
@@ -78,6 +78,7 @@ declare const GetVehicleStatusCommand_base: {
78
78
  * @throws {@link IoTFleetWiseServiceException}
79
79
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetVehicleStatusCommand extends GetVehicleStatusCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifes
22
22
  }
23
23
  declare const ImportDecoderManifestCommand_base: {
24
24
  new (input: ImportDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a decoder manifest using your existing CAN DBC file from your local device.
30
30
  * </p>
31
31
  * @example
@@ -41,7 +41,7 @@ declare const ImportDecoderManifestCommand_base: {
41
41
  * canDbc: { // CanDbcDefinition
42
42
  * networkInterface: "STRING_VALUE", // required
43
43
  * canDbcFiles: [ // NetworkFilesList // required
44
- * "BLOB_VALUE",
44
+ * new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
45
45
  * ],
46
46
  * signalsMap: { // ModelSignalsMap
47
47
  * "<keys>": "STRING_VALUE",
@@ -93,6 +93,7 @@ declare const ImportDecoderManifestCommand_base: {
93
93
  * @throws {@link IoTFleetWiseServiceException}
94
94
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ImportDecoderManifestCommand extends ImportDecoderManifestCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ImportSignalCatalogCommandOutput extends ImportSignalCatalogRes
22
22
  }
23
23
  declare const ImportSignalCatalogCommand_base: {
24
24
  new (input: ImportSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a signal catalog using your existing VSS formatted content from your local
30
30
  * device. </p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const ImportSignalCatalogCommand_base: {
90
90
  * @throws {@link IoTFleetWiseServiceException}
91
91
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class ImportSignalCatalogCommand extends ImportSignalCatalogCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
22
22
  }
23
23
  declare const ListCampaignsCommand_base: {
24
24
  new (input: ListCampaignsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCampaignsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists information about created campaigns. </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -82,6 +82,7 @@ declare const ListCampaignsCommand_base: {
82
82
  * @throws {@link IoTFleetWiseServiceException}
83
83
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListCampaignsCommand extends ListCampaignsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListDecoderManifestNetworkInterfacesCommandOutput extends ListD
22
22
  }
23
23
  declare const ListDecoderManifestNetworkInterfacesCommand_base: {
24
24
  new (input: ListDecoderManifestNetworkInterfacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDecoderManifestNetworkInterfacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists the network interfaces specified in a decoder manifest. </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -97,6 +97,7 @@ declare const ListDecoderManifestNetworkInterfacesCommand_base: {
97
97
  * @throws {@link IoTFleetWiseServiceException}
98
98
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class ListDecoderManifestNetworkInterfacesCommand extends ListDecoderManifestNetworkInterfacesCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
22
22
  }
23
23
  declare const ListDecoderManifestSignalsCommand_base: {
24
24
  new (input: ListDecoderManifestSignalsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDecoderManifestSignalsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> A list of information about signal decoders specified in a decoder manifest. </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -147,6 +147,7 @@ declare const ListDecoderManifestSignalsCommand_base: {
147
147
  * @throws {@link IoTFleetWiseServiceException}
148
148
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
149
149
  *
150
+ * @public
150
151
  */
151
152
  export declare class ListDecoderManifestSignalsCommand extends ListDecoderManifestSignalsCommand_base {
152
153
  }
@@ -22,10 +22,10 @@ export interface ListDecoderManifestsCommandOutput extends ListDecoderManifestsR
22
22
  }
23
23
  declare const ListDecoderManifestsCommand_base: {
24
24
  new (input: ListDecoderManifestsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDecoderManifestsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists decoder manifests. </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -82,6 +82,7 @@ declare const ListDecoderManifestsCommand_base: {
82
82
  * @throws {@link IoTFleetWiseServiceException}
83
83
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListDecoderManifestsCommand extends ListDecoderManifestsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB
22
22
  }
23
23
  declare const ListFleetsCommand_base: {
24
24
  new (input: ListFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFleetsCommandInput, ListFleetsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListFleetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFleetsCommandInput, ListFleetsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves information for each created fleet in an Amazon Web Services account. </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -82,6 +82,7 @@ declare const ListFleetsCommand_base: {
82
82
  * @throws {@link IoTFleetWiseServiceException}
83
83
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListFleetsCommand extends ListFleetsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListFleetsForVehicleCommandOutput extends ListFleetsForVehicleR
22
22
  }
23
23
  declare const ListFleetsForVehicleCommand_base: {
24
24
  new (input: ListFleetsForVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFleetsForVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of IDs for all fleets that the vehicle is associated with.</p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -76,6 +76,7 @@ declare const ListFleetsForVehicleCommand_base: {
76
76
  * @throws {@link IoTFleetWiseServiceException}
77
77
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListFleetsForVehicleCommand extends ListFleetsForVehicleCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListModelManifestNodesCommandOutput extends ListModelManifestNo
22
22
  }
23
23
  declare const ListModelManifestNodesCommand_base: {
24
24
  new (input: ListModelManifestNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListModelManifestNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists information about nodes specified in a vehicle model (model manifest). </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -145,6 +145,7 @@ declare const ListModelManifestNodesCommand_base: {
145
145
  * @throws {@link IoTFleetWiseServiceException}
146
146
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
147
147
  *
148
+ * @public
148
149
  */
149
150
  export declare class ListModelManifestNodesCommand extends ListModelManifestNodesCommand_base {
150
151
  }
@@ -22,10 +22,10 @@ export interface ListModelManifestsCommandOutput extends ListModelManifestsRespo
22
22
  }
23
23
  declare const ListModelManifestsCommand_base: {
24
24
  new (input: ListModelManifestsCommandInput): import("@smithy/smithy-client").CommandImpl<ListModelManifestsCommandInput, ListModelManifestsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListModelManifestsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListModelManifestsCommandInput, ListModelManifestsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves a list of vehicle models (model manifests). </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -81,6 +81,7 @@ declare const ListModelManifestsCommand_base: {
81
81
  * @throws {@link IoTFleetWiseServiceException}
82
82
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListModelManifestsCommand extends ListModelManifestsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListSignalCatalogNodesCommandOutput extends ListSignalCatalogNo
22
22
  }
23
23
  declare const ListSignalCatalogNodesCommand_base: {
24
24
  new (input: ListSignalCatalogNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSignalCatalogNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists of information about the signals (nodes) specified in a signal catalog. </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -146,6 +146,7 @@ declare const ListSignalCatalogNodesCommand_base: {
146
146
  * @throws {@link IoTFleetWiseServiceException}
147
147
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class ListSignalCatalogNodesCommand extends ListSignalCatalogNodesCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface ListSignalCatalogsCommandOutput extends ListSignalCatalogsRespo
22
22
  }
23
23
  declare const ListSignalCatalogsCommand_base: {
24
24
  new (input: ListSignalCatalogsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSignalCatalogsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists all the created signal catalogs in an Amazon Web Services account. </p>
30
30
  * <p>You can use to list information about
31
31
  * each signal (node) specified in a signal catalog.</p>
@@ -79,6 +79,7 @@ declare const ListSignalCatalogsCommand_base: {
79
79
  * @throws {@link IoTFleetWiseServiceException}
80
80
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListSignalCatalogsCommand extends ListSignalCatalogsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags (metadata) you have assigned to the resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
73
73
  * @throws {@link IoTFleetWiseServiceException}
74
74
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListVehiclesCommandOutput extends ListVehiclesResponse, __Metad
22
22
  }
23
23
  declare const ListVehiclesCommand_base: {
24
24
  new (input: ListVehiclesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVehiclesCommandInput, ListVehiclesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListVehiclesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVehiclesCommandInput, ListVehiclesCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves a list of summaries of created vehicles. </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -83,6 +83,7 @@ declare const ListVehiclesCommand_base: {
83
83
  * @throws {@link IoTFleetWiseServiceException}
84
84
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListVehiclesCommand extends ListVehiclesCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListVehiclesInFleetCommandOutput extends ListVehiclesInFleetRes
22
22
  }
23
23
  declare const ListVehiclesInFleetCommand_base: {
24
24
  new (input: ListVehiclesInFleetCommandInput): import("@smithy/smithy-client").CommandImpl<ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListVehiclesInFleetCommandInput): import("@smithy/smithy-client").CommandImpl<ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves a list of summaries of all vehicles associated with a fleet. </p>
30
30
  * <note>
31
31
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -76,6 +76,7 @@ declare const ListVehiclesInFleetCommand_base: {
76
76
  * @throws {@link IoTFleetWiseServiceException}
77
77
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListVehiclesInFleetCommand extends ListVehiclesInFleetCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface PutEncryptionConfigurationCommandOutput extends PutEncryptionCo
22
22
  }
23
23
  declare const PutEncryptionConfigurationCommand_base: {
24
24
  new (input: PutEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates the encryption configuration. Amazon Web Services IoT FleetWise can encrypt your data and resources using an Amazon Web Services managed key. Or, you can use a KMS key that you own and manage. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/data-encryption.html">Data encryption</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const PutEncryptionConfigurationCommand_base: {
75
75
  * @throws {@link IoTFleetWiseServiceException}
76
76
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class PutEncryptionConfigurationCommand extends PutEncryptionConfigurationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons
22
22
  }
23
23
  declare const PutLoggingOptionsCommand_base: {
24
24
  new (input: PutLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutLoggingOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates the logging option.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const PutLoggingOptionsCommand_base: {
73
73
  * @throws {@link IoTFleetWiseServiceException}
74
74
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
22
22
  }
23
23
  declare const RegisterAccountCommand_base: {
24
24
  new (input: RegisterAccountCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAccountCommandInput, RegisterAccountCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [RegisterAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<RegisterAccountCommandInput, RegisterAccountCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <important>
30
30
  * <p>This API operation contains deprecated parameters. Register your account again without the Timestream resources parameter so that Amazon Web Services IoT FleetWise can remove the Timestream metadata stored. You should then pass the data destination into the <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/APIReference/API_CreateCampaign.html">CreateCampaign</a> API operation.</p>
31
31
  * <p>You must delete any existing campaigns that include an empty data destination before you register your account again. For more information, see the <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/APIReference/API_DeleteCampaign.html">DeleteCampaign</a> API operation.</p>
@@ -101,6 +101,7 @@ declare const RegisterAccountCommand_base: {
101
101
  * @throws {@link IoTFleetWiseServiceException}
102
102
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class RegisterAccountCommand extends RegisterAccountCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata which can be
30
30
  * used to manage a resource.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
73
73
  * @throws {@link IoTFleetWiseServiceException}
74
74
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class TagResourceCommand extends TagResourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the given tags (metadata) from the resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
69
69
  * @throws {@link IoTFleetWiseServiceException}
70
70
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
22
22
  }
23
23
  declare const UpdateCampaignCommand_base: {
24
24
  new (input: UpdateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a campaign. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const UpdateCampaignCommand_base: {
79
79
  * @throws {@link IoTFleetWiseServiceException}
80
80
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateCampaignCommand extends UpdateCampaignCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifes
22
22
  }
23
23
  declare const UpdateDecoderManifestCommand_base: {
24
24
  new (input: UpdateDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDecoderManifestCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a decoder manifest.</p>
30
30
  * <p>A decoder manifest can only be updated when the status is <code>DRAFT</code>. Only
31
31
  * <code>ACTIVE</code> decoder manifests can be associated with vehicles.</p>
@@ -243,6 +243,7 @@ declare const UpdateDecoderManifestCommand_base: {
243
243
  * @throws {@link IoTFleetWiseServiceException}
244
244
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
245
245
  *
246
+ * @public
246
247
  */
247
248
  export declare class UpdateDecoderManifestCommand extends UpdateDecoderManifestCommand_base {
248
249
  }
@@ -22,10 +22,10 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResponse, __Metadat
22
22
  }
23
23
  declare const UpdateFleetCommand_base: {
24
24
  new (input: UpdateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFleetCommandInput, UpdateFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFleetCommandInput, UpdateFleetCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates the description of an existing fleet. </p>
30
30
  * <note>
31
31
  * <p>If the fleet is successfully updated, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
@@ -78,6 +78,7 @@ declare const UpdateFleetCommand_base: {
78
78
  * @throws {@link IoTFleetWiseServiceException}
79
79
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class UpdateFleetCommand extends UpdateFleetCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UpdateModelManifestCommandOutput extends UpdateModelManifestRes
22
22
  }
23
23
  declare const UpdateModelManifestCommand_base: {
24
24
  new (input: UpdateModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateModelManifestCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a vehicle model (model manifest). If created vehicles are associated with a
30
30
  * vehicle model, it can't be updated.</p>
31
31
  * @example
@@ -85,6 +85,7 @@ declare const UpdateModelManifestCommand_base: {
85
85
  * @throws {@link IoTFleetWiseServiceException}
86
86
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class UpdateModelManifestCommand extends UpdateModelManifestCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogRes
22
22
  }
23
23
  declare const UpdateSignalCatalogCommand_base: {
24
24
  new (input: UpdateSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSignalCatalogCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a signal catalog. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -223,6 +223,7 @@ declare const UpdateSignalCatalogCommand_base: {
223
223
  * @throws {@link IoTFleetWiseServiceException}
224
224
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
225
225
  *
226
+ * @public
226
227
  */
227
228
  export declare class UpdateSignalCatalogCommand extends UpdateSignalCatalogCommand_base {
228
229
  }
@@ -22,10 +22,10 @@ export interface UpdateVehicleCommandOutput extends UpdateVehicleResponse, __Met
22
22
  }
23
23
  declare const UpdateVehicleCommand_base: {
24
24
  new (input: UpdateVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVehicleCommandInput, UpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateVehicleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVehicleCommandInput, UpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a vehicle. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const UpdateVehicleCommand_base: {
79
79
  * @throws {@link IoTFleetWiseServiceException}
80
80
  * <p>Base exception class for all service exceptions from IoTFleetWise service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateVehicleCommand extends UpdateVehicleCommand_base {
84
85
  }