Search
Preparing search index...
The search index is not available
Lambda Client - AWS SDK for JavaScript v3
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
Command
Class Command<ClientInput, InputType, ClientOutput, OutputType, ResolvedConfiguration, Input, Output, ResolvedClientConfiguration, ClientInput, ClientOutput>
Type parameters
ClientInput
:
object
InputType
:
ClientInput
ClientOutput
:
MetadataBearer
OutputType
:
ClientOutput
ResolvedConfiguration
Input
:
ClientInput
Output
:
ClientOutput
ResolvedClientConfiguration
ClientInput
:
object
=
any
ClientOutput
:
MetadataBearer
=
any
Hierarchy
Command
Implements
Command
<
ClientInput
,
Input
,
ClientOutput
,
Output
,
ResolvedClientConfiguration
>
Implemented by
AddLayerVersionPermissionCommand
AddLayerVersionPermissionCommand
AddPermissionCommand
AddPermissionCommand
AssumeRoleCommand
AssumeRoleWithSAMLCommand
AssumeRoleWithWebIdentityCommand
Command
CreateAliasCommand
CreateAliasCommand
CreateCodeSigningConfigCommand
CreateCodeSigningConfigCommand
CreateEventSourceMappingCommand
CreateEventSourceMappingCommand
CreateFunctionCommand
CreateFunctionCommand
CreateFunctionUrlConfigCommand
CreateFunctionUrlConfigCommand
DecodeAuthorizationMessageCommand
DeleteAliasCommand
DeleteAliasCommand
DeleteCodeSigningConfigCommand
DeleteCodeSigningConfigCommand
DeleteEventSourceMappingCommand
DeleteEventSourceMappingCommand
DeleteFunctionCodeSigningConfigCommand
DeleteFunctionCodeSigningConfigCommand
DeleteFunctionCommand
DeleteFunctionCommand
DeleteFunctionConcurrencyCommand
DeleteFunctionConcurrencyCommand
DeleteFunctionEventInvokeConfigCommand
DeleteFunctionEventInvokeConfigCommand
DeleteFunctionUrlConfigCommand
DeleteFunctionUrlConfigCommand
DeleteLayerVersionCommand
DeleteLayerVersionCommand
DeleteProvisionedConcurrencyConfigCommand
DeleteProvisionedConcurrencyConfigCommand
GetAccessKeyInfoCommand
GetAccountSettingsCommand
GetAccountSettingsCommand
GetAliasCommand
GetAliasCommand
GetCallerIdentityCommand
GetCodeSigningConfigCommand
GetCodeSigningConfigCommand
GetEventSourceMappingCommand
GetEventSourceMappingCommand
GetFederationTokenCommand
GetFunctionCodeSigningConfigCommand
GetFunctionCodeSigningConfigCommand
GetFunctionCommand
GetFunctionCommand
GetFunctionConcurrencyCommand
GetFunctionConcurrencyCommand
GetFunctionConfigurationCommand
GetFunctionConfigurationCommand
GetFunctionEventInvokeConfigCommand
GetFunctionEventInvokeConfigCommand
GetFunctionUrlConfigCommand
GetFunctionUrlConfigCommand
GetLayerVersionByArnCommand
GetLayerVersionByArnCommand
GetLayerVersionCommand
GetLayerVersionCommand
GetLayerVersionPolicyCommand
GetLayerVersionPolicyCommand
GetPolicyCommand
GetPolicyCommand
GetProvisionedConcurrencyConfigCommand
GetProvisionedConcurrencyConfigCommand
GetRoleCredentialsCommand
GetRuntimeManagementConfigCommand
GetRuntimeManagementConfigCommand
GetSessionTokenCommand
InvokeAsyncCommand
InvokeAsyncCommand
InvokeCommand
InvokeCommand
ListAccountRolesCommand
ListAccountsCommand
ListAliasesCommand
ListAliasesCommand
ListCodeSigningConfigsCommand
ListCodeSigningConfigsCommand
ListEventSourceMappingsCommand
ListEventSourceMappingsCommand
ListFunctionEventInvokeConfigsCommand
ListFunctionEventInvokeConfigsCommand
ListFunctionUrlConfigsCommand
ListFunctionUrlConfigsCommand
ListFunctionsByCodeSigningConfigCommand
ListFunctionsByCodeSigningConfigCommand
ListFunctionsCommand
ListFunctionsCommand
ListLayerVersionsCommand
ListLayerVersionsCommand
ListLayersCommand
ListLayersCommand
ListProvisionedConcurrencyConfigsCommand
ListProvisionedConcurrencyConfigsCommand
ListTagsCommand
ListTagsCommand
ListVersionsByFunctionCommand
ListVersionsByFunctionCommand
LogoutCommand
PublishLayerVersionCommand
PublishLayerVersionCommand
PublishVersionCommand
PublishVersionCommand
PutFunctionCodeSigningConfigCommand
PutFunctionCodeSigningConfigCommand
PutFunctionConcurrencyCommand
PutFunctionConcurrencyCommand
PutFunctionEventInvokeConfigCommand
PutFunctionEventInvokeConfigCommand
PutProvisionedConcurrencyConfigCommand
PutProvisionedConcurrencyConfigCommand
PutRuntimeManagementConfigCommand
PutRuntimeManagementConfigCommand
RemoveLayerVersionPermissionCommand
RemoveLayerVersionPermissionCommand
RemovePermissionCommand
RemovePermissionCommand
TagResourceCommand
TagResourceCommand
UntagResourceCommand
UntagResourceCommand
UpdateAliasCommand
UpdateAliasCommand
UpdateCodeSigningConfigCommand
UpdateCodeSigningConfigCommand
UpdateEventSourceMappingCommand
UpdateEventSourceMappingCommand
UpdateFunctionCodeCommand
UpdateFunctionCodeCommand
UpdateFunctionConfigurationCommand
UpdateFunctionConfigurationCommand
UpdateFunctionEventInvokeConfigCommand
UpdateFunctionEventInvokeConfigCommand
UpdateFunctionUrlConfigCommand
UpdateFunctionUrlConfigCommand
Index
Properties
input
middleware
Stack
Methods
resolve
Middleware
Properties
Readonly
Abstract
input
input
:
Input
Readonly
middleware
Stack
middleware
Stack
:
IMiddlewareStack
<
Input
,
Output
>
Methods
Abstract
resolve
Middleware
resolve
Middleware
(
stack
:
MiddlewareStack
<
ClientInput
,
ClientOutput
>
, configuration
:
ResolvedConfiguration
, options
:
any
)
:
Handler
<
InputType
,
OutputType
>
resolve
Middleware
(
stack
:
IMiddlewareStack
<
ClientInput
,
ClientOutput
>
, configuration
:
ResolvedClientConfiguration
, options
:
any
)
:
Handler
<
Input
,
Output
>
Parameters
stack:
MiddlewareStack
<
ClientInput
,
ClientOutput
>
configuration:
ResolvedConfiguration
options:
any
Returns
Handler
<
InputType
,
OutputType
>
Parameters
stack:
IMiddlewareStack
<
ClientInput
,
ClientOutput
>
configuration:
ResolvedClientConfiguration
options:
any
Returns
Handler
<
Input
,
Output
>
Command
input
middleware
Stack
resolve
Middleware