Values.ResolveAliasOutputSourceThis API works with the following fleet types: EC2, Anywhere, Container Attempts to retrieve a fleet ID that is associated with an alias. Specify a unique alias identifier. If the alias has a SIMPLE routing strategy, Amazon GameLift Servers returns a fleet ID. If the alias has a TERMINAL routing strategy, the result is a TerminalRoutingStrategyException. Related actions All APIs by task
type nonrec t = {fleetId : FleetId.t option;The fleet identifier that the alias is pointing to.
*)fleetArn : FleetArn.t option;The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `InvalidRequestException of InvalidRequestException.t| `NotFoundException of NotFoundException.t| `TerminalRoutingStrategyException of TerminalRoutingStrategyException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `NotFoundException of NotFoundException.t
| `TerminalRoutingStrategyException of TerminalRoutingStrategyException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `NotFoundException of NotFoundException.t
| `TerminalRoutingStrategyException of TerminalRoutingStrategyException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]