@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.
- package/dist-types/IoTFleetWise.d.ts +51 -0
- package/dist-types/IoTFleetWiseClient.d.ts +24 -4
- package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +16 -0
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +16 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +16 -0
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +16 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelManifestCommand.d.ts +16 -0
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +16 -0
- package/dist-types/commands/CreateVehicleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVehicleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +16 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +16 -0
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +16 -0
- package/dist-types/commands/GetFleetCommand.d.ts +16 -0
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/GetModelManifestCommand.d.ts +16 -0
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +16 -0
- package/dist-types/commands/GetVehicleCommand.d.ts +16 -0
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +16 -0
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +16 -0
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +16 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +16 -0
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +16 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +16 -0
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +16 -0
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +16 -0
- package/dist-types/commands/ListModelManifestsCommand.d.ts +16 -0
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +16 -0
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListVehiclesCommand.d.ts +16 -0
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +16 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVehicleCommand.d.ts +16 -0
- package/dist-types/models/IoTFleetWiseServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +418 -0
- package/dist-types/pagination/GetVehicleStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCampaignsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDecoderManifestNetworkInterfacesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDecoderManifestSignalsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDecoderManifestsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFleetsForVehiclePaginator.d.ts +3 -0
- package/dist-types/pagination/ListFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelManifestNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListModelManifestsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSignalCatalogNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSignalCatalogsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVehiclesInFleetPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVehiclesPaginator.d.ts +3 -0
- 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 { ListDecoderManifestSignalsRequest, ListDecoderManifestSignalsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDecoderManifestSignalsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDecoderManifestSignalsCommandInput extends ListDecoderManifestSignalsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDecoderManifestSignalsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderManifestSignalsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> A list of information about signal decoders 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 ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListDecoderManifestSignalsCommandInput - {@link ListDecoderManifestSignalsCommandInput}
|
|
37
|
+
* @returns {@link ListDecoderManifestSignalsCommandOutput}
|
|
31
38
|
* @see {@link ListDecoderManifestSignalsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListDecoderManifestSignalsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
|
|
|
52
59
|
export declare class ListDecoderManifestSignalsCommand extends $Command<ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
53
60
|
readonly input: ListDecoderManifestSignalsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListDecoderManifestSignalsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput>;
|
|
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 { ListDecoderManifestsRequest, ListDecoderManifestsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDecoderManifestsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDecoderManifestsCommandInput extends ListDecoderManifestsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDecoderManifestsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDecoderManifestsCommandOutput extends ListDecoderManifestsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Lists decoder manifests. </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 ListDecoderManifestsCommandOutput extends ListDecoderManifestsR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListDecoderManifestsCommandInput - {@link ListDecoderManifestsCommandInput}
|
|
37
|
+
* @returns {@link ListDecoderManifestsCommandOutput}
|
|
31
38
|
* @see {@link ListDecoderManifestsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListDecoderManifestsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListDecoderManifestsCommandOutput extends ListDecoderManifestsR
|
|
|
49
56
|
export declare class ListDecoderManifestsCommand extends $Command<ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
50
57
|
readonly input: ListDecoderManifestsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListDecoderManifestsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput>;
|
|
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 { ListFleetsRequest, ListFleetsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListFleetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListFleetsCommandInput extends ListFleetsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListFleetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Retrieves information for each created fleet in an Amazon Web Services account. </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 ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListFleetsCommandInput - {@link ListFleetsCommandInput}
|
|
37
|
+
* @returns {@link ListFleetsCommandOutput}
|
|
31
38
|
* @see {@link ListFleetsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListFleetsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB
|
|
|
52
59
|
export declare class ListFleetsCommand extends $Command<ListFleetsCommandInput, ListFleetsCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
53
60
|
readonly input: ListFleetsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListFleetsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFleetsCommandInput, ListFleetsCommandOutput>;
|
|
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 { ListFleetsForVehicleRequest, ListFleetsForVehicleResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListFleetsForVehicleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListFleetsForVehicleCommandInput extends ListFleetsForVehicleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListFleetsForVehicleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListFleetsForVehicleCommandOutput extends ListFleetsForVehicleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of IDs for all fleets that the vehicle is associated with.</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 ListFleetsForVehicleCommandOutput extends ListFleetsForVehicleR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListFleetsForVehicleCommandInput - {@link ListFleetsForVehicleCommandInput}
|
|
37
|
+
* @returns {@link ListFleetsForVehicleCommandOutput}
|
|
31
38
|
* @see {@link ListFleetsForVehicleCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListFleetsForVehicleCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListFleetsForVehicleCommandOutput extends ListFleetsForVehicleR
|
|
|
52
59
|
export declare class ListFleetsForVehicleCommand extends $Command<ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
53
60
|
readonly input: ListFleetsForVehicleCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListFleetsForVehicleCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput>;
|
|
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 { ListModelManifestNodesRequest, ListModelManifestNodesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListModelManifestNodesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListModelManifestNodesCommandInput extends ListModelManifestNodesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListModelManifestNodesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListModelManifestNodesCommandOutput extends ListModelManifestNodesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Lists information about nodes specified in a vehicle model (model 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 ListModelManifestNodesCommandOutput extends ListModelManifestNo
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListModelManifestNodesCommandInput - {@link ListModelManifestNodesCommandInput}
|
|
37
|
+
* @returns {@link ListModelManifestNodesCommandOutput}
|
|
31
38
|
* @see {@link ListModelManifestNodesCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListModelManifestNodesCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListModelManifestNodesCommandOutput extends ListModelManifestNo
|
|
|
55
62
|
export declare class ListModelManifestNodesCommand extends $Command<ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
56
63
|
readonly input: ListModelManifestNodesCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListModelManifestNodesCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput>;
|
|
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 { ListModelManifestsRequest, ListModelManifestsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListModelManifestsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListModelManifestsCommandInput extends ListModelManifestsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListModelManifestsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListModelManifestsCommandOutput extends ListModelManifestsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Retrieves a list of vehicle models (model manifests). </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 ListModelManifestsCommandOutput extends ListModelManifestsRespo
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListModelManifestsCommandInput - {@link ListModelManifestsCommandInput}
|
|
37
|
+
* @returns {@link ListModelManifestsCommandOutput}
|
|
31
38
|
* @see {@link ListModelManifestsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListModelManifestsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListModelManifestsCommandOutput extends ListModelManifestsRespo
|
|
|
49
56
|
export declare class ListModelManifestsCommand extends $Command<ListModelManifestsCommandInput, ListModelManifestsCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
50
57
|
readonly input: ListModelManifestsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListModelManifestsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListModelManifestsCommandInput, ListModelManifestsCommandOutput>;
|
|
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 { ListSignalCatalogNodesRequest, ListSignalCatalogNodesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSignalCatalogNodesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSignalCatalogNodesCommandInput extends ListSignalCatalogNodesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSignalCatalogNodesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSignalCatalogNodesCommandOutput extends ListSignalCatalogNodesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Lists of information about the signals (nodes) specified in a signal catalog. </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 ListSignalCatalogNodesCommandOutput extends ListSignalCatalogNo
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListSignalCatalogNodesCommandInput - {@link ListSignalCatalogNodesCommandInput}
|
|
37
|
+
* @returns {@link ListSignalCatalogNodesCommandOutput}
|
|
31
38
|
* @see {@link ListSignalCatalogNodesCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListSignalCatalogNodesCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListSignalCatalogNodesCommandOutput extends ListSignalCatalogNo
|
|
|
55
62
|
export declare class ListSignalCatalogNodesCommand extends $Command<ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
56
63
|
readonly input: ListSignalCatalogNodesCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListSignalCatalogNodesCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput>;
|
|
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 { ListSignalCatalogsRequest, ListSignalCatalogsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSignalCatalogsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSignalCatalogsCommandInput extends ListSignalCatalogsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSignalCatalogsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSignalCatalogsCommandOutput extends ListSignalCatalogsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Lists all the created signal catalogs in an Amazon Web Services account. </p>
|
|
18
23
|
* <p>You can use to list information about
|
|
19
24
|
* each signal (node) specified in a signal catalog.</p>
|
|
@@ -30,6 +35,8 @@ export interface ListSignalCatalogsCommandOutput extends ListSignalCatalogsRespo
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListSignalCatalogsCommandInput - {@link ListSignalCatalogsCommandInput}
|
|
39
|
+
* @returns {@link ListSignalCatalogsCommandOutput}
|
|
33
40
|
* @see {@link ListSignalCatalogsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListSignalCatalogsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface ListSignalCatalogsCommandOutput extends ListSignalCatalogsRespo
|
|
|
51
58
|
export declare class ListSignalCatalogsCommand extends $Command<ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
52
59
|
readonly input: ListSignalCatalogsCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: ListSignalCatalogsCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the tags (metadata) you have assigned to the resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
49
56
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
50
57
|
readonly input: ListTagsForResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListTagsForResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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 { ListVehiclesRequest, ListVehiclesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListVehiclesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListVehiclesCommandInput extends ListVehiclesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListVehiclesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListVehiclesCommandOutput extends ListVehiclesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Retrieves a list of summaries of created vehicles. </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 ListVehiclesCommandOutput extends ListVehiclesResponse, __Metad
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListVehiclesCommandInput - {@link ListVehiclesCommandInput}
|
|
37
|
+
* @returns {@link ListVehiclesCommandOutput}
|
|
31
38
|
* @see {@link ListVehiclesCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListVehiclesCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListVehiclesCommandOutput extends ListVehiclesResponse, __Metad
|
|
|
49
56
|
export declare class ListVehiclesCommand extends $Command<ListVehiclesCommandInput, ListVehiclesCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
50
57
|
readonly input: ListVehiclesCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListVehiclesCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVehiclesCommandInput, ListVehiclesCommandOutput>;
|
|
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 { ListVehiclesInFleetRequest, ListVehiclesInFleetResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListVehiclesInFleetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListVehiclesInFleetCommandInput extends ListVehiclesInFleetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListVehiclesInFleetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListVehiclesInFleetCommandOutput extends ListVehiclesInFleetResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Retrieves a list of summaries of all vehicles associated with a fleet. </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 ListVehiclesInFleetCommandOutput extends ListVehiclesInFleetRes
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListVehiclesInFleetCommandInput - {@link ListVehiclesInFleetCommandInput}
|
|
37
|
+
* @returns {@link ListVehiclesInFleetCommandOutput}
|
|
31
38
|
* @see {@link ListVehiclesInFleetCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListVehiclesInFleetCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListVehiclesInFleetCommandOutput extends ListVehiclesInFleetRes
|
|
|
52
59
|
export declare class ListVehiclesInFleetCommand extends $Command<ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
53
60
|
readonly input: ListVehiclesInFleetCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListVehiclesInFleetCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput>;
|
|
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 { PutLoggingOptionsRequest, PutLoggingOptionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutLoggingOptionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutLoggingOptionsCommandInput extends PutLoggingOptionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutLoggingOptionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates or updates the logging option.</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 PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param PutLoggingOptionsCommandInput - {@link PutLoggingOptionsCommandInput}
|
|
34
|
+
* @returns {@link PutLoggingOptionsCommandOutput}
|
|
28
35
|
* @see {@link PutLoggingOptionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link PutLoggingOptionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons
|
|
|
53
60
|
export declare class PutLoggingOptionsCommand extends $Command<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
54
61
|
readonly input: PutLoggingOptionsCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: PutLoggingOptionsCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|