@aws-sdk/client-lambda 3.478.0 → 3.484.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +18 -41
- package/dist-cjs/commands/AddPermissionCommand.js +18 -41
- package/dist-cjs/commands/CreateAliasCommand.js +18 -41
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/CreateFunctionCommand.js +18 -41
- package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteAliasCommand.js +18 -41
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-cjs/commands/GetAccountSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetAliasCommand.js +18 -41
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +18 -41
- package/dist-cjs/commands/GetLayerVersionCommand.js +18 -41
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +18 -41
- package/dist-cjs/commands/InvokeAsyncCommand.js +18 -41
- package/dist-cjs/commands/InvokeCommand.js +18 -41
- package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +22 -44
- package/dist-cjs/commands/ListAliasesCommand.js +18 -41
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionsCommand.js +18 -41
- package/dist-cjs/commands/ListLayerVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListLayersCommand.js +18 -41
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsCommand.js +18 -41
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +18 -41
- package/dist-cjs/commands/PublishLayerVersionCommand.js +18 -41
- package/dist-cjs/commands/PublishVersionCommand.js +18 -41
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +18 -41
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +18 -41
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +18 -41
- package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAliasCommand.js +18 -41
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +18 -41
- package/dist-es/commands/AddPermissionCommand.js +18 -41
- package/dist-es/commands/CreateAliasCommand.js +18 -41
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/CreateEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/CreateFunctionCommand.js +18 -41
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +18 -41
- package/dist-es/commands/DeleteAliasCommand.js +18 -41
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +18 -41
- package/dist-es/commands/DeleteLayerVersionCommand.js +18 -41
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-es/commands/GetAccountSettingsCommand.js +18 -41
- package/dist-es/commands/GetAliasCommand.js +18 -41
- package/dist-es/commands/GetCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/GetEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/GetFunctionCommand.js +18 -41
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +18 -41
- package/dist-es/commands/GetFunctionConfigurationCommand.js +18 -41
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +18 -41
- package/dist-es/commands/GetLayerVersionByArnCommand.js +18 -41
- package/dist-es/commands/GetLayerVersionCommand.js +18 -41
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +18 -41
- package/dist-es/commands/GetPolicyCommand.js +18 -41
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +18 -41
- package/dist-es/commands/InvokeAsyncCommand.js +18 -41
- package/dist-es/commands/InvokeCommand.js +18 -41
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +22 -44
- package/dist-es/commands/ListAliasesCommand.js +18 -41
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +18 -41
- package/dist-es/commands/ListEventSourceMappingsCommand.js +18 -41
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +18 -41
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +18 -41
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/ListFunctionsCommand.js +18 -41
- package/dist-es/commands/ListLayerVersionsCommand.js +18 -41
- package/dist-es/commands/ListLayersCommand.js +18 -41
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +18 -41
- package/dist-es/commands/ListTagsCommand.js +18 -41
- package/dist-es/commands/ListVersionsByFunctionCommand.js +18 -41
- package/dist-es/commands/PublishLayerVersionCommand.js +18 -41
- package/dist-es/commands/PublishVersionCommand.js +18 -41
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +18 -41
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +18 -41
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +18 -41
- package/dist-es/commands/RemovePermissionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAliasCommand.js +18 -41
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionCodeCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -21
- package/dist-types/commands/AddPermissionCommand.d.ts +6 -21
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -21
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetAliasCommand.d.ts +6 -21
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +6 -21
- package/dist-types/commands/GetLayerVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -21
- package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -21
- package/dist-types/commands/InvokeCommand.d.ts +6 -21
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -21
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -21
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListLayersCommand.d.ts +6 -21
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsCommand.d.ts +6 -21
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +6 -21
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +6 -21
- package/dist-types/commands/PublishVersionCommand.d.ts +6 -21
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -21
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -21
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -21
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +13 -20
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +11 -20
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetCodeSigningConfigRequest, GetCodeSigningConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCodeSigningConfigCommandInput extends GetCodeSigningConfigRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCodeSigningConfigCommand_base: {
|
|
24
|
+
new (input: GetCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about the specified code signing configuration.</p>
|
|
@@ -73,23 +76,5 @@ export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class GetCodeSigningConfigCommand extends
|
|
77
|
-
readonly input: GetCodeSigningConfigCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: GetCodeSigningConfigCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class GetCodeSigningConfigCommand extends GetCodeSigningConfigCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { EventSourceMappingConfiguration, GetEventSourceMappingRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEventSourceMappingCommandInput extends GetEventSourceMapping
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEventSourceMappingCommand_base: {
|
|
24
|
+
new (input: GetEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns details about an event source mapping. You can get the identifier of a mapping from the output of
|
|
@@ -130,23 +133,5 @@ export interface GetEventSourceMappingCommandOutput extends EventSourceMappingCo
|
|
|
130
133
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
131
134
|
*
|
|
132
135
|
*/
|
|
133
|
-
export declare class GetEventSourceMappingCommand extends
|
|
134
|
-
readonly input: GetEventSourceMappingCommandInput;
|
|
135
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
136
|
-
/**
|
|
137
|
-
* @public
|
|
138
|
-
*/
|
|
139
|
-
constructor(input: GetEventSourceMappingCommandInput);
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput>;
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
private serialize;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
private deserialize;
|
|
136
|
+
export declare class GetEventSourceMappingCommand extends GetEventSourceMappingCommand_base {
|
|
152
137
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetFunctionCodeSigningConfigRequest, GetFunctionCodeSigningConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFunctionCodeSigningConfigCommandInput extends GetFunctionCod
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCodeSigningConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFunctionCodeSigningConfigCommand_base: {
|
|
24
|
+
new (input: GetFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the code signing configuration for the specified function.</p>
|
|
@@ -64,23 +67,5 @@ export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCo
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class GetFunctionCodeSigningConfigCommand extends
|
|
68
|
-
readonly input: GetFunctionCodeSigningConfigCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: GetFunctionCodeSigningConfigCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class GetFunctionCodeSigningConfigCommand extends GetFunctionCodeSigningConfigCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFunctionCommandInput extends GetFunctionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFunctionCommand_base: {
|
|
24
|
+
new (input: GetFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about the function or function version, with a link to download the deployment package
|
|
@@ -180,23 +183,5 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
180
183
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
181
184
|
*
|
|
182
185
|
*/
|
|
183
|
-
export declare class GetFunctionCommand extends
|
|
184
|
-
readonly input: GetFunctionCommandInput;
|
|
185
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
186
|
-
/**
|
|
187
|
-
* @public
|
|
188
|
-
*/
|
|
189
|
-
constructor(input: GetFunctionCommandInput);
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
private serialize;
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
private deserialize;
|
|
186
|
+
export declare class GetFunctionCommand extends GetFunctionCommand_base {
|
|
202
187
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetFunctionConcurrencyRequest, GetFunctionConcurrencyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFunctionConcurrencyCommandInput extends GetFunctionConcurren
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurrencyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFunctionConcurrencyCommand_base: {
|
|
24
|
+
new (input: GetFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a
|
|
@@ -64,23 +67,5 @@ export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurre
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class GetFunctionConcurrencyCommand extends
|
|
68
|
-
readonly input: GetFunctionConcurrencyCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: GetFunctionConcurrencyCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class GetFunctionConcurrencyCommand extends GetFunctionConcurrencyCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { FunctionConfiguration, GetFunctionConfigurationRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFunctionConfigurationCommandInput extends GetFunctionConfigu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFunctionConfigurationCommandOutput extends FunctionConfiguration, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFunctionConfigurationCommand_base: {
|
|
24
|
+
new (input: GetFunctionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the version-specific settings of a Lambda function or version. The output includes only options that
|
|
@@ -166,23 +169,5 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura
|
|
|
166
169
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
167
170
|
*
|
|
168
171
|
*/
|
|
169
|
-
export declare class GetFunctionConfigurationCommand extends
|
|
170
|
-
readonly input: GetFunctionConfigurationCommandInput;
|
|
171
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
172
|
-
/**
|
|
173
|
-
* @public
|
|
174
|
-
*/
|
|
175
|
-
constructor(input: GetFunctionConfigurationCommandInput);
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput>;
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
private serialize;
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
private deserialize;
|
|
172
|
+
export declare class GetFunctionConfigurationCommand extends GetFunctionConfigurationCommand_base {
|
|
188
173
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { FunctionEventInvokeConfig, GetFunctionEventInvokeConfigRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFunctionEventInvokeConfigCommandInput extends GetFunctionEve
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFunctionEventInvokeConfigCommand_base: {
|
|
24
|
+
new (input: GetFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
@@ -76,23 +79,5 @@ export interface GetFunctionEventInvokeConfigCommandOutput extends FunctionEvent
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class GetFunctionEventInvokeConfigCommand extends
|
|
80
|
-
readonly input: GetFunctionEventInvokeConfigCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: GetFunctionEventInvokeConfigCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class GetFunctionEventInvokeConfigCommand extends GetFunctionEventInvokeConfigCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetFunctionUrlConfigRequest, GetFunctionUrlConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFunctionUrlConfigCommandInput extends GetFunctionUrlConfigRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFunctionUrlConfigCommandOutput extends GetFunctionUrlConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFunctionUrlConfigCommand_base: {
|
|
24
|
+
new (input: GetFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns details about a Lambda function URL.</p>
|
|
@@ -85,23 +88,5 @@ export interface GetFunctionUrlConfigCommandOutput extends GetFunctionUrlConfigR
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class GetFunctionUrlConfigCommand extends
|
|
89
|
-
readonly input: GetFunctionUrlConfigCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: GetFunctionUrlConfigCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class GetFunctionUrlConfigCommand extends GetFunctionUrlConfigCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetLayerVersionByArnRequest, GetLayerVersionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetLayerVersionByArnCommandInput extends GetLayerVersionByArnRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetLayerVersionByArnCommandOutput extends GetLayerVersionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetLayerVersionByArnCommand_base: {
|
|
24
|
+
new (input: GetLayerVersionByArnCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
@@ -83,23 +86,5 @@ export interface GetLayerVersionByArnCommandOutput extends GetLayerVersionRespon
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class GetLayerVersionByArnCommand extends
|
|
87
|
-
readonly input: GetLayerVersionByArnCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: GetLayerVersionByArnCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class GetLayerVersionByArnCommand extends GetLayerVersionByArnCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetLayerVersionRequest, GetLayerVersionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetLayerVersionCommandInput extends GetLayerVersionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetLayerVersionCommand_base: {
|
|
24
|
+
new (input: GetLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayerVersionCommandInput, GetLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
@@ -84,23 +87,5 @@ export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, _
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class GetLayerVersionCommand extends
|
|
88
|
-
readonly input: GetLayerVersionCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: GetLayerVersionCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLayerVersionCommandInput, GetLayerVersionCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class GetLayerVersionCommand extends GetLayerVersionCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetLayerVersionPolicyRequest, GetLayerVersionPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetLayerVersionPolicyCommandInput extends GetLayerVersionPolicy
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetLayerVersionPolicyCommandOutput extends GetLayerVersionPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetLayerVersionPolicyCommand_base: {
|
|
24
|
+
new (input: GetLayerVersionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the permission policy for a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
@@ -66,23 +69,5 @@ export interface GetLayerVersionPolicyCommandOutput extends GetLayerVersionPolic
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class GetLayerVersionPolicyCommand extends
|
|
70
|
-
readonly input: GetLayerVersionPolicyCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: GetLayerVersionPolicyCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class GetLayerVersionPolicyCommand extends GetLayerVersionPolicyCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetPolicyCommand_base: {
|
|
24
|
+
new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the <a href="https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html">resource-based IAM policy</a> for a function, version, or alias.</p>
|
|
@@ -65,23 +68,5 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class GetPolicyCommand extends
|
|
69
|
-
readonly input: GetPolicyCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: GetPolicyCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetProvisionedConcurrencyConfigRequest, GetProvisionedConcurrencyConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetProvisionedConcurrencyConfigCommandInput extends GetProvisio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetProvisionedConcurrencyConfigCommandOutput extends GetProvisionedConcurrencyConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetProvisionedConcurrencyConfigCommand_base: {
|
|
24
|
+
new (input: GetProvisionedConcurrencyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>
|
|
@@ -72,23 +75,5 @@ export interface GetProvisionedConcurrencyConfigCommandOutput extends GetProvisi
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class GetProvisionedConcurrencyConfigCommand extends
|
|
76
|
-
readonly input: GetProvisionedConcurrencyConfigCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: GetProvisionedConcurrencyConfigCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class GetProvisionedConcurrencyConfigCommand extends GetProvisionedConcurrencyConfigCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { GetRuntimeManagementConfigRequest, GetRuntimeManagementConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRuntimeManagementConfigCommandInput extends GetRuntimeManage
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRuntimeManagementConfigCommandOutput extends GetRuntimeManagementConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRuntimeManagementConfigCommand_base: {
|
|
24
|
+
new (input: GetRuntimeManagementConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuntimeManagementConfigCommandInput, GetRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the runtime management configuration for a function's version. If the runtime update mode is <b>Manual</b>, this includes the ARN of the
|
|
@@ -68,23 +71,5 @@ export interface GetRuntimeManagementConfigCommandOutput extends GetRuntimeManag
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class GetRuntimeManagementConfigCommand extends
|
|
72
|
-
readonly input: GetRuntimeManagementConfigCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: GetRuntimeManagementConfigCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRuntimeManagementConfigCommandInput, GetRuntimeManagementConfigCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class GetRuntimeManagementConfigCommand extends GetRuntimeManagementConfigCommand_base {
|
|
90
75
|
}
|