Search
Preparing search index...
The search index is not available
SES 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
AssumeRoleCommand
AssumeRoleWithSAMLCommand
AssumeRoleWithWebIdentityCommand
CloneReceiptRuleSetCommand
CloneReceiptRuleSetCommand
Command
CreateConfigurationSetCommand
CreateConfigurationSetCommand
CreateConfigurationSetEventDestinationCommand
CreateConfigurationSetEventDestinationCommand
CreateConfigurationSetTrackingOptionsCommand
CreateConfigurationSetTrackingOptionsCommand
CreateCustomVerificationEmailTemplateCommand
CreateCustomVerificationEmailTemplateCommand
CreateReceiptFilterCommand
CreateReceiptFilterCommand
CreateReceiptRuleCommand
CreateReceiptRuleCommand
CreateReceiptRuleSetCommand
CreateReceiptRuleSetCommand
CreateTemplateCommand
CreateTemplateCommand
DecodeAuthorizationMessageCommand
DeleteConfigurationSetCommand
DeleteConfigurationSetCommand
DeleteConfigurationSetEventDestinationCommand
DeleteConfigurationSetEventDestinationCommand
DeleteConfigurationSetTrackingOptionsCommand
DeleteConfigurationSetTrackingOptionsCommand
DeleteCustomVerificationEmailTemplateCommand
DeleteCustomVerificationEmailTemplateCommand
DeleteIdentityCommand
DeleteIdentityCommand
DeleteIdentityPolicyCommand
DeleteIdentityPolicyCommand
DeleteReceiptFilterCommand
DeleteReceiptFilterCommand
DeleteReceiptRuleCommand
DeleteReceiptRuleCommand
DeleteReceiptRuleSetCommand
DeleteReceiptRuleSetCommand
DeleteTemplateCommand
DeleteTemplateCommand
DeleteVerifiedEmailAddressCommand
DeleteVerifiedEmailAddressCommand
DescribeActiveReceiptRuleSetCommand
DescribeActiveReceiptRuleSetCommand
DescribeConfigurationSetCommand
DescribeConfigurationSetCommand
DescribeReceiptRuleCommand
DescribeReceiptRuleCommand
DescribeReceiptRuleSetCommand
DescribeReceiptRuleSetCommand
GetAccessKeyInfoCommand
GetAccountSendingEnabledCommand
GetAccountSendingEnabledCommand
GetCallerIdentityCommand
GetCustomVerificationEmailTemplateCommand
GetCustomVerificationEmailTemplateCommand
GetFederationTokenCommand
GetIdentityDkimAttributesCommand
GetIdentityDkimAttributesCommand
GetIdentityMailFromDomainAttributesCommand
GetIdentityMailFromDomainAttributesCommand
GetIdentityNotificationAttributesCommand
GetIdentityNotificationAttributesCommand
GetIdentityPoliciesCommand
GetIdentityPoliciesCommand
GetIdentityVerificationAttributesCommand
GetIdentityVerificationAttributesCommand
GetRoleCredentialsCommand
GetSendQuotaCommand
GetSendQuotaCommand
GetSendStatisticsCommand
GetSendStatisticsCommand
GetSessionTokenCommand
GetTemplateCommand
GetTemplateCommand
ListAccountRolesCommand
ListAccountsCommand
ListConfigurationSetsCommand
ListConfigurationSetsCommand
ListCustomVerificationEmailTemplatesCommand
ListCustomVerificationEmailTemplatesCommand
ListIdentitiesCommand
ListIdentitiesCommand
ListIdentityPoliciesCommand
ListIdentityPoliciesCommand
ListReceiptFiltersCommand
ListReceiptFiltersCommand
ListReceiptRuleSetsCommand
ListReceiptRuleSetsCommand
ListTemplatesCommand
ListTemplatesCommand
ListVerifiedEmailAddressesCommand
ListVerifiedEmailAddressesCommand
LogoutCommand
PutConfigurationSetDeliveryOptionsCommand
PutConfigurationSetDeliveryOptionsCommand
PutIdentityPolicyCommand
PutIdentityPolicyCommand
ReorderReceiptRuleSetCommand
ReorderReceiptRuleSetCommand
SendBounceCommand
SendBounceCommand
SendBulkTemplatedEmailCommand
SendBulkTemplatedEmailCommand
SendCustomVerificationEmailCommand
SendCustomVerificationEmailCommand
SendEmailCommand
SendEmailCommand
SendRawEmailCommand
SendRawEmailCommand
SendTemplatedEmailCommand
SendTemplatedEmailCommand
SetActiveReceiptRuleSetCommand
SetActiveReceiptRuleSetCommand
SetIdentityDkimEnabledCommand
SetIdentityDkimEnabledCommand
SetIdentityFeedbackForwardingEnabledCommand
SetIdentityFeedbackForwardingEnabledCommand
SetIdentityHeadersInNotificationsEnabledCommand
SetIdentityHeadersInNotificationsEnabledCommand
SetIdentityMailFromDomainCommand
SetIdentityMailFromDomainCommand
SetIdentityNotificationTopicCommand
SetIdentityNotificationTopicCommand
SetReceiptRulePositionCommand
SetReceiptRulePositionCommand
TestRenderTemplateCommand
TestRenderTemplateCommand
UpdateAccountSendingEnabledCommand
UpdateAccountSendingEnabledCommand
UpdateConfigurationSetEventDestinationCommand
UpdateConfigurationSetEventDestinationCommand
UpdateConfigurationSetReputationMetricsEnabledCommand
UpdateConfigurationSetReputationMetricsEnabledCommand
UpdateConfigurationSetSendingEnabledCommand
UpdateConfigurationSetSendingEnabledCommand
UpdateConfigurationSetTrackingOptionsCommand
UpdateConfigurationSetTrackingOptionsCommand
UpdateCustomVerificationEmailTemplateCommand
UpdateCustomVerificationEmailTemplateCommand
UpdateReceiptRuleCommand
UpdateReceiptRuleCommand
UpdateTemplateCommand
UpdateTemplateCommand
VerifyDomainDkimCommand
VerifyDomainDkimCommand
VerifyDomainIdentityCommand
VerifyDomainIdentityCommand
VerifyEmailAddressCommand
VerifyEmailAddressCommand
VerifyEmailIdentityCommand
VerifyEmailIdentityCommand
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