@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 { DeleteFunctionRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
|
|
15
|
+
export interface DeleteFunctionCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DeleteFunctionCommand extends $Command<
|
|
17
|
+
DeleteFunctionCommandInput,
|
|
18
|
+
DeleteFunctionCommandOutput,
|
|
19
|
+
LambdaClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeleteFunctionCommandInput;
|
|
22
|
+
constructor(input: DeleteFunctionCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: LambdaClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -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 { DeleteFunctionConcurrencyRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteFunctionConcurrencyCommandInput
|
|
15
|
+
extends DeleteFunctionConcurrencyRequest {}
|
|
16
|
+
export interface DeleteFunctionConcurrencyCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteFunctionConcurrencyCommand extends $Command<
|
|
19
|
+
DeleteFunctionConcurrencyCommandInput,
|
|
20
|
+
DeleteFunctionConcurrencyCommandOutput,
|
|
21
|
+
LambdaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteFunctionConcurrencyCommandInput;
|
|
24
|
+
constructor(input: DeleteFunctionConcurrencyCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LambdaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteFunctionConcurrencyCommandInput,
|
|
31
|
+
DeleteFunctionConcurrencyCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteFunctionEventInvokeConfigCommandInput
|
|
15
|
+
extends DeleteFunctionEventInvokeConfigRequest {}
|
|
16
|
+
export interface DeleteFunctionEventInvokeConfigCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<
|
|
19
|
+
DeleteFunctionEventInvokeConfigCommandInput,
|
|
20
|
+
DeleteFunctionEventInvokeConfigCommandOutput,
|
|
21
|
+
LambdaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteFunctionEventInvokeConfigCommandInput;
|
|
24
|
+
constructor(input: DeleteFunctionEventInvokeConfigCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LambdaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteFunctionEventInvokeConfigCommandInput,
|
|
31
|
+
DeleteFunctionEventInvokeConfigCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DeleteFunctionUrlConfigRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteFunctionUrlConfigCommandInput
|
|
15
|
+
extends DeleteFunctionUrlConfigRequest {}
|
|
16
|
+
export interface DeleteFunctionUrlConfigCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteFunctionUrlConfigCommand extends $Command<
|
|
19
|
+
DeleteFunctionUrlConfigCommandInput,
|
|
20
|
+
DeleteFunctionUrlConfigCommandOutput,
|
|
21
|
+
LambdaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteFunctionUrlConfigCommandInput;
|
|
24
|
+
constructor(input: DeleteFunctionUrlConfigCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LambdaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteFunctionUrlConfigCommandInput,
|
|
31
|
+
DeleteFunctionUrlConfigCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
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 { DeleteLayerVersionRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteLayerVersionCommandInput
|
|
15
|
+
extends DeleteLayerVersionRequest {}
|
|
16
|
+
export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteLayerVersionCommand extends $Command<
|
|
18
|
+
DeleteLayerVersionCommandInput,
|
|
19
|
+
DeleteLayerVersionCommandOutput,
|
|
20
|
+
LambdaClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteLayerVersionCommandInput;
|
|
23
|
+
constructor(input: DeleteLayerVersionCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: LambdaClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -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 { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteProvisionedConcurrencyConfigCommandInput
|
|
15
|
+
extends DeleteProvisionedConcurrencyConfigRequest {}
|
|
16
|
+
export interface DeleteProvisionedConcurrencyConfigCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteProvisionedConcurrencyConfigCommand extends $Command<
|
|
19
|
+
DeleteProvisionedConcurrencyConfigCommandInput,
|
|
20
|
+
DeleteProvisionedConcurrencyConfigCommandOutput,
|
|
21
|
+
LambdaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteProvisionedConcurrencyConfigCommandInput;
|
|
24
|
+
constructor(input: DeleteProvisionedConcurrencyConfigCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LambdaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteProvisionedConcurrencyConfigCommandInput,
|
|
31
|
+
DeleteProvisionedConcurrencyConfigCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
GetAccountSettingsRequest,
|
|
15
|
+
GetAccountSettingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAccountSettingsCommandInput
|
|
18
|
+
extends GetAccountSettingsRequest {}
|
|
19
|
+
export interface GetAccountSettingsCommandOutput
|
|
20
|
+
extends GetAccountSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetAccountSettingsCommand extends $Command<
|
|
23
|
+
GetAccountSettingsCommandInput,
|
|
24
|
+
GetAccountSettingsCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetAccountSettingsCommandInput;
|
|
28
|
+
constructor(input: GetAccountSettingsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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, GetAliasRequest } from "../models/models_0";
|
|
14
|
+
export interface GetAliasCommandInput extends GetAliasRequest {}
|
|
15
|
+
export interface GetAliasCommandOutput
|
|
16
|
+
extends AliasConfiguration,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetAliasCommand extends $Command<
|
|
19
|
+
GetAliasCommandInput,
|
|
20
|
+
GetAliasCommandOutput,
|
|
21
|
+
LambdaClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetAliasCommandInput;
|
|
24
|
+
constructor(input: GetAliasCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LambdaClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetAliasCommandInput, GetAliasCommandOutput>;
|
|
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
|
+
GetCodeSigningConfigRequest,
|
|
15
|
+
GetCodeSigningConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCodeSigningConfigCommandInput
|
|
18
|
+
extends GetCodeSigningConfigRequest {}
|
|
19
|
+
export interface GetCodeSigningConfigCommandOutput
|
|
20
|
+
extends GetCodeSigningConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetCodeSigningConfigCommand extends $Command<
|
|
23
|
+
GetCodeSigningConfigCommandInput,
|
|
24
|
+
GetCodeSigningConfigCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCodeSigningConfigCommandInput;
|
|
28
|
+
constructor(input: GetCodeSigningConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetCodeSigningConfigCommandInput,
|
|
35
|
+
GetCodeSigningConfigCommandOutput
|
|
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
|
+
GetEventSourceMappingRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetEventSourceMappingCommandInput
|
|
18
|
+
extends GetEventSourceMappingRequest {}
|
|
19
|
+
export interface GetEventSourceMappingCommandOutput
|
|
20
|
+
extends EventSourceMappingConfiguration,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetEventSourceMappingCommand extends $Command<
|
|
23
|
+
GetEventSourceMappingCommandInput,
|
|
24
|
+
GetEventSourceMappingCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetEventSourceMappingCommandInput;
|
|
28
|
+
constructor(input: GetEventSourceMappingCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetEventSourceMappingCommandInput,
|
|
35
|
+
GetEventSourceMappingCommandOutput
|
|
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
|
+
GetFunctionCodeSigningConfigRequest,
|
|
15
|
+
GetFunctionCodeSigningConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetFunctionCodeSigningConfigCommandInput
|
|
18
|
+
extends GetFunctionCodeSigningConfigRequest {}
|
|
19
|
+
export interface GetFunctionCodeSigningConfigCommandOutput
|
|
20
|
+
extends GetFunctionCodeSigningConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetFunctionCodeSigningConfigCommand extends $Command<
|
|
23
|
+
GetFunctionCodeSigningConfigCommandInput,
|
|
24
|
+
GetFunctionCodeSigningConfigCommandOutput,
|
|
25
|
+
LambdaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFunctionCodeSigningConfigCommandInput;
|
|
28
|
+
constructor(input: GetFunctionCodeSigningConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LambdaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetFunctionCodeSigningConfigCommandInput,
|
|
35
|
+
GetFunctionCodeSigningConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|