@aws-sdk/client-lambda 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.
@@ -35,6 +35,8 @@ declare const InvokeAsyncCommand_base: {
35
35
  * <p>If you do use the InvokeAsync action, note that it doesn't support the use of X-Ray active tracing. Trace ID is not
36
36
  * propagated to the function, even if X-Ray active tracing is turned on.</p>
37
37
  * </note>
38
+ *
39
+ * @deprecated
38
40
  * @example
39
41
  * Use a bare-bones client and the command you need to make an API call.
40
42
  * ```javascript
@@ -78,7 +80,6 @@ declare const InvokeAsyncCommand_base: {
78
80
  * <p>Base exception class for all service exceptions from Lambda service.</p>
79
81
  *
80
82
  * @public
81
- * @deprecated
82
83
  */
83
84
  export declare class InvokeAsyncCommand extends InvokeAsyncCommand_base {
84
85
  }
@@ -4072,8 +4072,9 @@ export interface InvokeAsyncRequest {
4072
4072
  }
4073
4073
  /**
4074
4074
  * <p>A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation.</p>
4075
- * @public
4075
+ *
4076
4076
  * @deprecated
4077
+ * @public
4077
4078
  */
4078
4079
  export interface InvokeAsyncResponse {
4079
4080
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lambda",
3
3
  "description": "AWS SDK for JavaScript Lambda 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-lambda",