Module Values.ResolveAliasInputSource

This 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

Sourcetype nonrec t = {
  1. aliasId : AliasIdOrArn.t;
    (*

    The unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias ID or ARN value.

    *)
}
Sourceval context_ : string
Sourceval make : aliasId:AliasIdOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AliasIdOrArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t