50 class HttpClientFactory;
55 template<
typename R,
typename E>
class Outcome;
71 class AWSCredentialsProvider;
84 class AddPermissionRequest;
85 class ConfirmSubscriptionRequest;
86 class CreatePlatformApplicationRequest;
87 class CreatePlatformEndpointRequest;
88 class CreateTopicRequest;
89 class DeleteEndpointRequest;
90 class DeletePlatformApplicationRequest;
91 class DeleteTopicRequest;
92 class GetEndpointAttributesRequest;
93 class GetPlatformApplicationAttributesRequest;
94 class GetSubscriptionAttributesRequest;
95 class GetTopicAttributesRequest;
96 class ListEndpointsByPlatformApplicationRequest;
97 class ListPlatformApplicationsRequest;
98 class ListSubscriptionsRequest;
99 class ListSubscriptionsByTopicRequest;
100 class ListTopicsRequest;
101 class PublishRequest;
102 class RemovePermissionRequest;
103 class SetEndpointAttributesRequest;
104 class SetPlatformApplicationAttributesRequest;
105 class SetSubscriptionAttributesRequest;
106 class SetTopicAttributesRequest;
107 class SubscribeRequest;
165 typedef std::function<void(const SNSClient*, const Model::AddPermissionRequest&, const Model::AddPermissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
AddPermissionResponseReceivedHandler;
166 typedef std::function<void(const SNSClient*, const Model::ConfirmSubscriptionRequest&, const Model::ConfirmSubscriptionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
ConfirmSubscriptionResponseReceivedHandler;
167 typedef std::function<void(const SNSClient*, const Model::CreatePlatformApplicationRequest&, const Model::CreatePlatformApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
CreatePlatformApplicationResponseReceivedHandler;
168 typedef std::function<void(const SNSClient*, const Model::CreatePlatformEndpointRequest&, const Model::CreatePlatformEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
CreatePlatformEndpointResponseReceivedHandler;
169 typedef std::function<void(const SNSClient*, const Model::CreateTopicRequest&, const Model::CreateTopicOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
CreateTopicResponseReceivedHandler;
170 typedef std::function<void(const SNSClient*, const Model::DeleteEndpointRequest&, const Model::DeleteEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
DeleteEndpointResponseReceivedHandler;
171 typedef std::function<void(const SNSClient*, const Model::DeletePlatformApplicationRequest&, const Model::DeletePlatformApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
DeletePlatformApplicationResponseReceivedHandler;
172 typedef std::function<void(const SNSClient*, const Model::DeleteTopicRequest&, const Model::DeleteTopicOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
DeleteTopicResponseReceivedHandler;
173 typedef std::function<void(const SNSClient*, const Model::GetEndpointAttributesRequest&, const Model::GetEndpointAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
GetEndpointAttributesResponseReceivedHandler;
175 typedef std::function<void(const SNSClient*, const Model::GetSubscriptionAttributesRequest&, const Model::GetSubscriptionAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
GetSubscriptionAttributesResponseReceivedHandler;
176 typedef std::function<void(const SNSClient*, const Model::GetTopicAttributesRequest&, const Model::GetTopicAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
GetTopicAttributesResponseReceivedHandler;
178 typedef std::function<void(const SNSClient*, const Model::ListPlatformApplicationsRequest&, const Model::ListPlatformApplicationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
ListPlatformApplicationsResponseReceivedHandler;
179 typedef std::function<void(const SNSClient*, const Model::ListSubscriptionsRequest&, const Model::ListSubscriptionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
ListSubscriptionsResponseReceivedHandler;
180 typedef std::function<void(const SNSClient*, const Model::ListSubscriptionsByTopicRequest&, const Model::ListSubscriptionsByTopicOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
ListSubscriptionsByTopicResponseReceivedHandler;
181 typedef std::function<void(const SNSClient*, const Model::ListTopicsRequest&, const Model::ListTopicsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
ListTopicsResponseReceivedHandler;
182 typedef std::function<void(const SNSClient*, const Model::PublishRequest&, const Model::PublishOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
PublishResponseReceivedHandler;
183 typedef std::function<void(const SNSClient*, const Model::RemovePermissionRequest&, const Model::RemovePermissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
RemovePermissionResponseReceivedHandler;
184 typedef std::function<void(const SNSClient*, const Model::SetEndpointAttributesRequest&, const Model::SetEndpointAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
SetEndpointAttributesResponseReceivedHandler;
186 typedef std::function<void(const SNSClient*, const Model::SetSubscriptionAttributesRequest&, const Model::SetSubscriptionAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
SetSubscriptionAttributesResponseReceivedHandler;
187 typedef std::function<void(const SNSClient*, const Model::SetTopicAttributesRequest&, const Model::SetTopicAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
SetTopicAttributesResponseReceivedHandler;
188 typedef std::function<void(const SNSClient*, const Model::SubscribeRequest&, const Model::SubscribeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
SubscribeResponseReceivedHandler;
189 typedef std::function<void(const SNSClient*, const Model::UnsubscribeRequest&, const Model::UnsubscribeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) >
UnsubscribeResponseReceivedHandler;
228 SNSClient(
const std::shared_ptr<Auth::AWSCredentialsProvider>& credentialsProvider,
1067 std::shared_ptr<Utils::Threading::Executor> m_executor;
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > UnsubscribeOutcome
std::function< void(const SNSClient *, const Model::ListPlatformApplicationsRequest &, const Model::ListPlatformApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListPlatformApplicationsResponseReceivedHandler
std::future< UnsubscribeOutcome > UnsubscribeOutcomeCallable
std::function< void(const SNSClient *, const Model::GetSubscriptionAttributesRequest &, const Model::GetSubscriptionAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSubscriptionAttributesResponseReceivedHandler
std::function< void(const SNSClient *, const Model::SetSubscriptionAttributesRequest &, const Model::SetSubscriptionAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SetSubscriptionAttributesResponseReceivedHandler
std::future< GetEndpointAttributesOutcome > GetEndpointAttributesOutcomeCallable
Aws::Utils::Outcome< ConfirmSubscriptionResult, Aws::Client::AWSError< SNSErrors > > ConfirmSubscriptionOutcome
Aws::Utils::Outcome< GetPlatformApplicationAttributesResult, Aws::Client::AWSError< SNSErrors > > GetPlatformApplicationAttributesOutcome
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > SetSubscriptionAttributesOutcome
Aws::Utils::Outcome< GetSubscriptionAttributesResult, Aws::Client::AWSError< SNSErrors > > GetSubscriptionAttributesOutcome
Aws::Utils::Outcome< GetEndpointAttributesResult, Aws::Client::AWSError< SNSErrors > > GetEndpointAttributesOutcome
std::function< void(const SNSClient *, const Model::ListEndpointsByPlatformApplicationRequest &, const Model::ListEndpointsByPlatformApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEndpointsByPlatformApplicationResponseReceivedHandler
std::function< void(const SNSClient *, const Model::CreatePlatformApplicationRequest &, const Model::CreatePlatformApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreatePlatformApplicationResponseReceivedHandler
std::function< void(const SNSClient *, const Model::ListTopicsRequest &, const Model::ListTopicsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTopicsResponseReceivedHandler
std::future< CreatePlatformEndpointOutcome > CreatePlatformEndpointOutcomeCallable
std::function< void(const SNSClient *, const Model::SetEndpointAttributesRequest &, const Model::SetEndpointAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SetEndpointAttributesResponseReceivedHandler
std::function< void(const SNSClient *, const Model::CreatePlatformEndpointRequest &, const Model::CreatePlatformEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreatePlatformEndpointResponseReceivedHandler
std::future< PublishOutcome > PublishOutcomeCallable
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > SetPlatformApplicationAttributesOutcome
std::function< void(const SNSClient *, const Model::GetTopicAttributesRequest &, const Model::GetTopicAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTopicAttributesResponseReceivedHandler
std::future< GetSubscriptionAttributesOutcome > GetSubscriptionAttributesOutcomeCallable
std::function< void(const SNSClient *, const Model::GetPlatformApplicationAttributesRequest &, const Model::GetPlatformApplicationAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetPlatformApplicationAttributesResponseReceivedHandler
Aws::Utils::Outcome< ListSubscriptionsByTopicResult, Aws::Client::AWSError< SNSErrors > > ListSubscriptionsByTopicOutcome
std::future< CreateTopicOutcome > CreateTopicOutcomeCallable
std::future< SubscribeOutcome > SubscribeOutcomeCallable
std::function< void(const SNSClient *, const Model::UnsubscribeRequest &, const Model::UnsubscribeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UnsubscribeResponseReceivedHandler
std::future< SetSubscriptionAttributesOutcome > SetSubscriptionAttributesOutcomeCallable
std::function< void(const SNSClient *, const Model::DeleteTopicRequest &, const Model::DeleteTopicOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTopicResponseReceivedHandler
std::future< ListTopicsOutcome > ListTopicsOutcomeCallable
Aws::Utils::Outcome< CreatePlatformApplicationResult, Aws::Client::AWSError< SNSErrors > > CreatePlatformApplicationOutcome
std::function< void(const SNSClient *, const Model::SetTopicAttributesRequest &, const Model::SetTopicAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SetTopicAttributesResponseReceivedHandler
std::future< SetTopicAttributesOutcome > SetTopicAttributesOutcomeCallable
Aws::Utils::Outcome< CreatePlatformEndpointResult, Aws::Client::AWSError< SNSErrors > > CreatePlatformEndpointOutcome
Aws::Utils::Outcome< ListEndpointsByPlatformApplicationResult, Aws::Client::AWSError< SNSErrors > > ListEndpointsByPlatformApplicationOutcome
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > SetEndpointAttributesOutcome
Aws::Utils::Outcome< SubscribeResult, Aws::Client::AWSError< SNSErrors > > SubscribeOutcome
std::future< GetTopicAttributesOutcome > GetTopicAttributesOutcomeCallable
std::function< void(const SNSClient *, const Model::SetPlatformApplicationAttributesRequest &, const Model::SetPlatformApplicationAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SetPlatformApplicationAttributesResponseReceivedHandler
std::future< ListSubscriptionsOutcome > ListSubscriptionsOutcomeCallable
std::future< AddPermissionOutcome > AddPermissionOutcomeCallable
std::function< void(const SNSClient *, const Model::ListSubscriptionsRequest &, const Model::ListSubscriptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSubscriptionsResponseReceivedHandler
std::function< void(const SNSClient *, const Model::AddPermissionRequest &, const Model::AddPermissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AddPermissionResponseReceivedHandler
std::future< DeleteTopicOutcome > DeleteTopicOutcomeCallable
Aws::Utils::Outcome< PublishResult, Aws::Client::AWSError< SNSErrors > > PublishOutcome
std::function< void(const SNSClient *, const Model::CreateTopicRequest &, const Model::CreateTopicOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateTopicResponseReceivedHandler
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > DeletePlatformApplicationOutcome
std::function< void(const SNSClient *, const Model::DeletePlatformApplicationRequest &, const Model::DeletePlatformApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeletePlatformApplicationResponseReceivedHandler
std::function< void(const SNSClient *, const Model::DeleteEndpointRequest &, const Model::DeleteEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteEndpointResponseReceivedHandler
Aws::Client::AWSXMLClient BASECLASS
std::future< ListSubscriptionsByTopicOutcome > ListSubscriptionsByTopicOutcomeCallable
std::function< void(const SNSClient *, const Model::SubscribeRequest &, const Model::SubscribeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SubscribeResponseReceivedHandler
Aws::Utils::Outcome< CreateTopicResult, Aws::Client::AWSError< SNSErrors > > CreateTopicOutcome
Aws::Utils::Outcome< ListTopicsResult, Aws::Client::AWSError< SNSErrors > > ListTopicsOutcome
Aws::Utils::Outcome< ListPlatformApplicationsResult, Aws::Client::AWSError< SNSErrors > > ListPlatformApplicationsOutcome
std::future< ConfirmSubscriptionOutcome > ConfirmSubscriptionOutcomeCallable
std::function< void(const SNSClient *, const Model::RemovePermissionRequest &, const Model::RemovePermissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RemovePermissionResponseReceivedHandler
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > SetTopicAttributesOutcome
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > DeleteTopicOutcome
std::future< CreatePlatformApplicationOutcome > CreatePlatformApplicationOutcomeCallable
std::future< RemovePermissionOutcome > RemovePermissionOutcomeCallable
std::function< void(const SNSClient *, const Model::ListSubscriptionsByTopicRequest &, const Model::ListSubscriptionsByTopicOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSubscriptionsByTopicResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::future< DeleteEndpointOutcome > DeleteEndpointOutcomeCallable
std::future< GetPlatformApplicationAttributesOutcome > GetPlatformApplicationAttributesOutcomeCallable
std::future< DeletePlatformApplicationOutcome > DeletePlatformApplicationOutcomeCallable
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > AddPermissionOutcome
std::future< SetEndpointAttributesOutcome > SetEndpointAttributesOutcomeCallable
std::future< SetPlatformApplicationAttributesOutcome > SetPlatformApplicationAttributesOutcomeCallable
std::future< ListPlatformApplicationsOutcome > ListPlatformApplicationsOutcomeCallable
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > RemovePermissionOutcome
Aws::Utils::Outcome< ListSubscriptionsResult, Aws::Client::AWSError< SNSErrors > > ListSubscriptionsOutcome
Aws::Utils::Outcome< GetTopicAttributesResult, Aws::Client::AWSError< SNSErrors > > GetTopicAttributesOutcome
Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< SNSErrors > > DeleteEndpointOutcome
std::function< void(const SNSClient *, const Model::GetEndpointAttributesRequest &, const Model::GetEndpointAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetEndpointAttributesResponseReceivedHandler
std::function< void(const SNSClient *, const Model::PublishRequest &, const Model::PublishOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PublishResponseReceivedHandler
JSON (JavaScript Object Notation).
std::function< void(const SNSClient *, const Model::ConfirmSubscriptionRequest &, const Model::ConfirmSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ConfirmSubscriptionResponseReceivedHandler
std::future< ListEndpointsByPlatformApplicationOutcome > ListEndpointsByPlatformApplicationOutcomeCallable