@aws-sdk/client-iotfleetwise 3.296.0 → 3.297.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 (69) hide show
  1. package/dist-types/IoTFleetWise.d.ts +51 -0
  2. package/dist-types/IoTFleetWiseClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateCampaignCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateFleetCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateModelManifestCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateVehicleCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteFleetCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteModelManifestCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteVehicleCommand.d.ts +16 -0
  18. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +16 -0
  19. package/dist-types/commands/GetCampaignCommand.d.ts +16 -0
  20. package/dist-types/commands/GetDecoderManifestCommand.d.ts +16 -0
  21. package/dist-types/commands/GetFleetCommand.d.ts +16 -0
  22. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +16 -0
  23. package/dist-types/commands/GetModelManifestCommand.d.ts +16 -0
  24. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +16 -0
  25. package/dist-types/commands/GetSignalCatalogCommand.d.ts +16 -0
  26. package/dist-types/commands/GetVehicleCommand.d.ts +16 -0
  27. package/dist-types/commands/GetVehicleStatusCommand.d.ts +16 -0
  28. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +16 -0
  29. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +16 -0
  30. package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +16 -0
  32. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListFleetsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +16 -0
  36. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListModelManifestsCommand.d.ts +16 -0
  38. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +16 -0
  39. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  41. package/dist-types/commands/ListVehiclesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +16 -0
  43. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +16 -0
  44. package/dist-types/commands/RegisterAccountCommand.d.ts +16 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  46. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  47. package/dist-types/commands/UpdateCampaignCommand.d.ts +16 -0
  48. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +16 -0
  49. package/dist-types/commands/UpdateFleetCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdateModelManifestCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateVehicleCommand.d.ts +16 -0
  53. package/dist-types/models/IoTFleetWiseServiceException.d.ts +2 -0
  54. package/dist-types/models/models_0.d.ts +418 -0
  55. package/dist-types/pagination/GetVehicleStatusPaginator.d.ts +3 -0
  56. package/dist-types/pagination/Interfaces.d.ts +3 -0
  57. package/dist-types/pagination/ListCampaignsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListDecoderManifestNetworkInterfacesPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListDecoderManifestSignalsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListDecoderManifestsPaginator.d.ts +3 -0
  61. package/dist-types/pagination/ListFleetsForVehiclePaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListFleetsPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListModelManifestNodesPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListModelManifestsPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListSignalCatalogNodesPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListSignalCatalogsPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListVehiclesInFleetPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListVehiclesPaginator.d.ts +3 -0
  69. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetCampaignRequest, GetCampaignResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCampaignCommand}.
8
10
  */
9
11
  export interface GetCampaignCommandInput extends GetCampaignRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCampaignCommand}.
13
17
  */
14
18
  export interface GetCampaignCommandOutput extends GetCampaignResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Retrieves information about a campaign. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetCampaignCommandInput - {@link GetCampaignCommandInput}
34
+ * @returns {@link GetCampaignCommandOutput}
28
35
  * @see {@link GetCampaignCommandInput} for command's `input` shape.
29
36
  * @see {@link GetCampaignCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat
49
56
  export declare class GetCampaignCommand extends $Command<GetCampaignCommandInput, GetCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
50
57
  readonly input: GetCampaignCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetCampaignCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCampaignCommandInput, GetCampaignCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetDecoderManifestRequest, GetDecoderManifestResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDecoderManifestCommand}.
8
10
  */
9
11
  export interface GetDecoderManifestCommandInput extends GetDecoderManifestRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDecoderManifestCommand}.
13
17
  */
14
18
  export interface GetDecoderManifestCommandOutput extends GetDecoderManifestResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Retrieves information about a created decoder manifest. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDecoderManifestCommandOutput extends GetDecoderManifestRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDecoderManifestCommandInput - {@link GetDecoderManifestCommandInput}
34
+ * @returns {@link GetDecoderManifestCommandOutput}
28
35
  * @see {@link GetDecoderManifestCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDecoderManifestCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetDecoderManifestCommandOutput extends GetDecoderManifestRespo
49
56
  export declare class GetDecoderManifestCommand extends $Command<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
50
57
  readonly input: GetDecoderManifestCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetDecoderManifestCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetFleetRequest, GetFleetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFleetCommand}.
8
10
  */
9
11
  export interface GetFleetCommandInput extends GetFleetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFleetCommand}.
13
17
  */
14
18
  export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Retrieves information about a fleet. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetFleetCommandInput - {@link GetFleetCommandInput}
34
+ * @returns {@link GetFleetCommandOutput}
28
35
  * @see {@link GetFleetCommandInput} for command's `input` shape.
29
36
  * @see {@link GetFleetCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBeare
49
56
  export declare class GetFleetCommand extends $Command<GetFleetCommandInput, GetFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
50
57
  readonly input: GetFleetCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetFleetCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFleetCommandInput, GetFleetCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetLoggingOptionsCommand}.
8
10
  */
9
11
  export interface GetLoggingOptionsCommandInput extends GetLoggingOptionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetLoggingOptionsCommand}.
13
17
  */
14
18
  export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the logging options.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetLoggingOptionsCommandInput - {@link GetLoggingOptionsCommandInput}
34
+ * @returns {@link GetLoggingOptionsCommandOutput}
28
35
  * @see {@link GetLoggingOptionsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetLoggingOptionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -43,11 +50,20 @@ export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsRespons
43
50
  export declare class GetLoggingOptionsCommand extends $Command<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig> {
44
51
  readonly input: GetLoggingOptionsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetLoggingOptionsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetModelManifestRequest, GetModelManifestResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetModelManifestCommand}.
8
10
  */
9
11
  export interface GetModelManifestCommandInput extends GetModelManifestRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetModelManifestCommand}.
13
17
  */
14
18
  export interface GetModelManifestCommandOutput extends GetModelManifestResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Retrieves information about a vehicle model (model manifest). </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetModelManifestCommandOutput extends GetModelManifestResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetModelManifestCommandInput - {@link GetModelManifestCommandInput}
34
+ * @returns {@link GetModelManifestCommandOutput}
28
35
  * @see {@link GetModelManifestCommandInput} for command's `input` shape.
29
36
  * @see {@link GetModelManifestCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetModelManifestCommandOutput extends GetModelManifestResponse,
49
56
  export declare class GetModelManifestCommand extends $Command<GetModelManifestCommandInput, GetModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
50
57
  readonly input: GetModelManifestCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetModelManifestCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelManifestCommandInput, GetModelManifestCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetRegisterAccountStatusRequest, GetRegisterAccountStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetRegisterAccountStatusCommand}.
8
10
  */
9
11
  export interface GetRegisterAccountStatusCommandInput extends GetRegisterAccountStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetRegisterAccountStatusCommand}.
13
17
  */
14
18
  export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccountStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Retrieves information about the status of registering your Amazon Web Services account, IAM, and
18
23
  * Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services
19
24
  * Cloud. </p>
@@ -31,6 +36,8 @@ export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccoun
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param GetRegisterAccountStatusCommandInput - {@link GetRegisterAccountStatusCommandInput}
40
+ * @returns {@link GetRegisterAccountStatusCommandOutput}
34
41
  * @see {@link GetRegisterAccountStatusCommandInput} for command's `input` shape.
35
42
  * @see {@link GetRegisterAccountStatusCommandOutput} for command's `response` shape.
36
43
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -55,11 +62,20 @@ export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccoun
55
62
  export declare class GetRegisterAccountStatusCommand extends $Command<GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput, IoTFleetWiseClientResolvedConfig> {
56
63
  readonly input: GetRegisterAccountStatusCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: GetRegisterAccountStatusCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetSignalCatalogRequest, GetSignalCatalogResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSignalCatalogCommand}.
8
10
  */
9
11
  export interface GetSignalCatalogCommandInput extends GetSignalCatalogRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSignalCatalogCommand}.
13
17
  */
14
18
  export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Retrieves information about a signal catalog. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetSignalCatalogCommandInput - {@link GetSignalCatalogCommandInput}
34
+ * @returns {@link GetSignalCatalogCommandOutput}
28
35
  * @see {@link GetSignalCatalogCommandInput} for command's `input` shape.
29
36
  * @see {@link GetSignalCatalogCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse,
49
56
  export declare class GetSignalCatalogCommand extends $Command<GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
50
57
  readonly input: GetSignalCatalogCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetSignalCatalogCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetVehicleRequest, GetVehicleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetVehicleCommand}.
8
10
  */
9
11
  export interface GetVehicleCommandInput extends GetVehicleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetVehicleCommand}.
13
17
  */
14
18
  export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Retrieves information about a vehicle. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetVehicleCommandInput - {@link GetVehicleCommandInput}
34
+ * @returns {@link GetVehicleCommandOutput}
28
35
  * @see {@link GetVehicleCommandInput} for command's `input` shape.
29
36
  * @see {@link GetVehicleCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataB
49
56
  export declare class GetVehicleCommand extends $Command<GetVehicleCommandInput, GetVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
50
57
  readonly input: GetVehicleCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetVehicleCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVehicleCommandInput, GetVehicleCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { GetVehicleStatusRequest, GetVehicleStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetVehicleStatusCommand}.
8
10
  */
9
11
  export interface GetVehicleStatusCommandInput extends GetVehicleStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetVehicleStatusCommand}.
13
17
  */
14
18
  export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Retrieves information about the status of a vehicle with any associated campaigns.
18
23
  * </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetVehicleStatusCommandInput - {@link GetVehicleStatusCommandInput}
35
+ * @returns {@link GetVehicleStatusCommandOutput}
29
36
  * @see {@link GetVehicleStatusCommandInput} for command's `input` shape.
30
37
  * @see {@link GetVehicleStatusCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -50,11 +57,20 @@ export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse,
50
57
  export declare class GetVehicleStatusCommand extends $Command<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput, IoTFleetWiseClientResolvedConfig> {
51
58
  readonly input: GetVehicleStatusCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: GetVehicleStatusCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ImportDecoderManifestRequest, ImportDecoderManifestResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportDecoderManifestCommand}.
8
10
  */
9
11
  export interface ImportDecoderManifestCommandInput extends ImportDecoderManifestRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportDecoderManifestCommand}.
13
17
  */
14
18
  export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifestResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Creates a decoder manifest using your existing CAN DBC file from your local device.
18
23
  * </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ImportDecoderManifestCommandInput - {@link ImportDecoderManifestCommandInput}
35
+ * @returns {@link ImportDecoderManifestCommandOutput}
29
36
  * @see {@link ImportDecoderManifestCommandInput} for command's `input` shape.
30
37
  * @see {@link ImportDecoderManifestCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -60,11 +67,20 @@ export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifes
60
67
  export declare class ImportDecoderManifestCommand extends $Command<ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
61
68
  readonly input: ImportDecoderManifestCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: ImportDecoderManifestCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ImportSignalCatalogRequest, ImportSignalCatalogResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportSignalCatalogCommand}.
8
10
  */
9
11
  export interface ImportSignalCatalogCommandInput extends ImportSignalCatalogRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportSignalCatalogCommand}.
13
17
  */
14
18
  export interface ImportSignalCatalogCommandOutput extends ImportSignalCatalogResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Creates a signal catalog using your existing VSS formatted content from your local
18
23
  * device. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ImportSignalCatalogCommandOutput extends ImportSignalCatalogRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ImportSignalCatalogCommandInput - {@link ImportSignalCatalogCommandInput}
35
+ * @returns {@link ImportSignalCatalogCommandOutput}
29
36
  * @see {@link ImportSignalCatalogCommandInput} for command's `input` shape.
30
37
  * @see {@link ImportSignalCatalogCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -60,11 +67,20 @@ export interface ImportSignalCatalogCommandOutput extends ImportSignalCatalogRes
60
67
  export declare class ImportSignalCatalogCommand extends $Command<ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
61
68
  readonly input: ImportSignalCatalogCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: ImportSignalCatalogCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListCampaignsCommand}.
8
10
  */
9
11
  export interface ListCampaignsCommandInput extends ListCampaignsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListCampaignsCommand}.
13
17
  */
14
18
  export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Lists information about created campaigns. </p>
18
23
  * <note>
19
24
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -28,6 +33,8 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListCampaignsCommandInput - {@link ListCampaignsCommandInput}
37
+ * @returns {@link ListCampaignsCommandOutput}
31
38
  * @see {@link ListCampaignsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListCampaignsCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
49
56
  export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, IoTFleetWiseClientResolvedConfig> {
50
57
  readonly input: ListCampaignsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListCampaignsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCampaignsCommandInput, ListCampaignsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { ListDecoderManifestNetworkInterfacesRequest, ListDecoderManifestNetworkInterfacesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDecoderManifestNetworkInterfacesCommand}.
8
10
  */
9
11
  export interface ListDecoderManifestNetworkInterfacesCommandInput extends ListDecoderManifestNetworkInterfacesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDecoderManifestNetworkInterfacesCommand}.
13
17
  */
14
18
  export interface ListDecoderManifestNetworkInterfacesCommandOutput extends ListDecoderManifestNetworkInterfacesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Lists the network interfaces specified in a decoder manifest. </p>
18
23
  * <note>
19
24
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -28,6 +33,8 @@ export interface ListDecoderManifestNetworkInterfacesCommandOutput extends ListD
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListDecoderManifestNetworkInterfacesCommandInput - {@link ListDecoderManifestNetworkInterfacesCommandInput}
37
+ * @returns {@link ListDecoderManifestNetworkInterfacesCommandOutput}
31
38
  * @see {@link ListDecoderManifestNetworkInterfacesCommandInput} for command's `input` shape.
32
39
  * @see {@link ListDecoderManifestNetworkInterfacesCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListDecoderManifestNetworkInterfacesCommandOutput extends ListD
52
59
  export declare class ListDecoderManifestNetworkInterfacesCommand extends $Command<ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput, IoTFleetWiseClientResolvedConfig> {
53
60
  readonly input: ListDecoderManifestNetworkInterfacesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListDecoderManifestNetworkInterfacesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }