@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 { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCampaignCommand}.
8
10
  */
9
11
  export interface CreateCampaignCommandInput extends CreateCampaignRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCampaignCommand}.
13
17
  */
14
18
  export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software
18
23
  * running in vehicles uses campaigns to decide how to collect and transfer data to the
19
24
  * cloud. You create campaigns in the cloud. After you or your team approve campaigns,
@@ -30,6 +35,8 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateCampaignCommandInput - {@link CreateCampaignCommandInput}
39
+ * @returns {@link CreateCampaignCommandOutput}
33
40
  * @see {@link CreateCampaignCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateCampaignCommandOutput} for command's `response` shape.
35
42
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
61
68
  export declare class CreateCampaignCommand extends $Command<CreateCampaignCommandInput, CreateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
62
69
  readonly input: CreateCampaignCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CreateCampaignCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCampaignCommandInput, CreateCampaignCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateDecoderManifestRequest, CreateDecoderManifestResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDecoderManifestCommand}.
8
10
  */
9
11
  export interface CreateDecoderManifestCommandInput extends CreateDecoderManifestRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDecoderManifestCommand}.
13
17
  */
14
18
  export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifestResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates the decoder manifest associated with a model manifest. To create a decoder
18
23
  * manifest, the following must be true:</p>
19
24
  * <ul>
@@ -40,6 +45,8 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
40
45
  * const response = await client.send(command);
41
46
  * ```
42
47
  *
48
+ * @param CreateDecoderManifestCommandInput - {@link CreateDecoderManifestCommandInput}
49
+ * @returns {@link CreateDecoderManifestCommandOutput}
43
50
  * @see {@link CreateDecoderManifestCommandInput} for command's `input` shape.
44
51
  * @see {@link CreateDecoderManifestCommandOutput} for command's `response` shape.
45
52
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -74,11 +81,20 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
74
81
  export declare class CreateDecoderManifestCommand extends $Command<CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
75
82
  readonly input: CreateDecoderManifestCommandInput;
76
83
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
+ /**
85
+ * @public
86
+ */
77
87
  constructor(input: CreateDecoderManifestCommandInput);
78
88
  /**
79
89
  * @internal
80
90
  */
81
91
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput>;
92
+ /**
93
+ * @internal
94
+ */
82
95
  private serialize;
96
+ /**
97
+ * @internal
98
+ */
83
99
  private deserialize;
84
100
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFleetCommand}.
8
10
  */
9
11
  export interface CreateFleetCommandInput extends CreateFleetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFleetCommand}.
13
17
  */
14
18
  export interface CreateFleetCommandOutput extends CreateFleetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Creates a fleet that represents a group of vehicles.
18
23
  * </p>
19
24
  * <note>
@@ -32,6 +37,8 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param CreateFleetCommandInput - {@link CreateFleetCommandInput}
41
+ * @returns {@link CreateFleetCommandOutput}
35
42
  * @see {@link CreateFleetCommandInput} for command's `input` shape.
36
43
  * @see {@link CreateFleetCommandOutput} for command's `response` shape.
37
44
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -63,11 +70,20 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat
63
70
  export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
64
71
  readonly input: CreateFleetCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: CreateFleetCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFleetCommandInput, CreateFleetCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateModelManifestRequest, CreateModelManifestResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateModelManifestCommand}.
8
10
  */
9
11
  export interface CreateModelManifestCommandInput extends CreateModelManifestRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateModelManifestCommand}.
13
17
  */
14
18
  export interface CreateModelManifestCommandOutput extends CreateModelManifestResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Creates a vehicle model (model manifest) that specifies signals (attributes,
18
23
  * branches, sensors, and actuators). </p>
19
24
  * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html">Vehicle models</a>
@@ -28,6 +33,8 @@ export interface CreateModelManifestCommandOutput extends CreateModelManifestRes
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateModelManifestCommandInput - {@link CreateModelManifestCommandInput}
37
+ * @returns {@link CreateModelManifestCommandOutput}
31
38
  * @see {@link CreateModelManifestCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateModelManifestCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -62,11 +69,20 @@ export interface CreateModelManifestCommandOutput extends CreateModelManifestRes
62
69
  export declare class CreateModelManifestCommand extends $Command<CreateModelManifestCommandInput, CreateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
63
70
  readonly input: CreateModelManifestCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: CreateModelManifestCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelManifestCommandInput, CreateModelManifestCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateSignalCatalogRequest, CreateSignalCatalogResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSignalCatalogCommand}.
8
10
  */
9
11
  export interface CreateSignalCatalogCommandInput extends CreateSignalCatalogRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSignalCatalogCommand}.
13
17
  */
14
18
  export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Creates a collection of standardized signals that can be reused to create vehicle
18
23
  * models.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateSignalCatalogCommandInput - {@link CreateSignalCatalogCommandInput}
35
+ * @returns {@link CreateSignalCatalogCommandOutput}
29
36
  * @see {@link CreateSignalCatalogCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateSignalCatalogCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -61,11 +68,20 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
61
68
  export declare class CreateSignalCatalogCommand extends $Command<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
62
69
  readonly input: CreateSignalCatalogCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: CreateSignalCatalogCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateVehicleRequest, CreateVehicleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVehicleCommand}.
8
10
  */
9
11
  export interface CreateVehicleCommandInput extends CreateVehicleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVehicleCommand}.
13
17
  */
14
18
  export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles
18
23
  * created from the same vehicle model consist of the same signals inherited from the
19
24
  * vehicle model.</p>
@@ -33,6 +38,8 @@ export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __Met
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param CreateVehicleCommandInput - {@link CreateVehicleCommandInput}
42
+ * @returns {@link CreateVehicleCommandOutput}
36
43
  * @see {@link CreateVehicleCommandInput} for command's `input` shape.
37
44
  * @see {@link CreateVehicleCommandOutput} for command's `response` shape.
38
45
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -64,11 +71,20 @@ export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __Met
64
71
  export declare class CreateVehicleCommand extends $Command<CreateVehicleCommandInput, CreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
65
72
  readonly input: CreateVehicleCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: CreateVehicleCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVehicleCommandInput, CreateVehicleCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCampaignCommand}.
8
10
  */
9
11
  export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCampaignCommand}.
13
17
  */
14
18
  export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a data collection campaign. Deleting a campaign suspends all data collection
18
23
  * and removes it from any vehicles. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteCampaignCommandInput - {@link DeleteCampaignCommandInput}
35
+ * @returns {@link DeleteCampaignCommandOutput}
29
36
  * @see {@link DeleteCampaignCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
31
38
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M
50
57
  export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
51
58
  readonly input: DeleteCampaignCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DeleteCampaignCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
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 { DeleteDecoderManifestRequest, DeleteDecoderManifestResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDecoderManifestCommand}.
8
10
  */
9
11
  export interface DeleteDecoderManifestCommandInput extends DeleteDecoderManifestRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDecoderManifestCommand}.
13
17
  */
14
18
  export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifestResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles
18
23
  * associated with it. </p>
19
24
  * <note>
@@ -30,6 +35,8 @@ export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifes
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteDecoderManifestCommandInput - {@link DeleteDecoderManifestCommandInput}
39
+ * @returns {@link DeleteDecoderManifestCommandOutput}
33
40
  * @see {@link DeleteDecoderManifestCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteDecoderManifestCommandOutput} for command's `response` shape.
35
42
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifes
55
62
  export declare class DeleteDecoderManifestCommand extends $Command<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
56
63
  readonly input: DeleteDecoderManifestCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteDecoderManifestCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput>;
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 { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFleetCommand}.
8
10
  */
9
11
  export interface DeleteFleetCommandInput extends DeleteFleetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFleetCommand}.
13
17
  */
14
18
  export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a fleet. Before you delete a fleet, all vehicles must be
18
23
  * dissociated from the fleet. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/delete-fleet-cli.html">Delete a fleet (AWS
19
24
  * CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
@@ -31,6 +36,8 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DeleteFleetCommandInput - {@link DeleteFleetCommandInput}
40
+ * @returns {@link DeleteFleetCommandOutput}
34
41
  * @see {@link DeleteFleetCommandInput} for command's `input` shape.
35
42
  * @see {@link DeleteFleetCommandOutput} for command's `response` shape.
36
43
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat
52
59
  export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
53
60
  readonly input: DeleteFleetCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteFleetCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFleetCommandInput, DeleteFleetCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteModelManifestRequest, DeleteModelManifestResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteModelManifestCommand}.
8
10
  */
9
11
  export interface DeleteModelManifestCommandInput extends DeleteModelManifestRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteModelManifestCommand}.
13
17
  */
14
18
  export interface DeleteModelManifestCommandOutput extends DeleteModelManifestResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a vehicle model (model manifest).</p>
18
23
  * <note>
19
24
  * <p>If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
@@ -29,6 +34,8 @@ export interface DeleteModelManifestCommandOutput extends DeleteModelManifestRes
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteModelManifestCommandInput - {@link DeleteModelManifestCommandInput}
38
+ * @returns {@link DeleteModelManifestCommandOutput}
32
39
  * @see {@link DeleteModelManifestCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteModelManifestCommandOutput} for command's `response` shape.
34
41
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DeleteModelManifestCommandOutput extends DeleteModelManifestRes
54
61
  export declare class DeleteModelManifestCommand extends $Command<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
55
62
  readonly input: DeleteModelManifestCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeleteModelManifestCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteSignalCatalogRequest, DeleteSignalCatalogResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSignalCatalogCommand}.
8
10
  */
9
11
  export interface DeleteSignalCatalogCommandInput extends DeleteSignalCatalogRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSignalCatalogCommand}.
13
17
  */
14
18
  export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a signal catalog. </p>
18
23
  * <note>
19
24
  * <p>If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
@@ -29,6 +34,8 @@ export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogRes
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteSignalCatalogCommandInput - {@link DeleteSignalCatalogCommandInput}
38
+ * @returns {@link DeleteSignalCatalogCommandOutput}
32
39
  * @see {@link DeleteSignalCatalogCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteSignalCatalogCommandOutput} for command's `response` shape.
34
41
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogRes
54
61
  export declare class DeleteSignalCatalogCommand extends $Command<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
55
62
  readonly input: DeleteSignalCatalogCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeleteSignalCatalogCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteVehicleRequest, DeleteVehicleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVehicleCommand}.
8
10
  */
9
11
  export interface DeleteVehicleCommandInput extends DeleteVehicleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVehicleCommand}.
13
17
  */
14
18
  export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a vehicle and removes it from any campaigns.</p>
18
23
  * <note>
19
24
  * <p>If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
@@ -29,6 +34,8 @@ export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __Met
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteVehicleCommandInput - {@link DeleteVehicleCommandInput}
38
+ * @returns {@link DeleteVehicleCommandOutput}
32
39
  * @see {@link DeleteVehicleCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteVehicleCommandOutput} for command's `response` shape.
34
41
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __Met
50
57
  export declare class DeleteVehicleCommand extends $Command<DeleteVehicleCommandInput, DeleteVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
51
58
  readonly input: DeleteVehicleCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DeleteVehicleCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVehicleCommandInput, DeleteVehicleCommandOutput>;
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 { DisassociateVehicleFleetRequest, DisassociateVehicleFleetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateVehicleFleetCommand}.
8
10
  */
9
11
  export interface DisassociateVehicleFleetCommandInput extends DisassociateVehicleFleetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateVehicleFleetCommand}.
13
17
  */
14
18
  export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehicleFleetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a
18
23
  * fleet doesn't delete the vehicle.</p>
19
24
  * <note>
@@ -30,6 +35,8 @@ export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehic
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DisassociateVehicleFleetCommandInput - {@link DisassociateVehicleFleetCommandInput}
39
+ * @returns {@link DisassociateVehicleFleetCommandOutput}
33
40
  * @see {@link DisassociateVehicleFleetCommandInput} for command's `input` shape.
34
41
  * @see {@link DisassociateVehicleFleetCommandOutput} for command's `response` shape.
35
42
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehic
54
61
  export declare class DisassociateVehicleFleetCommand extends $Command<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
55
62
  readonly input: DisassociateVehicleFleetCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DisassociateVehicleFleetCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }