@aws-sdk/client-lambda 3.296.0 → 3.297.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.
Files changed (83) hide show
  1. package/dist-types/Lambda.d.ts +66 -0
  2. package/dist-types/LambdaClient.d.ts +24 -4
  3. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +16 -0
  4. package/dist-types/commands/AddPermissionCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteAliasCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +16 -0
  20. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAliasCommand.d.ts +16 -0
  22. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +16 -0
  23. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +16 -0
  24. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +16 -0
  25. package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
  26. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +16 -0
  27. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +16 -0
  28. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +16 -0
  29. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +16 -0
  30. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +16 -0
  31. package/dist-types/commands/GetLayerVersionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +16 -0
  33. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  34. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +16 -0
  35. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +16 -0
  36. package/dist-types/commands/InvokeAsyncCommand.d.ts +17 -2
  37. package/dist-types/commands/InvokeCommand.d.ts +16 -0
  38. package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
  39. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +16 -0
  42. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +16 -0
  44. package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListLayerVersionsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListLayersCommand.d.ts +16 -0
  47. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +16 -0
  50. package/dist-types/commands/PublishLayerVersionCommand.d.ts +16 -0
  51. package/dist-types/commands/PublishVersionCommand.d.ts +16 -0
  52. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +16 -0
  54. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +16 -0
  55. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +16 -0
  56. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +16 -0
  57. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +16 -0
  58. package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
  59. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  60. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateAliasCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +16 -0
  68. package/dist-types/models/LambdaServiceException.d.ts +2 -0
  69. package/dist-types/models/models_0.d.ts +459 -1
  70. package/dist-types/pagination/Interfaces.d.ts +3 -0
  71. package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListFunctionsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListLayersPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +3 -0
  82. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -2
  83. package/package.json +3 -3
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { LambdaClient } from "../LambdaClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface LambdaPaginationConfiguration extends PaginationConfiguration {
4
7
  client: LambdaClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAliases(config: LambdaPaginationConfiguration, input: ListAliasesCommandInput, ...additionalArguments: any): Paginator<ListAliasesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "../commands/ListCodeSigningConfigsCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCodeSigningConfigs(config: LambdaPaginationConfiguration, input: ListCodeSigningConfigsCommandInput, ...additionalArguments: any): Paginator<ListCodeSigningConfigsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "../commands/ListEventSourceMappingsCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListEventSourceMappings(config: LambdaPaginationConfiguration, input: ListEventSourceMappingsCommandInput, ...additionalArguments: any): Paginator<ListEventSourceMappingsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "../commands/ListFunctionEventInvokeConfigsCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListFunctionEventInvokeConfigs(config: LambdaPaginationConfiguration, input: ListFunctionEventInvokeConfigsCommandInput, ...additionalArguments: any): Paginator<ListFunctionEventInvokeConfigsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput } from "../commands/ListFunctionUrlConfigsCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListFunctionUrlConfigs(config: LambdaPaginationConfiguration, input: ListFunctionUrlConfigsCommandInput, ...additionalArguments: any): Paginator<ListFunctionUrlConfigsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "../commands/ListFunctionsByCodeSigningConfigCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListFunctionsByCodeSigningConfig(config: LambdaPaginationConfiguration, input: ListFunctionsByCodeSigningConfigCommandInput, ...additionalArguments: any): Paginator<ListFunctionsByCodeSigningConfigCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListFunctions(config: LambdaPaginationConfiguration, input: ListFunctionsCommandInput, ...additionalArguments: any): Paginator<ListFunctionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "../commands/ListLayerVersionsCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListLayerVersions(config: LambdaPaginationConfiguration, input: ListLayerVersionsCommandInput, ...additionalArguments: any): Paginator<ListLayerVersionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListLayersCommandInput, ListLayersCommandOutput } from "../commands/ListLayersCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListLayers(config: LambdaPaginationConfiguration, input: ListLayersCommandInput, ...additionalArguments: any): Paginator<ListLayersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "../commands/ListProvisionedConcurrencyConfigsCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListProvisionedConcurrencyConfigs(config: LambdaPaginationConfiguration, input: ListProvisionedConcurrencyConfigsCommandInput, ...additionalArguments: any): Paginator<ListProvisionedConcurrencyConfigsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "../commands/ListVersionsByFunctionCommand";
3
3
  import { LambdaPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListVersionsByFunction(config: LambdaPaginationConfiguration, input: ListVersionsByFunctionCommandInput, ...additionalArguments: any): Paginator<ListVersionsByFunctionCommandOutput>;
@@ -12,7 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
15
- type InvokeAsyncCommandInputType = Pick<
15
+ export type InvokeAsyncCommandInputType = Pick<
16
16
  InvokeAsyncRequest,
17
17
  Exclude<keyof InvokeAsyncRequest, "InvokeArgs">
18
18
  > & {
@@ -38,4 +38,3 @@ export declare class InvokeAsyncCommand extends $Command<
38
38
  private serialize;
39
39
  private deserialize;
40
40
  }
41
- export {};
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.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",