@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,30 @@
|
|
|
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 { UntagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UntagResourceCommand extends $Command<
|
|
17
|
+
UntagResourceCommandInput,
|
|
18
|
+
UntagResourceCommandOutput,
|
|
19
|
+
LambdaClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UntagResourceCommandInput;
|
|
22
|
+
constructor(input: UntagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: LambdaClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -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 { AliasConfiguration, UpdateAliasRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateAliasCommandInput extends UpdateAliasRequest {}
|
|
15
|
+
export interface UpdateAliasCommandOutput
|
|
16
|
+
extends AliasConfiguration,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateAliasCommand extends $Command<
|
|
19
|
+
UpdateAliasCommandInput,
|
|
20
|
+
UpdateAliasCommandOutput,
|
|
21
|
+
LambdaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateAliasCommandInput;
|
|
24
|
+
constructor(input: UpdateAliasCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LambdaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateAliasCommandInput, UpdateAliasCommandOutput>;
|
|
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
|
+
UpdateCodeSigningConfigRequest,
|
|
15
|
+
UpdateCodeSigningConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateCodeSigningConfigCommandInput
|
|
18
|
+
extends UpdateCodeSigningConfigRequest {}
|
|
19
|
+
export interface UpdateCodeSigningConfigCommandOutput
|
|
20
|
+
extends UpdateCodeSigningConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateCodeSigningConfigCommand extends $Command<
|
|
23
|
+
UpdateCodeSigningConfigCommandInput,
|
|
24
|
+
UpdateCodeSigningConfigCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateCodeSigningConfigCommandInput;
|
|
28
|
+
constructor(input: UpdateCodeSigningConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateCodeSigningConfigCommandInput,
|
|
35
|
+
UpdateCodeSigningConfigCommandOutput
|
|
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
|
+
EventSourceMappingConfiguration,
|
|
15
|
+
UpdateEventSourceMappingRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateEventSourceMappingCommandInput
|
|
18
|
+
extends UpdateEventSourceMappingRequest {}
|
|
19
|
+
export interface UpdateEventSourceMappingCommandOutput
|
|
20
|
+
extends EventSourceMappingConfiguration,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateEventSourceMappingCommand extends $Command<
|
|
23
|
+
UpdateEventSourceMappingCommandInput,
|
|
24
|
+
UpdateEventSourceMappingCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateEventSourceMappingCommandInput;
|
|
28
|
+
constructor(input: UpdateEventSourceMappingCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateEventSourceMappingCommandInput,
|
|
35
|
+
UpdateEventSourceMappingCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
UpdateFunctionCodeRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateFunctionCodeCommandInput
|
|
18
|
+
extends UpdateFunctionCodeRequest {}
|
|
19
|
+
export interface UpdateFunctionCodeCommandOutput
|
|
20
|
+
extends FunctionConfiguration,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateFunctionCodeCommand extends $Command<
|
|
23
|
+
UpdateFunctionCodeCommandInput,
|
|
24
|
+
UpdateFunctionCodeCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateFunctionCodeCommandInput;
|
|
28
|
+
constructor(input: UpdateFunctionCodeCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
UpdateFunctionConfigurationRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateFunctionConfigurationCommandInput
|
|
18
|
+
extends UpdateFunctionConfigurationRequest {}
|
|
19
|
+
export interface UpdateFunctionConfigurationCommandOutput
|
|
20
|
+
extends FunctionConfiguration,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateFunctionConfigurationCommand extends $Command<
|
|
23
|
+
UpdateFunctionConfigurationCommandInput,
|
|
24
|
+
UpdateFunctionConfigurationCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateFunctionConfigurationCommandInput;
|
|
28
|
+
constructor(input: UpdateFunctionConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateFunctionConfigurationCommandInput,
|
|
35
|
+
UpdateFunctionConfigurationCommandOutput
|
|
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
|
+
UpdateFunctionEventInvokeConfigRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateFunctionEventInvokeConfigCommandInput
|
|
18
|
+
extends UpdateFunctionEventInvokeConfigRequest {}
|
|
19
|
+
export interface UpdateFunctionEventInvokeConfigCommandOutput
|
|
20
|
+
extends FunctionEventInvokeConfig,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateFunctionEventInvokeConfigCommand extends $Command<
|
|
23
|
+
UpdateFunctionEventInvokeConfigCommandInput,
|
|
24
|
+
UpdateFunctionEventInvokeConfigCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateFunctionEventInvokeConfigCommandInput;
|
|
28
|
+
constructor(input: UpdateFunctionEventInvokeConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateFunctionEventInvokeConfigCommandInput,
|
|
35
|
+
UpdateFunctionEventInvokeConfigCommandOutput
|
|
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
|
+
UpdateFunctionUrlConfigRequest,
|
|
15
|
+
UpdateFunctionUrlConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateFunctionUrlConfigCommandInput
|
|
18
|
+
extends UpdateFunctionUrlConfigRequest {}
|
|
19
|
+
export interface UpdateFunctionUrlConfigCommandOutput
|
|
20
|
+
extends UpdateFunctionUrlConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateFunctionUrlConfigCommand extends $Command<
|
|
23
|
+
UpdateFunctionUrlConfigCommandInput,
|
|
24
|
+
UpdateFunctionUrlConfigCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateFunctionUrlConfigCommandInput;
|
|
28
|
+
constructor(input: UpdateFunctionUrlConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateFunctionUrlConfigCommandInput,
|
|
35
|
+
UpdateFunctionUrlConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
export * from "./AddLayerVersionPermissionCommand";
|
|
2
|
-
export * from "./AddPermissionCommand";
|
|
3
|
-
export * from "./CreateAliasCommand";
|
|
4
|
-
export * from "./CreateCodeSigningConfigCommand";
|
|
5
|
-
export * from "./CreateEventSourceMappingCommand";
|
|
6
|
-
export * from "./CreateFunctionCommand";
|
|
7
|
-
export * from "./CreateFunctionUrlConfigCommand";
|
|
8
|
-
export * from "./DeleteAliasCommand";
|
|
9
|
-
export * from "./DeleteCodeSigningConfigCommand";
|
|
10
|
-
export * from "./DeleteEventSourceMappingCommand";
|
|
11
|
-
export * from "./DeleteFunctionCodeSigningConfigCommand";
|
|
12
|
-
export * from "./DeleteFunctionCommand";
|
|
13
|
-
export * from "./DeleteFunctionConcurrencyCommand";
|
|
14
|
-
export * from "./DeleteFunctionEventInvokeConfigCommand";
|
|
15
|
-
export * from "./DeleteFunctionUrlConfigCommand";
|
|
16
|
-
export * from "./DeleteLayerVersionCommand";
|
|
17
|
-
export * from "./DeleteProvisionedConcurrencyConfigCommand";
|
|
18
|
-
export * from "./GetAccountSettingsCommand";
|
|
19
|
-
export * from "./GetAliasCommand";
|
|
20
|
-
export * from "./GetCodeSigningConfigCommand";
|
|
21
|
-
export * from "./GetEventSourceMappingCommand";
|
|
22
|
-
export * from "./GetFunctionCodeSigningConfigCommand";
|
|
23
|
-
export * from "./GetFunctionCommand";
|
|
24
|
-
export * from "./GetFunctionConcurrencyCommand";
|
|
25
|
-
export * from "./GetFunctionConfigurationCommand";
|
|
26
|
-
export * from "./GetFunctionEventInvokeConfigCommand";
|
|
27
|
-
export * from "./GetFunctionUrlConfigCommand";
|
|
28
|
-
export * from "./GetLayerVersionByArnCommand";
|
|
29
|
-
export * from "./GetLayerVersionCommand";
|
|
30
|
-
export * from "./GetLayerVersionPolicyCommand";
|
|
31
|
-
export * from "./GetPolicyCommand";
|
|
32
|
-
export * from "./GetProvisionedConcurrencyConfigCommand";
|
|
33
|
-
export * from "./InvokeAsyncCommand";
|
|
34
|
-
export * from "./InvokeCommand";
|
|
35
|
-
export * from "./ListAliasesCommand";
|
|
36
|
-
export * from "./ListCodeSigningConfigsCommand";
|
|
37
|
-
export * from "./ListEventSourceMappingsCommand";
|
|
38
|
-
export * from "./ListFunctionEventInvokeConfigsCommand";
|
|
39
|
-
export * from "./ListFunctionUrlConfigsCommand";
|
|
40
|
-
export * from "./ListFunctionsByCodeSigningConfigCommand";
|
|
41
|
-
export * from "./ListFunctionsCommand";
|
|
42
|
-
export * from "./ListLayerVersionsCommand";
|
|
43
|
-
export * from "./ListLayersCommand";
|
|
44
|
-
export * from "./ListProvisionedConcurrencyConfigsCommand";
|
|
45
|
-
export * from "./ListTagsCommand";
|
|
46
|
-
export * from "./ListVersionsByFunctionCommand";
|
|
47
|
-
export * from "./PublishLayerVersionCommand";
|
|
48
|
-
export * from "./PublishVersionCommand";
|
|
49
|
-
export * from "./PutFunctionCodeSigningConfigCommand";
|
|
50
|
-
export * from "./PutFunctionConcurrencyCommand";
|
|
51
|
-
export * from "./PutFunctionEventInvokeConfigCommand";
|
|
52
|
-
export * from "./PutProvisionedConcurrencyConfigCommand";
|
|
53
|
-
export * from "./RemoveLayerVersionPermissionCommand";
|
|
54
|
-
export * from "./RemovePermissionCommand";
|
|
55
|
-
export * from "./TagResourceCommand";
|
|
56
|
-
export * from "./UntagResourceCommand";
|
|
57
|
-
export * from "./UpdateAliasCommand";
|
|
58
|
-
export * from "./UpdateCodeSigningConfigCommand";
|
|
59
|
-
export * from "./UpdateEventSourceMappingCommand";
|
|
60
|
-
export * from "./UpdateFunctionCodeCommand";
|
|
61
|
-
export * from "./UpdateFunctionConfigurationCommand";
|
|
62
|
-
export * from "./UpdateFunctionEventInvokeConfigCommand";
|
|
63
|
-
export * from "./UpdateFunctionUrlConfigCommand";
|
|
1
|
+
export * from "./AddLayerVersionPermissionCommand";
|
|
2
|
+
export * from "./AddPermissionCommand";
|
|
3
|
+
export * from "./CreateAliasCommand";
|
|
4
|
+
export * from "./CreateCodeSigningConfigCommand";
|
|
5
|
+
export * from "./CreateEventSourceMappingCommand";
|
|
6
|
+
export * from "./CreateFunctionCommand";
|
|
7
|
+
export * from "./CreateFunctionUrlConfigCommand";
|
|
8
|
+
export * from "./DeleteAliasCommand";
|
|
9
|
+
export * from "./DeleteCodeSigningConfigCommand";
|
|
10
|
+
export * from "./DeleteEventSourceMappingCommand";
|
|
11
|
+
export * from "./DeleteFunctionCodeSigningConfigCommand";
|
|
12
|
+
export * from "./DeleteFunctionCommand";
|
|
13
|
+
export * from "./DeleteFunctionConcurrencyCommand";
|
|
14
|
+
export * from "./DeleteFunctionEventInvokeConfigCommand";
|
|
15
|
+
export * from "./DeleteFunctionUrlConfigCommand";
|
|
16
|
+
export * from "./DeleteLayerVersionCommand";
|
|
17
|
+
export * from "./DeleteProvisionedConcurrencyConfigCommand";
|
|
18
|
+
export * from "./GetAccountSettingsCommand";
|
|
19
|
+
export * from "./GetAliasCommand";
|
|
20
|
+
export * from "./GetCodeSigningConfigCommand";
|
|
21
|
+
export * from "./GetEventSourceMappingCommand";
|
|
22
|
+
export * from "./GetFunctionCodeSigningConfigCommand";
|
|
23
|
+
export * from "./GetFunctionCommand";
|
|
24
|
+
export * from "./GetFunctionConcurrencyCommand";
|
|
25
|
+
export * from "./GetFunctionConfigurationCommand";
|
|
26
|
+
export * from "./GetFunctionEventInvokeConfigCommand";
|
|
27
|
+
export * from "./GetFunctionUrlConfigCommand";
|
|
28
|
+
export * from "./GetLayerVersionByArnCommand";
|
|
29
|
+
export * from "./GetLayerVersionCommand";
|
|
30
|
+
export * from "./GetLayerVersionPolicyCommand";
|
|
31
|
+
export * from "./GetPolicyCommand";
|
|
32
|
+
export * from "./GetProvisionedConcurrencyConfigCommand";
|
|
33
|
+
export * from "./InvokeAsyncCommand";
|
|
34
|
+
export * from "./InvokeCommand";
|
|
35
|
+
export * from "./ListAliasesCommand";
|
|
36
|
+
export * from "./ListCodeSigningConfigsCommand";
|
|
37
|
+
export * from "./ListEventSourceMappingsCommand";
|
|
38
|
+
export * from "./ListFunctionEventInvokeConfigsCommand";
|
|
39
|
+
export * from "./ListFunctionUrlConfigsCommand";
|
|
40
|
+
export * from "./ListFunctionsByCodeSigningConfigCommand";
|
|
41
|
+
export * from "./ListFunctionsCommand";
|
|
42
|
+
export * from "./ListLayerVersionsCommand";
|
|
43
|
+
export * from "./ListLayersCommand";
|
|
44
|
+
export * from "./ListProvisionedConcurrencyConfigsCommand";
|
|
45
|
+
export * from "./ListTagsCommand";
|
|
46
|
+
export * from "./ListVersionsByFunctionCommand";
|
|
47
|
+
export * from "./PublishLayerVersionCommand";
|
|
48
|
+
export * from "./PublishVersionCommand";
|
|
49
|
+
export * from "./PutFunctionCodeSigningConfigCommand";
|
|
50
|
+
export * from "./PutFunctionConcurrencyCommand";
|
|
51
|
+
export * from "./PutFunctionEventInvokeConfigCommand";
|
|
52
|
+
export * from "./PutProvisionedConcurrencyConfigCommand";
|
|
53
|
+
export * from "./RemoveLayerVersionPermissionCommand";
|
|
54
|
+
export * from "./RemovePermissionCommand";
|
|
55
|
+
export * from "./TagResourceCommand";
|
|
56
|
+
export * from "./UntagResourceCommand";
|
|
57
|
+
export * from "./UpdateAliasCommand";
|
|
58
|
+
export * from "./UpdateCodeSigningConfigCommand";
|
|
59
|
+
export * from "./UpdateEventSourceMappingCommand";
|
|
60
|
+
export * from "./UpdateFunctionCodeCommand";
|
|
61
|
+
export * from "./UpdateFunctionConfigurationCommand";
|
|
62
|
+
export * from "./UpdateFunctionEventInvokeConfigCommand";
|
|
63
|
+
export * from "./UpdateFunctionUrlConfigCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./Lambda";
|
|
2
|
-
export * from "./LambdaClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { LambdaServiceException } from "./models/LambdaServiceException";
|
|
1
|
+
export * from "./Lambda";
|
|
2
|
+
export * from "./LambdaClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { LambdaServiceException } from "./models/LambdaServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class LambdaServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|