AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GameLiftServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/gamelift/GameLiftErrors.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/gamelift/GameLiftEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in GameLiftClient header */
21#include <aws/gamelift/model/AcceptMatchResult.h>
22#include <aws/gamelift/model/ClaimGameServerResult.h>
23#include <aws/gamelift/model/CreateAliasResult.h>
24#include <aws/gamelift/model/CreateBuildResult.h>
25#include <aws/gamelift/model/CreateContainerGroupDefinitionResult.h>
26#include <aws/gamelift/model/CreateFleetResult.h>
27#include <aws/gamelift/model/CreateFleetLocationsResult.h>
28#include <aws/gamelift/model/CreateGameServerGroupResult.h>
29#include <aws/gamelift/model/CreateGameSessionResult.h>
30#include <aws/gamelift/model/CreateGameSessionQueueResult.h>
31#include <aws/gamelift/model/CreateLocationResult.h>
32#include <aws/gamelift/model/CreateMatchmakingConfigurationResult.h>
33#include <aws/gamelift/model/CreateMatchmakingRuleSetResult.h>
34#include <aws/gamelift/model/CreatePlayerSessionResult.h>
35#include <aws/gamelift/model/CreatePlayerSessionsResult.h>
36#include <aws/gamelift/model/CreateScriptResult.h>
37#include <aws/gamelift/model/CreateVpcPeeringAuthorizationResult.h>
38#include <aws/gamelift/model/CreateVpcPeeringConnectionResult.h>
39#include <aws/gamelift/model/DeleteFleetLocationsResult.h>
40#include <aws/gamelift/model/DeleteGameServerGroupResult.h>
41#include <aws/gamelift/model/DeleteGameSessionQueueResult.h>
42#include <aws/gamelift/model/DeleteLocationResult.h>
43#include <aws/gamelift/model/DeleteMatchmakingConfigurationResult.h>
44#include <aws/gamelift/model/DeleteMatchmakingRuleSetResult.h>
45#include <aws/gamelift/model/DeleteVpcPeeringAuthorizationResult.h>
46#include <aws/gamelift/model/DeleteVpcPeeringConnectionResult.h>
47#include <aws/gamelift/model/DeregisterComputeResult.h>
48#include <aws/gamelift/model/DescribeAliasResult.h>
49#include <aws/gamelift/model/DescribeBuildResult.h>
50#include <aws/gamelift/model/DescribeComputeResult.h>
51#include <aws/gamelift/model/DescribeContainerGroupDefinitionResult.h>
52#include <aws/gamelift/model/DescribeEC2InstanceLimitsResult.h>
53#include <aws/gamelift/model/DescribeFleetAttributesResult.h>
54#include <aws/gamelift/model/DescribeFleetCapacityResult.h>
55#include <aws/gamelift/model/DescribeFleetEventsResult.h>
56#include <aws/gamelift/model/DescribeFleetLocationAttributesResult.h>
57#include <aws/gamelift/model/DescribeFleetLocationCapacityResult.h>
58#include <aws/gamelift/model/DescribeFleetLocationUtilizationResult.h>
59#include <aws/gamelift/model/DescribeFleetPortSettingsResult.h>
60#include <aws/gamelift/model/DescribeFleetUtilizationResult.h>
61#include <aws/gamelift/model/DescribeGameServerResult.h>
62#include <aws/gamelift/model/DescribeGameServerGroupResult.h>
63#include <aws/gamelift/model/DescribeGameServerInstancesResult.h>
64#include <aws/gamelift/model/DescribeGameSessionDetailsResult.h>
65#include <aws/gamelift/model/DescribeGameSessionPlacementResult.h>
66#include <aws/gamelift/model/DescribeGameSessionQueuesResult.h>
67#include <aws/gamelift/model/DescribeGameSessionsResult.h>
68#include <aws/gamelift/model/DescribeInstancesResult.h>
69#include <aws/gamelift/model/DescribeMatchmakingResult.h>
70#include <aws/gamelift/model/DescribeMatchmakingConfigurationsResult.h>
71#include <aws/gamelift/model/DescribeMatchmakingRuleSetsResult.h>
72#include <aws/gamelift/model/DescribePlayerSessionsResult.h>
73#include <aws/gamelift/model/DescribeRuntimeConfigurationResult.h>
74#include <aws/gamelift/model/DescribeScalingPoliciesResult.h>
75#include <aws/gamelift/model/DescribeScriptResult.h>
76#include <aws/gamelift/model/DescribeVpcPeeringAuthorizationsResult.h>
77#include <aws/gamelift/model/DescribeVpcPeeringConnectionsResult.h>
78#include <aws/gamelift/model/GetComputeAccessResult.h>
79#include <aws/gamelift/model/GetComputeAuthTokenResult.h>
80#include <aws/gamelift/model/GetGameSessionLogUrlResult.h>
81#include <aws/gamelift/model/GetInstanceAccessResult.h>
82#include <aws/gamelift/model/ListAliasesResult.h>
83#include <aws/gamelift/model/ListBuildsResult.h>
84#include <aws/gamelift/model/ListComputeResult.h>
85#include <aws/gamelift/model/ListContainerGroupDefinitionsResult.h>
86#include <aws/gamelift/model/ListFleetsResult.h>
87#include <aws/gamelift/model/ListGameServerGroupsResult.h>
88#include <aws/gamelift/model/ListGameServersResult.h>
89#include <aws/gamelift/model/ListLocationsResult.h>
90#include <aws/gamelift/model/ListScriptsResult.h>
91#include <aws/gamelift/model/ListTagsForResourceResult.h>
92#include <aws/gamelift/model/PutScalingPolicyResult.h>
93#include <aws/gamelift/model/RegisterComputeResult.h>
94#include <aws/gamelift/model/RegisterGameServerResult.h>
95#include <aws/gamelift/model/RequestUploadCredentialsResult.h>
96#include <aws/gamelift/model/ResolveAliasResult.h>
97#include <aws/gamelift/model/ResumeGameServerGroupResult.h>
98#include <aws/gamelift/model/SearchGameSessionsResult.h>
99#include <aws/gamelift/model/StartFleetActionsResult.h>
100#include <aws/gamelift/model/StartGameSessionPlacementResult.h>
101#include <aws/gamelift/model/StartMatchBackfillResult.h>
102#include <aws/gamelift/model/StartMatchmakingResult.h>
103#include <aws/gamelift/model/StopFleetActionsResult.h>
104#include <aws/gamelift/model/StopGameSessionPlacementResult.h>
105#include <aws/gamelift/model/StopMatchmakingResult.h>
106#include <aws/gamelift/model/SuspendGameServerGroupResult.h>
107#include <aws/gamelift/model/TagResourceResult.h>
108#include <aws/gamelift/model/UntagResourceResult.h>
109#include <aws/gamelift/model/UpdateAliasResult.h>
110#include <aws/gamelift/model/UpdateBuildResult.h>
111#include <aws/gamelift/model/UpdateFleetAttributesResult.h>
112#include <aws/gamelift/model/UpdateFleetCapacityResult.h>
113#include <aws/gamelift/model/UpdateFleetPortSettingsResult.h>
114#include <aws/gamelift/model/UpdateGameServerResult.h>
115#include <aws/gamelift/model/UpdateGameServerGroupResult.h>
116#include <aws/gamelift/model/UpdateGameSessionResult.h>
117#include <aws/gamelift/model/UpdateGameSessionQueueResult.h>
118#include <aws/gamelift/model/UpdateMatchmakingConfigurationResult.h>
119#include <aws/gamelift/model/UpdateRuntimeConfigurationResult.h>
120#include <aws/gamelift/model/UpdateScriptResult.h>
121#include <aws/gamelift/model/ValidateMatchmakingRuleSetResult.h>
122#include <aws/gamelift/model/ListAliasesRequest.h>
123#include <aws/gamelift/model/CreateScriptRequest.h>
124#include <aws/gamelift/model/SearchGameSessionsRequest.h>
125#include <aws/gamelift/model/DescribePlayerSessionsRequest.h>
126#include <aws/gamelift/model/ListContainerGroupDefinitionsRequest.h>
127#include <aws/gamelift/model/DescribeFleetUtilizationRequest.h>
128#include <aws/gamelift/model/DescribeFleetAttributesRequest.h>
129#include <aws/gamelift/model/DescribeEC2InstanceLimitsRequest.h>
130#include <aws/gamelift/model/DescribeGameSessionDetailsRequest.h>
131#include <aws/gamelift/model/DescribeMatchmakingConfigurationsRequest.h>
132#include <aws/gamelift/model/ListFleetsRequest.h>
133#include <aws/gamelift/model/DescribeFleetCapacityRequest.h>
134#include <aws/gamelift/model/DescribeVpcPeeringAuthorizationsRequest.h>
135#include <aws/gamelift/model/DescribeGameSessionQueuesRequest.h>
136#include <aws/gamelift/model/CreateBuildRequest.h>
137#include <aws/gamelift/model/ListBuildsRequest.h>
138#include <aws/gamelift/model/DescribeMatchmakingRuleSetsRequest.h>
139#include <aws/gamelift/model/DescribeGameSessionsRequest.h>
140#include <aws/gamelift/model/DescribeVpcPeeringConnectionsRequest.h>
141#include <aws/gamelift/model/ListLocationsRequest.h>
142#include <aws/gamelift/model/ListScriptsRequest.h>
143#include <aws/gamelift/model/ListGameServerGroupsRequest.h>
144#include <aws/core/NoResult.h>
145/* End of service model headers required in GameLiftClient header */
146
147namespace Aws
148{
149 namespace Http
150 {
151 class HttpClient;
152 class HttpClientFactory;
153 } // namespace Http
154
155 namespace Utils
156 {
157 template< typename R, typename E> class Outcome;
158
159 namespace Threading
160 {
161 class Executor;
162 } // namespace Threading
163 } // namespace Utils
164
165 namespace Auth
166 {
167 class AWSCredentials;
168 class AWSCredentialsProvider;
169 } // namespace Auth
170
171 namespace Client
172 {
173 class RetryStrategy;
174 } // namespace Client
175
176 namespace GameLift
177 {
181
182 namespace Model
183 {
184 /* Service model forward declarations required in GameLiftClient header */
185 class AcceptMatchRequest;
187 class CreateAliasRequest;
188 class CreateBuildRequest;
190 class CreateFleetRequest;
203 class DeleteAliasRequest;
204 class DeleteBuildRequest;
206 class DeleteFleetRequest;
253 class ListAliasesRequest;
254 class ListBuildsRequest;
255 class ListComputeRequest;
257 class ListFleetsRequest;
261 class ListScriptsRequest;
278 class TagResourceRequest;
280 class UpdateAliasRequest;
281 class UpdateBuildRequest;
293 /* End of service model forward declarations required in GameLiftClient header */
294
295 /* Service model Outcome class definitions */
404 /* End of service model Outcome class definitions */
405
406 /* Service model Outcome callable definitions */
407 typedef std::future<AcceptMatchOutcome> AcceptMatchOutcomeCallable;
408 typedef std::future<ClaimGameServerOutcome> ClaimGameServerOutcomeCallable;
409 typedef std::future<CreateAliasOutcome> CreateAliasOutcomeCallable;
410 typedef std::future<CreateBuildOutcome> CreateBuildOutcomeCallable;
411 typedef std::future<CreateContainerGroupDefinitionOutcome> CreateContainerGroupDefinitionOutcomeCallable;
412 typedef std::future<CreateFleetOutcome> CreateFleetOutcomeCallable;
413 typedef std::future<CreateFleetLocationsOutcome> CreateFleetLocationsOutcomeCallable;
414 typedef std::future<CreateGameServerGroupOutcome> CreateGameServerGroupOutcomeCallable;
415 typedef std::future<CreateGameSessionOutcome> CreateGameSessionOutcomeCallable;
416 typedef std::future<CreateGameSessionQueueOutcome> CreateGameSessionQueueOutcomeCallable;
417 typedef std::future<CreateLocationOutcome> CreateLocationOutcomeCallable;
418 typedef std::future<CreateMatchmakingConfigurationOutcome> CreateMatchmakingConfigurationOutcomeCallable;
419 typedef std::future<CreateMatchmakingRuleSetOutcome> CreateMatchmakingRuleSetOutcomeCallable;
420 typedef std::future<CreatePlayerSessionOutcome> CreatePlayerSessionOutcomeCallable;
421 typedef std::future<CreatePlayerSessionsOutcome> CreatePlayerSessionsOutcomeCallable;
422 typedef std::future<CreateScriptOutcome> CreateScriptOutcomeCallable;
423 typedef std::future<CreateVpcPeeringAuthorizationOutcome> CreateVpcPeeringAuthorizationOutcomeCallable;
424 typedef std::future<CreateVpcPeeringConnectionOutcome> CreateVpcPeeringConnectionOutcomeCallable;
425 typedef std::future<DeleteAliasOutcome> DeleteAliasOutcomeCallable;
426 typedef std::future<DeleteBuildOutcome> DeleteBuildOutcomeCallable;
427 typedef std::future<DeleteContainerGroupDefinitionOutcome> DeleteContainerGroupDefinitionOutcomeCallable;
428 typedef std::future<DeleteFleetOutcome> DeleteFleetOutcomeCallable;
429 typedef std::future<DeleteFleetLocationsOutcome> DeleteFleetLocationsOutcomeCallable;
430 typedef std::future<DeleteGameServerGroupOutcome> DeleteGameServerGroupOutcomeCallable;
431 typedef std::future<DeleteGameSessionQueueOutcome> DeleteGameSessionQueueOutcomeCallable;
432 typedef std::future<DeleteLocationOutcome> DeleteLocationOutcomeCallable;
433 typedef std::future<DeleteMatchmakingConfigurationOutcome> DeleteMatchmakingConfigurationOutcomeCallable;
434 typedef std::future<DeleteMatchmakingRuleSetOutcome> DeleteMatchmakingRuleSetOutcomeCallable;
435 typedef std::future<DeleteScalingPolicyOutcome> DeleteScalingPolicyOutcomeCallable;
436 typedef std::future<DeleteScriptOutcome> DeleteScriptOutcomeCallable;
437 typedef std::future<DeleteVpcPeeringAuthorizationOutcome> DeleteVpcPeeringAuthorizationOutcomeCallable;
438 typedef std::future<DeleteVpcPeeringConnectionOutcome> DeleteVpcPeeringConnectionOutcomeCallable;
439 typedef std::future<DeregisterComputeOutcome> DeregisterComputeOutcomeCallable;
440 typedef std::future<DeregisterGameServerOutcome> DeregisterGameServerOutcomeCallable;
441 typedef std::future<DescribeAliasOutcome> DescribeAliasOutcomeCallable;
442 typedef std::future<DescribeBuildOutcome> DescribeBuildOutcomeCallable;
443 typedef std::future<DescribeComputeOutcome> DescribeComputeOutcomeCallable;
444 typedef std::future<DescribeContainerGroupDefinitionOutcome> DescribeContainerGroupDefinitionOutcomeCallable;
445 typedef std::future<DescribeEC2InstanceLimitsOutcome> DescribeEC2InstanceLimitsOutcomeCallable;
446 typedef std::future<DescribeFleetAttributesOutcome> DescribeFleetAttributesOutcomeCallable;
447 typedef std::future<DescribeFleetCapacityOutcome> DescribeFleetCapacityOutcomeCallable;
448 typedef std::future<DescribeFleetEventsOutcome> DescribeFleetEventsOutcomeCallable;
449 typedef std::future<DescribeFleetLocationAttributesOutcome> DescribeFleetLocationAttributesOutcomeCallable;
450 typedef std::future<DescribeFleetLocationCapacityOutcome> DescribeFleetLocationCapacityOutcomeCallable;
451 typedef std::future<DescribeFleetLocationUtilizationOutcome> DescribeFleetLocationUtilizationOutcomeCallable;
452 typedef std::future<DescribeFleetPortSettingsOutcome> DescribeFleetPortSettingsOutcomeCallable;
453 typedef std::future<DescribeFleetUtilizationOutcome> DescribeFleetUtilizationOutcomeCallable;
454 typedef std::future<DescribeGameServerOutcome> DescribeGameServerOutcomeCallable;
455 typedef std::future<DescribeGameServerGroupOutcome> DescribeGameServerGroupOutcomeCallable;
456 typedef std::future<DescribeGameServerInstancesOutcome> DescribeGameServerInstancesOutcomeCallable;
457 typedef std::future<DescribeGameSessionDetailsOutcome> DescribeGameSessionDetailsOutcomeCallable;
458 typedef std::future<DescribeGameSessionPlacementOutcome> DescribeGameSessionPlacementOutcomeCallable;
459 typedef std::future<DescribeGameSessionQueuesOutcome> DescribeGameSessionQueuesOutcomeCallable;
460 typedef std::future<DescribeGameSessionsOutcome> DescribeGameSessionsOutcomeCallable;
461 typedef std::future<DescribeInstancesOutcome> DescribeInstancesOutcomeCallable;
462 typedef std::future<DescribeMatchmakingOutcome> DescribeMatchmakingOutcomeCallable;
463 typedef std::future<DescribeMatchmakingConfigurationsOutcome> DescribeMatchmakingConfigurationsOutcomeCallable;
464 typedef std::future<DescribeMatchmakingRuleSetsOutcome> DescribeMatchmakingRuleSetsOutcomeCallable;
465 typedef std::future<DescribePlayerSessionsOutcome> DescribePlayerSessionsOutcomeCallable;
466 typedef std::future<DescribeRuntimeConfigurationOutcome> DescribeRuntimeConfigurationOutcomeCallable;
467 typedef std::future<DescribeScalingPoliciesOutcome> DescribeScalingPoliciesOutcomeCallable;
468 typedef std::future<DescribeScriptOutcome> DescribeScriptOutcomeCallable;
469 typedef std::future<DescribeVpcPeeringAuthorizationsOutcome> DescribeVpcPeeringAuthorizationsOutcomeCallable;
470 typedef std::future<DescribeVpcPeeringConnectionsOutcome> DescribeVpcPeeringConnectionsOutcomeCallable;
471 typedef std::future<GetComputeAccessOutcome> GetComputeAccessOutcomeCallable;
472 typedef std::future<GetComputeAuthTokenOutcome> GetComputeAuthTokenOutcomeCallable;
473 typedef std::future<GetGameSessionLogUrlOutcome> GetGameSessionLogUrlOutcomeCallable;
474 typedef std::future<GetInstanceAccessOutcome> GetInstanceAccessOutcomeCallable;
475 typedef std::future<ListAliasesOutcome> ListAliasesOutcomeCallable;
476 typedef std::future<ListBuildsOutcome> ListBuildsOutcomeCallable;
477 typedef std::future<ListComputeOutcome> ListComputeOutcomeCallable;
478 typedef std::future<ListContainerGroupDefinitionsOutcome> ListContainerGroupDefinitionsOutcomeCallable;
479 typedef std::future<ListFleetsOutcome> ListFleetsOutcomeCallable;
480 typedef std::future<ListGameServerGroupsOutcome> ListGameServerGroupsOutcomeCallable;
481 typedef std::future<ListGameServersOutcome> ListGameServersOutcomeCallable;
482 typedef std::future<ListLocationsOutcome> ListLocationsOutcomeCallable;
483 typedef std::future<ListScriptsOutcome> ListScriptsOutcomeCallable;
484 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
485 typedef std::future<PutScalingPolicyOutcome> PutScalingPolicyOutcomeCallable;
486 typedef std::future<RegisterComputeOutcome> RegisterComputeOutcomeCallable;
487 typedef std::future<RegisterGameServerOutcome> RegisterGameServerOutcomeCallable;
488 typedef std::future<RequestUploadCredentialsOutcome> RequestUploadCredentialsOutcomeCallable;
489 typedef std::future<ResolveAliasOutcome> ResolveAliasOutcomeCallable;
490 typedef std::future<ResumeGameServerGroupOutcome> ResumeGameServerGroupOutcomeCallable;
491 typedef std::future<SearchGameSessionsOutcome> SearchGameSessionsOutcomeCallable;
492 typedef std::future<StartFleetActionsOutcome> StartFleetActionsOutcomeCallable;
493 typedef std::future<StartGameSessionPlacementOutcome> StartGameSessionPlacementOutcomeCallable;
494 typedef std::future<StartMatchBackfillOutcome> StartMatchBackfillOutcomeCallable;
495 typedef std::future<StartMatchmakingOutcome> StartMatchmakingOutcomeCallable;
496 typedef std::future<StopFleetActionsOutcome> StopFleetActionsOutcomeCallable;
497 typedef std::future<StopGameSessionPlacementOutcome> StopGameSessionPlacementOutcomeCallable;
498 typedef std::future<StopMatchmakingOutcome> StopMatchmakingOutcomeCallable;
499 typedef std::future<SuspendGameServerGroupOutcome> SuspendGameServerGroupOutcomeCallable;
500 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
501 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
502 typedef std::future<UpdateAliasOutcome> UpdateAliasOutcomeCallable;
503 typedef std::future<UpdateBuildOutcome> UpdateBuildOutcomeCallable;
504 typedef std::future<UpdateFleetAttributesOutcome> UpdateFleetAttributesOutcomeCallable;
505 typedef std::future<UpdateFleetCapacityOutcome> UpdateFleetCapacityOutcomeCallable;
506 typedef std::future<UpdateFleetPortSettingsOutcome> UpdateFleetPortSettingsOutcomeCallable;
507 typedef std::future<UpdateGameServerOutcome> UpdateGameServerOutcomeCallable;
508 typedef std::future<UpdateGameServerGroupOutcome> UpdateGameServerGroupOutcomeCallable;
509 typedef std::future<UpdateGameSessionOutcome> UpdateGameSessionOutcomeCallable;
510 typedef std::future<UpdateGameSessionQueueOutcome> UpdateGameSessionQueueOutcomeCallable;
511 typedef std::future<UpdateMatchmakingConfigurationOutcome> UpdateMatchmakingConfigurationOutcomeCallable;
512 typedef std::future<UpdateRuntimeConfigurationOutcome> UpdateRuntimeConfigurationOutcomeCallable;
513 typedef std::future<UpdateScriptOutcome> UpdateScriptOutcomeCallable;
514 typedef std::future<ValidateMatchmakingRuleSetOutcome> ValidateMatchmakingRuleSetOutcomeCallable;
515 /* End of service model Outcome callable definitions */
516 } // namespace Model
517
518 class GameLiftClient;
519
520 /* Service model async handlers definitions */
521 typedef std::function<void(const GameLiftClient*, const Model::AcceptMatchRequest&, const Model::AcceptMatchOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > AcceptMatchResponseReceivedHandler;
522 typedef std::function<void(const GameLiftClient*, const Model::ClaimGameServerRequest&, const Model::ClaimGameServerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ClaimGameServerResponseReceivedHandler;
523 typedef std::function<void(const GameLiftClient*, const Model::CreateAliasRequest&, const Model::CreateAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateAliasResponseReceivedHandler;
524 typedef std::function<void(const GameLiftClient*, const Model::CreateBuildRequest&, const Model::CreateBuildOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateBuildResponseReceivedHandler;
525 typedef std::function<void(const GameLiftClient*, const Model::CreateContainerGroupDefinitionRequest&, const Model::CreateContainerGroupDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateContainerGroupDefinitionResponseReceivedHandler;
526 typedef std::function<void(const GameLiftClient*, const Model::CreateFleetRequest&, const Model::CreateFleetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateFleetResponseReceivedHandler;
527 typedef std::function<void(const GameLiftClient*, const Model::CreateFleetLocationsRequest&, const Model::CreateFleetLocationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateFleetLocationsResponseReceivedHandler;
528 typedef std::function<void(const GameLiftClient*, const Model::CreateGameServerGroupRequest&, const Model::CreateGameServerGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGameServerGroupResponseReceivedHandler;
529 typedef std::function<void(const GameLiftClient*, const Model::CreateGameSessionRequest&, const Model::CreateGameSessionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGameSessionResponseReceivedHandler;
530 typedef std::function<void(const GameLiftClient*, const Model::CreateGameSessionQueueRequest&, const Model::CreateGameSessionQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGameSessionQueueResponseReceivedHandler;
531 typedef std::function<void(const GameLiftClient*, const Model::CreateLocationRequest&, const Model::CreateLocationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationResponseReceivedHandler;
532 typedef std::function<void(const GameLiftClient*, const Model::CreateMatchmakingConfigurationRequest&, const Model::CreateMatchmakingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateMatchmakingConfigurationResponseReceivedHandler;
533 typedef std::function<void(const GameLiftClient*, const Model::CreateMatchmakingRuleSetRequest&, const Model::CreateMatchmakingRuleSetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateMatchmakingRuleSetResponseReceivedHandler;
534 typedef std::function<void(const GameLiftClient*, const Model::CreatePlayerSessionRequest&, const Model::CreatePlayerSessionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreatePlayerSessionResponseReceivedHandler;
535 typedef std::function<void(const GameLiftClient*, const Model::CreatePlayerSessionsRequest&, const Model::CreatePlayerSessionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreatePlayerSessionsResponseReceivedHandler;
536 typedef std::function<void(const GameLiftClient*, const Model::CreateScriptRequest&, const Model::CreateScriptOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateScriptResponseReceivedHandler;
537 typedef std::function<void(const GameLiftClient*, const Model::CreateVpcPeeringAuthorizationRequest&, const Model::CreateVpcPeeringAuthorizationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateVpcPeeringAuthorizationResponseReceivedHandler;
538 typedef std::function<void(const GameLiftClient*, const Model::CreateVpcPeeringConnectionRequest&, const Model::CreateVpcPeeringConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateVpcPeeringConnectionResponseReceivedHandler;
539 typedef std::function<void(const GameLiftClient*, const Model::DeleteAliasRequest&, const Model::DeleteAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteAliasResponseReceivedHandler;
540 typedef std::function<void(const GameLiftClient*, const Model::DeleteBuildRequest&, const Model::DeleteBuildOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteBuildResponseReceivedHandler;
541 typedef std::function<void(const GameLiftClient*, const Model::DeleteContainerGroupDefinitionRequest&, const Model::DeleteContainerGroupDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteContainerGroupDefinitionResponseReceivedHandler;
542 typedef std::function<void(const GameLiftClient*, const Model::DeleteFleetRequest&, const Model::DeleteFleetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteFleetResponseReceivedHandler;
543 typedef std::function<void(const GameLiftClient*, const Model::DeleteFleetLocationsRequest&, const Model::DeleteFleetLocationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteFleetLocationsResponseReceivedHandler;
544 typedef std::function<void(const GameLiftClient*, const Model::DeleteGameServerGroupRequest&, const Model::DeleteGameServerGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGameServerGroupResponseReceivedHandler;
545 typedef std::function<void(const GameLiftClient*, const Model::DeleteGameSessionQueueRequest&, const Model::DeleteGameSessionQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGameSessionQueueResponseReceivedHandler;
546 typedef std::function<void(const GameLiftClient*, const Model::DeleteLocationRequest&, const Model::DeleteLocationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteLocationResponseReceivedHandler;
547 typedef std::function<void(const GameLiftClient*, const Model::DeleteMatchmakingConfigurationRequest&, const Model::DeleteMatchmakingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteMatchmakingConfigurationResponseReceivedHandler;
548 typedef std::function<void(const GameLiftClient*, const Model::DeleteMatchmakingRuleSetRequest&, const Model::DeleteMatchmakingRuleSetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteMatchmakingRuleSetResponseReceivedHandler;
549 typedef std::function<void(const GameLiftClient*, const Model::DeleteScalingPolicyRequest&, const Model::DeleteScalingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteScalingPolicyResponseReceivedHandler;
550 typedef std::function<void(const GameLiftClient*, const Model::DeleteScriptRequest&, const Model::DeleteScriptOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteScriptResponseReceivedHandler;
551 typedef std::function<void(const GameLiftClient*, const Model::DeleteVpcPeeringAuthorizationRequest&, const Model::DeleteVpcPeeringAuthorizationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteVpcPeeringAuthorizationResponseReceivedHandler;
552 typedef std::function<void(const GameLiftClient*, const Model::DeleteVpcPeeringConnectionRequest&, const Model::DeleteVpcPeeringConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteVpcPeeringConnectionResponseReceivedHandler;
553 typedef std::function<void(const GameLiftClient*, const Model::DeregisterComputeRequest&, const Model::DeregisterComputeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeregisterComputeResponseReceivedHandler;
554 typedef std::function<void(const GameLiftClient*, const Model::DeregisterGameServerRequest&, const Model::DeregisterGameServerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeregisterGameServerResponseReceivedHandler;
555 typedef std::function<void(const GameLiftClient*, const Model::DescribeAliasRequest&, const Model::DescribeAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeAliasResponseReceivedHandler;
556 typedef std::function<void(const GameLiftClient*, const Model::DescribeBuildRequest&, const Model::DescribeBuildOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeBuildResponseReceivedHandler;
557 typedef std::function<void(const GameLiftClient*, const Model::DescribeComputeRequest&, const Model::DescribeComputeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeComputeResponseReceivedHandler;
558 typedef std::function<void(const GameLiftClient*, const Model::DescribeContainerGroupDefinitionRequest&, const Model::DescribeContainerGroupDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeContainerGroupDefinitionResponseReceivedHandler;
559 typedef std::function<void(const GameLiftClient*, const Model::DescribeEC2InstanceLimitsRequest&, const Model::DescribeEC2InstanceLimitsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeEC2InstanceLimitsResponseReceivedHandler;
560 typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetAttributesRequest&, const Model::DescribeFleetAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFleetAttributesResponseReceivedHandler;
561 typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetCapacityRequest&, const Model::DescribeFleetCapacityOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFleetCapacityResponseReceivedHandler;
562 typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetEventsRequest&, const Model::DescribeFleetEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFleetEventsResponseReceivedHandler;
563 typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetLocationAttributesRequest&, const Model::DescribeFleetLocationAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFleetLocationAttributesResponseReceivedHandler;
564 typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetLocationCapacityRequest&, const Model::DescribeFleetLocationCapacityOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFleetLocationCapacityResponseReceivedHandler;
565 typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetLocationUtilizationRequest&, const Model::DescribeFleetLocationUtilizationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFleetLocationUtilizationResponseReceivedHandler;
566 typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetPortSettingsRequest&, const Model::DescribeFleetPortSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFleetPortSettingsResponseReceivedHandler;
567 typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetUtilizationRequest&, const Model::DescribeFleetUtilizationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFleetUtilizationResponseReceivedHandler;
568 typedef std::function<void(const GameLiftClient*, const Model::DescribeGameServerRequest&, const Model::DescribeGameServerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeGameServerResponseReceivedHandler;
569 typedef std::function<void(const GameLiftClient*, const Model::DescribeGameServerGroupRequest&, const Model::DescribeGameServerGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeGameServerGroupResponseReceivedHandler;
570 typedef std::function<void(const GameLiftClient*, const Model::DescribeGameServerInstancesRequest&, const Model::DescribeGameServerInstancesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeGameServerInstancesResponseReceivedHandler;
571 typedef std::function<void(const GameLiftClient*, const Model::DescribeGameSessionDetailsRequest&, const Model::DescribeGameSessionDetailsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeGameSessionDetailsResponseReceivedHandler;
572 typedef std::function<void(const GameLiftClient*, const Model::DescribeGameSessionPlacementRequest&, const Model::DescribeGameSessionPlacementOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeGameSessionPlacementResponseReceivedHandler;
573 typedef std::function<void(const GameLiftClient*, const Model::DescribeGameSessionQueuesRequest&, const Model::DescribeGameSessionQueuesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeGameSessionQueuesResponseReceivedHandler;
574 typedef std::function<void(const GameLiftClient*, const Model::DescribeGameSessionsRequest&, const Model::DescribeGameSessionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeGameSessionsResponseReceivedHandler;
575 typedef std::function<void(const GameLiftClient*, const Model::DescribeInstancesRequest&, const Model::DescribeInstancesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeInstancesResponseReceivedHandler;
576 typedef std::function<void(const GameLiftClient*, const Model::DescribeMatchmakingRequest&, const Model::DescribeMatchmakingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeMatchmakingResponseReceivedHandler;
577 typedef std::function<void(const GameLiftClient*, const Model::DescribeMatchmakingConfigurationsRequest&, const Model::DescribeMatchmakingConfigurationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeMatchmakingConfigurationsResponseReceivedHandler;
578 typedef std::function<void(const GameLiftClient*, const Model::DescribeMatchmakingRuleSetsRequest&, const Model::DescribeMatchmakingRuleSetsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeMatchmakingRuleSetsResponseReceivedHandler;
579 typedef std::function<void(const GameLiftClient*, const Model::DescribePlayerSessionsRequest&, const Model::DescribePlayerSessionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribePlayerSessionsResponseReceivedHandler;
580 typedef std::function<void(const GameLiftClient*, const Model::DescribeRuntimeConfigurationRequest&, const Model::DescribeRuntimeConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeRuntimeConfigurationResponseReceivedHandler;
581 typedef std::function<void(const GameLiftClient*, const Model::DescribeScalingPoliciesRequest&, const Model::DescribeScalingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeScalingPoliciesResponseReceivedHandler;
582 typedef std::function<void(const GameLiftClient*, const Model::DescribeScriptRequest&, const Model::DescribeScriptOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeScriptResponseReceivedHandler;
583 typedef std::function<void(const GameLiftClient*, const Model::DescribeVpcPeeringAuthorizationsRequest&, const Model::DescribeVpcPeeringAuthorizationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeVpcPeeringAuthorizationsResponseReceivedHandler;
584 typedef std::function<void(const GameLiftClient*, const Model::DescribeVpcPeeringConnectionsRequest&, const Model::DescribeVpcPeeringConnectionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeVpcPeeringConnectionsResponseReceivedHandler;
585 typedef std::function<void(const GameLiftClient*, const Model::GetComputeAccessRequest&, const Model::GetComputeAccessOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetComputeAccessResponseReceivedHandler;
586 typedef std::function<void(const GameLiftClient*, const Model::GetComputeAuthTokenRequest&, const Model::GetComputeAuthTokenOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetComputeAuthTokenResponseReceivedHandler;
587 typedef std::function<void(const GameLiftClient*, const Model::GetGameSessionLogUrlRequest&, const Model::GetGameSessionLogUrlOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGameSessionLogUrlResponseReceivedHandler;
588 typedef std::function<void(const GameLiftClient*, const Model::GetInstanceAccessRequest&, const Model::GetInstanceAccessOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetInstanceAccessResponseReceivedHandler;
589 typedef std::function<void(const GameLiftClient*, const Model::ListAliasesRequest&, const Model::ListAliasesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListAliasesResponseReceivedHandler;
590 typedef std::function<void(const GameLiftClient*, const Model::ListBuildsRequest&, const Model::ListBuildsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListBuildsResponseReceivedHandler;
591 typedef std::function<void(const GameLiftClient*, const Model::ListComputeRequest&, const Model::ListComputeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListComputeResponseReceivedHandler;
592 typedef std::function<void(const GameLiftClient*, const Model::ListContainerGroupDefinitionsRequest&, const Model::ListContainerGroupDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListContainerGroupDefinitionsResponseReceivedHandler;
593 typedef std::function<void(const GameLiftClient*, const Model::ListFleetsRequest&, const Model::ListFleetsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListFleetsResponseReceivedHandler;
594 typedef std::function<void(const GameLiftClient*, const Model::ListGameServerGroupsRequest&, const Model::ListGameServerGroupsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGameServerGroupsResponseReceivedHandler;
595 typedef std::function<void(const GameLiftClient*, const Model::ListGameServersRequest&, const Model::ListGameServersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGameServersResponseReceivedHandler;
596 typedef std::function<void(const GameLiftClient*, const Model::ListLocationsRequest&, const Model::ListLocationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListLocationsResponseReceivedHandler;
597 typedef std::function<void(const GameLiftClient*, const Model::ListScriptsRequest&, const Model::ListScriptsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListScriptsResponseReceivedHandler;
598 typedef std::function<void(const GameLiftClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
599 typedef std::function<void(const GameLiftClient*, const Model::PutScalingPolicyRequest&, const Model::PutScalingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutScalingPolicyResponseReceivedHandler;
600 typedef std::function<void(const GameLiftClient*, const Model::RegisterComputeRequest&, const Model::RegisterComputeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RegisterComputeResponseReceivedHandler;
601 typedef std::function<void(const GameLiftClient*, const Model::RegisterGameServerRequest&, const Model::RegisterGameServerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RegisterGameServerResponseReceivedHandler;
602 typedef std::function<void(const GameLiftClient*, const Model::RequestUploadCredentialsRequest&, const Model::RequestUploadCredentialsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RequestUploadCredentialsResponseReceivedHandler;
603 typedef std::function<void(const GameLiftClient*, const Model::ResolveAliasRequest&, const Model::ResolveAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ResolveAliasResponseReceivedHandler;
604 typedef std::function<void(const GameLiftClient*, const Model::ResumeGameServerGroupRequest&, const Model::ResumeGameServerGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ResumeGameServerGroupResponseReceivedHandler;
605 typedef std::function<void(const GameLiftClient*, const Model::SearchGameSessionsRequest&, const Model::SearchGameSessionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SearchGameSessionsResponseReceivedHandler;
606 typedef std::function<void(const GameLiftClient*, const Model::StartFleetActionsRequest&, const Model::StartFleetActionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartFleetActionsResponseReceivedHandler;
607 typedef std::function<void(const GameLiftClient*, const Model::StartGameSessionPlacementRequest&, const Model::StartGameSessionPlacementOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartGameSessionPlacementResponseReceivedHandler;
608 typedef std::function<void(const GameLiftClient*, const Model::StartMatchBackfillRequest&, const Model::StartMatchBackfillOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartMatchBackfillResponseReceivedHandler;
609 typedef std::function<void(const GameLiftClient*, const Model::StartMatchmakingRequest&, const Model::StartMatchmakingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartMatchmakingResponseReceivedHandler;
610 typedef std::function<void(const GameLiftClient*, const Model::StopFleetActionsRequest&, const Model::StopFleetActionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopFleetActionsResponseReceivedHandler;
611 typedef std::function<void(const GameLiftClient*, const Model::StopGameSessionPlacementRequest&, const Model::StopGameSessionPlacementOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopGameSessionPlacementResponseReceivedHandler;
612 typedef std::function<void(const GameLiftClient*, const Model::StopMatchmakingRequest&, const Model::StopMatchmakingOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopMatchmakingResponseReceivedHandler;
613 typedef std::function<void(const GameLiftClient*, const Model::SuspendGameServerGroupRequest&, const Model::SuspendGameServerGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SuspendGameServerGroupResponseReceivedHandler;
614 typedef std::function<void(const GameLiftClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
615 typedef std::function<void(const GameLiftClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
616 typedef std::function<void(const GameLiftClient*, const Model::UpdateAliasRequest&, const Model::UpdateAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateAliasResponseReceivedHandler;
617 typedef std::function<void(const GameLiftClient*, const Model::UpdateBuildRequest&, const Model::UpdateBuildOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateBuildResponseReceivedHandler;
618 typedef std::function<void(const GameLiftClient*, const Model::UpdateFleetAttributesRequest&, const Model::UpdateFleetAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateFleetAttributesResponseReceivedHandler;
619 typedef std::function<void(const GameLiftClient*, const Model::UpdateFleetCapacityRequest&, const Model::UpdateFleetCapacityOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateFleetCapacityResponseReceivedHandler;
620 typedef std::function<void(const GameLiftClient*, const Model::UpdateFleetPortSettingsRequest&, const Model::UpdateFleetPortSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateFleetPortSettingsResponseReceivedHandler;
621 typedef std::function<void(const GameLiftClient*, const Model::UpdateGameServerRequest&, const Model::UpdateGameServerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateGameServerResponseReceivedHandler;
622 typedef std::function<void(const GameLiftClient*, const Model::UpdateGameServerGroupRequest&, const Model::UpdateGameServerGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateGameServerGroupResponseReceivedHandler;
623 typedef std::function<void(const GameLiftClient*, const Model::UpdateGameSessionRequest&, const Model::UpdateGameSessionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateGameSessionResponseReceivedHandler;
624 typedef std::function<void(const GameLiftClient*, const Model::UpdateGameSessionQueueRequest&, const Model::UpdateGameSessionQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateGameSessionQueueResponseReceivedHandler;
625 typedef std::function<void(const GameLiftClient*, const Model::UpdateMatchmakingConfigurationRequest&, const Model::UpdateMatchmakingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateMatchmakingConfigurationResponseReceivedHandler;
626 typedef std::function<void(const GameLiftClient*, const Model::UpdateRuntimeConfigurationRequest&, const Model::UpdateRuntimeConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateRuntimeConfigurationResponseReceivedHandler;
627 typedef std::function<void(const GameLiftClient*, const Model::UpdateScriptRequest&, const Model::UpdateScriptOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateScriptResponseReceivedHandler;
628 typedef std::function<void(const GameLiftClient*, const Model::ValidateMatchmakingRuleSetRequest&, const Model::ValidateMatchmakingRuleSetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ValidateMatchmakingRuleSetResponseReceivedHandler;
629 /* End of service model async handlers definitions */
630 } // namespace GameLift
631} // namespace Aws
EndpointProviderBase< GameLiftClientConfiguration, GameLiftBuiltInParameters, GameLiftClientContextParameters > GameLiftEndpointProviderBase
std::future< DeleteVpcPeeringConnectionOutcome > DeleteVpcPeeringConnectionOutcomeCallable
std::future< DescribeScalingPoliciesOutcome > DescribeScalingPoliciesOutcomeCallable
std::future< DeleteBuildOutcome > DeleteBuildOutcomeCallable
std::future< RegisterComputeOutcome > RegisterComputeOutcomeCallable
std::future< DescribeGameSessionPlacementOutcome > DescribeGameSessionPlacementOutcomeCallable
Aws::Utils::Outcome< DescribeFleetPortSettingsResult, GameLiftError > DescribeFleetPortSettingsOutcome
Aws::Utils::Outcome< DescribeMatchmakingRuleSetsResult, GameLiftError > DescribeMatchmakingRuleSetsOutcome
Aws::Utils::Outcome< CreateScriptResult, GameLiftError > CreateScriptOutcome
std::future< DeleteFleetLocationsOutcome > DeleteFleetLocationsOutcomeCallable
Aws::Utils::Outcome< ListScriptsResult, GameLiftError > ListScriptsOutcome
std::future< DescribeFleetEventsOutcome > DescribeFleetEventsOutcomeCallable
std::future< DescribeVpcPeeringAuthorizationsOutcome > DescribeVpcPeeringAuthorizationsOutcomeCallable
Aws::Utils::Outcome< DescribeFleetCapacityResult, GameLiftError > DescribeFleetCapacityOutcome
std::future< ListGameServerGroupsOutcome > ListGameServerGroupsOutcomeCallable
Aws::Utils::Outcome< DescribeContainerGroupDefinitionResult, GameLiftError > DescribeContainerGroupDefinitionOutcome
Aws::Utils::Outcome< DeleteFleetLocationsResult, GameLiftError > DeleteFleetLocationsOutcome
std::future< ListFleetsOutcome > ListFleetsOutcomeCallable
Aws::Utils::Outcome< DescribeMatchmakingConfigurationsResult, GameLiftError > DescribeMatchmakingConfigurationsOutcome
Aws::Utils::Outcome< DescribeGameServerGroupResult, GameLiftError > DescribeGameServerGroupOutcome
Aws::Utils::Outcome< DescribeFleetEventsResult, GameLiftError > DescribeFleetEventsOutcome
Aws::Utils::Outcome< ValidateMatchmakingRuleSetResult, GameLiftError > ValidateMatchmakingRuleSetOutcome
std::future< ListGameServersOutcome > ListGameServersOutcomeCallable
std::future< DescribeFleetUtilizationOutcome > DescribeFleetUtilizationOutcomeCallable
std::future< CreateVpcPeeringConnectionOutcome > CreateVpcPeeringConnectionOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, GameLiftError > ListTagsForResourceOutcome
Aws::Utils::Outcome< DescribeGameSessionQueuesResult, GameLiftError > DescribeGameSessionQueuesOutcome
Aws::Utils::Outcome< DeleteMatchmakingRuleSetResult, GameLiftError > DeleteMatchmakingRuleSetOutcome
Aws::Utils::Outcome< RegisterGameServerResult, GameLiftError > RegisterGameServerOutcome
Aws::Utils::Outcome< ListBuildsResult, GameLiftError > ListBuildsOutcome
Aws::Utils::Outcome< UpdateFleetAttributesResult, GameLiftError > UpdateFleetAttributesOutcome
std::future< UpdateFleetPortSettingsOutcome > UpdateFleetPortSettingsOutcomeCallable
Aws::Utils::Outcome< ListContainerGroupDefinitionsResult, GameLiftError > ListContainerGroupDefinitionsOutcome
Aws::Utils::Outcome< UpdateBuildResult, GameLiftError > UpdateBuildOutcome
Aws::Utils::Outcome< ListFleetsResult, GameLiftError > ListFleetsOutcome
Aws::Utils::Outcome< UpdateGameSessionResult, GameLiftError > UpdateGameSessionOutcome
Aws::Utils::Outcome< CreateGameSessionResult, GameLiftError > CreateGameSessionOutcome
std::future< UpdateFleetCapacityOutcome > UpdateFleetCapacityOutcomeCallable
std::future< DescribeGameSessionsOutcome > DescribeGameSessionsOutcomeCallable
std::future< StartFleetActionsOutcome > StartFleetActionsOutcomeCallable
std::future< DeleteMatchmakingRuleSetOutcome > DeleteMatchmakingRuleSetOutcomeCallable
Aws::Utils::Outcome< ResumeGameServerGroupResult, GameLiftError > ResumeGameServerGroupOutcome
std::future< ClaimGameServerOutcome > ClaimGameServerOutcomeCallable
Aws::Utils::Outcome< ListAliasesResult, GameLiftError > ListAliasesOutcome
Aws::Utils::Outcome< UpdateFleetCapacityResult, GameLiftError > UpdateFleetCapacityOutcome
std::future< DeleteGameSessionQueueOutcome > DeleteGameSessionQueueOutcomeCallable
Aws::Utils::Outcome< DeleteVpcPeeringAuthorizationResult, GameLiftError > DeleteVpcPeeringAuthorizationOutcome
std::future< DescribeAliasOutcome > DescribeAliasOutcomeCallable
Aws::Utils::Outcome< UpdateAliasResult, GameLiftError > UpdateAliasOutcome
Aws::Utils::Outcome< AcceptMatchResult, GameLiftError > AcceptMatchOutcome
std::future< CreateGameSessionOutcome > CreateGameSessionOutcomeCallable
std::future< GetComputeAuthTokenOutcome > GetComputeAuthTokenOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, GameLiftError > DeleteScalingPolicyOutcome
Aws::Utils::Outcome< StopMatchmakingResult, GameLiftError > StopMatchmakingOutcome
std::future< DescribeMatchmakingConfigurationsOutcome > DescribeMatchmakingConfigurationsOutcomeCallable
std::future< DescribeBuildOutcome > DescribeBuildOutcomeCallable
std::future< DeleteLocationOutcome > DeleteLocationOutcomeCallable
Aws::Utils::Outcome< UpdateRuntimeConfigurationResult, GameLiftError > UpdateRuntimeConfigurationOutcome
std::future< UpdateBuildOutcome > UpdateBuildOutcomeCallable
std::future< DeregisterGameServerOutcome > DeregisterGameServerOutcomeCallable
std::future< DeleteVpcPeeringAuthorizationOutcome > DeleteVpcPeeringAuthorizationOutcomeCallable
std::future< UpdateAliasOutcome > UpdateAliasOutcomeCallable
Aws::Utils::Outcome< PutScalingPolicyResult, GameLiftError > PutScalingPolicyOutcome
std::future< GetInstanceAccessOutcome > GetInstanceAccessOutcomeCallable
Aws::Utils::Outcome< DescribeGameSessionsResult, GameLiftError > DescribeGameSessionsOutcome
Aws::Utils::Outcome< UpdateMatchmakingConfigurationResult, GameLiftError > UpdateMatchmakingConfigurationOutcome
std::future< ResolveAliasOutcome > ResolveAliasOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, GameLiftError > DeleteBuildOutcome
Aws::Utils::Outcome< UpdateGameSessionQueueResult, GameLiftError > UpdateGameSessionQueueOutcome
std::future< UpdateGameServerGroupOutcome > UpdateGameServerGroupOutcomeCallable
std::future< DescribeGameServerInstancesOutcome > DescribeGameServerInstancesOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, GameLiftError > UntagResourceOutcome
Aws::Utils::Outcome< CreateLocationResult, GameLiftError > CreateLocationOutcome
Aws::Utils::Outcome< DeleteVpcPeeringConnectionResult, GameLiftError > DeleteVpcPeeringConnectionOutcome
std::future< ValidateMatchmakingRuleSetOutcome > ValidateMatchmakingRuleSetOutcomeCallable
Aws::Utils::Outcome< DescribeScriptResult, GameLiftError > DescribeScriptOutcome
Aws::Utils::Outcome< DeleteGameServerGroupResult, GameLiftError > DeleteGameServerGroupOutcome
std::future< ResumeGameServerGroupOutcome > ResumeGameServerGroupOutcomeCallable
std::future< DescribeFleetCapacityOutcome > DescribeFleetCapacityOutcomeCallable
Aws::Utils::Outcome< CreatePlayerSessionsResult, GameLiftError > CreatePlayerSessionsOutcome
Aws::Utils::Outcome< UpdateScriptResult, GameLiftError > UpdateScriptOutcome
Aws::Utils::Outcome< GetComputeAccessResult, GameLiftError > GetComputeAccessOutcome
std::future< CreatePlayerSessionsOutcome > CreatePlayerSessionsOutcomeCallable
Aws::Utils::Outcome< DeleteMatchmakingConfigurationResult, GameLiftError > DeleteMatchmakingConfigurationOutcome
Aws::Utils::Outcome< UpdateGameServerResult, GameLiftError > UpdateGameServerOutcome
std::future< CreateMatchmakingConfigurationOutcome > CreateMatchmakingConfigurationOutcomeCallable
std::future< StartMatchmakingOutcome > StartMatchmakingOutcomeCallable
Aws::Utils::Outcome< DescribeGameServerInstancesResult, GameLiftError > DescribeGameServerInstancesOutcome
std::future< CreateFleetLocationsOutcome > CreateFleetLocationsOutcomeCallable
Aws::Utils::Outcome< CreateVpcPeeringConnectionResult, GameLiftError > CreateVpcPeeringConnectionOutcome
Aws::Utils::Outcome< DescribeFleetLocationAttributesResult, GameLiftError > DescribeFleetLocationAttributesOutcome
std::future< UpdateMatchmakingConfigurationOutcome > UpdateMatchmakingConfigurationOutcomeCallable
std::future< DescribeFleetLocationCapacityOutcome > DescribeFleetLocationCapacityOutcomeCallable
std::future< ListBuildsOutcome > ListBuildsOutcomeCallable
std::future< DescribeEC2InstanceLimitsOutcome > DescribeEC2InstanceLimitsOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< DescribeGameSessionPlacementResult, GameLiftError > DescribeGameSessionPlacementOutcome
std::future< DescribeRuntimeConfigurationOutcome > DescribeRuntimeConfigurationOutcomeCallable
std::future< DescribeFleetLocationUtilizationOutcome > DescribeFleetLocationUtilizationOutcomeCallable
std::future< RequestUploadCredentialsOutcome > RequestUploadCredentialsOutcomeCallable
Aws::Utils::Outcome< DescribePlayerSessionsResult, GameLiftError > DescribePlayerSessionsOutcome
std::future< UpdateGameServerOutcome > UpdateGameServerOutcomeCallable
Aws::Utils::Outcome< ClaimGameServerResult, GameLiftError > ClaimGameServerOutcome
std::future< RegisterGameServerOutcome > RegisterGameServerOutcomeCallable
std::future< UpdateScriptOutcome > UpdateScriptOutcomeCallable
Aws::Utils::Outcome< CreateMatchmakingRuleSetResult, GameLiftError > CreateMatchmakingRuleSetOutcome
std::future< CreateFleetOutcome > CreateFleetOutcomeCallable
Aws::Utils::Outcome< DescribeComputeResult, GameLiftError > DescribeComputeOutcome
Aws::Utils::Outcome< CreateBuildResult, GameLiftError > CreateBuildOutcome
Aws::Utils::Outcome< StartGameSessionPlacementResult, GameLiftError > StartGameSessionPlacementOutcome
std::future< DescribeScriptOutcome > DescribeScriptOutcomeCallable
Aws::Utils::Outcome< DescribeFleetUtilizationResult, GameLiftError > DescribeFleetUtilizationOutcome
std::future< StopFleetActionsOutcome > StopFleetActionsOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, GameLiftError > TagResourceOutcome
Aws::Utils::Outcome< Aws::NoResult, GameLiftError > DeleteContainerGroupDefinitionOutcome
Aws::Utils::Outcome< Aws::NoResult, GameLiftError > DeleteFleetOutcome
std::future< DescribeGameSessionQueuesOutcome > DescribeGameSessionQueuesOutcomeCallable
std::future< DescribeMatchmakingOutcome > DescribeMatchmakingOutcomeCallable
Aws::Utils::Outcome< UpdateGameServerGroupResult, GameLiftError > UpdateGameServerGroupOutcome
Aws::Utils::Outcome< CreateFleetResult, GameLiftError > CreateFleetOutcome
std::future< UpdateFleetAttributesOutcome > UpdateFleetAttributesOutcomeCallable
std::future< CreateMatchmakingRuleSetOutcome > CreateMatchmakingRuleSetOutcomeCallable
std::future< DeleteGameServerGroupOutcome > DeleteGameServerGroupOutcomeCallable
Aws::Utils::Outcome< DescribeFleetLocationUtilizationResult, GameLiftError > DescribeFleetLocationUtilizationOutcome
std::future< DescribeFleetLocationAttributesOutcome > DescribeFleetLocationAttributesOutcomeCallable
std::future< PutScalingPolicyOutcome > PutScalingPolicyOutcomeCallable
std::future< CreateAliasOutcome > CreateAliasOutcomeCallable
std::future< UpdateRuntimeConfigurationOutcome > UpdateRuntimeConfigurationOutcomeCallable
std::future< CreateScriptOutcome > CreateScriptOutcomeCallable
Aws::Utils::Outcome< StartFleetActionsResult, GameLiftError > StartFleetActionsOutcome
std::future< DeleteScriptOutcome > DeleteScriptOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, GameLiftError > DeleteAliasOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< CreatePlayerSessionResult, GameLiftError > CreatePlayerSessionOutcome
Aws::Utils::Outcome< CreateFleetLocationsResult, GameLiftError > CreateFleetLocationsOutcome
Aws::Utils::Outcome< GetGameSessionLogUrlResult, GameLiftError > GetGameSessionLogUrlOutcome
Aws::Utils::Outcome< DescribeInstancesResult, GameLiftError > DescribeInstancesOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< UpdateGameSessionQueueOutcome > UpdateGameSessionQueueOutcomeCallable
Aws::Utils::Outcome< RegisterComputeResult, GameLiftError > RegisterComputeOutcome
std::future< StopGameSessionPlacementOutcome > StopGameSessionPlacementOutcomeCallable
Aws::Utils::Outcome< DescribeFleetLocationCapacityResult, GameLiftError > DescribeFleetLocationCapacityOutcome
Aws::Utils::Outcome< DescribeVpcPeeringAuthorizationsResult, GameLiftError > DescribeVpcPeeringAuthorizationsOutcome
Aws::Utils::Outcome< StartMatchmakingResult, GameLiftError > StartMatchmakingOutcome
Aws::Utils::Outcome< DescribeFleetAttributesResult, GameLiftError > DescribeFleetAttributesOutcome
std::future< CreateGameSessionQueueOutcome > CreateGameSessionQueueOutcomeCallable
Aws::Utils::Outcome< StartMatchBackfillResult, GameLiftError > StartMatchBackfillOutcome
Aws::Utils::Outcome< ListComputeResult, GameLiftError > ListComputeOutcome
std::future< DescribeComputeOutcome > DescribeComputeOutcomeCallable
Aws::Utils::Outcome< ListGameServerGroupsResult, GameLiftError > ListGameServerGroupsOutcome
Aws::Utils::Outcome< CreateMatchmakingConfigurationResult, GameLiftError > CreateMatchmakingConfigurationOutcome
std::future< StopMatchmakingOutcome > StopMatchmakingOutcomeCallable
std::future< DescribeGameSessionDetailsOutcome > DescribeGameSessionDetailsOutcomeCallable
std::future< ListLocationsOutcome > ListLocationsOutcomeCallable
std::future< DeleteMatchmakingConfigurationOutcome > DeleteMatchmakingConfigurationOutcomeCallable
std::future< SuspendGameServerGroupOutcome > SuspendGameServerGroupOutcomeCallable
Aws::Utils::Outcome< DescribeEC2InstanceLimitsResult, GameLiftError > DescribeEC2InstanceLimitsOutcome
std::future< DescribeContainerGroupDefinitionOutcome > DescribeContainerGroupDefinitionOutcomeCallable
std::future< DescribeFleetPortSettingsOutcome > DescribeFleetPortSettingsOutcomeCallable
Aws::Utils::Outcome< UpdateFleetPortSettingsResult, GameLiftError > UpdateFleetPortSettingsOutcome
Aws::Utils::Outcome< CreateVpcPeeringAuthorizationResult, GameLiftError > CreateVpcPeeringAuthorizationOutcome
Aws::Utils::Outcome< CreateGameServerGroupResult, GameLiftError > CreateGameServerGroupOutcome
Aws::Utils::Outcome< DescribeGameSessionDetailsResult, GameLiftError > DescribeGameSessionDetailsOutcome
std::future< CreateContainerGroupDefinitionOutcome > CreateContainerGroupDefinitionOutcomeCallable
std::future< CreatePlayerSessionOutcome > CreatePlayerSessionOutcomeCallable
std::future< DescribeMatchmakingRuleSetsOutcome > DescribeMatchmakingRuleSetsOutcomeCallable
Aws::Utils::Outcome< DescribeGameServerResult, GameLiftError > DescribeGameServerOutcome
std::future< DeregisterComputeOutcome > DeregisterComputeOutcomeCallable
Aws::Utils::Outcome< DescribeRuntimeConfigurationResult, GameLiftError > DescribeRuntimeConfigurationOutcome
Aws::Utils::Outcome< DeregisterComputeResult, GameLiftError > DeregisterComputeOutcome
std::future< CreateBuildOutcome > CreateBuildOutcomeCallable
Aws::Utils::Outcome< DescribeAliasResult, GameLiftError > DescribeAliasOutcome
std::future< DeleteContainerGroupDefinitionOutcome > DeleteContainerGroupDefinitionOutcomeCallable
std::future< DescribeVpcPeeringConnectionsOutcome > DescribeVpcPeeringConnectionsOutcomeCallable
std::future< ListScriptsOutcome > ListScriptsOutcomeCallable
std::future< ListAliasesOutcome > ListAliasesOutcomeCallable
Aws::Utils::Outcome< DeleteLocationResult, GameLiftError > DeleteLocationOutcome
Aws::Utils::Outcome< ListLocationsResult, GameLiftError > ListLocationsOutcome
Aws::Utils::Outcome< GetComputeAuthTokenResult, GameLiftError > GetComputeAuthTokenOutcome
std::future< SearchGameSessionsOutcome > SearchGameSessionsOutcomeCallable
Aws::Utils::Outcome< DeleteGameSessionQueueResult, GameLiftError > DeleteGameSessionQueueOutcome
Aws::Utils::Outcome< CreateAliasResult, GameLiftError > CreateAliasOutcome
std::future< StartMatchBackfillOutcome > StartMatchBackfillOutcomeCallable
std::future< ListComputeOutcome > ListComputeOutcomeCallable
std::future< ListContainerGroupDefinitionsOutcome > ListContainerGroupDefinitionsOutcomeCallable
Aws::Utils::Outcome< DescribeVpcPeeringConnectionsResult, GameLiftError > DescribeVpcPeeringConnectionsOutcome
Aws::Utils::Outcome< GetInstanceAccessResult, GameLiftError > GetInstanceAccessOutcome
Aws::Utils::Outcome< Aws::NoResult, GameLiftError > DeleteScriptOutcome
Aws::Utils::Outcome< RequestUploadCredentialsResult, GameLiftError > RequestUploadCredentialsOutcome
std::future< DescribeInstancesOutcome > DescribeInstancesOutcomeCallable
Aws::Utils::Outcome< SearchGameSessionsResult, GameLiftError > SearchGameSessionsOutcome
std::future< DescribeGameServerGroupOutcome > DescribeGameServerGroupOutcomeCallable
std::future< GetComputeAccessOutcome > GetComputeAccessOutcomeCallable
std::future< GetGameSessionLogUrlOutcome > GetGameSessionLogUrlOutcomeCallable
Aws::Utils::Outcome< CreateGameSessionQueueResult, GameLiftError > CreateGameSessionQueueOutcome
Aws::Utils::Outcome< ListGameServersResult, GameLiftError > ListGameServersOutcome
Aws::Utils::Outcome< CreateContainerGroupDefinitionResult, GameLiftError > CreateContainerGroupDefinitionOutcome
Aws::Utils::Outcome< StopGameSessionPlacementResult, GameLiftError > StopGameSessionPlacementOutcome
Aws::Utils::Outcome< Aws::NoResult, GameLiftError > DeregisterGameServerOutcome
std::future< DeleteScalingPolicyOutcome > DeleteScalingPolicyOutcomeCallable
std::future< CreateVpcPeeringAuthorizationOutcome > CreateVpcPeeringAuthorizationOutcomeCallable
std::future< StartGameSessionPlacementOutcome > StartGameSessionPlacementOutcomeCallable
Aws::Utils::Outcome< ResolveAliasResult, GameLiftError > ResolveAliasOutcome
std::future< DeleteFleetOutcome > DeleteFleetOutcomeCallable
std::future< DeleteAliasOutcome > DeleteAliasOutcomeCallable
std::future< DescribeFleetAttributesOutcome > DescribeFleetAttributesOutcomeCallable
std::future< UpdateGameSessionOutcome > UpdateGameSessionOutcomeCallable
Aws::Utils::Outcome< DescribeScalingPoliciesResult, GameLiftError > DescribeScalingPoliciesOutcome
Aws::Utils::Outcome< DescribeBuildResult, GameLiftError > DescribeBuildOutcome
std::future< CreateGameServerGroupOutcome > CreateGameServerGroupOutcomeCallable
std::future< AcceptMatchOutcome > AcceptMatchOutcomeCallable
std::future< DescribeGameServerOutcome > DescribeGameServerOutcomeCallable
Aws::Utils::Outcome< SuspendGameServerGroupResult, GameLiftError > SuspendGameServerGroupOutcome
std::future< CreateLocationOutcome > CreateLocationOutcomeCallable
std::future< DescribePlayerSessionsOutcome > DescribePlayerSessionsOutcomeCallable
Aws::Utils::Outcome< StopFleetActionsResult, GameLiftError > StopFleetActionsOutcome
Aws::Utils::Outcome< DescribeMatchmakingResult, GameLiftError > DescribeMatchmakingOutcome
std::function< void(const GameLiftClient *, const Model::DescribeFleetEventsRequest &, const Model::DescribeFleetEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFleetEventsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListComputeRequest &, const Model::ListComputeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListComputeResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteGameServerGroupRequest &, const Model::DeleteGameServerGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteGameServerGroupResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeGameSessionDetailsRequest &, const Model::DescribeGameSessionDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeGameSessionDetailsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeAliasRequest &, const Model::DescribeAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeAliasResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::RequestUploadCredentialsRequest &, const Model::RequestUploadCredentialsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RequestUploadCredentialsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeEC2InstanceLimitsRequest &, const Model::DescribeEC2InstanceLimitsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeEC2InstanceLimitsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateGameSessionRequest &, const Model::CreateGameSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateGameSessionResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteMatchmakingConfigurationRequest &, const Model::DeleteMatchmakingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMatchmakingConfigurationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateMatchmakingConfigurationRequest &, const Model::CreateMatchmakingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateMatchmakingConfigurationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteVpcPeeringConnectionRequest &, const Model::DeleteVpcPeeringConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteVpcPeeringConnectionResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribePlayerSessionsRequest &, const Model::DescribePlayerSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribePlayerSessionsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeFleetPortSettingsRequest &, const Model::DescribeFleetPortSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFleetPortSettingsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeFleetUtilizationRequest &, const Model::DescribeFleetUtilizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFleetUtilizationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListFleetsRequest &, const Model::ListFleetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListFleetsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::StopGameSessionPlacementRequest &, const Model::StopGameSessionPlacementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopGameSessionPlacementResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateFleetAttributesRequest &, const Model::UpdateFleetAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateFleetAttributesResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateGameServerGroupRequest &, const Model::UpdateGameServerGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateGameServerGroupResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateVpcPeeringAuthorizationRequest &, const Model::CreateVpcPeeringAuthorizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateVpcPeeringAuthorizationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateLocationRequest &, const Model::CreateLocationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeMatchmakingConfigurationsRequest &, const Model::DescribeMatchmakingConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeMatchmakingConfigurationsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::RegisterGameServerRequest &, const Model::RegisterGameServerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RegisterGameServerResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateMatchmakingConfigurationRequest &, const Model::UpdateMatchmakingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateMatchmakingConfigurationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeregisterComputeRequest &, const Model::DeregisterComputeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeregisterComputeResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListScriptsRequest &, const Model::ListScriptsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListScriptsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateScriptRequest &, const Model::UpdateScriptOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateScriptResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::SearchGameSessionsRequest &, const Model::SearchGameSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SearchGameSessionsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeGameSessionPlacementRequest &, const Model::DescribeGameSessionPlacementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeGameSessionPlacementResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteLocationRequest &, const Model::DeleteLocationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteLocationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteVpcPeeringAuthorizationRequest &, const Model::DeleteVpcPeeringAuthorizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteVpcPeeringAuthorizationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreatePlayerSessionsRequest &, const Model::CreatePlayerSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreatePlayerSessionsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateAliasRequest &, const Model::UpdateAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateAliasResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::RegisterComputeRequest &, const Model::RegisterComputeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RegisterComputeResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreatePlayerSessionRequest &, const Model::CreatePlayerSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreatePlayerSessionResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateContainerGroupDefinitionRequest &, const Model::CreateContainerGroupDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateContainerGroupDefinitionResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListGameServerGroupsRequest &, const Model::ListGameServerGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListGameServerGroupsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeFleetLocationCapacityRequest &, const Model::DescribeFleetLocationCapacityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFleetLocationCapacityResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateMatchmakingRuleSetRequest &, const Model::CreateMatchmakingRuleSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateMatchmakingRuleSetResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeFleetLocationAttributesRequest &, const Model::DescribeFleetLocationAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFleetLocationAttributesResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteAliasRequest &, const Model::DeleteAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteAliasResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeMatchmakingRequest &, const Model::DescribeMatchmakingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeMatchmakingResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateVpcPeeringConnectionRequest &, const Model::CreateVpcPeeringConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateVpcPeeringConnectionResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteGameSessionQueueRequest &, const Model::DeleteGameSessionQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteGameSessionQueueResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeVpcPeeringAuthorizationsRequest &, const Model::DescribeVpcPeeringAuthorizationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeVpcPeeringAuthorizationsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateGameSessionRequest &, const Model::UpdateGameSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateGameSessionResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateFleetCapacityRequest &, const Model::UpdateFleetCapacityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateFleetCapacityResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ResumeGameServerGroupRequest &, const Model::ResumeGameServerGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ResumeGameServerGroupResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateFleetLocationsRequest &, const Model::CreateFleetLocationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateFleetLocationsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteFleetRequest &, const Model::DeleteFleetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteFleetResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateScriptRequest &, const Model::CreateScriptOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateScriptResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeVpcPeeringConnectionsRequest &, const Model::DescribeVpcPeeringConnectionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeVpcPeeringConnectionsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListGameServersRequest &, const Model::ListGameServersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListGameServersResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteMatchmakingRuleSetRequest &, const Model::DeleteMatchmakingRuleSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMatchmakingRuleSetResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeRuntimeConfigurationRequest &, const Model::DescribeRuntimeConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeRuntimeConfigurationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ResolveAliasRequest &, const Model::ResolveAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ResolveAliasResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateGameServerGroupRequest &, const Model::CreateGameServerGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateGameServerGroupResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeScriptRequest &, const Model::DescribeScriptOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeScriptResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::StartFleetActionsRequest &, const Model::StartFleetActionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartFleetActionsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeContainerGroupDefinitionRequest &, const Model::DescribeContainerGroupDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeContainerGroupDefinitionResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::GetComputeAuthTokenRequest &, const Model::GetComputeAuthTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetComputeAuthTokenResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateFleetRequest &, const Model::CreateFleetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateFleetResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateGameSessionQueueRequest &, const Model::CreateGameSessionQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateGameSessionQueueResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteScalingPolicyRequest &, const Model::DeleteScalingPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteScalingPolicyResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateAliasRequest &, const Model::CreateAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateAliasResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::StopFleetActionsRequest &, const Model::StopFleetActionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopFleetActionsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeMatchmakingRuleSetsRequest &, const Model::DescribeMatchmakingRuleSetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeMatchmakingRuleSetsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ValidateMatchmakingRuleSetRequest &, const Model::ValidateMatchmakingRuleSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ValidateMatchmakingRuleSetResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeScalingPoliciesRequest &, const Model::DescribeScalingPoliciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeScalingPoliciesResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::StartMatchBackfillRequest &, const Model::StartMatchBackfillOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartMatchBackfillResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateRuntimeConfigurationRequest &, const Model::UpdateRuntimeConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateRuntimeConfigurationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::StartGameSessionPlacementRequest &, const Model::StartGameSessionPlacementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartGameSessionPlacementResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::AcceptMatchRequest &, const Model::AcceptMatchOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AcceptMatchResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateBuildRequest &, const Model::CreateBuildOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateBuildResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListContainerGroupDefinitionsRequest &, const Model::ListContainerGroupDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListContainerGroupDefinitionsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateGameSessionQueueRequest &, const Model::UpdateGameSessionQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateGameSessionQueueResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::StopMatchmakingRequest &, const Model::StopMatchmakingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopMatchmakingResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListLocationsRequest &, const Model::ListLocationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLocationsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeFleetCapacityRequest &, const Model::DescribeFleetCapacityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFleetCapacityResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteContainerGroupDefinitionRequest &, const Model::DeleteContainerGroupDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteContainerGroupDefinitionResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListAliasesRequest &, const Model::ListAliasesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListAliasesResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteBuildRequest &, const Model::DeleteBuildOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteBuildResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeGameServerGroupRequest &, const Model::DescribeGameServerGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeGameServerGroupResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeFleetAttributesRequest &, const Model::DescribeFleetAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFleetAttributesResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteFleetLocationsRequest &, const Model::DeleteFleetLocationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteFleetLocationsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeGameServerInstancesRequest &, const Model::DescribeGameServerInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeGameServerInstancesResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::SuspendGameServerGroupRequest &, const Model::SuspendGameServerGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SuspendGameServerGroupResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateFleetPortSettingsRequest &, const Model::UpdateFleetPortSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateFleetPortSettingsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ClaimGameServerRequest &, const Model::ClaimGameServerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ClaimGameServerResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeGameSessionsRequest &, const Model::DescribeGameSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeGameSessionsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeFleetLocationUtilizationRequest &, const Model::DescribeFleetLocationUtilizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFleetLocationUtilizationResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateGameServerRequest &, const Model::UpdateGameServerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateGameServerResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeGameServerRequest &, const Model::DescribeGameServerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeGameServerResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateBuildRequest &, const Model::UpdateBuildOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateBuildResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::GetInstanceAccessRequest &, const Model::GetInstanceAccessOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInstanceAccessResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::StartMatchmakingRequest &, const Model::StartMatchmakingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartMatchmakingResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeGameSessionQueuesRequest &, const Model::DescribeGameSessionQueuesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeGameSessionQueuesResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeInstancesRequest &, const Model::DescribeInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeInstancesResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeregisterGameServerRequest &, const Model::DeregisterGameServerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeregisterGameServerResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeComputeRequest &, const Model::DescribeComputeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeComputeResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeBuildRequest &, const Model::DescribeBuildOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeBuildResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DeleteScriptRequest &, const Model::DeleteScriptOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteScriptResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::PutScalingPolicyRequest &, const Model::PutScalingPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutScalingPolicyResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::GetComputeAccessRequest &, const Model::GetComputeAccessOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetComputeAccessResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::GetGameSessionLogUrlRequest &, const Model::GetGameSessionLogUrlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetGameSessionLogUrlResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::ListBuildsRequest &, const Model::ListBuildsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListBuildsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler