Search
Preparing search index...
The search index is not available
SNS 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
AddPermissionCommand
AddPermissionCommand
AssumeRoleCommand
AssumeRoleWithSAMLCommand
AssumeRoleWithWebIdentityCommand
CheckIfPhoneNumberIsOptedOutCommand
CheckIfPhoneNumberIsOptedOutCommand
Command
ConfirmSubscriptionCommand
ConfirmSubscriptionCommand
CreatePlatformApplicationCommand
CreatePlatformApplicationCommand
CreatePlatformEndpointCommand
CreatePlatformEndpointCommand
CreateSMSSandboxPhoneNumberCommand
CreateSMSSandboxPhoneNumberCommand
CreateTopicCommand
CreateTopicCommand
DecodeAuthorizationMessageCommand
DeleteEndpointCommand
DeleteEndpointCommand
DeletePlatformApplicationCommand
DeletePlatformApplicationCommand
DeleteSMSSandboxPhoneNumberCommand
DeleteSMSSandboxPhoneNumberCommand
DeleteTopicCommand
DeleteTopicCommand
GetAccessKeyInfoCommand
GetCallerIdentityCommand
GetDataProtectionPolicyCommand
GetDataProtectionPolicyCommand
GetEndpointAttributesCommand
GetEndpointAttributesCommand
GetFederationTokenCommand
GetPlatformApplicationAttributesCommand
GetPlatformApplicationAttributesCommand
GetRoleCredentialsCommand
GetSMSAttributesCommand
GetSMSAttributesCommand
GetSMSSandboxAccountStatusCommand
GetSMSSandboxAccountStatusCommand
GetSessionTokenCommand
GetSubscriptionAttributesCommand
GetSubscriptionAttributesCommand
GetTopicAttributesCommand
GetTopicAttributesCommand
ListAccountRolesCommand
ListAccountsCommand
ListEndpointsByPlatformApplicationCommand
ListEndpointsByPlatformApplicationCommand
ListOriginationNumbersCommand
ListOriginationNumbersCommand
ListPhoneNumbersOptedOutCommand
ListPhoneNumbersOptedOutCommand
ListPlatformApplicationsCommand
ListPlatformApplicationsCommand
ListSMSSandboxPhoneNumbersCommand
ListSMSSandboxPhoneNumbersCommand
ListSubscriptionsByTopicCommand
ListSubscriptionsByTopicCommand
ListSubscriptionsCommand
ListSubscriptionsCommand
ListTagsForResourceCommand
ListTagsForResourceCommand
ListTopicsCommand
ListTopicsCommand
LogoutCommand
OptInPhoneNumberCommand
OptInPhoneNumberCommand
PublishBatchCommand
PublishBatchCommand
PublishCommand
PublishCommand
PutDataProtectionPolicyCommand
PutDataProtectionPolicyCommand
RemovePermissionCommand
RemovePermissionCommand
SetEndpointAttributesCommand
SetEndpointAttributesCommand
SetPlatformApplicationAttributesCommand
SetPlatformApplicationAttributesCommand
SetSMSAttributesCommand
SetSMSAttributesCommand
SetSubscriptionAttributesCommand
SetSubscriptionAttributesCommand
SetTopicAttributesCommand
SetTopicAttributesCommand
SubscribeCommand
SubscribeCommand
TagResourceCommand
TagResourceCommand
UnsubscribeCommand
UnsubscribeCommand
UntagResourceCommand
UntagResourceCommand
VerifySMSSandboxPhoneNumberCommand
VerifySMSSandboxPhoneNumberCommand
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