@aws-sdk/client-iotfleetwise 3.279.0 → 3.282.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 (52) hide show
  1. package/README.md +403 -0
  2. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateCampaignCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateFleetCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateModelManifestCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateVehicleCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteFleetCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteModelManifestCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteVehicleCommand.d.ts +6 -0
  17. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +6 -0
  18. package/dist-types/commands/GetCampaignCommand.d.ts +6 -0
  19. package/dist-types/commands/GetDecoderManifestCommand.d.ts +6 -0
  20. package/dist-types/commands/GetFleetCommand.d.ts +6 -0
  21. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +6 -0
  22. package/dist-types/commands/GetModelManifestCommand.d.ts +6 -0
  23. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +6 -0
  24. package/dist-types/commands/GetSignalCatalogCommand.d.ts +6 -0
  25. package/dist-types/commands/GetVehicleCommand.d.ts +6 -0
  26. package/dist-types/commands/GetVehicleStatusCommand.d.ts +6 -0
  27. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +6 -0
  28. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +6 -0
  29. package/dist-types/commands/ListCampaignsCommand.d.ts +6 -0
  30. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +6 -0
  31. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +6 -0
  32. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +6 -0
  33. package/dist-types/commands/ListFleetsCommand.d.ts +6 -0
  34. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +6 -0
  35. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +6 -0
  36. package/dist-types/commands/ListModelManifestsCommand.d.ts +6 -0
  37. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +6 -0
  38. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +6 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  40. package/dist-types/commands/ListVehiclesCommand.d.ts +6 -0
  41. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +6 -0
  42. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -0
  43. package/dist-types/commands/RegisterAccountCommand.d.ts +6 -0
  44. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  45. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  46. package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -0
  47. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +6 -0
  48. package/dist-types/commands/UpdateFleetCommand.d.ts +6 -0
  49. package/dist-types/commands/UpdateModelManifestCommand.d.ts +6 -0
  50. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +6 -0
  51. package/dist-types/commands/UpdateVehicleCommand.d.ts +6 -0
  52. package/package.json +17 -17
@@ -3,8 +3,14 @@ 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
+ * The input for {@link DeleteVehicleCommand}.
8
+ */
6
9
  export interface DeleteVehicleCommandInput extends DeleteVehicleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVehicleCommand}.
13
+ */
8
14
  export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link DisassociateVehicleFleetCommand}.
8
+ */
6
9
  export interface DisassociateVehicleFleetCommandInput extends DisassociateVehicleFleetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateVehicleFleetCommand}.
13
+ */
8
14
  export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehicleFleetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetCampaignCommand}.
8
+ */
6
9
  export interface GetCampaignCommandInput extends GetCampaignRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCampaignCommand}.
13
+ */
8
14
  export interface GetCampaignCommandOutput extends GetCampaignResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetDecoderManifestCommand}.
8
+ */
6
9
  export interface GetDecoderManifestCommandInput extends GetDecoderManifestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDecoderManifestCommand}.
13
+ */
8
14
  export interface GetDecoderManifestCommandOutput extends GetDecoderManifestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetFleetCommand}.
8
+ */
6
9
  export interface GetFleetCommandInput extends GetFleetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFleetCommand}.
13
+ */
8
14
  export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetLoggingOptionsCommand}.
8
+ */
6
9
  export interface GetLoggingOptionsCommandInput extends GetLoggingOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetLoggingOptionsCommand}.
13
+ */
8
14
  export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetModelManifestCommand}.
8
+ */
6
9
  export interface GetModelManifestCommandInput extends GetModelManifestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetModelManifestCommand}.
13
+ */
8
14
  export interface GetModelManifestCommandOutput extends GetModelManifestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetRegisterAccountStatusCommand}.
8
+ */
6
9
  export interface GetRegisterAccountStatusCommandInput extends GetRegisterAccountStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRegisterAccountStatusCommand}.
13
+ */
8
14
  export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccountStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetSignalCatalogCommand}.
8
+ */
6
9
  export interface GetSignalCatalogCommandInput extends GetSignalCatalogRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSignalCatalogCommand}.
13
+ */
8
14
  export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetVehicleCommand}.
8
+ */
6
9
  export interface GetVehicleCommandInput extends GetVehicleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVehicleCommand}.
13
+ */
8
14
  export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetVehicleStatusCommand}.
8
+ */
6
9
  export interface GetVehicleStatusCommandInput extends GetVehicleStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVehicleStatusCommand}.
13
+ */
8
14
  export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ImportDecoderManifestCommand}.
8
+ */
6
9
  export interface ImportDecoderManifestCommandInput extends ImportDecoderManifestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportDecoderManifestCommand}.
13
+ */
8
14
  export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ImportSignalCatalogCommand}.
8
+ */
6
9
  export interface ImportSignalCatalogCommandInput extends ImportSignalCatalogRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportSignalCatalogCommand}.
13
+ */
8
14
  export interface ImportSignalCatalogCommandOutput extends ImportSignalCatalogResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListCampaignsCommand}.
8
+ */
6
9
  export interface ListCampaignsCommandInput extends ListCampaignsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCampaignsCommand}.
13
+ */
8
14
  export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListDecoderManifestNetworkInterfacesCommand}.
8
+ */
6
9
  export interface ListDecoderManifestNetworkInterfacesCommandInput extends ListDecoderManifestNetworkInterfacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDecoderManifestNetworkInterfacesCommand}.
13
+ */
8
14
  export interface ListDecoderManifestNetworkInterfacesCommandOutput extends ListDecoderManifestNetworkInterfacesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListDecoderManifestSignalsCommand}.
8
+ */
6
9
  export interface ListDecoderManifestSignalsCommandInput extends ListDecoderManifestSignalsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDecoderManifestSignalsCommand}.
13
+ */
8
14
  export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderManifestSignalsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListDecoderManifestsCommand}.
8
+ */
6
9
  export interface ListDecoderManifestsCommandInput extends ListDecoderManifestsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDecoderManifestsCommand}.
13
+ */
8
14
  export interface ListDecoderManifestsCommandOutput extends ListDecoderManifestsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListFleetsCommand}.
8
+ */
6
9
  export interface ListFleetsCommandInput extends ListFleetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFleetsCommand}.
13
+ */
8
14
  export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListFleetsForVehicleCommand}.
8
+ */
6
9
  export interface ListFleetsForVehicleCommandInput extends ListFleetsForVehicleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFleetsForVehicleCommand}.
13
+ */
8
14
  export interface ListFleetsForVehicleCommandOutput extends ListFleetsForVehicleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListModelManifestNodesCommand}.
8
+ */
6
9
  export interface ListModelManifestNodesCommandInput extends ListModelManifestNodesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListModelManifestNodesCommand}.
13
+ */
8
14
  export interface ListModelManifestNodesCommandOutput extends ListModelManifestNodesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListModelManifestsCommand}.
8
+ */
6
9
  export interface ListModelManifestsCommandInput extends ListModelManifestsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListModelManifestsCommand}.
13
+ */
8
14
  export interface ListModelManifestsCommandOutput extends ListModelManifestsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListSignalCatalogNodesCommand}.
8
+ */
6
9
  export interface ListSignalCatalogNodesCommandInput extends ListSignalCatalogNodesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSignalCatalogNodesCommand}.
13
+ */
8
14
  export interface ListSignalCatalogNodesCommandOutput extends ListSignalCatalogNodesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListSignalCatalogsCommand}.
8
+ */
6
9
  export interface ListSignalCatalogsCommandInput extends ListSignalCatalogsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSignalCatalogsCommand}.
13
+ */
8
14
  export interface ListSignalCatalogsCommandOutput extends ListSignalCatalogsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListVehiclesCommand}.
8
+ */
6
9
  export interface ListVehiclesCommandInput extends ListVehiclesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVehiclesCommand}.
13
+ */
8
14
  export interface ListVehiclesCommandOutput extends ListVehiclesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListVehiclesInFleetCommand}.
8
+ */
6
9
  export interface ListVehiclesInFleetCommandInput extends ListVehiclesInFleetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVehiclesInFleetCommand}.
13
+ */
8
14
  export interface ListVehiclesInFleetCommandOutput extends ListVehiclesInFleetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link PutLoggingOptionsCommand}.
8
+ */
6
9
  export interface PutLoggingOptionsCommandInput extends PutLoggingOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutLoggingOptionsCommand}.
13
+ */
8
14
  export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link RegisterAccountCommand}.
8
+ */
6
9
  export interface RegisterAccountCommandInput extends RegisterAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RegisterAccountCommand}.
13
+ */
8
14
  export interface RegisterAccountCommandOutput extends RegisterAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link UpdateCampaignCommand}.
8
+ */
6
9
  export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateCampaignCommand}.
13
+ */
8
14
  export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link UpdateDecoderManifestCommand}.
8
+ */
6
9
  export interface UpdateDecoderManifestCommandInput extends UpdateDecoderManifestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDecoderManifestCommand}.
13
+ */
8
14
  export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link UpdateFleetCommand}.
8
+ */
6
9
  export interface UpdateFleetCommandInput extends UpdateFleetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateFleetCommand}.
13
+ */
8
14
  export interface UpdateFleetCommandOutput extends UpdateFleetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link UpdateModelManifestCommand}.
8
+ */
6
9
  export interface UpdateModelManifestCommandInput extends UpdateModelManifestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateModelManifestCommand}.
13
+ */
8
14
  export interface UpdateModelManifestCommandOutput extends UpdateModelManifestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link UpdateSignalCatalogCommand}.
8
+ */
6
9
  export interface UpdateSignalCatalogCommandInput extends UpdateSignalCatalogRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSignalCatalogCommand}.
13
+ */
8
14
  export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { UpdateVehicleRequest, UpdateVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateVehicleCommand}.
8
+ */
6
9
  export interface UpdateVehicleCommandInput extends UpdateVehicleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateVehicleCommand}.
13
+ */
8
14
  export interface UpdateVehicleCommandOutput extends UpdateVehicleResponse, __MetadataBearer {
9
15
  }
10
16
  /**