@aws-sdk/client-lambda 3.476.0 → 3.478.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.
- package/dist-cjs/pagination/ListAliasesPaginator.js +2 -24
- package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFunctionUrlConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +2 -24
- package/dist-cjs/pagination/ListFunctionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLayerVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLayersPaginator.js +2 -24
- package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +2 -24
- package/dist-cjs/protocols/Aws_restJson1.js +435 -943
- package/dist-es/pagination/ListAliasesPaginator.js +2 -23
- package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListEventSourceMappingsPaginator.js +2 -23
- package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListFunctionUrlConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +2 -23
- package/dist-es/pagination/ListFunctionsPaginator.js +2 -23
- package/dist-es/pagination/ListLayerVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListLayersPaginator.js +2 -23
- package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListVersionsByFunctionPaginator.js +2 -23
- package/dist-es/protocols/Aws_restJson1.js +436 -944
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLayersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +3 -3
- package/package.json +7 -6
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAliases: (config: LambdaPaginationConfiguration, input: ListAliasesCommandInput, ...rest: any[]) => Paginator<ListAliasesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCodeSigningConfigs: (config: LambdaPaginationConfiguration, input: ListCodeSigningConfigsCommandInput, ...rest: any[]) => Paginator<ListCodeSigningConfigsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEventSourceMappings: (config: LambdaPaginationConfiguration, input: ListEventSourceMappingsCommandInput, ...rest: any[]) => Paginator<ListEventSourceMappingsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFunctionEventInvokeConfigs: (config: LambdaPaginationConfiguration, input: ListFunctionEventInvokeConfigsCommandInput, ...rest: any[]) => Paginator<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFunctionUrlConfigs: (config: LambdaPaginationConfiguration, input: ListFunctionUrlConfigsCommandInput, ...rest: any[]) => Paginator<ListFunctionUrlConfigsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFunctionsByCodeSigningConfig: (config: LambdaPaginationConfiguration, input: ListFunctionsByCodeSigningConfigCommandInput, ...rest: any[]) => Paginator<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFunctions: (config: LambdaPaginationConfiguration, input: ListFunctionsCommandInput, ...rest: any[]) => Paginator<ListFunctionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListLayerVersions: (config: LambdaPaginationConfiguration, input: ListLayerVersionsCommandInput, ...rest: any[]) => Paginator<ListLayerVersionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListLayers: (config: LambdaPaginationConfiguration, input: ListLayersCommandInput, ...rest: any[]) => Paginator<ListLayersCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListProvisionedConcurrencyConfigs: (config: LambdaPaginationConfiguration, input: ListProvisionedConcurrencyConfigsCommandInput, ...rest: any[]) => Paginator<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListVersionsByFunction: (config: LambdaPaginationConfiguration, input: ListVersionsByFunctionCommandInput, ...rest: any[]) => Paginator<ListVersionsByFunctionCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAliasesCommandOutput,
|
|
5
5
|
} from "../commands/ListAliasesCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAliases: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListAliasesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAliasesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListCodeSigningConfigsCommandOutput,
|
|
5
5
|
} from "../commands/ListCodeSigningConfigsCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCodeSigningConfigs: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListCodeSigningConfigsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCodeSigningConfigsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListEventSourceMappingsCommandOutput,
|
|
5
5
|
} from "../commands/ListEventSourceMappingsCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEventSourceMappings: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListEventSourceMappingsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListEventSourceMappingsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFunctionEventInvokeConfigsCommandOutput,
|
|
5
5
|
} from "../commands/ListFunctionEventInvokeConfigsCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFunctionEventInvokeConfigs: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListFunctionEventInvokeConfigsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFunctionUrlConfigsCommandOutput,
|
|
5
5
|
} from "../commands/ListFunctionUrlConfigsCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFunctionUrlConfigs: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListFunctionUrlConfigsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFunctionUrlConfigsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFunctionsByCodeSigningConfigCommandOutput,
|
|
5
5
|
} from "../commands/ListFunctionsByCodeSigningConfigCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFunctionsByCodeSigningConfig: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListFunctionsByCodeSigningConfigCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFunctionsCommandOutput,
|
|
5
5
|
} from "../commands/ListFunctionsCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFunctions: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListFunctionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFunctionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListLayerVersionsCommandOutput,
|
|
5
5
|
} from "../commands/ListLayerVersionsCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListLayerVersions: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListLayerVersionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListLayerVersionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListLayersCommandOutput,
|
|
5
5
|
} from "../commands/ListLayersCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListLayers: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListLayersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListLayersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListProvisionedConcurrencyConfigsCommandOutput,
|
|
5
5
|
} from "../commands/ListProvisionedConcurrencyConfigsCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListProvisionedConcurrencyConfigs: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListProvisionedConcurrencyConfigsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListVersionsByFunctionCommandOutput,
|
|
5
5
|
} from "../commands/ListVersionsByFunctionCommand";
|
|
6
6
|
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListVersionsByFunction: (
|
|
8
8
|
config: LambdaPaginationConfiguration,
|
|
9
9
|
input: ListVersionsByFunctionCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListVersionsByFunctionCommandOutput>;
|
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.
|
|
4
|
+
"version": "3.478.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,20 +20,21 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.478.0",
|
|
24
|
+
"@aws-sdk/core": "3.477.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.478.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
+
"@smithy/core": "^1.2.0",
|
|
37
38
|
"@smithy/eventstream-serde-browser": "^2.0.15",
|
|
38
39
|
"@smithy/eventstream-serde-config-resolver": "^2.0.15",
|
|
39
40
|
"@smithy/eventstream-serde-node": "^2.0.15",
|