@aws-sdk/client-cloudtrail 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.
@@ -2748,8 +2748,9 @@ export declare class InvalidSnsTopicNameException extends __BaseException {
2748
2748
  }
2749
2749
  /**
2750
2750
  * <p>This exception is no longer in use.</p>
2751
- * @public
2751
+ *
2752
2752
  * @deprecated
2753
+ * @public
2753
2754
  */
2754
2755
  export declare class KmsKeyDisabledException extends __BaseException {
2755
2756
  readonly name: "KmsKeyDisabledException";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudtrail",
3
3
  "description": "AWS SDK for JavaScript Cloudtrail 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-cloudtrail",