@aws-sdk/client-signer 3.535.0 → 3.536.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.
@@ -1557,8 +1557,9 @@ export interface StartSigningJobResponse {
1557
1557
  /**
1558
1558
  * <p>The request was denied due to request throttling.</p>
1559
1559
  * <p>Instead of this error, <code>TooManyRequestsException</code> should be used.</p>
1560
- * @public
1560
+ *
1561
1561
  * @deprecated Instead of this error, TooManyRequestsException should be used.
1562
+ * @public
1562
1563
  */
1563
1564
  export declare class ThrottlingException extends __BaseException {
1564
1565
  readonly name: "ThrottlingException";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-signer",
3
3
  "description": "AWS SDK for JavaScript Signer Client for Node.js, Browser and React Native",
4
- "version": "3.535.0",
4
+ "version": "3.536.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-signer",