Search
Preparing search index...
The search index is not available
ElastiCache 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
AddTagsToResourceCommand
AddTagsToResourceCommand
AssumeRoleCommand
AssumeRoleWithSAMLCommand
AssumeRoleWithWebIdentityCommand
AuthorizeCacheSecurityGroupIngressCommand
AuthorizeCacheSecurityGroupIngressCommand
BatchApplyUpdateActionCommand
BatchApplyUpdateActionCommand
BatchStopUpdateActionCommand
BatchStopUpdateActionCommand
Command
CompleteMigrationCommand
CompleteMigrationCommand
CopySnapshotCommand
CopySnapshotCommand
CreateCacheClusterCommand
CreateCacheClusterCommand
CreateCacheParameterGroupCommand
CreateCacheParameterGroupCommand
CreateCacheSecurityGroupCommand
CreateCacheSecurityGroupCommand
CreateCacheSubnetGroupCommand
CreateCacheSubnetGroupCommand
CreateGlobalReplicationGroupCommand
CreateGlobalReplicationGroupCommand
CreateReplicationGroupCommand
CreateReplicationGroupCommand
CreateSnapshotCommand
CreateSnapshotCommand
CreateUserCommand
CreateUserCommand
CreateUserGroupCommand
CreateUserGroupCommand
DecodeAuthorizationMessageCommand
DecreaseNodeGroupsInGlobalReplicationGroupCommand
DecreaseNodeGroupsInGlobalReplicationGroupCommand
DecreaseReplicaCountCommand
DecreaseReplicaCountCommand
DeleteCacheClusterCommand
DeleteCacheClusterCommand
DeleteCacheParameterGroupCommand
DeleteCacheParameterGroupCommand
DeleteCacheSecurityGroupCommand
DeleteCacheSecurityGroupCommand
DeleteCacheSubnetGroupCommand
DeleteCacheSubnetGroupCommand
DeleteGlobalReplicationGroupCommand
DeleteGlobalReplicationGroupCommand
DeleteReplicationGroupCommand
DeleteReplicationGroupCommand
DeleteSnapshotCommand
DeleteSnapshotCommand
DeleteUserCommand
DeleteUserCommand
DeleteUserGroupCommand
DeleteUserGroupCommand
DescribeCacheClustersCommand
DescribeCacheClustersCommand
DescribeCacheEngineVersionsCommand
DescribeCacheEngineVersionsCommand
DescribeCacheParameterGroupsCommand
DescribeCacheParameterGroupsCommand
DescribeCacheParametersCommand
DescribeCacheParametersCommand
DescribeCacheSecurityGroupsCommand
DescribeCacheSecurityGroupsCommand
DescribeCacheSubnetGroupsCommand
DescribeCacheSubnetGroupsCommand
DescribeEngineDefaultParametersCommand
DescribeEngineDefaultParametersCommand
DescribeEventsCommand
DescribeEventsCommand
DescribeGlobalReplicationGroupsCommand
DescribeGlobalReplicationGroupsCommand
DescribeReplicationGroupsCommand
DescribeReplicationGroupsCommand
DescribeReservedCacheNodesCommand
DescribeReservedCacheNodesCommand
DescribeReservedCacheNodesOfferingsCommand
DescribeReservedCacheNodesOfferingsCommand
DescribeServiceUpdatesCommand
DescribeServiceUpdatesCommand
DescribeSnapshotsCommand
DescribeSnapshotsCommand
DescribeUpdateActionsCommand
DescribeUpdateActionsCommand
DescribeUserGroupsCommand
DescribeUserGroupsCommand
DescribeUsersCommand
DescribeUsersCommand
DisassociateGlobalReplicationGroupCommand
DisassociateGlobalReplicationGroupCommand
FailoverGlobalReplicationGroupCommand
FailoverGlobalReplicationGroupCommand
GetAccessKeyInfoCommand
GetCallerIdentityCommand
GetFederationTokenCommand
GetRoleCredentialsCommand
GetSessionTokenCommand
IncreaseNodeGroupsInGlobalReplicationGroupCommand
IncreaseNodeGroupsInGlobalReplicationGroupCommand
IncreaseReplicaCountCommand
IncreaseReplicaCountCommand
ListAccountRolesCommand
ListAccountsCommand
ListAllowedNodeTypeModificationsCommand
ListAllowedNodeTypeModificationsCommand
ListTagsForResourceCommand
ListTagsForResourceCommand
LogoutCommand
ModifyCacheClusterCommand
ModifyCacheClusterCommand
ModifyCacheParameterGroupCommand
ModifyCacheParameterGroupCommand
ModifyCacheSubnetGroupCommand
ModifyCacheSubnetGroupCommand
ModifyGlobalReplicationGroupCommand
ModifyGlobalReplicationGroupCommand
ModifyReplicationGroupCommand
ModifyReplicationGroupCommand
ModifyReplicationGroupShardConfigurationCommand
ModifyReplicationGroupShardConfigurationCommand
ModifyUserCommand
ModifyUserCommand
ModifyUserGroupCommand
ModifyUserGroupCommand
PurchaseReservedCacheNodesOfferingCommand
PurchaseReservedCacheNodesOfferingCommand
RebalanceSlotsInGlobalReplicationGroupCommand
RebalanceSlotsInGlobalReplicationGroupCommand
RebootCacheClusterCommand
RebootCacheClusterCommand
RemoveTagsFromResourceCommand
RemoveTagsFromResourceCommand
ResetCacheParameterGroupCommand
ResetCacheParameterGroupCommand
RevokeCacheSecurityGroupIngressCommand
RevokeCacheSecurityGroupIngressCommand
StartMigrationCommand
StartMigrationCommand
TestFailoverCommand
TestFailoverCommand
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