AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
AIOpsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/aiops/AIOpsErrors.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/aiops/AIOpsEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in AIOpsClient header */
21#include <aws/aiops/model/CreateInvestigationGroupResult.h>
22#include <aws/aiops/model/DeleteInvestigationGroupPolicyResult.h>
23#include <aws/aiops/model/GetInvestigationGroupResult.h>
24#include <aws/aiops/model/GetInvestigationGroupPolicyResult.h>
25#include <aws/aiops/model/ListInvestigationGroupsResult.h>
26#include <aws/aiops/model/ListTagsForResourceResult.h>
27#include <aws/aiops/model/PutInvestigationGroupPolicyResult.h>
28#include <aws/aiops/model/TagResourceResult.h>
29#include <aws/aiops/model/UntagResourceResult.h>
30#include <aws/aiops/model/UpdateInvestigationGroupResult.h>
31#include <aws/aiops/model/ListInvestigationGroupsRequest.h>
32#include <aws/core/NoResult.h>
33/* End of service model headers required in AIOpsClient header */
34
35namespace Aws
36{
37 namespace Http
38 {
39 class HttpClient;
40 class HttpClientFactory;
41 } // namespace Http
42
43 namespace Utils
44 {
45 template< typename R, typename E> class Outcome;
46
47 namespace Threading
48 {
49 class Executor;
50 } // namespace Threading
51 } // namespace Utils
52
53 namespace Auth
54 {
55 class AWSCredentials;
56 class AWSCredentialsProvider;
57 } // namespace Auth
58
59 namespace Client
60 {
61 class RetryStrategy;
62 } // namespace Client
63
64 namespace AIOps
65 {
69
70 namespace Model
71 {
72 /* Service model forward declarations required in AIOpsClient header */
84 /* End of service model forward declarations required in AIOpsClient header */
85
86 /* Service model Outcome class definitions */
98 /* End of service model Outcome class definitions */
99
100 /* Service model Outcome callable definitions */
101 typedef std::future<CreateInvestigationGroupOutcome> CreateInvestigationGroupOutcomeCallable;
102 typedef std::future<DeleteInvestigationGroupOutcome> DeleteInvestigationGroupOutcomeCallable;
103 typedef std::future<DeleteInvestigationGroupPolicyOutcome> DeleteInvestigationGroupPolicyOutcomeCallable;
104 typedef std::future<GetInvestigationGroupOutcome> GetInvestigationGroupOutcomeCallable;
105 typedef std::future<GetInvestigationGroupPolicyOutcome> GetInvestigationGroupPolicyOutcomeCallable;
106 typedef std::future<ListInvestigationGroupsOutcome> ListInvestigationGroupsOutcomeCallable;
107 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
108 typedef std::future<PutInvestigationGroupPolicyOutcome> PutInvestigationGroupPolicyOutcomeCallable;
109 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
110 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
111 typedef std::future<UpdateInvestigationGroupOutcome> UpdateInvestigationGroupOutcomeCallable;
112 /* End of service model Outcome callable definitions */
113 } // namespace Model
114
115 class AIOpsClient;
116
117 /* Service model async handlers definitions */
118 typedef std::function<void(const AIOpsClient*, const Model::CreateInvestigationGroupRequest&, const Model::CreateInvestigationGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateInvestigationGroupResponseReceivedHandler;
119 typedef std::function<void(const AIOpsClient*, const Model::DeleteInvestigationGroupRequest&, const Model::DeleteInvestigationGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteInvestigationGroupResponseReceivedHandler;
120 typedef std::function<void(const AIOpsClient*, const Model::DeleteInvestigationGroupPolicyRequest&, const Model::DeleteInvestigationGroupPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteInvestigationGroupPolicyResponseReceivedHandler;
121 typedef std::function<void(const AIOpsClient*, const Model::GetInvestigationGroupRequest&, const Model::GetInvestigationGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetInvestigationGroupResponseReceivedHandler;
122 typedef std::function<void(const AIOpsClient*, const Model::GetInvestigationGroupPolicyRequest&, const Model::GetInvestigationGroupPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetInvestigationGroupPolicyResponseReceivedHandler;
123 typedef std::function<void(const AIOpsClient*, const Model::ListInvestigationGroupsRequest&, const Model::ListInvestigationGroupsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListInvestigationGroupsResponseReceivedHandler;
124 typedef std::function<void(const AIOpsClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
125 typedef std::function<void(const AIOpsClient*, const Model::PutInvestigationGroupPolicyRequest&, const Model::PutInvestigationGroupPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutInvestigationGroupPolicyResponseReceivedHandler;
126 typedef std::function<void(const AIOpsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
127 typedef std::function<void(const AIOpsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
128 typedef std::function<void(const AIOpsClient*, const Model::UpdateInvestigationGroupRequest&, const Model::UpdateInvestigationGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateInvestigationGroupResponseReceivedHandler;
129 /* End of service model async handlers definitions */
130 } // namespace AIOps
131} // namespace Aws
EndpointProviderBase< AIOpsClientConfiguration, AIOpsBuiltInParameters, AIOpsClientContextParameters > AIOpsEndpointProviderBase
std::future< GetInvestigationGroupOutcome > GetInvestigationGroupOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, AIOpsError > TagResourceOutcome
std::future< PutInvestigationGroupPolicyOutcome > PutInvestigationGroupPolicyOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, AIOpsError > ListTagsForResourceOutcome
std::future< CreateInvestigationGroupOutcome > CreateInvestigationGroupOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< PutInvestigationGroupPolicyResult, AIOpsError > PutInvestigationGroupPolicyOutcome
std::future< UpdateInvestigationGroupOutcome > UpdateInvestigationGroupOutcomeCallable
std::future< GetInvestigationGroupPolicyOutcome > GetInvestigationGroupPolicyOutcomeCallable
std::future< DeleteInvestigationGroupPolicyOutcome > DeleteInvestigationGroupPolicyOutcomeCallable
std::future< DeleteInvestigationGroupOutcome > DeleteInvestigationGroupOutcomeCallable
Aws::Utils::Outcome< CreateInvestigationGroupResult, AIOpsError > CreateInvestigationGroupOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AIOpsError > DeleteInvestigationGroupOutcome
Aws::Utils::Outcome< GetInvestigationGroupResult, AIOpsError > GetInvestigationGroupOutcome
std::future< ListInvestigationGroupsOutcome > ListInvestigationGroupsOutcomeCallable
Aws::Utils::Outcome< DeleteInvestigationGroupPolicyResult, AIOpsError > DeleteInvestigationGroupPolicyOutcome
Aws::Utils::Outcome< ListInvestigationGroupsResult, AIOpsError > ListInvestigationGroupsOutcome
Aws::Utils::Outcome< UntagResourceResult, AIOpsError > UntagResourceOutcome
Aws::Utils::Outcome< UpdateInvestigationGroupResult, AIOpsError > UpdateInvestigationGroupOutcome
Aws::Utils::Outcome< GetInvestigationGroupPolicyResult, AIOpsError > GetInvestigationGroupPolicyOutcome
std::function< void(const AIOpsClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::GetInvestigationGroupRequest &, const Model::GetInvestigationGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInvestigationGroupResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::GetInvestigationGroupPolicyRequest &, const Model::GetInvestigationGroupPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInvestigationGroupPolicyResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::DeleteInvestigationGroupRequest &, const Model::DeleteInvestigationGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteInvestigationGroupResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::CreateInvestigationGroupRequest &, const Model::CreateInvestigationGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateInvestigationGroupResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::PutInvestigationGroupPolicyRequest &, const Model::PutInvestigationGroupPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutInvestigationGroupPolicyResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::ListInvestigationGroupsRequest &, const Model::ListInvestigationGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListInvestigationGroupsResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::DeleteInvestigationGroupPolicyRequest &, const Model::DeleteInvestigationGroupPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteInvestigationGroupPolicyResponseReceivedHandler
std::function< void(const AIOpsClient *, const Model::UpdateInvestigationGroupRequest &, const Model::UpdateInvestigationGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateInvestigationGroupResponseReceivedHandler