@aws-sdk/client-rds-data 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.
@@ -31,6 +31,8 @@ declare const ExecuteSqlCommand_base: {
31
31
  * <p>This operation isn't supported for Aurora PostgreSQL Serverless v2 and provisioned DB clusters, and for Aurora Serverless v1 DB clusters,
32
32
  * the operation is deprecated. Use the <code>BatchExecuteStatement</code> or <code>ExecuteStatement</code> operation.</p>
33
33
  * </note>
34
+ *
35
+ * @deprecated The ExecuteSql API is deprecated, please use the ExecuteStatement API.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -142,7 +144,6 @@ declare const ExecuteSqlCommand_base: {
142
144
  * <p>Base exception class for all service exceptions from RDSData service.</p>
143
145
  *
144
146
  * @public
145
- * @deprecated The ExecuteSql API is deprecated, please use the ExecuteStatement API.
146
147
  */
147
148
  export declare class ExecuteSqlCommand extends ExecuteSqlCommand_base {
148
149
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds-data",
3
3
  "description": "AWS SDK for JavaScript Rds Data 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-rds-data",