diff --git a/clients/client-iotfleetwise/README.md b/clients/client-iotfleetwise/README.md index 20e535f934dc..e35559dda93e 100644 --- a/clients/client-iotfleetwise/README.md +++ b/clients/client-iotfleetwise/README.md @@ -16,7 +16,7 @@ define data collection rules to transfer only high-value data to the cloud. ## Installing -To install the this package, simply type add or install @aws-sdk/client-iotfleetwise +To install this package, simply type add or install @aws-sdk/client-iotfleetwise using your favorite package manager: - `npm install @aws-sdk/client-iotfleetwise` diff --git a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts index 53728f0362ac..d04feba5d0b9 100644 --- a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts @@ -86,6 +86,9 @@ export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleRespo * @throws {@link InternalServerException} (server fault) *
The request couldn't be completed because the server temporarily failed.
* + * @throws {@link LimitExceededException} (client fault) + *A service quota was exceeded.
+ * * @throws {@link ThrottlingException} (client fault) *The request couldn't be completed due to throttling.
* diff --git a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts index 4a6a46adcdd9..7ed09c8b1d77 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts @@ -69,6 +69,9 @@ export interface UpdateVehicleCommandOutput extends UpdateVehicleResponse, __Met * @throws {@link InternalServerException} (server fault) *The request couldn't be completed because the server temporarily failed.
* + * @throws {@link LimitExceededException} (client fault) + *A service quota was exceeded.
+ * * @throws {@link ResourceNotFoundException} (client fault) *The resource wasn't found.
* diff --git a/codegen/sdk-codegen/aws-models/iotfleetwise.json b/codegen/sdk-codegen/aws-models/iotfleetwise.json index 6b7b0162d093..71a5ddd23aa2 100644 --- a/codegen/sdk-codegen/aws-models/iotfleetwise.json +++ b/codegen/sdk-codegen/aws-models/iotfleetwise.json @@ -324,6 +324,9 @@ { "target": "com.amazonaws.iotfleetwise#InternalServerException" }, + { + "target": "com.amazonaws.iotfleetwise#LimitExceededException" + }, { "target": "com.amazonaws.iotfleetwise#ThrottlingException" }, @@ -8439,6 +8442,9 @@ { "target": "com.amazonaws.iotfleetwise#InternalServerException" }, + { + "target": "com.amazonaws.iotfleetwise#LimitExceededException" + }, { "target": "com.amazonaws.iotfleetwise#ResourceNotFoundException" }, @@ -9014,7 +9020,8 @@ }, "traits": { "smithy.api#length": { - "min": 1 + "min": 1, + "max": 10 } } }, @@ -9243,7 +9250,8 @@ }, "traits": { "smithy.api#length": { - "min": 1 + "min": 1, + "max": 10 } } },