Module Values.DescribeScriptInputSource

This API works with the following fleet types: EC2 Retrieves properties for a Realtime script. To request a script record, specify the script ID. If successful, an object containing the script properties is returned. Learn more Amazon GameLift Servers Amazon GameLift Servers Realtime Related actions All APIs by task

Sourcetype nonrec t = {
  1. scriptId : ScriptIdOrArn.t;
    (*

    A unique identifier for the Realtime script to retrieve properties for. You can use either the script ID or ARN value.

    *)
}
Sourceval context_ : string
Sourceval make : scriptId:ScriptIdOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ScriptIdOrArn.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