AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CodeStarNotificationsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/codestar-notifications/CodeStarNotificationsErrors.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/codestar-notifications/CodeStarNotificationsEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in CodeStarNotificationsClient header */
21#include <aws/codestar-notifications/model/CreateNotificationRuleResult.h>
22#include <aws/codestar-notifications/model/DeleteNotificationRuleResult.h>
23#include <aws/codestar-notifications/model/DeleteTargetResult.h>
24#include <aws/codestar-notifications/model/DescribeNotificationRuleResult.h>
25#include <aws/codestar-notifications/model/ListEventTypesResult.h>
26#include <aws/codestar-notifications/model/ListNotificationRulesResult.h>
27#include <aws/codestar-notifications/model/ListTagsForResourceResult.h>
28#include <aws/codestar-notifications/model/ListTargetsResult.h>
29#include <aws/codestar-notifications/model/SubscribeResult.h>
30#include <aws/codestar-notifications/model/TagResourceResult.h>
31#include <aws/codestar-notifications/model/UnsubscribeResult.h>
32#include <aws/codestar-notifications/model/UntagResourceResult.h>
33#include <aws/codestar-notifications/model/UpdateNotificationRuleResult.h>
34#include <aws/codestar-notifications/model/ListEventTypesRequest.h>
35#include <aws/codestar-notifications/model/ListNotificationRulesRequest.h>
36#include <aws/codestar-notifications/model/ListTargetsRequest.h>
37/* End of service model headers required in CodeStarNotificationsClient header */
38
39namespace Aws
40{
41 namespace Http
42 {
43 class HttpClient;
44 class HttpClientFactory;
45 } // namespace Http
46
47 namespace Utils
48 {
49 template< typename R, typename E> class Outcome;
50
51 namespace Threading
52 {
53 class Executor;
54 } // namespace Threading
55 } // namespace Utils
56
57 namespace Auth
58 {
59 class AWSCredentials;
60 class AWSCredentialsProvider;
61 } // namespace Auth
62
63 namespace Client
64 {
65 class RetryStrategy;
66 } // namespace Client
67
68 namespace CodeStarNotifications
69 {
73
74 namespace Model
75 {
76 /* Service model forward declarations required in CodeStarNotificationsClient header */
85 class SubscribeRequest;
90 /* End of service model forward declarations required in CodeStarNotificationsClient header */
91
92 /* Service model Outcome class definitions */
106 /* End of service model Outcome class definitions */
107
108 /* Service model Outcome callable definitions */
109 typedef std::future<CreateNotificationRuleOutcome> CreateNotificationRuleOutcomeCallable;
110 typedef std::future<DeleteNotificationRuleOutcome> DeleteNotificationRuleOutcomeCallable;
111 typedef std::future<DeleteTargetOutcome> DeleteTargetOutcomeCallable;
112 typedef std::future<DescribeNotificationRuleOutcome> DescribeNotificationRuleOutcomeCallable;
113 typedef std::future<ListEventTypesOutcome> ListEventTypesOutcomeCallable;
114 typedef std::future<ListNotificationRulesOutcome> ListNotificationRulesOutcomeCallable;
115 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
116 typedef std::future<ListTargetsOutcome> ListTargetsOutcomeCallable;
117 typedef std::future<SubscribeOutcome> SubscribeOutcomeCallable;
118 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
119 typedef std::future<UnsubscribeOutcome> UnsubscribeOutcomeCallable;
120 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
121 typedef std::future<UpdateNotificationRuleOutcome> UpdateNotificationRuleOutcomeCallable;
122 /* End of service model Outcome callable definitions */
123 } // namespace Model
124
126
127 /* Service model async handlers definitions */
128 typedef std::function<void(const CodeStarNotificationsClient*, const Model::CreateNotificationRuleRequest&, const Model::CreateNotificationRuleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateNotificationRuleResponseReceivedHandler;
129 typedef std::function<void(const CodeStarNotificationsClient*, const Model::DeleteNotificationRuleRequest&, const Model::DeleteNotificationRuleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteNotificationRuleResponseReceivedHandler;
130 typedef std::function<void(const CodeStarNotificationsClient*, const Model::DeleteTargetRequest&, const Model::DeleteTargetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTargetResponseReceivedHandler;
131 typedef std::function<void(const CodeStarNotificationsClient*, const Model::DescribeNotificationRuleRequest&, const Model::DescribeNotificationRuleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeNotificationRuleResponseReceivedHandler;
132 typedef std::function<void(const CodeStarNotificationsClient*, const Model::ListEventTypesRequest&, const Model::ListEventTypesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEventTypesResponseReceivedHandler;
133 typedef std::function<void(const CodeStarNotificationsClient*, const Model::ListNotificationRulesRequest&, const Model::ListNotificationRulesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListNotificationRulesResponseReceivedHandler;
134 typedef std::function<void(const CodeStarNotificationsClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
135 typedef std::function<void(const CodeStarNotificationsClient*, const Model::ListTargetsRequest&, const Model::ListTargetsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTargetsResponseReceivedHandler;
136 typedef std::function<void(const CodeStarNotificationsClient*, const Model::SubscribeRequest&, const Model::SubscribeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SubscribeResponseReceivedHandler;
137 typedef std::function<void(const CodeStarNotificationsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
138 typedef std::function<void(const CodeStarNotificationsClient*, const Model::UnsubscribeRequest&, const Model::UnsubscribeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UnsubscribeResponseReceivedHandler;
139 typedef std::function<void(const CodeStarNotificationsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
140 typedef std::function<void(const CodeStarNotificationsClient*, const Model::UpdateNotificationRuleRequest&, const Model::UpdateNotificationRuleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateNotificationRuleResponseReceivedHandler;
141 /* End of service model async handlers definitions */
142 } // namespace CodeStarNotifications
143} // namespace Aws
EndpointProviderBase< CodeStarNotificationsClientConfiguration, CodeStarNotificationsBuiltInParameters, CodeStarNotificationsClientContextParameters > CodeStarNotificationsEndpointProviderBase
Aws::Utils::Outcome< SubscribeResult, CodeStarNotificationsError > SubscribeOutcome
std::future< DeleteTargetOutcome > DeleteTargetOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, CodeStarNotificationsError > TagResourceOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< ListEventTypesOutcome > ListEventTypesOutcomeCallable
Aws::Utils::Outcome< ListNotificationRulesResult, CodeStarNotificationsError > ListNotificationRulesOutcome
std::future< ListNotificationRulesOutcome > ListNotificationRulesOutcomeCallable
Aws::Utils::Outcome< ListEventTypesResult, CodeStarNotificationsError > ListEventTypesOutcome
Aws::Utils::Outcome< DeleteTargetResult, CodeStarNotificationsError > DeleteTargetOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< DeleteNotificationRuleResult, CodeStarNotificationsError > DeleteNotificationRuleOutcome
std::future< CreateNotificationRuleOutcome > CreateNotificationRuleOutcomeCallable
Aws::Utils::Outcome< UnsubscribeResult, CodeStarNotificationsError > UnsubscribeOutcome
Aws::Utils::Outcome< CreateNotificationRuleResult, CodeStarNotificationsError > CreateNotificationRuleOutcome
std::future< DeleteNotificationRuleOutcome > DeleteNotificationRuleOutcomeCallable
std::future< DescribeNotificationRuleOutcome > DescribeNotificationRuleOutcomeCallable
std::future< UpdateNotificationRuleOutcome > UpdateNotificationRuleOutcomeCallable
Aws::Utils::Outcome< DescribeNotificationRuleResult, CodeStarNotificationsError > DescribeNotificationRuleOutcome
Aws::Utils::Outcome< ListTargetsResult, CodeStarNotificationsError > ListTargetsOutcome
std::future< ListTargetsOutcome > ListTargetsOutcomeCallable
std::future< UnsubscribeOutcome > UnsubscribeOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, CodeStarNotificationsError > ListTagsForResourceOutcome
Aws::Utils::Outcome< UpdateNotificationRuleResult, CodeStarNotificationsError > UpdateNotificationRuleOutcome
Aws::Utils::Outcome< UntagResourceResult, CodeStarNotificationsError > UntagResourceOutcome
std::function< void(const CodeStarNotificationsClient *, const Model::CreateNotificationRuleRequest &, const Model::CreateNotificationRuleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateNotificationRuleResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::UpdateNotificationRuleRequest &, const Model::UpdateNotificationRuleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateNotificationRuleResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::DescribeNotificationRuleRequest &, const Model::DescribeNotificationRuleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeNotificationRuleResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::ListTargetsRequest &, const Model::ListTargetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTargetsResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::SubscribeRequest &, const Model::SubscribeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SubscribeResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::DeleteTargetRequest &, const Model::DeleteTargetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTargetResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::UnsubscribeRequest &, const Model::UnsubscribeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UnsubscribeResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::ListEventTypesRequest &, const Model::ListEventTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEventTypesResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::DeleteNotificationRuleRequest &, const Model::DeleteNotificationRuleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteNotificationRuleResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const CodeStarNotificationsClient *, const Model::ListNotificationRulesRequest &, const Model::ListNotificationRulesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListNotificationRulesResponseReceivedHandler