@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 { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RegisterAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RegisterAccountCommandInput extends RegisterAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RegisterAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RegisterAccountCommandOutput extends RegisterAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT FleetWise can
|
|
18
23
|
* transfer your vehicle data to the Amazon Web Services Cloud. For more information, including
|
|
19
24
|
* step-by-step procedures, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/setting-up.html">Setting up
|
|
@@ -35,6 +40,8 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param RegisterAccountCommandInput - {@link RegisterAccountCommandInput}
|
|
44
|
+
* @returns {@link RegisterAccountCommandOutput}
|
|
38
45
|
* @see {@link RegisterAccountCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link RegisterAccountCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
|
|
|
63
70
|
export declare class RegisterAccountCommand extends $Command<RegisterAccountCommandInput, RegisterAccountCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
64
71
|
readonly input: RegisterAccountCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: RegisterAccountCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterAccountCommandInput, RegisterAccountCommandOutput>;
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds to or modifies the tags of the given resource. Tags are metadata which can be
|
|
18
23
|
* used to manage a resource.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
35
|
+
* @returns {@link TagResourceCommandOutput}
|
|
29
36
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
50
57
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
51
58
|
readonly input: TagResourceCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: TagResourceCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the given tags (metadata) from 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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
34
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
28
35
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
49
56
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
50
57
|
readonly input: UntagResourceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UntagResourceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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 { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateCampaignCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateCampaignCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates 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 UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateCampaignCommandInput - {@link UpdateCampaignCommandInput}
|
|
34
|
+
* @returns {@link UpdateCampaignCommandOutput}
|
|
28
35
|
* @see {@link UpdateCampaignCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateCampaignCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
|
|
|
53
60
|
export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
54
61
|
readonly input: UpdateCampaignCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: UpdateCampaignCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCampaignCommandInput, UpdateCampaignCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
5
|
import { UpdateDecoderManifestRequest, UpdateDecoderManifestResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateDecoderManifestCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateDecoderManifestCommandInput extends UpdateDecoderManifestRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateDecoderManifestCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifestResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates a decoder manifest.</p>
|
|
18
23
|
* <p>A decoder manifest can only be updated when the status is <code>DRAFT</code>. Only
|
|
19
24
|
* <code>ACTIVE</code> decoder manifests can be associated with vehicles.</p>
|
|
@@ -27,6 +32,8 @@ export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifes
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param UpdateDecoderManifestCommandInput - {@link UpdateDecoderManifestCommandInput}
|
|
36
|
+
* @returns {@link UpdateDecoderManifestCommandOutput}
|
|
30
37
|
* @see {@link UpdateDecoderManifestCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link UpdateDecoderManifestCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifes
|
|
|
61
68
|
export declare class UpdateDecoderManifestCommand extends $Command<UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
62
69
|
readonly input: UpdateDecoderManifestCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: UpdateDecoderManifestCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput>;
|
|
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 { UpdateFleetRequest, UpdateFleetResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateFleetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateFleetCommandInput extends UpdateFleetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateFleetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateFleetCommandOutput extends UpdateFleetResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates the description of an existing fleet. </p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>If the fleet is successfully updated, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
|
|
@@ -29,6 +34,8 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResponse, __Metadat
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param UpdateFleetCommandInput - {@link UpdateFleetCommandInput}
|
|
38
|
+
* @returns {@link UpdateFleetCommandOutput}
|
|
32
39
|
* @see {@link UpdateFleetCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link UpdateFleetCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResponse, __Metadat
|
|
|
57
64
|
export declare class UpdateFleetCommand extends $Command<UpdateFleetCommandInput, UpdateFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
58
65
|
readonly input: UpdateFleetCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: UpdateFleetCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFleetCommandInput, UpdateFleetCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
5
|
import { UpdateModelManifestRequest, UpdateModelManifestResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateModelManifestCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateModelManifestCommandInput extends UpdateModelManifestRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateModelManifestCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateModelManifestCommandOutput extends UpdateModelManifestResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates a vehicle model (model manifest). If created vehicles are associated with a
|
|
18
23
|
* vehicle model, it can't be updated.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateModelManifestCommandOutput extends UpdateModelManifestRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateModelManifestCommandInput - {@link UpdateModelManifestCommandInput}
|
|
35
|
+
* @returns {@link UpdateModelManifestCommandOutput}
|
|
29
36
|
* @see {@link UpdateModelManifestCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateModelManifestCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface UpdateModelManifestCommandOutput extends UpdateModelManifestRes
|
|
|
57
64
|
export declare class UpdateModelManifestCommand extends $Command<UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
58
65
|
readonly input: UpdateModelManifestCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: UpdateModelManifestCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
|
|
5
5
|
import { UpdateSignalCatalogRequest, UpdateSignalCatalogResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSignalCatalogCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSignalCatalogCommandInput extends UpdateSignalCatalogRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSignalCatalogCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates 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 UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateSignalCatalogCommandInput - {@link UpdateSignalCatalogCommandInput}
|
|
34
|
+
* @returns {@link UpdateSignalCatalogCommandOutput}
|
|
28
35
|
* @see {@link UpdateSignalCatalogCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateSignalCatalogCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogRes
|
|
|
63
70
|
export declare class UpdateSignalCatalogCommand extends $Command<UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
64
71
|
readonly input: UpdateSignalCatalogCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: UpdateSignalCatalogCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput>;
|
|
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 { UpdateVehicleRequest, UpdateVehicleResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateVehicleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateVehicleCommandInput extends UpdateVehicleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateVehicleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateVehicleCommandOutput extends UpdateVehicleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates 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 UpdateVehicleCommandOutput extends UpdateVehicleResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateVehicleCommandInput - {@link UpdateVehicleCommandInput}
|
|
34
|
+
* @returns {@link UpdateVehicleCommandOutput}
|
|
28
35
|
* @see {@link UpdateVehicleCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateVehicleCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface UpdateVehicleCommandOutput extends UpdateVehicleResponse, __Met
|
|
|
53
60
|
export declare class UpdateVehicleCommand extends $Command<UpdateVehicleCommandInput, UpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
54
61
|
readonly input: UpdateVehicleCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: UpdateVehicleCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVehicleCommandInput, UpdateVehicleCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from IoTFleetWise service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class IoTFleetWiseServiceException extends __ServiceException {
|