@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.
Files changed (51) hide show
  1. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +16 -0
  2. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +16 -0
  3. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +13 -0
  4. package/dist-types/commands/CreateCampaignCommand.d.ts +23 -0
  5. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +26 -0
  6. package/dist-types/commands/CreateFleetCommand.d.ts +23 -0
  7. package/dist-types/commands/CreateModelManifestCommand.d.ts +26 -0
  8. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +27 -0
  9. package/dist-types/commands/CreateVehicleCommand.d.ts +23 -0
  10. package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +17 -0
  12. package/dist-types/commands/DeleteFleetCommand.d.ts +13 -0
  13. package/dist-types/commands/DeleteModelManifestCommand.d.ts +17 -0
  14. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +17 -0
  15. package/dist-types/commands/DeleteVehicleCommand.d.ts +13 -0
  16. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +16 -0
  17. package/dist-types/commands/GetCampaignCommand.d.ts +16 -0
  18. package/dist-types/commands/GetDecoderManifestCommand.d.ts +16 -0
  19. package/dist-types/commands/GetFleetCommand.d.ts +16 -0
  20. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +10 -0
  21. package/dist-types/commands/GetModelManifestCommand.d.ts +16 -0
  22. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +16 -0
  23. package/dist-types/commands/GetSignalCatalogCommand.d.ts +16 -0
  24. package/dist-types/commands/GetVehicleCommand.d.ts +16 -0
  25. package/dist-types/commands/GetVehicleStatusCommand.d.ts +16 -0
  26. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +26 -0
  27. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +26 -0
  28. package/dist-types/commands/ListCampaignsCommand.d.ts +13 -0
  29. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +16 -0
  30. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +13 -0
  32. package/dist-types/commands/ListFleetsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +16 -0
  34. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +19 -0
  35. package/dist-types/commands/ListModelManifestsCommand.d.ts +13 -0
  36. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +19 -0
  37. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +13 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  39. package/dist-types/commands/ListVehiclesCommand.d.ts +13 -0
  40. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +16 -0
  41. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +20 -0
  42. package/dist-types/commands/RegisterAccountCommand.d.ts +20 -0
  43. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  44. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  45. package/dist-types/commands/UpdateCampaignCommand.d.ts +20 -0
  46. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +26 -0
  47. package/dist-types/commands/UpdateFleetCommand.d.ts +20 -0
  48. package/dist-types/commands/UpdateModelManifestCommand.d.ts +23 -0
  49. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +30 -0
  50. package/dist-types/commands/UpdateVehicleCommand.d.ts +20 -0
  51. package/package.json +29 -29
@@ -30,6 +30,32 @@ export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifes
30
30
  * @see {@link ImportDecoderManifestCommandOutput} 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 DecoderManifestValidationException} (client fault)
41
+ * <p>The request couldn't be completed because it contains signal decoders with one or more validation errors.</p>
42
+ *
43
+ * @throws {@link InvalidSignalsException} (client fault)
44
+ * <p>The request couldn't be completed because it contains signals that aren't valid.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The resource wasn't found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request couldn't be completed due to throttling.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
54
+ *
55
+ * @throws {@link InternalServerException} (server fault)
56
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
57
+ *
58
+ *
33
59
  */
34
60
  export declare class ImportDecoderManifestCommand extends $Command<ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
35
61
  readonly input: ImportDecoderManifestCommandInput;
@@ -30,6 +30,32 @@ export interface ImportSignalCatalogCommandOutput extends ImportSignalCatalogRes
30
30
  * @see {@link ImportSignalCatalogCommandOutput} 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 InternalServerException} (server fault)
41
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
42
+ *
43
+ * @throws {@link InvalidSignalsException} (client fault)
44
+ * <p>The request couldn't be completed because it contains signals that aren't valid.</p>
45
+ *
46
+ * @throws {@link LimitExceededException} (client fault)
47
+ * <p>A service quota was exceeded. </p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>The resource wasn't found.</p>
51
+ *
52
+ * @throws {@link ThrottlingException} (client fault)
53
+ * <p>The request couldn't be completed due to throttling.</p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
57
+ *
58
+ *
33
59
  */
34
60
  export declare class ImportSignalCatalogCommand extends $Command<ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
35
61
  readonly input: ImportSignalCatalogCommandInput;
@@ -32,6 +32,19 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
32
32
  * @see {@link ListCampaignsCommandOutput} 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 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
+ *
35
48
  */
36
49
  export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
50
  readonly input: ListCampaignsCommandInput;
@@ -32,6 +32,22 @@ export interface ListDecoderManifestNetworkInterfacesCommandOutput extends ListD
32
32
  * @see {@link ListDecoderManifestNetworkInterfacesCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource wasn't found.</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
+ *
35
51
  */
36
52
  export declare class ListDecoderManifestNetworkInterfacesCommand extends $Command<ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
53
  readonly input: ListDecoderManifestNetworkInterfacesCommandInput;
@@ -32,6 +32,22 @@ export interface ListDecoderManifestSignalsCommandOutput extends ListDecoderMani
32
32
  * @see {@link ListDecoderManifestSignalsCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource wasn't found.</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
+ *
35
51
  */
36
52
  export declare class ListDecoderManifestSignalsCommand extends $Command<ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
53
  readonly input: ListDecoderManifestSignalsCommandInput;
@@ -32,6 +32,19 @@ export interface ListDecoderManifestsCommandOutput extends ListDecoderManifestsR
32
32
  * @see {@link ListDecoderManifestsCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</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
+ *
35
48
  */
36
49
  export declare class ListDecoderManifestsCommand extends $Command<ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
50
  readonly input: ListDecoderManifestsCommandInput;
@@ -32,6 +32,22 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB
32
32
  * @see {@link ListFleetsCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource wasn't found.</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
+ *
35
51
  */
36
52
  export declare class ListFleetsCommand extends $Command<ListFleetsCommandInput, ListFleetsCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
53
  readonly input: ListFleetsCommandInput;
@@ -32,6 +32,22 @@ export interface ListFleetsForVehicleCommandOutput extends ListFleetsForVehicleR
32
32
  * @see {@link ListFleetsForVehicleCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource wasn't found.</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
+ *
35
51
  */
36
52
  export declare class ListFleetsForVehicleCommand extends $Command<ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
53
  readonly input: ListFleetsForVehicleCommandInput;
@@ -32,6 +32,25 @@ export interface ListModelManifestNodesCommandOutput extends ListModelManifestNo
32
32
  * @see {@link ListModelManifestNodesCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
40
+ *
41
+ * @throws {@link LimitExceededException} (client fault)
42
+ * <p>A service quota was exceeded. </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
+ *
35
54
  */
36
55
  export declare class ListModelManifestNodesCommand extends $Command<ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
56
  readonly input: ListModelManifestNodesCommandInput;
@@ -32,6 +32,19 @@ export interface ListModelManifestsCommandOutput extends ListModelManifestsRespo
32
32
  * @see {@link ListModelManifestsCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</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
+ *
35
48
  */
36
49
  export declare class ListModelManifestsCommand extends $Command<ListModelManifestsCommandInput, ListModelManifestsCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
50
  readonly input: ListModelManifestsCommandInput;
@@ -32,6 +32,25 @@ export interface ListSignalCatalogNodesCommandOutput extends ListSignalCatalogNo
32
32
  * @see {@link ListSignalCatalogNodesCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
40
+ *
41
+ * @throws {@link LimitExceededException} (client fault)
42
+ * <p>A service quota was exceeded. </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
+ *
35
54
  */
36
55
  export declare class ListSignalCatalogNodesCommand extends $Command<ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
56
  readonly input: ListSignalCatalogNodesCommandInput;
@@ -34,6 +34,19 @@ export interface ListSignalCatalogsCommandOutput extends ListSignalCatalogsRespo
34
34
  * @see {@link ListSignalCatalogsCommandOutput} 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 ThrottlingException} (client fault)
44
+ * <p>The request couldn't be completed due to throttling.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
48
+ *
49
+ *
37
50
  */
38
51
  export declare class ListSignalCatalogsCommand extends $Command<ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput, IoTFleetWiseClientResolvedConfig> {
39
52
  readonly input: ListSignalCatalogsCommandInput;
@@ -29,6 +29,22 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTFleetWiseClientResolvedConfig> {
34
50
  readonly input: ListTagsForResourceCommandInput;
@@ -32,6 +32,19 @@ export interface ListVehiclesCommandOutput extends ListVehiclesResponse, __Metad
32
32
  * @see {@link ListVehiclesCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</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
+ *
35
48
  */
36
49
  export declare class ListVehiclesCommand extends $Command<ListVehiclesCommandInput, ListVehiclesCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
50
  readonly input: ListVehiclesCommandInput;
@@ -32,6 +32,22 @@ export interface ListVehiclesInFleetCommandOutput extends ListVehiclesInFleetRes
32
32
  * @see {@link ListVehiclesInFleetCommandOutput} 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 InternalServerException} (server fault)
39
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource wasn't found.</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
+ *
35
51
  */
36
52
  export declare class ListVehiclesInFleetCommand extends $Command<ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
37
53
  readonly input: ListVehiclesInFleetCommandInput;
@@ -29,6 +29,26 @@ export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsRespons
29
29
  * @see {@link PutLoggingOptionsCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>The request has conflicting operations. This can occur if you're trying to perform
37
+ * more than one operation on the same resource at the same time.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource wasn't found.</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
+ * @throws {@link InternalServerException} (server fault)
49
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class PutLoggingOptionsCommand extends $Command<PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig> {
34
54
  readonly input: PutLoggingOptionsCommandInput;
@@ -39,6 +39,26 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
39
39
  * @see {@link RegisterAccountCommandOutput} for command's `response` shape.
40
40
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
41
41
  *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>You don't have sufficient permission to perform this action.</p>
44
+ *
45
+ * @throws {@link ConflictException} (client fault)
46
+ * <p>The request has conflicting operations. This can occur if you're trying to perform
47
+ * more than one operation on the same resource at the same time.</p>
48
+ *
49
+ * @throws {@link InternalServerException} (server fault)
50
+ * <p>The request couldn't be completed because the server temporarily failed.</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
+ *
42
62
  */
43
63
  export declare class RegisterAccountCommand extends $Command<RegisterAccountCommandInput, RegisterAccountCommandOutput, IoTFleetWiseClientResolvedConfig> {
44
64
  readonly input: RegisterAccountCommandInput;
@@ -30,6 +30,22 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
30
30
  * @see {@link TagResourceCommandOutput} 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 InternalServerException} (server fault)
37
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource wasn't found.</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
+ *
33
49
  */
34
50
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTFleetWiseClientResolvedConfig> {
35
51
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTFleetWiseClientResolvedConfig> {
34
50
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,26 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
29
29
  * @see {@link UpdateCampaignCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>The request has conflicting operations. This can occur if you're trying to perform
37
+ * more than one operation on the same resource at the same time.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource wasn't found.</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
+ * @throws {@link InternalServerException} (server fault)
49
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig> {
34
54
  readonly input: UpdateCampaignCommandInput;
@@ -31,6 +31,32 @@ export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifes
31
31
  * @see {@link UpdateDecoderManifestCommandOutput} for command's `response` shape.
32
32
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You don't have sufficient permission to perform this action.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>The request has conflicting operations. This can occur if you're trying to perform
39
+ * more than one operation on the same resource at the same time.</p>
40
+ *
41
+ * @throws {@link DecoderManifestValidationException} (client fault)
42
+ * <p>The request couldn't be completed because it contains signal decoders with one or more validation errors.</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
+ *
34
60
  */
35
61
  export declare class UpdateDecoderManifestCommand extends $Command<UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
36
62
  readonly input: UpdateDecoderManifestCommandInput;
@@ -33,6 +33,26 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResponse, __Metadat
33
33
  * @see {@link UpdateFleetCommandOutput} 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 ResourceNotFoundException} (client fault)
47
+ * <p>The resource wasn't found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request couldn't be completed due to throttling.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
54
+ *
55
+ *
36
56
  */
37
57
  export declare class UpdateFleetCommand extends $Command<UpdateFleetCommandInput, UpdateFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
38
58
  readonly input: UpdateFleetCommandInput;
@@ -30,6 +30,29 @@ export interface UpdateModelManifestCommandOutput extends UpdateModelManifestRes
30
30
  * @see {@link UpdateModelManifestCommandOutput} 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 InternalServerException} (server fault)
41
+ * <p>The request couldn't be completed because the server temporarily failed.</p>
42
+ *
43
+ * @throws {@link InvalidSignalsException} (client fault)
44
+ * <p>The request couldn't be completed because it contains signals that aren't valid.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The resource wasn't found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request couldn't be completed due to throttling.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
54
+ *
55
+ *
33
56
  */
34
57
  export declare class UpdateModelManifestCommand extends $Command<UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig> {
35
58
  readonly input: UpdateModelManifestCommandInput;
@@ -29,6 +29,36 @@ export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogRes
29
29
  * @see {@link UpdateSignalCatalogCommandOutput} 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 ConflictException} (client fault)
36
+ * <p>The request has conflicting operations. This can occur if you're trying to perform
37
+ * more than one operation on the same resource at the same time.</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 InvalidNodeException} (client fault)
43
+ * <p>The specified node type doesn't match the expected node type for a node. You can
44
+ * specify the node type as branch, sensor, actuator, or attribute.</p>
45
+ *
46
+ * @throws {@link InvalidSignalsException} (client fault)
47
+ * <p>The request couldn't be completed because it contains signals that aren't valid.</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
+ *
32
62
  */
33
63
  export declare class UpdateSignalCatalogCommand extends $Command<UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig> {
34
64
  readonly input: UpdateSignalCatalogCommandInput;