AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
XRayServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/xray/XRayErrors.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/xray/XRayEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in XRayClient header */
21#include <aws/xray/model/BatchGetTracesResult.h>
22#include <aws/xray/model/CancelTraceRetrievalResult.h>
23#include <aws/xray/model/CreateGroupResult.h>
24#include <aws/xray/model/CreateSamplingRuleResult.h>
25#include <aws/xray/model/DeleteGroupResult.h>
26#include <aws/xray/model/DeleteResourcePolicyResult.h>
27#include <aws/xray/model/DeleteSamplingRuleResult.h>
28#include <aws/xray/model/GetEncryptionConfigResult.h>
29#include <aws/xray/model/GetGroupResult.h>
30#include <aws/xray/model/GetGroupsResult.h>
31#include <aws/xray/model/GetIndexingRulesResult.h>
32#include <aws/xray/model/GetInsightResult.h>
33#include <aws/xray/model/GetInsightEventsResult.h>
34#include <aws/xray/model/GetInsightImpactGraphResult.h>
35#include <aws/xray/model/GetInsightSummariesResult.h>
36#include <aws/xray/model/GetRetrievedTracesGraphResult.h>
37#include <aws/xray/model/GetSamplingRulesResult.h>
38#include <aws/xray/model/GetSamplingStatisticSummariesResult.h>
39#include <aws/xray/model/GetSamplingTargetsResult.h>
40#include <aws/xray/model/GetServiceGraphResult.h>
41#include <aws/xray/model/GetTimeSeriesServiceStatisticsResult.h>
42#include <aws/xray/model/GetTraceGraphResult.h>
43#include <aws/xray/model/GetTraceSegmentDestinationResult.h>
44#include <aws/xray/model/GetTraceSummariesResult.h>
45#include <aws/xray/model/ListResourcePoliciesResult.h>
46#include <aws/xray/model/ListRetrievedTracesResult.h>
47#include <aws/xray/model/ListTagsForResourceResult.h>
48#include <aws/xray/model/PutEncryptionConfigResult.h>
49#include <aws/xray/model/PutResourcePolicyResult.h>
50#include <aws/xray/model/PutTelemetryRecordsResult.h>
51#include <aws/xray/model/PutTraceSegmentsResult.h>
52#include <aws/xray/model/StartTraceRetrievalResult.h>
53#include <aws/xray/model/TagResourceResult.h>
54#include <aws/xray/model/UntagResourceResult.h>
55#include <aws/xray/model/UpdateGroupResult.h>
56#include <aws/xray/model/UpdateIndexingRuleResult.h>
57#include <aws/xray/model/UpdateSamplingRuleResult.h>
58#include <aws/xray/model/UpdateTraceSegmentDestinationResult.h>
59#include <aws/xray/model/GetGroupRequest.h>
60#include <aws/xray/model/ListResourcePoliciesRequest.h>
61#include <aws/xray/model/GetIndexingRulesRequest.h>
62#include <aws/xray/model/GetTraceSegmentDestinationRequest.h>
63#include <aws/xray/model/DeleteSamplingRuleRequest.h>
64#include <aws/xray/model/GetSamplingStatisticSummariesRequest.h>
65#include <aws/xray/model/UpdateTraceSegmentDestinationRequest.h>
66#include <aws/xray/model/GetEncryptionConfigRequest.h>
67#include <aws/xray/model/DeleteGroupRequest.h>
68#include <aws/xray/model/GetSamplingRulesRequest.h>
69#include <aws/xray/model/GetGroupsRequest.h>
70#include <aws/xray/model/UpdateGroupRequest.h>
71/* End of service model headers required in XRayClient header */
72
73namespace Aws
74{
75 namespace Http
76 {
77 class HttpClient;
78 class HttpClientFactory;
79 } // namespace Http
80
81 namespace Utils
82 {
83 template< typename R, typename E> class Outcome;
84
85 namespace Threading
86 {
87 class Executor;
88 } // namespace Threading
89 } // namespace Utils
90
91 namespace Auth
92 {
93 class AWSCredentials;
94 class AWSCredentialsProvider;
95 } // namespace Auth
96
97 namespace Client
98 {
99 class RetryStrategy;
100 } // namespace Client
101
102 namespace XRay
103 {
107
108 namespace Model
109 {
110 /* Service model forward declarations required in XRayClient header */
111 class BatchGetTracesRequest;
112 class CancelTraceRetrievalRequest;
113 class CreateGroupRequest;
114 class CreateSamplingRuleRequest;
115 class DeleteGroupRequest;
116 class DeleteResourcePolicyRequest;
117 class DeleteSamplingRuleRequest;
118 class GetEncryptionConfigRequest;
119 class GetGroupRequest;
120 class GetGroupsRequest;
121 class GetIndexingRulesRequest;
122 class GetInsightRequest;
123 class GetInsightEventsRequest;
124 class GetInsightImpactGraphRequest;
125 class GetInsightSummariesRequest;
126 class GetRetrievedTracesGraphRequest;
127 class GetSamplingRulesRequest;
128 class GetSamplingStatisticSummariesRequest;
129 class GetSamplingTargetsRequest;
130 class GetServiceGraphRequest;
131 class GetTimeSeriesServiceStatisticsRequest;
132 class GetTraceGraphRequest;
133 class GetTraceSegmentDestinationRequest;
134 class GetTraceSummariesRequest;
135 class ListResourcePoliciesRequest;
136 class ListRetrievedTracesRequest;
137 class ListTagsForResourceRequest;
138 class PutEncryptionConfigRequest;
139 class PutResourcePolicyRequest;
140 class PutTelemetryRecordsRequest;
141 class PutTraceSegmentsRequest;
142 class StartTraceRetrievalRequest;
143 class TagResourceRequest;
144 class UntagResourceRequest;
145 class UpdateGroupRequest;
146 class UpdateIndexingRuleRequest;
147 class UpdateSamplingRuleRequest;
148 class UpdateTraceSegmentDestinationRequest;
149 /* End of service model forward declarations required in XRayClient header */
150
151 /* Service model Outcome class definitions */
190 /* End of service model Outcome class definitions */
191
192 /* Service model Outcome callable definitions */
193 typedef std::future<BatchGetTracesOutcome> BatchGetTracesOutcomeCallable;
194 typedef std::future<CancelTraceRetrievalOutcome> CancelTraceRetrievalOutcomeCallable;
195 typedef std::future<CreateGroupOutcome> CreateGroupOutcomeCallable;
196 typedef std::future<CreateSamplingRuleOutcome> CreateSamplingRuleOutcomeCallable;
197 typedef std::future<DeleteGroupOutcome> DeleteGroupOutcomeCallable;
198 typedef std::future<DeleteResourcePolicyOutcome> DeleteResourcePolicyOutcomeCallable;
199 typedef std::future<DeleteSamplingRuleOutcome> DeleteSamplingRuleOutcomeCallable;
200 typedef std::future<GetEncryptionConfigOutcome> GetEncryptionConfigOutcomeCallable;
201 typedef std::future<GetGroupOutcome> GetGroupOutcomeCallable;
202 typedef std::future<GetGroupsOutcome> GetGroupsOutcomeCallable;
203 typedef std::future<GetIndexingRulesOutcome> GetIndexingRulesOutcomeCallable;
204 typedef std::future<GetInsightOutcome> GetInsightOutcomeCallable;
205 typedef std::future<GetInsightEventsOutcome> GetInsightEventsOutcomeCallable;
206 typedef std::future<GetInsightImpactGraphOutcome> GetInsightImpactGraphOutcomeCallable;
207 typedef std::future<GetInsightSummariesOutcome> GetInsightSummariesOutcomeCallable;
208 typedef std::future<GetRetrievedTracesGraphOutcome> GetRetrievedTracesGraphOutcomeCallable;
209 typedef std::future<GetSamplingRulesOutcome> GetSamplingRulesOutcomeCallable;
210 typedef std::future<GetSamplingStatisticSummariesOutcome> GetSamplingStatisticSummariesOutcomeCallable;
211 typedef std::future<GetSamplingTargetsOutcome> GetSamplingTargetsOutcomeCallable;
212 typedef std::future<GetServiceGraphOutcome> GetServiceGraphOutcomeCallable;
213 typedef std::future<GetTimeSeriesServiceStatisticsOutcome> GetTimeSeriesServiceStatisticsOutcomeCallable;
214 typedef std::future<GetTraceGraphOutcome> GetTraceGraphOutcomeCallable;
215 typedef std::future<GetTraceSegmentDestinationOutcome> GetTraceSegmentDestinationOutcomeCallable;
216 typedef std::future<GetTraceSummariesOutcome> GetTraceSummariesOutcomeCallable;
217 typedef std::future<ListResourcePoliciesOutcome> ListResourcePoliciesOutcomeCallable;
218 typedef std::future<ListRetrievedTracesOutcome> ListRetrievedTracesOutcomeCallable;
219 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
220 typedef std::future<PutEncryptionConfigOutcome> PutEncryptionConfigOutcomeCallable;
221 typedef std::future<PutResourcePolicyOutcome> PutResourcePolicyOutcomeCallable;
222 typedef std::future<PutTelemetryRecordsOutcome> PutTelemetryRecordsOutcomeCallable;
223 typedef std::future<PutTraceSegmentsOutcome> PutTraceSegmentsOutcomeCallable;
224 typedef std::future<StartTraceRetrievalOutcome> StartTraceRetrievalOutcomeCallable;
225 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
226 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
227 typedef std::future<UpdateGroupOutcome> UpdateGroupOutcomeCallable;
228 typedef std::future<UpdateIndexingRuleOutcome> UpdateIndexingRuleOutcomeCallable;
229 typedef std::future<UpdateSamplingRuleOutcome> UpdateSamplingRuleOutcomeCallable;
230 typedef std::future<UpdateTraceSegmentDestinationOutcome> UpdateTraceSegmentDestinationOutcomeCallable;
231 /* End of service model Outcome callable definitions */
232 } // namespace Model
233
234 class XRayClient;
235
236 /* Service model async handlers definitions */
237 typedef std::function<void(const XRayClient*, const Model::BatchGetTracesRequest&, const Model::BatchGetTracesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchGetTracesResponseReceivedHandler;
238 typedef std::function<void(const XRayClient*, const Model::CancelTraceRetrievalRequest&, const Model::CancelTraceRetrievalOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelTraceRetrievalResponseReceivedHandler;
239 typedef std::function<void(const XRayClient*, const Model::CreateGroupRequest&, const Model::CreateGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGroupResponseReceivedHandler;
240 typedef std::function<void(const XRayClient*, const Model::CreateSamplingRuleRequest&, const Model::CreateSamplingRuleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateSamplingRuleResponseReceivedHandler;
241 typedef std::function<void(const XRayClient*, const Model::DeleteGroupRequest&, const Model::DeleteGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGroupResponseReceivedHandler;
242 typedef std::function<void(const XRayClient*, const Model::DeleteResourcePolicyRequest&, const Model::DeleteResourcePolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteResourcePolicyResponseReceivedHandler;
243 typedef std::function<void(const XRayClient*, const Model::DeleteSamplingRuleRequest&, const Model::DeleteSamplingRuleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSamplingRuleResponseReceivedHandler;
244 typedef std::function<void(const XRayClient*, const Model::GetEncryptionConfigRequest&, const Model::GetEncryptionConfigOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetEncryptionConfigResponseReceivedHandler;
245 typedef std::function<void(const XRayClient*, const Model::GetGroupRequest&, const Model::GetGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGroupResponseReceivedHandler;
246 typedef std::function<void(const XRayClient*, const Model::GetGroupsRequest&, const Model::GetGroupsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGroupsResponseReceivedHandler;
247 typedef std::function<void(const XRayClient*, const Model::GetIndexingRulesRequest&, const Model::GetIndexingRulesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetIndexingRulesResponseReceivedHandler;
248 typedef std::function<void(const XRayClient*, const Model::GetInsightRequest&, const Model::GetInsightOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetInsightResponseReceivedHandler;
249 typedef std::function<void(const XRayClient*, const Model::GetInsightEventsRequest&, const Model::GetInsightEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetInsightEventsResponseReceivedHandler;
250 typedef std::function<void(const XRayClient*, const Model::GetInsightImpactGraphRequest&, const Model::GetInsightImpactGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetInsightImpactGraphResponseReceivedHandler;
251 typedef std::function<void(const XRayClient*, const Model::GetInsightSummariesRequest&, const Model::GetInsightSummariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetInsightSummariesResponseReceivedHandler;
252 typedef std::function<void(const XRayClient*, const Model::GetRetrievedTracesGraphRequest&, const Model::GetRetrievedTracesGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetRetrievedTracesGraphResponseReceivedHandler;
253 typedef std::function<void(const XRayClient*, const Model::GetSamplingRulesRequest&, const Model::GetSamplingRulesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetSamplingRulesResponseReceivedHandler;
254 typedef std::function<void(const XRayClient*, const Model::GetSamplingStatisticSummariesRequest&, const Model::GetSamplingStatisticSummariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetSamplingStatisticSummariesResponseReceivedHandler;
255 typedef std::function<void(const XRayClient*, const Model::GetSamplingTargetsRequest&, const Model::GetSamplingTargetsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetSamplingTargetsResponseReceivedHandler;
256 typedef std::function<void(const XRayClient*, const Model::GetServiceGraphRequest&, const Model::GetServiceGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetServiceGraphResponseReceivedHandler;
257 typedef std::function<void(const XRayClient*, const Model::GetTimeSeriesServiceStatisticsRequest&, const Model::GetTimeSeriesServiceStatisticsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTimeSeriesServiceStatisticsResponseReceivedHandler;
258 typedef std::function<void(const XRayClient*, const Model::GetTraceGraphRequest&, const Model::GetTraceGraphOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTraceGraphResponseReceivedHandler;
259 typedef std::function<void(const XRayClient*, const Model::GetTraceSegmentDestinationRequest&, const Model::GetTraceSegmentDestinationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTraceSegmentDestinationResponseReceivedHandler;
260 typedef std::function<void(const XRayClient*, const Model::GetTraceSummariesRequest&, const Model::GetTraceSummariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTraceSummariesResponseReceivedHandler;
261 typedef std::function<void(const XRayClient*, const Model::ListResourcePoliciesRequest&, const Model::ListResourcePoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListResourcePoliciesResponseReceivedHandler;
262 typedef std::function<void(const XRayClient*, const Model::ListRetrievedTracesRequest&, const Model::ListRetrievedTracesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRetrievedTracesResponseReceivedHandler;
263 typedef std::function<void(const XRayClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
264 typedef std::function<void(const XRayClient*, const Model::PutEncryptionConfigRequest&, const Model::PutEncryptionConfigOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutEncryptionConfigResponseReceivedHandler;
265 typedef std::function<void(const XRayClient*, const Model::PutResourcePolicyRequest&, const Model::PutResourcePolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutResourcePolicyResponseReceivedHandler;
266 typedef std::function<void(const XRayClient*, const Model::PutTelemetryRecordsRequest&, const Model::PutTelemetryRecordsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutTelemetryRecordsResponseReceivedHandler;
267 typedef std::function<void(const XRayClient*, const Model::PutTraceSegmentsRequest&, const Model::PutTraceSegmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutTraceSegmentsResponseReceivedHandler;
268 typedef std::function<void(const XRayClient*, const Model::StartTraceRetrievalRequest&, const Model::StartTraceRetrievalOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartTraceRetrievalResponseReceivedHandler;
269 typedef std::function<void(const XRayClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
270 typedef std::function<void(const XRayClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
271 typedef std::function<void(const XRayClient*, const Model::UpdateGroupRequest&, const Model::UpdateGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateGroupResponseReceivedHandler;
272 typedef std::function<void(const XRayClient*, const Model::UpdateIndexingRuleRequest&, const Model::UpdateIndexingRuleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateIndexingRuleResponseReceivedHandler;
273 typedef std::function<void(const XRayClient*, const Model::UpdateSamplingRuleRequest&, const Model::UpdateSamplingRuleOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateSamplingRuleResponseReceivedHandler;
274 typedef std::function<void(const XRayClient*, const Model::UpdateTraceSegmentDestinationRequest&, const Model::UpdateTraceSegmentDestinationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateTraceSegmentDestinationResponseReceivedHandler;
275 /* End of service model async handlers definitions */
276 } // namespace XRay
277} // namespace Aws
EndpointProviderBase< XRayClientConfiguration, XRayBuiltInParameters, XRayClientContextParameters > XRayEndpointProviderBase
std::future< GetInsightOutcome > GetInsightOutcomeCallable
Aws::Utils::Outcome< DeleteResourcePolicyResult, XRayError > DeleteResourcePolicyOutcome
Aws::Utils::Outcome< CreateSamplingRuleResult, XRayError > CreateSamplingRuleOutcome
Aws::Utils::Outcome< TagResourceResult, XRayError > TagResourceOutcome
Aws::Utils::Outcome< GetServiceGraphResult, XRayError > GetServiceGraphOutcome
std::future< GetGroupsOutcome > GetGroupsOutcomeCallable
std::future< DeleteSamplingRuleOutcome > DeleteSamplingRuleOutcomeCallable
Aws::Utils::Outcome< GetGroupResult, XRayError > GetGroupOutcome
Aws::Utils::Outcome< GetSamplingTargetsResult, XRayError > GetSamplingTargetsOutcome
Aws::Utils::Outcome< UntagResourceResult, XRayError > UntagResourceOutcome
std::future< GetGroupOutcome > GetGroupOutcomeCallable
std::future< DeleteGroupOutcome > DeleteGroupOutcomeCallable
Aws::Utils::Outcome< StartTraceRetrievalResult, XRayError > StartTraceRetrievalOutcome
std::future< BatchGetTracesOutcome > BatchGetTracesOutcomeCallable
Aws::Utils::Outcome< GetInsightSummariesResult, XRayError > GetInsightSummariesOutcome
std::future< StartTraceRetrievalOutcome > StartTraceRetrievalOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< UpdateGroupResult, XRayError > UpdateGroupOutcome
std::future< CancelTraceRetrievalOutcome > CancelTraceRetrievalOutcomeCallable
Aws::Utils::Outcome< GetTraceSegmentDestinationResult, XRayError > GetTraceSegmentDestinationOutcome
Aws::Utils::Outcome< GetSamplingStatisticSummariesResult, XRayError > GetSamplingStatisticSummariesOutcome
Aws::Utils::Outcome< UpdateSamplingRuleResult, XRayError > UpdateSamplingRuleOutcome
Aws::Utils::Outcome< ListRetrievedTracesResult, XRayError > ListRetrievedTracesOutcome
Aws::Utils::Outcome< GetGroupsResult, XRayError > GetGroupsOutcome
Aws::Utils::Outcome< CancelTraceRetrievalResult, XRayError > CancelTraceRetrievalOutcome
std::future< GetServiceGraphOutcome > GetServiceGraphOutcomeCallable
std::future< DeleteResourcePolicyOutcome > DeleteResourcePolicyOutcomeCallable
std::future< CreateGroupOutcome > CreateGroupOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< GetEncryptionConfigOutcome > GetEncryptionConfigOutcomeCallable
std::future< PutTelemetryRecordsOutcome > PutTelemetryRecordsOutcomeCallable
std::future< GetSamplingRulesOutcome > GetSamplingRulesOutcomeCallable
std::future< GetSamplingStatisticSummariesOutcome > GetSamplingStatisticSummariesOutcomeCallable
std::future< GetTraceSegmentDestinationOutcome > GetTraceSegmentDestinationOutcomeCallable
Aws::Utils::Outcome< GetEncryptionConfigResult, XRayError > GetEncryptionConfigOutcome
Aws::Utils::Outcome< PutEncryptionConfigResult, XRayError > PutEncryptionConfigOutcome
Aws::Utils::Outcome< GetTraceSummariesResult, XRayError > GetTraceSummariesOutcome
std::future< CreateSamplingRuleOutcome > CreateSamplingRuleOutcomeCallable
std::future< UpdateGroupOutcome > UpdateGroupOutcomeCallable
std::future< UpdateTraceSegmentDestinationOutcome > UpdateTraceSegmentDestinationOutcomeCallable
std::future< ListRetrievedTracesOutcome > ListRetrievedTracesOutcomeCallable
std::future< GetTimeSeriesServiceStatisticsOutcome > GetTimeSeriesServiceStatisticsOutcomeCallable
std::future< PutResourcePolicyOutcome > PutResourcePolicyOutcomeCallable
Aws::Utils::Outcome< DeleteGroupResult, XRayError > DeleteGroupOutcome
Aws::Utils::Outcome< GetIndexingRulesResult, XRayError > GetIndexingRulesOutcome
std::future< GetTraceGraphOutcome > GetTraceGraphOutcomeCallable
Aws::Utils::Outcome< UpdateIndexingRuleResult, XRayError > UpdateIndexingRuleOutcome
Aws::Utils::Outcome< BatchGetTracesResult, XRayError > BatchGetTracesOutcome
Aws::Utils::Outcome< GetInsightEventsResult, XRayError > GetInsightEventsOutcome
std::future< UpdateIndexingRuleOutcome > UpdateIndexingRuleOutcomeCallable
Aws::Utils::Outcome< GetInsightResult, XRayError > GetInsightOutcome
Aws::Utils::Outcome< PutTelemetryRecordsResult, XRayError > PutTelemetryRecordsOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, XRayError > ListTagsForResourceOutcome
std::future< GetInsightSummariesOutcome > GetInsightSummariesOutcomeCallable
std::future< GetSamplingTargetsOutcome > GetSamplingTargetsOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< PutResourcePolicyResult, XRayError > PutResourcePolicyOutcome
std::future< PutEncryptionConfigOutcome > PutEncryptionConfigOutcomeCallable
Aws::Utils::Outcome< UpdateTraceSegmentDestinationResult, XRayError > UpdateTraceSegmentDestinationOutcome
Aws::Utils::Outcome< DeleteSamplingRuleResult, XRayError > DeleteSamplingRuleOutcome
Aws::Utils::Outcome< CreateGroupResult, XRayError > CreateGroupOutcome
Aws::Utils::Outcome< ListResourcePoliciesResult, XRayError > ListResourcePoliciesOutcome
std::future< GetInsightEventsOutcome > GetInsightEventsOutcomeCallable
Aws::Utils::Outcome< GetTraceGraphResult, XRayError > GetTraceGraphOutcome
std::future< GetInsightImpactGraphOutcome > GetInsightImpactGraphOutcomeCallable
std::future< ListResourcePoliciesOutcome > ListResourcePoliciesOutcomeCallable
std::future< GetIndexingRulesOutcome > GetIndexingRulesOutcomeCallable
Aws::Utils::Outcome< GetTimeSeriesServiceStatisticsResult, XRayError > GetTimeSeriesServiceStatisticsOutcome
Aws::Utils::Outcome< GetRetrievedTracesGraphResult, XRayError > GetRetrievedTracesGraphOutcome
Aws::Utils::Outcome< GetInsightImpactGraphResult, XRayError > GetInsightImpactGraphOutcome
Aws::Utils::Outcome< PutTraceSegmentsResult, XRayError > PutTraceSegmentsOutcome
Aws::Utils::Outcome< GetSamplingRulesResult, XRayError > GetSamplingRulesOutcome
std::future< GetTraceSummariesOutcome > GetTraceSummariesOutcomeCallable
std::future< GetRetrievedTracesGraphOutcome > GetRetrievedTracesGraphOutcomeCallable
std::future< PutTraceSegmentsOutcome > PutTraceSegmentsOutcomeCallable
std::future< UpdateSamplingRuleOutcome > UpdateSamplingRuleOutcomeCallable
std::function< void(const XRayClient *, const Model::GetGroupsRequest &, const Model::GetGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetGroupsResponseReceivedHandler
std::function< void(const XRayClient *, const Model::CreateGroupRequest &, const Model::CreateGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateGroupResponseReceivedHandler
std::function< void(const XRayClient *, const Model::PutTelemetryRecordsRequest &, const Model::PutTelemetryRecordsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutTelemetryRecordsResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetSamplingTargetsRequest &, const Model::GetSamplingTargetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSamplingTargetsResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetTraceSummariesRequest &, const Model::GetTraceSummariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTraceSummariesResponseReceivedHandler
std::function< void(const XRayClient *, const Model::CancelTraceRetrievalRequest &, const Model::CancelTraceRetrievalOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CancelTraceRetrievalResponseReceivedHandler
std::function< void(const XRayClient *, const Model::DeleteSamplingRuleRequest &, const Model::DeleteSamplingRuleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSamplingRuleResponseReceivedHandler
std::function< void(const XRayClient *, const Model::BatchGetTracesRequest &, const Model::BatchGetTracesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchGetTracesResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetInsightEventsRequest &, const Model::GetInsightEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInsightEventsResponseReceivedHandler
std::function< void(const XRayClient *, const Model::ListRetrievedTracesRequest &, const Model::ListRetrievedTracesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRetrievedTracesResponseReceivedHandler
std::function< void(const XRayClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const XRayClient *, const Model::UpdateTraceSegmentDestinationRequest &, const Model::UpdateTraceSegmentDestinationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateTraceSegmentDestinationResponseReceivedHandler
std::function< void(const XRayClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetSamplingRulesRequest &, const Model::GetSamplingRulesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSamplingRulesResponseReceivedHandler
std::function< void(const XRayClient *, const Model::DeleteGroupRequest &, const Model::DeleteGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteGroupResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetInsightRequest &, const Model::GetInsightOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInsightResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetIndexingRulesRequest &, const Model::GetIndexingRulesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetIndexingRulesResponseReceivedHandler
std::function< void(const XRayClient *, const Model::StartTraceRetrievalRequest &, const Model::StartTraceRetrievalOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartTraceRetrievalResponseReceivedHandler
std::function< void(const XRayClient *, const Model::UpdateSamplingRuleRequest &, const Model::UpdateSamplingRuleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateSamplingRuleResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetInsightSummariesRequest &, const Model::GetInsightSummariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInsightSummariesResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetServiceGraphRequest &, const Model::GetServiceGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetServiceGraphResponseReceivedHandler
std::function< void(const XRayClient *, const Model::CreateSamplingRuleRequest &, const Model::CreateSamplingRuleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateSamplingRuleResponseReceivedHandler
std::function< void(const XRayClient *, const Model::DeleteResourcePolicyRequest &, const Model::DeleteResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteResourcePolicyResponseReceivedHandler
std::function< void(const XRayClient *, const Model::UpdateGroupRequest &, const Model::UpdateGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateGroupResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetTimeSeriesServiceStatisticsRequest &, const Model::GetTimeSeriesServiceStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTimeSeriesServiceStatisticsResponseReceivedHandler
std::function< void(const XRayClient *, const Model::PutTraceSegmentsRequest &, const Model::PutTraceSegmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutTraceSegmentsResponseReceivedHandler
std::function< void(const XRayClient *, const Model::PutResourcePolicyRequest &, const Model::PutResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutResourcePolicyResponseReceivedHandler
std::function< void(const XRayClient *, const Model::PutEncryptionConfigRequest &, const Model::PutEncryptionConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutEncryptionConfigResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetSamplingStatisticSummariesRequest &, const Model::GetSamplingStatisticSummariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSamplingStatisticSummariesResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetInsightImpactGraphRequest &, const Model::GetInsightImpactGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInsightImpactGraphResponseReceivedHandler
std::function< void(const XRayClient *, const Model::ListResourcePoliciesRequest &, const Model::ListResourcePoliciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListResourcePoliciesResponseReceivedHandler
std::function< void(const XRayClient *, const Model::UpdateIndexingRuleRequest &, const Model::UpdateIndexingRuleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateIndexingRuleResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetEncryptionConfigRequest &, const Model::GetEncryptionConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetEncryptionConfigResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetGroupRequest &, const Model::GetGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetGroupResponseReceivedHandler
std::function< void(const XRayClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetRetrievedTracesGraphRequest &, const Model::GetRetrievedTracesGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetRetrievedTracesGraphResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetTraceSegmentDestinationRequest &, const Model::GetTraceSegmentDestinationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTraceSegmentDestinationResponseReceivedHandler
std::function< void(const XRayClient *, const Model::GetTraceGraphRequest &, const Model::GetTraceGraphOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTraceGraphResponseReceivedHandler