@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,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
14
|
+
export interface GetFunctionCommandInput extends GetFunctionRequest {}
|
|
15
|
+
export interface GetFunctionCommandOutput
|
|
16
|
+
extends GetFunctionResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetFunctionCommand extends $Command<
|
|
19
|
+
GetFunctionCommandInput,
|
|
20
|
+
GetFunctionCommandOutput,
|
|
21
|
+
LambdaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetFunctionCommandInput;
|
|
24
|
+
constructor(input: GetFunctionCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LambdaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetFunctionConcurrencyRequest,
|
|
15
|
+
GetFunctionConcurrencyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetFunctionConcurrencyCommandInput
|
|
18
|
+
extends GetFunctionConcurrencyRequest {}
|
|
19
|
+
export interface GetFunctionConcurrencyCommandOutput
|
|
20
|
+
extends GetFunctionConcurrencyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetFunctionConcurrencyCommand extends $Command<
|
|
23
|
+
GetFunctionConcurrencyCommandInput,
|
|
24
|
+
GetFunctionConcurrencyCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFunctionConcurrencyCommandInput;
|
|
28
|
+
constructor(input: GetFunctionConcurrencyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetFunctionConcurrencyCommandInput,
|
|
35
|
+
GetFunctionConcurrencyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import {
|
|
14
|
+
FunctionConfiguration,
|
|
15
|
+
GetFunctionConfigurationRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetFunctionConfigurationCommandInput
|
|
18
|
+
extends GetFunctionConfigurationRequest {}
|
|
19
|
+
export interface GetFunctionConfigurationCommandOutput
|
|
20
|
+
extends FunctionConfiguration,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetFunctionConfigurationCommand extends $Command<
|
|
23
|
+
GetFunctionConfigurationCommandInput,
|
|
24
|
+
GetFunctionConfigurationCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFunctionConfigurationCommandInput;
|
|
28
|
+
constructor(input: GetFunctionConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetFunctionConfigurationCommandInput,
|
|
35
|
+
GetFunctionConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import {
|
|
14
|
+
FunctionEventInvokeConfig,
|
|
15
|
+
GetFunctionEventInvokeConfigRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetFunctionEventInvokeConfigCommandInput
|
|
18
|
+
extends GetFunctionEventInvokeConfigRequest {}
|
|
19
|
+
export interface GetFunctionEventInvokeConfigCommandOutput
|
|
20
|
+
extends FunctionEventInvokeConfig,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetFunctionEventInvokeConfigCommand extends $Command<
|
|
23
|
+
GetFunctionEventInvokeConfigCommandInput,
|
|
24
|
+
GetFunctionEventInvokeConfigCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFunctionEventInvokeConfigCommandInput;
|
|
28
|
+
constructor(input: GetFunctionEventInvokeConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetFunctionEventInvokeConfigCommandInput,
|
|
35
|
+
GetFunctionEventInvokeConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetFunctionUrlConfigRequest,
|
|
15
|
+
GetFunctionUrlConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetFunctionUrlConfigCommandInput
|
|
18
|
+
extends GetFunctionUrlConfigRequest {}
|
|
19
|
+
export interface GetFunctionUrlConfigCommandOutput
|
|
20
|
+
extends GetFunctionUrlConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetFunctionUrlConfigCommand extends $Command<
|
|
23
|
+
GetFunctionUrlConfigCommandInput,
|
|
24
|
+
GetFunctionUrlConfigCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFunctionUrlConfigCommandInput;
|
|
28
|
+
constructor(input: GetFunctionUrlConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetFunctionUrlConfigCommandInput,
|
|
35
|
+
GetFunctionUrlConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetLayerVersionByArnRequest,
|
|
15
|
+
GetLayerVersionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetLayerVersionByArnCommandInput
|
|
18
|
+
extends GetLayerVersionByArnRequest {}
|
|
19
|
+
export interface GetLayerVersionByArnCommandOutput
|
|
20
|
+
extends GetLayerVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetLayerVersionByArnCommand extends $Command<
|
|
23
|
+
GetLayerVersionByArnCommandInput,
|
|
24
|
+
GetLayerVersionByArnCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetLayerVersionByArnCommandInput;
|
|
28
|
+
constructor(input: GetLayerVersionByArnCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetLayerVersionByArnCommandInput,
|
|
35
|
+
GetLayerVersionByArnCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetLayerVersionRequest,
|
|
15
|
+
GetLayerVersionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetLayerVersionCommandInput extends GetLayerVersionRequest {}
|
|
18
|
+
export interface GetLayerVersionCommandOutput
|
|
19
|
+
extends GetLayerVersionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetLayerVersionCommand extends $Command<
|
|
22
|
+
GetLayerVersionCommandInput,
|
|
23
|
+
GetLayerVersionCommandOutput,
|
|
24
|
+
LambdaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetLayerVersionCommandInput;
|
|
27
|
+
constructor(input: GetLayerVersionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LambdaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetLayerVersionCommandInput, GetLayerVersionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetLayerVersionPolicyRequest,
|
|
15
|
+
GetLayerVersionPolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetLayerVersionPolicyCommandInput
|
|
18
|
+
extends GetLayerVersionPolicyRequest {}
|
|
19
|
+
export interface GetLayerVersionPolicyCommandOutput
|
|
20
|
+
extends GetLayerVersionPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetLayerVersionPolicyCommand extends $Command<
|
|
23
|
+
GetLayerVersionPolicyCommandInput,
|
|
24
|
+
GetLayerVersionPolicyCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetLayerVersionPolicyCommandInput;
|
|
28
|
+
constructor(input: GetLayerVersionPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetLayerVersionPolicyCommandInput,
|
|
35
|
+
GetLayerVersionPolicyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
14
|
+
export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
15
|
+
export interface GetPolicyCommandOutput
|
|
16
|
+
extends GetPolicyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetPolicyCommand extends $Command<
|
|
19
|
+
GetPolicyCommandInput,
|
|
20
|
+
GetPolicyCommandOutput,
|
|
21
|
+
LambdaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetPolicyCommandInput;
|
|
24
|
+
constructor(input: GetPolicyCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LambdaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetProvisionedConcurrencyConfigRequest,
|
|
15
|
+
GetProvisionedConcurrencyConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetProvisionedConcurrencyConfigCommandInput
|
|
18
|
+
extends GetProvisionedConcurrencyConfigRequest {}
|
|
19
|
+
export interface GetProvisionedConcurrencyConfigCommandOutput
|
|
20
|
+
extends GetProvisionedConcurrencyConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetProvisionedConcurrencyConfigCommand extends $Command<
|
|
23
|
+
GetProvisionedConcurrencyConfigCommandInput,
|
|
24
|
+
GetProvisionedConcurrencyConfigCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetProvisionedConcurrencyConfigCommandInput;
|
|
28
|
+
constructor(input: GetProvisionedConcurrencyConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetProvisionedConcurrencyConfigCommandInput,
|
|
35
|
+
GetProvisionedConcurrencyConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,24 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
export
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LambdaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LambdaClient";
|
|
13
|
+
import { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
|
|
14
|
+
declare type InvokeAsyncCommandInputType = Pick<
|
|
15
|
+
InvokeAsyncRequest,
|
|
16
|
+
Exclude<keyof InvokeAsyncRequest, "InvokeArgs">
|
|
17
|
+
> & {
|
|
18
|
+
InvokeArgs: InvokeAsyncRequest["InvokeArgs"] | string | Uint8Array | Buffer;
|
|
19
|
+
};
|
|
20
|
+
export interface InvokeAsyncCommandInput extends InvokeAsyncCommandInputType {}
|
|
21
|
+
export interface InvokeAsyncCommandOutput
|
|
22
|
+
extends InvokeAsyncResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class InvokeAsyncCommand extends $Command<
|
|
25
|
+
InvokeAsyncCommandInput,
|
|
26
|
+
InvokeAsyncCommandOutput,
|
|
27
|
+
LambdaClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: InvokeAsyncCommandInput;
|
|
30
|
+
constructor(input: InvokeAsyncCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LambdaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<InvokeAsyncCommandInput, InvokeAsyncCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
39
|
+
export {};
|