AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
NotificationsContactsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/notificationscontacts/NotificationsContactsErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/notificationscontacts/NotificationsContactsEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in NotificationsContactsClient header */
21#include <aws/notificationscontacts/model/ActivateEmailContactResult.h>
22#include <aws/notificationscontacts/model/CreateEmailContactResult.h>
23#include <aws/notificationscontacts/model/DeleteEmailContactResult.h>
24#include <aws/notificationscontacts/model/GetEmailContactResult.h>
25#include <aws/notificationscontacts/model/ListEmailContactsResult.h>
26#include <aws/notificationscontacts/model/ListTagsForResourceResult.h>
27#include <aws/notificationscontacts/model/SendActivationCodeResult.h>
28#include <aws/notificationscontacts/model/TagResourceResult.h>
29#include <aws/notificationscontacts/model/UntagResourceResult.h>
30#include <aws/notificationscontacts/model/ListEmailContactsRequest.h>
31/* End of service model headers required in NotificationsContactsClient header */
32
33namespace Aws
34{
35 namespace Http
36 {
37 class HttpClient;
38 class HttpClientFactory;
39 } // namespace Http
40
41 namespace Utils
42 {
43 template< typename R, typename E> class Outcome;
44
45 namespace Threading
46 {
47 class Executor;
48 } // namespace Threading
49 } // namespace Utils
50
51 namespace Auth
52 {
53 class AWSCredentials;
54 class AWSCredentialsProvider;
55 } // namespace Auth
56
57 namespace Client
58 {
59 class RetryStrategy;
60 } // namespace Client
61
62 namespace NotificationsContacts
63 {
67
68 namespace Model
69 {
70 /* Service model forward declarations required in NotificationsContactsClient header */
71 class ActivateEmailContactRequest;
72 class CreateEmailContactRequest;
73 class DeleteEmailContactRequest;
74 class GetEmailContactRequest;
75 class ListEmailContactsRequest;
76 class ListTagsForResourceRequest;
77 class SendActivationCodeRequest;
78 class TagResourceRequest;
79 class UntagResourceRequest;
80 /* End of service model forward declarations required in NotificationsContactsClient header */
81
82 /* Service model Outcome class definitions */
92 /* End of service model Outcome class definitions */
93
94 /* Service model Outcome callable definitions */
95 typedef std::future<ActivateEmailContactOutcome> ActivateEmailContactOutcomeCallable;
96 typedef std::future<CreateEmailContactOutcome> CreateEmailContactOutcomeCallable;
97 typedef std::future<DeleteEmailContactOutcome> DeleteEmailContactOutcomeCallable;
98 typedef std::future<GetEmailContactOutcome> GetEmailContactOutcomeCallable;
99 typedef std::future<ListEmailContactsOutcome> ListEmailContactsOutcomeCallable;
100 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
101 typedef std::future<SendActivationCodeOutcome> SendActivationCodeOutcomeCallable;
102 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
103 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
104 /* End of service model Outcome callable definitions */
105 } // namespace Model
106
108
109 /* Service model async handlers definitions */
110 typedef std::function<void(const NotificationsContactsClient*, const Model::ActivateEmailContactRequest&, const Model::ActivateEmailContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ActivateEmailContactResponseReceivedHandler;
111 typedef std::function<void(const NotificationsContactsClient*, const Model::CreateEmailContactRequest&, const Model::CreateEmailContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateEmailContactResponseReceivedHandler;
112 typedef std::function<void(const NotificationsContactsClient*, const Model::DeleteEmailContactRequest&, const Model::DeleteEmailContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteEmailContactResponseReceivedHandler;
113 typedef std::function<void(const NotificationsContactsClient*, const Model::GetEmailContactRequest&, const Model::GetEmailContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetEmailContactResponseReceivedHandler;
114 typedef std::function<void(const NotificationsContactsClient*, const Model::ListEmailContactsRequest&, const Model::ListEmailContactsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEmailContactsResponseReceivedHandler;
115 typedef std::function<void(const NotificationsContactsClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
116 typedef std::function<void(const NotificationsContactsClient*, const Model::SendActivationCodeRequest&, const Model::SendActivationCodeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SendActivationCodeResponseReceivedHandler;
117 typedef std::function<void(const NotificationsContactsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
118 typedef std::function<void(const NotificationsContactsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
119 /* End of service model async handlers definitions */
120 } // namespace NotificationsContacts
121} // namespace Aws
EndpointProviderBase< NotificationsContactsClientConfiguration, NotificationsContactsBuiltInParameters, NotificationsContactsClientContextParameters > NotificationsContactsEndpointProviderBase
std::future< ListEmailContactsOutcome > ListEmailContactsOutcomeCallable
Aws::Utils::Outcome< ListEmailContactsResult, NotificationsContactsError > ListEmailContactsOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< SendActivationCodeOutcome > SendActivationCodeOutcomeCallable
Aws::Utils::Outcome< SendActivationCodeResult, NotificationsContactsError > SendActivationCodeOutcome
Aws::Utils::Outcome< TagResourceResult, NotificationsContactsError > TagResourceOutcome
Aws::Utils::Outcome< DeleteEmailContactResult, NotificationsContactsError > DeleteEmailContactOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, NotificationsContactsError > ListTagsForResourceOutcome
Aws::Utils::Outcome< GetEmailContactResult, NotificationsContactsError > GetEmailContactOutcome
Aws::Utils::Outcome< CreateEmailContactResult, NotificationsContactsError > CreateEmailContactOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< GetEmailContactOutcome > GetEmailContactOutcomeCallable
std::future< ActivateEmailContactOutcome > ActivateEmailContactOutcomeCallable
Aws::Utils::Outcome< ActivateEmailContactResult, NotificationsContactsError > ActivateEmailContactOutcome
std::future< CreateEmailContactOutcome > CreateEmailContactOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, NotificationsContactsError > UntagResourceOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< DeleteEmailContactOutcome > DeleteEmailContactOutcomeCallable
std::function< void(const NotificationsContactsClient *, const Model::DeleteEmailContactRequest &, const Model::DeleteEmailContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteEmailContactResponseReceivedHandler
std::function< void(const NotificationsContactsClient *, const Model::GetEmailContactRequest &, const Model::GetEmailContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetEmailContactResponseReceivedHandler
std::function< void(const NotificationsContactsClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const NotificationsContactsClient *, const Model::CreateEmailContactRequest &, const Model::CreateEmailContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateEmailContactResponseReceivedHandler
std::function< void(const NotificationsContactsClient *, const Model::ListEmailContactsRequest &, const Model::ListEmailContactsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEmailContactsResponseReceivedHandler
std::function< void(const NotificationsContactsClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const NotificationsContactsClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const NotificationsContactsClient *, const Model::ActivateEmailContactRequest &, const Model::ActivateEmailContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ActivateEmailContactResponseReceivedHandler
std::function< void(const NotificationsContactsClient *, const Model::SendActivationCodeRequest &, const Model::SendActivationCodeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SendActivationCodeResponseReceivedHandler