@aws-sdk/client-iotfleetwise 3.288.0 → 3.290.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/commands/AssociateVehicleFleetCommand.d.ts +16 -0
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +13 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +23 -0
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +26 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +23 -0
- package/dist-types/commands/CreateModelManifestCommand.d.ts +26 -0
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +27 -0
- package/dist-types/commands/CreateVehicleCommand.d.ts +23 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +17 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +13 -0
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +17 -0
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +17 -0
- package/dist-types/commands/DeleteVehicleCommand.d.ts +13 -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 +10 -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 +26 -0
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +26 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +13 -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 +13 -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 +19 -0
- package/dist-types/commands/ListModelManifestsCommand.d.ts +13 -0
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +19 -0
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListVehiclesCommand.d.ts +13 -0
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +16 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +20 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +20 -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 +20 -0
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +26 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +20 -0
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +23 -0
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +30 -0
- package/dist-types/commands/UpdateVehicleCommand.d.ts +20 -0
- package/package.json +29 -29
|
@@ -29,6 +29,22 @@ export interface AssociateVehicleFleetCommandOutput extends AssociateVehicleFlee
|
|
|
29
29
|
* @see {@link AssociateVehicleFleetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource wasn't found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class AssociateVehicleFleetCommand extends $Command<AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
50
|
readonly input: AssociateVehicleFleetCommandInput;
|
|
@@ -35,6 +35,22 @@ export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleRespo
|
|
|
35
35
|
* @see {@link BatchCreateVehicleCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>A service quota was exceeded. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
38
54
|
*/
|
|
39
55
|
export declare class BatchCreateVehicleCommand extends $Command<BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
40
56
|
readonly input: BatchCreateVehicleCommandInput;
|
|
@@ -35,6 +35,19 @@ export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleRespo
|
|
|
35
35
|
* @see {@link BatchUpdateVehicleCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
38
51
|
*/
|
|
39
52
|
export declare class BatchUpdateVehicleCommand extends $Command<BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
40
53
|
readonly input: BatchUpdateVehicleCommandInput;
|
|
@@ -34,6 +34,29 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
34
34
|
* @see {@link CreateCampaignCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
42
|
+
* more than one operation on the same resource at the same time.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>A service quota was exceeded. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The resource wasn't found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServerException} (server fault)
|
|
57
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
37
60
|
*/
|
|
38
61
|
export declare class CreateCampaignCommand extends $Command<CreateCampaignCommandInput, CreateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
39
62
|
readonly input: CreateCampaignCommandInput;
|
|
@@ -44,6 +44,32 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
|
|
|
44
44
|
* @see {@link CreateDecoderManifestCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
48
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ConflictException} (client fault)
|
|
51
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
52
|
+
* more than one operation on the same resource at the same time.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link DecoderManifestValidationException} (client fault)
|
|
55
|
+
* <p>The request couldn't be completed because it contains signal decoders with one or more validation errors.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
58
|
+
* <p>A service quota was exceeded. </p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
+
* <p>The resource wasn't found.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
64
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ValidationException} (client fault)
|
|
67
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalServerException} (server fault)
|
|
70
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
47
73
|
*/
|
|
48
74
|
export declare class CreateDecoderManifestCommand extends $Command<CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
49
75
|
readonly input: CreateDecoderManifestCommandInput;
|
|
@@ -36,6 +36,29 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat
|
|
|
36
36
|
* @see {@link CreateFleetCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConflictException} (client fault)
|
|
43
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
44
|
+
* more than one operation on the same resource at the same time.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalServerException} (server fault)
|
|
47
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
50
|
+
* <p>A service quota was exceeded. </p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>The resource wasn't found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ValidationException} (client fault)
|
|
59
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
39
62
|
*/
|
|
40
63
|
export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
41
64
|
readonly input: CreateFleetCommandInput;
|
|
@@ -32,6 +32,32 @@ export interface CreateModelManifestCommandOutput extends CreateModelManifestRes
|
|
|
32
32
|
* @see {@link CreateModelManifestCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
40
|
+
* more than one operation on the same resource at the same time.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidSignalsException} (client fault)
|
|
43
|
+
* <p>The request couldn't be completed because it contains signals that aren't valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>A service quota was exceeded. </p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The resource wasn't found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ValidationException} (client fault)
|
|
55
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InternalServerException} (server fault)
|
|
58
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class CreateModelManifestCommand extends $Command<CreateModelManifestCommandInput, CreateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
37
63
|
readonly input: CreateModelManifestCommandInput;
|
|
@@ -30,6 +30,33 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
|
|
|
30
30
|
* @see {@link CreateSignalCatalogCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
38
|
+
* more than one operation on the same resource at the same time.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidNodeException} (client fault)
|
|
41
|
+
* <p>The specified node type doesn't match the expected node type for a node. You can
|
|
42
|
+
* specify the node type as branch, sensor, actuator, or attribute.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidSignalsException} (client fault)
|
|
45
|
+
* <p>The request couldn't be completed because it contains signals that aren't valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
48
|
+
* <p>A service quota was exceeded. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServerException} (server fault)
|
|
57
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
33
60
|
*/
|
|
34
61
|
export declare class CreateSignalCatalogCommand extends $Command<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
35
62
|
readonly input: CreateSignalCatalogCommandInput;
|
|
@@ -37,6 +37,29 @@ export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __Met
|
|
|
37
37
|
* @see {@link CreateVehicleCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ConflictException} (client fault)
|
|
44
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
45
|
+
* more than one operation on the same resource at the same time.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InternalServerException} (server fault)
|
|
48
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
51
|
+
* <p>A service quota was exceeded. </p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>The resource wasn't found.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
57
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ValidationException} (client fault)
|
|
60
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
40
63
|
*/
|
|
41
64
|
export declare class CreateVehicleCommand extends $Command<CreateVehicleCommandInput, CreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
42
65
|
readonly input: CreateVehicleCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M
|
|
|
30
30
|
* @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource wasn't found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
35
51
|
readonly input: DeleteCampaignCommandInput;
|
|
@@ -34,6 +34,23 @@ export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifes
|
|
|
34
34
|
* @see {@link DeleteDecoderManifestCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
42
|
+
* more than one operation on the same resource at the same time.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
37
54
|
*/
|
|
38
55
|
export declare class DeleteDecoderManifestCommand extends $Command<DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
39
56
|
readonly input: DeleteDecoderManifestCommandInput;
|
|
@@ -35,6 +35,19 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat
|
|
|
35
35
|
* @see {@link DeleteFleetCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
38
51
|
*/
|
|
39
52
|
export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
40
53
|
readonly input: DeleteFleetCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface DeleteModelManifestCommandOutput extends DeleteModelManifestRes
|
|
|
33
33
|
* @see {@link DeleteModelManifestCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
41
|
+
* more than one operation on the same resource at the same time.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class DeleteModelManifestCommand extends $Command<DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
38
55
|
readonly input: DeleteModelManifestCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogRes
|
|
|
33
33
|
* @see {@link DeleteSignalCatalogCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p>The request has conflicting operations. This can occur if you're trying to perform
|
|
41
|
+
* more than one operation on the same resource at the same time.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class DeleteSignalCatalogCommand extends $Command<DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
38
55
|
readonly input: DeleteSignalCatalogCommandInput;
|
|
@@ -33,6 +33,19 @@ export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __Met
|
|
|
33
33
|
* @see {@link DeleteVehicleCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
36
49
|
*/
|
|
37
50
|
export declare class DeleteVehicleCommand extends $Command<DeleteVehicleCommandInput, DeleteVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
38
51
|
readonly input: DeleteVehicleCommandInput;
|
|
@@ -34,6 +34,22 @@ export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehic
|
|
|
34
34
|
* @see {@link DisassociateVehicleFleetCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The resource wasn't found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
37
53
|
*/
|
|
38
54
|
export declare class DisassociateVehicleFleetCommand extends $Command<DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
39
55
|
readonly input: DisassociateVehicleFleetCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetCampaignCommandOutput extends GetCampaignResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetCampaignCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource wasn't found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetCampaignCommand extends $Command<GetCampaignCommandInput, GetCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
50
|
readonly input: GetCampaignCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetDecoderManifestCommandOutput extends GetDecoderManifestRespo
|
|
|
29
29
|
* @see {@link GetDecoderManifestCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource wasn't found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetDecoderManifestCommand extends $Command<GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
50
|
readonly input: GetDecoderManifestCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetFleetCommandOutput extends GetFleetResponse, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetFleetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource wasn't found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetFleetCommand extends $Command<GetFleetCommandInput, GetFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
50
|
readonly input: GetFleetCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsRespons
|
|
|
29
29
|
* @see {@link GetLoggingOptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
36
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetLoggingOptionsCommand extends $Command<GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
44
|
readonly input: GetLoggingOptionsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetModelManifestCommandOutput extends GetModelManifestResponse,
|
|
|
29
29
|
* @see {@link GetModelManifestCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource wasn't found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetModelManifestCommand extends $Command<GetModelManifestCommandInput, GetModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
50
|
readonly input: GetModelManifestCommandInput;
|
|
@@ -35,6 +35,22 @@ export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccoun
|
|
|
35
35
|
* @see {@link GetRegisterAccountStatusCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The resource wasn't found.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
38
54
|
*/
|
|
39
55
|
export declare class GetRegisterAccountStatusCommand extends $Command<GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
40
56
|
readonly input: GetRegisterAccountStatusCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse,
|
|
|
29
29
|
* @see {@link GetSignalCatalogCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource wasn't found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetSignalCatalogCommand extends $Command<GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
50
|
readonly input: GetSignalCatalogCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetVehicleCommandOutput extends GetVehicleResponse, __MetadataB
|
|
|
29
29
|
* @see {@link GetVehicleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource wasn't found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetVehicleCommand extends $Command<GetVehicleCommandInput, GetVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
34
50
|
readonly input: GetVehicleCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface GetVehicleStatusCommandOutput extends GetVehicleStatusResponse,
|
|
|
30
30
|
* @see {@link GetVehicleStatusCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource wasn't found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request couldn't be completed due to throttling.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class GetVehicleStatusCommand extends $Command<GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput, IoTFleetWiseClientResolvedConfig> {
|
|
35
51
|
readonly input: GetVehicleStatusCommandInput;
|