@aws-sdk/client-lambda 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Lambda.d.ts +1087 -320
- package/dist-types/ts3.4/LambdaClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +39 -24
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/LambdaServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1639 -2086
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Lambda } from "../Lambda";
|
|
3
|
-
import { LambdaClient } from "../LambdaClient";
|
|
4
|
-
export interface LambdaPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Lambda } from "../Lambda";
|
|
3
|
+
import { LambdaClient } from "../LambdaClient";
|
|
4
|
+
export interface LambdaPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Lambda | LambdaClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAliasesCommandInput,
|
|
4
|
+
ListAliasesCommandOutput,
|
|
5
|
+
} from "../commands/ListAliasesCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAliases(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListAliasesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAliasesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCodeSigningConfigsCommandInput,
|
|
4
|
+
ListCodeSigningConfigsCommandOutput,
|
|
5
|
+
} from "../commands/ListCodeSigningConfigsCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCodeSigningConfigs(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListCodeSigningConfigsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCodeSigningConfigsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEventSourceMappingsCommandInput,
|
|
4
|
+
ListEventSourceMappingsCommandOutput,
|
|
5
|
+
} from "../commands/ListEventSourceMappingsCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEventSourceMappings(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListEventSourceMappingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEventSourceMappingsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFunctionEventInvokeConfigsCommandInput,
|
|
4
|
+
ListFunctionEventInvokeConfigsCommandOutput,
|
|
5
|
+
} from "../commands/ListFunctionEventInvokeConfigsCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFunctionEventInvokeConfigs(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListFunctionEventInvokeConfigsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFunctionUrlConfigsCommandInput,
|
|
4
|
+
ListFunctionUrlConfigsCommandOutput,
|
|
5
|
+
} from "../commands/ListFunctionUrlConfigsCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFunctionUrlConfigs(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListFunctionUrlConfigsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFunctionUrlConfigsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFunctionsByCodeSigningConfigCommandInput,
|
|
4
|
+
ListFunctionsByCodeSigningConfigCommandOutput,
|
|
5
|
+
} from "../commands/ListFunctionsByCodeSigningConfigCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFunctionsByCodeSigningConfig(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListFunctionsByCodeSigningConfigCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFunctionsCommandInput,
|
|
4
|
+
ListFunctionsCommandOutput,
|
|
5
|
+
} from "../commands/ListFunctionsCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFunctions(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListFunctionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFunctionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListLayerVersionsCommandInput,
|
|
4
|
+
ListLayerVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListLayerVersionsCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListLayerVersions(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListLayerVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListLayerVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListLayersCommandInput,
|
|
4
|
+
ListLayersCommandOutput,
|
|
5
|
+
} from "../commands/ListLayersCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListLayers(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListLayersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListLayersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListProvisionedConcurrencyConfigsCommandInput,
|
|
4
|
+
ListProvisionedConcurrencyConfigsCommandOutput,
|
|
5
|
+
} from "../commands/ListProvisionedConcurrencyConfigsCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListProvisionedConcurrencyConfigs(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListProvisionedConcurrencyConfigsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListVersionsByFunctionCommandInput,
|
|
4
|
+
ListVersionsByFunctionCommandOutput,
|
|
5
|
+
} from "../commands/ListVersionsByFunctionCommand";
|
|
6
|
+
import { LambdaPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListVersionsByFunction(
|
|
8
|
+
config: LambdaPaginationConfiguration,
|
|
9
|
+
input: ListVersionsByFunctionCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListVersionsByFunctionCommandOutput>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListAliasesPaginator";
|
|
3
|
-
export * from "./ListCodeSigningConfigsPaginator";
|
|
4
|
-
export * from "./ListEventSourceMappingsPaginator";
|
|
5
|
-
export * from "./ListFunctionEventInvokeConfigsPaginator";
|
|
6
|
-
export * from "./ListFunctionUrlConfigsPaginator";
|
|
7
|
-
export * from "./ListFunctionsByCodeSigningConfigPaginator";
|
|
8
|
-
export * from "./ListFunctionsPaginator";
|
|
9
|
-
export * from "./ListLayerVersionsPaginator";
|
|
10
|
-
export * from "./ListLayersPaginator";
|
|
11
|
-
export * from "./ListProvisionedConcurrencyConfigsPaginator";
|
|
12
|
-
export * from "./ListVersionsByFunctionPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAliasesPaginator";
|
|
3
|
+
export * from "./ListCodeSigningConfigsPaginator";
|
|
4
|
+
export * from "./ListEventSourceMappingsPaginator";
|
|
5
|
+
export * from "./ListFunctionEventInvokeConfigsPaginator";
|
|
6
|
+
export * from "./ListFunctionUrlConfigsPaginator";
|
|
7
|
+
export * from "./ListFunctionsByCodeSigningConfigPaginator";
|
|
8
|
+
export * from "./ListFunctionsPaginator";
|
|
9
|
+
export * from "./ListLayerVersionsPaginator";
|
|
10
|
+
export * from "./ListLayersPaginator";
|
|
11
|
+
export * from "./ListProvisionedConcurrencyConfigsPaginator";
|
|
12
|
+
export * from "./ListVersionsByFunctionPaginator";
|