Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
james-hu committed Jun 17, 2024
1 parent b25f8c2 commit 0cc60cd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,26 @@ true if it could be an error thrown from AWS SDK v2 or v3

___

##### isPossibleAwsThrottlingError

**isPossibleAwsThrottlingError**(`error`): error is PossibleAwsError

Check whether the error thrown from AWS SDK v2 or v3 is a throttling error.

###### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `error` | `any` | AWS error |

###### Returns

error is PossibleAwsError

true if it is a throttling error

___

##### isPossibleAwsV2Error

**isPossibleAwsV2Error**(`error`): error is PossibleAwsV2Error
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@handy-common-utils/aws-utils",
"version": "3.1.1",
"version": "3.1.2",
"description": "AWS related utilities",
"scripts": {
"pretest": "eslint . --ext .ts",
Expand Down

0 comments on commit 0cc60cd

Please sign in to comment.