AWS SDK for C++

AWS SDK for C++ Version 1.11.812

Loading...
Searching...
No Matches
GameLiftServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/gamelift/GameLiftEndpointProvider.h>
15#include <aws/gamelift/GameLiftErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in GameLiftClient header */
22#include <aws/core/NoResult.h>
23#include <aws/gamelift/model/AcceptMatchResult.h>
24#include <aws/gamelift/model/ClaimGameServerResult.h>
25#include <aws/gamelift/model/CreateAliasResult.h>
26#include <aws/gamelift/model/CreateBuildRequest.h>
27#include <aws/gamelift/model/CreateBuildResult.h>
28#include <aws/gamelift/model/CreateContainerFleetResult.h>
29#include <aws/gamelift/model/CreateContainerGroupDefinitionResult.h>
30#include <aws/gamelift/model/CreateFleetLocationsResult.h>
31#include <aws/gamelift/model/CreateFleetResult.h>
32#include <aws/gamelift/model/CreateGameServerGroupResult.h>
33#include <aws/gamelift/model/CreateGameSessionQueueResult.h>
34#include <aws/gamelift/model/CreateGameSessionResult.h>
35#include <aws/gamelift/model/CreateLocationResult.h>
36#include <aws/gamelift/model/CreateMatchmakingConfigurationResult.h>
37#include <aws/gamelift/model/CreateMatchmakingRuleSetResult.h>
38#include <aws/gamelift/model/CreatePlayerSessionResult.h>
39#include <aws/gamelift/model/CreatePlayerSessionsResult.h>
40#include <aws/gamelift/model/CreateScriptRequest.h>
41#include <aws/gamelift/model/CreateScriptResult.h>
42#include <aws/gamelift/model/CreateVpcPeeringAuthorizationResult.h>
43#include <aws/gamelift/model/CreateVpcPeeringConnectionResult.h>
44#include <aws/gamelift/model/DeleteContainerFleetResult.h>
45#include <aws/gamelift/model/DeleteContainerGroupDefinitionResult.h>
46#include <aws/gamelift/model/DeleteFleetLocationsResult.h>
47#include <aws/gamelift/model/DeleteGameServerGroupResult.h>
48#include <aws/gamelift/model/DeleteGameSessionQueueResult.h>
49#include <aws/gamelift/model/DeleteLocationResult.h>
50#include <aws/gamelift/model/DeleteMatchmakingConfigurationResult.h>
51#include <aws/gamelift/model/DeleteMatchmakingRuleSetResult.h>
52#include <aws/gamelift/model/DeleteVpcPeeringAuthorizationResult.h>
53#include <aws/gamelift/model/DeleteVpcPeeringConnectionResult.h>
54#include <aws/gamelift/model/DeregisterComputeResult.h>
55#include <aws/gamelift/model/DescribeAliasResult.h>
56#include <aws/gamelift/model/DescribeBuildResult.h>
57#include <aws/gamelift/model/DescribeComputeResult.h>
58#include <aws/gamelift/model/DescribeContainerFleetResult.h>
59#include <aws/gamelift/model/DescribeContainerGroupDefinitionResult.h>
60#include <aws/gamelift/model/DescribeContainerGroupPortMappingsResult.h>
61#include <aws/gamelift/model/DescribeEC2InstanceLimitsRequest.h>
62#include <aws/gamelift/model/DescribeEC2InstanceLimitsResult.h>
63#include <aws/gamelift/model/DescribeFleetAttributesRequest.h>
64#include <aws/gamelift/model/DescribeFleetAttributesResult.h>
65#include <aws/gamelift/model/DescribeFleetCapacityRequest.h>
66#include <aws/gamelift/model/DescribeFleetCapacityResult.h>
67#include <aws/gamelift/model/DescribeFleetDeploymentResult.h>
68#include <aws/gamelift/model/DescribeFleetEventsResult.h>
69#include <aws/gamelift/model/DescribeFleetLocationAttributesResult.h>
70#include <aws/gamelift/model/DescribeFleetLocationCapacityResult.h>
71#include <aws/gamelift/model/DescribeFleetLocationUtilizationResult.h>
72#include <aws/gamelift/model/DescribeFleetPortSettingsResult.h>
73#include <aws/gamelift/model/DescribeFleetUtilizationRequest.h>
74#include <aws/gamelift/model/DescribeFleetUtilizationResult.h>
75#include <aws/gamelift/model/DescribeGameServerGroupResult.h>
76#include <aws/gamelift/model/DescribeGameServerInstancesResult.h>
77#include <aws/gamelift/model/DescribeGameServerResult.h>
78#include <aws/gamelift/model/DescribeGameSessionDetailsRequest.h>
79#include <aws/gamelift/model/DescribeGameSessionDetailsResult.h>
80#include <aws/gamelift/model/DescribeGameSessionPlacementResult.h>
81#include <aws/gamelift/model/DescribeGameSessionQueuesRequest.h>
82#include <aws/gamelift/model/DescribeGameSessionQueuesResult.h>
83#include <aws/gamelift/model/DescribeGameSessionsRequest.h>
84#include <aws/gamelift/model/DescribeGameSessionsResult.h>
85#include <aws/gamelift/model/DescribeInstancesResult.h>
86#include <aws/gamelift/model/DescribeMatchmakingConfigurationsRequest.h>
87#include <aws/gamelift/model/DescribeMatchmakingConfigurationsResult.h>
88#include <aws/gamelift/model/DescribeMatchmakingResult.h>
89#include <aws/gamelift/model/DescribeMatchmakingRuleSetsRequest.h>
90#include <aws/gamelift/model/DescribeMatchmakingRuleSetsResult.h>
91#include <aws/gamelift/model/DescribePlayerSessionsRequest.h>
92#include <aws/gamelift/model/DescribePlayerSessionsResult.h>
93#include <aws/gamelift/model/DescribeRuntimeConfigurationResult.h>
94#include <aws/gamelift/model/DescribeScalingPoliciesResult.h>
95#include <aws/gamelift/model/DescribeScriptResult.h>
96#include <aws/gamelift/model/DescribeVpcPeeringAuthorizationsRequest.h>
97#include <aws/gamelift/model/DescribeVpcPeeringAuthorizationsResult.h>
98#include <aws/gamelift/model/DescribeVpcPeeringConnectionsRequest.h>
99#include <aws/gamelift/model/DescribeVpcPeeringConnectionsResult.h>
100#include <aws/gamelift/model/GetComputeAccessResult.h>
101#include <aws/gamelift/model/GetComputeAuthTokenResult.h>
102#include <aws/gamelift/model/GetGameSessionLogUrlResult.h>
103#include <aws/gamelift/model/GetInstanceAccessResult.h>
104#include <aws/gamelift/model/GetPlayerConnectionDetailsResult.h>
105#include <aws/gamelift/model/ListAliasesRequest.h>
106#include <aws/gamelift/model/ListAliasesResult.h>
107#include <aws/gamelift/model/ListBuildsRequest.h>
108#include <aws/gamelift/model/ListBuildsResult.h>
109#include <aws/gamelift/model/ListComputeResult.h>
110#include <aws/gamelift/model/ListContainerFleetsRequest.h>
111#include <aws/gamelift/model/ListContainerFleetsResult.h>
112#include <aws/gamelift/model/ListContainerGroupDefinitionVersionsResult.h>
113#include <aws/gamelift/model/ListContainerGroupDefinitionsRequest.h>
114#include <aws/gamelift/model/ListContainerGroupDefinitionsResult.h>
115#include <aws/gamelift/model/ListFleetDeploymentsRequest.h>
116#include <aws/gamelift/model/ListFleetDeploymentsResult.h>
117#include <aws/gamelift/model/ListFleetsRequest.h>
118#include <aws/gamelift/model/ListFleetsResult.h>
119#include <aws/gamelift/model/ListGameServerGroupsRequest.h>
120#include <aws/gamelift/model/ListGameServerGroupsResult.h>
121#include <aws/gamelift/model/ListGameServersResult.h>
122#include <aws/gamelift/model/ListLocationsRequest.h>
123#include <aws/gamelift/model/ListLocationsResult.h>
124#include <aws/gamelift/model/ListScriptsRequest.h>
125#include <aws/gamelift/model/ListScriptsResult.h>
126#include <aws/gamelift/model/ListTagsForResourceResult.h>
127#include <aws/gamelift/model/PutScalingPolicyResult.h>
128#include <aws/gamelift/model/RegisterComputeResult.h>
129#include <aws/gamelift/model/RegisterGameServerResult.h>
130#include <aws/gamelift/model/RequestUploadCredentialsResult.h>
131#include <aws/gamelift/model/ResolveAliasResult.h>
132#include <aws/gamelift/model/ResumeGameServerGroupResult.h>
133#include <aws/gamelift/model/SearchGameSessionsRequest.h>
134#include <aws/gamelift/model/SearchGameSessionsResult.h>
135#include <aws/gamelift/model/StartFleetActionsResult.h>
136#include <aws/gamelift/model/StartGameSessionPlacementResult.h>
137#include <aws/gamelift/model/StartMatchBackfillResult.h>
138#include <aws/gamelift/model/StartMatchmakingResult.h>
139#include <aws/gamelift/model/StopFleetActionsResult.h>
140#include <aws/gamelift/model/StopGameSessionPlacementResult.h>
141#include <aws/gamelift/model/StopMatchmakingResult.h>
142#include <aws/gamelift/model/SuspendGameServerGroupResult.h>
143#include <aws/gamelift/model/TagResourceResult.h>
144#include <aws/gamelift/model/TerminateGameSessionResult.h>
145#include <aws/gamelift/model/UntagResourceResult.h>
146#include <aws/gamelift/model/UpdateAliasResult.h>
147#include <aws/gamelift/model/UpdateBuildResult.h>
148#include <aws/gamelift/model/UpdateContainerFleetResult.h>
149#include <aws/gamelift/model/UpdateContainerGroupDefinitionResult.h>
150#include <aws/gamelift/model/UpdateFleetAttributesResult.h>
151#include <aws/gamelift/model/UpdateFleetCapacityResult.h>
152#include <aws/gamelift/model/UpdateFleetPortSettingsResult.h>
153#include <aws/gamelift/model/UpdateGameServerGroupResult.h>
154#include <aws/gamelift/model/UpdateGameServerResult.h>
155#include <aws/gamelift/model/UpdateGameSessionQueueResult.h>
156#include <aws/gamelift/model/UpdateGameSessionResult.h>
157#include <aws/gamelift/model/UpdateMatchmakingConfigurationResult.h>
158#include <aws/gamelift/model/UpdateRuntimeConfigurationResult.h>
159#include <aws/gamelift/model/UpdateScriptResult.h>
160#include <aws/gamelift/model/ValidateMatchmakingRuleSetResult.h>
161/* End of service model headers required in GameLiftClient header */
162
163namespace Aws {
164namespace Http {
165class HttpClient;
166class HttpClientFactory;
167} // namespace Http
168
169namespace Utils {
170template <typename R, typename E>
171class Outcome;
172
173namespace Threading {
174class Executor;
175} // namespace Threading
176} // namespace Utils
177
178namespace Auth {
179class AWSCredentials;
180class AWSCredentialsProvider;
181} // namespace Auth
182
183namespace Client {
184class RetryStrategy;
185} // namespace Client
186
187namespace GameLift {
191
192namespace Model {
193/* Service model forward declarations required in GameLiftClient header */
279class ListScriptsRequest;
314/* End of service model forward declarations required in GameLiftClient header */
315
316/* Service model Outcome class definitions */
437/* End of service model Outcome class definitions */
438
439/* Service model Outcome callable definitions */
440typedef std::future<AcceptMatchOutcome> AcceptMatchOutcomeCallable;
441typedef std::future<ClaimGameServerOutcome> ClaimGameServerOutcomeCallable;
442typedef std::future<CreateAliasOutcome> CreateAliasOutcomeCallable;
443typedef std::future<CreateBuildOutcome> CreateBuildOutcomeCallable;
444typedef std::future<CreateContainerFleetOutcome> CreateContainerFleetOutcomeCallable;
445typedef std::future<CreateContainerGroupDefinitionOutcome> CreateContainerGroupDefinitionOutcomeCallable;
446typedef std::future<CreateFleetOutcome> CreateFleetOutcomeCallable;
447typedef std::future<CreateFleetLocationsOutcome> CreateFleetLocationsOutcomeCallable;
448typedef std::future<CreateGameServerGroupOutcome> CreateGameServerGroupOutcomeCallable;
449typedef std::future<CreateGameSessionOutcome> CreateGameSessionOutcomeCallable;
450typedef std::future<CreateGameSessionQueueOutcome> CreateGameSessionQueueOutcomeCallable;
451typedef std::future<CreateLocationOutcome> CreateLocationOutcomeCallable;
452typedef std::future<CreateMatchmakingConfigurationOutcome> CreateMatchmakingConfigurationOutcomeCallable;
453typedef std::future<CreateMatchmakingRuleSetOutcome> CreateMatchmakingRuleSetOutcomeCallable;
454typedef std::future<CreatePlayerSessionOutcome> CreatePlayerSessionOutcomeCallable;
455typedef std::future<CreatePlayerSessionsOutcome> CreatePlayerSessionsOutcomeCallable;
456typedef std::future<CreateScriptOutcome> CreateScriptOutcomeCallable;
457typedef std::future<CreateVpcPeeringAuthorizationOutcome> CreateVpcPeeringAuthorizationOutcomeCallable;
458typedef std::future<CreateVpcPeeringConnectionOutcome> CreateVpcPeeringConnectionOutcomeCallable;
459typedef std::future<DeleteAliasOutcome> DeleteAliasOutcomeCallable;
460typedef std::future<DeleteBuildOutcome> DeleteBuildOutcomeCallable;
461typedef std::future<DeleteContainerFleetOutcome> DeleteContainerFleetOutcomeCallable;
462typedef std::future<DeleteContainerGroupDefinitionOutcome> DeleteContainerGroupDefinitionOutcomeCallable;
463typedef std::future<DeleteFleetOutcome> DeleteFleetOutcomeCallable;
464typedef std::future<DeleteFleetLocationsOutcome> DeleteFleetLocationsOutcomeCallable;
465typedef std::future<DeleteGameServerGroupOutcome> DeleteGameServerGroupOutcomeCallable;
466typedef std::future<DeleteGameSessionQueueOutcome> DeleteGameSessionQueueOutcomeCallable;
467typedef std::future<DeleteLocationOutcome> DeleteLocationOutcomeCallable;
468typedef std::future<DeleteMatchmakingConfigurationOutcome> DeleteMatchmakingConfigurationOutcomeCallable;
469typedef std::future<DeleteMatchmakingRuleSetOutcome> DeleteMatchmakingRuleSetOutcomeCallable;
470typedef std::future<DeleteScalingPolicyOutcome> DeleteScalingPolicyOutcomeCallable;
471typedef std::future<DeleteScriptOutcome> DeleteScriptOutcomeCallable;
472typedef std::future<DeleteVpcPeeringAuthorizationOutcome> DeleteVpcPeeringAuthorizationOutcomeCallable;
473typedef std::future<DeleteVpcPeeringConnectionOutcome> DeleteVpcPeeringConnectionOutcomeCallable;
474typedef std::future<DeregisterComputeOutcome> DeregisterComputeOutcomeCallable;
475typedef std::future<DeregisterGameServerOutcome> DeregisterGameServerOutcomeCallable;
476typedef std::future<DescribeAliasOutcome> DescribeAliasOutcomeCallable;
477typedef std::future<DescribeBuildOutcome> DescribeBuildOutcomeCallable;
478typedef std::future<DescribeComputeOutcome> DescribeComputeOutcomeCallable;
479typedef std::future<DescribeContainerFleetOutcome> DescribeContainerFleetOutcomeCallable;
480typedef std::future<DescribeContainerGroupDefinitionOutcome> DescribeContainerGroupDefinitionOutcomeCallable;
481typedef std::future<DescribeContainerGroupPortMappingsOutcome> DescribeContainerGroupPortMappingsOutcomeCallable;
482typedef std::future<DescribeEC2InstanceLimitsOutcome> DescribeEC2InstanceLimitsOutcomeCallable;
483typedef std::future<DescribeFleetAttributesOutcome> DescribeFleetAttributesOutcomeCallable;
484typedef std::future<DescribeFleetCapacityOutcome> DescribeFleetCapacityOutcomeCallable;
485typedef std::future<DescribeFleetDeploymentOutcome> DescribeFleetDeploymentOutcomeCallable;
486typedef std::future<DescribeFleetEventsOutcome> DescribeFleetEventsOutcomeCallable;
487typedef std::future<DescribeFleetLocationAttributesOutcome> DescribeFleetLocationAttributesOutcomeCallable;
488typedef std::future<DescribeFleetLocationCapacityOutcome> DescribeFleetLocationCapacityOutcomeCallable;
489typedef std::future<DescribeFleetLocationUtilizationOutcome> DescribeFleetLocationUtilizationOutcomeCallable;
490typedef std::future<DescribeFleetPortSettingsOutcome> DescribeFleetPortSettingsOutcomeCallable;
491typedef std::future<DescribeFleetUtilizationOutcome> DescribeFleetUtilizationOutcomeCallable;
492typedef std::future<DescribeGameServerOutcome> DescribeGameServerOutcomeCallable;
493typedef std::future<DescribeGameServerGroupOutcome> DescribeGameServerGroupOutcomeCallable;
494typedef std::future<DescribeGameServerInstancesOutcome> DescribeGameServerInstancesOutcomeCallable;
495typedef std::future<DescribeGameSessionDetailsOutcome> DescribeGameSessionDetailsOutcomeCallable;
496typedef std::future<DescribeGameSessionPlacementOutcome> DescribeGameSessionPlacementOutcomeCallable;
497typedef std::future<DescribeGameSessionQueuesOutcome> DescribeGameSessionQueuesOutcomeCallable;
498typedef std::future<DescribeGameSessionsOutcome> DescribeGameSessionsOutcomeCallable;
499typedef std::future<DescribeInstancesOutcome> DescribeInstancesOutcomeCallable;
500typedef std::future<DescribeMatchmakingOutcome> DescribeMatchmakingOutcomeCallable;
501typedef std::future<DescribeMatchmakingConfigurationsOutcome> DescribeMatchmakingConfigurationsOutcomeCallable;
502typedef std::future<DescribeMatchmakingRuleSetsOutcome> DescribeMatchmakingRuleSetsOutcomeCallable;
503typedef std::future<DescribePlayerSessionsOutcome> DescribePlayerSessionsOutcomeCallable;
504typedef std::future<DescribeRuntimeConfigurationOutcome> DescribeRuntimeConfigurationOutcomeCallable;
505typedef std::future<DescribeScalingPoliciesOutcome> DescribeScalingPoliciesOutcomeCallable;
506typedef std::future<DescribeScriptOutcome> DescribeScriptOutcomeCallable;
507typedef std::future<DescribeVpcPeeringAuthorizationsOutcome> DescribeVpcPeeringAuthorizationsOutcomeCallable;
508typedef std::future<DescribeVpcPeeringConnectionsOutcome> DescribeVpcPeeringConnectionsOutcomeCallable;
509typedef std::future<GetComputeAccessOutcome> GetComputeAccessOutcomeCallable;
510typedef std::future<GetComputeAuthTokenOutcome> GetComputeAuthTokenOutcomeCallable;
511typedef std::future<GetGameSessionLogUrlOutcome> GetGameSessionLogUrlOutcomeCallable;
512typedef std::future<GetInstanceAccessOutcome> GetInstanceAccessOutcomeCallable;
513typedef std::future<GetPlayerConnectionDetailsOutcome> GetPlayerConnectionDetailsOutcomeCallable;
514typedef std::future<ListAliasesOutcome> ListAliasesOutcomeCallable;
515typedef std::future<ListBuildsOutcome> ListBuildsOutcomeCallable;
516typedef std::future<ListComputeOutcome> ListComputeOutcomeCallable;
517typedef std::future<ListContainerFleetsOutcome> ListContainerFleetsOutcomeCallable;
518typedef std::future<ListContainerGroupDefinitionVersionsOutcome> ListContainerGroupDefinitionVersionsOutcomeCallable;
519typedef std::future<ListContainerGroupDefinitionsOutcome> ListContainerGroupDefinitionsOutcomeCallable;
520typedef std::future<ListFleetDeploymentsOutcome> ListFleetDeploymentsOutcomeCallable;
521typedef std::future<ListFleetsOutcome> ListFleetsOutcomeCallable;
522typedef std::future<ListGameServerGroupsOutcome> ListGameServerGroupsOutcomeCallable;
523typedef std::future<ListGameServersOutcome> ListGameServersOutcomeCallable;
524typedef std::future<ListLocationsOutcome> ListLocationsOutcomeCallable;
525typedef std::future<ListScriptsOutcome> ListScriptsOutcomeCallable;
526typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
527typedef std::future<PutScalingPolicyOutcome> PutScalingPolicyOutcomeCallable;
528typedef std::future<RegisterComputeOutcome> RegisterComputeOutcomeCallable;
529typedef std::future<RegisterGameServerOutcome> RegisterGameServerOutcomeCallable;
530typedef std::future<RequestUploadCredentialsOutcome> RequestUploadCredentialsOutcomeCallable;
531typedef std::future<ResolveAliasOutcome> ResolveAliasOutcomeCallable;
532typedef std::future<ResumeGameServerGroupOutcome> ResumeGameServerGroupOutcomeCallable;
533typedef std::future<SearchGameSessionsOutcome> SearchGameSessionsOutcomeCallable;
534typedef std::future<StartFleetActionsOutcome> StartFleetActionsOutcomeCallable;
535typedef std::future<StartGameSessionPlacementOutcome> StartGameSessionPlacementOutcomeCallable;
536typedef std::future<StartMatchBackfillOutcome> StartMatchBackfillOutcomeCallable;
537typedef std::future<StartMatchmakingOutcome> StartMatchmakingOutcomeCallable;
538typedef std::future<StopFleetActionsOutcome> StopFleetActionsOutcomeCallable;
539typedef std::future<StopGameSessionPlacementOutcome> StopGameSessionPlacementOutcomeCallable;
540typedef std::future<StopMatchmakingOutcome> StopMatchmakingOutcomeCallable;
541typedef std::future<SuspendGameServerGroupOutcome> SuspendGameServerGroupOutcomeCallable;
542typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
543typedef std::future<TerminateGameSessionOutcome> TerminateGameSessionOutcomeCallable;
544typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
545typedef std::future<UpdateAliasOutcome> UpdateAliasOutcomeCallable;
546typedef std::future<UpdateBuildOutcome> UpdateBuildOutcomeCallable;
547typedef std::future<UpdateContainerFleetOutcome> UpdateContainerFleetOutcomeCallable;
548typedef std::future<UpdateContainerGroupDefinitionOutcome> UpdateContainerGroupDefinitionOutcomeCallable;
549typedef std::future<UpdateFleetAttributesOutcome> UpdateFleetAttributesOutcomeCallable;
550typedef std::future<UpdateFleetCapacityOutcome> UpdateFleetCapacityOutcomeCallable;
551typedef std::future<UpdateFleetPortSettingsOutcome> UpdateFleetPortSettingsOutcomeCallable;
552typedef std::future<UpdateGameServerOutcome> UpdateGameServerOutcomeCallable;
553typedef std::future<UpdateGameServerGroupOutcome> UpdateGameServerGroupOutcomeCallable;
554typedef std::future<UpdateGameSessionOutcome> UpdateGameSessionOutcomeCallable;
555typedef std::future<UpdateGameSessionQueueOutcome> UpdateGameSessionQueueOutcomeCallable;
556typedef std::future<UpdateMatchmakingConfigurationOutcome> UpdateMatchmakingConfigurationOutcomeCallable;
557typedef std::future<UpdateRuntimeConfigurationOutcome> UpdateRuntimeConfigurationOutcomeCallable;
558typedef std::future<UpdateScriptOutcome> UpdateScriptOutcomeCallable;
559typedef std::future<ValidateMatchmakingRuleSetOutcome> ValidateMatchmakingRuleSetOutcomeCallable;
560/* End of service model Outcome callable definitions */
561} // namespace Model
562
563class GameLiftClient;
564
565/* Service model async handlers definitions */
566typedef std::function<void(const GameLiftClient*, const Model::AcceptMatchRequest&, const Model::AcceptMatchOutcome&,
567 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
569typedef std::function<void(const GameLiftClient*, const Model::ClaimGameServerRequest&, const Model::ClaimGameServerOutcome&,
570 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
572typedef std::function<void(const GameLiftClient*, const Model::CreateAliasRequest&, const Model::CreateAliasOutcome&,
573 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
575typedef std::function<void(const GameLiftClient*, const Model::CreateBuildRequest&, const Model::CreateBuildOutcome&,
576 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
578typedef std::function<void(const GameLiftClient*, const Model::CreateContainerFleetRequest&, const Model::CreateContainerFleetOutcome&,
579 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
581typedef std::function<void(const GameLiftClient*, const Model::CreateContainerGroupDefinitionRequest&,
583 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
585typedef std::function<void(const GameLiftClient*, const Model::CreateFleetRequest&, const Model::CreateFleetOutcome&,
586 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
588typedef std::function<void(const GameLiftClient*, const Model::CreateFleetLocationsRequest&, const Model::CreateFleetLocationsOutcome&,
589 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
591typedef std::function<void(const GameLiftClient*, const Model::CreateGameServerGroupRequest&, const Model::CreateGameServerGroupOutcome&,
592 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
594typedef std::function<void(const GameLiftClient*, const Model::CreateGameSessionRequest&, const Model::CreateGameSessionOutcome&,
595 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
598 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
600typedef std::function<void(const GameLiftClient*, const Model::CreateLocationRequest&, const Model::CreateLocationOutcome&,
601 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
603typedef std::function<void(const GameLiftClient*, const Model::CreateMatchmakingConfigurationRequest&,
605 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
607typedef std::function<void(const GameLiftClient*, const Model::CreateMatchmakingRuleSetRequest&,
608 const Model::CreateMatchmakingRuleSetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
610typedef std::function<void(const GameLiftClient*, const Model::CreatePlayerSessionRequest&, const Model::CreatePlayerSessionOutcome&,
611 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
613typedef std::function<void(const GameLiftClient*, const Model::CreatePlayerSessionsRequest&, const Model::CreatePlayerSessionsOutcome&,
614 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
616typedef std::function<void(const GameLiftClient*, const Model::CreateScriptRequest&, const Model::CreateScriptOutcome&,
617 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
619typedef std::function<void(const GameLiftClient*, const Model::CreateVpcPeeringAuthorizationRequest&,
621 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
623typedef std::function<void(const GameLiftClient*, const Model::CreateVpcPeeringConnectionRequest&,
624 const Model::CreateVpcPeeringConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
626typedef std::function<void(const GameLiftClient*, const Model::DeleteAliasRequest&, const Model::DeleteAliasOutcome&,
627 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
629typedef std::function<void(const GameLiftClient*, const Model::DeleteBuildRequest&, const Model::DeleteBuildOutcome&,
630 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
632typedef std::function<void(const GameLiftClient*, const Model::DeleteContainerFleetRequest&, const Model::DeleteContainerFleetOutcome&,
633 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
635typedef std::function<void(const GameLiftClient*, const Model::DeleteContainerGroupDefinitionRequest&,
637 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
639typedef std::function<void(const GameLiftClient*, const Model::DeleteFleetRequest&, const Model::DeleteFleetOutcome&,
640 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
642typedef std::function<void(const GameLiftClient*, const Model::DeleteFleetLocationsRequest&, const Model::DeleteFleetLocationsOutcome&,
643 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
645typedef std::function<void(const GameLiftClient*, const Model::DeleteGameServerGroupRequest&, const Model::DeleteGameServerGroupOutcome&,
646 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
649 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
651typedef std::function<void(const GameLiftClient*, const Model::DeleteLocationRequest&, const Model::DeleteLocationOutcome&,
652 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
654typedef std::function<void(const GameLiftClient*, const Model::DeleteMatchmakingConfigurationRequest&,
656 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
658typedef std::function<void(const GameLiftClient*, const Model::DeleteMatchmakingRuleSetRequest&,
659 const Model::DeleteMatchmakingRuleSetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
661typedef std::function<void(const GameLiftClient*, const Model::DeleteScalingPolicyRequest&, const Model::DeleteScalingPolicyOutcome&,
662 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
664typedef std::function<void(const GameLiftClient*, const Model::DeleteScriptRequest&, const Model::DeleteScriptOutcome&,
665 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
667typedef std::function<void(const GameLiftClient*, const Model::DeleteVpcPeeringAuthorizationRequest&,
669 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
671typedef std::function<void(const GameLiftClient*, const Model::DeleteVpcPeeringConnectionRequest&,
672 const Model::DeleteVpcPeeringConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
674typedef std::function<void(const GameLiftClient*, const Model::DeregisterComputeRequest&, const Model::DeregisterComputeOutcome&,
675 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
677typedef std::function<void(const GameLiftClient*, const Model::DeregisterGameServerRequest&, const Model::DeregisterGameServerOutcome&,
678 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
680typedef std::function<void(const GameLiftClient*, const Model::DescribeAliasRequest&, const Model::DescribeAliasOutcome&,
681 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
683typedef std::function<void(const GameLiftClient*, const Model::DescribeBuildRequest&, const Model::DescribeBuildOutcome&,
684 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
686typedef std::function<void(const GameLiftClient*, const Model::DescribeComputeRequest&, const Model::DescribeComputeOutcome&,
687 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
690 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
692typedef std::function<void(const GameLiftClient*, const Model::DescribeContainerGroupDefinitionRequest&,
694 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
696typedef std::function<void(const GameLiftClient*, const Model::DescribeContainerGroupPortMappingsRequest&,
698 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
700typedef std::function<void(const GameLiftClient*, const Model::DescribeEC2InstanceLimitsRequest&,
701 const Model::DescribeEC2InstanceLimitsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
703typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetAttributesRequest&,
704 const Model::DescribeFleetAttributesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
706typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetCapacityRequest&, const Model::DescribeFleetCapacityOutcome&,
707 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
709typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetDeploymentRequest&,
710 const Model::DescribeFleetDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
712typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetEventsRequest&, const Model::DescribeFleetEventsOutcome&,
713 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
715typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetLocationAttributesRequest&,
717 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
719typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetLocationCapacityRequest&,
721 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
723typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetLocationUtilizationRequest&,
725 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
727typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetPortSettingsRequest&,
728 const Model::DescribeFleetPortSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
730typedef std::function<void(const GameLiftClient*, const Model::DescribeFleetUtilizationRequest&,
731 const Model::DescribeFleetUtilizationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
733typedef std::function<void(const GameLiftClient*, const Model::DescribeGameServerRequest&, const Model::DescribeGameServerOutcome&,
734 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
736typedef std::function<void(const GameLiftClient*, const Model::DescribeGameServerGroupRequest&,
737 const Model::DescribeGameServerGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
739typedef std::function<void(const GameLiftClient*, const Model::DescribeGameServerInstancesRequest&,
740 const Model::DescribeGameServerInstancesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
742typedef std::function<void(const GameLiftClient*, const Model::DescribeGameSessionDetailsRequest&,
743 const Model::DescribeGameSessionDetailsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
745typedef std::function<void(const GameLiftClient*, const Model::DescribeGameSessionPlacementRequest&,
747 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
749typedef std::function<void(const GameLiftClient*, const Model::DescribeGameSessionQueuesRequest&,
750 const Model::DescribeGameSessionQueuesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
752typedef std::function<void(const GameLiftClient*, const Model::DescribeGameSessionsRequest&, const Model::DescribeGameSessionsOutcome&,
753 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
755typedef std::function<void(const GameLiftClient*, const Model::DescribeInstancesRequest&, const Model::DescribeInstancesOutcome&,
756 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
758typedef std::function<void(const GameLiftClient*, const Model::DescribeMatchmakingRequest&, const Model::DescribeMatchmakingOutcome&,
759 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
761typedef std::function<void(const GameLiftClient*, const Model::DescribeMatchmakingConfigurationsRequest&,
763 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
765typedef std::function<void(const GameLiftClient*, const Model::DescribeMatchmakingRuleSetsRequest&,
766 const Model::DescribeMatchmakingRuleSetsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
769 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
771typedef std::function<void(const GameLiftClient*, const Model::DescribeRuntimeConfigurationRequest&,
773 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
775typedef std::function<void(const GameLiftClient*, const Model::DescribeScalingPoliciesRequest&,
776 const Model::DescribeScalingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
778typedef std::function<void(const GameLiftClient*, const Model::DescribeScriptRequest&, const Model::DescribeScriptOutcome&,
779 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
781typedef std::function<void(const GameLiftClient*, const Model::DescribeVpcPeeringAuthorizationsRequest&,
783 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
785typedef std::function<void(const GameLiftClient*, const Model::DescribeVpcPeeringConnectionsRequest&,
787 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
789typedef std::function<void(const GameLiftClient*, const Model::GetComputeAccessRequest&, const Model::GetComputeAccessOutcome&,
790 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
792typedef std::function<void(const GameLiftClient*, const Model::GetComputeAuthTokenRequest&, const Model::GetComputeAuthTokenOutcome&,
793 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
795typedef std::function<void(const GameLiftClient*, const Model::GetGameSessionLogUrlRequest&, const Model::GetGameSessionLogUrlOutcome&,
796 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
798typedef std::function<void(const GameLiftClient*, const Model::GetInstanceAccessRequest&, const Model::GetInstanceAccessOutcome&,
799 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
801typedef std::function<void(const GameLiftClient*, const Model::GetPlayerConnectionDetailsRequest&,
802 const Model::GetPlayerConnectionDetailsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
804typedef std::function<void(const GameLiftClient*, const Model::ListAliasesRequest&, const Model::ListAliasesOutcome&,
805 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
807typedef std::function<void(const GameLiftClient*, const Model::ListBuildsRequest&, const Model::ListBuildsOutcome&,
808 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
810typedef std::function<void(const GameLiftClient*, const Model::ListComputeRequest&, const Model::ListComputeOutcome&,
811 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
813typedef std::function<void(const GameLiftClient*, const Model::ListContainerFleetsRequest&, const Model::ListContainerFleetsOutcome&,
814 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
816typedef std::function<void(const GameLiftClient*, const Model::ListContainerGroupDefinitionVersionsRequest&,
818 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
820typedef std::function<void(const GameLiftClient*, const Model::ListContainerGroupDefinitionsRequest&,
822 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
824typedef std::function<void(const GameLiftClient*, const Model::ListFleetDeploymentsRequest&, const Model::ListFleetDeploymentsOutcome&,
825 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
827typedef std::function<void(const GameLiftClient*, const Model::ListFleetsRequest&, const Model::ListFleetsOutcome&,
828 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
830typedef std::function<void(const GameLiftClient*, const Model::ListGameServerGroupsRequest&, const Model::ListGameServerGroupsOutcome&,
831 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
833typedef std::function<void(const GameLiftClient*, const Model::ListGameServersRequest&, const Model::ListGameServersOutcome&,
834 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
836typedef std::function<void(const GameLiftClient*, const Model::ListLocationsRequest&, const Model::ListLocationsOutcome&,
837 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
839typedef std::function<void(const GameLiftClient*, const Model::ListScriptsRequest&, const Model::ListScriptsOutcome&,
840 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
842typedef std::function<void(const GameLiftClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
843 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
845typedef std::function<void(const GameLiftClient*, const Model::PutScalingPolicyRequest&, const Model::PutScalingPolicyOutcome&,
846 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
848typedef std::function<void(const GameLiftClient*, const Model::RegisterComputeRequest&, const Model::RegisterComputeOutcome&,
849 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
851typedef std::function<void(const GameLiftClient*, const Model::RegisterGameServerRequest&, const Model::RegisterGameServerOutcome&,
852 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
854typedef std::function<void(const GameLiftClient*, const Model::RequestUploadCredentialsRequest&,
855 const Model::RequestUploadCredentialsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
857typedef std::function<void(const GameLiftClient*, const Model::ResolveAliasRequest&, const Model::ResolveAliasOutcome&,
858 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
860typedef std::function<void(const GameLiftClient*, const Model::ResumeGameServerGroupRequest&, const Model::ResumeGameServerGroupOutcome&,
861 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
863typedef std::function<void(const GameLiftClient*, const Model::SearchGameSessionsRequest&, const Model::SearchGameSessionsOutcome&,
864 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
866typedef std::function<void(const GameLiftClient*, const Model::StartFleetActionsRequest&, const Model::StartFleetActionsOutcome&,
867 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
869typedef std::function<void(const GameLiftClient*, const Model::StartGameSessionPlacementRequest&,
870 const Model::StartGameSessionPlacementOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
872typedef std::function<void(const GameLiftClient*, const Model::StartMatchBackfillRequest&, const Model::StartMatchBackfillOutcome&,
873 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
875typedef std::function<void(const GameLiftClient*, const Model::StartMatchmakingRequest&, const Model::StartMatchmakingOutcome&,
876 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
878typedef std::function<void(const GameLiftClient*, const Model::StopFleetActionsRequest&, const Model::StopFleetActionsOutcome&,
879 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
881typedef std::function<void(const GameLiftClient*, const Model::StopGameSessionPlacementRequest&,
882 const Model::StopGameSessionPlacementOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
884typedef std::function<void(const GameLiftClient*, const Model::StopMatchmakingRequest&, const Model::StopMatchmakingOutcome&,
885 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
888 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
890typedef std::function<void(const GameLiftClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
891 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
893typedef std::function<void(const GameLiftClient*, const Model::TerminateGameSessionRequest&, const Model::TerminateGameSessionOutcome&,
894 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
896typedef std::function<void(const GameLiftClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
897 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
899typedef std::function<void(const GameLiftClient*, const Model::UpdateAliasRequest&, const Model::UpdateAliasOutcome&,
900 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
902typedef std::function<void(const GameLiftClient*, const Model::UpdateBuildRequest&, const Model::UpdateBuildOutcome&,
903 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
905typedef std::function<void(const GameLiftClient*, const Model::UpdateContainerFleetRequest&, const Model::UpdateContainerFleetOutcome&,
906 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
908typedef std::function<void(const GameLiftClient*, const Model::UpdateContainerGroupDefinitionRequest&,
910 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
912typedef std::function<void(const GameLiftClient*, const Model::UpdateFleetAttributesRequest&, const Model::UpdateFleetAttributesOutcome&,
913 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
915typedef std::function<void(const GameLiftClient*, const Model::UpdateFleetCapacityRequest&, const Model::UpdateFleetCapacityOutcome&,
916 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
918typedef std::function<void(const GameLiftClient*, const Model::UpdateFleetPortSettingsRequest&,
919 const Model::UpdateFleetPortSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
921typedef std::function<void(const GameLiftClient*, const Model::UpdateGameServerRequest&, const Model::UpdateGameServerOutcome&,
922 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
924typedef std::function<void(const GameLiftClient*, const Model::UpdateGameServerGroupRequest&, const Model::UpdateGameServerGroupOutcome&,
925 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
927typedef std::function<void(const GameLiftClient*, const Model::UpdateGameSessionRequest&, const Model::UpdateGameSessionOutcome&,
928 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
931 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
933typedef std::function<void(const GameLiftClient*, const Model::UpdateMatchmakingConfigurationRequest&,
935 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
937typedef std::function<void(const GameLiftClient*, const Model::UpdateRuntimeConfigurationRequest&,
938 const Model::UpdateRuntimeConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
940typedef std::function<void(const GameLiftClient*, const Model::UpdateScriptRequest&, const Model::UpdateScriptOutcome&,
941 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
943typedef std::function<void(const GameLiftClient*, const Model::ValidateMatchmakingRuleSetRequest&,
944 const Model::ValidateMatchmakingRuleSetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
946/* End of service model async handlers definitions */
947} // namespace GameLift
948} // 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
std::future< ListContainerFleetsOutcome > ListContainerFleetsOutcomeCallable
Aws::Utils::Outcome< DescribeFleetPortSettingsResult, GameLiftError > DescribeFleetPortSettingsOutcome
Aws::Utils::Outcome< DescribeMatchmakingRuleSetsResult, GameLiftError > DescribeMatchmakingRuleSetsOutcome
std::future< CreateContainerFleetOutcome > CreateContainerFleetOutcomeCallable
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< DescribeContainerGroupPortMappingsResult, GameLiftError > DescribeContainerGroupPortMappingsOutcome
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< TerminateGameSessionResult, GameLiftError > TerminateGameSessionOutcome
Aws::Utils::Outcome< CreateGameSessionResult, GameLiftError > CreateGameSessionOutcome
std::future< UpdateFleetCapacityOutcome > UpdateFleetCapacityOutcomeCallable
std::future< DescribeGameSessionsOutcome > DescribeGameSessionsOutcomeCallable
std::future< StartFleetActionsOutcome > StartFleetActionsOutcomeCallable
std::future< GetPlayerConnectionDetailsOutcome > GetPlayerConnectionDetailsOutcomeCallable
std::future< DeleteMatchmakingRuleSetOutcome > DeleteMatchmakingRuleSetOutcomeCallable
Aws::Utils::Outcome< ResumeGameServerGroupResult, GameLiftError > ResumeGameServerGroupOutcome
std::future< ClaimGameServerOutcome > ClaimGameServerOutcomeCallable
std::future< DeleteContainerFleetOutcome > DeleteContainerFleetOutcomeCallable
Aws::Utils::Outcome< UpdateContainerGroupDefinitionResult, GameLiftError > UpdateContainerGroupDefinitionOutcome
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< ListContainerGroupDefinitionVersionsOutcome > ListContainerGroupDefinitionVersionsOutcomeCallable
std::future< DescribeMatchmakingConfigurationsOutcome > DescribeMatchmakingConfigurationsOutcomeCallable
std::future< DescribeBuildOutcome > DescribeBuildOutcomeCallable
std::future< DeleteLocationOutcome > DeleteLocationOutcomeCallable
Aws::Utils::Outcome< UpdateRuntimeConfigurationResult, GameLiftError > UpdateRuntimeConfigurationOutcome
std::future< ListFleetDeploymentsOutcome > ListFleetDeploymentsOutcomeCallable
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
std::future< TerminateGameSessionOutcome > TerminateGameSessionOutcomeCallable
Aws::Utils::Outcome< DescribeScriptResult, GameLiftError > DescribeScriptOutcome
Aws::Utils::Outcome< DeleteGameServerGroupResult, GameLiftError > DeleteGameServerGroupOutcome
std::future< ResumeGameServerGroupOutcome > ResumeGameServerGroupOutcomeCallable
std::future< DescribeFleetCapacityOutcome > DescribeFleetCapacityOutcomeCallable
Aws::Utils::Outcome< ListContainerFleetsResult, GameLiftError > ListContainerFleetsOutcome
Aws::Utils::Outcome< CreatePlayerSessionsResult, GameLiftError > CreatePlayerSessionsOutcome
Aws::Utils::Outcome< DeleteContainerFleetResult, GameLiftError > DeleteContainerFleetOutcome
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
Aws::Utils::Outcome< DescribeContainerFleetResult, GameLiftError > DescribeContainerFleetOutcome
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< DescribeFleetDeploymentResult, GameLiftError > DescribeFleetDeploymentOutcome
Aws::Utils::Outcome< DescribeFleetUtilizationResult, GameLiftError > DescribeFleetUtilizationOutcome
std::future< StopFleetActionsOutcome > StopFleetActionsOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, GameLiftError > TagResourceOutcome
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< UpdateContainerGroupDefinitionOutcome > UpdateContainerGroupDefinitionOutcomeCallable
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
std::future< DescribeFleetDeploymentOutcome > DescribeFleetDeploymentOutcomeCallable
Aws::Utils::Outcome< ListLocationsResult, GameLiftError > ListLocationsOutcome
Aws::Utils::Outcome< GetComputeAuthTokenResult, GameLiftError > GetComputeAuthTokenOutcome
std::future< SearchGameSessionsOutcome > SearchGameSessionsOutcomeCallable
Aws::Utils::Outcome< UpdateContainerFleetResult, GameLiftError > UpdateContainerFleetOutcome
Aws::Utils::Outcome< DeleteGameSessionQueueResult, GameLiftError > DeleteGameSessionQueueOutcome
Aws::Utils::Outcome< DeleteContainerGroupDefinitionResult, GameLiftError > DeleteContainerGroupDefinitionOutcome
Aws::Utils::Outcome< CreateAliasResult, GameLiftError > CreateAliasOutcome
Aws::Utils::Outcome< GetPlayerConnectionDetailsResult, GameLiftError > GetPlayerConnectionDetailsOutcome
std::future< StartMatchBackfillOutcome > StartMatchBackfillOutcomeCallable
std::future< ListComputeOutcome > ListComputeOutcomeCallable
std::future< ListContainerGroupDefinitionsOutcome > ListContainerGroupDefinitionsOutcomeCallable
std::future< DescribeContainerGroupPortMappingsOutcome > DescribeContainerGroupPortMappingsOutcomeCallable
Aws::Utils::Outcome< CreateContainerFleetResult, GameLiftError > CreateContainerFleetOutcome
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< ListFleetDeploymentsResult, GameLiftError > ListFleetDeploymentsOutcome
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
Aws::Utils::Outcome< ListContainerGroupDefinitionVersionsResult, GameLiftError > ListContainerGroupDefinitionVersionsOutcome
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< UpdateContainerFleetOutcome > UpdateContainerFleetOutcomeCallable
std::future< CreateLocationOutcome > CreateLocationOutcomeCallable
std::future< DescribePlayerSessionsOutcome > DescribePlayerSessionsOutcomeCallable
Aws::Utils::Outcome< StopFleetActionsResult, GameLiftError > StopFleetActionsOutcome
Aws::Utils::Outcome< DescribeMatchmakingResult, GameLiftError > DescribeMatchmakingOutcome
std::future< DescribeContainerFleetOutcome > DescribeContainerFleetOutcomeCallable
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::ListGameServersRequest &, const Model::ListGameServersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGameServersResponseReceivedHandler
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::ListComputeRequest &, const Model::ListComputeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListComputeResponseReceivedHandler
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::ResolveAliasRequest &, const Model::ResolveAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ResolveAliasResponseReceivedHandler
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::UpdateRuntimeConfigurationRequest &, const Model::UpdateRuntimeConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateRuntimeConfigurationResponseReceivedHandler
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::ListContainerGroupDefinitionVersionsRequest &, const Model::ListContainerGroupDefinitionVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListContainerGroupDefinitionVersionsResponseReceivedHandler
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::DescribePlayerSessionsRequest &, const Model::DescribePlayerSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribePlayerSessionsResponseReceivedHandler
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::DeleteFleetLocationsRequest &, const Model::DeleteFleetLocationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFleetLocationsResponseReceivedHandler
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::DescribeContainerGroupPortMappingsRequest &, const Model::DescribeContainerGroupPortMappingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeContainerGroupPortMappingsResponseReceivedHandler
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::DescribeMatchmakingRequest &, const Model::DescribeMatchmakingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeMatchmakingResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::TerminateGameSessionRequest &, const Model::TerminateGameSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TerminateGameSessionResponseReceivedHandler
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::DeleteBuildRequest &, const Model::DeleteBuildOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBuildResponseReceivedHandler
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::DescribeBuildRequest &, const Model::DescribeBuildOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeBuildResponseReceivedHandler
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::ListScriptsRequest &, const Model::ListScriptsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListScriptsResponseReceivedHandler
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::ResumeGameServerGroupRequest &, const Model::ResumeGameServerGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ResumeGameServerGroupResponseReceivedHandler
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::CreateAliasRequest &, const Model::CreateAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateAliasResponseReceivedHandler
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::CreateFleetRequest &, const Model::CreateFleetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateFleetResponseReceivedHandler
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::StartMatchBackfillRequest &, const Model::StartMatchBackfillOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMatchBackfillResponseReceivedHandler
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::CreateMatchmakingConfigurationRequest &, const Model::CreateMatchmakingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMatchmakingConfigurationResponseReceivedHandler
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::AcceptMatchRequest &, const Model::AcceptMatchOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptMatchResponseReceivedHandler
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::DescribeContainerFleetRequest &, const Model::DescribeContainerFleetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeContainerFleetResponseReceivedHandler
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::DeleteVpcPeeringConnectionRequest &, const Model::DeleteVpcPeeringConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteVpcPeeringConnectionResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
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::ListGameServerGroupsRequest &, const Model::ListGameServerGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGameServerGroupsResponseReceivedHandler
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::UpdateBuildRequest &, const Model::UpdateBuildOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateBuildResponseReceivedHandler
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::StartGameSessionPlacementRequest &, const Model::StartGameSessionPlacementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartGameSessionPlacementResponseReceivedHandler
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::ListContainerFleetsRequest &, const Model::ListContainerFleetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListContainerFleetsResponseReceivedHandler
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::DescribeGameSessionsRequest &, const Model::DescribeGameSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeGameSessionsResponseReceivedHandler
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::DeleteContainerFleetRequest &, const Model::DeleteContainerFleetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteContainerFleetResponseReceivedHandler
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::DescribeFleetUtilizationRequest &, const Model::DescribeFleetUtilizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeFleetUtilizationResponseReceivedHandler
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::DescribeVpcPeeringAuthorizationsRequest &, const Model::DescribeVpcPeeringAuthorizationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeVpcPeeringAuthorizationsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
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::DeleteMatchmakingRuleSetRequest &, const Model::DeleteMatchmakingRuleSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMatchmakingRuleSetResponseReceivedHandler
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::StopMatchmakingRequest &, const Model::StopMatchmakingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopMatchmakingResponseReceivedHandler
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::CreateFleetLocationsRequest &, const Model::CreateFleetLocationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateFleetLocationsResponseReceivedHandler
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::UpdateFleetCapacityRequest &, const Model::UpdateFleetCapacityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFleetCapacityResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::DescribeFleetDeploymentRequest &, const Model::DescribeFleetDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeFleetDeploymentResponseReceivedHandler
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::DescribeFleetEventsRequest &, const Model::DescribeFleetEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeFleetEventsResponseReceivedHandler
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::DescribeGameServerGroupRequest &, const Model::DescribeGameServerGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeGameServerGroupResponseReceivedHandler
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::UpdateContainerGroupDefinitionRequest &, const Model::UpdateContainerGroupDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateContainerGroupDefinitionResponseReceivedHandler
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::DescribeMatchmakingRuleSetsRequest &, const Model::DescribeMatchmakingRuleSetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeMatchmakingRuleSetsResponseReceivedHandler
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::DeleteVpcPeeringAuthorizationRequest &, const Model::DeleteVpcPeeringAuthorizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteVpcPeeringAuthorizationResponseReceivedHandler
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::CreateVpcPeeringAuthorizationRequest &, const Model::CreateVpcPeeringAuthorizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateVpcPeeringAuthorizationResponseReceivedHandler
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::UpdateGameServerRequest &, const Model::UpdateGameServerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateGameServerResponseReceivedHandler
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::DescribeAliasRequest &, const Model::DescribeAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeAliasResponseReceivedHandler
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::DescribeInstancesRequest &, const Model::DescribeInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeInstancesResponseReceivedHandler
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::GetComputeAuthTokenRequest &, const Model::GetComputeAuthTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetComputeAuthTokenResponseReceivedHandler
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::DescribeFleetPortSettingsRequest &, const Model::DescribeFleetPortSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeFleetPortSettingsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateContainerFleetRequest &, const Model::CreateContainerFleetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateContainerFleetResponseReceivedHandler
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::UpdateFleetPortSettingsRequest &, const Model::UpdateFleetPortSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFleetPortSettingsResponseReceivedHandler
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::StopGameSessionPlacementRequest &, const Model::StopGameSessionPlacementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopGameSessionPlacementResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::UpdateContainerFleetRequest &, const Model::UpdateContainerFleetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateContainerFleetResponseReceivedHandler
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::DeleteLocationRequest &, const Model::DeleteLocationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteLocationResponseReceivedHandler
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::GetGameSessionLogUrlRequest &, const Model::GetGameSessionLogUrlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGameSessionLogUrlResponseReceivedHandler
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::UpdateGameServerGroupRequest &, const Model::UpdateGameServerGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateGameServerGroupResponseReceivedHandler
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::ListLocationsRequest &, const Model::ListLocationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLocationsResponseReceivedHandler
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::DeleteFleetRequest &, const Model::DeleteFleetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFleetResponseReceivedHandler
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::CreatePlayerSessionsRequest &, const Model::CreatePlayerSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreatePlayerSessionsResponseReceivedHandler
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::CreateVpcPeeringConnectionRequest &, const Model::CreateVpcPeeringConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateVpcPeeringConnectionResponseReceivedHandler
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::RequestUploadCredentialsRequest &, const Model::RequestUploadCredentialsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RequestUploadCredentialsResponseReceivedHandler
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::ListFleetDeploymentsRequest &, const Model::ListFleetDeploymentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFleetDeploymentsResponseReceivedHandler
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::DeleteGameSessionQueueRequest &, const Model::DeleteGameSessionQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteGameSessionQueueResponseReceivedHandler
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::GetPlayerConnectionDetailsRequest &, const Model::GetPlayerConnectionDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPlayerConnectionDetailsResponseReceivedHandler
std::function< void(const GameLiftClient *, const Model::CreateMatchmakingRuleSetRequest &, const Model::CreateMatchmakingRuleSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMatchmakingRuleSetResponseReceivedHandler