Module Values.DescribeAliasInputSource

This API works with the following fleet types: EC2, Anywhere, Container Retrieves properties for an alias. This operation returns all alias metadata and settings. To get an alias's target fleet ID only, use ResolveAlias. To get alias properties, specify the alias ID. If successful, the requested alias record is returned. Related actions All APIs by task

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

    The unique identifier for the fleet alias that you want to retrieve. 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